@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Dancing+Script:wght@400..700&family=Monsieur+La+Doulaise&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nothing+You+Could+Do&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Train+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
  
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Cormorant Garamond", serif;
background:#ffffff;
  color: rgb(0, 0, 0);

}
a{
  color: initial !important;
  text-decoration: none;
}
p{
    font-family: "Jost", serif;
    font-optical-sizing: auto;

    font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
}

.navbar{
  transition: 0.3s;
  background: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nav-link{
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.navbar-toggler {

  border: none !important;

}
.nav-link.active{
  color: #978667 !important;
  font-weight: 700  !important;
}
.text-bg-dark {
  color: #000000!important;
  background-color: white!important;
}
.title{
  font-size: 100px;
  font-weight: 700;
  color: #665615;
  line-height: 111px;
}


/* CSS */
.button23 {
  align-items: center;
  background-color: #AD8F75;
  border: 2px solid #AD8F75;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 20px 22px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button23:focus {
  color: #171e29;
}

.button23:hover {
  background-color: #AD8F75;
  border-color: #AD8F75;
  fill: #AD8F75;
}

.button23:active {
  background-color: #AD8F75;
  border-color: #AD8F75;
  fill: #AD8F75;
}


footer{
  background: #595635;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #192841;
}

/*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;
}
.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;
}
.background1{
 clip-path: circle(67.2% at 68% 68%);


}

.col1{
    font-family: "Train One", serif;
    font-weight: 400;
    font-style: normal;
    /* text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.384); */
    

}
.loop-holder{
    padding-bottom: 50px;
}


.row1{
    background: url('../img/Pattern-1.png'), rgba(0, 0, 0, 0);

  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
}
.aboutup1{
    position: relative;
	background: #f8edcf;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	z-index: 2 !important;
	overflow: hidden;
	border-radius: 20px;
	top: -50px !important;
	padding: 20px;
    text-align: center;
}
.border-left{
    padding: 20px;
    border-left: 2px solid black;
}
.rooms23{
    background-color: #595635;
    padding: 80px;
    color: #000000 !important;
    border: 2px solid rgb(235, 235, 235);
 
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.img11{
    position: relative;
    margin-left: -80px !important;
    z-index: 2;
    margin-bottom: -70px;

}.loop-holder {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
 
    font-family: "Cormorant Garamond";

  }
  .loop-holder__text {
      animation: textLoop 40s linear infinite;
      font-size: 5vw;
      padding-right: .35em;
      color: #01311928;
      font-weight: 600;
  }
  @keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
  }
  
  /*---=================================
   <!-- Restu Fecilities Area Css -->
==================================---*/

.fecilities-area {
    background: url("../img/Screenshot 2025-01-27 154047.jpg") #000000b7;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-blend-mode: multiply;
    padding:70px 0 100px;
}

.single-fecilities-box {
    border: 1px solid rgba(255,255,255,0.15);
    text-align: center;
    padding: 20px 0 32px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.single-fecilities-box:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:var(--primary-color);
    transition: 0.5s;
}

.single-fecilities-box:hover:before{
    width: 100%;
    left: 0;
}

.fecilities-icon img{
    transition: 0.5s;
}

.single-fecilities-box:hover .fecilities-icon img{
    filter: brightness(0) invert(1);
}

.fecilities-content h4 {
    font-size: 20px;
    color: #ffff;
    margin: 65px 0 0;
    position: relative;
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
}

.fecilities-content h4:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    left: 0;
    right: 0;
    top: -41px;
    margin: auto;
    background: rgba(255,255,255,0.5);
}


.hhh{
    font-family: "Cormorant Garamond", serif;
    font-size: 45px;
    padding-bottom: 20px;
    text-align: center;
}
.tm{
    color: #ffffff;
     text-align: center; 
     letter-spacing: 2px;  
     font-family: "Cormorant Garamond", serif;
     font-size: 30px;
}



      /* ======= Services style ======= */
      .services {
        position: relative;
        display: block;
        padding:70px 0;
        z-index: 1;
      }
      .services .item {
        position: relative;
        display: block;
        margin-bottom: 30px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
      }
      .services .item .item-wrap {
        position: relative;
        display: block;
        z-index: 1;
      }
      .services .item .item-wrap .img {
        position: relative;
        display: block;
           overflow: hidden;
        z-index: 1;
      }
      .services .item .item-wrap .img:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 40%;
          background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 45%, rgba(255, 255, 255, 0) 100%);
          z-index: 1;
          opacity: 1;
          visibility: visible;
      }
      .services .item .item-wrap .img img {
          width: 100%;
          transform: scale(1);
          transition: transform 500ms ease;
      }
      .services .item:hover .item-wrap .img img {
          transform: scale(1.05);
      }
      .services .item .item-wrap .con {
        position: absolute;
        bottom: 40px;
        left: 20px;
        right: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
      }
      .services .item .item-wrap .con .title-box {
        position: relative;
        display: block;
      }
      .services .item .item-wrap .con .title-box h3 {
          font-size: 30px;
          font-weight: 400;
          line-height: 30px;
          color: #fff;
          margin-bottom: 0;
          font-family: "Cormorant Garamond", serif;
      }
      .services .item .item-wrap .con .title-box h3 a {
        color: #fff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
      }
      .services .item .item-wrap .con .title-box h3 a:hover {
        color: #fff;
      }
      .services .item .arrow {
        position: relative;
        display: block;
        top: 0px;
        transform: translateY(-66%);
        transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
        visibility: hidden;
        opacity: 0;
      }
      .services .item:hover .arrow {
        visibility: visible;
        transform: translateY(0%);
        opacity: 1;
      }
      .services .item .arrow a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border: 1px solid #aa8453;
          background: #aa8453;
        border-radius: 50%;
        font-size: 12px;
        color: #fff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
      }
      .services .item .arrow a:hover {
        border: 1px solid #fff;
        color: #1b1b1b;
       background: #fff;
      }
      .services .owl-theme .owl-nav [class*=owl-] {
          opacity: 0;
      }
      .services .owl-theme:hover .owl-nav [class*=owl-] {
          opacity: 1;
      }
      .sub-title.border-bot-light {
        position: relative;
        border-bottom: 1px solid #aa8453;
         padding: 8px 0px 15px 15px;
        margin-bottom: 15px;
    }
    .section-title {
        font-size: 40px;
        font-family: "Cormorant Garamond", serif;
        font-weight: 400;
        color: #ffffff;
        position: relative;
        margin-bottom: 15px;
        line-height: 1.2em;
    }
    .info-section{
        background: url('/img/Screenshot 2025-01-27 154047.jpg');
        background-color: #0E1317;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
      
      }
      .text-col{
        padding: 40px;
      }
      
      @media (min-width: 768px) {
        .button-66 {
          padding: 16px 44px;
          min-width: 150px;
        }
        .img11{
            position: relative;
            margin-left: -80px !important;
            z-index: 2;
            margin-bottom: -12px;
      }
      
    }
        /* testimin */

.testimonials-box p{
    font-size:17px ;
    text-align: center;
}

    
    #room-head{
        background: url('img/Screenshot 2025-01-27 154256.jpg')rgba(0, 0, 0, 0.5);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        display: flex;
        align-items: center;
      }
    
      #gallery-head{
        background: url('img/Screenshot 2025-01-27 154025.jpg')rgba(0, 0, 0, 0.5);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        display: flex;
        align-items: center;
      }
    
      #about-head{
        background: url('./img/Screenshot 2025-01-27 154047.jpg')rgba(0, 0, 0, 0.5);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        display: flex;
        align-items: center;
      }
    
      #contact-head{
        background: url('../img/Screenshot 2025-01-27 155015.jpg')rgba(0, 0, 0, 0.5);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        display: flex;
        align-items: center;
      }

      .aboutus{
        padding-top: 100px;
        padding-bottom: 100px;
      }
      .room-card{
        background-color: whitesmoke;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
      }
      
@media (min-width: 768px) {
    .button23 {
      min-width: 170px;
    }
    .aboutup1{
      position: relative;
      background: #fff6da;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
      z-index: 2 !important;
      overflow: hidden;
      border-radius: 20px;
      top: -5px !important;
      padding: 1px;
      text-align: center;
  }
  }
  
  @media(max-width:1000px){
    .room-link{
      text-align: left !important;
    }
    .copyright{
      display: flex;
      justify-content: center;
      text-align: center ;
      align-items:center;
    }
    .footer-links {
      display: flex;
      font-family: Jost, sans-serif;
      font-size: 18px;
      padding: 0px 30px 0px 30px;
      flex-wrap: wrap;
      align-content: center;
      justify-content: space-evenly;
      align-items: baseline;
  }
    .br-tag{
      display: block !important;
    }
    .footer-title{
    font-size: 24px !important;
    }
    .hr-line{
      display: none;
    }
    .subtitle{
      font-size: 40px;
    }
  .title{
    font-size: 46px;
  
    font-weight: 700;
    color: #2C2A49;
    line-height: normal;
  }
  .background1{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);

     }.aboutup1{
      position: relative;
      background: #fffefb;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
      z-index: 2 !important;
      overflow: hidden;
      border-radius: 20px;
      top: -5px !important;
      padding: 1px;
      text-align: center;
  }
     
  .col1{
    padding: 30px;
  }
  .img11{
    position: relative;
    margin-left: 3px !important;
    z-index: 2;
    margin-top: -77px;
  }
  .loop-holder{
    padding-bottom: 10px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 0px;
  height:0px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}


 
  }