.main-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f5f5f7;
    padding: 50px;
    margin-top: 70px;
}

.main-banner img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    background: linear-gradient(180deg, #fafafb 0, #edf1f2 100%);
    border: 0;
    transition: all .3s ease-out;
}

.banner-text {
    position: absolute;
    text-align: left;
    top: 50%;
    width: 50%;
    transform: translateY(-30%);
}
.mb_padder {
    padding: 0 150px;
}

.text-for-main-1 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 30px;
    color: white;
}

.text-for-main-2 {
    margin: 0 0 30px;
    font-size: 30px;
    color: white;
    width: 80%;

}

.text-for-main-3 {
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.text-for-main-3::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #f6f6f6;
    position: absolute;
    bottom:-2px;
    left: 0;
    transition: width 0.3s ease-out;
}

.text-for-main-3:hover::after {
    width: 100%;
}

.text-for-main-3:hover {
    color: #fff;
}
@media (max-width: 1200px) {
    .main-banner img{
        transform: scale(0.98);
    }
    .photo-gallery {
        padding: 0;
    }

    .prime_img img{
        height: 100%;
    }

    .discount-item {
        padding: 12px 12px 60px 12px;
    }
    .sb p {
        font-size: 24px;
        width: 100%;
    }


    .text-for-main-1 {
        font-size: 40px;
        line-height: 1.2;
        font-weight: 600;
        margin: 0 0 30px;
        color: white;
    }

    .text-for-main-2 {
        margin: 0 0 30px;
        font-size: 22px;
        color: white;
        width: 80%;

    }

    .text-for-main-3 {
        font-size: 18px;
        line-height: 1.4;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        position: relative;
    }

    .prev-arrow, .next-arrow {
        top: 92%;
        margin: 0 0 0 3%;
    }

}

@media (max-width: 942px) {
    .sb h2 {
        margin: 0;
        font-size: 32px;
    }

    .sb p {
        font-size: 19px;
        width: 100%;
    }

    .why_us_love span {
        font-size: 16px;
    }
    .banner-text {
        top: 39%;
    }
}




@media (max-width: 768px) {
    .main-banner img{
        aspect-ratio: 1 / 1;
        filter: brightness(35%);
    }
    .main-banner{
        padding: 140px 0 0 0;
    }
    .prime_img img{
        display: flex;
        padding: 10px;
        background-color: white;

    }

    .banner-text {
        width: 90%;
        padding: 0 10px;
    }

    .text-for-main-1 {
        font-size: 56px;
    }

    .text-for-main-2 {
        font-size: 24px;
    }

    .text-for-main-3 {
        font-size: 22px;
    }
    .photo-gallery{
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        padding: 10px;
    }
    .main-banner {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 480px) {
    .text-for-main-1 {
        font-size: 30px;
    }

    .text-for-main-2 {
        font-size: 16px;
    }

    .text-for-main-3 {
        font-size: 16px;
    }
    .sb p {
        font-size: 14px;
        width: 200%;
    }
}
.sb p {
    font-size: 20px;
    width: 170%;
}
.sb h2 {
    margin: 0;
    font-size: 20px;
    width: 200%;

}
@media (max-width: 380px) {
    .sb h2 {
        margin: 0;
        font-size: 16px;
    }
    .sb p {
        font-size: 10px;
        width: 180%;
    }
}