@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: #5F432D;
  border: 1px solid #5F432D;
  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 #5F432D;
  color: #5F432D;
}

section {
  padding: 4rem 0rem;
}

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

@media (min-width: 320px) and (max-width: 576px) {
  .announcement__bar {
    padding: 0.4rem 0rem;
  }
  .announcement__bar p {
    font-size: 8px;
    line-height: 18px;
  }
  .top-header {
    height: 65px;
  }
  .top-header .logo-wrapper img {
    width: 112px;
    height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .featured__product h3 {
    font-size: 20px;
  }
  .featured__product p {
    font-size: 14px;
    max-width: 100%;
    line-height: 24px;
  }
  .featured__product .primary__btn {
    font-size: 13px;
  }
  .best__seller .celebrity__heading {
    padding-bottom: 2rem;
  }
  .best__seller .celebrity__heading .heading-section {
    font-size: 20px;
    line-height: 30px;
  }
  .best__seller .view__all__btn {
    padding: 2rem 0rem;
    text-align: center;
  }
  .best__seller .view__all__btn .view__btn {
    border: 1px solid #5F432D;
    color: #ffffff;
    background-color: #5F432D;
    border-radius: 25px;
    padding: 0.7rem 4rem;
    transition: all ease 0.2s;
  }
  .best__seller .view__all__btn .view__btn:hover {
    border: 1px solid #5F432D;
    background-color: transparent;
    color: #5F432D;
  }
  .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;
  }
  .yarn__banner .data p {
    font-size: 14px;
    line-height: 26px;
  }
  .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: #5F432D;
    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: #5F432D;
    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: #5F432D;
    padding: 7px 15px;
    border: none;
  }
}/*# sourceMappingURL=responsive.css.map */