@import url('./base.css');

.banner-section {
    height: 100vh;
}

.banner-section .inner-wrapper {
    width: 100%;
    height: 100%;
    background: url('../images/banner-img1.png') no-repeat center center;
    background-size: cover;
}

.banner-section .inner-wrapper .inner-content-wrapper {
    padding: 40px 0px;
}

.logo-heading {
    font-size: 26px;
    line-height: 100%;
    font-weight: 500;
    color: var(--white);
}

.bottom-content-card {
    border-radius: 24px;
    padding: 20px 32px;
    border: 1px solid #FFFFFF80;
    background: #FFFFFF29;
    backdrop-filter: blur(12px);
}

.bottom-content-card h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 46px;
    text-align: center;
    color: var(--white);
}

.bottom-content-card h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    color: var(--white);
}

.bottom-content-card p {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: var(--white);
    opacity: 0.8;
    margin-bottom: 0px;
}

.banner-modal .modal-dialog .modal-content {
    height: 80vh;
    border-radius: 40px !important;
    border: 3px solid #FFFFFF;
    padding: 60px !important;
    background-image:
        linear-gradient(0.94deg, rgba(0, 0, 0, 0) 10.31%, #000000 119.67%),
        url('../images/modal-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-modal .modal-dialog .modal-content .content-wrapper h4 {
    font-size: 44px;
    line-height: 44px;
    font-weight: 500;
    color: var(--white);
}

.banner-modal .modal-dialog .modal-content .content-wrapper p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: var(--white);
}

.mobile-number-wrapper .option-wrapper {
    width: 45px;
    height: 44px;
    padding: 18px 16px;
    border-radius: 12px;
    background: #FFFFFF3D;
}

.mobile-number-wrapper .option-wrapper select {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    background: transparent !important;
    border: 1px solid transparent !important;
    outline: 0px;
    font-size: 13px;
}

.mobile-number-wrapper input {
    height: 44px;
    padding: 18px 16px;
    border-radius: 12px;
/*    background: #FFFFFF3D !important;*/
/*    background: #FFFFFF80 !important;*/
    background: #1a141485 !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    color: var(--white) !important;
    font-size: 13px;
}

.mobile-number-wrapper input::placeholder {
    color: var(--white);
/*    opacity: 0.5;*/
}

.join-btn {
    padding: 16px 24px !important;
    font-size: 14px !important;
}

@media (max-width: 1400px) {
    .bottom-content-card h2 {
        font-size: 18px;
        line-height: 38px;
    }

    .bottom-content-card h3 {
        font-size: 13px;
        line-height: 18px;
    }

    .bottom-content-card p {
        font-size: 10px;
        line-height: 14px;
    }

    .default-btn {
        font-size: 24px;
        line-height: 100%;
    }
}

@media (max-width: 1199px) {
    .bottom-content-card h2 {
        font-size: 16px;
        line-height: 30px;
    }

    .bottom-content-card h3 {
        font-size: 10px;
        line-height: 18px;
    }

    .bottom-content-card p {
        font-size: 9px;
        line-height: 14px;
    }

    .default-btn {
        font-size: 20px;
        line-height: 100%;
    }
}

@media (max-width: 991px) {

    .banner-section {
/*        height: 852px;*/
    }

    .responsive-inner-wrapper {
        background: linear-gradient(180deg, rgba(13, 19, 41, 0) 30.61%, #0D1329 91.14%);
    }

    .carousel-bg-wrapper {
        padding: 66px 25px 41px 25px;
    }

    .carousel-content-wrapper h3 {
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
        color: var(--white);
    }

    .carousel-content-wrapper p {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: var(--white);
        margin-bottom: 56px;
    }

    .carousel-content-wrapper button {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        padding: 16px 32px;
    }

    .responsive-inner-wrapper .carousel-indicators {
        bottom: 105px;
    }

    .responsive-inner-wrapper .carousel-indicators .active {
        width: 14px;
        height: 6px;
    }

    .responsive-inner-wrapper .carousel-indicators button {
        width: 6px;
        height: 6px;
        background: var(--white);
        border-radius: 40px;
        border: 1px solid transparent;
    }

    .join-popup-wrapper {
        width: 100%;
        height: 90%;
        border-radius: 30px 30px 0px 0px;
/*        background: linear-gradient(180deg, #721601 0%, #7E2F05 59.06%);*/
        background: url('../images/mobile-back.png');
        background-size: cover;
        background-position: bottom;
        border-width: 1px, 1px, 0px, 1px;
        border-style: solid;
        border-color: #FFFFFF;
        display: flex;
        align-items: flex-end;
        padding: 40px 40px 40px 40px;
        position: fixed;
        bottom: -200%;
        left: 0;
        transition: all 0.5s ease-in-out;
        z-index: 999;
    }

    .join-popup-wrapper.show {
        bottom: 0px;
    }

    .join-popup-wrapper h4 {
        font-size: 34px;
        line-height: 40px;
        font-weight: 300;
        color: var(--white);
    }

    .join-popup-wrapper p {
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
        color: var(--white);
    }

    .join-popup-wrapper .mobile-number-wrapper .option-wrapper {
        width: 50px;
        height: 48px;
        padding: 18px 16px;
        border-radius: 12px;
        background: #FFFFFF3D;
    }

    .join-popup-wrapper .mobile-number-wrapper .option-wrapper select {
        width: 40px;
        font-size: 11px;
    }

    .join-popup-wrapper .mobile-number-wrapper input {
        height: 48px;
    }

    /*  */

}

.heading{
    font-size: 16px !important;
    line-height: 30px !important;
    color: #D3D0D2;
}
.iti--separate-dial-code{
    width: 100%;
}

.iti--separate-dial-code .iti__selected-dial-code{
    color: var(--white);
    background: transparent !important;
    border: 1px solid transparent !important;
    outline: 0px;
    font-size: 13px;
    font-family: "Outfit", sans-serif;
}
.iti__flag-box, .iti__country-name, .iti__dial-code{
    color: black;
    background: transparent !important;
    border: 1px solid transparent !important;
    outline: 0px;
    font-size: 13px;
    font-family: "Outfit", sans-serif;
}
.bv-form .help-block{
    color: white;
    background: transparent !important;
    border: 1px solid transparent !important;
    outline: 0px;
    font-size: 13px;
    font-family: "Outfit", sans-serif;
}

.toast-success{
    background-color: #ffaf17;
    opacity: 1 !important;
}

.toast-message{
    color: white;
    border: 1px solid transparent !important;
    outline: 0px;
    font-size: 13px;
    opacity: 1 !important;
    font-family: "Outfit", sans-serif;
    background-color: #ffaf17; 
}

.swiper {
  height: 100vh;
}
.carousel-content-wrapper {
/*  padding-bottom: 3rem;*/
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
  border-radius: 40px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  border-radius: 40px;
}

.swiper-pagination {
    bottom: 105px !important;
}

.swiper-pagination-bullet-active {
    width: 14px;
    height: 8px;
}

.responsive-inner-wrapper .carousel-indicators button {
    /*width: 6px;
    height: 6px;
    background: var(--white);
    border-radius: 40px;
    border: 1px solid transparent;*/
}

.join-section{
  /*position: relative;
  top: 55%;*/
}