*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}


marquee {
    position: fixed;
    background-color:red;
    color: black;
    font-size: 25px;
    z-index: 3;
top: 0;
}

.marquee{
        animation: beepEffect 0.5s infinite alternate;
}

marquee {
    span {
        font-family: 'Poppins';
        color: yellow;
        font-weight: bold;
    }
    i{
        color: yellow;
    }
}

@keyframes beepEffect {
    0% { transform: translateY(5px); }
    /* 15% { transform: translateY(-10px); }
    30% { transform: translateY(10px); }
    45% { transform: translateY(-10px); }
    60% { transform:  translateY(10px); }
    75% { transform:  translateY(-10px); } */
    100% { transform:  translateY(-5px); }

}

.LOGO{
    width: 11vh;
    cursor: pointer;
    max-width: 150px;
    margin-bottom: 1.5rem;
    /* position: absolute;
    left: 47%;
    top: 5%; */
}


.container{
    position: relative;
}


.container .wrapper{
    /* float: inline-end; */
    width: 95%;
    /* height: 80%; */
    box-shadow: 10px 10px 20px rgba(0.6, 0.6, 0.6, 0.6);
    /* margin: -33rem auto; */
    /* margin-left: 54rem; */
    overflow: hidden;
    border-radius: 10px;
    animation-name: slideinbottom;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-timing-function: ease-out;
}


.container .wrapper-holder{
    display: grid;
    grid-template-columns: repeat(3,100%);
    height: 100%;
    width: 100%;
    animation: slider 40s infinite steps(1);
    animation-timing-function: ease-out;
    animation-direction: normal;
    animation-iteration-count: 5;
    
}

.container #slider-img1{
    /* background-image: url(slide\ 1.jpg); */
    width: 100%;
    height: 100%;
    /* background-size: contain; */
    /* background-position: center; */
}

.container #slider-img2{
    /* background-image: url(slide\ 2.jpg); */
    width: 100%;
    height: 100%;
    /* background-size: contain; */
    /* background-position: center; */
}

.container #slider-img3{
    /* background-image: url(slide\ 3.jpg); */
    width: 100%;
    height: 100%;
    /* background-size: contain; */
    /* background-position: center; */
}

.container .button-holder .button{
    border: 2px solid #ff0000;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    display: inline-block;
    margin: .3rem;
}


.container .button-holder{
    position: absolute;
    /* left: 78%;
    top: 90%; */
}

.slider-box{
    display: flex;
    justify-content: center;
    align-items: end;
   margin-top: 10rem;
    margin-bottom: 2rem;
}

.details{
    margin-top: 3rem;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .slider-box{
        margin-top: 5rem;
        margin-bottom: 2rem;
    }
    .details{
        margin-top: 0rem;
        display: flex;
        align-items: center;
    }
}

/*.button:hover{
    box-shadow: 0px 0px 7px 4px red;

}*/

 .slider-container {
            /* width: 400px; */
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            background: white;
            text-align: center;
aspect-ratio: 1 / 1;
        }

        .slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .slide {
            min-width: 100%;
            /* height: 300px; */
        }

        .slide img {
            width: 100%;
            /* height: 100%; */
            object-fit: cover;
        }

        .prev, .next {
                position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    height: 3rem;
    border-radius: 50%;
    width: 3rem;
        }

        .prev {
            left: 10px;
        }

        .next {
            right: 10px;
        }

        .thumbnail-container {
            display: flex;
            justify-content: center;
            margin-top: 10px;
        }

        .thumbnail {
            width: 60px;
            height: 60px;
            margin: 5px;
            cursor: pointer;
            opacity: 0.6;
            border: 2px solid transparent;
            transition: opacity 0.3s, border 0.3s;
        }

        .thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
        }

        .thumbnail.active {
            opacity: 1;
            border: 2px solid #007bff;
        }



@keyframes slider{
    0%,15%{transform: translateX(0%);}
    20%,27%{transform: translateX(-100%);}
    30%,37%{transform: translateX(-200%);}
    40%,47%{transform: translateX(0%);}
    50%,57%{transform: translateX(-100%);}
    60%,67%{transform: translateX(-200%);}
    70%,77%{transform: translateX(0%);}
    80%,87%{transform: translateX(-100%);}
    90%,97%{transform: translateX(-200%);}
    /* 90%,95%{transform: translateX(-200%);} */
    100%{transform: translateX(0%);}
    /* 800%{transform: translateX(-200%);} */
    
}
    /*80%{transform: translateX(-300%);}
    90%{transform: translateX(0%);}
    100%{transform: translateX(0%);}
}*/


@keyframes slideinleft {
    from {
        transform: translateX(-300px);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideintop {
    from {
        transform: translateY(-300px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideinbottom {
    from {
        transform: translateY(300px);
    }

    to {
        transform: translateY(0);
    }
}


.header_content h1{
    font-size: 3.5rem;
    font-weight: 400;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: red;
    /* line-height: 3.5rem; */
    text-transform: uppercase;
    -webkit-text-stroke: 2px black;
    animation-name: slideinleft;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-timing-function: ease-out;
}


.header_content h2{
    font-size: 2.5rem;
    font-weight: 400;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: var(--text-dark);
    line-height: 3.5rem;
    animation-name: slideinleft;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-timing-function: ease-out;
}


.header_content p{
    font-family: 'Poppins';
    /* font-size: 22px; */
    font-size: 1.1rem;
    animation-name: slideinleft;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-timing-function: ease-out;
}

.header_content p span{
    color: #ff0000;
    font-family:'Times New Roman', Times, serif ;
}

.container .read-more-btn {
    white-space: nowrap;
    background: white;
    border: 3px solid #ff0000;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 20px;
    color: red;
    padding: 1rem 2rem;
    font-weight: 600;
    margin-top: 4%;
    /* margin-left: 18%; */
    /* margin: auto; */
    animation-name: slideinleft;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-timing-function: ease-out;
    transition: all 0.3s;
}

.read-more-btn:hover{
    transform: translateY(-10px);
    background-color: #ff0000;
    color: white
}

.background_container {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation-name: slideintop;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-timing-function: ease-out;
}

/* Background image with overlay */
.background_container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* top: -1%; */
    left: 0;
    background: url('background img.jpg') no-repeat center center/cover;
    opacity: 0.3;
    z-index: -1;
}

nav{
   display: flex;
    /* min-height: 100vh; */
    padding-top: 3rem;
    overflow: auto;
    /* position: absolute; */
    top: 0;
    /* height: 100vh; */
    z-index: 2;
    width: 100%;
}

.nav_header{
    width: 100%;
}

.nav_logo{
   /* position: absolute; */
    display: flex;
    width: 100%;
    /* top: 2rem; */
    justify-content: center;
}


/* ---------------- New Styling ------------------*/



section{
padding: 3rem 0;
    /* width: 80%;
    margin: 130px auto; */
}

@font-face{
    font-family: newfont;
    src: url(noto\ nastaliq\ urdu);
}


.demo{
    font-size: 3rem;
    line-height: 3;
    width: 100%;
    display: block;
    text-align: center;
    font-family: newfont;
    color: red;
    text-decoration-line: underline;
    text-underline-offset: 14px;
    text-shadow:0 0 5px black, 0 0 10px black;    
}
    


.title p{
    font-size: 1.3rem;
    text-align: right;
    font-family: newfont;
    padding: 0;
    line-height: normal;
    display: flex;
    align-items: baseline;
    gap: 15px;
    justify-content: end;
}
   

.title h4{

    width: 100vw; /* Full viewport width */
    font-size: 3rem; 
    text-align: center;
    font-family: newfont;
    color: red;
    margin: 0; /* Reset margins */
    margin-left: -149px;
    padding-left: 80px;
    text-decoration-line: underline;
    text-underline-offset: 14px;
    text-shadow:0 0 5px black, 0 0 10px black;
}

.testimonials{
    /* padding: 20px 0 ; */
}

.section-header{
    text-align: center;
    padding: 6px;
    font-size: 3rem;
    color: white;
    background-color: red;
}

h5{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.swiper-wrapper{
    display: flex;
}

.testimonials-content{
    display: block;
    overflow: hidden;
}

.testimonials-slider{
    display: flex
}

.testimonials-item {
    background-color: whitesmoke;
    padding: 30px;
    border-radius: 15px;
    margin-top: 40px;
}

.testimonials-item img{
    max-width: 80px;
    border-radius: 50px;
    margin-right: 20px;
    vertical-align: middle;   
}

.testimonials-item .info{
    display: flex;
    align-items: center;
    font-size: 2rem;
}

.testimonials-item .name{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    color: black;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.2;
}

.testimonials-item p{
    margin-top: 10px;
    margin-left: 3px;
    color: black;
    animation: none;
}

.testimonials-item .rating{
    margin-top: 10px;
    font-size: 14px;
    color:gold;
}

.js-testimonials-pagination {
    position: relative;
    margin-top: 20px; 
}

.js-testimonials-pagination .swiper-pagination-bullet-active {
    background-color: #cc0000 !important; /* Dark red for active bullet */
    box-shadow: 0px 0px 12px rgba(204, 0, 0, 0.8); /* Stronger shadow */
    transform: scale(1.3); /* Active bullet ko bada dikhane ke liye */
}

@media (max-width: 768px) {
    .card-container {
        flex-direction: column; /* Stacks cards vertically on smaller screens */
        align-items: center; /* Centers the cards */
    }
}

.card-container {
padding: 2rem 0;
    display: flex; /* Enables flexbox */
    gap: 60px; /* Adds space between cards */
    justify-content: center; /* Centers cards horizontally */
    flex-wrap: wrap; /* Allows wrapping if there are too many cards for one row */
}

.card {
    /* margin-top: -100px; */
    background-color: whitesmoke; /* Card background */
    border-radius: 20px; /* Rounded corners */
    padding: 20px;
    width: 250px; /* Fixed width */
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
}


.icon {
    font-size: 40px; /* Icon size */
    margin-bottom: 10px; /* Spacing below icon */
}

.card-container p{
    animation: none;
    color: #121212;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}

.left, .right{
    width: 50%;
    padding: 30px;
}

.flex{
    display: flex;
    justify-content: space-between;
}

.flex1{
    display: flex;
}

.main_image{
    width: auto;
    height: auto;
}

.main_image img {
    width: 100%;
    border-radius: 10px;
}

.option{
padding: 10px 0;
}

.option img{
    padding: 0px;
    width: 15%;
    border: 1px solid #ececec;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 #b8b8b8;
}

.right{
    padding: 50px 100px 50px 50px;
}

.product-title{
    color: red;
    /* margin: 20px 0 20px 0; */
    font-size: 3rem;
    font-weight: bolder;
    font-family: 'remixicon';
    -webkit-text-stroke: 1.5px #00000099;
}

.rating{
    color: gold;
}

.rating p{
    color: rgb(0, 0, 0);
    animation: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}


.product-details{
    margin-top: 3rem;
    color: #000;
    animation: none;
    font-size: 17px;
    font-family: 'Poppins';
    text-align: left;
    width: 100%;
}

.product-details span{
    text-decoration: underline;
    color: #6c6c6c;
    font-family: 'Poppins';
}

@media (max-width: 768px) {
    .product-title{
        font-size: 2.5rem;
    }
    .title p {
        font-size: 1.1rem;
    }
    .product-details{
        margin-top: 1.5rem;
    }
}

.order-btn-container {
    /* padding: 15px 0; */
    border: 2px solid #fe2905;
    border-radius: 10px;
    margin-top: 1rem;
}

.order-btn-container iframe{
width: 100%;
}

.order-btn {
    padding: 15px 150px;
    font-size: 1.2rem;
    width: -webkit-fill-available;
    box-shadow: 2px 2px 10px 0px #000000ba;
    width: 100%;
    font-weight: bold;
    white-space: nowrap;
    animation: pulse-bounce 1s infinite;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

@keyframes pulse-bounce {
    0% {
        transform: scale(1) translateY(0);
    }
    50% {
        transform: scale(0.95) translateY(0); /* Slight downward squeeze */
    }
}

.product-price {
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;/* Space between original and discounted prices */
}

.original-price {
    color: gray;
    text-decoration: line-through;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: monospace;
}

.discounted-price {
    color: red;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: monospace;
}


.third-paragraph p{
    width: 100vw; /* Full viewport width */
    font-size: 3rem; 
    text-align: center;
    font-family: newfont;
    color: red;
    text-decoration-line: underline;
    text-underline-offset: 14px;
    margin: 0; /* Reset margins */
    padding: 20px;
    text-shadow:0 0 5px black, 0 0 10px black;
    animation: none;
}

.fourth-paragraph p{
    width: 100vw; /* Full viewport width */
    font-size: 130%; 
    text-align: right;
    font-family: newfont;
    margin: 0; /* Reset margins */
    margin-left: -80px;
    padding-left: 80px;
    margin-top: 1%;
    animation: none;
    line-height: 4rem;
}

/* Footer Styling */
.footer {
    background-color: #1a1a1a; /* Dark background color */
    color: #fff; /* White text color */
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: red; /* Highlighted heading color */
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    margin: 5px 0;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-section a:hover {
    color: red; /* Highlighted color on hover */
}

/* Social Media Icons */
.social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: #fff; /* White icons */
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: red; /* Highlighted icon color on hover */
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    border-top: 1px solid #333; /* Subtle top border */
    padding-top: 10px;
    color: #ccc;
}

.footer-bottom p {
    margin: 0;
}



/* The Modal (Hidden by Default) */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

/* Show modal when targeted */
#modal:target {
    display: flex;
}

/* Modal Content Box */
.modal-content {
   background: white;
    padding: 20px;
    width: 95vw;
    text-align: center;
    border-radius: 8px;
    position: relative;
    max-width: 550px;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    text-decoration: none;
    font-size: 20px;
    color: #333;
}

.close-btn:hover {
    color: red;
}

iframe{
    display: flex;
    height: 85vh;
    max-height: 600px;
}