/*---------------------------------
    Footer CSS 
-----------------------------------*/
.footer-area.style-one {
  background-color: var(--primaryColor);
  padding-bottom: 60px;
}
.footer-area.style-one .footer-top {
  padding-top: 60px !important;
}
.footer-area.style-one .footer-bottom {
  padding: 38px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-area.style-two {
  background-color: var(--primaryColor);
}
.footer-area.style-two .footer-bottom {
  padding: 27px 0;
  border-top: 1px solid rgba(153, 168, 171, 0.35);
}
.footer-area .contact-num {
  font-size: 24px;
  transition: color 0.3s ease;
}
.footer-area .contact-num:hover {
  color: var(--whiteColor) !important;
}
.footer-area .footer-bottom .footer-bottom-menu li {
  margin-right: 16px;
  padding-right: 23px;
  display: inline-block;
  position: relative;
}
.footer-area .footer-bottom .footer-bottom-menu li::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "|";
  font-size: 18px;
  color: var(--grayColor);
  transform: translateY(-50%);
}
.footer-area .footer-bottom .footer-bottom-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer-area .footer-bottom .footer-bottom-menu li:last-child:after {
  display: none;
}
.footer-area .footer-bottom .footer-bottom-menu li a {
  color: var(--grayColor);
}
.footer-area .footer-bottom .footer-bottom-menu li a:hover {
  color: var(--secondaryColor);
}
.footer-area .footer-contact li {
  margin-bottom: 10px;
}
.footer-area .footer-contact li a {
  color: var(--whiteColor);
}
.footer-area .footer-contact li a:hover {
  color: var(--secondaryColor);
}
.footer-area .footer-widget .logo img {
  max-width: 150px;
  height: auto;
  display: block;
}
.footer-area .footer-top .footer-widget {
  padding-right: 0;
}
.footer-area .footer-top .footer-widget-title {
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.footer-area .footer-contact li {
  margin-bottom: 10px;
}
.footer-area .social-profile.style-one li {
  margin-right: 12px;
}
.footer-area .social-profile.style-one li:last-child {
  margin-right: 0;
}
.footer-area .social-profile.style-one li a {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-area .social-profile.style-one li a:hover {
  background: rgba(255, 255, 255, 0.18);
}
.footer-area .social-profile.style-one li a i {
  color: var(--whiteColor);
}
.footer-area .footer-bottom .copyright-text {
  color: var(--grayColor);
}
.footer-area .footer-bottom .footer-bottom-menu li a {
  color: var(--grayColor);
}
.footer-area .footer-bottom .footer-bottom-menu li {
  margin-right: 14px;
  padding-right: 16px;
}
.footer-area .footer-bottom .footer-bottom-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-area .footer-bottom .footer-bottom-menu li::after {
  top: 50%;
  right: 0;
  content: "|";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.25);
}
.footer-area .footer-bottom .footer-bottom-menu li:last-child::after {
  display: none;
}
.footer-area .logo-text {
  display: block;
  width: 100%;
  white-space: nowrap;
  font-weight: 700;
  font-family: var(--secondaryFont);
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 1.1;
  position: relative;
  left: -5px;
  letter-spacing: 0.02em;
  transition: transform 0.4s ease, color 0.4s ease;
}
.footer-area .logo-text:hover {
  color: var(--secondaryColor) !important;
  transform: translateX(10px);
}

.footer-widget .footer-menu.style-one {
  columns: 1;
  gap: 0;
}
.footer-widget .footer-menu li {
  margin-bottom: 8px;
}
.footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-menu li a {
  position: relative;
  color: var(--grayColor);
}
.footer-widget .footer-menu li a:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--secondaryColor);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.footer-widget .footer-menu li a:hover {
  color: var(--whiteColor);
}
.footer-widget .footer-menu li a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.footer-widget .newsletter-form.style-one input {
  height: 54px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 12px 56px 12px 16px;
  color: var(--whiteColor);
}
.footer-widget .newsletter-form.style-one input::placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}
.footer-widget .newsletter-form.style-one button {
  width: 46px;
  right: 8px;
  padding: 0;
}
.footer-widget .newsletter-form.style-one button i {
  color: var(--secondaryColor);
  font-size: 20px;
  line-height: 1;
}
.footer-widget .newsletter-form.style-one button:hover i {
  transform: translateX(2px);
}

@media only screen and (max-width: 767px) {
  .footer-widget .footer-widget-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .footer-area .logo-text {
    font-size: clamp(5.4rem, 10vw, 5.4rem);
    line-height: 10vh;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-bottom .footer-bottom-menu li {
    margin-right: 10px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .logo-text {
    font-size: clamp(7.2rem, 10vw, 7.2rem);
    line-height: 10.5vh;
  }
}
@media only screen and (min-width: 992px) {
  .footer-area.style-one {
    position: sticky;
    bottom: 0;
  }
  .footer-area .logo-text {
    font-size: clamp(10.2rem, 10vw, 10.2rem);
    line-height: 16.5vh;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-area .logo-text {
    font-size: clamp(11.8rem, 10vw, 11.8rem);
  }
  .footer-area.style-two .logo {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-area .logo-text {
    font-size: clamp(14.7rem, 10vw, 14.7rem);
  }
}

/*# sourceMappingURL=footer.css.map */
