.Footer {
  width: 100%;
  padding: 55px 50px 0;
  position: relative;
  overflow: hidden;

  background: #2c080a;

  border: none;

  box-shadow:
    0 -8px 25px rgba(44, 8, 10, 0.25),
    0 -2px 8px rgba(44, 8, 10, 0.15);

  z-index: 1;
}

.Footer::before {
  content: "";
  position: absolute;

  width: 350px;
  height: 350px;

  top: -180px;
  right: -100px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.08);

  background: transparent;

  pointer-events: none;
}

.Footer::after {
  content: "";
  position: absolute;

  width: 250px;
  height: 250px;

  bottom: -150px;
  left: -80px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.06);

  background: transparent;

  pointer-events: none;
}

.Footer .container {
  position: relative;
  z-index: 2;
}

.Footer .logo_holder {
  width: 160px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 8px;
  background: rgb(255 255 255 / 96%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.Footer .logo_holder .logo_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Footer .logo-bottom-text {
  max-width: 340px;
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.Footer .col_div .footer_section_title {
  position: relative;

  display: inline-block;

  margin-bottom: 14px;

  padding-bottom: 9px;

  color: #fff;

  font-size: 20px;
}

.Footer .col_div .footer_section_title::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 38px;
  height: 2px;

  background: #cda8a8;

  transition: width 0.3s ease;
}

.Footer .col_div:hover .footer_section_title::after {
  width: 65px;
}

.Footer .col_div .nav {
  display: flex;
  flex-direction: column;
}

.Footer .col_div .nav .nav-link {
  position: relative;

  width: fit-content;

  padding: 5px 0;

  color: #d8c3c3;

  font-size: 16px;
  
  transition: all 0.3s ease;
}

.Footer .col_div .nav .nav-link::before {
  content: "";

  position: absolute;

  left: 0;
  bottom: 3px;

  width: 0;
  height: 1px;

  background: #cda8a8;

  transition: width 0.3s ease;
}

.Footer .col_div .nav .nav-link:hover,
.Footer .col_div .nav .nav-link.active {
  color: #fff;

  padding-left: 8px;
}

.Footer .col_div .nav .nav-link:hover::before,
.Footer .col_div .nav .nav-link.active::before {
  width: 100%;
}

.Footer .col_div .footer_info_div {
  margin-bottom: 14px;

  padding-left: 12px;

  border-left: 2px solid rgba(255, 255, 255, 0.22);

  transition: all 0.3s ease;
}

.Footer .col_div .footer_info_div:hover {
  border-left-color: #cda8a8;

  transform: translateX(3px);
}

.Footer .col_div .footer_info_div .bold_text {
  display: inline-block;

  margin-bottom: 3px;

  font-size: 14px;
  font-weight: 700;
}

.Footer .col_div .footer_info_div .info_text {
  margin: 0;

  color: #d8c3c3;

  

  font-size: 14px;
  font-weight: 500;

  line-height: 1.6;
}

.Footer .custom_row {
  padding-bottom: 35px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.Footer .footer_bottom {
  min-height: 70px;

  padding: 16px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  flex-wrap: wrap;
}

.Footer .footer_bottom_left {
  color: #fff;

  

  font-size: 14px;
}

.Footer .footer_bottom_left a {
  margin-left: 3px;

  color: #fff;

  font-size: 14px;

  text-decoration: none !important;

  transition: all 0.3s ease;
}

.Footer .footer_bottom_left a:hover {
  color: #fff;

  text-decoration: underline !important;
}

.Footer .icons_holder {
  display: flex;
  align-items: center;

  gap: 10px;
}

.Footer .icon_div {
  width: 36px;
  height: 36px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.18);

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  transition: all 0.3s ease;
}

.Footer .icon_div:hover {
  background: #fff;

  transform: translateY(-4px);
}

.Footer .icon_div .img_holder {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.Footer .icon_div .icon_class {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.3s ease;
}

.Footer .icon_div:hover .icon_class {
  transform: scale(1.1);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .Footer .logo_holder {
    width: 125px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Footer {
    padding: 35px 0 0;
  }

  .Footer .fist-c {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    margin-bottom: 25px;
  }

  .Footer .fisrt_col {
    margin: auto;
  }

  .Footer .logo_holder {
    width: 180px;
    height: 90px;

    margin: 0 auto 15px;
  }

  .Footer .logo-bottom-text {
    max-width: 500px;

    font-size: 14px;
  }

  .Footer .col_div {
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .Footer {
    padding: 28px 0 0;
  }

  .Footer .logo_holder {
    width: 140px;
    height: 65px;
  }

  .Footer .logo-bottom-text {
    font-size: 13px;

    line-height: 1.6;
  }

  .Footer .col_div .footer_section_title {
    font-size: 15px;

    margin-bottom: 7px;

    padding-bottom: 7px;
  }

  .Footer .col_div .nav .nav-link {
    padding: 4px 0;

    font-size: 12px;
  }

  .Footer .col_div .footer_info_div {
    margin-bottom: 10px;

    padding-left: 9px;
  }

  .Footer .col_div .footer_info_div .bold_text {
    font-size: 12px;
  }

  .Footer .col_div .footer_info_div .info_text {
    font-size: 12px;
  }

  .Footer .custom_row {
    padding-bottom: 15px;
  }

  .Footer .footer_bottom {
    flex-direction: column;
    justify-content: center;

    padding: 11px 0;

    text-align: center;

    gap: 5px;
  }

  .Footer .icons_holder {
    gap: 2px;
  }

  .Footer .icon_div:hover {
    background: #fff;

    transform: translateY(0px);
  }

  .Footer .footer_bottom_left,
  .Footer .footer_bottom_left a {
    font-size: 11px;
  }

  .Footer .icons_holder {
    justify-content: center;
  }

  .Footer .icon_div {
    width: 32px;
    height: 32px;
  }
}
