
#footer{
  width: 100%;
      background: url(../images/images/footer-bg.jpg) center center / cover no-repeat;
   
      background-color: #0c2247;
  float: left;
}

.footer-container {
 display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 55px auto 29px auto;
    justify-content: space-between;
    gap: 58px;
}

footer {

  color: #ffffff;

  padding: 50px 0px;
  font-family: Arial, sans-serif;
}

.footer_section {
  width: 100%;
  float: left;
  background-color: #363b40;
}

.footer_section_contenar {
  width: 64%;
  margin: 10px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footer_section_contenar p {
  margin: 0;
  font-size: 14px;
  color: white;
 
}

.social_icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social_icons p {
  margin-right: 10px;
  font-size: 14px;
  color: white;
}

.social_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  color: black;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}

.social_icon:hover {
  background-color: #0c2247;
  color: white;
}


/* Each column */
.footer-column {
  /* flex: 1 1 250px; */
  min-width: 200px;
}

.footer-column h3 {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 1px;
   font-family: "Ancizar Serif", serif;
   font-weight: 700;
}

.footer-column p,
.footer-column a {
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.6;
  margin: 10px 0px;
  font-family: "Poppins", sans-serif;
}

.footer-column a:hover {
  color: #ffffff;
}

/* Social Icons */
.footer-social {
margin-top: 157px;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  background-color: #ffffff;
 /* color: #000000;
 */ width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  transition: 0.3s ease;
}

.footer-social a:hover {
  background-color: #e9e9e9;
  color: #ffffff;
  border: 1px solid white;
}

/* Horizontal line */
.footer-bottom hr {
    border: none;
    border-top: 2px solid white;
    /* margin: 30px 0; */
    width: 100%;
    margin: 0 auto;
}

.footer-bottom p {
  display: inline;
  float: left;
  margin-top: 30px;
}

/* Footer Bottom Text */
.footer-bottom {
  text-align: center;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
}

.footer-bottom span {
  font-size: 13px;
  float: right;
  margin-top: 30px;
}

.footer-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-logo img {

  height: auto;
}


@media only screen and (min-width: 301px) and (max-width: 1000px) {

.footer-column p, .footer-column a {
    font-size: 14px;
}
 .footer-container {

    gap: 7px;
}
.footer-bottom hr {

    width: 90%;
}
.footer-social {
    margin-top: 17px;
}
.footer-logo img {
    height: auto;
    width: 90% !important;

}
}

@media only screen and (min-width: 301px) and (max-width: 1500px) {

  .footer-container {
    padding: 0px 14px;
}

}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .footer-column {
    flex: 1 1 226px;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {
.footer-social {
    margin-top: 49px;
}
.footer-column {
    flex: 1 1 204px;
  }

}
@media only screen and (min-width: 901px) and (max-width: 1000px) {

  .footer-container {
    gap: 18px;
  }
  .footer-social {
    margin-top: 49px;
}
.footer-column p, .footer-column a {
    font-size: 14px;
}
}


@media only screen and (min-width: 801px) and (max-width: 900px) {

  .footer-container {
           gap: 59px
  }
  .footer-column p, .footer-column a {
    font-size: 14px;
}
  .footer-social {
        margin-top: 17px;
    }
    
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {

.footer-container {
    gap: 35px;
}

.footer-column p, .footer-column a {
    font-size: 14px;
}

}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {

.footer-container {
    display: flex
;
    flex-wrap: wrap;
    width: 85%;
    margin: 55px auto 29px auto;
    justify-content: space-between;
    gap: 46px;
}

.footer-column p, .footer-column a {
    font-size: 14px;
}

}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

.footer-container {
    display: flex
;
    flex-wrap: wrap;
    width: 85%;
    margin: 55px auto 29px auto;
    justify-content: space-between;
    gap: 46px;
}

.footer-column p, .footer-column a {
    font-size: 16px;
}



}



