* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}
body::before{

}
body {
  font-family: "Poppins", sans-serif;


  overflow-x: hidden;

  /* background-position: left 0px, top 0px right 100px; */
  background-image: url('../img/white-wave.png'),url("../img/bg.png") ;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%  , cover ;
   background-position: bottom, left;

  /* -webkit-background-size: cover; */
  /* -moz-background-size: cover; */
  /* -o-background-size: cover; */
  /* background-size: cover, cover; */
  /* background-position: center; */
    
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  
   
  /* background-position:bottom;   */
}
.scholarships {
  padding-top: 10px;
}

.top-icons {
  margin-bottom: 20px;
  text-align: right;
}
.top-icons i {
  border: 2px solid #0e3c6e;
  border-radius: 50%;
  padding: 5px;
  color: #0e3c6e;
  margin-left: 10px;
}
.product_info {
  margin-top: 30px;
}

.product_info h3 {
  margin-bottom: 30px;
}

.content_box {
  display: flex;

  justify-content: space-between;
  align-items: center;
}
.left-side {
  padding-right: 100px;
  flex-basis: 0;
  flex-grow: 1;
}

.left-side h1 {
  font-weight: bolder;
  margin-bottom: 30px;
}
.right-side {
  flex-basis: 0;
  flex-grow: 1;
}
.right-side img {
  object-fit: contain;
}

.sub-btn {
  padding: 10px 50px;
  background-color: #0e3c6e;
  color: white;
  margin-bottom: 60px;
}
.subscribe {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subscribe h3,
.subscribe p {
  margin: 0;
}
.countdown {
  background-color: #0e3c6e;
  color: #a9cfff;

  height: fit-content;
  padding: 50px 60px;
  border-radius: 40px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.colon {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 5px;
  text-align: center;
}

.subscribe-form {
  background-color: white;
  padding: 40px;
  border: 8px solid #a9cfff;
  border-radius: 15px;
}
.subscribe-form input {
  outline: none;
  border: none;
  border: 1px solid #6a6c6e;
  border-radius: 5px;
  padding: 10px 5px;
}
.name-input {
  display: flex;

  justify-content: space-between;
}

#firstname-input {
  width: 45%;
}

#lastname-input {
  width: 45%;
}
#email-input {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.register-btn {
  color: white;
  background-color: #0e3c6e;
  padding: 10px 50px;
  border-radius: 15px;
}

/* footer {
  margin-top: 50px;
  margin-bottom: 30px;
   
}

.footer-links a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.footer-links {
  display: flex;
  justify-content: space-around;
} */


/* Footer */

.footer {
   
  margin-top: 150px;
  display: flex;
  justify-content: space-evenly;
  padding-top: 10px;
 
  

}
.footer h6,
i {
  color: #1566d1;

  margin-right: 15px;
}
.footer a {
  display: block;
  font-weight: 500;
  /* color: #404040; */

  text-decoration: none;
  margin: 12px 0;
}
.footer > * {
  margin: 15px 15px;
}

.skygoal-logo,
.footer-our-products a,
.footer-about-company a,.contact-us a {
  color: #767676;
}

.skygoal-logo img {
  height: 150px;
  width: 150px;
}

 
.footer-goal {
  flex-basis: 25%;
  flex-grow: 0;
}

.footer-goal p {
  padding: 10px;
}

.footer-goal .social-media {
  display: flex;
  justify-content: space-between;
}








/* Media queries */
@media (max-width: 576px) {
  .content_box,
  .subscribe {
    flex-direction: column;
  }

  .content_box .left-side {
    text-align: center;
    margin: 0 auto;
    padding-right: 0;
  }

  .countdown {
    width: 100%;
    /* flex-grow: 1; */
    padding: 30px 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9rem !important;
    text-align: center;
  }
  .countdown h3 {
    font-size: 1rem;
  }

  .name-input {
    flex-direction: column;
  }
  #firstname-input {
    width: 100%;
  }

  #lastname-input {
    width: 100%;
    margin-top: 10px;
  }
  .register-btn {
    display: block;
    margin: 0 auto;
  }

  /* .footer-links {
    flex-direction: column;
    align-items: center;
  }
  .footer-links a {
    margin-bottom: 10px;
  } */

  /* footer */
  .footer {
    flex-direction: column;

    text-align: center;
  }

  .footer > * {
    margin: 15px 0;
  }

  .footer-goal .social-media {
    justify-content: space-evenly;
  }


}

@media (min-width: 577px) and (max-width: 768px) {
  .content_box,
  .subscribe {
    flex-direction: column;
  }
  .content_box .left-side {
    text-align: center;
    margin: 0 auto;
    padding-right: 0;
  }
  .name-input {
    flex-direction: column;
  }
  .countdown {
    width: 100%;
  }
  .subscribe-form {
    width: 80%;
    margin: 0 auto;
  }
  #firstname-input {
    width: 100%;
  }

  #lastname-input {
    width: 100%;
    margin-top: 10px;
  }
  .register-btn {
    display: block;
    margin: 0 auto;
  }

  /* .footer-links {
    flex-direction: column;
    align-items: center;
  }
  .footer-links a {
    margin-bottom: 10px;
  } */


    /* footer */
  .footer {
    flex-direction: column;

    text-align: center;
  }

  .footer > * {
    margin: 15px 0;
  }

  .footer-goal .social-media {
    justify-content: space-evenly;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .content_box,
  .subscribe {
    flex-direction: column;
  }
  .content_box .left-side {
    text-align: center;
    margin: 0 auto;
    padding-right: 0;
  }
  .name-input {
    flex-direction: column;
  }
  #firstname-input {
    width: 100%;
  }

  #lastname-input {
    width: 100%;
    margin-top: 10px;
  }

  .countdown {
    width: 100%;
  }

  .subscribe-form {
    width: 80%;
    margin: 0 auto;
  }
  .register-btn {
    display: block;
    margin: 0 auto;
  }

  /* .footer-links {
    flex-direction: column;
    align-items: center;
  }
  .footer-links a {
    margin-bottom: 10px;
  } */
}

@media (min-width: 992px) and (max-width: 1200px) {
  .countdown {
    flex-grow: 1;
    margin-right: 100px;
  }

  .subscribe-form {
    width: 38%;
    margin-right: 0;
  }
}

@media (min-width: 1201px) and (max-width: 2560px) {
   
  .countdown {
    flex-grow: 1;
    margin-right: 150px;
  }

  .subscribe-form {
    width: 35%;
    margin-right: 0;
  }
}
