@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("variables.css");
@import url("button.css");
@import url("footer.css");

/* global clsses start */
::selection {
  background-color: var(--neutral-color-300);
  color: #fff;
}
.font-primary {
  font-family: var(--primary-font);
}
.font-secondary {
  font-family: var(--secondary-font);
}
h1 {
  font-size: 60px !important;
}
h2 {
  font-size: 46px !important;
}
.title-h1 {
  font-size: 26px;
}
.title-h2 {
  font-size: 24px;
}
.title-h3 {
  font-size: 22px;
}
.title-h4 {
  font-size: 20px;
}
.text-subtitle {
  font-size: 18px;
}
.text-large {
  font-size: 16px;
}
.text-medium,
.text-link-large {
  font-size: 14px;
}
.text-small,
.text-link-medium {
  font-size: 12px;
}
.text-caption,
.text-link-small {
  font-size: 10px;
}
.fontweigh-boldest {
  font-weight: 900;
}
.fontweigh-bolder {
  font-weight: 700;
}
.fontweigh-bold {
  font-weight: 600;
}
.fontweigh-semi-bold {
  font-weight: 500;
}
.fontweigh-regular {
  font-weight: 400;
}
/* global clsses end */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--primary-font);
}
body {
  overflow-x: hidden;
}
#root {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
nav {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1;
}
.navbar_profile {
  position: relative;
}
.navbar_profile_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 600;
  cursor: pointer;
}
.navbar_profile_btn img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.navbar_profile_dropdown {
  position: absolute;
  top: 130%;
  right: 0;
  width: 175px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 5px #00000020;
  padding: 4px 0;
  display: flex;
  flex-direction: column;
}
.navbar_profile_dropdown button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  color: #666;
  font-weight: 500;
}
.navbar_profile_dropdown button:hover {
  background-color: #fafafa;
}
.main {
  position: relative;
  padding-top: 140px;
  margin-top: -140px;
}
.main::before {
  content: "";
  position: fixed;
  width: calc(100vw + 20px);
  aspect-ratio: 1;
  border: 1px solid var(--neutral-color-400);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -84px;
  pointer-events: none;
  opacity: 10%;
  z-index: -1;
}
.main::after {
  position: absolute;
  content: "";
  position: fixed;
  width: calc(100vw - 90px);
  aspect-ratio: 1;
  border: 1px solid var(--neutral-color-400);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -34px;
  pointer-events: none;
  opacity: 20%;
  z-index: -1;
}

/* homepage start */
/* hero start */
.hero-section {
  position: relative;
  padding: 100px 0 106px;
}
.hero-section > img {
  position: absolute;
  width: 100%;
  bottom: 28%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.hero-section h1 {
  color: var(--primary-color-500);
  margin-bottom: 12px;
}
.hero-section p {
  color: var(--shade-color-300);
  max-width: 940px;
  margin: auto;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 40px 0 80px;
}
.hero-actions button {
  max-width: 200px;
  width: 100%;
  height: 56px;
}
.hero-section .hero-img img {
  width: 100%;
}
/* hero end */
/* why choose start */
.why-choose-us {
  background-color: #eef8f7;
}
.why-choose-desc {
  max-width: 795px;
}
.specifications {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.specifications .specs-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 26.8px;
  color: var(--shade-color-200);
}
.specifications p {
  margin: 8px 0 0;
  color: var(--shade-color-300);
}
/* why choose end */
/* our product start */
div.product-card {
  border-radius: 40px;
  display: flex;
  flex-direction: column;
}
div.product-card > img {
  aspect-ratio: 1;
}
.product-card-content {
  background-color: #fffffff0;
  border-radius: 24px;
  padding: 40px;
  /* height: 242px; */
  box-shadow: 0px 8px 24px 0px #959da533;
  margin: 0 16px 0;
  gap: 12px;
}
.product-card-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.product-card-content > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
/* our product end */
/* trusted by start */
.container.trusted-by-section {
  max-width: 921px !important;
}
.trusted-by-section p {
  line-height: 30.5px;
  color: var(--shade-color-300);
}
.trusted-by-section img {
  max-width: 230px;
  height: 60px;
}
/* trusted by end */
/* aboutus start */
.aboutus-section {
  padding: 86px 0 48px;
  position: relative;
}
.aboutus-section.solid::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--neutral-color-400);
  bottom: 300px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  z-index: -1;
}
.aboutus-section.gradient {
  > img {
    position: absolute;
    width: 100%;
    bottom: 28%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
}
.aboutus-section.solid h2 {
  color: var(--shade-color-50);
}
.aboutus-section.gradient h2 {
  color: var(--primary-color-500);
}
.aboutus-poster {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 26px;
}
.aboutus-section.gradient .aboutus-poster {
  max-width: 100%;
  width: 100%;
  margin: 40px auto 26px;
}
.aboutus-poster img {
  object-fit: cover;
  width: 100%;
}
.aboutus-section.gradient .aboutus-poster img {
  height: 637px;
  border-radius: 40px;
}
.aboutus-section p {
  max-width: 882px;
  line-height: 28px;
}
/* aboutus end */
/* our customer start */
.our-customer-section {
  padding: 48px 0 48px;
}
.our-customer-section .description {
  max-width: 885px;
  margin: auto;
}
.our-customer-section .swiper.swiper-horizontal {
  overflow: visible;
}
/* .our-customer-section .swiper-slide {
    padding-right: 30px !important;
} */
.swiper-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--neutral-color-400);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(315deg);
  cursor: pointer;
  transition: 0.2s all ease;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.75;
}
.swiper-button-prev::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--shade-color-50);
  border-left: 3px solid var(--shade-color-50);
  border-radius: 2px;
}
.swiper-button-next::before {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--shade-color-50);
  border-bottom: 3px solid var(--shade-color-50);
  border-radius: 2px;
}
.customer-card {
  padding: 54px 54px 60px;
  box-shadow: 0px 5px 14px 0px #080f340a;
  border: 1px solid #eff0f6;
  border-radius: 20px;
}
.customer-card > .title-h3 {
  font-family: var(--secondary-font);
  color: var(--primary-color-600);
  line-height: 28px;
  margin: 0;
}
.customer-card > .text-subtitle {
  color: var(--primary-color-300);
  line-height: 30px;
  margin: 12px 0 28px;
}
.customer-card .customer-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
}
.customer-card .customer-info img {
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
}
.customer-card .customer-info .customer-name {
  margin: 0;
}
.customer-card .customer-info .customer-designation {
  color: var(--primary-color-300);
  line-height: 20px;
  margin: 6px 0 0;
}
/* our customer end */
/* homepage end */

.custom-btn {
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: bold;
  border: 2px solid #3c7e77;
  background-color: transparent;
  color: #3c7e77;
  transition: all 0.3s ease;
}

.active-btn {
  background-color: #3c7e77; /* Filled background for active button */
  color: white; /* White text for active button */
}

.custom-btn:not(.active-btn):hover {
  background-color: rgba(
    60,
    126,
    119,
    0.1
  ); /* Slight hover effect for inactive buttons */
}

.ml-2 {
  margin-left: 10px;
}

/* product details start */
.product-detail-section {
  padding: 32px 0;
}
.carousel-root.product-detail-carousel {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
}
.carousel .slider-wrapper {
  height: 100%;
}
.product-detail-carousel .slider {
  height: 100%;
}
/* .slider-wrapper.axis-horizontal {
    padding: 0 30px;
    position: relative;
}
.slider-wrapper.axis-horizontal::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 3px solid #ccc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.product-detail-carousel .slide > div {
  /* aspect-ratio: 10/8; */
  height: 100%;
  object-fit: contain;
  border-radius: 14px;
  overflow: hidden;
  border: 4px solid #d7e2e1;
  padding: 12px 16px;
}
.product-detail-img {
  aspect-ratio: 10/8;
  object-fit: contain;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 4px solid #d7e2e1;
  padding: 12px 16px;
}
.product-detail-carousel .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-detail-carousel .carousel.carousel-slider + .carousel {
  max-width: 120px;
}
.product-detail-carousel .carousel .thumbs-wrapper {
  margin: 0;
}
.product-detail-carousel .carousel .thumbs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transform: none !important;
}
/* .product-detail-carousel.low_images .carousel .thumbs {
    justify-content: left;
} */
.product-detail-carousel .carousel .thumb {
  position: unset;
  pointer-events: all;
  height: unset;
  border: none !important;
  margin: 0;
  padding: 0;
  width: 100% !important;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
}
/* .product-detail-carousel.low_images .carousel .thumb {
    width: 80px !important;
} */
.product-detail-carousel .carousel .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-description {
  color: var(--shade-color-300);
}
.product-quantity {
  margin-bottom: 14px;
}
.product-quantity p {
  margin-bottom: 12px;
}
.quantity-action-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 105px;
  padding: 7px;
  border-radius: 4px;
  border: 1px solid #e4e3e7;
  margin-right: 20px;
}
.quantity-action-btn span {
  font-weight: 700;
  letter-spacing: -0.032px;
}
.quantity-action-btn button {
  border: none;
  background: none;
}
.quantity-action-btn button:disabled svg path {
  stroke: #8a8792;
}
.product-name {
  color: var(--shade-color-200);
  margin-bottom: 12px;
}
.product-description {
  color: var(--shade-color-300);
}
.star-rating {
  margin-bottom: 40px;
}
.product-amount {
  display: flex;
  gap: 16px;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}
.product-amount span {
  color: var(--neutral-color-400);
  font-weight: 600;
  font-size: 22px;
}
.subscription-section {
  background-color: #eef8f7;
  padding: 84px 0;
  width: 100%;
}
.subscription-card {
  background-color: var(--shade-color-50);
  box-shadow: 0px 4px 20px 0px #00000014;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.subscription-card > .subscription-card-header {
  background-color: var(--neutral-color-400);
  padding: 22px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: var(--shade-color-50);
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  height: 90px;
}
.subscription-card > .subscription-card-header img {
  min-width: 34px;
  min-height: 34px;
  max-width: 34px;
  max-height: 34px;
}
.subscription-card > .subscription-card-header p {
  margin: 0 0 0 auto;
  color: var(--shade-color-50);
  font-weight: 600;
}
/* product details end */
.subscription-card ul {
  margin: 0;
  padding: 16px 12px 56px;
}
.subscription-card li {
  margin: 0;
  padding: 0 12px;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  align-items: center;
}
.subscription-card li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: var(--shade-color-100);
  border-radius: 50%;
}
.subscription-card span {
  font-weight: 700;
  margin-left: auto;
}
.subscription-card li + li {
  margin-top: 22px;
}
/* product details end */

/* contact start */
.contactus-section {
  padding: 48px 0 150px;
  position: relative;
  margin-bottom: -4rem;
}
.contactus-section > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.contact-left-col h2 {
  color: var(--shade-color-200);
}
.contact-left-col .title-h2 {
  max-width: 410px;
  color: var(--shade-color-200);
  margin-bottom: 12px;
}
.contact-left-col .text-subtitle {
  max-width: 410px;
  color: var(--shade-color-300);
}
.contact-items {
  padding: 0;
  margin: 40px 0 60px;
}
.contact-items li {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--shade-color-200);
}
.contact-items li + li {
  margin-top: 24px;
}
.contact-items li img {
  min-width: 38px;
  min-height: 38px;
  max-width: 38px;
  max-height: 38px;
}

.contact-form {
  background-color: var(--shade-color-50);
  border: 1px solid #cecece;
  padding: 48px;
  border-radius: 8px;
}
.contact-form .form-heading {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--shade-color-300);
}
.form-input-wrapper {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.form-input-wrapper label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--shade-color-300);
}
.form-input-wrapper input {
  margin: 8px 0;
  height: 52px;
  border: 1px solid #cecece;
  border-radius: 8px;
  padding: 4px 12px;
}
.form-input-wrapper textarea {
  margin: 8px 0;
  height: 64px;
  border: 1px solid #cecece;
  border-radius: 8px;
  padding: 4px 12px;
}
.form-input-wrapper input:focus,
.form-input-wrapper textarea:focus,
.form-input-wrapper input:focus-visible,
.form-input-wrapper textarea:focus-visible {
  border-color: var(--neutral-color-400) !important;
  outline: none !important;
}
.form-input-wrapper span {
  font-size: 14px;
  color: crimson;
  font-weight: 500;
}
/* contact end */

/* terms page start */
.terms-section .container {
  padding: 45px 100px 210px;
}
.terms-section .heading-paragraph .heading {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.5px;
}
.terms-section .heading-paragraph .paragraph {
  color: var(--shade-color-300);
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}
.terms-section .heading-paragraph ol {
  list-style-position: inside;
  padding-left: 0 !important;
  margin-bottom: 30px;
  text-align: justify;
}
.terms-section .heading-paragraph ol li {
  color: var(--shade-color-300);
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}
.terms-section .terms-list {
  margin: 0 0 10px;
  padding: 0;
}
.terms-section ul {
  list-style: none;
}
.terms-section .terms-list li {
  margin-bottom: 20px;
  /* display: flex; */
  flex-direction: column;
  gap: 20px;
}

.terms-section .terms-list li .subheading {
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.terms-section .terms-list li .subheading::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--neutral-color-400);
}
.terms-section .terms-list li .paragraph {
  color: var(--shade-color-300);
  font-size: 18px;
  font-weight: 25px;
  margin: 0;
  margin-bottom: 15px;
}
/* terms page end */

/* cart start */
.offcanvas.offcanvas-end {
  width: 630px !important;
}
.offcanvas-header {
  padding: 40px 40px 46px !important;
}
.offcanvas-header h2 {
  font-weight: 600;
}
.offcanvas-body {
  padding: 0 40px 40px !important;
}
.product-list {
  list-style: none;
  padding: 0;
}
.product-list li + li {
  margin-top: 16px;
}
.cart-product-img {
  aspect-ratio: 1;
  border-radius: 8px;
}
.cart-product-name {
  font-size: 22px;
  line-height: 27px;
  color: var(--shade-color-200);
}
.cart-product-desc {
  font-size: 18px;
  line-height: 21px;
  color: var(--shade-color-300);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 8px 0 16px;
}
.cart-product-price {
  font-size: 22px;
  color: var(--shade-color-200);
}
.cart-address {
  padding: 20px 40px 20px 40px;
  border-radius: 10px;
  border: 1px solid var(--shade-color-100);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}
.cart-address p {
  color: var(--shade-color-200);
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin: 0 !important;
}
.cart-voucher {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background-color: #eef8f7;
  border: 1px solid #cecece;
  border-radius: 4px;
  line-height: 36px;
  margin-top: 40px;
}
/* .cart-voucher::after {
    content: "";
    width: 9px;
    transform: rotate(45deg);

    height: 9px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
} */
.custom-margin {
  margin-left: 12rem;
}
.cart-pricing-detail {
  width: 100%;
  margin: 30px 0;
}
.cart-pricing-detail tr > td {
  padding: 10px 0;
  line-height: 27px;
  font-size: 22px;
}
.cart-pricing-detail tr > td:first-child {
  text-align: left;
  color: var(--shade-color-300);
}
.cart-pricing-detail tr > td:last-child {
  text-align: right;
  font-weight: 700;
}
.cart-pricing-detail tr:last-child > td:first-child {
  font-weight: 600;
}
.cart-pricing-detail tr:last-child > td:last-child {
  font-weight: 700;
}
/* cart end */

/* auth page start */
.auth-page {
  min-height: 100vh;
  background: linear-gradient(
    177.34deg,
    rgba(254, 254, 254, 0) -8.01%,
    rgba(233, 246, 244, 0.24) 38.84%,
    rgba(216, 238, 235, 0.6) 99.69%
  );

  > .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .auth-section {
    box-shadow: 0px 8px 14px 0px #0000001f;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    > div {
      min-height: calc(100vh - 180px);

      &.form-section {
        padding: 83px 48px;
        width: calc(50% + 6px);
        height: 100%;

        & + div {
          width: calc(50% - 6px);
          img {
            height: 100%;
          }
        }
      }
      .referal-input {
        text-align: center;
      }
    }
  }
}
/* auth page end */

/* address page start */
.address-section .container {
  padding: 45px 100px 310px;
}
.address-section ul {
  list-style: none;
  padding: 0;
}
.address-section li.address-card {
  padding: 20px 40px;
  border-radius: 20px;
  box-shadow: 0px 7px 29px 0px #64646f33;
  background-color: var(--shade-color-50);
}
.address-section li.address-card + li.address-card {
  margin-top: 50px;
}
li.address-card .address-info {
  max-width: 290px;
}
li.address-card .address-info p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.address-section .address-actions > div {
  gap: 20px;
}
/* address page end */
/* order history page start */
.order-history-section .container {
  padding: 45px 12px 310px;
}
.order-history-section ul {
  list-style: none;
  padding: 0;
}
.order-history-section li.order-history-card {
  padding: 20px 40px;
  border-radius: 20px;
  box-shadow: 0px 7px 29px 0px #64646f33;
  background-color: var(--shade-color-50);
  gap: 20px;
}
.order-history-section li.order-history-card + li.order-history-card {
  margin-top: 50px;
}
.order-history-card .order-info span {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: var(--shade-color-300);
}
.order-history-card .order-info p {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  margin: 0;
  color: var(--shade-color-200);
}
.order-history-card .order-quantity {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin: 10px 0 0;
  color: var(--shade-color-300);
}
.order-history-card .product-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.order-history-card .product-info img:first-child {
  max-width: 180px;
  padding: 10px 0;
  aspect-ratio: 1;
  object-fit: contain;
}
.order-history-card .product-info img:last-child {
  max-width: 40px;
  min-width: 40px;
}
.order-history-card .product-info > div {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: auto;
}
.order-history-card .product-info > div p {
  font-size: 24px;
  line-height: 29px;
  color: var(--shade-color-200);
  margin: 0;
}
/* order history page end */
/* order details page start */
.order-details {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order-details p {
  margin-bottom: 0;
}
.order-details > p:first-child {
  font-size: 24px;
}
.order-details > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.order-details .order-amount {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}
.order-details .order-amount span {
  font-weight: 400;
  color: var(--shade-color-300);
}
.order-details .product-desc {
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  color: var(--shade-color-300);
}
.order-details .order-quantity {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  color: var(--shade-color-200);
}
.order-details .order-details-address {
  margin: 0 0 8px;
}
.order-details .order-details-address > p {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  color: var(--shade-color-200);
  margin-bottom: 8px;
}
.order-details .order-details-address > div {
  max-width: 474px;
  border: 1px solid #cecece;
  padding: 12px 16px 22px;
}
.order-details .order-details-address > div p {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
}
.order-details .order-detail-delivered {
  color: var(--shade-color-300);
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}
.order-details .order-detail-delivered span {
  color: var(--shade-color-100);
}
/* order details page end */

/* profile page start */
.profile-page-card {
  box-shadow: 0px 4px 20px 0px #00000029;
  border-radius: 8px;
  margin: 1rem auto 15rem;
  display: flex;
  flex-direction: column;
}
.profile-page-card > img {
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: 48px auto 120px;
}
.profile-page-card ul {
  list-style: none;
  padding: 0;
  margin: 0 48px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.profile-page-card li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 50.4px;
}
.profile-page-card li img {
  width: 30px;
  aspect-ratio: 1;
}
.profile-call-page-card {
  box-shadow: 0px 4px 20px 0px #00000029;
  border-radius: 16px;
  margin: 2rem auto 5rem !important;
  display: flex;
  flex-direction: column;
  padding: 48px 32px !important;
}
.profile-call-page-card > img {
  min-width: 240px;
  max-width: 240px;
  min-height: 240px;
  max-height: 240px;
  border-radius: 50%;
  object-fit: contain;
  margin: 0 auto 16px;
}
.profile-call-page-card > p {
  text-align: center;
  color: var(--shade-color-200);
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 700;
}
.profile-call-page-card > div {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 18px;
}
.profile-call-page-card > div span {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 500;
}
/* profile page end */
.greet-section {
  padding: 180px 0 320px;
}
.audio-call-screen .receiver-profile {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: 16px auto 56px;
  animation: shadowAnimation 3s ease-in-out infinite;
}
.connect_main > div {
  height: calc(100vh - 16px);
  display: flex;
}
@keyframes shadowAnimation {
  0% {
    box-shadow: 0 0 5px 2px rgba(124, 168, 162, 0.3);
  }
  50% {
    box-shadow: 0 0 20px 10px rgba(124, 168, 162, 0.5);
  }
  100% {
    box-shadow: 0 0 5px 2px rgba(124, 168, 162, 0.3);
  }
}
.audio-call-screen .receiver-profile img {
  width: 100%;
  object-position: center;
}
.audio-call-screen .receiver-name h6 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
/* media query start */
@media (min-width: 1400px) {
  .container {
    max-width: 1224px !important;
  }
}
@media (min-width: 1200px) {
  .contact-left-col {
    padding-left: 100px !important;
  }
}
@media (max-width: 1199px) {
  .product-card-content {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .terms-section .container {
    padding: 45px 12px 210px;
  }
  .auth-page {
    .auth-section {
      flex-direction: column;
      > div {
        min-height: 100%;

        &.form-section {
          padding: 78px 32px;
          width: 100%;
          height: 100%;

          & + div {
            width: 100%;
            img {
              aspect-ratio: 16/9;
              height: unset;
            }
          }
        }
      }
    }
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  li.address-card .address-info {
    max-width: 210px;
  }
}
@media (min-width: 768px) {
  .contact-left-col {
    padding-right: 60px !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 48px !important;
  }
  h2 {
    font-size: 38px !important;
  }
  .title-h1 {
    font-size: 22px;
  }
  .title-h2 {
    font-size: 20px;
  }
  .title-h3 {
    font-size: 18px;
  }
  .title-h4,
  .link-light {
    font-size: 16px;
  }
  div.product-card {
    aspect-ratio: 7/12;
  }
  .product-card-content {
    border-radius: 28px;
    padding: 24px 16px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .carousel-root.product-detail-carousel {
    gap: 16px;
  }
  .trusted-by-section img {
    max-width: unset;
    height: 110px;
    width: 50%;
    object-fit: contain;
    padding: 24px 16px;
  }
  .address-section .container {
    padding: 45px 12px 310px;
  }
  .address-section li.address-card {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
  li.address-card .address-info {
    max-width: unset;
  }
  li.address-card .address-actions,
  li.address-card .address-actions * {
    width: 100%;
  }
  .order-history-section li.order-history-card {
    padding: 20px;
  }
  .order-history-card .product-info {
    flex-direction: column;
    gap: 16px;
    display: grid;
    grid-template-columns: 1fr 40px;
  }
  .order-history-card .product-info img:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    margin: auto;
    width: 100%;
  }
  .order-history-card .product-info img:last-child {
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .hero-actions {
    gap: 16px;
  }
  div.product-card {
    aspect-ratio: 7/9;
  }
  .product-card-content {
    border-radius: 28px;
    padding: 24px 16px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .aboutus-section.solid::before {
    bottom: 400px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .auth-page {
    .auth-section {
      flex-direction: column;
      > div {
        min-height: 100%;

        &.form-section {
          padding: 64px 16px;
          width: 100%;
          height: 100%;

          & + div {
            width: 100%;
            img {
              aspect-ratio: 5/3;
              height: unset;
            }
          }
        }
      }
    }
  }
  .trusted-by-section img {
    max-width: unset;
    height: 110px;
    width: 100%;
    object-fit: contain;
    padding: 24px 16px;
  }
  .order-history-card .order-info{
    flex-direction: column;
    gap: 20px;
  }
  .order-history-card .order-info > div{
    align-items: start !important;
  }
}
/* media query end */
