body {
    padding: 0;
    margin: 0;
}
.main-wrap-align {
    margin-top: 65px;
    margin-bottom: 60px;
    gap: 70px;
}
p {
    padding: 0;
    margin: 0;
}

h1 {
    font-family: Abril Display;
    font-weight: 800;
    margin: 0;
    padding: 0;
}
h2 {
    font-family: Abril Display;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
h3 {
    margin: 0;
    padding: 0;
}
h4 {
    margin: 0;
    padding: 0;
}
h5 {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: Abril Display;
    src: url("../fonts/Abril_display/Abril_Display_Regular.otf");
}

@font-face {
    font-family: Open sans;
    src: url("../fonts/Open_sans/OpenSans-VariableFont_wdth\,wght.ttf");
}
/* .container-fluid{
  --bs-gutter-x:0
} */

.text-fill-btn-sm {
    font-family: Open sans;
    border-radius: 35px;
    border: none;
    background-color: #ff0000;
    color: #ffffff;
    padding: 2px;
    text-transform: uppercase;
    /* font-size: 15px; */
}
.text-fill-btn-lg {
    font-family: Open sans;
    border-radius: 35px;
    border: none;
    background-color: #ff0000;
    color: #ffffff;
    padding: 2px;
    text-transform: uppercase;
    /* font-size: 15px; */
}

.text-outline-btn {
    border-color: #887056;
    border-radius: 35px;
    border-style: solid;
    color: #887056;
    background-color: #ffffff;
    text-transform: capitalize;
    font-family: Open sans;
    font-weight: 600;
    /*box-shadow: 0px 5px 19.600000381469727px 0px rgba(0, 0, 0, 0.25);*/
    width: 100%;
    padding: 10px;
    border-width: 1px;
}

.text-outline-icon-btn {
    cursor: pointer;
    color: #887056;
    text-transform: capitalize;
    font-family: Open sans;
    font-weight: 600;
    padding: 10px;
    /* padding-inline: 50px; */
    /* width: 180px; */
}

.mm-main-heading {
    font-family: Abril Display;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #887056;
    text-align: center;
}

.mm-small-text {
    font-family: Open Sans;
    /* font-size: 16px; */
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    color: #887056;
    padding: 0;
    margin: 0;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}

.mm-main-heading.active {
    font-family: Abril Display;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #e22726;
    text-align: center;
}
.color-pallette-wrap {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    width: 100%;
    padding: 10px;
    height: 100%;
    justify-content: center;
}
.color-pallette-wrap .color-container {
    padding: 30px;
    border-radius: 15px;
    background-color: #887056;
}

.color-pallette-wrap:hover {
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #f4d595;
    justify-content: center;
}

.color-pallette-wrap:hover p {
    color: #e22726;
}

@media screen and (max-width: 535px) and (min-width: 375px) {
    .text-outline-btn {
        border-color: #887056;
        border-radius: 35px;
        border-style: solid;
        /* color: #ff0000; */
        background-color: #ffffff;
        text-transform: capitalize;
        font-family: Open sans;
        font-weight: 600;
        box-shadow: 0px 5px 19.600000381469727px 0px rgba(0, 0, 0, 0.25);
        padding: 10px;
        width: 150px;
    }
}

/* headings styles*/
@media screen and (max-width: 535px) and (min-width: 375px) {
    /* .heading-style h3 {
          font-family: Abril Display;
          font-size: 25px;
          text-transform: uppercase;
          text-align: center;
          color: #887056;
          cursor: pointer;
          font-weight: 550;
      } */

    .pattern-start-img {
        object-fit: cover;
        width: 80px;
    }
    .pattern-end-img {
        object-fit: cover;
        width: 80px;
    }
}
.mg-hr {
    width: 25%;
}

.mg-hr-100{
    width: 100%;
}

/* main banner swiper */
.banner-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* swiper style */
.bannerSlider {
    z-index: 1;
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    /* font-size: 24px; */
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffeecd;
    opacity: 100%;
}

/* .swiper-pagination-bullet-active{
    background-color: #887056 !important;
    opacity: 100%;
} */

/* Main Banner */
#main-banner {
    position: relative;
}
#main-banner img {
    object-fit: contain;
    width: 100%;
}

#mega-menu-view {
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);;
}

#banner-text-wrap {
    position: absolute;
    top: 0;
    margin-top: 15%;
    margin-left: 25%;
}

/* New Arrival */

.custom-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-style: none;
    border-radius: 0;
}

.custom-card img {
    width: 100%;
    object-fit: cover;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    top: unset;
    width: 100%;
    height: 230px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 20px;
    /* padding-top: px; */
    transition: 0.4s;
    transform: translateY(60%);
}

.custom-card:hover .card-overlay {
    transform: translateY(26%);
}
.card-overlay-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
}
.card-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 100%; */

}
.card-title img {
    object-fit: cover;
    width: 50%;
    /* height: 100%; */

}
.card-title h5 {
    font-family: Abril Display;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}
.card-description {
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
    margin-top: 10px;
}

.custom-card:hover .card-description {
    opacity: 1;
    display: block;

    display: flex;
    flex-direction: column;
    align-items: center;
    font-style: italic;
    /* font-size: 15px; */
    width: 200px;
    text-align: center;
}

.card-description button {
    border: none;
    margin-top: 18px;
    width: 120px;
    height: 35px;
    border-radius: 35px;
    padding: 8px;
    text-transform: uppercase;
    font-family: Open sans;
    font-size: 14px;
    color: #ffffff;
    background-color: #ff0000;
}

.custom-card:hover .card-description button {
    border: none;
    margin-top: 18px;
    width: 120px;
    height: 35px;
    border-radius: 35px;
    padding: 8px;
    text-transform: uppercase;
    font-family: Open sans;
    font-size: 14px;
    color: #ffffff;
    background-color: #ff0000;
}

/* Saree section */
.saree-slider-container {
    margin-left: 6.93rem;
}

.saree-categories {
    width: calc(50% + 50vw);
}

.saree-swiper-slide {
    width: 50%;
}

.saree-category-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-style: none;
    border-radius: 0;
}

.saree-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saree-category-card-overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45%;
    left: 0;
    width: 100%;
    height: 80px;
    background: #88705678;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

.saree-category-card:hover .saree-category-card-overlay {
    background-color: #ffffff00;
    color: #887056;
    font-weight: 800;

}

.saree-card-overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #fff;
    transition: background-color 0.6s, color 0.6s;
}

.saree-category-card:hover .saree-card-overlay-container {
    background-color: #FFF5DEF2;
    font-weight: 800;
}

.saree-category-card-overlay h5 {
    margin: 0;
    padding: 0;
    padding-top: 8px;
}


.swiper-wrapper {
    margin-bottom: 3.5%;
}

.saree-gallery-grid {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 5px;
}
.horizontal-scroll-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal-scrollbar-wrap {
    position: relative;
    width: 25%;
}
.swiper-scrollbar,
.swiper-scrollbar .swiper-scrollbar-horizontal {
    height: 10px !important;
    background: rgba(255, 245, 222, 1);
}

.view-more-btn {
    border-style: solid;
    border-width: 1px;
    border-color: #887056;
    background-color: #fff;
    color: #887056;
    border-radius: 25px;
    padding: 5px;
    font-weight: 600;
    text-transform: capitalize;
    width: 180px;
}
/* Tab Section */
.content-container {
    display: none;
}

.content-container.active {
    display: block;
}

.tab-link {
    font-size: 1.2rem;
    cursor: pointer;
}

.tab-link h5 {
    color: #d4b366;
}

.tab-link.active {
    position: relative;
}

.tab-link.active h5 {
    color: #887056;
}

.tab-link.active::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 2%;
    margin-left: 15%;
    background-color: #887056;
    border-radius: 25px;
    height: 5px;
    width: 70%;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
.inner-content {
    background-image: url("../images/background/frame04.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#f3e9c7;
}
.tab-content-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-item-heading {
    text-transform: capitalize;
    font-size: 1.8rem;
}

.tab-content-card {
    padding: 50px;
}
.inner-content-description {
    font-family: Open sans;
    font-style: italic;
    font-size: 0.95rem;
    text-align: center;
    color: #887056;
    line-height: 1.6;
}

.comming-soon-txt {
    text-transform: capitalize;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
}

/* In house brands */

.swiper-pagination-bullet-active {
    background: rgba(73, 80, 87, 1);
}

#in-house-brands {
    /* background-image: url("../Images/background/frame05.png");
      background-repeat: no-repeat;
      background-size: cover; */
    background-color: #fff5de;
    padding-top: 10px;
    /* padding-bottom: 5px; */
    height: 100%;
}

/* news & updates section */
.news-n-update-topsection {
    position: relative;
}
.card-img-top {
    border-radius: 0;
}
.card-img-overlay {
    position: absolute;
    bottom: 0;
    top: unset;
}
.card-img-overlay h5 {
    font-family: Abril Display;
    font-size: 1.4rem;
    width: 100%;
}

.read-more-wrapper {
    cursor: pointer;
}
.read-more-wrapper p {
    font-size: 1.2rem;
    font-family: Abril Display;
    text-transform: capitalize;
    color: #887056;
    font-style: unset;
    font-weight: 500;
}
.bg-img-aboutus{
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("../images/aboutus/Group35470.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
}
.news-n-update-card {
    border-style: solid;
    border-radius: 5px;
    border-color: #f4d595;
}

.news-description {
    font-family: Open sans;
    font-size: 0.95rem;
    font-style: italic;
    padding: 12px 0;
    color: rgba(136, 112, 86, 1);
}
.aboutus-heading-banner {
    padding: 40px;
    background-image: url("../images/banners/Group 897.png");
    background-repeat: unset;
    background-size: cover;
}

#aboutUsDescription {
    background-color: #fff6e2;
}

.aboutus-txt {
    font-family: Abril Display;
    /* font-size: 16px; */
    font-weight: 400;
    /* line-height: 20px; */
    letter-spacing: 0em;
    text-align: center;
    color: #7d674f;
    padding: 40px;
}
.carousel-indicators {
    /* position: relative; */
    width: 100%;
    /* left: 0; */
    /* right: 0; */
    padding-inline-start: 5%;
    margin: -30px;
}
.carousel-indicators [data-bs-target] {
    cursor: pointer;
    background-color: #ffeecd;
    background-clip: initial;
    width: 15px;
    height: 5px;
    border-bottom: unset;
    border-radius: 25px;
    opacity: 100%;
}

.carousel-indicators .active {
    background-color: #887056;
}

/* leaving the media quries at the end of the file cheers :-) */
/* Responsive*/
@media screen and (max-width: 1440px) and (min-width: 1020px) {
    /* Saree Category */
    .saree-slider-container {
        margin-left: 4.5rem;
    }
}
@media screen and (max-width: 1024px) and (min-width: 760px) {
    /* Saree category */
    .saree-slider-container {
        margin-left: 2.5rem;
    }
    /* In house Brands */
    .brand-list-wrap {
        margin-top: 20px;
        margin-left: 4.3%;
    }

    .tab-content-card {
        padding: 20px;
    }
}
@media screen and (max-width: 768px) and (min-width: 425px) {
    /* New Arrivals */

    .card-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        top: unset;
        width: 100%;
        height: 185px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 20px;
        transition: none !important;
        transform: none !important;
    }

    .custom-card .card-overlay {
        transform: none !important;
        display: block;
    }

    .custom-card .card-description{
        display: block;
        opacity: 100%;
    }


    /* Saree category */
    .saree-slider-container {
        margin-left: 2.1rem;
    }

    .swiper-wrapper {
        margin-bottom: 5%;
    }

    /* Tab content section */
    .inner-content-wrap {
        padding: 5%;
        display: flex;
        flex-direction: column;
        gap: 7%;
    }

    .text-outline-icon-btn {
        cursor: pointer;
        color: #887056;
        text-transform: capitalize;
        font-family: Open sans;
        font-weight: 600;
        padding: 8px;
    }

    /* In house Brands */
    .in-house-brand-img {
        object-fit: cover;
        width: 24px;
        height: 24px;
    }
    .brands-items {
        width: 180px !important;
    }

    .read-more-wrapper {
        cursor: pointer;
    }
    /* Footer */

    .footer-img-wrap {
        display: flex;
        justify-content: center;
    }
    .footer-description-wrap {
        display: flex;
        justify-content: center;
    }

    #footer-description {
        text-align: center;
    }
}
@media screen and (max-width: 426px) and (min-width: 375px) {
    /* New Arrivals */

    .card-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        top: unset;
        width: 100%;
        height: 170px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 20px;
        transition: none !important;
        transform: none !important;
    }



    .custom-card .card-overlay {
        transform: none !important;
        display: block;
    }

    .custom-card .card-description{
        display: block;
        opacity: 100%;
    }

    /* Saree Category */

    .saree-slider-container {
        margin-left: 0.8rem;
    }

    .swiper-wrapper {
        margin-bottom: 8%;
    }
    /* Tab Section */

    /* In House Brands */
    .swiper-pagination {
        position: relative;
    }
    .in-house-brand-img {
        object-fit: contain;
        width: 24px;
    }

    .brands-items {
        width: 180px !important;
    }

    .tab-content-card {
        padding: 35px;
    }

    /* Footer */
    .footer-content-continer {
        padding-top: 15%;
    }
    .footer-img-wrap {
        display: flex;
        justify-content: center;
    }
    #footer-description {
        text-align: center;
    }
}
@media only screen and (min-width: 376) {
    /* New Arrivals */

    .card-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        top: unset;
        width: 100%;
        height: 145px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 20px;
        transition: none !important;
        transform: none !important;
    }

    .custom-card .card-overlay {
        transform: none !important;
        display: block;
    }

    .custom-card .card-description{
        display: block;
        opacity: 100%;
    }


    /* Saree category */
    .swiper-wrapper {
        margin-bottom: 100px;
    }

    /* Tab Section */

    .inner-content-wrap {
        padding: 5%;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

    /* .tab-content-card{
          padding: 20px;
      } */

    /* In House Brands */
    .swiper-pagination {
        position: relative;
    }
    .in-house-brand-img {
        object-fit: contain;
        width: 24px;
        /* height: 24px; */
    }

    .brands-items {
        width: 180px !important;
    }

    /* Footer */
    .footer-content-continer {
        padding-top: 15%;
        /* padding-bottom: 4%; */
    }

    .footer-img-wrap {
        display: flex;
        justify-content: center;
    }
    .footer-description-wrap {
        display: flex;
        justify-content: center;
    }
}


/* cart page */

.form-control{
    border-radius: 0px;
    background-color: #fcfcfc;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    background-color: #E22726;
    border-radius: 0px;
    border-width: 0;
    color: #fff;
}

.card-text2{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.round-btn{
    border-radius: 50px;
    background-color: #E22726;
    border-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
}

.round-btn:hover{
    background: #E22726;
    color: #fff;
}
.btn-outline{
    border-radius: 50px;
    border-width: 1px;
    border-color: #887056;
    padding-top: 10px;
    padding-bottom: 10px;
}


.btn-outline:hover{
    border-color: #887056;
}

/******* order tracking page css *************/
form.nosubmit {
    border: none;
    padding: 0;
}

input.nosubmit {
    border: 1px solid #555;
    padding: 15px 40px 15px 75px;
    font-size: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    text-align: left;
    border-radius: 30px;
    border: none;
    background: white url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjk3NjkgNDEuOTUzN0M5LjQxNDAxIDQxLjk1MzcgMCAzMi41Mzk3IDAgMjAuOTc2OUMwIDkuNDE0MDEgOS40MTQwMSAwIDIwLjk3NjkgMEMzMi41Mzk3IDAgNDEuOTUzNyA5LjQxNDAxIDQxLjk1MzcgMjAuOTc2OUM0MS45NTM3IDMyLjUzOTcgMzIuNTM5NyA0MS45NTM3IDIwLjk3NjkgNDEuOTUzN1pNMjAuOTc2OSAzLjA2OTc4QzExLjA5MjIgMy4wNjk3OCAzLjA2OTc4IDExLjExMjYgMy4wNjk3OCAyMC45NzY5QzMuMDY5NzggMzAuODQxMSAxMS4wOTIyIDM4Ljg4MzkgMjAuOTc2OSAzOC44ODM5QzMwLjg2MTYgMzguODgzOSAzOC44ODM5IDMwLjg0MTEgMzguODgzOSAyMC45NzY5QzM4Ljg4MzkgMTEuMTEyNiAzMC44NjE2IDMuMDY5NzggMjAuOTc2OSAzLjA2OTc4WiIgZmlsbD0iIzNGM0Q0OCIvPgo8cGF0aCBkPSJNNDIuNDY2MSA0NEM0Mi4wNzcyIDQ0IDQxLjY4ODQgNDMuODU2NyA0MS4zODE0IDQzLjU0OThMMzcuMjg4NCAzOS40NTY3QzM2LjY5NDkgMzguODYzMiAzNi42OTQ5IDM3Ljg4MDkgMzcuMjg4NCAzNy4yODc0QzM3Ljg4MTkgMzYuNjkzOSAzOC44NjQyIDM2LjY5MzkgMzkuNDU3NyAzNy4yODc0TDQzLjU1MDcgNDEuMzgwNEM0NC4xNDQyIDQxLjk3MzkgNDQuMTQ0MiA0Mi45NTYzIDQzLjU1MDcgNDMuNTQ5OEM0My4yNDM4IDQzLjg1NjcgNDIuODU0OSA0NCA0Mi40NjYxIDQ0WiIgZmlsbD0iIzNGM0Q0OCIvPgo8L3N2Zz4K") no-repeat 13px center;
    background-size: auto;
    background-size: 28px;
    background-position-x: 15px;
    width:100%;
}

.heading-style h3{
    margin:0px;
    padding-top:5px;
}

#mega-menu-view .mm-small-text{
    text-transform: capitalize;
}


.feature-cat .disc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.disc .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.disc .inner a.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    top: 0;
    left: 0;
}

.disc .inner .content {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}
.feature-cat h4{
    line-height: 1.1;
    color:white;
}
.image-effect.overlay.round-rect{
    position: relative;
}
.custom-row{
    margin-top:20px;
    margin-bottom: 20px;
}
.custom-row>* {
    padding: calc(var(--bs-gutter-x) * .5);
}

.card-title p.heading {
    font-family: Abril Display;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    outline: 0;
}
.range{
    padding:10px;
}
