:root {
  --primary-color: #00c596;
  /* --secondary-color: #2c3e50;
  --text-color: #333; */
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
  background: #fff !important;
}

a.btn.btn-primary {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 0;
  padding: 15px 25px;
  font-weight: 600;
  text-decoration: none;
  font-size: 22px;
}

a:focus {
  box-shadow: none !important;
}

a.btn.btn-primary:hover {
  background: transparent;
  color: var(--primary-color);
  text-decoration: none;
}

a.btn-border {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  padding: 18px 25px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 22px;
}

img {
  max-width: 100%;
}

h1,
h2,
h3 {
  font-family: "Marcellus", serif !important;
}

.heading {
  h2 {
    font-size: 50px;
    font-family: "Marcellus", serif !important;
    font-weight: 500;
    color: #322e2a;
    margin: 18px 0;
    font-weight: 700;
  }
  h5 {
    font-size: 30px;
    color: #c09671;
    font-weight: 500;
  }
  p {
    font-size: 22px;
    color: #535353;
  }
}

.main-header {
  position: fixed;
  z-index: 9999999999;
  width: 100%;
}

.sub-header {
  font-weight: 500;
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  padding: 9px;
  font-size: 21px;
}

.top-header {
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  background-color: #f9f1ea;
  align-items: center;
  box-shadow: 0px 30px 30px -37px #000;

  .nav-links .navbar-nav {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    list-style: none;
    padding-right: 170px;
  }
  .nav-links a.nav-link {
    padding-left: 25px !important;
    font-size: 16px !important;
  }
  .nav-links .navbar-nav li > a {
    color: #322e2a;
    font-weight: 600;
  }
  .nav-links .navbar-nav li > a:hover {
    color: #000;
  }
  .nav-links .navbar-nav li > a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.3s;
  }
  .nav-links .navbar-nav li > a:hover::after {
    width: 100%;
    transition: width 0.3s;
  }
  .links-icons {
    a {
      img {
        margin-left: 7px;
        max-width: 15px;
      }
    }
  }
}

.pd-left {
  padding-left: 20px;
}

.btn-rows{
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section {
  background: url(../images/Banner.png) no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;

  img.bed-img {
    position: absolute;
    max-width: 15%;
    bottom: 124px;
    left: 51px;
  }

  .hero-content {
    text-align: center;
    display: flex;
    justify-content: center;
    height: -webkit-fill-available;
    align-items: center;
    padding: 0 20%;

    p {
      font-size: 18px;
      color: #f9f1ea;
      font-weight: 400;
      margin: 0;
      text-shadow: 0px 0px 30px #000;

      i {
        margin-right: 10px;
        color: var(--primary-color);
      }
    }

    h1 {
      font-size: 70px;
      color: #fac1cb;
      text-shadow: 0px 0px 30px #000;
      margin-bottom: 20px;
    }

    button.btn.btn-primary {
      &:hover {
        background-color: transparent;
        /* border: 2px solid #fff; */
        transition: 0.5s;
      }
    }
    button.btn-border {
      &:hover {
        background-color: #00c596;
        border: 2px solid #00c596;
        transition: 0.5s;
      }
    }
  }
}

.flow-section {
  padding: 80px 0;

  .flow-inner {
    text-align: center;
    img {
      /* max-width: 50%; */
      margin: 0 auto;
    }
    p {
      font-size: 18px;
      margin-top: 10px;
      font-weight: 600;
      color: #322e2a;
    }
  }
}

.img-width {
  max-width: 32%;
}

.problem-section {
  background-color: #f0e7d6;
  padding: 80px 0;
  position: relative;

  img {
    right: 0;
    position: absolute;
    max-width: 45%;
    bottom: 80px;
  }
}

.solution-section {
  padding: 80px 0;
}

.process-section {
  padding: 80px 0;
  background: #f0f0f0;

  .process-inner {
    text-align: center;
    position: relative;

    i {
      position: absolute;
      font-size: 26px;
      top: 72px;
      right: -12px;
      color: #9e9e9e;
    }

    img {
      margin-right: 40px;
    }
    p {
      font-size: 24px;
      margin-top: 10px;
      font-weight: 600;
      color: #322e2a;
    }
  }
  span {
    color: #322e2a;
    text-align: center;
    margin: auto;
    font-size: 33px;
    border: 2px solid #00000036;
    padding: 15px 25px;
    border-radius: 11px;
    font-weight: 600;
  }
}

.system-section {
  padding: 80px 0;
  background: #efe9d7;

  .system-inner {
    border: 1px solid #00000026;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    height: 100%;

    img {
      max-width: 85px;
    }

    p {
      font-size: 24px;
      margin-top: 10px;
      font-weight: 600;
      color: #322e2a;
    }
  }
}

.recovery-section {
  padding: 80px 0;
  background: #00c596;

  .recovery-inner {
    display: flex;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 28px;

    img {
      border-radius: 15px;
    }

    .recovery-content {
      font-size: 24px;
      padding-left: 20px;
      color: #ffffff;
      font-weight: 600;

      ul {
        padding-left: 19px;
        li {
          font-size: 18px;
          font-weight: 400;
          margin: 13px 0;
        }
      }
    }
  }
  .recovery-inner2 {
    background-color: #019e78;
    border-radius: 20px;
    border: 1px solid #ffffff;
    padding: 15px;

    p {
      font-size: 18px;
      display: flex;
      align-items: baseline;
      margin: 15px 0;
      color: #fff;

      i {
        font-size: 20px;
        margin-right: 19px;
        color: #f9f1ea;
        width: 16px;
      }
    }
  }
}

.advantage-section {
  padding: 80px 0;
  background-color: #efe9d7;

  .flag {
    max-width: 11%;
  }
}

.testimonial-section {
  padding: 60px 0;
  background: #fff;

  .container {
    position: relative;
  }

  .slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .card {
    flex: 0 0 calc(100% / 3 - 14px);
    background: transparent !important;
    padding: 20px;
    /* border-radius: 10px; */
    box-shadow: none;
    text-align: center;
    border: 0;

    img {
      max-width: 23%;
      margin: auto;
      margin-bottom: 19px;
      border-radius: 50px;
      border: 2px solid #edd9b2;
    }

    p {
      font-weight: 400;
      font-size: 21px;
      margin-bottom: 10px;
    }
  }

  .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fbf3ec;
    color: var(--primary-color);
    border: none;
    padding-left: 4px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary-color);
    font-size: 21px;

    &.prev {
      left: -20px;
    }
    &.next {
      right: -20px;
    }
  }
}

@media (max-width: 900px) {
  .testimonial-section .card {
    flex: 0 0 calc(100% / 2 - 10px);
  }
}

@media (max-width: 600px) {
  .testimonial-section .card {
    flex: 0 0 100%;
  }
}

.cta-section {
  padding: 80px 0;
  background-color: #efe9d7;

  p {
    color: #322e2a !important;
    font-weight: 500;
    margin-bottom: 0;
  }

  .btn-sections {
    .btn-primary {
      width: 21%;
    }
    .btn-dark {
      background: #c0a77e;
      border: 2px solid #c0a77e;
      border-radius: 0;
      padding: 15px 25px;
      width: 21%;
      font-size: 22px;
      font-weight: 600;
    }

    .btn-dark:hover {
      background: transparent;
      color: #c0a77e;
    }

    .btn-border {
      background: transparent;
      border: 2px solid #31302c;
      border-radius: 0;
      padding: 15px 25px;
      color: #31302c;
      width: 21%;

      font-weight: 600;
    }

    .btn-border:hover {
      background: #31302c;
      color: #fff;
    }
  }
}

.borderRadius-6 {
  border-radius: 6px !important;
}

.looking-section {
  background-color: #fbf3ec;
  padding: 25px 0;
  p {
    color: #322e2a !important;
    font-weight: 500;

    a {
      color: #322e2a !important;
      text-decoration: none;
    }

    a:hover {
      color: var(--primary-color) !important;
    }
  }
}

.custom-footer {
  background: #322e2a;
  color: #fff;
  padding: 80px 0;

  h4 {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: "Marcellus", serif !important;
  }

  h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
  }

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

    li {
      margin-bottom: 8px;
      font-size: 16px;
      color: #c1c0bf;
      cursor: pointer;
      transition: 0.3s;
      font-weight: 400;

      &:hover {
        color: #fff;
      }
    }
  }

  /* Newsletter */
  .newsletter-box {
    display: flex;
    background: #333;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;

    input {
      flex: 1;
      border: none;
      padding: 10px;
      background: transparent;
      color: #fff;
      outline: none;

      &::placeholder {
        color: #aaa;
      }
    }

    button {
      background: var(--primary-color);
      border: none;
      padding: 10px 15px;
      color: #fff;
      cursor: pointer;
      transition: 0.3s;

      &:hover {
        background: #008f5a;
      }
    }
  }
}

.form-check-input:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.claim-section {
  text-align: center;
  background-color: #fbf3ec;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}

.offcanvas-header {
  background: #322e2a;
  color: #fff !important;
  /* .btn-close {
    color: #fff !important;
  } */
}
.offcanvas-start {
  width: 350px !important;

  .offcanvas-body {
    padding: 0;
    ul {
      padding-left: 0;
      li {
        list-style: none;
        a {
          font-size: 16px;
          font-weight: 600;
          text-decoration: none;
          color: #322e2a;
          display: block;
          padding: 19px 19px;
          border-bottom: 1px solid #00000024;
        }
      }
    }
  }
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;

  .links-icons {
    a {
      img {
        max-width: 17px;
      }
    }
  }

  a.btn {
    padding: 0;
    font-size: 19px;
    padding-top: 3px;
    margin-right: 8px;
  }
}

@media (max-width: 767px) {
  .main-header {
    display: none;
  }
  .pd-left {
    padding-left: 0 !important;
  }

  .hero-content .btn-row a {
    width: 100% !important;
    display: block;
    margin: 0 0 20px 0 !important;
  }

  .hero-section {
    padding-top: 40px;
    padding-bottom: 50px;

    .hero-content {
      padding: 0 3%;
      p {
        font-size: 17px;
        display: flex;
        margin-bottom: 8px;
      }
      h1 {
        font-size: 36px;
      }
      button.btn.btn-primary {
        width: 100% !important;
      }
      button.btn-border {
        width: 100% !important;
        margin: 0 !important;
        margin-top: 10px !important;
      }
    }
    img.bed-img {
      display: none;
    }
  }

  .btn-rows{
    display: block !important;

    a.btn-border {
    padding: 15px 25px;
}
  }

  .testimonial-section {
    padding-top: 10px;
    .card {
      padding-top: 0 !important;
    }
    .mt-5 {
      margin-top: 1px !important;
    }
    .nav {
      top: 105% !important;
      &.next {
        right: 112px;
      }
      &.prev {
        left: 112px;
      }
    }
  }

  .process-section {
    padding: 40px 0;

    .mt-5 {
      margin-top: 2rem !important;
    }

    .row {
      justify-content: center;
    }
    .row-cols-5 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    i {
      display: none;
    }
    span {
      font-size: 11px;
      padding: 15px 8px;
      font-weight: 500;
    }
    .process-inner {
      margin-top: 10px;
      img {
        margin-right: 34px;
      }
    }
  }

  .heading {
    h2 {
      font-size: 29px;
    }
  }
  .problem-section {
    padding-top: 40px;
    img {
      max-width: 69%;
      bottom: 16px;
    }
  }

  .system-section {
    padding: 40px 0;
    .mt-5 {
      margin-top: 2rem !important;
    }
    & .system-inner {
      img {
        max-width: 66px;
      }
      p {
        font-size: 16px;
      }
    }
  }

  .recovery-section {
    padding: 50px 0;
    & .recovery-inner {
      padding: 11px;
      margin-bottom: 14px;

      .recovery-content {
        margin-top: 13px;
        padding-left: 0;
        font-size: 21px;
        ul {
          li {
            font-size: 16px;
            margin: 2px 0;
          }
        }
      }
    }
    .recovery-inner2 {
      p {
        font-size: 18px;
        margin: 8px 0;
      }
    }
  }
  .advantage-section {
    padding: 40px 0;
    p {
      margin-bottom: 0;
    }
    .flag {
      max-width: 16%;
    }
  }
  .solution-section {
    padding: 40px 0;
  }
  .cta-section {
    padding: 40px 0;
    .btn-sections {
      display: grid !important;
      .btn-primary {
        width: 100%;
        padding: 15px 4px;
      }
      .btn-dark {
          width: 100%;
        padding: 15px 4px;
        margin-top: 5px;
      }
      .btn-border {
        margin-top: 5px;
            width: 100%;
        padding: 15px 4px;
      }
    }
    padding-bottom: 0;
  }
  .custom-footer {
    padding: 40px 0;
    h4 {
      font-size: 24px;
    }
    .p-new-footer {
      padding-right: 0 !important;
      margin-bottom: 15px !important;
    }
  }

  .flow-section {
    padding: 20px 0;
    p {
      font-size: 18px;
      /* margin-top: 10px; */
      font-weight: 500;
      color: #322e2a;
      border-bottom: 1px solid #00000026;
      padding-bottom: 25px;
    }
    .img-width {
      max-width: 27%;
    }
  }
}
