@import url('https://fonts.googleapis.com/css2?family=Inter&family=DM+Serif+Display&family=Jomolhari&family=Montserrat&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: transparent;
}

:root {
    --txt: #414141;
    --gold: #BAA688;
    --inter: 'Inter', sans-serif;
    --jomo: 'Jomolhari', serif;
    --monts: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "DM Serif Display", serif !important;
}

body, 
html {
    overflow-x: hidden;
    background-color: #FFF;
    scroll-behavior: smooth;
    font-family: "Open Sans", sans-serif !important;
}

img {
    max-width: 100%;
}

.hide {
    display: none !important;
}

.banner {
    padding-top: 50px;
    width: 100%;
    position: relative;
    padding-top: 0px;
}

.banner video {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/assets/images/video_background.jpg);
    background-size: cover;
    background-position: center center;
    object-fit: cover;
}

.banner_overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.banner_in {
    z-index: 2;
    position: relative;
    width: 1150px;
    padding: 0px 50px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: white;
    gap: 30px;
}

.banner_in * {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}

.banner_in svg {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.35));
}

.banner_in a,
.banner_in svg,
.banner_in p {
    color: white;
    text-decoration: none;
    fill: white;
    font-family: var(--inter);
}

.banner_in img {
    font-size: 32px;
    font-family: var(--inter);
    font-weight: normal;
    width: 150px;
    margin: 0 auto;
}

.banner_in h2 {
    font-size: 40px;
    font-family: var(--jomo);
    font-weight: normal;
    letter-spacing: 3.45px;
}

.timer {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.timer div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 22px;
    font-family: var(--inter);
    justify-content: center;
    align-items: center;
}

.timer span {
    font-style: italic;
}

.get_notified {
    padding: 14px 20px;
    width: 300px;
    text-align: center;
    border: 1px solid white;
    border-radius: 5px;
    letter-spacing: 2px;
    transition: 0.3s;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
    letter-spacing: 2px;
}

.get_notified:hover {
    background-color: rgba(255,255,255,0.2);
}

.learn_more {
    letter-spacing: 2px;
    /* position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%); */
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.introduction {
    padding: 50px;
    letter-spacing: 1.2px;
}

.introduction_in {
    width: 1150px;
    margin: 0 auto;
}

.introduction h1 {
    font-size: 22px;
    color: var(--txt);
    font-family: var(--monts);
    font-weight: 400;
}

.introduction p {
    font-family: var(--monts);
    color: var(--txt);
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: 0.56px;
    text-align: justify;
}

.heading_break {
    margin-top: 60px;
}

#get_informed {
    margin-bottom: 25px;
    font-size: 24px;
}

.experience_list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 50px 0px 20px 20px;
}

.experience_list div {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 60px;
    top: 100px;
    transition: 1.5s;
    opacity: 0;
}

.experience_list div.show {
    opacity: 1;
    top: 0;
}

.delay_2 {
    transition-delay: 0.1s !important;
}

.delay_3 {
    transition-delay: 0.2s !important;
}

.delay_4 {
    transition-delay: 0.3s !important;
}

.delay_5 {
    transition-delay: 0.4s !important;
}

.experience_list div p {
    margin-top: 0px;
}

.experience_list div svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
    margin: 60px auto;
}

.benefits > div {
    width: 550px;
    color: white;
    position: relative;
    overflow: hidden;
}

.image_div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5); 
    background-blend-mode: multiply;
    transition: 1s ease-out;
}

.guest_img {
    background-image: url(/assets/images/guest.jpg);
}

.hotel_img {
    background-image: url(/assets/images/hotel.jpg);
}

.benefits h1 {
    font-weight: normal;
    margin: auto 0;
    font-family: var(--inter) !important;
}

.benefits span {
    font-family: var(--jomo);
    margin-top: auto;
    font-size: 16px;
    gap: 10px;
    letter-spacing: 1.5px;
}

.benefits span svg {
    padding-top: 3px;
}

.benefits h1 {
    color: white;
}

.benefits svg {
    fill: white;
}

.benefits .front {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    transition: 0.5s;
}

.benefits .front h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.benefits .back {
    position: relative;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    height: 100%;
    background-color: white;
    padding: 30px;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;
    top: 100%;
    /* border: 1px solid var(--gold); */
}

.benefits .back p span {
    color: var(--txt);
    letter-spacing: 0.56px;
    margin-top: 15px;
    line-height: 22px;
    display: block;
    font-family: "Open sans", sans-serif;
}

.benefits .back a {
    text-decoration: none;
    color: var(--gold);
    font-size: 12px;
    font-family: var(--inter);
    letter-spacing: 1px;
}

.benefits .back svg {
    padding-top: 4px;
    fill: var(--gold);
}

.benefits > div:hover .image_div {
    scale: 2;
    -webkit-transform: scale(2);
}

.benefits > div:hover .front {
    opacity: 0;
    scale: 2;
    -webkit-transform: scale(2);
}

.benefits > div:hover .back {
    pointer-events: auto;
    opacity: 1;
    top: 0%;
}

.benefits .back.show {
    top: 0%;
}

.customer_type > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.customer_type label {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    letter-spacing: 0.45px;
}

.notify_form {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
    display: flex;
    gap: 25px;
    font-family: var(--inter);
    flex-direction: column;
    width: 100%;
    max-width: 400px;
}

.notify_form h1 {
    font-family: var(--jomo);
    font-weight: normal;
    font-size: 20px;
}

.notify_form input {
    border: 0px;
    border-bottom: 1px solid var(--txt);
    padding: 15px 10px 7px;
    font-size: 16px;
    color: var(--txt);
    width: 100%;
    position: relative;
}

.email_input {
    position: relative;
    display: flex;
}

.email_input label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    transition: 0.3s;
    opacity: 0.8;
    pointer-events: none;
}

.email_input input:focus + label,
.email_input input:-webkit-autofill + label,
.email_input input:not(:placeholder-shown) + label {
    font-size: 11px;
    left: 0;
    bottom: 30px;
}

.notify_form button {
    font-family: var(--inter);
    text-align: center;
    border: 1px solid var(--txt);
    width: 100%;
    padding: 10px;
    letter-spacing: 2px;
    transition: 0.3s;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    background: var(--txt);
    color: white;
    z-index: 2;
}

.notify_form button:hover {
    color: var(--txt);
    background: unset;
}

.customer_type {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.customer_type a {
    color: #414141;
    text-decoration: none;
    font-family: var(--monts);
    border: 2px solid black;
    padding: 20px;
    transition: 0.3s;
}

.customer_type a:hover {
    background-color: var(0,0,0,0.3);
}

.customer_type img {
    filter: brightness(0);
}

.contacts {
    display: flex;
    flex-direction: column;
    width: 1150px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.contacts a {
    border-top: 1px solid var(--txt);
    border-bottom: 1px solid var(--txt);
    padding: 12px 3px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--txt);
    font-family: var(--monts);
    font-size: 16px;
}

.contacts a:first-child {
    border-bottom: 0px;
    font-weight: bold;
}

.contacts svg {
    scale: 1.5;
}

.contacts p {
    border-bottom: 1px solid var(--txt);
    padding: 12px 3px;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--txt);
    font-family: var(--monts);
    font-size: 16px;
    gap: 15px;
}

.contacts p span {
    display: block;
    margin-right: auto;
}

.contacts p a {
    padding: unset;
    border: unset;
    display: unset;
    font: unset;
}

.form_message {
    display: none;
    color: rgb(7, 148, 7);
}

.form_message.show {
    display: block;
}

@media(min-width: 992px) {
    .banner_in img {
        width: 180px;
    }
}

@media (max-width: 1150px) {
    .banner_in,
    .introduction_in,
    .contacts {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .benefits {
        margin: 30px auto;
    }

    .benefits > div {
        width: 100%;
    }

    .benefits span, 
    .benefits .front h1 {
        text-align: center !important;
    }

}

@media (max-width: 568px) {
    .banner_in {
        padding: unset;
    }

    .benefits .back {
        justify-content: flex-start;
    }

    .customer_type {
        justify-content: center;
    }

    .banner,
    .introduction,
    .contacts {
        padding: 30px;
    }

    .banner {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .banner h1 {
        font-size: 26px;
    }
    
    .banner h2 {
        font-size: 26px;
        line-height: 40px;
        text-align: justify;
    }

    .timer {
        margin: 0 auto;
    }

    .get_notified {
        width: 100%;
    }
    .benefits .front,
    .benefits .back {
        padding: 10px 30px;
    }

}

.request_body, 
.privacy_notice {
    font-family: var(--monts);
    background-color: black;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.privacy_notice  {
    font-family: "Open Sans", sans-serif !important;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 5%;
    color: white;
    margin: 0 auto;
}

.privacy_notice * {
    font-family: "Open Sans", sans-serif !important;
}

.privacy_notice h1, 
.privacy_notice h2 {
    margin: 0 auto;
}

.privacy_notice h3 {
    margin-top: 40px;
}

.privacy_notice a {
    color: var(--gold);
}

.privacy_notice p {
    margin-top: 20px;
}

.privacy_notice ul {
    margin-top: 20px;
    margin-left: 20px;
}

.request_body a {
    color: var(--gold);
}

.request_form,
.request_form > div,
.custom_select .selects {
    max-width: 576px;
    width: 90%;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 40px auto;
    padding-bottom: 60px;
}

.request_form > div,
.custom_select .selects {
    padding-bottom: 0px;
    margin-top: 0px !important;
}

.custom_select .selects {
    width: 100% !important;
    border-top: 1px solid #BA8E43;
    padding-top: 30px;
    font-family: "Open Sans", sans-serif !important;
    margin-bottom: 0px !important;
}

.request_form h1 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: -8px;
    letter-spacing: 1.65px;
    font-family: "Open Sans", sans-serif !important;
}

.request_form input {
    border-radius: 2px;
    border: 0.5px solid #171717;
    background: #FFF;
    padding: 18px;
    font-size: 14px;
}

input[type="checkbox"] {
    padding: 0px !important;
}

.request_form button {
    border-radius: 2px;
    border: 1px solid #BA8E43;
    background: #BA8E43;
    color: white;
    transition: 0.3s;
    padding: 15px;
    font-size: 18px;
    letter-spacing: 1.8px;
    margin-top: 10px;
}

.request_form button:hover {
    color: #BA8E43;
    background-color: white;
    cursor: pointer;
}

.request_form a {
    margin: 0 auto;
    max-width: 160px;
}

.confirmation_body {
    padding-top: 40px;
}

.confirmation_body .socials {
    display: flex;
    gap: 20px;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
}

.confirmation_card {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 576px;
    width: 90%;
}

.confirmation_card h3 {
    font-family: 'Open sans' serif !important;
    letter-spacing: 1.65px;
}

.confirmation_card p {
    letter-spacing: 0.56px;
}

.auth_heading {
    text-align: center;
    color: #BA8E43;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 576px;
    width: 90%;
}

.auth_heading span {
    width: 100%;
}

.auth_heading:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #BA8E43;
}

.auth_heading:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #BA8E43;
}

.auth_icons {
    display: flex;   
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.auth_icons img {
    cursor: pointer;
}

.request_access_as {
    letter-spacing: 2px;
    margin-top: 40px;
    font-size: 20px !important;
}

.input_parent {
    display: flex;
    position: relative;
}

.cc-picker-code-filter {
    left: 6px !important;
    top: 100% !important;
    border: 0px !important;
    border-radius: 0px !important;
}

.cc-picker-code-list {
    left: 6px !important;
    top: calc(100% + 36px) !important;
    width: 286px;
    z-index: 1 !important;
}

.cc-picker-code-list li {
    color: black;
    font-size: 14px;
}

.input_parent input {
    flex-grow: 1;
}

.input_parent.ccpicker input {
    border-left: 0px;
}

.input_parent.ccpicker > div {
    border: 0.5px solid #171717;
    border-right: 0px;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-right: 15px;
    font-size: 14px;
}



.cc-picker-code-select-enabled::after {
    top: 50% !important;
    right: 5px !important;
    transform: translateY(-50%) !important;
}

.cc-picker-flag {
    top: 0px !important;
    margin-right: 5px !important;
    margin-left:13px;
}

.privacy_checkbox {
    cursor: pointer;
    font-size: 14px;
    text-align: justify;
}

.privacy_checkbox input {
    position: relative;
    top: 2px;
}

#phoneField {
    padding-left: 3px;
}

.privacy_heading {
    font-weight: normal;
    font-family: "Open Sans", sans-serif !important;
    margin-bottom: -15px;
    font-size: 16px;
}

.custom_select .container {
    width: 100%;
    position: relative;
}

.custom_select .container > div {
    background: #FFF;
    padding: 18px;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid black;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.custom_select .container > div:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
}

.custom_select .container > div > p {
    padding-right: 10px;
    color: #4F4F4F;
}

.custom_select .container > div > p b {
    font-weight: normal;
}

.custom_select .container > div > p span:first-child {
    display: none;
}

.custom_select .container ul {
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1000;
}

.custom_select .container ul li {
    border-bottom: 1px solid #BDBDBD;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
    color: black;
}

.custom_select .container ul li:hover {
    background-color: #e3e3e3;
}

.custom_select .container ul li div {
    width: 13px;
    height: 13px;
    border: 1px solid #BDBDBD;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_select .container ul li div i {
    display: none;
    font-size: 10px;
}

.custom_select .container ul li.selected div i {
    display: block;
}

.select_heading {
    text-align: left;
    color: white;
    margin-bottom: -15px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: 1px;
}

@media(max-width: 576px) {
    .select_heading {
        font-size: 14px;
    }

    .request_form h1 { 
        font-size: 16px;
    }
}

.next_step_button {
    background: #BA8E43;
    color: white;
    border-color: #BA8E43 !important;
    padding: 18px;
    width: 100%;
    text-align: center;
    border: 1px solid white;
    transition: 0.3s;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
    letter-spacing: 2px;
    cursor: pointer;
    width: calc(100% - 2px) !important;
    margin:auto !important;
}

.error {
    color: red;
    border-color: red !important;
}

.error::placeholder {
    color: red;
}

.custom_select .selects p, 
.custom_select .selects span, 
.custom_select .selects li { 
    font-family: "Open Sans", sans-serif !important;
}

.custom_select .selects p {
    color: black;
}

.custom_select .container.error * {
    color: red !important;
}