/* Footer Styles */
.footer {
  width: 100%;
  color: #fff;
  position: relative;
  background-color: #211c28;
}
.footer .logo img {
  width: 43px;
}
.footer .logo .logo-text {
  color: #fff;
  font-size: 22px;
}

/* Pri Footer Styles */
.pri-footer {
  overflow: hidden;
}
.pri-footer h3,
.pri-footer h4 {
  color: #fff;
  margin: 0 0 15px;
}
@media (min-width: 992px) {
  .pri-footer .footer-col {
    max-width: 600px;
  }
}
.pri-footer p {
  color: #e3e3e3;
}
@media (min-width: 1200px) {
  .pri-footer p {
    font-size: 18px;
  }
}

/* Form Subscribe Styles */
.form-subscribe {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .form-subscribe {
    padding: 25px 0 0;
  }
}
.form-subscribe form {
  display: flex;
  gap: 10px;
}
.form-subscribe .form-control {
  padding: 10px 15px;
  box-shadow: 0 4px 0 rgba(68, 68, 68, 0.8);
}
@media (min-width: 768px) {
  .form-subscribe .form-control {
    padding: 10px 18px;
  }
}
@media (min-width: 1200px) {
  .form-subscribe .form-control {
    padding: 12px 25px;
  }
}
.form-subscribe .form-control::placeholder {
  color: #444;
}
.form-subscribe .btn {
  font-size: 14px;
  min-width: 105px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .form-subscribe .btn {
    font-size: 15px;
    min-width: 120px;
  }
}
@media (min-width: 992px) {
  .form-subscribe .btn {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .form-subscribe .btn {
    min-width: 165px;
  }
}

/* Footer Links Styles */
.footer-links {
  padding: 10px 0 0 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-links li {
  margin-bottom: 0;
}
.footer-links li a {
  color: #e3e3e3;
  display: inline-block;
}
.footer-links li a:hover {
  color: #08f2ea;
}

/* Contact List Styles */
.contact-list {
  list-style: none;
  padding: 0;
  margin: -7px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 576px) {
  .contact-list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 20px;
    margin: 0;
  }
}
.contact-list li {
  width: 50%;
  padding: 7px;
}
@media (min-width: 576px) {
  .contact-list li {
    width: 100%;
    padding: 0;
  }
}
.contact-list .subtitle {
  display: block;
  font-weight: 600;
  color: #fff;
}
.contact-list a {
  display: inline-block;
  color: #b4b4b4;
}
.contact-list a:hover {
  color: #08f2ea;
}
.contact-list address {
  margin: 0;
  color: #b4b4b4;
  font-style: normal;
}

/* Sec Footer Styles */
.sec-footer {
  border-top: 1px solid #535353;
}
.sec-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec-footer .container {
    flex-direction: row;
  }
}
.sec-footer .copyrights {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .sec-footer .copyrights {
    text-align: left;
  }
}
.sec-footer .copyrights a {
  color: #fff;
}
.sec-footer .copyrights a:hover {
  color: #08f2ea;
}

/* Social Networks Styles */
.social-networks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-networks li {
  margin-bottom: 0;
}
.social-networks li a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.social-networks li a:hover {
  color: #08f2ea;
}

/* Footer Theme 2 Styles */
.footer-theme-2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/bg-footer.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 0.05;
}
.footer-theme-2 .container {
  position: relative;
  z-index: 1;
}
.footer-theme-2 .section-header {
  max-width: 810px;
}
.footer-theme-2 .section-header .h1 {
  font-weight: 400;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 1550px) {
  .footer-theme-2 .section-header .h1 {
    font-size: 96px;
  }
}
.footer-theme-2 .section-header p {
  color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 1375px) {
  .footer-theme-2 .section-header p {
    font-size: 20px;
  }
}
.footer-theme-2 .footer-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 70px 20px 20px;
  position: relative;
  height: 100%;
}
@media (min-width: 1200px) {
  .footer-theme-2 .footer-box {
    padding: 25px 85px 25px 25px;
  }
}
@media (min-width: 1375px) {
  .footer-theme-2 .footer-box {
    padding: 25px 95px 25px 50px;
  }
}
.footer-theme-2 .footer-box .icon {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #d0c2f5;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .footer-theme-2 .footer-box .icon {
    width: 54px;
    height: 54px;
    right: 20px;
    top: 20px;
    border-radius: 20px;
  }
}
.footer-theme-2 .footer-box .icon img {
  transform: scale(0.9);
}
@media (min-width: 1200px) {
  .footer-theme-2 .footer-box .icon img {
    transform: scale(1);
  }
}
.footer-theme-2 .footer-box h4 {
  color: #000;
}
.footer-theme-2 .footer-box p {
  color: #444;
  margin: 0 0 6px;
}
.footer-theme-2 .footer-box p:last-child {
  margin-bottom: 0;
}
.footer-theme-2 .footer-box p a {
  color: currentColor;
}
.footer-theme-2 .footer-box p a:hover {
  color: #000;
}
.footer-theme-2 .footer-links {
  list-style: none;
  flex-direction: row;
  padding-left: 0;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-theme-2 .footer-links {
    gap: 27px;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .footer-theme-2 .footer-links {
    gap: 35px;
  }
}
@media (min-width: 1375px) {
  .footer-theme-2 .footer-links {
    gap: 40px;
  }
}
.footer-theme-2 .sec-footer .container {
  justify-content: center;
}

.footer-theme-3 {
  overflow: hidden;
  background: url("../images/background-footer.jpg") no-repeat;
  background-size: 100% 100%;
  letter-spacing: 0.5px;
}
.footer-theme-3 .h5 {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.25;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .footer-theme-3 .h5 {
    font-size: 21px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .footer-theme-3 .h5 {
    font-size: 26px;
  }
}
.footer-theme-3 .h5:before {
  width: 42px;
  height: 3px;
  background: #200df2;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.footer-theme-3 .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
  gap: 0;
}
@media (max-width: 575.98px) {
  .footer-theme-3 .footer-links {
    font-size: 13px;
  }
}
.footer-theme-3 .footer-links li {
  padding: 5px 0 5px 20px;
  position: relative;
}
@media (max-width: 575.98px) {
  .footer-theme-3 .footer-links li {
    padding: 3px 0 3px 20px;
  }
}
.footer-theme-3 .footer-links li:before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  top: 11px;
  background: url("../images/forward-icon.svg") no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 576px) {
  .footer-theme-3 .footer-links li:before {
    top: 15px;
  }
}
@media (min-width: 992px) {
  .footer-theme-3 .footer-links li:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.footer-theme-3 .footer-links li a {
  color: #bcbcbc;
  display: inline-block;
}
.footer-theme-3 .footer-links li a:hover {
  color: #fff;
}
.footer-theme-3 .footer-head {
  border-bottom: 1px solid #2b2b2b;
}
.footer-theme-3 .footer-head .logo {
  margin: 0 0 30px;
}
@media (min-width: 1200px) {
  .footer-theme-3 .footer-head .logo {
    margin: 0 30px 0 0;
  }
}
.footer-theme-3 .sec-footer {
  border-top: 1px solid #2b2b2b;
  font-weight: 300;
}
.footer-theme-3 .sec-footer p a:hover {
  color: #200df2;
}
.footer-theme-3 .social-networks {
  font-size: 16px;
  margin: 0 0 45px;
}
@media (min-width: 768px) {
  .footer-theme-3 .social-networks {
    margin: 0;
  }
}
.footer-theme-3 .social-networks li a {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 100%;
}
.footer-theme-3 .social-networks li a:hover {
  color: #fff;
  background: #200df2;
  border-color: #200df2;
}
.footer-theme-3 .newsletter-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .footer-theme-3 .newsletter-box {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
.footer-theme-3 .newsletter-box .title {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-left: 42px;
  margin-right: 20px;
  min-width: 262px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .footer-theme-3 .newsletter-box .title {
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .footer-theme-3 .newsletter-box .title {
    margin: 25px 15px 0 0;
  }
}
.footer-theme-3 .newsletter-box .title:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  content: "";
  background: url("../images/paper-plane.svg") no-repeat;
  background-size: 100% 100%;
}
.footer-theme-3 .form-newsletter {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .footer-theme-3 .form-newsletter {
    max-width: 485px;
  }
}
.footer-theme-3 .form-newsletter .form-control {
  border-radius: 5px;
  background: transparent;
  border: 1px solid #b1b1b1;
  font-size: 16px;
  width: 100%;
  color: #fff;
  padding-right: 130px;
  height: 71px;
}
@media (min-width: 768px) {
  .footer-theme-3 .form-newsletter .form-control {
    padding-left: 25px;
    padding-right: 170px;
  }
}
.footer-theme-3 .form-newsletter .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-theme-3 .form-newsletter .btn {
  width: 105px;
  height: 50px;
  font-size: 16px;
  min-width: inherit;
  top: 11px;
  right: 10px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .footer-theme-3 .form-newsletter .btn {
    width: 140px;
  }
}