@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mrs+Sheppards&family=Pliant:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding:0px;
    margin:0px;
    border:none;
    outline:none;
    position: relative;
    box-sizing:border-box;
    
}

body {
    width: 100%;
    min-height: 100vh;
    /* position: relative; */
    /* position: relative; */
    
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #d6e6fe;
    padding: 20px 40px; 
    flex-wrap: wrap;    
    gap: 20px;
}
h1{
    color:#0062ff;
}
nav ul {
    display: flex; 
    gap: 20px;
    flex-wrap: wrap;
}

nav ul a{
    /* display: flex; */
    
    text-decoration: none;
    color: black;    
}
nav ul li{
    list-style: none;   
}
ul li a:hover{
    color:#0062ff ; 
}



.s1{
    display: flex;
    justify-content: center;
    gap: 50px;
    background-color: #d6e6fe;
    margin: 0px auto;
    padding: 30px;
    flex-wrap: wrap; 
}
.di1{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    width: 100%;         
    max-width: 600px;    
}
.im{
    width: 100%;        
    max-width: 500px;   
    height: auto;
}
.b1{
    background-color: #ff8a1d;
    color: white;
    border-radius: 2px;
    padding: 10px 30px;
    
    border: none;
    font-size: 18px;

}
.b1:hover{
    background-color: #ff8a1d00;
    color: #ff8a1d;
    border-radius: 2px;
    padding: 10px 30px;
    border: 1px solid #ff8a1d;
    font-size: 18px;

}
.di2{
   /* position: relative; */
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   gap: 20px;
   margin: auto;
   flex-wrap: wrap;     
   width: 100%;
   padding: 0 20px;
}
.di3{
    
    width: 100%;
    max-width: 350px;
    height: 200px;
    background-color: white;
    box-shadow: 0px 0px 3px gray;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    z-index: 1;
}
.di4{
    
    width: 100%;
    max-width: 350px;
    height: 200px;
    background-color: #ff8a1d;
    color: white;
    box-shadow: 0px 0px 3px gray;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    z-index: 1;
}
.di5{
    
    width: 100%;
    max-width: 350px;
    height: 200px;
    background-color: white;
    box-shadow: 0px 0px 3px gray;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    z-index: 1;
}
.di5:hover{
    background-color: #ff8a1d;
    color: white;
    border: none;
}
.di3:hover{
    background-color: #ff8a1d;
    color: white;
    border: none;
}


.s2{
    display: flex;
    background-color: white ;
    justify-content: center;
    gap: 50px;
    margin: 5px auto;
    padding: 50px 20px; 
    flex-wrap: wrap;    
}
.b2{
    background-color: #0062ff;
    color: white;
    border-radius: 2px;
    padding: 10px 30px;
    border: none;
    font-size: 18px;

}
.b2:hover{
    background-color: #ff8a1d00;
    color: #0062ff;
    border-radius: 2px;
    padding: 10px 30px;
    border: 1px solid #0062ff;
    font-size: 18px;

}
.s3{
    display: flex;
    background-color: white ;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin: 5px auto;
    padding: 50px 20px;
}
.di6{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;  
    width: 100%;
}
.di7{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;         
    max-width: 390px;    
    height: auto;       
    border:none;
    background-color: white;
    box-shadow: 0px 0px 3px gray;
    padding: 50px 20px;
    gap: 15px;
    text-align: center;
    
}
.di7:hover{
    background-color: #ff8a1d;
    color: white;
    border: none;
}
input{
    background-color: white;
    box-shadow: 0px 0px 3px gray;
    margin: 10px 0px;  
    padding: 10px;
    width: 100%;       
    max-width: 400px;  
}
.di8{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 400px;
}
.f1{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 30px;
    background-color: #111827;
    color: white;
}

.s7{
    display: flex;
    background-color: white ;
    justify-content: center;
    gap: 50px;
    margin: 5px auto;
    padding: 60px 20px; 
    flex-wrap: wrap;   
}






 