@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Poppins, Arial, sans-serif;
  background-color: #080a0d;
  color: #d4dbe4;
  font-size: 16px;
  font-weight: 500;
}

#footer {
  display: flex;
  flex-direction: row;
  padding: 50px;
  background-color: #042857;
  height: 100vh;
}

.footer-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.footer-left h2 {
  font-size: 45px;
  line-height: auto;
  justify-content: center;
  text-align: center;
}

.footer-left h2 span {
  color: #d3ac00;
}

.footer-left h3 {
  font-size: 30px;
  line-height: auto;
  text-align: center;
}

.footer-left h3 span {
  color: #d3ac00;
}

.section-1 {
  display: flex;
  flex-direction: column;
  height: 300px;
  width: 80%;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #062D61;
  box-shadow: 25px 25px 0  0 #00000048;
  min-width: 400px;
  max-width: auto;
  margin-top: 50px;
}

.icon-section { 
  flex: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-1 .icon-section i {
  font-size: 105px;
  color: white;
}

.section-1 h4 {
  color: white;
}

.font-section {
  flex: 20%;
}

.font-section h4 {
  font-size: 20px;
  text-align: center;
}

.font-section span {
  color: #d3ac00;
}

.section-1 h2 {
  font-size: 30px;
  letter-spacing: -1.5px;
}

.section-1 h2 span {
  font-weight: 600;
  color: #d3ac00;
}

.footer-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-top: 35px;
}

.sections {
  flex: 88%;
}

.section-2 {
  display: flex;
  flex: 44%;
  flex-direction: column;
  height: 200px;
  width: 80%;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #2d2e3240;
  background-color: #062D61;
  box-shadow: 17.5px 17.5px 0  0 #00000048;
  min-width: 400px;
  max-width: auto;
  margin: 20px;
  margin-bottom: 50px;
}

.section-2 h2 {
  font-size: 30px;
  letter-spacing: -1.5px;
}

.section-2 h4 {
  color: ffffff;
}

.section-3 {
  display: flex;
  flex: 44%;
  flex-direction: column;
  height: 200px;
  width: 80%;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #2d2e3240;
  background-color: #062D61;
  box-shadow: 17.5px 17.5px 0  0 #00000048;
  min-width: 400px;
  max-width: auto;
  margin: 20px;
}

.section-3 h2 {
  font-size: 30px;
  letter-spacing: -1.5px;
}

.section-3 h2 {
  font-weight: 600;
  color: #062d61;
}

.section-3 h4 {
  color: ffffff;
}

.section-3 .font-section span {
  color: d3ac00;
}

.section-2 .icon-section i, .section-3 .icon-section i {
  font-size: 65px;
  color: white;
}

.footer-back {
  display: flex;
  flex: 12%;
  text-decoration: none;
  color: white;
}

.footer-back a {
  font-size: 20px;
  margin-top: auto;
  text-decoration: none;
  color: #ffffff;
}

@media screen and (max-width: 1050px) {
  #footer {
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
    height: 100vh;
  }

  .footer-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 45px 45px 45px;
  }

  .footer-left h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .footer-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -35px;
  }

  .sections {
    display: flex;
    justify-content: space-between;
  }
  
  .section-1 {
    height: 210px;
    margin-top: 25px;
    min-width: 100px;
    min-height: auto;
  }

  .section-2, .section-3 {
    height: 190px;
    min-width: 300px;
    max-width: auto;
  }

  .footer-back {
    font-size: 15px;
  }
}

@media screen and (max-width: 865px) {
  .section-1 .icon-section i {
    font-size: 75px;
    color: white;
  }
  
  .section-2, .section-3 {
    height: 150px;
    min-width: 300px;
    max-width: auto;
  }

  .section-2 .icon-section i, .section-3 .icon-section i {
    font-size: 50px;
    color: white;
  }
}

@media screen and (max-width: 755px) {
  .footer-left h2 {
    font-size: 30px;
    margin-bottom: auto;
  }
  .footer-left h3 {
    font-size: 20px;
    margin-bottom: auto;
  }

  .section-1 {
    height: 200px;
  }

  .section-2, .section-3 {
    height: 150px;
  }
}

@media screen and (max-width: 685px) {
  .section-1 {
    height: 200px;
  }

  .section-1 h4 {
    font-size: 12.5px;
  }

  .section-2, .section-3 {
    height: 150px;
    min-width: 150px;
    max-width: 300px;
  }

  .section-2 h4, .section-3 h4{
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  .section-2, .section-3 {
    min-width: 130px;
  }
}