@font-face {
    font-family: "Assistant";
    src: url("./fonts/Assistant-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: 'regular';
    src: url("./fonts/ALMONITZARMLV5AAA-REGULAR.OTF") format("truetype");
}

@font-face {
    font-family: 'bold';
    src: url("./fonts/ALMONITZARMLV5AAA-BOLD.OTF") format("truetype");
}

@font-face {
    font-family: 'medium';
    src: url("./fonts/ALMONITZARMLV5AAA-MEDIUM.OTF") format("truetype");
}

@font-face {
    font-family: 'demiBold';
    src: url("./fonts/ALMONITZARMLV5AAA-DEMIBOLD.OTF") format("truetype");
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(30vw);
        /* starts off-screen to the right */
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.bottomTitle {
    animation: slideInRight 1.2s ease-out forwards;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: "Assistant", sans-serif;
    letter-spacing: 0%;
}

html {
    scroll-behavior: smooth;
}

.main {
    min-width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    letter-spacing: 0vw;
    line-height: 1;
}

.firstSection {
    width: 100%;
    height: 49.74vw;
    background-image: url("./assets/firstSectionbg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

}

.header {
    width: 92.188vw;
    height: 6.146vw;
    z-index: 2;
    background-color: white;
    border-radius: 1.979vw;
    border: 1vw solid transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25vw;
    margin-top: 2.24vw;
    padding-right: 2.5vw;
    margin-right: 3.906vw;
}

.headerLogo {
    width: 33.125vw;
}

.headerButton {
    width: 8.177vw;
    height: 2.708vw;
    background-color: #47BDED;
    border-radius: 1.979vw;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: auto;
    font-size: 1.458vw;
    font-family: 'bold';
    line-height: 1.25vw;
    cursor: pointer;

}

.bottomTitle {
    width: 35.156vw;
    height: 12.083vw;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 1.979vw;
    z-index: 2;
    color: #0E549D;
    align-items: center;
    justify-content: center;
    margin-right: 2.865vw;
    margin-bottom: 2.969vw;
}

.title1 {
    font-size: 4.792vw;
    line-height: 4.688vw;
    font-family: 'bold';
}

.title2 {
    font-size: 3.229vw;
    line-height: 3.125vw;
    font-family: 'regular';
}

.infoSection {
    width: 82.344vw;
    height: 30vw;
    background-color: white;
    display: flex;
    gap: 6.406vw;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.infoSectionPic {
    width: 32.396vw;
    height: 23.021vw;
}

.info {
    width: 100%;
    height: 23.021vw;
}

.title3 {
    font-family: 'bold';
    font-size: 3.75vw;
    line-height: 2.396vw;
    color: #0E549D;
    margin-top: 2.083vw;
    margin-bottom: 1.25vw;
}

.infoText {
    font-weight: 400;
    font-size: 1.458vw;
    line-height: 1.771vw;
}

.numbersSection {
    width: 100%;
    height: 36.458vw;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 255, 0.15);
    align-items: center;
    justify-content: center;
}

.title4 {
    font-family: 'bold';
    font-size: 3.75vw;
    line-height: 100%;
    color: #0E549D;
    margin-top: 5.208vw;
    margin-bottom: 1.25vw;
}

.row1,
.row2 {
    width: 100%;
    height: 10.417vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.25vw;
}

.row2 {
    margin-top: 1.25vw;
    margin-bottom: 4.167vw;
}

.card {
    width: 22.917vw;
    height: 10.417vw;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1.979vw;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cardTitle {
    font-size: 3.333vw;
    font-family: 'bold';
    color: rgba(71, 189, 237, 1);
}

.cardText {
    font-family: 'medium';
    font-size: 1.354vw;
}

.QnASection {
    width: 100%;
    height: 38.802vw;
    background-color: rgba(0, 0, 255, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;

}

.title5 {
    font-family: 'bold';
    font-size: 3.75vw;
    color: rgba(14, 84, 157, 1);
    margin-bottom: 1.25vw;
}

.qnaWrapper {
    background-color: rgba(255, 255, 255, 1);
    width: 71.25vw;
    border-radius: 1.979vw;
    padding: 2.083vw 1.458vw;
    gap: 1vw;
}

.qna {
    font-family: 'medium';
    color: rgba(71, 189, 237, 1);
    font-size: 2.396vw;
    gap: 1.458vw;
}

.qna-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 1vw 1.5vw;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    font: inherit;
    color: inherit;
    cursor: pointer;
}

.qna-icon {
    width: 1vw;
    height: 1vw;
    margin-left: 1vw;
}

.qna-answer {
    font-family: 'Assistant', sans-serif;
    font-size: 1.354vw;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    color: rgba(31, 31, 31, 1);
    padding: 0.104vw 1.5vw;

}

.qna.open .qna-answer {
    max-height: none;
    opacity: 1;

}

.formSection {
    width: 100%;
    height: 49.531vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title6 {
    font-size: 3.75vw;
    color: rgba(14, 84, 157, 1);
    margin-bottom: 1.25vw;
    font-family: 'bold';
    margin-top: 4.167vw;
}

.joinText {
    font-family: "Assistant", sans-serif;
    font-weight: 400;
    font-size: 1.354vw;
    line-height: 1.25vw;
    text-align: center;
    letter-spacing: 0;

}

.joinHighlight {
    font-family: "Assistant", sans-serif;
    font-weight: 600;
    font-size: 1.354vw;
    line-height: 1.25vw;
    text-align: center;

}

.industryForm {
    display: flex;
    margin-top: 3.125vw;
    flex-direction: column;
    align-items: center;
    width: 29.698vw;
    height: 28.073vw;
    color: rgba(31, 31, 31, 1);
}

.formRow {
    display: flex;
    flex-direction: row;
    gap: 0.417vw;
    margin-bottom: 0.625vw;
}

.formRow .formInput,
.formRow .selectInput {
    width: 14.427vw;
}

.formInput::placeholder,
.formTextarea::placeholder {
    color: rgba(31, 31, 31, 1);
    opacity: 1;
}

.industryForm>.formInput,
.industryForm>.selectInput,
.industryForm>textarea {
    width: 29.270vw;
    margin-bottom: 0.417vw;
}

.industryForm>textarea {
    background: rgba(0, 0, 255, 0.15);
    border: none;
    border-radius: 0.781vw;
    height: 5.573vw;
    padding-right: 0.4vw;
    font-size: 1.041vw;
}

.formInput {
    background: rgba(0, 0, 255, 0.15);
    border: none;
    border-radius: 0.781vw;
    height: 2.604vw;
    padding-top: 0.625vw;
    padding-right: 1.042vw;
    padding-bottom: 0.729vw;
    padding-left: 1.042vw;
    color: rgba(31, 31, 31, 1);
    font-family: "Assistant", sans-serif;
    font-size: 1.041vw;
    outline: none;
}

.formSubmit {
    width: 100%;
    height: 2.5vw;
    background-color: rgba(71, 189, 237, 1);
    margin-top: 0.625vw;
    font-family: 'demiBold';
    font-size: 1.458vw;
    line-height: 1.25vw;
    color: rgba(255, 255, 255, 1);
    border-radius: 0.781vw;
    border: none;
    cursor: pointer;
}

.selectInput {
    background-image: url("./assets/arrow.svg");
    background-repeat: no-repeat;
    background-position: left 1vw center;
    background-size: 0.5vw;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;


}

.footerSection {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 3.75vw;
    padding: 0 9.219vw;
    background-color: rgba(14, 84, 157, 1);
    color: white;
}

.links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5vw;
}


.footerLink {
    color: white;
    text-decoration: none;
    font-size: 1.354vw;
    line-height: 1.25vw;
    font-family: 'regular';
}

.divider {
    font-size: 1.041vw;
    line-height: 1;
    font-weight: inherit;
    color: white;
    opacity: 0.5;
    display: inline-flex;
    align-items: center;
}

.footerText {
    color: white;
    font-size: 1.041vw;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media screen and (max-width:768px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .firstSection {
        width: 100%;
        height: 124.171vw;
        background-image: url("./assets/firstSectionMobile.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .header {
        width: 90.047vw;
        height: 13.981vw;
        border-radius: 5.687vw;
        border: none;
        padding: 0 7.227vw;
    }

    .headerLogo {
        width: 75.355vw;
        align-items: center;

    }

    .bottomTitle {
        width: 90.047vw;
        height: 31.754vw;
        border-radius: 5.687vw;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 4.265vw;
        margin-right: 5vw;
    }

    .title1 {
        font-size: 11.374vw;
        line-height: 11.374vw;
    }

    .title2 {
        font-size: 7.583vw;
        line-height: 7.583vw;
    }

    .headerButton {
        margin-top: 1.185vw;
        margin-right: unset;
        width: 66.825vw;
        height: 7.82vw;
        font-size: 5.687vw;
        line-height: 2.844vw;

    }

    .infoSection {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 159.716vw;
        gap: unset;
        justify-content: unset;
        text-align: center;
    }

    .info {
        width: 72.275vw;
        height: 61.611vw;
    }

    .infoSectionPic {
        width: 72.275vw;
        height: 71.564vw;
        margin-top: 15.583vw;
    }

    .title3 {
        font-size: 11.374vw;
        line-height: 10.9vw;
        margin-top: 9.479vw;
        margin-bottom: 3.791vw;
    }

    .infoText {
        font-size: 3.791vw;
        line-height: 5.213vw;
        text-align: center;
        font-weight: 400;
    }

    .numbersSection {
        height: 151.659vw;
        text-align: center;
        align-items: center;
        justify-content: unset;
    }

    .title4 {
        font-size: 11.374vw;
        line-height: 9.479vw;
        margin-top: 9.479vw;
    }

    .row1 {
        height: 70.142vw;
        flex-direction: column;
        gap: 1.896vw;
    }

    .row2 {
        height: 43.602vw;
        flex-direction: column;
        margin-top: 0;
        gap: 1.896vw;
    }

    .card {
        width: 72.275vw;
        height: 20.853vw;
        border-radius: 5.687vw;
        border: none;
    }

    .cardTitle {
        font-size: 9.953vw;
        line-height: 100%;
    }

    .cardText {
        font-size: 4.265vw;
        line-height: 100%;
    }

    .QnASection {
        height: auto;
    }

    .title5 {
        font-size: 11.374vw;
        line-height: 100%;
    }

    .qnaWrapper {
        width: 90.047vw;
        height: auto;
        margin-bottom: 9.479vw;
        border-radius: 5.687vw;
        padding: 5.687vw 3.161vw;
    }

    .qna {
        font-size: 7.583vw;
        line-height: 100%;
        margin-top: 5vw;
    }

    .qna-icon {
        width: 3.125vw;
        height: 3.125vw;
    }

    .qna-answer {
        font-size: 3.791vw;
        line-height: 5.213vw;
    }

    .formSection {
        height: 196.607vw;
    }

    .title6 {
        font-size: 11.374vw;
        line-height: 100%;
        margin-top: 9.479vw;
    }

    .joinText {
        font-size: 3.791vw;
        line-height: 5.687vw;
    }

    .joinHighlight {
        font-size: 3.791vw;
        line-height: 5.687vw;
    }

    .industryForm {
        width: 89.81vw;
        height: 116.351vw;
    }

    .formRow {
        display: flex;
        flex-direction: row;
        gap: 1.896vw;

    }

    .formRow .formInput,
    .formRow .selectInput {
        width: 43.839vw;
        height: 9.953vw;
        border-radius: 1.896vw;
        border: none;

    }

    .formInput::placeholder,
    .formTextarea::placeholder {
        color: rgba(31, 31, 31, 1);
        opacity: 1;
        font-size: 3.791vw;
        line-height: 5.687vw;
    }

    .industryForm>.formInput,
    .industryForm>.selectInput,
    .industryForm>textarea {
        width: 100%;
        border-radius: 1.896vw;
        border: none;

    }

    .industryForm>textarea {
        background: rgba(0, 0, 255, 0.15);
        border: none;
        border-radius: 0.781vw;
        height: 25.355vw;
        margin-top: 2.844vw;
        padding-right: 2vw;
        font-size: 4vw;
    }

    .formInput {
        font-size: 3.791vw;
        line-height: 5.687vw;
        height: 9.953vw;
        margin-top: 2.844vw;
    }

    .formSubmit {
        height: 11.374vw;
        font-size: 6.635vw;
        line-height: 5.687vw;
        margin-top: 2.844vw;
        border-radius: 1.896vw;
        border: none;
    }

    .selectInput {
        background-image: url("./assets/arrow.svg");
        background-repeat: no-repeat;
        background-position: left 1vw center;
        background-size: 2vw;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;


    }

    .footerSection {
        flex-direction: column;
        height: 18.957vw;
        justify-content: center;
        align-items: center;
        padding: unset;
    }

    .footerLink {
        font-size: 4.265vw;
        line-height: 5.687vw;
    }

    .divider {
        font-size: 3.125vw;
    }

    .footerText {
        font-size: 4.265vw;
        line-height: 5.687vw;
    }
}