@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Silkscreen&display=swap');

body {
    font-family: 'Ubuntu', sans-serif;
    /* background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%); */
    /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    /* background-image: linear-gradient(to right, #868f96 0%, #596164 100%); */
    /* background-image: url('https://images.unsplash.com/photo-1612404748636-568ca4155994?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80'); */
    /* background-image: url('https://images.unsplash.com/photo-1610889282378-76d4c8440b90?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8d2hpdGUlMjBza3l8ZW58MHx8MHx8&w=1000&q=80'); */
    background-image: url('https://img.freepik.com/premium-photo/simple-white-background-with-smooth-lines-light-colors_476363-5558.jpg?w=2000');
    background-size: cover;
    transition: 0.4s;
}

html {
    scroll-behavior: smooth;
}

h1 {
    color: red;
}

.ct {
    text-align: center;
}

.rdiv {
    margin: auto;
    width: 60%;
    display: flex;
    justify-content: center;
}

.rdiv img {
    border: 1px solid black;
    height: 80vh;
}


/* -------------------------------------navbar------------------------------------------------------- */


nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4vh;
}

nav {
    position: sticky;
    top: 0;
}

nav .navbar .logo a {
    font-weight: 500;
    font-size: 35px;
    color: #4070f4;
}

nav .navbar .menu {
    display: flex;
    /* position: relative; */
}

nav .navbar .menu li {
    list-style: none;
    margin: 0 8px;
}

.navbar .menu a {
    font-size: 20px;
    font-weight: 500;
    color: #8458B3;
    padding: 6px 0;
    transition: all 0.4s ease;
    font-family: 'Silkscreen', cursive;
}

.navbar .menu a:hover {
    color: #4070f4;
}

.navbar .media-icons a {
    color: #4070f4;
    font-size: 18px;
    margin: 0 6px;
}

.media-icons a:hover {
    background-color: #527ef6;
    border-radius: 50%;
    border: 6px solid #527ef6;
    color: white;
    transition: 0.2s;
}
#a-wb{
    color: orange;
    font-size: small;
    position: relative;
    bottom: 0.5rem;
}
#idwb{
    animation: blink 2s linear infinite;
}

#hr1 {
    border: 1px solid rgb(113, 173, 243);
    background-color: rgb(113, 173, 243);
    margin-top: -3px;
}

/* ------------------------------------------------------------------------ */

/* home section styling */
.container_home {
    display: flex;
    justify-content: space-around;
    margin-top: 6vh;
}


.container_home p {
    font-family: 'Ubuntu', sans-serif;
}

.text-one {
    font-size: 25px;
    color: #4070f4;
}

.text-two {
    color: #0E2431;
    font-size: 75px;
    font-weight: 600;
    margin-left: -3px;
}

.text-three {
    font-size: 40px;
    margin: 5px 0;
    color: rgb(13, 104, 189);
}

.text-four {
    font-size: 23px;
    margin: 5px 0;
    color: #0E2431;
}

#dtxt {
    color: #4070f4;
}

.button {
    margin: 14px 0;
}

.button {
    outline: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 25px;
    font-weight: 400;
    background: #4070f4;
    color: #fff;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.4s ease;
}

.button a {
    text-decoration: none;
    color: white;
}

.button:hover {
    border-color: #4070f4;
    background-color: #fff;
    color: #4070f4;
}

#bannerimg {
    border-radius: 60px;
}

.sn {
    color: #4070f4;
    font-weight: normal;
    animation: blink 2s linear infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.navbar .menu li:hover {
    margin: 0 15px;
    transform: scale(1.2);
    transition: 0.3s;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
}

/* --------------------------------------------------------------------------------- */
hr {
    background-color: #4070f4;
    width: 60%;
}

/* -------------about--------------------------------------------------------------- */
.abt {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2rem;
    overflow: hidden;
    position: relative;
    background-color: rgba(206, 224, 248, 0.364);
    border-radius: 2%;
    /* border-top-left-radius: 40%; */
    width: 90%;
    margin: 0 auto;
}

.abt img {
    position: absolute;
    right: 6%;
    top: 20%;
    transition: 0.3s;
}

.abt:hover img {
    transform: scale(1.2);
}

.row1 {
    width: 50%;
    text-align: center;
    margin: 0 auto;

}

.row2 {
    display: flex;
    justify-content: space-around;
    width: 50%;
    text-align: center;
    margin: auto;
    margin-top: 3%;
}

.abt .hl {
    display: inline-block;
}

.abt .hl:hover {
    margin-left: 2%;
    transform: scale(1.2);
}

.lined {
    height: 0.4rem;
    background-color: #4070f4;
    transform: rotate(-42deg);
    /* overflow:hidden; */
    position: relative;
    /* top: 50%; */
    right: 20%;
    width: 80%;
}

/* ---------------------------------------------skills-------------------------------------------------- */

.skills .bar-row {
    /* border: 2px solid black; */
    top: 0;
    right: 0;
    position: absolute;
    width: 60%;
    background-color: white;
    padding: 1%;
    border-radius: 5px;
}

.skills {
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    /* border: 2px solid black; */
    margin: 0 2rem;
    width: 90%;
}

.skills:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.skills .skills-content {
    margin-left: 15%;
}





/* -------------------------------trainings------------------------------------------- */
.wp {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2rem;
}

.trainingsall,
.internshipsall,
.projectsall {
    background-color: rgba(206, 224, 248, 0.364);
    border-radius: 2%;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.projects img {
    position: absolute;
    top: 2%;
    right: 0;
    transition: 0.3s;
}

.projects:hover>img {
    transform: scale(1.1);
}

.projects h3 {
    margin-top: 4%;
}

.wp .bold {
    color: darkblue;
}

.linkedinlink a {
    color: grey;
    text-decoration-color: #4070f4;
}

/* ---------------------web-projects---------------------- */
.webprojects {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 60%;
    height: 15rem;
    margin: 1.2rem auto;
    background-image: linear-gradient(to bottom right, rgba(63, 63, 239, 0.551), rgba(255, 255, 255, 0.501));

}

.webprojects a {
    color: black;
    background: rgba(255, 255, 255, 0.47);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 1rem;
    font-size: 1.2rem;
    font-family: 'Silkscreen', cursive;
    /* color: whitesmoke; */
}

.webprojects:hover a {
    transform: scale(1.1);
    transition: 0.4s;
    font-size: 1.2rem;
}

/* .webprojects img {
    height: 15rem;
    border-radius: 10px;
    margin: 1.5rem;
} */

/* --------------------------------------------contact--------------------------------------- */
.contact a {
    margin-left: 1rem;
}

#atext {
    color: #0E2431;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2rem;
}

.contact-content {
    width: 60%;
    margin: 0 auto;
}

.contact-content .row2 {
    display: flex;
    justify-content: space-between;
}

.contact {
    background-color: rgba(206, 224, 248, 0.364);
    border-radius: 2%;
    width: 90%;
    margin: 1rem auto;
    padding-top: 1px;
    position: relative;
}

.contact-content img {
    position: absolute;
    top: 2%;
    right: 0;
    transition: 0.3s;
}

.contact:hover img {
    transform: scale(0.85);
}

.contact:hover {
    transform: scale(1.05);
}


/* ------------------------------footer---------------------- */
.footer {
    height: 3rem;
    background-color: #8458B3;
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
}

.footer p {
    line-height: 3rem;
    color: white;
    margin-left: 2%;
}

.footer .media-icons a {
    line-height: 3rem;
    color: white;
    font-size: 18px;
    margin: 0 10px;
}

.footer .media-icons {
    margin-right: 2%;
}
.footer .media-icons a:hover {
    background-color: white;
    border-radius: 50%;
    border: 5px solid white;
    color: black;
    transition: 0.2s;
}

/* ---------------------------------------------------------------------------------- */
/* Scroll TO Top Button CSS */
.scroll-button a {
    position: fixed;
    bottom: 55px;
    right: 20px;
    color: #fff;
    background: #4070f4;
    padding: 7px 12px;
    ;
    font-size: 18px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15);
    display: none;
}

.navbg {
    background-color: rgb(249, 246, 246);
    box-shadow: 5px 5px 5px lightgray;
    z-index: 22;
    transition: 0.4s;
    height: 50px;
    padding-top: 0vh;
}


/* ------------------hamburger------------------------- */
.hamburger{
    display: none;
    cursor: pointer;
}

/* -------------------------------------------------------------------------------------------------------------------- */
