@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Cinzel:wght@400..900&family=Courgette&family=Homemade+Apple&family=Mate:ital@0;1&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Gilda+Display&family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Cinzel:wght@400..900&family=Gilda+Display&family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
html, body {
    width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden !important;
    }
    .navbar{
      padding: 12px; /*kjo ish 2 */
      background: #ffffff !important;
  }
 
  .navbar li a{
      margin: 0 6px;
      font-family: "Cinzel", serif !important;
      font-optical-sizing: auto;
      font-size: 17px;
      text-transform: uppercase;
      font-weight: 600 !important;
  
  }
body {
  background: #faf8f5;
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  line-height: 28px;
}
a {
  color: inherit;
  text-decoration: none;
}

.flex {
  display: flex;
}


.img-hover {
  transition: .2s ease-in;
}
.section-subtitle  {
  text-transform: uppercase;
  color: #978667;
  letter-spacing: 3px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

header .navbar {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}

header .navbar .navbar-nav li .nav-link {
  display: block;
  width: fit-content;
  color: #1D7EE7;
  border: none;
}

header .navbar .navbar-nav li .nav-link:hover {
  color: #1D7EE7;
  opacity: .8;
}
 .link-btn {
  margin-left: auto;
  margin-right: auto;
}


.link-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;

  border: 1px solid #ffffff;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  color: #ffffff;

  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #1D7EE7;
  box-shadow: 0px 5px 16px 0px #1D7EE7;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
}
.hover-underline {
  position: relative;
  max-width: max-content;
}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-block: 1px solid white;
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);
}
.container .navbar .link-btn {
  padding: .4rem 1.3rem;
}
@media only screen and (min-width: 992px) {

  header .navbar .link-btn {
    margin: 0;
    margin-left: auto;
  }

  .im-img {
    width: 28%;
  }
}
.footer_wrapper {
 background-color: #000;
  padding: 5% 0 5% 0;
}

.footer_wrapper h5 {
  color: #1D7EE7;
  margin-bottom: 1.25rem;
}

.footer_wrapper ul li {
  margin-bottom: .5rem;
  list-style: none;
}

.footer_wrapper .contact-info li a {
  color: white;
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
  color: white;
  font-size: 14px;
  padding-left: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}

.footer_wrapper .link-widget li a:hover {
  margin-left: .625rem;
  color: hsl(38, 61%, 73%);
}


.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
  background-color: #ffffff;
  padding: 1.10rem 0 .3125rem;
  text-align: center;
}

.footer_wrapper .copyright-section a {
  color: rgb(0, 0, 0);
}
.copyright-section p {
  color: rgb(0, 0, 0);
}


@media (max-width: 767px) {
  .footer_wrapper>div {
    padding: 0 1.875rem;
  }
}



.banner_wrapper {
  height:85vh;
}

.banner_wrapper .swiper {
  width: 100%;
  height: 100%;
}

.banner_wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner_wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  z-index: 0;
}
.banner_wrapper .swiper-slide::before {
  background: #272535; /* Example: Blue overlay */
}
.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: .8375rem;
  height: .8375rem;
  margin-bottom: 20px;
  background-color: #272535;
  border: .0625rem solid #272535;
}

.banner_wrapper .swiper .slide-caption {
  height: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_wrapper .slide-text{
  padding: 30px;
}
.banner_wrapper .swiper .slide-caption p {
  max-width: 37.5rem;
  margin: 0 auto;
  color: var(--text-white);
}
.banner_wrapper .swiper-slide h1{
  font-size: 70px !important;
      
}
.swiper-pagination .swiper-pagination-bullet{
  color: #CDA45E !important;
  background-color: #CDA45E;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  margin: 0px;
}
.with-svg-item.svg-right-side {
  left: auto;
  right: 0;
  margin-top: -4.5rem;
  margin-right: -3rem;
}
.with-svg-item {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin-top: 2rem;
}



/*ABOUT SECTION*/
.section-para{
    letter-spacing: 9px;
    font-family: "Cinzele" ,serif;
    font-size: 14px !important;
    color: #34486B;
    font-weight: 300 !important;
}
.section-title{
    font-family: "Cinzele" ,serif;
    font-size: 35px !important;
    color: #1D7EE7;
    font-weight: 300 !important;
}
.img3{
    position: relative;
    z-index: 12 !important;
    margin-left: -60px;

}
.Facilites-Section{
    background-color: #ffe5dd8f;
    padding: 100px !important;
}
.feature-box-1 .icon{
    width: 70px;
    height: 70px;
    background: #E5DCCF;
    border-radius: 50%;
    text-align: center !important ;
}
.feature-box-1 .icon img{
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    text-align: center !important;
    font-size: 27px;
    margin-top: 7px;
}
.feature-box-1 h5{
    font-size: 20px !important;
    color: #1d1f25b0;
}
.feature-box-1 p{
    font-size: 17px !important;
}
.feature-box-1 {
    padding: 0.8em 1.8em;
    border: 2px dotted #E5DCCF;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    font-size: 16px;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
   }
   .feature-box-1::before {
    content: '';
    width: 0;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #E5DCCF;
    transition: .5s ease;
    display: block;
    z-index: -1;
   }
   .feature-box-1:hover::before {
    width: 105%;
   }
   .feature-box-1:hover {
    color: #111;
   }


   
.room-specs{
    background-color: #f3f2ee;
    padding: 0 !important;
    
}
.prg{
  margin-top: 110px !important;
}

@media only screen and (min-width: 1900px) {
    .room-specs{
        background-color: #f3f2ee;
        padding: 30px !important;
        z-index:-10!important;
        margin-right: -111px;
        position: relative !important;
        margin-top: -110px;
    }
    
   

    
  
  }
  #count1{
    font-size:120px !important;
    font-family: "Cinzele ,serif";
    color: hsl(15, 83%, 88%);
  }
  #count2{
    font-size:120px !important;
    font-family: "Cinzele ,serif";
    color: #f6d0c4;
  }
  #count3{
    font-size:120px !important;
    font-family: "Cinzele ,serif";
    color: #ffcdbd;
  }
  .border-left{
    border-width: 1px;
	border-style: solid;
  height: fit-content;
	border-top: 0;
	border-left: 0;
  border-bottom: 0;
}
.counttext{
  font-size:40PX !important;
  font-family: "Great Vibes", cursive;
  color: #1b1a1a;
  padding: 20px;
  z-index:10!important;
  margin-right: -120px !important;
  margin-top: -90px !important;
  position: relative;

}
.rooms{
  padding: 50px !important;
}

  
 .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;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}



.box_facilities {
  padding: 0 25px 25px 25px;
  border-width: 2px;
  text-align: center;
  border-style: solid;
  border-right: 0;
  border-image: linear-gradient(to bottom, #ededed, transparent) 1 60%
}

@media (max-width: 1199px) {
  .box_facilities {
      border-width:0
  }
}

.box_facilities h3 {
  font-size: 21px;
  font-size: 1.3125rem
}

@media (max-width: 767px) {
  .box_facilities h3 {
      font-size:18px;
      font-size: 1.125rem
  }
}

.box_facilities.no-border {
  border-width: 0
}

.box_facilities.white {
  border-image: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent) 1 60%
}

.box_facilities.white h3 {
  color: #fff
}


@media (max-width: 767px) {
  .box_facilities.white {
      padding:0;
      margin-bottom: 25px
  }
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100px;
  overflow: hidden;
  font-size: 120px;
  font-weight: bold;
  margin-top: -60px
}

.marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 140s linear infinite
}

.marquee .content {
  opacity: 0.05;
  line-height: 1.2
}

@keyframes marquee {
  from {
      transform: translateX(0)
  }

  to {
      transform: translateX(-30%)
  }
}

.margin_120_95 {
  padding-top: 100px;
  padding-bottom: 85px
}

@media (max-width: 767px) {
  .margin_120_95 {
      padding-top:45px;
      padding-bottom: 45px
  }
}
.parallax_wrapper {
  position: relative;
  margin-bottom: 25px;
}img.rounded-img {
  border-radius: 10px;
}.parallax_wrapper .img_over {
  left: -25%;
  bottom: 10%;
  position: absolute;
  z-index: 99;
}.parallax_wrapper .img_over img {
  border: 4px solid #fff;
  width: 50%;
  height: auto;
  -webkit-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
  box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
}
.carousel-caption {
    top: 30%;
}

.c-item {
    height:820px;
    
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(48%);
}



  @media screen and (max-width: 300px) {
    .carousel-caption h1 {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .c-item {
     height: 600px;
    }
    .aboutus{
      padding-top: 90px !important;
    }
  }

    
    .cover-bg{
    background-image: url('img/REST1.jpg') !important;

        background-position:bottom;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;

        
    }
    .section-title h1{
        text-align: center;
        font-size: 4.2rem;
        padding-top:14%;
        letter-spacing: 10px;
        color: #e8e8e8;
        letter-spacing: 3px;
        font-family: "Abril Fatface", serif;
      font-weight: 400;
      font-style: normal;
      }
      .section-title p{
        text-align: center;
      
        padding-top:1%;
        letter-spacing: 10px;
        color: #e8e8e8;
        letter-spacing: 3px;
        font-family: "Abril Fatface", serif;
      font-weight: 400;
      font-style: normal;
      }
      @media(max-width: 990px){
      
      .section-background, .section-background1, .section-background2 {
         height: 500px;
      }
      .section-title h1{
         padding-top: 70%;
         font-size: 40px !important;
      }
      }

       @media(max-width:767px )

       {
        .cover-bg h1 {
            font-size: 20px !important;
        }
       }
      .test {
      
        padding-top:50px !important;
        padding-bottom: 50px !important;
      }
      h1  ,h2, h3 ,h4 ,h5{
        font-family: "Chonburi", serif;

        font-style: normal;

      }
      .section-background{
        background: url('../img/superior2-3.jpg') rgba(0, 0, 0, 0.397) !important;
        background-position: center 50% !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-blend-mode: multiply;
        background-attachment: fixed;
        height: 600px;
        
      }
      .section-background1{
        background: url('../img/img8.png') rgba(0, 0, 0, 0.397) !important;
        background-position: center 50% !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-blend-mode: multiply;
        background-attachment: fixed;
        height: 600px;
        
      }
      .section-background2{
        background: url('../img/img3.jpg') rgba(0, 0, 0, 0.397) !important;
        background-position: center 50% !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-blend-mode: multiply;
        background-attachment: fixed;
        height: 600px;
        
      }
      
      .section-background3{
        background: url('../img/img1.jpg') rgba(0, 0, 0, 0.397) !important;
        background-position: center 50% !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-blend-mode: multiply;
        background-attachment: fixed;
        height: 600px;
        
      }
      
.bttn4 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    color: white;
   }
   
   .bttn4.learn-more {
    width: 10rem;
    height: auto;
   }
   
   .bttn4.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: rgb(1, 6, 14);
    border-radius:1.625rem;
   }
   
   .bttn4.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
   }
   
   .bttn4.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   .bttn4.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
   
   .bttn4.learn-more .bttn4-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: black;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }
   
   .bttn4:hover .circle {
    width: 100%;
   }
   
   .bttn4:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }
   
   .bttn4:hover .bttn4-text {
    color: #fff;
   }
   .navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {


color:#1D7EE7;
border-bottom: 1px solid #1D7EE7;

 
}
.nav-item:active a {
  transition: none;
  color:rgb(255, 255, 255);
}
.cont{
    background-color: #dfd0b5;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
   
    background-size: 100%;
  
  }

  .navbar-toggler {
    border-color: #787878 !important;
    background-color: #1D7EE7;
}

.section-padding{
    padding-bottom: 150px !important;
    padding-top: 150px !important;
}


.bg {
    position: relative;
  }
  .about-home{
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image:url('img/pattern22.jpg') ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000000ec;
opacity: 0.1;
background-origin: content-box;
background-blend-mode: hard-light;
  }
  .main-title{
    color: #2d2d2d;
    text-align: center;
    text-transform: capitalize;
    padding: 0.7em 0;
  }
  
  
  .container .title{
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
  }
  
  .content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }
  .room-container {
    position: relative;
  
    overflow: hidden;
  }
  
  .rom:hover{
    box-shadow: 8px 8px 4px #B98753;
  }

  .rom{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  
  .initial-text {
    position: absolute;
    top: 18%;
    left: 20%;
  transform: rotate(1800deg) !important;
    transform: translate(-50%, -50%);
    color: rgb(255, 253, 253);
    text-align: left;
    z-index: 2;
    font-size: 17px;
    text-shadow: 3px 3px 4px #B98753;
    background-color: #b9885396;
    padding: 20px 24px 24px 20px;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 3;
  border-bottom: 1px #1D7EE7;
  }
  
  
  
  .room-container:hover .overlay {
    opacity: 1;
    transform: translateY(-30%);
  }
  
  .room-text {
    color: white;
    text-align: center;
  }
  .card {
 
padding: 10px ,10px ,10px,10px;
    border-color: rgb(255, 255, 255) !important;
    text-align: start;
  }
  /* From uiverse.io by @Ali-Tahmazi99 */
.btt {
    display: inline-block;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #5C4427;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in;
    z-index: 1;
    background-color: #8f7453;
   }
   
   .btt::before,
   .btt::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transform: skew(15deg);
    transition: all 0.5s;
    overflow: hidden;
    z-index: -1;
   }
   
   .btt::before {
    left: -10px;
    background: #5C4427;
   }
   
   .btt::after {
    right: -10px;
    background: #856641;
   }
   
   .btt:hover::before,
   .btt:hover::after {
    width: 58%;
   }
   
   .btt:hover span {
    color: #e0aaff;
    transition: 0.3s;
   }
   
   .btt span {
    color: #03045e;
    font-size: 18px;
    transition: all 0.3s ease-in;
   }
   .cover-bg{
    background-image: url('img/pexels-ingo-joseph-188033.jpg');
    background-position: center;
    background-color: #00000077;
   }
   .cardd{
    background-color: rgba(255, 255, 255, 0.432);

   }
 
  
  .why-choose-section .img-wrap {
    position: relative;
  }
  
  .why-choose-section .img-wrap:before {
    position: absolute;
    content: "";
    width: 255px;
    height: 217px;
    background-image: url("img/629-removebg-preview\ \(1\).png");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(-40%, -40%);
    -ms-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);
    z-index: -1;
    background-color: #FAF8F5;
  }
  
  .why-choose-section .img-wrap img {
    border-radius: 20px;
  }
  
  .feature {
    margin-bottom: 30px;
  }
  
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
  }
  
  .feature .icon:before {
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    background: rgba(59, 68, 93, 0.438);
    border-radius: 50%;
    right: -8px;
    bottom: 0;
  }
  
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f;
  }
  
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a;
  }
  
  

  .carousel1 img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
  }
  .carousel-inner1 {
    padding: 1em;
   
  }
  
  @media screen and (min-width: 576px) {
    .carousel-inner1 {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }

  @media screen and (max-width: 767px) {
    .carousel-inner1 {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 1024px) {
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
   background-color: #1D7EE7;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
 .testimonials{
  position:absolute;

background-origin: content-box;
background-blend-mode: hard-light;
background-image: url('img/TESSTTTTTTT.jpg');
width: 100%;
height: 100%;
top: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;

opacity: 0.9;
background-origin: content-box;
background-blend-mode: hard-light;
background-color: #ad8108e0;
 }
 .carousel-indicators2 {
    position: static;
  }
  .carousel-indicators2 li {
    width: 300px;
    height: 100%;
    opacity: 0.8;
  }
  .section-paddingg{
    padding-bottom: 150px !important;
  }
  @media (max-width:767px) {

    .text {
     font-size: 30px !important;
    }
  }
  .zoom1{
    box-shadow: 6px 6px 4px #C19C51;
  }
 .btnabt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    background: #6d4907a2;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;

  }
  
 .btnabt:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #6d4c068f;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
  }
  
 .btnabt:hover::after {
    right: auto;
    left: 0;
    width: 100%;
  }
  
 .btnabt span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 18px 16px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
 
  
    transition: all 0.3s ease-in-out;
  }
  
 .btnabt:hover span {
    color: #183153;
    animation: scaleUp 0.3s ease-in-out;
  }
  
  @keyframes scaleUp {
    0% {
      transform: scale(1);
    }
  
    50% {
      transform: scale(0.95);
    }
  
    100% {
      transform: scale(1);
    }
  }
  @media (max-width:767px) {

    .section-padding {
     padding-top:  50px !important;
     padding-bottom:  50px !important;
    }
  }
  svg:hover {
    fill: rgb(255, 255, 255) !important; /* Change this to the color you want on hover */
}
#why-us-section{

  
    margin: 100px 0;
    padding-bottom: 180px !important;
}
.facilities{
    background-color: rgba(255, 255, 255, 0.726);
}
.facility{
    border: 1px solid rgba(168, 148, 85, 0.164);
    padding: 20px;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(244,249,221,1) 100%, rgba(255,255,255,0.4682247899159664) 100%);
  }
.facility:hover{
   color: white;
    background: rgb(255,255,226);
    background: rgb(0,0,0);
    background: rgb(38,38,38);
background: linear-gradient(90deg, rgba(38,38,38,1) 0%, rgba(4,62,50,1) 100%, rgba(251,252,252,1) 100%);
    border: 1px solid transparent;
    transition-duration: 1.0s;

} 
.icon:hover {
    color: #ffffff;

}
.facility-content:hover {
    transform: scale(1);
    color:white;
    fill:white;
    box-shadow: 0 0 20px 0 #BDB17E;
    
    }
    .feature .feature-item {
        position: relative;
        display: flex;
        border: 3px solid  goldenrod;
    
        background: var(--bs-light);
        transition: 0.5s;
     
    
    }
    
    .feature .feature-item::before {
        width: 0;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
    
        transition: 0.5s;
     
    }
    
    .feature .feature-item:hover::before {
        width: 100%;
        background-image: linear-gradient(to right top, #256f3e, #25763c, #267e3a, #288537, #2b8c33, #359639, #3e9f3e, #47a944, #57b755, #66c666, #76d478, #85e389);
        
    }
    
    .feature .feature-item .feature-icon {
        display: inline-flex;
        border-radius: 10px;
        transition: 0.5s;
    }
    
    .feature .feature-item:hover .feature-icon {
        position: relative;
    
    }
    
    .feature .feature-item:hover .feature-content {
        position: relative;
        color: var(--bs-white);
        z-index: 2;
    }
    
    .feature .feature-item:hover .feature-content h5 {
        color: var(--bs-dark);
    }
    .why-us-section{
        background-image: url('img/Interior-scheme-2.png');
        background-position: top;
        background-repeat: no-repeat;
        background-color: rgba(218, 165, 32, 0.192);
    }

    .service-home h6{
        font-family: Gilda Dispaly ,serif !important;
        color: #183153;
    }
    .service-box{
        background-color: #afbed2;
        padding: 20px;
        color: rgb(0, 0, 0);
    }
    .service-box-1{
        background-color: #AFBED2;
        padding: 20px;
        color: rgb(0, 0, 0);
    }
    .service-box-2{
        background-color: #AFBED2;
        padding: 20px;
        color: rgb(0, 0, 0);
    }
    .testimonial-section{
      background: url('../img/img8.png') rgba(0, 0, 0, 0.438) !important;
        background-size: cover !important;
        background-attachment: fixed !important;
        background-position:center 50% !important;
        background-repeat: no-repeat !important;
        background-blend-mode: multiply !important;
      
      }
      .testimonial-box{
        padding: 50px;
        border: 2px solid white;
        border-radius: 5px;
      }
      .testimonial-box:hover{
        background: #3333339a;
        transform:translateY(-15px);
        transition: background 0.5s ease-in-out;
        transition: transform 0.5s ease;
      }
      


 
    
    .card h2{
        font-family: Cinzel ,serif;
        background-color: #000;
        color: #ffffffec;
    }
    .text{
        margin-inline-start: -70px !important;
  padding-left: 80px !important;
  padding-right: 160px !important;
      background-color: #a4abb4;
      z-index: 3!important;
      position: relative;
      margin-bottom: -170px !important;
    }
    .section-ptop{
        padding-top: 50px !important;
    }
    #footerbanner{
      background: url('../img/home-back1.jpg')rgba(0, 0, 0, 0.463);
      background-size: cover;
      background-blend-mode: multiply;
  
      background-attachment: fixed;
      background-position: 0% 70%;
      height: 300px;
      display: flex;
      align-items: center;
  }
  
  
  #footer{
      background: url('../img/testimonials.svg');
      background-color: #1d1b1a;
  }
  

 
.testimonial-section{
  background: url('img/home-back1.jpg')  #333333ce;
  background-size: cover;
  background-attachment: fixed;
  background-position:center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;

  margin-top: 50px;
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 80px;
}
.testimonial-box{
  padding: 50px;
  border: 2px solid white;
  border-radius: 5px;
}
.testimonial-box:hover{
  background: #3333339a;
  transform:translateY(-15px);
  transition: background 0.5s ease-in-out;
  transition: transform 0.5s ease;
}
 


p.subtitle {
  font-size: 15px;
  text-transform: uppercase;
  color: #e6c9a2;
  letter-spacing: 2.7px;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 18px;
}
p.subtitle::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -76px;
  width: 63px;
  height: 1px;
  background: #000000;
}
.subtitle {
  margin-bottom: 25px;
  letter-spacing: 1.7px;
  color: #000000;
}
.subtitle {
  color: #0e1927;
  margin-bottom: 21px;
}
.subtitle {
  margin-bottom: 20px;
  color: #0e1927;
  display: block;
  text-align: center;
  margin-bottom: 20px !important;
}
.subtitle::before,
.subtitle::before,
.subtitle::before,
.subtitle::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -76px;
  width: 63px;
  height: 1px;
  background: #e6c9a2;
}
.subtitle {
  font-size: 15px;
  text-transform: uppercase;
  color: #0e1927;
  letter-spacing: 2.7px;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 18px;
}
.colo{
padding: 50px !important;
}
/* Media Query for Tablets (768px and below) */
@media (max-width: 768px) {
  .Facilites-Section {
      padding: 50px !important;
  }
  .feature-box-1 {
      padding: 0.6em 1.5em;
  }
  .feature-box-1 h5 {
      font-size: 18px !important;
  }
  .feature-box-1 p {
      font-size: 15px !important;
  }
  .feature-box-1 .icon {
      width: 60px;
      height: 60px;
  }
  .feature-box-1 .icon img {
      width: 40px;
      height: 40px;
      margin-top: 10px;
  }
}

/* Media Query for Mobile (480px and below) */
@media (max-width: 480px) {
  .Facilites-Section {
      padding: 30px !important;
  }
  .feature-box-1 {
      padding: 0.5em 1.2em;
      margin-bottom: 15px;
  }
  .feature-box-1 h5 {
      font-size: 16px !important;
  }
  .feature-box-1 p {
      font-size: 14px !important;
  }
  .feature-box-1 .icon {
      width: 50px;
      height: 50px;
  }
  .feature-box-1 .icon img {
      width: 35px;
      height: 35px;
      margin-top: 8px;
  }
}
/* Media Queries */
@media (max-width: 768px) {
  #count1, #count2, #count3 {
      font-size: 80px !important;
  }
  .counttext {
      font-size: 30px !important;
      margin-right: -90px !important;
      margin-top: -60px !important;
  }
  .prg{
    margin-top: -13px !important;
  }
  .rooms{
    padding: 10px !important;
  }
  .imgage{
    width: 100px;
  
  }
}

@media (max-width: 480px) {
  #count1, #count2, #count3 {
      font-size: 50px !important;
  }
  .counttext {
      font-size: 20px !important;
      margin-right: -60px !important;
      margin-top: -30px !important;
  }
  .border-left {
      border-width: 1px;
  }
}


@media (max-width: 480px) {
  .gallery-ig h1 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  

  .tf-button {
    font-size: 12px;
    padding: 10px;
    line-height: 40px;
  }

  .tf-button.style3 {
    padding: 10px 20px;
    line-height: 40px;
  }
}

.imgage{
  width: 200px;

}
@media(max-width: 430px){


.testimonial-section{
  background: url('../img/img8.png') rgba(0, 0, 0, 0.438) !important;
    background-size: cover !important;
    background-attachment: none !important;
    background-position:center 50% !important;
    background-repeat: no-repeat !important;
    background-blend-mode: multiply !important;
  
  }

}
@media(max-width: 990px){
  
  .section-background, .section-background1, .section-background2 {
     height: 500px;
  }
  .section-title h1{
     padding-top: 60%;
   padding-left: 0%;
   padding-right: 0% ;
     font-size: 50px !important;
  }
  .section-title p{
    padding-top: 3%;
  padding-left: 0%;
  padding-right: 0% ;
    font-size:20px !important;
 }
 #footerbanner{
  height: 500px;
 }
  
  }



  .gallery-item {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
}
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}
.gallery img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}
.gallery img:hover {
    transform: scale(0.9);
}
@media (max-width: 991px)
{
    .galery1{
        display: none;
    }
}