@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #faf0dd;

  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.button:hover {
  scale: 120%;
}

.a-d-header.is-open .a-d-header-background {
  left: 0;
}
.a-d-header-button-wrapper {
  margin-left: auto;
}
.a-d-header-icon {
  display: none;
}

.a-d-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.a-d-navigation-list.is-open {
  right: 0;
}
.a-d-header-icon-menu {
  display: block;
}

.a-d-header-icon-button.is-open .a-d-header-icon-menu {
  display: none;
}

.a-d-header-icon-button.is-open .a-d-header-icon-close {
  display: block;
}

.a-d-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
}

.a-d-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #faf0dd;
}
.a-d-header.is-open .a-d-header-background {
  left: 0;
}
.a-d-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 40px 40px 0 0;
  padding: 5px 31px;
}

.a-d-header-icon-menu {
  display: block;
}
.a-d-header.is-open .a-d-header-button-wrapper {
  left: 0;
  background: transparent;
}
.a-d-header-icon-button.is-open .a-d-header-button-wrapper {
  background: transparent;
}

.a-d-header-icon-button.is-open .a-d-header-icon-close {
  display: block;
}

.a-d-navigation {
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;

  padding: 19px 21px 0px;
  position: relative;
}

.a-d-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 70px 0;

  gap: 32px;
  background: #faf0dd;
}

.a-d-navigation-list.is-open {
  right: 0;
}

.a-d-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: Lora;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}

.a-d-navigation-link:hover,
.a-d-navigatioт-link:focus {
  color: #4a7a3b;
}

.a-d-navigation-img {
  display: none;
}
.a-d-header-terms-img {
  width: 24px;
}
@media screen and (min-width: 1200px) {
  .a-d-navigation-img {
    display: block;
    margin-right: 300px;
  }
  .a-d-policy-terms-header-icon-menu {
    display: none;
  }
  .a-d-header-button-wrapper {
    display: none;
  }
  .a-d-header {
    width: 100%;

    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    width: 1380px;
    height: 92px;
    padding-top: 10px;
    padding-right: 47px;
    padding-bottom: 10px;
    padding-left: 47px;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 39px 39px 0 0;
  }

  .a-d-header-icon-button {
    display: none;
  }
  .a-d-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .a-d-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 30px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .a-d-navigation-link {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
  }

  .a-d-navigation-item-desk {
    display: none;
  }
  .a-d-header-terms-img {
    width: 41px;
  }
  .a-d-header-terms {
    background-color: transparent;
    margin: -20px 0 0 -50px;
  }
}

.a-d-home {
  width: 375px;
  height: 711px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 76.png");
  margin: auto;
}
.a-d-home-container {
  width: 375px;
  padding: 99px 66px 0 40px;
  margin: auto;
}

.a-d-home-title {
  font-family: Lora;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
}
.a-d-home-title span {
  color: #4a7a3b;
}
.a-d-home-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  padding: 30px 0 20px;
}
.a-d-home-link {
  transition: all 0.3s ease-in-out;
  width: 261px;
  height: 41px;
}

.a-d-home-link:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1200px) {
  .a-d-home {
    width: 1440px;
    height: 961px;
    background-image: url("/img/Frame\ 77.png");
  }
  .a-d-home-container {
    width: 1440px;
    padding: 184px 87px 0px;
  }

  .a-d-home-title {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 80.2px;
    leading-trim: NONE;
    line-height: 89.86px;
    letter-spacing: 0px;
  }

  .a-d-home-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    padding: 50px 0 30px;
  }
  .a-d-home-link {
    transition: all 0.3s ease-in-out;
    width: 384px;
    height: 52px;
    content: url("/img/Frame\ 5.png");
  }
}
.a-d-about {
  margin: auto;
  width: 375px;
  height: 510px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 78.png");
}
.a-d-about-container {
  width: 375px;
  padding: 50px 25px 0px;
  margin: auto;
}
.a-d-about-title {
  font-family: Lora;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
}
.a-d-about-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  padding-top: 30px;
}

@media screen and (min-width: 1200px) {
  .a-d-about {
    width: 1440px;
    height: 574px;
    background-image: url("/img/Frame\ 79.png");
  }
  .a-d-about-container {
    width: 1440px;
    padding: 100px 30px 0 709px;
  }
  .a-d-about-title {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 80.2px;
    leading-trim: NONE;
    line-height: 89.86px;
    letter-spacing: 0px;
  }
  .a-d-about-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;

    padding-top: 50px;
  }
}

.a-d-why-container {
  width: 375px;
  margin: auto;
  padding: 50px 47px;
}
.a-d-why-list {
  padding-top: 10px;
}
.a-d-why-lists {
  display: none;
}
.a-d-why-item {
  box-shadow: 0px 8px 20px 0px #2c1a0e1f;
  border-top: 1px solid #2c1a0e1c;
  background: #ffffff;
  width: 186px;
  height: 233px;
  border-radius: 20px;
  padding-top: 32px;
  padding-right: 28px;
  padding-bottom: 32px;
  padding-left: 28px;
  margin: 20px;
}
.a-d-why-img {
  width: 108px;
  margin: auto;
}

.a-d-why-text {
  font-family: Lora;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  padding-top: 20px;
  text-align: center;
  color: #2c1a0e;
}
.a-d-why-text-bold {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  padding-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .a-d-why-container {
    width: 1440px;
    padding: 100px 94px;
  }
  .a-d-why-list {
    display: none;
  }
  .a-d-why-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 50px 100px 0;
  }
  .a-d-why-item {
    width: 267px;
    height: 298px;
    border-radius: 20px;
    border-width: 1px;
    padding-top: 32px;
    padding-right: 28px;
    padding-bottom: 32px;
    padding-left: 28px;

    margin: 0px;
  }
  .a-d-why-img {
    width: 155px;
    margin: auto;
  }

  .a-d-why-text {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 26.4px;
    letter-spacing: 0px;
    text-align: center;
  }
  .a-d-why-text-bold {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
  }
}

.a-d-uniqueness {
  margin: auto;
  width: auto;
  height: 321px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/CoreExperience.png");
}
.a-d-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 92px 29px 0;
  color: #ffffff;
}

@media screen and (min-width: 1200px) {
  .a-d-uniqueness {
    width: auto;
    height: 513px;
    background-image: url("/img/CoreExperience\ \(1\).png");
  }
  .a-d-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 128px 354px;
  }
}

.a-d-how-container {
  margin: auto;
  width: 375px;
  padding: 50px 47px 0;
}
.a-d-how-list {
  padding: 10px 0 0;
}

.a-d-how-img {
  margin: auto;
  width: 98px;
}

@media screen and (min-width: 1200px) {
  .a-d-how-container {
    margin: auto;
    width: 1440px;
    padding: 100px 100px 0;
  }
  .a-d-how-list {
    display: none;
  }

  .a-d-how-img {
    margin: auto;
    width: 157px;
  }
}

.a-d-characters {
  margin: auto;
  width: 375px;
  height: 398px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 80.png");
}
.a-d-characters-container {
  padding: 65px 48px;
  margin: auto;
  width: 375px;
}

@media screen and (min-width: 1200px) {
  .a-d-characters {
    width: 1440px;
    height: 538px;
    background-image: url("/img/Frame\ 81.png");
  }
  .a-d-characters-container {
    padding: 161px 834px 0 61px;
    margin: auto;
    width: 1440px;
  }
}

.a-d-reviews-container {
  margin: auto;
  padding: 50px 47px 0;
  width: 375px;
}
.a-d-reviews-list {
  padding-top: 30px;
}
.a-d-reviews-lists {
  display: none;
}
.a-d-reviews-item {
  margin: 0 20px 10px;
  background: #ffffff;
  border-top: 1px solid #0000001c;
  width: 250px;
  height: 231px;
  border-radius: 20px;
  border-width: 1px;
  padding: 28px;
}

.a-d-reviews-img {
  height: 14px;
}
.a-d-reviews-text-bold {
  font-family: Inter;
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  leading-trim: NONE;
  padding: 14px 0 18px;
}

.a-d-reviews-text {
  font-family: Lora;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
}

@media screen and (min-width: 1200px) {
  .a-d-reviews-container {
    margin: auto;
    padding: 100px 130px 0;
    width: 1440px;
  }
  .a-d-reviews-list {
    display: none;
  }
  .a-d-reviews-lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 50px;
  }
  .a-d-reviews-item {
    width: 381.328125px;
    height: 230.921875px;
    margin: 0;
    border-radius: 20px;
    border-width: 1px;
    padding: 28px;
  }

  .a-d-reviews-text-bold {
    font-family: Inter;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    leading-trim: NONE;

    padding: 14px 0 18px;
  }

  .a-d-reviews-text {
    font-family: Lora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
  }
}

.a-d-faq-container {
  padding: 50px 10px;
  width: 375px;
  margin: auto;
}
.a-d-faq-list {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.a-d-faq-item {
  box-shadow: 0px 8px 28px 0px #2c1a0e1f;
  border-bottom: 1px solid #2c1a0e1c;
  background: #ffffff;
  border-radius: 20px;
  padding: 22px 20px;
}

.a-d-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Lora;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  color: #2c1a0e;
}

.a-d-faq-answer {
  font-family: Inter;
  font-weight: 400;
  font-style: Italic;
  font-size: 12px;
  leading-trim: NONE;
}
.a-d-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.a-d-toggle-button img {
  width: 18px;
  transition: transform 0.3s ease;
}
.a-d-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.a-d-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.a-d-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .a-d-faq-container {
    padding: 100px 301px;
    width: 1440px;
    margin: auto;
  }
  .a-d-faq-list {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .a-d-faq-item {
    box-shadow: 0px 8px 28px 0px #2c1a0e1f;
    border-bottom: 1px solid #2c1a0e1c;
    background: #ffffff;
    border-radius: 20px;
    padding: 22px 20px;
  }

  .a-d-faq-question {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .a-d-faq-answer {
    font-family: Inter;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
  }
}

.a-d-gallery-container {
  width: 375px;
  margin: auto;
  padding: 50px 47px 0;
}
.a-d-gallery-list {
  padding: 30px 0 00px;
}
.a-d-gallery-lists {
  display: none;
}

.a-d-gallery-item {
  width: 176px;

  overflow: hidden;
  position: relative;
  margin: 0 20px 10px;
}

.a-d-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.a-d-gallery-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  margin-top: -18px;
  z-index: 1;
}

.a-d-gallery-button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.a-d-gallery-button-icon {
  width: 30px;
}
.a-d-gallery-button:hover {
  scale: 120%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 11px;
}
.slick-dots li {
  content: url("/img/Ellipse\ 15.png");
  width: 4px;
  height: 4px;
}
.slick-dots li.slick-active {
  content: url("/img/Ellipse\ 16.png");
  width: 6px;
  height: 6px;
}
@media screen and (min-width: 1200px) {
  .a-d-gallery-button-container {
    display: none;
  }

  .a-d-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 100px 271px 0;
  }

  .a-d-gallery-list {
    display: none;
  }
  .a-d-gallery-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-top: 50px;
  }

  .a-d-gallery-item {
    width: 279px;

    overflow: hidden;
    position: relative;
    margin: 0;
  }
}

.a-d-features {
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 248px;
  background-image: url("/img/Contact.png");
}
.a-d-features-container {
  width: 375px;
  margin: auto;
  padding: 69px 16px 0;
}

.a-d-features-item {
  background: #4a7a3b;
  width: 294px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: 30px auto 0;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .a-d-features {
    height: 440px;
    background-image: url("/img/Contact\ \(1\).png");
  }
  .a-d-features-container {
    width: 1440px;
    margin: auto;
    padding: 123px;
  }
  .a-d-features-item {
    width: 523px;
    height: 55px;
    gap: 10px;
    border-radius: 30px;
    padding-top: 13px;
    padding-right: 99px;
    padding-bottom: 13px;
    padding-left: 99px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;

    margin: 50px auto 0;
  }
}

.a-d-policy-terms-container {
  padding: 50px 8px;
  width: 375px;
  margin: auto;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}

.a-d-policy-terms-container h1 {
  font-family: Lora;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 30px;
}
.a-d-policy-terms-container h3 {
  margin: 30px 0 10px;
}
.a-d-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.a-d-policy-terms-container a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .a-d-policy-terms-container {
    padding: 30px 40px 100px;
    width: 1440px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
  }
  .a-d-policy-terms-container h1 {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 34px;
  }
  .a-d-policy-terms-container h3 {
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .a-d-policy-terms-container ul {
    list-style-type: disc;
    margin-left: 30px;
  }
}

.a-d-footer-container {
  width: 375px;
  padding: 24px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
}

.a-d-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.a-d-footer-text {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 1200px) {
  .a-d-footer-container {
    width: 1440px;
    padding: 40px 80px;
    display: flex;
    flex-direction: row;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;

    gap: 636px;
  }
}

.a-d-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(149, 49, 133, 1);
  box-shadow: 0px 14px 42px 0px rgba(8, 15, 52, 0.06);
  z-index: 1000;
  display: none;
}

.a-d-cookie-popup-text-two {
  color: rgba(87, 78, 68, 1);
}

.a-d-cookie-button-container {
  padding: 30px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.a-d-cookie-button {
  border: none;
  background-color: transparent;
}

#accept-cookies {
}

.a-d-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .a-d-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .a-d-cookie-popup-text-two {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 648px;
  }

  .a-d-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .a-d-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px;
    display: none;
  }
}
