@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.opensans-normal {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
}


.inter-normal {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
}


/* * SECTION 1 * */
.section-one {
    padding-block: 3.5rem;
    min-height: 1100px;
    background-color: #f4f4f8;

    /* position: relative; */
}

.section-one-title {
    font-family: "SF UI Text", sans-serif;
    /* font-size: 2.625rem; */
    font-size: clamp(1rem, -3rem + 6.25vw, 2.5rem);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #020b56;
    margin-top: 6.0625rem;
    margin-bottom: 5.1875rem;
}

.section-one-desc {
    font-family: "DM Sans", sans-serif;
    /* font-size: 1.5rem; */
    font-size: clamp(1rem, -0.2308rem + 1.9231vw, 1.5rem);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #020B56;
    /* text-transform: uppercase; */
    padding-right: 130px;
    margin-bottom: 50px;
}

.section-one-box {
    width: 100%;
    padding-bottom: 3em;
    border-radius: 24px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;

    /* min-height: 407px; */
    min-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-one-box ul.nav-tabs {
    border-bottom: inherit;
}

.section-one-box ul.nav-tabs li.nav-item {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
}


.section-one-box-title {
    font-family: "Open Sans", sans-serif;
    /* font-size: 1.125rem; */
    font-size: clamp(1rem, 0.6528rem + 1.1111vw, 1.625rem);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.09px;
    text-align: left;
    color: #020b56;
    padding: 20px 15px 20px 60px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d0cece !important;
    background: #fff;
    filter: brightness(0.99);
    -webkit-filter: brightness(0.99);
}

.section-one-box-title:hover {
    border: none !important;
    border-bottom: 2px solid #d0cece !important;
    filter: brightness(0.97);
    -webkit-filter: brightness(0.97);
}

.section-one-box-title.active:hover,
.section-one-box-title.active {
    border: none !important;
    background: #fff;
    filter: brightness(1);
    -webkit-filter: brightness(1);
}


.section-one-box-title.left {
    border-top-left-radius: 24px;
}

.section-one-box-title.right {
    border-top-right-radius: 24px;
}

.section-one-box-title.active::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #37e6e6;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.section-one-box-desc {
    margin-left: 60px;
    margin-top: 35px;
    font-family: "DM Sans", sans-serif;
    font-size: clamp(1rem, 0.8611rem + 0.4444vw, 1.25rem);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #8e8e9a;
    padding-right: 7px;
}

.links-container {
    min-width: 400px;
}

.links-container a img {
    width: 175px;
}


.right-arrow {
    cursor: pointer;
    margin-left: 50px;
}

.btn-request {
    min-width: 300px;
    width: fit-content;
    margin-left: 4em;
    /*min-height: 68px;
    */
    padding: 1.25rem 1.25em;
    background: #1AA7EC;
    border: none;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    font-family: 'Open Sans';
    font-size: clamp(1rem, 0.7917rem + 0.6667vw, 1.375rem);
    font-weight: 800;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.btn-request:focus,
.btn-request:hover {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
}


.under-box-text {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #767676;

}

.section-one-img {
    object-fit: contain;
    position: absolute;
    pointer-events: none;
    /*height: calc(100vh - 5%);
    */
    /*max-width: 770px;
    */
    max-width: 100%;
    /*width: 770px;
    */
    /*top: 12%;
    */
    /*left: 35%;
    */
    /*transform: translate(55%, 10%);
    */
    /*  */

    transform: translate(70%, 15%);
    -webkit-transform: translate(70%, 15%);
    -moz-transform: translate(70%, 15%);
    -ms-transform: translate(70%, 15%);
    -o-transform: translate(70%, 15%);
}




.a_tag,
.a_tag:visited,
.a_tag:active {
    appearance: none;
    color: #fff;
}

/* * SECTION 2 * */

.section-two {
    padding: 9.125rem 0px 13.5188rem;
    background-color: #020B56;
    background-image: url("../img/landing_all-img/benefits-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-two-title {
    font-family: "SF UI Text", sans-serif;
    /* font-size: 2.625rem; */
    font-size: clamp(1rem, -2.6923rem + 5.7692vw, 2.5rem);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 82px;
}

.section-two-item {
    /* height: 42.25rem; */
    height: 36.25rem;
    padding: 3.625rem 31px 3.625rem 2.8125rem;
    /* border: solid 3px #0c2057; */
    border-radius: 20px;
}

.what-is-car-tokenization-three,
.what-is-car-tokenization-two,
.what-is-car-tokenization {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
}

.what-is-car-tokenization {
    /* background-image: url("../img/landing_all-img/cel-1.svg"); */
    background-image: url("../img/landing_all-img/9.png");
}


.what-is-car-tokenization-two {
    /* background-image: url("../img/landing_all-img/cel-2.svg"); */
    background-image: url("../img/landing_all-img/7.png");
}


.what-is-car-tokenization-three {
    /* background-image: url("../img/landing_all-img/cel-3.svg"); */
    background-image: url("../img/landing_all-img/8.png");
}

.section-two-item-title {
    font-family: "SF UI Text", sans-serif;
    /* font-size: 2rem; */
    font-size: clamp(1.125rem, -0.1058rem + 1.9231vw, 1.625rem);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.section-two-item-desc {
    font-family: "DM Sans", sans-serif;
    /* font-size: 1.125rem; */
    /* font-size: clamp(0.875rem, 0.2596rem + 0.9615vw, 1.125rem); */
    font-size: clamp(0.875rem, 0.25rem + 0.9615vw, 1.0625rem);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0px;
    margin-top: 20px;
}

/* * SECTION 3 * */
.section-three {
    padding: 9.125rem 0px 13.5188rem;
    min-height: 646px;
    background-color: #020B56;
}


.section-three-title {
    font-family: 'Open Sans';
    /* font-size: 2.5rem; */
    font-size: clamp(1.125rem, -2.2596rem + 5.2885vw, 2.5rem);
    font-weight: 700;
    line-height: 54.47px;
    text-align: center;
    color: #fff;
}


.owl-stage .owl-item.section-three-item {
    /* height: 323px; */
    height: fit-content;
    margin-block: 15px;
    display: flex;
    justify-content: center;
}

.client-container {
    max-width: 21.9375rem;
    height: 8.9375rem;
    border: 3px solid #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    width: inherit;
}

/* * SECTION 4 * */
.section-four {
    background-color: #fff;
    min-height: 646px;
    padding: 9.125rem 0px 6.25rem;
}


.section-four-title {
    font-family: 'Open Sans';
    /* font-size: 2.5rem; */
    font-size: clamp(1.125rem, -2.2596rem + 5.2885vw, 2.5rem);
    font-weight: 700;
    line-height: 54.47px;
    text-align: center;
    color: #020B56;
}

.section-four-desc {
    font-family: "DM Sans", sans-serif;
    /* font-size: 1.5rem; */
    font-size: clamp(1rem, -0.2308rem + 1.9231vw, 1.5rem);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9d;
    /* text-transform: uppercase; */
    /* padding-right: 130px; */
    margin-bottom: 50px;
    max-width: 32rem;
    margin: auto;
}



/* * Media queries * */
@media (min-width: 1200px) {

    .container-x {
        max-width: 1140px;
        margin: 0 auto;
    }
}

@media (min-width: 1700px) {
    .section-one-img {
        /* width: 770px; */
        width: 685px;
    }
}

@media (min-width: 1200px) {
    .section-one-img {
        /*width: 740px;
        */
        width: 685px;
        transform: translate(70%, 12%);
        -webkit-transform: translate(70%, 12%);
        -moz-transform: translate(70%, 12%);
        -ms-transform: translate(70%, 12%);
        -o-transform: translate(70%, 12%);
    }
}

/* ***** */


.section-zero {
    background-color: #f4f4f8;
    /* background-color: red; */
    background-image: url("../img/landing_all-img/Desktophomepage1.png"), url("../img/landing_all-img/Desktophomepage1.png");
    background-size: auto, cover;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    background-position: 55% 70%, center;
    background-blend-mode: normal, color-burn;
    height: 90dvh;
}


.section-zero-container {
    height: 80vh;
}


.container-titles {
    max-width: 33.0625rem;
    margin-block: 3.125rem;
    height: fit-content;
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
}


.main-title {
    /* font-size: 38px; */
    font-size: clamp(1.5rem, -0.4886rem + 3.1818vw, 2.375rem);
    line-height: 2.375rem;
    text-align: left;
    color: #fff;
}


.main-sub {


    /* font-size: 20px; */
    font-size: clamp(1rem, 0.4318rem + 0.9091vw, 1.25rem);
    font-style: italic;
    font-weight: 600;
    line-height: 1.875rem;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;
}


.container-boxes {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 1rem;

    padding-right: 9em;
}

.box-x-cont {
    margin-top: 10%;
    margin-bottom: 1%;
}


.container-boxes .box {
    width: 19.9375rem;
    min-height: 10.5rem;
    background: #D9D9D909;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: 4px solid #020B56;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    row-gap: 0.5em;
}

.container-boxes .num {
    font-family: "Open Sans";
    font-size: clamp(1.3rem, -3.6136rem + 6.1818vw, 2.75rem);
    font-weight: 700;
    line-height: 1.25rem;
    text-align: center;
    color: #020B56;
    margin: auto;

}

.container-boxes .text {

    font-size: clamp(1.125rem, 0.2727rem + 1.3636vw, 1.5rem);
    line-height: 1.25rem;
    text-align: center;
    color: #1AA7EC;
    /* min-height: 40px; */

}

.open-sans-cond {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.fix-img {
    position: relative;
}


@media (max-width: 1199px) {

    .section-zero {
        background-size: cover, cover;
        background-position: 20% 70%, center;

    }

    .section-zero-container {
        margin-left: 10em;
    }

    .container-titles {
        transform: translateX(inherit);
        -webkit-transform: translateX(inherit);
        -moz-transform: translateX(inherit);
        -ms-transform: translateX(inherit);
        -o-transform: translateX(inherit);
    }

    .fix-img {
        margin-left: 12px;
    }

    .section-one-img {
        width: 610px;
        transform: translate(62%, 16%);
        -webkit-transform: translate(62%, 16%);
        -moz-transform: translate(62%, 16%);
        -ms-transform: translate(62%, 16%);
        -o-transform: translate(62%, 16%);
    }

    .section-two {
        padding-inline: 20px;
    }

    .container-boxes {
        padding-right: inherit;
    }

    .section-four-title-left {
        font-family: 'Open Sans';
        font-size: clamp(1.125rem, -2.2596rem + 5.2885vw, 2.5rem);
        font-weight: 700;
        line-height: 54.47px;
        text-align: left;
        color: #020B56;
    }
    
}