* {
    font-family: line-seed-normal;
}

html {
    max-width: 480px;
    background-color: rgb(0, 0, 0);
    background: #000;
    margin: auto;
}

#cookieBanner.display-bottom.full-width-true{
max-width: 480px;
}

body{
    background: #000;
}

#cookieBanner * {
    font-family: line-seed-normal;
}

#app {
    background: url('/MGCASIAMobilityExpo2024/resources/img/bg-mobility-expo-2024.webp');
    background-position: bottom;
    background-size: cover;
    background-position-y: 0%;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100vh; */
    /* max-height: 100vh; */
    margin: auto;
    overflow: auto;
}

.poster {
    min-height: 100vh;
}

.logo {
    text-align: center;
}

.logo img {
    width: 115px;
    padding: 19px 0px 0px 0px;
}

.box-title {
    min-height: 18vh;
    padding: 10px 50px;
    text-align: center;
    color: white;
    font-size: 18px;
}

.swiper {
    width: 100%;
    height: 100%;
    margin: 20px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #ffffff1a; */
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 30vh !important;
}

.box-primary {
    margin: -17px 19px;
    padding: 14px 12px;
    border-radius: 42px;
    background: linear-gradient(156deg, rgba(55, 146, 252, 0.50) 4.76%, rgba(194, 248, 255, 0.00) 97.96%);
    box-shadow: 0px 2px 20px 0px rgb(224 116 113 / 19%);
    backdrop-filter: blur(5px); 
}

.popup-promo {
    margin: 80px 20px;
}


.btn-primary-mobility-expo {
    border-radius: 100rem;
    background: #FFF;
    /* background: linear-gradient(180deg, rgba(56, 115, 178, 1) 0%, rgba(230, 242, 255, 1) 100%); */
    box-shadow: 0px 2px 20px 0px rgb(224 116 113 / 9%);
    backdrop-filter: blur(70px);
    width: 100%;
    height: 51px;
    flex-shrink: 0;
    color: #3792FC;
    border: 0px solid;
    text-align: center;
    /* font-family: Inter; */
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.btn-primary-mobility-expo:active {
    background: #FFF;
    color: #3792FC;
    border: 1px #3792FC solid;
}


.btn-outline-explain {
    border-radius: 100rem;
    border: 1px solid white;
    background-color: #ffffff00;
    padding: 5px 100px;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: white;
}

.btn-outline-explain:active {
    color: black;
    background: white;
    border: 1px solid white;
}

.btn-outline-explain:hover {
    color: black;
    background: white;
    border: 1px solid white;
}

.offcanvas {
    max-width: 430px;
    margin: auto;
}

.input-primary {
    min-height: 43px;
    width: 100%;
    border-radius: 52px;
    background: linear-gradient(192deg, rgba(230, 242, 255, 0.70) 26.39%, rgba(255, 255, 255, 0.00) 106.48%);
    box-shadow: 0px 2px 20px 0px rgba(224, 116, 113, 0.30);
    backdrop-filter: blur(70px);
    border: 0px;
}

.input-primary::placeholder {
    color: white;
    text-align: center;
    font-size: 19px;
}

.form-register-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}