/*************** 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);
    }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    transition: opacity .15s linear;
}
.modal.show {
    display: block;
    opacity: 1;
}
.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.88);
}
.modal-dialog {
    position: relative;
    width: 500px;
    max-width: 90%;
    top: 50%;
    margin: 0 auto;
    pointer-events: none;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    border-radius: .3rem;
    outline: 0;
    padding: 20px 15px;
    background-color: #000;
    border: 2px solid #fff;
}
.modal-title {
    width: 100%;
    display: inline-block;
    color: #f2e200;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.modal-body {
    color: #fff;
    padding: 0;
    line-height: 1.3;
    padding: 1rem 0;
}
.modal-content .close {
    position: absolute;
    right: -4%;
    bottom: 104%;
    z-index: 2;
    color: #f2e200;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}
.pulse {
	transform: scale(1);
	animation: pulse .5s linear infinite;
}
html, body, #main, #wrapper, .jen-section {
    height: 100%;
}
html, body {
    background-color: #021708 !important;
}
#main, #wrapper {
    background-color: transparent !important;
}
body, #main, #wrapper {
    overflow: hidden;
}
.jen-section {
    margin: 0 auto;
    max-width: 100%;
    align-items: end;
}
.jen-section .section-content {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.js-logo {
    margin-bottom: 40px;
}

body {
    background-image: url(../img/bg-nolight.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-attachment: fixed;
}
body::before {
    content: "";
    background-image: url(../img/bg-before.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-attachment: fixed;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#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-slider .img {
    width: 33.333333% !important;
}
.flickity-viewport {
    min-height: 8.3vw;
    padding-top: 1.1vw;
}
.slider-style-focus {
    padding: 0;
}
/* .slider-style-focus .flickity-viewport {
    min-height: 10.5vw;
    padding-top: 1.5vw;
} */
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1762px) and (orientation: landscape) {
    .js-mobile-banner.show-for-small {
        display: none;
    }
}
@media (max-height: 660px) and (orientation: landscape) {

}

@media (max-width: 1465px) and (orientation: landscape) {
    .js-mobile-banner.show-for-small {
        display: none;
    }
    .js-logo {
        margin-bottom: 20px;
    }
    
}

/*************** CSS for mobile ***************/
@media (max-width: 1060px) {
    .js-logo {
        margin-bottom: 8px;
    }
    .js-logo img {
        width: 200px;
    }
    .js-mobile-banner {
        display: none !important;
    }
}


/*************** CSS for Tablet ***************/
@media (max-width: 1023px) and (orientation: landscape) {
    .jen-section {
        height: 100dvh;
        min-height: auto !important;
    }
    .js-slide-banner {
        position: relative;
        z-index: -10;
        top: -10px;
    }
}
@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;
    } */
}

@media (max-width: 1000px) and (max-height: 350px) {
    body {
        background-size: 68% auto;
    }
    .js-logo {
        margin-bottom: -10px;
    }
    .js-logo img{
        width: 150px;
    }
    .js-slide-banner {
        position: relative;
        z-index: -10;
        top: 12px !important;
    }
    .js-slide-banner .col-inner {
        display: flex;
        justify-content: center;
    }
    .js-slide-banner .col-inner .slider-wrapper  {
        width: 70%;
    }
    .j-register {
        max-width: 23vw !important;
        position: relative;
        bottom: -23px;
    }
    
}

@media (max-width: 1200px) and (min-width: 789px) and (min-height: 351px) and (max-height: 375px) {
    body {
        background-size: 80% auto;
    }
    .js-logo {
        margin-bottom: 3px;
    }
    .js-logo img{
        width: 150px;
    }
    .js-slide-banner {
        position: relative;
        z-index: -10;
        top: 12px !important;
    }
    .js-slide-banner .col-inner {
        display: flex;
        justify-content: center;
    }
    .js-slide-banner .col-inner .slider-wrapper  {
        width: 70%;
    }
    .j-register {
        max-width: 26vw !important;
        position: relative;
        bottom: -14px;
    }
    
}


@media (max-width: 1024px) and (min-width: 768px) and (min-height: 950px) and (max-height: 1400px) {
    body {
        background-size: 100% auto;
    }
    .js-logo {
        margin-bottom: 3px;
    }
    .js-logo img{
        width: 150px;
    }
    .js-slide-banner {
        position: relative;
        z-index: -10;
        top: -1px !important;
    }
    .js-slide-banner .col-inner {
        display: flex;
        justify-content: center;
    }
    .js-slide-banner .col-inner .slider-wrapper  {
        width: 65%;
    }
    .j-register {
        max-width: 33vw !important;
        position: relative;
        bottom: -10px;
    }
    
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    body {
        background-image: url(../img/bg-mb.webp);
    }
    body::before {
        display: none;
    }
    .jen-section {
        max-width: 100%;
    }
    .slider-style-focus .flickity-slider>:not(.is-selected) {
        opacity: 0.7;
        filter: brightness(0.5);
        transform: scale(1);
    }
    .slider-style-focus .flickity-slider>.is-selected {
        filter: brightness(1);
        opacity: 1 !important;
        transform: scale(1.3);
        z-index: 99;
    }
    .slider-style-focus .flickity-slider>.is-selected img {
         opacity: 1;
    }
    .flickity-viewport {
        min-height: 53.5vw;
        padding-top: 0;
    }
    .slider-style-focus .flickity-viewport {
        min-height: 27.2vw;
        padding-top: 7vw;
    }
    .js-mobile-banner.show-for-small {
        display: block !important;
    }
    .js-logo {
        margin-top: 10px;
        width: 100% !important;
        margin-bottom: 5px;
    }
    .js-logo img {
        width: 250px
    }
}

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

}