@charset "UTF-8";
.container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 60px;
}
header__logo {
  width: 80px;
}
header__btn {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #523ff5;
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background 0.3s ease;
}
header__btn:hover {
  background: #3a2dcc;
}

.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #523ff5;
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn:hover {
  background: #3a2dcc;
  transform: scale(1.05);
}
.btn::after {
  content: "";
  background: url("../img/arrow_circle_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.nav {
  max-width: 235px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.nav__link {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.nav__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #523ff5;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.nav__link:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.hero .container {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}
.hero__title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
  color: #040404;
  margin: 0;
}
.hero__description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #767676;
  margin: 0;
}

.marquee-container {
  overflow: hidden; /* Скрываем лишнее */
  white-space: nowrap;
  width: 100%;
}

.marquee-content {
  display: inline-flex;
  animation: marquee 50s linear infinite; /* Длительность влияет на скорость */
  margin-bottom: 30px;
}

.marquee-content img {
  height: 344px;
  width: 560px; /* Фиксированная высота */
  border-radius: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

.marquee-content--reverse {
  animation: marquee2 50s linear infinite; /* Длительность влияет на скорость */
  margin-bottom: 60px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* Сдвиг на половину общей ширины контента */
}
@keyframes marquee2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  } /* Сдвиг на половину общей ширины контента */
}
.explore {
  background: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
}
.explore .container {
  max-width: 1170px;
}
.explore__upper {
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #523ff5;
  margin-bottom: 40px;
  padding-top: 80px;
}
.explore__title {
  max-width: 446px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 90%;
  text-transform: uppercase;
  color: #040404;
}
.explore__subtitle {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 90%;
  text-transform: uppercase;
  color: #523ff5;
}
.explore__cards {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.explore__card {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  background: #fff;
  border-radius: 16px;
}
.explore__card-img {
  margin-bottom: 30px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.explore__card-title {
  margin-bottom: 20px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 90%;
  text-transform: uppercase;
  color: #040404;
}
.explore__card-description {
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #767676;
}
.explore__button {
  display: flex;
  justify-content: center;
}
.explore__btn {
  border: none !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 80px;
}

/* Начальное состояние: невидимы и чуть ниже */
.explore__card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

/* Состояние при появлении */
.explore__card.element-show {
  opacity: 1;
  transform: translateY(0);
}

.portfolio .container {
  margin-top: 60px;
}
.portfolio__subtitle {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 90%;
  text-transform: uppercase;
  color: #523ff5;
  margin-bottom: 20px;
}
.portfolio__title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 90%;
  text-transform: uppercase;
  color: #040404;
  margin-bottom: 60px;
}
.portfolio__inner {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper-img {
  width: 1110px;
  height: 542px;
  border-radius: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-button-next {
  border-radius: 500px;
  padding: 13px;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 10;
}
.swiper-button-next:hover {
  transform: scale(1.1);
}
.swiper-button-prev {
  border-radius: 500px;
  padding: 13px;
  background: #fff;
  transition: all 0.3s ease;
}
.swiper-button-prev:hover {
  transform: scale(1.1);
}
.info {
  background: url("../img/form-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
}
.info .bg {
  -webkit-backdrop-filter: brightness(50%);
          backdrop-filter: brightness(50%);
}
.info .container {
  padding: 80px 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
}

.form {
  max-width: 540px;
  border-radius: 18px;
  padding: 40px;
  background: #fff;
}
.form-group {
  margin-bottom: 20px;
}
.form-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 90%;
  text-transform: uppercase;
  color: #040404;
  margin-bottom: 35px;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #767676;
}
.form-input::placeholder, .form-textarea::placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #767676;
}
.form-input {
  width: 90%;
  background: rgba(173, 173, 173, 0.1);
  border-radius: 8px;
  padding: 20px;
  border: none;
}
.form-textarea {
  width: 90%;
  border: none;
  padding: 20px;
  border-radius: 8px;
  background: rgba(173, 173, 173, 0.1);
}
.form-file {
  display: none;
}
.form-btn {
  cursor: pointer;
  border: none;
}

.my-button {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #767676;
  cursor: pointer;
}
.my-button::before {
  content: "";
  background: url("../img/attach_file_add.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.info a {
  text-decoration: none;
  color: #fff;
}
.info a:hover {
  text-decoration: underline;
}
.info__main {
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.info__card {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.info__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
}
.info__description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
}
.info__link {
  display: flex;
  flex-direction: row;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 90%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.info__link svg {
  margin-right: 10px;
}
.info__lower {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 68px;
}

.footer a {
  text-decoration: none;
  color: #000;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
}
.footer__description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}

/* duplicate burger removed (styles declared at top) */
@media (max-width: 1024px) {
  .info__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .btn {
    font-size: 24px;
    padding: 18px;
    gap: 8px;
  }
  .btn::after {
    width: 20px;
    height: 20px;
  }
  .header .container {
    padding: 15px;
    margin-bottom: 30px;
  }
  .header__logo {
    width: 120px;
  }
  .header__btn {
    display: none;
  }
  .nav {
    justify-content: start;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0;
  }
  .hero__title {
    font-size: 48px;
  }
  .hero__description {
    font-size: 16px;
  }
  .marquee-content img {
    height: 280px;
    width: 450px;
    margin-right: 15px;
  }
  .explore__title {
    font-size: 44px;
  }
  .explore__subtitle {
    font-size: 20px;
  }
  .explore__card-img {
    width: 100%;
  }
  .explore__card-title {
    font-size: 28px;
  }
  .explore__card-description {
    font-size: 15px;
  }
  .portfolio__subtitle {
    font-size: 20px;
  }
  .portfolio__title {
    font-size: 44px;
    margin-bottom: 40px;
  }
  .swiper-img {
    width: 100%;
    height: 380px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 20px;
    height: 20px;
    padding: 12px;
  }
  .form {
    max-width: 90%;
    padding: 35px;
    margin-bottom: 30px;
  }
  .form-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .form-input, .form-textarea {
    font-size: 14px;
  }
  .info .container {
    padding: 50px 15px;
    flex-direction: column;
  }
  .info__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 28px;
  }
  .info__link svg {
    width: 42px;
    height: 42px;
  }
  .info__lower {
    margin: 0;
  }
  .info__main {
    gap: 20px;
  }
  .info__lower {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }
  .footer .container {
    display: flex;
    padding: 20px 15px;
    gap: 20px;
  }
  .footer__description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .btn {
    font-size: 20px;
    padding: 18px;
    gap: 6px;
  }
  .btn::after {
    width: 18px;
    height: 18px;
  }
  .header .container {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
  .header__logo {
    width: 120px;
  }
  .nav {
    top: 60px;
  }
  .nav__link {
    font-size: 18px;
    padding: 12px 0;
  }
  .hero .container {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .hero__title {
    font-size: 32px;
  }
  .hero__description {
    font-size: 14px;
  }
  .marquee-content img {
    height: 200px;
    width: 320px;
    margin-right: 10px;
  }
  .explore__title {
    font-size: 32px;
  }
  .explore__subtitle {
    font-size: 16px;
  }
  .explore__card-img {
    margin-bottom: 16px;
  }
  .explore__card-title {
    margin-bottom: 12px;
    font-size: 28px;
  }
  .explore__card-description {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .portfolio__subtitle {
    font-size: 16px;
  }
  .portfolio__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .swiper-img {
    height: 250px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 20px;
    height: 20px;
    padding: 6px;
  }
  .form {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    padding: 20px;
  }
  .form-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .form-input, .form-textarea {
    width: 90%;
    padding: 12px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
  }
  .form-group {
    margin-bottom: 12px;
  }
  .info .container {
    padding: 30px 15px;
  }
  .info__title {
    font-size: 16px;
  }
  .info__main {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .info__description {
    font-size: 14px;
  }
  .info__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
  }
  .info__link svg {
    width: 28px;
    height: 28px;
  }
  .footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    gap: 15px;
  }
  .footer__description {
    font-size: 12px;
  }
  .my-button {
    font-size: 13px;
  }
  .my-button::before {
    width: 14px;
    height: 14px;
  }
}
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #523ff5;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 100;
}
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-to-top:hover {
  background: #3a2dcc;
  transform: translateY(-5px);
}

.explore__card--hidden {
  display: none;
}

.explore__card--show {
  animation: cardAppear 0.6s ease-out forwards;
}
.explore__card--show:nth-child(7) {
  animation-delay: 0.1s;
}
.explore__card--show:nth-child(8) {
  animation-delay: 0.2s;
}
.explore__card--show:nth-child(9) {
  animation-delay: 0.3s;
}

@keyframes cardAppear {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#formStatus {
  display: none; /* Скрыто по умолчанию */
  color: #28a745;
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  animation: fadeIn 0.5s ease-in-out; /* Анимация появления */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */