@import url("https://fonts.googleapis.com/css2?family=Castoro+Titling&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: rgba(255, 251, 243, 1);
  color: rgba(33, 19, 10, 1);
}

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%;
}

.q-v-header.is-open .q-v-header-background {
  left: 0;
}
.q-v-header-button-wrapper {
  margin-left: auto;
}
.q-v-header-icon {
  display: none;
}

.q-v-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.q-v-navigation-list.is-open {
  right: 0;
}
.q-v-header-icon-menu {
  display: block;
}

.q-v-header-icon-button.is-open .q-v-header-icon-menu {
  display: none;
}

.q-v-header-icon-button.is-open .q-v-header-icon-close {
  display: block;
}

.q-v-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 76px;
  background: rgba(0, 0, 0, 1);
}

.q-v-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: rgba(0, 0, 0, 1);
}
.q-v-header.is-open .q-v-header-background {
  left: 0;
}
.q-v-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.q-v-header-icon-menu {
  display: block;
}

.q-v-header-icon-button.is-open .q-v-header-icon-menu {
  display: none;
}

.q-v-header-icon-button.is-open .q-v-header-icon-close {
  display: block;
}

.q-v-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: 10px 15px;
  position: relative;
}

.q-v-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 557px;
  transition: 0.3s;
  z-index: 999;
  padding: 32px;

  gap: 28px;
  background: rgba(0, 0, 0, 1);
}

.q-v-navigation-list.is-open {
  right: 0;
}

.q-v-navigation-link {
  font-family: Public Sans;
  font-weight: 300;
  font-size: 16px;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: rgba(250, 250, 250, 1);
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
}

.q-v-navigation-link:hover,
.q-v-navigatioт-link:focus {
  background: rgba(255, 251, 243, 1);
  color: rgba(42, 33, 27, 1);
}

.q-v-header.is-open {
  background-color: transparent;
}

.q-v-navigation-img {
  display: none;
}

@media screen and (min-width: 1216px) {
  .q-v-navigation-img {
    display: flex;
  }
  .q-v-policy-terms-header-icon-menu {
    display: none;
  }

  .q-v-header {
    width: 100%;
    height: 60px;
    padding: 10px 0px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .q-v-header-background {
  }
  .q-v-header-icon-button {
    display: none;
  }
  .q-v-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .q-v-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;
  }

  .q-v-navigation-link {
    font-family: Public Sans;
    font-weight: 300;
    font-size: 14px;

    text-decoration: none;
  }

  .q-v-navigation-item-desk {
    display: none;
  }
}
.q-v-home {
  width: 375px;
  height: 561px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 1.png");
  margin: auto;
}
.q-v-home-container {
  width: 375px;
  padding: 96px 15px 0px;
  margin: auto;
  color: rgba(250, 250, 250, 1);
}

.q-v-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.q-v-home-title {
  font-family: Castoro Titling;
  font-weight: 400;
  font-size: 40px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.q-v-home-text {
  font-family: Public Sans;
  font-weight: 400;
  font-size: 22px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.q-v-home-button {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 25px;
}
.q-v-home-link {
  width: 345px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: rgba(33, 19, 10, 1);
  border: 1px solid rgba(255, 251, 243, 1);
  font-family: Public Sans;
  font-weight: 400;
  font-size: 16px;
  font-family: Public Sans;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: rgba(255, 251, 243, 1);
}
.q-v-home-link-two {
  background: rgba(255, 251, 243, 1);
  border: 1px solid rgba(33, 19, 10, 1);
  color: rgba(33, 19, 10, 1);
}
.q-v-home-link:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 1216px) {
  .q-v-home {
    width: 1440px;
    height: 840px;
    background-image: url("/img/img\ hero2.png");
  }
  .q-v-home-container {
    width: 1440px;
    padding: 170px 72px 0px;
  }
  .q-v-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 880px;
  }
  .q-v-home-title {
    font-family: Castoro Titling;
    font-weight: 400;
    font-size: 70px;
  }

  .q-v-home-text {
    padding-top: 56px;
    font-family: Public Sans;
    font-weight: 400;
    font-size: 32px;
  }
  .q-v-home-button {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-top: 56px;
  }
  .q-v-home-link {
    width: 416px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Public Sans;
    font-weight: 400;
    font-size: 16px;
  }
}

.q-v-why-container {
  width: 375px;
  margin: auto;
  padding: 50px 14px 0;
}
.q-v-why-title-text {
  font-family: Public Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  padding-top: 20px;
}
.q-v-why-list {
  padding: 20px 0;
}
.q-v-why-item {
  width: 345px;
  height: 516px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 5px;
}
.q-v-why-img {
  width: 345px;
  height: 345px;
}
.q-v-why-text-bold {
  font-family: Public Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.q-v-why-text {
  font-family: Public Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.q-v-why-link {
  display: flex;
  width: 345px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: rgba(33, 19, 10, 1);
  font-family: Public Sans;
  font-weight: 400;
  font-size: 16px;
  color: rgba(250, 250, 250, 1);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  border: 1px solid rgba(250, 250, 250, 1);
}
.slick-dots {
  bottom: -50px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slick-dots li {
  list-style: none;
  width: 20px;
  height: 3px;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  background: url("/img/why/Rectangle\ \(2\).png") no-repeat center/cover;
  padding: 0;
  font-size: 0;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background: url("/img/why/Rectangle\ \(1\).png") no-repeat center/cover;
}

@media screen and (min-width: 1216px) {
  .q-v-why-container {
    width: 1440px;
    padding: 110px 72px 0;
  }
  .q-v-why-title-text {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;

    padding-top: 48px;
  }
  .q-v-why-list {
    padding: 24px 0;
  }
  .q-v-why-item {
    width: 416px;
    height: 660px;
    gap: 16px;

    margin: 0 12px;
  }
  .q-v-why-img {
    width: 416px;
    height: 416px;
  }
  .q-v-why-text-bold {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .q-v-why-text {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .q-v-why-link {
    display: flex;
    width: 416px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: auto;
    margin-top: 48px;
  }

  .slick-dots li {
    display: none;
  }
}

.q-v-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 50px 15px 0;
}
.q-v-uniqueness-list {
  padding: 20px 0;
}
.q-v-uniqueness-lists {
  display: none;
}
.q-v-uniqueness-item {
  margin: 0 5px;
  width: 345px;
  height: 400px;
}
.q-v-uniqueness-img {
  width: 345px;
  height: 400px;
}
.q-v-uniqueness-text {
  font-family: Public Sans;
  font-weight: 400;
  font-size: 18px;

  color: rgba(255, 251, 243, 1);
  height: 92px;
  padding: 15px;
  margin-top: -92px;
}

@media screen and (min-width: 1216px) {
  .q-v-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 110px 72px 0;
  }
  .q-v-uniqueness-list {
    display: none;
  }
  .q-v-uniqueness-lists {
    display: flex;
    margin-top: 48px;
    height: 831px;
    position: relative;
  }
  .q-v-uniqueness-item {
    margin: 0;
    width: 416px;
    height: 416px;
    overflow: hidden;
    position: relative;
    position: absolute;
  }
  .q-v-uniqueness-item-q {
    width: 416px;
    height: 416px;
    left: 440px;
  }
  .q-v-uniqueness-item-w {
    width: 416px;
    height: 831px;
    left: 880px;
  }
  .q-v-uniqueness-item-e {
    width: 856px;
    height: 391px;
    top: 440px;
  }
  .q-v-uniqueness-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .q-v-uniqueness-text {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 24px;
    height: 88px;
    padding: 0px 16px 0;
    margin-top: -88px;
  }
}

.q-v-about-container {
  width: 375px;
  padding: 50px 15px 0;
  margin: auto;
}
.q-v-about-title {
  font-family: Castoro Titling;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 4%;
  text-transform: uppercase;
}
.q-v-about-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
.q-v-about-text {
  font-family: Public Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
}

@media screen and (min-width: 1216px) {
  .q-v-about-container {
    width: 1440px;
    padding: 110px 72px 0;
  }
  .q-v-about-title {
    font-family: Castoro Titling;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
  }
  .q-v-about-div {
    display: flex;
    flex-direction: row;
    gap: 133px;
    padding-top: 48px;
  }
  .q-v-about-text {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    width: 526px;
  }
  .q-v-about-img {
    margin-top: -91px;
  }
}

.q-v-how-container {
  margin: auto;
  width: 375px;
  padding: 50px 15px;
}
.q-v-how-title {
  font-family: Public Sans;
  font-weight: 400;
  font-size: 18px;

  padding: 20px 0;
}
.q-v-how-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.q-v-how-item-t {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 15px;
}
.q-v-how-text-bold {
  font-family: Public Sans;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.q-v-how-text {
  font-family: Public Sans;
  font-weight: 400;
  font-size: 18px;
  color: rgba(33, 19, 10, 1);
  text-decoration: none;
}
.q-v-how-image {
  margin-top: 20px;
}
@media screen and (min-width: 1216px) {
  .q-v-how-container {
    margin: auto;
    width: 1440px;
    padding: 110px 72px;
  }
  .q-v-how-title {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;

    padding: 48px 0;
  }
  .q-v-how-list {
    display: flex;
    flex-direction: row;
    gap: 134px;
    justify-content: space-between;
    position: relative;
  }
  .q-v-how-item-q {
    position: absolute;
    top: 132px;
    left: 550px;
  }
  .q-v-how-item-t {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 26px;
  }
  .q-v-how-text-bold {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
  }

  .q-v-how-text {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 24px;
  }
  .q-v-how-image {
    margin-top: 152px;
    content: url("/img/how/11.png");
  }
}

.q-v-gallery-button-container {
  display: none;
}
@media screen and (min-width: 1216px) {
  .q-v-gallery-button-container {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 32px;
  }

  .q-v-gallery-button {
    background-color: transparent;
    border: none;
    padding: 0;
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
  }

  .q-v-gallery-button:hover {
    scale: 120%;
  }
}

.q-v-container {
  padding: 120px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Public Sans;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0%;
}

.q-v-container h1 {
  font-family: Castoro Titling;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 4%;
  text-transform: uppercase;
}

.q-v-container h2 {
  margin-top: 10px;
  font-family: Public Sans;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.q-v-container h3 {
  margin-top: 10px;
  font-family: Public Sans;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.q-v-container ul {
  margin-top: 10px;
}

.q-v-container ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 20px;
}
.q-v-container p {
  margin-top: 10px;
}
.q-v-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.q-v-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1216px) {
  .q-v-container {
    padding: 130px 72px 40px;
    width: 1440px;
    margin: auto;
    font-family: Public Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
  }

  .q-v-container h1 {
    font-family: Castoro Titling;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 4%;
    text-transform: uppercase;
  }

  .q-v-container h2 {
    margin-top: 20px;
    font-family: Public Sans;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
  }

  .q-v-container h3 {
    margin-top: 20px;
    font-family: Public Sans;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
  }

  .q-v-container ul {
    margin-top: 20px;
  }

  .q-v-container ul li {
    margin-bottom: 10px;
  }
  .q-v-container p {
    margin-top: 20px;
  }
}

.q-v-footer-container {
  width: 375px;
  margin: auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  color: rgba(250, 250, 250, 1);
}
.q-v-footer-div {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.q-v-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 251, 243, 1);

  padding: 8px 0 25px 24px;
}

.q-v-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Public Sans;
  font-weight: 300;
  font-size: 14px;
}

.q-v-footer-copyright {
  font-family: Public Sans;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding: 0 60px;
}
.q-v-footer-wrapper-two {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 251, 243, 1);

  padding: 0px 0 25px 0px;
}
.q-v-footer-texts {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 1216px) {
  .q-v-footer-container {
    width: 1440px;
    padding: 58px 72px 24px;
    display: flex;

    gap: 60px;
  }

  .q-v-footer-div {
    display: flex;
    flex-direction: row-reverse;
    gap: 565px;
  }
  .q-v-footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 30px;
    border-bottom: none;
    padding: 0;
  }

  .q-v-footer-copyright {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 0px;
  }
  .q-v-footer-wrapper-two {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    gap: 18px;
    border-bottom: none;
    width: 526px;
    padding: 0px;
  }
  .q-v-footer-texts {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}

.q-v-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 15px;
  background: rgba(235, 235, 235, 1);

  z-index: 1000;
  display: none;
}

.q-v-cookie-popup-text-two {
  font-family: Public Sans;
  font-weight: 400;
  font-size: 18px;
  text-align: center;

  color: rgba(0, 0, 0, 1);
}

.q-v-cookie-button-container {
  padding: 30px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.q-v-cookie-button {
  border: none;
  background-color: transparent;

  width: 215px;
  border-radius: 36px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 1);
  font-family: Public Sans;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
}

#accept-cookies {
  background: rgba(0, 0, 0, 1);
  color: rgba(250, 250, 250, 1);
}

.q-v-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1216px) {
  .q-v-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .q-v-cookie-popup-text-two {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 24px;
    text-align: left;

    width: 745px;
  }

  .q-v-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .q-v-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px;
    display: none;
  }
}
