body{
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}

#particles-js{

    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgb(17, 17, 17),rgb(37, 39, 39),rgb(77, 74, 74), rgb(105, 103, 102));
    /* background: linear-gradient(0deg, rgb(90, 172, 197),rgb(243, 144, 144), rgb(255, 162, 134), rgb(248, 190, 113)); */
}

.readmore{
    font-family: 'Exo 2', sans-serif;
    color: white;
    font-size: 1.1em;
    margin-left: -5px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 5px;
    padding-bottom: 8px;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    text-decoration: none
}

.title{
    font-family: 'Exo 2', sans-serif;
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: 999;
    color: rgb(255, 255, 255);
    font-size: 5.5vw;
    font-weight: 100;
    /* text-shadow: 1px 1px 10px #000000; */
}

.iconcontainer{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 60%;
    left: 36%;
    width: 25%;
    margin-top: 50px;
}

.iconfooter{
    display: flex;
    justify-content: space-between;
    width: 25%;
    margin: 0 auto;
    
}

.contact{
    font-size: 5.5vw;
    color: white;
    margin: 0 auto;
    margin-bottom: 90px;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
}


.fa-github{
    color:white;
}

.fa-html5{
    color: white;

}

.fa-css3-alt{
    color: white;
}

.fa-sass{
    color: white;
}

.fa-js{
    color: white;
}

.fa-react{

    color:white;
}
.fa-wordpress-simple{
    color: white;
}

.fa-php{

    color: white;
}

.fa-linkedin-in{
    color: white;
}

.fa-envelope{
    color: white;
}
.aboutdiv{

    height: 1000px;
    background-color: rgb(17, 17, 17);
    padding-top: 100px;
   
}

.projectsheader{
    background: linear-gradient(0deg, rgb(17, 17, 17),rgb(37, 39, 39),rgb(77, 74, 74), rgb(105, 103, 102));
    height: auto;
}

.galleria{

    height: 800px;
    width: auto;
    margin: 0 auto;
}
.galleria-thumbnails { margin: auto;}

body .galleria-container{ background: linear-gradient(0deg, rgb(3, 3, 3), rgb(49, 48, 48)); }
/* project container 1 */

.projectcontainer{
    position: relative;
    height: 80%;
}


.projecttitle{
    position: absolute;
    font-size: 5vw;
    z-index: 999;
    color: white;
    top: -17%;
    left: 1%;
    font-family: 'Exo 2', sans-serif;
    color: rgb(238, 238, 238);
    text-shadow: 3px 3px 10px rgb(17, 17, 17);

}

.projectimage{
    width: 50%;
    height: 65%;
    background-color: grey;
    position: absolute;
    object-fit: cover;
    top: 0%;
    left: 3%;
    -webkit-box-shadow: -25px 20px 25px -4px rgba(0,0,0,0.52);
    -moz-box-shadow: -25px 20px 25px -4px rgba(0,0,0,0.52);
    box-shadow: -25px 20px 25px -4px rgba(0,0,0,0.52);
    
}

.projecttools{
    width: 25%;
    height: 60px;
    padding: 15px;
    background-color: rgb(34, 33, 33);
    position: absolute;
    top: 57%;
    left: 30%;
    z-index: 999;
    display: flex;
    justify-content: space-around;
    border-radius: 50px;
    -webkit-box-shadow: -25px 20px 5px -4px rgba(0,0,0,0.52);
    -moz-box-shadow: -25px 20px 5px -4px rgba(0,0,0,0.52);
    box-shadow: -25px 20px 5px -4px rgba(0,0,0,0.52);
    
}
.projectdesc{
    width: 35%;
    height: auto;
    padding: 40px;
    position: absolute;
    background: linear-gradient(0deg,  rgb(48, 47, 47), rgb(17, 17, 17));
    top: 10%;
    right: 3%;
}

/* project container 2 */

.projecttitle02{

    position: absolute;
    font-size: 5vw;
    z-index: 999;
    color: white;
    top: -17%;
    right: 1%;
    font-family: 'Exo 2', sans-serif;
    color: rgb(238, 238, 238);
    text-shadow: 3px 3px 10px rgb(17, 17, 17);

}

.projectcontainer02{
    position: relative;
    height: 80%;


}

.projectimage02{
    width: 50%;
    height: 65%;
    background-color: grey;
    position: absolute;
    object-fit: cover;
    top: 0%;
    right: 3%;
    -webkit-box-shadow: 18px 15px 5px -4px rgba(0,0,0,0.52);
    -moz-box-shadow: 18px 15px 5px -4px rgba(0,0,0,0.52);
    box-shadow: 18px 15px 5px -4px rgba(0,0,0,0.52);
    
}

.projecttools02{
    width: 25%;
    height: 60px;
    padding: 15px;
    background-color: rgb(34, 33, 33);
    position: absolute;
    top: 57%;
    right: 30%;
    z-index: 999;
    display: flex;
    justify-content: space-around;
    border-radius: 50px;
    -webkit-box-shadow: 18px 15px 5px -4px rgba(0,0,0,0.52);
    -moz-box-shadow: 18px 15px 5px -4px rgba(0,0,0,0.52);
    box-shadow: 18px 15px 5px -4px rgba(0,0,0,0.52);
    
}
.projectdesc02{
    width: 35%;
    height: auto;
    padding: 40px;
    background: linear-gradient(0deg,  rgb(48, 47, 47), rgb(17, 17, 17));
    position: absolute;
    top: 10%;
    left: 3%;
}

.paragraph{
    font-family: 'Exo 2', sans-serif;
    line-height: 1.5em;
    font-size: 1.2em;
    color: white;
}
.projecttop{
    
    padding-bottom: 5vh;

}

.projectname{
    font-family: 'Exo 2', sans-serif;
    position: absolute;
    z-index: 999;
    top: -4%;
    left: 7%;
    font-size: 3.5vw;
    color: rgb(238, 238, 238);
    text-shadow: 3px 3px 10px rgb(17, 17, 17);

}

.projectskills{
    width: 40%;
    height: 5%;
    padding: 15px;
    background: linear-gradient(50deg, rgb(17, 17, 17),rgb(37, 37, 36));
    position: absolute;
    top: 60%;
    left: -12%;
    z-index: 999;
    display: flex;
    justify-content: space-around;
    border-radius: 50px;
    -webkit-box-shadow: 0px 27px 51px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 27px 51px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 27px 51px 3px rgba(0,0,0,0.75);


}

.projectwrapper{
    width: 75%;
    height: auto;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0px 0px 51px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 51px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 51px 3px rgba(0,0,0,0.75);
}


.projectfooter{

    padding-top: 10vh;
    padding-bottom: 100px;
}

footer{
    padding-top: 200px;
    padding-bottom: 200px;
    height: auto;
    background: linear-gradient(0deg, rgb(77, 74, 74), rgb(17, 17, 17));
}

.heart{
    padding-top: 75px;
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;


}

.fa-arrow-left{
    border-radius: 50%;
    border: 2px solid black;
    padding: 10px;
    position: fixed;
    top:5%;
    left: 2%;
    color: white;
    border-color: white;
    
}

@media only screen and (max-width: 1600px){

    .title{
        font-size: 7.5vw;
        left: 24%;
    }

    .iconcontainer{

        width: 55%;
        left: 23%;

    }

    .projecttitle{
        font-size: 7vw;
    }

    .projecttitle02{
        font-size: 7vw;
    }

}

@media only screen and (max-width: 1100px) {

    .readmore{
        font-size: 1em;
        margin-left: 10px;
        
    }

    .projecttitle{
        display: block;
    
    }

    .projectcontainer{
        width: 85%;
        margin: 0 auto;
    }

    .projectcontainer02{
        width: 85%;
        margin: 0 auto;
    }
    
    .projectimage{
        width: 100%;
        left: 0%;
        box-shadow: none;
        
    }
    
    .projecttools{
        display: none;
        background-color:rgb(19, 19, 19);
        width: 100%;
        left: 0%;
        top:63%;
        padding: 0px;
        border-radius: 0px;
        box-shadow: none;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0 auto;

        
    }
    .projectdesc{
        width: 100%;
        top: 50%;
        right: 0%;
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: hidden;
        box-shadow: none;
    }


    .projectimage02{
        width: 100%;
        right: 0%;
        box-shadow: none;

        
    }
    
    .projecttools02{
        display: none;
        background-color: rgb(19, 19, 19);
        width: 100%;
        right: 0%;
        padding: 0px;
        top:63%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 0px;
        box-shadow: none;
      
        
    }
    .projectdesc02{

        width: 100%;
        top: 50%;
        left: 0%;
        padding: 0px;
        padding-bottom: 20px;
        box-shadow: none;
        
    }

    .paragraph{
        padding: 15px;
        font-family: 'Exo 2', sans-serif;
        line-height: 1.5em;
        font-size: 17px;
        color: white;
    }

    .projectskills{
        width: 75%;
        top: 57%;
        left: 0%;
        border-radius: 0px;
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: rgb(0, 0, 0);
        box-shadow: none;
    }

    .projectinfo{
        padding-top: 100px;
        font-size: 4vw;
        

    }

    .projecttop{
    
        padding-bottom: 10vh;
    
    }

    .projectname{
        font-family: 'Exo 2', sans-serif;
        position: absolute;
        z-index: 999;
        top: 0%;
        left: 7%;
        font-size: 5.5vw;
        color: rgb(238, 238, 238);
        text-shadow: 3px 3px 10px rgb(17, 17, 17);
    
    }

    
 
  }

  @media only screen and (max-width: 870px){

    .projectskills{

        top: 50%;

    }

    .iconfooter{
        width: 80%;
        padding: 0 20px;
    }

    .projecttitle{
        top: -10%;
    }

    .projecttitle02{
        top: -10%;
    }

  }


  @media only screen and (max-width: 550px){

    .title{

        font-size: 10.5vw;
        left: 15%;
    }

    .contact{
        font-size: 9.5vw;
    }

    .projectwrapper{
        width: 100%;
    }

    .projecttop{
    
        padding-bottom: 20vh;
    
    }

    .projectname{
        top: 10%;
        left: 0%;
        font-size: 7.5vw;
        
    
    }

    .projectdesc{

        padding-bottom: 35px;

    }


    .projectdesc02{

        padding-bottom: 35px;

    }

    .projectimage{

        height: 35%;
    }

    .projectimage02{

        height: 35%;
    }


    .fa-arrow-left{
        border-radius: 50%;
        border: 2px solid black;
        padding: 10px;
        position: absolute;
        top:0%;
        left: 0%;
        color: white;
        border-color: white;
        
    }


  }

  @media only screen and (max-width: 470px){


    footer{
    
        padding-top: 450px;
        

    }

    .paragraph{

        font-size: 1em;
    }



  }

  
  @media only screen and (max-width: 390px){

    .projectinfo{
        padding-top: 150px;
    }



  }
