body .modal .modal-dialog {
  max-width: 600px;
}
body .modal .modal-dialog .modal-content {
  background: #131313;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  padding: 50px 60px;
  border: 1px solid #D0AB2B;
  border-radius: 24px;
  overflow: hidden;
}
body .modal .modal-dialog .modal-content .modal-header {
  justify-content: center;
  border: none;
  padding: 0;
}
body .modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 36px;
}
body .modal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  filter: invert(1);
  box-shadow: none;
}
body .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
body .modal .modal-dialog .modal-content .modal-body p {
  font-size: 20px;
}
body .modal .modal-dialog .modal-content .modal-footer {
  justify-content: center;
  border: none;
  padding: 0;
}
body .modal .modal-dialog .modal-content .modal-footer .btn {
  padding: 12px 40px;
  margin: 0;
}
body .modal .modal-dialog .modal-content .bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
body footer.footer {
  background-color: #151515;
  overflow: hidden;
}
body footer.footer .footer_top {
  padding: 40px 0 24px;
  border-bottom: solid 1px #ffffff;
}
body footer.footer .footer_top .logo {
  display: block;
  max-width: max-content;
  margin: 0 auto;
}
body footer.footer .footer_top .logo img {
  width: 622px;
}
body footer.footer .footer_top .nav {
  column-gap: 32px;
  margin: 20px 0;
}
body footer.footer .footer_top .nav .nav-item .nav-link {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  padding: 4px 0;
  transition: all 0.1s linear;
}
body footer.footer .footer_top .nav .nav-item .nav-link:after {
  content: "";
  background-color: #D0AB2B;
  height: 2px;
  width: 70%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px) scaleX(0);
  transition: all 0.1s linear;
}
body footer.footer .footer_top .nav .nav-item .nav-link:hover {
  color: #D0AB2B;
}
body footer.footer .footer_top .nav .nav-item .nav-link:hover:after {
  transform: translate(-50%, 10px) scaleX(1);
}
body footer.footer .footer_top .list_social {
  gap: 24px;
  margin: 0;
}
body footer.footer .footer_top .list_social li a {
  background: rgb(187, 152, 61);
  background: -moz-linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  background: -webkit-linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  background: linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb983d",endColorstr="#c99d2c",GradientType=1);
  display: block;
  padding: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
body footer.footer .footer_top .list_social li a img {
  height: 30px;
  width: 30px;
  transition: all 0.4s ease-in-out;
}
body footer.footer .footer_top .list_social li a:after {
  content: "";
  background-color: #151515;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
body footer.footer .footer_top .list_social li a:hover img {
  filter: brightness(0);
}
body footer.footer .footer_top .list_social li a:hover:after {
  height: 0;
  width: 0;
}
body footer.footer .footer_bottom {
  padding: 24px 0;
  display: flex;
  align-items: center;
}
body footer.footer .footer_bottom p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
body footer.footer .footer_bottom p a {
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.1s linear;
}
body footer.footer .footer_bottom p a:hover {
  color: #D0AB2B;
}
body footer.footer .footer_bottom .nav {
  column-gap: 32px;
  margin: 0;
}
body footer.footer .footer_bottom .nav .nav-item .nav-link {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  padding: 0;
  transition: all 0.1s linear;
}
body footer.footer .footer_bottom .nav .nav-item .nav-link:after {
  content: "";
  background-color: #D0AB2B;
  height: 2px;
  width: 70%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px) scaleX(0);
  transition: all 0.1s linear;
}
body footer.footer .footer_bottom .nav .nav-item .nav-link:hover {
  color: #D0AB2B;
}
body footer.footer .footer_bottom .nav .nav-item .nav-link:hover:after {
  transform: translate(-50%, 10px) scaleX(1);
}

@media (max-width: 1480px) {
  body footer.footer .footer_top .logo img {
    width: 422px;
  }
  body footer.footer .footer_top .nav {
    column-gap: 20px;
  }
  body footer.footer .footer_top .nav .nav-item .nav-link {
    font-size: 18px;
  }
  body footer.footer .footer_bottom .nav {
    column-gap: 20px;
  }
  body footer.footer .footer_bottom .nav .nav-item .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  body footer.footer .footer_top .logo img {
    width: 322px;
  }
  body footer.footer .footer_top .nav {
    column-gap: 20px;
  }
  body footer.footer .footer_top .nav .nav-item .nav-link {
    font-size: 18px;
  }
  body footer.footer .footer_top .list_social {
    gap: 20px;
  }
  body footer.footer .footer_top .list_social li a img {
    height: 26px;
    width: 26px;
  }
  body footer.footer .footer_bottom .d-flex {
    flex-direction: column !important;
  }
  body footer.footer .footer_bottom .nav {
    column-gap: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  body .modal .modal-dialog {
    max-width: 410px;
  }
  body .modal .modal-dialog .modal-content {
    padding: 40px 20px;
  }
  body .modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 24px;
  }
  body .modal .modal-dialog .modal-content .modal-header .btn-close {
    top: 14px;
    right: 14px;
  }
  body .modal .modal-dialog .modal-content .modal-body p {
    font-size: 16px;
  }
  body footer.footer .footer_top .nav .nav-item .nav-link {
    font-size: 16px;
  }
  body footer.footer .footer_top .list_social li a {
    height: 40px;
    line-height: 18px;
  }
  body footer.footer .footer_top .list_social li a img {
    height: 20px;
    width: 20px;
  }
  body footer.footer .footer_bottom .nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  body footer.footer .footer_bottom .nav {
    column-gap: 10px;
  }
  body footer.footer .footer_bottom .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  body footer .footer-top .navbar-brand {
    margin: 0 0 20px;
  }
  body footer .footer-top .center_area .navbar-nav {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
  }
  body footer .footer-top .center_area .navbar-nav .nav-item {
    width: calc(50% - 5px);
  }
  body footer .footer-top .center_area .banks {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
  }
  body footer .footer-top .center_area .banks img {
    height: 25px;
    width: calc(50% - 10px);
    object-fit: contain;
  }
}

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