html {
    scroll-behavior: smooth;
}


body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
}

.container {
    max-width: 1140px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.section-title {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

.section-title h1 {
    display: inline-block;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    margin: 0 0 5px;
    padding: 0 0 10px;
    position: relative;
}

.section-title h1:before {
    content: '';
    left: 0;
    position: absolute;
    height: 3px;
    right: 20%;
    background-color: #febd01;
    border-radius: 10px;
    bottom: 0px;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/*Header*/

header {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #423940;
    padding: 0 15px;
    z-index: 11;
}

header.fixed {
    background-color: #ffffff;
    position: fixed;
    border-color: #eeeeee;
    animation: fixHeader 0.5s ease;
    z-index: 100;
}

@keyframes fixHeader {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

header .row {
    justify-content: space-between;
    align-items: center;
}

header .brand-name a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}

header.fixed .brand-name a {
    color: #000000;
}



header .navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .navbar ul li {
    display: inline-block;
    margin-left: 35px;
}

header .navbar ul li a {
    font-size: 20px;
    text-decoration: none;
    line-height: 75px;
    color: #ffffff;
    display: block;
    position: relative;
}

header.fixed .navbar ul li a {
    color: #000000;
}

header .navbar ul li a::before {
    content: '';
    height: 3px;
    background-color: #ffffff;
    width: 0%;
    position: absolute;
    right: 0px;
    bottom: -1px;
    transition: all .5s ease;
}

header.fixed .navbar ul li a::before {
    background-color: #febd01;
}

header .navbar ul li a:hover::before {
    width: 100%;
    left: 0;
}

header .navbar ul li a.active::before {
    width: 100%;
    left: 0;
}

/*Home Section*/


.home {
    min-height: 100vh;
    background-image: url("../img/main.png");
    background-size: cover;
    background-position: center;
    padding: 15px;
}

.home .full-screen {
    min-height: 100vh;
}

.home .home-content {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home .home-content .block {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 35px;
    border-left: 5px solid #ffffff;
    margin-top: 50px;
}

.home .home-content .block h6 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.home .home-content .block h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.home .home-content .block h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.home .home-content .block .cv-btn {
    padding-top: 20px;
}

.home .home-content .block .cv-btn a {
    border-radius: 3px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 12px 15px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s ease;
    background-color: transparent;
}

.home .home-content .block .cv-btn a:hover {
    background-color: #ffffff;
    color: #000000;
}


/*Abaut Me*/


.abaut-me {
    padding: 100px 15px;
    background-color: #ffffff;
}



.text-uppercase {
    text-transform: uppercase !important;
}

.abaut-me .section-title p.small {
    display: block;
    font-size: 14px;
    padding-bottom: 20px;
    color: #838383;
    font-weight: 400;
    letter-spacing: 2px;
}



.abaut-me .abaut-content .img {
    flex: 0 0 33.33%;
    max-width: 33.3%;
}

.abaut-me .abaut-content .img img {
    width: 100%;
    display: block;
}

.abaut-me .abaut-content .text {
    flex: 0 0 66.66%;
    max-width: 66.66%;
    padding-left: 30px;
}

.abaut-me .abaut-content .text h4 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #000000;
}

.abaut-me .abaut-content .text h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #000000;
}

.abaut-me .abaut-content .text h6 span {
    color: #febd01;
}

.abaut-me .abaut-content .text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #838383;
    margin: 0 0 20px;
}

.abaut-me .abaut-content .text .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.abaut-me .abaut-content .text .info .list {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.abaut-me .abaut-content .text .info .list label {
    padding-right: 10px;
    color: #000000;
    font-weight: 600;
    font-size: 15px;
}

.abaut-me .abaut-content .text .info .list p {
    margin: -3px;
}

.abaut-me .abaut-content .text .social-links {
    padding-top: 20px;
}

.abaut-me .abaut-content .text .social-links a {
    height: 30px;
    width: 30px;
    background-color: #000000;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #000000;
    line-height: 28px;
    text-align: center;
    margin: 50px 1px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.abaut-me .abaut-content .text .social-links a:hover {
    background-color: transparent;
}

.abaut-me .abaut-content .text .social-links a .fa {
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.abaut-me .abaut-content .text .social-links a:hover .fa {
    color: #000000;
}

/* \ Servises \ */

.services {
    background-color: #f5f8fd;
    padding: 100px 15px 70px;
}

.services .section-title h1::before {
    left: 22%;
}

.services .service-content {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services .service-content .box {
    background-color: #ffffff;
    padding: 30px;
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    text-align: center;
    position: relative;
}

.services .service-content .box::before {
    content: '';
    height: 2px;
    background-color: #febd01;
    position: absolute;
    bottom: 0;
    width: 60px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .5s ease;
}

.services .service-content .box:hover::before {
    width: 100%;
}

.services .service-content .box .icon {
    height: 60px;
    width: 60px;
    background-color: #febd01;
    margin: 15px auto 20px;
    border-radius: 50%;
    text-align: center;
}

.services .service-content .box .icon .fa {
    font-size: 30px;
    color: #ffffff;
    line-height: 60px;
}

.services .service-content .box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.services .service-content .box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #838383;
    margin: 10px 0 15px;
}


/*Skills*/


.skills {
    padding: 100px 15px;
    background-color: #ffffff;
}

.skills .skills-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 40px;
}

.skills .img {
    flex: 0 0 50%;
    max-width: 50%;
}

.align-items-center {
    align-items: center;
}

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

.skills .skills-content .section-title p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #838383;
    margin: 15px 0 20px;
}

.skills .skills-content .skills-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.skills .skills-content .skills-box h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 8px;
}

.skills .skills-content .skills-box .skills-bar {
    height: 6px;
    background-color: #eeeeee;
    position: relative;
}

.skills .skills-content .skills-box .skills-bar .skills-bar-in {
    background-color: #febd01;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.skills .skills-content .skills-box .skills-bar .skills-bar-in span {
    color: #838383;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: -30px;
}

/*Portfolio Work*/

.portfolio {
    background-color: #f5f8fd;
    padding: 100px 7px;
}

.portfolio .section-title h1::before {
    left: 22%;
}

.portfolio .filter-buttons {
    flex: 0 0 100%;
    max-width: 100%;
}

.portfolio .filter-buttons ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

.portfolio .filter-buttons ul li {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin: 0px 10px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 10px;
}

.portfolio .filter-buttons ul li.active {
    color: #febd01;
    border-bottom: 2px solid #febd01;
}

.portfolio .filter-buttons {
    margin-bottom: 25px;
}

.portfolio .portfolio-gallery {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.portfolio .portfolio-gallery .item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    padding: 8px;
}

.portfolio .portfolio-gallery .item .inner {
    height: 80%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.portfolio .portfolio-gallery .item img {
    width: 100%;
    height: 100%;
    display: block;
}

.portfolio .portfolio-gallery .item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .5s ease;
}

.portfolio .portfolio-gallery .item:hover .overlay {
    opacity: 1;
}

.portfolio .portfolio-gallery .item .overlay .fa {
    height: 50px;
    width: 50px;
    background-color: #febd01;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.portfolio .portfolio-gallery .item:hover .overlay .fa {
    -webkit-animation: galleryIcon .8s ease;
    animation: galleryIcon .8s ease;
}


@keyframes galleryIcon {
    0% {
        transform: translateY(-20%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.portfolio .portfolio-gallery .item .overlay h4 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 15px;
}

.portfolio .portfolio-gallery .item:hover .overlay h4 {
    -webkit-animation: galleryText .8s ease;
    animation: galleryText .8s ease;
}


@keyframes galleryText {
    0% {
        transform: translateY(20%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/*Lightbox*/

.lightbox {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.lightbox.show {
    display: flex;
}

.lightbox.hide {
    display: none;
}

.lightbox .close-lightbox {
    height: 35px;
    width: 35px;
    background-color: #ffffff;
    color: #febd01;
    text-align: center;
    line-height: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 101;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    display: block;
}

/*Contact Us*/

.contact-us {
    padding: 100px 0 200px 0;
    /* background-color: #f5f8fd; */
}

.contact-us .section-title h1::before {
    left: 22%;
}

.contact-us .contact-form {
    background-color: #ffffff;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    box-shadow: 0px 10px 20px #d5d5d5;
}

.contact-us .contact-form .text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
}

.contact-us .contact-form .text h2 {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    padding: 0;
}

.contact-us .contact-form .text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #838383;
    margin: 0 0 10px;
}

.contact-us .contact-form .space-between {
    justify-content: space-between;
}



.contact-us .contact-form .col-6 {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}

.contact-us .contact-form .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.contact-us .contact-form .form-control {
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0px 0px 5px #cccccc;
    font-family: 'Poppins', sans-serif;
}

.contact-us .contact-form textarea.form-control {
    height: 140px;
}

.contact-us .contact-form .form-control::placeholder {
    color: #838383;
}

.contact-us .contact-form .button {
    flex: 0 0 100%;
    max-width: 100%;
}

.contact-us .contact-form .button a {
    border-radius: 10px;
    color: #ffffff;
    /* border: 1px solid #ffffff; */
    padding: 12px 15px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s ease;
    background-color: #febd01;
    box-shadow: 0px 10px 15px #838383;
}

.contact-us .contact-form .button a:hover {
    background-color: #ffffff;
    color: #000000;
    /* border: 1px solid #0066cc; */
    box-shadow: 0px 5px 10px #5e5e5e;
}

/* Footer */


footer {
    padding: 50px 15px;
    background-color: #0c0c17;
}

footer .logo {

    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    font-size: 45px;
    color: #ffffff;
    font-weight: 900;

}


footer .social {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 15px;
}

footer .social a {
    color: #999999;
    text-decoration: none;
    display: inline-block;
    margin: 0px 12px;
    transition: all .5s ease;
    text-decoration: none;
}

footer .social a:hover {
    color: #ffffff;
}

/* Copyright */

.copyright {
    background-color: #0c0c17;
    border-top: 1px solid #1d1d27;
    padding: 15px;
}

.copyright p {
    color: #838383;
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.ham-burger .fa {
    font-size: 20px;
    display: none;
    height: 30px;
    width: 35px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #eeeeee;
}








/*Responsive*/

@media (max-width: 991px) {
    .home .home-content .block h1 {
        font-size: 50px;
    }
}

@media (max-width: 827px) {

    .home .home-content .block h1 {
        font-size: 40px;
    }

    .home .home-content .block h3 {
        font-size: 25px;
    }

    body {
        max-width: 100%;
    }

    header {
        padding: 15px;
        position: fixed;
        background-color: #ffffff;
        border: none;
        border-bottom: 1px solid #eeeeee;
    }

    header .brand-name a {
        color: #000000;
    }

    .ham-burger .fa {
        display: inline-block;
    }

    .navbar {
        position: absolute;
        background-color: #ffffff;
        width: 100%;
        left: 0px;
        top: 60px;
        padding: 15px;
        border-top: 1px solid #eeeeee;
        display: none;
        border-bottom: 1px solid #eeeeee;
    }

    .navbar.show {
        display: block;
    }

    header .navbar ul li {
        display: block;
        margin-left: 0;
    }

    header .navbar ul li a {
        line-height: 60px;
        color: #000000;
    }

    header .navbar ul li a::before {
        background-color: #febd01;
    }

    .abaut-me .abaut-content .text {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .abaut-me .abaut-content .img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .services .service-content .box {
        background-color: #ffffff;
        padding: 30px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .skills .skills-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0px;
    }

    .skills .img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-us .contact-form {
        padding: 40px 20px;
    }

    .contact-us .contact-form .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cv-btn a {
        border: 1px solid #febd01 !important;
        color: #febd01 !important;
    }
}

@media (max-width: 500px) {
    .portfolio .portfolio-gallery .item {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        padding: 8px;
    }

    .home .home-content .block h1 {
        font-size: 40px;
    }

    .home .home-content .block h3 {
        font-size: 20px;
    }

    .home .home-content .block {
        padding-left: 20px;
    }

    .portfolio .portfolio-gallery .item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .abaut-me .abaut-content .text .info .list p {
        flex: 100%;
        max-width: 100%;
    }
}

.experience {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    min-height: 160px;
    gap: 20px;
    padding-inline: 25px;
}

.experiment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
    gap: 10px;
}

.experiment:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.experience h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.experiment h4:hover {
    box-sizing: border-box;
    color: #febd01;
    transform: scale(1.25);
    transition: all 0.3s ease-in-out;
}

.experiment p {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.experiment p:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.experiment button {
    padding: 10px 20px;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #febd01;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.experiment button:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
    color: #000;
}

@media screen and (max-width: 827px) {
    .experience {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 550px) {
    .experience {
        grid-template-columns: repeat(1, 1fr);
        padding: 7px;
    }
}