@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "RoyalAmbition";
  src: url("/wp-content/themes/tivala-main/assets/fonts/RoyalAmbitionScript.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
#main-footer {
  display: flex;
  align-items: flex-end;
  position: absolute !important;
  min-height: 400px;
  bottom: 0;
  z-index: 20;
  width: 100% !important;
  pointer-events: none;
}

.footer-container-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  min-height: 200px;
  z-index: 21;
  width: 100%;
}

.footer-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  min-height: 650px;
  max-height: 750px;
  pointer-events: none;
}
@media all and (max-width: 2250px) {
  .footer-image {
    min-height: unset;
  }
}
@media all and (max-width: 1700px) {
  .footer-image {
    min-height: 480px;
  }
}
@media all and (max-width: 1025px) {
  .footer-image {
    min-height: 650px;
  }
}
@media all and (max-width: 600px) {
  .footer-image {
    min-height: 1220px;
  }
}

#main-footer-content {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 50px;
  box-sizing: border-box;
  z-index: 21;
  left: 0;
  pointer-events: auto;
}
#main-footer-content .footer-title {
  font-size: 22px;
  color: #E5DAD1;
}
@media all and (max-width: 600px) {
  #main-footer-content {
    padding-bottom: 15px;
  }
}

.footer-container {
  display: flex;
  gap: 65px;
}
@media all and (max-width: 1000px) {
  .footer-container {
    flex-direction: column;
  }
}

.footer-logo-section {
  display: flex;
  flex-direction: column;
  flex: 0.8;
  gap: 10px;
}
.footer-logo-section .footer-logo {
  max-width: 250px;
}
@media all and (max-width: 1000px) {
  .footer-logo-section {
    width: 80%;
  }
}

.footer-link-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media all and (max-width: 600px) {
  .footer-link-section {
    flex-direction: column;
  }
}
.footer-link-section .footer-link-item {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  gap: 8px;
}
@media all and (max-width: 600px) {
  .footer-link-section .footer-link-item {
    text-align: center;
    align-items: center;
  }
}
.footer-link-section .footer-link-item a {
  color: #E5DAD1;
  transition: filter 0.3s ease-in-out;
}
.footer-link-section .footer-link-item a:hover {
  filter: brightness(0.8);
  transition: filter 0.3s ease-in-out;
}
.footer-link-section .footer-link-item .footer-link-title {
  font-weight: 600 !important;
  font-size: 22px;
  color: #E5DAD1;
}
.footer-link-section .footer-link-item p {
  color: #E5DAD1;
}
.footer-link-section .footer-link-buttons {
  gap: 30px;
}
.footer-link-section .footer-copyright {
  color: #E5DAD1;
}
.footer-link-section .footer-social-container {
  display: flex;
  gap: 30px;
}
.footer-link-section .footer-social-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E5DAD1;
  border-radius: 100%;
  height: 28px;
  width: 28px;
}/*# sourceMappingURL=footer.css.map */