.instagram-section {
  margin-top: 73rem;
}
.instagram-section .insta-title {
  font-family: var(--ff-blair);
  font-size: 16rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 40rem;
}
.instagram-section .insta-title * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.instagram-section .insta-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50rem;
}
.instagram-section .insta-list .insta-item {
  display: flex;
  width: 300rem;
}
.instagram-section .insta-list .insta-item img {
  aspect-ratio: 1;
  object-fit: cover;
}

footer {
  margin-bottom: 60rem;
}
footer .footer-inner {
  background: var(--nileBlue);
  padding: 35rem 50rem 20rem;
}
footer .footer-inner .footer-links {
  display: flex;
  flex-direction: column;
  gap: 22rem;
  padding-bottom: 33rem;
  margin-bottom: 30rem;
  border-bottom: 1rem solid var(--emperor);
}
footer .footer-inner .footer-links .main-links {
  display: flex;
  justify-content: center;
  gap: 41rem;
}
footer .footer-inner .footer-links .main-links a {
  color: var(--white);
  font-size: 16rem;
  font-weight: 300;
  letter-spacing: 1.6rem;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
footer .footer-inner .footer-links .main-links a:hover {
  color: var(--tussock);
}
footer .footer-inner .footer-links .second-links {
  display: flex;
  justify-content: center;
  gap: 42rem;
}
footer .footer-inner .footer-links .second-links button,
footer .footer-inner .footer-links .second-links a {
  color: var(--white);
  font-size: 12rem;
  font-weight: 300;
  letter-spacing: 1.2rem;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
footer .footer-inner .footer-links .second-links button:hover,
footer .footer-inner .footer-links .second-links a:hover {
  color: var(--tussock);
}
footer .footer-inner .footer-content {
  display: flex;
  justify-content: space-between;
}
footer .footer-inner .footer-content .address-area {
  display: flex;
  gap: 64rem;
}
footer .footer-inner .footer-content .address-area .logo-area {
  width: 150rem;
}
footer .footer-inner .footer-content .address-area .logo-area img {
  width: 100%;
}
footer .footer-inner .footer-content .address-area .txt-area .txt {
  color: var(--white);
  font-size: 12rem;
  line-height: 193%;
  letter-spacing: 1.2rem;
  text-transform: uppercase;
}
footer
  .footer-inner
  .footer-content
  .address-area
  .txt-area
  .txt.opacity-effect {
  margin: 24rem 0;
  display: block;
}
footer .footer-inner .footer-content .social-area {
  width: 567rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 29rem;
  padding-top: 6rem;
}
footer .footer-inner .footer-content .social-area .socials {
  display: flex;
  justify-content: flex-end;
  gap: 37rem;
  padding-right: 7rem;
}
footer .footer-inner .footer-content .social-area .socials svg {
  height: 23rem;
}
footer .footer-inner .footer-content .social-area .socials svg * {
  transition: 0.2s ease-in-out;
}
footer .footer-inner .footer-content .social-area .socials svg:hover * {
  fill: var(--tussock);
}
footer .footer-inner .footer-content .social-area .mailchimp-area .mc-title {
  color: var(--tussock);
  font-family: var(--ff-blair);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2rem;
  text-transform: uppercase;
  margin-bottom: 10rem;
}
footer .footer-inner .footer-content .social-area .mailchimp-area .mc-caption {
  color: var(--white);
  font-size: 12rem;
  line-height: 180%;
  margin-bottom: 10rem;
}
footer .footer-inner .footer-content .social-area .mailchimp-area form {
  display: flex;
}
footer .footer-inner .footer-content .social-area .mailchimp-area form input {
  background: var(--transparent);
  border: 0;
  flex: 1;
  border-bottom: 1rem solid var(--fiord);
  color: var(--white);
  font-size: 12rem;
  line-height: 180%;
}
footer
  .footer-inner
  .footer-content
  .social-area
  .mailchimp-area
  form
  input::placeholder {
  font-size: inherit;
  color: var(--silver);
}
footer .footer-inner .footer-content .social-area .mailchimp-area form button {
  padding: 5rem 37rem 6rem;
  color: var(--tussock);
  font-size: 12rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.2rem;
  background: var(--fiord);
  text-transform: uppercase;
}
footer .footer-inner .copy-area {
  display: flex;
  justify-content: space-between;
  margin-top: 22rem;
}
footer .footer-inner .copy-area * {
  color: var(--silver);
  font-size: 12rem;
  font-weight: 300;
  letter-spacing: 1.2rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 766px) {
  .instagram-section {
    position: relative;
    margin-bottom: 20rem;
    margin-top: 28rem;
  }
  .instagram-section .insta-title {
    text-align: center;
    font-weight: 500;
    font-size: 18rem;
    line-height: 125%;
    letter-spacing: 1.8rem;
  }
  .instagram-section .insta-title a {
    display: none;
  }
  .instagram-section .insta-list {
    margin-bottom: 0;
  }
  .instagram-section .insta-list .insta-item {
    width: 100%;
  }
  .instagram-section .as-dots-overlap-container {
    position: absolute;
    bottom: 10rem;
    left: 0;
    right: 0;
    gap: 10rem;
    margin-top: 0 !important;
  }
  .instagram-section .as-dots-overlap-container .as-dot {
    flex: unset;
    width: 10rem;
    height: 10rem;
  }
  .instagram-section .as-dots-overlap-container .as-dot.active::before {
    background: #0c174d;
    transform: unset;
  }
  .instagram-section .as-dots-overlap-container .as-dot::before {
    width: 100%;
    border-radius: 50%;
    transform: unset;
    background: #c9d5e3;
  }
  .instagram-section .as-dots-overlap-container .as-dot:hover::before {
    transform: unset;
  }
  footer {
    padding: 0 !important;
    margin-bottom: 0;
  }
  footer .footer-inner {
    padding: 22rem 20rem 30rem;
  }
  footer .footer-inner .footer-links {
    text-align: center;
    padding-bottom: 0;
    border-bottom: 0;
  }
  footer .footer-inner .footer-links .main-links {
    display: none;
  }
  footer .footer-inner .footer-links .second-links {
    flex-direction: column;
    gap: 0rem;
  }
  footer .footer-inner .footer-content {
    flex-direction: column-reverse;
    gap: 30rem;
  }
  footer .footer-inner .footer-content .social-area {
    align-items: center;
    width: 100%;
    padding-top: 0;
  }
  footer .footer-inner .footer-content .social-area .socials {
    gap: 40rem;
    padding: 0;
  }
  footer .footer-inner .footer-content .social-area .socials svg {
    height: 24rem;
  }
  footer .footer-inner .footer-content .social-area .mailchimp-area .mc-title {
    text-align: center;
    font-size: 18rem;
    letter-spacing: 1.7rem;
    margin-bottom: 13rem;
  }
  footer
    .footer-inner
    .footer-content
    .social-area
    .mailchimp-area
    .mc-caption {
    text-align: center;
    margin-bottom: 21rem;
  }
  footer .footer-inner .footer-content .social-area .mailchimp-area form {
    flex-direction: column;
    gap: 23rem;
  }
  footer .footer-inner .footer-content .social-area .mailchimp-area form input {
    text-align: center;
    padding-bottom: 3.5rem;
  }
  footer
    .footer-inner
    .footer-content
    .social-area
    .mailchimp-area
    form
    button {
    padding: 14rem;
    font-size: 14rem;
    letter-spacing: 1.4rem;
  }
  footer .footer-inner .footer-content .address-area {
    flex-direction: column;
    gap: 20rem;
    align-items: center;
  }
  footer .footer-inner .footer-content .address-area .logo-area {
    width: 158rem;
  }
  footer .footer-inner .footer-content .address-area .txt-area {
    text-align: center;
  }
  footer .footer-inner .footer-content .address-area .txt-area .txt {
    font-size: 10rem;
    line-height: 130%;
    letter-spacing: 1rem;
    text-align: center;
  }
  footer
    .footer-inner
    .footer-content
    .address-area
    .txt-area
    .txt.opacity-effect {
    margin: 13rem 0 15rem;
  }
  footer .footer-inner .copy-area {
    margin-top: 20rem;
    flex-direction: column;
    text-align: center;
    gap: 10rem;
  }
  footer .footer-inner .copy-area * {
    font-size: 10rem;
    line-height: 100%;
    letter-spacing: 1rem;
  }
}
