html {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    overflow-x: clip;
  }
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page__content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.page__content--title {
  color: gold;
}

.uberuns {
  margin-left: -7vh;
  position: relative;
  right: -150px;
}
@media (max-width: 767px) {
  .uberuns img {
    margin-left: 76px;
  }
}
@media (max-width: 1024px) {
  .uberuns {
    right: -20px;
  }
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .uberuns {
    margin-left: -10vh;
  }
}
@media (max-width: 767px) {
  .uberuns {
    margin-left: -100px;
  }
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__intro {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("../img/slide-1.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__intro-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}
.about__intro .about__title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 245%;
  letter-spacing: 0.36em;
  color: #fff;
  border: 4px solid #f27b21;
  width: 497px;
  height: 124px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .about__intro .about__title {
    width: 362px;
  }
}
.about__intro .uber__link {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  line-height: 97%;
  letter-spacing: 0.36em;
  padding-bottom: 5px;
  margin-top: 15px;
  transition: color 0.3s, border-bottom 0.3s;
  border: none;
}
.about__intro .uber__link:hover, .about__intro .uber__link.active {
  color: #fb7507;
  border-bottom: 2px solid #fb7507;
}
.about__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  padding: 50px 20px;
}
.about__content__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.about__content .about__photo {
  position: relative;
  border: 9px solid #f27b21;
  border-radius: 180px;
  width: 461px;
  height: 493px;
  overflow: hidden;
  margin-bottom: 30px;
  margin: auto;
  margin-left: 17vh;
  margin-bottom: 30px;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .about__content .about__photo {
    margin-left: 13vh;
  }
}
@media (max-width: 1024px) {
  .about__content .about__photo {
    margin-left: 10vh;
  }
}
@media (max-width: 767px) {
  .about__content .about__photo {
    width: 337px;
    margin-left: 4vh;
    margin-bottom: 96px;
  }
}
.about__content .about__photo--img {
  width: 100%;
  height: 100%;
}
.about .about__text {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  flex: 1;
  width: 1161px;
  color: #333;
  text-align: justify;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  word-wrap: break-word;
  margin-left: -30vh;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .about .about__text {
    margin-left: -23vh;
  }
}
@media (max-width: 1024px) {
  .about .about__text {
    width: 667px;
    margin-left: 4vh;
  }
}
@media (max-width: 767px) {
  .about .about__text {
    font-size: 12px;
    line-height: 1.2;
    width: 410px;
    margin-left: 1vh;
  }
}
@media (max-width: 385px) {
  .about .about__text {
    width: 350px;
    margin-left: 4vh;
  }
}
.about .about__text p {
  margin-bottom: 35px;
}
.about .about__text:before, .about .about__text:after {
  content: ",,";
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 128px;
  line-height: 180%;
  color: #fb7507;
  position: absolute;
}
.about .about__text:before {
  top: -179px;
  left: 19px;
}
.about .about__text:after {
  bottom: -56px;
  right: 23px;
}
.about .about__text span {
  font-family: "Kite One", sans-serif;
  font-weight: 400;
  width: 1125px;
  font-size: 20px;
  line-height: 144%;
  letter-spacing: 0.37em;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .about .about__text span {
    width: 600px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about .about__text span {
    width: 354px;
    line-height: 127%;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 378px) {
  .about .about__text span {
    width: 330px;
    margin-left: -2vh;
  }
}

.footer {
  margin-top: auto;
  background-color: #0f172a;
  color: #fff;
  padding: 2rem 1rem;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.footer.animated {
  opacity: 1;
  transform: translateY(0);
}
.footer__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .footer__container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .footer__container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.footer__section--logo .footer__logo {
  max-width: 100%;
  height: auto;
}
.footer__section--logo .footer__description {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.footer__section--links .footer__title, .footer__section--contact .footer__title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 181%;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__title, .footer__section--contact .footer__title {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__title, .footer__section--contact .footer__title {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.08em;
  }
}
.footer__section--links .footer__list, .footer__section--contact .footer__list {
  list-style: none;
  padding: 0;
}
.footer__section--links .footer__list .footer__item, .footer__section--contact .footer__list .footer__item {
  margin: 0.5rem 0;
}
.footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
  font-family: "Koulen", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.36em;
  position: relative;
  transition: color 0.3s ease;
}
.footer__section--links .footer__list .footer__item .footer__link:hover, .footer__section--contact .footer__list .footer__item .footer__link:hover {
  color: #fb7507;
}
.footer__section--links .footer__list .footer__item .footer__link:hover::after, .footer__section--contact .footer__list .footer__item .footer__link:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fb7507;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
    font-size: 18px;
    letter-spacing: 0.3em;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__list .footer__item .footer__link, .footer__section--contact .footer__list .footer__item .footer__link {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.footer__section--links .footer__address, .footer__section--contact .footer__address {
  font-family: "Koulen", sans-serif;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 181%;
  letter-spacing: 0.18em;
}
@media (max-width: 1024px) {
  .footer__section--links .footer__address, .footer__section--contact .footer__address {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer__section--links .footer__address, .footer__section--contact .footer__address {
    font-size: 13px;
  }
}
.footer__section--links .footer__address .footer__contact, .footer__section--contact .footer__address .footer__contact {
  color: #fff;
  text-decoration: none;
}
.footer__section--links .footer__address .footer__contact:hover, .footer__section--contact .footer__address .footer__contact:hover {
  color: #fb7507;
}
.footer__bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}
.footer__copyright {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.04em;
}