@import url("https://fonts.cdnfonts.com/css/rajdhani");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Rajdhani", sans-serif;
}
html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    background-color: #1987cf;
    overflow-x: hidden;
}

* .container {
    position: relative;
    padding: 20px;
    max-width: 1240px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

header {
    position: relative;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(#00377f 10%, #1987cf 100%);
}
header .container {
    flex-direction: column;
}

.sphere {
    position: absolute;
    top: 0;
    right: 0;
}

header .container .cnt-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

header .logo {
    max-width: 240px;
}

header .logo img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}
header .content-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: end;
}
header .content-title span {
    text-transform: uppercase;
    line-height: 80%;
}
span.title1 {
    color: #00aeff;
    font-size: 120px;
    font-weight: 700;
    letter-spacing: -2px;
}
.line2 {
    display: flex;
    justify-content: end;
    gap: 5px;
}
.line2 span.title2 {
    display: flex;
    align-items: start;
    justify-content: end;
    color: #ff0000;
    font-size: 115px;
    font-weight: 700;
    line-height: 65%;
    text-transform: lowercase !important;
    letter-spacing: 2px;
}
.line2 span.subtitle2 {
    font-size: 170px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -9px;
}

span.title3 {
    font-size: 88px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -5px;
}

.line3 {
    display: flex;
    justify-content: end;
    align-self: flex-end;
    max-width: 440px;
}

.line3 span.subtitle3 {
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0px;
    line-height: 110%;
}

.line3 span.subtitle3 b {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 110%;
}

.img1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 200px;
    left: -500px;
}

.img1 img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

.pre-cnt {
    display: flex;
    justify-content: center;
}

.pre-cnt .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pre-cnt .block {
    position: relative;
    flex: 1;
    gap: 10px;
    min-height: 280px;
}

.pre-cnt .block .image {
    position: absolute;
    top: -300px;
    left: 190px;
}
.pre-cnt .block .badge {
    position: absolute;
    bottom: -250px;
    left: 100px;
}

.cnt1 {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cnt1 .container {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
}

.cnt1 .container .shape {
    z-index: -1;
    position: absolute;
    top: -100px;
    left: -220px;
}

.cnt1 .container .shape img {
    width: 80%;
    height: auto;
    object-fit: scale-down;
}

.cnt1 .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 440px;
}

.cnt1 .left .bar {
    align-self: self-start;

    width: 130px;
    height: 5px;
    background-color: #18b6ff;
}
.cnt1 .left span.title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0px;
    line-height: 100%;
    text-align: start;
    align-self: flex-start;
}

.cnt1 .left span.text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0px;
    line-height: 120%;
}

.cnt2 {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.cnt2 .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.cnt2 .left span.title {
    max-width: 400px;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0px;
    line-height: 90%;
    text-align: start;
    align-self: flex-start;
}
.cnt2 .left span.text {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0px;
    line-height: 150%;
}

.cnt2 .left span.title-second {
    max-width: 500px;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0px;
    line-height: 90%;
    text-align: start;
    align-self: flex-start;
}
.cnt2 .left span.text-second {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0px;
    line-height: 150%;
}

.cnt2 .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.cnt2 .right .boxes {
    position: relative;
    display: flex;
    justify-content: end;
    gap: 5px;
    flex-wrap: wrap;
}

.cnt2 .right .boxes span.description {
    max-width: 220px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0px;
    line-height: 110%;
}

.cnt2 .right .boxes .line {
    position: absolute;
    z-index: -1;
    max-width: 150px;
    bottom: -40px;
    right: 160px;
}

.cnt2 .right .boxes .line img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

.cnt3 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.cnt3 .box1 {
    display: flex;
    gap: 10px;
    width: 100%;
    min-height: 300px;
    background-color: #fff;
    border-radius: 36px;
    padding: 20px 60px;
}

.cnt3 .box1 .left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.cnt3 .box1 .left .image {
    max-width: 300px;
}
.cnt3 .box1 .left .image img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

.cnt3 .box1 .center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cnt3 .box1 .center .image {
    position: absolute;
    bottom: 15px;
    max-width: 320px;
}

.cnt3 .box1 .center .image img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

.cnt3 .box1 .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.cnt3 .box1 .right .desc {
    font-size: 45px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: 1px;
    color: #005ea6;
}

.cnt3 .box1 .right .btn {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #ff0000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    margin-bottom: 40px;
}

.cnt4 {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.cnt4 .container {
    gap: 30px;
}

.cnt4 .box {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.cnt4 .box .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 90%;
    padding-bottom: 10px;
    color: #fff;
}

.cnt4 .box .desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #fff;
}

.cnt5 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.cnt5 .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.cnt5 .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 150px;
}

.cnt5 .badge img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

.cnt5 .title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.cnt6 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 100px 0;
}
.cnt6 .container {
    position: relative;
}

.cnt6 .box1 {
    position: relative;
    display: flex;
    gap: 10px;
    width: 100%;
    min-height: 300px;
    background-color: #fff;
    border-radius: 36px;
    padding: 20px 60px;
}

.cnt6 .container .shape {
    position: absolute;
    top: -320px;
    left: 90px;
    width: 100%;
}
.cnt6 .container .imageMobile {
    display: none;
}
.cnt6 .container .shape img {
    width: 80%;
    height: auto;
    object-fit: scale-down;
}

.cnt6 .box1 .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cnt6 .box1 .left .desc {
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    color: #1886ce;
}

.cnt6 .box1 .center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cnt6 .box1 .center .image {
    position: absolute;
    bottom: -5px;
    max-width: 350px;
}

.cnt6 .box1 .center .image img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

.cnt6 .box1 .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.cnt6 .box1 .right .desc {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: 1px;
    color: #1886ce;
}

.cnt6 .box1 .right .btn {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #ff0000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    margin-bottom: 40px;
}

.cnt7 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 100px 0;
}

.cnt7 .container {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}

.cnt7 .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cnt7 .left .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 10px;
    color: #fff;
}

.cnt7 .left .desc {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    padding-bottom: 10px;
    color: #fff;
}

.cnt7 .left .desc.bold {
    font-weight: 700;
}

.cnt7 .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cnt7 .right .image {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.cnt7 .right .image img {
    width: 90%;
    height: auto;
    object-fit: scale-down;
}

.cnt7 .left .line {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
}

.cnt8 {
    display: flex;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    padding: 40px 0;
}

.cnt8 .container {
    flex-direction: column;
    justify-content: center;
    align-items: space-between;
    gap: 40px;
}

.cnt8 .top {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.cnt8 .top .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cnt8 .top .left .title {
    font-size: 52px;
    font-weight: 700;
    line-height: 90%;
    color: #1d1616;
    letter-spacing: 1px;
    max-width: 400px;
}
.cnt8 .top .left .subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    color: #1d1616;
    max-width: 400px;
}

.cnt8 .top .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
}

.cnt8 .top .right .title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    gap: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 90%;
    color: #1d1616;
    letter-spacing: 1px;
}

.cnt8 .bottomMobile {
    display: none;
}

.cnt8 .bottom {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin: 40px 0;
}

.cnt8 .bottom .box {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.cnt8 .bottom .box img {
    width: 100%;
    max-width: 120px;
    height: auto;
    object-fit: scale-down;
}

.cnt8 .bottom .box .desc {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cnt8 .bottom .box .desc .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    color: #1d1616;
    letter-spacing: 1px;
}

.cnt8 .bottom .box .desc .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    color: #1d1616;
    letter-spacing: 1px;
    max-width: 400px;
}

.cnt9 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 40px 0;
}
.cnt9 .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.cnt9 .box {
    flex: 1;
    display: flex;
    max-width: 1000px;
}

.cnt9 .boxMobile {
    display: none;
}

.cnt9 .box img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

.cnt9 .btn {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 50px;
    border-radius: 10px;
    background-color: #ff0000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    margin-top: 20px;
}

.cnt10 {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 40px 0;
    background-color: #fff;
}
.cnt10 .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.cnt10 .title {
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
    color: #1886ce;
    letter-spacing: 1px;
    max-width: 400px;
}

.cnt10 .cnt-faq .content .container-faq .faq-content .accordion span {
    padding-right: 1rem;
    font-size: 18px;
}

.cnt10 .cnt-faq .content .container-faq .faq-content .panel p {
    color: #1886ce;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.36px;
    margin-top: 0;
}

.panel {
    text-align: left;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 70%;
}

.panel p {
    color: #3c445b;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.36px;
    margin-top: 0;
}

.accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: transparent;
    transition: 0.4s;
    margin: 5px 0 2px 0;
    min-height: 60px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #3c445b;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.5px;
    padding: 0;
}

.accordion span {
    padding-right: 1rem;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    color: #1886ce;
}

.accordion:after {
    content: url("images/arrow.png");
    max-width: 32px;
    max-height: 32px;
    transition: all 1s;
}

.accordion.active:after {
    transition: all 1s;
    transform: rotate(180deg);
}

footer {
    display: flex;
    justify-content: center;
    gap: 10px;
}

footer .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

footer .box {
    flex: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

footer .box a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .pre-cnt .block .image {
        position: absolute;
        top: -300px;
        left: -50px;
    }
    .cnt1 .left {
        max-width: 400px;
    }
    .cnt6 .box1 {
        min-height: auto;
        padding: 20px 40px;
    }
    .cnt6 .box1 .center .image {
        max-width: 290px;
    }
    .cnt6 .box1 .right .desc {
        font-size: 36px;
    }
    .cnt6 .box1 .left .desc {
        font-size: 28px;
    }
    .cnt6 .box1 .right .btn {
        margin-bottom: 0;
    }
}

@media (max-width: 630px) {
    .container {
        flex-direction: column;
    }

    header .img1 {
        display: none;
    }

    header .logo {
        max-width: 200px;
        align-self: center;
    }
    header .content-title {
        align-items: center;
        margin-top: 10px;
        text-align: center;
    }

    header .content-title span.title1 {
        font-size: 48px;
    }

    header .line2 span.title2,
    header .line2 span.subtitle2 {
        font-size: 40px;
        letter-spacing: 0;
        line-height: 120%;
        color: #ff0000;
    }

    header .line3 {
        margin: 10px 0;
        max-width: 320px;
    }

    header .content-title span.title3 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    header .line3 span.subtitle3 {
        font-size: 16px;
    }

    .pre-cnt .container {
        display: none;
    }
    .pre-cnt .mobile {
        display: flex;
        max-width: 400px;
        justify-content: center;
        margin-bottom: 20px;
    }

    .pre-cnt .mobile img {
        overflow: hidden;
        width: 100%;
    }

    .cnt1 .container .shape {
        display: none;
    }

    .cnt1 .mobile {
        display: block;
    }

    .cnt1 {
        flex-direction: column;
    }

    .cnt1 .mobile {
        position: relative;
        gap: 10px;
        max-width: 100%;
        min-height: 400px;
    }

    .cnt1 .mobile .image {
        position: absolute;
        top: -260px;
        left: -30px;
        max-width: 100%;
    }
    .cnt1 .mobile .image img {
        width: 120%;
        height: auto;
        object-fit: scale-down;
    }
    .cnt1 .mobile .badge {
        position: absolute;
        top: 170px;
        left: 40px;
        max-width: 100%;
    }
    .cnt1 .mobile .badge img {
        width: 80%;
        height: auto;
        object-fit: scale-down;
    }

    .cnt1 .left span.title {
        font-size: 24px;
    }

    .cnt1 .left span.text {
        font-size: 14px;
    }

    .cnt2 .left {
        gap: 20px;
    }

    .cnt2 .left span.title,
    .cnt2 .left span.title-second {
        font-size: 30px;
        text-align: center;
        align-self: center;
    }

    .cnt2 .left span.text,
    .cnt2 .left span.text-second {
        text-align: center;
        font-size: 16px;
    }

    .cnt2 .right {
        display: none;
    }

    .cnt3 {
        margin-top: 40px;
    }

    .cnt3 .box1 {
        flex-direction: column;
        padding: 40px;
        gap: 20px;
        min-height: 1000px;
    }

    .cnt3 .box1 .left {
        order: 2;
    }

    .cnt3 .box1 .center {
        order: 1;
        position: relative;
    }

    .cnt3 .box1 .center .image {
        position: absolute;
        bottom: 15px;
        max-width: 320px;
    }

    .cnt3 .box1 .center .image img {
        width: 100%;
        height: auto;
        object-fit: scale-down;
    }

    .cnt3 .box1 .right {
        order: 3;
        flex: none;
        padding-top: 20px;
    }

    .cnt3 .box1 .right .desc {
        font-size: 40px;
    }

    .cnt4 .container {
        flex-direction: column;
        gap: 20px;
    }

    .cnt4 .box .title {
        font-size: 28px;
    }

    .cnt4 .box .desc {
        font-size: 16px;
    }

    .cnt5 {
        margin-top: 0;
    }

    .cnt5 .title {
        text-align: center;
    }

    .cnt6 {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .cnt6 .container .shape {
        left: -450px;
        top: -380px;
        z-index: -1;
    }
    .cnt6 .container .shape img {
        width: 300%;
    }

    .cnt6 .box1 {
        position: relative;
        flex-direction: column;
        padding-top: 40px;
        gap: 20px;
    }

    .cnt6 .box1 .left .desc {
        text-align: center;
    }

    .cnt6 .box1 .center {
        display: none;
    }

    .cnt6 .container .imageMobile {
        display: flex;
        justify-content: center;
    }

    .cnt7 {
        margin: 40px 0;
    }

    .cnt7 .container {
        flex-direction: column;
        gap: 20px;
    }

    .cnt7 .left .title {
        font-size: 38px;
        text-align: center;
    }

    .cnt7 .left .desc {
        font-size: 18px;
        text-align: center;
    }

    .cnt7 .right .image {
        justify-content: center;
    }

    .cnt8 .top,
    .cnt8 .bottom {
        flex-direction: column;
        gap: 20px;
    }

    .cnt8 .top .left .title,
    .cnt8 .top .left .subtitle {
        text-align: center;
    }
    .cnt8 .top .right {
        display: none;
    }
    .cnt8 .bottom {
        display: none;
    }
    .cnt8 .bottomMobile {
        display: flex;
    }

    .cnt8 .bottomMobile .swiper {
        width: 600px;
        height: 300px;
    }

    .cnt8 .bottomMobile .swiper .swiper-slide {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .cnt8 .bottomMobile .swiper .swiper-slide img {
        width: 100%;
        max-width: 120px;
        height: auto;
        object-fit: scale-down;
    }

    .cnt8 .bottomMobile .swiper .swiper-slide .desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin-bottom: 20px;
    }

    .cnt8 .bottomMobile .swiper .swiper-slide .desc .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 120%;
        color: #1d1616;
        letter-spacing: 1px;
        text-align: center;
    }

    .cnt8 .bottomMobile .swiper .swiper-slide .desc .text {
        font-size: 18px;
        font-weight: 400;
        line-height: 120%;
        color: #1d1616;
        letter-spacing: 1px;
        max-width: 400px;
        text-align: center;
    }

    .cnt9 .box {
        display: none;
    }

    .cnt9 .boxMobile {
        flex: 1;
        display: flex;
        max-width: 1000px;
    }

    .cnt9 .boxMobile img {
        width: 100%;
        height: auto;
        object-fit: scale-down;
    }

    .cnt10 .faq .title {
        font-size: 32px;
        text-align: center;
        margin-bottom: 20px;
    }

    .cnt10 .faq .cnt-faq .content .container-faq .faq-content {
        padding-bottom: 10px;
    }

    footer .container {
        flex-direction: column;
        gap: 10px;
    }
}
