@font-face {
  font-family: "SF Bold";
  src: url("../font/SF-Pro-Display-Bold.ttf") format("woff2");
}

@font-face {
  font-family: "SF Regular";
  src: url("../font/SF-Pro-Text-Regular.otf") format("woff2");
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h3 {
  font-size: 2.2rem;
}

.sticky {
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 1239999487887;
  background-color: white;
}

.header-top {
  padding: 8px 0px 8px 0px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* second header */
.uppar-header {
  width: 100%;
  max-width: 96%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  height: 6vh;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.Shipping {
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  height: auto;
  display: flex;
  text-align: center;
}
.Shipping-content {
  width: 100%;
  max-width: 90%;
  height: auto;
  margin: auto;
  display: flex;
  text-align: end;
  align-items: center;
  justify-content: end;
  column-gap: 10px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.Shipping-content img {
  margin-right: 6px;
}
.shipping-img {
  font-size: 14px;
}
.pickup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
}
.offers-item {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  .header-description {
    font-size: 2.5vw;
  }
  .uppar-header {
    max-width: 94%;
    height: auto;
    flex-direction: column;
    text-align: start;
    align-items: start;
    padding: 12px 0px 10px 0px;
  }
}
@media screen and (max-width: 500px) {
  .header-content {
    font-size: 3.6vw;
  }
  .header-description {
    font-size: 3.2vw;
    line-height: 18px;
  }
}
@media screen and (max-width: 480px) {
  .shipping-img {
    font-size: 13px;
  }
  .shipping-img img {
    width: 18px;
  }
  .pickup-content {
    font-size: 13px;
  }
  .pickup-content img {
    width: 18px;
  }
  .Shipping-content img {
    margin-right: 2px;
  }
}
/* end header */

.top-main {
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: center;
  font-family: "SF Regular", Helvetica, Arial, sans-serif;
}
.top-main ul {
  display: flex;
  column-gap: 18px;
  margin-right: 10px;
  border-radius: 4px;
  padding: 2px 6px;
  margin-bottom: 0px !important;
}
.top-main ul li {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.4px;
}
.top-main ul li a {
  color: #ffffff;
  font-size: 14px;
}
.arrow-img {
  background-color: white;
  width: 20px;
  border-radius: 50%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/*-----------header-top Close------------*/

/* body content start */
@media (max-width: 768px) {
  .offer-sections {
    text-align: center !important;
  }
}

.body-section-2 {
  width: 100%;
  max-width: 96%;
  margin: auto;
  margin-top: 50px;
  display: flex;
  column-gap: 2rem;
  text-align: center;
  align-items: center;
}
.section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.content-title {
  margin-top: 50px;
  letter-spacing: 1.5px;
  font-size: 44px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
}
.content-box-container {
  width: 100%;
  max-width: 90%;
  margin: auto;
  height: auto;
}
/* .content-box-container img {
  width: 100%;
  height: auto;
} */
@media (max-width: 768px) {
  .body-section-2 {
    margin-top: 30px;
  }
  .offer-sections h4 {
    font-size: 1.35rem;
  }
}
/* body content end */
.offer-sections {
  height: 66vh;
  overflow-y: auto;
  width: 44%;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.offer-sections::-webkit-scrollbar {
  display: none;
}

.cart-btns {
  cursor: pointer;
}

.content-description p {
  width: 100%;
  max-width: 90%;
  font-size: 14.5px;
  line-height: 20px;
  margin: auto;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
/* offer carousel */

.testimonials {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f5f5f5;
  width: 100%;
  height: 7vh;
  margin: auto;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.item-details p {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .item {
    height: 6vh;
  }
  .brand {
    margin-top: 6px;
  }
}
@media (max-width: 480px) {
  .offer-sections h4 {
    font-size: 1.2rem;
  }
}
.faq-section {
  border-top: 1px solid #ffffff;
  margin-top: 50px;
}
/* Start accordion code */
.accordion--container {
  margin: auto;
  display: block;
}
.accordion-heading {
  margin-top: 20px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-bottom-style: solid;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  font-family: "SF Bold", Helvetica, Arial, sans-serif;
}
li.accordion ul {
  margin: 0;
  padding: 0;
  background: #1d1d1f;
  margin: 0 !important;
  display: none;
  color: #ffffff;
}
li.accordion ul .txt {
  margin: 0;
  line-height: 22px;
  font-size: 14px;
  color: #ffffff;
}

li.accordion span {
  display: block;
  font-size: 14px;
  padding: 8px 0px;
  margin-top: 5px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  text-align: left;
}

li.accordion {
  list-style: none;
  border-bottom: 1px solid #ffffff;
  line-height: 40px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
li.accordion span i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto;
  color: #7f7f7f;
  transition: 0.3s;
  font-size: 20px;
}

li.accordion.open span i {
  transform: rotate(540deg);
  transition: 0.3s;
}
/* End accordian section */
.owl-slider {
  width: 58%;
  overflow: hidden;
}

.carousel-inner {
  height: 100%;
  width: 98% !important;
}

.carousel-item {
  height: 100%;
}

.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 65vh;
}

@media only screen and (max-width: 1300px) {
  .offer-sections h4 {
    font-size: 1.38rem;
    text-align: start;
  }
}

@media (max-width: 1024px) {
  .body-section-2 {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .owl-slider {
    width: 100% !important;
  }

  .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .offer-sections h4 {
    text-align: center !important;
    font-size: 1.4rem;
  }
  .offer-head {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .offer-head-2 {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .subscription {
    margin-top: 4rem;
  }
  .lora-conatiner {
    width: 100%;
  }
}

@media (max-width: 768px) {
  li.accordion {
    line-height: 20px;
  }
  li.accordion span {
    font-size: 12px;
  }
  li.accordion ul .txt {
    font-size: 12px;
  }
  .offer-head {
    width: 100%;
  }
  .offer-sections {
    margin-top: 30px;
  }
  .offer-sections {
    height: auto;
  }
}
@media (max-width: 528px) {
  li.accordion span {
    font-size: 2.8vw;
  }

  li.accordion ul .txt {
    font-size: 2.8vw;
    line-height: 18px;
  }
  .accordion-heading {
    font-size: 18px;
  }
}

/* start payement section code */
.carousel-indicators li {
  background-color: #1d1d1f !important;
}

@media (max-width: 1200px) {
  .offer-sections {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .content-title {
    margin-top: 14px;
    margin-bottom: 20px;
    font-size: 5.5vw;
    letter-spacing: 1px;
  }
  .accordion-heading {
    font-size: 24px;
  }
  .faq-section {
    margin-top: 30px;
  }
  .accordion-heading {
    font-size: 24px;
  }
  .content-description {
    margin-top: 10px;
  }
}

@media (max-width: 528px) {
  .lora-head {
    font-size: 14px;
  }
  .card-heading {
    font-size: 16px;
  }
  .card-content {
    font-size: 12px;
  }
  .card-bottom {
    font-size: 12px;
  }
  .accordion-heading {
    font-size: 18px;
  }
  .content-title {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media (max-width: 1320px) {
  .button-head {
    font-size: 16px;
    column-gap: 10px;
  }
  .arrow-img {
    width: 16px;
    height: 16px;
  }
  .right-section {
    width: 16px;
  }
  .lora-conatiner {
    padding: 2px 10px;
  }
  .lora-head {
    font-size: 16px;
  }
  .lora-container {
    padding: 4px 10px;
  }
  .card-heading {
    font-size: 16px;
  }
  .card-p {
    margin-bottom: 6px !important;
  }
}
@media (max-width: 992px) {
  .content-description p {
    font-size: 13.5px;
    line-height: 18px;
  }
}
@media (max-width: 520px) {
  .logo img {
    width: 84px !important;
  }
  .top-main ul {
    margin-right: 2px;
    column-gap: 8px;
  }
  .header-top {
    padding: 6px 0px 6px 0px;
  }
  .button-head {
    font-size: 16px !important;
    column-gap: 12px !important;
  }
  .arrow-img {
    width: 16px;
    height: 16px;
  }
  .right-section {
    width: 14px;
  }
}
@media (max-width: 480px) {
  .button-head {
    padding: 10px 0px;
    font-size: 18px;
    column-gap: 1rem;
  }
  .arrow-img {
    width: 18px;
    height: 18px;
  }
  .content-description h6 {
    font-size: 1.2rem;
  }
  .top-main ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .logo img {
    width: 64px !important;
  }
  .top-main ul li {
    font-size: 11px;
    letter-spacing: 0px;
  }
  .top-main ul li a {
    font-size: 11px !important;
    letter-spacing: 0px !important;
  }
}
