* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 10;
    src: url('../fonts/DanaFaNum-Regular.woff') format('woff2'),
        url('../fonts/DanaFaNum-Regular.woff') format('woff');
}

.overlay {
    background-color: rgba(44, 44, 44, 0.5);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 800;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

header .container .mobilebtn {
    width: 40px;
    height: 38px;
    display: none;
}

.sidebar .side li {
    list-style: none;
}

.sidebar .side li a {
    text-decoration: none;
    color: #000000;
}

.sidebar {
    z-index: 999;
    height: 100%;
    background-color: rgba(165, 165, 165, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    padding-right: 45px;
    padding-top: 31px;
    line-height: 4;
    opacity: 0;
    visibility: hidden;
}

.sidebar.show {
    opacity: 1;
    visibility: visible;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

.bar .side li a {
    text-decoration: none;
    color: #000000;
}

.bar .side li {
    list-style: none;
}

.container {
    padding: 1rem;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.dd-flex {
    display: flex;
}

.row {
    flex-wrap: wrap;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;

}

.header-logo {
    width: 193px;
    height: 46px;
    margin-top: 71px;
    margin-bottom: -58px;
}

body {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    background-color: #F8F7FF;
    font-family: dana;
}

header .container .navbar {
    justify-content: space-between;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    padding: 1rem;
    border-radius: 20px;
    position: relative;
    position: fixed;
    z-index: 100;
}

header .container .navbar .links .menu .mega {
    display: flex;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(179, 179, 179, 0.8);
    border-radius: 20px;
    transition: 0.3s;
}

header .container .navbar .links .menu .mega li span {
    margin-bottom: 23px;
    margin-top: 10px;
}

header .container .navbar .links .menu .mega li {
    flex-direction: column;
    display: flex;
    flex: 1;
    text-align: center;
    margin-bottom: 13px;
}

header .container .navbar .links .menu:hover>ul {
    visibility: visible;
    opacity: 1;
    background-color: rgba(179, 179, 179, 0.8);
}

header .container .navbar .links {
    display: flex;
    gap: 30px;
    padding-left: 641px;
    list-style: none;
    padding-right: 44px;
    font-weight: bold;
}

header .container .navbar .links li a {
    text-decoration: none;
    color: #000000;
}

header .container .navbar .links li a:hover {
    border-bottom: solid 2px #000000;
}

header .container .navbar .gomax-btn {
    text-decoration: none;
    background-color: #000000;
    font-weight: bold;
    color: #fff;
    padding: 15px 25px 15px 25px;
    border-radius: 5px;
    transition: 0.2s;
}

header .container .navbar .gomax-btn:hover {
    transform: scale(1.1);
}

header .container .navbar h1 {
    font-weight: bold;
}

.image-container {
    position: relative;
    width: 50%;
    height: 454px;
    overflow: hidden;
}

.moving-image {
    position: absolute;
    animation: moveLoop 10s linear infinite;
    width: 1900px;
    height: 472px;
    margin-left: -1100px;
}

@keyframes moveLoop {
    from {
        left: -200px;
    }

    to {
        left: 500px;
    }
}

.d-flex {
    display: flex;
}

main .section1 .container .d-flex .mtn {
    width: 50%;

}

main .section1 .container .d-flex .mtn h2 {

    font-size: 42px;
}

main {
    margin-top: 68px;
}

main .section1 .container .img-logo {
    width: 50%;
    margin-top: -42px;
}

main .section1 .container .img-logo .d-flex img {
    width: 227px;
    height: 50px;
    align-items: center;
}

main .section1 .container .section1-btns {
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 85px;
}

main .section1 .container .section1-btns a {
    text-decoration: none;
    font-size: 18px;
}

main .section1 .container .section1-btns .b-btn {
    background-color: #000000;
    color: #fff;
    padding: 8px 24px;
    border-radius: 30px;
}

main .section1 .container .section1-btns .g-btn {
    background-color: #61CE70;
    color: #fff;
    padding: 8px 24px;
    border-radius: 30px;
}

main .section2 {
    background-image: url(https://gomax.smartcoder.ir/wp-content/uploads/2025/02/Screenshot-Capture-2025-01-29-01-55-38.jpg);
    width: 100%;
    height: 612px;
    margin: auto;
}

main .section3 .container h3 {
    font-size: 40px;
    text-align: center;
    margin: auto;
}

main .section4 .container h4 {
    font-size: 40px;
    text-align: center;
    margin: auto;
}

main .section3 .container .row .w25 {
    width: 25%;
    height: 479px;
    margin-top: 100px;
    transition: 0.3s;
}

main .section3 .container .row .w25:hover {
    transform: scale(1.1);
}

main .section3 .container .row .w25 img {
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

main .section3 .container .row .w25 .matn i {
    font-size: 21px;
    justify-content: center;
    display: flex
}

main .section4 {
    margin-top: 100px;
}

main .section4 .container .w100 {
    width: 100%;
    height: 430px;
    background-color: #000013;
    border-radius: 30px;
    display: flex;
    justify-content: end;
    padding-left: 30px;
    margin-top: 23px;
}

main .section4 .container .w100 .img-box img {
    width: 100%;
    height: 390px;
    padding-top: 35px;
    border-radius: 30px;
    padding-top: 0px;
    position: relative;
    top: 19px;
}

main .section4 .container .w100 .img-box {
    justify-content: end;
    width: 40%;
}

main .section4 .container .w100 .mtn-box {
    width: 60%;
    color: #fff;
    margin-top: 65px;
}

main .section4 .container .w100 .mtn-box p {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

main .section4 .container .w100 .mtn-box .mtn1 span {
    font-size: 18px;
}

main .section4 .container .w100 .mtn-box .mtn2 {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    font-weight: lighter;
}

.site-btn {
    background-color: #F3F4F7;
    color: #000000;
    padding: 7px 12px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.site-btn:hover {
    background-color: #000000;
    color: #fff;
}

footer {
    background-color: #fff;
}

footer .container .footer-assets .footer-btns .list-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

footer .container .footer-assets .footer-btns .title-btns {
    font-size: 17px;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}

footer .container .footer-assets {
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 95px;

}

footer .container .footer-assets .footer-btns {
    width: 25%;
}

footer .container .footer-assets .list-mtn1 .title-mtn {
    font-weight: bold;
    font-size: 17px;
}

footer .container .footer-assets .list-mtn1 .title-logo {
    width: 98px;
    height: 40px;
}

footer .container .footer-assets .list-mtn1 .footer-mtns .footer-mtn {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    line-height: 2;
}

footer .container .footer-assets .list-mtn1 .footer-number {
    border: 2px solid #000000;
    padding: 8px 20px;
    margin-top: 15px;
    border-radius: 5px;
    text-decoration: none;
    color: #000000;
    transition: 0.3s;
}

footer .container .footer-assets .list-mtn1 .footer-number:hover {
    border: 2px solid #000000;
    background-color: #000000;
    color: #ffffff;
}

footer .container .footer-assets .list-mtn1 .footer-mtns {
    margin-bottom: 50px;
}




@media (max-width: 1200px) {

    header .container .navbar .links li a {
        text-decoration: none;
        color: #000000;
        font-size: 13px;
    }

    header .container .navbar .gomax-btn {
        text-decoration: none;
        background-color: #000000;
        font-weight: bold;
        color: #fff;
        padding: 15px 25px 15px 25px;
        border-radius: 5px;
        transition: 0.2s;
        font-size: 12px;
    }
}

@media (max-width: 1254px) {
    header .container .navbar .gomax-btn {
        text-decoration: none;
        background-color: #000000;
        font-weight: bold;
        color: #fff;
        padding: 15px 25px 15px 25px;
        border-radius: 5px;
        transition: 0.2s;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    header .container .navbar .links {
        display: flex;
        gap: 15px;
        padding-left: 433px;
        list-style: none;
        padding-right: 44px;
        font-weight: bold;
    }
}

@media (max-width: 954px) {
    header .container .navbar .links {
        display: flex;
        gap: 15px;
        padding-left: 385px;
        list-style: none;
        padding-right: 44px;
        font-weight: bold;
    }
}

@media (max-width:576px) {
    header .container .mobilebtn {
        display: block;
    }
}

@media (max-width: 1000px) {
    main .section4 .container .w100 .mtn-box .mtn2 {
        text-align: center;
        font-size: 17px;
        line-height: 2;
        font-weight: lighter;
    }

    footer .container .footer-assets .list-mtn1 .footer-mtns .footer-mtn {
        text-decoration: none;
        color: #000000;
        font-size: 13px;
        line-height: 2;
    }

    .site-btn {
        background-color: #F3F4F7;
        color: #000000;
        padding: 7px 12px;
        border-radius: 5px;
        text-decoration: none;
        transition: 0.3s;
        font-size: 11px;
    }

}

@media (max-width: 837px) {
    main .section4 .container .w100 .mtn-box .mtn2 {
        text-align: center;
        font-size: 14px;
        line-height: 2;
        font-weight: lighter;
    }

    main .section3 .container .row .w25 {
        width: 50%;
        height: 479px;
        margin-top: 200px;
        transition: 0.3s;
    }

    main .section3 .container h3 {
        font-size: 40px;
        text-align: center;
        margin: auto;
        margin-bottom: -140px;
    }

    footer .container .footer-assets .list-mtn1 .footer-mtns .footer-mtn {
        text-decoration: none;
        color: #000000;
        font-size: 9px;
        line-height: 2;
    }

    .site-btn {
        background-color: #F3F4F7;
        color: #000000;
        padding: 2px 4px;
        border-radius: 5px;
        text-decoration: none;
        transition: 0.3s;
        font-size: 9px;
    }

    footer .container .footer-assets .list-mtn1 .title-mtn {
        font-weight: bold;
        font-size: 12px;
    }

    footer .container .footer-assets .footer-btns .title-btns {
        font-size: 12px;
        font-weight: bold;
        display: block;
        margin-bottom: 12px;
    }

}




@media (max-width: 768px) {
    main .section4 .container .w100 .mtn-box .mtn2 {
        text-align: center;
        font-size: 10px;
        line-height: 2;
        font-weight: lighter;
    }

    footer .container .footer-assets .list-mtn1 .title-mtn {
        font-weight: bold;
        font-size: 9px;
    }

    main .section4 .container .w100 .mtn-box .mtn1 span {
        font-size: 11px;
    }
}

@media (max-width: 435px) {


    main .section1 .container .section1-btns .g-btn {
        background-color: #61CE70;
        color: #fff;
        padding: 7px 12px;
        border-radius: 30px;
    }

    .section1 .container .img-logo .header-logo {
        width: 176px;
        height: 35px;
        margin-top: 71px;
        margin-bottom: -58px;
    }

    main .section1 .container .section1-btns .b-btn {
        background-color: #000000;
        color: #fff;
        padding: 7px 12px;
        border-radius: 30px;
    }

    footer .container .footer-assets .list-mtn1 .title-mtn {
        font-weight: bold;
        font-size: 7px;
    }

    footer .container .footer-assets .list-mtn1 .footer-mtns .footer-mtn {
        text-decoration: none;
        color: #000000;
        font-size: 9px;
        line-height: 2;
    }

    footer .container .footer-assets .list-mtn1 .footer-mtns p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    main .section3 .container .row .w25 {
        width: 100%;
        height: 479px;
        margin-top: 218px;
        transition: 0.3s;
    }

    main .section4 .container .w100 .mtn-box .mtn2 {
        text-align: center;
        font-size: 6px;
        line-height: 2;
        font-weight: lighter;
    }

    main .section4 .container .w100 .mtn-box p {
        font-size: 13px;
        text-align: center;
        font-weight: bold;
    }

    main .section4 .container .w100 {
        width: 100%;
        height: 220px;
        background-color: #000013;
        border-radius: 30px;
        display: flex;
        justify-content: end;
        padding-left: 30px;
        margin-top: 23px;
    }

    main .section4 .container .w100 .img-box img {
        width: 100%;
        height: 168px;
        padding-top: 35px;
        border-radius: 30px;
        padding-top: 0px;
        position: relative;
        top: 19px;
    }

    main .section4 .container .w100 .mtn-box .mtn1 span {
        font-size: 5px;
    }

    main .section4 .container h4 {
        font-size: 40px;
        text-align: center;
        margin: auto;
        margin-top: 82px;
    }

    footer .container .footer-assets {
        width: 100%;
        display: flex;
        justify-content: end;
        gap: 57px;
    }

    footer .container .footer-assets .list-mtn1 .footer-number {
        border: 2px solid #000000;
        padding: 8px 20px;
        margin-top: 15px;
        border-radius: 5px;
        text-decoration: none;
        color: #000000;
        transition: 0.3s;
        font-size: 12px;
    }

    footer .container .footer-assets .footer-btns {
        display: none;
    }

    header .container .navbar {
        display: none;
    }

    main .section1 .container .d-flex .mtn {
        width: 100%;
        text-align: center;
    }

    .image-container {
        position: relative;
        width: 100%;
        height: 454px;
        overflow: hidden;
    }

    .d-flex {
        display: block;
    }

    main .section1 .container .img-logo {
        width: 100%;
        margin-top: -42px;
        display: flex;
    }

    .header-logo {
        width: 193px;
        height: 46px;
        margin-top: 71px;
        margin-bottom: -58px;
    }

    main .section1 .container .d-flex .mtn h2 {
        font-size: 38px;
        width: 100%;
    }

    main .section2 {
        background-image: url(https://gomax.smartcoder.ir/wp-content/uploads/2025/02/Screenshot-Capture-2025-01-29-01-55-38.jpg);
        width: 100%;
        height: 612px;
        margin: auto;
        display: none;
    }
}