/*************** 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: #11151B !important;
    scroll-behavior: smooth;
}
#main, #wrapper {
    background-color: transparent !important;
}
body, #main, #wrapper {
    /* overflow: hidden; */
}
.j-section,
.j-footer {
    margin: 0 auto;
}
.j-section {
    max-width: 67.5%;
    background-color: #11151B;
    border-radius: 24px 24px 0 0;
    padding-top: 40px !important;
    top: -46px;
    z-index: 9;
}
body {
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#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;
}
.h1, h1 {
    font-size: 1.25em;
}
.section-title-container,
.section-title {
    margin-bottom: 0;
}
.section-title {
    background-image: url(../img/section-title.webp);
    background-size: auto 100%;
    height: 50px;
    align-items: center;
    font-size: 1.25em;
}
.section-title b {
    display: none;
}
.section-title-center {
    justify-content: center;
}
.section-title span {
    text-transform: none;
    background: linear-gradient(90deg, #FFF1DC 0%, #FFDF9B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 1.4;
    position: relative;
    font-weight: bold;
}
.j-form .col:first-child{
    flex-basis: 37.43%;
    max-width: 37.43%;
}
.j-form .col:last-child{
    flex-basis: calc(100% - 37.43%);
    max-width: calc(100% - 37.43%);
}
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1750px) {
}
@media (max-width: 1500px) {
    .j-footer {
        max-width: 95%;
    }
    .j-section {
        padding: 0 20px;
        padding-top: 20px !important;
    }
}
@media (max-height: 660px) and (orientation: landscape) {

}
/*************** CSS for Tablet ***************/
@media (max-width: 1023px) and (orientation: landscape) {
    .j-section {
    	top: 0;
    }
}


@media(min-width: 850px) {
    .show-for-medium,[data-show=show-for-medium] {
        display:flex!important
    }
}
@media(max-width: 849px) {
    .hide-for-medium,[data-show=hide-for-medium] {
        display:flex!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 (orientation: portrait) {
    body {
        background-image: url(../img/bg-mb.webp);
    }
    .j-section {
        max-width: 95%;
        border-radius: 0;
        padding: 0;
        padding-top: 10px !important;
        top: 0;
        background-color: transparent;
        margin: 0 auto;
    }
    .j-footer {
        max-width: 100%;
    	padding: 2.5% !important;
    }
    .j-form .col:last-child {
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media (min-width: 750px) and (orientation: portrait) {
    .j-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-medium, [data-show=show-for-medium] {
        display: block !important;
    }
    .show-for-small, [data-show=show-for-small] {
        display: flex !important;
    }
    .medium-9 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .medium-3 {
    	flex-basis: 50%;
    	max-width: 50%;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    .j-slider .img {
        width: 50% !important;
        min-height: 27.5vw;
    }
    .section-title, h1, .h1 {
        font-size: 1.1em;
    }
    .flickity-page-dots {
    	left: 0;
        text-align: left;
    }
    .flickity-page-dots .dot {
    	width: 8px;
        height: 8px;
    	margin: 0 3px;
    }
}

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

}