﻿html {
    scroll-behavior: smooth;
}

.page-content {
    padding: 6rem 0;
}

.landing-banner {
    padding: 6rem 6rem;
}

.banner-wrapper {
    position: relative;
    min-height: 200px;
}

.video-banner {
    border-radius: 16px;
    clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
}

.svg-wrapper {
    clip-path: polygon(0% 0%, 74% 0, 100% 22%, 100% 100%, 26% 100%, 0 82%);
    width: 400px;
    height: 400px;
    margin: 0 auto;
}

    .svg-wrapper iframe {
        background: rgba(255, 255, 255);
        border: none;
        border-radius: 20px;
    }



.video-background {
    border-radius: 16px;
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 100% 100%, 0 100%, 0 26%);
}

.ad-boxes-section {
    padding: 6rem 0 0 0;
}

.icon-box-icon i {
    color: #2D4F46;
}

.icon-box-icon::after {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #E8B237;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.icon-box-title {
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-bottom: 0.7rem;
}

.icon-box-content p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: -.01em;
}

.about-us-section {
    padding: 6rem 0;
}

.about-us-wrapper {
    display: flex;
    justify-content: center;
}

.my-line::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    margin-right: -30px;
    rotate: 90deg;
    border-radius: 50px;
    background: #E8B237;
}

.about-us-wrapper__info {
    padding: 16px;
}

    .about-us-wrapper__info h2 {
        margin-right: 40px;
    }

.text-image-wrapper {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    padding: 16px;
    position: relative;
    z-index: 1;
}

    .text-image-wrapper::after {
        content: '';
        border-radius: 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url(../images/backgrounds/IMG_1932.webp);
        background-size: cover;
        background-repeat: no-repeat;
        clip-path: polygon(30% 0, 100% 0, 100% 85%, 75% 100%, 0 100%, 0 20%);
        z-index: -1;
    }

.text-image {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    padding: 24px;
    background-clip: border-box;
}

    .text-image::after {
        content: "";
        position: absolute;
        border-radius: 16px;
        left: 16px;
        right: 16px;
        top: 16px;
        bottom: 16px;
        clip-path: polygon(30% 0, 100% 0, 100% 85%, 75% 100%, 0 100%, 0 20%);
        background-color: rgba(255, 255, 255, 1);
        z-index: -1;
    }

.text-image__counter {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    font-size: 180px;
    line-height: 85%;
    font-weight: 900;
    overflow: hidden;
    text-align: center;
    margin-bottom: 16px;
}

.text-image h2 {
    margin-top: 8px;
    margin-right: 24px;
}

@supports (-webkit-background-clip: text) {
    .text-image__counter {
        -webkit-text-fill-color: transparent;
        background: url(../images/backgrounds/IMG_1932.webp) 100% no-repeat text;
    }
}

.services-section {
    padding: 6rem 0;
    background-color: #2D4F46;
}

.services-container {
    position: relative;
    margin: 0 -1rem 0;
    transition: height .4s;
}

    .services-container::after {
        display: block;
        clear: both;
        content: '';
    }

.service-item {
    float: left;
    margin-bottom: 2rem;
}

    .service-item:hover {
        .service

{
    background-color: #F5F5F5;
}

.service-title {
    color: #333;
}

.service-tags p {
    color: #555;
}

}

.service {
    position: relative;
    background-color: #4B6860;
    border-radius: 20px;
    padding: 1.8rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-media {
    margin: 0;
}

    .service-media > a {
        position: relative;
        display: block;
        overflow: hidden;
        outline: none !important;
    }

        .service-media > a:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 1;
            background-color: #444444;
            visibility: hidden;
            opacity: 0;
            transition: all 0.45s ease;
        }

    .service-media img {
        display: block;
        max-width: none;
        width: 100%;
        height: auto;
        border-radius: 16px;
        clip-path: polygon(0% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 20%);
    }


/* .service-item:hover .service-media>a:after {
    visibility: visible;
    opacity: .4;
  } */


.service-content {
    text-align: right;
    padding: 0 0 1.8rem 0;
    transition: all 0.45s ease;
}

.service-title {
    color: #fff;
    font-family: "dana";
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-bottom: 0.7rem;
}

    .service-title a {
        color: inherit;
    }

        .service-title a:hover,
        .service-title a:focus {
            color: #e8b237;
        }

.service-tags p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: -.01em;
    color: #C9D5D6;
}

.service-tags a {
    color: #e8b237;
    transition: all .35s ease;
}

    .service-tags a:hover,
    .service-tags a:focus {
        color: #e8b237;
        box-shadow: 0 1px 0 #e8b237;
    }



.event-section {
    padding: 6rem 0 8rem;
}

.event-wrapper {
    display: flex;
    align-items: center;
}

.event-wrapper__info {
    padding: 0 2rem;
}

    .event-wrapper__info h3 {
        font-size: 18px;
        text-align: right;
    }

.portfolio-section {
    padding: 6rem 0;
    background-color: #F5F5F5;
}

    .portfolio-section .entry-media img{
        height:360px;
        padding: 0 1rem;
    }

    .contact-us-section {
        padding: 6rem 0;
        background-color: #F5F5F5;
    }

.contact-us-wrapper {
    padding: 0 1rem;
}

.contact-us-wrapper__info {
    padding: 5rem 3rem;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-self: center;
}

    .contact-us-wrapper__info::after {
        content: '';
        border-radius: 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 15%);
        z-index: -1;
        background-color: #2D4F46;
    }

.contact-list p {
    color: #C4CECB;
}

.contact-list__box p:first-child {
    color: #F5F5F5;
}

.contact-list i {
    color: #F5F5F5;
    font-size: 24px;
}

.contact-list-wrapper .social-icons {
    margin-top: 2rem;
}

.contact-list-wrapper .social-icon {
    width: 48px;
    height: 48px;
    background-color: #E8B237;
    border-radius: 50%;
}

    .contact-list-wrapper .social-icon i:hover {
        color: #F5F5F5;
    }

    .contact-list-wrapper .social-icon i {
        color: #C4CECB;
        font-size: 24px;
        padding: 0.2rem;
        background-color: #242424;
        border-radius: 50%;
    }



.contact-us-wrapper__form {
    padding: 16px 32px;
}


.phone-link {
    text-spacing-trim: 2rem;
}

@media only screen and (max-width: 575px) {
    .workflow-item {
        margin-bottom: 10rem !important;
    }

    .workflow-item-box::after {
        rotate: 90deg;
        left: 0 !important;
        right: 0;
        bottom: -125%;
    }
}

@media only screen and (max-width: 480px) {
    .landing-banner {
        padding: 0;
        padding-bottom: 6rem;
    }

    .banner-content {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8rem 0;
        right: 0;
    }

    .svg-wrapper {
        padding: 0 2rem;
    }

    .about-us-wrapper__info {
        padding: 0 3rem 3rem 3rem;
    }

    .contact-us-wrapper__form {
        margin-top: 6rem;
    }
}

svg * {
    opacity: 1 !important;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    #loader img {
        width: 360px;
        height: auto;
    }




.blog-section {
    padding-top: 6rem;
}

    .blog-section .entry-title a {
        font-family: "dana";
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 2.4rem;
        letter-spacing: -.01em;
        margin-bottom: 0.7rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 3em;
    }

/*    About Us Page     */



.video-wrapper {
    padding: 6rem 0;
}


.workflow-wrapper {
    padding: 6rem 0;
    background-color: #F5F5F5;
}

.workflow {
    display: flex;
    justify-content: space-evenly;
}

.workflow-item {
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
}

.workflow-item-box::after {
    content: "";
    width: 60px;
    border: solid #2D4F46 1px;
    position: absolute;
    left: -150%;
}

.workflow-item:last-child .workflow-item-box::after {
    display: none;
}

.workflow-item-box {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

    .workflow-item-box img {
        background: #2D4F46;
        padding: 1.8rem;
        width: 70px;
        border-radius: 50%;
    }

    .workflow-item-box span {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #E8B237;
        color: #000;
        position: absolute;
        right: -15px;
        text-align: center;
        line-height: 30px;
        border: 2px solid #fff;
    }

.workflow-title {
    color: #333;
    font-family: "dana";
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-bottom: 0.7rem;
    text-align: center;
    margin-top: 1.5rem;
}

.workflow p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: -.01em;
    text-align: justify;
    width: 260px;
    margin: 0 auto;
}

/*    Blog Page     */

.entry-title__blog {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* فقط دو خط */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}

.entry-media__article img {
    height: auto;
    clip-path: polygon(15% 0, 100% 0, 100% 80%, 85% 100%, 0 100%, 0 25%);
}

.entry-meta__article {
    justify-content: center;
}

/*    Services Page     */
.services-page .service {
    background-color: #F5F5F5;
}

.services-page .service-title {
    color: #000;
}

.services-page .service-tags p {
    color: #676767;
    height: 63px;
}

.services-page .service-item:hover {
    .service

{
    background-color: #4B6860;
}

.service-title {
    color: #fff;
}

.service-tags p {
    color: #C9D5D6;
}
}


/*    Project Page     */
.entry-project .entry-content p{

    display: -webkit-box;
    -webkit-line-clamp: none;
    -webkit-box-orient: none;
    overflow: none;
    text-overflow: none;
    font-size: 16px;
    line-height: 24px;
    height: auto;
}
.entry-project .editor-content p {
    text-align: justify;
}

.entry-project .project-features h3{
    font-family: "dana";
    font-weight: bold;
    font-size: 16px;
}

.entry-project .entry-media img{
    height: auto;
    max-height: 440px;
}

.entry-project .project-features .project-features-list li{
    color: #404040;
}

.entry-project .project-features .project-features-list i{
    font-size: 18px;
    color: #E8B237;
}

.entry-project .customized-content{
margin-top: 2rem;
}

.entry-project .customized-content .customized-content-title{
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-bottom: 0.7rem;
    position: relative;
}

.entry-project .customized-content .customized-content-title::before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E8B237;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.entry-project .customized-content .customized-content-title i{
    margin-left: 1rem;
}


.entry-project .customized-content-list{
    text-align: right;
}

.entry-project .customized-content-list li{
text-align: justify;
}

.entry-project p i{
    font-size: 32px;
    color: #2D4F46;
}

.entry-project .customized-content-list li span{
color: #000;
}

.entry-project .gallery-wrapper{
    display: flex;
    align-items: center;
    margin: 2rem 0 3rem;
}

.entry-project .gallery-wrapper .vertical-img img{
    clip-path: polygon(30% 0, 100% 0, 100% 85%, 75% 100%, 0 100%, 0 20%);
    border-radius: 16px;
}

.entry-project .gallery-wrapper .horizontal-img img{
    clip-path: polygon(15% 0, 100% 0, 100% 80%, 85% 100%, 0 100%, 0 25%);
    border-radius: 16px;
}


.projetcs .entry-media img{
    height: 320px;
}

