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(100% 50% at 20% 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(4) {
    border: 3px solid #E1B12C;
    border-radius: 20px;
    font-weight: bold;
}

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(5):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: 620px;
    width: 830px;
    position: absolute;
    background: url("/assets/images/Cross-platform software-pana.png") center no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: 10px;
    margin-bottom: 60px;
}

#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:nth-child(2) {
    display: none;
}

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

#hero-section-right-side>.socials {
    height: 100px;
    width: 90px;
    position: absolute;
    bottom: 155px;
    right: 350px;
    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;
    background-size: cover;
    border-radius: 100%;
    transition-duration: 0.2s;
}

.line-left>hr,.line-right>hr {
    height: 3px;
    width: 35dvw;
    border: 0;
    background: #192A56;
}

.line-left-01>hr,.line-right-02>hr {
    height: 3px;
    width: 32dvw;
    border: 0;
    background: #192A56;
}

.line-left,.line-left-01 {
    position: absolute;
    left: 0;
    top: 22px;
}

.line-right,.line-right-02 {
    position: absolute;
    right: 0;
    top: 22px;
}

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

#projects-section>h1 {
    width: 190px;
    height: 60px;
    color: #192A56;
    font-weight: bold;
    font-size: 48px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.grid{
    display: grid;
    margin: 140px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-items: center;
    grid-row-gap: 80px;
    grid-template-columns: repeat(3, 1fr);
}

.grid>div{
    width: 410px;
    height: 310px;
    margin: 10px;
    position: relative;
    border-radius: 20px 20px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.07) 0 1px 2px, rgba(0, 0, 0, 0.07) 0 2px 4px, rgba(0, 0, 0, 0.07) 0 4px 8px, rgba(0, 0, 0, 0.07) 0 8px 16px, rgba(0, 0, 0, 0.07) 0 16px 32px, rgba(0, 0, 0, 0.07) 0 32px 64px;
    border: 3px solid #001b68;
    align-content: center;
    overflow: hidden;
    transition: .8s ease-in-out;
}

.card-content {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: -100%;
    right: 0;
    border-radius: 10px 10px 10px 10px;
    background: rgba(25, 42, 86, 0.41);
    backdrop-filter: blur(7px);
    color: #ffffff;
    text-align: center;
    transition: .8s ease-in-out;
}

.card-title {
    margin: 10px;
    position: relative;
    font-size: 18px;
    top: 0;
}

.card-sub {
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
}

.projects-card-btn {
    width: 50%;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;

    border: 3px solid #E0E0E0;
    background-color: #E0E0E0;
    border-radius: 5px 5px 5px 5px;
    transition-duration: 1s;
    cursor: pointer;
}

.see-more-btn {
    color: #192A56;
    font-size: 18px;
    text-decoration: none;
}

.p-label {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.p-label>input {
    display: none;
}

#P-1 {
    background: url("/assets/images/stock-management-terminal.png") no-repeat;
    background-size: 1580px 900px;
    transition: .8s ease-in-out;
}

#P-2 {
    background: url("/assets/images/Connect-04.png") no-repeat;
    background-size: 415px 330px;
    transition: .8s ease-in-out;
}

#P-3 {
    background: url("/assets/images/PastryPal-MVC.png") no-repeat;
    background-size: 415px 310px;
    transition: .8s ease-in-out;
}

#P-4 {
    background: url("/assets/images/PastryPal-Lay.png") no-repeat;
    background-size: 415px 310px;
    transition: .8s ease-in-out;
}

#P-5 {
    background: url("/assets/images/Echo-Hub.png") no-repeat;
    background-size: 415px 310px;
    transition: .8s ease-in-out;
}

#P-6 {
    background: url("/assets/images/BookWorm.png") no-repeat;
    background-size: 410px 310px;
    transition: .8s ease-in-out;
}

#github-button {
    width: 280px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    border: 0 solid #E0E0E0;
    background-color: #E0E0E0;
    border-left: 3px solid #192A56;
    border-right: 3px solid #192A56;
    border-radius: 5px 5px 5px 5px;
    transition: .5s ease-in-out;
}

#github-button-tag {
    color: #192A56;
    font-size: 22px;
    text-decoration: none;
}

#skills-and-tools {
    position: relative;
    height: 540px;
    width: 88%;
    top: 190px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#skills-and-tools>h1 {
    width: 360px;
    height: 60px;
    color: #192A56;
    font-weight: bold;
    font-size: 48px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

#skills-and-tools-middle {
    width: 1230px;
    height: 130px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#skills-and-tools-middle>p {
    font-weight: bold;
    color: #192A56;
    font-size: 28px;
    text-align: center;
}

#tools {
    height: 150px;
    width: 54dvw;
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: space-between;
}

#tools>img {
    margin-right: 54px;
    transition-duration: .5s;
}

footer {
    position: relative;
    height: 360px;
    top: 280px;
    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*/
: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 (hover: hover) {

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

    #github-button:hover {
        cursor: pointer;
        background-color: rgba(242, 193, 118, 0.45);
        border-top: 3px solid #eab520;
        border-bottom: 4px solid #eab520;
        border-radius: 5px 5px 5px 5px;

        color: #192A56;
        font-weight: bold;
        text-decoration: none;
    }

    #tools>img:first-child:hover {
        width: 85px;
        height:130px;
    }

    #tools>img:nth-child(2):hover {
        width: 86px;
        height:86px;
    }

    #tools>img:nth-child(3):hover {
        width: 85px;
        height: 85px;
    }

    #tools>img:nth-child(4):hover {
        width: 85px;
        height: 85px;
    }

    #tools>img:nth-child(5):hover {
        width: 155px;
        height: 95px;
    }

    #tools>img:nth-child(6):hover {
        width: 65px;
        height: 85px;
    }

    #tools>img:nth-child(7):hover {
        width: 135px;
        height: 85px;
    }

    #tools>img:nth-child(8):hover {
        width: 180px;
        height: 105px;
    }

    .grid>div:hover .card-content {
        bottom: 0;
    }

    .grid>div:hover {
        border: 3px solid #eab520;
    }

    .check-box {
        pointer-events: none;
    }

    .p-label {
        pointer-events: none;
    }

    .projects-card-btn:hover {
        cursor: pointer;
        border: 3px solid #eab520;
        border-radius: 5px 15px 5px 15px;
        color: #192A56;
        font-weight: bold;
        text-decoration: none;
        pointer-events: auto;
    }

    .grid>div:hover .projects-card-btn {
        pointer-events: auto;
    }

    #P-1:hover {
        background-size: 1980px 1200px;
        pointer-events: auto;
    }

    #P-2:hover {
        background-size: 450px 380px;
        pointer-events: auto;
    }

    #P-3:hover {
        background-size: 450px 380px;
        pointer-events: auto;
    }

    #P-4:hover {
        background-size: 450px 380px;
        pointer-events: auto;
    }

    #P-5:hover {
        background-size: 450px 380px;
        pointer-events: auto;
    }

    #P-6:hover {
        background-size: 450px 380px;
        pointer-events: auto;
    }

}

@media (hover: none) {
    input:checked + .card-content {
        bottom: 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 {
        position: relative;
        height: 690px;
        width: 98%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

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

    #hero-section-left-side {
        height: 610px;
        width: 720px;
    }

    #hero-section-right-side>.socials {
        height: 100px;
        width: 90px;
        bottom: 145px;
        right: 260px;
    }

    #projects-section {
        position: relative;
        height: 1060px;
        width: 98%;
        top: 70px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .grid {
        display: grid;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        justify-items: center;
        grid-row-gap: 0;
        grid-template-columns: repeat(3, 1fr);
        height: 800px;
    }

    #github-button {
        width: 280px;
        height: 50px;
        bottom: 50px;
    }

    #skills-and-tools {
        position: relative;
        height: 540px;
        width: 98%;
        top: 140px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #tools {
        height: 150px;
        width: 72dvw;
        position: absolute;
        display: flex;
        align-items: center;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        justify-content: space-between;
    }
}

@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 {
        height: 1370px;
        clip-path: ellipse(109% 47% at 28% 0%);
    }

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

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

    #hero-section-left-side {
        height: 590px;
        width: 570px;
    }

    #hero-section-right-side>.socials {
        height: 100px;
        width: 90px;
        bottom: 135px;
        right: 150px;
    }

    #projects-section {
        height: 1380px;
        width: 98%;
        top: 0;
    }
    .grid {
        height: 1110px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        grid-row-gap: 50px;
        grid-template-columns: repeat(2, 1fr);
    }


    #github-button {
        width: 280px;
        height: 50px;
        bottom: 0;
    }

    .line-left-01>hr, .line-right-02>hr {
        height: 3px;
        width: 25dvw;
    }

    #skills-and-tools {
        position: relative;
        height: 640px;
        width: 98%;
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #skills-and-tools-middle>p {
        font-weight: bold;
        color: #192A56;
        font-size: 22px;
        text-align: center;
    }

    #skills-and-tools-middle {
        width: 790px;
        height: 130px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 190px;
    }

    #tools {
        height: 260px;
        width: 85dvw;
        position: absolute;
        display: flex;
        align-items: center;
        bottom: 70px;
        left: 0;
        right: 0;
        margin: auto;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
    }

    #tools>img {
        transition-duration: 1s;
        margin: 20px;
    }

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

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

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

    #ellipse {
        height: 1370px;
        clip-path: ellipse(113% 37% at 28% 1%);
    }

    #hero-section-left-side {
        height: 440px;
        width: 410px;
        margin-top: 0;
    }

    #hero-section-right-side {
        height: 320px;
        width: 272px;
        font-size: 18px;
        right: 20px;
        margin-top: 100px;
        margin-bottom: 60px;
    }

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

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


    .line-left, .line-left-01 {
        top: 8px;
    }

    .line-right, .line-right-02 {
        top: 8px;
    }

    #projects-section>h1 {
        width: 122px;
        height: 40px;
        font-size: 31px;
    }

    .grid>div {
        width: 320px;
        height: 260px;
    }

    .projects-card-btn {
        cursor: pointer;
        border: 3px solid #eab520;
        border-radius: 5px 15px 5px 15px;
        color: #192A56;
        font-weight: bold;
        text-decoration: none;
    }

    #skills-and-tools>h1 {
        width: 230px;
        height: 40px;
        font-size: 31px;
    }

    #skills-and-tools-middle {
        width: 720px;
        height: 130px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 190px;
    }

    #tools {
        height: 270px;
        width: 73dvw;
        position: absolute;
        display: flex;
        bottom: 70px;
        left: 0;
        right: 0;
        margin: auto;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
    }

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

    #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;
        overflow-x: hidden;
    }

    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(68.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 {
        height: 400px;
        width: 98%;
    }

    #hero-section-left-side {
        height: 250px;
        width: 240px;
        margin-top: 20px;
    }

    #hero-section-right-side {
        height: 320px;
        width: 272px;
        font-size: 12.5px;
        right: 10px;
        margin-top: 50px;
        margin-bottom: 60px;
    }

    #hero-section-right-side>p:first-child {
        display: none;
    }

    #hero-section-right-side>p:nth-child(2) {
        display: block;
        width: 150px;
        position: absolute;
        right: 0;
        top: 20px;
    }

    #hero-section-right-side>.socials {
        height: 100px;
        width: 90px;
        bottom: 5px;
        right: 150px;
    }

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


    .line-left, .line-left-01 {
        top: 5px;
    }

    .line-right, .line-right-02 {
        top: 5px;
    }

    #projects-section {
        height: 2170px;
        width: 98%;
        top: 0;
    }

    #projects-section>h1 {
        width: 92px;
        height: 30px;
        font-size: 24px;
    }

    .grid {
        height: 1970px;
        margin: auto;
        grid-row-gap: 50px;
        grid-template-columns: repeat(1, 1fr);
    }

    .grid>div {
        width: 320px;
        height: 260px;
    }

    .projects-card-btn {
        cursor: pointer;
        border: 3px solid #eab520;
        border-radius: 5px 15px 5px 15px;
        color: #192A56;
        font-weight: bold;
        text-decoration: none;
    }

    #github-button {
        cursor: pointer;
        background-color: rgba(242, 193, 118, 0.45);
        border-top: 3px solid #eab520;
        border-bottom: 4px solid #eab520;
        border-radius: 20px;

        color: #192A56;
        font-weight: bold;
        text-decoration: none;
    }

    .line-left-01>hr, .line-right-02>hr {
        height: 3px;
        width: 20dvw;
    }

    #skills-and-tools {
        height: 460px;
        width: 98%;
        top: 100px;
    }

    #skills-and-tools>h1 {
        width: 177px;
        height: 30px;
        font-size: 24px;
    }

    #skills-and-tools-middle {
        width: 370px;
        height: 90px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 250px;
    }

    #skills-and-tools-middle>p {
        font-weight: bold;
        color: #192A56;
        font-size: 12.5px;
        text-align: center;
    }

    #tools {
        height: 280px;
        width: 84dvw;
        position: absolute;
        display: flex;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
    }

    #tools>img:first-child {
        width: 30px;
        height: 55px;
    }

    #tools>img:nth-child(2) {
        width: 35px;
        height: 35px;
    }

    #tools>img:nth-child(3) {
        width: 35px;
        height: 35px;
    }

    #tools>img:nth-child(4) {
        width: 50px;
        height: 50px;
    }

    #tools>img:nth-child(5) {
        width: 100px;
        height: 53px;
    }

    #tools>img:nth-child(6) {
        width: 39px;
        height: 53px;
    }

    #tools>img:nth-child(7) {
        width: 80px;
        height: 50px;
    }

    #tools>img:nth-child(8) {
        width: 100px;
        height: 63px;
    }

    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(68.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 {
        height: 400px;
        width: 98%;
    }

    #hero-section-left-side {
        height: 230px;
        width: 220px;
        margin-top: 20px;
    }

    #hero-section-right-side {
        height: 320px;
        width: 272px;
        font-size: 12.5px;
        right: 10px;
        margin-top: 50px;
        margin-bottom: 60px;
    }

    #hero-section-right-side>p:first-child {
        display: none;
    }

    #hero-section-right-side>p:nth-child(2) {
        display: block;
        width: 130px;
        position: absolute;
        right: 0;
        top: 0;
    }

    #hero-section-right-side>.socials {
        height: 100px;
        width: 90px;
        bottom: 5px;
        right: 130px;
    }

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


    .line-left, .line-left-01 {
        top: 5px;
    }

    .line-right, .line-right-02 {
        top: 5px;
    }

    #projects-section {
        height: 2170px;
        width: 98%;
        top: 0;
    }

    #projects-section>h1 {
        width: 92px;
        height: 30px;
        font-size: 24px;
    }

    .grid {
        height: 1970px;
        margin: auto;
        grid-row-gap: 50px;
        grid-template-columns: repeat(1, 1fr);
    }

    .grid>div {
        width: 320px;
        height: 260px;
    }

    .projects-card-btn {
        cursor: pointer;
        border: 3px solid #eab520;
        border-radius: 5px 15px 5px 15px;
        color: #192A56;
        font-weight: bold;
        text-decoration: none;
    }

    #github-button {
        cursor: pointer;
        background-color: rgba(242, 193, 118, 0.45);
        border-top: 3px solid #eab520;
        border-bottom: 4px solid #eab520;
        border-radius: 20px;

        color: #192A56;
        font-weight: bold;
        text-decoration: none;
    }

    .line-left-01>hr, .line-right-02>hr {
        height: 3px;
        width: 20dvw;
    }

    #skills-and-tools {
        height: 460px;
        width: 98%;
        top: 100px;
    }

    #skills-and-tools>h1 {
        width: 177px;
        height: 30px;
        font-size: 24px;
    }

    #skills-and-tools-middle {
        width: 370px;
        height: 90px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 250px;
    }

    #skills-and-tools-middle>p {
        font-weight: bold;
        color: #192A56;
        font-size: 12.5px;
        text-align: center;
    }

    #tools {
        height: 310px;
        width: 94dvw;
        position: absolute;
        display: flex;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
    }

    #tools>img:first-child {
        width: 30px;
        height: 55px;
    }

    #tools>img:nth-child(2) {
        width: 35px;
        height: 35px;
    }

    #tools>img:nth-child(3) {
        width: 35px;
        height: 35px;
    }

    #tools>img:nth-child(4) {
        width: 50px;
        height: 50px;
    }

    #tools>img:nth-child(5) {
        width: 100px;
        height: 53px;
    }

    #tools>img:nth-child(6) {
        width: 39px;
        height: 53px;
    }

    #tools>img:nth-child(7) {
        width: 80px;
        height: 50px;
    }

    #tools>img:nth-child(8) {
        width: 100px;
        height: 63px;
    }

    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) {

    :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(68.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 {
        height: 400px;
        width: 98%;
    }

    #hero-section-left-side {
        height: 210px;
        width: 200px;
        margin-top: 26px;
    }

    #hero-section-right-side {
        height: 320px;
        width: 272px;
        font-size: 11px;
        right: 10px;
        margin-top: 50px;
        margin-bottom: 60px;
    }

    #hero-section-right-side>p:first-child {
        display: none;
    }

    #hero-section-right-side>p:nth-child(2) {
        display: block;
        width: 110px;
        position: absolute;
        right: 0;
        top: 0;
    }

    #hero-section-right-side>.socials {
        right: 105px;
    }

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


    .line-left, .line-left-01 {
        top: 5px;
    }

    .line-right, .line-right-02 {
        top: 5px;
    }

    .line-left>hr, .line-right>hr {
        height: 3px;
        width: 25dvw;
    }

    #projects-section {
        height: 2170px;
        width: 98%;
        top: 0;
    }

    #projects-section>h1 {
        width: 92px;
        height: 30px;
        font-size: 24px;
    }

    .grid {
        height: 1970px;
        margin: auto;
        grid-row-gap: 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .grid>div {
        width: 280px;
        height: 240px;
    }

    #github-button {
        width: 220px;
        height: 45px;
    }

    .projects-card-btn {
        cursor: pointer;
        border: 3px solid #eab520;
        border-radius: 5px 15px 5px 15px;
        color: #192A56;
        font-weight: bold;
        text-decoration: none;
    }

    #github-button {
        cursor: pointer;
        background-color: rgba(242, 193, 118, 0.45);
        border-top: 3px solid #eab520;
        border-bottom: 4px solid #eab520;
        border-radius: 20px;

        color: #192A56;
        font-weight: bold;
        text-decoration: none;
    }

    .line-left-01>hr, .line-right-02>hr {
        height: 3px;
        width: 20dvw;
    }

    #skills-and-tools {
        height: 460px;
        width: 98%;
        top: 100px;
    }

    #skills-and-tools>h1 {
        width: 177px;
        height: 30px;
        font-size: 24px;
    }

    #skills-and-tools-middle {
        width: 290px;
    }

    #skills-and-tools-middle>p {
        font-size: 11px;
    }

    #tools {
        height: 310px;
        width: 94dvw;
        position: absolute;
        display: flex;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
    }

    #tools>img:first-child {
        width: 30px;
        height: 55px;
    }

    #tools>img:nth-child(2) {
        width: 35px;
        height: 35px;
    }

    #tools>img:nth-child(3) {
        width: 35px;
        height: 35px;
    }

    #tools>img:nth-child(4) {
        width: 50px;
        height: 50px;
    }

    #tools>img:nth-child(5) {
        width: 100px;
        height: 53px;
    }

    #tools>img:nth-child(6) {
        width: 39px;
        height: 53px;
    }

    #tools>img:nth-child(7) {
        width: 80px;
        height: 50px;
    }

    #tools>img:nth-child(8) {
        width: 100px;
        height: 63px;
    }

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