/* stylelint-disable scss/double-slash-comment-whitespace-inside */
@import url("https://fonts.googleapis.com/css2?family=Phudu:wght@300..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

ul,
ol,
dd {
  list-style: none;
  list-style-type: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  color: inherit;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  display: block;
  max-width: 100%;
}

:root {
  --font-1: "Phudu", sans-serif;
  --font-2: "Playfair Display", serif;
  --trans: all 0.2s ease;
  --black: #000;
  --white: #fff;
  --color: #343435;
  --dark: #0c0c11;
  --gray-80: #454545;
  --str_grad: #424248;
  --gray-60: #a3a3a3;
  --color-1: #a3a3a3;
  --radius: 30px;
  --radius-1: 20px;
  --border: 0.5px solid var(--white);
  --border-1: 0.5px solid var(--gray-80);
  --border-2: 0.5px solid #cacaca;
  --border-3: 1px solid var(--gray-60);
  --box-shadow: 0 4px 12px 0 rgb(12 12 17 / 15%);
  --grad_2: linear-gradient(180deg, #25252b 0.5%, #1b1b25 100%);
  --grad_1: linear-gradient(109deg, #070027 4.32%, #5300ab 97.45%);
}

* {
  font-family: var(--font-1);
}

html,
body {
  position: relative;
  max-width: 100vw;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
}

body {
  position: relative;
  color: var(--gray-80);
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  background-color: var(--white);
  font-optical-sizing: auto;
}
body._lock {
  overflow: hidden;
}

section {
  margin-block: 40px;
}

.holder {
  width: 100%;
  max-width: 1384px;
  margin: 0 auto;
  padding-inline: 16px;
}

@media (min-width: 408px) {
  .holder {
    padding-inline: 24px;
  }
}
@media (min-width: 768px) {
  .holder {
    padding-inline: 44px;
  }
}
@media (min-width: 1200px) {
  .holder {
    padding-inline: 60px;
  }
}
@media (min-width: 1384px) {
  .holder {
    padding-inline: 80px;
  }
}
@media (min-width: 1500px) {
  .holder {
    padding-inline: 0;
  }
}
/**** START typography ****/
.ttl {
  color: var(--dark);
  font-family: var(--font-2);
}

.ttl-1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .ttl-1 {
    font-size: 65px;
    line-height: 1.07;
  }
}

.ttl-2 {
  margin-bottom: 10px;
  color: var(--gray-80);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.29;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .ttl-2 {
    padding-left: 24px;
    font-size: 48px;
  }
}

.ttl-3 {
  color: #dadada;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding-block: 30px;
}
@media only screen and (min-width: 992px) {
  .ttl-3 {
    font-size: 36px;
    padding-block: 50px 40px;
  }
}

.ttl-4 {
  padding: 0 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.77;
}
@media only screen and (min-width: 992px) {
  .ttl-4 {
    font-size: 18px;
  }
}

.prim {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  border: var(--border-2);
  border-radius: var(--radius);
}

.subtitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 16px;
  padding-left: 24px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .subtitle {
    margin-bottom: 40px;
  }
}
.subtitle::before, .subtitle::after {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 30px;
  height: 1px;
  background-color: var(--color-1);
  content: "";
}

.descr {
  padding-top: 12px;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}
.descr span {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .descr span {
    text-decoration: underline;
    text-underline-offset: 12px;
    text-decoration-thickness: 0.5px;
    text-decoration-color: var(--gray-80);
  }
}

.txt {
  font-size: 16px;
  font-family: var(--font-2);
  line-height: 1.77;
}
@media only screen and (min-width: 992px) {
  .txt {
    padding-left: 24px;
    font-size: 18px;
  }
}
.txt span {
  font: inherit;
  font-weight: 600;
  color: var(--dark);
}

/**** END typography ****/
/**** START BUTTONS  ****/
.btn {
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.btn {
  background-color: var(--dark);
  border: var(--border);
  border-radius: var(--radius);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 100%;
  padding: 12px 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .btn:hover {
    color: var(--dark);
    background-color: var(--white);
    border: var(--border-1);
  }
}
.btn .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--grad_2);
  border: 0.5px solid var(--str_grad);
  border-radius: 50%;
}
.btn .arrow img {
  width: 10px;
  height: 9px;
}

/**** END BUTTONS ****/
header {
  position: relative;
  padding-top: 24px;
}
header .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.bg::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  content: "";
}
header .btn,
header .logo {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  header .btn {
    display: none;
  }
}
header .logo img {
  max-width: 211px;
}
@media only screen and (min-width: 768px) {
  header .logo img {
    max-width: 253px;
  }
}

.logo {
  display: block;
}

/**** START MENU  ****/
.menu__button {
  position: relative;
  z-index: 5;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}
@media all and (min-width: 992px) {
  .menu__button {
    margin-right: 100px;
  }
}
.menu__lines {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: var(--trans);
  transition: var(--trans);
}
.menu__lines, .menu__lines::after, .menu__lines::before {
  position: absolute;
  width: 50px;
  height: 2px;
  border-radius: 1px;
}
.menu__lines::before {
  top: -3px;
  background-color: var(--dark);
  -webkit-transition: var(--trans);
  transition: var(--trans);
  content: "";
}
.menu__lines::after {
  top: 3px;
  right: 0;
  width: 100%;
  background-color: var(--dark);
  -webkit-transition: var(--trans);
  transition: var(--trans);
  content: "";
}
.menu__nav {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 150px 16px 80px;
  overflow-y: scroll;
  background: var(--white);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .menu__nav {
    padding: 150px 16px;
  }
}
@media only screen and (min-width: 992px) {
  .menu .btn {
    display: none;
  }
}
.menu__link {
  display: block;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}
.menu__link:focus, .menu__link:hover, .menu__link:active, .menu__link_active {
  color: var(--gray-60);
}
.menu__link.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
@media only screen and (min-width: 992px) {
  .menu__link.btn {
    display: none;
  }
}
.menu._is-open .menu__nav {
  right: 0;
}
.menu._is-open .menu__lines {
  background: transparent;
}
.menu._is-open .menu__lines::before {
  top: 0;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.menu._is-open .menu__lines::after {
  top: 0;
  width: 100%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

/**** END MENU ****/
.hero {
  position: relative;
}
.hero .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
}
@media all and (min-width: 992px) {
  .hero .content {
    gap: 16px;
    padding-top: 80px;
  }
}
.hero .btn {
  margin-top: 38px;
  padding: 12px 44px;
}
@media only screen and (min-width: 992px) {
  .hero .btn {
    margin-top: 52px;
  }
}

.about {
  padding-top: 24px;
}
@media only screen and (min-width: 992px) {
  .about {
    padding-top: 100px;
  }
}

.about-img {
  display: block;
  margin-block: 24px 34px;
}
@media only screen and (min-width: 1024px) {
  .about-img {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }
}
.box-img {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .box-img {
    display: block;
    width: calc(50% - 2px);
  }
}
@media only screen and (min-width: 1024px) {
  .box-cont {
    width: calc(50% - 2px);
  }
}
.box .txt {
  line-height: 2;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .box .txt {
    padding: 24px;
    line-height: 1.77;
  }
}
.box .subtitle {
  margin-bottom: 10px;
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .box .subtitle {
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 1300px) {
  .move {
    margin-top: -228px;
  }
}
@media only screen and (min-width: 1500px) {
  .move {
    margin-top: -258px;
  }
}

/**** START acordion  ****/
.accordion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0 30px 24px;
  color: var(--dark);
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  border-bottom: 0.5px solid #454545;
  cursor: pointer;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}
@media only screen and (min-width: 992px) {
  .accordion {
    padding: 30px 70px;
    font-size: 40px;
  }
}
.accordion::after {
  color: var(--gray-60);
  font-weight: 500;
  font-size: 14px;
  content: url("../img/open.svg");
}
@media only screen and (min-width: 992px) {
  .accordion::after {
    content: "See more";
  }
}
.accordion.active {
  padding: 30px 0 30px 24px;
  border-bottom: 0.5px solid transparent;
}
@media only screen and (min-width: 992px) {
  .accordion.active {
    padding: 30px 70px 18px;
  }
}
.accordion.active::after {
  content: url("../img/close.svg");
}
@media only screen and (min-width: 992px) {
  .accordion.active::after {
    content: "See less";
  }
}
.accordion.active + .panel {
  border-bottom: 0.5px solid #454545;
}
.accordion .num {
  position: absolute;
  top: 50%;
  left: 0;
  color: var(--gray-60);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.panel {
  max-height: 0;
  padding: 0 18px 0 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
@media only screen and (min-width: 992px) {
  .panel {
    padding: 0 18px 0 70px;
  }
}
.panel p {
  font-size: 16px;
  font-family: var(--font-2);
  line-height: 1.77;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .panel p {
    font-size: 18px;
  }
}

.accordion-content {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .accordion-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .accordion-content p {
    width: calc(53% - 30px);
  }
}
.accordion-content .accordion-img {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .accordion-content .accordion-img {
    width: calc(47% - 30px);
    margin-top: 0;
  }
}

/**** END acordion ****/
/**** START service  ****/
.service {
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  .service {
    padding-top: 40px;
  }
}
.service .ttl {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .service .ttl {
    margin-bottom: 70px;
  }
}

/**** END service ****/
.collection {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .collection {
    padding-top: 80px;
  }
}
.collection .txt {
  font-size: 18px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 10px;
  text-align: center;
}
.gallery-card {
  width: calc(50% - 12px);
}
@media only screen and (min-width: 992px) {
  .gallery-card {
    width: calc(25% - 18px);
  }
}
.gallery-img {
  margin-bottom: 16px;
  border-radius: 10px;
}
.gallery-img img {
  width: 100%;
  aspect-ratio: 3/4;
}

.join {
  padding: 40px 24px;
  background: var(--grad_1);
  border-radius: var(--radius-1);
}
.join * {
  color: var(--white);
}
.join .ttl-2,
.join .ttl-2 + .txt {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .join .ttl-2 {
    font-size: 36px;
  }
}
.join .ttl-2 + .txt {
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  .join-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.join-img {
  max-width: 400px;
  margin: 40px auto 0;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .join-img {
    margin: 0;
  }
}

.join-list {
  padding-block: 40px;
}
@media only screen and (min-width: 992px) {
  .join-list {
    padding-block: 70px 40px;
  }
}
.join-list li:not(:last-child) {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .join-list li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.join-list .txt {
  padding-left: 0;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .join-list .txt {
    line-height: 1.77;
  }
}

.list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  color: var(--white);
  font-weight: 600;
  font-size: 22px;
}

.contact {
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  .contact {
    padding-top: 40px;
  }
}
.contact .ttl {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .contact .ttl {
    font-size: 32px;
  }
}
.contact .txt {
  max-width: 940px;
  margin: 24px auto 0;
  font-size: 18px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .contact .txt {
    margin: 0 auto;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 748px;
  margin: 60px auto 90px;
  padding-inline: 24px;
}
@media only screen and (min-width: 992px) {
  .form {
    margin: 60px auto;
  }
}
.form .btn {
  margin: 0 auto;
  padding: 12px 40px;
}

.form-input {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: var(--border-1);
}
@media only screen and (min-width: 992px) {
  .form-input {
    margin-bottom: 16px;
  }
}

input,
textarea {
  width: 100%;
  height: 100%;
  color: var(--dark);
  font-weight: 500;
  font-size: 14px;
  text-indent: 16px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--dark);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--dark);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--dark);
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--dark);
}
input::placeholder,
textarea::placeholder {
  color: var(--dark);
}

textarea {
  resize: vertical;
}

footer {
  font-weight: 500;
  font-size: 14px;
}
footer .footer-wrap {
  margin-inline: 24px;
  padding-block: 40px;
  border-top: var(--border-3);
}
footer .holder {
  max-width: 1340px;
}
footer .line {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  footer .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
footer .logo {
  margin-bottom: 12px;
}
footer .copy {
  color: var(--gray-60);
}
footer .address {
  color: var(--black);
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 2rem;
  margin-block: 3rem;
  .item {
    display: flex;
    align-items: center;
    gap: .5rem;
    img{flex-shrink: 0;}
    p{font-size: 1.5rem;}
  }
  @media (width <= 990px) {
    grid-template-columns: repeat(1, 1fr);
  }
}