* {
    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;
    position: sticky;
}

.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 i:hover {
    transition: 0.5s;
    cursor: pointer;
    transform: scale(1.1);

}

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


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

}

.container {

    align-content: center;
    margin: 0 auto;
    padding: 20px 20px;
    padding-top: 20px;
    border-radius: 10px;
    margin-top: 20px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.container p {
    color: black;
    font-size: 20px;
    text-align: justify;
    padding: 10px 10px;
    font-family: 'Poppins', sans-serif;

}

.container p a {
    text-decoration: none;
    color: black;
    font-weight: bolder;
}

.container p span {
    color: black;
    font-weight: bolder;
}

.btn-t button {
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    background-color: #34495E;
    color: #D0D3D4;
    font-weight: bolder;
    width: 200px;
    margin-left: 40%;
    height: 40px
}

.btn-t button:hover {
    transition: 0.5s;
    cursor: pointer;
    transform: scale(1.1);
}

.Tech-container {
    background-color: #D0D3D4;
    color: #34495E;

    justify-content: center;
    align-items: center;

    border-radius: 10px;
    padding: 10px 10px;

    width: 800px;
    height: 700px;
    position: absolute;
    margin-left: 24%;
    margin-top: 30px;
}

.Tech-container button {

    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    margin: auto;
    border-radius: 10px;
    font-size: 16px;
    background-color: #34495E;
    color: #D0D3D4;
    font-weight: bolder;
    margin-top: 5px;
    text-align: center;
}

.Tech-container button:hover {
    transition: 0.5s;
    cursor: pointer;
    transform: scale(1.1);
}

.Tech-container h2 {
    text-align: center;
    padding: 10px;
    font-size: 30px;
    font-weight: bolder;
    align-items: center;
    font-size: 1.5rem;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    display: block;
    justify-items: center;
    text-align: center;
}

.buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 2;
    flex-wrap: wrap;

}


.btn-container img {
    height: 30px;
    width: 50px;
    border-radius: 30px;
}

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

.smalli {
    display: none;
}

.x i {
    display: none;
}

@media only screen and (max-width:820px) {
    .main img {
        display: none;
    }

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

    .Tech-container {
        margin-left: 1rem;
        width: max-content;
    }

    .nav a img {
        display: none;
    }

}

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

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

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

    .container p {
        text-align: center;
    }

    .Tech-container {
        margin-left: 1rem;
        width: max-content;
    }

    .btn-t {
        margin-left: 2%;
    }

    .footer {
        height: 40px;
        width: 100%;
        font-size: smaller;
    }
}

@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;
    }

    .conatiner p {
        font-size: 16px;
        text-align: center;
    }

    .nav a img {
        display: none;
    }

    .Tech-container {
        margin-left: 3rem;
        width: 80vw;
        height: 50rem;
        object-fit: cover;
    }

    .Tech-container h2 {
        font-size: 20px;
    }

    .buttons {
        font-size: 12px;
    }

    .Tech-container button {
        font-size: 14px;
    }

    .btn-t {
        font-size: 16px;
        width: max-content;
        height: max-content;
        justify-content: center;
        margin-left: 30%;
    }

    .btn-t h1 {
        font-size: 20px;

    }

    .footer {
        height: 40px;
        width: 100%;
    }
}

@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;
    }

    .nav-end {
        padding: 10px;
    }

    .conatiner p {
        font-size: 14px;
        text-align: center;
    }

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

    .nav a img {
        display: none;
    }

    .Tech-container {
        margin-left: 10px;
        width: 70vh;
    }

    .btn-t {
        font-size: 16px;
        width: max-content;
        height: max-content;
        justify-content: center;
        margin-left: 30%;
    }

    .footer {
        height: 40px;
        width: 100%;
        font-size: smaller;
    }
}

@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;
    }

    .nav-end {
        padding: 10px;
    }

    .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;

    }

    .conatiner p {
        font-size: 18px;
        text-align: center;
    }

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

    .nav a img {
        display: none;
    }

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

    }

    .Tech-container {
        margin-left: 1rem;
        width: auto;
        height: 850px;
    }

    .footer {
        height: 40px;
        width: 100%;
    }
}

@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;
    }

    /* .nav-end {
        display: none;
    } */

    .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: -200px;
        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: 65px;
        cursor: pointer;
    }

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

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

    .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;

    }


    .Tech-container {
        margin-left: 1rem;
        width: 80vw;
        height: 650px;
    }

    .btn-t h1 {
        font-size: 14px;
    }

    .Tech-container h2 {
        font-size: 14px;
    }

    .buttons {
        text-align: center;
        padding: 10px;
    }

    .btn-t {
        font-size: 16px;
        width: max-content;
        height: max-content;
        justify-content: center;
        margin-left: 33%;
    }

    .btn-container img {
        height: 20px;
        width: 20px;
        border-radius: 30px;
    }

    .btn-container #text {
        font-size: 12px;
        padding-top: 1px;
    }

    .btn-container {
        padding: 10px;
    }

    .footer {
        height: 40px;
        width: 100%;
    }
}



@media only screen and (max-width: 360px) {
    .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: -200px;
        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: 65px;
        cursor: pointer;
    }

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

    .conatiner p {
        font-size: 18px;
        text-align: center;
    }

    .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;

    }

    .Tech-container {
        margin-left: 1rem;
        width: 80vw;
        height: 750px;
    }


    .btn-t h1 {
        font-size: 16px;
    }

    .Tech-container h2 {
        font-size: 14px;
    }

    .buttons {
        text-align: center;
        padding: 10px;
    }

    .btn-t {
        font-size: 16px;
        width: max-content;
        height: max-content;
        justify-content: center;
        margin-left: 33%;
    }

    .btn-container img {
        height: 20px;
        width: 20px;
        border-radius: 30px;
    }

    .btn-container #text {
        font-size: 12px;
        padding-top: 1px;
    }

    .btn-container {
        padding: 10px;
    }

    .footer {
        height: 40px;
        width: 100%;
    }
}