*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* Default: Hide navigation buttons
 .swiper-button-next,
 .swiper-button-prev {
     display: none;
 }

 @media (min-width: 320px) and (max-width: 767px) {
     .swiper-button-next,
     .swiper-button-prev {
         display: block;
         color: red; 
         font-size: 20px; 
     }

     .swiper-button-next::after,
     .swiper-button-prev::after {
         font-size: 20px; 
     }
 } */
 /* color code for star */
 .star-color {
    color: #FACC15;
}

.color-red {
    color: #D71C24;
}

/* color code for star */

/* 1 section filter start */
.hidden {
    display: none;
}

.border-style {
    /* border:2px solid #D71C24; */
    border: 0;
}

.product-detail-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 20px 20px 0 0;
    background: #c1ecfb;
    gap: 10px;
}

.product-detail {
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.product-detail:hover {
    color: #D71C24;
    font-size: 21px;
    font-weight: 600;
}

.rotate-90 {
    transform: rotate(90deg);
    transition: transform 0.3s;
}

/* 1 section filter end */



/* 3 section detail start */

.video-container video {
    width: 100%;
    height: auto;
    display: block;
    /* aspect-ratio: 16 / 6; */
}

/* 3 section detail end */

/* 4 section start video start */
.myVideo {
    width: 100%;
    height: auto;
    aspect-ratio: 319 / 567;
}

/* 4 section start video end */


/* 5 section  Why they start  */


.slide-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 1.5rem;
}

.Why-they {
    font-size: 2em;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.Why-they:hover {
    font-size: 1.6em;
    color: black;
}

@media screen and (max-width: 1000px) {
    .Why-they {
        font-size: 2em;
        color: black;
    }
}

.swiper-container {
    width: 100%;
    height: 250px;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    text-align: center;
    background: #fff;
    /* padding: 20px; */
    box-sizing: border-box;
}

.slide-box {
    height: 100%;
}

.swiper-pagination-bullet {
    background-color: #9c9c9c !important;
    /* Change to desired color */
}

.swiper-pagination-bullet-active {
    background-color: #D71C24 !important;
    /* Change to desired color */
}



/* 5 section  Why they start */



/* btn css and hover  */
.btn1-now{
    color: black !important;
    background-color: white !important;
    border: 1px solid black !important;
}
.btn1-now:hover{
    color: white !important;
    background-color: black !important;
    border: 1px solid black !important;
}
.btn2-now{
    color: white !important;
    background-color: black !important;
    border: 1px solid black !important;
}
.btn2-now:hover{
    color: black !important;
    background-color: white !important;
    border: 1px solid black !important;
}
.btn-buy-add{
    margin: 10px;
    padding: 10px !important;
    width: 100%;
    font-size: 22px;
}
/* btn css and hover  */

/* + - */
/* .gap20 {
    gap: 20px;
}

.npdp-qty-parent {


    margin-bottom: 36px;
    padding-left: 16px;
}

.align-center {
    align-items: center;
}

.npdp-qty-selector {
    height: 48px !important;
    width: 95px !important;
    display: flex;
    justify-content: space-around;
    border: 1px solid;

}

.gap14 {
    gap: 14px;
}

.npdp-qty-selector input {
    width: 20px;
    text-align: center;
    font-family: 'Gotham-Bold';
    font-weight: 700;
}
.pointer{
    cursor: pointer;
} */
/* + - */

/* pay icon */
.box-size-wd{
    width: 100%;
}
/* pay icon */
/* icon-img */
    .icon-img{
        width: 70%;
    }
/* icon-img */

/* price and offer */
.price-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* margin-bottom: 36px; */
    /* padding-left: 16px; */
}

.price-section .price-details {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0px;
}

.current-price {
    display: flex;
    flex-direction: row;
    width: 54%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    /* margin-bottom: 12px; */
}

.current-price .label {
    color: var(--Black, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.offer-timer {
    color: #606060;
}

.offer-timer {
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
    border-radius: 5px;
    color: white;
    font-size: 12px;
    padding: 5px 8px;
}

.offer-details {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: nowrap;
    flex-direction: row;
    /* justify-content: space-between; */
    width: 100%;
}

.price-value {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 65px;
}

.price-value .amount {
    color: var(--Black, #000);
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.price-value .taxes {
    font-size: 12px;
    margin-left: 5px;
    margin-top: 5px;
    line-height: normal;
    color: var(--Black, #000);
    font-style: normal;
    font-weight: 400;
}

.discount-info {
    display: flex;
    align-items: baseline;
    font-size: 18px;
}

.discount {
    margin-right: 12px;
    color: #18AD00;
    text-align: center;
    /* font-size: 22px; */
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mrp {
    color: #606060;
    text-align: center;
    /* font-size: 22px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.original-price {
    text-decoration: line-through;
}
/* price and offer */

/* // X-Small devices (portrait phones, less than 576px) */
/* // No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
.font-size-16 {
    font-size: 16px;
}
.font-size-15 {
    font-size: 16px;
}
.font-size-34{
    font-size: 26px !important;
}
.font-size-20{
    font-size: 10px !important;
}
.font-size-21{
    font-size: 14px;
}

@media (min-width: 576px) {
    .font-size-16 {
        font-size: 12px;
    }
    .font-size-15 {
        font-size: 12px;
    }
    .btn-buy-add{
        width: 225px;
    }

    .box-size-wd{
        width: 100%;
    }
    .font-size-34{
        font-size: 34px !important;
    }
    .font-size-20{
        font-size: 16px !important;
    }
    .font-size-21{
        font-size: 16px !important;
    }
    .price-value {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 134px;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .font-size-16 {
        font-size: 12px;
    }
    .font-size-15 {
        font-size: 12px;
    }
    .border-style {
        /* border:2px solid #D71C24; */
        border: 2px solid transparent;
    
    }
    .btn-buy-add{
        width: 130px;
    }
    .box-size-wd{
        width: 75%;
    }
    .font-size-34{
        font-size: 16px !important;
    }
    .font-size-20{
        font-size: 16px !important;
    }
    .font-size-21{
        font-size: 16px !important;
    }
    .price-value {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 34px;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .font-size-16 {
        font-size: 16px;
    }
    .font-size-15 {
        font-size: 16px;
    }
    .border-style {
        /* border:2px solid #D71C24; */
        border: 2px solid;
    
    }
    .btn-buy-add{
        width: 180px;
    }
    .box-size-wd{
        width: 75%;
    }
    .font-size-34{
        font-size: 30px !important;
    }
    .font-size-20{
        font-size: 16px !important;
    }
    .font-size-21{
        font-size: 16px !important;
    }
    .price-value {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 78px;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .font-size-16 {
        font-size: 16px;
    }
    .font-size-15 {
        font-size: 16px;
    }
    .border-style {
        /* border:2px solid #D71C24; */
        border: 2px solid;
    
    }
    .btn-buy-add{
        width: 225px;
    }

    .box-size-wd{
        width: 75%;
    }
    .font-size-34{
        font-size: 30px !important;
    }
    .font-size-20{
        font-size: 16px !important;
    }
    .font-size-21{
        font-size: 16px !important;
    }
    .price-value {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 134px;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .font-size-16 {
        font-size: 16px;
    }
    .font-size-15 {
        font-size: 16px;
    }
    .border-style {
        /* border:2px solid #D71C24; */
        border: 2px solid;
    
    }
    .btn-buy-add{
        width: 225px;
    }
    
    .box-size-wd{
        width: 75%;
    }
    .font-size-34{
        font-size: 30px !important;
    }
    .font-size-20{
        font-size: 16px !important;
    }
    .font-size-21{
        font-size: 16px !important;
    }
    .price-value {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 134px;
    }
}

