@font-face {
    font-family: Regular;
    src: url(../fonts/ARIALMTLIGHT.woff);
}

@font-face {
    font-family: Medium;
    src: url(../fonts/ARIALMTMEDIUM.woff);
}

@font-face {
    font-family: Bold;
    src: url(../fonts/ARIALBOLDMT.woff);
}

@font-face {
    font-family: Semibold;
    src: url(../fonts/ARIALMTNARROW.TTF);
}

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


::-webkit-scrollbar {
    width: 0;

}


body {
    /* background: #F2F2F2; */
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    font-family: Regular;

}

.mb-5 {
    margin-bottom: 5rem;
}

.mb-10 {
    margin-bottom: 10rem;
}

.mb-20 {
    margin-bottom: 20rem;
}

/* .banner_section {
    background-image: url(../images/hero_image.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
} */


.banner_section img {
    width: 100%;
    /* height: 660px; */
    object-fit: cover;
    object-position: center;
}

.banner_content {
    margin-bottom: 2rem;
}

.banner_content h4 {
    font-size: 36px;
    font-family: 'Regular';
    color: white;
    width: 800px;
    line-height: 44px;
}

.banner_content p {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Regular';
    margin: 0px;
}

.banner_social img {
    width: 200px;
    height: auto !important;
}

.banner_div {
    position: absolute;
    bottom: 30px;
    /* top:10px; */
}
@media (max-width: 800px) {
    .banner_div {
        top: 205px;
        /* bottom: 70px; */
    }
}
@media (max-width: 1440px) {
    .banner_div {
        top: 34vw;
        /* bottom: 25px; */
    }
}
.second_section {
    padding-top: 3rem;
}

.second_section,
.why_Sections {
    background-color: #F2F2F2;
}

.title {
    margin-bottom: 3rem;
}

.title h4 {
    letter-spacing: -0.54px;
    color: #009CD1;
    opacity: 1;
    font-family: Bold;
    font-size: 20px;
    margin: 0px 0px 12px;
}

.title p {
    color: #000000;
    font-family: 'Regular';
    font-size: 14px;
    margin: 0px;
}

.align_right h4 {
    text-align: right;
}

.align_right p {
    text-align: right;
}

.connect_img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.icons_div {
    background: #E7EEF0 0% 0% no-repeat padding-box;
    border: 1px solid #009CD1;
    opacity: 1;
    border-radius: 10px;
    text-align: center;
    padding: 20px 10px;
}

.icons_div img {
    width: 30px;
    height: 30px;
}

.icons_div h4 {
    color: #43B0F0;
    font-family: 'Bold';
    font-size: 18px;
    margin: 14px 0px;
}

.icons_div p {
    color: #000000CB;
    font-family: 'Regular';
    font-size: 14px;
    width: 204px;
    margin: 0 auto;
}

.how_works {
    background-color: white;
    padding: 6rem 0px 0;
}

.works_title h4 {
    color: #000000;
    font-size: 28px;
    font-family: 'Bold';
}

.works_title p {
    color: #000000;
    font-size: 20px;
    font-family: 'Regular';
    margin: 4rem 0px 0px;
}

.works_img {
    background: #F3F3F3;
    text-align: center;
    padding: 20px 20px;
    border-radius: 6px;
}

.works_img img {
    width: 60px;
    height: 60px;
}

.works_img h4 {
    color: #009CD1;
    font-family: 'Bold';
    font-size: 18px;
    margin: 12px 0px 0px;
}

.works_div p {
    color: #000000CB;
    font-size: 14px;
    font-family: 'Regular';
    margin: 22px 0px 0px;
}

.faq {
    background-color: white;
}

.faq-content {
    margin-top: 4rem;
}

.accordions {
    background: #EFF7F9;
    padding: 24px 24px 2px;
    margin-bottom: 20px;
}

.accordions button {
    background: none;
    border: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    color: #000000;
    font-family: Medium;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion:after {
    content: '';
    background-image: url(../images/expand.png);
    float: right;
    margin-left: 5px;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.active:after {
    content: "";
    background-image: url(../images/cancel.png);
}

.panel {
    padding: 0px;
    background-color: #EFF7F9;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    max-height: 0;
    opacity: 0;
    margin-top: 0px;
}

.accordions ul {
    padding: 0px;
    margin: 0px 20px;
}

.accordions li {
    color: #000000;
    font-family: 'Regular';
    font-size: 14px;
    margin-bottom: 8px;
}

.faq_title {
    background: #009CD1;
    padding: 30px 20px;
}

.faq_title h4 {
    color: #FFFFFF;
    font-family: 'Bold';
    font-size: 26px;
    margin: 0px;
}

.showpanel {
    opacity: 1;
    margin-top: 16px;
}

.accordions li span {
    color: #FF0000;
}

.accordions li::before {
    content: ".";
    position: absolute;
    left: -20px;
    color: black;
    top: -29px;
    font-size: 42px;
    border-radius: 50px;
}

.accordions li {
    position: relative;
    padding-left: 8px;
    list-style-type: none;
}


.footer_content h4 {
    color: #000000;
    font-size: 18px;
    font-family: 'Bold';
    margin-bottom: 2rem;
}

.footer_content li {
    list-style-type: none;
    padding-bottom: 10px;
}

.footer_content a {
    font-size: 14px;
    font-family: 'Regular';
    color: #000000;
    text-decoration: none;
}

.footer_img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 26px 0px;
}

.footer_img img {
    width: 230px;
}

.footer {
    margin-bottom: 3rem;
}

.subfooter {
    background: #F2F2F2;
    padding: 20px 20px 56px;
}

.subfooter img {
    width: 30px;
    height: 30px;
    margin-right: 14px;
}


.header .logo {
    display: block;
    float: left;
    text-decoration: none;
}

.header .logo img {
    width: 50px;
    height: auto;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.header li {
    padding: 0px 30px;
}

.header li a {
    display: block;
    padding: 4px 0px;
    text-decoration: none;
    color: #000000;
    font-family: Medium;
    font-size: 14px;
    text-align: right;
}

.header li .active {
    text-decoration: underline;
    font-family: Bold;
    font-size: 14px;
}

.header {
    text-align: left;
    z-index: 999;
    position: fixed;
    width: 100vw;
    padding: 1rem 7rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

.logo {
    color: #ffff;

}

.nav-toggle {
    display: none;
}

.nav-toggle-label {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
    display: block;
    background: black;
    height: 2px;
    width: 2rem;
    border-radius: 2px;
    position: relative;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
    content: "";
    position: absolute;
}

.nav-toggle-label span::before {
    bottom: 7px;
}

.nav-toggle-label span::after {
    top: 7px;
}

nav {
    background-color: white;
    position: absolute;
    text-align: center;
    top: 100%;
    left: 0;
    width: 100vw;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 600ms ease-in-out;
    padding-top: 30px;
    height: 100vh;

}


.nav-toggle:checked~nav {
    transform: scale(1, 1);
}

.nav-toggle:checked~nav a {
    opacity: 1;
    transition: opacity 500ms ease-in-out 500ms;
}

.header h4 {
    color: #000000;
    font-size: 20px;
    font-family: 'Medium';
    margin: 0px;
}

.header_leftdiv {
    display: flex;
    align-items: center;
    gap: 14px;
}

.flag_img img {
    width: 30px;
    margin-left: 10px;
}

@media screen and (min-width: 800px) {
    .nav-toggle-label {
        display: none;
    }

    .header {
        display: grid;
        grid-template-columns: 1fr auto auto 1fr;
    }

    nav {
        all: unset;
        grid-column: 4 / 5;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

}

@media screen and (max-width: 768px) {
    .footer_img {
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
        margin-top: 10px;
    }

    .connect_img {
        margin-bottom: 20px;
    }

    .icons_div {
        margin-bottom: 20px;
    }

    .works_div {
        margin-bottom: 20px;
    }

    .banner_content h4 {
        width: 100%;
        font-size: 30px;
    }

    .header {
        padding: 1rem 2rem;
    }

    .header li {
        padding: 14px 30px;
    }

    .header ul {
        flex-direction: column;
        align-items: baseline;

    }

    .flag_img img {
        margin-left: 0px;
        margin-right: 40px;
    }

    .banner_social img {
        margin-bottom: 10px;
    }

    .footer_img img {
        width: 140px;
    }
}

@media screen and (max-width: 991px) {
    .connect_img {
        margin-bottom: 20px;
    }

    .works_div {
        margin-bottom: 20px;
    }

    .icons_div {
        margin-bottom: 20px;
    }
}

@media screen and (min-width:769px) and (max-width: 992px) {
    .footer_img img {
        width: 100%;
    }

    .banner_div {
        left: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .works_img h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    .banner_section img {
        height: 586px;
    }
}


@media screen and (max-width: 767px) {
    .banner_section img {
        height: 660px;
        object-position: left;
    }
}