@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Petit+Formal+Script&display=swap');@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Inter;
    
}

@font-face {
    font-family: myFont;
    src: url(/assests/tan-pearl.otf);
}
body{ 
    background-color: rgb(247, 247, 247) !important;
    overflow-x: hidden;
}

@media (max-width:767px){
    body ,html{
        overflow-x: hidden !important;
    }
}
section{
    margin-top: 80px;
}

.navbar {
    padding: 1rem 1rem;
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar-brand {
    margin-left: auto; /* Pushes logo to the right */
}

.navbar-toggler {
    width: 30px;
    height: 25px;
    position: relative;
    border: none;
    padding: 0;
    color: #222222 !important;
    background: transparent;
    cursor: pointer;
    z-index: 1001;
    outline: none !important;
    margin-right: auto; /* Keeps toggler on the left */
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
    color: #222222 !important;

}

.menu-line {
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    color: #222222 !important;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.line-1 { top: 0; }
.line-2 { top: 50%; transform: translateY(-50%); }
.line-3 { bottom: 0; }

.navbar-toggler.active .line-1 {
    transform: translateY(11.5px) rotate(45deg);
    color: #222222 !important;

}
.navbar span{
    background-color: #222222 !important;
}

.navbar-toggler.active .line-2 {
    opacity: 0;
}

.navbar-toggler.active .line-3 {
    transform: translateY(-11.5px) rotate(-45deg);
}

.menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    top: 40px;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 999;
}

.menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b1b1b;
    transform-origin: top left;
    transform: scaleY(0);
}

.menu-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    padding-left: 10%;
}

.menu-content {
    text-align: left;
    position: relative;
}

.menu-item {
    position: relative;
    display: block;
    margin: 1rem 0;
    font-family: myFont;
    text-decoration: none;
    color: #d9d9d9;
    font-size: 4.5rem;
    font-weight: 700;
    overflow: hidden;
    transform: translateY(100%);
    opacity: 0;
    transition:  0.5s ease !important;
}

.menu-item:hover{
    transform:translateX(30px) !important;
    transition:  0.5s ease !important;
}
.menu-wrapper.active {
    pointer-events: all;
}

@media (max-width: 768px) {
    .menu-item {
        font-size: 2.5rem;
    }
    
    .menu-container {
        padding-left: 2rem;
    }
}

/* button css */



/* main content css */
.text-container h1{
    text-align: center;
    font-weight: 900;
    font-size: 7.8vw;
    letter-spacing: 5px;
    font-family:myFont;
}
.text-container h6{
    text-align: center;
    margin-bottom: 60px;
    font-weight: 900;
    font-size: 1.6vw;
    color: #bd9d71;
    letter-spacing: 5px;
    font-family:myFont;
}
/* media query */
@media (max-width:767px){
    .text-container h1{
        font-size: 13vw;
    }
    .text-container h6{
        font-size: 3vw;
        line-height: 20px;
    }
    .about-us-container h2{
        font-size: 8vw  !important;
    }
    .about-us-container p{
        font-size: 20px !important;
    }

    .experience-container h6{
        text-align: center;
        margin-top: 140px !important;

    }
    .experience-container p{
        display: none;
    }
    .experience-img{
        top: 10px !important;
    }
    .experience-container h1{
        font-size: 13.5vw !important;
    }

    .room-container h6{
        text-align: center;
    }
    .room-container h1{
        font-size: 15.5vw !important;
    }

    .facility-container h6{
        text-align: center;
    }
    .facility-container h1{
        font-size: 15.5vw !important;
    }
    .more-facility-container h6{
        font-size: 24px;
        
    }
    .more-facility-container h1{
        font-size: 8vw !important;
    }
}


.about-us-container{
    margin-top: 150px;
    margin-bottom: 100px;
}

.about-us-container h2{
    font-family: myFont;
    font-weight: 700;
    font-size: 3.0vw;
    line-height: 66px;
}

.about-us-container p{
    font-size: 26px;
    color: #222222;
    text-align: justify;
    font-weight: 300;
    font-family: inter;
}



/* slider css */


.parallax-section {
    height: 70vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width:767px){
    .parallax-section{
        height: 110vh;
    }
}
.section-2 {
    background-image: url("https://shthemes.net/demosd/thecappa-boutique-hotel/wp-content/uploads/2024/05/1.jpg");
}

.experience-container{
    padding: 30px 0px;
}
.experience-container h6{
     color: #3f362b;
     letter-spacing: 5px;
     font-weight: 300;
     margin-top: 10px;
}

.experience-container h1{
    font-family: myFont;
    margin-top: 30px;
    font-weight: 700;
    font-size: 3.0vw;
    line-height: 66px;

}

.experience-container p{
    font-size: 24px;
    color: #222222;
    text-align: justify;
    margin-top: 20px;
    font-weight: 300;
    font-family: inter;
}
.experience-img{
    position: relative;
    top: 270px;
}

.img-cover{
    overflow: hidden;
}

.img-cover img{
    transition: 0.7s ease;
}
.img-cover img:hover{
    transform: scale(1.15);
    transition:  0.7s ease;
}
.img-cover2 img{
    transition: 0.7s ease;
}
.img-cover2 img:hover{
    transform: scale(0.9);
}

.room-container{
    padding: 100px 0px;
}
.room-container h6{
    color: #3f362b;
    letter-spacing: 5px;
    font-weight: 300;
   
}
.room-container h1 {
    font-family: myFont;
    margin-top: 30px;
    font-weight: 700;
    font-size: 3.0vw;
    line-height: 66px;
}

.card-container {
    position: relative;
    overflow: hidden;
    font-family: myFont !important;
    /* max-width: 400px; */
    /* height: 500px; */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-image-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 133%; /* Maintain aspect ratio */
}

.card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-container:hover .card-image {
    transform: scale(1.05);
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    transform: translateY(20%);
    opacity: 0;
    transition: all 0.5s ease;
}

.card-container:hover .card-content {
    transform: translateY(0);
    opacity: 1;
}

.price {
    font-size: 0.9rem;
    color: #ffffff;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: myFont !important;

}

.title {
    font-size: 1.5rem;
    color: #ffffff;
    margin-top: 0.5rem;
    font-weight: 500;
    font-family: myFont !important;
}

.booking-label {
    position: absolute;
    color: #222222;
    backdrop-filter: blur(7px) saturate(180%);
    -webkit-backdrop-filter: blur(7px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.39);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    top: 1rem;
    font-family: myFont !important;
    right: 1rem;
    /* background: rgba(255, 255, 255, 0.9); */
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 900 !important;
}




.facility-container{
    padding: 100px 0px;
}

.facility-container h6{
    color: #3f362b;
    letter-spacing: 5px;
    font-weight: 300;
   
}

.facility-container h1{
    font-family: myFont;
    margin-top: 30px;
    font-weight: 700;
    font-size: 3.0vw;
    line-height: 66px;
}
.custom-card {
    border: 1px solid #e0e0e0;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    /* background-color: #fff; */
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.53);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
  }
  .custom-card .icon-wrapper {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px dashed #c2a680;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .custom-card i {
    font-size: 24px;
    color: #c2a680;
  }
  .custom-card h5 {
    font-size: 20px;
    font-family: myFont;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .custom-card p {
    color: #6c757d;
    margin: 0;
  }
  .custom-card .bg-icon {
    font-size: 100px;
    color: #eaeaea;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .testimonial-section {
    /* background-color: #333; */
    padding: 50px;
    border-radius: 10px;
    position: relative;
    max-width: 700px;
    color: #fcfcfc;
}
.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.3;
    border-radius: 10px;
}
.testimonial-content {
    position: relative;
    z-index: 1;
}
.testimonial-header {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.testimonial-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-family: myFont;
}
.testimonial-text {
    font-size: 16px;
    margin-bottom: 30px;
}
.testimonial-author {
    display: flex;
    align-items: center;
}
.testimonial-author img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.testimonial-author-info {
    display: flex;
    flex-direction: column;
}
.testimonial-author-name {
    font-size: 16px;
    font-weight: bold;
}
.testimonial-author-role {
    font-size: 14px;
    color: #ccc;
}
.testimonial-rating {
    color: #f39c12;
    margin-bottom: 5px;
}

.more-facility-container{
    padding: 100px 0px;
}
.facility-img img{
    transition: 0.7s ease;
}

.facility-img img:hover{
    transform: scale(1.2);
}
.facility-img{
    overflow: hidden;
}

.more-facility-container h6{
    color: #3f362b;
    letter-spacing: 5px;
    font-weight: 300;
}
.more-facility-container h1{
    font-family: myFont;
    margin-top: 30px;
    font-weight: 700;
    font-size: 3.0vw;
    line-height: 66px;
}

.more-facility-container p{
    font-size: 19px;
    color: #222222;
    text-align: justify;
    margin-top: 20px;
    font-weight: 300;
    font-family: inter;
}

/* button css */
/* From Uiverse.io by mrhyddenn */ 
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none;
    color: #0f1923;
    font-family: myFont;
    cursor: pointer;
    position: relative;
    padding: 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transition: all .15s ease;
  }
  
  .button::before,
  .button::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: calc(50% - 5px);
    border: 1px solid #7D8082;
    transition: all .15s ease;
  }
  
  .button::before {
    top: 0;
    border-bottom-width: 0;
  }
  
  .button::after {
    bottom: 0;
    border-top-width: 0;
  }
  
  .button:active,
  .button:focus {
    outline: none;
  }
  
  .button:active::before,
  .button:active::after {
    right: 3px;
    left: 3px;
  }
  
  .button:active::before {
    top: 3px;
  }
  
  .button:active::after {
    bottom: 3px;
  }
  
  .button_lg {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #fff;
    background-color: #0f1923;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 1px transparent;
  }
  
  .button_lg::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #0f1923;
  }
  
  .button_lg::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    background-color: #0f1923;
    transition: all .2s ease;
  }
  
  .button_sl {
    display: block;
    position: absolute;
    top: 0;
    bottom: -1px;
    left: -8px;
    width: 0;
    color: #000 !important;
    background-color:#e7cc8b;
    transform: skew(-15deg);
    transition: all .2s ease;
  }
  
  .button_text {
    position: relative;
  }
  
  .button:hover {
    color: #090909 !important;
  }
  
  .button:hover .button_sl {
    width: calc(100% + 15px);
  }
  
  .button:hover .button_lg::after {
    background-color: #fff;
  }
  

  /* footer css */
  .footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0;
}
.footer h3 {
    color: #ffffff;
    font-family: myfont;
    font-size: 24px;
    margin-bottom: 20px;
}
.footer p, .footer a {
    color: #888;
    text-decoration: none;
    line-height: 1.8;
}
.footer a:hover {
    color: #ffffff;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.social-icons a {
    color: #888;
    margin-right: 15px;
    font-size: 18px;
}
.social-icons a:hover {
    color: #ffffff;
}
.contact-info {
    color: #888;
}
.phone-number {
    color: #ffffff;
    font-size: 20px;
    margin: 10px 0;
}



/* gsap img slider css */
.ant-marquee-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
/*            background: #f5f5f5;*/
}

.ant-marquee-track {
    position: absolute;
    display: flex;
    gap: 20px;
    padding: 20px;
    will-change: transform;
}

.ant-marquee-item {
    flex-shrink: 0;
    width: 250px;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
}

.ant-marquee-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ant-marquee-item:hover img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .ant-marquee-item {
        width: 200px;
        height: 200px;
    }

    .ant-marquee-container {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .ant-marquee-item {
        width: 150px;
        height: 150px;
    }

    .ant-marquee-container {
        height: 200px;
    }
}

/* video slider css start */
.video-container {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.776);
    
}

.main-vd {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    z-index: -1;
}

.text-slider {
    position: absolute;
    width: 100%;
    padding: 20px;
    color: white;
    text-align: center;
    opacity: 0;
}

.slider-container {
    position: relative;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 768px) {
    .text-slider {
        font-size: 0.9em;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .text-slider {
        font-size: 0.8em;
        padding: 10px;
    }
}
/* video slide css end */



.availability-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    bottom: 110px;
    z-index: 99;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    box-shadow: rgb(60, 60, 60) 0px 20px 30px -10px;
  }
  .btn-custom {
    background-color: #b99869;
    color: #fff;
    font-weight: bold;
    border: none;
  }
  .btn-custom:hover {
    background-color: #a6896b;
  }