/* Header Css  */
.site-header {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #ffffff26;
    backdrop-filter: blur(7px);
    overflow:hidden;
}

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

.header-logo .logo-here {
    object-fit: cover;
    width: 100%;
    max-width: 130px;
}

span.active-status {
    color: var(--primary-color);
    background: var(--extra-color-4);
    border: 2px solid var(--body-color);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--primary-regular-font);
    right: -7px;
    top: -6px;
}

@media (min-width: 1600px) {

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

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


/* Header Css  */

/* Banner Section Start Here */

.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-icon {
    background: transparent;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
}

.banner-icon:hover {
    background: var(--secondary-color);
    color: var(--body-color);
}

.banner-icon i {
    font-size: 22px;
}

.banner_wrapper::after {
    content: "";
    position: absolute;
    /* background: linear-gradient(266deg, rgb(229 185 61 / 44%) 0%, rgb(229 185 61 / 8%) 100%); */
    background-size: cover;
    width: 424px;
    height: 245px;
    bottom: 0;
    right: 0;
    background-position: center;
    /* z-index: -1; */
    background: linear-gradient(149deg, rgb(229 185 61 / 0%) 0%, rgb(229 185 61 / 14%) 50%, rgb(229 185 61 / 68%) 100%);
}

.banner-slide {
    background: var(--dark-color);
}

.banner-slide img.img-fluid {
    opacity: 0.80;
}

/* Banner Section End Here */

/* product-section Css  */
.product-btn {
    position: absolute;
    bottom: -20px;
    width: fit-content;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
}

.product-wrapper {
    position: relative;
}

.product-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--secondary-color);
}

.product-tabs .nav-pills .nav-link {
    background: #EFEFEF;
    border-radius: 16px;
    padding: 6px 50px;
    text-transform: uppercase;
}

/* product-section Css  */

/* electrci-section Css  */
.electric-wrapper {
    background-image: url(../img/electric-bg.png);
    background-color: var(--extra-color-2);
    padding: 50px 0px 50px 70px;
    border-radius: 93px;
}

/* testimonials-section Css  */
.testimonials-wrapper {
    width: 100%;
    margin: auto;
    background: var(--extra-color-2);
    padding: 20px 70px 20px 110px;
    border-radius: 20px;
}

.testimonials-wrapper .testimonials-img-wrapper img.img-fluid {
    height: 460px;
    width: 100%;
    object-fit: cover;
}

.testimonials-section .swiper-slide.swiper-slide-active {
    transform: scale(1.2);
}

.testimonials-section .swiper-slide.swiper-slide-active .testimonials-img-wrapper figure img.img-fluid {
    transform: scale(1.2);
}

.testimonials-img-wrapper {
    flex: 0 0 40%;
}

.testimonials-section .swiper-wrapper {
    height: 550px;
}

.swiper-testimonial .swiper-button-next,
.swiper-testimonial .swiper-button-prev {
    background: var(--extra-color-2);
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--body-color);

}

.swiper-testimonial .swiper-button-prev:after {
    color: var(--body-color);
}

.swiper-testimonial .swiper-button-prev {
    right: unset;
    left: 20%;
    top: 60%;
    background: var(--secondary-color) !important;
    color: var(--body-color);
}

.swiper-testimonial .swiper-button-next {
    right: unset;
    left: 23%;
    top: 60%;
}

.swiper-testimonial .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
    background-image: url(../img/prev.png);
    width: 20px;
    height: 12px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    line-height: 0;
    background-size: 20px;
}

.swiper-testimonial .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
    background-image: url(../img/next.png);
    width: 20px;
    height: 12px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    line-height: 0;
    background-size: 20px;
}

/* testimonials-section Css  */

/* footer Css  */
.site-footer {
    background-image: url(../img/footer-bg.png);
    width: 100%;
    background-size: cover;
    height: 100%;
    /* background-color: #101010; */
    /* border-radius: 0px 640px 0px 0px; */
    /* padding-bottom: 20px; */
    z-index: 9999;
    position: relative;
    background-position: top;
    padding: 140px 0px 40px;
}

.footer-call-wrap {
    position: absolute;
    right: 30px;
    top: -70px;
}

.contact-form-wrapper {
    background: var(--body-color);
}

.site-footer .footer-logo {
    max-width: 20%;
}

.circle-aniamte {
    background: var(--secondary-color);
    outline: 30px solid #b7020218;
    border: 30px solid var(--secondary-color);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    animation: pulse-animation 2s infinite;
    position: relative;
}

/* .circle-aniamte::before {
    content: "";
    position: absolute;
    border: 3px dashed var(--secondary-color);
    width: 240px;
    height: 240px;
    top: -85px;
    border-radius: 50%;
} */

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(183, 2, 2, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(183, 2, 2, 0.2);
    }
}

/* Laptop Responsive  */
@media(max-width:1600px) {
    .site-footer:after {
        width: 250px;
        height: 250px;
    }
}

@media(max-width:1200px) {
    .site-footer:after {
        width: 200px;
        height: 200px;
        right: 50px;
    }

    .site-footer:before {
        width: 170px;
        height: 170px;
    }
}

/* Laptop Responsive  */

/* Tablet Responsive  */
@media(max-width:991px) {
    .contact-img svg {
        width: 35px;
        height: 35px;
    }
}

@media(max-width:768px) {
    .site-footer .footer-logo {
        max-width: 30%;
    }
}

/* Mobile Responsive  */
@media(max-width:575px) {
    .site-footer:after {
        content: unset;
    }

    .site-footer:before {
        content: unset;
    }

    .site-footer .footer-logo {
        max-width: 100%;
    }

    .contact-img svg {
        width: 30px;
        height: 30px;
    }
}

/* Mobile Responsive  */

/* footer Css  */

/* error-page-banner page Css  */
.error-page-banner {
    background-image: url(../img/contact-banner.png);
    padding: 270px 0px 100px;
}

/* error-page-banner page Css  */

/* about-page Css  */
.about-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 980px;
    z-index: -1;
    top: 0;
    left: -30px;
}

/* about-page Css  */


.repair-slider .repair-slide {
    margin: 0px 10px;
}

.repair-slider .repair-slide:nth-child(odd) {
    transform: translateY(80px);
}

.repair-slider .slick-list.draggable {
    padding-bottom: 80px;
}

.reapir-detail-wrapper {
    height: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.reapir-detail-wrapper .repair-img {
    margin: auto;
}

@media(max-width:992px){
    .single-product div.product {
    flex-direction: column;
}

.summary.entry-summary {
    margin-left: 0;
    margin-top: 30px;
}

.title-produtc h2 {
    font-size: 45px !important;
}
}

@media(max-width:576px){
.title-produtc h2 {
    font-size: 30px !important;
}
.single-product div.product .woocommerce-product-gallery {
    width: 280px !important;
}
}
