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

:root {
    --primary-color: rgb(0, 0, 0);
    --text-color: rgb(255, 255, 255);
    --secondary-color: rgb(0, 0, 0);
    --tertiary-color: rgba(0, 0, 0, 0.388);
    --btn-color: rgb(9, 9, 9);
    --content_text-color: rgb(176, 175, 175);
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--secondary-color);
    cursor: url(images/btn.png), auto;
    overflow-x : hidden;
}

a {
    cursor: url(images/body.png), auto;
}

header {
    position: sticky;
    top: 0;
}

nav {
    background-color: var(--primary-color);
    color: var(--text-color);
    padding: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

/* 
.logo {

} */

.logo img {
    width: 64px;
    height: 65px;
    border-radius: 100px;
}

.right ul {
    display: flex;
    gap: 34px;
    /* flex-wrap: wrap; */
}

.right ul li {
    list-style: none;
    /* padding: 23px; */
    font-family: "Poppins", serif;
    font-weight: bolder;
    font-style: normal;
}

ul li a {
    text-decoration: none;
    color: var(--text-color);
    /* cursor: url(/images/home_cursor.png), auto; */
}

.container {
    height: auto;
    display: flex;

}

.box1 {

    width: 50vw;
    height: auto;
    /* border: 2px solid black; */
    margin: 4px;
    text-align: center;
    padding: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    /* position: static; */
}
.smldevice{
    display: none;
}

.srt_about {
    font-size: xx-large;
    margin: 10px;
    padding: 10px;
    font-family: "Poppins", serif;
    font-weight: bolder;
    font-style: normal;
    color: var(--text-color);
}

.srt_about1 {
    display: inline-block;
    font-size: 3.5em;
    margin: 5px;
    padding: 10px;
    font-family: "Josefin Sans", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: red;
    white-space: nowrap;
    overflow: hidden;
    border-right: 5px solid red;
    /* Creates the typing cursor */
    width: 100%;
    animation: typing 2s steps(12), cursor .4s step-end infinite alternate, bounce 1s ease-in-out 2s infinite;
    z-index: -2;
}

@keyframes typing {
    from {
        width: 0;
    }
}

@keyframes cursor {
    50% {
        border-color: transparent;
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
        /* Default position */
    }

    40% {
        transform: translateY(-10px);
        /* Move up */
    }

    60% {
        transform: translateY(-5px);
        /* Move back down slightly */
    }
}

.srt_about2 {
    font-size: 16px;
    margin: 10px;
    padding: 10px;
    font-family: var(--font_family);
    font-family: "Poppins", serif;
    font-weight: bolder;
    font-style: normal;
    color: white;
}

.btn {
    display: flex;
    flex-direction: row;
    gap: 50px;
    flex-wrap: wrap;
}

.btn a {
    text-decoration: none;
    color: var(--text-color);
    border: 2px solid red;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 15px;
    font-family: "Ubuntu", serif;
    font-weight: 700;
    font-style: normal;
    background-color: var(--btn-color);
    margin: auto;
    text-align: center;

}


.box2 {

    width: 50vw;
    height: auto;
    /* border: 2px solid black; */
    margin: 4px;
    display: flex;
    align-items: center;
}

.box2 img {
    width: 100%;
    height: 70%;
}

.container2 {
    display: flex;
    height: auto;
    /* border: 2px solid rgb(255, 245, 245); */
    color: var(--text-color);
    align-items: center;
    justify-content: center;
    font-family: "Ubuntu", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
}

.hack {
    height: 40vh;
    /* border: 2px solid wheat; */
}

footer {
    height: 222px;
    background-color: var(--tertiary-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    align-items: center;
    color: var(--text-color);
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    border-top: 2px solid white;
}

.ftr-line {
    transform: rotate(90deg);
    /* height: 250px; */
}

.right-btm {
    display: flex;
    gap: 10px;
}

@media only screen and (min-width: 650px) and (max-width: 750px) {

    /* body {
        background-color: black;
    } */
    .srt_about1 {
        font-size: 3em;
    }
}

@media only screen and (min-width: 530px) and (max-width: 650px) {

    /* body {
        background-color: black;
    } */
    .srt_about1 {
        font-size: 2.5em;
    }
}

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

    /* body {
        background-color: black;
    } */
    .srt_about1 {
        font-size: 2.5em;
    }

    .box2 {
        width: 0vw;
        height: 0vh;
    }

    .box1 {
        width: 100vw;
        height: auto;
        /* border: 2px solid black; */
        margin: 4px;
        text-align: center;
        padding: 7px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .smldevice {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 5px solid var(--primary-color);
        border-radius: 190px;
        background-color: var(--secondary-color);
        background-position: center;
    }
}

@media only screen and (max-width: 420px) {
    footer {
        height: 100vh;
        /* background-color: black; */
    }

    .srt_about1 {
        font-size: 2em;
    }

    .srt_about2 {
        font-size: 11px;
    }

    .btn {
        gap: 10px;
    }

    .btn a {
        padding: 10px 10px;
        font-size: 12px;

    }

    .srt_about {
        font-size: x-large;
    }
}


@media only screen and (max-width: 342px) {
    html body {
        width: fit-content;
        /* background-color: black; */
    }
}

@media only screen and (min-width: 1700px)and (min-width: 800px) {
    .srt_about {
        font-size: 60px;
    }

    .srt_about1 {
        font-size: 7em;
    }

    .srt_about2 {
        font-size: 30px;
    }

    .btn {
        gap: 25px;
    }

    .btn a {
        padding: 20px 35px;
        font-size: 30px;

    }

    .ftr-txt {
        font-size: x-large;
    }

    .logo img {
        width: 94px;
        height: 95px;
        border-radius: 100px;
    }

    .right ul {
        display: flex;
        gap: 54px;
        /* flex-wrap: wrap; */
    }

    .right {
        font-size: 50px;
    }
}
@media only screen and (min-width: 340px) and (max-width: 400px) {
    html body {
        width: fit-content;
        /* background-color: black; */
    }
}