@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
:root {
    --font-family: "Poppins", sans-serif;
    --second-family: "Inter", sans-serif;
}







/* =========== NAV Section Start =========== */
#nav .container{
    padding: 30px 0;
}
#nav .container .navbarCnt ul li a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    color: #000;
    padding-right: 30px;
    transition: 0.4s;
}
#nav .container .navbarCnt ul li a:hover{
    color: grey;
    text-decoration: underline;
    text-underline-offset: 1rem;
    text-decoration-color: rgb(181, 181, 181);
}
#nav .container .navbarCnt ul li:last-child a{
    padding-right: 0;
}

/* =========== NAV Section End =========== */

/* =========== My Self Section Start =========== */
#mySelf .container .rowSet{
    /* height: 850px; */
    padding: 255px 0;
    gap: 80px;
}
#mySelf .container .left .imageDiv{
    width: 300px;
    height: 300px;
    border: 0;
    border-radius: 50%;
    overflow: hidden;
}

#mySelf .container .right h5{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #555;
    margin-bottom: 5px;
}
#mySelf .container .right h4{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
}
#mySelf .container .right h3{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #555;
    margin-bottom: 18px;
}

#mySelf .container .right .mySelf_btn .cv{
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    color: #000;
    padding: 17px 20px;
    border: 1px solid #353535;
    border-radius: 32px;
}
#mySelf .container .right .mySelf_btn .contact{
    padding: 17px 20px;
    border: 1px solid #353535;
    border-radius: 32px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #353535;
}
#mySelf .container .right .mySelf_links a{
    margin-top: 16px;
    font-size: 32px;
    margin-right: 16px;
    color: #000;
    transition: 0.4s;
}
#mySelf .container .right .mySelf_links a:hover{
    transform: scale(1.5);
    
}
/* =========== My Self Section End =========== */






/* =========== About Me Section Start =========== */
#aboutMe{
    width: 100%;
    height: 100vh;
}
#aboutMe .topCnt{
    height: 10%;
}
#aboutMe .topCnt h5{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #555;
    margin-bottom: 5px;
    padding-top: 25px;
}
#aboutMe .topCnt h4{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #000;
}
#aboutMe .bottomCnt{
    height: 89%;
}
#aboutMe .bottomCnt .left{
    margin-right: 60px;
}
#aboutMe .bottomCnt .left .imageDiv{
    width: 300px;
    height: 300px;
    border: 0;
    border-radius: 32px;
    overflow: hidden;
}
#aboutMe .bottomCnt .right .rightTop .right1st{
    padding: 25px 100px;
    border: 1px solid #353535;
    border-radius: 32px;
}
#aboutMe .bottomCnt .right .rightTop .right2nd{
    padding: 25px 100px;
    border: 1px solid #353535;
    border-radius: 32px;
}
#aboutMe .bottomCnt .right .rightTop span{
    font-size: 30px;
    color: #000;
}
#aboutMe .bottomCnt .right .rightTop h3{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #000;
    margin-top: 5px;
}
#aboutMe .bottomCnt .right .rightTop h5{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #555;
    margin-top: 5px;
}

#aboutMe .bottomCnt .right .rightBottom p{
    margin-top: 30px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #555;
}
/* =========== About Me Section End =========== */