body,html{
    font-family: "poppins",sans-serif !important;
    overflow-x: hidden;
    font-size: 0.8rem;
    padding-top: 70px;
    margin: 0;
    padding: 0;
}
body{
    background-color: var(--primary-color)!important;
}
:root{
    --primary-color: #fff;
    --secondary-color: #212121;
    --card-border: rgba(0,0,0,0.125);
    --card-shadow: rgba(0,0,0,0.075);
}
.cell{
    border: 1px solid var(--card-border)!important;
}
.dark-theme{
    --primary-color: #000106;
    --secondary-color: #fff;
    --card-border: rgba(255,255,255,0.1);
    --card-shadow: rgba(255, 255, 255, 0.05);
}
nav{
    background-color: var(--primary-color) !important;
    border: 1px solid var(--card-border)!important;
    box-shadow: 0 4px 10px 5px var(--card-shadow)!important;
}
.moon{
    color: var(--secondary-color);
    font-size: 25px;
    margin-right: 30px;
    cursor: pointer;
}
.sun{
    color: var(--primary-color);
    font-size: 20px;
    margin-right: 30px;
    display: none;
}
.sun-see{
    display: block;
    color: var(--secondary-color);
    font-size: 20px;
    margin-right: 30px;
    cursor: pointer;
}
.moon-invisible{
    color: var(--primary-color);
    font-size: 25px;
    margin-right: 30px;
    display: none;
}
.card{
    margin-top: 50px !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--card-border)!important;
    box-shadow: 0 4px 10px var(--card-shadow)!important;
    box-shadow: 0 -4px 10px var(--card-shadow)!important;
}
#my-skills-card{
    min-height: 10px;
}
.card-img-top{
    min-height: 40px;
    height: 100%;
}
#my-name{
    font-size: 1.5rem;
    color: var(--secondary-color);
}
svg {
  display: block;
  margin-top: -1px;
}
.small-icons{
    margin-right: 20px;
    margin-top: 3px;
}
.large-icons{
    margin-right: 40px;
    margin-top: 6px;
}
.about-me-socials{
    background-color: white;
    color: #273036;
    padding: 3px;
    border-radius: 4px;
    margin-left: 10px;
}
#about-me-photo{
    height: auto;
    object-fit: contain;
    border-radius: 50% !important;
    margin-top: 20px;
    box-shadow: 0 4px 10px 40px var(--card-shadow)!important;
    box-shadow: 0 -4px 10px 20px var(--card-shadow)!important;
}
#about-me-info{
    margin-top: 50px;
}
#small-text{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: "poppins",sans-serif;
    font-size: 0.8rem;
}
#small-text p{
    color: var(--secondary-color);
}
#about-me-description h1{
    color: var(--secondary-color);
}
#about-me-description h4{
    color: var(--secondary-color);
}
.role{
    color: var(--secondary-color);
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
.skills-section{
    padding: 0 50px;
    margin-bottom: 100px;
    margin-top: 100px;
}
.skills-section .cells{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.skills-section .cells .cell{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    padding: 10px 20px;
    border: solid 1px rgb(231, 230, 230);
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 10px;
}
.cell span{
    color: var(--secondary-color);
}
.skills-image{
    height: 40px;
    max-height: 100%;
}

#css-logo{
    height: 60px;
    margin-top: -10px;
    margin-bottom: -10px;
}

#bootstrap-logo{
    height: 30px;
    margin-bottom: 10px;
}
#git-logo{
    height: 30px;
    margin-bottom: 10px;
}
.bio{
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#tel{
    margin-top: 20px;
}
#button{
    display: flex;
    justify-content: center;
    gap: 20px;
}
#button a{
    background-color: var(--secondary-color);
    color: var(--primary-color);
}
.hr{
    margin-top: 20px;
    margin-bottom: 80px;
}
.project-img{
    height: 200px;
    object-fit: cover;
}
.project-links{
    text-decoration: none;
}
#a-one-image{
    border: solid 1px rgb(199, 199, 199);
}
.project-paragraph{
    margin: 0 40px;
    margin-bottom: 40px;
}
#project-container{
    margin-bottom: 60px;
}
#submit-button{
    max-width: 200px;
    width: 100%;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    margin-top: 30px;
}
#education{
    margin-top: 120px;
}
.card{
    border-radius: 20px !important;
}
.cert-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}
.form-label{
    color: var(--secondary-color);
}
#cert{
    max-width: 300px;
    margin-top: 30px;
    border-radius: 10px;
}
footer{
    background-color: #0a0a0a !important;
    box-shadow: 0 -2px 10px 5px var(--card-shadow)!important;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.btn-hover-bounce:hover {
  animation: bounce 0.4s ease-in-out;
}

#my-skills-card:hover{
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.glowing-icon {
  display: inline-block;
  margin: 10px;
  color: white;
  border: 1px solid white;
  border-radius: 30%;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
  box-shadow: 0 0 5px white, 0 0 10px white;
  transition: all 0.3s ease;
}

.glowing-icon:hover {
  background: white;
  color: black;
;
  box-shadow: 0 0 10px #00eeff, 0 0 20px #00eeff, 0 0 40px #00eeff;
}
footer{
    background-color:#000106 !important;

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

    #skill-paragraph{
        margin: 0 -20px;
    }
    #project-paragraph{
        margin: 0 25px;
    }
    #project-cards{
        margin: 0 20px;
    }
    #about-me-photo{
        margin-top: 50px;
    }
    #moon{
        font-size: 20px;
        margin-right: 10px;
    }
}
@media screen and (min-width:768px) and (max-width:991.98px){
    .project-paragraph{
        margin: 0 100px;
        margin-bottom: 40px;
    }
    #submit-button{
        max-width: 300px;
        width: 100%;
    }
    #my-name{
        font-size: 2rem;
    }
    #skill-paragraph{
        margin: 0 100px;
    }
    #project-paragraph{
        margin: 0 150px;
    }
    #about-me-photo{
        border-radius: 50%;
    }
    #cert{
        max-width: 500px;
    }
}
@media screen and (min-width:992px){

    #submit-button{
        max-width: 400px;
        width: 100%;
    }
    #card{
        min-height:400px;
    }
    #project-cards{
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    #linkedin-git{
        margin-right: 50px;
    }
    #my-name{
        font-size: 2rem;
    }
    #skill-paragraph{
        margin: 0 150px;
    }
    #project-paragraph{
        margin: 0 200px;
    }
    #cert{
        max-width: 600px;
    }
}