.case-study-btn svg {
    width: 1em;
    height: 1em;
}
.case-study-single-inner {
    background-color: #FFECE3;
    padding: 15px;
    position: relative;
    min-height: 420px;
    overflow: hidden;
}
@media only screen and (min-width: 576px) {
    .case-study-single-inner {
        padding: 20px;
        min-height: 450px;
    }
}
@media only screen and (min-width: 992px) {
    .case-study-single-inner {
        padding: 40px;
        min-height: 550px;
    }
}
@media only screen and (min-width: 1200px) {
    .case-study-single-inner {
        padding: 40px;
        min-height: 450px;
    }
}
@media only screen and (min-width: 1400px) {
    .case-study-single-inner {
        padding: 40px;
        min-height: 550px;
    }
}
@media only screen and (min-width: 576px) {
    .case-study-single-inner:hover .case-study-content {
        bottom: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .case-study-single-inner:hover .case-study-content {
        bottom: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .case-study-single-inner:hover .case-study-content {
        bottom: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .case-study-single-inner:hover .case-study-content {
        bottom: 40px;
    }
}
.case-study-single-inner:hover .case-study-content h5 {
    margin-bottom: 15px;
}
@media (max-width: 575px) {
    .case-study-single-inner:hover .case-study-content h5 {
        margin-bottom: 0;
    }
}
.case-study-single-inner span {
    font: 600 60px "Plus Jakarta Sans", sans-serif;
    display: inline-block;
    color: #FFECE3;
    text-shadow: 1px 0 0 #d9c9c1, 0 1px 0 #d9c9c1, -1px 0 0 #d9c9c1, 0 -1px 0 #d9c9c1;
}
@media only screen and (min-width: 992px) {
    .case-study-single-inner span {
        font-size: 64px;
    }
}
.case-study-single-inner .case-study-bg-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55%;
    background: center/cover no-repeat;
}
@media only screen and (min-width: 576px) {
    .case-study-single-inner .case-study-bg-img {
        width: 45%;
    }
}
@media only screen and (min-width: 768px) {
    .case-study-single-inner .case-study-bg-img {
        width: 40%;
    }
}
@media only screen and (min-width: 992px) {
    .case-study-single-inner .case-study-bg-img {
        width: 45%;
    }
}
@media only screen and (min-width: 1200px) {
    .case-study-single-inner .case-study-bg-img {
        width: 35%;
    }
}
@media only screen and (min-width: 1400px) {
    .case-study-single-inner .case-study-bg-img {
        width: 45%;
    }
}
.case-study-single-inner .case-study-bg-img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(18, 18, 18, .35);
}
.case-study-single-inner .circle-btn {
    background-color: #FF8851;
    border-color: #FF8851;
}
@media (max-width: 575px) {
    .case-study-single-inner .circle-btn {
        display: none;
    }
}
.case-study-single-inner .circle-btn i,
.case-study-single-inner .circle-btn svg {
    transform: rotate(-45deg);
}
.case-study-single-inner .circle-btn:hover i,
.case-study-single-inner .circle-btn:hover svg {
    transform: rotate(0deg);
}
.case-study-content {
    max-width: 200px;
    position: absolute;
    left: 15px;
    bottom: -227px;
    transition: 0.55s;
}
@media (max-width: 575px) {
    .case-study-content {
        bottom: 15px;
    }
}
@media only screen and (min-width: 576px) {
    .case-study-content {
        left: 20px;
        max-width: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .case-study-content {
        left: 20px;
        max-width: 150px;
        bottom: -250px;
    }
}
@media only screen and (min-width: 992px) {
    .case-study-content {
        left: 40px;
        max-width: 200px;
        bottom: -227px;
    }
}
@media only screen and (min-width: 1200px) {
    .case-study-content {
        left: 20px;
        max-width: 200px;
        bottom: -227px;
    }
}
@media only screen and (min-width: 1400px) {
    .case-study-content {
        left: 40px;
        max-width: 200px;
        bottom: -227px;
    }
}
.case-study-content h5 {
    margin-bottom: 35px;
    max-width: inherit;
    font-size: 26px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
@media (max-width: 575px) {
    .case-study-content h5 {
        writing-mode: vertical-lr;
        transform: scale(-1);
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 576px) {
    .case-study-content h5 {
        max-width: inherit;
        font-size: 24px;
    }
}
@media only screen and (min-width: 768px) {
    .case-study-content h5 {
        max-width: 150px;
    }
}
.case-study-content p {
    font: 400 17px "Kanit", sans-serif;
    margin-bottom: 50px;
}
@media (max-width: 575px) {
    .case-study-content p {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .case-study-content p {
        font-size: 16px;
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 992px) {
    .case-study-content p {
        font-size: 17px;
    }
}
.case-study-slider {
    margin-right: 0px;
}
@media only screen and (min-width: 576px) {
    .case-study-slider {
        margin-right: 0px;
    }
}
@media only screen and (min-width: 1200px) {
    .case-study-slider {
        margin-right: -50px;
    }
}
@media only screen and (min-width: 1400px) {
    .case-study-slider {
        margin-right: -310px;
    }
}

.circle-btn {
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececec;
    border-radius: 50%;
    font-size: 20px;
}
@media only screen and (min-width: 576px) {
    .circle-btn {
        height: 80px;
        width: 80px;
    }
}
.circle-btn i,
.circle-btn svg {
    transition: 0.3s;
}


.cursor {
    position: fixed;
    left: 0;
    pointer-events: none;
    font: 500 16px "Plus Jakarta Sans", sans-serif;
    line-height: 23px;
    color: #FFFFFF;
    background: #121212;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    letter-spacing: 5%;
    height: 100px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    opacity: 0;
    transition: all 0.3s;
    mix-blend-mode: hard-light;
}
.cursor::before {
    position: absolute;
    right: 16px;
    top: 52%;
    transform: translateY(-50%);
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-weight: 300;
}
.cursor::after {
    position: absolute;
    left: 16px;
    top: 52%;
    transform: translateY(-50%);
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-weight: 300;
}
