@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@media screen and (max-width: 576px){
    html,body{
        width: 100%;
        overflow-x: hidden;
        min-height:50vh;
        }
    }
*{
    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: .6rem .6rem;
    box-shadow: 5px 5px 20px #c8fbff(0,0,0,.5);
    background : linear-gradient(#c8fbff,#c8fbff 100%);
}
.navbar .navbar-brand{  
    font-size: 25px;
    font-weight: 800;
    color:#ff209b  !important
}
#navbarSupportedContent a{
    color: #000000;
    border-bottom: 2px solid transparent;
    font-size: 18px;
}
#navbarSupportedContent a:hover{
    border-bottom: 2px solid #68a4ff;
}
#navbarSupportedContent button{
    background: #29f700;
    width: .4rem .4rem;
    border-radius: 15px;
    color: #29f700;
}

section{
  width: 100%;
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

/*****home******/

#home{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background : linear-gradient(#c8fbff,#ffffff 100%);
    background-size: cover;
    flex-direction: column;
}
#home h1,h4 {
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 70px;
    margin: 60px;
    letter-spacing: normal;
    margin-top: 10px !important;
}
#home button{
    margin: 10px 10px;

}
#home span{
    color: #1ab6ff;
}
#home h3{
    font-weight: 900;
    color: #f177f5;
}

/*******About********/

#about{
    background : linear-gradient(#ffeddf,#ffa4d1 100%);
    min-height: 100vh;
}  

#about h1{
    padding-top: 40px;
    font-weight: 900;
    color: rgb(17, 2, 2) ;
    margin-top: 18px;
}
#about img{
    box-shadow: #ffa4d1;
    margin-left: 40px;
    margin-top: 40px;
    width: 300px;
    height: 360px;
    
}
#about p{
    box-shadow: #ffa4d1;
    margin-left: 20px;
    margin-top: 40px;
}
#about li{
    margin-left:30px ;
}

/********EDDD*******/
 h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 30px;
}
        
.timeline {
     padding: 70px;
    
}
        
.timeline-item {
            margin-bottom: 30px;
            background: white;
            padding: 20px;
            border-radius: 5px;
           box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        }
        
        .degree {
            font-weight: bold;
            font-size: 1.2em;
            color: #2c3e50;
            margin-bottom: 5px;
        }
        
        .institution {
            font-weight: bold;
            color: #3498db;
            margin-bottom: 5px;
        }
        
        .status {
            display: inline-block;
            padding: 3px 8px;
            background: #e74c3c;
            color: white;
            border-radius: 3px;
            font-size: 0.8em;
            margin-bottom: 10px;
        }
        
        .status.completed {
            background: #2ecc71;
        }
        
        .description {
            color: #7f8c8d;
        }
        #ed h1{
            padding-top: 30px;
            font-weight: 900;
            font-size: 40px;
        }
        #ed{
            background-color: #cffcc4;
            min-height: 100vh;
        }

/******skiles******/
#skil{
    background-color: #ebf3f3;
    min-height: 100vh;
}

#skil h1{
    font-weight: 900;
    padding: 30px;
    text-align: center;
}
#skil h2{
    padding: 10px;
    font-size: large;
    font-weight: 900;
}


/*******project******/

#book{
    background: #e5e5e5;
    min-height: 100vh;
    padding: 40px;
}
#book h1{
     font-size: 50px;
     letter-spacing: 2px;
     font-weight: 700;
}

#book img{
    width: 300px;
    height: 200px;
    display: flex;
    
}
.card{
    width: 100;
    height: 300px;
    background: #e5e5e5 !important;
    border: none !important;
    box-shadow: 15px 20px 20px rgba(0,0,0,.3) ;
                inset: 4px 4px 10px white;
    border-radius: 10px !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: .1s;
}
.card img{
    margin-top: 10px;
}

/*******contect*****/

#contect{
    background-color: #e7f9fc #fff890;
    min-height: 100vh;
}
#contect h1{
    text-align: center;
    font-weight: 900;
}
#contect img{
    width: 450px;
    height: 400px;
}
.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;
}

@media screen and (max-width: 793px){
    #contect{
    background-color: #e7f9fc #fff890;
    min-height: 80;
    }

    #book{
    background: #e5e5e5;
    min-height: 80;
    padding: 10px;
    }
    
    #about{
    background : linear-gradient(#ffeddf,#ffa4d1 100%);
    min-height: 80;
    padding-bottom: 30px;
    }  

    #ed{
    background-color: #cffcc4;
    min-height: 100vh;
    }   
}
