@charset "utf-8";

.footer {
  background: #553a1f;
  overflow: hidden;
  opacity: 0;
}
body.home .footer {
  opacity: 1;
}
.footer .inner-878 {
  width: 88%;
}
.footer__bottom {
  position: relative;
}
.footer__slide {
  position: absolute;
  width: 100%;
  top: -12%;
}
.footer__slideTxt {
  display: block;
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  font-size: 93px;
  letter-spacing: 0.02em;
  color: #fff;
}
.footer__wrap {
  padding: 146px 0 72px;
}
.footer__container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer__left {
  width: fit-content;
}
.footer__right {
  width: fit-content;
  margin-bottom: 50px;
}
.footer__logo {
  width: 153px;
  margin-bottom: 32px;
}
.footer__insta {
  width: 31px;
  margin-bottom: 44px;
}
.footer__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.928;
  color: #fff;
}
.footer__contactLink {
  display: block;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  line-height: 1.928;
  color: #fff;
}
.footer__copy {
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 150px;
  right: 27px;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 750px) {
  .footer__slide {
    top: -7%;
  }
  .footer__slideTxt {
    font-size: 46px;
  }
  .footer__wrap {
    padding: 96px 0 56px;
  }
  .footer__container {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 17px;
  }
  .footer__right {
    margin-bottom: 0;
  }
  .footer__logo {
    width: 104px;
    margin-bottom: 23px;
  }
  .footer__insta {
    width: 23px;
    margin-bottom: 42px;
  }
  .footer__txt {
    font-size: 12px;
    line-height: 1.573;
  }
  .footer__contactLink {
    font-size: 12px;
  }
  .footer__copy {
    font-size: 12px;
    top: 97px;
    right: 18px;
  }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
