/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
/********** General End **********/


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 99999;
   transition: all .3s ease-in-out;
}
body .header_section .logo-black {
   display: none;
}
body .header_section.sticky-active {
   background-color: #ffffff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
body .header_section.sticky-active .logo-black {
   display: block;
}
body .header_section.sticky-active .logo-white {
   display: none;
}
body .custom_nav-container .navbar-nav {
   padding-top: 0;
}
body .header_section.sticky-active .custom_nav-container .navbar-nav .nav-item .nav-link {
   color: #0C0C0C;
} */
body .logo img {
   max-width: 170px;
}
/********** Header End **********/


/********** Portfolio **********/
#menu .info {
   position: absolute;
   bottom: -100%;
   width: 100%;
   transform: none;
   transition: all .3s ease-in-out;
}
#menu .card:hover .info {
   bottom: 0;
}
#menu .card {
   background-position: center;
}
/********** Portfolio End **********/


/********** Contact **********/
body #reservation .phone, 
body #reservation .message {
   padding: 20px;
   padding-top: 0;
}
/********** Contact End **********/


/********** Footer **********/
body footer {
   margin-top: 0;
}
body footer .sm-sec {
   display: flex;
   flex-direction: column;
}
body footer .sm-sec a {
   color: #ffffff;
   display: flex;
   align-items: center;
}
body footer .sm-sec a:hover {
   color: #212529;
}
body footer .sm-sec a:not(:last-child) {
   margin-bottom: 15px;
}
body footer .sm-sec i {
   border: 2px solid #ffffff;
   background-color: #fb5849;
   border-radius: 100px;
   padding: 10px;
   min-width: 40px;
   min-height: 40px;
   display: flex;
   justify-content: center;
   width: fit-content;
   margin-right: 10px;
}
/********** Footer End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Header *****/
   /* body .navbar-collapse {
      background-color: #ffffff;
   }
   body .custom_nav-container .navbar-nav {
      padding-top: 15px;
   }
   body .header_section .custom_nav-container .navbar-nav .nav-item .nav-link {
      color: #0C0C0C;
   }
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::before,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::after {
      background-color: #0C0C0C;
   } */
   /***** Header End *****/


   /***** Banner *****/
   #top .left-content .inner-content {
      position: relative;
      padding: 10px;
      top: 0;
      left: 0;
      transform: none;
   }
   body .img-fill img {
      height: 100%;
      width: 100%;
   }
   /***** Banner End *****/


   /***** Footer *****/
   body footer .sm-sec {
      align-items: center;
   }
   /***** Footer End *****/
}
/********** 991px and below End **********/




/********** 576px and below **********/
@media (max-width: 576px) {
   /***** Portfolio *****/
   #menu {
      padding: 120px 15px;
   }
   /***** Portfolio End *****/
}
/********** 576px and below End **********/