* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

.body {
    overflow-y: auto;
    /* Allows vertical scrolling */
    overflow-x: hidden;
    /* Disables horizontal scrolling */
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}

.fg-header-wrapper {
    background-color: #FFFCF7;
}

.fg-header-section {
    width: 80%;
    margin: auto;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.fg-logo {
    width: 120px;
    height: 60px;
    border-radius: 8px;
}

.fg-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.fg-menu-wrapper {
    width: 50%;
}

.fg-menu-wrapper ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.fg-menu-wrapper ul li a {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;
    color: #02073E;
}

.fg-header-contact {
    display: flex;
    align-items: center;
}

.fg-header-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.tel {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;
    color: #02073E;
    margin-left: 6px;
}


.fg-header-desc {
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
}

.fg-header-desc-text {
    width: 50%;
}

.fg-header-desc-text .fg-header-title h1 {
    font-family: DM Sans;
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
    text-align: left;
    color: #02073E;
}

.fg-header-subtitle h2 {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #02073E;
}


.fg-header-desc-img {
    position: relative;
}


.fg-header-app-splash {
    z-index: 0;
}

.fg-header-app-home {
    /* position: absolute; */
    z-index: 2;
}

.fg-header-app-splash img {
    width: 392px;
    height: 672px;


}

.fg-header-app-home img {
    width: 392px;
    height: 672px;
    right: 0;
    z-index: 2;
    position: absolute;
    right: -50%;
    top: 0;
}


.fg-about-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 40px auto;
}


.fg-about-us-img {
    width: 50%;
}

.fg-about-us-img img {
    width: 100%;
    object-fit: cover;
}

.fg-about-us-desc {
    width: 40%;
}

.fg-about-us-desc-tilte h2 {
    font-family: DM Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    color: #0F2137;
}


.fg-about-us-desc-subtitle h2 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #0F2137;
}

.fg-support-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fg-support-list ul li {
    display: flex;
    align-items: center;
}

.fg-support-list ul li .icon {
    color: #3FDBB1;
    color: 20px;
}


.fg-support-list ul li .fg-support-list-item-title {
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 45px;
    text-align: left;
    color: #02073E;
}


.fg-service-wrapper {
    background-color: #353448;
}


.fg-service {
    width: 80%;
    margin: auto;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fg-service-title h1 {
    font-family: DM Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    color: #FFFFFF;
}

.fg-service-subTitle h1 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    width: 50%;
    margin: auto;
}

.fg-cards {
    display: flex;
    flex-wrap: wrap;
}

.fg-card {
    width: 30.333%;
    background-color: #fff;
    margin-left: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    padding: 28px;
}

.fg-card-img {
    width: 64px;
    height: 68px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFC059;
}

.fg-card-desc {
    margin-left: 10px;
    width: 70%;
}

.fg-card-desc-title h1 {
    font-family: DM Sans;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #02073E;
}

.fg-card-desc-info p {
    font-family: DM Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}


.mobile {
    display: none;
}


.language-selector {
    display: flex;
    align-items: center;
}

.language-selector>button {
    outline: none;
    border: none;
    background: transparent;
    margin: 0 5px;
}

.language-selector>button>img {
    width: 32px;
    height: 32px;
}


@media screen and (max-width: 1025px) {
    .fg-support-list {
        flex-direction: column;
    }

    .fg-support-list ul {
        width: 100%;
    }

    .navMenu {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        transform: translateX(100%);
        transition: 0.5s;
    }

    .fg-service-title h1 {
        font-size: 25px;
    }

    .fg-header-section {
        display: none;
    }

    .fg-header-desc {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 40px auto;
        width: 100%;
    }

    .fg-header-desc .fg-header-desc-text .fg-header-title h1 {
        font-family: DM Sans;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
    }

    .fg-header-desc .fg-header-desc-text .fg-header-subtitle h2 {
        font-family: DM Sans;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }

    .mobile {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        padding: 12px 12px 12px 24px;
        border-radius: 99px;
        border: 1px 0px 0px 0px;
        justify-content: space-between;
        background-color: #cdc7bd;
    }

    .mobile img {
        width: 70%;
    }

    .fg-about-us-desc-subtitle h2 {
        font-family: DM Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #0F2137;
        text-align: center;
        margin: 20px 0;
    }

    .fg-about-us-desc {
        width: 100%;
        flex-direction: column;
        display: flex;
        align-items: center;
        padding: 20px;
    }

    #hamburger {
        display: flex;
        align-items: center;
        width: 80%;
        padding: 0 4px;
    }

    #hamburger a {
        padding: 15px 15px;
        border-radius: 99px;
        background-color: white;
        color: #000;
        border: none;
        outline: none;
        font-size: 12px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .fg-about-us {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .fg-cards {
        flex-direction: column;
    }

    .fg-card {
        width: 100%;
    }

    .fg-header-app-home img {
        width: 169.98px;
        height: 291.4px;
    }

    .fg-header-app-splash img {
        width: 169.98px;
        height: 291.4px;
    }

    .fg-header-desc-img {
        margin-left: -81px;
    }
}


.nav-active {
    transform: translateX(0);
    height: 102vh;
    position: fixed;
    margin-top: 0px;
    z-index: 100000;
}

.navMenu-active {
    display: flex;
    align-items: center;
    justify-content: center;

}

.navMenu-active a {
    font-family: Noto Sans Armenian;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.79px;
    text-align: center;
    color: white;
    padding: 10px;
    display: flex;
}

.navMenu-active+#close {
    display: block;
    position: absolute;
    right: 2%;
    z-index: 99999999;
    top: 2%;
    width: 38px;
}


#close {
    display: none;
}

.sm_moabail_logo img {
    width: 74px;
    height: 37px;
    border-radius: 4px;
    object-fit: cover;
}