* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: aloeVeraLight,'Gill Sans', sans-serif;
  }
  
  @font-face {
    font-family: aloeVeraLight;
    src: url('../assets/fonts/AloeveraDisplay-Light.woff');
  }

  body{
    background-color: #181209;
  }

  h1{
    font-family: aloeVeraLight,'Gill Sans', sans-serif;
    z-index: 100;
    color: white;
    position: fixed;
    top: 5%;
    left: 4%;
    padding-top: .8rem;
    font-size: 1.2rem;
  }
/* 
  a{
    text-decoration: none;
    position: relative;
    color: white;
    padding: .8rem 1.5rem;
    border: 2px solid white;
    text-align: center;
    border-radius: 30px;
    margin-bottom: .8rem;
  } */


  .click-home:hover, a:hover{
    cursor: pointer;
  }

 
  nav{
    width: 130px;
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 5%;
    top: 5%;
    z-index: 100;
    font-family: aloeVeraLight,'Gill Sans', sans-serif;
    font-size: 1.2rem;
  }


  .wrapper,
  .content {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  
  .content {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .content .section {
    width: 100%;
    height: 100vh;
    background-color: #181209;
  }
  
  .content .section.hero {
    background-color: #181209;
    width: 100%;
    height: 100vh;
  }

  h2{
    color: white;
    font-size: 2rem;
    position: absolute;
    left: 49.5%;
    top: -40px;
    transform: translate(-50%, 0);
    z-index: 100;
    
  }

  .scrollP{
    color: white;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 49.5%;
    transform: translate(-50%, -50%);
  }

  .arrow{
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 53%;
    left: 49.5%;
    transform: translate(-50%, -50%);
  }
  
  .image-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    perspective: 500px;
    overflow: hidden;
  }
  
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  #projects{
    position: relative;
  }

  .proSections{
    background-color: #181209;
    width: 100%;
    height: auto;
  }

   .project1{
    padding: 30px;
    /* position: relative;
    margin: 0 auto; */
    width: 55%;
    height: auto;
    margin: 0 auto;
    border-radius: 25px;
    filter: drop-shadow(rgba(255, 255, 255, 0.458) 0 0 0);
    overflow-x: hidden;
    transition: 0.3s;
  } 

  .project1 img{
    width: 100%;
    height: auto;
    border-radius: 25px;
  }

  .project1:hover{
    cursor: pointer;
    border-radius: 25px;
    filter: drop-shadow(rgba(255, 255, 255, 0.458) 0 10px 10px);
    overflow:visible;
  }

 

  .grid{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .row{
    display: flex;
    flex-direction: row;
    width: 55%;
    height: auto;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .pro-grid{
    opacity: 0;
    width: 40%;
    height: auto;
    margin-bottom: 50px;
    border-radius: 25px;
    filter: drop-shadow(rgba(255, 255, 255, 0.458) 0 0 0);
    transition: 0.3s;
  }

 

  .pro-grid:hover{
    cursor: pointer;
    border-radius: 25px;
    filter: drop-shadow(rgba(255, 255, 255, 0.458) 0 10px 10px);
    overflow: visible;
  }

  .row div:first-child{
    margin-right: 10%;
  }

  .pro-grid img{
    border-radius: 10px;
  }


  .aboutMe{
    background-color: #181209;
    width: 100%;
    height: auto;
    color: #fff;
    display: flex;
    flex-direction: row;
    margin: 150px auto 0;
    justify-content: center;
  }

  .aboutMe h3{
    font-size: 2rem;
    text-align: left;
  }

  .contact-me h3{
    font-size: 2rem;
    text-align: left;
  }

  .aboutCon{
    width: 30%;
  }

  .aboutCon p{
    margin: 15px 0px;
  }

  .aboutMe div:last-child{
    margin-left: 10px;
  }

  #contact{
    background-color: #181209;
    width: 100%;
    height: auto;
    color: #fff;
  }

nav div:hover{
  cursor: pointer;
}

nav div{
  margin-bottom: 10px;
}

  .cls-1, .cls-2 {
    fill: none;
  }

  .cls-3 {
    fill: #fff;
  }

  .cls-2 {
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2.31px;
  }

  .cls-4 {
    fill: none;
    opacity: .3;
    stroke: #b7976a;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 10.74px;
  }

  .text {
    fill: #b7976a;
  }

  .textAnim1, .textAnim3{
    width: 35%;
    position: absolute;
    left: 100px;
    top: 150px;
  }


  .textAnim2, .textAnim4{
    width: 35%;
    position: absolute;
    right: 10%;
    bottom: 5%;
  }


  .mainAnim{
    position: absolute;
    width: 500px;
    height: auto;
    z-index: 1000;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .name1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
  }


  .loading{
    z-index: 1000;
    background-color: #181209;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .nameSvg{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
  }










  /* Contact */







  .contact-me, .contact-me2 {
    margin: 0  auto;
    width: 75%;
    /* background-color: rgba(17, 18, 32, 0.7); */
    padding: 2.0rem 5.0rem;
    text-align: left;
    min-height: 30.0rem;
    color: white;
    display: flex;
    flex-direction: column;
    position: relative;
}

.contact-me2 {
    display: none;
}

input[type=text], textarea {
    font-size: 120%;
    color: white;
    background-color: rgba(255, 255, 255, 0.3);
}

.name-email{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: -1.25rem;
}

.name-email p:first-child{
    flex-grow: 2;
}

.name-email p:last-child{
    flex-grow: 2;
}


label{
    line-height: 2rem;
}

.contact-me h1
{
    font-size: 200%;
}
.contact-me p {
    margin: 1.0rem;
}
.message, input[type=text] {
    width: 100%;
}
.submit {
    padding: 1.0rem 2rem ;
    background-color: #181209;
    color: white;
    border: #fff solid 1px;
    cursor: pointer;
    border-radius: 30px;
    font-size: 1rem;
    transition: 0.5s;
}

.submit:hover{
  cursor: pointer;
  background-color: #fff;
  border: #181209 solid 1px;
  color: #181209;
}

.seeM{
  position: absolute;
  left: 50%;
  padding: 1.0rem 2rem ;
    background-color: #181209;
    color: white;
    border: #fff solid 1px;
    cursor: pointer;
    border-radius: 30px;
    font-size: 1rem;
    transition: 0.5s;
    transform: translate(-50%, 0);
    margin-top: 20px;
    margin-bottom: 50px;
}

.seeM:hover{
  cursor: pointer;
  background-color: #fff;
  border: #181209 solid 1px;
  color: #181209;
}



@media only screen and (max-width: 600px) {
  /* Hiding text Animation for mobile */
  .textAnim1, .textAnim2, .textAnim3, .textAnim4{
    display: none;
  } 
  


  .proSections{
    background-color: #181209;
    width: 100%;
    height: auto;
  }

   .project1{
    padding: 0;
    /* position: relative;
    margin: 0 auto; */
    width: 60%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 0px;
    filter: drop-shadow(rgba(255, 255, 255, 0.458) 0 0 0);
    overflow-x: hidden;
    transition: 0.3s;
  } 

  .project1 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
  }


/* Project Grid */

  .row div:first-child{
    margin-right: auto;
  }
  .row{
    display: block;
    /* flex-direction: column; */
    width: 100%;
    height: auto;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  .pro-grid{
    margin: 0 auto;
    opacity: 0;
    width: 60%;
    height: auto;
    margin-bottom: 50px;
    border-radius: 25px;
    filter: drop-shadow(rgba(255, 255, 255, 0.458) 0 0 0);
    transition: 0.3s;
  }


  /* About me */

  .aboutMe div:last-child{
    margin-left: auto;
  }


  .aboutMe{
    background-color: #181209;
    width: 100%;
    height: auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin: 180px auto 0;
    justify-content: center;
  }

  .aboutCon{
    margin: 0 auto;
    width: 90%;
  }

  .aboutCon p{
    margin: 15px 0px;
  }


  /* Contact */

  .contact-me, .contact-me2 {
    margin: 20px  auto 0px;
    width: 100%;
    /* background-color: rgba(17, 18, 32, 0.7); */
    padding: 1rem 2rem;
    text-align: left;
    min-height: 30.0rem;
    color: white;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .contact-me2{
    margin: 0  auto;
    width: 100%;
    height: auto;
  }

  .contact-me2 {
    display: none;
  }

  .name-email{
    display: flex;
    flex-direction: column;
    width: 100%;
}


}