*{
    padding: 0;
    margin: 0;
}
body{
    color: red;
    background-color: black;
    text-shadow: 0 0 2px blue;
    width: 100%;
    overflow-x: hidden;
}
.blinking-box{
    background-color: red;
    animation: blink 0.5s infinite alternate;
    text-align: center;
    color: blue;
}
/*nav*/
svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  color: #3498db;
}
.all_navigation{
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
.navBtn{
    border: 2px solid blue;
    padding: 5px 20px;
    background-color: black;
    box-shadow: 0px 0px 50px blue;
    text-decoration: none;
    font-size: 24px;
    border-radius: 10px;
    color: red;           
    display: flex;        
    align-items: center;  
    gap: 8px; 
    margin-top: 20px;
}
.projectText{
    padding: 5px 20px;
    background-color: black;
    box-shadow: 0px 0px 50px blue;
    text-decoration: none;
    font-size: 24px;
    border-radius: 10px;
    color: red;           
    display: flex;        
    align-items: center;  
    gap: 8px;
}
.homeHtml{
    padding: 5px 20px;
    background-color: black;
    box-shadow: 0px 0px 50px blue;
    text-decoration: none;
    font-size: 24px;
    border-radius: 10px;
    color: red;           
    display: flex;        
    align-items: center;  
    gap: 8px;
}



/*ending of nav*/

/* now the starting */
.introduction{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-top: 25px;
    margin-left: 20px;
}
.starting{
    font-size: 3rem;
    text-align: center;
    color: red;
    margin-bottom: 30px;
}
.starting:hover{
    color: blue;
}
.title{
    font-size: 2.5rem;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
    margin-right: 50px;
}
.title:hover{
    color: blue;
}
.i_am{
    font-size: 2.5rem;
    text-align: center;
}
.i_am:hover{
    color: blue;
}
.subtitle{
    font-size: 2rem;
    text-align: center;
    margin-top: 30px;
}
.subtitle:hover{
    color: blue;
    font-size: 32.05px;
}
.description{
    font-size: 2.2rem;
}


/* about skills in card format */

.skills_cards{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.skills_cards_h1{
    margin-top: 9vh;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 10vh;
}
.html{
    max-width: 350px;
    margin-top: 7vh;
    text-align: center;
    box-shadow:  0 0 15px 15px red;
    margin-left: 25px;
}
.html:hover{
    box-shadow:  0 0 50px 25px blue;
    color: blue;
}
.classForHtmlSkill_H1{
    font-size: 45px;
    opacity: 0.9;
}
.skills_cards_h1:hover{
    color: white;
    color: blue;
}
.html_p{
    font-size: 28px;
    margin-top: 25px;
    opacity: 0.9;
}
.css{
      max-width: 350px;
    margin-top: 7vh;
    text-align: center;
    box-shadow:  0 0 15px 15px red;
}
.css:hover{
    box-shadow:  0 0 50px 25px blue;
    color: blue 
}
.headingForCss{
    font-size: 45px;
    opacity: 0.9;
}
.css_p{
    font-size: 28px;
    margin-top: 25px;
    opacity: 0.9;
}
.javascript{
    
    max-width: 350px;
    margin-top: 7vh;
    text-align: center;
    box-shadow:  0 0 15px 15px red;
}
.javascript:hover{
    box-shadow:  0 0 50px 25px blue;
    color: blue 
}
.headingForJs{
    font-size: 45px;
    opacity: 0.9;
}
.css_p{ 
    font-size: 28px;
    margin-top: 25px;
    opacity: 0.9;
}
.js_p{
    font-size: 28px;
    margin-top: 25px;
    opacity: 0.9; 
}

/*End of skill cards*/
/* break */



/*starting of projects*/
.project_cards{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    text-decoration: dotted;
    list-style-type: none;
}
.h2ForProjects{
    font-size: 3rem;;
    text-align: center;
    margin-bottom: 20px;
    color: blue;
    margin-bottom: 80px;
    text-align: center;
}
.h2ForProjects:hover{
    color: red;
}
.projectsBySTH-999{
    font-size: 1.5rem;
    margin-top: 60px;
    color: blue;
    text-decoration: dotted;
}
.projectsBySTH-999:hover{
    color: red;
}
#ShouldBeRed{
    color: red;
}
#ShouldBeRed:hover{
    color: darkcyan;
    text-decoration: underline;
}
#ShouldBeRed2{
    color: red;
}
#ShouldBeRed2:hover{
    color: darkcyan;
    text-decoration: underline;
}


/*social_links*/
.sec4_socialLinks{
    display: flex;
    justify-content: center;
}
.my-contact{
    text-align: center;
    margin-top: 120px;
    margin-bottom: 50px;
}

/*ending of project*/
/* img */

.sth-logo {
    width: 60vh;
    height: auto;
    margin-left: 10%;
    margin-right: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.sup_img{
display: flex;
}
.WhatsappImg{
    width: 15vh;
    margin-right: 150px;
    margin-bottom: 20px;
}
.facebookImg{
    width: 13vh;
    border-radius: 25px;
    margin-right: 150px;
}
.Instragram{
    width: 12vh;
    border-radius: 25px;
}
/* animations */
#dynamic-text{
    color: gold;
}
@keyframes blink {
    from { opacity: 1; }
    to { opacity: 0.850; }
}
.Evil-eye{
    margin-top: 95px;
    width: 100%;
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
}
#dynamic-text, #color_changer_text {
    transition: color 0.4s ease-in-out;
}

@media screen and (max-width: 688px) {
    .cvButtonTexts {
        display: none !important;
    }
    .navBtn {
        padding: 10px;
        border: 2px solid red;
    }
    .homeHtml{
        display: none !important;
    }
    .projectText{
        display: none;
    }
}