html{
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}
.main{
    background-image:url("img/pc.jpg") ;
    width: 100%;
    height: 70vh;
   
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    
    
}
#main:hover{
    
    position: 10;
    transition: all 0.5s ease-in-out;


}
#main:before{
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}
#main h1{
    
    
    color: rgb(255, 255, 255);
}
#main #type{
    color: azure;
    
    margin: 70px;
    padding-left: 100px;
    padding-right: 95px;
}
marker{
    marker: url(img/giithub.svg);
}
#main .container{
padding-top: 72px;
text-align: center;
position: relative;

}
#info .container{
    padding-top: 40px;
    
    position: relative; 
    color: rgb(5, 50, 90);
}
#info .row{
    display: flex;
    flex-wrap: wrap;
    
}
#info ul li{
    list-style: none;
    text-align: left;
    justify-content: left;
    justify-items: left;
}
#info .col-lg-6{
    flex: 0 0 auto;
}
#info .skills{
    
    margin-left: 20px;
}
#info .image{
    background-size: cover;
    background-position: center;
    background-image: url("img/skyss.webp");
    min-height: 500px;
    
}
#info .image::before{
    content: "";
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    bottom: 1;
    top: 1;
    right: 1;
    left: 1;

}
#info .progress{
    height: 60px;
   
    display: block;
    background: none;
    border-radius: 0;
}
#info .progress-bar{
    height: 10px;
    transition: 0.9s;
    background-color: rgb(236, 36, 36);
}
#info .progress-bar-wrap{
    background-color: rgb(255, 255, 255);
}
#info .skil{
    padding: 10px 0;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: block;
    font-weight: 700;
    color: black;
    
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#info .vali{
    float: right;
    font-style: normal;
}
#info{
    width: 100%;
    height: 120vh;
    background-color: rgb(222, 213, 213);
    background-size: cover;
    position: relative;
}
#resume{
    width: 100%;
    height: 180vh;
    background-color: ghostwhite;
    background-size: cover;
    position: relative;
}
#resume .container{ 
    padding-top: 40px;
}
#resume .resume-item{
    border-left: 2px solid black;
    margin-top: 4px;
    padding-left: 10px;
}
#resume .resume-item::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: white;
    border: 2px solid rgb(0, 0, 0);
    margin-left: -18.6px;
    margin-top: 2px;
    
}
#resume h5{
margin-bottom: 0px;
    padding-left: 5px;
    font-size: 16px;
    color: rgb(255, 0, 0);
    
}#resume p{
    color: black;
    font-style: italic;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 4px;
    font-size: 14px;

}
#resume h6{
    color: black;
    font-style: italic;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 4px;
    padding-right: 10px;
    font-size: 12px;
    background-color: rgb(255, 201, 201);
    display: inline-block;
    border-radius: 10px;

}
#resume li{
    color: rgb(79, 78, 78);
    margin-top: 3px;
    font-size: 13px;
    
}
#links{ 
    width: 100%;
    height: 30vh;
    background-color: rgb(195, 185, 185);
    background-size: cover;
    position: relative;
    text-align: center;
    transition: all 1s ease-in-out;
    
    
}
#x3{
    width: 100%;
    height: 90vh;
    background-color: ghostwhite;
    background-size: cover;
    position: relative;
}
#header{
    background-color: rgb(32, 11, 11);
    transition: 0.5s;
    height: 90px;
    margin: flex;
    opacity: 1;
}
#logo{
    transition: 0.5s;
}
#header .buton{
background-color: #987676;
border-radius: 50px;
width: 100px;
height: 50px;
opacity: 1;
text-align: center;
font-size: 20px;
font: Comic;


}
.container{
    height: 40px;
}
#links .container{
    height: 40px;
    width: 100%;
   
 
}
#container .logo{
    color:aliceblue;
    font-size:40px;
    
}
#header.row{
    border: 1px solid red;

}
#links .col{
    
    width: 100%;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;

}
#links .row{
    width: 100%;
    padding-top: 50px;
}
.link:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.links img{
    width: 50%;
    aspect-ratio:3/2;
    object-fit: contain;
}
#navbar a{
    color: aliceblue;
}
#navbar .nav-item{
    font-size: 20px;
    padding-right: 15px;
    
}
ul{
    justify-content: left;
    margin-bottom: 7px;
    margin-top: 0px;
}
p{
    margin-bottom: 0px;
}