@import "nullstyle.css";
@import "variables.css";

.footer {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.logo {
  padding: 20px 0;
  background-color: #ffff;
}

.foo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.logo1 {
  float: left;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 15rem;
}
.logo1 img {
  width: 100%;
  height: auto;
}
.logo2 {
    float: left;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 15rem;
}
.logo2 img {
    width: 60%;
    height: auto;
}
.footer-banners__item {
  position: relative;
  vertical-align: middle;
}

.link__container {
  background-color: #ffff;
}

.link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
  align-items: center;
}

.link1 {
  float: left;
  text-align: center;
  padding: 10px 10px;
  display: flex;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  /* width: 10%; */
  text-decoration: underline;
  white-space: nowrap;

  
}

.link1 img {
  width: 50%;
  height: auto;
}
.link-image {
  color: var(--dark-color);
}
.link-image:hover {
  color: var(--dark-gray);
}
.main {
  background-color: #203873;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer__info-col--1 {
  width: 35%;
}
.footer__info-col--2 {
  width: 35%;
}
.footer__info-col--3 {
  width: 30%;
  text-align: center;
}

.footer__info-col {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  color: var(--light-color);
}

.footer__info-col i {
  font-size: 25px;
  color: var(--light-color);
}

.footer_bottom {
  color: white;
  padding: 10px 0;
  background-color: #203873;
  text-align: center;
}

.fa-brands:hover {
  color: var(--dark-gray);
}

.bold_text {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}

.base_text {
  font-weight: 300;
  margin-bottom: 12px;
}

.linkk {
  color: var(--light-color);
  text-decoration: underline;
}

.linkk:hover {
  color: var(--dark-gray);
  text-decoration: underline;
}

.foo {
  width: 100%;
  height: 100%;
}
@media (max-width: 1040.98px) {
  .footer__info-row {
    padding: 10px 10px;
    font-size: 16px;
  }
}

@media (max-width: 500.98px) {
  .foo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .logo1 {
    width: 90%;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
  }

  .logo1 img {
    width: 70%;
    height: auto;
  }
  .row {
    display: flex;
    flex-direction: column;
  }
  .footer__info-col--1 {
    width: 100%;
  }
  .footer__info-col--2 {
    width: 100%;
  }
  .footer__info-col--3 {
    width: 100%;
  }
  .link {
    display: flex;
    flex-direction: column;
  }
  .link1 {
    width: 100%;
  }
  .link1 img {
    width: 35%;
    height: auto;
  }
  .footer__info-row {
    padding: 10px 10px;
  }
}
