/*************** CSS for Desktop ***************/
@keyframes pulse_old {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0.95);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        transform: scale(1);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
        transform: scale(0.95);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}

.pulse {
    transform: scale(1);
    animation: pulse .5s linear infinite;
}

html,
body,
#main,
#wrapper,
.jen-section {
    height: 100%;
}

html,
body {
    background-color: #000710 !important;
}

#main,
#wrapper {
    background-color: transparent !important;
}

body,
#main,
#wrapper {
    overflow: hidden;
}

.jen-section {
    margin: 0 auto;
    align-items: center;
}

.j-register {
    max-width: 680px;
}

.a-bottom-destop .img {
    max-width: 280px;
}

.a-bottom-destop .img:hover {
    transform: scale(1.1);
}

.a-bottom-destop .stack {
    gap: 10px;
}

body {
    background-image: url(/wp-content/uploads/2025/04/fo88-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
}

#main,
#wrapper {
    background-color: transparent;
}

.col-inner>.img:not(:last-child),
.col>.img:not(:last-child),
blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
    margin-bottom: 0;
}

.j-co {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3%;
    z-index: 9;
}

.a-logo {
    max-width: 340px;
}

.a-col-left {}

.a-img-left {
    margin-bottom: -10%;
}

/* .j-slider-mb{
    z-index: 999;
}
.j-slider-mb .slider{
    padding-top: unset !important;
    padding-bottom: unset !important;
}
.j-slider-mb .flickity-page-dots {
    bottom: -20px;} */
.a-slider-main {
    max-width: 92%;
    margin-left: unset !important;
}

.a-text-bottom p {
    font-weight: bold;
    color: rgba(108, 254, 0, 1);
    font-size: 20px;
}

.a-text-bottom p strong {
    color: #FAE95F;
}

.slider-nav-light .flickity-page-dots .dot {
    /* width: 5px; */
    border-color: #FCEB60;
}

.slider-nav-light .flickity-page-dots .dot.is-selected {
    /* width: 40px; */
    background-color: #FCEB60 !important;
}

.j-slider-mb .img {
    padding: 0 5px !important;
}

/* .j-slider */
.j-slider {
    position: relative;
    z-index: 9;
    min-height: 15vh;
}

.j-slider .img {
    transition: all .3s;
    cursor: pointer;
}

.j-slider .img:first-child:hover {
    width: 33.75% !important;
}

.j-slider .img:nth-child(2):hover {
    width: 45% !important;
}

.j-slider .img:nth-child(3):hover {
    width: 37% !important;
}

.jen-section .row {
    max-width: 87% !important;
}

/*************** CSS for landscape Desktop ***************/
@media (max-width: 1599px) and (orientation: landscape) {
    .jen-section .row {
        max-width: 87% !important;
    }
}

@media (max-height: 660px) and (orientation: landscape) {
    .jen-section .row {
        max-width: 86% !important;
    }

    .a-logo {
        max-width: 150px;
    }

    .a-gap-top {
        /* padding-top: 3% !important; /**/
    }

    .a-gap-bottom {
        padding-top: 4% !important;
    }

    .a-text-bottom p {
        font-size: 16px;
    }

    .flickity-page-dots {
        bottom: 0 !important;
    }
    .flickity-page-dots .dot {
        width: 8px;
        height: 8px;
        border: 2px solid;
        margin: 0 3px !important;
    }
}

/*************** CSS for Tablet ***************/
@media (max-width: 1023px) and (orientation: landscape) {
    .jen-section {
        height: 100dvh;
        min-height: auto !important;
    }
}

@media (min-width: 750px) and (orientation: portrait) {
    .j-section {
        min-height: 0 !important;
    }

    .jen-section .row {
        /* max-width: 65% !important; */
    }

    .col,
    .row-collapse>.col {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 5% !important;
    }

    .hide-for-small,
    [data-show=hide-for-small],
    .hide-for-medium,
    [data-show=hide-for-medium] {
        display: none !important;
    }

    .show-for-small,
    [data-show=show-for-small] {
        display: block !important;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    .jen-section .row {
        max-width: 100% !important;
    }

    body {
        background-image: url(/wp-content/uploads/2025/04/fo88-bg-mb.webp);
    }

    .jen-section {
        max-width: 100%;
    }

    .jen-section .section-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .a-slider-main {
        max-width: 95%;
    }

    .j-slider {
        min-height: 11.5vh;
    }

    .a-text-bottom p {
        font-size: 16px;
    }

    /* .j-co {
        bottom: 0;
    } */
}

/*************** CSS for mobile ***************/
@media (max-width: 390px) {}