/* Import 'Satoshi' font from Fontshare */
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Satoshi', sans-serif;
}

.home-container {
    background: linear-gradient(to top, #e2e2e2, #f7f7f7);
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 50px;
    font-family: 'Satoshi', sans-serif;
    font-size: small;
}

.home-container .card1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 90px;
    padding-top: 70px;
}

.card1 .left {
    width: 55%;
    padding-right: 90px;
}

.card1 .right {
    width: 45%;
    justify-content: right;
    align-items: right;
    text-align: right;
}

.card1 .heading {
    color: #3C6EEC;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-word;
}

.card1 .title {
    font-size: 26px;
    color: #3C6EEC;
    margin-top: 20px;
    margin-left: 0;
    font-weight: normal;
}

.card1 .description {
    font-size: 20px;
    color: black;
    margin-top: 35px;
}

.card1 .btns {
    display: flex;
}

.card1 .get-started-btn {
    width: 180px;
    height: 30px;
    background-color: #3C6EEC;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 20px 25px;
    box-sizing: border-box;
    margin-top: 40px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card1 .get-started-btn:hover {
    background-color: #517deb;
    cursor: pointer;
}

.card1 .how-work-link {
    margin: 50px 20px;
    font-size: 15px;
    cursor: pointer;
}

.card1 .video-container1 {
    width: 500px;
    height: 375px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    margin-left: -70px;
    border-radius: 15px;
}

.video-container1 video {
    display: block;
    width: 500px;
    height: 500px;
    object-fit: cover;
}

.home-container .card2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}

.card2 .inner-card1 {
    background-color: #3C6EEC;
    border-radius: 15px;
    width: 100%;
    max-width: 800px;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    box-sizing: border-box;
    z-index: 2;
}

.card2 .inner-card2 {
    background-color: #628af0;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 30px 70px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.5;
}

.home-container .card3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    position: relative;
}

.card3 .left {
    width: 35%;
    justify-content: left;
    align-items: left;
    text-align: left;
}

.card3 .right {
    width: 65%;
    padding: 0 20px;
    margin-left: 300px;
    justify-content: left;
    align-items: left;
    text-align: left;
}

.bg-img-container1  {
    width: 500px;
    height: 100%;
}

.bg-img-container1 .bg-img1 {
    width: 100%;
    z-index: 1;
}

.bg-img-container1 img {
    display: block;
    width: 500px;
    height: 500px;
    object-fit: cover;
}

.card3 .heading {
    color: #3C6EEC;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-word;
}

.card3 .description {
    font-size: 18px;
    color: black;
    margin-top: 35px;
}

.target-line {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 50%;
    left: calc(12.2vw + 271px);
    transform: translateX(-50%);
}

.target-line li {
    display: inline-block;
    margin: 0 5px;
}

.target-line li.dot1,
.target-line li.dot2 {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #3C6EEC;
}

.target-line li.line {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 25vw;
    height: 2px;
    background-color: #3C6EEC;
    margin-left: -10px;
    margin-top: 2px;
}

.target-line li.dot2 {
    margin-left: -10px;
}

.home-container .card4 {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 50px;
}

.card4 .heading {
    color: #3C6EEC;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 20px;
    word-wrap: break-word;
    word-break: break-word;
}

.card4 .video-container2 {
    width: 100%;
    max-width: 1400px;;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: transparent;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid gray;
    border-radius: 15px;
}

.video-container2 video {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.home-container .card5 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
}

.card5 .left {
    width: 40%;
    justify-content: left;
    align-items: left;
    text-align: left;
}

.card5 .right {
    width: 60%;
    display: flex;
    justify-content: right;
    align-items: right;
    text-align: right;
    margin-right: 300px;
    padding-left: 50px;
}

.card5 .heading {
    color: #3C6EEC;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-word;
}

.card5 .get-started-btn {
    width: 220px;
    height: 30px;
    background-color: #3C6EEC;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 20px 25px;
    box-sizing: border-box;
    margin-top: 40px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.card5 .get-started-btn:hover {
    background-color: #517deb;
    cursor: pointer;
}

.faq-container {
    max-width: 400px;
    justify-content: left;
    align-items: left;
    text-align: left;
}

.question {
    background-color: transparent;
    color: black;
    cursor: pointer;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 15px;
    max-width: 600px;
    margin: 20px auto;
    margin-bottom: 10px;
    border: 1px solid gray;
    overflow: hidden;
    cursor: pointer;
}

.answer {
    padding: 10px;
    display: none;
}

.text {
    flex: 1;
    margin-right: 10px;
    overflow-wrap: break-word;
}

.arrow-container {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    position: relative;
}

.arrow-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    object-fit: cover;
}

.bg-img-container2 {
    position: absolute;
    top: 2450px;
    right: -250px;
}

.bg-img-container2 .bg-img2 {
    width: 60%;
    z-index: 1;
}

.bg-img-container2 img {
    display: block;
    object-fit: cover;
}

.home-container .card6 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card6 .inner-card {
    width: 45%;
    min-width: 700px;
    max-width: 800px;
    background-color: #3C6EEC;
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px gray; 
    padding: 60px 40px;
    padding-bottom: 0;
}

.card6 .heading {
    font-size: 48px;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-word;
}

.card6 .description {
    font-size: 14px;
    margin-top: 20px;
}

.card6 .form {
    padding: 50px 20px;
}

.card6 .label {
    text-align: left;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 12px;
    color: rgb(231, 229, 229);
}

.card6 .input-field {
    height: 40px;
    background-color: rgb(107, 134, 253);
    border: 1px solid rgb(175, 175, 175);
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
}

.home-container .card7 {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fields-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.field-container {
    margin-left: 10px;
    width: 100%;
}

.field-container.first {
    margin-left: 0;
}

.card6 .anything-else {
    width: 100%;
}

.card6 .accept-terms-container {
    display: flex;
    margin-top: 10px;
}

.card6 .accept-terms-container .label {
    margin-top: 0;
}

.card6 .accept-terms-container u {
    cursor: pointer;
}

.card6 .submit-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card6 .submit-btn {
    width: 135px;
    height: 30px;
    background-color: white;
    color: #3C6EEC;
    border: none;
    border-radius: 10px;
    padding: 20px 25px;
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: small;
    font-weight: bold;
}

.card6 .submit-btn:hover {
    background-color: rgb(206, 202, 202);
    cursor: pointer;
}

@media (max-width: 1200px) {
    .home-container .card1 {
        flex-direction: column;
        padding: 50px;
        padding-bottom: 20px;
    }

    .card1 .left, .card1 .right {
        width: 100%;
    }

    .card1 .left {
        padding-right: 0;
    }

    .card1 .right {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .card1 .video-container1 {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .video-container1 video {
        width: 100%;
        height: auto;
    }

    .card5 .right {
        margin-right: 0;
    }

    .bg-img-container2 {
        width: 500px;
        height: 500px;
        position: relative;
        top: 0;
        left: calc(100vw - 300px);
    }

    .card1 .heading,
    .card3 .heading,
    .card4 .heading,
    .card5 .heading,
    .card6 .heading {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .home-container .card1,
    .home-container .card2,
    .home-container .card4,
    .home-container .card5,
    .home-container .card6,
    .home-container .card7 {
        padding: 30px 20px;
    }

    .card1 .title {
        font-size: 20px;
        margin-top: 15px;
    }
    
    .card1 .description {
        font-size: 15px;
        margin-top: 20px;
    }
    
    .card1 .get-started-btn {
        width: 150px;
        border-radius: 10px;
        padding: 15px 20px;
        margin-top: 20px;
        font-size: 12px;
    }

    .card1 .how-work-link {
        margin-top: 25px;
        font-size: 12px;
    }    

    .target-line {
        display: none;
    }

    .home-container .card2 {
        flex-direction: column;
    }
    .card3 {
        flex-direction: column;
        padding: 20px 0;
    }
    .card3 .left{
        width: 100%;
        margin-left: 0;
    }
    .card3 .right {
        width: 100%;
        padding: 20px;
        padding-bottom: 0px;
        margin-left: 0;
    }
    .card4 .video-container2 {
        width: 100%;
        height: auto;
        margin-left: 0;
        padding: 10px;
    }
    .video-container2 video {
        width: 100%;
        height: auto;
    }
    .card5 {
        flex-direction: column;
        padding: 20px;
    }
    .card5 .left, .card5 .right {
        width: 100%;
        padding: 20px;
    }
    .card5 .right {
       padding-top: 0;
    }
    .card5 .get-started-btn {
        width: 180px;
        border-radius: 10px;
        padding: 15px 20px;
        margin-top: 20px;
        font-size: 12px;
    }
    
    .faq-container {
        max-width: 100%;
        margin-right: 0;
    }

    .faq-container .question {
        padding: 10px;
        border-radius: 20px;
        margin: 15px auto;
        margin-bottom: 10px;
    }

    .faq-container .answer {
        padding: 8px;
    }

    .card6 .inner-card {
        width: 100%;
        min-width: 90%;
        max-width: 100%;
        padding: 20px;
        font-size: small;
    }

    .card6 .form {
        padding: 30px 10px;
    }
}


@media (max-width: 480px) {
    .card1 .btns {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        padding: 20px;
    }
    
    .card1 .btns > * {
        display: block;
        margin: 5px 0;
    }
    
    .card1 .get-started-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card4 .video-container2 {
        padding: 5px;
    }

    .card2 .inner-card2 {
        padding: 20px 30px;
        font-size: 18px;
    }

    .card6 .form {
        padding: 20px 0;
    }    
}