*{
    /* font-family: 'McLaren'; */
    font-family: 'Inter', sans-serif;

    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    background-color: #dffaf5;
background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
}
.nav{
    opacity: 97% !important;
    background-color: #0a0003 !important;
}
.landing{
    opacity: 97%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0a0003;
    padding-bottom: 15%;
}
.landing-head{
    color: white;
    margin-top: 6rem;
    font-size: 4rem;
}
.landing-subhead{
    color:#EB0A00;
    font-size: 4rem;   
}
.info-head{
    text-align: center;
    font-size: 3rem;
}
.info-det{
    font-family: 'Roboto', sans-serif;

    color:black;
    margin: 2rem auto;
    width: 60%;
    font-size: 2rem;
    opacity: 70%;
}
.info-skills{
    font-family: "McLaren";
    color:black;
    margin: 5rem auto;
    width: 50%;
    font-size: large;
    display: flex;
    flex-direction: column;
}
.skill-text{
    text-align: center;
    font-size: 3rem;
}
.skills-progress{
    display:grid;
    grid-template-columns: 50% 50%;
    align-items: center !important;
    /* text-align: center; */
    margin-top: 4rem;
    margin-bottom: 5rem;
}
.skills{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.progress-bar {
    
    background-color: white !important;
    background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
    align-items: center !important;
    
}
.progress-bar-track {
    stroke: #EB0A00 !important;
}
.profile-image{
    margin-top: 1rem;
    width: 16rem;
    height:20rem;
    border-radius: 10%;
}
.prjct{
    display: grid;
    grid-template-columns: 30% 30%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 3rem;
}
  .project-block {
      position: relative;
    width: 30rem;
    height: 40rem;
    margin: 3rem auto 5rem auto;
    box-shadow: 6px 6px 20px #00000029;
    border-radius: 80px;
    
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Roboto', sans-serif;
      font-size: 1.8rem;
      background-color: white;
  } 
  .prjct-title{
      width:80%;
      font-size: 2.2rem;
      font-weight: 1000;
  }
  .prjct-content{
      width: 90%;
  }
  .project-image{
    width: 30rem;
    height: 18rem;
    border-radius: 80px 80px 0px 0px;
}
.project-head{
    text-align: center;
    margin-top: 3rem;
    font-size: 4rem;
    margin-bottom: 5rem;
}
.btns{
    display: flex;
    position: absolute;
    bottom: 1rem;
   
}
.btns button{
   margin-left:1rem;
    margin-right: 1rem;
   box-shadow: 6px 6px 20px #00000029;
  font: Bold 24px Product-Sans;
  
 
  border-radius: 15px;
  height: 4rem;
  opacity: 70%;
  font-family: "McLaren";
}
.github{
    background-color: black;
    color:white;
}
.website{
    background-color: white;
    color: black;
}
.contact{

    font-family: "McLaren";
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
   /* background-color: #0a0003;
   background-image: url(http://www.transparenttextures.com/patterns/dark-stripes.png); */
   color: black;  
}
.contact-head{
    margin-top: 2rem;
    font-size: 4rem;
}
/* .socials{
    display: flex;
}
.icons2{
    margin-top: 4rem;
    margin-left: 10rem;
} */
.fab{
    color: black;
    margin-top:2rem;
    margin-left: 1.5rem;
}
/* .fab:hover{
    color: white;
} */
.text-grey{
    margin-top:2rem;
    font-size: 1.7rem;
}
.text-grey a{
    color:#EB0A00;
}
/* .text-grey a:hover{
    color: #EB0A00;
} */
.footer{
    text-align: center;
    margin:1rem;
    font-size: 1.4rem;
}

/* mobile devices */
@media screen and (max-width: 480px) {
    .landing-head{
        margin-top: 3rem;
        font-size: 3rem;
    }
    .landing-subhead{
        font-size: 2.5rem;   
    }
    .info-skills{
        width: 90%
    }
    .info-det{
        width: 95%;
        font-size: 1.4rem;
    }
    .skill-text{
        text-align: center;
        font-size: 3rem;
    }
    .skills-progress{
        display:flex;
        flex-direction: column;
    }
    .prjct{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 3rem;
}
  .project-block {
    width: 90%;
    height: 42rem;
    margin: 4rem auto 0rem auto;
      font-size: 1.3rem;     
  } 
  .project-image{
    width: 100%;
    height: 18rem;
    border-radius: 80px 80px 0px 0px;
}
.project-head{
    font-size: 3rem;
    margin-bottom: 1rem;
}
.btns{
    display: flex;
    flex-direction: column;
}
.btns button{
   margin:0.5rem;
    width:15rem;
}
.fab{
    width: 20%;
}
}
@media screen and (max-width: 768px) and (min-width: 481px){
      .landing-head{
        margin-top: 3rem;
        font-size: 3rem;
    }
    .landing-subhead{
        font-size: 2.5rem;   
    }
    .info-skills{
        width: 90%
    }
    .info-det{
        width: 95%;
        font-size: 1.4rem;
    }
    .skill-text{
        text-align: center;
        font-size: 3rem;
    }
    .skills-progress{
        display:flex;
        flex-direction: column;
    }
    .prjct{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 3rem;
}
  .project-block {
    width: 80%;
    height: 43rem;
    margin: 4rem auto 0rem auto;
      font-size: 1.5rem;     
  } 
  .project-image{
    width: 100%;
    height: 18rem;
    border-radius: 80px 80px 0px 0px;
}
.project-head{
    font-size: 3rem;
    margin-bottom: 1rem;
}
.btns{
    display: flex;
    flex-direction: column;
}
.btns button{
   margin:0.5rem;
    width:20rem;
}
} 
@media screen and (max-width: 1000px) and (min-width: 769px){
    .info-skills{
    width: 80%;
}
.info-det{
    width:80%;
}
     .prjct{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 4rem;
}
  .project-block {
    width: 70%;
    height: 43rem;
    margin: 4rem auto 0rem auto;
      font-size: 2rem;     
  } 
  .project-image{
    width: 100%;
    height: 20rem;
    border-radius: 80px 80px 0px 0px;
}
}
@media screen and (max-width: 1650px) and (min-width: 1001px){
    .prjct{
    grid-template-columns: 50% 50%;
}
}
