﻿@font-face {
    font-family: 'Peyda';
    src: url('../css/fonts/PeydaWeb-Black.woff2') format('woff2'), url('../css/fonts/PeydaWeb-Bold.woff2') format('woff2'), url('../css/fonts/PeydaWeb-Medium.woff2') format('woff2'), url('../css/fonts/PeydaWeb-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSans'; /* نام فونت رو به دلخواه انتخاب کنید */
    src: url('../css/fonts/IRANSans.ttf') format('truetype'); /* مسیر فایل فونت */
    font-weight: normal;
    font-style: normal;
}




.main-section {
    padding: 0 !important;
}

.first-page-wrapper {
    background: url(../img/bg.png) no-repeat center center;
    background-size: contain;
    width: 100vw;
    height: 100vh;
    margin: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f5;
}

.right-section img {
    width: 80px;
    height: 80px;
}

.parent-section {
    width: 100vw;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.left-section {
    position: relative;
}

.right-section .first-text {
    text-align: start;
    display: inline-flex;
    padding: 5px 10px;
    background-color: #034da231;
    font-family: IRANSans;
    color: #034da26b;
    border-radius: 20px;
    font-size: 14px;
}

.right-section h1 {
    font-size: 55px;
    font-weight: bold;
    margin: 15px 0;
    font-family: peyda;
}

.right-section .second-text {
    font-family: peyda !important;
    color: #3d3c3c;
    line-height: 40px;
    font-size: 25px;
    font-weight: 100;
}

.right-section .third-text {
    font-family: peyda !important;
    font-weight: normal !important;
    color: #808080;
    padding: 0 0 0 100px;
    line-height: 30px;
    margin-top: 10px;
}

.button-for-firstpage {
    display: inline-block;
    background-color: #4e80ba;
    padding: 8px 40px;
    border-radius: 50px;
    font-family: iransans;
    border: none;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin: 20px 0;
}

    .button-for-firstpage a {
        color: #fff;
        text-decoration: none;
    }

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.circle-parent {
    position: absolute;
    top: -70px;
    right: -55px;
}

    .circle-parent img {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        animation: rotateLogo 15s linear infinite; /* چرخش بی‌نهایت */
    }

@media (min-width: 0) and (max-width: 425px) {
    .parent-section {
        width: 100vw;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
        margin: 120px auto 20px auto;
    }

    .left-section {
        display: flex;
        margin: 0 auto;
    }

        .left-section img {
            width: 50vw;
            height: auto;
        }

    .circle-parent {
        position: absolute;
        top: 20px !important;
        right: -20px;
        display: none;
    }

        .circle-parent img {
            width: 45px !important;
            height: 45px !important;
            border-radius: 50%;
            animation: rotateLogo 15s linear infinite; /* چرخش بی‌نهایت */
        }

    .first-text {
        font-size: 3.5vw !important;
    }

    .second-text {
        font-size: 15px !important;
        line-height: 10px !important;
    }

    .third-text {
        padding-left: 0 !important;
        text-align: justify;
        font-size: 13px;
    }

    .right-section {
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
        padding: 0 20px;
    }

        .right-section h1 {
            font-size: 7.5vw;
        }

    .button-for-firstpage {
        margin-bottom: 70px;
    }
}

@media (min-width: 426px) and (max-width: 767px) {
    .parent-section {
        width: 100vw;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
        margin: 220px auto 0 auto;
    }

    .left-section {
        display: flex;
        margin: 0 auto;
    }

        .left-section img {
            width: 50vw;
            height: auto;
        }

    .circle-parent {
        display: none;
    }

    .right-section {
        text-align: center;
        margin-top: 20px;
    }

        .right-section h1 {
            font-size: 35px;
        }

        .right-section .second-text {
            font-size: 20px;
            line-height: 15px;
        }

    .third-text {
        padding: 0 25px !important;
        text-align: justify;
    }

    .button-for-firstpage {
        margin-bottom: 100px;
    }
}

@media (min-width: 768px) {
    .parent-section {
        width: 100vw;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
        margin: 350px auto 0 auto;
    }

    .left-section {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto 0;
    }

        .left-section img {
            width: 40vw;
            height: auto;
        }

    .right-section {
        border-right: 3px solid #ba9d47;
        padding-right: 20px;
        margin: auto 0;
        text-align: center;
        margin-top: 20px;
    }

    .circle-parent img {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        animation: rotateLogo 15s linear infinite; /* چرخش بی‌نهایت */
        display: none;
    }

    .third-text {
        padding-left: 33px !important;
        text-align: justify;
    }

    .right-section h1 {
        font-size: 45px;
    }

    .right-section .second-text {
        font-size: 25px;
        line-height: 15px;
    }

    .circle-parent {
        position: absolute;
        top: 40px;
        right: 90px;
    }

        .circle-parent img {
            width: 80px;
            height: 80px;
        }

    .button-for-firstpage {
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .parent-section {
        width: 90vw;
        display: flex;
        flex-direction: row;
        /* background: green; */
        justify-content: space-around;
        margin: 0 auto;
    }

    .left-section {
        display: flex;
        align-items: center;
        margin: auto 0;
    }

        .left-section img {
            width: 350px;
            height: auto;
        }

    .right-section {
        border-right: 3px solid #ba9d47;
        padding-right: 20px;
        margin: auto 0;
        text-align: right;
        margin-top: 20px;
    }

    .circle-parent img {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        animation: rotateLogo 15s linear infinite; /* چرخش بی‌نهایت */
    }

    .third-text {
        letter-spacing: 1px;
        text-align: justify;
        padding-left: 60px !important;
        font-size: 14px;
    }

    .right-section h1 {
        font-size: 35px;
    }

    .right-section .second-text {
        font-size: 20px;
    }

    .circle-parent {
        position: absolute;
        top: -50px;
        right: -40px;
    }

        .circle-parent img {
            width: 100px;
            height: 100px;
            display: flex;
        }

    .button-for-firstpage {
        margin-bottom: 0;
    }
}

@media (min-width: 1440px) {
    .parent-section {
        width: 80vw;
        display: flex;
        flex-direction: row;
        /* background: green; */
        justify-content: space-around;
        margin: 0 auto;
    }

    .left-section {
        display: flex;
        align-items: center;
        margin: auto 0;
    }

        .left-section img {
            width: 400px;
            height: auto;
        }

    .circle-parent {
        position: absolute;
        top: -70px;
        right: -55px;
    }

        .circle-parent img {
            width: 130px;
            height: 130px;
            border-radius: 50%;
            animation: rotateLogo 15s linear infinite; /* چرخش بی‌نهایت */
        }

    .right-section {
        border-right: 3px solid #ba9d47;
        padding-right: 20px;
        margin: auto 0;
        margin-top: 20px;
    }

    .third-text {
        letter-spacing: 0.3px;
        text-align: justify;
        font-size: 15px;
    }

    .circle-parent {
        position: absolute;
        top: -50px;
        right: -60px;
    }

        .circle-parent img {
            width: 110px;
            height: 110px;
        }

    .right-section h1 {
        font-size: 47px;
    }

    .button-for-firstpage {
        margin-top: 10px;
    }

    .right-section .second-text {
        font-size: 23px;
    }
}


@media (min-width: 1700px) {

    .parent-section {
        width: 68vw;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin: 0 auto;
    }

    .left-section {
        display: flex;
        align-items: center;
        margin: auto 0;
    }

        .left-section img {
            width: 400px;
        }

    .right-section {
        border-right: 3px solid #ba9d47;
        padding-right: 20px;
        margin: auto 0;
        margin-top: 20px;
    }

    .third-text {
        letter-spacing: 0.4px;
        text-align: justify;
        font-size: 17px;
    }

    .circle-parent {
        position: absolute;
        top: -50px;
        right: -60px;
    }

        .circle-parent img {
            width: 120px;
            height: 120px;
        }

    .right-section-qrCode {
        display: inline-flex;
        flex-direction: column;
    }

    .right-section .second-text {
        line-height: 15px;
    }
}
