/*=============== responsive for larger than 550px screen ===============*/
@media (min-width: 300px) {}

@media (min-width: 550px) {
    .body-web {
        padding: 50px 20px;
    }
}

/*=============== responsive for larger than 650px screen ===============*/

@media (min-width: 650px) {
    .body-web {
        padding: 40px 10vw;
    }
}

/*=============== responsive for larger than 768px screen  ===============*/
@media (min-width: 768px) {
    :root {
        /*========== Font and typography ==========*/
        --fs-base: 1.4rem;
        --fs-1: 2.7rem;
        --fs-2: 2.4rem;
        --fs-3: 2.2rem;
        --fs-4: 2rem;
        --fs-5: 1.8rem;
        /*========== Font and typography English ==========*/
        --fs-base-en: 1.1rem;
        --fs-baseli-en: 1rem;
        --fs-1-en: 2.1rem;
        --fs-2-en: 1.9rem;
        --fs-3-en: 1.6rem;
        --fs-4-en: 1.5rem;
        --fs-5-en: 1.3rem;
    }


    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    .main {
        height: 89vh;
    }

    main .desktop {
        bottom: 0;
    }

    .title-media-link {
        position: sticky;
        top: 10px;
        z-index: 999;
        height: 70vh;
    }

    .logo-yasaman {
        width: 150px;
        left: calc(50% - 75px);
    }

    .lang {
        top: 70px;
    }

    .main .social-link,
    main .social-link {
        left: 35px;
        top: 70px;
    }

    .main .content {
        width: 60%;
        padding: 30px;
    }

    .welcome {
        padding: 0 0 40px 0;
    }

    .welcome {
        padding: 0 25% 50px 25%;
    }

    .body-web .content {
        position: static;
        width: 60%;
        margin-left: 40%;
    }

    .body-web .ads {
        position: sticky;
        float: left;
        width: 35%;
        top: 20px;
    }

    .container-fluid .content {
        width: 35vw;
        margin-top: 10vh;
        margin-left: 13vw;
    }

    .container-fluid .content p {
        font-size: 40px;
    }

    .promo-section {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .promo-item {
        width: calc(100% / 2 - 10px);
    }

    .promo-overlay h3 {
        margin-top: 140px;
        transition: all 0.2s ease-in-out;
    }

    .footer-col {
        width: calc(100% / 3 - 10px);
    }

    .footer-logo img {
        position: relative;
        width: 150px;
        margin-right: calc(50% - 75px);
        margin-top: 75px;
    }
}

/*=============== responsive for larger than 1024px screen  ===============*/
@media (min-width: 1024px) {
    :root {
        /*========== Font and typography ==========*/
        --fs-base: 1.5rem;
        --fs-1: 2.8rem;
        --fs-2: 2.5rem;
        --fs-3: 2.3rem;
        --fs-4: 2.1rem;
        --fs-5: 2rem;

        /*========== Font and typography English ==========*/
        --fs-base-en: 1.05rem;
        --fs-baseli-en: 1rem;
        --fs-1-en: 2.2rem;
        --fs-2-en: 2rem;
        --fs-3-en: 1.7rem;
        --fs-4-en: 1.55rem;
        --fs-5-en: 1.35rem;
    }

    .side-menu {
        overflow: visible;
    }

    .submenu,
    .submenu2,
    .submenu3,
    .submenu4 {
        visibility: hidden;
        position: absolute;
        padding-top: 100px;
        right: 250px;
        top: 0;
        width: 300px;
        height: 100vh;
        background-color: var(--background-tertiary);
        transition: opacity .3s ease-in-out, all .3s ease-in-out;
        opacity: 0;
        overflow-y: auto;
    }

    .menu:hover .submenu,
    .menu2:hover .submenu2,
    .menu3:hover .submenu3,
    .menu4:hover .submenu4 {
        visibility: visible;
        display: block;
        opacity: 1;
        scale: 1;
        transition: opacity .3s ease-in-out, all .3s ease-in-out;
    }

    .submenu a,
    .submenu2 a,
    .submenu3 a,
    .submenu4 a {
        color: var(--black);
        box-shadow: 0 0 1px rgb(142, 142, 142);
    }

    .submenu a:hover,
    .submenu2 a:hover,
    .submenu3 a:hover,
    .submenu4 a:hover {
        color: var(--accent);
    }

    main .social-link,
    .main .social-link {
        left: 40px;
        top: 70px;
    }

    .main .content {
        width: 50vw;
        padding: 35px;
    }

    /* ========= lirc & rilc ========*/

    .lirc {
        position: relative;
        height: 83vh;
        background-color: var(--background-tertiary);

    }

    .lirc img {
        position: absolute;
        height: 55vh;
        width: 38vw;
        top: 13vh;
        left: 9vw;
    }

    .lirc .content {
        position: absolute;
        right: 10vw;
        width: 35vw;
    }

    .lirc .content h3 {
        text-align: right;

    }

    .rilc {
        position: relative;
        height: 83vh;
        background-color: var(--background-secondary);
    }

    .rilc img {
        position: absolute;
        height: 55vh;
        width: 38vw;
        top: 13vh;
        right: 9vw;
    }

    .rilc .content {
        position: absolute;
        left: 10vw;
        width: 35vw;
    }

    .rilc .content h3 {
        text-align: right;
    }

    /* ========= clirc & crilc ========*/

    .clirc,
    .crilc {
        height: 73vh;
    }


    .crilc img {
        position: absolute;
        right: 0;
        height: 100%;
        width: 50vw;
    }

    .clirc img {
        position: absolute;
        left: 0;
        height: 100%;
        width: 50vw;
    }

    .clirc .content,
    .crilc .content {
        position: absolute;
        height: 100%;
        width: 40vw;
        padding: 20px 80px 70px 80px;
    }


    .clirc .content {
        right: 5vw;
    }

    .crilc .content {
        left: 5vw;
    }


    .body-web .content {
        margin-left: 37.5%;
    }

    .body-web .ads {
        width: 20%;
        margin-left: 7.5%;
    }

    .img-bg {
        display: block;
        position: relative;
        height: 110vh;
        width: 100vw;
        top: 0;
        overflow: hidden;
    }

    .parallax-section,
    .parallax-section1,
    .parallax-section2 {
        position: absolute;
        height: 140vh;
        width: 100vw;
        top: 0vh;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center;
        background-repeat: repeat;
        background-size: cover;
        z-index: 105;
    }

    .parallax-section {
        background-image: url("/2img/bg_01.jpg");
    }

    .parallax-section2 {
        background-image: url("/newimg/hayat-footer.jpg");
    }

    .hero-cover-fade {
        position: absolute;
        z-index: 195;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(top,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0) 35%,
                rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0) 35%,
                rgba(0, 0, 0, 0.6) 100%);
    }

    .container-fluid .content,
    .container-fluid2 .content {
        position: relative;
        background-color: var(--action-primary-hover);
        padding: 50px;
        z-index: 196;
        top: 5vh;
        left: 13vw;
        width: 35vw;
    }

    .container-fluid .content span,
    .container-fluid2 .content span {
        position: absolute;
        color: var(--white);
        top: -60px;
        font-size: 100px;
        left: calc(17.5vw - 85px);
    }

    .container-fluid .content p,
    .container-fluid2 .content p {
        text-align: center;
        color: var(--white);
    }

    .container-fluid2 .content b {
        font-size: var(--fs-1);
    }

    .img-bg .content .element {
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .container-fluid .content p,
    .container-fluid2 .content p {
        font-size: 45px;
    }

    .promo-item {
        width: calc(100% / 3 - 10px);
    }

    .promo-overlay h3 {
        margin-top: 150px;
        transition: all 0.3s ease-in-out;
    }

    .promo-overlay:hover h3 {
        margin-top: 100px;
    }

    .promo-overlay a {
        visibility: hidden;
        opacity: 0;
    }

    .promo-overlay:hover a {
        visibility: visible;
        opacity: 1;
    }

    .footer-col {
        width: calc(100% / 4 - 10px);
    }
}

@media (min-width: 1200px) {
    :root {
        /*========== Font and typography ==========*/
        --fs-base: 1.6rem;
        --fs-1: 3rem;
        --fs-2: 2.6rem;
        --fs-3: 2.4rem;
        --fs-4: 2.3rem;
        --fs-5: 2.1rem;
        /*========== Font and typography English ==========*/
        --fs-base-en: 1.1rem;
        --fs-baseli-en: 1rem;
        --fs-1-en: 2.3rem;
        --fs-2-en: 2.1rem;
        --fs-3-en: 1.8rem;
        --fs-4-en: 1.6rem;
        --fs-5-en: 1.4rem;
    }


    .main .content {
        width: 50vw;
        padding: 45px;
    }

    .container-fluid .content {
        position: absolute;
        background-color: var(--action-primary-hover);
        width: 29vw;
        margin: 0;
        top: 20vh;
        left: 13vw;
        bottom: 50vh;
        padding: 40px;
    }

    .container-fluid2 .content {
        position: absolute;
        background-color: var(--action-primary-hover);
        width: 29vw;
        margin: 0;
        top: 31vh;
        bottom: 61vh;
        padding: 40px;
    }

    .body-web .content {
        margin-left: 35%;
    }


}

/*=============== FOOTER ===============*/

/* ---------- Aside ----------*/

/* ---------- Body-web ----------*/