* { 

    padding: 0;
    margin: 0;
box-sizing: border-box;
}

.header {
position: absolute;

left: 0;
 top: 0;
width: 100%;
background-color: transparent;
padding: 20px 10%;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 999;
}


#menu-icon {
    font-size: 36px;
    color: #ededed;
    cursor: pointer;
    display: none; 
    z-index: 1000;
}

.navbar.active {
    top: 100%; 
    opacity: 1;
    pointer-events: auto; 
}

.logo {
     position: relative; 
font-size: 35px;
  font-family: "Lobster", Sans-serif;
  text-decoration: none;
  font-weight: 700; 
  border: #00abf0 solid 3px;
  border-radius: 40%;
  font-family: fantasy;
  
 background: #00abf0;
color:#081b29 ;
transition: 0.8s;




}




.logo:hover {


background: transparent;
color:#00abf0 ;
scale: 1.2;



}

.navbar {
display: flex;
}

.navbar a {
font-family: "Lobster", Sans-serif;
font-size: 18px;
font-weight: 700;
color: #ededed;
text-decoration: none;
padding: 0 20px;
transition: 1s;
}

.navbar a:hover {

    color: #00abf0;
    scale: 1.4;

}



.home {
height: 100vh;
padding: 0 10%;
color: #ededed;
background: url('hoka2.png') no-repeat;
background-size: cover;
background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.home .home-content {

max-width: 600px;
    
}
.home .home-content h1 {
    position: relative;
    
  font-family: "Lobster", Sans-serif;
font-size: 40px;
font-weight: 700;
line-height: 1.2;


    
}
.home .home-content span {
color: #00abf0;
    
}






.home .home-content h1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #010e1c;
    animation: showRight 1s ease forwards;
    animation-delay: 0.7s;
}

.home .home-content h3 {
position: relative;
      font-family: "Allerta Stencil", Sans-serif;
      font-size: 25px;
      font-weight: 700;
      color: #008cc3;

}




.home .home-content h3::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #010e1c;
    animation: showRight 1s ease forwards;
    animation-delay: 1s;
}

.home .home-content p {
position: relative;
    font-size: 15px;
    font-family: "Allerta Stencil", Sans-serif;
    margin: 20px 0 40px;

}



.home .home-content p::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #010e1c;
    animation: showRight 1s ease forwards;
    animation-delay: 1.3s;
}

.home .home-content .btn-box {
    position: relative;
display: flex;
justify-content: space-between;
    width: 350px;
    height: 50px;
}


.home .home-content .btn-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #010e1c;
    animation: showRight 1s ease forwards;
    animation-delay: 1.6s;
}

.btn-box a {
width: 150px;
height: 100%;
display: inline-flex;
justify-content: center;
align-items: center;
background: #00abf0;
border: 2px solid #00abf0;
border-radius: 8px;
font-size: 20px;
color: #081b29;
text-decoration: none;
font-weight: 700;
letter-spacing: 1px;
transition: .5s;
}




.btn-box a:nth-child(2) {
    background: transparent;
    color: #00abf0;
}

.btn-box a:hover {

    scale: 1.1;
}

.btn-box a:nth-child(2):hover {

  background: #00abf0;
  color: #081b29;

}

.btn-box a:nth-child(1):hover {

  background: transparent;
  color:#00abf0 ;

}

.home-sci {
 position: absolute;
bottom: 40px;
width: 170px;
display: flex;
justify-content: space-between;
}



.home-sci::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #010e1c;
    animation: showRight 1s ease forwards;
    animation-delay: 1.9s;
}


.home-sci a {

display: inline-flex;
align-items: center;
justify-content: center;

width: 40px;
height: 40px;
background: transparent;
border: 2px solid #00abf0;
border-radius: 50%;
font-size: 20px;
color: #00abf0;
text-decoration: none;
transition: .5s;


}


.home-sci a:hover {

    scale: 1.4;
      background: #00abf0;
  color: #081b29;

}


.home-imgHover {
    position: absolute;
    top: 50px;
    right: 2px;
    width: 700px;
    height: 93.5%;
    background: transparent;
    transition: 2.5s;
}

.home-imgHover:hover {

    background: #010e1c;
    opacity: 0.8;
}


@keyframes showRight {

    100% {
        width: 0;


    }
}

.about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px; 
    background: #06131d;
    padding: 80px 10%;
    color: #ededed;
}

.about-img {
    position: relative;
    width: 350px; 
    height: 350px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 171, 240, 0.7); 
    transition: box-shadow .5s ease;
}

.about-img img {
    width: 100%;
    height: 100%;
    border-radius: 40%;
    object-fit: cover;
    border: 7px solid #00abf0; 
    transition: transform .5s ease;
}

.about-img:hover {
    box-shadow: 0 0 50px rgba(0, 171, 240, 1); 
}

.about-img:hover img {
    transform: scale(0.98); 
}

.about-content {
    text-align: center; 
    max-width: 800px;
}

.about-content .heading {
    margin-bottom: 30px;
}

.about-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #00abf0; 
    margin-bottom: 15px;
    font-family: "Allerta Stencil", Sans-serif;
    position: relative;
}

.about-content h3::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #06131d;
    animation: showRight 1s ease forwards;
    animation-delay: 0.8s;
}

.about-content p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-family: sans-serif; 
    position: relative;
}

.about-content p::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #06131d;
    animation: showRight 1s ease forwards;
    animation-delay: 1.1s;
}

.about-content .btn-box {
    display: flex; 
    justify-content: flex-start; 
    margin-top: 30px;
}

.about-content .read-more-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    
    width: 220px; 
    height: 55px; 
    
    background: #00abf0; 
    border: 2px solid #00abf0; 
    border-radius: 8px;
    
    font-size: 19px;
    font-weight: 600;
    color: #081b29; 
    text-decoration: none;
    letter-spacing: 1px;
    overflow: hidden; 
    transition: 0.5s;
    
    box-shadow: 0 0 10px rgba(0, 171, 240, 0.5); 
}

.about-content .read-more-btn:hover {
    color: #00abf0; 
    background: transparent; 
    
    box-shadow: 0 0 25px #00abf0,
                0 0 50px #00abf0,
                0 0 75px #00abf0;
}


.about-content .read-more-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #081b29; 
    z-index: -1;
    transition: 0.5s;
}

.about-content .read-more-btn:hover::before {
    width: 100%;
}

.services {
    background: #081b29; 
    padding: 80px 10% 80px;
    color: #ededed;
}

.services .heading {
    margin-bottom: 50px;
}

.services-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    gap: 40px;
}

.services-box {
    flex: 1 1 300px; 
    background: #06131d; 
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #00abf0; 
    transition: transform .5s ease, box-shadow .5s ease; 
    position: relative;
    overflow: hidden; 
}

.services-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #081b29; 
    animation: showRight 1s ease forwards;
    animation-delay: var(--delay, 0s); 
}

.services-box:nth-child(1)::before { --delay: 0.2s; }
.services-box:nth-child(2)::before { --delay: 0.4s; }
.services-box:nth-child(3)::before { --delay: 0.6s; }


.services-box:hover {
    transform: translateY(-10px); 
    box-shadow: 0 0 40px rgba(0, 171, 240, 0.6); 
}

.services-box i {
    font-size: 60px;
    color: #00abf0; 
    margin-bottom: 20px;
    display: block; 
}

.services-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ededed;
    margin-bottom: 15px;
    font-family: "Allerta Stencil", Sans-serif; 
}

.services-box p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: sans-serif;
    color: #bdbdbd;
}

.btn-box-small {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    background: #00abf0;
    border: 2px solid #00abf0;
    border-radius: 8px;
    font-size: 16px;
    color: #081b29;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .5s;
    overflow: hidden; 
    position: relative;
    z-index: 1; 
}

.btn-box-small::before {
    content: '';
    position: absolute;
    top: 0;

    left: 0;
    width: 0;
    height: 100%;
    background: #081b29; 
    z-index: -1;
    transition: .5s;
}

.btn-box-small:hover::before {
    width: 100%;
}

.btn-box-small:hover {
    color: #00abf0; 
}

.portfolio {
    background: #06131d;
    padding: 80px 10% 40px; 
}

.heading {
    text-align: center;
    font-size: 45px;
    margin-bottom: 50px;
    font-family: "Lobster", Sans-serif; 
    color: #ededed;
    position: relative; 
}

.heading span {
    color: #00abf0; 
}

.heading::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.portfolio-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 35px; 
}

.portfolio-box {
    position: relative;
    border-radius: 15px;
    box-shadow: 5px 5px 50px rgba(0, 0, 0, 10.5);
        overflow: hidden;

    display: flex;
    flex-direction: column;
    height: 350px;
    transition: transform .5s ease;
}

.portfolio-box img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    transition: transform 1.0s ease; 
}

.portfolio-box:hover img {
    transform: scale(1.1); 
}

.portfolio-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.495), #00abf0); 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
        transform: translateY(100%); 

    transition: .5s ease;
    opacity: 0;
}

.portfolio-box:hover .portfolio-layer {
    transform: translateY(0); 
    opacity: 1; 
}

.portfolio-layer h4 {
    font-size: 30px;
    font-family: "Allerta Stencil", Sans-serif;
    color: white;
    margin-bottom: 10px;
}

.portfolio-layer p {
    font-size: 16px;
    font-family: sans-serif; 
    color: white;
    margin-bottom: 20px;
}

.portfolio-layer a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #ededed;
    border-radius: 50%;
    color: #00abf0;
    text-decoration: none;
    font-size: 24px;
    transition: .3s ease;
}

.portfolio-layer a:hover {
    background: #008cc3; 
    color: #ededed;
}

.contact {
    background: #081b29; 
    padding: 80px 10% 80px;
    color: #ededed;
}

.contact .heading {
    margin-bottom: 50px;
}

.contact form {
    max-width: 700px;
    margin: 0 auto; 
    text-align: center; 
}

.contact form .input-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    margin-bottom: 25px;
    gap: 20px; 
    position: relative;
    overflow: hidden;
}

.contact form .input-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #081b29;
    animation: showRight 1s ease forwards;
    animation-delay: 0.2s; 
}

.contact form .input-box input,
.contact form textarea {
    width: 48%; 
    padding: 15px;
    background: #06131d; 
    border: 2px solid #00abf0; 
    border-radius: 8px;
    font-size: 16px;
    color: #ededed;
    outline: none; 
    transition: border-color .3s ease;
}

.contact form .input-box input:focus,
.contact form textarea:focus {
    border-color: #008cc3; 
}

.contact form textarea {
    width: 100%; 
    resize: vertical; 
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.contact form textarea::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #081b29;
    animation: showRight 1s ease forwards;
    animation-delay: 0.4s; 
}


.contact form .btn-box { 
    position: relative;
    display: inline-flex; 
    justify-content: center;
    align-items: center;
    width: 180px; 
    height: 50px; 
    background: #00abf0; 
    border: 2px solid #00abf0;
    border-radius: 8px;
    font-size: 19px; 
    color: #06131d; 
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    overflow: hidden;
    transition: .5s ease; 
    cursor: pointer; 

    box-shadow: 0 0 15px rgba(0, 171, 240, 0.6); 
}

.contact form .btn-box:hover {
    color: #00abf0; 
    background: transparent; 
    box-shadow: 0 0 30px rgba(0, 171, 240, 1); 
    transform: scale(1.05); 
}

.contact form .btn-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #06131d;
    z-index: -1;
    transition: .5s ease;
}

.contact form .btn-box:hover::before {
    width: 100%;
}

.contact form .btn-box.show-animation::before { 
    animation: showRight 1s ease forwards;
    animation-delay: 0.6s;
}

:root {   --progress-offset: 176; }
.scroll-progress-indicator {
    position: fixed;
    bottom: 30px; 
    right: 30px; 
    z-index: 999; 
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); 
    border-radius: 50%;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex; justify-content: center; align-items: center;  opacity: 0; pointer-events: none;  transition: opacity 0.3s;}

.scroll-progress-indicator.visible {
    opacity: 1;
    pointer-events: auto;
}
.scroll-arrow-icon {
    position: absolute;
    color: #007bff;    font-size: 1.2rem;  font-weight: bold;}

#progress-circle {  stroke-dasharray: 176;   stroke-dashoffset: var(--progress-offset);      transform: rotate(-90deg);transform-origin: 50% 50%;transition: stroke-dashoffset 0.1s linear; }

.education {
    background: #081b29; 
    padding: 80px 10%;
    color: #ededed;
}

.education .heading {
    margin-bottom: 70px;
    
}

.education-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; 
}

.education-column {
    flex: 1 1 45%; 
    min-width: 300px; 
    position: relative; 
}


.education-column::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #081b29;
    animation: showRight 1s ease forwards;
    animation-delay: var(--delay, 0s); 
}
.education-column:nth-child(1)::before { --delay: 0.2s; } 
.education-column:nth-child(2)::before { --delay: 0.4s; }


.education-column .title {
    font-size: 32px;
    font-weight: 700;
    color: #ededed;
    margin-bottom: 25px;
    border-left: 5px solid #00abf0; 
    padding-left: 15px;
    text-transform: uppercase;
}

.education-box {
    border-left: 2px solid #00abf0;
    padding-left: 20px;
    padding-bottom: 20px; 
    position: relative;
}

.education-content {
    position: relative;
    margin-bottom: 25px;
    padding: 20px;
    background: #06131d; 
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 171, 240, 0.2);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.education-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(0, 171, 240, 0.4);
}

.education-content::before {
    content: '';
    position: absolute;
    top: 25px;
    left: -31px; 
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: #00abf0;
    border-radius: 50%;
    border: 3px solid #081b29;
}

.education-content .year {
    font-size: 14px;
    color: #00abf0;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
}

.education-content .year i {
    margin-right: 8px;
    font-size: 16px;
}

.education-content h3 {
    font-size: 22px;
    color: #ededed;
    font-weight: 700;
    margin-bottom: 6px;
}

.education-content p {
    font-size: 15px;
    color: #bdbdbd;
    line-height: 1.5;
}

.skills {
    background: #06131d;
    padding: 80px 10%;
    color: #ededed;
}

.skills .heading {
    margin-bottom: 50px;
}

.skills-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.skills-box {
    flex: 1 1 300px; 
    background: #081b29; 
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #00abf0;
    text-align: left;
    transition: transform .5s ease, box-shadow .5s ease;
    position: relative;
    overflow: hidden;
}

.skills-box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 0 40px rgba(0, 171, 240, 0.6);
}

.skills-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #06131d; 
    animation: showRight 1s ease forwards;
    animation-delay: var(--delay, 0s); 
}


.skills-group-title {
    font-size: 24px;
    font-weight: 700;
    color: #00abf0;
    margin-bottom: 25px;
    text-align: center;
}

.skills-group-title i {
    font-size: 28px;
    margin-right: 10px;
}

.skill-bar-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.skill-bar {
    position: relative;
}

.skill-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ededed;
    margin-bottom: 5px;
}

.skill-percentage {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #00abf0;
    font-weight: 600;
}

.progress-bar {
    height: 10px;
    background: #00abf030; 
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

.progress-bar::after {
    content: '';
    display: block;
    height: 100%;
    width: var(--progress, 0); 
    background: #00abf0; 
    border-radius: 5px;
    transition: width 1.5s ease-in-out;
    animation: fillProgress 1.5s ease-in-out forwards;
}

@keyframes fillProgress {
    0% { width: 0; }
    100% { width: var(--progress, 0); }
}


@media (max-width: 1024px) {
  .home {
    padding: 0 5%;
  }

  .header {
    padding: 20px 5%;
  }

  .btn-box {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }

  .btn-box a {
    width: 100%;
  }
}


@media (max-width: 992px) {
    .about {
        flex-direction: column; 
        text-align: center;
    }
    .about-img {
        margin-bottom: 30px;
    }

    .services-container {
        gap: 30px;
    }
    .services-box {
        padding: 30px 20px;
    }
    .services-box i {
        font-size: 50px;
    }
    .services-box h3 {
        font-size: 24px;
    }
    .services-box p {
        font-size: 15px;
    }
    .btn-box-small {
        width: 120px;
        height: 38px;
        font-size: 15px;
    }

     .education-row {
        flex-direction: column; 
        gap: 20px;
    }
    .education-column {
        flex: 1 1 100%; 
    }

       .skills-container {
        gap: 20px;
    }
    .skills-box {
        flex: 1 1 45%; 
    }
}


@media (max-width: 768px) {



      .home {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 100px 5% 40px;
    text-align: left;
background: url('hoka3.png') no-repeat;
height: 100vh;
background-size: cover;
background-position: center;

  }

  .home-content {
    width: 100%;
    max-width: 100%;
  }

  .home-imgHover {
    display: none;
  }

  .home-sci {
    position: static;
    margin-top: 30px;
    margin-top: 15%;
  }

  .btn-box {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }

  .btn-box a {
    width: 100%;
    font-size: 18px;
  }

 
    
    #menu-icon {
        display: block;
    }

    .navbar {
        position: absolute;
        top: 100%; 
        left: 0;
        width: 100%;
        padding: 1rem 3%; 
        background: #081b29; 
        border-top: 1px solid #00abf0; 
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
        
        display: flex; 
        flex-direction: column; 
        
        transition: .25s ease;
        
        opacity: 0; 
        pointer-events: none; 
    }

    .navbar a {
        display: block;
        font-size: 1.5rem;
        padding: 1rem 0; 
        color: #ededed;
        text-align: center;
        width: 100%; 
        scale: 1; 
    }

    .navbar a:hover {
        scale: 1; 
    }

    .navbar.active {
        opacity: 1;
        pointer-events: auto;
    }




        .about {
        padding: 60px 5%;
    }
    .about-img {
        width: 280px;
        height: 280px;
    }
    .about-content h3 {
        font-size: 28px;
    }
    .about-content p {
        font-size: 16px;
    }



        .services {
        padding: 60px 5%;
    }
    .services-container {
        flex-direction: column; 
        gap: 25px;
    }
    .services-box {
        flex: 1 1 100%; 
        max-width: 400px; 
    }

      .portfolio-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    

        .contact {
        padding: 60px 5%;
    }
    .contact form .input-box input {
        width: 100%; 
    }


      .skills {
        padding: 60px 5%;
    }
    .skills-container {
        flex-direction: column;
    }
    .skills-box {
        flex: 1 1 100%; 
        max-width: 450px;
        margin: 0 auto;
    }

}



@media (max-width: 480px) {

    .home {

background: url('hoka3.png') no-repeat;
height: 100vh;
background-size: cover;
background-position: center;


    }
  .home-content h1 {
    font-size: 28px;
  }

  .home-content h3 {
    font-size: 18px;
  }

  .home-content p {
    font-size: 14px;
  }

  .btn-box a {
    font-size: 16px;
    padding: 12px;
  }

 .home-sci {
display: none;
 }

  .logo {
    font-size: 28px;
  }

  .navbar a {
    font-size: 16px;
    padding: 5px 10px;
  }

    .about-img {
        width: 250px;
        height: 250px;
        border-width: 5px; 
    }
    .about-content h3 {
        font-size: 24px;
    }
    .about-content p {
        font-size: 14px;
    }
    .about-content .read-more-btn {
        width: 180px;
        font-size: 16px;
    }


        .services-box {
        padding: 25px 15px;
    }
    .services-box i {
        font-size: 45px;
    }
    .services-box h3 {
        font-size: 22px;
    }
    .services-box p {
        font-size: 14px;
    }
    .btn-box-small {
        width: 110px;
        height: 35px;
        font-size: 14px;
    }


        .portfolio {
        padding: 60px 5% 30px; 
    }
    .heading {
        font-size: 35px;
    }
    .portfolio-box {
        height: 300px;
    }
    .portfolio-layer h4 {
        font-size: 24px;
    }
    .portfolio-layer p {
        font-size: 14px;
    }
    .portfolio-layer a {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

      .contact form .input-box {
        margin-bottom: 20px;
    }
    .contact form .input-box input,
    .contact form textarea {
        padding: 12px;
        font-size: 14px;
        border-radius: 5px;
    }
    .contact form textarea {
        margin-bottom: 20px;
    }
    .contact form .btn-box {
        width: 150px;
        height: 45px;
        font-size: 16px;
    }


        .education {
        padding: 60px 5%;
    }
    .education-column .title {
        font-size: 28px;
    }
    .education-content h3 {
        font-size: 18px;
    }
    .education-content p {
        font-size: 14px;
    }
    .education-content::before {
        left: -30px; 
    }


       .skills-box {
        padding: 20px;
    }
    .skills-group-title {
        font-size: 20px;
    }
    .skill-title, .skill-percentage {
        font-size: 14px;
    }
}
