:root {
    --hpos: 95%;
    --cpos: 80%;
    --jpos: 90%;
    --gopos: 60%;
    --cppos: 50%;
    --luapos: 80%;
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Pixeboy-z8XGD';
    src: url('pixeboy-font/Pixeboy-z8XGD.ttf');
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: rgb(48, 45, 45);
}

/* #imageBox{
    border: 2px solid black;
    width: 100vw;
} */

#container {
    font-family: 'Pixeboy-z8XGD';
    height: 100%;
    justify-items: center;
    width: 100%;
}

#main {
    max-width: 1200px;
    min-width: 320px;
}

#wrapper {
    width: 100%;
}


header {
    top: 0;
    width: 100%;
    background-color: rgb(32, 28, 28);
    position: fixed;
    z-index: 8;
}

.arrowContainer {
    /* background-color: #04AA6D; */
    display: none;
    width: 100%;
    text-align: center;
}

#upIcon {
    display: none;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: scaleY(-1);
}

#downIcon {
    display: none;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#listOfNavigation {
    display: flex;
    flex-direction: row;
}

.navbar {
    font-family: 'Pixeboy-z8XGD';
    background-color: rgb(32, 28, 28);
    color: yellow;
}

/* .navbar ul {
    overflow: auto;
    overflow: hidden;
} */

.navbar li {
    list-style: none;
    margin: 15px 3px;
    /* padding: 20px; */
}

.navbar li a {
    background-color: rgb(48, 45, 45);
    color: yellow;
    padding: 10px 36px;
    text-decoration: none;
    border-left: 3px solid transparent;

    box-shadow: -2px 0 0 0 black,
        2px 0 0 0 black,
        0 -2px 0 0 black,
        0 2px 0 0 black;

    border-right: 4px solid rgb(18, 18, 18);
    border-top: 4px solid rgb(69, 67, 67);
    border-bottom: 4px solid rgb(18, 18, 18);
}

.navbar a:hover {

    background-color: rgb(29, 25, 25);

    color: yellow;
    text-shadow: 1px 1px 20px rgb(255, 255, 0);

}

.navbar a:active {
    border-left: 3px solid rgb(255, 255, 165);
    background-color: rgb(23, 20, 20);

    border-right: 4px solid rgb(29, 25, 25);
    border-top: 4px solid rgb(29, 25, 25);
    border-bottom: 4px solid rgb(29, 25, 25);

}

#home {
    display: flex;
    flex-direction: row;
    gap: 40px;
    color: yellow;

    border: 2px solid;
    margin: auto;
    align-items: center;

    margin-top: 80px;
    padding: 16px;

    border-right: 10px solid rgb(18, 18, 18);
    border-top: 10px solid rgb(69, 67, 67);
    border-bottom: 10px solid rgb(18, 18, 18);

    box-shadow: -6px 0 0 0 black,
        6px 0 0 0 black,
        0 -6px 0 0 black,
        0 6px 0 0 black
}


#imageBox {
    /* width: 300px; */
    min-width: 300px;
    padding: 10px;
}

#imageBox img {
    max-width: 100%;
    min-width: 100%;
    border: 4px solid rgb(18, 18, 18);
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px rgb(34, 33, 33);
    image-rendering: crisp-edges;
}

#boxesWrapper {
    /* color: rgb(255, 255, 165); */
    color: yellow;
    /* text-shadow: -1px 1px 10px yellow; */
    font-size: 1.5em;
    margin-top: 15px;
    /* height: 250px; */
    /* background-color: rgba(56, 98, 60, 0.164); */
    background-color: #1f1f1f;

    border-left: 5px solid #000000;
    border-right: 5px solid #1c1c1c;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #1c1c1c;
}

.socialMediaButtonsContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#boxesWrapper a {
    text-decoration: none;
    margin: 20px 10px 5px;
    padding: 10px;
    width: 50px;
    height: 50px;

    border-left: 3px solid transparent;
    border-top: 3px solid rgb(44, 44, 44);
    border-right: 3px solid rgb(18, 18, 18);
    border-bottom: 3px solid rgb(18, 18, 18);

    box-shadow: -2px 0 0 0 black,
        2px 0 0 0 black,
        0 -2px 0 0 black,
        0 2px 0 0 black;
}

#boxesWrapper a img {
    width: 100%;
    height: auto;
}

#boxesWrapper a:hover {
    background-color: rgb(24, 21, 21);
    text-shadow: 1px 1px 20px rgb(255, 255, 0);
}

#boxesWrapper a:active {
    border-left: 3px solid rgb(255, 255, 165);
    background-color: rgb(23, 20, 20);

    border-right: 3px solid rgb(29, 25, 25);
    border-top: 3px solid rgb(29, 25, 25);
    border-bottom: 3px solid rgb(29, 25, 25);
}

#nameBox {
    padding-top: 10px;
    font-size: 2em;
}

#fieldBox {
    font-size: 0.6em;
    padding-bottom: 10px;
}

#descriptBox {
    line-height: 18px;
    /* margin-left: 5px;
    margin-right: 5px; */
    padding: 5px;
    font-size: 0.8em;
    /* margin-bottom: 5px; */
}

.myIntro {
    color: yellow;
    border: 2px solid;
    margin: auto;
    align-items: center;
    margin-top: 50px;
    padding: 16px;

    border-left: 2px solid yellow;
    /* border-left: 4px solid #505050; */
    border-right: 10px solid rgb(18, 18, 18);
    border-top: 10px solid rgb(69, 67, 67);
    border-bottom: 10px solid rgb(18, 18, 18);

    box-shadow: -6px 0 0 0 black,
        6px 0 0 0 black,
        0 -6px 0 0 black,
        0 6px 0 0 black
}

#MyImpSkills {
    font-size: 300%;
    /* padding: 10px; */
    padding: 2%;
    background-color: #1f1f1f;
    border-left: 5px solid #000000;
    border-right: 5px solid #1c1c1c;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #1c1c1c;
}

/* For Html meter */

#meters {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px;
}

.skillMeter {
    width: calc(100% - 10px);
    padding: 10px 0px 10px 0px;
    margin-top: 20px;
    background-color: #1f1f1f;
    border-left: 5px solid #000000;
    border-right: 5px solid #1c1c1c;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #1c1c1c;
}

.meterHead {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: large;
    padding-bottom: 0.6em;
}

.meterCover {
    border-radius: 50%;
    background-color: #1f1f1f;
    width: 100%;
    height: 100%;
    z-index: 7;
}

.meterText {
    /* position: relative; */
    /* top: 13px; */
    padding-top: 1.3em;
    font-size: x-large;
}

.meterScale {
    padding: 1em;
    justify-content: center;
    border-radius: 50%;
    width: 5em;
    height: 5em;
    background-color: yellow;
}

.skillMeter:nth-child(1) .meterScale {
    background-image: conic-gradient(yellow 0%, yellow var(--hpos), rgb(48, 45, 45) 0%);
}

.skillMeter:nth-child(2) .meterScale {
    background-image: conic-gradient(yellow 0%, yellow var(--cpos), rgb(48, 45, 45) 0%);
}

.skillMeter:nth-child(3) .meterScale {
    background-image: conic-gradient(yellow 0%, yellow var(--jpos), rgb(48, 45, 45) 0%);
}

.skillMeter:nth-child(4) .meterScale {
    background-image: conic-gradient(yellow 0%, yellow var(--gopos), rgb(48, 45, 45) 0%);
}

.skillMeter:nth-child(5) .meterScale {
    background-image: conic-gradient(yellow 0%, yellow var(--cppos), rgb(48, 45, 45) 0%);
}

.skillMeter:nth-child(6) .meterScale {
    background-image: conic-gradient(yellow 0%, yellow var(--luapos), rgb(48, 45, 45) 0%);
}

/* Progress Bar Styles */

.progressBar {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    width: 100%;
}

.progressBox {
    flex: 1;
    width: 100%;
    max-width: 25px;
    height: 25px;
    background-color: rgb(48, 45, 45);
    border: 2px solid rgb(100, 100, 100);
    border-radius: 3px;
}

/* Framework section - Fill boxes based on percentage */
.myIntro:last-of-type #meters>.skillMeter:nth-child(1) .progressBox:nth-child(-n+9) {
    background-color: yellow;
}

.myIntro:last-of-type #meters>.skillMeter:nth-child(2) .progressBox:nth-child(-n+8) {
    background-color: yellow;
}

.myIntro:last-of-type #meters>.skillMeter:nth-child(3) .progressBox:nth-child(-n+7) {
    background-color: yellow;
}

.myIntro:last-of-type #meters>.skillMeter:nth-child(4) .progressBox:nth-child(-n+9) {
    background-color: yellow;
}

.myIntro:last-of-type #meters>.skillMeter:nth-child(2) .progressBox:nth-child(-n+8) {
    background-color: yellow;
}

.myIntro:last-of-type #meters>.skillMeter:nth-child(3) .progressBox:nth-child(-n+10) {
    background-color: yellow;
}

.myIntro:last-of-type #meters>.skillMeter:nth-child(3) .progressBox:nth-child(-n+8) {
    background-color: yellow;
}

.myIntro:last-of-type #meters>.skillMeter:nth-child(3) .progressBox:nth-child(-n+7) {
    background-color: yellow;
}

.myIntro:last-of-type #meters>.skillMeter:nth-child(3) .progressBox:nth-child(-n+6) {
    background-color: yellow;
}

#note {
    width: 100%;
    max-height: fit-content;
    margin-top: 1em;
    word-spacing: 0.1em;
    line-height: 0.8em;
    font-size: large;
    background-color: #1f1f1f;
    padding: 15px 0px 15px 0px;
    font-variant: small-caps;

}

#projects {
    color: yellow;
    border: 2px solid;
    margin: auto;
    align-items: center;

    height: 750px;
    /* height: 30em; */

    margin-top: 50px;
    padding: 16px;

    border-left: 2px solid yellow;
    /* border-left: 4px solid #505050; */
    border-right: 10px solid rgb(18, 18, 18);
    border-top: 10px solid rgb(69, 67, 67);
    border-bottom: 10px solid rgb(18, 18, 18);

    box-shadow: -6px 0 0 0 black,
        6px 0 0 0 black,
        0 -6px 0 0 black,
        0 6px 0 0 black
}


#myProjectHeader {
    font-size: 300%;
    padding: 2%;
    background-color: #1f1f1f;
    border-left: 5px solid #000000;
    border-right: 5px solid #1c1c1c;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #1c1c1c;

    /* rgb(255, 255, 165); */
    /* box-shadow: 5px 0px 5px -7px inset; */
}


#projectsHolder {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px;

    overflow-y: auto;
    overflow-x: auto;
    height: 80%;
    margin-top: 10px;

    border-top: 5px solid rgba(79, 79, 73, 0.471);
    border-bottom: 5px solid rgba(79, 79, 73, 0.471);

}

.projectCards {

    width: calc(100% - 10px);

    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;

    background-color: #1f1f1f;
    border-left: 5px solid #000000;
    border-right: 5px solid #1c1c1c;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #1c1c1c;
    cursor: pointer;

}


.ProjectImage {
    image-rendering: crisp-edges;
    /* width: 380px; */
    width: 100%;
}

.ProjectImage img {
    width: 100%;
    min-width: 300px;
}

.projectDetail {
    /* font-size: 90%; */
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.projectHeader {
    font-size: xx-large;
}

.projectDis {
    padding: 5px;
    line-height: 0.9em;
}


#web3Project {
    /* font-size: 60%; */
    margin-top: -5px;
    margin-left: 5px;
    margin-right: 5px;
}


#services {
    color: yellow;
    border: 2px solid;
    margin: auto;
    align-items: center;

    height: 750px;
    /* height: 30em; */
    margin-top: 50px;
    padding: 16px;

    border-left: 2px solid yellow;
    /* border-left: 4px solid #505050; */
    border-right: 10px solid rgb(18, 18, 18);
    border-top: 10px solid rgb(69, 67, 67);
    border-bottom: 10px solid rgb(18, 18, 18);

    box-shadow: -6px 0 0 0 black,
        6px 0 0 0 black,
        0 -6px 0 0 black,
        0 6px 0 0 black
}

#servicesHeader {

    font-size: 300%;
    padding: 2%;
    background-color: #1f1f1f;
    border-left: 5px solid #000000;
    border-right: 5px solid #1c1c1c;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #1c1c1c;
}


#servicesScreen {
    width: 90%;
    height: 50%;
    background-color: rgb(57, 68, 65);
    margin-top: 3em;
    border-left: 5px solid rgb(33, 38, 36);
    border-right: 5px solid rgb(47, 56, 53);
    border-top: 5px solid rgb(33, 38, 36);
    border-bottom: 5px solid rgb(47, 56, 53);
    /* box-shadow: -10px 0px 0px 0px rgb(69, 82, 79);   */
}


#screenButtons {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70%;

}

#nextButton {
    width: 30px;
    height: 58px;
    position: relative;
    overflow: hidden;
    box-shadow: -2px 0 0px 0px rgb(18, 18, 18);

}

#nextButton::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgb(32, 28, 28);

    border-top: 2px solid rgb(44, 44, 44);
    border-right: 2px solid rgb(18, 18, 18);

    transform: rotate(45deg);
    top: 8px;
    left: -25px;
    box-shadow: 0px -2px 0px 0px rgb(44, 44, 44), 0px 0px 0px 1px rgb(18, 18, 18);
}

#nextButton:active {
    box-shadow: -1px 0 0px 0px rgb(18, 18, 18);

}

#nextButton:active::after {
    border-top: 2px solid rgb(23, 23, 23);
    border-right: 2px solid rgb(26, 22, 22);

    background-color: rgb(29, 25, 25);
    box-shadow: 0px -2px 0px 0px rgb(44, 44, 44), 0px 0px 0px 0px rgb(18, 18, 18);

}


#previousButton {
    width: 30px;
    height: 58px;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 0 0px 0px rgb(18, 18, 18);
}

#previousButton::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    /* background-color: #1f1f1f; */
    background-color: rgb(32, 28, 28);

    border-left: 2px solid rgb(44, 44, 44);
    border-bottom: 2px solid rgb(18, 18, 18);

    transform: rotate(45deg);
    top: 8px;
    left: 12px;
    box-shadow: 0px 1px 0px 0px rgb(18, 18, 18), 0px 0px 0px 2px rgb(44, 44, 44);
}

#previousButton:active {
    box-shadow: 1px 0 0px 0px rgb(18, 18, 18);
}

#previousButton:active::after {
    border-left: 2px solid rgb(23, 23, 23);
    border-bottom: 2px solid rgb(26, 22, 22);

    background-color: rgb(29, 25, 25);
    box-shadow: 0px -2px 0px 0px rgb(44, 44, 44), 0px 0px 0px 0px rgb(18, 18, 18);
}

#serviceDescription {
    font-size: x-large;
    color: rgb(255, 255, 165);
    margin-top: 20px;
    margin-left: 3px;
    margin-right: 3px;
    line-height: 15px;
}

#contact {

    color: yellow;
    border: 2px solid;
    margin: auto;
    align-items: center;

    /* height: 700px; */
    /* height: 30em; */
    margin-top: 50px;
    padding: 16px;

    border-left: 2px solid yellow;
    /* border-left: 4px solid #505050; */
    border-right: 10px solid rgb(18, 18, 18);
    border-top: 10px solid rgb(69, 67, 67);
    border-bottom: 10px solid rgb(18, 18, 18);

    box-shadow: -6px 0 0 0 black,
        6px 0 0 0 black,
        0 -6px 0 0 black,
        0 6px 0 0 black
}

#contactHeader {
    font-size: 300%;
    padding: 2%;
    background-color: #1f1f1f;
    border-left: 5px solid #000000;
    border-right: 5px solid #1c1c1c;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #1c1c1c;
}

#contactform {
    margin-top: 20px;
}

.retroLabel {
    display: flex;
    max-width: 600px;
    padding: 0px 20px;
}


#emailErrorLabel {
    margin-top: 10px;
    margin-left: 3px;
}


#nameErrorLabel {
    margin-top: 10px;
    margin-left: 3px;
}

.retroLabel label {
    color: rgb(98, 98, 87);
    text-shadow: 1px 0px 1px black;
    padding: 5px 1px;
    font-size: 2em;
}

.retroInput {
    max-width: 600px;
    /* min-width: 55%; */
    padding: 0px 20px;
    margin-bottom: 15px;
}

.retroInput input {
    color: rgb(255, 255, 165);
    font-family: sans-serif;
    font-weight: 700;
    font-size: 1em;
    width: 100%;
    height: 2em;
    padding: 1px 1px;
    background-color: rgb(57, 68, 65);
    border-left: 3px solid rgb(33, 38, 36);
    border-right: 3px solid rgb(47, 56, 53);
    border-top: 3px solid rgb(33, 38, 36);
    border-bottom: 3px solid rgb(47, 56, 53);
    user-select: none;
}

.retroInput input::placeholder {
    color: rgba(143, 143, 143, 0.606);
}

.retroMessageBox {
    max-width: 600px;
    padding: 0px 20px;
    margin-bottom: 15px;
}

.retroMessageBox textarea {
    color: rgb(255, 255, 165);
    font-family: cursive;
    font-size: 1em;
    font-weight: 900;
    width: 100%;
    height: 10em;
    padding: 10px 1px;
    background-color: rgb(57, 68, 65);
    border-left: 3px solid rgb(33, 38, 36);
    border-right: 3px solid rgb(47, 56, 53);
    border-top: 3px solid rgb(33, 38, 36);
    border-bottom: 3px solid rgb(47, 56, 53);
}

.retroMessageBox textarea::placeholder {
    color: rgba(143, 143, 143, 0.606);

}


#captchaScreen {
    margin-top: 5px;
    background-color: #1f1f1f;
    border-left: 5px solid #000000;
    border-right: 5px solid #1c1c1c;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #1c1c1c;
    height: 2.5em;

    width: 211.6px;
    font-size: 30px;
    letter-spacing: 3px;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#captchaInputBox {
    display: flex;
    justify-content: center;
    gap: 2px;
}

#captchaInput {
    color: rgb(255, 255, 165);
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 0.7em;
    height: 2em;
    width: 150px;
    text-align: center;
    background-color: rgb(57, 68, 65);
    border-left: 3px solid rgb(33, 38, 36);
    border-right: 3px solid rgb(47, 56, 53);
    border-top: 3px solid rgb(33, 38, 36);
    border-bottom: 3px solid rgb(47, 56, 53);
    user-select: none;
}

#captchaInput::placeholder {
    color: rgba(143, 143, 143, 0.606);
}

#refreshImageBox {
    display: inline-block;
    padding: 3px;

    border-left: 3px solid transparent;
    border-top: 3px solid rgb(44, 44, 44);
    border-right: 3px solid rgb(18, 18, 18);
    border-bottom: 3px solid rgb(18, 18, 18);

    box-shadow: -2px 0 0 0 black,
        2px 0 0 0 black,
        0 -2px 0 0 black,
        0 2px 0 0 black;
}

#refreshImageBox:hover {
    background-color: rgb(24, 21, 21);

}

#refreshImageBox:active {
    border-left: 3px solid rgb(255, 255, 165);
    background-color: rgb(23, 20, 20);

    border-right: 3px solid rgb(29, 25, 25);
    border-top: 3px solid rgb(29, 25, 25);
    border-bottom: 3px solid rgb(29, 25, 25);
}

#refreshImage {
    width: 20px;
}

#SubmitButton {
    user-select: none;
    width: 200px;
    margin: 20px 10px 5px;
    padding: 10px;
    display: inline-block;
    background-color: #1f1f1f;

    border-left: 3px solid transparent;
    border-top: 3px solid rgb(44, 44, 44);
    border-right: 3px solid rgb(18, 18, 18);
    border-bottom: 3px solid rgb(18, 18, 18);

    box-shadow: -2px 0 0 0 black,
        2px 0 0 0 black,
        0 -2px 0 0 black,
        0 2px 0 0 black;
}

#SubmitButton:hover {
    background-color: rgb(24, 21, 21);
}

#SubmitButton:active {
    border-left: 3px solid rgb(255, 255, 165);
    background-color: rgb(23, 20, 20);

    border-right: 3px solid rgb(29, 25, 25);
    border-top: 3px solid rgb(29, 25, 25);
    border-bottom: 3px solid rgb(29, 25, 25);
}



#clsBtn {
    margin-top: -3px;
    margin-right: 45px;
    color: white;
    float: right;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
    transition: 0.3s;
}

#popUp {
    display: none;
    position: fixed;
    z-index: 11;
    left: 50%;
    right: 50%;
    width: 100%;
    margin-left: -50%;
    padding: 20px;
    opacity: 1;
    transition: opacity 0.6s;
    line-height: 20px;

    text-align: center;
    color: white;
    background-color: #04AA6D;
    font-family: 'Pixeboy-z8XGD';

}


.loadingScreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(48, 45, 45);
    z-index: 100;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}


.loadingAnimation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgb(48, 45, 45);
}

object {
    width: 40vh;
    height: 20vh;
    margin: 0;
    padding: 0;
}

/* RESPONSIVE LOGIC */

@media screen and (min-width: 700px) {
    #listOfNavigation {
        /* background-color: #04AA6D; */
        display: flex !important;
    }

    .arrowContainer {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    #home {
        /* background-color: red; */
        width: 720px;
    }

    .myIntro {
        width: 720px;
    }

    #boxesWrapper a{
        width: 30px;
        height: 30px;
    }

    #projects {
        width: 720px;
    }

    .ProjectImage img {
        min-width: 200px;
    }
}

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

    #home {
        /* background-color: green; */
        width: 600px;
        flex-direction: column;
    }

    .myIntro {
        width: 600px;
    }

    #projects {
        width: 600px;
    }

    .ProjectImage img {
        min-width: 150px;
    }
}

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

    /* header {
        background-color: red;
        height: 100%;
    } */

    #listOfNavigation {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #listOfNavigation li {
        width: 70%;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    #listOfNavigation li a {
        display: block;
        text-align: center;
        width: 100%;
    }

    .arrowContainer {
        display: block;
    }

    #downIcon {
        display: initial;
    }

    #home {
        /* background-color: yellow; */
        width: 400px;
        flex-direction: column;
    }

    .myIntro {
        width: 400px;
    }

    #projects {
        width: 400px;
    }

    #projectsHolder {
        grid-template-columns: auto;
    }

    .progressBar {
        gap: 1px;
    }

    .progressBox {
        width: 5px;
        height: 5px;
    }

    #meters {
        gap: 5px;
    }

    #services {
        width: 400px;
        /* background-color: red; */
    }

    #serviceDescription {
        line-height: 18px;
    }
}

@media screen and (max-width: 460px) {
    #home {
        /* background-color: purple; */
        width: 310px;
        flex-direction: column;
    }

    .myIntro {
        width: 310px;
    }

    #descriptBox {
        font-size: medium;
    }

    #projects {
        width: 310px;
    }

    #projectsHolder {
        grid-template-columns: auto;
    }

    #MyImpSkills {
        font-size: large;
    }

    #myProjectHeader {
        font-size: large;
    }

    .progressBarMetersContainer {
        grid-template-columns: auto auto !important;
    }

    .progressBar {
        gap: 1px;
    }

    .progressBox {
        width: 5px;
        height: 5px;
    }

    #meters {
        gap: 5px;
    }

    #services {
        width: 310px;
        /* background-color: red; */
    }

    #servicesHeader {
        font-size: large;
    }

    #serviceDescription {
        line-height: 18px;
    }

    #contactHeader {
        font-size: large;
    }

    .meterScale {
        max-width: 50px;
        max-height: 50px;
    }

    .meterText {
        font-size: medium;
    }

    object {
        width: 20vh;
    }
}