/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import 'https://fonts.googleapis.com/css?family=Allura|Merriweather+Sans:400,700,800';html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

body {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Merriweather Sans",sans-serif;
    color: #9e9e9e;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

.gigantic,.huge,.large,.bigger,.big,h1,h2,h3,h4,h5,h6 {
    color: #222;
    font-weight: bold
}

.gigantic {
    font-size: 110px;
    line-height: 1.09;
    letter-spacing: -2px
}

.huge,h1 {
    font-size: 68px;
    line-height: 1.05;
    letter-spacing: -1px
}

.large,h2 {
    font-size: 42px;
    line-height: 1.14
}

.bigger,h3 {
    font-size: 26px;
    line-height: 1.38
}

.big,h4 {
    font-size: 22px;
    line-height: 1.38
}

.small,small {
    font-size: 10px;
    line-height: 1.2
}

p {
    margin: 0 0 20px 0
}

em {
    font-style: italic
}

strong {
    font-weight: bold
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0
}

::-moz-selection {
    background: #FFF498
}

::selection {
    background: #FFF498
}

img::-moz-selection {
    background: transparent
}

img::selection {
    background: transparent
}

body {
    -webkit-tap-highlight-color: #FFF498
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

a {
    display: inline-block;
    color: #2046f2;
    text-decoration: none
}

ul,ol {
    margin: 0;
    padding: 0;
    list-style: none
}

input,textarea {
    outline: none
}

.bold {
    font-weight: 700
}

.italic {
    font-style: italic
}

.wrapper,.wrapper--small,.wrapper--large {
    position: relative;
    max-width: 90%;
    height: 100%;
    margin: 0 auto
}

.wrapper--small {
    width: 980px
}

.wrapper--large {
    width: 1170px
}

.splashscreen {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    z-index: 100;
    -webkit-transition: opacity .4s .4s;
    transition: opacity .4s .4s
}

.splashscreen--is-hidden {
    opacity: 0
}

.splashscreen--is-hidden .preloader {
    opacity: 0
}

/* Preloader container */
.preloader {
    position: relative;
    width: 200px;
    height: 150px;
    margin: 0 auto;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

/* Preloader border with rainbow effect and rotation */
.preloader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 10px solid transparent;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 30%, transparent);
    animation: spin 10s linear infinite, rainbow-border 10s linear infinite;
}

/* Rainbow border color animation */
@keyframes rainbow-border {
    0% {
        border-color: red;
    }
    14% {
        border-color: orange;
    }
    28% {
        border-color: yellow;
    }
    42% {
        border-color: green;
    }
    57% {
        border-color: blue;
    }
    71% {
        border-color: indigo;
    }
    85% {
        border-color: violet;
    }
    100% {
        border-color: red;
    }
}

/* Spinning animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Preloader text with a glowing effect */
.preloader__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: text-glow 1.5s ease-in-out infinite;
}

/* Glow effect for text */
@keyframes text-glow {
    0% {
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.5);
    }
    50% {
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6);
    }
    100% {
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.5);
    }
}

/* Logo Styling */
.logo {
    color: #585858;
    padding: 10px;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, #ff0000, #ff9900, #33cc33, #3399ff, #9900cc, #ff0033);
    background-size: 400%;
    -webkit-background-clip: text; /* Apply gradient to text */
    background-clip: text; /* Apply gradient to text */
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    display: inline-block; /* Allows animation to work correctly */
}

/* Bounce and grow effect on hover */
.logo:hover {
    animation: bounce 0.6s ease-in-out, grow 0.3s ease-in-out forwards, rainbow 4s linear infinite;
}

/* Bounce keyframe animation */
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(5px);
    }
    70% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Grow effect on hover */
@keyframes grow {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2); /* Makes the logo 1.2x bigger */
    }
}

/* Rainbow color animation */
@keyframes rainbow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.transform-link {
    font-weight: 700
}

.transform-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2046f2;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.transform-link:hover::after {
    -webkit-transform: translateY(3px) scaleY(3);
    transform: translateY(3px) scaleY(3)
}

.button,button,input[type="submit"],input[type="reset"],input[type="button"] {
    display: inline-block;
    padding: 5px 25px;
    color: #2046f2;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
    border-radius: 25px;
    border: 2px solid #2046f2;
    cursor: pointer;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.button:hover,.button:active,.button:focus,button:hover,button:active,button:focus,input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus,input[type="reset"]:hover,input[type="reset"]:active,input[type="reset"]:focus,input[type="button"]:hover,input[type="button"]:active,input[type="button"]:focus {
    color: #6882f6;
    border-color: #6882f6
}

.blurb--framed {
    padding: 15px 0;
    background-color: #fafafa
}

.blurb__heading {
    margin: 0 0 15px 0;
    color: #585858;
    font-size: 58px;
    font-weight: 800
}

.blurb__heading_section {
    margin: 0 0 15px 0;
    color: #585858;
    font-size: 46px;
    font-weight: 800
}

.blurb__copy {
    font-weight: 700
}

.blurb__copy--tight {
    max-width: 300px
}

.title {
    margin: 0 0 45px 0;
    color: #585858;
    font-size: 58px;
    font-weight: 800;
    text-align: center
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: translate(-12px, 0px);
        transform: translate(-12px, 0px);
        opacity: 0
    }

    75% {
        -webkit-transform: translate(-12px, 45px);
        transform: translate(-12px, 45px);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(-12px, 45px);
        transform: translate(-12px, 45px);
        opacity: 0
    }
}

@keyframes scrollDown {
    0% {
        -webkit-transform: translate(-12px, 0px);
        transform: translate(-12px, 0px);
        opacity: 0
    }

    75% {
        -webkit-transform: translate(-12px, 45px);
        transform: translate(-12px, 45px);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(-12px, 45px);
        transform: translate(-12px, 45px);
        opacity: 0
    }
}

@-webkit-keyframes scaleUp {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleUp {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.navigation {
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 10
}

.navigation__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navigation__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45%
}

.navigation__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navigation__list>li a {
    color: #9e9e9e;
    text-transform: uppercase;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.navigation__list>li a:hover {
    color: #787878
}

.navigation__burger {
    display: none
}

@media (max-width: 991px) {
    .navigation__cta {
        display:none
    }

    .navigation__container {
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0s .4s,opacity .4s;
        transition: visibility 0s .4s,opacity .4s
    }

    .navigation__container--is-open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: visibility 0s,opacity .4s;
        transition: visibility 0s,opacity .4s
    }

    .navigation__container--is-open .navigation__list>li:nth-child(1) a {
        -webkit-transition: color .2s ease-in-out,-webkit-transform .2s .4s;
        transition: color .2s ease-in-out,-webkit-transform .2s .4s;
        transition: transform .2s .4s,color .2s ease-in-out;
        transition: transform .2s .4s,color .2s ease-in-out,-webkit-transform .2s .4s
    }

    .navigation__container--is-open .navigation__list>li:nth-child(2) a {
        -webkit-transition: color .2s ease-in-out,-webkit-transform .2s .6s;
        transition: color .2s ease-in-out,-webkit-transform .2s .6s;
        transition: transform .2s .6s,color .2s ease-in-out;
        transition: transform .2s .6s,color .2s ease-in-out,-webkit-transform .2s .6s
    }

    .navigation__container--is-open .navigation__list>li:nth-child(3) a {
        -webkit-transition: color .2s ease-in-out,-webkit-transform .2s .8s;
        transition: color .2s ease-in-out,-webkit-transform .2s .8s;
        transition: transform .2s .8s,color .2s ease-in-out;
        transition: transform .2s .8s,color .2s ease-in-out,-webkit-transform .2s .8s
    }

    .navigation__container--is-open .navigation__list>li:nth-child(4) a {
        -webkit-transition: color .2s ease-in-out,-webkit-transform .2s 1s;
        transition: color .2s ease-in-out,-webkit-transform .2s 1s;
        transition: transform .2s 1s,color .2s ease-in-out;
        transition: transform .2s 1s,color .2s ease-in-out,-webkit-transform .2s 1s
    }

    .navigation__container--is-open .navigation__list>li a {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .navigation__container--is-open .navigation__list>li a:hover {
        color: #c4c4c4
    }

    .navigation__list {
        height: 250px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .navigation__list>li {
        overflow: hidden
    }

    .navigation__list>li a {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        color: #585858;
        font-weight: 700;
        -webkit-transition: -webkit-transform 0s .4s;
        transition: -webkit-transform 0s .4s;
        transition: transform 0s .4s;
        transition: transform 0s .4s, -webkit-transform 0s .4s
    }

    .navigation__burger {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 35px;
        height: 27px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer
    }

    .navigation__burger--is-open .navigation__burger-el {
        -webkit-transition: opacity .2s,-webkit-transform .4s;
        transition: opacity .2s,-webkit-transform .4s;
        transition: transform .4s,opacity .2s;
        transition: transform .4s,opacity .2s,-webkit-transform .4s
    }

    .navigation__burger--is-open .navigation__burger-el--top {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .navigation__burger--is-open .navigation__burger-el--bottom {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .navigation__burger--is-open .navigation__burger-el--middle {
        opacity: 0
    }

    .navigation__burger-el {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #585858;
        -webkit-transition: opacity .2s .2s,-webkit-transform .4s;
        transition: opacity .2s .2s,-webkit-transform .4s;
        transition: transform .4s,opacity .2s .2s;
        transition: transform .4s,opacity .2s .2s,-webkit-transform .4s
    }

    .navigation__burger-el--top {
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    .navigation__burger-el--bottom {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.scroll-lock {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}




.introduction {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.introduction::before {
    content: "Peko";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40vw;
    font-weight: 800;
    opacity: .05
}

.introduction__content {
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 800
}

.introduction__content-el {
    display: block
}

.introduction__content-el--name {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0
}

.introduction__content-el--description {
    -webkit-transform: matrix(1.0110731102, 0, 0, 1.0110731102, 0, 0);
    transform: matrix(1.0110731102, 0, 0, 1.0110731102, 0, 0);
    margin: 10px 0;
    font-size: 15vw;
    text-align: center;
    text-transform: uppercase;

    /* Rainbow color effect */
    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    /* Reduced initial text shadow */
    text-shadow: 5px 10px 15px rgba(88, 88, 88, 0.23);
    animation: rainbow-text 5s linear infinite, shadow-glow 1.5s ease-in-out infinite;
}

.introduction__content-el--job {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    text-align: right;
    opacity: 0
}

.introduction__arrow {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-12px, 0px);
    transform: translate(-12px, 0px);
    width: 24px;
    fill: #2046f2;
    -webkit-animation: scrollDown 1.6s infinite;
    animation: scrollDown 1.6s infinite
}

/* Rainbow text animation */
@keyframes rainbow-text {
    0% {
        background-position: 0%;
    }
    50% {
        background-position: 100%;
    }
    100% {
        background-position: 0%;
    }
}

/* Reduced glow animation */
@keyframes shadow-glow {
    0% {
        text-shadow: 5px 10px 15px rgba(88, 88, 88, 0.23);
    }
    50% {
        text-shadow: 5px 10px 25px rgba(255, 255, 255, 0.4), 0 0 15px rgba(255, 255, 255, 0.4);
    }
    100% {
        text-shadow: 5px 10px 15px rgba(88, 88, 88, 0.23);
    }
}

/* Hover effect to increase glow */
.introduction__content-el--description:hover {
    text-shadow: 5px 10px 35px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.6);
    transition: text-shadow 0.3s ease-in-out;
}


section {
    margin: 20px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: auto; /* Updated to accommodate content */
}

.combined-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.stacks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 15px;
    text-align: center;
    
}

.stack-item {
    position: relative;
    padding: 10px;
    border-radius: 8px;
    transition: transform 0.3s, background 0.3s;
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    color: white;
}

.stack-item:hover {
    transform: scale(1.1);
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    color: white;
}

.stack-item .stack-name {
    font-size: 14px;
    margin-bottom: 5px;
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    color: white;
}

.stack-item .stack-level {
    background: #ddd;
    border-radius: 5px;
    overflow: hidden;
    height: 8px;
    margin-top: 5px;
}

.stack-item .stack-level div {
    height: 100%;
    background: linear-gradient(45deg, #ff7e5f, #feb47b);
    width: 0;
    transition: width 0.3s;
}

.stack-item:hover .stack-level div {
    width: var(--level, 50%);
}

.projects-skills {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 20px;
    align-items: flex-start;
}

.projects {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.project {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.project:hover {
    transform: scale(1.05);
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    color: white;
}

.skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
}

.skill-item {
    flex: 1 1 calc(30% - 10px);
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background: #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, background 0.3s;
    cursor: pointer;
}

.skill-item:hover {
    transform: scale(1.1);
    background: linear-gradient(45deg, #ff7e5f, #feb47b);
    color: white;
}

@media (max-width: 768px) {
    .projects-skills {
        grid-template-columns: 1fr;
    }

    .skills {
        flex-direction: row;
        justify-content: center;
    }

    .skill-item {
        flex: 1 1 auto;
    }
}
@media (max-width: 768px) {
    .combined-section {
        grid-template-columns: 1fr;
    }

    .stacks {
        flex-direction: column;
    }

    .skills {
        text-align: left;
    }

    .projects {
        grid-template-columns: 1fr;
    }
}



@media (max-width: 991px) {
    .about {
        padding:60px 0
    }

    .about__wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about__wrapper::before {
        right: 0;
        bottom: 0
    }

    .about__visual {
        bottom: -60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .about__content {
        text-align: center
    }

    .about__content-blurb {
        padding: 0 15px
    }

    .about__content-blurb h2 {
        font-size: 48px
    }

    .about__content-blurb p {
        margin-bottom: 10px
    }

    .about__content-signature {
        position: static;
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .about {
        height:540px
    }

    .about__visual {
        width: 335px
    }

    .about__content-blurb h2 {
        font-size: 32px
    }
}

@media (max-width: 480px) {
    .about {
        height:480px
    }

    .about__wrapper::before {
        display: none
    }

    .about__visual {
        width: 290px;
        max-width: 100%
    }
}

.app-design {
    position: relative;
    width: 100%;
    padding: 180px 0;
    overflow: hidden
}

.app-design__visual {
    position: absolute;
    top: 35px;
    left: 45%;
    width: 1036px;
    height: 659px;
    margin: 0;
    background-image: url("../img/olusakinpelumi.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat
}

@media (max-width: 991px) {
    .app-design__content h2 {
        font-size:48px
    }

    .app-design__visual {
        width: 922px;
        height: 586px
    }
}

@media (max-width: 767px) {
    .app-design {
        height:400px;
        padding: 60px 0
    }

    .app-design__content {
        text-align: center
    }

    .app-design__content h2 {
        font-size: 32px
    }

    .app-design__content h2 br {
        display: none
    }

    .app-design__content p {
        margin: 0 auto 20px auto
    }

    .app-design__visual {
        top: auto;
        left: 50%;
        bottom: -175px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 679px;
        height: 439px
    }
}

@media (max-width: 480px) {
    .app-design__visual {
        bottom: -100px;
        width: 161px;
        height: 288px;
    }
}

.web-design {
    position: relative;
    width: 100%;
    padding: 200px 0;
    background-color: #fafafa;
    overflow: hidden
}

.web-design__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.web-design__visual {
    position: absolute;
    top: 50%;
    right: 52%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 828px;
    height: 581px;
    margin: 0;
    background-image: url("../img/6799647ccf8.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat
}

@media (max-width: 991px) {
    .web-design__content h2 {
        font-size:48px
    }

    .web-design__visual {
        right: 45%;
        width: 741px;
        height: 520px
    }
}

@media (max-width: 767px) {
    .web-design {
        height:525px;
        padding: 60px 0
    }

    .web-design__wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .web-design__content {
        text-align: center
    }

    .web-design__content h2 {
        font-size: 32px
    }

    .web-design__content h2 br {
        display: none
    }

    .web-design__visual {
        top: auto;
        right: auto;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 523px;
        height: 376px
    }
}

@media (max-width: 480px) {
    .web-design {
        height:425px
    }

    .web-design__visual {
        width: 392px;
        height: 275px
    }
}

.work {
    position: relative;
    width: 100%;
    padding: 120px 0 60px 0;
    background-color: #fafafa
}

.work__list {
    position: relative;
    padding: 60px 0
}

.work__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 175px;
    right: 125px;
    bottom: 0;
    border: 10px solid #2046f2
}

.work__list-el {
    display: none
}

.work__list-el--is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.work__list-el--is-active .work__content-blurb h3,.work__list-el--is-active .work__content-blurb p {
    -webkit-animation: scaleUp .6s;
    animation: scaleUp .6s
}

.work__list-el--is-active .work__visual {
    -webkit-animation: scaleUp .6s;
    animation: scaleUp .6s
}

.work__content {
    position: relative;
    width: 42.5%;
    z-index: 1
}

.work__content-blurb h3 {
    font-size: 54px
}

.work__content-blurb p {
    max-width: 350px
}

.work__visual {
    position: relative;
    width: 52.5%;
    box-shadow: 5px 8px 30px 1px rgba(0,0,0,0.21);
    z-index: 2
}

.work__visual img {
    display: block;
    width: 100%
}

.work__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 45px auto 0 auto
}

.work__navigation-el {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #e0e0e0;
    border-radius: 50%;
    cursor: pointer
}

.work__navigation-el--is-active {
    background-color: transparent;
    box-shadow: 0 0 0 2px #585858
}

/* Default styles for the logos */
/* Container for partner logos */
.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Space between logos */
    margin: 0 auto;
    padding: 20px;
}

/* Individual logo wrapper */
.partners__logo {
    flex: 1 1 calc(25% - 20px); /* Default: 4 logos per row */
    max-width: calc(25% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* Adjust the image size and alignment */
.partners__logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border: 3px solid transparent;
    border-radius: 8px;
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

/* Hover effect for desktop */
.partners__logo:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
    border-color: #2046f2;
}

/* Responsive styles for mobile */
@media (max-width: 991px) {
    .partners {
        grid-template-columns: repeat(3, 1fr); /* 3 columns */
    }
}

@media (max-width: 767px) {
    .partners {
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
    }
}

@media (max-width: 480px) {
    .partners {
        grid-template-columns: 1fr; /* 1 column */
    }
}



@media (max-width: 991px) {
    .work {
        padding:90px 0 60px 0
    }

    .work__heading {
        font-size: 48px
    }

    .work__list {
        padding: 0
    }

    .work__list::before {
        top: 45px;
        left: 0;
        right: 0;
        bottom: 45px
    }

    .work__list-el--is-active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .work__content {
        width: auto;
        max-width: 100%;
        margin-bottom: 45px;
        text-align: center
    }

    .work__content-blurb {
        padding: 0 15px
    }

    .work__content-blurb h3 {
        font-size: 42px
    }

    .work__content-blurb p {
        max-width: 300px
    }

    .work__visual {
        width: 600px;
        max-width: 75%
    }
}

@media (max-width: 767px) {
    .work__heading {
        font-size:32px
    }

    .work__content-blurb h3 {
        font-size: 30px
    }
}


@media (max-width: 480px) {
    .work__list::before {
        display:none
    }

    .work__visual {
        max-width: 100%
    }
}

/* About Me Section */
/* About Me Section */
.about-me {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.about-me__container {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}

.about-me__image {
    flex: 1;
    max-width: 400px;
}

.about-me__image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.about-me__content {
    flex: 2;
    text-align: left;
}

.about-me__content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}

.about-me__content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.about-me__button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2046f2;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.about-me__button:hover {
    background-color: #1639c4;
}

/* Get in Touch and Social Icons Section */
.get-in-touch-container {
    display: flex;
    align-items: center;
    gap: 20px; /* Space between the button and icons */
    margin-top: 20px;
}

.social-icons {
    display: flex;
    gap: 15px; /* Space between each social icon */
}

.social-icon {
    font-size: 24px;
    color: #333;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #2046f2; /* Change color on hover */
}

/* Responsive Design */
/* Responsive Design */
@media (max-width: 991px) {
    .about-me__container {
        flex-direction: column;
        text-align: center;
    }

    .about-me__content {
        text-align: center;
        padding: 0 20px;
    }

    .about-me__image {
        max-width: 300px;
        margin-bottom: 20px;
    }

    /* Stack button and social icons in two rows */
    .get-in-touch-container {
        flex-direction: column; /* Stack vertically */
        align-items: center;
    }

    .social-icons {
        flex-direction: row; /* Keep icons in a row on mobile */
        justify-content: center; /* Center the icons */
        margin-top: 10px;
    }

    .social-icon {
        font-size: 20px; /* Adjust size on mobile */
    }
}

@media (max-width: 480px) {
    .about-me__content h2 {
        font-size: 28px;
    }

    .about-me__content p {
        font-size: 14px;
    }

    .about-me__button {
        padding: 8px 16px;
    }

    .social-icon {
        font-size: 18px; /* Smaller icons on mobile */
    }
}

.section-contact {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
  }

  .contact-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }

  .contact-column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
  }

  .contact-column h3 {
    margin-bottom: 10px;
  }

  .contact-column a {
    color: #fff;
    text-decoration: none;
  }

  .contact-column a:hover {
    text-decoration: underline;
  }

  .social-icons {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .social-icons a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
  }

  .social-icons a:hover {
    color: #00aced;
  }


.blog {
    position: relative;
    padding: 60px 0
}

.blog__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog__post {
    width: 33.33%;
    margin-right: 30px
}

.blog__post:last-child {
    margin-right: 0
}

.blog__post-thumbnail {
    width: 100%;
    box-shadow: 5px 8px 30px 1px rgba(0,0,0,0.21)
}

.blog__post-thumbnail img {
    display: block;
    width: 100%
}

.blog__post-excerpt h3 {
    color: #585858;
    font-size: 24px
}

.blog__view-more {
    margin-top: 90px;
    text-align: center
}

.blog__view-more--el {
    padding: 8px 30px
}

@media (max-width: 991px) {
    .blog__heading {
        font-size:48px
    }

    .blog__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .blog__post {
        width: 450px;
        max-width: 100%;
        margin: 0 0 45px 0
    }

    .blog__post:last-child {
        margin-bottom: 0
    }

    .blog__post-excerpt {
        text-align: center
    }

    .blog__post-excerpt h3 {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .blog__heading {
        font-size:32px
    }
}

.contact {
    position: relative;
    padding: 60px 0;
    background-color: #fafafa
}

.contact__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0
}

.contact__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 75px;
    right: 75px;
    bottom: 0;
    border: 10px solid #2046f2
}

.contact__visual {
    position: relative;
    width: 47.5%;
    box-shadow: 5px 8px 30px 1px rgba(0,0,0,0.21);
    z-index: 2
}

.contact__visual img {
    display: block;
    width: 100%
}

.contact__form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 47.5%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    background-color: #fafafa;
    z-index: 1
}

.contact__form-el {
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    border: 1px solid #9e9e9e;
    border-radius: 3px
}

.contact__form-el--name,.contact__form-el--email {
    width: 45%;
    height: 50px
}

.contact__form-el--message {
    width: 100%;
    height: 150px;
    margin: 20px 0 30px 0;
    padding-top: 15px;
    resize: none
}

.contact__form input[type="submit"] {
    margin-left: auto;
    padding: 10px 50px
}

@media (max-width: 991px) {
    .contact__heading {
        font-size:48px
    }

    .contact__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

    .contact__wrapper::before {
        top: 45px;
        left: 0;
        right: 0;
        bottom: 45px
    }

    .contact__visual {
        width: 600px;
        max-width: 75%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .contact__form {
        width: 600px;
        max-width: 75%;
        margin-bottom: 45px;
        padding: 0 15px
    }
}

@media (max-width: 767px) {
    .contact__heading {
        font-size:32px
    }

    .contact__form-el--name,.contact__form-el--email {
        width: 100%
    }

    .contact__form-el--name {
        margin-bottom: 10px
    }

    .contact__form-el--message {
        margin: 10px 0 20px 0
    }
}

@media (max-width: 480px) {
    .contact__wrapper::before {
        display:none
    }

    .contact__visual {
        max-width: 100%
    }

    .contact__form {
        max-width: 100%;
        padding: 0
    }

    .contact__form-el--name,.contact__form-el--email {
        height: 40px
    }

    .contact__form-el--message {
        height: 90px
    }
}

.footer {
    position: relative;
    width: 100%;
    height: 100px
}

.footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__arrow-el {
    width: 24px;
    fill: #2046f2
}

@media (max-width: 767px) {
    .footer {
        height:150px;
        padding: 30px 0
    }

    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__copyright {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .footer__logo {
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}
