@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap");
@font-face {
  font-family: "Skranji";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Skranji-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Russo One";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/RussoOne-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Readex Pro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/ReadexPro-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Readex Pro";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/ReadexPro-SemiBold.woff2") format("woff2");
  font-display: swap;
}
html {
  font-size: 62.5%;
  background-color: #1D1D1D;
}
html.noscroll {
  overflow-y: hidden;
}

body {
  font-family: "Readex Pro", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  background-color: #1D1D1D;
  color: #FFFFFF;
  min-height: 100vh;
}

.btn {
  display: block;
  width: fit-content;
  padding: 1.2rem 3.4rem;
  background-color: transparent;
  border: 1px solid #E1BE92;
  color: #E1BE92;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 0.8rem;
  transition: all 0.3s linear;
}
.btn:hover {
  border: 1px solid #E1BE92;
  background-color: #E1BE92;
  color: #272727;
}

section {
  padding: 1.6rem;
  position: relative;
}
@media (min-width: 768px) {
  section {
    padding: 5rem 0;
  }
}

img {
  max-width: 100%;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #474747;
  border-radius: 1.2rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.container {
  padding: 0;
}

.subtitle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.subtitle img {
  height: 1.8rem;
  width: auto;
}
.subtitle p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #E1BE92 !important;
  margin: 0;
  text-transform: uppercase;
}

.section-headline {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section-headline {
    margin-bottom: 2rem;
  }
}

.section-desc {
  max-width: 620px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

h1 {
  font-family: "Russo One", system-ui;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 576px) {
  h1 {
    font-size: 6rem;
  }
}

h2 {
  font-family: "Russo One", system-ui;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 576px) {
  h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 576px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.3;
}

.small {
  font-size: 1.3rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.1;
}

.lead {
  font-size: 1.8rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.1;
}

strong {
  font-weight: 600;
}

li {
  font-weight: 400;
}

.header__content {
  padding: 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #474747;
}
@media (min-width: 992px) {
  .header__content {
    padding: 2.5rem 0;
    border-bottom: none;
  }
}
.header__logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  color: #FFFFFF;
  text-decoration: none;
}
.header__logo--title {
  font-family: "Russo One", system-ui;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.8rem;
}
@media (min-width: 992px) {
  .header__logo--title {
    font-size: 2.4rem;
  }
}
.header__navToggler {
  background-color: transparent;
  border: none;
  padding: 0;
}
.header__navToggler img {
  width: 20px;
  height: 16px;
}
.header__mobileMenu {
  max-width: 300px;
  color: #FFFFFF;
  background-color: rgba(39, 39, 39, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.header__mobileMenu--header {
  padding: 2rem 2.5rem 2rem 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #474747;
}
.header__mobileMenu--header h2 {
  margin: 0;
  font-size: 2.4rem;
}
.header__mobileMenu--body {
  padding: 0;
}
.header__mobileMenu--list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2.5rem 3rem;
  border-bottom: 1px solid #474747;
}
.header__mobileMenu--list li {
  width: 100%;
}
.header__mobileMenu--list a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.6rem;
}
.header__mobileMenu--close {
  border: 0;
  background-color: transparent;
  padding: 5px;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}
.header__mobileMenu--footer {
  padding: 2.5rem 3rem;
}
.header__contactData {
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  border-bottom: 1px solid #474747;
}
.header__contactData--link {
  text-decoration: none;
  color: #A1A1A1;
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.header__contactData--ico {
  height: 1.7rem;
  width: auto;
}
.header__contactData--title {
  margin: 0;
  color: #A1A1A1;
}
.header__menu--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 3.5rem;
}
.header__menu--list li a {
  color: #FFFFFF;
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
}
.header__menu--list li a:hover {
  transform: translateY(-2px);
  color: #E1BE92;
}
.header__topbar {
  border-bottom: 1px solid #474747;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header__topbar--divider {
  height: 16px;
  width: 1px;
  background-color: #474747;
  display: block;
  margin: 0;
  padding: 0;
}
.header__topbar--contactData {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
.header__topbar--link {
  text-decoration: none;
  color: #A1A1A1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}
.header__topbar--link:hover .header__topbar--icon {
  fill: #E1BE92;
}
.header__topbar--link:hover .header__topbar--title {
  color: #E1BE92;
}
.header__topbar--icon {
  height: 1.7rem;
  width: auto;
}
.header__topbar--title {
  margin: 0;
  color: #A1A1A1;
  font-size: 1.4rem;
}
.header__btn {
  padding: 0.6rem 3.4rem;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .header__btn {
    font-size: 1.4rem;
  }
}

.footer {
  position: relative;
  background-color: #272727;
}
.footer__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 1.6rem;
}
@media (min-width: 768px) {
  .footer__top {
    flex-direction: row;
    justify-content: space-between;
    padding: 3rem 0;
  }
}
.footer__logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__logo--title {
  font-family: "Russo One", system-ui;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.8rem;
}
@media (min-width: 992px) {
  .footer__logo--title {
    font-size: 2.4rem;
  }
}
.footer__divider {
  width: 6rem;
  height: auto;
  margin: 2rem 0;
  display: block;
}
.footer__menu--list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  gap: 0.5rem 1rem;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__menu--list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 3.5rem;
  }
}
.footer__menu--list li a {
  color: #FFFFFF;
  font-size: 1.3rem;
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease;
}
.footer__menu--list li a:hover {
  transform: translateY(-2px);
  color: #E1BE92;
}
@media (min-width: 768px) {
  .footer__menu--list li a {
    font-size: 1.4rem;
  }
}
.footer__bottom {
  border-top: 1px solid #474747;
  padding: 1rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
    padding: 1.6rem 0;
  }
}
.footer__bottom--divider {
  width: 1px;
  height: 1.7rem;
  background-color: #A1A1A1;
  display: block;
}
.footer__bottom p {
  font-size: 1.3rem;
  margin: 0;
  color: #A1A1A1;
}
.footer__bottom p a {
  text-decoration: none;
  color: #E1BE92;
  transition: all 0.3s ease;
  display: inline-block;
}
.footer__bottom p a:hover {
  transform: translateX(2px);
  color: #E1BE92;
}

.hero {
  padding: 3rem 1.6rem 1.6rem;
}
@media (min-width: 992px) {
  .hero {
    padding: 0 1.6rem;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hero__headline {
  font-size: 3.6rem;
  margin: 2rem 0 0;
  line-height: 120%;
  max-width: 355px;
}
@media (min-width: 992px) {
  .hero__headline {
    font-size: 4.6rem;
    margin: 0;
    max-width: 600px;
  }
}
@media (min-width: 1440px) {
  .hero__headline {
    font-size: 6rem;
  }
}
.hero__description {
  font-size: 1.8rem;
  margin: 2rem 0 0;
  line-height: 120%;
  max-width: 450px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .hero__description {
    font-size: 2rem;
    margin: 0;
    max-width: 550px;
  }
}
@media (min-width: 1440px) {
  .hero__description {
    font-size: 2rem;
  }
}
.hero__description {
  margin: 2rem 0;
}
@media (min-width: 992px) {
  .hero__description {
    margin: 2rem 0 0;
  }
}
.hero__btn {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .hero__btn {
    margin-top: 4rem;
  }
}
.hero__photo {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .hero__photo {
    max-width: 100%;
  }
}

#homepage .hero .hero__photo {
  max-width: 515px;
}

.offer {
  text-align: center;
  padding: 1.6rem 0;
}
@media (min-width: 768px) {
  .offer {
    padding: 5rem 0;
  }
}
.offer__content {
  padding: 0 1.6rem;
}
@media (min-width: 768px) {
  .offer__content {
    padding: 0;
  }
}
.offer h2 {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .offer h2 {
    margin-bottom: 2rem;
  }
}
.offer h3 {
  margin: 1.5rem 0 0;
}
@media (min-width: 992px) {
  .offer h3 {
    margin: 2rem 0 0;
  }
}
.offer__desc {
  max-width: 760px;
  margin: 0 auto;
}
.offer__slider {
  margin-top: 2rem;
  padding: 1.6rem 0 1.6rem 1.6rem;
}
@media (min-width: 768px) {
  .offer__slider {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .offer__slider {
    margin-top: 3rem;
  }
}
.offer__slider .slick-slide {
  padding: 0 10px;
}
.offer__slider .slick-track {
  display: flex !important;
}
.offer__slider .slick-slide {
  height: inherit !important;
}
@media (min-width: 768px) {
  .offer__slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (min-width: 1201px) {
  .offer__slider {
    grid-template-columns: repeat(4, 1fr);
  }
}
.offer__slide {
  padding: 3.5rem;
  background-color: #272727;
  border-radius: 2.5rem;
  text-align: start;
  height: 100%;
}
.offer__slide--number {
  font-family: "Skranji", system-ui;
  color: #E1BE92;
  font-weight: 400;
  margin: 0;
  font-size: 3.6rem;
}
.offer__slide--title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 1rem;
}
.offer__slide--desc {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 120%;
  color: #A1A1A1;
  margin-top: 0.8rem;
}
.offer__sliderArrows {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
.offer__sliderArrow {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}

.projects {
  position: relative;
  padding: 0 0 1.6rem;
}
@media (min-width: 768px) {
  .projects {
    padding: 0 0 5rem;
  }
}
.projects h2 {
  margin: 0;
}
.projects__nav {
  text-align: center;
  padding: 1.6rem 0;
}
@media (min-width: 768px) {
  .projects__nav {
    text-align: start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0 2rem;
  }
}
.projects__slider {
  padding: 0 0 0 1.6rem;
}
@media (min-width: 768px) {
  .projects__slider {
    padding: 0;
  }
}
.projects__slider .slick-slide {
  padding: 0 10px;
}
.projects__slider .slick-track {
  display: flex !important;
}
.projects__slider .slick-slide {
  height: inherit !important;
}
.projects__image {
  height: 100%;
  border-radius: 2.5rem;
  object-fit: cover;
}
.projects__arrows {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .projects__arrows {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .projects__arrows {
    gap: 2rem;
  }
}
.projects__arrow {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  .projects__arrow {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.contact h2 {
  margin: 2rem 0;
}
@media (min-width: 992px) {
  .contact h2 {
    margin: 3.4rem 0 2.5rem;
  }
}
.contact h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .contact h3 {
    margin-bottom: 1.5rem;
  }
}
.contact p {
  color: #A1A1A1;
}
.contact__data {
  padding: 1.6rem 0;
}
@media (min-width: 992px) {
  .contact__data {
    padding: 2.5rem 0 0;
  }
}
.contact__data h3 {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .contact__data h3 {
    margin-bottom: 1.5rem;
  }
}
.contact__data--link {
  text-decoration: none;
  color: #A1A1A1;
  transition: all 0.3s ease;
  display: block;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.contact__data--link:hover {
  transform: translateY(-2px);
  color: #E1BE92;
}
.contact__data--link:first-child {
  margin-bottom: 1rem;
}
.contact__data--icon {
  height: 1.7rem;
  width: auto;
}
.contact__data--title {
  font-size: 1.6rem;
  margin: 0;
}

.form {
  padding: 3rem 2rem 2rem;
  background-color: #272727;
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .form {
    padding: 5rem 3.5rem 3rem;
    border-radius: 2rem;
  }
}
.form h2 {
  font-size: 2rem;
  margin: 0 0 2rem 0;
}
@media (min-width: 992px) {
  .form h2 {
    font-size: 2.6rem;
    margin: 0 0 3rem 0;
  }
}
.form__row {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .form__row {
    margin-top: 0;
  }
}
.form__input {
  background-color: #313131;
  color: #A1A1A1;
  border-radius: 0.8rem;
  padding: 1rem 2rem;
  border: none;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .form__input {
    margin-bottom: 2rem;
  }
}
.form__input::placeholder {
  color: #A1A1A1;
}
.form__textarea {
  background-color: #313131;
  color: #A1A1A1;
  border-radius: 0.8rem;
  padding: 1rem 2rem;
  border: none;
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .form__textarea {
    margin-bottom: 1.5rem;
  }
}
.form__textarea::placeholder {
  color: #A1A1A1;
}
.form__checkbox {
  display: grid;
  grid-template-columns: 3rem 1fr;
  width: 100%;
  cursor: pointer;
  align-items: start;
}
.form__checkbox--input {
  -webkit-appearance: none;
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #313131;
  border-radius: 0.2rem;
  border: none;
  margin-top: 0.2rem;
}
.form__checkbox--input:checked {
  background-color: #A1A1A1 !important;
}
.form__checkbox--label {
  font-size: 1rem;
  color: #A1A1A1;
  line-height: 1.4;
  cursor: pointer;
}
@media (min-width: 992px) {
  .form__checkbox--label {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .form__final {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.form__file--wrapper {
  padding: 2rem 0;
}
.form__file--upload span {
  color: #A1A1A1;
  margin-left: 1rem;
  font-size: 1.3rem;
}
.form__file--info {
  list-style: none;
  padding: 1rem 0;
  margin: 0;
}
.form__file--info li {
  margin: 0.5rem;
  color: #A1A1A1;
}
.form__submit {
  width: 100%;
  font-size: 1.3rem;
  padding: 0.8rem 3.4rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  .form__submit {
    width: fit-content;
    margin-top: 2rem;
  }
}
.form__status {
  font-size: 1.3rem;
  color: #A1A1A1;
}
.form__status .error {
  color: #684646;
}
.form__status .success {
  color: #3b613b;
}
.form__thanks {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #272727;
  left: 0;
  top: 0;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.form__thanks--content {
  max-width: 400px;
  height: fit-content;
  margin: 0 auto;
}
.form__thanks--title {
  font-family: "Black Ops One", system-ui;
  font-size: 3rem;
  line-height: 1.2;
  color: #FFFFFF !important;
  text-align: center;
}
.form__thanks--desc {
  text-align: center;
}
.form__thanks--icon {
  width: 10rem;
  height: auto;
  margin: 2.5rem auto 0;
  display: block;
}

.tiles {
  text-align: center;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .tiles {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.tiles__content {
  padding: 0 1.6rem;
}
@media (min-width: 768px) {
  .tiles__content {
    padding: 0;
  }
}
.tiles h2 {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .tiles h2 {
    margin-bottom: 2rem;
  }
}
.tiles h3 {
  margin: 1.5rem 0 0;
}
@media (min-width: 992px) {
  .tiles h3 {
    margin: 2rem 0 0;
  }
}
.tiles__desc {
  max-width: 500px;
  margin: 0 auto;
}
.tiles__slider {
  margin-top: 2rem;
  padding: 1.6rem 0 1.6rem 1.6rem;
}
@media (min-width: 768px) {
  .tiles__slider {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .tiles__slider {
    margin-top: 3rem;
  }
}
.tiles__slider .slick-slide {
  padding: 0 10px;
}
.tiles__slider .slick-track {
  display: flex !important;
}
.tiles__slider .slick-slide {
  height: inherit !important;
}
@media (min-width: 1440px) {
  .tiles__slider {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tiles__slide {
  padding: 3.5rem;
  background-color: #272727;
  border-radius: 2.5rem;
  text-align: start;
  height: 100%;
}
.tiles__slide--number {
  font-family: "Russo One", system-ui;
  color: #E1BE92;
  font-weight: 400;
  margin: 0;
  font-size: 3.6rem;
  margin-bottom: 1rem;
}
.tiles__slide--icon {
  width: 30px;
  height: 30px;
  margin: 0;
  margin-bottom: 1.5rem;
}
.tiles__slide--title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF;
}
.tiles__slide--subtitle {
  font-family: "Black Ops One", system-ui;
  font-size: 1.4rem;
  color: #A1A1A1;
  margin-top: 1rem;
}
.tiles__slide--desc {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
  color: #A1A1A1;
  margin-top: 0.8rem;
}
.tiles__sliderArrows {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 1440px) {
  .tiles__sliderArrows {
    display: none;
  }
}
.tiles__sliderArrow {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}

.blocks {
  padding: 5rem 0 0;
}
.blocks__image {
  width: auto;
  height: 100%;
  pointer-events: none;
  display: block;
  margin: 0 auto;
}
.blocks__content {
  padding: 2rem 0 5rem;
}
@media (min-width: 768px) {
  .blocks__content {
    padding: 10rem 0;
  }
}
.blocks__title {
  font-family: "Black Ops One", system-ui;
  font-size: 2.8rem;
  font-weight: 400;
}
.blocks__desc {
  margin: 1rem 0 0;
  color: #A1A1A1;
}

.cta__content {
  width: 100%;
  padding: 3.5rem 5rem;
  background-color: #272727;
  border-radius: 2.5rem;
  text-align: start;
  height: 100%;
}
.cta__title {
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 992px) {
  .cta__title {
    text-align: start;
  }
}
.cta__btn {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .cta__btn {
    margin-top: 0;
  }
}

.blockText {
  margin-top: 3rem;
}
.blockText__slider .slick-slide {
  padding: 0 12px;
}
.blockText__slider .slick-track {
  display: flex !important;
}
.blockText__slider .slick-slide {
  height: inherit !important;
}
.blockText__image {
  border-radius: 2.5rem;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.blockText__content {
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .blockText__content {
    padding-top: 0;
    padding-left: 3rem;
  }
}
.blockText__content h3 {
  font-family: "Black Ops One", system-ui;
  margin-bottom: 1rem;
  font-size: 2rem;
  margin-top: 2rem;
}
.blockText__content h3:first-child {
  margin-top: 0;
}
.blockText__content p,
.blockText__content li {
  color: #A1A1A1;
  margin: 0;
  line-height: 1.4;
}
.blockText__content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.blockText__content ul li strong {
  color: #E1BE92;
}

.arts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .arts {
    grid-template-columns: 1fr 1fr;
  }
}
.arts__single {
  width: 100%;
  height: auto;
  aspect-ratio: 16/8;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
}
.arts__single:hover .arts__title {
  background-color: rgba(39, 39, 39, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.5rem;
}
.arts__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arts__title {
  position: absolute;
  background-color: #272727;
  border-radius: 1.5rem;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 4rem);
  font-family: "Black Ops One", system-ui;
  padding: 1.4rem;
  text-align: center;
  font-size: 1.6rem;
  color: #FFFFFF;
}

.art__section {
  padding: 3rem 1.6rem 1.6rem;
}
@media (min-width: 992px) {
  .art__section {
    padding: 0 1.6rem 5rem;
  }
}
.art__substance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 3rem 5rem 1rem;
}
.art__headline {
  font-family: "Black Ops One", system-ui;
  font-size: 3.6rem;
  margin: 2rem 0 0;
  line-height: 120%;
  max-width: 355px;
}
@media (min-width: 992px) {
  .art__headline {
    font-size: 3.6rem;
    margin: 3.4rem 0 0;
    max-width: 600px;
  }
}
@media (min-width: 1440px) {
  .art__headline {
    font-size: 4rem;
  }
}
.art__description {
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .art__description {
    margin: 1rem 0 0;
  }
}
.art__content {
  padding-top: 3rem;
}
.art__content h2 {
  font-family: "Black Ops One", system-ui;
  margin-bottom: 1rem;
  font-size: 2rem;
  margin-top: 3rem;
}
.art__content h2:first-child {
  margin-top: 0;
}
.art__content p,
.art__content li {
  color: #A1A1A1;
  margin: 0;
  line-height: 1.4;
}
.art__content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.art__content ul li strong {
  color: #E1BE92;
}
.art__gallery {
  max-height: 600px;
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(12, minmax(0, 1fr));
  gap: 2.4rem;
}
.art__miniPhotos {
  height: 100%;
  max-height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(12, minmax(0, 1fr));
  gap: 2.4rem;
}
.art__photo {
  height: 100%;
  width: 100%;
  border-radius: 2.5rem;
  overflow: hidden;
  display: block;
}
.art__photo--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art__photo--main {
  grid-row: span 12/span 12;
  grid-column: span 6/span 6;
}
.art__photo--second {
  grid-row: span 7/span 7;
  grid-column: span 6/span 6;
}
.art__photo--third {
  grid-row: span 5/span 5;
  grid-column: span 6/span 6;
}
.art__photo--half {
  grid-row: span 12/span 12;
  grid-column: span 6/span 6;
}
.art__photo--full {
  grid-row: span 12/span 12;
  grid-column: span 12/span 12;
}