/*==================================================
    360Ãƒâ€šÃ‚Â° COVERFLOW CAROUSEL
==================================================*/

.jSliderContainer {
    width: 100%;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/*============================*/

.section-title {
    text-align: center;
    margin-bottom: 50px !important;
}

/*============================*/

.coverflow {
    width: 100%;
    height: 650px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 5000px;
    overflow: visible;
}

/*============================*/

.viewport {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    /* without this, .viewport's default "flat" transform-style
       breaks the 3D context between .coverflow's perspective and
       .track/.newCard's transforms, flattening the whole carousel */
    transform-style: preserve-3d;
    /* padding-top: 100px; */
}

/*============================*/
.track {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
}

/*============================*/
.newCard {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 420px;
    height: 480px;
    transform-style: preserve-3d;
    transform-origin: center center;
    border-radius: 30px;
    cursor: pointer;
    background: rgb(0 0 0 / 40%);
    border: 2px solid var(--c-golden);
    overflow: hidden;
}

/*============================*/
.jSimage {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.jSimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.newCard:hover img {
    transform: scale(1.08);
}

/*============================*/
.jScontent {
    padding: 15px;
}

.blog-meta {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
    text-align: right;
}

.jStag {
    padding: 2px 20px;
    border-radius: 40px;
    background: var(--c-golden);
    color: var(--c-black);
    font-size: 12px;
    display: inline-block;
    float: left;
    line-height: 2;
}

.meta-item {
    display: inline-block;
    font-size: 14px;
    color: var(--c-white);
}

/*============================*/
.jScontent h2 {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 1.2;
    font-weight: 400;
}

.jScontent p {
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 14px;
    color: var(--c-white);
}

/*==================================================
ACTIVE
==================================================*/
.newCard.active {
    opacity: 1;
    filter: none;
    z-index: 999;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
}

/*============================*/
.newCard.left,
.newCard.right {
    opacity: .85;
}

/*============================*/
.newCard.hidden {
    opacity: 0;
    pointer-events: none;
}

/*==================================================
CONTROLS
==================================================*/
.controls {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 0px;
    position: relative;
    z-index: 99999;
}

.controls button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    color: var(--c-golden);
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
    transition: .4s;
    position: relative;
    z-index: 99999;
    border: 1px solid;
}

.controls button:hover {
    background: transparent;
    transform: translateY(-4px);
    box-shadow: 2px 6px 8px;
}

/*==================================================
DRAG CURSOR
==================================================*/
.track.grabbing {
    cursor: grabbing;
}

.track {
    cursor: grab;
}

/*==================================================
RESPONSIVE
==================================================*/
@media(max-width:1200px) {
    .newCard {
        width: 360px;
        height: 520px;
    }

    .section-title {
        font-size: 42px;
    }
}

@media(max-width:992px) {
    .coverflow {
        height: 620px;
    }

    .newCard {
        width: 320px;
        height: 500px;
    }

    .jScontent h2 {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .section-title {
        font-size: 34px;
        margin-bottom: 40px;
    }

    .coverflow {
        height: 540px;
        perspective: 1500px;
    }

    .newCard {
        width: 280px;
        height: 440px;
    }

    .jSimage {
        height: 200px;
    }

    .jScontent {
        padding: 20px;
    }

    .jScontent h2 {
        font-size: 22px;
    }

    .jScontent p {
        font-size: 14px;
    }

    .controls button {
        width: 60px;
        height: 60px;
    }
}

@media(max-width:480px) {
    .coverflow {
        height: 480px;
    }

    .newCard {
        width: 240px;
        height: 390px;
    }

    .jSimage {
        height: 170px;
    }

    .jScontent {
        padding: 16px;
    }

    .jStag {
        font-size: 11px;
    }

    .stats {
        font-size: 13px;
    }

    .jScontent h2 {
        font-size: 19px;
    }

    .jScontent p {
        font-size: 13px;
        line-height: 1.6;
    }

    .jScontent a {
        width: 150px;
        height: 46px;
        font-size: 14px;
    }
}

/*=============================
    UNIQUE TESTIMONIAL SLIDER
==============================*/

.pxltsSlider * {
    translate: none !important;
}

.pxltsSlider {
    clear: both;
    background-size: cover;
    padding: 10px 0;
    position: relative;
}

.pxltsSlider:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(./../images/ChatGPTImage.png) fixed no-repeat center center;
    background-size: cover;
    display: block;
    opacity: .25;
}

#pxltsSliderUniverse9045 {
    width: 100%;
    max-width: 1300px;
    margin: 60px auto;
    padding: 20px;
    position: relative;
    z-index: 999;
}

.pxltsViewport9045 {
    overflow: hidden;
}

.pxltsTrack9045 {
    display: flex;
    transition: 0.6s ease;
}

.pxltsItem9045 {
    padding: 15px;
    flex: 0 0 calc(100% / 2);
}

@media(max-width:992px) {
    .pxltsItem9045 {
        flex: 0 0 calc(100% / 2);
    }
}

@media(max-width:768px) {
    .pxltsItem9045 {
        flex: 0 0 100%;
    }
}

.pxltsSliderHeading6789 {
    position: relative;
}

.pxltsSliderHeading6789 h2.h2.text-heading-dark {
    margin-bottom: 60px;
    color: var(--c-golden);
    font-weight: bold;
}

.pxltsCard9045 {
    border-radius: 18px;
    padding: 35px 30px;
    height: 100%;
    transition: .35s;
    position: relative;
    background: linear-gradient(45deg, rgb(0 0 0 / 30%) 90%, rgb(255 255 255 / 10%) 20%, rgb(215 171 62 / 80%)10%);
}

.pxltsCard9045:hover {
    transform: translateY(-5px);
    box-shadow: 5px 10px 10px rgba(0, 0, 0, .1);
}

.pxltsQuote9045 {
    font-size: 50px;
    color: var(--c-golden);
    line-height: 1;
    margin-bottom: 15px;
}

.pxltsText9045 {
    color: #000;
    line-height: 1.3;
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
}

.pxltsUser9045 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pxltsUser9045 img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.pxltsName9045 {
    font-weight: bold;
    font-size: 18px;
}

.pxltsRole9045 {
    margin-top: 4px;
    font-size: 14px;
    color: var(--c-white);
}

.pxltsStars9045 {
    margin-top: 8px;
}

.pxltsArrow9045 {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: .3s;
    z-index: 5;
    border: 2px solid var(--c-golden);
    background: rgba(255, 255, 255, .08);
}

.pxltsArrow9045:hover {
    background: transparent;
}

#pxltsPrev9045 {
    top: 28px;
    right: 80px;
}

#pxltsNext9045 {
    right: 25px;
    top: 28px;
}

.pxltsSliderHeading6789 button:hover {
    margin-top: -3px;
    box-shadow: -2px 6px 8px rgba(0, 0, 0, .5);
}

@media(max-width:768px) {
    #pxltsPrev9045 {
        left: 5px;
    }

    #pxltsNext9045 {
        right: 5px;
    }
}