@font-face {
  font-family: "AbolitionTest-Regular";
  src: url("../fonts/AbolitionTest/AbolitionTest-Regular.otf");
}
/* @font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir.ttc");
} */

/* @font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir.ttc");
} */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/AvenirLTStd-Light.otf");
}
@font-face {
  font-family: "AvenirLTStd-Heavy";
  src: url("../fonts/Avenir/AvenirLTStd-Heavy.otf");
}
@font-face {
  font-family: "AvenirLTStd-Book";
  src: url("../fonts/Avenir/AvenirLTStd-Book.otf");
}
@font-face {
  font-family: "AvenirLTStd-Black";
  src: url("../fonts/Avenir/AvenirLTStd-Black.otf");
}
@font-face {
  font-family: "AvenirLTStd-Medium";
  src: url("../fonts/Avenir/AvenirLTStd-Medium.otf");
}
@font-face {
  font-family: "AvenirLTStd-Roman";
  src: url("../fonts/Avenir/AvenirLTStd-Roman.otf");
}

@font-face {
  font-family: "AvenirLTStd-MediumOblique";
  src: url("../fonts/Avenir/AvenirLTStd-MediumOblique.otf");
}

.footer-back-to-top {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer-back-to-top .back-to-top{
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #a99ca778;
  padding: 0.71vw;
  background: #e5e5e5;
}
/* Back to top */
.back-to-top a {
  width: fit-content;
  display: block;
  color: #000;
  text-decoration: none;
  /* padding-top: 15px;
  padding-bottom: 12px; */
  /* padding: 0.71vw; */
  text-transform: uppercase;
  text-align: center;
  font-family: "AvenirLTStd-Medium";
  /* border-top: 1px solid #a99ca778; */
  font-size: 0.83vw;
  font-size: 16px;
  transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  
}
.back-to-top a:hover{
  /* text-decoration: underline;
  text-underline-offset: 3px; */
  border-color: black;
}
footer {
  /* background: #2c3c1c; */
  background: #284a06;
  width: 100%;
}
.footer-desk {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-mob {
  width: 100%;
  height: 100%;
  display: none;
}
.footer_container {
  /* padding: 8rem 0 0 0; */
  padding: 6.6vw 0 0 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}
.footer-left,
.footer-right {
  /* width: 50%; */
  /* padding: 1rem 0; */
}
.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 2rem;
}
.footer-left {
  display: flex;
  justify-content: start;
}
.footer-left > div {
  display: flex;
  flex-direction: column;
  width: fit-content;
  /* gap: 2rem; */
  justify-content: space-between;
}
.footer-logo {
  width: fit-content;
}
.footer-logo > img {
  /* width: 240px; */
  width: 308px;
}
.footer-link-wrapper {
  padding: 2rem 0 1rem 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.footer-link-wrapper span {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-link-wrapper span > svg {
  height:24px;
  width:24px;
}
.footer-link {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: fit-content;
  gap: 3rem;
}

.footer-link li {
  /* margin-bottom: 10px; */
}

.footer-link a,.footer-link-wrapper span{
  font-family: "Avenir";
  font-weight: normal;
  color: white;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease;
}

.footer-link-wrapper span{
  border-bottom: none;
}
.footer-link a:hover {
  border-color: white;
  padding-bottom: 2px;
}

/* .footer-text{
    color: white;
}
.footer-text> h2{
    font-size: 2rem;
}
.footer-text> p{
    font-size: 1.4rem;
    margin-top: 1rem;
}

.footer-right{
    display: flex;
    flex-direction: column;
    gap: 1rem;
} */

.footer-navigation {
  /* width: 60%; */
  /* display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  justify-items: start; */
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* justify-content: space-between; */
  justify-content: end;
  gap: 3rem;
}
.footer-navigation span {
  margin-bottom: 1rem;
}

.footer-navigation a {
  font-family: "Avenir";
  font-weight: normal;
  font-size: 1.25vw;
  font-size: 22px;
  font-size: 24px;
  letter-spacing: 1.79px;
  color: #d3ac6f;
  text-decoration: none;
  transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
}
.footer-navigation a:hover {
  /* text-decoration: underline; */
  color: #d3ac6f;
  border-color: #d3ac6f;
}

/* Social Button */
.social-buttons {
  display: flex;
  gap: 2.4rem;
  /* gap: 4rem; */
  padding: 1rem 0;
  width: 100%;
  justify-content: end;
}

.social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
}

.social-button.youTube {
  width: 45.063px;
  /* width: 56.063px; */
  height: 39.438px;
}
.social-button.twitter {
  width: 29.797px;
  /* width: 35.797px; */
  height: 33.015px;
}
.social-button.instagram {
  width: 38.15px;
  width: 34.15px;
  height: 39.26px;
}
.social-button.linkedin {
  width: 39.45px;
  height: 34.32px;
}
.social-button.spotify {
  width: 39.45px;
  height: 34.32px;
}
.social-button svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #d3ac6f;
  /* width: 26px; */
  transition: all 0.5s ease;
}

.social-button svg:hover {
  fill: white;
}
@media screen and (max-width: 1440px) {
  .nav__menu li a {
    font-size: 22px;
  }
  .footer-navigation a {
    font-size: 22px;
  }
  .back-to-top a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px) {
  .footer_container {
    padding: 5rem 0 0 0;
  }
  .footer-logo > img {
    width: 260px;
  }
  /* .footer-navigation a {
    font-size: 20px;
  } */
  .footer-right {
    gap: 0rem;
  }
  .social-button.youTube {
    width: 36.063px;
  }
  .social-button.twitter {
    width: 24.797px;
  }
  .social-button.instagram {
    width: 30.15px;
  }
  .social-button.linkedin ,  .social-button.spotify{
    width: 30.45px;
  }
}
@media screen and (max-width: 1280px) {
}
@media (max-width: 980px) {
  .footer_container {
    padding: 4rem 0 0 0;
  }
  .footer-navigation a {
    font-size: 16px;
  }
  .footer-logo > img {
    width: 200px;
  }
          .footer-back-to-top .back-to-top{
            /* padding: 0.8rem; */
          }
  .back-to-top a {
    font-size: 15px;
    /* padding: 0.8rem; */
    background: #e5e5e5;
    /* border: none; */
  }
}
/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .footer-desk {
    display: none;
  }
  .footer-mob {
    display: block;
  }

  .footer-mob .footer {
    flex-direction: column;
    gap: 3rem;
  }
  .footer-mob .footer,
  .footer-mob .footer-left,
  .footer-mob .footer-left > div {
    width: 100%;
  }
  .footer-mob .footer-logo {
    padding-bottom: 0.4rem;
  }
  .footer-mob .footer-left {
    /* display: flex; */
  }
  .footer-mob .footer-left > div {
    flex-direction: row;
  }
  .foo-social-mob {
    width: auto;
    align-items: end;
    padding: 0;
  }
  .footer-mob .footer-right {
    width: 100%;
  }
  .footer-mob .footer-right .social-buttons {
    display: none;
  }
  .footer-mob .footer-navigation {
    flex-direction: row;
    justify-content: space-between;
  }

  .foo-social-mob .social-button.linkedin,.foo-social-mob  .social-button.spotify  {
    width: 30.45px;
    height: 42.25px;
  }

  .footer-navigation {
    grid-template-columns: 1fr;
  }
  .footer_container {
    padding: 3rem 0 0 0;
  }
  .footer-right {
    width: 50%;
  }
  .footer-navigation {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  .social-buttons {
    justify-content: start;
    gap: 1.4rem;
  }
  .footer {
    gap: 4rem;
  }
  .footer-link a,.footer-link-wrapper span {
    font-family: "Avenir";
    font-weight: normal;
    color: white;
    text-decoration: none;
    font-size: 13px;
  }
  .footer-link-wrapper {
    padding: 1rem 0 1rem 0;
  }
}

@media (max-width: 580px) {
  .footer-mob .footer-navigation {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
@media (max-width: 480px) {
  .footer_container .spacer-2 {
    margin: 0.8rem 0 !important;
}
  .footer-link a,.footer-link-wrapper span {
    font-family: "Avenir";
    font-weight: normal;
    color: white;
    text-decoration: none;
    font-size: 12px;
  }
   /* .footer_container .spacer-2{
    margin: 0.6rem 0;;
   }
   .footer-link-wrapper{
    align-items: start;
    flex-direction: column;
   } */
  .back-to-top a {
    font-size: 12px;
    padding: 0.6rem;
  }
  .footer-navigation a {
    font-size: 14px;
  }
  .footer-navigation span {
    margin-bottom: 0.6rem;
  }
  .footer-logo > img {
    width: 160px;
  }
  .social-button.youTube {
    width: 26.063px;
  }
  .social-button.instagram {
    width: 22.15px;
  }
  .social-button.linkedin {
    width: 22.45px;
  }
  .social-buttons {
    gap: 0.8rem;
    padding: 0.5rem 0 0 0;
  }
  .footer-link-wrapper span {
    gap: 0.6rem;
  }
  .footer-link-wrapper span > svg {
    height:20px;
    width:20px;
  }
  .footer-link {
    /* gap: 1.2rem; */
    gap: 1rem;
  }
  .footer-mob .footer-logo {
    padding-bottom: 0.7rem;
  }
  .foo-social-mob .social-button.linkedin {
    width: 25.15px;
    height: 44.5px;
  }
  .foo-social-mob  .social-button.spotify{
    width: 23.15px;
    height: 41.5px;
  }
  .footer-mob .footer {
    gap: 2rem;
  }
  .footer-link li {
    margin-bottom: 3px;
}
}

@media (max-width: 400px) {
  .footer-mob .footer-left > div {
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  /* .footer-link a,.footer-link-wrapper span {
    font-family: "Avenir";
    font-weight: normal;
    color: white;
    text-decoration: none;
    font-size: 12px;
  } */
   .footer_container .spacer-2{
    margin: 0.6rem 0 !important;
   }
   .footer-link-wrapper{
    align-items: start;
    flex-direction: column;
    gap: 1rem;
   }
}