/*Font Awesome Free Icon*/
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* General Style */
body {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    font-family: "nunito-sans", sans-serif;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

::before,
::after {
    box-sizing: border-box;
}

input,
textarea,
select {
    font-family: "nunito-sans", sans-serif;
}

.section {
    background-color: #0A0910;
    min-height: 100vh;
    display: block;
    padding: 0 30px;
    position: fixed;
    left: 270px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.section.active {
    opacity: 1;
    z-index: 2;
    animation: slideSection 1s ease;
    -webkit-animation: slideSection 1s ease;
    -moz-animation: slideSection 1s ease;
    -o-animation: slideSection 1s ease;
}

.section.back-section {
    z-index: 1;
}

@keyframes slideSection {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
}

@-webkit-keyframes slideSection {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
}

@-moz-keyframes slideSection {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
}

@-o-keyframes slideSection {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
}

.section .container {
    padding-top: 60px;
    padding-bottom: 70px;
}

.section-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 40px;
    color: #F0EFF6;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 700;
    margin: 0;
    position: relative;
}

.section-title h2::before {
    content: '';
    height: 4px;
    width: 50px;
    position: absolute;
    top: 100%;
    left: 0;
}

.section-title h2::after {
    content: '';
    height: 4px;
    width: 25px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}

.padd-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.shadow-dark {
    -webkit-box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);
    box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);
}

.btn {
    font-size: 16px;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 500;
    padding: 12px 35px;
    color: #F0EFF6;
    border-radius: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: inline-block;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.hidden {
    display: none !important;
}


/* Purple Accent */
.aside .logo a::before{
    margin-top: -30px;
    border-top: 4px solid #7D73AF;
    border-left: 4px solid #7D73AF;
}

.aside .logo a::after{
    border-right: 4px solid #7D73AF;
    border-bottom: 4px solid #7D73AF;
}

.aside .nav li a:hover, 
.portfolio .portfolio-item .portfolio-info .icon .fa,
.lightbox .lightbox-controls .prev-item .fa,
.contact .contact-info-item .icon .fa,
.lightbox .lightbox-controls .next-item .fa,
.about .about-content .about-text h3 span,
.portfolio .portfolio-filter button.active,
.aside .nav li a.active{
    color: #7D73AF;
}

.section-title h2::before,
.section-title h2::after{
    background-color: #7D73AF;
}

.btn,
.home .intro .social-links a{
    background-color: #0f0d18;
}

.buttons a:hover,
.home .intro .social-links a:hover{
    background-color: #7D73AF;
}

#submit{
    background-color: #7D73AF;
}

.aside .nav-toggler span::before,
.aside .nav-toggler span::after,
.aside .nav-toggler span{
    background-color: #0F0D18;
}

.portfolio .portfolio-filter button.active{
    border-color: #7D73AF;
}


/* Preloader */
.preloader {
    background-color: #222222;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 150;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.preloader.opacity-0 {
    opacity: 0;
}

.preloader .loader {
    height: 40px;
    width: 40px;
    border: 4px solid #e3e3e3;
    border-radius: 50%;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}


/* Aside */
.aside {
    width: 270px;
    background-color: #0F0D18;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    /* padding: 30px; */
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    /* overflow-y: auto; */
}

.aside .aside-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    overflow-y: auto;
}

.aside .logo {
    padding: 30px 0;
}

.aside .logo a {
    font-size: 55px;
    color: #f0eff5;
    font-family: "funkydori", sans-serif;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    line-height: 50px;
    margin-bottom: -24px;
}

.aside .logo a::before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.aside .logo a::after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.aside .nav-toggler {
    height: 40px;
    width: 45px;
    border: 1px solid #f0eff5;
    cursor: pointer;
    position: fixed;
    left: 300px;
    top: 20px;
    z-index: 11;
    border-radius: 5px;
    background-color: #7D73AF;
    /* display: -ms-flexbox;
    display: flex; */
    display: none;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.aside .nav-toggler span {
    height: 2px;
    width: 18px;
    display: inline-block;
    position: relative;
}

.aside .nav-toggler.open span {
    background-color: transparent;
}

.aside .nav-toggler span::before {
    content: '';
    height: 2px;
    width: 18px;
    position: absolute;
    top: -6px;
    left: 0;
}

.aside .nav-toggler.open span::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px;
}

.aside .nav-toggler span::after {
    content: '';
    height: 2px;
    width: 18px;
    position: absolute;
    top: 6px;
    left: 0;
}

.aside .nav-toggler.open span::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 0px;
}

.aside .nav {
    list-style: none;
    margin: 50px 0;
    padding: 0;
}

.aside .nav li {
    display: block;
}

.aside .nav li a {
    font-size: 16px;
    font-weight: 600;
    color: #F0EFF6;
    text-decoration: none;
    line-height: 45px;
    display: block;
    border-bottom: 1px solid #F0EFF6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.aside .nav li a:not(.active):hover {
    padding-left: 5px;
}

.aside .nav li a .fa {
    margin-right: 5px;
}

.aside .copyright-text {
    position: absolute;
    bottom: 5px;
    font-size: 13px;
    color: #504e70;
}


/* Home Section */
.home {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
}

.home .intro {
    text-align: center;
}

.home .intro img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: inline-block;
    border: 8px solid #F0EFF6;
    box-shadow: 0px 0px 20px 6px #7D73AF;
}

.home .intro h1 {
    font-size: 45px;
    color: #7D73AF;
    font-family: "funkydori", sans-serif;
    margin: 20px 0px -10px;
}

.home .intro span {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 22px;
    color: #F0EFF6;

}

.home .intro .social-links {
    margin-top: 25px;
}

.home .intro .social-links a {
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #F0EFF6;
    margin: 0 4px;
    border-radius: 40%;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home .intro .social-links a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ityped-cursor {
    /* font-size: 2.2rem; */
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
}

@keyframes blink {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    100% {
        opacity: 0;
    }
}


/* About Section */
.about .about-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.about .about-content .about-text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.about .about-content .about-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #F0EFF6;
}

.about .about-content .about-text p {
    font-size: 16px;
    line-height: 25px;
    color: #F0EFF6;
    margin: 0;
}

.about .about-content .personal-info .info-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.about .about-content .personal-info .info-item p {
    font-weight: 600;
    padding: 10px 0;
    font-size: 16px;
    margin: 0;
    color: #F0EFF6;
    border-bottom: 1px solid #F0EFF6;
}

.about .about-content .personal-info .buttons {
    margin-top: 30px;
}

.about .about-content .personal-info .buttons .btn {
    margin-right: 15px;
    margin-top: 10px;
}


/* Portfolio Section */
.portfolio .container {
    padding-bottom: 40px;
}

.portfolio .portfolio-filter {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.portfolio .portfolio-filter button {
    border: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 10px;
    color: #F0EFF6;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    padding-bottom: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.portfolio .portfolio-item {
    flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px;
}

.portfolio .portfolio-item.hide {
    display: none;
}

.portfolio .portfolio-item.show {
    display: block;
    animation: showItem 0.5s ease;
}

@keyframes showItem {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes showItem {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.portfolio .portfolio-item-inner {
    /* Keep existing styles: border, border-radius, overflow, cursor, position */
    border: 6px solid #0F0D18; /* */
    border-radius: 10px; /* */
    overflow: hidden; /* Important for object-fit */ /* */
    cursor: pointer; /* */
    position: relative; /* */
    /* ADD background color as fallback while image loads or if image is broken */
    background-color: #1c1a29; /* Example dark color */
}

.portfolio .portfolio-item-inner .portfolio-img {
    /* ADD a fixed height or aspect ratio for the container */
    /* Option 1: Fixed Height (e.g., 200px) */
     height: 200px; /* Adjust this value as desired */
    /* Option 2: Aspect Ratio (using padding-top hack if preferred, more complex) */
    /* position: relative; padding-top: 75%; */ /* Example for 4:3 ratio */

    /* Ensure it takes up the width */
    width: 100%;
    line-height: 0; /* Remove any potential space below image */
    overflow: hidden; /* Ensure overflow is hidden */
}

.portfolio .portfolio-item-inner .portfolio-img img {
    width: 100%; /* Make image fill container width */ /* */
    /* ADD height and object-fit */
    height: 100%; /* Make image fill container height */
    object-fit: cover; /* Crucial part: scales image to maintain aspect ratio while filling container, cropping if necessary */
    object-position: center; /* Optional: control which part of image is shown */
    display: block; /* Keep existing display block */ /* */
    /* ADD a transition if you want a subtle zoom on hover */
    transition: transform 0.3s ease;
}

.portfolio .portfolio-item-inner:hover .portfolio-img img {
     transform: scale(1.05); /* Slightly zoom in */
}

.portfolio .portfolio-item .portfolio-info {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    z-index: 1;
    padding: 30px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.portfolio .portfolio-item-inner:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #F0EFF6;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translate(-20px);
    -webkit-transform: translate(-20px);
    opacity: 0;
}

.portfolio .portfolio-item-inner:hover .portfolio-info h4 {
    transform: translate(0px);
    -webkit-transform: translate(0px);
    opacity: 1;
}

.portfolio .portfolio-item .portfolio-info .icon {
    height: 40px;
    width: 40px;
    background-color: #0F0D18;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    bottom: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translate(20px);
    -webkit-transform: translate(20px);
    opacity: 0;
}

.portfolio .portfolio-item-inner:hover .portfolio-info .icon {
    transform: translate(0px);
    -webkit-transform: translate(0px);
    opacity: 1;
}

.portfolio .portfolio-item .portfolio-info .icon .fa {
    line-height: 40px;
}


/* Lightbox */
.lightbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: zoom-out;
    padding: 30px;
}

.lightbox.open {
    display: flex;
    display: -ms-flexbox;
}

.lightbox .lightbox-content img {
    height: auto; 
    width: auto;  
    max-width: 100%; 
    max-height: calc(80vh - 80px); /* Or whatever max-height you settled on */
    cursor: pointer;
    display: block;
    padding: 40px 0 30px; /* */
    /* Ensure NO object-fit here, so it uses its natural aspect ratio */
}

.lightbox.open .lightbox-content {
    animation: lightboxImage .5s ease;
}

@keyframes lightboxImage {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes lightboxImage {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.lightbox .lightbox-content {
    position: relative;
}

.lightbox .lightbox-content .lightbox-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    font-size: 16px;
    color: #F0EFF6;
    font-weight: 400;
    z-index: -1;
}

.lightbox .lightbox-content .lightbox-close {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0px;
    right: 0px;
    font-size: 32px;
    text-align: right;
    color: #0F0D18;
    line-height: 40px;
    cursor: pointer;
}

.lightbox .lightbox-controls .prev-item,
.lightbox .lightbox-controls .next-item {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #F0EFF6;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    margin-top: -20px;
    z-index: 110;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.lightbox .lightbox-controls .prev-item:active,
.lightbox .lightbox-controls .next-item:active {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.lightbox .lightbox-controls .prev-item:hover,
.lightbox .lightbox-controls .next-item:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.lightbox .lightbox-controls .prev-item {
    left: 30px;
}

.lightbox .lightbox-controls .next-item {
    right: 30px;
}

.lightbox .lightbox-controls .prev-item .fa,
.lightbox .lightbox-controls .next-item .fa {
    font-size: 32px;
    line-height: 40px;
}

/* Styles for the new Lightbox Overlay Caption */
.lightbox .lightbox-content .lightbox-overlay-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Cover the entire content area */
    background-color: rgba(15, 13, 24, 0.85); /* Semi-translucent background (adjust color and opacity) */
    color: #F0EFF6; /* Text color */
    display: flex; /* Use flexbox for alignment */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    padding: 40px; /* Add padding around the text */
    opacity: 0; /* Hidden by default */
    visibility: hidden; /* Hidden by default */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth transition */
    z-index: 105; /* Ensure it's above the image but below controls/close button */
    cursor: default; /* Change cursor back from pointer/zoom-out */
    box-sizing: border-box; /* Include padding in width/height */
    text-align: center; /* Center align the text */
    overflow-y: auto; /* Allow scrolling if content is too long */
}

/* Style for when the overlay is active/visible */
.lightbox .lightbox-content .lightbox-overlay-caption.visible {
    opacity: 1;
    visibility: visible;
}

/* Styling for the content inside the overlay */
.lightbox .lightbox-content .overlay-caption-content {
    max-width: 90%; /* Prevent text from getting too wide */
}

/* Styling for links within the overlay */
.lightbox .lightbox-content .overlay-caption-content a {
    color: #a79dd1; /* Link color - adjust as needed */
    text-decoration: underline;
    margin: 0 5px; /* Add some space between links */
}

.lightbox .lightbox-content .overlay-caption-content a:hover {
    color: #7D73AF; /* Link hover color */
}

/* Ensure image remains clickable underneath if needed, though we're overriding its click */
.lightbox .lightbox-content .lightbox-img {
    position: relative; /* Needed if z-index is used, though overlay is separate now */
     /* Inherit cursor from lightbox-content, which might be zoom-out or pointer */
}

/* Ensure close button and controls are above the overlay */
.lightbox .lightbox-close {
    z-index: 115; /* Above overlay */
}
.lightbox .lightbox-controls {
    z-index: 110; /* Above overlay */
}


/* Contact Section */

.contact h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #F0EFF6;
    padding: 0px 25px 5px;
}

.contact .contact-form {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}

.contact .contact-form .col-6 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}

.contact .contact-form .col-12 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}

.contact .contact-form .form-item {
    margin-bottom: 30px;
}

.contact .contact-form .form-item .form-control {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #0A0910;
    padding: 10px 25px;
    font-size: 16px;
    color: #F0EFF6;
    background-color: #0F0D18;
}

.contact .contact-form .form-item .form-control:focus {
    -webkit-box-shadow: 0 0 20px rgba(15, 13, 24, 0.15);
    box-shadow: 0 0 20px rgba(15, 13, 24, 0.15);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.contact .contact-form .form-item textarea.form-control {
    height: 140px;
}

.contact .contact-form .btn {
    height: 50px;
    padding: 0 50px;
}


/* Responsive */
@media(max-width: 1199px) {
    .section .container {
        padding-top: 70px;
    }

    .aside .nav-toggler {
        display: -ms-flexbox;
        display: flex;
        left: 30px;
    }

    .aside .nav-toggler.open {
        left: 300px;
    }

    .aside {
        left: -270px;
    }

    .aside.open {
        left: 0;
    }

    .section {
        left: 0;
    }

    .section.open {
        left: 270px;
    }

    .about .about-content .personal-info .info-item p span {
        display: block;
        margin-left: 0;
    }
}

@media(max-width: 991px) {

    .portfolio .portfolio-item {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 767px) {

    .about .about-content .personal-info,
    .contact .contact-form .col-6,
    .about .about-content .skills,
    .about .about-content .education,
    .about .about-content .experience {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .portfolio .portfolio-filter button {
        margin-bottom: 10px;
    }
}

@media(max-width: 575px) {

    .portfolio .portfolio-item,
    .contact .contact-info-item {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
}