@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@media screen and (max-width: 768px){
    html,body{
        width: 100%;
        overflow-x: hidden;
    }
}
*{
    margin: 0;
    padding: 0;
    margin-left: 0;
    box-sizing: border-box;
    font-family:'poppins', sans-serif;
    background-size: cover;
}

#navbar{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    padding: .5rem rem;
    box-shadow: 5px 5px 20px rgba(0,0,0,.5);
    background: rgb(255, 200, 200);
}
.navbar .navbar-brand{  
    font-size: 25px;
    font-weight: 800;
    color:#ff209b  !important
}
#navbarSupportedContent a{
    color: #000000;
    border-bottom: 2px solid transparent;
}
#navbarSupportedContent a:hover{
    border-bottom: 2px solid #29f700;
}
#navbarSupportedContent button{
    background: #29f700;
    width: 5rem;
    border-radius: 15px;
    color: #29f700;
}
section{
  width: 100%;
  min-height: 80;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
::-webkit-scrollbar{
    width: 0;
}

/******Home******/

#Home{
    background: url(img1.JPG);
    background-size: cover;
    background-position: center;
    flex-direction: column;
    min-height: 80vh;
}
#Home img{
    margin: auto;
}
#Home h1,h2,h3{
    top: 50px;
    font-size: 7vw;
    color: rgb(255, 255, 255);
    letter-spacing: 3px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-shadow: 0px 1px 0px #ccc,
                 0px 2px 0px #ccc,  
                 0px 3px 0px #ccc,
                 0px 4px 0px #ccc,
                 0px 5px 0px #ccc,
                 0px 6px 0px #ccc,
                 0px 7px 0px #ccc,;               
}
/*******about*******/
#about{
    background : linear-gradient(#c8fbff,#ffffff 100%);
    ;
}
#about h1{
    font-weight: 800;
    font-size: 4vw;
    color: rgb(17, 2, 2) ;
    margin-top: 18px;
}
#about p{
    color: rgb(1, 11, 20);
    text-align: justify;
}
#about h3{
    color: red ;
    letter-spacing: normal;
}
#about img{
    width: 150x;
    height: 250px;
}

/*********book********/

#book{
    background: #ffe798;
}
#book h1{
     font-size: 50px;
     letter-spacing: 2px;
     font-weight: 700;
}

#book img{
    width: 200px;
    height: 200px;
}
.card{
    width: 100;
    height: 300px;
    background: white !important;
    border: none !important;
    box-shadow: 15px 20px 20px rgba(0,0,0,.3) ;
                inset: 4px 4px 10px white;
    border-radius: 20px !important;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin: 30px 60px;
}
.card:hover{
    box-shadow: inset 5px 5px 10px rgba(0,0,0,.3);
                inset:  -4px -4px 10px white;
    transition: .2s;
}
.card img{
    margin-top: 10px;
}

/*******contect*****/

#contect{
    background-color: #e7f9fc #fff890;
}
#contect h1{
    text-align: center;
    font-weight: 900;
}
#contect img{
    margin-top: 20px;
    width: 500px;
    height: 350px;
    border-radius: 15px;
}
.box{
    width: 80% !important;
    background: red;
    margin-top: 10px;
}
form{
     display: flex;
     flex-direction: column;  
}
#contect input{
    margin: 10px 0px;
}
#contect textarea{
    margin: 10px 0px;
}
#contect{
    margin-top: 16px;
}

#mani{
    background-color: #c8fbff;
    width: 100%;
    min-height: 50px;
    letter-spacing: normal;
    margin-top: 16px;
}
#mani p{
    text-align: justify;
    margin-left: 30px;
    font-size: medium;
}
#mani img{
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    height: 200px;
    width: 400px;
}