* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.navbar {
   display: flex;
   gap: 14rem;
   align-items: center;
   justify-content: space-evenly;
   height: 100px;
   background: linear-gradient(blue,powderblue);
   width: 100%;
}

.navbar p {
    margin-top: 1.5%;
    text-decoration: none;
    color: white;
   
   height: 19px;
   top: 60px;
   left: 476px;
   gap: 36px;
}
.navbar h1 {
    margin-top: 1%;
    width: 184.02px;
    height: 40px;
    top: 50px;
    left: 210px;
    color: white;
}
h3 {
   
    width: 49px;
     Height:19px;
     Top:61px;
     color: white;

}
 .signup-section{
    
       display: inline;
       margin-left: 10%;
      background: linear-gradient(blue,white);
       width: 10%;
       color: white;
     height: 50px;
}
.navbar p {
    width: 5%;
}
 

.section2 {
    background-color:navy;
    color: white;
  
}
.but2 {
   background: linear-gradient(blue,white);
    color: white;
    height: 30px;
    width: 10%;
}

.section3 {
    text-align: center;
}
.section3 .lorem2 {
    margin-right: 50%;
    height: 0;
}
.section3 .lorem3 {
  text-align: center;
  height: 0;
    

}
.section3 .lorem4 {
   margin-left: 50%;
   
}
.image3 {
    width: 50%;
   
    object-fit: cover;
    vertical-align: middle;
 }
 
 .section4 {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
   
 }
.section4 p {
    font-size: 20px;
}
.image4 {
    width: 50%;
   
    object-fit: cover;
    vertical-align: middle;
 }
.section5 {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
   
 }
.section5 p {
    font-size: 20px;
}

.section6 {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin-top: 5%;
 }
.section6 p {
    font-size: 20px;
}
.image4 {
    
    width: 60%;
   
    object-fit: cover;
    vertical-align: middle;
 }

 .section7 {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    
 }
.section7 p {
    font-size: 20px;
}
.image5 {
    
    width: 50%;
   
    object-fit: cover;
    vertical-align: middle;
 }

body {
    background-color: #e2e4eb;
}
.section8 {
    margin-left: 20%;
height: 0;
display: inline-block;
}
.box1 {
    height: 400px;
    background: linear-gradient(black,pink);
    width: 20%;
    border-radius: 20%;
     margin-left: 10%;
    text-align: center;
    color: white;
  display: inline-block;
}
.box1 button:hover {
    width: 30%;
    height: 30px;
    background: linear-gradient(black,pink);
    color: white;
    border-radius: 40%;
}
.section8 h1,p {
    text-align: center;
}








.box2 {
height: 400px;
    background: linear-gradient(blue, powderblue);
    width: 20%;
    border-radius: 20%;
    text-align: center;
    color: white;
    margin-left: 5%;
    display: inline-block;
  


   
}
.box2 button:hover {
    width: 30%;
    height: 30px;
    background: linear-gradient(blue,white);
    color: white;
    border-radius: 40%;
}
h1 {
    text-align: center;
}
.box3 {
    height: 400px;
        background: linear-gradient(red,black);
        width: 20%;
        border-radius: 20%;
        text-align: center;
        color: white;
        margin-left: 5%;
        display: inline-block;
      
    
    
       
    }
    .box3 button:hover {
        width: 30%;
        height: 30px;
        background: linear-gradient(red,black);
        color: white;
        border-radius: 40%;
    }






    .section9 {
        height: 150px;
        background-color: pink;
        text-align: center;
        width: 100%;
        background: linear-gradient(blue,powderblue);
    }
    .section9 a {
        text-align: center;
        text-decoration: none;
        color: white;
        
       
    }
    .section9 img {
        margin-right: 90%;
        margin-top: 1%;
    }
    .section9 h2 {
        margin-right: 100%;
        display: inline-block;
        color: white;
    }
    .section9 .icons{
       margin-left: 90%;
       font-size: 30px;
       color: navy;
    }
   