.ft-footer {
  background: #256355;
  padding: 50px 0 22px;
}

.ft-section {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.ft-brand-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ft-brand-img{
  height: 65px;
}
.ft-social-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ft-social-item {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 7px;
  cursor: pointer;
  transition: 0.2s;
}

.ft-social-item:hover {
  background: rgba(255, 255, 255, 0.17);
}

.ft-download-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 24px;
  max-width: 845px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(
    180deg,
    rgba(10, 30, 61, 0.17) 32.08%,
    rgba(73, 189, 115, 0.44) 173.13%
  );
}

.ft-download-item {
  flex: 1;
  min-width: 300px;
  display: flex;
  gap: 13px;
}

.ft-download-thumb img {
  width: 139px;
  height: 78px;
  object-fit: cover;
  border-radius: 4.5px;
}

.ft-download-title {
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.706px;
  letter-spacing: -0.32px;
  margin-bottom: 9px;
}

.ft-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #49bd73;
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  text-decoration: none;
}

.ft-download-btn:hover {
  opacity: 0.7;
}

.ft-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.5fr 1.5fr 1fr;
  gap: 50px;
  margin: 40px 0 30px;
}

.ft-description {
  color: rgba(255, 255, 255, 0.66);
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 267px;
}
.ft-description-2 {
  color: rgba(255, 255, 255, 0.66);
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 267px;
  display: none;
}

.ft-footer-heading {
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.706px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ft-link-list a,
.ft-service-list a {
  display: block;
  margin-bottom: 10px;
  color: rgba(235, 244, 238, 0.77);
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.32px;
  text-decoration: none;
  transition: 0.2s;
}

.ft-link-list a:hover,
.ft-service-list a:hover {
  color: #49bd73;
}

.ft-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  color: rgba(235, 244, 238, 0.77);
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.32px;
}
.ft-contact-item svg{
  margin-top: 3px;
}
.ft-flag-icon img {
  width: 29px;
}

.ft-contact-item a {
  color: rgba(235, 244, 238, 0.77);
  text-decoration: none;
}

.ft-contact-item a:hover {
  color: #49bd73;
}

.ft-qr-section {
  display: inline-flex;
  padding: 17px 22px;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 18px; */
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  height: fit-content;
  width: fit-content;
}

.ft-qr-img {
  max-width: 140px;
  margin-bottom: 18px;
}

.ft-qr-caption {
  color: #fff;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.38px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ft-qr-text {
  color: #fff;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 14px;
  font-style: normal;
  line-height: 17px;
  margin: 0;
  max-width: 140px;
}

.ft-footer-bottom {
  padding: 22px 0 0px;
  color: rgba(235, 244, 238, 0.77);
  font-family: "BDO Grotesk";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.3px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.ft-footer-bottom a {
  color: rgba(235, 244, 238, 0.77);
  font-family: "BDO Grotesk";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.3px;
}
.ft-footer-bottom a:hover {
  color: #49bd73;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .ft-description {
    display: none;
  }
  .ft-description-2 {
    display: block;
  }
  .ft-footer-grid {
    grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
  }
}
@media (max-width: 991px) {
  .ft-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .ft-footer {
    padding: 50px 0 20px;
  }
  .ft-section {
    flex-direction: column;
    gap: 30px;
  }
  .ft-brand-section {
    gap: 24px;
  }
  .ft-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ft-description-2 {
    max-width: auto;
  }
  .ft-download-list {
    padding: 24px;
    gap: 30px;
  }
  .ft-download-item {
    align-items: flex-start;
  }
}
