@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 3.875rem;
}

h2 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.125rem;
}

h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.875rem;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
}

h5 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25rem;
}

h6 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}

p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875rem;
}

a,
a:active,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

embed,
iframe,
img,
object {
  max-width: 100%;
}

li a {
  color: #ffffff;
}

a:hover,
button:hover {
  transition: all 0.3s ease-in;
}

/*--------margin and padding global------*/
.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.my-6 {
  margin: 6rem 0rem;
}

.mx-6 {
  margin: 0rem 6rem;
}

.p-6 {
  padding: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.py-6 {
  padding: 6rem 0rem;
}

.px-6 {
  padding: 0rem 6rem;
}

.primary__btn {
  position: relative;
  font-size: 18px;
  padding: 0.7rem 3rem;
  background: #991b1b;
  border: 1px solid #991b1b;
  z-index: 1;
  color: #EBE6E0;
  border-radius: 10px;
  cursor: pointer;
  text-transform: capitalize;
  overflow: hidden;
  font-weight: 400;
}
.primary__btn:hover {
  background: transparent;
  border: 1px solid #991b1b;
  color: #991b1b;
}

.heading-section {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.375rem;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .money .money-card .money__card__data .idcard-box .card-label {
    font-size: 16px;
    font-weight: 600;
  }
  .money .management__team .management__wrapper {
    padding: 30px 20px;
  }
  .money .management__team .management__wrapper .management__image img {
    border-radius: 20px;
  }
  .money .management__team .management__wrapper .mangement__conten {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .money .management__team .management__wrapper .mangement__conten h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .money .management__team .management__wrapper .mangement__conten h5 {
    font-size: 17px;
    line-height: 27px;
  }
  .money .management__team .management__wrapper .mangement__conten p {
    font-size: 16px;
    max-width: 100%;
    line-height: 26px;
  }
  .money .management__team .management__wrapper .mangement__conten .social__media a {
    color: #991b1b;
    background-color: #ffffff;
    padding: 5px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
  }
  .topbar-wrapper {
    display: none;
  }
  .top-header {
    flex-direction: column;
    align-items: center;
    padding: 0.8rem 1rem;
    height: 100%;
  }
  .top-header .logo-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .top-header .logo-wrapper img {
    width: 65px;
    height: 65px;
  }
  .top-header .logo-wrapper .logo-heading {
    font-size: 18px;
  }
  .top-header .logo-wrapper .logo-slogan {
    font-size: 13px;
  }
  .top-header .buttons {
    margin-top: 1rem;
    gap: 10px;
  }
  .top-header .buttons .view__btn {
    max-width: 250px;
    font-size: 12px;
    padding: 0.6rem 1.3rem;
    text-align: center;
  }
  .top-header button.btn {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
  .owl-carousel .item img {
    width: 100%;
    height: auto;
  }
  .follow__us h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .announcement__bar {
    padding: 0.4rem 0.625rem;
  }
  .announcement__bar p {
    font-size: 8px;
    line-height: 15px;
  }
  .top-header .logo-wrapper img {
    width: 112px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .money .money__heading {
    padding-bottom: 1rem;
    padding-top: 0.5rem;
  }
  .money .money__heading h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
  }
  .money .heading-section {
    font-size: 1.25rem !important;
  }
  .money .money-card .money__card__data h6 {
    font-size: 0.9rem;
    line-height: 1.2rem;
    padding: 1rem 0rem;
  }
  .money .view__all__btn {
    padding: 0rem 0rem;
    text-align: center;
  }
  .money .view__all__btn .view__btn {
    font-size: 0.8rem;
    padding: 0.4rem 2rem;
  }
  .best__seller .celebrity__heading {
    padding-bottom: 2rem;
  }
  .best__seller .celebrity__heading .heading-section {
    font-size: 1.25rem;
  }
  .best__seller .saree-card {
    border-radius: 8px;
    background: #f9f9f9;
    transition: box-shadow 0.3s;
  }
  .best__seller .saree-card .saree__card__data {
    padding: 10px;
  }
  .best__seller .saree-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  .best__seller .saree-card img {
    height: 100%;
  }
  .best__seller .saree-card .name {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .best__seller .saree-card .price {
    font-size: 0.7rem;
  }
  .best__seller .saree-card .price .old-price {
    font-size: 0.7rem;
  }
  .best__seller .saree-card .price .discount {
    font-size: 0.8rem;
  }
  .best__seller .saree-card .rating {
    font-size: 0.6rem;
  }
  .best__seller .saree-card .rating .badge {
    font-size: 0.8rem;
  }
  .best__seller .saree-card .product__btn {
    padding: 0.4rem 1rem;
    font-size: 0.7rem;
  }
  .best__seller .view__all__btn {
    padding: 0rem 0rem;
    text-align: center;
  }
  .best__seller .view__all__btn .view__btn {
    font-size: 0.8rem;
    padding: 0.4rem 2rem;
  }
  .call__to__action {
    padding: 4rem 0rem;
  }
  .call__to__action .call__content h3 {
    font-size: 20px;
  }
  .call__to__action .call__content p {
    font-size: 0.8rem;
  }
  .explore .heading-section {
    font-size: 20px;
    line-height: 30px;
  }
  .testimonial__card__new .heading-section {
    font-size: 20px;
    line-height: 30px;
  }
  .about__banner .about__banner__heading h2 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
  }
  .about__main__wrapper .left_about_image img {
    height: 350px;
    width: 500px;
  }
  .about__main__wrapper .right_about__data h6 {
    padding-top: 1rem;
    font-size: 16px;
  }
  .about__main__wrapper .right_about__data h3 {
    font-weight: 700;
    font-size: 20px;
  }
  .about__main__wrapper .right_about__data p {
    font-size: 14px;
    line-height: 24px;
  }
  .about__main__wrapper .right_about__data .primary__btn {
    font-size: 12px;
    line-height: 22px;
  }
  .contact-info-area {
    padding: 3rem 0rem;
  }
  .contact-info-area .contact-info .item {
    margin-bottom: 1rem;
  }
  .contact-info-area .contact-info .item .icon i {
    font-size: 20px;
    background-color: #991b1b;
    color: #ffffff;
    padding: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-info-area .contact-info .item .info h4 {
    font-size: 16px;
    padding-top: 10px;
  }
  .map-form-wrapper {
    padding: 0rem 0rem 6rem 0rem;
  }
  .map-form-wrapper .maps-form form {
    background-color: #991b1b;
    padding: 50px 30px 30px 30px;
    border-radius: 15px;
  }
  .map-form-wrapper .maps-form form .form-group {
    margin-bottom: 15px;
  }
  .map-form-wrapper .maps-form form .form-group .form-control {
    border-radius: 5px;
    border: 1px solid #ffffff;
    background: transparent;
    box-shadow: none;
    color: #ffffff;
  }
  .map-form-wrapper .maps-form form .form-group .form-control::-moz-placeholder {
    color: #ffffff;
    font-size: 15px;
  }
  .map-form-wrapper .maps-form form .form-group .form-control::placeholder {
    color: #ffffff;
    font-size: 15px;
  }
  .map-form-wrapper .maps-form form .form-group .form-control:focus {
    box-shadow: none;
  }
  .map-form-wrapper .maps-form form button {
    background: #ffffff;
    color: #991b1b;
    padding: 7px 15px;
    border: none;
  }
  .delivery_item .delivery__box {
    padding: 10px;
    min-height: 170px;
    max-height: 170px;
  }
  .delivery_item .delivery__box h6 {
    font-size: 14px;
    line-height: 22px;
  }
  .delivery_item .delivery__box img {
    width: 80px;
    height: 80px;
  }
  .testimonial__card__new {
    padding-bottom: 4rem;
  }
  .testimonial__card__new .outer__card .card__wrapper {
    height: 100%;
    min-height: 100%;
    border: 1px solid #991b1b;
  }
  .testimonial__card__new .outer__card .card__wrapper .card__image {
    height: 100%;
    width: 100%;
  }
  .testimonial__card__new .outer__card .card__wrapper .card__data {
    flex: 1;
    padding: 8px;
    position: relative;
  }
  .testimonial__card__new .outer__card .card__wrapper .card__data .rating-icon i {
    color: #ffc300;
    font-size: 9px;
  }
  .testimonial__card__new .outer__card .card__wrapper .card__data .client-name {
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
  }
  .testimonial__card__new .outer__card .card__wrapper .card__data p {
    font-size: 12px;
    line-height: 22px;
  }
  footer {
    padding: 2rem 0rem 0rem 0rem;
  }
  footer .footer__logo img {
    width: 120px;
    height: 120px;
  }
  footer .footer__logo p {
    font-size: 0.8rem;
  }
  footer .links h4 {
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  footer .links ul li {
    font-size: 0.8rem;
  }
  footer .links .social-icon-footer i {
    background-color: #ffffff;
    padding: 0.4rem;
    color: #991b1b;
    border-radius: 25px;
    font-size: 13px;
    margin-right: 4px;
  }
  .contact-info-area {
    padding: 3rem 0rem;
  }
  .contact-info-area .contact-info .item .info span {
    font-size: 0.9rem;
  }
  .map-form-wrapper {
    padding: 0rem 0rem 6rem 0rem;
  }
  .map-form-wrapper .maps-form form h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .main__product__wrapper .section-title {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .main__product__wrapper .section-title span {
    font-size: 0.7rem;
    margin-left: 0px;
  }
  .main__product__wrapper .sort-dropdown select.form-select {
    padding: 6px 20px 6px 12px;
    font-size: 14px;
  }
  .main__product__wrapper .sort-dropdown select.form-select option {
    font-size: 14px;
  }
  .main__product__wrapper .filter-sidebar {
    display: none;
    max-width: 300px;
  }
  .main__product__wrapper .filter-sidebar h5 {
    font-size: 1rem;
  }
  .main__product__wrapper .filter-sidebar .accordion-button {
    padding: 0rem 1rem;
    font-size: 0.9rem;
  }
  .main__product__wrapper .best__seller {
    margin-top: 2rem;
  }
  .main__product__wrapper .best__seller .celebrity__heading {
    padding-bottom: 3rem;
  }
  .main__product__wrapper .best__seller .saree-card {
    padding: 0;
  }
  .main__product__wrapper .best__seller .saree-card .wishlist-btn {
    padding: 4px 8px;
    font-size: 14px;
  }
  .main__product__wrapper .best__seller .saree-card .saree__card__data {
    padding: 10px;
  }
  .main__product__wrapper .best__seller .saree-card .name {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin: 5px 0;
    font-weight: 500;
  }
  .main__product__wrapper .best__seller .saree-card .price {
    font-size: 0.9rem;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .main__product__wrapper .best__seller .saree-card .price .old-price {
    text-decoration: line-through;
    color: #888;
    margin-left: 5px;
  }
  .main__product__wrapper .best__seller .saree-card .price .discount {
    color: #991b1b;
    margin-left: 5px;
    font-size: 0.9rem;
  }
  .main__product__wrapper .best__seller .saree-card .rating {
    font-size: 0.9rem;
  }
  .main__product__wrapper .best__seller .saree-card .rating .badge {
    font-size: 0.8rem;
    background-color: #991b1b;
    border-radius: 50px;
    font-weight: 500;
  }
  .main__product__wrapper .best__seller .saree-card button {
    font-weight: 500;
  }
  .main__product__wrapper .best__seller .saree-card .product__btn {
    border: 1px solid #991b1b;
    color: #991b1b;
    padding: 0.3rem 1rem;
    transition: all ease 0.2s;
    border-radius: 0px;
    font-size: 0.8rem;
  }
  .main__product__wrapper .best__seller .saree-card .product__btn:hover {
    border: 1px solid #991b1b;
    background-color: #991b1b;
    color: #ffffff;
  }
  .main__product__wrapper .best__seller .view__all__btn {
    padding: 2rem 0rem;
    text-align: center;
  }
  .main__product__wrapper .best__seller .view__all__btn .view__btn {
    border: 1px solid #991b1b;
    color: #ffffff;
    background-color: #991b1b;
    border-radius: 25px;
    padding: 0.7rem 4rem;
    transition: all ease 0.2s;
  }
  .main__product__wrapper .best__seller .view__all__btn .view__btn:hover {
    border: 1px solid #991b1b;
    background-color: transparent;
    color: #991b1b;
  }
  .related__products {
    padding-top: 0rem;
  }
  .related__products .celebrity__heading {
    padding-bottom: 2rem;
  }
  .related__products .celebrity__heading .heading-section {
    font-size: 18px;
  }
  .related__products .outer__card .money-card {
    text-align: center;
  }
  .related__products .outer__card .money-card .money__card__data h6 {
    font-size: 0.9rem;
    padding: 1rem 0rem;
  }
  .related__products .outer__card .owl-nav button.owl-prev,
  .related__products .outer__card .owl-nav button.owl-next {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
  .related__products .outer__card .owl-nav i {
    font-size: 12px;
  }
  .Product__detail__wrapper .product-title {
    font-size: 1.2rem;
    max-width: 100%;
    padding-top: 2rem;
  }
  .Product__detail__wrapper .btn-primary-custom {
    padding: 7px 14px;
    font-weight: 500;
  }
  .Product__detail__wrapper .thumbnail-images img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
    position: center center;
  }
  .Product__detail__wrapper .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: rgb(114.75, 114.75, 114.75);
  }
  .Product__detail__wrapper .accordion-button {
    background-color: transparent;
    color: #333;
    font-weight: 500;
    padding: 0rem 1rem;
    font-size: 1rem;
  }
  .Product__detail__wrapper .accordion-button:not(.collapsed) {
    color: #991b1b;
    background-color: #f1f1f1;
  }
  .Product__detail__wrapper .accordion-button:focus {
    box-shadow: none;
  }
  .Product__detail__wrapper .accordion-item {
    border: none;
    border-top: 1px solid #eee;
  }
  .Product__detail__wrapper .accordion-body {
    padding: 0.85rem 1rem;
  }
  .Product__detail__wrapper .accordion-body:first-child {
    border-top: none;
  }
  .Product__detail__wrapper .accordion-body input[type=checkbox] {
    border-radius: 0px;
  }
  .Product__detail__wrapper .accordion-body input[type=checkbox]:focus {
    outline: none;
    box-shadow: none;
    border-radius: 0px;
  }
  .Product__detail__wrapper .accordion-body input[type=checkbox]:checked {
    background-color: #991b1b;
    border-color: #991b1b;
  }
  .Product__detail__wrapper .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Product__detail__wrapper .rating .rating__wrapper a {
    color: #991b1b;
  }
  .Product__detail__wrapper .price {
    font-weight: 600;
    color: #991b1b;
    font-size: 20px;
    padding: 1rem 0rem;
  }
  .Product__detail__wrapper .price .sale_price {
    margin-left: 8px;
    color: #888;
    font-weight: normal;
  }
  .Product__detail__wrapper .price .sale_price del {
    text-decoration: line-through;
    color: red;
    font-size: 1rem;
    font-weight: 400;
  }
  .Product__detail__wrapper .add__to__cart {
    display: flex;
    gap: 20px;
  }
  .Product__detail__wrapper .add__to__cart .wishlist__btn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Product__detail__wrapper .add__to__cart .wishlist__btn i {
    color: #991b1b;
  }
  .Product__detail__wrapper .add__to__cart .wishlist__btn:hover {
    background-color: #991b1b;
  }
  .Product__detail__wrapper .add__to__cart .wishlist__btn:hover i {
    color: #fff;
  }
  .Product__detail__wrapper .add__to__cart .add__button {
    background: #991b1b;
    color: #ffffff;
    border: 1px solid #991b1b;
    transition: all ease 0.2s;
  }
  .Product__detail__wrapper .add__to__cart .add__button:hover {
    background: transparent;
    border: 1px solid #991b1b;
    color: #991b1b;
  }
  .Product__detail__wrapper .add__to__cart .view__button {
    background: transparent;
    color: #991b1b;
    border: 1px solid #991b1b;
    transition: all ease 0.2s;
  }
  .Product__detail__wrapper .add__to__cart .view__button:hover {
    background: #991b1b;
    border: 1px solid #991b1b;
    color: #ffffff;
  }
  .Product__detail__wrapper .quantity-box {
    border: 1px solid #ccc;
  }
  .Product__detail__wrapper .quantity-box .quantity-btn {
    background-color: #4c7766;
    color: #fff;
    border: none;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }
  .Product__detail__wrapper .quantity-box .quantity-btn:hover {
    background-color: rgb(56.1230769231, 87.8769230769, 75.3230769231);
  }
  .Product__detail__wrapper .quantity-box input {
    border: none;
    outline: none;
    pointer-events: none;
    background: transparent;
  }
  .Product__detail__wrapper .size {
    padding-bottom: 1.5rem;
  }
  .Product__detail__wrapper .size h3 {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 2.4rem;
  }
  .Product__detail__wrapper .size .size__data {
    display: flex;
    gap: 10px;
  }
  .Product__detail__wrapper .size .size__data span {
    border: 1px solid #991b1b;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 1rem;
    background: transparent;
    font-size: 12px;
  }
}/*# sourceMappingURL=responsive.css.map */