
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    color: white;
    overflow: auto;        
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-size: 23px;
}

*:-webkit-scrollbar{
    display: none;
}
body{
    background-color: rgb(10,10,10);
}
a{
    color: white;
    text-decoration: none;
}
 img {
  display: block;
}

a:focus, a:active {
  outline: none;
  border: none;
}
nav{
    width: 100%;
    height: 50px;
    background-color: rgb(26, 26, 26);
}
#title{
    font-weight: 900;
}
#navbar{
    display: flex;
    justify-content: space-between;
    margin: 10px 70px;
}
#nav_ul{
    gap: 20px;
    display: flex;
    list-style: none;
}
#main{
    width: 100%;
    height: 690px;
    display: flex;
     align-content: center;
    justify-items: center;
}
.inner_main{
    width: 50%;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
h1{
    font-weight: bolder;
    font-weight: 900;
    font-size: 60px;
}
h2{
    
    font-size: 36px;
    font-weight: 400;
}
h3{
    font-weight: 400;
}
h4{
    font-weight: 200;
}
hr {
  border: none;
  height: 2px;            
  background-color: #333;  
  margin: 15px 0px;
}
#inner_logo{
    height: 50px;
    width: 340px;
    display: flex;
    gap: 10px;
    margin-left: -150px;
}
#inner_logo_about{
    height: 50px;
    width: 400px;
    display: flex;
    gap: 10px;
}
.link_logo_about{
    height: 50px;
}
#inner_contact{
    height: 40px;
    margin: 5px 0;
    width: 200px;
    border-radius: 50px;
    background-color: rgb(210, 232, 121);
    display: flex;
    justify-content: center;
    align-items: center;

}
#inner_contact > ul {
    display: flex;
}
#inner_contact > ul > li,
#inner_contact > ul > li > a , .bi-arrow-up-right-circle{
    background-color: rgb(210, 232, 121);
    color: black;
    font-weight: 400;
    padding: 0px 3.5px; 
}
#download_ico{
    width: 30px;
    height: 30px;
    background-color:black;
    border-radius: 50%;
    text-align: center;
}
.bi-download{
    font-size: 15px;
}
#inner_contact_about{
    height: 40px;
    margin: 5px 0;
    width: 270px;
    border-radius: 50px;
    background-color: rgb(210, 232, 121);
    display: flex;
    justify-content: center;
    align-items: center;

}
#inner_contact_about > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#inner_contact_about > ul > li,
#inner_contact_about > ul > li > a{
    background-color: rgb(210, 232, 121);
    color: black;
    font-weight: 400;
    padding: 0px 3.5px; 
}
.link_logo{
    border-radius: 50%;
    width: 40px;
}
.link_logo img{
    width: 100%;
    height: 100%;
}
#inner_prfile_pic{
    width: 85%;
    height: 100%;
    border-radius: 15px;
}
#inner_prfile_pic >img {
    width: 100%;
    height: 100%;
}
#projects{
    margin-top: 50px;
    width: 100%;
    height: 1580px;

}
#proj_title{
    margin: 50px 150px;
    
}
.proj_overview{
    margin: 50px 0;
    width: 100%;
    height:600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proj_details{
    width: 40%;;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proj_text{
    width: 80%;
}
.proj_img{
    background: rgb(26, 26, 26) ;
    border-radius: 15px;

}
.proj_hero{
    width: 70%;
    height: 70%;
    border-radius: 15px;
}
.proj_hero>img{
    width: 100%;
    height: 100%;
}
.h4_space{
    display: flex;
    justify-content: space-between;
}
.proj_link>ul{
    display: flex;
    gap: 50px;
}
.proj_link>ul>li>a{
    font-size: 12px;
    color:rgb(210, 232, 121);
    text-decoration: underline;
}
#about{
    width: 100%;
    height: 430px;
    display: flex;
    justify-content: center; 
    align-content: center;
    margin: 50px 0;
}
.about_title{
width: 40%;

}
.about_title>a{
    font-size: 14px;
    color:rgb(210, 232, 121);
    text-decoration: underline;
}
#skills{
    width: 99%;
    height:50%;
    display: grid;
    align-items: center;
	grid-template-rows: repeat(4, 1fr);
	grid-template-columns: repeat(4, auto);
    gap: 10px;
    text-align: center;
}
#skill_img{
    border: 1px solid rgba(210, 232, 121, 0.289);
    width: auto;
    padding: 0 20px;
    height: 50px;
    border-radius: 30px;
    display: grid;
    justify-content: center; 
    align-items: center;
    

}

.skill_size{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center; 
    margin-top: 150px ;
    margin-bottom: 50px ;
}
/* media */
@media (max-width: 768px){
*{
    font-size: medium;
}

    nav{
    width: 100%;
    height: 50px;
}
#navbar{
    display: flex;
    justify-content: space-between;
    margin: 15px 15px;
}
#main{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10%;
}
.inner_main{
    width: 100%;
    height: 60%;
    margin: 100px 0;
}
h1{
    font-size: 42px;
}
#inner_logo{
    margin-left: 0px;
}
#inner_contact{
    width: 150px;
}
#inner_prfile_pic{
    width: 85%;
    height: 100%;
    border-radius: 15px;
}
#projects{
    margin-top: 0px;
    width: 100%;
    height: 2580px;

}
#proj_title{
    margin: 10px 50px;
    
}
.proj_overview{
    width: 100%;
    height:1110px;
    display: block;
}
.proj_details{
    width: 100%;;
    height: 550px;
}
#about{
    flex-direction: column;
    align-items: center;
    margin-top: -15px;
    height: 320px;
    gap: 20px;
    
}
.about_title{
width: 80%;

}
#hidden_about{
    display: none;
}
.skill_size{
    flex-direction: column;
    height: 500px;
    width: auto;
    gap: 50px;
    align-items: center;
    margin-top: 50px !important;
}
#skills{
    height:auto;
	grid-template-rows: repeat(3, 1fr);
	grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
#inner_logo_about{
    width: auto;
}
#inner_contact_about{
    width: 200px;
}

.aboutme{
    height: 350px !important;
    margin-top: 50px !important;
}
.bi-download{
    font-size: 22px;
}
}