footer {
  padding: 108px 0 0px;
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767.98px) {
  footer {
    padding-top: 50px;
    background-image: url("../../assets/images/footer-logo-mob.svg");
  }
}
footer .footsubscribe {
  max-width: 456px;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  footer .footsubscribe {
    margin-left: 0;
  }
}
footer .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .subscribe-form .input {
  position: relative;
  width: 100%;
}
footer .subscribe-form .input:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 18px;
  width: 16px;
  height: 12px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.067' height='13.5' viewBox='0 0 18.067 13.5'%3E%3Cg id='message-black-24' transform='translate(1.033 0.75)' opacity='0.562'%3E%3Cpath id='Path_80725' data-name='Path 80725' d='M19.2,6H4.8a.774.774,0,0,0-.791.75L4,17.25a.782.782,0,0,0,.8.75H19.2a.782.782,0,0,0,.8-.75V6.75A.782.782,0,0,0,19.2,6Z' transform='translate(-4 -6)' fill='none' stroke='%23040917' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Path_80726' data-name='Path 80726' d='M4,7l8,5,8-5' transform='translate(-4 -6)' fill='none' stroke='%23040917' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
footer .subscribe-form .btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
  min-width: 35%;
  color: #fff;
}
@media screen and (max-width: 1199.98px) {
  footer .subscribe-form .btn {
    padding: 7px 18px;
  }
}
footer .subscribe-form .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}
footer .subscribe-form .btn:active {
  color: #000;
  background-color: #fff !important;
  border-color: #fff !important;
}
footer .subscribe-form .btn:hover {
  color: #000 !important;
  background-color: #fff;
  border-color: #fff;
}
footer .footer-menu-link ul {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  footer .footer-menu-link ul {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
    margin: 0;
  }
}
footer .footer-menu-link .show-list ul {
  max-height: 1000px;
  pointer-events: unset;
}
footer .footer-menu-link .show-list h6:after {
  -webkit-transform: none;
          transform: none;
}
footer .footer-menu-link h6 {
  font-size: 22px;
  font-weight: 400;
  padding: 20px 0;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  footer .footer-menu-link h6 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-menu-link h6 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-menu-link h6 {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-menu-link h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767.98px) {
  footer .footer-menu-link h6::before {
    position: absolute;
    content: "";
    top: 32px;
    right: 0;
    background-color: white;
    width: 14px;
    height: 2px;
  }
  footer .footer-menu-link h6::after {
    position: absolute;
    content: "";
    top: 32px;
    right: 0;
    background-color: white;
    width: 14px;
    height: 2px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}
@media screen and (max-width: 767.98px) {
  footer .footer-menu-link h6 {
    display: block;
    margin-bottom: 0;
  }
}
footer .footer-menu-link li {
  margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
  footer .footer-menu-link li {
    margin-bottom: 15px;
    margin-top: 5px;
  }
}
footer .footer-menu-link li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 300;
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
@media (hover: hover) {
  footer .footer-menu-link li a:hover {
    color: #EAC37C;
  }
}
footer .footaddress {
  max-width: 456px;
  margin-left: auto;
}
@media screen and (max-width: 991.98px) {
  footer .footaddress {
    margin-left: 0;
    padding-top: 20px;
  }
}
footer .footaddress h6 {
  font-size: 18px;
}
@media screen and (max-width: 1199.98px) {
  footer .footaddress h6 {
    font-size: 16px;
  }
}
footer .footaddress p {
  font-size: 16px;
  font-family: "Sora", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1199.98px) {
  footer .footaddress p {
    font-size: 14px;
  }
}
footer .footaddress a {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1199.98px) {
  footer .footaddress a {
    font-size: 14px;
  }
}
footer .footer-strip p {
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  footer .footer-strip p {
    font-size: 13px;
  }
  footer .footer-strip p span {
    display: block;
  }
}

.footer-menu-link {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767.98px) {
  .footer-menu-link {
    padding-bottom: 0px;
    margin-bottom: 30px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
  }
}
@media screen and (min-width: 1024px) {
  .footer-menu-link {
    padding-bottom: 87px;
  }
}
.footer-menu-link .footer-logo-wrap {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-menu-link .footer-logo-wrap {
    margin-bottom: 0;
  }
}

.footer-logo-wrap {
  width: 100%;
  max-width: 442px;
}
.footer-logo-wrap .footer-logo {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-logo-wrap .footer-logo {
    margin-bottom: 29px;
  }
}
.footer-logo-wrap .description {
  margin-bottom: 28px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  .footer-logo-wrap .description {
    margin-bottom: 28px;
  }
}

.contact-wrap p {
  margin-bottom: 3px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.contact-wrap a {
  font-size: 20px !important;
  color: #Fff !important;
}
@media (hover: hover) {
  .contact-wrap a:hover {
    color: #EAC37C !important;
  }
}

.social-links {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-links a {
  width: 100%;
  max-width: 39px;
}
.social-links a svg {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.social-links a:hover svg {
  fill: rgba(242, 182, 129, 0.7);
}

.footer-strip {
  padding: 22px 0;
}
.footer-strip p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .footer-strip p {
    margin-bottom: 0;
    text-align: start;
  }
}
.footer-strip .partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .footer-strip .partners {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer-strip .partners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .footer-strip .partners ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0;
  }
}
.footer-strip .partners ul img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 100%;
}

.box_link {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
}
.box_link.border-b-0 {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .box_link {
    border-bottom: 0;
  }
}