@charset "utf-8";
/* CSS Document */
@import "../font/vazir/font-face.css";
@import "../font/yekan-bakh/fontiran.css";
@import "all.min.css";

* {
    font-family: 'Vazir';
}


h1, h2, h3, h4, h5 {
    font-family: "Yekan Bakh";
}

a {
    text-decoration: none !important;
}

/* Loader */

#preloader {
    background: rgba(2, 80, 119, .7) no-repeat center center;
    height: 100%;
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 1021;
}

#preloader img {
    height: 80px;
}

.loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 10px auto;
    position: relative;
    color: #009799;
    left: -100px;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
    0% {
        box-shadow: 0px 0 rgba(40, 182, 255, 0), 0px 0 rgba(40, 182, 255, 0), 0px 0 rgba(40, 182, 255, 0), 0px 0 rgba(40, 182, 255, 0);
    }
    12% {
        box-shadow: 100px 0 #d7b277, 0px 0 rgba(40, 182, 255, 0), 0px 0 rgba(40, 182, 255, 0), 0px 0 rgba(40, 182, 255, 0);
    }
    25% {
        box-shadow: 110px 0 #d7b277, 100px 0 #d7b277, 0px 0 rgba(40, 182, 255, 0), 0px 0 rgba(40, 182, 255, 0);
    }
    36% {
        box-shadow: 120px 0 #d7b277, 110px 0 #d7b277, 100px 0 #d7b277, 0px 0 rgba(40, 182, 255, 0);
    }
    50% {
        box-shadow: 130px 0 #d7b277, 120px 0 #d7b277, 110px 0 #d7b277, 100px 0 #d7b277;
    }
    62% {
        box-shadow: 200px 0 rgba(40, 182, 255, 0), 130px 0 #d7b277, 120px 0 #d7b277, 110px 0 #d7b277;
    }
    75% {
        box-shadow: 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 130px 0 #d7b277, 120px 0 #d7b277;
    }
    87% {
        box-shadow: 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 130px 0 #d7b277;
    }
    100% {
        box-shadow: 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0);
    }
}

/*slick slider*/

.slick-dots li {
    margin: 2px;
}

.slick-dots li.slick-active button:before {
    color: #d7b277;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .6));
}

.slick-dots li button:before {
    font-size: 35px;
    color: #d7b277;
}

.slick-initialized .slick-slide:focus {
    outline: none;
}

.slick-arrow:before {
    color: #d7b277;
}

.main-back {
    background-image: url("../img/back4.webp");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

/* main-header */

.before-header svg {
    font-size: 24px;
    color: #d7b277;
}

.before-header img {
    max-height: 30px;
}

.before-header strong {
    font-size: 14px;
    letter-spacing: 2px;
}

.main-menu {
    background-image: linear-gradient(180deg, rgba(52, 58, 64, 0.95) 0, transparent 100%);
}

.main-menu ul.navbar-nav > li.active {
    background: #343a40;
    border-radius: 4px;
}

.main-menu .menu-item-has-children ul.dropdown-menu {
    background: #343a40;
    margin: 0;
    min-width: 200px;
}

.main-menu .menu-item-has-children:hover ul.dropdown-menu {
    display: block;
}

.main-menu .menu-item-has-children ul.dropdown-menu li {
    text-align: right;
}

.main-menu .navbar .navbar-toggler {
    padding: 0.55rem 0.55rem;
}

.main-menu .navbar .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid white;
    transition: all 300ms linear;
}

.main-menu .navbar .navbar-toggler-icon:after,
.main-menu .navbar .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: white;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.main-menu .navbar .navbar-toggler-icon:after {
    top: 8px;
}

.main-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.main-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.main-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.main-menu .navbar-brand img {
    max-height: 44px;
    object-fit: cover;
    width: 100%;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .55));
}

/* ---------- Frontpage Top Slider ---------- */

.topslider-edit {
    margin-top: -78px;
    margin-bottom: -30px;
    position: relative;
}

.topslider-edit .slider66 a {
    height: 750px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.topslider-edit .slider66 img {
    height: 750px;
    width: 100%;
    object-fit: cover;
    animation: zoom-in-zoom-out 15s ease-out infinite;
}

.topslider-edit .slick-dots {
    bottom: 135px;
}

/* Frontpage Works Counter */

.works-counter {
    background-image: linear-gradient(rgba(52, 58, 64, 0.05), rgba(52, 58, 64, 0.95));
    position: absolute;
    bottom: 0;
    /*min-height: 150px;*/
}

.works-counter > div > div:not(:first-child) {
    border-right: solid 1px #d7b277;
}

.rtlclass > div > div:not(:first-child) {
    border-right: 0;
    border-left: solid 1px #d7b277;
}

.works-counter strong {
    font-size: 48px;
}

.works-counter strong,
.works-counter span {
    color: white;
}

/* Frontpage About Us first section */

.front-first-about {
    background-image: linear-gradient(rgba(13, 81, 115, .2), rgba(13, 81, 115, 0)), url("../img/back-gray2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.front-first-about img {
    filter: drop-shadow(2px 2px 4px white);
    max-height: 220px;
}

.front-first-about h1 {
    font-weight: 700;
    font-size: 48px;
    color: #d7b277;
    filter: drop-shadow(2px 2px 4px white);
}

.front-first-about .first-about-video iframe {
    border-radius: 16px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    max-height: 500px;
}

/* Frontpage Features */

.frontpage-features-section {
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
}

.frontpage-features:not(:first-child) {
    border-right: solid 1px #d7b277;
}

.rtlfrontpage-features:not(:first-child) {
    border-right: 0;
    border-left: solid 1px #d7b277;
}

.frontpage-features svg {
    font-size: 48px;
    color: #d7b277;
}

/* Frontpage Projects */

.front-projects {
    position: relative;
    z-index: 0;
    background-image: linear-gradient(rgba(2, 80, 119, .7), rgba(2, 80, 119, .7)), url("../img/back-3.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.front-projects .projects-title h3 {
    color: white;
    border-bottom: solid 2px #d7b277;
    font-size: 36px;
}

.front-projects .projects-title img {
    max-height: 220px;
    object-fit: scale-down;
    filter: drop-shadow(2px 7px 2px rgba(0, 0, 0, 0.3));
}

.front-projects .projects-title a {
    background: #d7b277;
    object-fit: scale-down;
    border-radius: 8px;
    filter: drop-shadow(2px 7px 2px rgba(0, 0, 0, 0.3));
    transition: .5s;
}

.projects-slider .pro-slide {
    background: rgba(230, 230, 230, .4);
    outline: 1px solid rgba(255, 255, 255, .6);
    border-radius: 16px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.projects-slider .pro-slide a.project-pic {
    display: block;
    height: 300px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.projects-slider .pro-slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: .6s;
}

.projects-slider .pro-slide:hover img {
    transform: scale(1.1);
}

.projects-slider .pro-slide .projects-slider-btn {
    background: #025077;
    min-height: 55px;
    border-radius: 8px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.projects-slider .pro-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}

.projects-slider .pro-slide:hover::before {
    left: 100%;
}

.projects-slider .pro-slide svg {
    font-size: 18px;
    color: #d7b277;
}

.projects-slider .slick-dots {
    bottom: -44px;
}

.projects-slider .slick-prev, .projects-slider .slick-next {
    bottom: -10%;
    top: unset;
}

/* Frontpage Why Us */

.front-why-us .why-us-title {
    border-bottom: 1px solid #d7b277;
}

.front-why-us .why-us-title img {
    height: 40px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .7));
}

.front-why-us .why-us-list .why-us-list-item {
    background: rgba(255, 255, 255, .4);
    outline: 1px solid rgba(255, 255, 255, .6);
    border-radius: 8px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    overflow: hidden;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}


.front-why-us .why-us-list svg {
    font-size: 42px;
    color: #d7b277;
}

.front-why-us .why-us-list strong {
    font-size: 24px;
}

.front-why-us .front-why-us-contact {
    border-radius: 8px;
    background-image: linear-gradient(-40deg, rgba(0, 0, 0, .65) 10%, rgba(0, 0, 0, .45) 30%, rgba(0, 0, 0, .5) 55%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .75) 100%);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
    backdrop-filter: blur(7px);
    overflow: hidden;
}

.front-why-us .front-why-us-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
    animation: shine-animation 4s ease-out infinite;
}

.front-why-us .front-why-us-contact h4 {
    color: #d7b277;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
    font-weight: bolder;
}

.front-why-us .front-why-us-contact a {
    color: white;
    border: solid 1px #d7b277;
    border-radius: 8px;
    background: rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.front-why-us .front-why-us-contact a svg {
    color: #d7b277;
    font-size: 24px;
}

/* Frontpage Brands Used */

.brands-used {
    background: rgba(255, 255, 255, .4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.brands-used img {
    height: 90px;
    object-fit: scale-down;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .3));
    margin-bottom: 9px;
}

/* Frontpage Ongoing Projects */

.ongoing-projects-title h3 {
    border-bottom: 2px solid #d7b277;
}

.ongoing-projects-title img {
    max-height: 80px;
    object-fit: scale-down;
}

.ongoing-projects-card {
    background: rgba(255, 255, 255, .7);
    border-radius: 16px;
}

.ongoing-projects-div:not(:first-child) {
    border-right: dotted 1px #d7b277;
}


.ongoing-projects-rtl:not(:first-child) {
    border-right: 0;
    border-left: dotted 1px #d7b277;
}

.ongoing-projects-card .project-title svg {
    color: #d7b277;
}

.ongoing-projects-card .project-title h4 {
    font-size: 1.7rem;
    color: #025077;
    font-weight: 800;
}

.ongoing-projects-card .ongoing-opportunity {
    border-radius: 8px;
}

/* Circle Counter */

.progress-bar--container {
    display: flex;
    justify-content: center;
}

#progress--circle {
    stroke-dashoffset: 100;
    stroke-linecap: round;
}

#progress--text {
    fill: #d7b277;
    font-weight: 750;
    font-size: 5.5px;
    transform-origin: center;
    transform: rotate(90deg);
}

.progress-bar--container svg {
    transform: rotate(-90deg);
}

.progress-bar--container svg circle {
    filter: drop-shadow(-2px 1px 1px rgba(0, 0, 0, 0.2));
}

.meter-info {
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #eaeaea;
    padding: 30px 20px;
}

#meter--ranger {
    width: 100%;
}

/*  Front Contact Section  */

.front-contact-section {
    position: relative;
    background-image: linear-gradient(rgba(2, 80, 119, .8), rgba(2, 80, 119, .8)), url("../img/back-3.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.front-contact-btn a {
    background: #d7b277;
    margin: 5px;
    height: 42px;
    width: 42px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    transition: .4s;
    border-radius: 4px;
}

.front-contact-btn a svg {
    font-size: 28px;
    color: #025077;
}

/* Frontpage Article Slider */

.front-article-slider .article-slider-title h3 {
    border-bottom: 2px solid #d7b277;
}

.front-article-slider .article-slider-title svg {
    font-size: 52px;
}

.front-article-slider .article-slide {
    border-radius: 16px;
    background: rgba(255, 255, 255, .4);
    backdrop-filter: blur(7px);
    outline: 1px solid rgba(255, 255, 255, .7);
}

.front-article-slider .article-slide .article-slide-image {
    height: 220px;
    width: 100%;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .25);
    border-radius: 8px;
    overflow: hidden;
}

.front-article-slider .article-slide .article-slide-image img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.front-article-slider .article-slide:hover .article-slide-image img {
    transform: scale(1.1);
}

.front-article-slider .article-slide .article-slide-content {
    min-height: 220px;
}

.front-article-slider .article-slide p {
    color: grey;
}

.comment-respond input.submit,
.front-article-slider .article-slide .article-slider-btn {
    background: #025077;
    color: white;
    border-radius: 8px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.comment-respond input.submit:hover,
.front-article-slider .article-slide:hover .article-slider-btn {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(94, 96, 206, 0.4);
}

.front-article-slider .article-slide .article-slider-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
}

.comment-respond input.submit:active,
.front-article-slider .article-slide .article-slider-btn:active {
    transform: translateY(-1px);
}

.front-article-slider .article-slide:hover .article-slider-btn::before {
    left: 100%;
}

/* --------- Single Project --------- */

.single-project-top {
    min-height: 550px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    border-radius: 16px;
    margin-top: -58px;
}

.single-project-top .single-project-top-info,
.single-project-top .single-project-top-video {
    background: rgba(255, 255, 255, .4);
    outline: 1px solid rgba(255, 255, 255, .6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 8px;
}

.single-project-top .single-project-top-info h1 {
    color: #025077;
    font-weight: 700;
    font-size: xx-large;
}

.single-project-top .single-project-top-video iframe {
    width: -webkit-fill-available;
    border-radius: 8px;
}

.single-project-image img {
    max-height: 650px;
    object-fit: scale-down;
    border-radius: 6px;
    width: auto;
}

.comment-form-edit,
.single-project-image,
.single-project-content {
    background: rgba(255, 255, 255, .5);
    outline: 1px solid rgba(255, 255, 255, .6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}

.posts-share-icons a {
    background: #025077;
    height: 38px;
    width: 38px;
    transition: .4s;
    border-radius: 4px;
}

.posts-share-icons a svg {
    font-size: 24px;
    color: #d7b277;
}

/* --------- About Us --------- */

.about-us-top {
    min-height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    border-radius: 16px;
    margin-top: -58px;
}

.about-us-top .about-us-title img {
    height: 350px;
    object-fit: scale-down;
}

.about-us-top .about-us-title h1 {
    font-weight: bold;
    color: #d7b277;
}

.about-us-top .about-us-title p {
    font-size: larger;
}

{
    color: #025077
;
    font-weight: 700
;
    font-size: xx-large
;
}

.about-us-content,
.about-us-title {
    background: rgba(255, 255, 255, .4);
    outline: 1px solid rgba(255, 255, 255, .6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 8px;
}

.about-us-content .about-us-video {
    background: rgba(255, 255, 255, .4);
    outline: 1px solid rgba(255, 255, 255, .6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.about-us-content .about-us-video iframe {
    border-radius: 8px;
}

.about-us-top .about-us-content .about-us-video iframe {
    width: -webkit-fill-available;
    border-radius: 8px;
}

.about-us-ceo {
    background: rgba(255, 255, 255, .4);
    outline: 1px solid rgba(255, 255, 255, .6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.about-us-ceo img {
    height: 300px;
    width: 300px;
    filter: grayscale(1);
    border-radius: 8px;
    object-fit: cover;
    transition: .9s;
}

.design-team-members img,
.about-us-members img {
    height: 280px;
    width: 280px;
    filter: grayscale(1);
    border-radius: 8px;
    object-fit: cover;
    transition: .9s;
    outline: solid 4px rgba(225, 225, 225, 0.7);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    opacity: .8;
}

.design-team-members img {
    height: 150px;
    width: 150px;
}

.design-team-members:hover img,
.about-us-ceo:hover img,
.about-us-members:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.team-members-title svg {
    color: #d7b277;
    font-size: 32px;
}


/* --------- Singular --------- */

.single-post-main {
    position: relative;
}

.single-post-top {
    min-height: 100vh;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    margin-top: -78px;
}

.single-post-edit {
    border-radius: 16px;
}

.single-post-edit .card-footer a {
    height: 42px;
    width: 42px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    transition: .4s;
    border-radius: 4px;
}

.single-post-edit .card-footer svg {
    font-size: 26px;
    color: #d7b277;
}

.comment-respond h3 {
    color: #025077 !important;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.comment-respond input, .comment-respond .comment-form-comment textarea {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 0 !important;
    width: 100% !important;
    overflow: visible;
    padding: 8px;
    border-radius: 8px;
    background: rgba(230, 230, 230, .4);
    outline: 1px solid rgba(255, 255, 255, .6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.comment-respond input.submit {
    width: auto !important;
    float: left;
    padding: 6px 16px;
}

.comment-reply-link {
    float: left;
    transition: 0.3s;
    font-size: 13px;
    color: #025077 !important;
    border: solid 1px #025077;
    padding: 6px 12px;
    border-radius: 8px;
}

.comment-reply-link:hover {
    background: #025077 !important;
    color: #fff !important;
}

.user-comment-content p {
    margin-bottom: 0;
}

.comments-pagination-edit {
    clear: both;
    text-align: center;
}

.comments-pagination-edit .pagination {
    display: inline-block;
}

.comments-pagination-edit .pagination .page-numbers {
    border: solid 1px #93a8c3;
    margin: 0 -1.5px !important;
    padding: 4px 9px 0 9px;
    border-radius: 6px !important
}


/* --------- Personal Page --------- */

.personal-page-edit {
    background: rgba(255, 255, 255, .4);
    outline: 1px solid rgba(255, 255, 255, .6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 16px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}


.personal-page-edit .personal-image img {
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
    border: 3px solid rgba(255, 255, 255, .6);
}

.personal-page-edit .personal-page-logo img {
    height: 150px;
    object-fit: scale-down;
}

.personal-page-edit .personal-page-qr img {
    height: 200px;
    object-fit: scale-down;
}

.personal-page-footer {
    position: fixed;
    bottom: 12px;
    left: 0;
    right: 0;
}

.personal-page-footer .personal-contact-btn {
    gap: 16px;
    background-color: #025077;
    border-radius: 8px;
}

.personal-page-footer .personal-contact-btn a {
    background: #d7b277;
    margin: 5px;
    height: 42px;
    width: 42px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    transition: .4s;
    border-radius: 4px;
}

.personal-page-footer .personal-contact-btn svg {
    font-size: 28px;
    color: #025077;
}


/* --------- Contact us --------- */

.contact-us-form,
.contact-us-map,
.contact-side-content {
    background: rgba(230, 230, 230, .4);
    outline: 1px solid rgba(255, 255, 255, .6);
    border-radius: 16px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.contact-side-content svg {
    font-size: 22px;
    color: #025077;
}

.contact-side-content .social-contact svg {
    font-size: 32px;
}

.contact-us-form li label {
    display: none !important;
}

.contact-us-form li textarea,
.contact-us-form li input {
    border-radius: 8px;
    border: none !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    padding: 12px 8px !important;
    margin-left: 0;
}

.contact-us-form .gform_footer {
    padding: 0 !important;
}

.contact-us-form .gform_footer input {
    border-radius: 8px;
    border: none !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    padding: 12px 28px !important;
    background: #025077;
    color: white;
    float: left;
    margin-left: 0;
}

.contact-us-map iframe {
    width: 100%;
    padding: 0;
    border-radius: 8px;
}

/* --------- Projects Category --------- */

.project-archive-top h1 {
    font-size: 34px;
}

.projects-categories .projects-category-card {
    background: rgba(230, 230, 230, .4);
    outline: 1px solid rgba(255, 255, 255, .6);
    border-radius: 16px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.projects-categories .projects-category-card a.project-pic {
    display: block;
    height: 300px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.projects-category-card img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: .6s;
}

.projects-category-card:hover img {
    transform: scale(1.1);
}

.projects-category-card .projects-slider-btn {
    background: #025077;
    min-height: 55px;
    border-radius: 8px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.projects-category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}

.projects-category-card:hover::before {
    left: 100%;
}

.projects-category-card svg {
    font-size: 18px;
    color: #d7b277;
}

/* استایل فرم فیلتر پروژه */
.projects-filter-edit form[method="GET"] {
    background: #f9f9f9;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: fit-content;
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.projects-filter-edit form[method="GET"] label {
    font-weight: 600;
    color: #333;
    align-self: center;
}

.projects-filter-edit form[method="GET"] select {
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
    min-width: 180px;
    transition: border-color 0.3s ease;
    cursor: pointer;
}

.projects-filter-edit form[method="GET"] select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px #007bff;
}

.projects-filter-edit form[method="GET"] button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: center;
}

.projects-filter-edit form[method="GET"] button:hover {
    background-color: #0056b3;
}


/* --------- Category --------- */

.archive-card {
    border-radius: 16px;
    background: rgba(255, 255, 255, .4);
    backdrop-filter: blur(7px);
    outline: 1px solid rgba(255, 255, 255, .7);
}

.archive-card .archive-card-image {
    height: 220px;
    width: 100%;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .25);
    border-radius: 8px;
    overflow: hidden;
}

.archive-card .archive-card-image img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.archive-card:hover .archive-card-image img {
    transform: scale(1.1);
}

.archive-card .archive-card-content {
    min-height: 220px;
}

.archive-card p {
    color: grey;
}

.archive-card .archive-card-btn {
    background: #025077;
    color: white;
    border-radius: 8px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.archive-card:hover .archive-card-btn {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(94, 96, 206, 0.4);
}

.archive-card .archive-card-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
}

.archive-card .archive-card-btn:active {
    transform: translateY(-1px);
}

.archive-card:hover .archive-card-btn::before {
    left: 100%;
}

.pagination-custom ul {
    align-items: center !important;
    align-self: center !important;
}

#comments .author-title {
    font-weight: 300;
}

#comments .photo {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.my-breadcrumb-edit {
    background: rgba(255, 255, 255, .4);
    outline: 1px solid rgba(255, 255, 255, .7);
    backdrop-filter: blur(7px);
    border-radius: 16px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.my-breadcrumb-edit a {
    color: #025077;
    font-size: 15px;
    font-weight: bold;
}

.my-breadcrumb-edit em {
    color: #404040;
    font-size: 1rem;
}

.my-breadcrumb-edit span {
    color: #404040;
    font-size: 1rem;
}


.my-theme-pagination ul li a {
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.my-theme-pagination ul li a:hover {
    background: #e7e8e9;
}

.my-theme-pagination ul li a svg {
    color: #025077;
}

.my-theme-pagination ul li.active a {
    background: #025077;
    color: white;
}


/* footer */

.footer-edit {
    border-top: solid 6px #d7b277;
}

.footer-abut img {
    max-height: 130px;
}

.footer-map iframe {
    height: 300px;
    width: -webkit-fill-available;
    border-radius: 8px;
    width: 100%;
}

.footer-contact svg {
    font-size: 22px;
    color: #d7b277;
}

.footer-social a {
    background: #025077;
    height: 42px;
    width: 42px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    transition: .4s;
    border-radius: 4px;
}

.footer-social a svg {
    font-size: 28px;
    color: #d7b277;
}

.footer-social a img {
    height: 25px;
    object-fit: scale-down;
}

.after-footer {
    border-top: solid 1px #d7b277;
}

.after-footer a {
    transition: .5s;
}

.footer-links-style li:not(:last-child) {
    border-left: 1px solid #d7b277;
}

/* Sticky Contact BTN */

.sticky-contact-btn {
    position: fixed;
    left: 10px;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.sticky-contact-btn-ltr {
    left: unset;
    right: 10px;
}

.left-sticky-btn {
    position: fixed;
    left: 10px;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.sticky-contact-btn a {
    margin: 5px;
    height: 42px;
    width: 42px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    transition: .4s;
    border-radius: 4px;
}

.sticky-contact-btn a svg {
    font-size: 28px;
    color: #d7b277;
}

.sticky-projects-btn {
    position: fixed;
    background: rgba(52, 58, 64, .8);
    bottom: 0;
    z-index: 999;
    border-radius: 8px 8px 0 0;
}

.sticky-projects-btn a {
    margin: 5px;
    height: 42px;
    width: 42px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    transition: .4s;
    border-radius: 4px;
}

.sticky-projects-btn a svg {
    font-size: 28px;
    color: #d7b277;
}

.back-gray {
    background: #E6E6E619;
}

.back-darkblue {
    background: #025077;
}

.back-black {
    background: black;
}

.color-gold {
    color: #d7b277;
}

.color-darkblue {
    color: #025077;
}

@media (max-width: 768px) {

    .main-menu .navbar-nav {
        padding: 10px;
    }

    .main-menu .navbar-collapse {
        position: absolute;
        top: 60px;
        background: rgba(52, 58, 64, 0.75);
    }

    .main-menu .navbar-brand img {
        height: 35px;
    }

    .topslider-edit {
        margin-top: -61px;
        margin-bottom: 0;
    }

    .topslider-edit .slider66 a {
        height: 500px;
    }

    .topslider-edit .slider66 img {
        height: 500px;
    }

    .topslider-edit .slick-dots {
        bottom: 0;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .works-counter {
        background-image: linear-gradient(rgba(13, 81, 115, .2), rgba(13, 81, 115, 0)), url("../img/back-gray2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: unset;
    }

    .works-counter strong {
        font-size: 28px;
        color: #343a40;
    }

    .works-counter span {
        color: #6c757d;
    }

    .rtlclass > div > div:not(:first-child) {
        border-left: 0;
    }

    .works-counter > div > div:not(:first-child) {
        border-right: 0;
    }

    .works-counter > div > div:not(:last-child) {
        border-bottom: solid 1px #d7b277;
    }

    .rtlfrontpage-features:not(:first-child) {
        border-left: 0;
    }

    .frontpage-features:not(:first-child) {
        border-right: 0;
    }

    .frontpage-features:not(:last-child) {
        border-bottom: solid 1px #d7b277;
    }

    .projects-slider .slick-prev, .projects-slider .slick-next {
        bottom: unset;
        top: 50%;
    }

    .brands-used img {
        height: 150px;
    }

    .ongoing-projects-title-ltr h3 {
        width: min-content;
    }

    .ongoing-projects-rtl:not(:first-child) {
        border-left: none !important;
    }

    .ongoing-projects-div {
        border-right: none !important;
    }

    .ongoing-projects-div:not(:last-child) {
        border-bottom: dashed 1px #d7b277;
    }

    .sticky-contact-btn {
        right: 0;
        left: 0;
        top: unset;
        background: rgba(52, 58, 64, .75);
    }

    .sticky-contact-btn a {
        margin: 6px;
        height: 40px;
        width: 40px
    }

    .sticky-contact-btn a svg {
        font-size: 26px;
    }

    .frontpage-lab-sections .section-cover {
        height: auto !important;
    }

    .single-project-top {
        margin-top: -40px;
    }


    .sticky-projects-btn a {
        height: 36px;
        width: 36px;
    }

    .sticky-projects-btn a svg {
        font-size: 24px;
    }

    .personal-page-footer {
        bottom: 4px;
    }

    .personal-page-footer .personal-contact-btn {
        gap: 10px;
    }

    .personal-page-footer .personal-contact-btn a {
        height: 38px;
        width: 38px;
    }

    .personal-page-footer .personal-contact-btn svg {
        font-size: 24px;
    }

}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes shine-animation {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}