@import url("https://fonts.googleapis.com/css2?family=Bowlby+One+SC&family=Rajdhani:wght@300;400;500;600;700&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #27221e;
  color: #f8f4e3;
}

body {
  margin: 0;
}

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%;
}

.u-t-header.is-open .u-t-header-background {
  left: 0;
}
.u-t-header-button-wrapper {
  margin-left: auto;
}
.u-t-header-icon {
  display: none;
}

.u-t-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.u-t-navigation-list.is-open {
  right: 0;
}
.u-t-header-icon-menu {
  display: block;
}

.u-t-header-icon-button.is-open .u-t-header-icon-menu {
  display: none;
}

.u-t-header-icon-button.is-open .u-t-header-icon-close {
  display: block;
}

.u-t-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: auto;
}

.u-t-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  background: #27221e;

  transition: left 0.3s ease;
}
.u-t-header.is-open .u-t-header-background {
  left: 0;
}
.u-t-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.u-t-header-icon-menu {
  display: block;
}

.u-t-header-icon-button.is-open .u-t-header-icon-menu {
  display: none;
}

.u-t-header-icon-button.is-open .u-t-header-icon-close {
  display: block;
}

.u-t-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: 48px 42px 0;
  position: relative;
}

.u-t-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: 100px 0px;

  gap: 32px;
  background: #27221e;
}

.u-t-navigation-list.is-open {
  right: 0;
}

.u-t-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #f8f4e3;
  font-family: Rajdhani;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.u-t-navigation-link:hover,
.u-t-navigatioт-link:focus {
  color: #77f23b;
}

.u-t-header.is-open {
  background-color: transparent;
}

.u-t-navigation-img {
  display: none;
}

@media screen and (min-width: 1196px) {
  .u-t-navigation-img {
    display: flex;
  }
  .u-t-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .u-t-header {
    width: 100%;
    height: 70px;
    padding: 10px 0px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .u-t-header-background {
  }
  .u-t-header-icon-button {
    display: none;
  }
  .u-t-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .u-t-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 180px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .u-t-navigation-link {
    font-family: Rajdhani;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .u-t-navigation-item-desk {
    display: none;
  }
}
.u-t-home {
  width: 375px;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/Home\ mobile.png");
  margin: auto;
}
.u-t-home-container {
  width: 375px;
  padding: 199px 16px 0px;
  margin: auto;
}

.u-t-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
}
.u-t-home-title-img {
  width: 335px;
}
.u-t-home-link {
  transition: all 0.3s ease-in-out;
}
.u-t-home-img {
  width: 243px;
}
.u-t-home-link:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1196px) {
  .u-t-home {
    width: 1440px;
    height: 820px;
    background-image: url("/img/home/2.png");
  }
  .u-t-home-container {
    width: 1440px;
    padding: 46px 80px 0px;
  }
  .u-t-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    width: 650px;
  }
  .u-t-home-title-img {
    width: 650px;
  }
}
.u-t-about {
  margin: auto;
  width: 375px;
  padding-top: 80px;
}
.u-t-about-container {
  height: 569px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Story.png");
  padding: 0px 20px 0px;
  margin: auto;
}
.u-t-about-title {
  font-family: Bowlby One SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #77f23b;
}
.u-t-about-text {
  font-family: Rajdhani;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 263px;
}

.u-t-about-text-bold {
}

@media screen and (min-width: 1196px) {
  .u-t-about {
    width: 1440px;
    padding: 150px 80px 0;
  }
  .u-t-about-container {
    height: 407px;
    background-image: url("/img/Story\ \(1\).png");
    padding: 0;
  }

  .u-t-about-text {
    padding-top: 36px;
    padding-left: 542px;
    padding-right: 107px;
  }
}
.u-t-how-container {
  margin: auto;
  width: 375px;
  padding: 80px 20px 0;
}
.u-t-how-list {
  padding-top: 28px;
}

.u-t-how-item {
  width: 305px;
  height: 256px;
  margin: 0 10px;
}
.u-t-how-item-two {
  border: 1px solid #fd51e9;
  width: 305px;
  height: 102px;
  border-radius: 12px;
  padding: 11px;
  margin-top: 2px;
}
.u-t-how-text-bold {
  font-family: Bowlby One SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #fd51e9;
}

.u-t-how-text {
  font-family: Rajdhani;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1196px) {
  .u-t-how-container {
    margin: auto;
    width: 1440px;
    padding: 150px 80px 0;
  }
  .u-t-how-list {
    padding: 36px 0 28px;
  }
}

.u-t-reviews-container {
  margin: auto;
  padding: 80px 20px;
  width: 375px;
}
.u-t-reviews-image {
  width: 335px;
  margin-top: 20px;
}
.u-t-reviews-list {
  padding-top: 22px;
}
.u-t-reviews-lists {
  display: none;
}
.u-t-reviews-item {
  margin: 0 10px;
  border: 1px solid #fd51e9;
  width: 305px;
  height: 220px;
  border-radius: 18px;
  border-width: 1px;
  padding-top: 28px;
  padding-right: 22px;
  padding-bottom: 28px;
  padding-left: 22px;
}

.u-t-reviews-item-top {
  display: flex;
  gap: 12px;
  align-items: center;
}
.u-t-reviews-img {
  width: 72px;
}
.u-t-reviews-text-bold {
  font-family: Bowlby One SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fd51e9;
}

.u-t-reviews-text {
  font-family: Rajdhani;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 18px;
}

@media screen and (min-width: 1196px) {
  .u-t-reviews-container {
    margin: auto;
    padding: 150px 80px;
    width: 1440px;
    position: relative;
  }
  .u-t-reviews-image {
    width: 494px;
    margin-top: 0px;
    position: absolute;
    right: 0;
    bottom: 158px;
  }
  .u-t-reviews-list {
    display: none;
  }
  .u-t-reviews-lists {
    display: flex;
    flex-wrap: wrap;
    padding-top: 36px;
    gap: 20px;
    width: 955px;
  }
  .u-t-reviews-item {
    margin: 0;
    border: 1px solid #fd51e9;
    padding: 27px 20px;
  }

  .u-t-reviews-item-top {
    display: flex;
    gap: 12px;
    align-items: center;
  }
}

.u-t-gallery-container {
  width: 375px;
  margin: auto;
  padding: 80px 20px 0;
}
.u-t-gallery-list {
  width: auto;
  padding-top: 28px;
  margin: auto;
}

.u-t-gallery-item {
  width: 335px;

  overflow: hidden;
  position: relative;
  margin: 0 10px;
}

.u-t-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.u-t-gallery-button-container {
  display: none;
}
@media screen and (min-width: 1196px) {
  .u-t-gallery-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }

  .u-t-gallery-button {
    background-color: transparent;
    border: none;
    padding: 0;
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
  }
  .u-t-gallery-button-icon {
    width: 42px;
    height: 42px;
  }
  .u-t-gallery-button:hover {
    scale: 120%;
  }

  .u-t-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 150px 88px 0px;
  }
  .u-t-gallery-item {
    width: 459px;
    border-radius: 12px;
    transition: all 0.1s ease;
    margin: 0 10px;
  }
  .u-t-gallery-item.slick-center {
    width: 630px;
  }
  .u-t-gallery-list {
    height: 354px;
    padding: 0;
    margin: 36px 0;
  }
}

.u-t-features {
  margin: auto;
  width: 375px;
  padding-top: 80px;
}
.u-t-features-container {
  height: 803px;
  background-image: url("/img/Features.png");
  margin: auto;
  padding: 0px 20px;
}
.u-t-features-list {
  padding-top: 338px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.u-t-features-item {
  font-family: Rajdhani;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  border: 1px solid #fd51e9;
  border-radius: 12px;
  border-width: 1px;
  padding: 11px;
}

@media screen and (min-width: 1196px) {
  .u-t-features {
    width: 1440px;
    padding: 119px 80px 0;
  }
  .u-t-features-container {
    height: 481px;
    background-image: url("/img/Features\ \(1\).png");
    margin: auto;
    padding: 0px;
    width: 1279px;
  }
  .u-t-features-list {
    padding: 30px 484px 0 433px;
  }

  .u-t-features-item {
    font-family: Rajdhani;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    border: 1px solid #fd51e9;
    border-radius: 12px;
    border-width: 1px;
    padding: 11px;
  }
}

.u-t-policy-terms-container {
  padding: 118px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Rajdhani;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.u-t-policy-terms-container h1 {
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: Bowlby One SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #77f23b;
}
.u-t-policy-terms-container h2 {
  margin-top: 20px;
  font-family: Rajdhani;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.u-t-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.u-t-email-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1196px) {
  .u-t-policy-terms-container {
    padding: 108px 180px 100px;
    width: 1440px;
  }
}

.u-t-footer-container {
  width: 375px;
  padding: 33px 20px;
  margin: auto;
  display: flex;
  flex-direction: column;
  background: #77f23b;

  gap: 18px;
  color: #27221e;
}

.u-t-footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.u-t-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Bowlby One SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.u-t-footer-copyright {
  font-family: Rajdhani;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1196px) {
  .u-t-footer-container {
    width: 1440px;
    padding: 46px 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .u-t-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 230px;
  }

  .u-t-footer-text {
    font-family: Bowlby One SC;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .u-t-footer-copyright {
    font-family: Rajdhani;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.u-t-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 38px 22px;
  background: #77f23b;

  z-index: 1000;
  display: none;
}

.u-t-cookie-popup-text-two {
  font-family: Rajdhani;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #27221e;
}

.u-t-cookie-button-container {
  padding: 24px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.u-t-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #27221e;
  width: 295px;
  border-radius: 40px;
  padding-top: 24px;

  padding-bottom: 24px;
  font-family: Bowlby One SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #27221e;
}

#accept-cookies {
  background: #27221e;
  color: #77f23b;
}

.u-t-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1196px) {
  .u-t-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 180px;
  }

  .u-t-cookie-popup-text-two {
    font-family: Rajdhani;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    width: 595px;
  }

  .u-t-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 26px;
  }

  .u-t-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 20px 30px;
    display: none;
  }
}
