
@import url('https://fonts.googleapis.com/css2?family=Elsie+Swash+Caps:wght@400;900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




@font-face {
    font-family: 'Cagke';
    src: url('../fonts/Cagke-Extrabold.eot');
    src: url('../fonts/Cagke-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cagke-Extrabold.woff2') format('woff2'),
        url('../fonts/Cagke-Extrabold.woff') format('woff'),
        url('../fonts/Cagke-Extrabold.ttf') format('truetype'),
        url('../fonts/cagkeextrabold-8mpja.otf') format('opentype'),
        url('../fonts/Cagke-Extrabold.svg#Cagke-Extrabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Mono';
    src: url('../ptmono/PTMono-Regular.eot');
    src: url('../ptmono/PTMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('../ptmono/PTMono-Regular.woff2') format('woff2'),
        url('../ptmono/PTMono-Regular.woff') format('woff'),
        url('../ptmono/PTMono-Regular.ttf') format('truetype'),
        url('../ptmono/PTMono-Regular.svg#PTMono-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeueKabelW01-Regular';
    src: url('./fonts/neue/02408ccd8efcf169db4e41d6e0551118.eot');
    src: url('./fonts/neue/02408ccd8efcf169db4e41d6e0551118.eot?#iefix') format('embedded-opentype'),
         url('./fonts/neue/02408ccd8efcf169db4e41d6e0551118.woff2') format('woff2'),
         url('./fonts/neue/02408ccd8efcf169db4e41d6e0551118.woff') format('woff'),
         url('./fonts/neue/02408ccd8efcf169db4e41d6e0551118.ttf') format('truetype'),
         url('./fonts/neue/02408ccd8efcf169db4e41d6e0551118.svg#NeueKabelW01-Regular') format('svg');
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');



    html{
        scroll-behavior: smooth;
        scroll-padding-top: 70px;
    }

    section{
        padding-top: 40px;
        margin-bottom: 3rem;
    }

  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  :root {
    /* Dark Mode (Default) */
    --main-bg-color: #1E1E1E;
    --secondary-bg-color: #424242;
    --light-color: #E6E6E6;
    --text-color: #E6E6E6;
    --special-color: #32f17e;

    --title-font-family: 'Cagke', serif;
    --passage-font-family:"Raleway", sans-serif;
    --passage-font-weight: 100;
    --coding-font-style: 'PT Mono', monospace;

    --sections-margin: 6rem;
  
    /* Light Mode (Optional) */
   /*  --light-mode-main-bg-color: #E6E6E6;
    --light-mode-secondary-bg-color: #FFFFFF;
    --light-mode-dark-color: #1E1E1E;
    --light-mode-text-color: #1E1E1E;
    --light-mode-special-color: #11CC5C; */
  }



/* Main Stylesheet */

/* ========== Global Styles ========== */

body{
    background-color: var(--main-bg-color);
    margin: 0;
}

/* ========== Header Section ========== */

header{
    background-color: var(--main-bg-color);
    color: var(--text-color);
    width: 100%;
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: none;
    
}


header .img-and-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    
    gap: 3rem;
}

header .img-container {
}

header .img-container img {
    width: 10rem;
    border-radius: 10rem;
}

header .title-container {
}

header .title-container h1 {
    font-family: 'Cagke', serif;
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 100;
    
    
}

header .title-container h6 {
    margin: 0;
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    
    margin-top: 0.5rem;
    white-space: nowrap;

}

header .title-container h6 span {
    color: var(--special-color);

}

#down-arrow-container {

font-size: larger;
justify-content: center;
align-items: center;
align-self:center;
position: absolute;
bottom: 4rem;


}

#down-arrow-container svg{
padding: 0;
margin: 0;
    
}






/* fade in and out the arrow div */

/* styles.css */

  
  @keyframes fadeInOut {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100%{
        opacity: 0;
    }
  }

  .down-arrow-container {
    opacity: 1;
    animation: fadeInOut 1.5s infinite;
  }
  

/* fade in and out the arrow div */

/* Base styles for the navbar */
/* Base styles for the navbar */


header {
    position: relative;
    width: 100%;
    padding: 1rem 0;
  }
  
  .img-and-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  
  .profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 2rem;
  }
  
  h1 {
    margin: 0;
  }
  
  h6 {
   
    color: #ccc;
  }
  
  .highlight {
    color: #00ff00;
  }


/*   ============balli background fore hero sec============ */

@keyframes move {
    100% {
      transform: translate3d(0, 0, 1px) rotate(360deg);
    }
  }
  
  .background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #1E1E1E;
    overflow: hidden;
  }
  
  .ball {
    position: absolute;
    width: 20vmin;
    height: 20vmin;
    border-radius: 50%;
    backface-visibility: hidden;
    animation: move linear infinite;
  }
  
  .ball:nth-child(odd) {
      color: #242424;
  }
  
  .ball:nth-child(even) {
      color: #272727;
  }
  
  /* Using a custom attribute for variability */
  .ball:nth-child(1) {
    top: 77%;
    left: 88%;
    animation-duration: 40s;
    animation-delay: -3s;
    transform-origin: 16vw -2vh;
    box-shadow: 40vmin 0 5.703076368487546vmin currentColor;
  }
  .ball:nth-child(2) {
    top: 42%;
    left: 2%;
    animation-duration: 53s;
    animation-delay: -29s;
    transform-origin: -19vw 21vh;
    box-shadow: -40vmin 0 5.17594621519026vmin currentColor;
  }
  .ball:nth-child(3) {
    top: 28%;
    left: 18%;
    animation-duration: 49s;
    animation-delay: -8s;
    transform-origin: -22vw 3vh;
    box-shadow: 40vmin 0 5.248179047256236vmin currentColor;
  }
  .ball:nth-child(4) {
    top: 50%;
    left: 79%;
    animation-duration: 26s;
    animation-delay: -21s;
    transform-origin: -17vw -6vh;
    box-shadow: 40vmin 0 5.279749632220298vmin currentColor;
  }
  .ball:nth-child(5) {
    top: 46%;
    left: 15%;
    animation-duration: 36s;
    animation-delay: -40s;
    transform-origin: 4vw 0vh;
    box-shadow: -40vmin 0 5.964309466052033vmin currentColor;
  }
  .ball:nth-child(6) {
    top: 77%;
    left: 16%;
    animation-duration: 31s;
    animation-delay: -10s;
    transform-origin: 18vw 4vh;
    box-shadow: 40vmin 0 5.178483653434181vmin currentColor;
  }
  .ball:nth-child(7) {
    top: 22%;
    left: 17%;
    animation-duration: 55s;
    animation-delay: -6s;
    transform-origin: 1vw -23vh;
    box-shadow: -40vmin 0 5.703026794398318vmin currentColor;
  }
  .ball:nth-child(8) {
    top: 41%;
    left: 47%;
    animation-duration: 43s;
    animation-delay: -28s;
    transform-origin: 25vw -3vh;
    box-shadow: 40vmin 0 5.196265905749415vmin currentColor;
  }

  



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

    header{
        height: 80vh;
    }
    .img-and-title-container {
      flex-direction: column;
      text-align: center;
    }
  
    .profile-image {
      margin-right: 0;
      margin-bottom: 1rem;
    }
  
    h1 {
      font-size: 2rem;
    }
  
    h6 {
      font-size: 10px;
    }
  }


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

    .title-container h1 {
      
       
        font-size: 1.8em !important;

    }



    
    .title-container h6 {
        font-size: 0.9rem !important;
  
    }



}


/* general */
    h2{
        font-family: var(--title-font-family);
        color: var(--light-color);
        margin-bottom: 2rem;
       font-size:xx-large;}
section p{
    font-weight: var(--passage-font-weight);
    font-family: var(--passage-font-family);

}

section h1{
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

/* ========== About Section ========== */
section.about-container {
    
}

section.about-container .about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--light-color);
    margin: 3rem 2rem var(--sections-margin) 2rem;
    
    
}

section.about-container .about-content img {
    border-radius: 1.5rem
}

section.about-container .about-content h1 {
    font-family: var(--title-font-family);
}

.about-text-img-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
   
    max-width: 600px;
    height: 120%;
}

.about-img-container{
    padding-right: 2rem;
}

.about-text-img-container img{
    width: 100%;
    
}

section.about-container .about-content p {
    font-family: var(--passage-font-family);
    font-size: 1.3rem;
    
    
}


/* ========== Skills Section ========== */

.skills-container{
    background-color: var(--main-bg-color);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--light-color);
    font-family: var(--title-font-family);
   
}

.skills-content{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3rem;
}

.skill-content{
   
    width: 60rem;
    height:fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    
}

.skill-column{
    display: flex ;
    flex-direction: column;
    position: relative;
    margin-left: 3rem;
    margin-bottom: 3rem;
}

.front-end{
    border-right: 2px solid rgb(41, 41, 41);
}
.graphic-design{
    border-right: 2px solid rgb(41, 41, 41);

}



.skill-field-title-container{
    
    height: 4rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--passage-font-family);
    
    margin-bottom: 1.5rem;
}

.skill-field-title-container h3{
    background-color:#2b2b2b;
    border-radius: 2rem;
    width: 80%;
    padding: 1rem 0;
}



.skills-items-container{
   
   height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    
    position: relative;
    font-family: var(--passage-font-family);
    font-size: 0.8rem;
    
}

.logo-name-rating-container{
    height:100%;
   
    width: 100%;
    
    display: flex;
    flex-direction: column;
    position: relative;
    
}

.logo-name-container{
    
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
}


.skill-logo-container{
    
    
    margin-left: 0.5rem;
}

.skill-logo-container img{
    width: 22px;
    height: 22px;
}

.skill-name-container{
   
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
}


.rating-container{
    
    width: 100%;
    height: 20%;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    
    align-items: center;
    gap:0.5rem;

}

.skill-rate-percent{
    margin: 0;
    font-family:var(--coding-font-style);
    font-weight: var(--passage-font-family);
    color: rgb(179, 179, 179);
    font-size: 1.1rem;
    
}

.rating-bar{
    background-color: black;
    height: 0.3rem;
    width: 60%;
    border-radius: 1rem;
    margin-left: 0.5rem;
}

.rating-bar-amount{
    background-color: rgb(101, 101, 101);
    height: 100%;
    border-radius: 1rem;
}

.skill-rate-percen{
color: var(--light-color);
}

.html-bar{
    width: 95%;
}
.css-bar{
    width: 80%;
}
.js-bar{
    width: 60%;
}
.figma-bar{
    width: 60%;
}



.photoshop-bar{
    width: 95%;
}
.illustrator-bar{
    width: 80%;
}
.premier-bar{
    width: 60%;
}

.lightroom-bar{
    width: 98%;
}


.english-bar{
    width: 90%;
}
.aiTools-bar{
    width: 95%;
}
.videography-bar{
    width: 80%;
}
.storytelling-bar{
    width: 85%;
}
.photography-bar{
    width: 99%;
}


@media screen and (max-width: 850px) {
    .skill-content{
       
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 2rem;
    }

    .graphic-design{
        border: unset;
    }

    .skills-content{
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .skill-column{
        margin: 0;
    }


    .skill-logo-container{
       display: flex;
       justify-content: center;
       align-items: center;
    }
    
    .skill-name-container{
        display: flex;
       justify-content: center;
       align-items: center;
       width: 6rem;
    }
    
    
    .rating-container{
        display: flex;
       justify-content: center;
       align-items: center;
    }

    .logo-name-rating-container{
        display: flex;
       justify-content: center;
       align-items: center;
    }


    .rating-bar{
        width: 70%;
        height: 0.45rem;
    }

    .front-end{
        border-right: unset;
    }

    .skill-field-title-container{
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}


/* ========== Quote Section ========== */
section.quote-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 6rem 0 6rem 0;
    width: 100%;
    
}

section.quote-container h1 {
    margin: 0;
    color: var(--special-color);
    font-size: 6rem;
    margin: 0;
    padding: 0;
    
    
}

section.quote-container blockquote {
    
    color: var(--light-color);
    font-family: var(--passage-font-family);
    max-width: 400px;
    text-align: center;
    font-size: larger;
    margin: 0;
    padding: 0;
}

section.quote-container blockquote cite {
}



/* ========== Links Section ========== */

.links-container h1{
    font-family: var(--title-font-family);
    color: var(--light-color);
    text-align: center;
}

/* ========== Contact Section ========== */
section.contact-container {
    background-color: var(--main-bg-color);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.contact-container h1 {
    color: var(--light-color);
    font-family: var(--title-font-family);
    text-align: center;
}

section.contact-container form {
    display: flex;
    flex-direction: column;
    margin: ;
    width: 100%;
}

section.contact-container form .first-last-name-container {
    display: flex;
    position: relative;
}

.first-name-container, .last-name-container {   
    display: flex;
    flex-direction: column;
    width: 50%;
}

label{
    color: var(--light-color);
}



form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 600px;
    font-family: var(--passage-font-family);
    
}

/* First and Last Name Containers */
.first-last-name-container {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    
}

.first-name-container {
  
}

.last-name-container {
   
}

/* Input Fields */
input[type="text"], input[type="email"], textarea {
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 0.6rem;
    padding: 1rem;
    width: 100%;
    font-size: 14px;
}

input:focus, textarea:focus {
    outline: none;
    border: 2px solid #888;
}

/* Labels */
label {
    font-size: 14px;
    margin-left: 15px;
}

/* Textarea */
textarea {
    resize: none;
    height: 100px;
}

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

    form{
        max-width: 90%;
    }
    
}

/* Submit Button */
button {
    background-color: #444444;
    color: #fff;
    border: none;
    border-radius: 0.6rem;
    padding: 1rem 0 1rem 0;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #aaa;
}

/* Social Media Container */
.social-media-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-media-container a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.social-media-container a:hover {
    background-color: #888;
}

.social-media-container img {
    width: 20px;
    height: 20px;
}



/* ========== Footer Section ========== */
footer {
    height: 300px;
    color: var(--light-color);
    display: flex;
    justify-content:center;
    align-items: end;
    text-align: center;
}

footer p {
}





@media screen and (max-width: 850px) {
    .about-text-img-container{
        flex-direction: column;
    }

    .about-text-img-container p{
        margin: 0;
        padding: 0;
    }

    .about-text-img-container img{
        width: 100%;
        padding-bottom: 2rem;
    }

    .about-img-container{
        padding-right: unset;
    }

    
}




/* =====language statistics======= */
.lang-stat-wrapper {
    
    padding: 20px;
    border-radius: 6px;
    max-width: 400px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    padding-top: 0;
}

.lang-stat-heading {
    color: #c9d1d9;
    font-size: 16px;
    margin-bottom: 15px;
}

.lang-stat-bar-wrapper {
    height: 8px;
    
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
}

.lang-stat-bar-segment {
    height: 100%;
    float: left;
    transition: width 0.3s ease;
}

.lang-stat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lang-stat-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #c9d1d9;
    font-size: 14px;
}

.lang-stat-color-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}

.lang-stat-percentage {
    margin-left: auto;
    color: #8b949e;
}

/* Language-specific color classes */
.lang-stat-color-javascript {
    background-color: #f1e05a;
}

.lang-stat-color-css {
    background-color: #563d7c;
}

.lang-stat-color-html {
    background-color: #e34c26;
}

.lang-stat-color-python{
    background-color: #3572A5 ;
}




/* ========project item css========= */



section.projects-container {
    background-color: var(--main-bg-color);
    color: var(--light-color);
    scroll-behavior: smooth;
    
}

section.projects-container h1 {
    font-family: var(--title-font-family);
    text-align: center;
}



/* Container for all project items */
.project-items-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
    gap: 2rem;
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
}

/* Individual project item styling */
.p-item {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    background: rgb(57, 57, 57);
    cursor: pointer;
    font-family: var(--passage-font-family);
}

.p-item:hover {
    transform: translateY(-5px);
}

/* Project image container */
.project-img-container {
    position: relative;
    width: 100%;
}

/* Project image */
.project-img-container img {
    width: 100%;
    display: block;
    aspect-ratio: 4/3;  /* Changed to 4:3 aspect ratio */
    object-fit: cover;
}

/* Title and date container */
.p-title-and-date-container {
    padding: 1rem;
    background: rgb(57, 57, 57);

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-date-group {
    flex: 1;
}


.project-link-btn {
    padding: 8px 8px;
    background-color: #606060;
    color: white;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 1rem;
}

.spanSvgArrowContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}



.project-link-btn:hover {
    background-color: #909090;
}

/* Project title */
.p-title-and-date-container h4 {
    margin: 0;
    padding: 0;
    line-height: 1; /* Adjust this value if needed */
    font-size: 1.2rem;
    color: #cdcdcd;
}

/* Project date */
.project-date {
    color: #949494;
    font-size: 0.8rem;
    line-height: 1; /* Adjust this value if needed */
    margin: 0;
    padding: 0;
}

/* Media Queries */
@media screen and (min-width: 1200px) {
    .project-items-container {
        grid-template-columns: repeat(4, minmax(200px, 400px));
    }
}

@media screen and (max-width: 1199px) and (min-width: 900px) {
    .project-items-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 899px) {
    .project-items-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media screen and (max-width: 599px) {
    .project-items-container {
        padding: 1rem;
    }
    
    .p-title-and-date-container {
        padding: 0.75rem;
    }
    
    .p-title-and-date-container h4 {
        font-size: 0.8rem;
    }

    .project-link-btn {
        padding: 4px 4px;
        background-color: #606060;
        color: white;
        border: none;
        border-radius: 0.5rem;
        cursor: pointer;
        font-size: 0.4rem;
        transition: background-color 0.3s ease;
        text-decoration: none;
        white-space: nowrap;
        margin-left: 0.5rem;
    }
}




#success-message, #error-message {
    border: 2px solid rgb(57, 135, 57);
    background-color: #11cc5c46;
    color: white;
    font-family: var(--passage-font-family);
    font-weight: 400;
    font-size: 1rem;
    min-width: 600px;
    margin: 2rem;
    padding: 1rem 0.5rem 1rem 0.5rem;
    border-radius: 0.7rem;
    text-align: center;
}

* {
    box-sizing: border-box;
  }

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

    #success-message, #error-message{
        min-width: 90%;
    }
    
}


/*===== graphic design link project =====*/

.graphic-design-portfolio-btn-container{
    min-width: 500px;
   
    height: fit-content;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 4rem;
   margin-bottom: 3rem;

}

.graphic-design-projects-link{
    background-color: #424242;
    min-width: inherit;
    padding: 1rem ;
    display: flex;
    justify-content: space-between;
    border-radius: 0.6rem;
    color: var(--light-color);
    cursor: pointer;
    font-size: 1.5rem;
    text-decoration: none;
    font-family: "Unbounded", sans-serif ;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.266);

}

.graphic-design-projects-link svg{
    height: 80%;
    margin-right: 1rem;
    fill: rgb(191, 191, 191);
    display: flex;
    align-self: center;
    justify-self: center;

}

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

    .graphic-design-portfolio-btn-container{
        min-width: 90%;
        
    }

    .graphic-design-projects-link{
        font-size: unset;
        padding: 1.5rem unset 1.5rem unset;
    }
    
}

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

.g-f-style{
    font-family: "Unbounded", sans-serif ;
    font-weight: 700;
    text-decoration: none;

    
}


/* General Reset */




