@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sevillana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Sevillana&display=swap');

.collection-item-v4 .collection-image {
    display: block;
    height: 600px !important;
}

.flat-spacing-12 {
    padding-top: 25px !important;
    padding-bottom: 50px;
}

@media (max-width:497px) {
    .tf-banner-collection .box-content .sub {
        line-height: 35px;
        font-size: 30px;
    }

    .tf-banner-collection .box-content .heading {
        font-size: 26px;
        line-height: 26px;
    }

}

.canprice {
    color: black;
    font-weight: 400;
}

.cls {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.hero-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(myimg/lingerie-pattern-golden.webp);
    background-position: center;
    /* height: 300px; */
    text-align: center;
    color: white;
    padding: 20px;
    position: relative;
    margin-bottom: 5vh;
    border-radius: 20px;
    /* background-size: contain; */
}

.hero-section h1,
.hero-section p {
    margin: 0;
}

.hero-section h1 {
    font-size: 4rem;
    font-weight: 800;
    font-family: 'Dancing Script';
}

.hero-section p {
    font-size: 22px;
    color: #440001;
}

@media (max-width: 497px) {
    .hero-section {
        height: 100px;
        /* Adjust height for mobile */
    }

    .hero-section h1 {
        font-size: 38px;
        /* margin-bottom: 10px; */
        font-family: 'Dancing Script';
        font-weight: 800;
    }

    .hero-section p {
        font-size: 13px;
        /* Adjust font size for mobile */
    }

    .collection-item-v4 .collection-image {
        display: block;
        height: 450px !important;
    }
}





.banner-section {
    position: relative;
    overflow: hidden;
}

.tf-banner-collection {
    position: relative;
    width: 100%;
    height: 500px;
    /* Adjust the height as needed */
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    /* Add rounded corners if needed */
}

.tf-banner-collection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(65%);
    /* Darken the image for better text contrast */
    border-radius: 10px;
}

.box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 20px;
}

.box-content .sub {
    font-size: 1.5rem;
    /* Increase the size of the sub-heading */
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-content h2.heading {
    font-size: 3rem;
    /* Increase the size of the main heading */
    margin-bottom: 15px;
    font-weight: bold;
}

.box-content p {
    font-size: 1.25rem;
    /* Increase the size of the paragraph text */
    margin-bottom: 25px;
}

.box-content .tf-btn {
    font-size: 1.2rem;
    /* Increase the size of the button text */
    padding: 5px 30px;
    border-radius: 50px;
    background-color: #ff6f61;
    /* Example button color */
    color: white;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.box-content .tf-btn:hover {
    background-color: #ff4a3d;
    /* Darker shade on hover */
    transform: scale(1.05);
    /* Slight zoom effect on hover */
}

@media (max-width: 497px) {
    .tf-banner-collection {
        height: 300px;
        /* Adjust height for smaller screens */
    }

    .box-content .sub {
        font-size: 1.2rem;
    }

    .box-content h2.heading {
        font-size: 2.2rem;
    }

    .box-content p {
        font-size: 1rem;
    }

    .box-content .tf-btn {
        font-size: 1rem;
        padding: 12px 25px;
    }
}


/* banner responsive start */
/* .tf-slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tf-slideshow .swiper-slide {
    position: relative;
}

.tf-slideshow .wrap-slider img {
    width: 100%;
    height: auto;
  
    object-fit: cover;
    
}

@media (max-width: 768px) {
    .tf-slideshow .wrap-slider img {
        height: 300px;
       
    }

    .box-content h1 {
        font-size: 1.8rem;
       
    }

    .box-content p {
        font-size: 1rem;
       
    }

    .box-content a {
        font-size: 1rem;
       
        padding: 10px 20px;
    
    }
}

@media (max-width: 480px) {
    .tf-slideshow .wrap-slider img {
        height: 200px;
    }

    .box-content h1 {
        font-size: 1.5rem;
   
    }

    .box-content p {
        font-size: 0.9rem;
       
    }

    .box-content a {
        font-size: 0.9rem;
        
        padding: 8px 16px;
       
    }
}


.sw-pagination-slider .swiper-pagination-bullet {
 
 
    opacity: 0.7;
}

.sw-pagination-slider .swiper-pagination-bullet-active {
    background-color: #ff6f61;

    opacity: 1;
}


.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* banner responsive end*/





/* .snowflake {
    position: fixed;
    color: white;
    font-size: 12px;
    pointer-events: none;
    opacity: 0.9;
    z-index: 9999;
    will-change: transform;
    user-select: none;
} */



/* Container for the video banner */
.tf-slideshow2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Video Styling */
.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
    /* Behind the content */
}

/* Overlay Gradient for Better Text Visibility */
.banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    /* Ensure overlay is above video but below content */
}

/* Centered content over the video */
.box-content {
    position: relative;
    z-index: 2;
    /* Ensure content is above the video and overlay */
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    /* Text shadow for better visibility */
}

/* Enhanced Text Styles */
.subheading {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.heading {
    font-size: 4rem;
    margin-bottom: 25px;
    font-weight: bold;
    letter-spacing: 2px;
}

.description {
    font-size: 1.2rem;
    margin-bottom: 35px;
}

/* Button Styles */
.tf-btn {
    font-size: 1.2rem;
    padding: 12px 30px;
    border-radius: 50px;
    background-color: #ff6f61;
    color: white;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.tf-btn:hover {
    background-color: #ff6f61;
    color: #f6f6f6;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .heading {
        font-size: 2.5rem;
    }

    .description {
        font-size: 1rem;
    }

    .tf-btn {
        font-size: 1rem;
        padding: 12px 25px;
    }
}

@media (max-width: 497px) {
    .heading {
        font-size: 2rem;
    }

    .description {
        font-size: 0.9rem;
    }

    .tf-btn {
        font-size: 0.9rem;
        padding: 10px 20px;
    }

    .tf-loading-default.style-2 {
        display: none !important;
    }

    .mob-cont h2 {
        font-size: 30px !important;
    }
}

.vmore {
    padding-block: 10px;
    padding-inline: 30px;
    font-size: 17px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(90deg, #44000191, #f2c76b, #fad175);
    /* box-shadow: 3px 4px #420001; */
    transition: 0.5s ease;
    font-family: 'Lexend Deca';
}

.vmore:hover {
    box-shadow: 3px 4px #420001;
    color: #440001;
}


.cta-banner {
    margin-top: 20px;
}

.banner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    /* Adds a shadow to the banner */
}

.banner img {
    width: 100%;
    height: 450px;
    /* Adjust the height to make the banner more prominent */
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
    filter: brightness(60%);
    /* Darkens the image slightly to enhance text visibility */
}

.banner:hover img {
    transform: scale(1.05);
    filter: brightness(80%);
    /* Lightens the image slightly on hover */
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.7);
    /* background-color: rgba(0, 0, 0, 0.6); */
    /* Semi-transparent black background */
    padding: 30px;
    border-radius: 10px;
    width: 70%;
    /* Adjusts the width of the content box */
}

.banner-content h2 {
    font-size: 3em;
    margin-bottom: 15px;
    line-height: 1.2;
}

.banner-content p {
    font-size: 1.2em;
    margin-bottom: 25px;
}

.btn-banner {
    padding: 12px 35px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.btn-banner:hover {
    background-color: #000;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .banner-content h2 {
        font-size: 2.2em;
    }

    .banner-content p {
        font-size: 1.1em;
    }

    .btn-banner {
        padding: 10px 25px;
    }
}

@media (max-width:497px) {
    .icon-search::before {
        color: black;
    }

    .icon-account::before {
        color: black;
    }

    .icon-heart::before {
        color: black;
    }

    .icon-bag::before {
        color: black;
    }

    .nav-search a i::before {
        color: white;
    }

    .nav-cart a i::before {
        color: white;
    }

    .cls {
        padding-block: 9vh !important;
    }
}



.footer .footer-infor ul li p {
    color: white;
}

.footer .footer-infor ul li p a {
    color: white;
}


.footer .footer-heading h6 {
    color: white;
}

.footer-menu-list li a {
    color: white;
}

.footer-menu_item {
    color: white;
}

.form-sign-in .tf-login-form form .bottom .btn-link {

    font-size: 13px !important;
}