.text-pink {
  color: #fbc108;
}

.accordion-button::after {
  display: none;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 99999;
  color: var(--darkclr);
  text-align: center;
  cursor: pointer;
  background: var(--themeprimaryclr);
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 80px;
}

.accordion-button::before {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  right: 0;
  display: inline-block;
  margin-right: 9px;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::before {
  transform: rotate(-180deg);
}

footer {
  padding: 50px 0px 0px;
  position: relative;
  /* Footer Language Dropdown */
}
footer .footer-logo img {
  max-width: 137px;
  margin-bottom: 15px;
}
footer .footer-logo p {
  font-weight: 400;
  color: var(--plainclr) !important;
  line-height: 26px;
  padding-bottom: 12px;
}
footer .social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: var(--plainclr) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  transition: 0.3s;
}
footer .social-icons a i {
  margin-top: 9px;
}
footer .social-icons a:hover {
  background-color: var(--themeprimaryclr);
  border-color: var(--themeprimaryclr);
  color: var(--plainclr) !important;
}
footer .footer-title {
  color: var(--plainclr);
  margin-bottom: 15px;
}
footer .footer-links li {
  list-style: none;
  margin-bottom: 3px;
}
footer .footer-links li a {
  color: var(--plainclr) !important;
  transition: 0.3s;
  text-decoration: none;
}
footer .footer-links li a:hover {
  color: var(--themeprimaryclr) !important;
}
footer .footer-links li p {
  font-weight: 500;
  color: var(--footer-li-clr-two);
  transition: 0.3s;
}
footer .footer-links.contact li a,
footer .footer-links.contact li p {
  display: flex;
  gap: 4px;
  color: var(--plainclr) !important;
  align-items: baseline;
}
footer .footer-links.contact li i {
  min-width: 20px;
}
footer .contact li {
  margin-bottom: 10px !important;
}
footer .newsletter {
  position: relative;
}
footer .newsletter input {
  background-color: var(--plainclr);
  border: none;
  height: 60px;
  width: 100%;
  border-radius: 40px;
  padding-left: 55px;
  padding-right: 80px;
  font-weight: 400;
  font-size: 14px;
  outline: none;
}
footer .newsletter span {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  color: #5f6168 !important;
}
footer .newsletter button {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--themethirdclr);
  border: 0;
  transition: all 0.3s ease-out 0s;
  color: var(--plainclr);
}
footer .newsletter button:hover {
  box-shadow: inset 0 0 0 30px var(--themeprimaryclr);
  background-color: transparent;
}
footer .newsletter button i {
  transform: rotate(-45deg);
}
footer .heading {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--plainclr);
}
footer .footer-bottom {
  border-top: 1px solid #222248;
  padding: 20px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 12px;
  color: var(--footer-li-clr);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
footer .footer-bottom p {
  color: var(--plainclr) !important;
}
footer .footer-bottom p a {
  color: var(--themethirdclr) !important;
}
footer .language-select {
  background-color: rgba(217, 217, 217, 0.03);
  color: var(--plainclr);
  border: none;
  padding: 6px 30px 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  max-width: 150px;
  outline: 0;
  background-image: none;
}
footer .top-sec {
  padding-bottom: 30px;
  display: flex;
  position: relative;
}
footer .top-sec::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 48.44%, rgba(255, 255, 255, 0.151515) 99.99%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
  bottom: 0;
  left: 0;
  position: absolute;
}
footer .phn-number {
  font-weight: 500;
  color: var(--footer-li-clr-two);
}
footer .contact li a {
  line-height: 20px;
  color: var(--footer-li-clr-two);
}
footer .contact li a:hover {
  color: var(--themeprimaryclr) !important;
}
footer .contact li p:hover {
  color: var(--themeprimaryclr) !important;
  cursor: pointer;
}
footer .footer-language-dropdown {
  position: absolute;
  bottom: 0%;
  min-width: 6rem;
  background: var(--plainclr);
  z-index: 9;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
  margin-top: 0.125rem;
  border-radius: 4px;
  opacity: 0;
  padding: 0.75rem 0.25rem;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
footer .footer-language-dropdown li {
  list-style: none;
}
footer .footer-language-dropdown li a {
  color: var(--darkclr) !important;
  text-decoration: none;
  padding: 1rem 0.75rem;
  white-space: nowrap;
  /* line-height: 35px; */
  display: block;
  width: 100%;
  font-size: 1rem !important;
  margin: 0;
  line-height: 2px;
}
footer .footer-language-dropdown li a:hover {
  color: var(--themeprimaryclr) !important;
  background-color: var(--lightbg) !important;
}
footer .footer-language-dropdown li:last-child {
  margin-bottom: 0 !important;
}
footer .footer-language-dropdown.open {
  bottom: 67px;
  opacity: 1;
  visibility: visible;
}

.footer-links.contact li:last-child p:hover {
  color: var(--plainclr) !important;
  cursor: unset;
}

@media (min-width: 767px) and (max-width: 992px) {
  footer .social-icons {
    margin-bottom: 20px;
  }
  footer .footer-bottom p {
    margin-bottom: 20px !important;
  }
  footer .footer-language-dropdown {
    right: unset;
    left: 15%;
  }
}
/* Media Query */
@media (max-width: 767px) {
  footer {
    padding: 32px 0px 0px;
  }
  footer .heading {
    margin-bottom: 25px;
  }
  footer .footer-logo p {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  footer .footer-title {
    margin-bottom: 0;
    padding-bottom: 5px;
    margin-top: 11px;
  }
  footer .col-xl-3 {
    margin-top: 0;
  }
  footer .footer-links li {
    margin-bottom: 3px;
    line-height: 24px;
  }
  footer .contact {
    margin-top: 0px !important;
  }
  footer .contact li {
    margin-bottom: 7px !important;
  }
  footer .social-icons {
    margin-bottom: 20px;
  }
  footer .footer-bottom p {
    margin-bottom: 20px !important;
    text-align: left;
  }
  footer .footer-language-dropdown {
    right: 0;
    left: 8%;
    min-width: 6rem !important;
    width: 6.5rem !important;
  }
  footer .footer-logo {
    margin-top: 0;
  }
}
#footer-language-toggle {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 5px 0 15px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 12px;
  color: var(--plainclr) !important;
  background: rgba(217, 217, 217, 0.1);
}
#footer-language-toggle span {
  font-weight: 400;
  font-size: 12px;
  color: var(--plainclr) !important;
}
#footer-language-toggle span i {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 14px;
  padding-top: 2px;
  color: var(--themesecondaryclr);
  background-color: var(--plainclr);
  margin: 0 7px;
}

@media (max-width: 767px) {
  footer .top-sec {
    padding-bottom: 0;
  }
  footer .social-icons {
    margin-top: 0 !important;
  }
  footer .row .col-xl-2 {
    margin-top: 10px;
  }
}
.footer-black-bg {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  background-color: var(--themesecondaryclr);
  z-index: -1;
}

@media (min-width: 1400px) {
  .footer {
    margin-bottom: 30px;
  }
}
.cookies {
  position: fixed;
  bottom: 13px;
  left: 0;
  right: 0;
  border: 1px solid var(--main-border);
  background-color: var(--lightbg);
  padding: 12px;
  z-index: 9999;
  width: 95%;
  margin: auto;
  border-radius: 12px;
  /* Buttons */
}
.cookies .step-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookies .step-text {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.cookies p {
  margin: 0;
}
.cookies .bg-manage {
  background-color: var(--themesecondaryclr);
  color: var(--plainclr);
  border: 1px solid var(--themesecondaryclr);
}
.cookies .bg-manage:hover {
  background-color: var(--plainclr);
  color: var(--themesecondaryclr);
  border: 1px solid var(--themesecondaryclr);
}
.cookies .bg-accept {
  background-color: var(--themeprimaryclr);
  color: var(--plainclr);
  border: 1px solid var(--themeprimaryclr);
}
.cookies .bg-accept:hover {
  background-color: var(--plainclr);
  color: var(--themeprimaryclr);
  border: 1px solid var(--themeprimaryclr);
}
.cookies .btn_reject {
  background-color: #dc3545;
  color: var(--plainclr);
  border: 1px solid #dc3545;
}
.cookies .btn_reject:hover {
  background-color: var(--plainclr);
  color: #dc3545;
  border: 1px solid #dc3545;
}
.cookies .cookie-category h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.cookies .footer-buttons button {
  margin-top: 1rem;
  width: 100%;
}
.cookies .footer-buttons button {
  margin: 5px 2px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .modal-footer {
    display: flex;
  }
  .modal-footer .btn {
    width: 47%;
    font-size: 14px;
  }
}
.cookie-popup {
  z-index: 999999 !important;
}
.cookie-popup .accordion-header {
  margin-bottom: 0;
  padding: 14px;
}
.cookie-popup .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.cookie-popup .accordion-item:not(:first-of-type) {
  border: 1px solid #dee2e6 !important;
}
.cookie-popup .accordion-button {
  background-color: var(--lightbg);
  border: none;
  cursor: pointer;
  padding: 1rem;
  font-size: 1.1rem;
  width: 20px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.cookie-popup .accordion-button:focus {
  outline: 0px;
  box-shadow: none;
}
.cookie-popup .accordion-button:not(.collapsed) {
  background-color: var(--themesecondaryclr);
  color: var(--plainclr);
}
.cookie-popup .accordion-button:hover {
  background-color: var(--themesecondaryclr);
  color: var(--plainclr);
}
.cookie-popup .panel {
  background-color: var(--plainclr);
  padding: 1rem;
  border: none;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.cookie-popup .accordion-button i {
  margin-right: 0;
}
.cookie-popup .accordion-item {
  margin-bottom: 1rem;
  border-radius: 10px;
}
.cookie-popup .checkbox-container {
  display: flex;
  align-items: center;
}
.cookie-popup .accordion-button input {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}
.cookie-popup .bg-manage {
  background-color: var(--themesecondaryclr);
  color: var(--plainclr);
  border: 1px solid var(--themesecondaryclr);
}
.cookie-popup .bg-manage:hover {
  background-color: var(--plainclr);
  color: var(--themesecondaryclr);
  border: 1px solid var(--themesecondaryclr);
}

@media (max-width: 767px) {
  .flaxwrap {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .scroll-top {
    right: 20px;
  }
  .scroll-top.open {
    bottom: 18px;
  }
}/*# sourceMappingURL=footer.css.map */