.projectDetailPage {
    max-width: 100vw;
    overflow: hidden;
    text-align: center;
}

.projectDetailBanner {
    position: relative;
    height: 500px;
    background: #000000;
    color: #FFFFFF;
    text-align: center;
}

.projectDetailBannerImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    opacity: .3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.projectDetailBannerTitleWrapper {
    position: absolute;
    inset: 0;
    padding-top: 150px;
}

.projectDetailBannerFlag {
    font-family: sf_thin;
    font-size: 25px;
    opacity: .8;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.projectDetailBannerTitle {
    font-family: bellega;
    font-size: 80px;
    padding-top: 10px;
    text-shadow: 0 15px 20px rgba(0, 0, 0, 0.8);
}

.projectDetailBannerDesc {
    font-family: sans_regular;
    font-size: 22px;
    text-shadow: 0 10px 12px rgba(0, 0, 0, 0.8);
}

.projectDetailBannerShapeWrapper {
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: -100px;
    overflow: hidden;
    perspective: 1px;
}

.projectDetailBannerShape {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    border-radius: 100%;
    background: #FFFFFF;
    width: 115%;
    height: 300px;
    margin: auto;
}

.projectDetailServiceWrapper {
    position: relative;
    z-index: 3;
    margin-top: -180px;
}

.projectDetailServiceShape {
    display: inline-block;
    width: 18px;
    height: 60px;
    background: var(--primary-color);
}

.projectDetailServiceTitle {
    font-family: bellega;
    font-size: 22px;
    color: #5948ec;
    margin-top: 20px;
}

.projectDetailServiceItemsWrapper {
    margin-top: 20px;
}

.projectDetailServiceItem {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 8px;
    border-radius: 100px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 6px 20px;
    font-family: sans_regular;
    font-size: 16px;
    transition: .3s ease;
}

.projectAboutWrapper {
    margin-top: 100px;
}

.projectAboutTitleWrapper {
    display: flex;
    align-items: center;
}

.projectAboutTitle {
    font-family: bellega;
    font-size: 30px;
    color: var(--primary-color);
    padding: 5px 30px 0 30px;
}

.projectAboutShape {
    flex: 1;
    height: 20px;
    background: var(--primary-color);
}

.projectAboutTxt {
    font-family: sans_regular;
    font-size: 18px;
    opacity: .7;
    text-align: justify;
    padding: 40px 10%;
    line-height: 30px;
}

.projectItemShapeWrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 150px;
    overflow: hidden;
    perspective: 1px;
}

.projectItemShape {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    border-radius: 100%;
    background: #FFFFFF;
    width: 115%;
    height: 300px;
    margin: auto;
}

.projectItemColoredShapeWrapper {
    position: relative;
    z-index: 30;
    text-align: center;
    margin-top: -20px;
}

.projectItemColoredShape {
    display: inline-block;
    z-index: 11;
    right: 50%;
    transform: translateX(50%);
    width: 20px;
    height: 60px;
    background: var(--primary-color);
}

.projectItemWrapper {
    position: relative;
    z-index: 5;
    margin-top: -130px;
    background: #000000;
}

.projectItemBannerWrapper {
    position: absolute;
    z-index: 1;
    inset: 0;
}

.projectItemBanner {
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    opacity: .3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.projectItemDetailsWrapper {
    position: relative;
    padding: 160px 10% 150px 10%;
    z-index: 2;
    color: #FFFFFF;
    text-align: center;
}

.projectItemTitle {
    font-family: sans_bold;
    font-size: 30px;
    text-shadow: 0 15px 20px rgba(0, 0, 0, 0.8);
}

.projectItemDesc {
    font-family: sans_regular;
    font-size: 18px;
    text-align: justify;
    opacity: .9;
    line-height: 30px;
    padding-top: 10px;
}

.projectItemLinkWrapper {
    margin-top: 40px;
}

.projectItemLink {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-family: sans_regular;
    color: #FFFFFF;
    padding: 8px 20px;
    user-select: none;
    -webkit-user-select: none;
    transition: .3s ease;
}

.projectItemLink > span {
    font-size: 15px;
    display: inline-block;
    padding-top: 3px;
    padding-left: 5px;
}

.projectItemLink:hover {
    background: #FFFFFF;
    color: var(--primary-color);
}

.projectItemGallerySlider {
    position: relative;
    z-index: 20;
    height: auto !important;
    margin-top: -100px !important;
}

.projectItemGallery {
    width: 250px;
    height: 250px;
    overflow: hidden;
    perspective: 1px;
    margin: 0 20px;
    margin-bottom: 50px;
    border-radius: 40px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    cursor: zoom-in;
}

.projectItemGalleryImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
}

.otherProjectWrapper {
    min-height: 570px;
    position: relative;
}

.otherProjectBackground {
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 160px;
}

.otherProjectsTitleWrapper {
    font-family: bellega;
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 270px;
    text-align: left;
    line-height: 28px;
    padding: 30px;
}



@media screen and (max-width: 800px) {

    .projectDetailBanner {
        height: 450px;
    }

    .projectDetailBannerFlag {
        font-size: 20px;
    }

    .projectDetailBannerTitle {
        font-size: 50px;
    }

    .projectDetailBannerDesc {
        font-size: 20px;
    }

    .projectDetailBannerShapeWrapper {
        height: 100px;
        margin-top: -100px;
    }

    .projectDetailBannerShape {
        width: 115%;
        height: 150px;
    }

    .projectDetailServiceWrapper {
        margin-top: -120px;
    }

    .projectDetailServiceShape {
        width: 15px;
        height: 50px;
    }

    .projectItemShape {
        height: 120px;
    }

    .projectItemColoredShape {
        width: 15px;
        height: 50px;
    }

    .projectItemWrapper {
        margin-top: -90px;
    }

    .projectItemDetailsWrapper {
        padding: 120px 10% 180px 10%;
    }

    .projectItemGallery {
        width: 200px;
        height: 200px;
    }

    .otherProjectsTitleWrapper {
        font-size: 25px;
        margin-top: 280px;
        line-height: 25px;
        padding-right: 0;
    }
}

@media screen and (max-width: 450px) {

    .projectDetailBanner {
        height: 400px;
    }

    .projectDetailBannerFlag {
        font-size: 18px;
    }

    .projectDetailBannerTitle {
        font-size: 30px;
    }

    .projectDetailBannerDesc {
        font-size: 17px;
    }

    .projectDetailServiceTitle {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {

    .projectAboutTitle {
        font-size: 25px;
        padding: 5px 20px 0 20px;
    }
}