.section-single-case{
    padding-top: 120px;
}
.section-single-case .back{
    text-align: center;
}
.section-single-case .back a{
    text-transform: uppercase;
    color: #535353;
    font-size: 12px;
    font-family: "Geist Mono", monospace;
    padding-left: 13px;
    background-image: url(../images/arrow-prev.svg);
    background-size: 8px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
.section-single-case .back a:hover{
    color: #fff;
    background-image: url(../images/arrow-prev-light.svg);
}
.section-single-case .container{
    max-width: 996px;
}
.section-single-case h1{
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    margin: 60px 0 30px;
}
.section-single-case h1 + p.subtitle{
    color: #8B8F97;
    font-size: 18px;
    text-align: center;
    max-width: 610px;
    margin: 0 auto 60px;
}
.section-single-case .container > .image{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(137,137,137,.05);
    margin-bottom: 60px;
}
.section-single-case .container > .image:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(9deg, #33D0E6 -85.75%, rgba(51, 208, 230, 0) 37.04%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.section-single-case .container > .image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/single-case/line-image-case.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 1px;
    z-index: 3;
}
.section-single-case .description{
    max-width: 690px;
    margin: 0 auto 40px;
}
.section-single-case .description p{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.section-single-case .description ul{
    padding-left: 20px;
}
.section-single-case .description ul li{
    list-style: disc;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.33;
}
.section-single-case .description ul li:last-child{
    margin-bottom: 0;
}

.specification{
    margin-bottom: 40px;
}
.item-specification{
    max-width: 690px;
    margin: 0 auto;
    border-bottom: 1px solid #232325;
    padding: 40px 0;
}
.item-specification:first-child{
    border-top: 1px solid #232325;
}
.item-specification:last-child{
    border-bottom: 0;
}
.item-specification p{
    color: #8B8F97;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    margin-bottom: 16px;
}
.item-specification p:last-child{
    margin-bottom: 0;
}
.item-specification ol,
.item-specification ul{
    padding-left: 20px;
}
.item-specification ul ul{
    margin-top: 10px;
}
.item-specification ul li{
    color: #8B8F97;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.44;
    list-style: disc;
}
.item-specification ul li:last-child{
    margin-bottom: 0;
}
.item-specification ol li{
    list-style: decimal;
    color: #8B8F97;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.44;
}
.item-specification .wp-caption{
    margin-top: 30px;
    max-width: 100%;
}
.item-specification .wp-caption img{
    border-radius: 8px;
}
.item-specification .wp-caption-text{
    text-align: center;
    font-size: 12px;
    color: #8B8F97;
    margin-top: 10px;
}
.item-specification .item-specification-title{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.item-specification .item-specification-title .icon{
    width: 32px;
    height: 32px;
    background: #232325;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-specification .item-specification-title p{
    width: calc(100% - 42px);
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Geist Mono", monospace;
    font-weight: 500;
    margin-bottom: 0;
}
.specification.mb-0{
    margin-bottom: 0;
}

.image-content img{
    border-radius: 8px;
}

.items-case{
    max-width: 996px;
    margin: 0 auto 40px;
}
.items-case .item{
    display: flex;
    gap: 40px;
    border-radius: 8px;
    background: #111;
    border: 1px solid #111;
    padding: 10px;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    margin-bottom: 20px;
}
.items-case .item:last-child{
    margin-bottom: 0;
}
.items-case .item .image{
    border-radius: 8px;
    position: relative;
    width: 226px;
    z-index: 9;
    background-size: cover;
    background-position: center;
}
.items-case .item .content{
    width: calc(100% - 226px);
    padding: 30px 30px 30px 0;
}
.items-case .item .content .number span{
    width: 27px;
    height: 22px;
    border: 1px solid #535353;
    border-radius: 5px;
    color: #535353;
    font-family: "Geist Mono", monospace;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}
.items-case .item .content ul{
    padding-left: 20px;
}
.items-case .item .content p,
.items-case .item .content ul li{
    color: #8B8F97;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
}
.items-case .item .content ul li{
    list-style: disc;
}
.items-case .item .content p.title{
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin: 30px 0;
    line-height: 1.28;
}

.download-case{
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.09);
    margin-top: 60px;
    position: relative;
}
.download-case:after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 1px;
    background-image: url(../images/single-case/line-image-case.svg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto 1px;
}
.download-case .content{
    width: 370px;
    background: #111;
    border-radius: 5px;
    padding: 40px;
}
.download-case .content h2{
    font-size: 24px;
    color: #F4F5F7;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.33;
}
.download-case.download-collection .content h2{
    text-align: center;
}
.download-case .content ul li{
    font-size: 14px;
    color: #8B8F97;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.57;
    padding-left: 25px;
    position: relative;
}
.download-case .content ul li:after{
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background: #232325;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/plvision-theme/images/check-list.svg);
    background-position: center;
    background-size: 9px auto;
    background-repeat: no-repeat;
}
.download-case .form{
    width: calc(100% - 440px);
    position: relative;
    z-index: 9;
}
.download-case .form .form-group-with-checkbox input[type="checkbox"] + label{
    text-transform: none;
}
.download-case .form button[type="submit"]{
    max-width: 410px;
    width: 100%;
}
.download-case .form button[type="submit"] span{
    /* padding-left: 23px; */
    /* background-image: url(/wp-content/themes/plvision-theme/images/icon-download.svg); */
    /* background-size: 18px; */
    /* background-position: 0 center; */
    /* background-repeat: no-repeat; */
}

.navigation-cases{
    margin: 110px auto 0;
    display: flex;
    gap: 20px;
}
.navigation-cases.only-one-case{
    max-width: 690px;
}
.navigation-cases > div{
    position: relative;
    background: #111;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}
.navigation-cases > div:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.09);
    z-index: 8;
}
.navigation-cases > div .img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}
.navigation-cases > div.prev-case .img{
    left: auto;
    right: 0;
}
.navigation-cases > div .img:after{
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(17, 17, 17, 0) 0%, #111 100%);
}
.navigation-cases > div.prev-case .img:after{
    background: linear-gradient(-90deg, rgba(17, 17, 17, 0) 0%, #111 100%);
}
.navigation-cases > div .img:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(51, 208, 230, 0) 0%, rgba(51, 208, 230, .4) 100%);
}
.navigation-cases > div .img img{
    display: block;
    height: 100%;
}
.navigation-cases > div a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.navigation-cases .content{
    padding: 40px;
    max-width: 330px;
    position: relative;
    z-index: 7;
}
.navigation-cases .content p.link-next-page{
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Geist Mono", monospace;
    color: #535353;
    font-weight: 500;
    margin-bottom: 30px;
    padding-right: 13px;
    background-image: url(../images/arrow.svg);
    background-size: 8px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    transition: all .3s;
    display: inline-block;
}
.navigation-cases .content p.link-prev-page{
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Geist Mono", monospace;
    color: #535353;
    font-weight: 500;
    margin-bottom: 30px;
    padding-left: 13px;
    background-image: url(../images/arrow-prev.svg);
    background-size: 8px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    transition: all .3s;
    display: inline-block;
}
.navigation-cases > div:hover .content p.link-next-page{
    color: #fff;
    background-image: url(../images/arrow-light.svg);
}
.navigation-cases > div:hover .content p.link-prev-page{
    color: #fff;
    background-image: url(../images/arrow-prev-light.svg);
}
.navigation-cases .content p.title{
    font-size: 18px;
    font-weight: 600;
    color: #F4F5F7;
}
.navigation-cases > div.prev-case::after,
.navigation-cases > div.next-case::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: url(../images/single-case/line-case-navigation.svg);
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: 1px auto;
    transition: all .3s;
    z-index: 9;
}
.navigation-cases > div.prev-case::after{
    right: auto;
    left: 0;
}
.navigation-cases > div.prev-case:hover::after,
.navigation-cases > div.next-case:hover::after{
    background-position: 50%;
}
.navigation-cases > div.next-case .content{
    margin-left: auto;
    text-align: right;
}

@media screen and (max-width: 1199px){
    .section-single-case h1{
        font-size: 40px;
    }
    .section-single-case h1 + p.subtitle{
        font-size: 16px;
    }
    .section-single-case .description ul li,
    .section-single-case .description p{
        font-size: 20px;
    }
    .item-specification{
        padding: 30px 0;
    }
    .item-specification ul li,
    .item-specification p{
        font-size: 16px;
    }
    .item-specification .item-specification-title{
        margin-bottom: 20px;
    }
    .items-case .item .content p.title{
        font-size: 24px;
    }
}
@media screen and (max-width: 899px){
    .download-case .content,
    .download-case .form{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .section-single-case .description ul li,
    .section-single-case .description p{
        font-size: 18px;
    }
    .items-case .item{
        gap: 10px;
        flex-wrap: wrap;
    }
    .items-case .item .image{
        height: 200px;
    }
    .items-case .item .content{
        padding: 30px;
    }
    .items-case .item .image,
    .items-case .item .content{
        width: 100%;
    }
}
@media screen and (max-width: 479px){
    .section-single-case h1{
        font-size: 35px;
        margin: 30px 0 20px;
    }
    .section-single-case h1 + p.subtitle{
        margin-bottom: 40px;
    }
    .section-single-case .container > .image{
        margin-bottom: 40px;
    }
    .items-case .item .content {
        padding: 10px 0 0;
    }
    .items-case .item .content p.title{
        font-size: 20px;
        margin: 20px 0;
    }
    .download-case{
        padding: 10px;
    }
    .download-case .content{
        padding: 20px 10px;
    }
    .navigation-cases .content{
        padding: 30px 10px;
    }
    .navigation-cases .content p.title{
        font-size: 14px;
    }
}
