/*common*/
@font-face {
    font-family: 'SF Pro Display';
    font-weight: normal;
    font-style: normal;
    src: url('https://d1t11jpd823i7r.cloudfront.net/font/SFUIDisplay-Regular.ttf');
}

@font-face {
    font-family: 'SF Pro Display';
    font-weight: 500;
    font-style: normal;
    src: url('https://d1t11jpd823i7r.cloudfront.net/font/SFUIDisplay-Medium.ttf');
}

@font-face {
    font-family: 'SF Pro Display';
    font-weight: 600;
    font-style: normal;
    src: url('https://d1t11jpd823i7r.cloudfront.net/font/SFUIDisplay-Semibold.ttf');
}

@font-face {
    font-family: 'SF Pro Display';
    font-weight: 700;
    font-style: normal;
    src: url('https://d1t11jpd823i7r.cloudfront.net/font/SFUIDisplay-Bold.ttf');
}

/* Reset */
body {
    margin: 0;
}

html {
    font-size: 10px;
}

/* 	 */
.body {
    width: 100%;
    background-color: rgba(220, 220, 220, 0.3);
    font-family: 'SF Pro Display' !important;
    font-style: normal;
    font-weight: normal;
}

a {
    color: #FFFFFF;
}	

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-start {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.topbar__dropdown-content { 
    top: 2rem !important;
}

@media (max-width: 1300px) {
    html {
        font-size: 8.5px !important;
    }
}

@media (max-width: 1100px) {
    html {
        font-size: 7.5px !important;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 6.3px !important;
    }
}

@media (max-width: 840px) {
    html {
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 11.5px !important;
    }
}

@media (max-width: 610px) {
    html {
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 10px !important;
    }
}

@media (min-width: 1536px) {
    html {
        font-size: 0.651vw !important;
    }
}

/* hero banner */
@media (min-width: 1536px) {
    .gift-banner {
        font-size: 1.1vw;
    }
}

.gift-banner {
    background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
    padding: 0.56% 0;
    text-align: center;
    color: white;
    font-weight: 500;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5em;
    width: 100%;
    font-size: 1.6rem;
    position: fixed;
    top: 4.44vw;
}

.gift-banner a{
    color: #478DFF;
    background-color: white;
    padding: 0.18em 1em;
    border-radius: 3em;
    font-weight: 600;
    height: 1.5em;
    width: 7em;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1440px) {
    .gift-banner {
        top: 64px;
    }
}
  
@media screen and (max-width: 1300px) {
    .gift-banner {
        top: 55px;
    }
}

@media screen and (max-width: 1100px) {
    .gift-banner {
        top: 47px;
    }
}
  
@media (max-width: 840px) {
	.gift-banner {
		font-size: 1em !important;
        top: 63px;
	}
}

@media screen and (max-width: 610px) {
    .gift-banner {
        top: 59px;
    }
}

@media screen and (max-width: 480px) {
    .gift-banner {
        top: 53px;
    }
}

.hero-banner {
    background: url(../png/hero-banner-b.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vw * (532 / 1440));
    top: 6.666vw;
    position: relative;
}

 /* info form */
.contact {
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    margin-top: -10rem;
 }
 
 .contact img {
     position: absolute;
     width: 100%;
     z-index: 1;
     bottom: 0;
 }
  
 .contact .content {
     position: relative;
     width: 128.8rem;
     height: 80rem;
     margin: auto;
     margin-top: 8rem;
     background: #FFFFFF;
     box-shadow: 0px 0px 4rem rgba(0, 0, 0, 0.1);
     border-radius: 2rem;
 }
 
 .contact .content .form {
     padding: 6rem 0 0 ;
     width: 74.3rem;
     height: 100%;
     z-index: 2;
 }
 
 .contact .content .form .contact-form {
     width: 48rem;
     margin: auto;
 }
 
 .contact .content .form .contact-form .input{
     display: flex;
     flex-direction: column;
 }
 
 .contact .content .form .contact-form .input label{
     color: #121131;
     font-size: 1.4rem;
     opacity: 0.5;
     margin-bottom: 0.4rem;
 }
 .contact .content .form .contact-form .input input{
     border: 1px solid #E6E6E6;
     border-radius: 8px;
     height: 4.8rem;
     width: 100%;
     margin-bottom: 2.4rem !important;
     padding: 1rem;
     font-size: 1.4rem;
 }
 
 .contact .content .form .contact-form .input textarea{
     border: 1px solid #E6E6E6;
     border-radius: 8px;
     height: 17rem;
     margin-bottom: 2.4rem;
     padding: 1rem;
     font-size: 1.4rem;
     font-family: 'SF Pro Display';
 }
 
 .contact .content .form .contact-form .checkbox input{
     border: 1px solid #E6E6E6;
     border-radius: 4px;
     height: 2.4rem;
     width: 2.4rem;
 }
 
 .contact .content .form .contact-form .checkbox span{
     font-size: 1.6rem;
     line-height: 24px;
     color: #121131;
     opacity: 0.7;
 }
 
 .contact .content .form .contact-form .input label span{
     color: #EB5757;
 }
 
 .contact .content .form .contact-form button {
     background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
     border-radius: 5.2rem;
     width: 37.7rem;
     height: 6rem;
     font-weight: 700;
     font-size: 2.4rem;
     display: flex;
     align-items: center;
     text-align: center;
     justify-content: center;
     letter-spacing: 0.005em;
     border: none;
     margin: auto;
     margin-top: 3.2rem;
     color: #FFFFFF;
     cursor: pointer;
 }
 
 .contact .content .form h1 {
     font-size: 4.8rem;
     margin: 0;
     text-align: center;
     margin-bottom: 1.6rem;
 }
 
 .contact .content .information {
     width: 54.5rem;
     border-radius: 2rem 0px 0px 2rem;
     height: 100%;
     background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     padding-left: 14rem;
     color: white;
     padding-right: 5rem;
     padding-top: 6rem;
     z-index: 2;
 }
 
 .contact .content .information h1{
     font-size: 4.8rem;
     margin: 0;
 }
 
 .contact .content .information div{
     margin-top: 8rem;
 }
 .contact .content .information .label {
     font-size: 3.2rem;
     margin: 0;
     font-weight: 600;
 }
 
 .contact .content .information .value {
     font-size: 2.4rem;
     margin: 0;
     margin-top: 1rem;
 }

 @media screen and (max-width: 1024px) {
    .topbar__menu {
        max-width: 680px !important;
        gap: 8px !important;
        margin-right: 1.6em !important;
    }

    .topbar__menu .menu-item {
        flex-grow: 1;
    }
 }
 
 @media (max-width: 840px) {
    .hero-banner {
        top: 75px;
    }

    .contact {
        width: 90%;
        height: 100%;
        margin: auto;
        text-align: center;
        padding-top: 12em;
    }

    .contact .content {
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin-top: -12rem;
    }
    
    .contact .content .information {
        width: 100%;
        border-radius: 2rem 2rem 0px 0;
    }

    .contact .content .information {
        padding: 5rem !important;
    }
    .contact .content .form .contact-form {
        padding: 5rem;
        width: 90vw;
    }
    .contact .content .form .contact-form button {
        width: 60vw;
    }
 }
 
 .iti {
     width: 100%;
 }
 
 .iti__flag {
     display: none;
 }
 
 .iti--separate-dial-code .iti__selected-flag,
 .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
     background-color: unset;
     border-right: 1px solid #00000024;
     height: 4.8rem;
 }
 
 .iti__selected-dial-code {
     padding-top: 1px;
 }
 
 .iti--separate-dial-code .iti__selected-dial-code {
     font-family: "SF Pro Display";
     font-size: 1.4rem;
 }
 
 .iti__country-name, .iti__flag-box {
     font-size: 1.4rem;
 }
 
 .modal {
     top: 20rem !important;
     position: fixed;
     width: 50vw;
     margin: auto;
     align-self: center;
     display: flex;
     flex-direction: column;
     background-color: white;
     justify-content: center;
     left: 50%;
     transform: translate(-50%, 0);
     border-radius: 1rem;
     z-index: 99999;
 }
 
 .modal .head {
     display: flex;
     justify-content: space-between;
 }
 
 .modal .head h5 {
     flex: 90%;
     font-size: 4.8rem;
     margin: 2rem 0px 2rem 4rem;
     text-align: center;
 }
 
 .modal .head span {
     font-size: 4rem;
     margin: 0 1rem;
 }
 
 .modal h2 {
     font-size: 3.2rem;
     margin: 3rem 0;
     font-weight: 600;
     text-align: center;
 }
 
 .modal .modal-body img {
     margin: auto;
     width: 100%;
 }
 
 .alert-danger {
     font-size: 2.4rem;
     margin: 2rem;
     font-weight: 600;
     color: red;
 }

 /* links */

.links {
    flex-wrap: wrap;
    position: relative;
}

.links .link-content {
    flex-wrap: wrap;
    width: 128.8rem;
    padding: 0;
    justify-content: space-between;
}

.links .link-content .link-box {
    width: 40rem;
    height: 28rem;
    margin: 11rem 0;
    border-radius: 3.2rem;
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.25));
    color: #121131;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
    padding: 3.2rem 4rem;
}

.link-content .faq {
    background: url(https://d1t11jpd823i7r.cloudfront.net/contact/faq-bg.svg);
}

.link-content .career {
    background: url(https://d1t11jpd823i7r.cloudfront.net/contact/career-bg.svg);
}

.link-content .product {
    background: url(https://d1t11jpd823i7r.cloudfront.net/contact/product-bg.svg);
}

.link-box .title {
    font-size: 3.2rem;
    font-weight: 600;
    color: white;
    margin: 0;
}

.link-box .description {
    color: #ffffff;
    font-size: 2.4rem;
    margin: 0;
}

.link-box .button {
    font-size: 2.2rem;
    font-weight: 600;
    background: #FFFFFF;
    color: #33B6FF;
    border: 2px solid #E5E5EA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);  border-radius: 10em;
    width: 32rem;
    height: 7rem;
}

.link-box .button:hover {
    background: none;
    color: white;
    text-decoration: none;
}

@media (max-width: 840px) {
    .links .link-content {
        flex-direction: column;
    }
    .links .link-content .link-box {
        margin: 3rem;
    }
    .link-box .button {
        width: 27rem;
    }

    .links .link-content .link-box {
        width: 34rem;
    }
}

.shadow {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    z-index: 6;
    background-color: black;
    display: none;
}
