.footer {
  margin-top: 50rem;
}

.footer .insta-area {
  padding: 0 140rem;
  margin-bottom: -158rem;
}

.footer .insta-area .section-title {
  text-align: center;
  color: #163049;
  font-size: 30rem;
  margin-bottom: 43rem;
}

.footer .footer-inner {
  background: #163049;
  padding: 0 140rem;
  padding-top: 193rem;
  padding-bottom: 20rem;
}

.footer .footer-inner .title {
  font-size: 26rem;
  color: #9d8451;
  /* font-family: var(--ff-main-semibold); */
  font-weight: 500;
}

.footer .footer-inner .special-area {
  margin-bottom: 50rem;
}

.footer .footer-inner .special-area .txt {
  font-size: 16rem;
  color: white;
  font-family: var(--ff-main-light);
  position: relative;
  margin-top: 14rem;
  margin-right: 35rem;
  letter-spacing: 5%;
  line-height: 140%;
}

.footer .footer-inner .special-area .txt a {
  position: absolute;
  top: -3rem;
  right: -28rem;
}

.footer .footer-inner .special-area .next-prev-btns {
  display: none;
}

.footer .inner-area {
  display: flex;
  justify-content: space-between;
  border-top: 1rem solid #4d7194;
  padding-top: 21rem;
  gap: 25rem;
  margin-bottom: 20rem;
}

.footer .inner-area .item {
  width: 33.3%;
}

.footer .inner-area .item .list {
  color: white;
  display: flex;
  flex-direction: column;
  margin-top: 17rem;
  gap: 10rem;
}

.footer .inner-area .item .list a {
  font-size: 16rem;
  letter-spacing: 1rem;
}

.footer .inner-area .item.touch .txt {
  padding-right: 100rem;
}

.footer .inner-area .item .txt {
  color: white;
  font-size: 16rem;
  margin-top: 16rem;
  line-height: 140%;
  letter-spacing: 0.8rem;
}

.footer .inner-area .item .txt a {
  font-size: 16rem;
}

.footer .inner-area .item .socials {
  margin-top: 20rem;
  display: flex;
  gap: 30rem;
}

.footer .inner-area .item .socials .txt-letter {
  color: #ffffff;
  font-size: 16rem;
  margin-left: 8rem;
}

.footer .copyright-area {
  display: flex;
  justify-content: space-between;
  border-top: 1rem solid #4d7194;
  padding-top: 20rem;
}

.footer .copyright-area .terms {
  display: flex;
  gap: 10rem;
  width: 33.3%;
  margin-top: 16rem;
}

.footer .copyright-area .terms a {
  color: #a5a5a5;
  font-size: 12rem;
  letter-spacing: 0.6rem;
}

.footer .copyright-area .designed {
  font-size: 12rem;
  color: #a5a5a5;
  letter-spacing: 0.4rem;
  width: 33.3%;
  text-align: right;
  margin-top: 16rem;
}

.footer .copyright-area .designed a {
  font-size: 12rem;
  letter-spacing: 0.6rem;
  color: #a5a5a5;
  text-decoration: underline;
}

.footer .newsLetter-pop-up {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  transform: scale(0);
  transition: ease-in-out 0.2s;
  z-index: 999;
}

.footer .newsLetter-pop-up.active {
  transform: scale(1);
}

.footer .newsLetter-pop-up .item {
  display: flex;
  justify-content: flex-start;
  width: 1508rem;
  position: relative;
  gap: 33rem;
  border: 1rem solid #9d8451;
  border-radius: 10rem;
  background: #ffffff;
}

.footer .newsLetter-pop-up .item .btn-close {
  position: absolute;
  top: 12rem;
  right: 17rem;
  z-index: 999;
}

.footer .newsLetter-pop-up .item .logo {
  display: none;
}

.footer .newsLetter-pop-up .item .mb-title {
  display: none;
}

.footer .newsLetter-pop-up .item .form-area {
  display: flex;
  flex-direction: column;
  width: 600rem;
}

.footer .newsLetter-pop-up .item .form-area .form-title {
  font-size: 30rem;
  color: #9d8451;
  margin-top: 44rem;
}

.footer .newsLetter-pop-up .item .form-area form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 50rem;
  width: 482rem;
  height: 100%;
}

.footer .newsLetter-pop-up .item .form-area form .inp-items {
  display: flex;
  flex-direction: column;
}

.footer
  .newsLetter-pop-up
  .item
  .form-area
  form
  .inp-items
  input:-webkit-autofill,
.footer
  .newsLetter-pop-up
  .item
  .form-area
  form
  .inp-items
  input:-webkit-autofill:hover,
.footer
  .newsLetter-pop-up
  .item
  .form-area
  form
  .inp-items
  input:-webkit-autofill:focus {
  color: 4d7194;
  font-family: var(--ff-main-light);
  font-size: 22rem;
}

.footer .newsLetter-pop-up .item .form-area form .inp-items select.frm-item {
  padding-bottom: 11rem;
}

.footer .newsLetter-pop-up .item .form-area form .inp-items .frm-item {
  font-family: var(--ff-main-light);
  font-size: 22rem;
  color: #4d7194;
  border: none;
  border-bottom: 1rem solid #c3c3c3;
  padding-bottom: 13rem;
  margin-bottom: 32rem;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1rem;
}

.footer .newsLetter-pop-up .item .form-area form .inp-items span {
  font-family: var(--ff-main-Medium);
  font-weight: 500;
  font-size: 16rem;
  color: #163049;
  text-transform: uppercase;
  display: block;
  margin-bottom: 19rem;
  letter-spacing: 0.7rem;
}

.footer .newsLetter-pop-up .item .form-area form .btn-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 46rem;
}

.footer .newsLetter-pop-up .item .form-area form .btn-item .validate-msg {
  display: none;
  font-family: var(--ff-main-bold);
  font-size: 18rem;
  color: #163049;
  text-align: center;
  margin-bottom: 31rem;
}

.footer .newsLetter-pop-up .item .form-area form .btn-item .btn-send {
  font-weight: 400;
  color: #ffffff;
  background: #163049;
  font-size: 24rem;
  text-transform: uppercase;
  padding: 16rem 120rem;
}

@media only screen and (max-width: 991px) {
  .footer {
    margin-top: 30rem;
  }
  .footer .insta-area {
    margin-bottom: 40rem;
    padding: 0;
  }
  .footer .insta-area .section-title {
    font-size: 20rem;
    margin-bottom: 30rem;
    padding: 0 19rem;
  }
  .footer .insta-area .inner {
    padding: 0 37rem;
  }
  .footer .footer-inner {
    padding: 23rem 10rem 20rem;
  }
  .footer .footer-inner .special-area {
    position: relative;
    margin-bottom: 20rem;
  }
  .footer .footer-inner .special-area .title {
    font-size: 26rem;
    text-align: center;
    display: block;
  }
  .footer .footer-inner .special-area .txt {
    text-align: center;
    margin: 17rem 23rem 0;
  }
  .footer .footer-inner .special-area .txt a {
    display: none;
  }
  .footer .footer-inner .special-area .next-prev-btns {
    display: block;
  }
  .footer .footer-inner .special-area .btn-prev {
    position: absolute;
    top: 54rem;
    left: 0rem;
  }
  .footer .footer-inner .special-area .btn-next {
    position: absolute;
    top: 54rem;
    right: 0rem;
  }
  .footer .footer-inner .inner-area {
    flex-wrap: wrap;
    padding: 0 10rem;
    padding-top: 21rem;
    gap: 19rem 15rem;
    margin-bottom: 29rem;
  }
  .footer .footer-inner .inner-area .title {
    font-size: 20rem;
  }
  .footer .footer-inner .inner-area .item {
    width: 47%;
  }
  .footer .footer-inner .inner-area .item .list {
    margin-top: 14rem;
  }
  .footer .footer-inner .inner-area .item .txt {
    font-size: 14rem;
    line-height: 140%;
  }
  .footer .footer-inner .inner-area .item .socials {
    justify-content: center;
    margin-top: 31rem;
  }
  .footer .footer-inner .inner-area .item.touch {
    width: 100%;
  }
  .footer .footer-inner .inner-area .item.touch .txt {
    padding-right: 0;
    width: 335rem;
    max-width: 100%;
  }
  .footer .footer-inner .inner-area .item.collection {
    width: 120rem;
  }
  .footer .copyright-area {
    flex-direction: column;
    align-items: center;
  }
  .footer .copyright-area .logo-area {
    display: none;
  }
  .footer .copyright-area .terms {
    width: 100%;
    justify-content: center;
    margin-top: 0;
  }
  .footer .copyright-area .designed {
    width: 60%;
    text-align: center;
    margin-top: 15rem;
    line-height: 24rem;
  }
  .footer .newsLetter-pop-up {
    background: #ffffff;
  }
  .footer .newsLetter-pop-up .item {
    display: block;
    width: 100%;
    border: none;
    padding: 20rem;
    height: 100dvh;
    overflow-y: auto;
  }
  .footer .newsLetter-pop-up .item .logo {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .footer .newsLetter-pop-up .item .logo img {
    width: 235rem;
  }
  .footer .newsLetter-pop-up .item .btn-close {
    top: 18rem;
    right: 18rem;
  }
  .footer .newsLetter-pop-up .item .mb-title {
    display: block;
    font-size: 20rem;
    color: #9d8451;
    margin-top: 27rem;
    text-align: center;
  }
  .footer .newsLetter-pop-up .item .img-area {
    margin-top: 20rem;
  }
  .footer .newsLetter-pop-up .item .img-area img {
    height: 240rem;
  }
  .footer .newsLetter-pop-up .item .form-area {
    width: 100%;
  }
  .footer .newsLetter-pop-up .item .form-area .form-title {
    display: none;
  }
  .footer .newsLetter-pop-up .item .form-area form {
    width: 100%;
    margin-top: 34rem;
  }
  .footer .newsLetter-pop-up .item .form-area form .inp-items span {
    margin-bottom: 17rem;
  }
  .footer .newsLetter-pop-up .item .form-area form .inp-items .frm-item {
    margin-bottom: 31rem;
  }
  .footer .newsLetter-pop-up .item .form-area form .btn-item {
    margin-top: 36rem;
  }
  .footer .newsLetter-pop-up .item .form-area form .btn-item .btn-send {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .footer .insta-area .section-title {
    padding: 0;
    font-size: 18rem;
  }
  .footer .copyright-area .terms a {
    letter-spacing: 0;
    font-size: 11rem;
  }
  .footer .copyright-area .designed {
    width: 100%;
  }
}
