body {
    background-color: #E0E0E0;
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}

#ellipse {
    background-color: rgba(25, 42, 86, 0.87);
    width: 100%;
    height: 1370px;
    clip-path: ellipse(81% 45% at 67% 0%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

header {
    position: relative;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 1000;
}

header>#logo {
    width: 170px;
    height: 57px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    margin: auto;
}

header>nav {
    height: fit-content;
    position: absolute;
    font-weight: 400;
    font-size: 22px;
    right: 120px;
    bottom: 28%;
}

header>nav>a {
    color: #E0E0E0;
    text-decoration: none;
    margin-right: 35px;
    width: 122px;
    height: 29px;
    display: inline-block;
    text-align: center;
    transition-duration: 1s;
}

header>#phone {
    width: 40px;
    height: 37px;
    background: url("/assets/images/phone-ringing.png") center no-repeat;
    background-size: 36px 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    display: none;
    margin: auto;
}

header>nav>a:nth-child(5) {
    border: 3px solid #E1B12C;
    border-radius: 20px;
    font-weight: bold;
    width: 142px;
}

header>nav>a:first-child:hover,header>nav>a:nth-child(2):hover,
header>nav>a:nth-child(3):hover,header>nav>a:nth-child(4):hover {
    color: #ffc92c;
    font-weight: bold;
}

#hero-section {
    position: relative;
    height: 690px;
    width: 88%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#hero-section-left-side {
    height: 400px;
    aspect-ratio: 1/1;
    position: absolute;
    background-size: cover;
    top: 20px;
    left: 210px;
    margin: auto;
    background-color: #192A56;
    border-radius: 100%;
    border: 4px solid #E0E0E0;
}

#circle {
    height: 350px;
    aspect-ratio: 1/1;
    position: absolute;
    background: url("/assets/images/profile2.JPG") center no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    border: 3px solid #eab520;
}

#hero-section-right-side {
    height: 500px;
    width: 790px;
    color: #E0E0E0;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin-top: 130px;
    margin-bottom: 60px;
}

#hero-section-right-side>p>span {
    color: #E1B12C;
}

#hero-section-right-side>.socials {
    height: 100px;
    width: 450px;
    position: absolute;
    bottom: 235px;
    right: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero-section-right-side>.socials>.github {
    height: 75px;
    aspect-ratio: 1/1;
    background: url("/assets/images/gihub.jpeg") center;
    margin-right: 15px;
    background-size: cover;
    border-radius: 100%;
    transition-duration: 0.2s;
}

#hero-section-right-side>.socials>.linkedin {
    height: 75px;
    aspect-ratio: 1/1;
    background: url("/assets/images/Linkedin-logo-on-transparent-Background-PNG- (1).png") center;
    background-size: 90px 90px;
    margin-right: 15px;
    border-radius: 100%;
    transition-duration: 0.2s;
}

#hero-section-right-side>.socials>.medium {
    height: 75px;
    aspect-ratio: 1/1;
    background: url("/assets/images/Mediumlogo.jpeg") center no-repeat;
    background-size: 75px 75px;
    margin-right: 15px;
    border-radius: 100%;
    transition-duration: 0.2s;
}

#hero-section-right-side>.socials>.stack {
    height: 75px;
    aspect-ratio: 1/1;
    background: url("/assets/images/StackoverflowLogo.jpeg") center no-repeat;
    background-size: cover;
    margin-right: 15px;
    border-radius: 100%;
    transition-duration: 0.2s;
}

#hero-section-right-side>.socials>.instagram {
    height: 76px;
    aspect-ratio: 1/1;
    background: url("/assets/images/insta-removebg-preview.png") no-repeat -10px -11px;
    background-size: 98px 98px;
    margin-right: 15px;
    border-radius: 50%;
    transition-duration: 0.2s;
}

#contact-details-section {
    position: relative;
    height: 500px;
    width: 88%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#contact-details-left-side>h2 {
    color: #192A56;
}

#contact-details-left-side {
    width: 350px;
    height: 410px;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    border-radius: 20px;
    border: 3px solid #eab520;
}

#contact-details-left-side>input {
    width: 250px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    color: #E0E0E0;
    background-color: rgba(25, 42, 86, 0.87);
}

#contact-details-left-side>textarea {
    text-align: center;
    border-radius: 20px;
    color: #E0E0E0;
    background-color: rgba(25, 42, 86, 0.87);
}

::placeholder {
    color: #E0E0E0;
}

#contact-details-middle {
    width: 300px;
    height: 400px;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#contact-details-middle>p {
    width: 300px;
    height: 90px;
    margin-top: 41px;
    color: #192A56;
    font-weight: bold;
    font-size: 24px;
}

#contact-details-right-side {
    width: 530px;
    height: 470px;
    position: absolute;
    background: url("/assets/gif/Social media.gif") center no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

footer {
    position: relative;
    height: 360px;
    top: 210px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #E0E0E0;
}

#footer-Ellipse {
    clip-path: ellipse(96% 20% at 93% 100%);
    background-color: rgba(25, 42, 86, 0.87);
    width: 100%;
    height: 1850px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#logo-footer {
    position: absolute;
    top: 0;
    right: 80px;
    margin: auto;
}

footer>#contact {
    width: 220px;
    height: 220px;
    position: absolute;
    top: 100px;
    right: 75px;
    margin: auto;
}

#contact>div {
    font-size: 22px;
}

#contact>div>span {
    font-size: 32px;
    font-weight: bold;
}

#contact>div:first-child {
    position: absolute;
    top: 10px;
}

#contact>div:nth-child(2) {
    position: absolute;
    top: 125px;
}

#line-vertical {
    height: 225px;
    border-left: 3px solid #E0E0E0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 350px;
    margin: auto;
}

#copy-rights {
    height: 30px;
    width: 381px;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#footer-content {
    width: 320px;
    height: 220px;
    font-size: 22px;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

footer>.socials {
    height: 100px;
    width: 470px;
    position: absolute;
    top: 120px;
    right: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer>.socials>.github {
    height: 55px;
    aspect-ratio: 1/1;
    background: url("/assets/images/gihub.jpeg") center;
    margin-right: 15px;
    background-size: cover;
    border-radius: 100%;
    transition-duration: 0.2s;
}

footer>.socials>.linkedin {
    height: 55px;
    aspect-ratio: 1/1;
    background: url("/assets/images/Linkedin-logo-on-transparent-Background-PNG- (1).png") center;
    background-size: 65px 65px;
    margin-right: 15px;
    border-radius: 100%;
    transition-duration: 0.2s;
}

footer>.socials>.medium {
    height: 55px;
    aspect-ratio: 1/1;
    background: url("/assets/images/Mediumlogo.jpeg") center no-repeat;
    background-size: 75px 75px;
    margin-right: 15px;
    border-radius: 100%;
    transition-duration: 0.2s;
}

footer>.socials>.stack {
    height: 55px;
    aspect-ratio: 1/1;
    background: url("/assets/images/StackoverflowLogo.jpeg") center no-repeat;
    background-size: cover;
    margin-right: 15px;
    border-radius: 100%;
    transition-duration: 0.2s;
}

footer>.socials>.instagram {
    height: 56px;
    aspect-ratio: 1/1;
    background: url("/assets/images/insta-removebg-preview.png") no-repeat -8px -8px;
    background-size: 74px 74px;
    margin-right: 15px;
    border-radius: 50%;
    transition-duration: 0.2s;
}

/*Transitions*/
#hero-section-right-side>.socials>.github:hover,
footer>.socials>.github:hover,
#hero-section-right-side>.socials>.linkedin:hover,
footer>.socials>.linkedin:hover,
#hero-section-right-side>.socials>.medium:hover,
footer>.socials>.medium:hover,
#hero-section-right-side>.socials>.stack:hover,
footer>.socials>.stack:hover,
#hero-section-right-side>.socials>.instagram:hover,
footer>.socials>.instagram:hover {
    border: 3px solid #E0E0E0;
}

#name:focus,#email:focus,#message:focus {
    border: 4px solid #E0E0E0;

}

:root {
    --bar-width: 50px;
    --bar-height: 6px;
    --hamburger-gap: 6px;
    --foreground: #E0E0E0;
    --background: #E0E0E0;
    --hamburger-margin: 18px;
    --animation-timing: 200ms ease-in-out;
    --hamburger-height: calc(var(--bar-height) * 3 + var(--hamburger-gap) * 2);
}

.hamburger-menu {
    --x-width: calc(var(--hamburger-height) * 1.41421356237);

    display: none;
    flex-direction: column;
    gap: var(--hamburger-gap);
    width: max-content;
    position: absolute;
    top: var(--hamburger-margin);
    right: var(--hamburger-margin);
    z-index: 2;
    cursor: pointer;
}

.hamburger-menu:has(input:checked) {
    --foreground: #E0E0E0;
    --background: #E0E0E0;
}

.hamburger-menu:has(input:focus-visible)::before,
.hamburger-menu:has(input:focus-visible)::after,
.hamburger-menu input:focus-visible {
    border: 1px solid var(--background);
    box-shadow: 0 0 0 1px var(--foreground);
}

.hamburger-menu::before,
.hamburger-menu::after,
.hamburger-menu input {
    content: "";
    width: var(--bar-width);
    height: var(--bar-height);
    background-color: var(--foreground);
    border-radius: 9999px;
    transform-origin: left center;
    transition: opacity var(--animation-timing), width var(--animation-timing),
    rotate var(--animation-timing), translate var(--animation-timing),
    background-color var(--animation-timing);
}

.hamburger-menu input {
    appearance: none;
    padding: 0;
    margin: 0;
    outline: none;
    pointer-events: none;
}

.hamburger-menu:has(input:checked)::before {
    rotate: 45deg;
    width: var(--x-width);
    translate: 0 calc(var(--bar-height) / -2);
}

.hamburger-menu:has(input:checked)::after {
    rotate: -45deg;
    width: var(--x-width);
    translate: 0 calc(var(--bar-height) / 2);
}

.hamburger-menu input:checked {
    opacity: 0;
    width: 0;
}

@media all and (max-width: 1440px) {

    body {
        overflow-x: hidden; !important;
    }

    header>nav {
        height: fit-content;
        position: absolute;
        font-weight: 400;
        font-size: 22px;
        right: 30px;
        bottom: 28%;
    }

    #hero-section {
        height: 690px;
        width: 98%;
    }

    #hero-section-right-side {
        height: 500px;
        width: 790px;
        font-size: 24px;
        top: 0;
        right: 0;
        bottom: 0;
        margin-top: 130px;
        margin-bottom: 60px;
    }

    #hero-section-left-side {
        height: 400px;
        aspect-ratio: 1 / 1;
        position: absolute;
        background-size: cover;
        top: 20px;
        left: 180px;
    }

    #contact-details-section {
        height: 500px;
        width: 98%;
    }
}

@media all and (max-width: 1024px) {

    body {
        overflow-x: hidden; !important;
    }

    header>img {
        left: 15px;
    }

    header>nav {
        height: fit-content;
        position: absolute;
        font-weight: 400;
        font-size: 22px;
        right: 20px;
        bottom: 28%;
    }

    header>nav>a {
        color: #E0E0E0;
        text-decoration: none;
        margin-right: 5px;
        width: 122px;
        height: 29px;
        display: inline-block;
        text-align: center;
        transition: .3s ease-in-out;
    }

    #ellipse {
        clip-path: ellipse(77% 42% at 57% 0%);
    }

    #hero-section {
        height: 600px;
        width: 98%;
    }

    #hero-section-right-side {
        height: 500px;
        width: 500px;
        font-size: 20px;
        margin-top: 130px;
        margin-bottom: 60px;
    }

    #hero-section-right-side>.socials {
        height: 90px;
        width: 450px;
        bottom: 235px;
        right: 0;
        left: 0;
        margin: auto;
    }

    #hero-section-right-side>.socials>.github {
        height: 65px;
    }

    #hero-section-right-side>.socials>.linkedin {
        height: 65px;
        background-size: 80px 80px;
    }

    #hero-section-right-side>.socials>.medium {
        height: 65px;
        background-size: 75px 75px;
    }

    #hero-section-right-side>.socials>.stack {
        height: 65px;
    }

    #hero-section-right-side>.socials>.instagram {
        height: 66px;
        background-size: 88px 88px;
        background-position: -10px -10px;
    }

    #hero-section-left-side {
        height: 350px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        top: 40px;
        left: 70px;
    }

    #circle {
        height: 300px;
        aspect-ratio: 1 / 1;
    }

    #contact-details-section {
        height: 500px;
        width: 98%;
    }

    #contact-details-left-side {
        width: 300px;
        height: 400px;
        top: 0;
        bottom: 0;
        left: 20px;
    }

    #contact-details-right-side {
        width: 350px;
        height: 440px;
    }

    #contact-details-middle>p {
        width: 300px;
        height: 90px;
        font-size: 20px;
    }

    footer {
        height: 360px;
        top: 100px;
    }

    #logo-footer {
        position: absolute;
        top: 8px;
        right: 80px;
        margin: auto;
    }

    #contact>div>span {
        font-size: 26px;
        font-weight: bold;
    }

    #footer-content {
        width: 420px;
        height: 190px;
        font-size: 19px;
    }

    footer>.socials {
        height: 70px;
        width: 350px;
        left: -80px;
    }

    #copy-rights {
        height: 30px;
        width: 351px;
        font-size: 18px;
    }

}

@media all and (max-width: 768px) {

    body {
        overflow-x: hidden; !important;
    }

    .hamburger-menu {
        display: flex;
    }

    header>nav {
        width: 100%;
        height: 0;
        background: rgba(25, 42, 86, 0.29);
        backdrop-filter: blur(50px);
        position: absolute;
        top: 100%;
        left: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        transition: .3s ease;
    }

    header>nav>a {
        margin: 1rem 0;
        text-align: center;
        transform: translateY(-50px);
        transition: .3s ease;
        opacity: 0;
    }

    .hamburger-menu:has(input:checked) + .navbar {
        height: 18.7rem;
    }

    .hamburger-menu:has(input:checked) + .navbar>a {
        transform: translateY(0);
        transition-delay: calc(56ms * var(--i));
        opacity: 1;
    }

    #ellipse {
        clip-path: ellipse(94% 42% at 70% 0%);
    }

    #hero-section-left-side {
        height: 300px;
        top: 50px;
        left: 10px;
    }

    #circle {
        height: 250px;
    }

    #hero-section {
        height: 540px;
        width: 98%;
    }

    #hero-section-right-side {
        height: 500px;
        width: 420px;
        font-size: 18px;
    }

    #hero-section-right-side>.socials {
        height: 90px;
        width: 400px;
        bottom: 235px;
    }

    #contact-details-left-side {
        width: 250px;
        height: 330px;
        top: 0;
        bottom: 0;
        left: 10px;
    }

    #contact-details-left-side>input {
        width: 210px;
        height: 40px;
    }

    #contact-details-left-side>textarea {
        width: 220px;
        height: 100px;
    }

    #contact-details-right-side {
        width: 255px;
        height: 350px;
    }

    #contact-details-middle {
        width: 280px;
        height: 400px;
    }

    #contact-details-middle>p {
        width: 300px;
        height: 90px;
        font-size: 15px;
    }

    footer {
        height: 360px;
        top: 60px;
    }

    #footer-Ellipse {
        clip-path: ellipse(96% 21% at 90% 100%);
        background-color: rgba(25, 42, 86, 0.87);
        width: 100%;
        height: 1850px;
    }

    #logo-footer {
        right: 40px;
    }

    #logo-footer>img {
        width: 200px;
        height: 60px;
    }

    #line-vertical {
        height: 235px;
        right: 275px;
        margin: auto;
    }

    footer>#contact {
        width: 220px;
        height: 220px;
        position: absolute;
        top: 100px;
        right: 20px;
        margin: auto;
    }

    #contact>div {
        font-size: 20px;
    }

    #contact>div>span {
        font-size: 22px;
        font-weight: bold;
    }

    #footer-content {
        width: 450px;
        height: 150px;
        font-size: 15px;
    }

    footer>.socials {
        height: 70px;
        width: 350px;
        right: 70px;
    }

    footer>.socials>.github {
        height: 45px;
    }

    footer>.socials>.linkedin {
        height: 45px;
        background-size: 55px 55px;
    }

    footer>.socials>.medium {
        height: 45px;
        background-size: 65px 65px;
    }

    footer>.socials>.stack {
        height: 45px;
    }

    footer>.socials>.instagram {
        height: 47px;
        background-size: 63px 63px;
        background-position: -7px -8px;
    }

    #copy-rights {
        height: 30px;
        width: 286px;
        font-size: 15px;
    }

}

@media all and (max-width: 425px) {

    body {
        overflow-x: hidden; !important;
    }

    :root {
        --bar-width: 40px;
        --bar-height: 3px;
        --hamburger-gap: 6px;
        --hamburger-margin: 23px;
    }

    .hamburger-menu {
        display: flex;
    }

    header>nav {
        justify-content: space-between;
    }

    header>nav>a {
        margin: 1rem 0;
        text-align: center;
        transform: translateY(-50px);
        transition: .3s ease;
        opacity: 0;
    }

    .hamburger-menu:has(input:checked) + header>nav {
        height: 25.7rem;
    }

    .hamburger-menu:has(input:checked) + header>nav>a {
        transform: translateY(0);
        transition-delay: calc(56ms * var(--i));
        opacity: 1;
    }

    #ellipse {
        background-color: rgba(25, 42, 86, 0.87);
        width: 100%;
        height: 560px;
        clip-path: circle(84.5% at 50% 0);
    }

    header {
        height: 70px;
    }

    header>#logo {
        width: 60px;
        height: 57px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        overflow: hidden;
    }

    header>#phone {
        display: block;
    }

    #hero-section-left-side {
        height: 200px;
        top: 30px;
        left: 0;
        right: 0;

    }

    #circle {
        height: 160px;
    }

    #hero-section {
        height: 460px;
        width: 98%;
    }

    #hero-section-right-side {
        height: 310px;
        width: 410px;
        font-size: 15px;
    }

    #hero-section-right-side>p {
        width: 400px;
        height: 60px;
        display: block;
        position: absolute;
        top: 123px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #hero-section-right-side>.socials {
        height: 90px;
        width: 400px;
        bottom: 0;
    }

    #contact-details-section {
        height: 480px;
        width: 98%;
        top: 60px;
    }

    #contact-details-left-side {
        width: 190px;
        height: 270px;
        top: 0;
        left: 215px;
    }

    #contact-details-left-side>h2 {
        font-size: 15px;
    }

    #contact-details-left-side>input {
        width: 140px;
        height: 30px;
    }

    input,
    input::placeholder {
        font-size: 12px;
    }

    #contact-details-left-side>textarea {
        width: 169px;
        height: 100px;
    }

    textarea,
    textarea::placeholder {
        font-size: 12px;
    }

    #contact-details-right-side {
        width: 205px;
        height: 240px;
        top: 0;
        margin: 0;
        left: 0;
    }

    #contact-details-middle {
        width: 280px;
        height: 400px;
        top: 410px;
        right: 70px;
    }

    #contact-details-middle>p {
        width: 160px;
        height: 30px;
        font-size: 13px;
    }

    footer {
        height: 360px;
        top: 0;
    }

    #footer-Ellipse {
        clip-path: polygon(0 53%, 100% 53%, 100% 100%, 0% 100%);
        background-color: rgba(25, 42, 86, 0.87);
        width: 100%;
        height: 620px;
    }

    #footer-circle {
        width: 100%;
        height: 230px;
        overflow: hidden;
        position: absolute;
        background-color: #E0E0E0;
        clip-path: ellipse(61% 90% at 50% 0%);
        z-index: -1;
    }

    #logo-footer {
        width: 130px;
        height: 44px;
        top: 140px;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }

    #logo-footer>img {
        width: 130px;
        height: 44px;
    }

    #line-vertical {
        display: none;
    }

    footer>#contact {
        width: 90px;
        height: 100px;
        position: absolute;
        top: 200px;
        right: 5px;
        margin: auto;
    }

    #contact>div:nth-child(2) {
        position: absolute;
        top: 65px;
    }

    #contact>div {
        font-size: 12px;
    }

    #contact>div>span {
        font-size: 13px;
        font-weight: bold;
    }

    #footer-content {
        display: none;
        width: 450px;
        height: 150px;
        font-size: 15px;
    }

    footer>.socials {
        height: 162px;
        width: 106px;
        right: 230px;
        top: 170px;
        bottom: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    .socials>a {
        border: 1px solid #a5a5a5;
    }

    footer>.socials>.github:hover,
    footer>.socials>.linkedin:hover,
    footer>.socials>.medium:hover,
    footer>.socials>.stack:hover,
    footer>.socials>.instagram:hover {
        border: 2px solid #eab520;
    }

    #hero-section>#left-side>.socials>.github:hover,
    #hero-section>#left-side>.socials>.linkedin:hover,
    #hero-section>#left-side>.socials>.medium:hover,
    #hero-section>#left-side>.socials>.stack:hover,
    #hero-section>#left-side>.socials>.instagram:hover {
        border: 3px solid #eab520;
    }

    footer>.socials>.github {
        height: 35px;
        margin-right: 14px;
        margin-bottom: 12px;
    }

    footer>.socials>.linkedin {
        height: 34px;
        background-size: 45px 45px;
        margin-right: 14px;
        margin-bottom: 12px;
    }

    footer>.socials>.medium {
        height: 35px;
        background-size: 55px 55px;
        margin-right: 14px;
        margin-bottom: 12px;
    }

    footer>.socials>.stack {
        height: 35px;
        margin-right: 14px;
        margin-bottom: 12px;
    }

    footer>.socials>.instagram {
        height: 38px;
        background-size: 50px 52px;
        background-position: -5px -7px;
    }

    #copy-rights {
        height: 20px;
        width: 230px;
        font-size: 12px;
    }

}

@media all and (max-width: 375px) {

    body {
        overflow-x: hidden; !important;
    }

    :root {
        --bar-width: 40px;
        --bar-height: 3px;
        --hamburger-gap: 6px;
        --hamburger-margin: 23px;
    }

    .hamburger-menu {
        display: flex;
    }

    header>nav {
        justify-content: space-between;
    }

    header>nav>a {
        margin: 1rem 0;
        text-align: center;
        transform: translateY(-50px);
        transition: .3s ease;
        opacity: 0;
    }

    .hamburger-menu:has(input:checked) + header>nav {
        height: 25.7rem;
    }

    .hamburger-menu:has(input:checked) + header>nav>a {
        transform: translateY(0);
        transition-delay: calc(56ms * var(--i));
        opacity: 1;
    }

    #ellipse {
        background-color: rgba(25, 42, 86, 0.87);
        width: 100%;
        height: 560px;
        clip-path: circle(84.5% at 50% 0);
    }

    header {
        height: 70px;
    }

    header>#logo {
        width: 60px;
        height: 57px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        overflow: hidden;
    }

    header>#phone {
        display: block;
    }

    #hero-section-left-side {
        height: 200px;
        top: 30px;
        left: 0;
        right: 0;
    }

    #circle {
        height: 160px;
    }

    #hero-section {
        height: 460px;
        width: 98%;
    }

    #hero-section-right-side {
        height: 310px;
        width: 350px;
        font-size: 12px;
        right: 0;
        left: 0;
        margin: auto;
        top: 128px;
    }

    #hero-section-right-side>p {
        width: 290px;
    }

    #hero-section-right-side>.socials {
        height: 90px;
        width: 360px;
    }

    #hero-section-right-side>.socials>.github {
        height: 55px;
    }

    #hero-section-right-side>.socials>.linkedin {
        height: 55px;
        background-size: 70px 70px;
    }

    #hero-section-right-side>.socials>.medium {
        height: 55px;
        background-size: 72px 68px;
    }

    #hero-section-right-side>.socials>.stack {
        height: 55px;
    }

    #hero-section-right-side>.socials>.instagram {
        height: 56px;
        background-size: 75px 75px;
        background-position: -9px -9px;
    }

    #contact-details-section {
        height: 480px;
        width: 98%;
        top: 60px;
    }

    #contact-details-left-side {
        width: 160px;
        height: 263px;
        top: 0;
        left: 185px;
    }

    #contact-details-left-side>h2 {
        font-size: 15px;
    }

    #contact-details-left-side>input {
        width: 130px;
    }

    input,
    input::placeholder {
        font-size: 12px;
    }

    #contact-details-left-side>textarea {
        width: 139px;
        height: 100px;
    }

    textarea,
    textarea::placeholder {
        font-size: 12px;
    }

    #contact-details-right-side {
        width: 170px;
        height: 210px;
    }

    #contact-details-middle {
        width: 290px;
        height: 230px;
        top: 260px;
    }

    #contact-details-middle>p {
        font-size: 12px;
    }

    footer {
        height: 360px;
        top: 0;
    }

    #footer-Ellipse {
        clip-path: polygon(0 53%, 100% 53%, 100% 100%, 0% 100%);
        background-color: rgba(25, 42, 86, 0.87);
        width: 100%;
        height: 620px;
    }

    #footer-circle {
        width: 100%;
        height: 230px;
        overflow: hidden;
        position: absolute;
        background-color: #E0E0E0;
        clip-path: ellipse(61% 90% at 50% 0%);
        z-index: -1;
    }

    #logo-footer {
        width: 130px;
        height: 44px;
        top: 140px;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }

    #logo-footer>img {
        width: 130px;
        height: 44px;
    }

    #line-vertical {
        display: none;
    }

    footer>#contact {
        width: 90px;
        height: 100px;
        position: absolute;
        top: 200px;
        right: 5px;
        margin: auto;
    }

    #contact>div:nth-child(2) {
        position: absolute;
        top: 65px;
    }

    #contact>div {
        font-size: 12px;
    }

    #contact>div>span {
        font-size: 13px;
        font-weight: bold;
    }

    #footer-content {
        display: none;
        width: 450px;
        height: 150px;
        font-size: 15px;
    }

    footer>.socials {
        height: 162px;
        width: 106px;
        right: 180px;
    }

    .socials>a {
        border: 1px solid #a5a5a5;
    }

    footer>.socials>.github:hover,
    footer>.socials>.linkedin:hover,
    footer>.socials>.medium:hover,
    footer>.socials>.stack:hover,
    footer>.socials>.instagram:hover {
        border: 2px solid #eab520;
    }

    #hero-section>#left-side>.socials>.github:hover,
    #hero-section>#left-side>.socials>.linkedin:hover,
    #hero-section>#left-side>.socials>.medium:hover,
    #hero-section>#left-side>.socials>.stack:hover,
    #hero-section>#left-side>.socials>.instagram:hover {
        border: 3px solid #eab520;
    }

    footer>.socials>.github {
        height: 35px;
        margin-right: 14px;
        margin-bottom: 12px;
    }

    footer>.socials>.linkedin {
        height: 34px;
        background-size: 45px 45px;
        margin-right: 14px;
        margin-bottom: 12px;
    }

    footer>.socials>.medium {
        height: 35px;
        background-size: 55px 55px;
        margin-right: 14px;
        margin-bottom: 12px;
    }

    footer>.socials>.stack {
        height: 35px;
        margin-right: 14px;
        margin-bottom: 12px;
    }

    footer>.socials>.instagram {
        height: 38px;
        background-size: 50px 52px;
        background-position: -5px -7px;
    }

    #copy-rights {
        height: 15px;
        width: 230px;
        font-size: 12px;
    }
}

@media all and (max-width: 320px) {

    body {
        overflow-x: hidden; !important;
    }

    :root {
        --bar-width: 40px;
        --bar-height: 3px;
        --hamburger-gap: 6px;
        --hamburger-margin: 23px;
    }

    .hamburger-menu {
        display: flex;
    }

    header>nav {
        justify-content: space-between;
    }

    header>nav>a {
        margin: 1rem 0;
        text-align: center;
        transform: translateY(-50px);
        transition: .3s ease;
        opacity: 0;
    }

    .hamburger-menu:has(input:checked) + header>nav {
        height: 25.7rem;
    }

    .hamburger-menu:has(input:checked) + header>nav>a {
        transform: translateY(0);
        transition-delay: calc(56ms * var(--i));
        opacity: 1;
    }

    #ellipse {
        background-color: rgba(25, 42, 86, 0.87);
        width: 100%;
        height: 560px;
        clip-path: circle(84.5% at 50% 0);
    }

    header {
        height: 70px;
    }

    header>#logo {
        width: 60px;
        height: 57px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        overflow: hidden;
    }

    header>#phone {
        display: block;
    }

    #hero-section-left-side {
        height: 190px;
    }

    #circle {
        height: 150px;
    }

    #hero-section {
        height: 460px;
        width: 98%;
    }

    #hero-section-right-side {
        height: 310px;
        width: 290px;
        font-size: 12px;
        right: 0;
        left: 0;
        margin: auto;
        top: 98px;
    }

    #hero-section-right-side>p {
        width: 290px;
    }

    #hero-section-right-side>.socials {
        height: 90px;
        width: 300px;
    }

    #hero-section-right-side>.socials>.github {
        height: 45px;
    }

    #hero-section-right-side>.socials>.linkedin {
        height: 45px;
        background-size: 60px 60px;
    }

    #hero-section-right-side>.socials>.medium {
        height: 45px;
        background-size: 62px 58px;
    }

    #hero-section-right-side>.socials>.stack {
        height: 45px;
    }

    #hero-section-right-side>.socials>.instagram {
        height: 46px;
        background-size: 62px 62px;
        background-position: -7px -8px;
    }

    #contact-details-section {
        height: 480px;
        width: 98%;
        top: 30px;
    }

    #contact-details-left-side {
        width: 140px;
        height: 233px;
        left: 165px;
    }

    #contact-details-left-side>h2 {
        font-size: 12px;
    }

    #contact-details-left-side>input {
        width: 120px;
    }

    input,
    input::placeholder {
        font-size: 11px;
    }

    #contact-details-left-side>textarea {
        width: 119px;
        height: 80px;
    }

    textarea,
    textarea::placeholder {
        font-size: 11px;
    }

    #contact-details-right-side {
        width: 140px;
        height: 190px;
    }

    #contact-details-middle {
        width: 290px;
        height: 230px;
        top: 260px;
    }

    #contact-details-middle>p {
        font-size: 11px;
    }

    footer {
        height: 340px;
        top: 0;
    }

    #logo-footer {
        width: 100px;
        height: 36px;
        top: 140px;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }

    #logo-footer>img {
        width: 100px;
        height: 36px;
    }

    footer>#contact {
        width: 75px;
        height: 100px;
        position: absolute;
        top: 200px;
        right: 3px;
        margin: auto;
    }

    #contact>div:nth-child(2) {
        position: absolute;
        top: 65px;
    }

    #contact>div {
        font-size: 11px;
    }

    #contact>div>span {
        font-size: 11px;
        font-weight: bold;
    }

    footer>.socials {
        right: 140px;
    }

    .socials>a {
        border: 1px solid #a5a5a5;
    }

    footer>.socials>.github {
        height: 25px;
        margin-right: 14px;
        margin-bottom: 12px;
    }

    footer>.socials>.linkedin {
        height: 24px;
        background-size: 34px 34px;
        margin-right: 14px;
        margin-bottom: 12px;
    }

    footer>.socials>.medium {
        height: 25px;
        background-size: 45px 44px;
        margin-right: 14px;
        margin-bottom: 12px;
    }

    footer>.socials>.stack {
        height: 25px;
        margin-right: 14px;
        margin-bottom: 12px;
    }

    footer>.socials>.instagram {
        height: 28px;
        background-size: 40px 42px;
        background-position: -5px -7px;
    }

    #copy-rights {
        height: 15px;
        width: 191px;
        font-size: 10px;
    }
}
