@font-face { font-family: ChillMed; src: url("Fonts/Chillax-Medium.otf"); }
@font-face { font-family: ChillReg; src: url("Fonts/Chillax-Regular.otf" );}
@font-face { font-family: ChillSemi; src: url("Fonts/Chillax-Semibold.otf"); }
@font-face { font-family: ChillLight; src: url("Fonts/Chillax-Light.otf"); }
@font-face { font-family: ChillExt; src: url("Fonts/Chillax-Extralight.otf"); }

body {
    background-color: black;
}


#cad-nav{
    width: 100%;
    height: 50px;
    background-color: rgb(0, 0, 0);
}
#cadnav-home{
    height: 100%;
    width: 200px;
    font-family: ChillMed;
    font-size: 25px;
    color: white;
    background-color: black;
    border: 2px solid black;
    border-radius: 15px;
    transition-duration: .4s;
    position: relative;
    left: 72%;
    
}
#cadnav-home:hover{
    background-color: white;
    color: black;
      box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.2), 0 10px 25px 0 rgba(255, 255, 255, 0.19);
    
}
#cadnav-about-me{
    height: 100%;
    width: 200px;
    font-family: ChillMed;
    font-size: 25px;
    color: white;
    background-color: black;
    border: 2px solid black;
    border-radius: 15px;
    transition-duration: .4s;
    position: relative;
    left: 72%;
    
}
#cadnav-about-me:hover{
    background-color: white;
    color: black;
      box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.2), 0 10px 25px 0 rgba(255, 255, 255, 0.19);
    
}
#cad-mainblock{
    width: 100%;
    height: 150px;
    background-color: rgb(0, 0, 0);
      border-radius: 25px;

}

#cad-title{
    color: white;
    font-family: ChillLight;
    font-size: 80px;
    text-align: center;
    position: relative;
    top: 0px;
    animation: cad-title-ani 1s ease-in-out;
    text-shadow: 0 0 30px #3a3a3a, 0 0 30px #3a3a3a, 0 0 30px #3a3a3a, 0 0 30px #3a3a3a, 0 0 30px #3a3a3a, 0 0 30px #3a3a3a, 0 0 30px #3a3a3a;     
}

#cad-backprojects{
    background-color: black;
    color: white;
    font-family: ChillReg;
    font-size: 20px;
    position: absolute;
    left: 25px;
   
    border: transparent;
    border-radius: 10px;
    width: 200px;
    height: 50px;
    transition-duration: .4s;
}

#cad-backprojects:hover{
background-color: white;
color: black;
box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.2), 0 10px 25px 0 rgba(255, 255, 255, 0.19);


}

@keyframes cad-title-ani {

    0%{
opacity: 0%;
top: -20px;
    }

    100%{
opacity: 100%;
top: 0px;
    }
    
}
/* CAD PROJECTS COPYABLE ------------------------------------------------------------------------------------- */
#cad-project-1{
    width: 100%;
    height: 400px;
    border-radius: 25px;
    background-color: #000000;
    position: relative;
    top: 10px;  
}
#cad-project-1-title{

    color: white;
    font-family: ChillLight;
    font-size: 40px;
    position: absolute;
    left: 500px;
    top: 10px;
}
#cad-project-1-para{
     color: white;
    font-family: ChillLight;
    font-size: 20px;
    position: absolute;
    left: 500px;
    top: 100px;
    text-align: left;
    width: 600px;
}
#cad-project-1-img{

    width: 400px;
    height: 300px;
    position: absolute;
    left: 50px;
    top: 50px;
    border-radius: 25px;
    
    
}

#cad-project-1-view{
    width: 150px;
    height: 300px;
    position: absolute;
    left: 1250px;
    top: 50px;
    background-color: #000000;
    color: white;
    font-family: ChillLight;
    font-size: 20px;
    transition-duration: .4s;
    border-radius: 10px;
    border: transparent;
}

#cad-project-1-view:hover{
    background-color: white;
    color: black;
    box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.2), 0 10px 25px 0 rgba(255, 255, 255, 0.19);
    width: 200px;

}

#cad-project-2{
    width: 100%;
    height: 400px;
    border-radius: 25px;
    background-color: #000000;
    position: relative;
    top: 10px;  
}

#cad-project-2-title{

    color: white;
    font-family: ChillLight;
    font-size: 40px;
    position: absolute;
    left: 500px;
    top: 10px;
}
#cad-project-2-para{
     color: white;
    font-family: ChillLight;
    font-size: 20px;
    position: absolute;
    left: 500px;
    top: 100px;
    text-align: left;
    width: 500px;
}
#cad-project-2-img{

    width: 400px;
    height: 300px;
    position: absolute;
    left: 50px;
    top: 50px;
    border-radius: 25px;
    
    
}

#cad-project-2-view{
    width: 150px;
    height: 300px;
    position: absolute;
    left: 1250px;
    top: 50px;
    background-color: #000000;
    color: white;
    font-family: ChillLight;
    font-size: 20px;
    transition-duration: .4s;
    border-radius: 10px;
    border: transparent;
}

#cad-project-2-view:hover{
    background-color: white;
    color: black;
    box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.2), 0 10px 25px 0 rgba(255, 255, 255, 0.19);
    width: 200px;

}
#cad-project-3{
    width: 100%;
    height: 400px;
    border-radius: 25px;
    background-color: #000000;
    position: relative;
    top: 10px;  
}

#cad-project-3-title{

    color: white;
    font-family: ChillLight;
    font-size: 40px;
    position: absolute;
    left: 550px;
    top: 10px;
}
#cad-project-3-para{
     color: white;
    font-family: ChillLight;
    font-size: 20px;
    position: absolute;
    left: 550px;
    top: 100px;
    text-align: left;
    width: 500px;
}
#cad-project-3-img{

    width: 450px;
    height: 300px;
    position: absolute;
    left: 50px;
    top: 50px;
    border-radius: 25px;
    
    
}

#cad-project-3-view{
    width: 150px;
    height: 300px;
    position: absolute;
    left: 1250px;
    top: 50px;
    background-color: #000000;
    color: white;
    font-family: ChillLight;
    font-size: 20px;
    transition-duration: .4s;
    border-radius: 10px;
    border: transparent;
}

#cad-project-3-view:hover{
    background-color: white;
    color: black;
    box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.2), 0 10px 25px 0 rgba(255, 255, 255, 0.19);
    width: 200px;

}



#cad-project-4{
    width: 100%;
    height: 400px;
    border-radius: 25px;
    background-color: #000000;
    position: relative;
    top: 10px;  
}

#cad-project-4-title{

    color: white;
    font-family: ChillLight;
    font-size: 40px;
    position: absolute;
    left: 550px;
    top: 10px;
}
#cad-project-4-para{
     color: white;
    font-family: ChillLight;
    font-size: 20px;
    position: absolute;
    left: 550px;
    top: 100px;
    text-align: left;
    width: 500px;
}
#cad-project-4-img{

    width: 450px;
    height: 300px;
    position: absolute;
    left: 50px;
    top: 50px;
    border-radius: 25px;
    
    
}

#cad-project-4-view{
    width: 150px;
    height: 300px;
    position: absolute;
    left: 1250px;
    top: 50px;
    background-color: #000000;
    color: white;
    font-family: ChillLight;
    font-size: 20px;
    transition-duration: .4s;
    border-radius: 10px;
    border: transparent;
}

#cad-project-4-view:hover{
    background-color: white;
    color: black;
    box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.2), 0 10px 25px 0 rgba(255, 255, 255, 0.19);
    width: 200px;

}

#cad-project-5{
    width: 100%;
    height: 400px;
    border-radius: 25px;
    background-color: #000000;
    position: relative;
    top: 10px;  
}

#cad-project-5-title{

    color: white;
    font-family: ChillLight;
    font-size: 40px;
    position: absolute;
    left: 500px;
    top: 10px;
}
#cad-project-5-para{
     color: white;
    font-family: ChillLight;
    font-size: 20px;
    position: absolute;
    left: 500px;
    top: 100px;
    text-align: left;
    width: 500px;
}
#cad-project-5-img{

    width: 400px;
    height: 300px;
    position: absolute;
    left: 50px;
    top: 50px;
    border-radius: 25px;
    
    
}

#cad-project-5-view{
    width: 150px;
    height: 300px;
    position: absolute;
    left: 1250px;
    top: 50px;
    background-color: #000000;
    color: white;
    font-family: ChillLight;
    font-size: 20px;
    transition-duration: .4s;
    border-radius: 10px;
    border: transparent;
}

#cad-project-5-view:hover{
    background-color: white;
    color: black;
    box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.2), 0 10px 25px 0 rgba(255, 255, 255, 0.19);
    width: 200px;

}

#cad-project-6{
    width: 100%;
    height: 400px;
    border-radius: 25px;
    background-color: #000000;
    position: relative;
    top: 10px;  
}

#cad-project-6-title{

    color: white;
    font-family: ChillLight;
    font-size: 40px;
    position: absolute;
    left: 500px;
    top: 10px;
}
#cad-project-6-para{
     color: white;
    font-family: ChillLight;
    font-size: 20px;
    position: absolute;
    left: 500px;
    top: 100px;
    text-align: left;
    width: 500px;
}
#cad-project-6-img{

    width: 400px;
    height: 300px;
    position: absolute;
    left: 50px;
    top: 50px;
    border-radius: 25px;
    
    
}

#cad-project-6-view{
    width: 150px;
    height: 300px;
    position: absolute;
    left: 1250px;
    top: 50px;
    background-color: #000000;
    color: white;
    font-family: ChillLight;
    font-size: 20px;
    transition-duration: .4s;
    border-radius: 10px;
    border: transparent;
}

#cad-project-6-view:hover{
    background-color: white;
    color: black;
    box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.2), 0 10px 25px 0 rgba(255, 255, 255, 0.19);
    width: 200px;

}
#cad-project-7{
    width: 100%;
    height: 400px;
    border-radius: 25px;
    background-color: #000000;
    position: relative;
    top: 10px;  
}

#cad-project-7-title{

    color: white;
    font-family: ChillLight;
    font-size: 40px;
    position: absolute;
    left: 550px;
    top: 10px;
}
#cad-project-7-para{
     color: white;
    font-family: ChillLight;
    font-size: 20px;
    position: absolute;
    left: 550px;
    top: 100px;
    text-align: left;
    width: 500px;
}
#cad-project-7-img{

    width: 450px;
    height: 300px;
    position: absolute;
    left: 50px;
    top: 50px;
    border-radius: 25px;
    
    
}

#cad-project-7-view{
    width: 150px;
    height: 300px;
    position: absolute;
    left: 1250px;
    top: 50px;
    background-color: #000000;
    color: white;
    font-family: ChillLight;
    font-size: 20px;
    transition-duration: .4s;
    border-radius: 10px;
    border: transparent;
}

#cad-project-7-view:hover{
    background-color: white;
    color: black;
    box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.2), 0 10px 25px 0 rgba(255, 255, 255, 0.19);
    width: 200px;

}
#cad-project-8{
    width: 100%;
    height: 400px;
    border-radius: 25px;
    background-color: #000000;
    position: relative;
    top: 10px;  
}

#cad-project-8-title{

    color: white;
    font-family: ChillLight;
    font-size: 40px;
    position: absolute;
    left: 550px;
    top: 10px;
}
#cad-project-8-para{
     color: white;
    font-family: ChillLight;
    font-size: 20px;
    position: absolute;
    left: 550px;
    top: 100px;
    text-align: left;
    width: 500px;
}
#cad-project-8-img{

    width: 450px;
    height: 300px;
    position: absolute;
    left: 50px;
    top: 50px;
    border-radius: 25px;
    
    
}

#cad-project-8-view{
    width: 150px;
    height: 300px;
    position: absolute;
    left: 1250px;
    top: 50px;
    background-color: #000000;
    color: white;
    font-family: ChillLight;
    font-size: 20px;
    transition-duration: .4s;
    border-radius: 10px;
    border: transparent;
}

#cad-project-8-view:hover{
    background-color: white;
    color: black;
    box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.2), 0 10px 25px 0 rgba(255, 255, 255, 0.19);
    width: 200px;

}

#cad-project-9{
    width: 100%;
    height: 400px;
    border-radius: 25px;
    background-color: #000000;
    position: relative;
    top: 10px;  
}

#cad-project-9-title{

    color: white;
    font-family: ChillLight;
    font-size: 40px;
    position: absolute;
    left: 550px;
    top: 10px;
}
#cad-project-9-para{
     color: white;
    font-family: ChillLight;
    font-size: 20px;
    position: absolute;
    left: 550px;
    top: 100px;
    text-align: left;
    width: 500px;
}
#cad-project-9-img{

    width: 450px;
    height: 300px;
    position: absolute;
    left: 50px;
    top: 50px;
    border-radius: 25px;
    
    
}

#cad-project-9-view{
    width: 150px;
    height: 300px;
    position: absolute;
    left: 1250px;
    top: 50px;
    background-color: #000000;
    color: white;
    font-family: ChillLight;
    font-size: 20px;
    transition-duration: .4s;
    border-radius: 10px;
    border: transparent;
}

#cad-project-9-view:hover{
    background-color: white;
    color: black;
    box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.2), 0 10px 25px 0 rgba(255, 255, 255, 0.19);
    width: 200px;

}