/*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;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Gilda+Display&family=IBM+Plex+Sans+JP&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');



html, body {
  height: 100%;
  margin: 0;
  background-color: none;
  width: 100%;
  overflow-x: hidden;
}

   .navbar {
            box-shadow: none;
            background-color: transparent !important;
            margin-bottom: -10em;
            position: relative;
            z-index: 15;
        }

        .nav-item {
            margin-top: 30px;
        }

        .nav-link {
            color: white !important;
            font-family: "Playfair Display", serif;
            font-size: 21px !important;
            margin-left: 23px;
        }

        .nav-link.active {
            color: white !important;
        }

        .nav-link:hover {
            color: rgba(255, 255, 255, 0.779) !important;
            transition: all 0.3s ease;
            background-color: rgba(255, 255, 255, 0.329);
        }

        .nav-link.active:hover {
            color: rgba(255, 255, 255, 0.779) !important;
            transition: all 0.3s ease;
            background-color: rgba(255, 255, 255, 0.329);
        }

    
        /* FIXED: Mobile toggler styles */
        .navbar-toggler {
            border: 2px solid white !important;
            margin-top: 30px;
        }

.navbar-toggler-icon {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
 }

.book-button{
    background-color:#001c58;
    margin-top: 42px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    margin-bottom: 10px;
     color: white;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 30px;
  margin-right: 30px;
    }

.book-button4{
    background-color:#001c58;
    margin-top: 42px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    margin-bottom: 10px;
     color: white;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 30px;
 margin-left: 530px;
    }


 .book-button4:hover{
    background-color:#001c58;
    color:white;
  }   
  
 .book-button:hover{
    background-color:#001c58e0;
    color:white;
  }   

.carousel-item.bg-slide {
  height: 100vh;            
  width: 100%;
  background-size: cover;    
}




.carousel-item.bg-slide {
  height: 100vh;            
  width: 100%;
  background-size: cover;    
}

.bg-slide {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat!important;
  transition: background-image 1s ease-in-out;
}

.slide1 { 
    background: url('../img/Photo\ \(1\).jpg')rgba(0, 0, 0, 0.544);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }

.slide2 { 
    background: url('../img/Photo\ \(1\).jpg')rgba(0, 0, 0, 0.544);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }

.slide3 { 
    background: url('../img/Photo\ \(1\).jpg')rgba(0, 0, 0, 0.544);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }   



.carousel-button{
   background-color:#ffde95;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    margin-bottom: 60px;
    float: left;
    margin-top: 210px;
    margin-right: 50px;
    color: #2C150B;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
    
}

.carousel-button:hover{
   background-color:#ffdd95c0;
   color: black;
  }

  .carousel-h5{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:550;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
   font-size: 22px;
   margin-bottom: 22px;
  }

  .carousel-h1{
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 75px;
  margin-bottom: 10px;
  }

  .carousel-p{
    text-align: center;
    color: rgba(255, 255, 255, 0.863);
    margin-bottom: 200px;
    font-size: 21px;
    font-family: "Marcellus", serif;
    font-weight: 500;
    font-style: normal;
  }

  .check{
    background-color: rgba(255, 255, 255, 0.5);
    padding-top: 33px;
    padding-bottom: 30px;
  }

  .accommodation-h4{
    font-size: 15px;
    color:#001C58;
   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:550;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
margin-top: 90px;
  }

    .accommodation-h1{
    font-size: 35px;
    color: black;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight:550;
    font-style: normal;
    text-align: center;
    margin-top: 25px;
  }
  
  .room1{
    margin-top: 50px;
  }
   .room2{
    margin-top: 50px;
  }
  .rooms-name{
    margin-top: 20px;
    color: #001C58;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight:550;
    font-style: normal;
    font-size: 25px;
    text-align: center;
  }


  .rooms-size{
    text-align: center;
    color: rgba(0, 0, 0, 0.521);  
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight:550;
    font-style: normal;
    font-size: 20px;
}

.services {
  background-image: url('../img/background.webp'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  padding: 100px 0;
}

.photo-container {
  position: relative;
  width: 500px; 
  height: 600px;
  margin: 0 auto; 
  margin-top: 120px;
  margin-left: 15px;
}

.photo-big {
  width: 100%;
  display: block;
  border-radius: 5px;
  height: 300px;
 

}



.photo-small {
  position: absolute;
  top: 45%;
  left: 60%;
  transform: translate(-25%, -20%); 
  width: 300px; 
  height: 200px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3); 
}

.about-title{
   font-size: 17px;
    color:#001C58;
    font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:550;
  font-style: normal;
  text-align: left;
  text-transform: uppercase;
margin-top: 120px;
}

.about-h2{
  color: rgba(0, 0, 0, 0.863);
      font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:550;
  font-style: normal;
  text-align: left;
  margin-top: 25px;
  font-size: 55px;
}

.about-p{
    color:rgba(0, 0, 0, 0.616);
      font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  text-align: left;
  font-size: 20px;
  margin-top: 65px;
}

 .icon-box {
      width: 145px;
      height: 85px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 90px;
      background-color: #001C58;
      float: left;
    }

    .icons{
      margin-left: 30px;
    }


.icon-title {
  font-size: 19px!important;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:550;
  font-style: normal;
  color: black;
  margin-top: 30px;
}



.testimonials-section1 {

    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #C4AB86;
    background: url('../photos/AS_2019_DStudio_305.jpg'), rgba(0, 0, 0, 0.645);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
}

.clients-country{
  font-size: 20px;
   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:550;
  font-style: normal;
  color: #001C58;

}
.clients-name{
    font-size: 25px;
   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:550;
  font-style: normal;
  color: black;

}

.gallery-h3{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:550;
  font-style: normal;
  color: #001C58;
  text-align: center;
  margin-top: 70px;
  font-size: 15px;
   text-transform: uppercase;
}

.gallery-section{
   background-color: #83c8d74f;
   padding-bottom: 180px;
   padding-top: 80px;

}

.gallery-h1{
  text-align: center;
  color: rgba(0, 0, 0, 0.801);
  font-family: "Marcellus", serif;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
}

#hotel-testimonials{
margin-top: 50px!important;
margin-bottom: 50px!important;
}


.footer-section {
  background-color:#181818;
  color: #fff;
  font-family: 'Arial', sans-serif;
  padding-top: 100px;
  padding-bottom: 70px;
}

.footer-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 27px;
    font-family: "Marcellus", serif;
  font-weight: 800;
  font-style: normal;

}

.footer-logo {
  font-size: 32px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.footer-stars {
  color: #bfa46c;
  font-size: 18px;
}

.footer-social a {
  color: #fff;
  margin: 0 8px;
  font-size: 18px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #bfa46c;
}

.copyright {
  border-top: 1px solid #333;
  font-size: 14px;
}

 .Rooms-head{
    background: url('../img/img2.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }

    .sec-room .info{
      padding: 20px 10px;
      border: #00000038 2px solid;
      background: url('../img/uQ4tqzk.jpg')rgba(0, 0, 0, 0);
      background-position: center 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-blend-mode: multiply;
      box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  }
  .sec-room .info h1{
  color: #1b1a1a;
  font-size: 28px;
  line-height: 40px !important;
  margin-bottom: 10px !important;
  }

  .sec-room{
margin-top: 150px;
margin-bottom: 30px;
  }

  .room-h1{
  color: #001C58!important;
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight:550;
  font-style: normal;
  margin-top: 10px;
}


.icon-title{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.76);
  }

  .room-p{
    font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.897);
  margin-bottom: 15px;
  margin-top: 10px;
  }

  .btn2 {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.514);
    background-color: #001c58d3;
    color: #fffffffa;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }

    .btn2:hover {
      background-color: #001c58be;
      color: white;
    }
  .link-p a{
    color:white ;

  }
   .header-section1 {
     background: url('../img/Photo\ \(14\).jpg')rgba(0, 0, 0, 0.45);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
     display: flex;
     align-items: center;
    justify-content: center;
     position: relative;
     color: white;
     text-align: center;
     background-blend-mode: multiply;
          }

    .header-section4 {
    background: url('../img/Photo\ \(19\).jpg')rgba(0, 0, 0, 0.45);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
    background-blend-mode: multiply;
          }


   .header-section3 {
     background: url('../img/Photo\ \(17\).jpg')rgba(0, 0, 0, 0.45);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
     display: flex;
     align-items: center;
    justify-content: center;
     position: relative;
     color: white;
     text-align: center;
     background-blend-mode: multiply;
          }


    .header-section2 {
     background: url('../img/Photo\ \(8\).jpg')rgba(0, 0, 0, 0.45);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
     display: flex;
     align-items: center;
    justify-content: center;
     position: relative;
     color: white;
     text-align: center;
     background-blend-mode: multiply;
          }


          .contact-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);

}

.contact-info .item {
    border-right: 1px solid rgba(200, 200, 200, 0.6);
}

.contact-info .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background:  #001C58;
    margin: 0 auto 25px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
}

.room4{
  color:#001C58;
}

.contact-p{
color: rgba(0, 0, 0, 0.699);
font-size: 20px;
}


.contact-info .item .icon i {
    color: #ffffff;
    font-size: 26px;
}

.contact-info .item h5 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    font-family: 'Gilda Display', serif;
    color: #000000;
    height: 400;
}

.contact-info .item p {
    margin-bottom: 2px;
    font-family: 'Gilda Display', serif;
}


 .check{
    background-color: rgba(255, 255, 255, 0.5);
    padding-top: 13px;
    padding-bottom: 13px;
  }
  

  .carousel-button {
    float: none;
    margin: 20px auto;
    display: block;
  }


@media (max-width: 575px) {
  .header-room{
 margin-top: 130px;
  }

   .navbar {
            box-shadow: none;
            background-color: transparent !important;
            margin-bottom: -10em;
            position: relative;
       
        }
 .book-now-btn {
    padding: 10px 15px;
  }

  .book-now-btn h6 {
    font-size: 14px;
  }

.text{
  font-size: 12px!important;
}

   .nav-item {
                margin-top: 10px;
            }
            
            .nav-link {
                margin-left: 0;
                padding: 10px 15px;
                color: black!important;
            }
              .nav-link.active {
                margin-left: 0;
                padding: 10px 15px;
                color: black!important;
            }
            
            .book-button {
                margin-top: 15px;
            }
          
            .logo{
              width: 110px!important;
            }

               .navbar {
        background-color:  #d5eef1 !important;
    }
    .LOGO-IMG{
      align-items:left !important;
      margin-right: 200px;
      width: 80px;
    }
    
        
 .navbar.bg-body-tertiary {
        background-color: #afdce5d0 

rgba(37, 150, 190,0.200)!important;
    }
  
  .carousel-h1 {
    font-size: 28px;
  }

  .carousel-h5 {
    font-size: 12px;
  }

  .carousel-p {
    font-size: 14px;
    margin-bottom: 80px;
  }
 
  .icon-title1 {
  font-size: 15px!important;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  color: black;
  padding-top: 30px;
}
 .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .contact-info .col-lg-4 {
    width: 100%;
    text-align: center;
  }

  .contact-info .item {
    padding: 20px;
  }

  .contact-info .icon {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .contact-info h5 {
    font-size: 20px;
  }

  .contact-p {
    font-size: 16px;
  }

  .room4 {
    font-size: 28px;
  }

  .room22 {
    font-size: 18px;
    padding: 0 10px;
  }

  iframe {
    height: 300px;
  }




      .icon-title {
  font-size: 14px!important;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:550;
  font-style: normal;
  color: black;
  margin-top: 10px;

}

  .adress-details{
  text-align: left;
  }

      .gallery-section{
   background-color: #83c8d7a4;
  
   padding-top: 10px;
}


  .testimonial-tittle{
   text-align: center;
   }

  .text-dark{
font-size: 15px!important;
      }

  .about-p{
  margin-top: 65px;
  margin-left: 5px;
}

  .icons{
  margin-left: 5px!Important;
    }

.about-h2{
  margin-top: 25px;
  font-size: 40px;
}

      
.about-title{
  margin-top: 15px;
}

.photo-container {
  position: relative;
  width: 300px; 
  height: 400px;
}

.photo-big {
  width: 100%;
  height: 250px;
 
}

.photo-small {
  width: 200px; 
  height: 170px;
}



    }

