/*************** 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);
    }
}
@-webkit-keyframes btnAnimation {
    0% {
        transform: scale(1.05);
        -webkit-filter: brightness(1.3);
        filter: brightness(1.3)
    }

    50% {
        transform: scale(1);
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    100% {
        transform: scale(1.05);
        -webkit-filter: brightness(1.3);
        filter: brightness(1.3)
    }
}
@keyframes spin {
    from {
      -webkit-transform:rotate(0deg);
      -moz-transform:rotate(0deg);
      -o-transform:rotate(0deg);
       transform: rotate(0deg);
    }
    to {
      -webkit-transform:rotate(360deg);
      -moz-transform:rotate(360deg);
      -o-transform:rotate(360deg);
      transform: rotate(360deg);
    }
}
.pulse {
	transform: scale(1);
	animation: pulse .5s linear infinite;
}
.spin {
	width: 30%;
    bottom: 3px;
	animation: spin 2s 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 top;
    background-size: cover;
    background-attachment: fixed;
}
#main, #wrapper {
    background-color: transparent;
}
.j-slider {
    padding-bottom: 0 !important;
    position: relative;
    bottom: -15px;
    left: 0;
}
.col-left .col-inner {
    margin-left: 5% !important;
}
.col-mid {
	z-index: 2;
}
.col-right .col-inner {
    padding: 0px 10% 0px 0px !important;
}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child), blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0;
}
.j-slider {
	z-index: 99;
}
.slider-style-container .flickity-slider>:not(.is-selected),.slider-style-focus .flickity-slider>:not(.is-selected),.slider-style-shadow .flickity-slider>:not(.is-selected) {
    opacity: 1;
}
.flickity-viewport {
	overflow: visible;
}
.j-slider .flickity-slider>:not(.is-selected) {
    transform: scale(1.1);
}
.j-slider .flickity-slider>.is-selected {
    transform: scale(1.6);
	z-index: 99;
}
.j-slider .img {
    width: 50% !important;
    display: flex;
    align-items: center;
    min-height: 23.5vw;
}
.j-img {
    padding: 0 0.6% !important;
}
.j-img .img-inner {
    margin-bottom: 2%;
    margin-left: -13.5%;
    z-index: 99;
}
.j-zoom {
	animation: btnAnimation .4s linear infinite;
    position: absolute;
    top: 0;
    right: 5%;
}
.j-register-form {
	background-image: url(../../../flatsome-child/inc/shortcodes/auth/img/bg-form.webp);
}
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1750px) {
    .j-section {
        max-width: 85%;
    }
}
@media (max-width: 1500px) {
}
@media (max-height: 440px) and (orientation: landscape) {
    .j-section {
        height: 100vh;
        min-height: auto !important;
        max-width: 90%;
        transform: scale(0.9);
    }
    .j-slider .img {
        min-height: 10.5vw;
    }
    .row-content {
        margin-top: 1.5%;
    }
    .j-slider {
        padding-bottom: 0 !important;
        position: relative;
        bottom: 0;
        left: 0;
    }
    .slider-style-focus {
        padding: 60px 0;
    }
}
/*************** CSS for Tablet ***************/
@media (max-width: 1023px) and (orientation: landscape) {
    .j-section {
        height: 100dvh;
        min-height: auto !important;
        max-width: 90%;
        transform: scale(0.9);
    }
    .j-slider .img {
        min-height: 10.5vw;
    }
    .row-content {
        margin-top: 1.5%;
    }
}
@media (orientation: portrait) {
    body {
        background-image: url(../img/bg-mb.webp);
    }
    body::before {
        display: none;
    }
    .j-register-form {
        background-image: url(../../../flatsome-child/inc/shortcodes/auth/img/form-mb.webp);
    }
    .j-section {
        max-width: 100%;
        min-height: 0 !important;
    }
    .col, .row-collapse>.col {
        flex-basis: 100%;
        max-width: 100%;
        /* padding: 0 5% !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;
    }
}
@media (min-width: 750px) and (orientation: portrait) {
    .j-section .row {
        max-width: 75% !important;
    }
    .j-register-formInner {
    	top: 51%;
        width: 50%;
    }
    .j-register-form .form-group {
    	padding-top: 10%;
        margin-bottom: 7%;
    }
    .j-register-form .btn_form {
    	width: 84%;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        top: 120%;
        transform: translate(-50%, -50%);
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    .j-slider .img {
        min-height: 27.5vw;
    }
    .section {
        padding: 0 !important;
    }
    .section .section-content {
        padding: 5%;
    }
    .section .section-content .row-header {
        width: 100%;
        height: 20%;
    }
    .section .section-content .row-content {
        width: 100%;
        height: 45%;
    }
    .section .section-content .row-footer {
        width: 100%;
        height: 30%;
    }
    .row-header .col-inner {
        margin: 0px 0px -8% 0px !important;
    }
    .j-register-formInner {
        transform: translate(-49.5%, -50%);
        width: 58%;
        top: 52%;
    }
    .j-register-formInner .btn_form {
        width: 84%;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        top: 117%;
        transform: translate(-50%, -50%);
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 390px) {
    .section {
        padding: 0 !important;
    }
    .section .section-content {
        padding: 5%;
    }
    .section .section-content .row-header {
        width: 100%;
        height: 20%;
    }
    .section .section-content .row-content {
        width: 100%;
        height: 45%;
    }
    .section .section-content .row-footer {
        width: 100%;
        height: 30%;
    }
    .row-header .col-inner {
        margin: 0px 0px -8% 0px !important;
    }
}