video.hero-video,
.brand-section img {
    width: 100%;
}

div#header-sticky {
    background: #fff;
}

/* .hero-section.hero-1{
	height:500px;
} */
.swiper-pointer-events {
    touch-action: pan-y;
    height: 100%;
}

.hero-1 .frame-shape {
    top: 70px;
}

.header-top-section.fix::after {
    content: '';
    background: #ed1f25;
    position: absolute;
    right: 0;
    top: 0;
    width: 275px;
    height: 100%;
}

.header-top-wrapper .top-right .social-icon {
    gap: 15px;
    z-index: 9;
}

.header-top-wrapper .top-right .social-icon a {
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
}

.header-top-wrapper .top-right .social-icon a:hover {
    background-color: #000;
    color: #fff;
}

.header-top-wrapper .top-right {
    position: absolute;
    right: 60px;
}

div#header-sticky::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #ed1f25;
    width: 115px;
    height: 100%;
}

.header-right {
    z-index: 9;
}

.hero-1 .hero-content {
    position: relative;
    padding: 100px 0;
}

#ai-assistant {
    position: relative;
    top: -112px;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.about-wrapper .about-image-items .circle-shape {
    position: absolute;
    bottom: -145px;
    left: -50px;
    z-index: 2;
}


.hover-img img {
    width: 200px;
}


.product-slider {
    overflow: hidden;
    width: 100%;
}

.product-track {
    display: flex;
    gap: 24px;
    /* same as Bootstrap gutter */
    animation: scroll 20s linear infinite;
}

.product-slider:hover .product-track {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.product-track .col-xl-3 {
    flex: 0 0 auto;
}

.layer_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.product-card-items:hover .layer_img {
    opacity: 1;
}

.testimonial-section{
    padding-top: 0;
}
.news-section{
    padding-top: 0;
}

.madmix-section {
        background-color: #ed1f25;
        text-align: center;
        padding: 50px 0;
        margin: 50px 0;
    }

    .madmix-section p {
        color: #fff;
    }

    .madmix-number {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        /* Dark green */
    }

    .madmix-title {
        font-weight: bold;
        margin-bottom: 0.5rem;
        color: #fff;
        font-size: 30px;
    }



    .madmix-image {
        max-height: 300px;
    }

    .madmix-item {
        margin-bottom: 100px;
		 margin-top: 100px;
    }

.breadcrumb-wrapper .page-heading h1{
	font-size:25px;
	width:50%;
    line-height: 55px;
}

    @media (max-width: 767px) {
        .madmix-section {
            padding: 2rem 1rem;
        }
		.breadcrumb-wrapper .page-heading h1{
	width:100%;}

        .madmix-number {
            font-size: 2.5rem;
        }

        .madmix-image {
            max-height: 200px;
        }
    }

/* .product-card-items .product-image {
        border: 1px solid #dfe1e7;
        position: relative;
        height: 240px;
        overflow: hidden;
    }

    .product-card-items:hover .product-image img {
        transition: transform 0.5s ease-in-out;
        transform: translateY(-100%);
    } */
.two-column-section h2{font-size:35px;}
#product-slider .testimonial-card-items ul li::after,
#product-slider .testimonial-card-items::before{display: none;}
.testimonial-section{background-color: #fff;}
.breadcrumb-wrapper p{line-height: 20px;}
.about-section h5{font-size: 16px;}