@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
    overflow-x: hidden;
}

body {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    overflow: auto;
    background-color: #011528;
    color: #fff;
}

.row {
    overflow: hidden !important;
}

[class*="col-"] {
    margin-bottom: -99999px !important;
    padding-bottom: 99999px !important;
}

.d2c_hero_wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 85%, #011528 95%), url(../img/hero_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
}

.d2c_hero_wrapper h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
}

.d2c_hero_wrapper h1 span {
    color: #139669;
    font-weight: 900;
}

.d2c_hero_wrapper h4 {
    letter-spacing: 6px;
}

.d2c_hero_wrapper h5 {
    margin-bottom: 20px;
    font-size: 22px;
}

.d2c_img_wrapper {
    transform: translateX(100px);
}

.d2c_img_wrapper img {
    border-radius: 266.5px 0px 0px 5px;
}

.d2c_hero_wrapper p {
    margin-bottom: 75px;
    font-size: 16px;
}

.d2c_img_wrapper img {
    border: 2px solid #2D374C;
}

.payment2 {
    padding: 0 !important;
}

button.modal-button, #btnContinue {
    font-size: 18px !important;
    font-weight: 500;
    padding: 20px;
    width: 75%;
    height: auto;
    line-height: 1;
    display: block;
    margin: 0 auto;
    color: #fff;
    background-color: #139669;
}

.hero-right p {
    max-width: 75%;
    display: block;
    margin: 0 auto;
}

button.bottom-btn {
    background-color: #139669;
    border-color: #139669;
}

.right-side-modal {
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.icon-wrapper {
    margin-top: 15px;
}

.hero-icon {
    max-width: 40px;
}

.button-icons {
    margin: 0 auto;
    transform: translateY(70px);
}

.icon--medium {
    max-width: 55px;
}

.icon--large {
    max-width: 100px;
}

.icon-wrapper p {
    font-size: 18px;
    margin-bottom: 0;
}

.main-color {
    color: #139669;
}

.main-hero {
    margin-top: 80px !important;
}

.modal-left, .list-group-item {
    background-color: #011528;
}

#btnContinue {
    background-color: #139669;
}

.about-desc {
    font-size: 16px;
}

.service-card {
    background-size: cover;
    background-position: center;
    padding: 25px;
    text-align: center;
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
}

.card--1 {
    background-image: url(../img/card1.jpg);
}

.card--2 {
    background-image: url(../img/card2.jpg);
}

.card--3 {
    background-image: url(../img/card3.jpg);
}

.card--4 {
    background-image: url(../img/card4.jpg);
}

.card--5 {
    background-image: url(../img/card5.jpg);
}

.card--6 {
    background-image: url(../img/card6.jpg);
}

.main-hero .btn-success div {
    padding: 15px 0;
}

.last-section {
    margin-top: 200px;
}

.btn-success {
    font-size: 2rem !important;
    font-weight: 600;
}

.terms-text {
    background: #011528;
    text-align: center;
}

.terms-text a {
    color: #616774;
    font-size: 14px;
}

.mail-input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.ui-form__submit {
    margin: 0;
}

.ui-input::-webkit-input-placeholder {
    color: #999;
    font-weight: 500;

}

.d2c_card {
    padding: 1px 1px 0px 1px;
    background: linear-gradient(180deg, rgba(19, 150, 105, .5) 0%, rgba(19, 23, 34, 0) 90%);
}

.d2c_card_child {
    padding: 10px;
    background-size: cover;
    background-position: center;
}

.d2c_card_child_two {
    padding: 0px 1px 1px 1px;
    transition: 0.4s all;
}

.d2c_card_child_three {
    padding: 25px;
}

.d2c_icon_wrapper {
    width: 75px;
    height: 75px;
    padding: 0px 1px 1px 1px;
    border-radius: 100px;
    background: linear-gradient(180deg, rgba(32, 35, 55, 1) 0%, rgba(57, 59, 96, 1) 100%);
    margin: 0 auto 30px;
}

.d2c_service_icon {
    width: 74px;
    height: 74px;
    font-size: 30px;
    color: var(--secondary_color);
    border-radius: 100px;
    background: radial-gradient(100% 100% at 50% 0%, rgba(120, 119, 198, 0.35) 0%, rgb(24 91 0 / 63%) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.d2c_card h6 {
    margin-bottom: 10px;
}
.form-footer{
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .second-page-form {
        height: 100vh;
    }

    .modal-button {
        width: 100%;
    }

    .hero-right {
        margin-top: 30px;
    }

    .hero-right p, button.modal-button, .button-icons {
        max-width: 100%;
    }

    .d2c_hero_wrapper {
        text-align: center;
        padding: 30px 0;
    }

    .button-icons {
        margin: 0 auto;
        transform: translateY(0);
    }

    .d2c_img_wrapper {
        transform: translateX(0);
    }
}

.modal-lg {
    background-color: color-mix(in oklab, oklch(44.6% .03 256.802) 80%, transparent);
}

@media (max-width: 768px) {
    .modal-dialog {
        align-items: start !important;
    }
}