* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    font-family: yekanRegular;
    color: black;
}

body {
    direction: rtl;

}

p {
    font-family: yekanRegular;
}

li {
    list-style-type: none;
}

div {
    font-family: yekan;
}

h1 {
    font-family: yekan;
}

button {
    font-family: yekan;
}

h2 {
    font-family: yekan;
}

h3 {
    font-family: yekan;
}

h4 {
    font-family: yekan;
}

h5 {
    font-family: yekan;
}

span {
    font-family: yekan;
}

button {
    font-family: yekan;
}

@font-face {
    font-family: yekanRegular;
    src: url('fonts/yekan-regular.eot');
    src: url('fonts/yekan-regular.eot?#iefix') format('FontName-opentype'),
        url('fonts/yekan-regular.woff') format('woff'),
        url('fonts/yekan-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: yekan;
    src: url('fonts/Yekan.eot');
    src: url('fonts/Yekan.eot?#iefix') format('FontName-opentype'),
        url('fonts/Yekan.woff') format('woff'),
        url('fonts/Yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.menue {
    position: relative;
    width: 100%;
    height: 107px;
}


.top-menue {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}

.top-menue-content {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.top-menue-content i {
    margin-left: 5px;
}


.buttom-menue {
    width: 53%;
    background-color: #5CBC74;
    position: absolute;
    right: -35px;
    height: 75px;
    border-radius: 50px;
}

.buttom-menue-content {
    position: absolute;
    right: 211px;
}

#menue-logo {
    width: 157px;
}

#menue-list- a {
    font-size: 17px;
    font-weight: bold;

}

#menue-list- {
    display: flex;
    flex-direction: row;
    gap: 35px;
}

.menue-logo {
    width: 27%;
}

.buttom-menue-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: absolute;
    right: 44px;
}

.change-langouage {
    position: absolute;
    left: 91px;
    top: 6px;
}

.change-langouage a {
    font-size: 35px;
    color: #DBE2EF;
}

.menue-list a {
    color: #DBE2EF;
}

.menue-list a:hover {
    color: #1A374D !important;
}

.menue-list li:hover {
    color: #1A374D;
}

.change-langouage a:hover {
    color: #1A374D;
}

.project-menu {
    position: relative;
}

.services-menu {
    position: relative;
}

.about-us-menu {
    position: relative;

}



.submenu li {
    padding: 10px;
    list-style: none;
}

.submenu-service li {
    padding: 10px;
    list-style: none;
}

.submenu-about-us li {
    padding: 10px;
    list-style: none;
}

.submenu li a {
    display: block;
    color: white;
    text-decoration: none;

}

.submenu-service li a {
    display: block;
    color: white;
    text-decoration: none;

}

.submenu-about-us li a {
    display: block;
    color: white;
    text-decoration: none;

}

.submenu li a:hover {
    background-color: #A8E6C3;
}

.submenu-service li a:hover {
    background-color: #A8E6C3;
}

.submenu-about-us li a:hover {
    background-color: #A8E6C3;
}

.menue-list a {
    color: #DBE2EF;
    text-decoration: none;

}

.menue-list a:hover {
    color: #1A374D;
}


.submenu a {
    display: block;

    text-decoration: none;
    color: white;
}

/**/
.submenu {
    position: absolute;
    top: 100%;
    left: -44px;
    z-index: 5;
    display: none;
    background-color: #458855;
    padding: 0px;
    margin: 0;
    width: 151px;
    border-radius: 5px;
}

.submenu-service {
    position: absolute;
    top: 100%;
    left: -44px;
    z-index: 5;
    display: none;
    background-color: #458855;
    padding: 0px;
    margin: 0;
    width: 151px;
    border-radius: 5px;
}

.submenu-about-us {
    position: absolute;
    top: 100%;
    left: -44px;
    z-index: 5;
    display: none;
    background-color: #458855;
    padding: 0px;
    margin: 0;
    width: 151px;
    border-radius: 5px;
}

.submenu li {
    position: relative;


    list-style: none;
}

.submenu li a {
    display: block;
    color: white;
    text-decoration: none;

}

.submenu li a:hover {
    background-color: #A8E6C3;
}

.inner-submenu {
    position: absolute;
    top: 0;
    right: 151px;
    z-index: 6;
    display: none;
    background-color: #A8E6C3;
    padding: 0;
    margin: 0;
    width: 130px;
    border-radius: 5px;
}

.inner-submenu li {
    padding: 10px;
}

.inner-submenu li a {
    color: white;
    text-decoration: none;
}

.inner-submenu li a:hover {
    background-color: #458855;
}


.submenu li:hover>.inner-submenu {
    display: block;
}


.slider {
    width: 100%;
    height: 86vh;
    position: relative;
    display: flex;
}

.left-slider {
    width: 50%;
    position: relative;
}

.right-slider {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.left-slider img {
    width: 97%;
    position: absolute;
    z-index: -55;
    left: 0;
    top: -107px;
}


#right-slider-p1 {
    font-weight: 100;
    font-size: 17px;
}

#right-slider-p2 {
    font-size: 75px;
    font-weight: bold;
    color: #2D2D2D;
}


.services {
    width: 100%;
    height: 440px;
    background-image: url("../img/services-background.jpg");
    background-repeat: repeat;
    background-size: contain;
    background-position: right;
    margin-top: 100px;
}

.services-banner h2 {
    color: #2D2D2D;
}

.services-banner p {
    color: #2D2D2D;
}

.services h1 {
    text-align: center;
    color: #2D2D2D;
}

.services h2 {

    color: #2D2D2D;
}

.services-data {
    width: 321px;
    height: 329px;
    background-color: rgb(255 255 255 / 64%);
}

.services-banner {
    display: flex;
    margin-top: 49px;
    gap: 0px;
    justify-content: space-evenly;

}

.services-data i {
    color: #458855;
    font-size: 41px;
}

.services-data i:hover {
    color: #F28C28;
    font-size: 41px;
}


.banner {
    background: linear-gradient(to left, rgba(255, 204, 0, 0.404) 100%, rgba(255, 255, 255, 0)), url('../img/banner.jpg');

    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 285px;
    width: 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    justify-content: space-evenly;
    margin-top: 100px;
}

.banner i,
.banner p {
    color: #ffffff;
    font-size: 35px;
}

.banner-content {
    display: flex;
    align-items: center;
    gap: 9px;
}






.main-project {

    width: 100%;
    margin-top: 100px;
    padding: 20px 0;
}

#main-project-p {
    text-align: center;
    margin-bottom: 22px;
    color: #2D2D2D;
}

.main-project h2 {
    text-align: center;
    margin-top: 15px;
    color: #2D2D2D;
}

.main-project-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-project-content-detail img {
    width: 100%;
    height: auto;
}

.main-row {
    display: flex;
    justify-content: center;

    flex-wrap: wrap;
    gap: 20px;

    width: 100%;
}

.project-list {
    display: flex;
    justify-content: center;
    gap: 62px;
    margin-bottom: 25px;
}

.project-list li {
    color: #3f3d3d;
    cursor: pointer;
    font-family: "yekan";
}

.project-list li:hover {
    text-decoration: underline;
}

.main-project-content-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 409px;
}

.main-project-content-detail:hover {
    transform: scale(1.01);
    filter: brightness(0.7);
    border: #DBE2EF;
    transition: 1s;
}

.hidden {
    display: none;
}


.catalog {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.right-catalog {
    width: 55%;
    margin-right: 46px;
}

.left-catalog {
    width: 45%;
}

.left-catalog img {
    width: 100%;
}

#catalog-p1 {
    font-family: 'yekan';
    font-weight: bolder;
    font-size: 50px;
    color: #2D2D2D;
}

.left-catalog img:hover {
    transform: scale(1.02);
    transition: 2s;
}


.footer {
    width: 100%;
    background-color: #406882;
    height: 275px;
    display: flex;
    background: linear-gradient(to left, #f28d28b4 100%, rgba(255, 255, 255, 0)), url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    margin-top: 100px;
}

.footer-content1 {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-content2 {
    width: 30%;
}

.footer-content3 {
    width: 30%;
}

.footer-content3 iframe {
    margin-top: 29px;
    width: 451px;
    height: 200px;
    border-radius: 10px;
}

.footer-content2 div {
    display: flex;
    align-items: center;
}

.footer-content2 i {
    margin-left: 8px;
}

.footer p {
    color: #DBE2EF;
}

.footer a {
    color: #DBE2EF;
}

.footer i {
    color: #2D2D2D;
    font-size: 28px;
}

.footer h2 {
    color: #2D2D2D;
}




@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    animation: fadeInLeft 5s ease-out;
}


@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    animation: fadeInRight 5s ease-out;
}


@keyframes fadeInTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInTop {
    animation: fadeInTop 5s ease-out;
}


@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInBottom {
    animation: fadeInBottom 5s ease-out;
}


@keyframes fadeInRotate {
    from {
        opacity: 0;
        transform: rotate(-30deg) scale(0.8);
    }

    to {
        opacity: 1;
        transform: rotate(0) scale(1);
    }
}

.fadeInRotate {
    animation: fadeInRotate 5s ease-out;
}


@keyframes fadeInZoom {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fadeInZoom {
    animation: fadeInZoom 5s ease-out;
}


@keyframes fadeInShake {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    50% {
        opacity: 0.5;
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInShake {
    animation: fadeInShake 5s ease-out;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation: fadeIn 5s ease-out;
}


.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}


@keyframes sliderAnimationText {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes servicesAnimation {
    from {
        transform: translateX(20px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bannerAnimation {
    from {
        transform: translateX(20px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.right-slider-content p {
    animation: sliderAnimationText 3s forwards;
}


.show-banner {
    animation: servicesAnimation 5s forwards;
}


.show-catalog {
    animation: servicesAnimation 7s forwards;
}

.show-main-project {
    animation: servicesAnimation 7s forwards;
}


#mainProject {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;

}


#mainProject.show-main-project {
    opacity: 1;
    visibility: visible;
}

.for-animation {

    display: none;

}

.container.active {

    display: block;

}

.disnone {
    display: none;
}

.disblock {
    display: block;
}

#persian {
    display: block;
}

#english {}

.show-en {
    display: block !important;
    z-index: 1;

}

.hide-fa {
    display: none;
}





.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 1000px;
}

.carousel {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: calc(100% / 4);
    transition: opacity 0.5s;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.carousel-btn {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}


.main-carousel {
    display: flex;
    flex-direction: column;
    padding: 80px;
    align-items: center;
    margin-top: 100px;
}

.main-carousel h1 {
    padding-bottom: 85px;
}

.carousel-track {
    display: flex;
    flex-direction: row-reverse;

}

.main-accordion {
    max-width: 64%;
    margin: 50px auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 100px;
}

.main-accordion h1 {
    margin-bottom: 20px;
    color: #333;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-button {
    width: 100%;
    text-align: right;
    background: #458855;
    color: white;
    padding: 15px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.accordion-button:hover {
    background: #5CBC74;
}

.accordion-button i {
    transition: transform 0.3s ease;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    background: #f9f9f9;
    padding: 0 15px;
    font-size: 14px;
    color: #555;
    transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;
}

.accordion-body.show {
    max-height: 500px;
    padding: 15px;
}

.accordion-button.active i {
    transform: rotate(180deg);
}


.section {
    height: 400px;
    width: 100%;
    background: linear-gradient(to left, #A8E6C3 25%, rgba(255, 255, 255, 0)), url('../img/bannerpts.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 100px;
}

.content {
    text-align: center;
}

.content h1 {
    font-size: 2.5rem;
    margin: 0;
    font-weight: bold;
}

.content p {
    font-size: 1.2rem;
    margin-top: 10px;
}



.section-company {
    display: flex;
    align-items: center;
}

img.section-companyimg {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: white;
    margin-left: 20px;
}


.section-company p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30.8px;
}

p#sec-text-petro {
    font-weight: 600;
    font-size: 45px;
}

.section-text {
    position: absolute;
    right: 200px;
    top: 14vh;
}



@media (min-width: 768px) {
    .button-63 {
        font-size: 24px;

    }
}

.button-63 {
    align-items: center;
    background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    width: 123px;
    height: 40px;
    padding: 19px 24px;
    text-decoration: none;

    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    margin-right: 25px;
    position: absolute;
    right: -26px;
    margin-top: 13px;
}


.firstbanner {
    background-image: url(../img/about1.jpg);
    width: 100%;
    height: 490px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top -145px;
    position: relative;
    z-index: -10;

    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -107px;
}

.bannertext {
    font-size: 50px;
    color: #fff;
}

.article-box {
    background: #fff;
    width: 80%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0, 0, 0);
    margin: auto;
    position: relative;
    top: -45px;
}

.article-box h2 {
    margin-top: 0;
    color: #333;
}

.article-box p {
    color: #666;
    line-height: 1.5 !important;

}

img.section-companyimg {
    width: 50px;
    height: 50px;
    border-radius: 20%;
    background-color: #a8e6c3;
    margin-left: 20px;
}


body,
html {
    overflow-x: hidden;
}

.main-project-content-detail img {
    width: 100%;

    height: 285px;

    object-fit: cover;

    border-radius: 8px;

}

.hamburger {
    display: none;
}


@media (min-width: 1400px) {}


@media (max-width: 1200px) {
    #right-slider-p2 {
        font-size: 64px;
    }

    .left-slider img {
        width: 100%;
    }

    #menue-list- {
        gap: 20px;
    }

    .change-langouage {
        left: 65px;
    }

    .services-data {
        width: 319px;

        background-color: rgb(255 255 255 / 64%);
    }

    .services h2 {

        font-size: 21px;
    }

    .main-project-content-detail {
        width: 295px;
    }

    .banner p {

        font-size: 30px;
    }

    #catalog-p1 {
        font-size: 45px;
    }
}


@media (max-width: 992px) {
    #catalog-p1 {
        font-size: 43px;
    }

    .buttom-menue {
        width: 59% !important;


        right: -45px;
        height: 75px;
        border-radius: 50px;
    }

    #menue-list- {
        gap: 10px;
    }

    .top-menue {
        gap: 3px;
    }

    .left-slider img {
        left: -54px;
        width: 125%;
    }

    #right-slider-p2 {
        font-size: 49px;
        position: relative;
        top: -80px;
    }

    .services-banner {
        width: 100%;
    }

    .services-data {
        width: 255px;
    }

    .services h2 {
        font-size: 20px;
    }

    .services-banner p {
        font-size: 15px;
    }

    .main-project-content-detail {
        width: 275px;
    }

    .footer-content3 iframe {
        width: 340px;
    }

    .section-text {
        right: 90px;
    }
}

@media (max-width: 768px) {
    .main-container {
        padding: 0 10px;

    }

    .main-project-content-detail {
        width: 48%;

        margin-bottom: 15px;

    }

    .footer-content3 iframe {
        width: 275px;
        height: 140px;
    }

}



@media (max-width: 768px) {
    .main-project-content-detail img {
        width: 100%;

        height: 200px;

        object-fit: cover;

        border-radius: 10px;

    }

    .main-project-content-detail {
        width: 30%;

        margin: 1%;

        text-align: center;
    }

    .main-row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;

    }

    .main-row {
        gap: 0;
    }

    .left-slider {
        display: block;
    }

    .menue-list {
        display: none;
    }

    .changeLanguageButton {
        display: none;
    }

    .buttom-menue {
        width: 52%;
    }



    .hamburger {
        display: block;
        display: block;
        font-size: 35px;
        color: #DBE2EF;
        position: absolute;
        left: 80px;
    }

    .services-data {
        width: 232px;
        height: auto;
    }

    .services-banner p {
        font-size: 13px;
    }

    .services h2 {
        font-size: 17px;
    }

    .banner-content p {
        font-size: 25px;
    }

    .banner-content i {
        font-size: 25px;
    }

    .banner-content span {
        font-size: 25px;
    }

    #catalog-p1 {
        font-size: 29px;
    }

    .catalog {
        height: 60vh;
    }

    p#sec-text-petro {
        font-weight: 600;
        font-size: 35px;
    }

    .main-carousel {
        display: flex;
        flex-direction: column;
        padding: 80px;
        align-items: center;
        margin-top: 0px;
    }

    .carousel-btn {
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        border: none;
        padding: 6px 7px;
        cursor: pointer;
    }
}


@media (max-width: 576px) {

    .left-slider {
        display: none;
    }

    .right-slider {
        display: grid;
        place-items: center;
        height: 80vh;
        right: 20%;
    }

    #right-slider-p2 {
        font-size: 37px;
        position: relative;
        font-weight: bold;
        top: -32px;
    }

    .services {
        margin-top: 30px;
    }

    .services-banner p {
        font-size: 11px;
    }

    .catalog {
        height: 40vh;
    }

    .right-catalog {
        width: 55%;
        margin-right: 25px;
    }

    .left-catalog {
        width: 64%;
    }

    #catalog-p1 {
        font-size: 20px;
    }

    .section-text {
        right: 40px;
    }

    .main-carousel {
        padding: 33px;
    }

    .footer-content3 {

        display: none;
    }

    .footer-content2 {
        width: 40%;
    }

    .footer-content1 {
        width: 35%;
    }

}


@media (max-width: 727px) and (min-width: 576px) {
    #right-slider-p2 {
        font-size: 35px;
    }

    .left-slider img {
        left: -54px;
        width: 147%;
    }

    .slider {
        width: 100%;
        height: 60vh;
    }
}

@media (max-width: 575px) and (min-width: 320px) {
    .top-menue-content i {
        font-size: 13px;
    }

    .top-menue-content p {
        font-size: 13px;
    }
}

@media (max-width: 420px) and (min-width: 320px) {
    .top-menue-content i {
        font-size: 10px;
    }

    .top-menue-content p {
        font-size: 10px;
    }

}

@media (max-width: 430px) and (min-width: 320px) {
    #menue-logo {
        display: none;
    }

    .buttom-menue {
        display: flex;
        align-items: center;

    }

    .banner p {
        font-size: 20px;
    }

    .banner i {
        font-size: 20px;
    }

}

@media (max-width: 967px) and (min-width: 770px) {
    #catalog-p1 {
        font-size: 30px;
    }

    .left-catalog {
        width: 63%;
    }
}

@media (max-width: 1160px) and (min-width: 769px) {
    .footer-content3 iframe {

        width: 300px;
        height: 200px;

    }
}

@media (max-width: 720px) and (min-width: 576px) {
    .footer-content3 iframe {

        width: 200px;
        height: 150px;

    }
}


.hamburger {
    display: none;
    font-size: 35px;
    color: #DBE2EF;
    position: absolute;

    cursor: pointer;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 75px;
    left: 59px;
    width: 85%;
    background-color: #458855;
    text-align: right;
    padding: 20px;
    z-index: 1000;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu li {
    padding: 10px 0;
    position: relative;
}

.mobile-menu a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px;
}

.mobile-submenu-service,
.mobile-submenu-about-us,
.mobile-submenu,
.mobile-inner-submenu {
    display: none;
    background-color: #5CBC74;
    padding-left: 20px;
}

.mobile-menu.show {
    display: block;
}


@media (max-width: 768px) {
    .menue-list {
        display: none;
    }

    .hamburger {
        display: block;
    }
}

.mobile-submenu-service,
.mobile-submenu-about-us,
.mobile-submenu,
.mobile-inner-submenu {
    display: none;
    background-color: #5CBC74;
    padding-left: 20px;
}


.mobile-submenu-service.show,
.mobile-submenu-about-us.show,
.mobile-submenu.show,
.mobile-inner-submenu.show {
    display: block;
}


.mobile-menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(69, 136, 85, 0.9), rgba(34, 98, 55, 0.9));
    backdrop-filter: blur(10px);
    text-align: right;
    padding: 20px;
    z-index: 1000;
    max-height: 500px;

    overflow-y: auto;

    border-radius: 10px;
}

.mobile-menu ul ul {
    display: none;
    padding-left: 20px;
    transition: max-height 0.3s ease-in-out;
}


.mobile-menu ul ul.show {
    display: block;
}

.mobile-menu.show {
    max-height: 500px;
    opacity: 1;
}


.hamburger i {
    font-size: 30px;
    cursor: pointer;
    color: white;
    transition: transform 0.3s ease;
}

.open-menu {
    display: block;
}

.close-menu {
    display: none;
}


.mobile-submenu-service,
.mobile-submenu-about-us,
.mobile-submenu,
.mobile-inner-submenu {
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.mobile-submenu-service.show,
.mobile-submenu-about-us.show,
.mobile-submenu.show,
.mobile-inner-submenu.show {
    opacity: 1;
}



.project-menu:hover>.submenu {
    display: block;
}


.submenu li:hover>.inner-submenu {
    display: block;
}


.inner-submenu {
    position: absolute;
    top: 0;
    right: 151px;
    z-index: 6;
    display: none;
    background-color: #A8E6C3;
    padding: 0;
    margin: 0;
    width: 130px;
    border-radius: 5px;
}




.mobile-submenu,
.mobile-inner-submenu {
    display: none;
    padding-left: 15px;
    transition: max-height 0.3s ease-in-out;
}

.mobile-submenu.show,
.mobile-inner-submenu.show {
    display: block;
}




@media (max-width: 1390px) and (min-width: 1201px) {
    #menue-list- {
        gap: 16px;
    }


}

@media (max-width: 1175px) and (min-width: 993px) {





    .top-menue {
        gap: 5px;
    }

    .left-slider img {
        width: 119%;
    }

}

@media (max-width: 1088px) and (min-width: 993px) {
    #menue-list- {
        gap: 16px;
    }




    .top-menue {
        gap: 5px;
    }

    .left-slider img {
        width: 119%;
    }

}



@media (max-width: 1060px) and (min-width: 950px) {
    .buttom-menue {
        width: 63%;

    }
}

@media (max-width: 1175px) and (min-width: 1061px) {
    .buttom-menue {
        width: 60%;

    }
}

@media (max-width: 945px) and (min-width: 769px) {
    .buttom-menue {
        width: 60%;

    }

    #menue-list- a {
        font-size: 14px;
    }

    .buttom-menue {
        width: 60%;

        display: flex;
        align-content: center;
        align-items: center;
    }

    #menue-logo {
        width: 140px;
    }
}


@media (max-width: 768px) {
    .right-slider {
        display: grid;
        place-items: center;
        height: 78vh;
        left: -15px;
    }
}

@media (max-width: 768px) {
    .bannertext {
        font-size: 35px;
    }
}





.chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;

    padding: 40px;
    border-radius: 15px;

}

.person {
    background: linear-gradient(135deg, #5CBC74, #2F6B4F);
    color: white;
    padding: 20px 50px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.person:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.sub-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}


.article-box {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
}

.article-box h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}


.article-box p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    text-align: justify;
}

.sokhanemodir {
    width: 35%;

    height: 375px;
    border-radius: 10px;


    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-right: 45px;

}

.heyaat-modire {
    width: 100%;
}

.sokhanemodir {
    width: 35%;
    height: auto;
    max-width: 375px;

    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-right: 45px;
    transition: all 0.3s ease-in-out;
}


@media screen and (max-width: 768px) {
    .article-box {
        flex-direction: column;
        align-items: center;
    }

    .sokhanemodir {
        width: 80%;

        margin: 20px auto;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    .sokhanemodir {
        height: 375px;
    }
}


.project-details {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: right;
}

.project-details img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.project-details h2 {
    color: #1A374D;
}

.project-details h3 {
    color: #1A374D;
}

.project-details p {
    line-height: 1.8;

}

#description-container {
    display: flex;
    gap: 10px;

    align-items: center;
}

#liner {
    width: 1.5px;
    background-color: #406882;
    height: 25px;
    margin: 0 10px;
}

#description-container h3 {
    width: 118px;
}

.details-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.details-images img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.details-images img:hover {
    transform: scale(1.1);
}

#imageOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#overlayImage {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.footer {
    margin-top: 87px;
}

.details-images img:hover {
    transform: scale(1.1);
}


@media (max-width: 992px) {
    .project-details {
        width: 90%;
        padding: 15px;
    }

    .details-images {
        grid-template-columns: repeat(2, 1fr);
    }

    .details-images img {
        width: 130px;
        height: 130px;
    }
}


@media (max-width: 768px) {
    .project-details {
        width: 95%;
        padding: 10px;
    }

    .details-images {
        grid-template-columns: repeat(1, 1fr);
    }

    .details-images img {
        width: 100%;
        height: auto;
    }

    .footer {
        margin-top: 50px;
    }
}



.projects-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 200px;
}

.project-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
}

.project-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.project-card p {
    background-color: #1A374D;
    color: #fff;
    margin: 0;
    padding: 10px;
    height: 100%;
}

.no-projects {
    margin-top: 20px;
    color: red;
    font-size: 18px;
}

#description-container h3 {
    width: 118px;
}

@media (max-width: 1200px) {
    .projects-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .projects-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-card img {
        height: 140px;
    }
}

@media (max-width: 768px) {
    .projects-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .project-card {
        width: 90%;
        margin: 0 auto;
    }

    .project-card img {
        height: 130px;
    }
}

@media (max-width: 480px) {
    .projects-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .project-card {
        width: 95%;
    }

    .project-card img {
        height: 120px;
    }

    .project-card p {
        font-size: 14px;
        padding: 8px;
    }
}

#hproject {
    text-align: center;
}



#test{
    background: #fff;
    width: 80%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0, 0, 0);
    margin: auto;
    position: relative;
    top: -45px;
}

@media (min-width: 1850px) {
    .buttom-menue {
        width: 40%;
    }
}


@media (max-width: 1850px) and (min-width: 1550px){
    .buttom-menue {
        width: 45%;
    }
}


@media screen and (max-width: 500px) {
    .services {
        background-repeat: repeat-x;
        padding: 10px;
        overflow: hidden;
        height: 90vh;
    }

    .services-banner {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        gap: 20px;
        margin: 0 auto;
    }

    .services-data {
        width: 100%;
        max-width: 350px;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .services-data i {
        margin: 0 auto 10px auto;
        display: block;
        font-size: 36px;
        color: #1e6f5c;
    }

    .services h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .services-banner {
        background: url("../img/services-bg.png") no-repeat center;
        background-position: bottom;
        background-size: contain;
        background-size: cover;
    }
}

@media (max-width: 430px) and (min-width: 320px) {
    .mobile-menu {
        top: 40px;
    }
}

@media screen and (max-width: 500px) {
    .project-list {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        padding: 10px 0;
        margin: 10px 0;
        gap: 10px;
        justify-content: flex-start;
    }

    .project-list li {
        min-width: fit-content;
        padding: 8px 16px;
        background: #e6e6e6;
        border-radius: 20px;
        cursor: pointer;
        flex: 0 0 auto;
        margin: 0 5px;
        white-space: nowrap;
    }

    .main-project-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .main-project-content-detail {
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .main-project-content-detail img {
        width: 100%;
        height: auto;
        display: block;
    }

    .main-project-content-detail p {
        padding: 10px;
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .main-project-content-detail img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .banner {
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
    }

    .banner-content {
        font-size: 18px;
    }

    .banner-content i {
        font-size: 30px;
    }

    .banner-content span p {
        font-size: 24px;
    }
}

@media screen and (max-width: 864px) and (min-width: 769px) {
    .main-project-content-detail {
    width: 27%;
    margin: 1%;
    text-align: center;
    }
}

@media screen and (max-width: 1267px) and (min-width: 1200px) {
    .main-project-content-detail {
    width: 27%;
    margin: 1%;
    text-align: center;
    }
}


@media screen and (max-width: 500px) {
    .section {
        padding: 20px;
        text-align: center;
        background: linear-gradient(to left, #a8e6c3ad 100%, rgba(255, 255, 255, 0)), url(../img/bannerpts.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .footer {
        height: 336px;
    }

    .section-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .section-company {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .section-companyimg {
        width: 120px;
        height: auto;
    }

    .button-63 {
        width: 100%;
        max-width: 250px;
        font-size: 16px;
        padding: 10px;
    }

    #sec-text-petro {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .section-company p {
        font-size: 16px;
    }
}

