/** main-footer **/

.main-footer {
  position: relative;
  /* background: #F7F7F7; */
  background: black;
}

.main-footer .widget-title {
  position: relative;
  display: block;
}

.main-footer .widget-title h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.main-footer .links-widget .links-list {
}

.main-footer .links-widget .links-list li {
  position: relative;
  display: block;
  /* margin-bottom: 11px; */
  /* background-color: blue; */
}

.main-footer .links-list .links-ul {
  display: flex;
  width: 100%;
  align-items: start;
}

.main-footer .links-widget .links-list ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  align-items: start;
  margin-block: 20px;
  /* margin-left: 120px; */
  gap: 5px;
}

.main-footer .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  /* color: var(--title-color); */
  color: rgb(190, 190, 190);
}

.main-footer .links-widget .links-list li a:hover {
  color: white;
}

.main-footer .logo-widget .widget-content {
  position: relative;
  display: block;
  /* background: #fff; */
  /* border: 1px solid #e5e5e5; */
  border-radius: 10px;
  padding: 40px;
  padding-bottom: 30px;
  color: white;
}

.main-footer .logo-widget .widget-content p {
  font-size: 14px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 23px;
  margin-top: 10px;
  color: white;
}

.main-footer .logo-widget .widget-content .scanner-box {
  position: relative;
  display: block;
  background: rgba(247, 247, 247, 1);
  border-radius: 10px;
  padding: 33px 15px;
}

.main-footer .download-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.main-footer .download-list li:last-child {
  margin: 0px !important;
}

.main-footer .download-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 50px;
  line-height: 60px;
  background: #383838;
  border-radius: 10px;
  font-size: 30px;
  color: #fff;
}

.main-footer .download-list li a:hover {
}

.footer-bottom .logo-widget {
  /* width: 100%; */
}

.main-footer .download-list li:nth-child(2) a {
  background: #fff;
  border: 1px solid #e5e5e5;
}

.main-footer .download-list li:nth-child(3) a {
  background: #90c300;
}

.main-footer .footer-lower {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}

.main-footer .footer-card {
  position: relative;
}

.main-footer .footer-card li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.main-footer .footer-card li:last-child {
  margin: 0px !important;
}

.main-footer .footer-card li h4 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}

.main-footer .footer-card li a {
  position: relative;
  display: inline-block;
}

.main-footer .widget-section {
  border-bottom: 1px solid #e5e5e5;
}

.footer-bottom {
  position: relative;
  padding: 18px 0px;
  color: white;
}

.footer-bottom .links-widget {
  width: 100%;
}

.footer-bottom .bottom-inner {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-around;
}

.footer-bottom .bottom-inner p {
  font-size: 16px;
  line-height: 26px;
  color: white;
}

.footer-bottom .bottom-inner p a {
  display: inline-block;
  font-weight: 600;
}

.footer-bottom .bottom-inner p a:hover {
  text-decoration: underline;
}

.footer-bottom .contact-info-footer {
  margin-block: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: start;
}

.footer-bottom .contact-info-footer div {
  display: flex;
  align-items: start;
  gap: 8px;
  justify-content: start;
  text-align: start;
}

.footer-bottom .contact-info-footer div p {
  padding: 0px;
  margin: 0px;
}

.footer-bottom .contact-info-footer .icon-box {
  padding: 5px;
  background: white;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  aspect-ratio: 1;
}

.footer-bottom .contact-info-footer .icon-box i {
  color: #22823a;
  margin: auto;
  font-size: 20px;
  aspect-ratio: 1;
}

.footer-small-text {
  width: 90%;
  margin-inline: auto;
  font-size: 12px;
  color: rgb(210, 210, 210);
}

.main-footer .social-links {
  position: relative;
  display: flex;
  align-items: center;
}

.main-footer .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.main-footer .social-links li:last-child {
  margin: 0px !important;
}

.main-footer .social-links li a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 48px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--title-color);
}

.main-footer .social-links li a:hover {
  color: #fff;
}

.dark_home .main-footer {
  background: transparent;
}

.dark_home .main-footer .widget-title h3 {
  color: #fff;
}

.dark_home .main-footer .links-widget .links-list li a {
  color: #fff;
}

.dark_home .main-footer .logo-widget .widget-content,
.dark_home .main-footer .logo-widget .widget-content .scanner-box {
  background: linear-gradient(
    110.34deg,
    rgba(255, 255, 255, 0.175) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  border: 0px;
}

.dark_home .main-footer .logo-widget .widget-content p {
  color: #fff;
}

.dark_home .main-footer .footer-card li h4 {
  color: #fff;
}

.dark_home .main-footer .widget-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dark_home .footer-bottom .bottom-inner p {
  color: rgba(255, 255, 255, 0.8);
}

.main-footer .social-links li h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.dark_home .main-footer .social-links li h5 {
  color: #fff;
}

/** rtl-css **/

.rtl .main-footer .download-list li,
.rtl .main-footer .footer-card li {
  margin-right: 0px;
  margin-left: 10px;
  float: right;
}

.rtl .main-footer .logo-widget {
  margin-left: 0px;
  margin-right: 80px;
}

.rtl .main-footer .social-links li {
  margin-right: 0px;
  margin-left: 10px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
  .main-footer .logo-widget {
    margin-left: 0px;
  }

  .rtl .main-footer .logo-widget {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-widget {
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .footer-lower {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .main-footer .widget-section {
    padding-bottom: 50px;
  }

  .footer-bottom .logo-widget {
    width: 100%;
    margin-top: 10px !important;
  }

  .footer-bottom .links-widget {
    width: 100%;
  }

  .main-footer .links-widget .links-list ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: start;
    margin-left: 20px;
  }
  .main-footer .links-widget .links-list {
    /* display: none; */
    flex-direction: row;
    flex-wrap: wrap;
    /* fle */
  }
  .main-footer .links-widget .links-list ul {
    /* display: none; */
    flex-direction: column;
    width: 50%;
  }

  .contact-info-footer {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .main-footer .footer-lower {
    display: block;
  }

  .main-footer .footer-card {
    margin-top: 20px;
  }

  .footer-bottom .bottom-inner {
    display: block;
    text-align: center;
  }

  .main-footer .social-links {
    justify-content: center;
    margin-top: 15px;
  }

  .main-footer .footer-card li {
    margin-bottom: 10px;
  }
  
}

@media only screen and (max-width: 599px) {
  .footer-small-text {
    font-size: 10px;
  }
}

@media only screen and (max-width: 499px) {
  .main-footer .logo-widget .widget-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
