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

.site-header::before {
    content: "";
    position: absolute;
    background-image: url(../img/header-top-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 30px;
    top: 0;
}

.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: 210px; */
}

.head-link {
    gap: 60px;
}

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

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

.search-icon i {
    font-size: 18px;
}

.header-hamburger {
    background: var(--extra-color-4);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.user_wrap .form-select {
    border: 0;
    font-family: var(--primary-regular-font);
    color: var(--primary-color);
}

.user_wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

.user_icon i {
    font-size: 20px;
}

.exommerce-item .form-control-1 {
    border: 0;
    padding: 0;
    font-size: 18px;
    max-width: 160px;
}


@media (min-width: 1700px) {

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

/* Laptop Responsive  */
@media(max-width:1200px) {
    .head-link {
        gap: 40px;
    }

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

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

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

/* Mobile Responsive  */

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

/* Mobile Responsive  */

/* Header Css  */

/* banner Css  */
.banner {
    margin-top: -40px;
}

.banner::after {
    content: "";
    position: absolute;
    background-image: url(../img/banner-bottom.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    bottom: 0;
    background-size: cover;
    z-index: 9;
}

.banner::before {
    content: "";
    position: absolute;
    background-image: url(../img/banner-left-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 160px;
    height: 240px;
    z-index: 99999;
}

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

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

.heading-bg:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #34a38d45, transparent);
    width: 60%;
    height: 85px;
    z-index: -1;
    left: -10px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.about-heading::after {
    content: "";
    position: absolute;
    background: var(--primary-color);
    width: 70px;
    height: 4px;
    display: block;
    bottom: 0px;
    left: -10px;
    border-radius: 2px;
}

/* Laptop Responsive  */

@media(max-width:1080px) {
    .banner .banner-inner-content {
        padding-left: 60px;
    }
}

/* Tablet Responsive  */

@media (max-width: 992px) {

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

@media(max-width:768px) {
    .banner img.img-fluid {
        height: 330px;
        object-fit: cover;
        object-position: center;
    }

    .banner .swiper-pagination {
        display: none;
    }

    .banner .swiper-banner .swiper-button-prev {
        bottom: 20px;
        left: 100px;
        display: flex;
        top: unset;
    }

    .banner .swiper-banner .swiper-button-next {
        right: unset;
        left: 151px;
        bottom: 20px;
        top: unset;
        display: flex;
    }

    .banner .swiper-button-next,
    .swiper-button-prev {
        background: var(--secondary-color);
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }
}

/* Tablet Responsive  */

/* Mobile Responsive  */

@media(max-width:576px) {
    .banner img.img-fluid {
        height: 380px;
        object-position: left;
    }

    .heading-bg:before {
        height: 45px;
        left: -3px;
    }

    .about-heading::after {
        left: -2px;
    }

    .inner-banner {
        background: var(--primary-color);
    }

    .inner-banner img.img-fluid {
        height: 160px;
        object-fit: cover;
        object-position: center;
        opacity: 0.8;
    }
}

/* Banner Section End Here */

/* brand-section Css  */

.brand-wrapper {
    background: var(--extra-color-9);
    padding: 50px;
    border-radius: 32px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
}

.brand-wrapper:hover img.img-fluid {
    filter: brightness(0) saturate(100%) invert(59%) sepia(23%) saturate(1128%) hue-rotate(114deg) brightness(88%) contrast(84%);
}

.brand-wrapper figure img.img-fluid {
    height: 35px;
    object-fit: contain;
}

/* brand-section Css  */

/* about-section Css  */

.about-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/about-left-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 8px solid var(--body-color);
    outline: 8px solid var(--secondary-color);
    border-radius: 50%;
    width: 220px;
    height: 220px;
    top: 110px;
    left: 15rem;
    z-index: 999;
}

.about-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/about-right-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 260px;
    top: 60px;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    animation-name: float_up_down;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.about_fig img.img-fluid {
    border: 15px solid var(--body-color);
    border-radius: 50%;
}

.call_img {
    animation-name: float_up_down;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

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

.about_fig::before {
    content: "";
    position: absolute;
    border: 8px solid var(--body-color);
    outline: 8px solid var(--secondary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    animation: rotateAnimation 9s infinite linear;
}

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

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

@keyframes float_up_down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Laptop Responsive  */

@media(max-width:1200px) {
    .about-section::after {
        content: unset;
    }

    .about_fig::before {
        width: 490px;
        height: 490px;
    }

    .about_fig::after {
        width: 520px;
        height: 530px;
    }
}

@media(max-width:1080px) {
    .about_fig::after {
        width: 500px;
        height: 510px;
        left: -25px;
        top: -23px;
    }
}

/* Laptop Responsive  */

/* Tablet Responsive  */

@media(max-width:992px) {
    .about_fig::before {
        content: unset;
    }

    .about_fig::after {
        content: unset;
    }
}

/* Mobile Responsive  */

@media(max-width:576px) {
    .about-img-wrapper {
        margin-bottom: 20px;
    }
}

/* about-section Css  */

/* magnesium-section Css  */

.magnesium-section {
    background-image: url(../img/magnesium-bg.png);
    z-index: 1;
    padding-top: 60px;
}

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

.ml1 .letter {
    display: inline;
    /* line-height: 1em; */
}

.ml1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}

.ml14 .letters,
.ml14 .line,
.ml14 .letter {
    opacity: 1;
}

/* magnesium-section Css  */

/* packages-section Css  */

.packages-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/package-bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 250px;
    height: 160px;
    bottom: -130px;
    left: 0;
    z-index: -1;
}

.packages-first-wrap {
    background: linear-gradient(140deg, rgba(42, 123, 155, 1) 0%, rgba(85, 196, 134, 1) 0%, rgba(125, 208, 231, 1) 0%, rgba(23, 100, 143, 1) 100%);
}

.packages-second-wrap {
    background: linear-gradient(140deg, rgba(42, 123, 155, 1) 0%, rgba(85, 196, 134, 1) 0%, rgba(139, 187, 98, 1) 0%, rgba(33, 82, 27, 1) 100%);
    padding: 4.5rem 3rem 3rem;
}

.packages-third-wrap {
    background: linear-gradient(140deg, rgba(42, 123, 155, 1) 0%, rgba(85, 196, 134, 1) 0%, rgba(205, 178, 157, 1) 0%, rgba(49, 125, 104, 1) 100%);
}

.package-btn {
    background: #f7f9f842;
    width: 100%;
}

.packages_wrap {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* packages-section Css  */

/* selling_sec  */
.cart-btn {
    background: var(--extra-color-6);
    color: var(--extra-color-2);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.selling_sec .owl-carousel .owl-stage-outer {
    padding: 56px 0px 55px 0px;
}

.product_desc_wrapper {
    position: absolute;
    background: var(--secondary-color);
    padding: 20px;
    border-radius: 10px;
    bottom: 0;
    opacity: 0;
}

.del-box:hover .product_desc_wrapper {
    opacity: 1;
}

.img_del::before {
    content: "";
    position: absolute;
    border: 2px solid var(--secondary-color);
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 220px 220px 20px 20px;
    top: -5px;
    left: -5px;
    opacity: 0;
}

.img_del:hover::before {
    opacity: 1;
}

.del_slider .owl-stage-outer {
    padding-top: 20px;
}

.del-box {
    padding: 0px 10px;
}

/* selling_sec  */

/* review-section Css  */
.review-section::after {
    content: "";
    position: absolute;
    background-color: #754c24;
    width: 250px;
    height: 440px;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.client-slider {
    margin-right: -190px;
}

.testi_fig::after {
    content: "";
    position: absolute;
    background-image: url(../img/testi-bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 123px;
    height: 120px;
    right: -30px;
    bottom: -30px;
    /* z-index: -1; */
}

.client-slide {
    border: 2px solid #ebebeb;
    margin: 0px 20px 0px 0px;
    border-radius: 3px;
}

.client-slide:hover {
    border-color: #a5da9d;
}

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

.review-li i {
    font-size: 15px;
}

.client-slider .slick-dots {
    bottom: -50px;
    left: 0;
    right: unset;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    top: unset;
    row-gap: 0;
    gap: 10px;
    max-width: fit-content;
}

.client-slider .slick-dots li {
    background: #4a463d;
    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(--extra-color-10);
    border-color: transparent;
    width: 90px;
}

.review-section .about_fig::before {
    width: 560px;
    height: 560px;
}

/* review-section Css  */

/* blog-section Css  */

/* .blog-section {
    padding: 0px 0 12rem;
} */

/* .blog-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/blog-bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 260px;
    bottom: -150px;
} */

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

.faqs_fig::after {
    content: "";
    position: absolute;
    background-image: url(../img/faqs-img-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 160px;
    height: 120px;
    left: 0;
    top: 0;
    /* z-index: -1; */
}

/* Tablet Responsive  */
@media(max-width:992px) {
    .blog-section .blog-slider .blog-slide {
        margin: 0px 10px;
    }
}

/* Tablet Responsive  */

/* blog-section Css  */

/* newsletter Css  */

.newsletter {
    position: relative;
    z-index: 999;
    margin-bottom: -250px;
}

.news-letter-wrapper {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 90px 70px;
    border-radius: 20px;
    background: linear-gradient(140deg, rgba(42, 123, 155, 1) 0%, rgba(85, 196, 134, 1) 0%, rgba(211, 180, 159, 1) 0%, rgba(45, 124, 103, 1) 100%, rgba(49, 125, 104, 1) 0%);
}

.newsletter-fields-wrapper .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-radius: 47px;
}

.newsletter-fields-wrapper .input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: unset;
}

/* newsletter Css  */

/* footer Css  */

.site-footer {
    background-image: url(../img/footer-bg.png);
    padding: 19rem 0px 50px;
    background-position: top;
}

.footer-email .btn {
    font-family: var(--primary-regular-font);
}

.footer-ul {
    gap: 40px;
    justify-content: space-between;
}

/* footer Css  */

/* about-page Css  */

.inner-banner::before {
    content: unset;
}

.banner.inner-banner::after {
    height: 130px;
    bottom: -10px;
}

/* contact-page Css  */
.contact-icon-wrap {
    max-width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    margin: auto;
    position: relative;
}

.contact-icon-wrap:hover {
    background: var(--extra-color-1);
}

.contact-icon-wrap::before {
    content: "";
    position: absolute;
    border: 4px solid var(--extra-color-1);
    background-size: cover;
    width: 200px;
    height: 200px;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    z-index: -1;
    animation: animate-border 3s ease-in-out infinite, pulse-border 2s ease-in-out infinite;
    display: none;
}

.contact-icon-wrap:hover::before {
    display: block;
}

@keyframes animate-border {
    0% {
        border-width: 3px;
        border-color: var(--extra-color-1);
    }

    50% {
        border-width: 4px;
        border-color: var(--extra-color-8);
    }

    100% {
        border-width: 3px;
        border-color: var(--extra-color-1);
    }
}

@keyframes pulse-border {
    0% {
        border-width: 3px;
        border-color: var(--extra-color-1);
    }

    50% {
        border-width: 4px;
        border-color: var(--secondary-color);
    }

    100% {
        border-width: 3px;
        border-color: var(--extra-color-1);
    }
}

.contact-detail-section {
    padding: 100px 0px 68px;
}

/* contact-page Css  */

/* blog-page Css  */

.date-wrap {
    background: var(--secondary-color);
    border-radius: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    bottom: -15px;
    border-radius: 20px;
}

/* blog-page Css  */