.footer-wrapper {
  padding-top: 40px;
  border-radius: 50px 50px 0 0;
  box-shadow: 0px -3px 34px #00cf6ab8;
  background: #ffffff;
}

.footer-wrapper .footer-box {
  border-radius: 25px;
  padding: 40px 0px;
}

.footer-wrapper .footer-box .footer-logo {
  width: 90%;
}
.footer-wrapper .footer-box .footer-logo .logo-img {
  width: 100%;
  height: 100%;
}
.footer-wrapper .footer-box .col-lg-4 {
  margin-top: -45px;
}

.footer-wrapper .footer-box .footer-text {
  font-size: 16px;
  color: #343434;
  margin: 25px 0 52px;
}
.footer-wrapper .footer-box .footer-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Orbitron", sans-serif;
  padding-left: 10px;
  display: inline-block;
  padding-bottom: 5px;
  color: #000000;
  letter-spacing: 4px;
  position: relative;
  margin-bottom: 30px;
}
.footer-wrapper .footer-box .footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;

  width: 40%;
  height: 2px;
  background: transparent linear-gradient(268deg, #2aa959 0%, #1375a6 100%) 0%
    0% no-repeat padding-box;
}

.footer-wrapper .footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-wrapper .footer-box a {
  text-decoration: none;
  color: inherit;
}

.footer-wrapper .footer-box ul li {
  font-size: 16px;
  color: #343434;
  margin-bottom: 15px;
  cursor: pointer;
}

.footer-wrapper .footer-box .contact-item {
  font-size: 16px;
  color: #343434;
  display: flex;
  margin-bottom: 10px;
}
.footer-wrapper .footer-box .contact-item .info {
  display: flex;
  flex-direction: column;
}

.footer-wrapper .footer-box .contact-item .info .highlight-text {
  font-weight: 600;
  color: #343434;
}
.footer-wrapper .footer-box .contact-item .contact-icons {
  background-color: #343434;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  padding: 3px;
  aspect-ratio: 1/1;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
}
.footer-wrapper .footer-box .contact-item svg {
  font-size: 11px;
}

.footer-wrapper .footer-box .social-icons {
  margin-top: 45px;
  display: flex;
  gap: 15px;
}

.footer-wrapper .footer-box .social-icons svg {
  cursor: pointer;
  font-size: 25px;
  color: #242424;
  transition: 0.3s;
}

.footer-wrapper .footer-bottom {
  margin-top: 10px;
  background: transparent linear-gradient(91deg, #26a165 0%, #1375a5 100%) 0% 0%
    no-repeat padding-box;
  text-align: center;
  color: #fff;
  padding: 8px;
  font-size: 13px;
}

.footer-wrapper .footer-bottom .copy-right {
  margin: 0px;
  font-size: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-box .col-lg-4 {
    margin-top: -29px;
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .footer-wrapper .footer-box .col-lg-4 {
    margin-top: 0px;
  }
  .footer-wrapper {
    padding-top: 30px;
    border-radius: 30px 30px 0 0;
  }
  .footer-wrapper .footer-box {
    padding: 25px 15px;
  }
  .footer-wrapper .footer-box .row > div {
    margin-bottom: 25px;
  }

  .footer-wrapper .footer-box .social-icons {
    margin-top: 20px;
  }
  .footer-wrapper .footer-box .social-icons svg {
    font-size: 20px;
  }
  .footer-wrapper .footer-box .footer-title {
    margin-bottom: 21px;
  }
  .footer-wrapper .footer-box .footer-text {
    margin: 15px 0 20px;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .footer-wrapper .footer-box .col-lg-4 {
    margin-top: 0px;
  }
  .footer-wrapper .footer-box .footer-logo {
    width: 60%;
    margin: auto;
  }
  .footer-wrapper {
    border-radius: 20px 20px 0 0;
  }
  .footer-wrapper .footer-box {
    text-align: center;
    padding: 0;
  }
  .footer-wrapper .footer-box .footer-logo h3 {
    font-size: 18px;
  }

  .footer-wrapper .footer-box .footer-title {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .footer-wrapper .footer-bottom {
    font-size: 11px;
    padding: 10px;
  }
  .footer-wrapper .footer-box .social-icons {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .footer-wrapper .footer-box ul li {
    font-size: 15px;

    margin-bottom: 10px;
  }
  .footer-wrapper .footer-box .contact-item {
    justify-content: center;
  }
  .footer-wrapper .footer-box .contact-item .info {
    flex-direction: row;
    gap: 5px;
  }
  .footer-wrapper .footer-box .contact-item {
    font-size: 15px;
  }
  .footer-wrapper .footer-box .contact-item svg {
    font-size: 9px;
  }
  .footer-wrapper .footer-box .contact-item .contact-icons {
    height: 17px;
    width: 17px;
  }

  .footer-wrapper .footer-bottom .copy-right {
    font-size: 10px;
  }
  .footer-wrapper .footer-box .footer-text {
    font-size: 15px;
    margin: 11px 0;
  }
}
