@media only screen and (max-width: 1400px) {
    nav .nav-links li a {
        padding-right: 27px;
    }

    .btn1,
.btn2, .btn3 {
    font-size: 13px;
}

section.handicraft img {
    height: 540px;
    object-fit: cover;
}
}

@media only screen and (max-width: 1290px) {
    nav .nav-links li a {
        padding-right: 26px;
    }    
}

@media only screen and (max-width: 1025px) {
    nav .nav-links li a {
        padding-right: 18px;
    }
    
    section.collection .card img {
        height: auto;
    }
}

@media only screen and (max-width: 992px) {
    nav .wrapper {
        height: 46px;
    }

    nav .wrapper .btn {
        display: block;
    }

    nav .wrapper .btn:hover {
        border: 1px solid transparent;
        box-shadow: none;
        color: white;
    }

    nav .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #781A1A;
        display: block;
        padding: 50px 0px;
        line-height: 50px;
        overflow-y: auto;
        /* box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18); */
        transition: all 0.5s ease;
    }

    nav #menu-btn:checked~.nav-links {
        left: 0%;
    }

    /* #menu-btn:checked~.btn.menu-btn {
        display: none;
    } */

    nav #close-btn:checked~.btn.menu-btn {
        display: block;
    }

    /* .nav-links li {
        margin: 15px 10px;
    } */

    nav .nav-links li a {
        padding: 0 20px;
        display: block;
    }

    nav .nav-links li a:hover {
        color: white;
    }

    .nav-links .drop-menu {
        position: static !important;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    nav #showDrop:checked~.drop-menu,
    nav #showMega:checked~.mega-box {
        max-height: 100% !important;
        
        
    }

    nav .nav-links .desktop-item {
        display: none;
    }

    nav .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    /* .nav-links .mobile-item:hover {
        background: #3A3B3C;
    } */

    nav .drop-menu li {
        margin: 0;
    }

    /* .drop-menu li a {
        border-radius: 5px;
        font-size: 16px;
    } */

    nav .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    nav .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    /* nav .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    nav .mega-box .content .row:nth-child(1),
    nav .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    } */

    nav .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    nav .row .mega-links li {
        margin: 0;
    }

    /* nav .content .row header {
        font-size: 19px;
    } */

    section.banner .card img {
        height: 46vh;
    }

    section.collection .card img {
        height: 400px;
    }

    .slider-indicators {
        display: block;
        text-align: center;
    }

    section.collection .card img {
        transition: none;
    }
}

@media only screen and (max-width: 600px) {
    p,a, label, .form-control::placeholder, section.seller h5, section.arrivals h5 {
        font-size: 14px;
    }

    nav .nav-links li a,nav .nav-links .mobile-item {
        font-size: 15px;
    }

    section.banner h4 {
        font-size: 16px;
    }

    section.banner h2 {
        font-size: 26px !important;
    }

    header .logo {
        width: 66px;
    }

    header .search-icn {
        transform: translateY(0px);
    }

    section.banner .card .text {
        width: 100%;
        display: none;
    }

    section.banner .card-img-overlay {
        background: linear-gradient(177deg, rgb(0 0 0 / 28%) 32.39%, rgba(0, 0, 0, 0.00) 94.55%);
    }

    section.banner .card-img-overlay .container {
        margin-top: -47px;
    }

    section.about h2, .size1, h3 {
        font-size: 24px;
        width: 100%;
    }

    section.about p {
        width: 100%;
    }

    section.handicraft h2 {
        width: 100%;
        font-size: 22px;
    }

    section.collection, section.testimonial {
        padding: 3rem 0;
    }

    section.collection .card img {
        height: 316px;
    }

    section.handicraft .box {
        padding: 2rem;
    }

     section.arrivals p, section.seller p {
        font-size: 14px !important;
    }

    .btn1 svg,
    .btn2 svg, .btn3 svg {
       display: none;
    }

    section.handicraft img {
        height: auto;
    }

    section.testimonial .card {
        flex-direction: column !important;
    }

    section.testimonial .card-body {
        margin-top: 0px;
    }

    
section.testimonial .card img {
    width: 38px;
}

section.testimonial .card {
    width: 100%;
}

section.get .box1 {
    flex-direction: column;
}

section.get iframe {
    height: 350px !important;
}

section.get .form_box {
    padding: 1.5rem;
}

footer .bottom_footer p {
    font-size: 11px;
}

section.seller .swiffy-slider {
    --swiffy-slider-item-count: 2 !important;
}

section.arrivals .card img, section.seller .card img {
    /*height: 176px;*/
	height: auto;
}

section.arrivals .btn3, section.seller .btn3 {
    padding: 5px 22px;
    background-color: #2D2D2D;
    border: 1px solid transparent;
    color: white;
}

section.seller .card, section.arrivals .card {
    background-color: transparent;
    padding: 0;
    box-shadow: none !important;
}

section.seller .card .flex .btn2, section.arrivals .card .flex .btn3 {
    display: none;
}
	
	.btn3{display: none;}
	.btn2{display: block !important;}

section.seller .card .card-title, section.arrivals .card .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.handicraft .btn2, section.get .btn2 {
    width: 140px;
}
}

@media only screen and (max-width: 376px) {
    section.banner .card img {
        height: 62vh;
    }
}