/* ==========================================================================
   Footer section
   ========================================================================== */
footer {
  background:  #111;

}
#footer-Content {
  border-radius: 24px 24px 0px 0px;
  padding-bottom: 24px;
}


#footer-Content .footer-logo img {
  padding-top: 70px;

}

#footer-Content .form-control:focus {
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

#footer-Content .copyright {
  margin-top: 125px;
  border-top: 1px solid #3c1f6e;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer-Content .copyright p {
  color: #3ecf8e;
  font-size: 18px;
}

#footer-Content .copyright a {
  color: #ddd;
}

#footer-Content .widget p {
  color: #e2e2e2;
  font-size: 16px;
  line-height: 32px;
}

#footer-Content .widget .subscribe-area {
  position: relative;
  height: 40px;
  margin-top: 18px;
}

#footer-Content .widget .subscribe-area input[type=email] {
  background: #24153c;
  border: 1px solid #fff;
  color: #e2e2e2;
  font-size: 14px;
  font-style: italic;
  height: 38px;
}

#footer-Content .widget .subscribe-area span i {
  position: absolute;
  right: 0;
  width: 60px;
  height: 38px;
  color: #fff;
  top: 0;
  background: #3ecf8e;
  display: block;
  padding: 9px 20px;
  font-size: 18px;
  border-radius: 0px 4px 4px 0px;
}

#footer-Content h3.block-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

#footer-Content ul.menu li a {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#footer-Content ul.menu li a:hover {
  color: #3ecf8e;
  padding-left: 5px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.container-img {
  border-radius: 13.689px;
  background:  #FFF;
  width: 56px;
  height: 56px;
  flex-shrink: 0;

}
.img-footer {
 padding: 8.09px;

}

.logo-title-white {
  color:  #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.6px;
  margin-top: 8px;
}
.logo-text-white {
  font-family: 'Poppins', sans-serif;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin-top: 6px;
}
.footer-text {
  margin-top: 52px;
  margin-bottom: 24px;
  text-align: center;
  /*margin-bottom:24px;*/
  color: #D0D0D7;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.footer-line {
  width: 944px;
  height: 58px;
  flex-shrink: 0;
  border-top: 0.5px solid #43434E;
  margin-top: 48px;

}

.footer-copyright {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #B0B0BC;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.btn-share {
  justify-content: center;
  width: 137px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 1000px;
  display: flex;

  padding: 0 8px 0 16px;
  align-items: center;
  gap: -2px;

}
.btn-white {
  display: flex;
  align-items: center;
  color: #232329;
  /*margin-left: 57px;*/
  /*margin-right: 12px;*/
  padding: 0 6px;
  width: 155px;
  height: 32px;
  border-radius: 8px;
  background:  #FFF;
  gap: 4px;
  margin-top: 32px;

}
.btn-border {
  display: flex;
  height: 32px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;

  border: 1px solid #43434E;
  background: rgba(255, 255, 255, 0.00);
}

.btn-contact {
  padding: 12px 24px;
  color: #FFFFFF;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 16px;

}
.contact-hover:hover {
  background: linear-gradient(0deg, #43434E, #43434E),
  linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  color: #FFFFFF;

}

.btn-contact-share {
  /*text-align: left;*/
  padding: 12px 24px;
  color: #FFFFFF;
  /*box-sizing: border-box;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  cursor: pointer;
  margin-top: 16px;

}
.btn-contact:hover {
  color: #FFFFFF;
}

.btn-img-share {
  padding-bottom: 2px;
  padding-right: 7px;
}

.container-footer {
  display: flex;
  /*flex-direction: row;*/
  /*justify-content: flex-end;*/
  /*margin-top: 64px;*/
  border-radius: 16px;
  width: 360px;
  padding: 40px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*gap: 32px;*/
  border: 1px solid  #43434E;
  background: rgba(35, 35, 41, 0.50);
}

.container-padding {
  padding-top: 64px;
  padding-right: 0;
  padding-left: 0;
}
.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
