*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.section1{
  position: relative;
  height: 100vh;
  background-color:#ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin: auto;
}
  
.navbar{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  width: 100%;
}
.navtext{
  font-size: 1.5rem;
}
span{
  color: #2F54EB;
}


.navlist{
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2rem;
}
a{
  text-decoration: none;
  font-size: 1.2rem;
  color: black;
}

button{
  border-radius: 0.6rem;
  border: none;
  cursor: pointer;
}


.button1{
  padding: .5rem 1.5rem;
  background-color: #ffffff;
  color: black;
  border:#257eea solid 0.1rem ;
}
.button2{
  padding: .5rem 1.5rem;
  background-color: #2F54EB;
  color: #ffffff;
}
.midbox{
  display: flex;
  align-items:center;
  justify-content: center;
}
.textbox,.imagebox{
  width: 50%;
}
.imagebox img{
  width: 100%;
}
h1{
  font-size: 2.5rem;
  color: #111111;
}
p{
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.break{
  display: block;
}
.getstarted{
  padding: 15px 25px;
  background-color: #257eea;
  color: #ffffff;
}

/* section2 */

.section2{
  background-color: #EDF3FF;
  height:100vh;
}
.links_1,.links_2{
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.links_1 a,.links_2 a{
  color: #2F54EB;
  text-decoration:underline;
  font-size: 1.2rem;
  font-weight: bold;
}
.boxes{
  display:flex;
  justify-content:space-evenly;
}
.boxes_1,.boxes_2{
  width: 20rem;
  text-align: center;
}
.boxes_1 img,.boxes_2 img{
  width: 20rem;
  height: 20rem;
}

/* SECTION 3 */

.section3{
  background-color: #ffffff;
  max-width: 960px;
  margin: auto;
}
.aboutbox{
  display: flex;
  justify-content:space-evenly;
  margin-top: 5rem;
}
.abouttext,.aboutimage img{
  width: 20rem;
}
.abouttext{
  padding-top: 3rem;
}

.joinbox{
  display: flex;
  justify-content: space-evenly;
  margin-top: -2rem;
  
}
.jointext,.joinimage{
  width: 20rem;
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}
.joinimage img{
  height: 20rem;
}

.aboutbox,.joinbox{
  border-bottom: grey solid 0.1rem ;
}
.abouttext{
  margin-bottom: 1rem;
}
.testimonial{
  display: flex;
  justify-content: space-evenly;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.testimonialimage img,.testimonialtext{
  width: 20rem;
}
.testimonialtext{
  margin-top: 5rem;
}
.testimoniallink{
  display: flex;
  justify-content: space-between;
  padding-bottom:1rem;
}
.testimoniallink{
  text-decoration:underline #2F54EB;
}
.testimoniallink a{
  padding-top: 0.1rem;
  text-decoration: underline #2F54EB;
}
.testipara{
  font-size: 0.8rem;
}

/* SECTION 4 */

.section4{
  background-color:#ffffff;
  width: 40%;
  height: 130px;
  position: absolute;
  top: 195vh;
  right:30vw;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.searchbox,.searchtext{
  padding-left:1rem;
}
.searchtext{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.searchbox input{
  width: 7rem;
  height: 2rem;
  border: dotted 0.03rem;
  margin-right: -0.1rem;
}
.searchnow{
  padding: 0.5rem 0.7rem;
  font-size: small;
  background-color: #257eea;
  color: #ffffff;
}

/* SECTION 5 */

.section5{
  height:250px;
  background-color: #2F54EB;
}
.suscribebox{
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}
.suscribetext{
  text-align: center;
}
.suscribetext h3{
  color: #ffffff;
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
.suscribetext p{
  font-size: 0.8rem;
  padding-bottom: 1rem;
}
.suscribetext input{
  height: 2.5rem;
  width: 25rem;
  border: none;
  border-top-left-radius:1rem  ;
  border-bottom-left-radius:1rem  ;
  display:inline-block;
}
:placeholder-shown{
  text-align: center;
}
.suscribetext button{
  background-color: #0F0164;
  color: #ffffff;
  display: inline-block;
  padding: 0.70rem 2.5rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* FOOTER */

.footer{
  background-color: #ffffff;
  height: 25vh;
}
.footerbox{
  display: flex;
  justify-content:space-evenly;
  padding-top: 2rem;
}
.footerbox2{
  display: flex;
  gap: 2rem;
}
.footerblue h2{
  padding-bottom:1rem ;
  font-weight: 600;
}
.footerblue p{
  font-size: medium;
  margin-bottom: 15rem;
}
.footercontact h4,.footercompany h4,.footerabout h4{
  padding-bottom: 1.5rem;
}
.footercontact li,.footercompany li,.footerabout li{
  padding-bottom: 0.5rem;
}
.footercontact ul,.footercompany ul,.footerabout ul{
  list-style: none;
}
.footertext{
  text-align: center;
}

/* RESPONSIVE */

@media only screen and (max-width:1119px){
  .searchnow{
    margin-top: 0.2rem;
  }
}
@media only screen and (max-width:950px){
  .section4{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 150px;
  }
  .searchtext,.searchbox{
    padding: 0;
  }
  .searchbox input{
    display: block;
  }
  .searchnow{
    margin-top: 0.2rem;
  }
}

@media only screen and (max-width: 900px){
  .midbox{
    width: 100%;
    text-align: center;
  }
  .textbox{
    text-align: left;
  }
 
  .break{
    display: unset;
  }
} 
@media screen and (min-width:768px) and (max-width:1024px) {
  body{
    height: 100vh;
  }
  .section1{
    height: 1000px;
  }
  .section2{
    height: 700px;
  }
  .section4{
     display: none;
  }
}

@media only screen and (max-width: 765px){
  .imagebox{
    display: none;
  }
  .textbox{
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width:710px){
  html{
    font-size: 90%;
  }
  .navbar{
    flex-direction: column;
    gap: 0.5rem;
    
  }
  .button1,.button2{
    padding: .5rem 1rem;
    font-size: small;
  }
  .getstarted{
    padding: 0.5rem 1rem;
  }
  .section4{
    height: 140px;
  }
}
@media only screen and (max-width:600px){
  html{
    font-size: 80%;
  }
   
  .boxes_1,.boxes_2{
    width: 17rem;
    text-align: center;
  }
  .boxes_1 img,.boxes_2 img{
    width: 17rem;
    height: 25rem;
  }
  .suscribetext input{
    width: 20rem;
    
  }
  .suscribetext button{
    padding: 0.7rem 2rem;
  }
  .footerblue p,h3{
    font-size: small;
  }
  .getstarted{
    font-size: small;
  }
  
  .section2{
    flex-direction: column;
  }
  .section4{
    height: 125px;
  }
  .section5{
    height: 200px;
  }
}
@media only screen and (max-width:480px){
  .section2{
    height: none;
  }
  .boxes{
    flex-direction: column;
    align-items: center;
    font-size:0.9rem;
  }
  .boxes_1 img,.boxes_2 img{
    width: 15rem;
    height: 15rem;
   
  }
  .links_1,.links_2{
    margin-top:1rem;
    margin-bottom: 0rem;
  }
  .section4{
    display: none;
  }
  .aboutbox{
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .abouttext{
    padding: 0rem;
  }
  .joinbox{
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width:460px){
  html{
    font-size: 70%;
  }
  .section2{
    height: 600px;
  }
  .links_1,.links_2{
    margin-top: 0.6rem;
  }
  ::placeholder{
    font-size: smaller;
  }
  .searchbox button{
    padding: .5rem .2rem;
    font-size: smaller;
  }
  .links{
    margin-bottom: 4rem;
  }
  .aboutimage img,.abouttext{
    width: 15rem;
  }
  .joinimage img,.joinimage,.jointext{
    width: 15rem;
    padding-bottom: 1rem;
  }
  .testimonialimage img,.testimonialtext{
    width: 12rem;
  }
  .testimonial{
    margin-top: -3rem;
  }
  .testimonialimage{
    margin-top: 5rem;
  }
  .suscribetext input{
    width: 15rem;
    
  }
  .suscribetext button{
    padding: 0.7rem 2rem;
  }
  
  .footerblue p{
    font-size: smaller;
  }
  .footerblue h3{
    font-size:0.8rem;
  }
}
@media only screen and (max-width:400px){
  .section2{
    height: 600px;
  }
  .footerbox{
    display:grid;
    /* flex-direction: column; */
    padding-top: 0.5rem;
  }
  .footerbox h2{
    padding-bottom: 0;
    font-size: 1.5rem;
  }
  .footerbox2{
    gap: 4rem;
  }
  .footerblue p{
    margin-bottom: 1rem;
  }
  .footerblue h3{
    position:absolute;
    top: 400%;
  }
  .footertext h3{
    font-size: smaller;
  }
  .footercontact h4,.footercompany h4,.footerabout h4{
    padding-bottom: 0.5rem;
    font-size: small;
  }
  .footercontact li,.footercompany li,.footerabout li{
    padding-bottom: 0.2rem;
  }
  .footercontact ul,.footercompany ul,.footerabout ul{
    padding-bottom: 1rem;
  }
}

@media only screen and (max-width:350px){
  .joinimage,.aboutimage{
    display:none;
  }
  .jointext{
    margin-bottom: 1.5rem;
  }
  .testimonial{
    flex-direction: column;
    align-items: center;
    margin-top: 0rem;
  }
  .testimonialtext{
    margin-top: 1rem;
  }
  .testimonialimage{
    margin-top: 0rem;
  }
  .footerblue h3{
    position:absolute;
    top: 420%;
  }
}




  

  
         
        
        
     
    
   
   
   
