* {
  margin: 0%;
  padding: 0%;
}
header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background-color: black;
  align-items: center;
  padding:0 20px;
}
.logo {
  width: 200px;
}
.nav-main{
display: flex;
gap: 10px;
}
.nav-links-1 {
  padding: 10px !important ;
}

/* SECTION 1 */
.section-1-imgs {
  width: 250px;
}
.btn-div {
  display: block !important;
  margin: 30px auto !important;
}

/* SECTION TWO  */
.section-2-main {
  gap: 30px;
}

/* FOOTER  */
.footer-main {
  padding: 20px 0px;
  display: flex;
  justify-content: space-around;
}
a{
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 480px) {
  body {
    background-color: rgb(0, 33, 44);
  }
  header {
    width: 100%;
    background-color: black;
    flex-wrap: wrap;
    padding:20px 20px;
  }
  .logo-div {
    margin: auto;
  }

  nav { justify-content: center;
  
  flex-wrap: wrap;
   font-size: 1rem;
   /* padding: 0% 0%!important; */
  }

 /* SECOND SECTION  */

  .section-2-first-child {
    text-align: center;
    gap: 20px;
  }
  .section-2-second-child {
    text-align: center;
    flex-wrap: wrap-reverse !important;
    gap: 20px;
  }

  .section-2-third-child {
    text-align: center;
    gap: 20px;
  }

  /* SECTION FOURTH  */

  .section-4-first-child{
width: 100%;
  }
.section-4-img{
  margin: auto;
}

  .section-4-second-child {
    text-align: center;
    /* width: 90%; */
  }
/* SECTION FIVE  */

.section-five-sub-sec-imgs{
  width: 100%;
}


  /* FOOTER  */
  .footer-main {
    flex-direction: column;
    text-align: center;
    row-gap: 20px;
  }

  .footer-first-child {
    width: fit-content !important;
    padding: 0px 10px;
  }
  .footer-last {
    font-size: 0.8rem;
  }
}
