/** main-footer **/

.main-footer {
  position: relative;
  background: #231f20;
}

.main-footer .widget-section {
  border-bottom: 1px solid #fff;
}

.main-footer .logo-widget p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
}

.main-footer .logo-widget .download-btn {
  position: relative;
  display: flex;
  align-items: center;
}
/*  */
.footer-text {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 20px;
}
.btn-footer {
  font-family: Roboto;
  font-size: 25px;
  font-weight: 400;
  line-height: 36.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  background-color: #03adcc;
  margin-left: 30px;
  border-radius: 37px;
  width: 199.07px;
  height: 52px;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-footer:hover {
  background-color: #ffffff;
  color: #03adcc;
}
.input-footer {
  background-color: #ffffff !important;
  border-radius: 37px !important;
}
.footer-one {
  margin-bottom: 100px;
}
.ul-text {
  font-family: Inter;
  font-size: 17px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 10px;
}
.ul-footer li {
  padding-bottom: 10px;
}
.ul-footer li a {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #c5cadb;
  margin-bottom: 5px;
}
.ul-footer li a:hover {
  color: #03adcc;
}
hr {
  margin-top: 80px;
}
.text-copy p,
.text-copy p small {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #c5cadb;
}

/*  */
.main-footer .logo-widget .download-btn a {
  position: relative;
  display: inline-block;
  width: 182px;
  background: #000;
  padding: 11px 20px 11px 55px;
  font-size: 18px;
  line-height: 20px;
  font-family: var(--title-font);
  font-weight: 600;
  color: #fff;
  margin-right: 15px;
  border-radius: 10px;
}

.main-footer .logo-widget .download-btn a:hover {
  background: var(--secondary-color);
}

.main-footer .logo-widget .download-btn a img {
  position: absolute;
  left: 16px;
  top: 13px;
}

.main-footer .logo-widget .download-btn a:last-child {
  margin: 0px !important;
}

.main-footer .logo-widget .download-btn a span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.main-footer .widget-title h4 {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}

.main-footer .links-widget .links-list li {
  position: relative;
  display: block;
}

.main-footer .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}

.main-footer .links-widget .links-list li a:hover {
}

.footer-bottom {
  position: relative;
  padding: 13px 0px;
}

.footer-bottom .bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .bottom-inner .copyright p {
  line-height: 28px;
  color: var(--title-color);
}

.footer-bottom .bottom-inner .copyright p a {
  display: inline-block;
}

.footer-bottom .bottom-inner .copyright p a:hover {
  text-decoration: underline;
}

.main-footer .social-links {
  position: relative;
  display: flex;
  align-items: center;
}

.main-footer .social-links li {
  margin-right: 15px;
}

.main-footer .social-links li:last-child {
  margin: 0px !important;
}

.main-footer .social-links li a {
  position: relative;
  display: inline-block;
  color: #fff;

  text-align: center;

  font-size: 20px;
}

.main-footer .social-links li a:hover {
  background: var(--secondary-color);
}

.main-footer .social-links li h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.main-footer.home-2 {
  background: #eff2e6;
}

.main-footer.light-footer {
  background: #1a1a1a;
}

.main-footer.light-footer .logo-widget p {
  color: #fff;
}

.main-footer.light-footer .social-links li a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.main-footer.light-footer .social-links li a:hover {
  background: #22522a;
}

.main-footer.light-footer .widget-title h4 {
  color: #fff;
}

.main-footer.light-footer .links-widget .links-list li a {
  color: rgba(255, 255, 255, 0.8);
}

.main-footer.light-footer .links-widget .links-list li a:hover {
}

.main-footer.light-footer .widget-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer.light-footer .footer-bottom .bottom-inner .copyright p {
  color: #fff;
}

.main-footer.light-footer .logo-widget .download-btn a {
  background: #fff;
  color: var(--title-color);
}

.main-footer.light-footer .social-links li h5 {
  color: #fff;
}

/** rtl-css **/

.rtl .main-footer .logo-widget .download-btn a {
  margin-right: 0px;
  margin-left: 15px;
}

.rtl .main-footer .logo-widget {
  margin-right: 0px;
  margin-left: 30px;
}

.rtl .main-footer .social-links li {
  margin-right: 0px;
  margin-left: 10px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {


  .main-footer .widget-section {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-bottom .bottom-inner {
    display: block;
    text-align: center;
  }

  .main-footer .social-links {
    justify-content: center;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
  .main-footer .logo-widget .download-btn {
    display: block;
  }

  .main-footer .logo-widget .download-btn a {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .rtl .main-footer .logo-widget .download-btn a {
    margin-left: 0px;
  }
}
