﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');



.hero-area {
    margin-top: 120px;
}

.hero-area-inner {
    display: grid;
    grid-template-columns: 51% 1fr;
}

@media only screen and (max-width: 1919px) {
    .hero-area-inner {
        grid-template-columns: 55% 1fr;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-area-inner {
        grid-template-columns: 1fr;
    }
}

.hero-area .thumb {
    position: relative;
    overflow: hidden;
}

    .hero-area .thumb:after {
        position: absolute;
        content: url(../imgs/shape/img-s-51.webp);
        width: 100%;
        height: 100%;
        top: 0;
        inset-inline-start: 0;
    }

    .hero-area .thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        filter: grayscale(1);
    }

    .hero-area .thumb:hover img {
        filter: none;
    }

.hero-area .section-content {
    position: relative;
    padding: 170px 60px;
    /* padding-inline-start: 200px; */
    z-index: 1;
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-content {
        padding: 120px 60px;
        padding-inline-start: 180px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content {
        padding: 100px 60px;
        /* padding-inline-start: 160px; */
    }
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-content {
        padding: 80px 60px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-content {
        padding: 50px 20px;
    }
}

.hero-area .section-content .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
}

    .hero-area .section-content .bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        opacity: 0.4;
        filter: grayscale(1);
    }

.hero-area .section-content .section-title {
    font-size: 100px;
    line-height: 94px;
    margin-top: -6px;
    color: var(--black);
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-content .section-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content .section-title {
        font-size: 70px;
        line-height: 70px;
    }
}

@media(max-width: 575px) {
    .hero-area .section-content .section-title {
        font-size: 45px;
        line-height: 56px;
    }
}

.hero-area .section-content .section-title .shape-1 {
    height: 72px;
    margin-top: -18px;
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-content .section-title .shape-1 {
        height: 62px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content .section-title .shape-1 {
        height: 52px;
        margin-top: -13px;
    }
}

@media(max-width: 575px) {
    .hero-area .section-content .section-title .shape-1 {
        height: 42px;
        margin-top: -10px;
    }
}

.hero-area .section-content .section-subtitle {
    font-size: 16px;
    color: var(--black);
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-content .section-subtitle {
        transform: none;
        writing-mode: unset;
    }
}

.hero-area .section-content .section-subtitle.has-right-line {
    padding-inline-end: 110px;
}

.dir-rtl .hero-area .section-content .section-subtitle.has-right-line {
    padding-inline-start: 110px;
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-content .section-subtitle.has-right-line {
        padding-inline-end: 0;
    }

    .dir-rtl .hero-area .section-content .section-subtitle.has-right-line {
        padding-inline-start: 0px;
    }
}

.hero-area .section-content .section-subtitle.has-right-line:after {
    width: 1px;
    height: 90px;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    top: auto;
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-content .section-subtitle.has-right-line:after {
        display: none;
    }
}

.hero-area .section-content .subtitle-wrapper {
    position: absolute;
    inset-inline-start: 48px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-content .subtitle-wrapper {
        transform: none;
        position: static;
        margin-bottom: 20px;
    }
}

.hero-area .section-content .text {
    font-size: 24px;
    line-height: 1.33;
    max-width: 490px;
    color: var(--black-2);
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-content .text {
        font-size: 20px;
    }
}

.hero-area .section-content .text-wrapper {
    margin-top: 42px;
}

@media only screen and (max-width: 991px) {
    .hero-area .section-content .text-wrapper {
        margin-top: 32px;
    }
}

.hero-area .section-content .btn-wrapper {
    margin-top: 42px;
}

@media only screen and (max-width: 991px) {
    .hero-area .section-content .btn-wrapper {
        margin-top: 32px;
    }
}

.hero-area .section-content .wc-btn-primary {
    background-color: var(--black);
    color: var(--white);
}

.hero-area .section-content .review-wrapper {
    margin-top: 40px;
    border-top: 1px solid var(--black);
    display: inline-flex;
}

.hero-area .section-content .ratings {
    border-inline-start: 1px solid var(--black);
    padding-inline-start: 20px;
    margin-inline-start: 15px;
}

.hero-area .section-content .rating {
    font-size: 50px;
    line-height: 1;
    margin-top: 13px;
    color: var(--black);
}

.hero-area .section-content .review {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    color: var(--black-2);
}

.hero-area .section-content .rating-icons {
    display: flex;
    gap: 4px;
    margin-top: 15px;
}

.hero-area .section-content .rating-text {
    font-size: 18px;
    color: var(--black);
    line-height: 1;
    display: inline-block;
    margin-top: 17px;
}

.hero-area-inner {
    display: grid;
    /* grid-template-columns: 51% 1fr; */
}


/*-------------------------------------logo----------------------*/

.header__logo img {
    width: 95px;
    height: auto;
}



/*------------------------------------end----------------------------*/

.clients-area-inner {
    padding-top: 98px;
}

@media (max-width: 1399px) {
    .clients-area-inner {
        padding-top: 78px;
    }
}

@media (max-width: 1199px) {
    .clients-area-inner {
        padding-top: 58px;
    }
}

.clients-area .section-title {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 0 22px;
    margin-top: 0;
}

body.dark .clients-area .section-title {
    background-color: #000;
}

.clients-area .title-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

    .clients-area .title-wrapper:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: var(--border);
        top: 4px;
        z-index: -1;
    }

    .clients-area .title-wrapper:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: var(--border);
        top: 8px;
        z-index: -1;
    }

.clients-area .section-header {
    margin-bottom: 48px;
}

.client-slider-active .swiper-slide {
    width: auto;
}

.client-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.client-box img {
    opacity: 1;
}



/*-------------------------------------------about area-----------------------*/


.about-area .thumbs {
    width: 100%;
    /* aspect-ratio: 100/104; */
    position: relative;
    max-width: 90%;
}

    .about-area .thumbs img {
        border-radius: 5px;
    }

    .about-area .thumbs .img-1 {
        width: 49%;
        position: absolute;
        top: 9%;
        inset-inline-start: 0;
    }

    .about-area .thumbs .img-2 {
        position: absolute;
        inset-inline-end: 0;
        top: 0;
        width: 41%;
    }

    .about-area .thumbs .img-3 {
        position: absolute;
        bottom: 0;
        inset-inline-start: 26%;
        width: 59%;
    }

.about-area .about-area-inner {
    /* display: grid; */
    /* gap: 50px 60px; */
    /* grid-template-columns: 610px 850px; */
    /* justify-content: space-around; */
    /* align-items: center; */
    /* padding-bottom: 100px; */
}

@media only screen and (max-width: 1399px) {
    .about-area .about-area-inner {
        grid-template-columns: 510px 444px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-area .about-area-inner {
        grid-template-columns: 410px 400px;
    }
}

@media only screen and (max-width: 991px) {
    .about-area .about-area-inner {
        grid-template-columns: 1fr;
    }
}

.about-area .section-content .text-wrapper {
    margin-top: 15px;
    max-width: 750px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .about-area .section-content .text-wrapper {
        margin-top: 23px;
    }
}

.about-area .section-content .btn-wrapper {
    margin-top: 43px;
    display: flex;
    gap: 30px;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .about-area .section-content .btn-wrapper {
        margin-top: 33px;
    }
}

.about-area .experience-box {
    margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
    .about-area .experience-box {
        margin-top: 35px;
    }
}

.about-area .experience-box .number {
    font-size: 100px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 1199px) {
    .about-area .experience-box .number {
        font-size: 70px;
    }
}

.about-area .experience-box .number i {
    font-size: 18px;
    margin-top: 12px;
    margin-inline-start: 9px;
}

@media only screen and (max-width: 1199px) {
    .about-area .experience-box .number i {
        margin-top: 10px;
    }
}

.about-area .experience-box .info {
    font-size: 18px;
    line-height: 1.2;
    max-width: 180px;
    font-weight: 600;
    margin-top: 10px;
}

.text-wrapper p {
    margin-bottom: 10px;
}

.about-area {
    position: relative;
    padding: 80px 0px 150px !important;
}



.publisher img {
    width: 100px;
    height: auto;
    border-radius: 50%;
}




/*----------------------------------------portflio---------------------------*/

.owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 2px;
    margin: 5px 7px;
    background: #000000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    /* border-radius: 30px; */
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e72327;
}


/*----------------------------------------------------work area------------------------------*/

.work-area-inner {
    padding-top: 80px;
    display: grid;
    gap: 30px 60px;
    grid-template-columns: 1fr 880px;
}

@media only screen and (max-width: 1919px) {
    .work-area-inner {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 1399px) {
    .work-area-inner {
        grid-template-columns: 1fr 740px;
    }
}

@media only screen and (max-width: 1199px) {
    .work-area-inner {
        grid-template-columns: 1fr 570px;
        padding-top: 127px;
    }
}

@media only screen and (max-width: 991px) {
    .work-area-inner {
        grid-template-columns: 1fr;
        padding-top: 127px;
    }
}

.work-area .section-content .text {
    max-width: 330px;
    /* text-indent: 60px; */
}

@media only screen and (max-width: 991px) {
    .work-area .section-content .text {
        max-width: 100%;
        text-indent: 0;
    }
}

.work-area .section-content .text-wrapper {
    margin-top: 20px;
}

.work-area .section-content .icon {
    margin-top: 54px;
}

@media only screen and (max-width: 991px) {
    .work-area .section-content .icon {
        display: none;
    }
}

.work-area .works-wrapper {
    display: grid;
    gap: 68px;
    grid-template-columns: 1fr;
}

@media only screen and (max-width: 1199px) {
    .work-area .works-wrapper {
        gap: 48px;
    }
}

.work-area .work-box:hover .thumb img {
    transform: scale(1.1);
}

.work-area .work-box .thumb {
    overflow: hidden;
}

    .work-area .work-box .thumb img {
        transition: all .5s;
    }

.work-area .work-box .title {
    font-size: 20px;
}

.work-area .work-box .tag {
    font-size: 14px;
    display: inline-block;
}

.work-area .work-box .content {
    margin-top: 29px;
}

.work-area .work-box .meta {
    margin-top: 4px;
}


/*----------------------------------------counter-------------------------*/
.counter-section {
    position: relative;
    padding: 80px 0px 0px;
}

.counter-title {
    font-size: 30px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
}
/*.counter-title span {
  background: linear-gradient(transparent 70%, #ffd60a 70%);
}*/

.counter-box {
    text-align: center;
}

.counter-circle {
    display: inline-block;
    font-size: 100px;
    font-weight: 500;
    color: #111;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    /*padding: 0 50px;
    background-image: url('../imgs/about/img-s-55.png');
    background-size: 100% 100%;
    background-position: center;
    line-height: 1.5;*/
    font-family: "DM Serif Display", serif;
}

/*.counter-circle::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  background: transparent;
  border: 6px solid transparent;
  border-image: url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='100' cy='100' r='90' stroke='%23ffd60a' stroke-width='15' fill='none' stroke-dasharray='20 10'/%3E%3C/svg%3E") 30 round;
  z-index: -1;
}*/

.counter-box p {
    font-size: 20px;
    color: #333;
    margin: 0;
}


















.client-area-text {
    position: relative;
}

    .client-area-text .text {
        font-size: 30px;
        line-height: 1;
        max-width: 310px;
        position: relative;
        /* inset-inline-start: 40%; */
        top: 20px;
    }

@media (max-width: 1199px) {
    .client-area-text .text {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .client-area-text .text {
        font-size: 22px;
        max-width: 280px;
        top: 50px;
    }
}

@media (max-width: 767px) {
    .client-area-text .text {
        font-size: 18px;
        max-width: 230px;
        top: 40px;
    }
}

@media (max-width: 575px) {
    .client-area-text .text {
        /* text-align: center; */
        position: static;
        /* margin: 0 auto; */
        margin-top: 10px;
    }
}

/* Clients Grid */
.client-area .clients-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 575px) {
    .client-area .clients-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 400px) {
    .client-area .clients-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Client Box */
.client-area .client-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border);
    min-width: 100px;
    aspect-ratio: 100/100;
    padding: 0 20px;
    margin-top: -1px;
    border-inline-start-color: transparent;
}

@media (max-width: 575px) {
    .client-area .client-box {
        border: none;
        aspect-ratio: 100/50;
    }
}

.client-area .client-box:hover img {
    opacity: 1;
}

/*.client-area .client-box:nth-child(1) {
  grid-column-start: 2;
  border-inline-start-color: var(--border);
}

@media (max-width: 575px) {
  .client-area .client-box:nth-child(1) {
    grid-column-start: auto;
  }
}

.client-area .client-box:nth-child(2) {
  grid-column-start: 1;
  border-inline-start-color: var(--border);
}

@media (max-width: 575px) {
  .client-area .client-box:nth-child(2) {
    grid-column-start: auto;
  }
}

.client-area .client-box:nth-child(7) {
  grid-column-start: 2;
  border-inline-start-color: var(--border);
}

@media (max-width: 575px) {
  .client-area .client-box:nth-child(7) {
    grid-column-start: auto;
  }
}

.client-area .client-box:nth-child(12) {
  grid-column-start: 5;
  border-inline-start-color: var(--border);
}

@media (max-width: 575px) {
  .client-area .client-box:nth-child(12) {
    grid-column-start: auto;
  }
}*/

.client-area .client-box img {
    /* opacity: 0.6; */
    transition: all 0.5s;
    width: 180px;
    height: auto;
}


.about-area-2 {
    position: relative;
}



.year-sticky-wrapper {
    position: relative;
    height: 200vh;
    overflow: hidden;
}

.year-sticky-inner {
    position: sticky;
    top: 0px;
    overflow: hidden;
}

.year-since {
    font-size: 18vw;
    font-weight: bold;
    white-space: nowrap;
    transform: translateX(40vw);
    color: #111;
    margin: 0;
    line-height: 1;
    text-align: right;
}

.about-area-2-inner.section-spacing-top {
    padding-top: 60px;
}

.year-since .last-text {
    margin-left: 2vw;
    color: #000;
}

/* अगर बीच में perfectly center करना है */
.about-area-2 .year-wrapper {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    text-align: right;
}


.owl-carousel .item img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.footer-nav-list li a i {
    margin-right: 8px;
}

.whatsapp {
    display: inline-block;
    position: fixed;
    right: 17px;
    bottom: 200px;
    background: limegreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 62px;
    z-index: 99999999999;
    animation: ripple-out 1.5s ease-in-out infinite;
}

    .whatsapp i {
        font-size: 32px;
    }

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}









/*====================
21. Breadcrumb css
======================*/

.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    z-index: 1;
    margin-top: 120px;
}

    .site-breadcrumb::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #161616;
        opacity: 0.8;
        z-index: -1;
    }

    .site-breadcrumb .breadcrumb-title {
        font-size: 35px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 15px;
        text-transform: capitalize;
    }

    .site-breadcrumb .breadcrumb-menu {
        position: relative;
        z-index: 1;
    }

        .site-breadcrumb .breadcrumb-menu li {
            position: relative;
            display: inline-block;
            margin-left: 25px;
            color: #fff;
            font-weight: 500;
            text-transform: capitalize;
        }

            .site-breadcrumb .breadcrumb-menu li a {
                color: #fff;
                transition: all 0.5s ease-in-out;
            }

            .site-breadcrumb .breadcrumb-menu li::before {
                position: absolute;
                content: '\f101';
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                right: -21px;
                top: 1px;
                text-align: center;
                font-size: 16px;
                color: #fff;
            }

            .site-breadcrumb .breadcrumb-menu li:first-child {
                margin-left: 0;
            }

            .site-breadcrumb .breadcrumb-menu li:last-child:before {
                display: none;
            }

            .site-breadcrumb .breadcrumb-menu li a:hover {
                color: #fff;
            }

            .site-breadcrumb .breadcrumb-menu li.active {
                color: #fff;
            }

.work-main-area {
    position: relative;
    padding: 80px 0px 150px;
}

    .work-main-area .section-title {
        max-width: 840px;
    }

    .work-main-area .work-box {
        margin-bottom: 60px;
    }


.contact-area {
    /* position:relative; */
    padding: 80px 0px;
}

.g-map {
    position: relative;
    padding: 0px 0px 180px;
}

.contact-area .section-title {
    max-width: 850px;
}

.contact-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr auto;
}

@media only screen and (max-width: 991px) {
    .contact-area .section-header {
        grid-template-columns: 1fr;
    }
}

.contact-area .section-header .text {
    max-width: 300px;
}

.contact-area .contact-formwrap {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-formwrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 30px;
    }
}

.contact-area .contact-formwrap .messages {
    grid-column: span 2;
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-formwrap .messages {
        grid-column: auto;
    }
}

.contact-area .contact-formfield input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid var(--border);
    outline: none;
    background-color: rgba(0,0,0,0);
    transition: all .5s;
}

    .contact-area .contact-formfield input:focus {
        border-color: var(--primary);
    }

.contact-area .submit-btn {
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    .contact-area .submit-btn {
        margin-top: 20px;
    }
}

.contact-area .section-content {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 1fr 740px;
    margin-top: 80px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 21px 46px rgb(0 0 0 /10%);
    border-radius: 8px;
}

@media only screen and (max-width: 1919px) {
    .contact-area .section-content {
        margin-top: 72px;
    }
}

@media only screen and (max-width: 1399px) {
    .contact-area .section-content {
        grid-template-columns: 1fr 640px;
    }
}

@media only screen and (max-width: 1199px) {
    .contact-area .section-content {
        grid-template-columns: 1fr 600px;
        margin-top: 42px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-area .section-content {
        grid-template-columns: 1fr;
        display: block;
    }
}

.contact-area .info-box .text {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--primary);
    max-width: 360px;
}

.contact-area .contact-list {
    margin-top: 26px;
}

    .contact-area .contact-list li {
        font-size: 18px;
        line-height: 24px;
        display: flex;
        align-items: baseline;
    }

        .contact-area .contact-list li:not(:first-child) {
            margin-top: 15px;
        }

        .contact-area .contact-list li a {
            text-underline-offset: 2px;
        }

        .contact-area .contact-list li i {
            margin-right: 8px;
        }


/*-------------------------------------gallery-------------------------*/
.page-gallery {
    padding: 80px 0px 180px;
}

.page-gallery-box .photo-gallery {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

    .page-gallery-box .photo-gallery a {
        cursor: pointer;
    }

    .page-gallery-box .photo-gallery figure {
        display: block;
        border-radius: 20px;
    }

    .page-gallery-box .photo-gallery img {
        width: 100%;
        aspect-ratio: 1 / 0.81;
        object-fit: cover;
        border-radius: 20px;
    }



/*--------------------------------------end---------------------------*/


.our-services {
    position: relative;
    padding: 80px 0px;
    background-color: #fff;
}

.service-details-area {
    padding-top: 100px;
}

@media only screen and (max-width: 1399px) {
    .service-details-area {
        padding-top: 80px;
    }
}

.service-details-area .thumb-main {
    position: relative;
}

    .service-details-area .thumb-main img {
        width: 100%;
    }

    .service-details-area .thumb-main .hero-social {
        writing-mode: vertical-lr;
        display: flex;
        gap: 20px;
        align-items: center;
        position: absolute;
        left: -210px;
        bottom: -180px;
    }

.dir-rtl .service-details-area .thumb-main .hero-social {
    justify-content: flex-end;
}

@media only screen and (max-width: 1919px) {
    .service-details-area .thumb-main .hero-social {
        left: 30px;
        bottom: 30px;
        background-color: var(--white);
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 991px) {
    .service-details-area .thumb-main .hero-social {
        writing-mode: initial;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .service-details-area .thumb-main .hero-social {
        left: 10px;
        bottom: 10px;
    }
}

.service-details-area .thumb-main .hero-social .title {
    position: relative;
    padding-inline-end: 80px;
    display: inline-block;
    font-size: 14px;
    color: var(--primary);
    text-transform: uppercase;
}

@media only screen and (max-width: 1919px) {
    .service-details-area .thumb-main .hero-social .title {
        color: var(--black);
    }
}

.service-details-area .thumb-main .hero-social .title:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background-color: var(--border);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.dir-rtl .service-details-area .thumb-main .hero-social .title:before {
    top: 0;
    bottom: auto;
}

@media only screen and (max-width: 991px) {
    .service-details-area .thumb-main .hero-social .title:before {
        width: 60px;
        height: 1px;
        inset-inline-end: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.service-details-area .thumb-main .hero-social .hero-social-links {
    display: flex;
    gap: 25px;
}

    .service-details-area .thumb-main .hero-social .hero-social-links a {
        color: var(--primary);
    }

@media only screen and (max-width: 1919px) {
    .service-details-area .thumb-main .hero-social .hero-social-links a {
        color: var(--black);
    }
}

.service-details-area .thumb-main .hero-social .hero-social-links a:hover {
    color: var(--secondary);
}

.service-details-area .thumb-main .hero-social .hero-social-links a i {
    font-size: 16px;
}

.service-details-area .section-title-box {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr 520px;
    align-items: center;
    margin-top: 46px;
}

@media only screen and (max-width: 1199px) {
    .service-details-area .section-title-box {
        grid-template-columns: 1fr 460px;
    }
}

@media only screen and (max-width: 991px) {
    .service-details-area .section-title-box {
        grid-template-columns: 1fr;
    }
}

.service-details-area .section-title-box .feature-list {
    display: grid;
    gap: 10px 50px;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .service-details-area .section-title-box .feature-list {
        justify-content: flex-start;
    }
}

@media(max-width: 575px) {
    .service-details-area .section-title-box .feature-list {
        grid-template-columns: auto;
    }
}

.service-details-area .section-title-box .feature-list li {
    color: var(--primary);
    font-size: 20px;
}

    .service-details-area .section-title-box .feature-list li:not(:first-child) {
        margin-top: 10px;
    }

    .service-details-area .section-title-box .feature-list li:before {
        content: "+";
        margin-inline-end: 13px;
    }

.service-details-area .text-wrapper {
    margin-top: 27px;
}

    .service-details-area .text-wrapper .text:not(:first-child) {
        margin-top: 23px;
    }

.service-details-area .steps-wrapper-box {
    border-top: 1px solid var(--border);
    margin-top: 66px;
}

@media only screen and (max-width: 991px) {
    .service-details-area .steps-wrapper-box {
        border-top: 0;
    }
}

.service-details-area .working-steps {
    display: grid;
    gap: 40px 30px;
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 991px) {
    .service-details-area .working-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 575px) {
    .service-details-area .working-steps {
        grid-template-columns: repeat(1, 1fr);
    }
}

.service-details-area .working-step {
    padding-top: 30px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .service-details-area .working-step {
        padding-top: 20px;
        border-top: 1px solid var(--border);
    }
}

.service-details-area .working-step:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    /* background-color: var(--primary); */
    border-radius: 50%;
    top: -4px;
    inset-inline-start: 0;
}

.service-details-area .working-step .title {
    font-size: 22px;
    line-height: 1.29;
}

.service-details-area .working-step .text {
    margin-top: 15px;
}

.service-details-area .thumb-gallery {
    margin-top: 53px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    place-content: center;
}

@media only screen and (max-width: 991px) {
    .service-details-area .thumb-gallery {
        gap: 10px;
    }
}

@media(max-width: 575px) {
    .service-details-area .thumb-gallery {
        grid-template-columns: repeat(1, 1fr);
        /* align-items: center; */
        place-content: center;
        align-items: center;
    }
}


.header__navicon i {
    font-size: 26px;
}

.left-sderbar {
    border-top: 1px solid var(--border);
    margin-top: 66px;
}

    .left-sderbar ul {
        padding-top: 30px;
        /*position: relative;*/
    }

        .left-sderbar ul li {
            margin-bottom: 20px;
        }

            .left-sderbar ul li a {
                font-size: 45px;
                font-family: "DM Serif Display", serif;
            }

.service-style {
    padding-bottom: 130px;
    border-radius: 80px 80px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}



@media (max-width: 767px) {
    .about-area .thumbs {
        aspect-ratio: 95/104;
        max-width: 100%;
    }

    .year-since {
        font-size: 15vw;
        white-space: normal;
        text-align: center;
    }

    .year-sticky-wrapper {
        height: 20vh;
    }

    .work-area-inner {
        padding-top: 36px;
    }

    .section-style {
        padding-bottom: 0px !important;
        margin-top: -25px !important;
    }

    .about-area {
        padding: 30px 0px 20px !important;
    }

    .section-spacing-bottom {
        padding-bottom: 0px !important;
    }

    .client-area .client-box img {
        width: 80px;
    }

    .header__logo img {
        width: 75px;
    }

    .testimonial-item .text {
        font-size: 18px !important;
    }

    .work-area .section-content .text {
        font-size: 17px !important;
    }

    .footer-area .footer-logo img {
        width: 85px !important;
    }

    .work-area-inner {
        display: block;
    }

    .counter-title {
        font-size: 26px;
        line-height: 32px !important;
    }

    .counter-circle {
        font-size: 70px;
    }

    .counter-box p {
        font-size: 18px;
    }

    .counter-section {
        padding: 40px 0px 0px;
    }

    .copyright-area .copyright-text .text {
        font-weight: 400;
        font-size: 17px;
    }

    .site-breadcrumb {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .g-map {
        padding: 0px 0px 80px;
    }

    .work-main-area {
        padding: 40px 0px 50px;
    }

        .work-main-area .work-box {
            margin-bottom: 20px;
        }

    .section-subtitle {
        font-size: 16px !important;
    }

    .service-details-area {
        padding-top: 40px;
    }

    .left-sderbar ul li {
        display: inline-block;
        margin-left: 10px;
    }

        .left-sderbar ul li a {
            font-size: 28px;
        }

    .left-sderbar {
        margin-top: 30px;
    }

    .service-details-area .steps-wrapper-box {
        margin-top: 30px;
    }

    .page-gallery {
        padding: 40px 0px 40px;
    }

    .service-style {
        border-radius: 20px 20px 0 0;
    }

    .nav-menu ul ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        margin-left: -16px;
        padding-left: 0;
        list-style: none;
    }


    .nav-menu ul li.menu-item-has-children.active > ul {
        max-height: 500px;
    }

    .nav-menu ul ul li {
        margin-bottom: 0px !important;
        padding-top: 7px;
    }

        .nav-menu ul ul li a {
            font-size: 20px;
            padding: 6px 0;
            display: block;
        }


    .menu-item-has-children > a {
        position: relative;
        padding-right: 20px;
    }

        .menu-item-has-children > a::after {
            content: "\f105";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            right: -50px;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.3s ease;
        }


    .menu-item-has-children.active > a::after {
        transform: translateY(-50%) rotate(90deg);
    }
}



/*------------------------------------director message-----------------------*/

.director-section {
    position: relative;
    padding: 80px 0px 180px;
}



.director-card {
    background: #ffffff;
    padding: 30px 80px 30px 30px;
    display: flex;
    align-items: flex-start;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    margin-bottom: 30px;
    margin-top: 40px;
    border: 1px solid #e72327;
}

.director-photo {
    border: 1px solid #e72327;
    flex: 0 0 400px;
    margin-right: 80px;
    text-align: center;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 0px;
}

    .director-photo img {
        width: 100%;
        height: auto;
        /* border-radius: 6px; */
        /* box-shadow: 0 4px 8px rgba(0,0,0,0.15); */
    }

.photo-caption {
    /* margin-top: 12px; */
    font-style: italic;
    color: #ffffff;
    text-align: center;
    padding: 10px 10px;
    background-color: #e72326;
}

    .photo-caption span {
        display: block;
        font-size: 15px;
        color: #ffffff;
    }

.director-content h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #121212;
}

.director-content p {
    font-size: 15px;
    line-height: 25px;
    color: #333;
    text-align: justify;
    margin-bottom: 10px;
}

.photo-caption h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #fff;
}

.dir-title {
    text-align: right;
}

    .dir-title h4 {
        font-size: 20px;
        color: #000;
        margin-bottom: 6px;
    }

    .dir-title p {
        text-align: right;
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 22px;
    }

.red-underline {
    display: inline-block;
    border-bottom: 3px solid #e63946;
    padding-bottom: 10px;
}

.media-news {
    position: relative;
    padding: 80px 0px 180px;
}

.media-image {
    border-radius: 10px;
    border: 3px solid #e72327;
    overflow: hidden;
    margin-top: 40px;
    padding: 10px;
    margin-bottom: 30px;
}

.header__logo a {
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
    .director-card {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    .director-photo {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .director-section {
        padding: 40px 0px 40px;
    }

    .media-news {
        padding: 40px 0px 40px;
    }
}

/*--------------------------------------end----------------------------------*/


.thumbs {
  display: inline-block;
}

.cube-wrapper {
  position: relative;
  display: inline-block;
  overflow:hidden;
}

.cube-img {
  display: block;
  width: 100%;  
  height: auto;
  border-radius: 10px;
  z-index: 1;
  position: relative;
}


@keyframes shineMove {
  0% { left: -50%; }
  100% { left: 100%; }
}

.cube-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.cube-img {
    width: 100%;
    height: auto;
    animation: rotateCube 15s linear infinite; /* animation added */
    transform-origin: center center;
}

@keyframes rotateCube {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes shineMove {
    0% {
        left: -100%;
    }

    100% {
        left: 120%;
    }
}