/*=====================================
  16. Home1 Footer Section CSS
========================================*/
.footer-section {
  background-image: url(/assets/vivanaftalan/img/home1/footer-bg.png), linear-gradient(180deg, #110F0F 0%, #110F0F 100%);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-section .footer-contact-wrap {
  padding: 45px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-contact-wrap {
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: 1px solid #292727;
    padding: 45px 0;
  }
}
.footer-section .footer-contact-wrap .inquiry-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399px) {
  .footer-section .footer-contact-wrap .inquiry-area {
    gap: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .inquiry-area {
    gap: 10px;
  }
}
.footer-section .footer-contact-wrap .inquiry-area svg {
  fill: var(--primary-color1);
}
.footer-section .footer-contact-wrap .inquiry-area .content h6 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .inquiry-area .content h6 {
    font-size: 16px;
  }
}
.footer-section .footer-contact-wrap .inquiry-area .content span {
  color: var(--white-text-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .inquiry-area .content span {
    font-size: 16px;
  }
}
.footer-section .footer-contact-wrap .contact-area {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1399px) {
  .footer-section .footer-contact-wrap .contact-area {
    gap: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .contact-area {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-contact-wrap .contact-area {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-contact-wrap .contact-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-section .footer-contact-wrap .contact-area .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .contact-area .single-contact {
    gap: 5px;
  }
}
.footer-section .footer-contact-wrap .contact-area .single-contact .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .contact-area .single-contact .icon {
    min-width: 37px;
    max-width: 37px;
    height: 37px;
  }
}
.footer-section .footer-contact-wrap .contact-area .single-contact .content span {
  color: var(--white-text-color);
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 7px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .contact-area .single-contact .content span {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.footer-section .footer-contact-wrap .contact-area .single-contact .content a {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .contact-area .single-contact .content a {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-contact-wrap .contact-area .single-contact .content a {
    font-size: 18px;
  }
}
.footer-section .footer-contact-wrap .contact-area .single-contact .content a:hover {
  color: var(--primary-color1);
}
.footer-section .divider {
  fill: #292727;
  width: 100%;
}
@media (max-width: 991px) {
  .footer-section .divider {
    display: none;
  }
}
.footer-section .footer-menu-wrap {
  padding: 90px 0 100px;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu-wrap {
    padding: 80px 0 90px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap {
    padding: 50px 0;
  }
}
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area {
    margin: 35px 0;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area {
    margin: 25px 0;
  }
}
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area span {
  color: var(--white-text-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area a {
  color: var(--white-text-color);
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
}
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area a:hover {
  color: var(--primary-color1);
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area a {
    font-size: 15px;
  }
}
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list {
    margin-bottom: 40px;
  }
}
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #292727;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list li a i {
  color: var(--white-color);
  font-size: 16px;
  transition: 0.5s;
}
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list li a:hover {
  background-color: var(--primary-color1);
}
.footer-section .footer-menu-wrap .language-area {
  position: relative;
  max-width: 157px;
  width: 100%;
  padding: 14px 15px;
  border-radius: 5px;
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  margin-bottom: 20px;
}
.footer-section .footer-menu-wrap .language-area .language-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
}
.footer-section .footer-menu-wrap .language-area .language-btn .icon-and-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-section .footer-menu-wrap .language-area .language-btn svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.footer-section .footer-menu-wrap .language-area .language-btn span {
  color: var(--white-color);
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: 0.5s;
}
.footer-section .footer-menu-wrap .language-area .language-btn i {
  font-size: 12px;
  line-height: 1;
  color: rgba(var(--white-color-opc), 0.6);
}
.footer-section .footer-menu-wrap .language-area .language-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 9999;
  width: 157px;
  background-color: var(--black-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  border-radius: 5px;
  display: none;
  transform: translateY(0px) translateX(-50%);
  transform-origin: top;
  max-height: 150px;
  overflow-y: auto;
}
.footer-section .footer-menu-wrap .language-area .language-list::-webkit-scrollbar {
  width: 3px;
}
.footer-section .footer-menu-wrap .language-area .language-list::-webkit-scrollbar-track {
  background: transparent;
}
.footer-section .footer-menu-wrap .language-area .language-list::-webkit-scrollbar-thumb {
  background-color: var(--primary-color1);
  border-radius: 10px;
}
.footer-section .footer-menu-wrap .language-area .language-list.active {
  display: block;
  transform: translateY(10px) translateX(-50%);
  animation: lang-Down 0.5s linear;
}
@keyframes lang-Down {
  0% {
    opacity: 0;
    transform: translateY(0px) translateX(-50%);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(10px) translateX(-50%);
    visibility: visible;
  }
}
.footer-section .footer-menu-wrap .language-area .language-list li a {
  color: var(--white-color);
  font-family: var(--font-roboto);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 12px;
  padding: 12px 20px;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-section .footer-menu-wrap .language-area .language-list li a:hover {
  background-color: var(--primary-color1);
}
.footer-section .footer-menu-wrap .footer-widget .widget-title {
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 30px;
  }
}
.footer-section .footer-menu-wrap .footer-widget .widget-title h5 {
  color: var(--white-color);
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li {
  margin-bottom: 25px;
  line-height: 1;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-list li {
    margin-bottom: 20px;
  }
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a {
  color: var(--white-text-color);
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  transition: 0.5s;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a:hover {
  color: var(--white-color);
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-list li a {
    font-size: 15px;
  }
}
.footer-section .footer-menu-wrap .footer-widget .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact {
    margin-bottom: 35px;
  }
}
.footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #292727;
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content {
  line-height: 1;
}
.footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content span {
  color: var(--white-text-color);
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
}
.footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
    font-size: 17px;
  }
}
.footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a:hover {
  color: var(--primary-color1);
}
.footer-section .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #292727;
}
.footer-section .footer-bottom .copyright-and-payment-method-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer-section .footer-bottom .copyright-and-payment-method-area {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-bottom .copyright-and-payment-method-area {
    gap: 15px;
  }
}
.footer-section .footer-bottom .copyright-and-payment-method-area p {
  color: var(--white-text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}
.footer-section .footer-bottom .copyright-and-payment-method-area p a {
  color: var(--white-color);
  transition: 0.5s;
}
.footer-section .footer-bottom .copyright-and-payment-method-area p a:hover {
  color: var(--primary-color1);
}
.footer-section .footer-bottom .copyright-and-payment-method-area .payment-method-area {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .footer-section .footer-bottom .copyright-and-payment-method-area .payment-method-area {
    justify-content: center;
    gap: 15px;
  }
}
.footer-section .footer-bottom .copyright-and-payment-method-area .payment-method-area span {
  color: var(--white-text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.footer-section .footer-bottom .copyright-and-payment-method-area .payment-method-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.footer-section.two .footer-menu-wrap {
  padding: 245px 0 100px;
}
@media (max-width: 1199px) {
  .footer-section.two .footer-menu-wrap {
    padding: 235px 0 90px;
  }
}
@media (max-width: 991px) {
  .footer-section.two .footer-menu-wrap {
    padding: 220px 0 70px;
  }
}
@media (max-width: 576px) {
  .footer-section.two .footer-menu-wrap {
    padding: 200px 0 50px;
  }
}
.footer-section.three .footer-menu-wrap .footer-logo-and-addition-info .address-area a:hover {
  color: var(--primary-color2);
}
.footer-section.three .footer-menu-wrap .footer-logo-and-addition-info .social-list li a:hover {
  background-color: var(--primary-color2);
}
.footer-section.three .footer-menu-wrap .footer-logo-and-addition-info .language-area .language-list::-webkit-scrollbar-thumb {
  background-color: var(--primary-color2);
}
.footer-section.three .footer-menu-wrap .footer-logo-and-addition-info .language-area .language-list li a:hover {
  background-color: var(--primary-color2);
}
.footer-section.three .footer-menu-wrap .footer-widget .contact-list .single-contact .content a:hover {
  color: var(--primary-color2);
}
.footer-section.three .footer-bottom .copyright-and-payment-method-area p a:hover {
  color: var(--primary-color2);
}
.footer-section.four .footer-menu-wrap .footer-logo-and-addition-info .address-area a:hover {
  color: var(--white-color);
}
.footer-section.four .footer-menu-wrap .footer-logo-and-addition-info .social-list li a:hover {
  background-color: var(--primary-color4);
}
.footer-section.four .footer-menu-wrap .footer-logo-and-addition-info .language-area .language-list::-webkit-scrollbar-thumb {
  background-color: var(--primary-color4);
}
.footer-section.four .footer-menu-wrap .footer-logo-and-addition-info .language-area .language-list li a:hover {
  background-color: var(--primary-color4);
}
.footer-section.four .footer-menu-wrap .footer-widget .contact-list .single-contact .content a:hover {
  color: var(--white-text-color);
}
.footer-section.four .footer-bottom .copyright-and-payment-method-area p a {
  color: var(--white-color);
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-size: 0px 1.5px;
  background-repeat: no-repeat;
  background-position: right 90%;
  transition: background-size 0.75s;
}
.footer-section.four .footer-bottom .copyright-and-payment-method-area p a:hover {
  background-size: 100% 1.5px;
  background-position: 0% 90%;
}
.footer-section.five .footer-menu-wrap .footer-logo-and-addition-info .address-area a:hover {
  color: var(--white-color);
}
.footer-section.five .footer-menu-wrap .footer-logo-and-addition-info .social-list li a:hover {
  background-color: var(--primary-color3);
}
.footer-section.five .footer-menu-wrap .footer-logo-and-addition-info .social-list li a:hover i {
  color: var(--title-color2);
}
.footer-section.five .footer-menu-wrap .footer-logo-and-addition-info .language-area .language-list::-webkit-scrollbar-thumb {
  background-color: var(--primary-color3);
}
.footer-section.five .footer-menu-wrap .footer-logo-and-addition-info .language-area .language-list li a:hover {
  background-color: var(--primary-color3);
  color: var(--title-color2);
}
.footer-section.five .footer-menu-wrap .footer-widget .contact-list .single-contact .content a:hover {
  color: var(--title-color2);
}
.footer-section.five .footer-bottom .copyright-and-payment-method-area p a:hover {
  color: var(--title-color2);
}
.footer_section_confidence {
    color: var(--white-color);
    transition: 0.5s;
}
.footer-logo-height {
	height: 50px!important;
}
.viva-contact-widget {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
}

.viva-contact-main {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #5f35d5, #8e5cff);
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(95, 53, 213, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: vivaPulse 1.7s infinite;
    transition: 0.3s ease;
}

.viva-contact-main:hover {
    transform: scale(1.06);
}

.viva-contact-widget.active .viva-contact-main {
    animation: none;
    background: #222;
}

@keyframes vivaPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(95, 53, 213, 0.45);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(95, 53, 213, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(95, 53, 213, 0);
    }
}

.viva-contact-text {
    position: absolute;
    right: 78px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #222;
    padding: 10px 16px;
    border-radius: 18px 18px 4px 18px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.viva-contact-text::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 7px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.viva-contact-widget.active .viva-contact-text {
    display: none;
}

.viva-contact-items {
    position: absolute;
    right: 8px;
    bottom: 76px;
    width: 48px;
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    pointer-events: none;
}

.viva-contact-item {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    transform: translateY(16px) scale(0.6);
    transition: 0.35s ease;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.viva-contact-widget.active .viva-contact-items {
    pointer-events: auto;
}

.viva-contact-widget.active .viva-contact-item {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.viva-contact-widget.active .viva-contact-item:hover {
    color: #fff;
    transform: translateY(0) scale(1.08);
}

.viva-contact-widget.active .whatsapp {
    transition-delay: .03s;
}

.viva-contact-widget.active .telegram {
    transition-delay: .08s;
}

.viva-contact-widget.active .viber {
    transition-delay: .13s;
}

.viva-contact-widget.active .max {
    transition-delay: .18s;
}

.viva-contact-item.whatsapp {
    background: #25d366;
}

.viva-contact-item.telegram {
    background: #229ed9;
}

.viva-contact-item.max {
    background: #0066ff;
}

.viva-contact-item.viber {
    background: #7360f2;
}

.viber-height {
    height: 20px !important;
}

.viva-main-svg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.viva-icon-close {
    display: none;
    align-items: center;
    justify-content: center;
}

.viva-icon-close svg {
    width: 26px;
    height: 26px;
    fill: #fff;
    display: block;
}

.viva-contact-widget.active .viva-main-svg {
    display: none;
}

.viva-contact-widget.active .viva-icon-close {
    display: flex;
}

@media (max-width: 575px) {
    .viva-contact-widget {
        right: 16px;
        bottom: 18px;
    }

    .viva-contact-main {
        width: 58px;
        height: 58px;
        font-size: 22px;
    }

    .viva-contact-items {
        right: 5px;
        bottom: 70px;
    }

    .viva-contact-text {
        right: 70px;
        font-size: 13px;
        padding: 9px 13px;
    }
}