@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    
}

section{
    padding-top: 20px;
    margin-bottom: 40px;
}

.heading{
    font-weight: 800;
    margin-top: 10px;
    color: #10046D;
    font-size: 40px;
    text-align: center;
}
.heading-main{
    color: #10046D;
    font-size: 52px;
    font-weight: 800;
}

hr.round {
    border-top: 28px solid #6DC871;
    border-radius: 28px;
    opacity: 1;
}







nav{
    box-shadow: none; 
    background-color: transparent !important;
    padding-top: 20px;
}

#navContainer{
    width: 450px; 
    margin: 0 !important;
}

#navbarNav{
    justify-content: flex-end;
}


#NavIcons ul{
    display: flex;
    flex-direction: row;
    justify-content: right;
}

#NavIcons ul li{
    margin-left: 20px;
}

#navbarNav ul{
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

nav a{
    font-size: 20px;
}
/* #navContainer{
    width: 450px; 
    margin: 0 !important; 
    display: flex; 
    flex-direction: column; 
    justify-content: right; 
    padding: 0 !important;
    position: absolute;
    right: 8vw;
}

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



#navbarNav .row{
    margin: 0 !important;
    padding: 0 !important;
}
#navbarNav ul{
    display: flex;
    flex-direction: row;
    justify-content: right;
    padding: 0 !important;
}


 */

 .nav-link img{
    height: 24px;
    filter: invert(31%) sepia(21%) saturate(0%) hue-rotate(287deg) brightness(94%) contrast(90%);
}

.nav-item .active, .nav-link:hover{
    color: #1266f1 !important;
    font-weight: 800;
}
.nav-link{
    font-weight: 400;
    margin-left: 20px;
}

.nav-link img:hover{
    filter: invert(27%) sepia(100%) saturate(3853%) hue-rotate(214deg) brightness(100%) contrast(90%);
}




.lead{
    font-size: 18px !important;
    font-weight: 400 !important;
}






#IntroLinksContainer{
    margin-top: 50px;
}

.link-icon{
    margin-right: 20px;
}



.skills-icon{
    height: 150px;
}

#SkillsContainer h4{
    font-weight: 800;
    margin-top: 10px;
    color: #10046D;
}



#SkillsContainer .icon{
    max-height: 3em !important;
    filter: grayscale(1);
}

#Skills .text-secondary{
    color: rgb(94, 92, 92) !important;
}






#Tech{
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;

}

.tech-block{
    width: 100px;
    text-align: center;
}

#Tech i, #Tech img{
    height: 70px;
}

#Tech .col-lg-1{
    padding: 10px 0;
}




#aboutimg{
    max-height: 500px;
    width: auto;
}

#AboutSection h4{
    margin: 20px 0;
    color: #10046D;
    font-weight: 800;
}






.highlight{
    color: #1266f1;
}






#Trophies{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.certificate-portrait{
    height: 300px;
}

.company-logo{
    height: 50px;
    margin-bottom: 10px;
}

#Trophies p{
    margin: 20px 0;
    height: 90px;
    font-weight: 600;
}

.trophy-div{
    width: 20%;
    min-width: 250px;
    text-align: center;
    margin-bottom: 50px;
}






#LearningSection h5, #TrophiesSection h5{
    text-align: center;
    margin: 40px 0;
}

#Learning{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.learning-box{
    text-align: center;
    margin-bottom: 50px;
}
#Learning p{
    margin: 20px 0;
    font-weight: 600;
}
#Learning img{
    height: 50px;
}

#Learning .certificate{
    height: 215px;
}







#ContactSection{
    background-color: #ccc4f531;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 0;
}

#ContactFormDiv{
    padding: 25px 0;
}


#contactimg{
    position: absolute;
    height: 300px;
    width: auto;
    right: 8vw;
    margin-top: 110px;
    transform: rotate(8deg);
}








/* ---------- FOOTER ---------- */

#footer {
    background: #404040;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #404040
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px)
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #1266f1;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #1266f1;
}

#footer .footer-top {
    background: #3b3b3b;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    padding: 60px 0 30px 0
}

#footer .footer-top .footer-info {
    margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #545454;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s
}

#footer .footer-top .social-links a:hover {
    background: #1266f1;
    color: #fff;
    text-decoration: none
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #1266f1;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    color: #e96b56
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact p {
    line-height: 26px
}

#footer .copyright {
    text-align: center;
    padding-top: 30px
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff
}


.social-links img{
    height: 22px;
    opacity: 0.5;
}

.footer-newsletter{
    background-color: #6DC871 !important;
}