
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Quicksand:wght@300..700&display=swap');




html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:#b7a08b25;
 font-family: "Cormorant Infant", serif;
  font-family: "Quicksand", sans-serif;
  color: rgb(0, 0, 0);

}
h1{
  font-family: "Cormorant Infant", serif;

  font-weight: lighter;
}
h3, h2, h4{
 font-family: "Cormorant Infant", serif;
  font-weight: 300;
}
h5{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
}
h6{

  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;

}
a{
  text-decoration: none !important;
  
}
::selection {
  color: #ffffff;
  background: #74685E;
}



.navbar {
  background-color: #EBE5E0;
  transition: background-color 0.3s ease-in-out;



  font-family: 'Raleway', sans-serif;

  text-transform: uppercase;
font-weight: 200;
  z-index: 1000;
  width: 100%;
  height: 100px;



}
/* Change background color on scroll */
.navbar.scrolled {
  background-color: #ffffff !important; /* Change to your desired color */
  transition: background-color 0.3s ease-in-out;
}
li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
   font-family: "Cormorant Infant", serif;
font-weight: 400;




}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.02);

}

.navbar li a.active {
  color: #CE902A!important;
  transform: scale(1.05);
  border-bottom: 1px#CE902A solid !important;

  background-color: transparent;

}
.dropdown-item img{
  width: 30px;
}

.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #ffffff;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: "Inconsolata", monospace;


  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}
        /* Advanced Card UI Design */
        .mag-card {
            background: #a7e7fa;
            border: none;
            border-radius: 0px; /* Clean modern square edge editorial design */
            box-shadow: 0 4px 20px rgba(0,0,0,0.02);
            height: 100%;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            display: flex;
            flex-direction: column;
        }
        .mag-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.07);
        }
        .img-zoom-container {
            overflow: hidden;
            position: relative;
        }
        .img-zoom-container img {
            transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
            width: 100%;
            object-fit: cover;
        }
        .mag-card:hover .img-zoom-container img {
            transform: scale(1.04);
        }

        /* Custom Labeling badges */
        .cat-lbl {
            font-size: 0.75rem;
            text-transform: uppercase;
            font-weight: 700;
            color: var(--accent-gold);
            letter-spacing: 1.5px;
            display: inline-block;
            margin-bottom: 8px;
        }

        /* Decorative Layout Borders */
        .border-md-end {
            @media (min-width: 768px) {
                border-right: 1px solid rgba(0,0,0,0.08) !important;
            }
        }
        
        .sidebar-widget {
            background-color: white;
            padding: 24px;
            border: 1px solid rgba(0,0,0,0.05);
        }

.carousel1 {

  background: url('/image/hotel-aliko-breakfast-2.jpg')   rgba(20, 19, 19, 0.43);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel2 {
  background: url('../image/hotel-aliko-balcony.jpg')    rgba(20, 19, 19, 0.43);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel3 {
  background: url('../image/restaurant-hotel-aliko-2.jpg')   rgba(20, 19, 19, 0.43);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
} 

.carousel-caption {
  margin-bottom: 10%;
  text-align: center;

  padding: 50px;
  
}

.carousel-caption h1 {
 
  text-shadow: 4px 4px 4px #CE902A;
color: rgba(255, 255, 255, 0.933);
  font-size: 100px !important;
  font-weight: 100 !important;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: "Inconsolata", monospace;
text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 9px !important;
  font-weight: 100;
  color: #ffffff !important;

}

.about-section{
  padding-top: 100px;
  padding-bottom: 100px;
}
.img1{
  border: 10px solid white;
  box-shadow: 10px 12px 46px 0px rgba(0,0,0,0.56);
  -webkit-box-shadow: 10px 12px 46px 0px rgba(0,0,0,0.56);
  -moz-box-shadow: 10px 12px 46px 0px rgba(0,0,0,0.56);
}

.facility-row{
  background: #2F4157;
  padding: 30px;
  position: relative;
  margin-top: -200px;
  box-shadow: 10px 12px 46px 0px rgba(0,0,0,0.56);
  -webkit-box-shadow: 10px 12px 46px 0px rgba(0,0,0,0.56);
  -moz-box-shadow: 10px 12px 46px 0px rgba(0,0,0,0.56);
}

.rooms-section{
  padding-top: 100px;
  padding-bottom: 100px;
  background: url('../photos/line-3.png')   #2F4157;
  background-attachment: scroll;
  background-position: bottom left;
  background-size: 50%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.room-info{
  padding: 20px;
  background: #0C0D09;
  color: white;
}

.button {
  --color: #2F4157;
  padding: 0.8em 1.7em;
  background-color: transparent;

  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: .5s;
  font-weight: 400;
  font-size: 17px;
  border: 1px solid;
  font-family: inherit;
  text-transform: uppercase;
  color: var(--color);
  z-index: 1;
 }
 
 .button::before, .button::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--color);
  transition: 1s ease;
 }
 
 .button::before {
  top: -1em;
  left: -1em;
 }
 
 .button::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
 }
 
 .button:hover::before, .button:hover::after {
  height: 410px;
  width: 410px;
 }
 
 .button:hover {
  color: rgb(255, 255, 255);
 }
 
 .button:active {
  filter: brightness(.8);
 }
 




 .button1 {
  --color: #ffffff;
  padding: 0.8em 1.7em;
  background-color: transparent;

  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: .5s;
  font-weight: 400;
  font-size: 17px;
  border: 1px solid;
  font-family: inherit;
  text-transform: uppercase;
  color: var(--color);
  z-index: 1;
 }
 
 .button1::before, .button::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--color);
  transition: 1s ease;
 }
 
 .button1::before {
  top: -1em;
  left: -1em;
 }
 
 .button1::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
 }
 
 .button1:hover::before, .button:hover::after {
  height: 410px;
  width: 410px;
 }
 
 .button1:hover {
  color: rgb(0, 0, 0);
 }
 
 .button1:active {
  filter: brightness(.8);
 }
 


 .cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #CE902A;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;

  letter-spacing: 0.05em;
  color: #ffffff;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #ffffff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #CE902A;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);

}

.restaurant{
  padding-top: 100px;
  padding-bottom: 100px;
}

.facilities{
  background: url('/image/liro-beach.png')  rgba(20, 19, 19, 0.711);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;
}

.facility-box{
  padding: 20px;
  background: #2f4157;
  border: 1px solid white;
   

}
.facility-box h5{
font-family: "Cormorant Infant", serif !important;
}
.section-background9{
    background: url('../image/double-room-with-balcony.jpg')  rgba(20, 19, 19, 0.711);
  background-attachment: scroll;
  background-position: center !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 170px !important;
padding-bottom: 170px;
}
/*restaurant.html*/

.section-background{
  background: url('../photos/img14.jpg')  rgba(20, 19, 19, 0.711);
  background-attachment: scroll;
  background-position: center !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 170px !important;
padding-bottom: 170px;
}


.table{
  border-top-left-radius: 40%;
}
.cover-bg{
  background: url('../photos/banner-img4.jpg')  rgba(20, 19, 19, 0.711);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}


/*rooms.html*/

.section-background1{
  background: url('../photos/rooms-bg.png')  rgba(20, 19, 19, 0.711);
  background-attachment: fixed;
  background-position: bottom !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 150px !important;
padding-bottom: 150px;
}
.room-content{
  background: #2F4157;
  padding: 40px;
  color: white;
}



/*camping.html*/

.section-background2{
  background: url('../photos/camping1.png')  rgba(20, 19, 19, 0.711);
  background-attachment: fixed;
  background-position: bottom !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 150px !important;
padding-bottom: 150px;
}
.camping-row{
  position: relative;
  margin-bottom: -100px;
}
.camping-img{
  position: relative;
  margin-bottom: -100px;
  margin-left: -50px;
  border: 10px solid white;
}

.camping-facilities{
  background: #5B3D2E;
  padding-top: 300px;
  padding-bottom: 100px;
}



/*about.html*/

.section-background3{
  background: url('/image/tow-bedroom-suites-with-sea-view-hotel-aliko-3.jpg')  rgba(20, 19, 19, 0.711);
  background-attachment: fixed;
  background-position: center !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 150px !important;
padding-bottom: 150px;
}

/*contact.html*/

.section-background4{
  background: url('/image/Deluxe-Double-Room-with-Sea-View-hotel-aliko (2).jpg')  rgba(20, 19, 19, 0.711);
  background-attachment: fixed;
  background-position: bottom !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 170px !important;
padding-bottom: 170px;
color: white;
}

.contact-box{
  background: #2F4157;
  padding: 100px;
  font-family: 'Cormorant Garamond', serif;
  color: #ffffff;

}
.contact-box h6{
  color: #ffffff;
}
  .br-tag{
      display:none;
  }

  .blog-hero{
   background: url('/image/Deluxe-Double-Room-with-Sea-View-hotel-aliko (2).jpg')  rgba(20, 19, 19, 0.711);
  background-attachment: fixed;
  background-position: bottom !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 170px !important;
padding-bottom: 170px;
color: white;
}
.hotel-promo{
  padding: 30PX;
}
@media(max-width:1024px){
      nav.navbar{
    height: auto;
  }
}
@media(max-width:990px){

  .camping-img{
    position: relative;
    margin-bottom: -130px !important;
    margin-left: 0px;
  }
 .img3{
  display: none!important;
 }

  html, body{
    font-size: 85%;
  }
  
  .carousel1, .carousel2, .carousel3, .cover-bg, .facilities-section{
    background-attachment:scroll !important;
  }
  
  .map-col{
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  nav.navbar{
    height: auto;
  }
  .carousel-caption {
    margin-bottom: 62%;
    text-align: center;
  
    padding: 0px;
    
  }
  .br-tag{
      display:block;
  }
  .carousel-caption h1 {
   

  
    font-size: 50px !important;
    font-weight: 100 !important;


  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: "Inconsolata", monospace;
  text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    font-weight: 100;
    color: #ffffff !important;
  
  }
  .row2{
    margin-top: 40px;
  }
  .facility-row{
    margin-top: 0px;
  }
  .rating{
    border-right: none !important;
    border-bottom: 1px solid white;
  }
  .facilities{
    background-attachment: scroll !important;
  }
}
/*Animations*/
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}

.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
pad
.fadein{
opacity: 0;
}