.project-page-all{
    background: linear-gradient(180deg, #fff, #fafafa);
    background-position: 0 0;
    background-repeat: repeat;
    background-image: url(../img/ai-bg.png);
    padding: 100px 0px;
}

#ai-web-content{
    background: linear-gradient(180deg, #fff, #fafafa);
    background-position: 0 0;
    background-repeat: repeat;
    background-image: url(../img/ai-bg.png);
}
.project-page-head-text h1 {
    font-size: 50px;
    font-weight: 600;
    color: var(--blue);
}

.project-page-head-text p {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue);
}

.project-content {
    margin-top: 195px;
}

.project-detail-header-flex {
    display: flex;
    align-items: center;
    column-gap: 40px;

}

.project-detail-header-left {
    max-width: 600px;
}

.project-detail-head {
    margin-top: 10px;
}

.project-detail-head h1 {
    color: var(--blue);
    font-weight: 600;
    font-size: 35px;
}

.project-detail-header-right {
    padding: 30px 20px;
    background-color: var(--light-gray);
    max-width: 400px;
    margin-left: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.project-detail-logo{
    max-width: 190px;
    max-height: 90px;
    display: block;
}
.project-detail-logo img{
    max-width: 190px;
    max-height: 90px;
}
.project-detail-user-head h6 {
    font-size: 22px;
    color: var(--blue);
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-detail-header-alt {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-top: 15px;
}

.project-detail-header-link a {
    color: var(--blue);
    font-size: 14px;
    text-transform: uppercase;
}

.project-detail-header-user {
    display: flex;
    align-items: center;
    column-gap: 6px;
    max-width: 250px;
}

.project-detail-header-user-img {
    max-width: 40px;
}

.project-detail-header-uset-text .bold {
    font-weight: 500;
    font-size: 14px;
    color: var(--blue);
}

.project-detail-header-uset-text .light {
    font-weight: 300;
    font-size: 14px;
    color: var(--blue);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-detail-slider {
    margin-top: 40px;
}

.project-detail-tab {

    margin-top: 50px;
}

.project-tab-btn {
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border: 0px !important;
    border-bottom: 2px solid var(--blue) !important;
    color: var(--blue) !important;
}

.project-detail-content {
    margin-top: 30px;
}

.project-content-head h6 {
    color: var(--blue);
    font-size: 30px;
    font-weight: 500;
}

.project-content-desc {
    margin-top: 15px;
}

.project-content-desc p {
    color: var(--blue);
    font-size: 17px;
    font-weight: 400;
}

.project-content-country {
    margin-top: 25px;
}

.project-content-country-head {
    font-weight: 500;
    color: var(--blue);
    font-size: 16px;
}

.project-content-country-small {
    font-weight: 300;
    text-transform: uppercase;
    color: var(--blue);
    font-size: 15px;
}

.project-content-country-img {
    max-width: 450px;
    margin-left: auto;
}

.project-content-about-card .project-content-head {
    margin-bottom: 20px;
}

.project-content-about-alt {
    margin-top: 40px;
}

.project-content-info {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.project-content-info {
    margin-top: 25px;
}

.project-small-head {
    font-size: 18px;
    color: var(--gray);
    font-weight: 500;
    min-width: 120px;
}

.project-small-head-alt {
    font-weight: 600;
    font-size: 18px;
    color: var(--blue);
}
.project-small-head-link{
    text-decoration: none;
    color: var(--blue);
}
.project-small-ticket {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.project-small-ticket a {
    background-color: var(--light-gray);
    color: var(--blue);
    font-size: 16px;
    padding: .5rem .8rem;
    border-radius: 25px;
    font-weight: 400;
    text-decoration: none;
}
.project-content-functionality{
    margin-top: 80px
}
.project-functionality-card{
  display: flex;
  column-gap: 15px;
}
.project-functionality-icon{
display: none;
}
.project-functionality-text{
    max-width: 355px;
}
.project-functionality-text h6{
    font-size: 18px;
    color: var(--blue);
}
.project-functionality-text p{
    color: var(--blue);
    font-weight: 300;
    font-size: 15px;
}
.project-content-gallery{
    margin-top: 80px;
}
.swiper-project-gallery{
    margin-top: 30px;
}

.project-card {
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 72px;
    background: linear-gradient(#f8f8f8, #f8f8f8 50%, #d6d6db 0, #d6d6db);
    background-size: 100% 200%;
    border: 1px solid #e9e8eb;
}

.project-link {
    margin-top: 25px;
}

.project-link a {
    text-decoration: none;
}

.project-bottom{
    width: 45%;
    padding: 40px 0px;
}
.project-img{
    width: 55%;
    margin-left: auto;
    text-align: right;
}
.project-img img{
    max-height: 450px;
}
.project-logo {
    display: block;
    margin-bottom: 35px;
}
.project-logo img{
    max-height: 80px !important;
    max-width: 170px;
}
.project-head {
    font-weight: 500;
    color: var(--blue);
    font-size: 25px;
    max-width: 300px;
    line-height: 30px;
}

.project-desc {
    font-weight: 400;
    color: var(--blue);
    font-size: 17px;
    margin-top: 10px;
    line-height: 21px;
}
.project-bottom .more-btn {
    color: var(--blue);
    text-decoration: none;
    display: flex;
    align-items: center;
    border: 1.5px solid #202449;
    width: fit-content;
    border-radius: 35px;
    padding: 12px 15px;
}

.project-bottom  .more-icon{
    border: none;
    margin-left: 5px;
}

/*PRODUCT CSS*/
.product-card{
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: linear-gradient(#f8f8f8, #f8f8f8 50%, #d6d6db 0, #d6d6db);
    background-size: 100% 200%;
    border: 1px solid #e9e8eb;
    padding: 0 40px;
}
.product-bottom{
    width: 100%;
    padding: 40px 0px;
}
.product-bottom .more-btn {
    color: var(--blue);
    text-decoration: none;
    display: flex;
    align-items: center;
    border: 1.5px solid #202449;
    width: fit-content;
    border-radius: 35px;
    padding: 12px 15px;
}

.product-bottom  .more-icon{
    border: none;
    margin-left: 5px;
}
.product-functionality-text h6{
    color: var(--blue);
}
.product-functionality-text h6{
    font-size: 18px;
    color: var(--blue);
    font-weight: 600;
    margin-top: 15px;
}
.product-text-flex strong{
    font-size: 16px;
    color: var(--blue);
    font-weight: 700;
    margin-top: 15px;
    display: block;
}
.product-content{
    margin-top: 150px;
}
@media only screen and (max-width: 768px) {
    .product-content{
        margin-top: 75px;
    }
    .project-content-about-alt{
        margin-top: 25px;
    }
    .project-detail-content{
        margin-top: 20px;
    }
    .project-content{
        margin-top: 125px;
    }
    .project-detail-header-flex{
        display: grid;
    }
    .project-detail-header-right{
        grid-row: 1;
        background-color: transparent;
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
        justify-content: left;
        padding: 30px 0px;
    }
    .project-page-header-img {
        display: none;
    }

    .project-page-header {
        margin-top: 0px
    }
    .project-page-all{
        padding: 50px 0px;
    }
    .project-page-head-text h1 {
        font-size: 30px;
    }

    .project-page-head-text p {
        font-size: 16px;
    }
    .project-card{
        padding: 0px 40px;
    }
    .project-logo img{
        max-width: 120px;
        max-height: 50px !important;
    }
    .project-logo{
        margin-bottom: 20px;
    }
    .project-head{
        font-size: 22px;
        line-height: 25px;
    }
    .project-desc{
        font-size: 16px;
    }
    .project-bottom .more-btn{
        padding: 10px 10px;
        font-size: 14px;
    }
    .product-bottom .more-btn{
        padding: 10px 10px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 576px) {

    .project-content-desc p{
        font-size: 15px;
    }
    .project-small-head {
        font-size: 15px;
        min-width: 98px;
    }
    .project-small-head-link{
        font-size: 15px;
    }
    .project-small-head-alt{
        font-size: 15px;
    }
    .project-functionality-text{
        max-width: unset;
    }
    .project-card{
        display: grid;
    }
    .project-bottom{
        width: 100%;
        order: 2;
    }
    .project-img{
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        order: 1;
    }
    .project-img img{
        max-height: 320px;
    }
    .project-card:first-child {
        order: 2;
    }
    .project-card {
        padding: 0px 30px;
    }
}
