* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.navigation {
    background-color: #34495E;
    height: 100px;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
}

.nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    width: 100vw;
}

.nav-mid ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

.nav-mid ul li {
    margin: 10px 20px;
}

.nav-mid ul li a {
    display: block;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    color: #D0D3D4;
    font-size: 20px;
    position: relative;
}

.nav-mid a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 3px;
    width: 100%;
    background: #D0D3D4;
    transform: scale(0);
    border-radius: 30px;
    transform-origin: right;
    transition: transform 0.3s ease-in-out;
}

.nav-mid a:hover::after {
    transform: scale(1);
    transform-origin: left;
}

.nav-end {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 35px;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    /* Align icons to the right */
    align-items: center;
    margin: 10px 0 auto auto;
    /* Adjusted margins to move to the right */
    padding: 0 20px;
}

.social-icons a {
    margin-right: 15px;
    font-size: 25px;
    text-decoration: none;
    color: #D0D3D4;
}

.social-icons i:hover {
    transition: 0.5s;
    cursor: pointer;
    transform: scale(1.1);

}


.main {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;

}



h1 {
    width: 580px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 40px auto;
}

.heading {
    text-align: center;
    margin-top: 50px;
    font-size: 2rem;
    font-weight: bolder;
    color: #34495E;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
}

.heading button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20vw;
    height: 10vh;
    margin: 10px auto;
    margin-left: 38vw;
    margin-top: -20%;
    margin-right: 38vw;
    background-color: #34495E;
    color: #D0D3D4;
    border: 2px #D0D3D4;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}

.heading button:hover {
    transition: 0.5s;
    cursor: pointer;
    transform: scale(1.1);

}

/* #container {
    width: 580px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    margin: auto;
    font-size: 12px;
    font-weight:bold;
    margin-top: -290px;
    
} */

/* #container a {
    display: block;
    color: #34495E;
    text-decoration: none;
    background-color: #D0D3D4;
} */

/* #container a:hover {
    background-color: #34495E;
    color: #D0D3D4;
} */

/* #no1 {
    background-color: #34495E;
    color:#D0D3D4;
    border: 2px #D0D3D4;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin: 10px;
    display:inline-flex;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 2rem ;
    transition: 0.5s;
    margin-left:30%;
} */

/* #no1 a {
    height: 60px;
}

#line1 {
    font-size: 0;
    width: 2px;
    height: 20px;
    color: #34495E;
    background-color: black;
    margin: auto;
}

#line2 {
    font-size: 0;
    width: 415px;
    height: 2px;
    color: #34495E;
    background-color: black;
    margin: auto;
}

#line3 {
    font-size: 0;
    display: inline;
    width: 2px;
    height: 20px;
    color: #34495E;
    background-color: black;
    margin-left: 83px;
    float: left;

}

#line4,
#line5 {
    font-size: 0;
    display: inline;
    width: 2px;
    height: 20px;
    color: #34495E;
    background-color: black;
    margin-left: 204px;
    float: left;
}

#no2 {
    display: inline;
    border: 2px solid black;
    clear: both;
    float: left;
    margin-left: 44px;
}

#no3 {
    display: inline;
    border: 2px solid black;
    clear: both;
    float: left;
    margin-left: 247px;
    margin-top: -54px;
}

#no4 {
    display: inline;
    border: 2px solid black;
    clear: both;
    float: left;
    margin-left: 452px;
    margin-top: -54px;
}

#no2 a,
#no4 a, #no3 a{
    width: 84px;
    height: 50px;
    padding-top: 12px;
} */

/* #E-com{
    
    height: 40vh;
    width: 80vw;
    margin-top: 285px;
    display:flex;
    border-radius: 10px;
    position:relative;
} */

#E-com {

    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-left: 50px;
    height: 40vh;
    width: 80vw;
    margin-top: 100px;
    display: inline;
    border-radius: 10px;
    background-color: #D0D3D4;
    /* position: relative; */
    padding: 30px;

}

#E-com:hover {
    transition: 2s;
    cursor: pointer;
    transform: scale(1.1);

}

#mba {

    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-left: 50px;
    height: 40vh;
    width: 80vw;
    margin-top: 100px;
    display: inline;
    border-radius: 10px;
    background-color: #D0D3D4;
    /* position: relative; */
    padding: 30px;

}

#mba:hover {
    transition: 2s;
    cursor: pointer;
    transform: scale(1.1);

}

#rbt {

    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-left: 50px;
    height: 50vh;
    width: 80vw;
    margin-top: 100px;
    display: inline;
    border-radius: 10px;
    background-color: #D0D3D4;
    /* position: relative; */
    padding: 30px;

}

#rbt:hover {
    transition: 2s;
    cursor: pointer;
    transform: scale(1.1);

}

#E-com h2 {
    text-align: center;
}

#E-com img {
    height: 25vh;
    width: 20vw;
    margin-top: 1rem;
    border: 3px solid black;
    border-radius: 12px;
}

#E-com p {

    font-size: 1.2rem;
    margin: 0 auto;
    display: flex;
    text-align: center;
    float: right;
    /* position: relative; */
    margin-top: -10rem;
    margin-left: 30%;
}

#E-com p:hover {
    color: #34495E;
}

#E-com button {
    background-color: #34495E;
    color: #D0D3D4;
    border: 2px #D0D3D4;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin: 10px;
    display: inline-flex;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 2rem;
    transition: 0.5s;
    margin-left: 30%;
}

#E-com a {
    text-decoration: none;
    color: black;
}

#E-com a:hover {
    font-weight: bolder;
    color: #34495E;
}

#mba h2 {
    text-align: center;
}

#mba img {
    height: 25vh;
    width: 20vw;
    margin-top: 1rem;
    border: 3px solid black;
    border-radius: 12px;
}

#mba p {

    font-size: 1.2rem;
    margin: 0 auto;
    display: flex;
    text-align: center;
    float: right;
    /*  position: relative; */
    margin-top: -10rem;
    margin-left: 30%;
}

#mba p:hover {
    color: #34495E;
}

#mba button {
    background-color: #34495E;
    color: #D0D3D4;
    border: 2px #D0D3D4;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin: 10px;
    display: inline-flex;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 2rem;
    transition: 0.5s;
    margin-left: 30%;
}

#mba a {
    text-decoration: none;
    color: black;
}

#mba a:hover {
    font-weight: bolder;
    color: #34495E;
}

#rbt h2 {
    text-align: center;
}

#rbt img {
    height: 25vh;
    width: 20vw;
    margin-top: 1rem;
    border: 3px solid black;
    border-radius: 12px;
}

#rbt p {

    font-size: 1.2rem;
    margin: 0 auto;
    display: flex;
    text-align: center;
    float: right;
    /* position: relative; */
    margin-top: -10rem;
    margin-left: 30%;
}

#rbt p:hover {
    color: #34495E;
}

#rbt button {
    background-color: #34495E;
    color: #D0D3D4;
    border: 2px #D0D3D4;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin: 10px;
    display: inline-flex;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 2rem;
    transition: 0.5s;
    margin-left: 30%;
}

#rbt a {
    text-decoration: none;
    color: black;
}

#rbt a:hover {
    font-weight: bolder;
    color: #34495E;
}

#projects {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-top: 50px;
    margin-left: 5vw;
    height: 80vh;
    width: 80vw;
    margin-right: 15vw;

}

footer {
    background-color: #34495E;
    height: 50px;
    width: 100vw;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    position: fixed;
    text-align: center;
    padding: 20px;
    bottom: 0;
    left: 0;
    font-weight: bolder;
    color: #D0D3D4;
}

.smalli {
    display: none;
}

.x i {
    display: none;
}

@media only screen and (max-width:820px) {

    .container {
        width: 100vw;
        margin-left: 0;
    }

    .heading button {
        margin-left: 40vw;
        margin-top: -35%;
        width: 18vw;
        height: 8vh;
    }

    #E-com{
        margin-left:35px;
    }

    #E-com h2 {
        font-size: 1.4rem;
    }

    #E-com img {
        height: 25vh;
        width: 20vw;
        margin-top: 1rem;
    }

    #E-com p {
        font-size: 1rem;
        margin-top: -10rem;
        margin-left: 30%;
    }

    #mba{
        margin-left:35px;
    }

    #mba h2 {
        font-size: 1.4rem;
    }

    #mba img {
        height: 25vh;
        width: 20vw;
        margin-top: 1rem;
    }

    #mba p {
        font-size: 1rem;
        margin-top: -10rem;
        margin-left: 30%;
    }

    #rbt{
        margin-left:35px;
    }

    #rbt h2 {
        font-size: 1.4rem;
    }

    #rbt img {
        height: 25vh;
        width: 20vw;
        margin-top: 1rem;
    }

    #rbt p {
        font-size: 1rem;
        margin-top: -10rem;
        margin-left: 30%;
    }
}

@media only screen and (max-width: 768px) {
    .nav-mid ul li {
        margin: 10px 10px;
    }

    .nav-mid ul li a {
        padding: 10px 10px;
        font-size: 18px;
    }
    .container {
        width: 100vw;
        margin-left: 0;
    }
    .container {
        width: 100vw;
        margin-left: 0;
    }

    .heading button {
        margin-left: 40vw;
        margin-top: -35%;
        width: 18vw;
        height: 8vh;
    }

    #E-com{
        margin-left:35px;
        height:max-content;
    }

    #E-com h2 {
        font-size: 1.4rem;
    }

    #E-com img {
        height: 25vh;
        width: 20vw;
        margin-top: 1rem;
    }

    #E-com p {
        font-size: 1rem;
        margin-top: -10rem;
        margin-left: 30%;
    }

    #mba{
        margin-left:35px;
        height:max-content;
    }

    #mba h2 {
        font-size: 1.4rem;
    }

    #mba img {
        height: 25vh;
        width: 20vw;
        margin-top: 1rem;
    }

    #mba p {
        font-size: 1rem;
        margin-top: -10rem;
        margin-left: 30%;
    }

    #rbt{
        margin-left:35px;
        height:max-content;
    }

    #rbt h2 {
        font-size: 1.4rem;
    }

    #rbt img {
        height: 25vh;
        width: 20vw;
        margin-top: 1rem;
    }

    #rbt p {
        font-size: 1rem;
        margin-top: -10rem;
        margin-left: 30%;
    }
}

@media only screen and (max-width: 640px) {
    .nav-mid ul li {
        margin: 10px 10px;
    }

    .nav-mid ul li a {
        padding: 10px 10px;
        font-size: 18px;
    }

    .container {
        width: 100vw;
        height: 70vh;
        margin-left: 0;
    }

    .nav a img {
        display: none;
    }

    .container {
        width: 100vw;
        margin-left: 0;
    }

    .heading button {
        margin-left: 40vw;
        margin-top: -40%;
        width: 18vw;
        height: 8vh;
    }

    #E-com{
        margin-left:35px;
        height:max-content;
    }

    #E-com h2 {
        font-size: 1.4rem;
    }

    #E-com img {
        height: 25vh;
        width: 20vw;
        margin-top: 1rem;
    }

    #E-com p {
        font-size: 1rem;
        margin-top: -10rem;
        margin-left: 30%;
    }

    #mba{
        margin-left:35px;
        height:max-content;
    }

    #mba h2 {
        font-size: 1.4rem;
    }

    #mba img {
        height: 25vh;
        width: 20vw;
        margin-top: 1rem;
    }

    #mba p {
        font-size: 1rem;
        margin-top: -10rem;
        margin-left: 30%;
    }

    #rbt{
        margin-left:35px;
        height:max-content;
    }

    #rbt h2 {
        font-size: 1.4rem;
    }

    #rbt img {
        height: 25vh;
        width: 20vw;
        margin-top: 1rem;
    }

    #rbt p {
        font-size: 1rem;
        margin-top: -10rem;
        margin-left: 30%;
    }
}

@media only screen and (max-width: 560px) {
    .nav-mid ul li {
        margin: 10px 10px;
    }

    .nav-mid ul li a {
        padding: 10px 10px; 
        font-size: 18px;
    }

    .social-icons {
        display: flex;
        justify-content: flex-end;
        /* Align icons to the right */
        align-items: center;
        margin: 8px 0 auto auto;
        /* Adjusted margins to move to the right */
        padding: 0 8px;
    }
    
    .social-icons a {
        margin-right: 15px;
        font-size: 25px;
        text-decoration: none;
        color: #D0D3D4;
    }
    
    .social-icons i:hover {
        transition: 0.5s;
        cursor: pointer;
        transform: scale(1.1);
    
    }
    .container {
        width: 100vw;
        height: 80vh;
        margin-left: 0;
    }

    .nav a img {
        display: none;
    }

    .container {
        width: 100vw;
        margin-left: 0;
    }

    .heading button {
        margin-left: 40vw;
        margin-top: -45%;
        width: 18vw;
        height: 8vh;
    }

    #E-com{
        margin-left:35px;
        height:max-content;
    }

    #E-com h2 {
        font-size: 1.4rem;
    }

    #E-com img {
        margin-left: 24%;
        height: 25vh;
        width: 35vw;
        margin-top: 1rem;
    }

    #E-com p {
        font-size: 1rem;
        margin-top: 1rem;
        margin-left: 0;
    }

    #mba{
        margin-left:35px;
        height:max-content;
    }

    #mba h2 {
        font-size: 1.4rem;
    }

    #mba img {
        margin-left: 24%;
        height: 25vh;
        width: 35vw;
        margin-top: 1rem;
    }

    #mba p {
        font-size: 1rem;
        margin-top: 1rem;
        margin-left: 0;
    }

    #rbt{
        margin-left:35px;
        height:max-content;
    }

    #rbt h2 {
        font-size: 1.4rem;
    }

    #rbt img {
        margin-left: 24%;
        height: 25vh;
        width: 35vw;
        margin-top: 1rem;}

    #rbt p {
        font-size: 1rem;
        margin-top: 1rem;
        margin-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .nav-mid {
        margin-left: 35px;
    }

    .nav-mid ul li {
        margin: 15px 10px;
    }

    .nav-mid ul li a {
        padding: 10px 10px;
        font-size: 18px;
    }

    .container {
        width: 100vw;
        height: 100vh;
        margin-left: 0;
        margin-top: 10px;
    }

    .nav a img {
        display: none;
    }

    .social-icons {
        display: flex;
        justify-content: flex-end;
        /* Align icons to the right */
        align-items: center;
        margin: 8px 0 auto auto;
        /* Adjusted margins to move to the right */
        padding: 0 8px;
    }
    
    .social-icons a {
        margin-right: 15px;
        font-size: 25px;
        text-decoration: none;
        color: #D0D3D4;
    }
    
    .social-icons i:hover {
        transition: 0.5s;
        cursor: pointer;
        transform: scale(1.1);
    
    }

    .container button {
        width: 140px;
        height: 40px;

    }

    .container {
        width: 100vw;
        margin-left: 0;
    }

    .heading button {
        margin-left: 38vw;
        margin-top: -50%;
        width: 25vw;
        height: 8vh;
    }

    #E-com{
        margin-left:35px;
        height:max-content;
    }

    #E-com h2 {
        font-size: 1.4rem;
    }

    #E-com img {
        height: 25vh;
        width: 35vw;
        margin-top: 1rem;
    }

    #E-com p {
        font-size: 1rem;
        margin-top: 1rem;
        margin-left: 0;
    }

    #mba{
        margin-left:35px;
        height:max-content;
    }

    #mba h2 {
        font-size: 1.4rem;
    }

    #mba img {
        height: 25vh;
    width: 35vw;
    margin-top: 1rem;
    }

    #mba p {
        font-size: 1rem;
        margin-top: 1rem;
        margin-left: 0;
    }

    #rbt{
        margin-left:35px;
        height:max-content;
    }

    #rbt h2 {
        font-size: 1.4rem;
    }

    #rbt img {
        height: 25vh;
    width: 35vw;
    margin-top: 1rem;
    }

    #rbt p {
        font-size: 1rem;
    margin-top: 1rem;
    margin-left: 0;
    }
}

@media only screen and (max-width: 400px) {
    .nav {
        margin-left: -25px;
    }

    .nav-mid ul li {
        margin: 15px 10px;
    }

    .nav-mid ul li a {
        padding: 10px 10px;
        font-size: 18px;
    }


    .smalli {
        display: flex;
        font-size: 25px;
        margin-left: -20px;
    }

    .smalli i {
        margin-right: 15px;
        font-size: 25px;
        text-decoration: none;
        color: #ababab;
    }

    .smalli i:hover {
        transition: 0.5s;
        cursor: pointer;
        transform: scale(1.1);
    }

    .social-icons i {

        margin-right: 15px;
        font-size: 25px;
        text-decoration: none;
        color: #ababab;

    }

    .social-icons i:hover {
        transition: 0.5s;
        cursor: pointer;
        transform: scale(1.1);
    }

    .social-icons {
        background: #34495E;
        position: absolute;
        top: 0;
        right: -150px;
        width: 150px;
        height: 40vh;
        padding-top: 60px;
        display: block;
        z-index: 2
    }

    .social-icons a {
        display: block;
        margin: 25px;
        font-size: 25px;
    }

    .x i {
        display: block;
        position: absolute;
        top: 26px;
        right: 75px;
        cursor: pointer;
    }

    .smalli .menu i {
        position: absolute;
        top: 26px;
        left: -55px;
        cursor: pointer;
    }

    .container {
        width: 100vw;
        height: 100vh;
        margin-left: 0;
    }

    .nav a img {
        display: none;
    }

    .container p {
        font-size: 18px;
    }

    .container button {
        font-size: 12px;
        width: 90px;
        height: 30px;

    }
    .container {
        width: 100vw;
        margin-left: 0;
    }

    .heading button {
        margin-left: 36vw;
        margin-top: -70%;
        width: 30vw;
        height: 6vh;
    }

    #projects{
        margin-top: -30px;;
    }

    #E-com{
        margin-left:25px;
        height:max-content;
    }

    #E-com h2 {
        font-size: 1.2rem;
    }

    #E-com img {
        margin-left: 16%;
        height: 25vh;
        width: 40vw;
        margin-top: 1rem;
    }

    #E-com p {
        font-size: 1rem;
        margin-top: 1rem;
        margin-left: 0%;
    }

    #mba{
        margin-left:25px;
        height:max-content;
    }

    #mba h2 {
        font-size: 1.2rem;
    }

    #mba img {
        margin-left: 16%;
        height: 25vh;
        width: 40vw;
        margin-top: 1rem;
    }

    #mba p {
        font-size: 1rem;
        margin-top: 1rem;
        margin-left: 0%;
    }
    #rbt {
        margin-left: 25px;
        height: 450px;
    }

    #rbt h2 {
        font-size: 1.2rem;
    }

    #rbt img {
        margin-left: 16%;
        height: 25vh;
        width: 40vw;
        margin-top: 1rem;
    }

    #rbt p {
        font-size: 1rem;
        margin-top: 1rem;
        margin-left: 0%;
    }
    .footer {
        height: 40px;

    }
}