/* Reset */

html {
    box-sizing: border-box;
    font-size: 16px;
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
  }
  
  ol, ul {
    list-style: none;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }

/* Global Styles */
body {
    background-color: #1A1A1A;
    font-family: 'Inter', sans-serif;

}
#particle_background canvas{
    position: absolute;
    width: 100%;
    height: 100%;
}

.container {
    max-width: 1400px;
}


/* Navigation */


.nav-link {
    text-decoration: none;
    margin: 0px 10px;
    color: #E6DDD4 !important;
    font-weight: 500;
}

.navbar-brand > h2 {
    font-weight: 700;
    color: #E0CA3C;
}






/* Main wrapper */
.main-content {
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E6DDD4;
}
.main-text {
    padding: 20px;
}
.main-text > h2 {
    font-size: 20px;
    margin-bottom: 20px;
    transition: all .5s ease-in-out;
    color: #E0CA3C;

}
.main-text > h1 {
    font-size: 80px;
    font-weight: 700;
    transition: all .5s ease-in-out;;
    
}
.main-text > h3 {
    font-size: 80px;
    font-weight: 700;
    transition: all .5s ease-in-out;
    color: #E0CA3C;
}
.main-text > p {
    margin-top: 20px;
    font-size: 16px;
    padding-right: 40%;
    transition: all .5s ease-in-out;
    color: #E6DDD4;
}
.btn {
    background-color: #E0CA3C;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    width: 150px !important; 

}
/* Links */
.link-wrapper {
    display: flex;
    margin: auto;
    text-align: center;
    padding: 0px 30px;
}
.left-links {
    position: fixed;
    bottom: 0px;
}
.left-links > ul > li  {
    padding: 10px 0px;
}
.left-links > ul > li > a   {
    color: #E6DDD4;
    text-decoration: none;
}
.left-links > ul > li:hover   {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(2);
    transition: all 0.5s ease;

}
.line {
    height: 150px;
    width: 1px;
    content: "";
    background-color: #E6DDD4;
    margin: auto;
}

/* ============= About Me ===================== */
.dev-img {
    border-radius: 50%;
    display: block;
    margin: auto;
    max-width: 150;
    height: 150;
    opacity: 0.5;
    transition: all 1s ease;
    margin-top: 50px;
}
.dev-img:hover {
    opacity: 1;
}
.about-me {
    max-width: 700px;
   
}
.about-me > h1 {
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
  
}
.about-me > hr {
    width: 30%;
    background-color: #E6DDD4;
   
}
.about-me > p {
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
}
.about-me > p > span {
    color: #E0CA3C;
}

.skills {
    width: 100%;
    display: flex;

}
.list {
    width: 100%;
    margin: auto;
    display: block;
    margin: 0px 10px;
}
.left {
    text-align: right;
}
.right {
    text-align: left;
}

.skills-list > li {
    margin: 15px 0px;
    transition: all 1s ease-in;
}

/*=========================================*/
/*============= Media Queries============= */
/*======================================== */

/* Optimize Screen Width < 992 Pixels */
@media only screen and (max-width: 992px) {

    .container {
        max-width: 800px;
    }
    .main-text > h2 {
        font-size: 21px;
    }
    .main-text > h1 {
        font-size: 60px; 
    }
    .main-text > h3 {
        font-size: 60px;

    }
    .main-text > p {
        font-size: 17px;
    }
    .line {
        height: 100px;
        width: 1px;
        content: "";
        background-color: #E6DDD4;
        margin: auto;
    }

    

 /* Navigation Bar for mobile  */
    .custom-toggle > span {
        background-color: #E0CA3C;
        content: "";
        width: 20px;
        height: 2px;
        display: block;
        margin: 5px 0px;
        transition: all 0.5s ease;
    }
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;

    }
    .nav-item {
        text-align: right;
    }

 
    .navbar-collapse {
        transition: all 1.5s ease !important;
        position: absolute;
        right: 20px;
        top: 50px;
    }
    .nav-section {
        position: relative;
    }
 


    /* End OF Home */


}

/* Optimize Screen Width < 768 Pixels */
@media only screen and (max-width: 768px) {
    .container {
        max-width: 700px;
    }
    .main-text > h2 {
        font-size: 21px;
    }
    .main-text > h1 {
        font-size: 50px; 
    }
    .main-text > h3 {
        font-size: 50px;
    }
    .main-text > p {
        font-size: 17px;
        padding-right: 30%;
    }
    .main-content {
        min-height: 700px;
    }

 

    /* End OF Home */


}
@media only screen and (max-width: 500px) {

    .line {
        display: none;
    }
    .link-wrapper {
        display: flex;
        justify-content: center;
        align-content: center;
  
 
    }
    .left-links {
        position: static;
        padding: 50px 0px;
        
    }
    .left-links > ul > li  {
        padding: 0px 10px;
        display: inline;
  
    }


}
  

@media only screen and (max-width: 400px) {
    .main-text > h2 {
        font-size: 20px;
    }
    .main-text > h1 {
        font-size: 30px; 
    }
    .main-text > h3 {
        font-size: 30px;
    }
    .main-text > p {
        font-size: 13px;
        padding-right: 20%;
    }
    .btn {
        font-size: 10px;
        width: 100px !important; 
    
    }
    .main-content {
        min-height: 500px;
    }


    

}



