/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.lineSplitText {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
main.aboutWrapper {
    position: relative;
    width: 100%;
    display: block;
    overflow-x: hidden;
    direction: rtl;
}
.aboutContainer {
    position: relative;
    margin-top: 12rem;
    margin-inline: auto;
    width: 36vw;
    z-index: 1;
    opacity: 0;
}
body.enter .aboutContainer {
    opacity: 1;
}
.aboutContainer h2 {
    text-align: center;
    font-size: 4rem;
    font-family: var(--atiq-font);
    margin-bottom: 13px;
}
.about-content p {
    line-height: 2;
}
.about-content p.bold {
    font-weight: bold;
}
.about-content ul {
    list-style-position: inside;
}
.logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4.75rem;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.logo-wrapper .logo:last-child img {
    width: 17rem;
}
section.heroSectionWrapper {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}
#sky {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
#sky img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.landscapeWrapper {
    position: relative;
    width: 100%;
    height: 130vh;
    z-index: 3;
    pointer-events: none;
}
.logo-wrapper .logo {
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.logo-wrapper .logo:hover {
    opacity: .5;
}
.landscapeWrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
#mountain {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
}
#landscape {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
}
#mountain img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
#landscape img {-webkit-transform: scale(1.56);-ms-transform: scale(1.56);transform: scale(1.56);padding-bottom: 66px;}
.dokmeh_copy_right {
    position: absolute;
    z-index: 3;
    mix-blend-mode: difference;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
    gap: 6px;
    font-size: 1rem;
    font-family: var(--en-font);
}
.dokmeh_copy_right:hover {
    color: #fff;
    text-decoration: none;
}
.dokmeh_copy_right::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-bg);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.dokmeh_copy_right:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
@media only screen and (max-width: 768px) {
    .aboutContainer {
        width: 100%;
        margin: 5rem 0;
        padding-inline: 4vw;
    }

    .aboutContainer h2 {
        margin-bottom: 13px;
        font-size: 2.5rem;
    }
    .about-content p {
        font-size: .875rem;
    }

    .about-content ul li {
        font-size: .875rem;
    }

    .about-content {
        -webkit-padding-end: 3rem;
        padding-inline-end: 3rem;
    }

    .logo-wrapper .logo:last-child img {
        width: 9rem;
    }

    .logo-wrapper .logo img {
        width: 6rem;
    }

    .logo-wrapper {
        margin-top: 2.75rem;
    }
    .landscapeWrapper {
        height: 50vh;
    }
    #mountain img {
        -webkit-transform: scale(2.2);
        -ms-transform: scale(2.2);
        transform: scale(2.2);
    }
    #landscape img {
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        transform: scale(4);
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
    .aboutContainer {
        padding-inline: 13vw;
    }
    .landscapeWrapper {
        height: 75vh;
    }
    #landscape img {
        padding-bottom: 120px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .aboutContainer {
        margin-top: 10rem;
        width: 80vw;
    }
    .logo-wrapper .logo:last-child img {
        width: 15rem;
    }
    .landscapeWrapper {
        height: 75vh;
    }
    #landscape {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    #mountain img {
        -webkit-transform: scale(2.25);
        -ms-transform: scale(2.25);
        transform: scale(2.25);
        margin-top: 6rem;
    }

    #landscape img {
        -webkit-transform: scale(2.6);
        -ms-transform: scale(2.6);
        transform: scale(2.6);
        padding-bottom: 76px;
    }

}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    #landscape img {
        -webkit-transform: scale(1.75);
        -ms-transform: scale(1.75);
        transform: scale(1.75);
        padding-bottom: 82px;
    }
    .aboutContainer {
        width: 42vw;
    }
    .aboutContainer h2 {font-size: 3rem;}
    .logo-wrapper .logo:last-child img {
        width: 13rem;
    }
    .logo-wrapper .logo img {
        width: 9rem;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1700px) {
    #landscape img {
        -webkit-transform: scale(1.85);
        -ms-transform: scale(1.85);
        transform: scale(1.85);
        padding-bottom: 83px;
    }
    #mountain img {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        margin-top: 66px;
    }
    .aboutContainer {
        width: 40vw;
    }
    .aboutContainer h2 {
        font-size: 3rem;
    }
    .logo-wrapper .logo:last-child img {
        width: 14rem;
    }
}