@font-face {
    font-family: head;
    src: url(./311b7f2775e42105e53e.ttf);
}

@font-face {
    font-family: tail;
    src: url(./d77b39f40383b63d32e3.ttf);
}


* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    user-select: none;
    /* scroll-snap-points-y: repeat(1000%); */
}

html {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}


a {
    cursor: none;
}


#loader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgb(255, 255, 255);
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    gap: 10px;
}

#counter {
    font-family: tail;
    font-weight: bold;
    position: fixed;
    padding: 20px;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: black;
    font-size: 5rem;
}

#loader h1 {
    font-size: 6vw;
    font-weight: lighter;
}


* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#cursor {
    height: 1vw;
    width: 1vw;
    background-color: #ffffff;
    border-radius: 50%;
    position: fixed;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0%, 0%);
    background-position: center;
    background-size: cover;
    mix-blend-mode: difference;
}

/* 
#transition {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    pointer-events: none;
    background: white;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
} */

button {
    cursor: none;
}


html,
body {
    scrollbar-width: none;
    cursor: none;
    height: 100%;
    width: 100%;
    color: white;
    background-color: rgb(20, 20, 20);
}

h1 {
    font-family: head;
}

#videoBG {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

#navigate {
    display: flex;
    align-items: center;
    margin-left: 25%;
    /* justify-content: space-between; */
}

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

nav button {
    color: white;
    font-family: head;
}

#freelance {
    margin-right: 1.2%;
    border-radius: 20px;
    height: 5vh;
    width: 20vw;
    font-size: .8rem;
    padding: 0 20px;
    border: .05px solid rgb(255, 255, 255);
    background-color: transparent;
    border-radius: 3rem;
    overflow: hidden;
    transition: 0.2s transform ease-in-out;
    will-change: transform;

}

#freelance::after {
    background-color: rgb(255, 255, 255);
    border-radius: 3rem;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    will-change: transform;
    z-index: -1;
}

#freelance:hover::after {
    transform: translate(0, 0);
}

#freelance:hover {
    border: .1px solid transparent;
    color: #000000;
    transform: scale(1.05);
    will-change: transform;
}


nav button:hover {
    cursor: none;
}

#logo {
    margin-left: 2%;
    font-family: head;
    border: none;
    font-size: 3rem;
    background-color: transparent;
}

.nav-btns {

    border: none;
    background-color: transparent;
    font-size: .9rem;
    margin: 5px;
    padding: 20px;
}



#nav-allbtns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
}

#atPage {
    padding: 5% 2%;
    margin-left: 1.8%;
    font-size: .9rem;
    font-family: head;
    font-weight: lighter;
}

#heroHead {
    margin-top: -7rem;
}

#heroHead h1 {
    font-family: head;
    margin-bottom: -3.8rem;
    text-align: center;
    font-size: 6rem;
    font-weight: lighter;
    gap: 0;
}

#heroHead h1 span {
    margin-left: -10rem;
}

#heroPara {
    font-size: 1rem;
    font-family: tail;
    margin-top: 2rem;
    text-align: center;
    margin-left: 10rem;
}



#right-img {
    height: 45vh;
    border-radius: 20px;
    position: absolute;
    top: 13%;
    right: 20%;
    z-index: 0;
}

#downbox {
    margin-bottom: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#down {
    font-size: 2rem;
    border: 1px solid white;
    min-width: 7vw;
    padding: 20px;
    margin-top: 4%;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

#arrow {
    text-align: center;
    font-size: bolder;
}


.line {
    width: 90%;
    height: .5px;
    margin: 0 auto;
    margin-top: 7%;
    background-color: rgb(255, 255, 255);
}

#pagetop {
    /* width: 90%; */
    font-family: tail;
    font-size: .8rem;
    font-weight: lighter;
    padding: 20px;
    margin: 0 40px;
    margin-bottom: -5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-btn {

    font-weight: lighter;
    font-size: .7rem;
    padding: 5px;
    color: white;
    border: none;
    background-color: transparent;
}


.top-btn::after {
    content: " ";
    position: absolute;
    background-color: white;
    /* height: 10px/.; */
    width: 100%;
    left: 0;
    bottom: -.1px;
    padding: 0 0px;
    transition: .3s;
}


.top-btn:hover::after {
    width: 100%;
}

#page2-main {
    margin-top: 20vh;
    margin-bottom: 20vh;
    display: flex;
    align-items: top;
    padding: 0 5%;
}

#intro {
    margin-top: 20px;
    font-family: tail;
    font-size: .8rem;
    font-weight: lighter;
    text-transform: uppercase;
}

#dp img {
    height: 80vh;
    border-radius: 70px;
    padding: 20px;
}

#learnbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

#learncircle {
    width: 17vh;
    font-family: tail;
    text-transform: uppercase;
    font-size: 3rem;
    border: 1px solid white;
    padding: 0px;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    position: relative;
    overflow: hidden;
    /* Added position relative */
}

#learncircle::after {
    background-color: rgb(255, 255, 255);
    border-radius: 3rem;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: transform 0.2s ease;
    /* Adjusted transition property */
    will-change: transform;
    z-index: -1;
    overflow: hidden;
}

#learncircle:hover::after {
    transform: translate(0, 0);
    overflow: hidden;
}

#learncircle:hover {
    border: 2px solid transparent;
    color: #000000;
    transform: scale(1.05);
    will-change: transform;
    font-size: 2rem;
    font-weight: bold;
}


#learntext {
    padding: 10px;
    font-size: .7rem;
    text-align: center;
    font-size: bolder;
    font-family: tail;
}

/* 
#learntext:hover {
    font-size: 1rem;
} */

#dp {
    position: relative;
}

.marquee {
    /* margin-bottom: 50%; */
    position: absolute;
    top: 95%;
    left: -10%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 2;
    background: transparent;
}

.marquee span {
    font-family: tail;
    font-size: 11rem;
    display: inline-block;
    animation: marquee 90s linear infinite;
}

@keyframes marquee {
    100% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

#page3 #pagetop {
    margin-bottom: 10vh;
}

#page3-top {
    padding: 0rem 4rem;
    margin-bottom: 15vh;
}

#page3-top h2 span {
    font-family: tail;
    font-size: 2rem;
    font-weight: lighter;
}

#span3-1 {
    margin-left: 3rem;
}

.wrapper {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.container {
    height: 350px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

.tag {
    display: flex;
    align-items: center;
    gap: 20px;
}



.tag-btn {
    font-size: .8rem;
    font-family: tail;
    border: 1px solid white;
    border-radius: 30px;
    height: inherit;
    width: inherit;
    text-align: center;
    padding: 4px 10px;
    overflow: hidden;
    transition: 0.2s transform ease-in-out;
    will-change: transform;

}

.tag-btn::after {
    background-color: rgb(255, 255, 255);
    border-radius: 3rem;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    will-change: transform;
    z-index: -1;
}

.tag-btn:hover::after {
    transform: translate(0, 0);
}

.tag-btn:hover {
    border: .1px solid transparent;
    color: #000000;
    transform: scale(1.05);
    will-change: transform;
}



.card {
    font-family: tail;
    width: 80px;
    border-radius: .75rem;
    background-size: cover;
    cursor: none;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28, -0.03, 0, .99);
    box-shadow: 0px 10px 30px -5px rgba(22, 22, 22, 0.8);
}

.card>.row {
    color: white;
    display: flex;
    flex-wrap: nowrap;
}

.card>.row>.icon {
    background: #223;
    color: white;
    border-radius: 50%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
}


.card>.row>.icon:hover {
    border: 1px solid black;
    background-color: white;
    color: black;
}

.card>.row>.description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* overflow: hidden; */
    height: 80px;
    width: 520px;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: .3s;
    transition: all .3s ease;
}

.card>.row>.description>.des_data {
    height: 110px;
    width: 55vw;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.877);
    padding: 5px 40px;
    border-radius: 30px;
    text-align: start;
}

.description p {
    color: #b0b0ba;
    padding-top: 5px;
}

.description h4 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

input {
    display: none;
}

input:checked+label {
    width: 750px;
}

input:checked+label .description {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.card[for="c1"] {
    background-image: url('./media/parapop.jpg');
    background-size: cover;
    background-position: center;
}

.card[for="c2"] {
    background-image: url('./media/currencyflow.jpg');
}

.card[for="c3"] {
    background-image: url('./media/bharatgpt.png');
}

.card[for="c4"] {
    background-image: url('./media/rejouice.jpg');
}


#page3-main {
    margin: 40px;
    padding: 20px;
}



#page3-main h2 {
    font-size: 1.5rem;
    text-align: center;
    font-family: tail;
    font-weight: lighter;
}


#page3-main h2 span {
    text-transform: uppercase;
    text-decoration: solid;
    font-size: 2.2rem;
    color: transparent;
    -webkit-text-stroke: .18px white;
    position: relative;
}

#page3-main h2 span::before {
    content: attr(data-content);
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 90%;
    color: white;
    transition: .4s ease-in-out;
}

#page3-main h2 span:hover::before {
    width: 100%;
    filter: drop-shadow(0 0 60px white);
}



#projectbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

#projectcircle {
    width: 10vh;
    font-family: tail;
    text-transform: uppercase;
    font-size: 3rem;
    border: 1px solid white;
    padding: 0px;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    position: relative;
    overflow: hidden;
    /* Added position relative */
}

#projectcircle::after {
    background-color: rgb(255, 255, 255);
    border-radius: 3rem;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: transform 0.2s ease;
    will-change: transform;
    z-index: -1;
    overflow: hidden;
}

#projectcircle:hover::after {
    transform: translate(0, 0);
    overflow: hidden;
}

#projectcircle:hover {
    border: 2px solid transparent;
    color: #000000;
    transform: scale(1.05);
    will-change: transform;
    font-size: 2rem;
    font-weight: bold;
}


#projecttext {
    padding: 10px;
    font-size: .8rem;
    text-align: center;
    font-size: bolder;
    font-family: tail;
}

#page3-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#page3-top p {

    /* justify-content: end; */
    font-family: tail;
    text-align: end;
    font-size: 1.8rem;
}

#page3-top p #last {
    margin-left: -20%;
    text-align: left;
}

#last {
    text-align: left;
}

#page3-elements {
    margin-top: -5%;
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#page3-elements .box {
    height: 50%;
    width: 33%;
    background-color: rgb(25, 25, 25);
    position: relative;
    border-radius: 30px;
}

#page3-elements .box img {
    border-radius: 30px;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all linear .7s;
}

#page3-elements .box:hover img {
    opacity: 0;
}


#page3-elements .box video {
    border-radius: 30px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


#page3-elements .box a {
    text-decoration: none;
    color: white;
    cursor: none;
}

#page3-elements .box a:hover {
    text-decoration: none;
    color: rgb(172, 170, 170);
    cursor: none;
}

#extrainfo h2 {
    font-family: tail;
}

#page4-content {
    /* margin-top: -5%; */
    margin-bottom: -5%;
    min-height: 100vh;
    width: 100%;
    padding: 5%;
    position: relative;
    padding: 100px;
}

.elem {
    /* background-color: salmon; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.elem:hover h1 {
    transform: translateY(-100%);

    color: rgb(112, 187, 236);
}

.elem h1 {
    font-size: 5rem;
    transition: all ease-out 0.5s;
}

.text-div {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.elem img {
    z-index: -1;
    position: absolute;
    height: 90vh;
    opacity: 0;
    transition: all ease-out 0.6s;
    transform: translateY(20%) rotate(2deg);
}

.elem img:nth-child(1) {
    top: 10%;
    z-index: -1;
}


.elem:hover img {
    opacity: 1;
    transform: translate(0%) rotate(0deg);
}


#page5-content {
    /* min-height: 100vh; */
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 140px 70px;
    font-family: tail;
}

#page5 h2 {
    margin-bottom: 20px;
}

#page5 h2 span {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

.page5-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: lighter;
    height: 15vh;
    padding: 20px;
    border-top: 1px solid white;
}

.page5-container:nth-last-child(1) {
    border-bottom: 1px solid white;
}

#page6 {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
}

#page6-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#connectbox {
    border-radius: 30px;
    background-color: rgba(12, 12, 12, 0.718);
    width: 60%;
    color: rgb(255, 255, 255);
    margin-top: 15vh;
    margin-bottom: 20px;
    padding: 50px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border: .1px solid rgba(255, 255, 255, 0.248);
}

#connectbox h2 {
    font-family: head;
    font-size: 1rem;
    font-weight: lighter;
}

#connectbox h1 {
    font-size: 3rem;
}

#socials {
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.social-div:hover h1 {
    transform: translateY(-100%);
    cursor: none;
}

.social-div h1 {
    font-size: 2rem;
    transition: all ease-out 0.3s;
}

.social-div {
    margin-top: 10px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

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

.eyes {
    display: flex;
    justify-content: center;
}

.eye {
    width: 150px;
    height: 150px;
    background: #fff;
    margin: 20px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    animation: blink 3s infinite;
}

.ball {
    width: 40px;
    height: 40px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 10px solid #6d6875;
}

@keyframes blink {

    0%,
    100% {
        transform: scale(1, 0.05);
    }

    5%,
    95% {
        transform: scale(1, 1);
    }
}


h4 {
    text-transform: uppercase;
    font-family: tail;
    font-size: .8rem;
    font-weight: lighter;
}

#message {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#landscapeOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black background */
    z-index: 9998;
    /* Ensure the overlay is behind the message */
}

#landscapeMessage {
    display: none;
    /* Initially hide the message */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 9999;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {

    /* Hide the main content, cursor, and loader */
    #main,
    #cursor,
    #loader {
        display: none;
    }

    /* Show the landscape message */
    #landscapeMessage {
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        /* Ensure it's fixed on the screen */
        top: 50;
        left: 50;
        width: 100%;
        height: 100%;
        text-transform: uppercase;
        font-family: tail;
        font-size: 2rem;
        background: none;
        border: none;
        /* You can add additional styling as needed */
    }
}



/* For screens smaller than 768px (typical iPad portrait mode) */
@media (min-width: 769px) and (max-width: 1024px) {

    /* Adjust styles for iPads */


    #main {
        overflow: hidden;
    }

    #cursor {
        display: none;
    }

    #loader {
        font-family: tail;
    }

    #freelance {
        margin-right: 1.2%;
        border-radius: 20px;
        font-size: .8rem;
        padding: 0 10px;
        border: 1px solid rgb(255, 255, 255);
        background-color: transparent;
    }

    #atPage {
        margin-top: 5vh;
    }

    #heroHead {
        margin-top: 10vh;
    }

    #heroPara {
        margin-left: 0vw;
    }

    #down {
        width: 20vw;
        margin-bottom: 10vh;
    }

    #pagetop {
        font-size: 1rem;
    }

    #page2-main {
        margin-top: 10vh;
        margin-bottom: 10vh;
        display: flex;
        flex-direction: column;
        align-items: top;
        padding: 0 5%;
    }

    #intropara {
        font-size: 1.2rem;
    }

    #dp img {
        align-items: center;
        height: 45vh;
        border-radius: 100px;
        padding: 20px;
    }

    .marquee span {
        font-size: 12rem;
    }

    #learncircle {
        margin-top: 5vh;
        width: 15vh;
    }

    #projectcircle {
        width: 15vh;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    #page3-top {
        margin-bottom: 5vh;
        display: flex;
        flex-direction: column-reverse;
    }

    #page3-head h2 span {
        font-size: 1.8rem;
    }

    .container {
        height: 600px;
        display: flex;
        flex-direction: column;
        margin-bottom: 10vh;
    }

    .card {
        width: 750px;
        height: 200px;
        margin: 10px 10px;

    }

    .card>.row>.description>.des_data {
        height: 110px;
        width: 80vw;
        margin-bottom: 5px;
        background-color: rgba(0, 0, 0, 0.877);
        padding: 5px 40px;
        border-radius: 30px;
        text-align: start;
    }

    .description p {
        color: #b0b0ba;
        padding-top: 5px;
    }

    .description h4 {
        font-size: 1.5rem;
        text-transform: uppercase;
    }

    input {
        display: none;
    }

    input:checked+label {
        /* width: 750px; */
        height: 800px;
    }

    input:checked+label .description {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }

    #page5-content h2 {
        font-size: 3rem;
    }

    #page5-content {
        /* min-height: 100vh; */
        width: 100%;
        position: relative;
        z-index: 9;
        padding: 140px 70px;
        font-family: tail;
    }


    .page5-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: .8rem;
        font-weight: lighter;
        height: 10vh;
        /* padding: 20px; */
        border-top: 1px solid white;
    }

    #connectbox {
        width: 90%;
        margin-bottom: 10vh;
    }

    #connectbox h2 {
        font-family: head;
        font-size: 1rem;
    }

    #connectbox h1 {
        font-size: 3rem;
    }

    #socials {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .social-div:hover h1 {
        transform: translateY(-100%);
        cursor: none;
    }

    .social-div h1 {
        font-size: 2rem;
        transition: all ease-out 0.3s;
    }

    .social-div {
        margin-top: 2%;
        margin-bottom: 3%;
        height: 50px;
        overflow: hidden;
        position: relative;
    }

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

    .eyes {
        margin-top: 20px;
        /* Add margin to create space between eyes and socials */
        display: flex;
        justify-content: center;
    }

    .eye {
        width: 150px;
        height: 150px;
        background: #fff;
        margin: 20px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        animation: blink 3s infinite;
    }

    .ball {
        width: 40px;
        height: 40px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: 10px solid #6d6875;
    }

    #videoBG {
        display: none;
    }

}

/* For screens smaller than 600px (typical phone screens) */
@media only screen and (max-width: 600px) {

    #cursor {
        display: none;
    }

    #loader h1 {
        font-size: 1.5rem;
    }

    #logo {
        font-size: 2rem;
    }

    #main {
        overflow: hidden;
    }

    .hamburger {
        display: block;
        margin-right: 10px;
        cursor: pointer;
    }

    .bar {
        width: 25px;
        height: 3px;
        background-color: rgb(255, 255, 255);
        margin: 5px 0;
        transition: 0.4s;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }


    #nav-allbtns button {
        font-size: 1.5rem;
    }


    #navigate {
        justify-content: center;
        margin-left: 0vw;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
    }

    #navigate button {
        font-size: 3rem;
        margin: 50px 50px;
        gap: 90px;
    }

    #nav-allbtns {
        height: 85vh;
        width: 100%;
        left: -100%;
        top: 60px;
        z-index: 10;
        position: fixed;
        flex-direction: column;
        color: #ffffff;
        background-color: rgb(0, 0, 0);
        transition: 0.3s;
    }

    #videoBG {
        display: none;
    }




    #nav-allbtns.active {
        margin-bottom: 10vh;
        left: 0;
        background-color: rgb(0, 0, 0);

    }

    #freelance {

        width: 100%;
        margin-right: 1.2%;
        border-radius: 20px;
        font-size: .8rem;
        padding: 0 10px;
        margin-bottom: 2vh;
        border: 1px solid rgb(255, 255, 255);
        background-color: transparent;
    }

    #atPage {
        margin-top: 5vh;
    }

    #heroHead {
        margin-top: 10vh;
    }

    #heroHead h1 {
        font-size: 3rem;
        padding: 20px 0px;
    }

    #heroPara #p1 {
        font-size: .4rem;
        margin-left: -20vw;
    }

    #heroPara #p2 {
        font-size: .6rem;
        margin-left: -70vw;
    }

    #down {
        min-width: 25vw;
        margin-bottom: 10vh;
    }

    #pagetop {
        padding: 10px;
        margin: 10px;
    }

    #page2-main {
        margin-top: 10vh;
        margin-bottom: 10vh;
        display: flex;
        flex-direction: column;
        align-items: top;
        padding: 0 5%;
    }

    #intropara {
        font-size: 1rem;
    }

    #img-container-dp {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #dp img {
        height: 35vh;
        border-radius: 70px;
        padding: 20px;
    }

    .marquee span {
        margin-top: 2vh;
        font-size: 7rem;
    }

    #learncircle {
        margin-top: 7vh;
        width: 13vh;
    }

    #projectcircle {
        width: 15vh;
        margin-top: 10vh;
        margin-bottom: 5vh;
    }

    #page3-top {
        margin-bottom: 5vh;
        display: flex;
        flex-direction: column-reverse;
    }

    #page3-top h2 span {
        display: block;
        font-family: tail;
        margin-left: -4vw;
        margin-bottom: -4vh;
        font-size: 1.6rem;
        font-weight: lighter;
    }

    #span3-1 {
        margin-left: 0rem;
    }

    .container {
        margin: 2px;
        height: 600px;
        display: flex;
        flex-direction: column;
        margin-bottom: 10vh;
    }

    .card {
        width: 390px;
        height: 200px;
        margin: 10px 10px;

    }

    .card>.row>.description>.des_data {
        font-size: .7rem;
        height: 90px;
        width: 85vw;
        margin-bottom: 5px;
        background-color: rgba(0, 0, 0, 0.877);
        padding: 5px 40px;
        border-radius: 30px;
        text-align: start;
    }

    .description p {
        color: #b0b0ba;
        padding-top: 5px;
    }

    .description h4 {
        font-size: 1rem;
        text-transform: uppercase;
    }

    input {
        display: none;
    }

    input:checked+label {
        width: 400px;
        height: 400px;
    }

    input:checked+label .description {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }

    #page5-content h2 {
        text-align: center;
        align-items: center;
        font-size: 2rem;
    }


    #page5 h2 span {
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 50px;
    }


    #page5-content {
        /* min-height: 100vh; */
        width: 100%;
        position: relative;
        z-index: 9;
        padding: 100px 10px;
        font-family: tail;
    }


    .page5-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: .6rem;
        font-weight: lighter;
        height: 8vh;
        /* padding: 20px; */
        border-top: 1px solid white;
    }

    #connectbox {
        width: 90%;
        margin-bottom: 10vh;
    }

    #connectbox h2 {
        font-family: head;
        font-size: 1rem;
    }

    #connectbox h1 {
        font-size: 2rem;
    }

    #socials {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .social-div:hover h1 {
        transform: translateY(-100%);
        cursor: none;
    }

    .social-div h1 {
        font-size: 2rem;
        transition: all ease-out 0.3s;
    }

    .social-div {
        margin-top: 2%;
        margin-bottom: 3%;
        height: 50px;
        overflow: hidden;
        position: relative;
    }

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

    .eyes {
        margin-top: 20px;
        /* Add margin to create space between eyes and socials */
        display: flex;
        justify-content: center;
    }

    .eye {
        margin: 5px;
        width: 200px;
        height: 100px;
        background: #fff;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        animation: blink 3s infinite;
    }


    #socials {
        width: 100%;
    }

    .social-div h1 {
        font-size: 1rem;
    }

    .social-div {
        height: 20px;
    }

    h4 {
        text-transform: uppercase;
        font-family: tail;
        font-size: .5rem;
        font-weight: lighter;
    }

    #message {
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }




}