html {
    scroll-behavior: smooth;
}
body{

}
:root{
    --primary:#978845;
    --text:#464646;
    --white:#fff;
    --hover:#867630;
    --stroke:#E6E6E6;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Playfair Display", serif;  
} 
p{
    font-family: "Open Sans", sans-serif !important;
}


.banner {
    width: 100%;
    height: 100vh; 
    overflow: hidden;
}
.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: top;
}
.join {
    margin: 60px 0px;
}
.join h1{
    color: var(--primary);
    font-size: 110px;
    text-align: center;
}
.join .data{
    font-size: 15px;
    width: 380px;
    text-align: center;
    color:var(--text)
}
.join img{
    width: 60px; 
    margin-right: 10px;
}
.border-right {
    border-right: 1px solid #DBDBDB;
}
.parallax{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gift.parallax{
    background-image: url("../image/parallax-a.jpg");
    min-height: 330px;
    display: flex;
    align-items: center;
}
.joining.parallax{
    background-image: url("../image/parallax-b.jpg");
    min-height: 420px;
    padding-top: 85px;
}
.hotels h3,
.parallax h2{
    color: var(--primary);
    font-size: 70px;
}
.hotels p,
.parallax p{
    font-size: 18px;
    color: var(--white); 
}
.button{
    position: relative;
    font-family: inherit;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    border-radius: 0.8em;
    cursor: pointer;
    border: none;
    background: var(--hover);
    color: var(--white);
    overflow: hidden;
    
}
.button small {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: inline-flex;
    align-items: center;
    padding: 16px 20px;
}
.button small span{
    color: var(--white);
    font-size: 19px;
}
.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.card .button small{
    font-weight: 600;
}
.button::before {
    content: "";
    background: var(--primary);
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.button:hover::before {
transform: translate3d(100%, 0, 0);
}

.button:active {
transform: scale(0.95);
}



.hotels {
    padding: 55px 0px;
}
.hotels p{
    font-size: 18px;
    color: var(--text); 
}
.hotels .card-content p{
    color: var(--white);  
}
.card {
    position: relative;
    min-width: 220px;
    height: 365px;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 400px;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.card:hover img {
    transform: scale(1.1);
    transform: rotate();
}
.card-content {
    position: absolute;
    bottom: -65px;
    left: 20px;
    color: white;
    transition: all 0.3s ease;
}
.card-content p {
    margin: 0;
    font-size: 20px;
}
.card:hover .card-content {
    bottom: 25px;
}
.join-form .form-card {
    background: var(--white);
    padding: 44px 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 25px;
  }
.join-form {
    margin-top: -136px;
}
.join-form .form-group label{
    font-size: 20px;
    color: var(--text);
    padding-bottom: 7px;
}
.join-form .form-group select,
.join-form .form-group input{
padding: 16px 10px;
  border-radius: 8px;
  border: 1px solid var(--stroke);
}
.join-form .form-group {
    margin-bottom: 20px;
}
.join-form .form-control::placeholder {
    color: #DADADA;
    opacity: 1;
  }
.join-form .form-check-label{
    font-size: 17px;
    color: var(--text);
}
.form-check-input:checked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.footer {
    padding: 60px 0px 25px 0px;
  }
.footer img{
    width: 240px; 
}
.video-moble{
    display: none;
}
.modal-body {
    text-align: center;
    padding: 60px 142px;
}

.modal-body h2{
    font-size: 100px;
    color: var(--primary);
    margin-bottom: 15px;
}
.modal-body p {
    font-size: 23px;
    color: #797979;
    font-weight: 400;
}
.modal-content{
    border-radius: 40px;
}


@media (max-width: 1199.98px) { 
    .join h1 {
        font-size: 85px;
 }
 element {
}
.hotels h3, .parallax h2 {
  font-size: 62px;
}
}

@media (max-width: 991.98px) { 
    .border-right {
        border-right: none;
      }
      .hotels h3, .parallax h2 {
        font-size: 47px;
      }
      .join .data {
        margin-bottom: 25px;
      }
      .modal-body h2 {
        font-size: 65px;
      }
      .modal-body p {
        font-size: 19px;
      }
      .modal-body {
        text-align: center;
        padding: 50px 30px;
      }
 }


 @media (max-width: 767.98px) { 
    .video-moble{
        display: block;
    }
    .video-display{
        display: none;
    }
    .footer img {
        width: 190px;
      }
  }

  @media (max-width: 575.98px) { 
    .hotels h3, .parallax h2 {
        font-size: 36px;
      } 
  }

  @media (max-width: 400.98px) {
    .join h1 {
        font-size: 70px;
      }
      .join .data {
        width: auto;
      }
      .hotels h3, .parallax h2 {
        font-size: 35px;
      }
      .hotels p, .parallax p {
        font-size: 16px;
    }
    .footer img {
        width: 125px;
    }
    .modal-body h2 {
        font-size: 58px;
    }
    .modal-body {
        text-align: center;
        padding: 50px 17px;
      }
      .join p{
        font-size: 15px;
      }
      .join img {
        width: 40px;
        margin-right: 10px;
      }
      .join-form .form-card {
        padding: 44px 20px;
      }

}

