@media (max-width: 1600px) {

    .navbar-nav {
        gap: 28px;
    }

    .center-menu ul.navbar-nav {
        gap: 40px;
    }

    .gift-box h2 {
        font-size: 50px;
        font-weight: normal;
    }

    .gift-box p {
        font-size: 26px;
        font-weight: normal;
        margin: 18px 0 45px 0;
    }

    .gift-box {
        padding: 30px 24px;
    }

    .gift-box .main-btn {
        position: inherit;
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
    }

    .main-btn {
        font-size: 24px;
        width: 246px;
        height: 60px;
    }

    .plan-box {
        display: flex;
        height: 750px;
    }


}

@media (max-width: 1441px) {
    .collection-box p {
        font-size: 18px;
    }

    .crafting-box {
        font-size: 16px;
        gap: 20px;
    }

    .plan-box {
        display: flex;
        height: 690px;
    }

    .links-box {
        gap: 40px;
    }

    .copyright-text {
        font-size: 13px;
    }

    .newsletter-input input {
        width: 360px;
    }

    .products-hero {
        height: 420px;
    }

    .journey-card {
        padding: 15px;
    }

    .card-decoration {
        margin-bottom: 10px;
    }

    .card-year {
        font-size: 30px;
    }

    .value-content {
        padding: 24px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 21px;
    }
}

@media (max-width: 1366px) {
    .header-icons {
        width: 250px;
        gap: 6px;
    }

    .links-box {
        padding: 0 30px 0 30px;
    }

    .newsletter {
        padding: 0 30px;
    }

    .head-user {
        min-width: 250px;
        gap: 14px;
    }

    .navbar-nav {
        gap: 32px;
    }

    .collection-box p {
        font-size: 18px;
        margin-top: 9px;
    }

    .main-heading {
        font-size: 28px;
    }

    .section-heading .motif-img img {
        height: 30px;
        width: auto;
    }

    .section-heading {
        gap: 6px;
    }

    .enjoy-the-moment-box p {
        font-size: 22px;
    }

    .sub-heading {
        font-size: 17px;
        margin-top: 8px;
    }

    .header-icons i {
        font-size: 16px;
    }

    .head-user i {
        font-size: 16px;
    }

    .plan-details h4 {
        font-size: 24px;
    }

    .plan-details p {
        font-size: 14px;
        margin: 0;
        font-weight: normal;
    }

    .store-details h4 {
        font-size: 20px;
    }

    .store-details p {
        font-size: 15px;
    }

    .section-padding {
        padding-top: 55px;
    }

    footer {
        padding: 55px 0px;
    }

    .newsletter-input {
        height: 40px;
        max-width: 525px;
    }

    .newsletter-sub-title {
        font-size: 15px;
    }

    .newsletter-title {
        font-size: 20px;
    }

    .footer-logo {
        width: 70px;
        height: 70px;
    }

    .products-hero {
        height: 380px;
    }

    .privacy-section {
        margin-bottom: 26px;
    }

    .privacy-section h3 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .privacy-section p {
        margin-bottom: 10px;
    }

    .privacy-section ul li {
        margin-bottom: 4px;
    }

    .store-card {
        padding: 12px;
    }

}


@media (max-width: 1280px) {

    .head-user {
        min-width: 215px;
        gap: 10px;
    }

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

    .icon-link {
        font-size: 16px;
        margin-left: 12px;
    }

    .header-icons {
        width: 215px;
        gap: 12px;
        align-items: center;
    }


    .nav-item {
        padding: 5px 0;
    }

    .brand-logo img {
        max-height: 55px;
    }

    .sub-heading {
        font-size: 16px;
        margin-top: 7px;
    }

    .newsletter-input input {
        width: 340px;
    }

    .service-icon {
        width: 35px;
        height: 35px;
    }

    .service-name {
        font-size: 11px;
    }

    .links-list li a {
        font-size: 13px;
    }

    .newsletter-title {
        font-size: 18px;
    }

    .newsletter-sub-title {
        font-size: 14px;
    }

    .newsletter-input button {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .scroll-header {
        display: block;
        transform: translateY(0%);
    }

    header {
        display: none;
    }

    .menu-list {
        display: block !important;
    }
.menu-list i{
    font-size: 22px;
}
    .menu-d-mobile {
        display: block;
    }

    .menu-dn-mobile {
        display: none !important;
    }

    .menu-perent-mobile {
        max-width: 350px;
        width: 100%;
        background-color: #fff;
        position: fixed;
        justify-content: left;
        left: 0;
        height: 100vh;
        top: 0;
        bottom: 0;
        padding: 20px 20px 30px 20px;
        display: block;
        font-weight: 500 !important;
        overflow: hidden;
         transform: translateX(-100%);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .menu-perent-mobile.active{
         transform: translateX(0);
        opacity: 1;
    }



    .menu-perent-mobile .navbar-nav {
        display: block !important;
        height: 100%;
        overflow: scroll;
    }

    .navbar-nav .nav-link {
        color: #000 !important;
        border-bottom: 1px solid var(--border-color);
    }

    .scroll-header .nav-item {
        padding: 6px 0;
    }

    .mp-head {
        padding-bottom: 8px;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
        gap: 25px;
    }

    .mp-head .mp-close {
        font-size: 20px;
    }

    .mp-user {
        display: flex;
        align-items: center;
        gap: 14px;
        font-size: 14px;
    }

    .mp-user img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid var(--border-color);
    }

 /*    .scroll-header .mega-menu-item.mega-menu {
        display: none;
    }
 */
    .scroll-header .mega-menu {
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 20px 20px 30px 20px;
        border: none;
        opacity: 1;
        transform: translateX(100%);
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .scroll-header .mega-menu .container-fluid {
        padding: 0;
    }

 
    .scroll-header .mega-menu.slide-active {
        transform: translateX(0);
        opacity: 1;
        display: block;
    }

    .mega-menu ul {
        margin: 0 0 24px 0;
    }

    .new-collections{
        height: calc(100vh - 84px);
        overflow-y: auto;
        padding-bottom: 30px;
    }

}

@media (max-width: 576px) {
    .care-tips-list {
        padding: 25px;
    }
}