/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.slider-wrapper {
    background-image: url(./images/img2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 50px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.slide-number {
    font: normal normal bold 65px / 82px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 0px;
    opacity: 0.4;
}

.swiper-slide-active .slide-number {
    opacity: 1;
    padding-left: 90px;

}

.oe-inner-wrap {
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px 0;
    position: relative;
}

.offer-tag {
    background: #F61C1C 0% 0% no-repeat padding-box;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    font: normal normal 600 16px / 20px Outfit;
    margin-bottom: 10px;
}

h1.heading {
    font: normal normal bold 36px / 56px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 20px 0;
}

.theme-para {
    font: normal normal normal 18px / 27px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.oe-circular-slider {
    background-image: url('./images/banner-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

.oe-slider-controls-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12%;
    width: 30px;
    height: 70px;
    background: #0000;
    margin: auto;
    font-size: 50px;
}

.oe-slider-controls-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12%;
    width: 30px;
    height: 70px;
    background: #0000;
    margin: auto;
    font-size: 50px;
}

.after-holder {
    padding: 134px 90px;
    position: relative;
    border-radius: 20px;
    margin: 0 auto;
    height: 260px;
}

.swiper-slide-active .after-holder {

    height: 100%;
}

/* .after-holder::after {
    content: "";
    background: #000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    z-index: 0;
} */
.oe-slider-controls-prev a,
.oe-slider-controls-next a {
    color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.swiper-button-next:after {
    content: 'next';
    margin: 0 100px 0 0;
    font-size: 50px;
}

.swiper-button-prev:after {
    content: 'prev';
    margin: 0 0 0 100px;
    font-size: 50px;
}

.swiper-slide-active .content-wrapper {
    display: block;
}

.content-wrapper {
    max-width: 645px;
    display: none;
}

.item-img {
    width: 39px;
    height: 34px;
}

.item-img img {
    width: 100%;
}

.item-name {
    color: #fff;
    font: 22px / 28px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: 500;
}

.slider-nav {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.nav-item {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px
}

.slider-nav {
    background: red;
    border-radius: 10px;
    padding: 20px 30px;
    max-width: 944px;
    /* margin: 30px auto 0px; */
    width: 100%;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin: 30px auto 0px;
    max-width: max-content;
    padding: 0px 50px;
    position: relative;
}


/* slide counter  */

.slider-counter {
    width: max-content;
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    position: absolute;
    bottom: 3%;
    left: -12%;
    margin: 0 30px 15px;
}

span.current-slide {
    font: normal normal 600 63px / 40px Outfit;
    color: #fff;
}

span.total-slides {
    font: normal normal 600 32px / 40px Outfit;
    color: #fff;
}



/* nav buttons  */
.triangle {
    --r: 20px;
    /* border radius */

    width: 30px;
    aspect-ratio: 1/cos(30deg);
    --_g: calc(tan(60deg)*var(--r)) bottom var(--r), red 98%, #0000 101%;
    -webkit-mask:
        conic-gradient(from -30deg at 50% calc(200% - 3*var(--r)/2), #000 60deg, #0000 0) 0 100%/100% calc(100% - 3*var(--r)/2) no-repeat,
        radial-gradient(var(--r) at 50% calc(2*var(--r)), #000 98%, #0000 101%),
        radial-gradient(var(--r) at left var(--_g)),
        radial-gradient(var(--r) at right var(--_g));
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #fff;
}

.triangle.left {
    position: absolute;
    left: 0;
    rotate: -90deg;
}

.triangle.right {
    position: absolute;
    right: 0;
    rotate: 89deg;
}

.slide-outer {
    position: relative;
}


.entry-content.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
    width: 100% !important;
}

.entry-content.has-global-padding {
    padding: 0px !important;
}

/* for slides i add */
.slide-outer {
    display: none;
    /* Hide all slides by default */
}

.slide-outer.active {
    display: block;
    /* Show only the active slide */
}

.item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-outer.next {
    display: block;
    right: -60%;
    top: 6%;
    bottom: unset;
    margin: auto;
    position: absolute;
    max-width: 750px;
    max-height: 543px;
    width: 100%;
    height: 100%;

}

.slide-outer.previous {
    display: block;
    left: -60%;
    top: 6%;
    bottom: unset;
    margin: auto;
    position: absolute;
    max-width: 750px;
    max-height: 543px;
    width: 100%;
    height: 100%;
}

.slide-outer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slide-outer.active .after-holder::after {
    display: none;
}

.slide-outer {
    border-radius: 20px;
}

.slide-outer.previous .after-holder,
.slide-outer.next .after-holder {
    padding: 160px 60px;
}

.slide-outer.previous .after-holder,
.slide-outer.next .content-wrapper {
    opacity: 0;
}

/* .oe-slider-controls-prev,
.oe-slider-controls-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
} */

/* .oe-slider-controls-prev {
    left: 10px;
}

.oe-slider-controls-next {
    right: 10px;
} */
section.oe-circular-slider {
    background: #000;
    overflow: hidden;
    padding: 50px 0;
}

.slider-nav .nav-item {
    cursor: pointer;
}

.nav-position-helper {
    position: relative;
}

.slider-nav .nav-item.active {
    border: 2px solid #000;
    /* Highlight the active thumbnail */
}


/* end */

.swiper-wrapper {
    align-items: center;
}

.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.swiper-slide-active {
    border-radius: unset;
    margin: 0px !important;
    height: 700px !important;
    object-fit: cover;
}

.swiper-slide-prev {
    height: 550px !important;
    border-radius: 15px;
    margin: 0 !important;
    object-fit: cover;
    margin: 0 20px !important;

}

.swiper-slide-next {
    height: 550px !important;
    border-radius: 15px;
    margin: 0 !important;
    object-fit: cover;
    margin: 0 20px !important;


}

:where(.wp-site-blocks :focus) {
    outline-width: unset !important;
    outline-style: unset !important;
}



/* responsive design  */

@media(max-width:1700px) {
    .slider-counter {
        position: unset;
    }

    .slider-wrapper {
        padding: 180px 50px;
    }

    .oe-slider-controls-next {
        right: -9%;
    }

    .oe-slider-controls-prev {
        left: -9%;
    }
}

@media(max-width:1650px) {
    .oe-slider-controls-next {
        right: 30px;
    }

    .oe-slider-controls-prev {
        left: 30px;
    }

    .slider-wrapper {
        padding: 230px 50px 190px;
    }
}

@media(max-width:1500px) {

    .slider-wrapper {
        padding: 190px 90px 190px;
    }

    .oe-circular-slider-after {
        padding: 0px 40px;
    }
}

@media(max-width:1400px) {
    .after-holder {

        width: 642px;

    }

    .oe-inner-wrap {
        max-width: 80%;
        margin: 0px auto;
        padding: 60px 0px;
        position: relative;
    }

    .slide-outer.previous {
        left: -80%;
    }

    .slide-outer.next {
        right: -80%;
    }

    .slide-outer.next,
    .slide-outer.previous {
        max-width: 750px;
        max-height: 423px;
    }

    .oe-circular-slider-after {
        padding: 0px 0;
    }
}

@media(max-width:1100px) {
    .slider-wrapper {
        padding: 150px 90px 190px;
    }

    span.current-slide {
        font: normal normal 600 53px / 40px Outfit;
        color: #fff;
    }

    .slider-nav {
        background: red;
        border-radius: 10px;
        padding: 20px 30px;
        max-width: 944px;
        /* margin: 30px auto 0px; */
        width: 100%;
        overflow: scroll;
    }

    .slider-counter {
        position: unset;
        margin-top: 20px;
    }
}

@media(max-width:1299px) {
    .after-holder {
        width: 680px;
    }


    .slide-outer.previous .after-holder,
    .slide-outer.next .after-holder {
        padding: 100px 60px;
    }

    .slide-outer.next {
        right: -90%;
    }

    .slide-outer.previous {
        left: -90%;
    }
}

@media(max-width:1170px) {
    .slide-outer.next {
        right: -100%;
    }

    .slide-outer.previous {
        left: -100%;
    }
}

@media(max-width:1050px) {
    .slide-outer.next {
        right: -110%;
    }

    .slide-outer.previous {
        left: -110%;
    }

    .oe-inner-wrap {
        max-width: 90%;
        padding: 0 0px;
    }

    .slide-number {
        font: normal normal bold 42px / 82px Outfit;
    }

    .item-name {
        font: 16px / 20px Outfit;
    }

    span.current-slide {
        font: normal normal 600 42px / 40px Outfit;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 30px;
    }

    .swiper-slide-active {
        width: 100% !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        margin: 0 0px 0 0;
    }











}

@media(max-width:991px) {

    .slide-outer.next {
        right: -110%;
    }

    .slide-outer.previous {
        left: -110%;
    }

    .content-wrapper {
        max-width: 571px;
    }

    .oe-inner-wrap {
        max-width: 90%;
    }

    .slide-number {
        font: normal normal bold 42px / 82px Outfit;
    }

    .item-name {
        font: 16px / 20px Outfit;
    }

    span.current-slide {
        font: normal normal 600 42px / 40px Outfit;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 30px;
    }


    .slide-outer.next,
    .slide-outer.previous {
        display: none;
    }

    .oe-inner-wrap {
        max-width: 100%;
    }

    .after-holder {
        padding: 100px 60px;
    }

    .slide-number {
        font: normal normal bold 45px / 52px Outfit;
        bottom: 20px;
        left: 38px;
    }
}

@media(max-width:767px) {
    .slider-wrapper {
        padding: 80px 70px 100px;
    }




    .swiper-slide-prev {

        margin: 0 15px !important;

    }

    .swiper-slide-next {

        margin: 0 15px !important;


    }

    .content-wrapper {
        max-width: 320px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }


    .swiper-wrapper {
        height: 500px !important;

    }

    .after-holder {

        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    h1.heading {
        font: normal normal bold 24px / 35px Outfit !important;
        text-align: center;
    }

    .oe-slider-controls-next {
        right: 10px;
        font-size: 30px;
    }

    .theme-para {
        text-align: center;
    }

    .oe-slider-controls-prev {
        left: 10px;
        font-size: 30px;
    }

    .slider-nav {
        padding: 10px 20px
    }

    .item-name {
        font: 16px / 16px Outfit;
    }

    .item-img {
        width: 29px;
        height: 24px;
    }
}

@media(max-width:576px) {
    .swiper-button-prev {
        left: 0 !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: unset !important;
    }

    .slider-swiper-button-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
        position: absolute;
        bottom: 50px;
        right: 0;
        z-index: 99;
        left: 0;
    }

    .slider-nav {
        padding: 10px 0px;
        gap: 10px;
    }

    .slider-swiper-button-nav [role=button] {
        cursor: pointer;
        margin: 0 10px;
    }


    .swiper-button-next::after,
    .swiper-button-prev::after {

        font-size: 24px !important;
    }

    .swiper-button-next {
        right: 0 !important;
    }




    .oe-slider-controls-next {
        display: none;
    }

    .after-holder {
        padding: 60px 10px;
        width: 100%;
    }

    .slide-number {
        bottom: 10px;
        left: 18px;
    }

    .oe-slider-controls-prev {
        display: none;
    }

    .slider-wrapper {
        padding: 80px 20px 100px;
    }

    .slide-number {
        font: normal normal bold 45px / 82px Outfit;
        bottom: 10px;
        left: 18px;
    }

    .theme-para {
        font: normal normal normal 14px / 19px Outfit;
    }

    .oe-circular-slider-after {
        padding: 0px 10px;
    }

    span.current-slide {
        font: normal normal 600 35px / 30px Outfit;
        color: #fff;
    }

    .oe-inner-wrap {
        padding: 30px 0px;
    }

    .offer-tag {
        font: normal normal 600 14px / 14px Outfit;
    }

    span.total-slides {
        font: normal normal 600 18px / 30px Outfit;
    }

    .slide-number {
        font: normal normal bold 45px / 42px Outfit;
        bottom: 10px;
        left: 18px;
    }
}