@import url("./veriable.css");

footer {
  background-color: var(--dark-brown);
  padding: 2.344vw 5.208vw;
  display: flex;
  flex-wrap: wrap;
}

footer .footer-logo {
  width: 4.948vw;
  margin-right: 5.99vw;
  display: flex;
  align-items: center;
}

footer .footer-logo img {
  filter: brightness(0) invert(1);
}

footer .footer-menu {
  margin-left: 2.604vw;
  width: 11.719vw;
  position: relative;
}

footer .footer-menu::after {
  content: "";
  width: 1px;
  height: 10.333rem;
  background-color: rgba(141, 155, 164, 0.5);
  position: absolute;
  right: 0;
  top: 0;
}

footer .footer-menu h3 {
  margin: 0;
  color: #fff;
  font-family: "big_caslonmedium";
  font-size: 0.729vw;
  line-height: 1.198vw;
  text-transform: uppercase;
}

footer .footer-menu ul {
  margin: 0;
  padding: 0;
}

footer .footer-menu ul li {
  list-style: none;
}

footer .footer-menu ul li a {
  color: #fff;
  font-size: 0.729vw;
  line-height: 1.198vw;
  text-decoration: none;
}

footer .footer-social {
  margin-left: 2vw;
  width: 17.708vw;
}

footer .footer-social h3 {
  margin: 0 0 0.938vw;
  color: #fff;
  font-family: "big_caslonmedium";
  font-size: 0.729vw;
  line-height: 1.198vw;
  text-transform: uppercase;
}

footer .footer-social-media {
  display: flex;
  align-items: center;
  margin-bottom: 43px;
}

footer .footer-social-media a {
  margin-right: 30px;
}

footer .footer-social-media a:last-child {
  margin-right: 0;
}

footer .footer-social-media svg {
  height: 15px;
}

footer .footer-social-media svg path {
  fill: #fff;
}

footer .subscription-form {
  position: relative;
}

footer .subscription-form input[type="email"] {
  width: 100%;
  padding: 0.521vw 8.333vw 0.521vw 0.521vw;
  color: #fff;
  font-size: 0.925vw;
  border: 1px solid #d9ccc3;
  outline: none;
  background: none;
  box-sizing: border-box;
}

footer .submit-button {
  color: var(--dark-brown);
  text-align: center;
  font-size: 0.925vw;
  padding: 0.573vw 1.083vw;
  background-color: #d9ccc3;
  border: 1px solid #d9ccc3;
  box-sizing: border-box;
  outline: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  footer {
    padding: 0;
  }

  .footer-logo {
    display: block !important;
    width: 100% !important;
    padding: 15px !important;
  }
  .footer-logo img {
    margin: 0 auto;
    display: block;
  }

  footer .footer-menu {
    width: 100%;
    margin: 0;
  }

  footer .footer-menu h3 {
    padding: 14px 24px;
    /* background-color: #e1e4e6; */
    border-bottom: 1px solid #979ca0;
    position: relative;
    font-size: 14px;
    line-height: 23px;
  }

  footer .footer-menu h3::before,
  footer .footer-menu h3::after {
    font-family: "Abel", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 24px;
  }

  footer .footer-menu h3::before {
    content: "+";
  }

  footer .footer-menu h3::after {
    content: "-";
  }

  footer .footer-menu h3.active::before {
    display: none;
  }

  footer .footer-menu ul {
    /* background-color: #eff1f2; */
    padding: 20px 24px;
    display: none;
  }

  footer .footer-menu ul li a {
    font-size: 14px;
    line-height: 30px;
  }

  footer .footer-social {
    width: 100%;
    margin: 0;
    padding: 20px 24px 30px;
  }

  footer .footer-social h3 {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 23px;
  }

  footer .subscription-form input[type="email"] {
    padding: 10px 160px 10px 10px;
    font-size: 12px;
  }

  footer .submit-button {
    font-size: 12px;
    padding: 11px 40px;
  }
}

.has-error {
  border-color: #f15f5c  !important;
}

.alert {
  margin: 0;
  padding: 10px 40px 10px 10px;
  color: #fff;
  border: 0;
  border-radius: 0;
  position: fixed;
  top: -100px;
  right: 50%;
  transform: translateX(50%);
  width: 300px;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
  font-size: 13px;
  z-index: 99999;
  visibility: hidden;
  transition: 0.5s;
}
.alert-error {
  background-color: #e91e63;
}
.alert-success {
  background-color: #15c979;
}
.alert .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.5;
  background: transparent;
  border: none;
  padding: 0px;
}
.alert .close:focus,
.alert .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.alert.alert-is-visible {
  animation: slideIn 1s;
  top: 20px;
  visibility: visible;
}
@keyframes slideIn {
  0% {
    top: -100px;
    opacity: 0.3;
    visibility: hidden;
  }
  100% {
    top: 20px;
    opacity: 1;
    visibility: visible;
  }
}

.error {
  color: #f9354c !important;
  font-size: 12px !important;
}

#dateTravel {background-image: url(https://tinast.com/dev/public/assets/front/images/date-icon.png); background-repeat:no-repeat; background-position: left center;
  padding-left: 44px;}


