@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Mrs+Sheppards&family=Pliant:ital,wght@0,100..900;1,100..900&display=swap');
body{
    padding:0px ;
    margin: 0px;
    outline: none;
    box-sizing: border-box;
    font-family: "Indie Flower", cursive;
    max-width: 100svw;
    height: 100svh;
    
    
}
header{
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding: 20px;
    
    

}
nav{
    
    display: flex;
    justify-content: space-between;
    width: 80%;
    
     
}
nav ul{
    display: flex;

    gap: 25px;
    list-style: none;
    
}
ul li a{
    text-decoration: none;
    color:black;
    font-weight: 600;
}
.b1{
     background-color:rgb(35, 86, 179);
    color:white;
    padding:5px 15px;

    border-radius: 15px;
    box-shadow: 0px 0px 3px blue;
    border: 0px;


    

}
.b2{
     background-color:transparent;
    color:blue;
    padding:5px 10px;

    border-radius: 15px;
    box-shadow: 0px 0px 3px blue;
    border: 0px;

}

section{
    height: 90%;
   
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px ;
    
    

}
img{
    width: 45% ;
}
.about{
    display: flex;
    flex-direction: column;
    width: 60%;
    gap:10px;
}
ul li{
    
    list-style-type: none;
    display: flex;
    align-items: center;
    /* gap: 10px; */

}
ul li i {
   color: rgb(43, 43, 154);
}
.mt{
    display: flex;

    gap: 5px; 
    
    
}
.y{
    display: flex;
    flex-direction: column;

}
.w{
    font-weight:100;
}






#s2{
    height: 100%;
    padding:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px ;
    background-color:whitesmoke;
    

}
.d1{
    display: flex;
    flex-direction: column;

    
    align-items: center;

  
    padding: 20px ;
    margin-left: 2px auto;
    
    
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgb(226, 221, 221);
}


@media (max-width:991px){
    #s2{
        
        display: flex;
        flex-direction: column;
        
       
    }
    .d1{
        width: 400px;
        height: 300px;
        padding: 5px;
        display: flex;
        gap: 0px;

        
    }
    
}
@media (max-width:576px){
    #s2{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 5px;
        
        
       
    }
     .d1{
        width: 400px;
        height: 300px;
        padding: 2px;
        display: flex;
        gap: 0px;

        
    }
    
    nav ul{
        display: flex;
        justify-content: center;
        align-items: center;
        

    }
    nav{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        

    }
    .b1,.b2{
        margin: 3px;
    }
}
