.footer-nw {
  display: block;
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  padding: 35px 0px;
  box-sizing: border-box;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgb(241, 241, 241));
}

.footer-flex-nw {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  gap: 45px 45px;
  justify-content: space-between;
}

.ft-logo-image {
  padding-bottom: 13.79px;
}

.ft-light {
  color: #0f1207;
  font-size: 12px;
  font-weight: 300;
  line-height: 13.79px;
}

.content-based-link {
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  color: rgb(15, 18, 7);
}
.content-based-link:hover {
  color: #fecc00;
}

.content-based-link-lable {
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  color: rgb(15, 18, 7);
}

.ft-nw-regular-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
  display: block;
  position: relative;
  padding-top: 6px;
}
.ft-nw-regular-link:hover {
  color: #fecc00;
}

.pad-bot-14-nw {
  padding-bottom: 14px;
}

.ft-link-nw-bg {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.38px;
  text-align: left;
}

.flex-icon-lable-ft {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  flex-wrap: nowrap;
}
.flex-icon-lable-ft .bold-sjsh {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.38px;
  text-align: left;
}
.flex-icon-lable-ft .lable-text-ft-gdh {
  padding-left: 9px;
}

.ft-support-btn-nw {
  text-decoration: none !important;
  flex: 1;
  align-self: flex-end;
  display: flex;
  position: relative;
  align-items: center;
  width: 210px;
  background-color: #fecc00;
  border-radius: 5px;
  height: 43px;
  justify-content: center;
  cursor: pointer;
  margin-top: 24px;
  border-bottom: 0px;
  border: 2px solid #fecc00;
  box-sizing: border-box;
}
.ft-support-btn-nw .btn-text-ft {
  font-weight: 700;
  font-size: 16px;
  line-height: 31px;
  text-transform: uppercase;
  margin-right: 10px;
}
.ft-support-btn-nw .btn-image-ft {
  align-items: center;
  padding-top: 1px;
}
.ft-support-btn-nw .btn-image-ft svg {
  fill: none;
}
.ft-support-btn-nw .btn-image-ft svg path {
  stroke: black;
}
.ft-support-btn-nw:hover {
  border-color: black;
  background-color: white;
}
.ft-support-btn-nw:hover .btn-image-ft svg {
  fill: black;
}

.flex-ft-nw-socials {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  gap: 0px 11px;
  padding-top: 23px;
}

.ft-social-link div svg rect {
  fill: black;
}
.ft-social-link div svg path {
  fill: white;
}
.ft-social-link:hover div svg rect {
  fill: #fecc00;
}
.ft-social-link:hover div svg path {
  fill: black;
}

.ft-lines-bottom-text {
  margin: 0px !important;
  padding: 0px 0px 3px 0px;
  font-size: 10px;
  font-weight: 400;
  line-height: 11.49px;
  text-align: left;
}
.ft-lines-bottom-text span {
  font-weight: 700;
}

.bottom-resrverd-text-contaeinr {
  padding-top: 29px;
}

#logo-ft-tdfg {
  width: 100%;
}

#footer-pc-view {
  display: block;
}

@media (max-width: 768px) {
  .footer-flex-nw {
    flex-direction: column;
  }
  
  .no-mobile-df-show{
    display:none !important;
  }
  .ft-light{
    display:none;   
  }
    .footer-nw {
      padding: 0px 0px 25px 0;
  }
}
@media (min-width: 1000px) {
  #logo-ft-tdfg {
    width: -moz-max-content;
    width: max-content;
  }
  .footer-flex-nw {
    flex-wrap: nowrap;
    gap: 0px 45px;
  }

  
}/*# sourceMappingURL=main-style.css.map */