/* 
**********************************************************************************
 media Query 
**********************************************************************************
*/
@media screen and (max-width: 1800px) {

    /* Top Style Section */
    .top-style-sec .custom-prev {
        left: -12px;
    }

    .top-style-sec .custom-next {
        right: -12px;
    }
}

@media screen and (max-width: 1600px) {

    /* Header Section */
    .navbar-collapsed .nav-item {
        margin-right: 15px;
    }

    .nav-last-child {
        margin: 0 !important;
    }

    .navbar-collapsed .nav-link {
        font-size: 12px;
    }

    /* Luxury Section */
    .luxury-content .title_2 {
        max-width: 681px;
        font-size: 55px;
        font-weight: 300;
        margin: 4px 0 30px;
        font-family: var(--heading);
        color: var(--light-color);
    }

    /* Footer Section */
    .bottom-head {
        font-size: 24px;
    }

    /* About Us Page */
    /* Glittering Jewelry Section */
    .glittering-center .title_2 {
        font-size: 42px;
    }

    .glittering-center h3 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1400px) {

    /* About us Page */
    /* Crafted with Purpose Section */
    .crafted-purpose-content .title_2 {
        font-size: 48px;
        margin: 5px 0 25px;
    }

    .crafted-purpose-content p {
        max-width: 691px;
        font-size: 18px;
        margin-bottom: 18px;
    }

    .crafted-purpose-content {
        padding-left: 20px;
    }

    /* Opulent Designer Section */
    .Opulent-Designer .title_2 {
        font-size: 40px;
    }

    .Opulent-Designer .customizable-content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {

    /* Header Section */
    .nav-logo a {
        width: 70px;
    }

    .navbar-collapsed {
        position: fixed;
        top: 0px;
        left: -100%;
        /* background: rgba(0, 0, 0, 0.5); */
        /* backdrop-filter: blur(80px); */
        /* background: linear-gradient(to right, rgba(0, 0, 0, 0.816), rgba(0, 0, 0, 0.1)), url(../img/navbar-collapsed-bg-01.jpg); */
        background: linear-gradient(to right, rgba(0, 0, 0, 0.877), rgba(0, 0, 0, 0.4)), url(https://images.unsplash.com/photo-1600427150683-348f588e815c?q=80&w=688&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        width: 90%;
        transition: 0.3s ease-in;
        padding-top: 86px;
        padding-left: 85px;
    }

    .navbar-collapsed.active {
        left: 0%;
    }

    .navbar-collapsed.active .nav-link {
        font-size: 14px;
    }

    .navbar-collapsed ul {
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .navbar-collapsed .nav-link {
        color: var(--light-color);
        font-size: 18px;
    }

    .navbar-collapsed .nav-item {
        margin-right: 0px;
    }

    .nav-btn {
        display: inline-block;
        width: 30px;
        height: 2px;
        background: var(--primary-color);
    }

    .nav-menu {
        position: relative;
        z-index: 99;
        transition: 0.3s linear;
    }

    .nav-menu::before {
        content: "";
        width: 30px;
        height: 2px;
        background: var(--primary-color);
        position: absolute;
        bottom: -4px;
        left: 0;
        transition: 0.5s linear;
    }

    .nav-menu::after {
        content: "";
        width: 30px;
        height: 2px;
        background: var(--primary-color);
        position: absolute;
        top: 5px;
        left: 0;
        transition: 0.5s linear;
    }

    .nav-menu.active .nav-btn {
        opacity: 0;
    }

    .nav-menu.active::after {
        transform: translate(0, 2px) rotate(45deg);
        background: var(--light-color);
    }

    .nav-menu.active::before {
        transform: translate(0, -10px) rotate(-45deg);
        background: var(--light-color);
    }

    .middle-bar {
        margin-bottom: 0px !important;
    }

    .search-bar img {
        display: none !important;
    }

    .search-bar input {
        display: none;
    }

    .user-sec {
        gap: 10px;
    }

    .sm-search-bar {
        display: inline-flex;
        width: 80%;
        border: 1px solid #ffffff;
        margin: 0 auto;
        padding: 10px 12px;
        border-radius: 10px;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .sm-search-bar input {
        background: transparent;
        border: none;
        outline: none;
        width: 90%;
        color: var(--light-color);
    }

    .sm-search-bar i {
        color: var(--light-color);
        flex-shrink: 0;
    }

    .sm-search-bar ::placeholder {
        color: var(--light-color);
    }


    .header-sec.hide {
        transform: translateY(-42%);
    }

    /* Product Category section */
    .product-sec .category-card .title_3 {
        font-size: 22px;
    }

    /* Luxury Section */
    .luxury-content {
        padding: 100px 0 80px 50px;
    }

    /* For Every You Section */
    .for-every-card .for-every-img {
        height: 450px;
    }

    /* Review Section */
    .review-text .title_2 {
        font-size: 40px;
    }

    .review-text p {
        font-size: 16px;
    }

    /* Customizable Section */
    .customizable-content .title_2 {
        font-size: 40px;
    }

    .customizable-content p {
        font-size: 16px;
    }

    .primary-btn {
        font-size: 16px;
    }

    /* Stories Section */
    .insta-logo {
        width: 30px;
        height: 30px;
    }

    .insta-logo i {
        font-size: 14px;
    }

    /* About Us Page */
    /* Breadcrumb Section */
    .breadcrumb-wrapper {
        padding: 181px 0 20px 0;
        background: var(--secondary-color);
    }

    /* Crafted with Purpose Section */
    .crafted-purpose-img {
        max-width: 100%;
        height: 450px;
    }

    .crafted-purpose-content .title_2 {
        font-size: 55px;
        margin: 5px 0 40px;
    }

    .crafted-purpose-content p {
        max-width: 691px;
        font-size: 20px;
        margin-bottom: 30px;
    }

    /* About Us Counter */
    .counter-wrapper .counter {
        font-size: 75px;
    }

    .counter-wrapper .counter-txt {
        font-size: 18px;
    }

    /* Video Section */
    .video-sec {
        height: 450px;
    }

    .play-btn i {
        font-size: 35px;
    }

    .play-btn::before {
        width: 100px;
        height: 100px;
        border: 10px solid var(--light-color);
        animation: wave 1.8s infinite ease-out;
    }

    .play-btn::after {
        width: 90px;
        height: 90px;
        border: 10px solid var(--light-color);
    }

    /* Glittering Jewelry Section */
    .glittering-right-wrapper {
        padding-left: 0px;
    }

    /* Shop page  */
    /* Our Products Section */
    .our-products-wrapper .product-img {
        max-width: 100%;
        height: 388px;
    }

    .sidebar-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        z-index: 999;
    }

    .side-bar {
        position: fixed;
        top: 55%;
        left: 50%;
        transform: translate(-300%, -50%);
        width: 90%;
        max-width: 500px;
        max-height: 80vh;
        overflow-y: auto;
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        z-index: 1000;
        transition: .4s ease;
        opacity: 0;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    }


    .side-bar.active {
        transform: translate(-50%, -50%);
        opacity: 1;
    }


    .sidebar-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .close-sidebar {
        position: absolute;
        top: 10px;
        right: 12px;
        border: none;
        background: none;
        font-size: 26px;
        cursor: pointer;
        z-index: 99999;
    }

    /* Contact Page */
    /* Mobile app cta Section */
    .mobile-app-cta-sec {
        padding: 60px 0px;
    }

}

@media screen and (max-width: 992px) {

    /* Hero Section */
    .title_1 {
        max-width: 600%;
        font-size: 55px;
    }

    .hero-sec {
        min-height: 70vh;
        padding: 200px 0 100px;
        background: url(../img/banner-bg-01.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .hero-content p {
        max-width: 600px;
        margin: 20px 0 30px;
        font-size: 18px;
        font-weight: 400;
        color: var(--light-color);
        line-height: calc(28/18);
        font-family: var(--body);
    }

    /* Product Category section */
    .product-sec .title_2 {
        font-size: 40px;
    }

    /* Top Style Section */
    .top-style-sec .title_2 {
        font-size: 40px;
    }

    .top-style-sec .custom-prev,
    .top-style-sec .custom-next {
        width: 40px;
        height: 45px;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
    }

    .top-style-sec .custom-prev img,
    .top-style-sec .custom-next img {
        width: 20px;
    }

    /* Gift Section */
    .gift-sec .heading .title_2 {
        font-size: 40px;
    }

    /* Luxury Section */
    .luxury-content .title_2 {
        font-size: 40px;
    }

    /* For Every You Section */
    .for-every-you .custom-prev {
        left: 20%;
    }

    .for-every-you .custom-next {
        right: 20%;
    }

    /* Customizable Section */
    .customizable-wrapper {
        padding: 80px 0;
    }

    .customizable-content {
        padding-left: 30px;
    }

    .customizable-content {
        max-width: 90%;
    }

    .customizable-img {
        max-height: 420px;
    }

    /* About Us Counter */
    .counter-wrapper .counter {
        font-size: 60px;
    }

    .counter-wrapper .counter-txt {
        font-size: 16px;
    }


    /* Glittering Jewelry Section */
    .glittering-sec {
        padding-top: 40px;
    }

    /* Product-details Page */
    /* Related Products Section */
    .brezee-collection {
        max-width: 100%;
        height: 350px;
    }


    /*  Customer Reviews & Ratings Section */
    .customer-reviews-ratings-sec {
        padding: 40px 0;
    }

    /* Wishlist Page */
    /* Wishlist Section */
    .wishlist-prdct-overlay .secondary-btn {
        padding: 12px 24px;
        font-size: 12px;
    }

    /* Contact Page */
    /* Mobile app cta Section */
    .mobile-app-cta-wrapper .title_2 {
        font-size: 35px;
    }

    .mobile-app-cta-wrapper p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {

    /* Custom Cursor */
    .cursor-dot,
    .cursor-ring {
        display: none !important;
    }

    body {
        cursor: auto !important;
    }

    /* Navbar */
    .user-sec img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    /* Usp-bar Section */
    .usp-sec {
        padding: 12px 0;
    }

    .usp-sec .companySwiper h3 {
        font-size: 14px;
    }

    .usp-sec .swiper-slide h3::after {
        width: 15px;
        height: 15px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;

    }


    /* Product Category section */
    .category-card {
        text-align: center;
    }

    /* Gift Section */
    .gift-content .title_2 {
        font-size: 28px;
    }

    .gift-content .primary-btn {
        font-size: 10px;
        padding: 10px 20px;
    }

    /* Sale Section */
    .sale-content .title_3 {
        font-size: 50px;
    }

    .day p:first-child,
    .hours p:first-child,
    .minutes p:first-child {
        color: var(--light-color);
        font-size: 50px;
    }

    /* Disable hover effect */
    .sale-img:hover::after {
        animation: none;
    }


    /* Enable auto shine */
    .sale-img::after {
        animation: shine 1.2s linear infinite;
    }

    /* For Every You Section */
    .for-every-you .custom-prev {
        left: 0%;
    }

    .for-every-you .custom-next {
        right: 0%;
    }

    /* Footer Section */
    .footer-sec {
        padding: 40px 0;
    }

    .footer-bootom .address {
        margin: 0 auto;
    }

    .footer-bootom .social-media-links {
        justify-content: center;
    }


    /* About Us Page */
    /* About Banner Section */
    .about-banner-sec {
        padding: 50px 0;
    }

    .sub-title {
        font-size: 12px;
    }

    .about-banner-sec .title_1 {
        font-size: 50px;
    }

    .about-banner-sec p {
        font-size: 16px;
    }

    .about-banner-sec .secondary-btn {
        font-size: 14px;
    }

    .crafted-purpose-img {
        max-width: 100%;
        height: 370px;
    }

    /* Crafted with Purpose Section */
    .crafted-purpose-content .title_2 {
        font-size: 45px;
        margin: 5px 0 40px;
    }

    .crafted-purpose-content p {
        max-width: 691px;
        font-size: 18px;
        margin-bottom: 30px;
    }

    /* Video Section */
    .video-sec {
        height: 350px;
    }

    .play-btn i {
        font-size: 28px;
    }

    .play-btn::before {
        width: 80px;
        height: 80px;
        border: 8px solid var(--light-color);
        animation: wave 1.8s infinite ease-out;
    }

    .play-btn::after {
        width: 70px;
        height: 70px;
        border: 8px solid var(--light-color);
    }

    /* Our Team Section */
    .our-team-sec .heading .title_2 {
        font-size: 48px;
    }

    /* Glittering Jewelry Section */
    .glittering-left {
        display: flex;
        justify-content: center;
    }

    .glittering-center {
        padding-left: 20px;
    }

    /* Shop page  */
    .our-product-sec .product-head {
        margin-bottom: 18px;
    }

    .result {
        font-size: 16px;
    }

    .sorting {
        font-size: 16px;
    }

    .our-product-sec .title_2 {
        font-size: 40px;
    }

    /* Product Details Page */
    /* Product-info Section */
    .product-info-sec .product-info .title_2 {
        font-size: 50px;
    }

    .product-info-price {
        font-size: 40px;
    }

    .price-breakup .gold,
    .price-breakup .other-stone,
    .price-breakup .making,
    .price-breakup .tax {
        font-size: 14px;
    }


    /* Product-details Page */
    /* Related Products Section */
    .related-products-sec {
        padding: 40px 0;
    }

    .related-products-sec .title_2 {
        margin-bottom: 30px;
    }

    .product-detail-page {
        padding-top: 40px;
    }

}

@media screen and (max-width: 576px) {

    /* Top-bar */
    .top-bar {
        padding: 12px 0;
        font-size: 10px;
    }

    /* Navbar */
    .nav-logo a {
        width: 56px;
    }

    /* Hero Section */
    .hero-sec .hero-btn {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 80%;
        text-align: center;
    }

    .hero-sec .primary-btn {
        font-size: 14px;
        margin: 0;
    }

    .title_1 {
        font-size: 45px;
    }

    /* Product Category section */
    .product-sec .title_2 {
        font-size: 30px;
    }

    /* Top Style Section */
    .top-style-sec {
        padding: 20px 0 80px;
    }

    .top-style-sec .title_2 {
        font-size: 30px;
    }

    .top-style-img {
        max-width: 100%;
    }

    /* Gift Section */
    .gift-sec {
        padding: 20px 0 80px;
    }

    .gift-sec .heading .title_2 {
        font-size: 30px;
    }

    /* Luxury Section */
    .luxury-content .title_2 {
        max-width: 100%;
        font-size: 30px;
    }

    .luxury-content p {
        max-width: 80%;
        font-size: 15px;
    }

    .luxury-content {
        padding: 50px 0 80px 50px;
    }

    /* For Every You Section */
    .for-every-you .heading .title_2 {
        font-size: 35px;
    }

    /* Customizable Section */
    .customizable-wrapper {
        padding: 40px 0;
    }

    .customizable-content .title_2 {
        font-size: 30px;
    }

    .customizable-content p {
        font-size: 12px;
    }

    .customizable-content .primary-btn {
        font-size: 14px;
    }

    /* Footer Section */
    .footer-top form {
        flex-wrap: wrap;
        gap: 10px;
    }

    .subscribe-btn {
        width: 100%;
        margin: 0;
    }

    .bottom-head,
    .footer-bootom ul li,
    .address {
        text-align: center;
    }

    .footer-head {
        font-size: 40px;
    }

    .footer-top p {
        font-size: 15px;
        margin: 15px 0 20px;
    }

    /* About Us Page */
    /* Breadcrumb Section */
    .breadcrumb-wrapper {
        padding: 143px 0 20px 0;
        background: var(--secondary-color);
    }

    .about-banner-sec .title_1 {
        font-size: 33px;
    }

    .about-banner-sec p {
        font-size: 14px;
    }

    /* Crafted with Purpose Section */
    .crafted-purpose-content .title_2 {
        font-size: 33px;
        margin: 5px 0 40px;
    }

    .crafted-purpose-content p {
        max-width: 691px;
        font-size: 12px;
        margin-bottom: 30px;
    }

    /* About Us Counter */
    .counter-wrapper .counter {
        font-size: 48px;
    }


    /* Quality Assurance Section */
    .quality-assurance-wrapper img {
        width: 60px;
        height: 100px;
        object-fit: contain;
    }

    /* Glittering Jewelry Section */
    .glittering-center {
        padding-left: 20px;
    }

    .glittering-center .title_2 {
        font-size: 35px;
    }

    .glittering-center p {
        font-size: 16px;
    }

    .glittering-center h3 {
        font-size: 30px;
    }

    /* Shop page  */
    .shop-nav {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 30px;
    }

    .result {
        font-size: 12px;
    }

    .sorting {
        font-size: 12px;
    }

    .our-product-sec .product-head .heading {
        margin-bottom: 10px;
    }

    .our-product-sec .title_2 {
        font-size: 33px;
    }


    .pagination-wrapper {
        gap: 10px;
    }

    .pagination-box {
        padding: 5px 16.5px;
        font-size: 16px;
    }

    .pagination-box {
        padding: 5px 12.5px;
        font-size: 14px;
    }

    .pagination-wrapper i {
        color: var(--secondary-color);
        font-size: 16px;
    }

    .farward-arrow i:first-child {
        margin-right: -13px;
    }

    /* Product Details Page */
    /* Product-info Section */
    .product-info-sec .product-info .title_2 {
        font-size: 38px;
    }

    .product-info-price {
        font-size: 35px;
    }

    /* Product-details Page */
    /* Related Products Section */
    .related-products-sec .title_2 {
        font-size: 40px;
    }

    /*  Customer Reviews & Ratings Section*/
    .see-all-col {
        width: 50%;
    }

    .customer-reviews-img {
        max-width: 100%;
    }

    .customer-reviews-ratings-sec .title_2 {
        font-size: 35px;
    }

    .customer-reviews-ratings-sec .title_2 {
        margin-bottom: 15px;
    }

    /* Contact Page */
    /* Speak With Us Section */
    .speak-with-us-sec {
        padding: 65px 0;
    }

    .speak-with-us-left .title_2 {
        font-size: 33px;
    }

    .speak-with-us-left p {
        font-size: 14px;
        margin: 10px 0 40px;
    }

    .get-in-touch-cntnt h3 {
        font-size: 20px;
    }

    .get-in-touch-cntnt p {
        max-width: 100%;
        font-size: 12px;
    }

    /* Contact Page */
    /* Mobile app cta Section */
    .mobile-app-cta-wrapper .title_2 {
        font-size: 28px;
    }

    .mobile-app-cta-wrapper p {
        font-size: 12px;
    }

    .app-links a {
        max-width: 150px;
    }

    .contact-page {
        padding: 40px 0;
    }
}

@media screen and (max-width: 480px) {

    /* Navbar section */
    .navbar-collapsed {
        padding-top: 108px;
        padding-left: 12px;
    }

    .sm-search-bar input::placeholder {
        font-size: 12px;
    }

    .sm-search-bar {
        margin-bottom: 8px;
        padding: 5px 10px;
    }

    /* Product Category section */
    .product-sec .title_2 {
        text-align: center;
    }

    .category-card {
        text-align: center;
    }

    .top-style-sec .title_2 {
        text-align: center;
    }

    /* Gift Section */
    .gift-sec .heading .title_2 {
        text-align: center;
    }

    /* Luxury Section */
    .luxury-content .title_2 {
        max-width: 100%;
        font-size: 25px;
    }

    .luxury-content p {
        max-width: 90%;
        font-size: 12px;
    }

    .luxury-content {
        padding: 50px 0 50px 20px;
    }

    .luxury-content .primary-btn {
        padding: 12px 24px;
        font-size: 12px;
    }

    /* Sale Section */
    .sale-content .title_3 {
        font-size: 40px;
    }

    .sale-content p {
        font-size: 15px;
    }

    .sale-content .primary-btn {
        padding: 12px 24px;
        font-size: 15px;
    }

    .day p:first-child,
    .hours p:first-child,
    .minutes p:first-child {
        font-size: 35px;
    }

    /* For Every You Section */
    .for-every-you .heading .title_2 {
        text-align: center;
    }

    .for-every-content .title_3 {
        font-size: 35px;
    }

    /* Review Section */
    .review-text .title_2 {
        font-size: 35px;
    }

    .reviewSwiper .custom-prev,
    .reviewSwiper .custom-next {
        width: 44px;
        height: 44px;
    }

    .reviewSwiper .custom-prev img,
    .reviewSwiper .custom-next img {
        width: 20px;
    }

    .review-text p {
        font-size: 14px;
        margin: 15px auto;
    }

    .review-text .title_3 {
        font-size: 25px;
    }

    /* Stories Section */
    .insta-logo {
        width: 25px;
        height: 25px;
    }

    .insta-logo i {
        font-size: 12px;
    }


    /* Why Choose Us Section */
    .why-choose-card .title_3 {
        font-size: 25px;
    }

    .why-choose-card p {
        font-size: 12px;
    }

    .why-choose-card img {
        width: 40px;
        height: 40px;
        object-fit: cover;
    }

    /* Footer Section */
    .footer-top input::placeholder {
        font-size: 12px;
    }

    .subscribe-btn {
        font-size: 12px;
    }

    .footer-top {
        margin-bottom: 38px;
    }


    /* About Us Page */
    /* Crafted with Purpose Section */
    .crafted-purpose-content .title_2 {
        margin: 5px 0 25px;
    }

    .crafted-purpose-content {
        padding-left: 0px;
    }

    /* Video Section */
    .our-team-sec .heading .title_2 {
        font-size: 42px;
    }

    .video-sec {
        height: 250px;
    }

    /* Our Team Section */
    .our-team-sec .heading {
        margin-bottom: 15px;
    }

    /* Product Details Page */
    /* Product-info Section */
    .product-info-left {
        padding: 20px;
    }

    .product-info {
        /* padding: 30px 149px 58px 30px; */
        padding: 30px 8px;
    }

    .price-breakup .gold,
    .price-breakup .other-stone,
    .price-breakup .making,
    .price-breakup .tax {
        font-size: 12px;
        padding: 10px 16px;
    }

    .product-info .product-code {
        font-size: 15px;
    }

    .price-breakup-wrapper>p {
        font-size: 16px;
    }

    .checkout {
        font-size: 16px;
    }

    .delivery-time {
        font-size: 16px;
    }

    .key-features span {
        font-size: 16px;
    }

    .gift-wrap span {
        font-size: 16px;
    }

    .secondary-btn {
        font-size: 15px;
    }

    .whishlist-btn i {
        font-size: 22px;
    }

    .btn-container {
        margin: 24px 0 30px;
    }

    /* Product Details Page */
    /*  Customer Reviews & Ratings Section */
    .customer-rating span {
        font-size: 14px;
    }

    .customer-rating i {
        font-size: 12px;
    }

    .accordion-button {
        font-size: 18px;
    }

    /* Contact Page */
    /* Speak With Us Section */
    .speak-with-us-left p {
        font-size: 12px;
    }

}

@media screen and (max-width: 420px) {

    /* Hero Section */
    .title_1 {
        font-size: 30px;
    }

    .hero-content p {
        font-size: 16px;
    }

    /* Product Category section */
    .product-sec .title_2 {
        font-size: 25px;
    }

    .top-style-sec .title_2 {
        font-size: 30px;
    }

    /* Gift Section */
    .gift-sec .heading .title_2 {
        font-size: 25px;
    }

    /* Sale Section */
    .sale-wrapper {
        padding: 40px 18px 70px;
    }

    .sale-content .title_3 {
        font-size: 28px;
    }

    .sale-content p {
        margin: 14px 0;
        font-size: 12px;
    }

    .sale-content .primary-btn {
        padding: 9px 18px;
        font-size: 15px;
    }

    .day p:first-child,
    .hours p:first-child,
    .minutes p:first-child {
        font-size: 30px;
    }

    .day p:nth-child(2),
    .hours p:nth-child(2),
    .minutes p:nth-child(2) {
        font-size: 16px;
    }

    .sale-row {
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 0.5rem;
    }

    /* For Every You Section */
    .for-every-you .heading .title_2 {
        font-size: 28px;
    }

    .for-every-you .center-btn {
        z-index: 10;
        width: 48px;
        height: 50px;
    }

    .for-every-you .center-btn img {
        width: 10px;
    }

    .for-every-card .for-every-img {
        height: 340px;
    }

    .for-every-content .title_3 {
        font-size: 30px;
    }

    /* Customizable Section */
    .customizable-content .title_2 {
        font-size: 28px;
    }

    .customizable-content .title_2 {
        color: var(--light-color);
        margin: 4px 0 16px;
    }

    .customizable-content .primary-btn {
        font-size: 12px;
        padding: 15px 30px;
    }


    /* Footer Section */
    .footer-head {
        font-size: 28px;
    }

    .footer-top p {
        font-size: 12px;
        margin: 15px 0 20px;
    }


    /* About Us Page */
    /* About Banner Section */
    .about-banner-sec p {
        font-size: 12px;
    }

    .about-banner-sec .secondary-btn {
        padding: 12px 24px;
        font-size: 12px;
    }

    /* Crafted with Purpose Section */
    .crafted-purpose-content .title_2 {
        font-size: 25px;
    }

    .crafted-purpose-content .secondary-btn {
        padding: 12px 24px;
        font-size: 16px;
    }

    .crafted-purpose-img {
        max-width: 100%;
        height: 260px;
    }


    /* Opulent-Designer */
    .Opulent-Designer .customizable-content .title_2 {
        font-size: 22px;
    }

    .Opulent-Designer .customizable-content p {
        font-size: 12px;
    }

    /* Our Team Section */
    .our-team-sec .heading .title_2 {
        font-size: 35px;
    }

    .team-content h3 {
        font-size: 32px;
    }

    /* Glittering Jewelry Section */
    .glittering-center .title_2 {
        font-size: 28px;
        margin: 5px 0 25px;
    }

    .glittering-center p {
        font-size: 12px;
    }

    .glittering-center h3 {
        font-size: 22px;
        margin: 28px 0;
    }

    .glittering-center {
        padding-left: 0;
    }

    /* Shop page  */
    /* Our Products Section */
    .our-products-wrapper .product-img {
        height: 300px;
    }

    /* Product Page */
    /* Product-info Section */
    .product-info-sec .product-info .title_2 {
        font-size: 28px;
    }

    .product-info-price {
        font-size: 28px;
    }

    .btn-container .whishlist-btn {
        padding: 13px 25px;
    }


    .delivery-time a {
        margin-left: 2px;
    }

    .price-breakup .gold,
    .price-breakup .other-stone,
    .price-breakup .making,
    .price-breakup .tax {
        font-size: 11px;
        padding: 10px 12px;
    }

    /* Product-details Page */
    /* Related Products Section */
    .related-products-sec .title_2 {
        font-size: 28px;
    }

    .brezee-collection-overlay-cntnt h3 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    /*  Customer Reviews & Ratings Section */
    .customer-reviews-ratings-sec .title_2 {
        font-size: 25px;
    }

    /* Contact Page */
    /* Mobile app cta Section */
    .mobile-app-cta-wrapper .title_2 {
        font-size: 22px;
    }

    .app-links a {
        max-width: 115px;
    }
}