.main_content {
  margin: 0 auto 20px auto;
  /* max-width: var(--max-page-width); */
}

/* @media screen and (min-width: 1300px) {
    .main_content {
        margin-top: 20px;
    }
} */

.section_container {
  max-width: var(--max-page-width);
  width: 100%;
  height: fit-content;
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */
  margin: 15px auto 0 auto;
  padding: 20px 5px;
}

/* ----------------------------------------------------- */

/* HERO slider */
@media screen and (max-width: 1300px) {
  .hero_main_slider .slider_outside_div {
    border-radius: 0px;
  }
}

/* ----------------------------------------------------- */

/* Product Types Container */
.products_types_ {
  padding: 0 15px;
}

.product_types_container_ {
  scrollbar-color: #ffffff #ffffff;
}

.product_type {
  width: 250px;
  height: 250px;
  /* height: fit-content; */
  padding: 8px;
  border-radius: 50%;
  text-decoration: none;
  overflow: hidden;
  border: 4px solid #25b18f;
}

.product_type.by_concern {
  border-radius: 15px !important;
  border: none;
}

.product_type_div {
  width: fit-content;
  padding: 12px;
  margin: auto;
}

.product_type > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

.product_type.by_concern > img {
  border-radius: 15px;
}

.product_type:hover > .product_type_img {
  transform: scale(1.3);
}

.product_type_div p {
  color: var(--dark-blue);
  margin: 10px auto;
  text-align: center;
  font-size: 18px;
  z-index: 1;
  text-wrap: nowrap;
}

/* Responsive */

@media screen and (max-width: 950px) {
  .product_type > p {
    padding: 5px 25px;
    font-size: 16px;
  }
}

@media screen and (max-width: 650px) {
  .product_type_div {
    width: fit-content;
    padding: 8px;
  }

  .product_type {
    width: 100px;
    height: 100px;
    border: 2px solid #25b18f;
    padding: 4px;
  }

  .product_type.by_concern {
    width: 150px;
    height: 150px;
    border: none;
  }

  .product_type.by_concern > img {
    border-radius: 15px;
  }

  .product_type_div p {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 450px) {
  .products_types_ {
    padding: 0;
  }

  .product_type > p {
    padding: 6px 25px;
    /* border-radius: 5px; */
    font-size: 14px;
  }
}

/* / Product Types Container */

/* ----------------------------------------------------- */

/* Newsletter Container */
.nlatessc1_container {
  position: relative;
  margin: 40px;
}

.nlatessc1_part {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 20px;
  border-radius: 10px 0 0 10px;
  width: 50%;
}

.nlatessc1_holdings {
  text-align: center;
  width: fit-content;
  padding: 10px 20px;
}

.nlatessc1_3_star {
  margin-bottom: 10px;
}

.nlatessc1_3_star span {
  height: 60px;
  width: 85px;
  background-size: 80px;
}

.nlatessc1_texts {
  line-height: 32px;
  font-size: 18px;
}

.nlatessc1_offer_text {
  font-family: "Marcellus", serif;
  font-size: 24px;
  margin: 5px 0 20px 0;
}

.nlatessc1_form {
  width: 300px;
}

@media screen and (max-width: 450px) {
  .nlatessc1_holdings {
    padding: 20px 5px;
  }

  .nlatessc1_offer_text {
    font-size: 22px;
  }
}

@media screen and (max-width: 340px) {
  .nlatessc1_form {
    width: 90vw;
  }
}

.newsletter_form .form_input_wrapper {
  overflow: hidden;
  border-radius: 24px;
}

.nlatessc1_form input {
  border-radius: 4px;
  border: none;
  color: var(--header-text-brown);
  padding: 20px 55px 3px 15px;
}

.nlatessc1_form label {
  left: 15px;
}

.nlatessc1_form input:focus {
  border: none;
}

.newsletter_form_submit_btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 55px;
  background-color: var(--white);
}

.newsletter_form_submit_btn > i {
  font-size: 24px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.newsletter_form_submit_btn:hover > i {
  transform: rotate(0deg) translateX(0px);
  color: var(--header-text-brown);
}

/*  Newsletter Offers Part  */

.nlatessc1__part2 {
  background-color: #eef7ee;
  height: 400px;
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.nlatessc1__part2 > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1100px) {
  .nlatessc1_container {
    margin: 20px;
  }

  .nlatessc1_part {
    border-radius: 10px;
    width: 100%;
  }

  .nlatessc1__part2 {
    display: none;
  }

  .nlatessc1_holdings {
    margin: 0 auto;
  }
}

@media screen and (max-width: 650px) {
  .nlatessc1_container {
    margin: 0px;
  }
}

/* / Newsletter Container */

/* ----------------------------------------------------- */

/* Values Our Customer Loves Section */

.values_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 35px;
}

.values_div {
  text-align: center;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding: 10px;
  background-color: var(--white);
}

.values_div > h3 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

.values_div > p {
  color: var(--main-black);
  font-size: 14px;
  margin-top: 15px;
}

.values_icon {
  width: 100px;
}

@media screen and (max-width: 650px) {
  .values_container {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    gap: 10px;
  }

  .values_icon {
    width: 90px;
  }

  .values_div > h3 {
    font-size: 16px;
  }

  .values_div > p {
    font-size: 12px;
  }
}

/* / Values Our Customer Loves Section */

/* ----------------------------------------------------- */

/* Testimonial Section */
.testimonial_container {
  width: 100%;
  position: relative;
}

.nlatessc1_holdings > .sign_up_btn {
  margin-top: 10px;
  margin-bottom: 30px;
}

.testimonial_slider {
  height: 100%;
  width: 100%;
  margin-top: 0px;
}

.testimonial_slider .slider_outside_div {
  height: 100%;
}

.testimonial_slider .slider_inner_div {
  height: 100%;
}

.testimonial_slider .slide {
  height: 100%;
  position: relative;
  background-color: var(--main-black);
}

.testimonial_slider .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

/*  One Single Testimonial */
.a__testimonial {
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  padding: 15px;
  position: relative;
  bottom: 25px;
}

.quote_icon {
  height: 50px;
  width: 50px;
  background-size: 50px;
  position: absolute;
}

.quote_icon_left {
  top: 5px;
  left: 15px;
  transform: rotate(180deg);
}

.quote_icon_right {
  bottom: 5px;
  right: 15px;
}

.testim_product_img {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  transition: none;
  margin-bottom: 40px;
}

.testim_product_img:hover {
  transform: none;
}

.testim_msg_div {
  max-width: 80%;
  margin-bottom: 35px;
}

.testim_msg {
  font-size: 20px;
}

/* .testim_user__date {} */

.testim_user {
  font-size: 18px;
}

.testim_date {
  color: #888888;
}

@media screen and (max-width: 1100px) {
  .testimonial_container {
    flex-direction: column;
  }

  .testimonial_container .nlatessc1__part2 {
    display: block;
    width: 100%;
    height: 400px;
    margin-top: 10px;
  }

  .values_container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 650px) {
  .testim_product_img {
    height: 100px;
    width: 100px;
  }

  .testim_msg_div {
    max-width: 85%;
  }

  .testim_msg {
    font-size: 18px;
  }

  .testim_user {
    font-size: 16px;
  }

  .testim_date {
    font-size: 14px;
  }

  .quote_icon {
    height: 30px;
    width: 30px;
    background-size: 30px;
  }
}

/* / Testimonial Section */
