/* Header Css  */
.site-header {
    position: relative;
    width: 100%;
    z-index: 99;
    /* background: var(--body-color); */
    padding: 0px 40px;
}

.site-header .mobile-header {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 100px 40px 20px;
    background-color: var(--extra-color-10);
    min-height: 100%;
    transform: translateX(100%);
    transition: 0.2s;
    z-index: 9999;
}

.header-logo .logo-here {
    /* max-width: 300px;
    height: 160px; */
    object-fit: cover;
    width: 100%;
}

.head-link {
    list-style: disc;
    font-size: 10px;
    gap: 60px;
}

small{
    font-size: 34px;
}

.head-link li {
    padding-left: 30px;
}

.head-link li:first-child {
    list-style: none;
    padding-left: 0px;
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px;
    }
}

/* Laptop Responsive  */

@media(max-width:1400px) {
    .header-logo .logo-here {
        max-width: 270px;
    }

    .head-link {
        gap: 30px;
    }
}

@media(max-width:1200px) {
    .head-link {
        gap: 20px;
    }

    .head-link li {
        padding-left: 0px;
    }
}

/* Laptop Responsive  */

@media (max-width: 991px) {
    .site-header .mobile-header.active {
        transform: translateX(0);
    }
}

/* Mobile Responsive  */
@media(max-width:576px) {
    .site-header {
        padding: 0px 0px;
    }

    .header-logo .logo-here {
        max-width: 200px;
    }
}

/* Header Css  */

/* Banner Section Start Here */
.banner {
    margin-left: 60px;
}

.banner-inner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
    /* margin: auto; */
}

.banner-arrow {
    top: 380px;
    right: 40%;
}

.scroll-down-wrapper {
    bottom: 0px;
    z-index: 9;
    right: 10px;
}

.banner-social-links {
    left: -67px;
    bottom: -20px;
}

.banner-icon {
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
}

.banner-icon:hover {
    background: #121313;
    color: var(--extra-color-3);
}

/* Mobile Resposnive  */
@media(max-width:576px) {
    .banner-social-links {
        left: -10px;
        bottom: 0;
    }

    .banner img.img-fluid {
        height: 350px;
        object-fit: cover;
    }

    .banner {
        margin-left: 0;
    }

    .banner-inner-content {
        padding: 0px 20px;
    }
}

/* Mobile Resposnive  */

/* Banner Section End Here */

/* about-section Css  */

.about-section {
    padding: 80px 0px 110px;
    z-index: 9;
}

/* .about-img-wrapper figure:hover img.img-fluid {
    transform: scale(1.1);
} */

/* .about-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/about-left-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 240px;
    height: 250px;
    bottom: 0;
    top: 30%;
    left: 0;
    margin: auto;
}

.about-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/about-right-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 220px;
    height: 280px;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
} */

.cell-no:hover {
    color: var(--secondary-color);
}

/* Tablet Responsive  */
@media(max-width:991px) {
    .about-section {
        padding: 60px 0px 20px;
        z-index: 9;
    }
}

/* Tablet Responsive  */

/* about-section Css  */

/* service-section Css  */
.service-section {
    padding: 30px 0px 30px;
    z-index: 1;
}

.service-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 1100px;
    top: -50%;
    z-index: -1;
}

/* service-section Css  */

/* spaces-section Css  */
.spaces-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
    top: -80px;
    z-index: -1;
}
/* spaces-section Css  */

/* video-section Css  */
.video-section {
    padding: 60px 0px 120px;
}

.video-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/video-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    bottom: -40%;
    z-index: -1;
}

/* video-section Css  */

/* client-section Css  */
.client-slider .slick-list.draggable {
    padding-top: 0px;
    height: 800px;
}

.client-slide {
    /* border: 2px solid #ededed; */
    margin: 0px 20px;
}

.review-bottom-img {
    position: absolute;
    right: 140px;
    bottom: -180px;
}

/* .client-slide:hover {
    border-color: #595687;
} */


.client-img-wrap .reviews-wrap .review-li {
    font-size: 12px;
}

/* .client-slider .slick-dots {
    bottom: -70px;
    left: 0;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    top: unset;
    right: 0;
    row-gap: 0;
    gap: 10px;
    margin: auto;
    max-width: fit-content;
} */
/* 
.client-slider .slick-dots li {
    background: #3d4547;
    border: 0;
    height: 5px;
    width: 60px;
    margin: 0 6px;
    transition: 0.4s ease;
    border-radius: 3px;
} */

/* .client-slider .slick-dots li.slick-active {
    background: var(--secondary-color);
    border-color: transparent;
    width: 90px;
} */

/* client-section Css  */

/* gallery-section Css  */
.gallery-section {
    overflow: hidden;
}

.gallery-section .swiper-slide {
    margin: 0px 30px;
}

.gallery-section .swiper-slide:nth-child(odd) {
    transform: translateY(80px);
}

/* Mobile Responsive  */
@media(max-width:768px){
    .gallery-section .swiper-slide {
        margin: 0px 0px;
    }

    .gallery-section .swiper-slide:nth-child(odd) {
        transform: unset;
    }

    .gallery-wrapper {
        margin: 0px 10px;
    }

    .gallery-wrapper figure img.img-fluid {
        width: 100%;
    }
}

/* Mobile Responsive  */

/* gallery-section Css  */

/* blog-section Css  */
.blog-section {
    padding: 120px 0px 80px;
}

.blog-section .blog-slide {
    margin: 0px 20px;
}

.blog-section .blog-slide .blog-img-wrapper figure:hover img.img-fluid {
    transform: scale(1.1);
}

/* blog-section Css  */

/* contact-section Css  */

.contact-section {
    overflow: hidden;
}

.contact-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0px;
    width: 91%;
    height: 100%;
    z-index: -1;
    right: 0;
}

.contact-section .contact-main::before {
    content: "";
    position: absolute;
    background-image: url(../img/contact-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    width: 1390px;
    height: 100%;
    z-index: -1;
}

/* Tablet Responsive  */
@media(max-width:768px) {
    .contact-section {
        padding-bottom: 0px;
    }
}

/* Tablet Responsive  */

/* contact-section Css  */

/* footer Css  */

.site-footer {
    padding: 100px 0px 10px;
    z-index: 9;
}

.footer-link li:first-child {
    list-style: none;
    padding-left: 0px;
}

/* Tablet Responsive  */
@media(max-width:991px) {
    .site-footer {
        padding: 40px 0px 10px;
    }
}

/* Tablet Responsive  */

/* footer Css  */

/* blog-page Css  */
.blog-detail-section {
    background-image: url(../img/blog-detail-bg.png);
    padding: 90px 70px;
}

/* blog-page Css  */

/* service-page Css  */
.service-detail-text {
    flex: 0 0 80%;
}

.service-top-space {
    margin-top: 15rem;
}

.service-detail-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/service-detail-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 900px;
    top: 0;
    z-index: -01;
}

/* Tablet Responsive  */
@media(max-width:991px){
    .service-top-space {
        margin-top: 0;
    }

    .service-detail-wrapper {
        margin-bottom: 20px;
    }

    .service-detail-text {
        flex: 0 0 75%;
    }

    .services-content-section {
        padding-bottom: 10px;
    }
}

/* service-page Css  */

/* gallery-page Css  */
.gallery-detail-wrapper {
    height: 1770px;
    overflow: hidden;
    transition: height 2s ease;
}

.expanded {
    height: auto;
}