/*************** 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, .j-section {
    height: 100%;
}
html, body {
    background-color: #021708 !important;
}
#main, #wrapper {
    background-color: transparent !important;
}
body, #main, #wrapper {
    overflow: hidden;
}
.j-section {
    margin: 0 auto;
    max-width: 100%;
}
body {
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-position: center left;
    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-slider .img {
    width: 33.333333% !important;
    display: flex;
    align-items: flex-end;
    min-height: 8.5vw;
}
.j-img {
    padding: 0 0.6% !important;
}
.j-img .img-inner {
    margin-bottom: 2%;
    margin-left: -13.5%;
    z-index: 99;
}
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1750px) {
    .j-slider .img {
        min-height: calc(8.5vw*0.92);
    }
}
@media (max-width: 1500px) {
    .j-slider .img {
        min-height: calc(8.5vw*0.93);
    }
}
@media (max-height: 660px) and (orientation: landscape) {

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


@media(min-width: 1025px) {
    .show-for-medium,[data-show=show-for-medium] {
        display:none!important
    }
}

@media(max-width: 1025px) {
    .hide-for-medium,[data-show=hide-for-medium] {
        display:none!important
    }
}

@media(max-width: 849px) {
    .hide-for-medium,[data-show=hide-for-medium] {
        display:flex!important
    }
}
@media (orientation: portrait) {
    body {
        background-image: url(../img/bg-mb.webp);
        background-position: top 25% left;
    }
    body::before {
        display: none;
    }
    .j-section {
        max-width: 100%;
        min-height: 0 !important;
    }
    .col, .row-collapse>.col {
        flex-basis: 100%;
        max-width: 100%;
        /* padding: 0 5% !important; */
    }
    .col .col-inner, .row-collapse>.col .col-inner {
        padding: 0 !important;
    }
    .col.small-1, .row-collapse>.col.small-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }
    
    .col.small-2, .row-collapse>.col.small-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }
    
    .col.small-3, .row-collapse>.col.small-3 {
        flex-basis: 25%;
        max-width: 25%
    }
    
    .col.small-4, .row-collapse>.col.small-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }
    
    .col.small-5, .row-collapse>.col.small-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }
    
    .col.small-6, .row-collapse>.col.small-6 {
        flex-basis: 50%;
        max-width: 50%
    }
    
    .col.small-7, .row-collapse>.col.small-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }
    
    .col.small-8, .row-collapse>.col.small-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }
    
    .col.small-9, .row-collapse>.col.small-9 {
        flex-basis: 75%;
        max-width: 75%
    }
    
    .col.small-10, .row-collapse>.col.small-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }
    
    .col.small-11, .row-collapse>.col.small-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }
    .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: flex !important;
    }
    .j-slider .img {
        width: 50% !important;
        min-height: 27.5vw;
    }
}

.j-register-notification {
    position: absolute;
    top: 10.5%;
    padding-left: 10%;
    z-index: 19;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 88%;
}
.j-register-notification img {
    font-size: 13px;
    display: inline-block;
    margin-top: 3px;
    height: 23px;
    width: 26px;
}
.marquee-text {
    font-size: 12px;
    margin-left: 12px;
    padding-bottom: 3px;
    white-space: nowrap;
    display: inline-block;
}

.fade-right {
    position: absolute;
    top: 0;
    right: -16px;
    width: 60px;
    height: 100%;
    background: linear-gradient(to left, #000e90, transparent);
    pointer-events: none;
  }


@media (min-width: 750px) and (orientation: portrait) {
    .j-section .row {
        max-width: 83% !important;
    }

}
@media only screen and (max-width: 991px) and (orientation: landscape) {

    .j-register-notification {
        top: 6.5%;
    }
    .j-register-notification img {
        width: 18px;
        height: 15px;
    }
    .marquee-text {
        font-size: 10px;
        margin-left: 6px;
    }

}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    .j-register-notification {
        padding-left: 7%;
        width: 93%;
    }
}

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

}