*{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}
a, a:hover{
    text-decoration: none;
}
body{
    background-color: #0E0F11;
    color: #fff;
}
/* Banner Section Style */
.portfolio-banner{
    background: url(../images/portfolio-banner.png) center;
    height: 100%;
    animation: moveBackground 10s linear infinite alternate;
    background-size: 250%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 1rem;
    background-attachment: fixed;
}
.banner-content-box{
    max-width: 745px;
    border-radius: 40px;
    background: #FEFD02;
    width: 100%;
    padding: 38px 24px 31px;
    position: relative;
}
@media (min-width: 768px) {
    .banner-content-box{
        padding: 38px 38px 31px;
    }
}
.banner-content-box .brand-logo{
    max-width: 192px;
    margin-inline: auto;
    display: block;
    margin-bottom: 32px;
}
.portfolio-heading{
    margin-inline: auto;
    max-width: 488px;
    position: relative;
}
.portfolio-heading h1{
    color: #0E0F11;
    text-align: center;
    font-family: "Anton", sans-serif;
    font-size: 82px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -3.6px;
    text-transform: uppercase;
}
.banner-content-box .discription{
    max-width: 481px;
    margin: 40px auto 21px;
    color: #222;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}
@media (min-width: 768px) {
    .banner-content-box .discription{
        font-size: 14px;
    }
}
.banner-content-box .scroll-down{
    border: none;
    background: none;
    outline: none;
    display: block;
    margin-inline: auto;
}
.portfolio-heading .graphics-icon{
    position: absolute;
    left: 0;
    top: 28px;
    transition: all ease-in-out 0.2s;
    max-height: 80px;
    width: auto;
}
.portfolio-heading .briefcase-icon{
    position: absolute;
    top: 21px;
    right: 0;
    transition: all ease-in-out 0.2s;
    max-height: 80px;
    width: auto;
}
.portfolio-heading .pencil-icon{
    position: absolute;
    bottom: -12px;
    right: 30%;
    transition: all ease-in-out 0.2s;
    max-height: 70px;
    width: auto;
}
.portfolio-heading:hover .graphics-icon{
    transition: all ease-in-out 0.2s;
    transform: scale(1.09);
    transform-origin: right bottom;
}
.portfolio-heading:hover .briefcase-icon{
    transition: all ease-in-out 0.2s;
    transform: scale(1.11);
    transform-origin: left bottom;
}
.portfolio-heading:hover .pencil-icon{
    transition: all ease-in-out 0.2s;
    transform: scale(1.2);
    transform-origin: top center;
}

/* Browse Designs Section */
.browse-designs-section{
    padding-top: 50px;
}
.content-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: row wrap;
}
.heading-section {
    display: flex;
    align-items: flex-end;
}
.heading-section h2{
    color: #222;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Anton", sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    text-shadow: 2px 4px #000000;
    max-width: 360px;
    margin: 0;
}
.heading-section .person-img{
    margin-bottom: -6px;
    max-width: 100px;
}
.see-all-project {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 40px;
    transition: all ease-in-out 0.2s;
}
.see-all-project img {
    margin-left: 8px;
}
.see-all-project:hover {
    background-color: #eee;
    color: #222;
}

/* Search Filter Section */
.search-filter-section{
    padding-top: 50px;
}
.search-project {
    position: relative;
    margin-bottom: 36px;
}
.search-box .input-field {
    width: 100%;
    border: 1px solid #222;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 22px 24px 22px 53px;
    outline: none;
}
.search-box .search-icon {
    position: absolute;
    left: 24px;
    top: 22px;
}
.search-list {
    border: 1px solid #222;
    border-top: 0;
    padding: 30px 43px 8px 26px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.2s;
}
.search-list.show{
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out 0.2s;
}
.search-list .filter-heading {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; 
    text-transform: uppercase;
    margin: 0;
}
.search-list-item {
    padding-block: 33px 35px;
}
.search-list-item:not(:last-child) {
    border-bottom: 1px solid #d3d3d3;
}
.list-app-info {
    display: flex;
}
.app-thumb {
    width: 92px;
}
.app-thumb img{
    border-radius: 13px;
}
.app-info-text {
    width: calc(100% - 112px);
    margin-left: 20px;
}
.app-info-text strong {
    color: #222;
    font-size: 22px;
    font-weight: 900;
    line-height: 100%;
}
.app-info-text p {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-block: 11px 0;
}
.app-rating {
    display: flex;
    justify-content: flex-end;
}
.app-rating ul {
    display: flex;
    list-style: none;
    margin-inline: -4px;
    margin-bottom: 0;
}
.app-rating ul li {
    margin-inline: 4px;
}
.app-rating li img {
    max-width: 32px;
}
.filter-project {
    display: flex;
}
.project-type ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding-right: 5px;
    margin-right: 10px;
    position: relative;
}
.project-type ul::after{
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    height: 24px;
    border-right: 1px solid #ACACAC;
}
.project-catgory{
    position: relative;
    width: calc(100% - 89px);
}
.project-catgory ul {
    display: flex;
    list-style: none;
    margin: 0;
    scroll-behavior: smooth;
    user-select: none;
    overflow: hidden;
}
.right-btn {
    background: linear-gradient(270deg, #FFF 71.09%, rgba(255, 255, 255, 0.00) 100%);
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 100%;
    text-align: right;
    padding-inline: 10px;
}
.left-btn {
    background: linear-gradient(90deg, #ffffff 71.09%, rgba(255, 255, 255, 0.00) 100%);
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 100%;
    padding-inline: 10px;
}
.right-btn:focus, .left-btn:focus{
    outline: none;
}
.left-btn img {
    transform: rotateY(180deg);
}
.project-type li a {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #E2E2E2;
    border-radius: 50%;
    margin-right: 7px;
}
.project-catgory li a {
    border: 1px solid #EEE;
    display: inline-flex;
    padding: 4px 12px;
    color: #222;
    font-family: "Kanit", sans-serif;
    font-size: 14px;
    border-radius: 100px;
    transition: all ease-in-out 0.2s;
    white-space: nowrap;
}
.project-catgory li {
    margin-inline: 6px;
}
.project-catgory li a:hover,
.project-catgory li a.selected{
    transition: all ease-in-out 0.2s;
    color: #fff;
    background-color: #000;
    border-color: #fff;
}

/* Project Info Section */
.project-info-item{
    padding-top: 50px;
}
.client-rating h6,
.deliverable-item h6,
.project-info .client{
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.project-info {
    padding-inline: 0;
    padding-top: 32px;
}
.project-name {
    color: #222;
    font-size: 44px;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 12px;
}
.project-description,
.description {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.project-category ul {
    display: flex;
    list-style: none;
    margin-inline: -6px;
    margin-bottom: 24px;
}
.project-category ul li a {
    display: inline-flex;
    padding: 12px 20px;
    border-radius: 40px;
    background: #E2E2E2;
    color: #222;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.project-category ul li {
    margin-inline: 6px;
}
.project-category .mobile-app a {
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
}
.project-category .mobile-app a img {
    width: 23px;
    height: 23px;
}
.client-rating ul {
    display: flex;
    list-style: none;
    margin-inline: -5px;
    margin-bottom: 32px;
}
.client-rating ul li {
    margin-inline: 5px;
}
.client-rating {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 32px;
}
.deliverable-item ul {
    margin-bottom: 0;
    list-style: none;
}
.deliverable-item ul li {
    color: #222;
    font-size: 16px;
    font-weight: 200;
    line-height: 170%;
}
.project-info-item:nth-child(2) .project-thumb {
    background: #75DDFD;
}
.project-info-item:nth-child(3) .project-thumb {
    background: #D1A4FF;
}
.project-info-item:nth-child(4) .project-thumb {
    background: #77DE84;
}
.project-thumb {
    border-radius: 32px;
    border: 2px solid #222;
    background: #EA574A;
    padding: 24px 24px 16px;
}
.project-thumb .thumb{
    background-color: #fff;
    border-radius: 21px;
    border: 2px solid #222;
}
.view-project {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 28px 40px;
    display: flex;
    border-radius: 40px;
    border: 2px solid #222;
    background: #FEFD02;
    position: relative;
    transition:all ease-in-out 0.3s;
}
.view-project:hover{
    color: #222;
    box-shadow: 0 8px #000;
}
.view-project img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-block: auto;
    transition:all ease-in-out 0.3s;
    transform: translateX(198px);
}
.view-project:hover img{
    transform: translateX(385px);
    transition:all ease-in-out 0.3s;
}
.project-thumb .view-project {
    margin: 16px 0 0 -6px;
    width: calc(100% + 46px);
}

/* Turning Heads Style */
.turning-head-section{
    padding-block: 60px;
}
.turning-head-text h3{
    color: #222;
    font-size: 40px;
    font-weight: 900;
    line-height: 42px;
    margin-bottom: 32px;
}
.turning-head-text p{
    margin-bottom: 32px;
}
.graphic-image {
    height: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
}
.view-all-project{
    border-radius: 40px;
    border: 2px solid #222;
    background: #FEFD02;
    display: inline-flex;
    padding: 18px 40px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    transition:all ease-in-out 0.2s;
}
.view-all-project:hover{
    transition:all ease-in-out 0.2s;
    color: #222;
    box-shadow: 0 6px #000;
}

/* Footer Style */
.portfolio-footer{
    padding-bottom: 10px;
}
.copyright-text{
    color: #222;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.footer-logo{
    mix-blend-mode: luminosity;
    max-width: 144px;
    height: auto;
    margin-inline: auto;
    display: block;
}

/* Portfolio Detail Page UI */
.go-back-page{
    margin-block: 0px 20px;
}
.go-back-page .go-back{
    display: inline-flex;
    align-items: center;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.flip-img{
    transform: rotateY(180deg);
    margin-right: 8px;
}
.space-100{
    height: 100px;
}
.go-to-top {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.go-to-up {
    border-radius: 100px;
    background: #FEFD02;
    backdrop-filter: blur(25px);
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 16px;
    cursor: pointer;
}
.go-to-up:hover{
    color: #222;
}
.go-to-up img {
    margin-right: 8px;
}
.single-project-info {
    margin-block: 25px 96px;
}
.single-project {
    display: flex;
}
.single-project .project-category ul{
    margin-bottom: 0;
}
.single-project .app-thumb {
    width: 136px;
    margin-right: 40px;
}
.single-project-info .project-info {
    padding: 0;
    max-width: 494px;
}
.app-screen .swiper-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.swiper-arrow {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}
.swiper-arrow .swiper-button-disabled{
    opacity: 0.5;
}
/* Brand color section UI */
.brand-heading{
    padding-block: 98px 70px;
    text-align: center;
    max-width: 620px;
    margin-inline: auto;
}
.brand-heading h2{
    color: #222;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Anton", sans-serif;
    font-size: 120px;
    font-weight: 400;
    line-height: 110px;
    text-transform: uppercase;
    text-shadow: 2px 4px #000000;
    letter-spacing: -3.6px;
    margin: 0 0 23px;
    position: relative;
}
.brand-heading h2::before{
    content: "";
    height: 215px;
    width: 152px;
    display: inline-block;
    position: absolute;
    background: url(../images/men-icon.svg);
    top: -34px;
    left: -110px;
}
.brand-heading p{
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
/* Color Boxs */
.colors-grid {
    display: flex;
    flex-flow: row wrap;
    margin-inline: -35px;
}
.color-col {
    width: calc(100% / 5);
    padding-inline: 35px;
}
.color-box {
    border-radius: 24px;
    border: 2px solid #222;
    position: relative;
    overflow: hidden;
}
.color-box .color {
    display: flex;
    width: 100%;
    height: 124px;
    border-bottom: 2px solid #222;
}
.color-box .color-code {
    display: flex;
    justify-content: center;
    padding-block: 22px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

/* Typography Style */
.typography-section{
    margin-top: 100px;
}
.primary-text-font h4 {
    color: #222;
    font-size: 43px;
    font-weight: 700;
    line-height: 170%;
    margin: 0;
}
.primary-text-font p {
    color: #222;
    font-size: 27px;
    font-weight: 200;
    line-height: 170%;
    max-width: 654px;
    margin-bottom: 26px;
}
.heading-font-lg h1 {
    color: #222;
    font-family: "Sen", sans-serif;
    font-size: 227px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: flex-end;
}
.ragular-text-font h5,
.bold-text-font h5, 
.extra-bold-text-font h5 {
    color: #222;
    font-family: "Sen", sans-serif;
    font-size: 68px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.bold-text-font h5{
    font-weight: 700;
}
.extra-bold-text-font h5{
    font-weight: 800;
}
.ragular-text-font p, 
.bold-text-font p,
.extra-bold-text-font p {
    font-family: "Sen", sans-serif;
    max-width: 290px;
    color: #222;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
}
.bold-text-font p{
    font-weight: 700;
}
.extra-bold-text-font p {
    font-weight: 800;
}
.app-video-section {
    padding-block: 32px 80px;
}
.app-container{
    position: relative;
    border: 0;
    border-radius: 12px;
    margin-bottom: 48px;
    /* background-color: #000; */
    text-align: center;
    padding: 20px;
}
.desktop-frame{
    background-color: #fff;
    border-radius: 18px;
    padding: 32px 10px 10px 10px;
    margin: 0 auto;
    max-width: 936px;
    position: relative;
}
.desktop-frame::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 5px;
    background: url('../images/browser-icon.svg') center no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 10px;
}
.desktop-frame video{
    border-radius: 16px;
    border: 1px solid #DAD8D8;
    max-width: 896px;
}
.desktop-frame .web-link{
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    color: #1B2434;
    font-size: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #E7EAEA;
    max-width: 180px;
    margin: 0 auto;
    padding: 4px 0;
    border-radius: 8px;
}
.desktop-frame .web-link::before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: url('../images/lock-icon.svg') center no-repeat;
    background-size: contain;
}
.desktop-frame .web-link::after{
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: url('../images/reload-icon.svg') center no-repeat;
    background-size: contain;
}
.app-container:after {
    display: none;
    content: "";
    width: 145px;
    height: 22px;
    /* display: inline-flex; */
    position: absolute;
    background-color: #fff;
    border-radius: 25px;
    bottom: -73px;
    left: 0;
    right: 0;
    margin: auto;
}
.app-container .play-btn {
    background: no-repeat;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.app-container video{
    width: auto;
    max-width: 100%;
    margin-bottom: -6px;

}

/* @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1310px;
    }
} */
@media (min-width: 768px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .desktop-frame{
        padding: 54px 15px 15px 15px;
    }
    .desktop-frame::before{
        width: 37px;
        height: 9px;
        top: 25px;
        left: 15px;
    }
    .desktop-frame .web-link{
        top: 15px;
        font-size: 11px;
        max-width: 220px;
    }
    .desktop-frame .web-link::before,
    .desktop-frame .web-link::after{
        width: 10px;
        height: 10px;
    }
}
@media (min-width: 1200px) {
    .project-info-section .content{
        flex: 0 0 52.5%;
        max-width: 52.5%;
    }
    .project-info-section .screenshot{
        flex: 0 0 47.5%;
        max-width: 47.5%;
    }
    .graphic-image img {
        transform: scale(1.1);
        transform-origin: bottom;
    }
}
@media (min-width: 1024px) {
    .desktop-frame{
        padding: 68px 17px 18px 18px;
    }
    .desktop-frame::before{
        top: 30px;
        left: 15px;
    }
    .desktop-frame .web-link{
        top: 20px;
        font-size: 12px;
        max-width: 280px;
    }
    .desktop-frame .web-link::before
    .desktop-frame .web-link::after{
        width: 12px;
        height: 12px;
    }
}

@media (min-width: 768px) {
    .browse-designs-section{
        padding-top: 72px;
    }
    .search-filter-section,
    .project-info-item{
        padding-top: 56px;
    }
    .turning-head-section{
        padding-block: 140px 135px;
    }
    .project-type ul {
        padding-right: 17px;
        margin-right: 15px;
    }
    .project-catgory{
        width: calc(100% - 106px);
    }
    .left-btn, .right-btn{
        width: 76px;
        padding-inline: 15px;
    }
    .portfolio-heading h1{
        font-size: 120px;
        font-weight: 400;
        line-height: 110px;
    }
    .portfolio-heading .graphics-icon{
        max-height: 120px;
    }
    .portfolio-heading .briefcase-icon{
        max-height: 125px;
    }
    .portfolio-heading .pencil-icon{
        max-height: 110px;
        bottom: -42px;
        right: 175px;
    }
    .portfolio-banner{
        background-size: 142%;
        height: 100vh;
        padding-block: 0;
    }
    .search-box .input-field {
        font-size: 18px;
    }
    .heading-section h2{
        font-size: 116px;
        line-height: 103px;
    }
    .heading-section .person-img{
        max-width: none;
    }
    .see-all-project{
        margin-top: 0;
    }
    .turning-head-text h3{
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 32px;
    }
    .project-info-item:nth-child(odd) .screenshot{
        order: 1;
    }
    .project-info{
        padding-inline: 20px;
    }
    .project-name {
        font-size: 64px;
    }
    .copyright-text{
        justify-content: flex-start;
        margin: 0;
    }
    .graphic-image{
        margin-top: 0;
    }
    .portfolio-footer{
        padding-bottom: 53px;
    }
    .go-back-page{
        margin-block: 30px 40px;
    }
    .go-to-top {
        margin-top: 0;
        justify-content: flex-end;
    }
}

.sen{
    font-family: "Sen", sans-serif;
}


/* Banner Animation */
@keyframes moveBackground {
    0% {
      background-position: center bottom 30%;
    }
    100% {
      background-position: center top 30%;
    }
}
 @keyframes zoomShake {
    0% {
        transform: translateY(0) scale(1);
    }
    25% {
        transform: translateY(2px) scale(1.03);
    }
    50% {
        transform: translateY(4px) scale(1.06);
    }
    75% {
        transform: translateY(2px) scale(1.09);
    }
    100% {
        transform: translateY(0) scale(1.11);
    }
}

