/*************** 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;
}
.mr-0{
	margin-right: 0 !important;
}

.c-position{
	position: absolute;
    left: 50%;
    transform: translate(-50%, -18%);
}

.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: flex-start; */
}
body {
    background-image: url(/wp-content/uploads/2025/09/bg-1.webp);
    background-repeat: no-repeat;
    background-position: center top;
/*     background-size: cover; */
	background-size: 100% 100%;
/*     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-img-left{
    margin-bottom: -10%;
}
.j-slider-mb{
    z-index: 999;
}
.j-slider-mb .flickity-page-dots {
    bottom: -20px;}
    
.slider-nav-light .flickity-page-dots .dot {
    width: 20px;
    border-radius: 3px;
 }
 .slider-nav-light .flickity-page-dots .dot.is-selected{
    width: 40px;
    border-color: #275819 !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;
}



@media (min-width: 1080px){
	.jen-section >.section-content{
		padding: 10px 100px 120px 100px !important;
    }
	
	.col-pd0 >.col-inner{
		padding: 0 !important;
	}
}

/*************** CSS for landscape Desktop ***************/
@media (max-width: 1599px) and (orientation: landscape) {
    .jen-section .row {
        max-width: 96% !important;
    }
}
@media (max-height: 660px) and (orientation: landscape) {
    .jen-section .row {
        max-width: 86% !important;
/* 		max-width: 90% !important; */
    }
}
@media (max-height: 450px) and (orientation: landscape) {
    .jen-section .row {
        max-width: 70% !important;
    }
	.mr-0{
		margin-right: auto !important;
	}
	
}
@media screen and (orientation: landscape) and (max-width: 950px) and  (max-height: 450px){
	.jen-section .row {
			max-width: 60% !important;
	}
	.hide-ls{
		display: none !important
	}
	.ls-40{
		flex-basis: 40%;
		max-width: 40%;
	}
		
}
@media screen and (orientation: landscape) and (max-width: 800px) and (max-height: 450px){
	.jen-section .row {
			max-width: 60% !important;
	}
/* 	.hide-ls{
		display: none !important
	}
	.ls-40{
		flex-basis: 40%;
		max-width: 40%;
	} */
	.jen-section .section-content{
		height: 100%;
	}
		
}
@media screen and (orientation: landscape) and (min-height: 305px) and (max-height: 450px){
	.jen-section .row {
		max-width: 70% !important;
	}
	.jen-section .section-content{
		height: unset !important;
	}
}

@media screen and (orientation: portrait) and (max-width: 350px) and (max-height: 620px) {
	.jen-section{
		padding: 0 40px !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: 70%;
        max-width: 70%;
        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) {
    body {
        background-image: url(/wp-content/uploads/2025/09/bg-mb.webp);
    }
    .jen-section {
        max-width: 100%;
    }
    .jen-section .section-content {
    	height: 100%;
        display: flex;
        flex-direction: column;
		justify-content: center;
/* 		justify-content: space-between; */
    }
    .j-slider {
        min-height: 11.5vh;
    }
    /* .j-co {
        bottom: 0;
    } */
}

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

}