/*************** CSS for Desktop ***************/
@font-face {
    font-family: "UTM Banque";
    src: url("../fonts/UTM-Banque-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "UTM Banque";
    src: url("../fonts/UTM-Banque-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@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 .3s linear infinite;
}
html, body, #main, #wrapper, .jen-section {
    height: 100%;
}
body, #main, #wrapper, .jen-section {
    overflow: hidden;
}
html, body {
    background-color: #140011 !important;
}
#main, #wrapper {
    background-color: transparent !important;
}
.jen-section {
    width: 85%;
    margin: 0 auto;
}
.jen-banner {
    max-width: 88%;
    height: auto;
    position: absolute;
    bottom: -2.5%;
    left: 6%;
}
.j-slogan {
    font-family: "UTM Banque";
    font-size: 1.5em;
    text-transform: uppercase;
}
body {
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-position: 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: 5px;
}
.j-slides .flickity-slider .img-inner {
    padding: 0 5px;
    min-height: 120px;
    display: flex;
    align-items: end;
}
.flickity-slider .img-inner img {
    vertical-align: bottom;
}
.slider-show-nav .flickity-prev-next-button svg {
    opacity: 0;
}
.slider-show-nav .flickity-prev-next-button:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../img/arrow.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-nav-outside .flickity-prev-next-button.next:before {
    transform: rotate(180deg);
}
.slider-show-nav .flickity-prev-next-button:hover:before {
    background-image: url(../img/arrow-active.webp);
    transform: rotate(180deg);
}
.slider-nav-outside .flickity-prev-next-button.next:hover:before {
    transform: rotate(0deg);
}
.slider-nav-outside .flickity-prev-next-button.next {
    left:100%;
    right: auto
}

.slider-nav-outside .flickity-prev-next-button.previous {
    left: auto;
    right: 100%
}
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1550px) {
    .jen-section {
        width: 80%;
        margin: 0 auto;
    }
    .j-slogan {
        font-size: 1em;
    }
    .j-slides .flickity-slider .img-inner {
        min-height: 80px;
    }
    .flickity-prev-next-button {
        top: 30%;
    }
}
/*************** CSS for Tablet ***************/
@media (max-width: 1023px) {
    .jen-section {
        width: 85%;
        min-height: auto !important;
        height: 100dvh;
    }
    .j-slogan {
        font-size: 6px;
    }
    .j-slides .flickity-slider .img-inner {
        min-height: 60px;
    }
    .flickity-prev-next-button {
    	width: 30px;
        height: 30px;
        top: 35%;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    body {
        background-image: url(../img/bg-mb.webp);
    }
    .jen-section {
        max-width: 90%;
    }
    .j-slogan {
        font-size: 0.9em;
    }
    .j-slides .flickity-slider .img-inner {
        padding: 0 15px;
        min-height: 95px;
    }
    .j-slides img {
    	max-width: 105px;
    	max-height: 95px;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 390px) {
    .j-slides .flickity-slider .img-inner {
        min-height: 80px;
    }
}