@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap');

body {
    font-family: 'Raleway', sans-serif !important;
    background: #1D1D1F;
    font-variant-numeric: lining-nums !important;
}

body * {
    outline: none!important;
}

.mrcl-back {
    /* pointer-events: none; */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

#bgCircle {
    display: flex;
    align-items: center;
    position:absolute;
    transition: top 0.3s, left 0.3s;
    -webkit-transition: top 0.3s, left 0.3s;

    animation: circles-rotate 20s ease-in infinite;
    transform-origin: center;

    margin:-195px 0 0 -395px;
}
#shape-1, #shape-2{
    width:390px;
    height:390px;
 

    border-radius: 300px;

    -ms-filter: blur(100px);
    -webkit-filter: blur(100px);
    filter: blur(100px);      
}
#shape-2 {
    background: hsla(38, 88%, 65%, 1);
    animation: shape-change-2 10s ease 5s infinite;
}
#shape-1 {
    background: hsla(240, 68%, 52%, 1);
    margin-right: -50px;
    animation: shape-change-1 10s ease infinite;
}

@keyframes circles-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes shape-change-2 {
    0% {
        background: hsla(38, 88%, 65%, 1);
        transform: translate(0px, 0px) scale(1);
    }
    33% {
        transform: translate(15px, -25px) scale(1.1);
    }
    50% {
        background: hsla(155, 38%, 54%, 1);
    }
    66% {
        transform: translate(-10px, 10px) scale(0.9);
    }
    100% {
        background: hsla(38, 88%, 65%, 1);
        transform: translate(0px, 0px) scale(1);
    }
}
@keyframes shape-change-1 {
    0% {
        background: hsla(240, 68%, 52%, 1);
        transform: translate(0px, 0px) scale(1);
    }
    33% {
        transform: translate(30px, 50px) scale(1.1);
    }
    50% {
        background: hsla(295, 42%, 55%, 1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
    100% {
        background: hsla(240, 68%, 52%, 1);
        transform: translate(0px, 0px) scale(1);
    }
}

@keyframes circles-rotate-move {
    0% {
        transform: rotate(0);
        left: 0;
        top: 0;
    }
    25% {
        left: 75vw;
        top: 25vh;
    }
    50% {
        left: 50vw;
        top:75vh;
    }
    75% {
        left: 25vw;
        top: 50vh
    }
    100% {
        transform: rotate(360deg);
        left: 0;
        top: 0;
    }
}

@media (max-width: 787px) {
    #shape-1, #shape-2{
        width:187px;
        height:187px;   
        
        -ms-filter: blur(50px);
        -webkit-filter: blur(50px);
        filter: blur(50px); 
    }
    #shape-1 {
        margin-right: -25px;
    }
    #bgCircle {
        transition: top 0.3s, left 0.3s;
        -webkit-transition: top 0.3s, left 0.3s;
    
        animation: circles-rotate-move 30s ease-in infinite;
        transform-origin: center;
    
        margin:-95px 0 0 -190px;
    }


}

.container {
    width: 100%;
    max-width: 1736px;
    padding: 0 20px;
    margin: 0 auto;
}

h1, h2, h3, .huge div.elementor-heading-title {
    font-family: 'phonk' !important;
}
.huge.elementor-widget-heading div.elementor-heading-title {
	line-height: 1.25em;
}
.huge.elementor-widget-heading div.elementor-heading-title,
.huge.elementor-widget-heading h2, 
.huge.elementor-widget-heading h1 {
    font-size: 120px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.button2-txt, .facility-text .h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.button2-txt p {
    margin: 0 0 0 0;
}

a.button2-txt, .button2-txt a, .as-button--lined p {
    display: inline-block;
    padding-bottom: 8px;
    vertical-align: middle;
    margin-left: 12px;
}

.button2-line a, a.button2-line, .as-button--lined p {
    position: relative;
    overflow: hidden;
}
.as-button--lined p{
	margin-left: 0;
}
.button2-line a:before, .button2-line a:after,
a.button2-line::before, a.button2-line::after,
.as-button--lined p:before, .as-button--lined p:after{
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(244, 187, 89, 1);
}

.button2-line.green a:before, .button2-line.green a:after {
    background: rgba(94, 183, 146, 1);
}

.button2-line.purple a:before, .button2-line.purple a:after {
    background: rgba(180, 91, 188, 1);
}

.button2-line.blue a:before, .button2-line.blue a:after {
    background: #3030D8;
}

.button2-line.purple a:before, .button2-line.purple a:after {
    background: rgba(180, 91, 188, 1);
}

.button2-line a:before, a.button2-line::before, .as-button--lined p:before {
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.5s ease-in-out;
}

.button2-line a:after, a.button2-line::after, .as-button--lined p:after {
    transform-origin: right;
    transition: 0.35s linear;
}

.button2-line a:hover:before, a.button2-line:hover::before, .as-button--lined:hover p:before {
    transform: scaleX(1);
}

.button2-line a:hover:after, a.button2-line:hover::after, .as-button--lined:hover p:after {
    transform: translateX(100%);
}

.button-txt, .button-txt .elementor-button-link, .header-btn .wp-element-button {
    font-family: 'phonk' !important;
    font-size: 1rem;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
}

.as-button__wrapper, .header-btn {
    display: inline-block;
    border: 1px solid #5058CF;
    box-shadow: 0px 0px 8px #4E58D8;
    border-radius: 48px;
    transition: 0.3s ease-in;
    position: relative;
    cursor: pointer;
}

.as-button, .header-btn .wp-element-button {
    display: block;
    padding: 20px 28px;
    background: transparent;
    border-radius: 48px;
    /* transition: 0.3s ease-in; */
    position: relative;
    z-index: 1;
}

.as-button__wrapper:hover, .header-btn:hover {
    box-shadow: 0 0 0 transparent;
}

.as-button__wrapper p {
    margin: 0;
}

.wpcf7-form .as-button__wrapper {
    width: 100%;
    max-width: 246px;
    height: 68px;
    margin: auto;
    display: block;
}

.wpcf7-form .as-button__wrapper input.as-button {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 66px;
    border-radius: 48px;
    border: none;

    color: #F9FAFB!important;

    padding: 20px 28px;
    background: transparent;

    font-family: 'phonk' !important;
    font-size: 1rem;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: capitalize;

    cursor: pointer;
}
.wpcf7-form .as-button--lined {
	position: relative;
    display: table;
	padding-bottom: 8px;
	margin-top: 32px;
}
.wpcf7-form .as-button--lined .wpcf7-spinner {
	display: none;
}
.wpcf7-form .as-button--lined input.as-button {
    display: inherit;
    width: 100%;
    height: 16px;
    border: none;

    color: #FFF!important;

    padding: 0;
    background: transparent;

    font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;

    cursor: pointer;
}

.as-button-hover .elementor-button {
    position: relative;
    transition: 0.3s ease-in;
}

.as-button-hover .elementor-button:before,
.as-button__wrapper::before, .header-btn::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(116.79deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 99.45%);
    border-radius: 48px;
    transition: 0.3s ease-in;
    /* z-index: -1; */
}

.as-button-hover .elementor-button>span {
    position: relative;
    z-index: 1;
}

.as-button-hover .elementor-button:hover {
    box-shadow: 0 0 0 transparent !important;
}

.as-button-hover .elementor-button:hover:before,
.as-button__wrapper:hover::before, .header-btn:hover::before {
    opacity: 0;
}

.header-btn .wp-element-button {
    padding: 20px 26px;
}

.body-big, .body-big-bold {
    font-size: 2rem;
    line-height: 1.375em;
}

.body-big-bold {
    font-weight: 600;
}

.body-small {
    font-size: 14px;
    line-height: 24px;
}

ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 12px;
}

ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    min-width: 8px;
    background-color: rgba(244, 187, 89, 1);
    position: absolute;
    left: 0;
    top: 8px;
}

.ul-green ul li:before {
    background-color: rgba(94, 183, 146, 1);
}

.ul-purple ul li:before {
    background-color: rgba(180, 91, 188, 1);
}


.ul-blue ul li:before {
    background-color: #3030D8;
}

.page {
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .huge.elementor-widget-heading h2,
	.huge.elementor-widget-heading h1{
        font-size: 64px;
    }

    .wpcf7-form .as-button__wrapper {
        width: 100%;
        max-width: 768px;
    }
}


/* header styles */
.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 20px;
}

.site-header .header-widget .wp-block-buttons {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.site-header .header-widget .header-btn--local {
    line-height: 0;
    width: 68px;
    min-width: 68px;
    height: 68px;
}
.site-header .header-widget .header-btn--local .wp-element-button{
    padding: 20px;
}
.site-header .site-branding, .site-header .header-widget {
    width: 320px;
    min-width: 320px;
}

.main-navigation {
    width: 100%;
    flex-basis: 1;
}

.site-branding .custom-logo-link img {
    border-radius: 0;
}

.main-navigation .nav-menu {
    justify-content: center;
    /* flex-wrap: wrap; */
}

.main-navigation .nav-menu li {
    padding: 10px 20px 0;
}

.main-navigation .nav-menu li:before {
    content: none;
}

.main-navigation .menu-item a {
    display: block;
    position: relative;
    padding-bottom: 8px;

    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 0 0;
    overflow: hidden;

}

.main-navigation .menu-item a:before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(244, 187, 89, 1);
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.3s ease-in;
}

.main-navigation .menu-item a:hover:before {
    transform: scaleX(1);
}

/* .main-navigation .current-menu-item.menu-item a:before,
.main-navigation .current-menu-item.menu-item a:after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(244, 187, 89, 1);
}

.main-navigation .current-menu-item.menu-item a:before {
    background: rgba(244, 187, 89, 1);
}

.main-navigation .current-menu-item.menu-item a:before {
    background: rgba(244, 187, 89, 1);
}

.main-navigation .current-menu-item.menu-item a:before {
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.35s ease-in;
}

.main-navigation .current-menu-item.menu-item a:after {
    transform-origin: right;
    transition: 0.25s ease-in;
}

.main-navigation .current-menu-item.menu-item a:hover:before {
    transform: scaleX(1);
}

.main-navigation .current-menu-item.menu-item a:hover:after {
    transform: translateX(100%);
} */

.menu-toggle, .header-btn--shop {
    background: linear-gradient(116.79deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 99.45%);    
    border: 1px solid #5058CF!important;
    box-shadow: 0px 0px 8px #4E58D8;
    border-radius: 48px;
    width: 60px;
    height: 60px; 
}
.header-btn--shop {
	align-items: center;
	justify-content: center;
	display: inline-flex;
	margin-right: 8px;
}
.header-btn--shop svg{
	width: 28px;
	height: 28px;
}

.round-menu {
    width: 14px;
    cursor: pointer;
    margin: auto;
}

.round-menu span {
    display: block;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    height: 2px;
    background: #fff;
    transition: all .3s;
    position: relative;
}

.round-menu span+span {
    margin-top: 2px;
}

.main-navigation.toggled .round-menu span:nth-child(1) {
    animation: ease .7s top forwards;
}

.round-menu span:nth-child(1) {
    animation: ease .7s top-2 forwards;
}

.main-navigation.toggled .round-menu span:nth-child(2) {
    animation: ease .7s scaled forwards;
}

.round-menu span:nth-child(2) {
    animation: ease .7s scaled-2 forwards;
}

.main-navigation.toggled .round-menu span:nth-child(3) {
    animation: ease .7s bottom forwards;
}

.round-menu span:nth-child(3) {
    animation: ease .7s bottom-2 forwards;
}

.main-navigation ul .sub-menu {
	flex-direction: column;
    border-radius: 0 20px 20px 20px;
    background-color: transparent;
	background-color: rgba(29, 29, 31, 0.75);
    background-image: linear-gradient(157.6deg, #FFFFFF29 14.59%, #FFFFFF0A 85.41%);
    border: 1px solid #5058CF;
    box-shadow: 0px 0px 8px #4E58D8;
	padding: 20px 0;
}
.main-navigation ul .sub-menu li {
	margin-bottom: 0;
}
.main-navigation ul .sub-menu a {
	width: unset;
	display: table;
	white-space: nowrap;
}
.main-navigation ul .sub-menu a:hover, 
.main-navigation ul .sub-menu .current-menu-item a {
	color: #F4BB59;
}

.main-navigation ul .menu-item-has-children.menu-item > a:before,
.main-navigation ul .menu-item-has-children.menu-item > a:after,
.main-navigation ul .sub-menu a:before,
.main-navigation ul .sub-menu a:after {
	content: none!important;
}


@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }

    50% {
        top: 4px;
        transform: rotate(0);
    }

    100% {
        top: 4px;
        transform: rotate(45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 4px;
        transform: rotate(45deg);
    }

    50% {
        top: 4px;
        transform: rotate(0deg);
    }

    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }

    50% {
        bottom: 4px;
        transform: rotate(0);
    }

    100% {
        bottom: 4px;
        transform: rotate(135deg);
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 4px;
        transform: rotate(135deg);
    }

    50% {
        bottom: 4px;
        transform: rotate(0);
    }

    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@keyframes scaled {
    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes scaled-2 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}



/* footer styles */
.site-footer {
    background-color: rgba(22, 22, 22, 1);
}

.site-footer .container {
    max-width: 1736px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer a:hover {
    color: rgba(244, 187, 89, 1);
    cursor: pointer;
}

.site-footer .site-info {
    width: 33.33333%;
    text-align: center;
    cursor: default;
}

.site-footer .site-info:first-child {
    text-align: left;
}

.site-footer .site-info:last-child {
    text-align: right;
}


.main-navigation ul .menu-item-has-children.menu-item > a {
    padding-right: 16px;
}

.main-navigation ul .menu-item-has-children.menu-item > a:before {
    content: none!important;
}
.main-navigation ul .menu-item-has-children.menu-item > a:after {
    content: ''!important;
    display: block;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #F4BB59;
    border-left: 2px solid #F4BB59;
    position: absolute;
    right: 0;
    top: 5px;
    transform-origin: center;
    transform: rotate(-45deg) translateY(-50%);
    bottom: unset;
    left: unset;
    background: transparent;
}

@media (max-width: 1580px) {
    .main-navigation .nav-menu li {
        padding: 10px 10px 0;
    }

    .main-navigation .menu-item a {
        font-size: 12px;
    }
}

@media (max-width: 1440px) {
    .site-header .site-branding {
        width: 100%;
        max-width: 160px;
        min-width: 160px;
    }

    /* .site-header .header-widget {
        width: 190px;
        min-width: 190px;
    } */

    .header-btn .wp-element-button {
        padding: 20px 20px;
    }
}

@media (max-width: 1100px) {
    .site-header .container {
        padding: 20px;
    }
    .site-header .header-widget {
        display: none;
    }
    .site-header .site-branding {
        width: 100%;
        max-width: 125px;
        min-width: 125px;
        margin-right: auto;
    }
    .menu-toggle {
/*         margin-left: auto; */
		display: inline-block;
		vertical-align: bottom;
    }
	.header-btn--shop {
		display: inline-flex!important;
		margin-left: auto;
	}
	#menu-item-2189 {
		display: none!important;
	}
    .menu-toggle + div {
        position: fixed;
        top: 100px;
        left: 20px;
        right: 20px;
        bottom: 50px;

        background: linear-gradient(157.6deg, rgba(255, 255, 255, 0.16) 14.59%, rgba(255, 255, 255, 0.04) 85.41%), #1D1D1F;
        border: 1px solid #5058CF;
        box-shadow: 0px 0px 8px #4E58D8;
        border-radius: 4px;

        z-index: 999;

        transform-origin: top right;
        transform: scale(0);

        transition: 0.3s ease-in;
    }
    .main-navigation.toggled .menu-toggle + div {
        transform: scale(1);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
		overflow: auto;
    }
    .main-navigation li {
        position: relative;
        display: table;
        margin: 26px auto;
    }
    .main-navigation .menu-item a {
        font-size: 14px;
    }
	
	.main-navigation ul .menu-item-has-children > a {
		position: relative;
		overflow: unset;
		display: table;
		margin: auto;
	}
	.main-navigation ul .menu-item-has-children.menu-item > a:before {
		content: none!important;
	}
	.main-navigation ul .menu-item-has-children.menu-item > a:after {
		content: ''!important;
		display: block;
		width: 7px;
		height: 7px;
		border-bottom: 2px solid #F4BB59;
		border-left: 2px solid #F4BB59;
		position: absolute;
		right: -16px;
		top: 5px;
		transform-origin: center;
		transform: rotate(-45deg) translateY(-50%);
		bottom: unset;
    	left: unset;
		background: transparent;
	}
	.main-navigation ul .menu-item-has-children.focus > a:after {
		transform: rotate(-225deg) translateY(-50%);
	}
	.main-navigation ul .menu-item-has-children:not(.focus) > ul {
		display: none;
	}
	.main-navigation ul li.focus > ul {
		position: static;
		border-radius: 4px;
		padding: 10px 0;
	}
	.main-navigation ul li.focus > ul li {
		margin-top: 0;
	}
	.main-navigation {
		text-align: right;
	}

    .site-footer .container {
        flex-direction: column;
        padding: 20px 20px;
    }
    
    .site-footer .site-info {
        width: 100%;
        margin: 10px auto;
        text-align: center!important;
    }
    .main-navigation ul .menu-item-has-children.menu-item > a {
        padding-right: 0px;
    }
}




/* home page styles */
.home-hero .home-hero__title {
    position: absolute;
}

.home-hero .elementor-video {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.home-hero .elementor-widget-video .e-hosted-video::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.32);
}

.home-hero-img .elementor-widget-container {
	padding-top: 100%;
	position: relative;
}
.home-hero-img .elementor-widget-container img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-btn .elementor-button {
    transition: 0.3s ease-in;
}

.section-img-txt .text-col .elementor-widget-wrap {
    max-width: 564px;
    margin-left: auto;
}

.section-img-txt--reversed .text-col .elementor-widget-wrap {
    margin-left: 0;
    margin-right: auto;
}

.section-membership .text-wrap {
    max-width: 1120px;
}

.tabs-content-wrapper {
    margin-top: 90px;
    margin-bottom: 200px;
}

.tab-content-wrapper.active {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tab-content-col {
    flex-basis: 50%;
}

.tab-content-col .text-wrapper {
    max-width: 688px;
}

.facility-text {
    padding-right: 40px;
}
.facility-text .as-button__wrapper {
    margin-top: 30px;
}
.facility-text.ul-purple .h4 {
    color: rgba(180, 91, 188, 1);
}

.facility-text.ul-green .h4 {
    color: rgba(94, 183, 146, 1);
}

.facility-text.ul-orange .h4 {
    color: rgba(244, 187, 89, 1);
}

.facility-text .h4 {
    text-transform: uppercase !important;
    margin-bottom: 24px;
}

.facility-text ul {
    margin-top: 24px;
    margin-bottom: 24px;
}

.tab-content-wrapper {
    display: none;
}

.facilities .img-wrapper {
    width: 41.197917vw;
    max-width: 791px;
    margin-left: auto;
    position: relative;
	padding-top: 50.948167%;
}

.facilities .img-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(157.6deg, rgba(255, 255, 255, 0.16) 14.59%, rgba(255, 255, 255, 0.04) 85.41%);
    border: 1px solid #5058CF;
    box-shadow: 0px 0px 8px #4E58D8;
    border-radius: 40px;
    left: -40px;
    top: 29px;
}

.facilities .img-wrapper img {
    position: absolute;
    border-radius: 40px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.facilities .tabs-btns-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabs-btns-wrapper ul li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    cursor: pointer;
    transition: 0.3s ease-in;
    font-weight: 600;
}

.tabs-btns-wrapper ul li.active {
    font-weight: 600;
}

.tabs-btns-wrapper ul li.active, .tabs-btns-wrapper ul li:hover {
    color: rgba(244, 187, 89, 1);
    
}

.tabs-btns-wrapper ul li:before {
    content: none;
}

.tabs-btns-wrapper #dot-indicator {
    margin-top: -20px;
    display: block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 16px;
    background: rgba(244, 187, 89, 1);
    position: absolute;
    transition: .3s ease-in-out;
}

.powered-slider .swiper-wrapper {
    flex-wrap: nowrap !important;
}

.powered-slider .swiper-slide {
    padding: 16px;
}

.powered-slider .swiper-slide>.elementor-widget-container {
    padding-bottom: 45% !important;
    position: relative;
}

.powered-slider .swiper-slide.logoslide a.elementor-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.powered-slider .swiper-slide.logoslide a.elementor-icon>svg {
    width: 100%;
    max-width: 1em;
    height: auto;
}

.media-btn a.elementor-button {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-tabs-control {
    width: 52px;
    height: 52px;
    background: linear-gradient(157.6deg, rgba(255, 255, 255, 0.16) 14.59%, rgba(255, 255, 255, 0.04) 85.41%);
    border: 1px solid #5058CF;
    box-shadow: 0px 0px 8px #4E58D8;
    border-radius: 4px;
    color: #fff;
}

.slider-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 688px;
    margin: auto;
}

.slider-tabs-btns .sl-tab-btn {
    text-align: center;
    color: #F4BB59;
}

@media (max-width: 1480px) {
    .facilities .tabs-btns-wrapper ul {
        justify-content: center;
    }

    .body-big, .body-big-bold {
        font-size: 1.5rem;
    }
}

@media (max-width: 1100px) {
    .tab-content-wrapper.active {
        flex-direction: column-reverse;
		align-items: center;
    }

    .facility-img {
        padding-left: 16px;
    }

    .facilities .img-wrapper {
        width: calc(100vw - 56px);
        margin-bottom: 56px;
    }

    .facilities .img-wrapper:before {
        border-radius: 20px;
        left: -16px;
        right: 16px;
        top: 16px;
        width: calc(100% - 16px);
    }

    .facilities .img-wrapper img {
        border-radius: 20px !important;
    }

    .tabs-content-wrapper {
        margin-top: 40px;
        margin-bottom: 100px;
    }

    .section-img-txt .text-col .elementor-widget-wrap {
        max-width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }

    .section-img-txt--reversed .text-col .elementor-widget-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .button-txt a.elementor-button {
        width: 100%;
        max-width: 688px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* Contacts page style */
.nm-form-row {
    display: flex;
    margin: 0 -20px;
}
.nm-form-col {
    width: 50%;
    padding: 0 20px;
}
.nm-form-control__wrap {
    margin-bottom: 92px;
    position: relative;
    max-width: 720px;
}
.nm-form-textarea__wrap {
    margin-left: auto;
}
.nm-form-control__wrap:not(.nm-form-textarea__wrap):after {
    content:'';
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    /* bottom: 0; */
    display: block;
    height: 2px;
    background: #5058CF;
    box-shadow: 0px 0px 8px #4E58D8;
    transition: 0.3s ease-in; 
}
.nm-form-control__wrap .nm-form-control:not(textarea) {
    height: 88px;
    width: 100%;
    padding: 20px 0 24px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #fff!important;
    background: none;
    border: none;
}
.nm-form-textarea__wrap .nm-form-control {
    background: linear-gradient(116.79deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 99.45%);
    border: 1px solid #5058CF;
    box-shadow: 0px 0px 8px #4E58D8;
    border-radius: 40px;
    padding: 40px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #fff!important;
    height: 448px;
    resize: none;
}
.nm-form-label {
    display: block;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    font-size: 32px;
    line-height: 1em;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(27px);
    transition: 0.3s ease-in;
}
.nm-form-textarea__wrap .nm-form-label {
    left: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nm-form-label--textarea .nm-optional {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F4BB59;
}
.nm-form-control__wrap.nm-focused:after {
    background: #F4BB59;
    box-shadow: 0px 0px 8px #F4BB59;
}
.nm-form-control__wrap.nm-focused textarea.nm-form-control {
    border: 1px solid #F4BB59;
    box-shadow: 0px 0px 8px #F4BB59;
}
.nm-form-control__wrap.nm-focused .nm-form-label, .nm-form-control__wrap.nm-active .nm-form-label {
    transform: translateY(0);
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.nm-form-control__wrap.nm-focused .nm-form-label {
    color: #F4BB59;
}
.nm-form-control__wrap.nm-active .nm-form-label {
    color: #5058CF;
}
/* .nm-form-control__wrap.nm-focused .nm-optional,
.nm-form-control__wrap.nm-active .nm-optional {
    display: none;
} */
.nm-form-control__wrap.nm-focused .nm-form-label--textarea,
.nm-form-control__wrap.nm-active .nm-form-label--textarea {
    transform: translateY(10px);
    opacity: 0;
}
@media (min-width: 788px) {
    .wpcf7-not-valid-tip {
        position: absolute!important;
    }
}
@media (max-width: 787px) {
    .nm-form-row {
        flex-direction: column;
    }
    .nm-form-col {
        width: 100%;
    }
    .nm-form-control__wrap {
        margin-bottom: 16px;
    }
    .nm-form-control__wrap .nm-form-control:not(textarea),
    .nm-form-textarea__wrap .nm-form-control {
        font-weight: 400;
        font-size: 16px;
        line-height: 175%;
        color: #F9FAFB;
    }
    .nm-form-control__wrap .nm-form-control:not(textarea) {
        background: linear-gradient(116.79deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 99.45%);
        border: 1px solid #5058CF;
        box-shadow: 0px 0px 8px #4E58D8;
        border-radius: 48px;
        padding: 20px 28px;
        height: 68px;
    }
    .nm-form-textarea__wrap .nm-form-control {
        padding: 20px 28px;
        border-radius: 20px;
        height: 178px;
    }
    .nm-form-control__wrap:not(.nm-form-textarea__wrap):after {
        content: none;
    }
    .nm-form-label, .nm-form-textarea__wrap .nm-form-label  {
        font-weight: 400;
        font-size: 16px;
        line-height: 175%;
        color: #F9FAFB;
        left: 28px;
        transform: translateY(20px);
    }
    .nm-form-control__wrap.nm-focused .nm-form-label, 
    .nm-form-control__wrap.nm-active .nm-form-label,
    .nm-form-control__wrap.nm-focused .nm-form-label--textarea,
    .nm-form-control__wrap.nm-active .nm-form-label--textarea {
        transform: translateY(5px);
    }
    .nm-form-control__wrap.nm-focused .nm-form-control,
    .nm-form-control__wrap.nm-focused .nm-form-control:not(textarea) {
        border: 1px solid #F4BB59;
        box-shadow: 0px 0px 8px #F4BB59;
    }
    .nm-form-control__wrap .nm-optional {
        display: none;
    }
    .contacts-map .elementor-widget-container {
        border-radius: 20px!important;
        overflow: hidden;
    }
    .contacts-map .elementor-widget-container iframe {
        height: 59.2vw!important;
    }
}


/* events page style */
.events-row > .elementor-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.events-row .events-card {
    width: 25%!important;
}
.academy-pricing-section .events-row .events-card {
    width: 33.3333%!important;
}

@media (max-width: 1100px) {
    .events-row .events-card {
        width: 33%!important;
    }
    .events-row .events-card.membership-card, .academy-pricing-section .events-row .events-card {
        width: 50%!important;
    }
}

@media (max-width: 900px) {
    .events-row .events-card {
        width: 50%!important;
    }
}

@media (max-width: 560px) {
    .events-row .events-card {
        width: 100%!important;
    }
    .events-row .events-card.membership-card, .academy-pricing-section .events-row .events-card {
        width: 100%!important;
    }
}


/* membership page style */
.nm-accordeon .elementor-accordion-item {
    position: relative;
    margin-bottom: 24px;
}
.nm-accordeon .elementor-accordion-item::after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #5058CF;
    box-shadow: 0px 0px 8px #4E58D8;
}
.nm-accordeon .elementor-accordion-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.nm-accordeon .elementor-accordion-icon > span {
    width: 16px;
    height: 16px;
}
.nm-accordeon .elementor-accordion-item .elementor-tab-title {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.membership-card .ul-blue,
.membership-card .ul-orange,
.membership-card .ul-purple,
.membership-card .ul-green {
    max-width: 291px;
    margin-left: auto;
    margin-right: auto;
}
.academy-pricing-section .membership-card .ul-blue,
.academy-pricing-section .membership-card .ul-orange,
.academy-pricing-section .membership-card .ul-purple,
.academy-pricing-section .membership-card .ul-green {
	max-width: 480px;
}
.membership-card .nm-price .elementor-heading-title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
}
.academy-pricing-section .membership-card .h2 div.elementor-heading-title {
	font-family: 'phonk'!important;
	font-weight: 400!important;
}
.button2-line .coming-soon-btn:before,
.button2-line .coming-soon-btn:after {
	content: none!important;
}
.button2-line .coming-soon-btn {
	margin-left: 0;
	padding: 4px 12px;
	background: #F4BB59;
	color: #1D1D1F;
	border-radius: 24px;
	transition: 0.3s ease-in;
	cursor: default;
}
/* .button2-line .coming-soon-btn:hover {
	color: #F9FAFB;
    background-color: #5058CF;
} */
.membership-card .nm-price strong {
    font-family: 'phonk'!important;
    font-weight: 400;
    line-height: 48px;
}
.membership-card .nm-price,
.membership-card .nm-price__info,
.membership-card .button2-line {
    position: absolute;
    left: 0;
    right: 0;
}
.membership-card .nm-price {
    bottom: 136px;
}
.membership-card .nm-price__info {
    bottom: 80px;
}
.membership-card .button2-line {
    bottom: 36px;
}
.events-card.membership-card > div {
    position: relative;
    padding-bottom: 184px!important;
}
@media (max-width: 560px) {
    .membership-card .nm-price,
    .membership-card .nm-price__info,
    .membership-card .button2-line {
        position: static;
    }
    .events-card.membership-card > div {
        position: relative;
        padding-bottom: 20px!important;
    }
    .membership-card .nm-price__info > .elementor-widget-container {
        margin-bottom: 24px!important;
    }
    
    #first-members-option .nm-price > .elementor-widget-container {
        margin-bottom: 50px!important;
    }
    .membership-card .ul-blue > .elementor-widget-container,
    .membership-card .ul-orange > .elementor-widget-container,
    .membership-card .ul-purple > .elementor-widget-container,
    .membership-card .ul-green > .elementor-widget-container {
        margin-bottom: 24px!important;
    }
}



/* academy page style */
.section-img-txt--academy .text-col .elementor-widget-wrap {
    max-width: 544px;
    margin-left: 0;
}
.academy-img-cards .img-card  h2.elementor-image-box-title {
    margin-top: 0;
}

.testimonials > .swiper-wrapper {
    flex-wrap: nowrap;
}
.testimonials {
    max-width: 1120px;
    width: 100%;
}
.testimonials .testimonial .elementor-testimonial-content {
    margin-bottom: 24px;
}
.testimonials .testimonial .elementor-testimonial-meta {
    text-align: right;
}

.section-academy .nm-form-col {
    max-width: 700px;
}
.section-academy .nm-form-row {
    justify-content: space-between;
}
.section-academy form p.button2-txt {
    margin-bottom: 32px;
}
.nm-chb-wrap {
    text-align: center;
    margin-bottom: 24px;
}
.nm-chb-wrap .wpcf7-list-item {
    margin-left: 0;
}
.nm-chb-wrap .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-left: 0;
}
.nm-chb-wrap .wpcf7-list-item-label::before {
    display: inline-block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 4px;
    border: 2px solid #5058CF;
    margin-right: 11px;
    /* background-color: #F9FAFB; */
}
.nm-chb-wrap .nm-form-acceptance {
    display: none;
}
.nm-chb-wrap .nm-form-acceptance:checked + .wpcf7-list-item-label::before {
    background-image: url(https://newmeta.wptestprev.icu/wp-content/uploads/2023/02/chb.png);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
}

.games-row--supported > .elementor-container{
	margin-left: 0px!important;
}
.games-row--coming > .elementor-container{
	margin-right: 0px!important;
}
.games-card .elementor-icon svg {
	height: auto;
}
.games-card > .elementor-widget-container{
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.games-card .elementor-icon-wrapper {
	line-height: 1;
}
.nm-academy-powered p {
	margin-bottom: 0!important;
	margin-right: 12px;
}
.nm-academy-powered {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 52px;
}
.academy-course-structure .tabs-btns-wrapper {
	max-width: 832px;
	margin-left: auto;
	margin-right: auto;
}
.academy-video {
	max-width: 544px;
    margin-left: auto;
}
.academy-video .elementor-custom-embed-play {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5058CF;
	border-radius: 48px;
	box-shadow: 0px 0px 8px #4E58D8;
	background: linear-gradient(116.79deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.14) 99.45%);
}
@media (max-width: 1100px) {
	.games-row--supported > .elementor-container{
		margin-left: -16px!important;
		margin-right: -16px!important;
	}
	.games-row--coming > .elementor-container{
		margin-right: -16px!important;
		margin-left: -16px!important;
	}
	.games--subtitle .elementor-heading-title {
		text-transform: uppercase;
		font-weight: 600!important;
		font-size: 14px!important;
		line-height: 16px!important;
		letter-spacing: 0.1em;
	}
	.games--subtitle.purple .elementor-heading-title {
		color: #B45BBC;
	}
	.games--subtitle.green .elementor-heading-title {
		color: #5EB792;
	}
	.academy-video {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.academy-video {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
    .section-academy form p.button2-txt {
        margin-top: 24px;
        margin-bottom: 20px;
    }
	.nm-academy-powered p {
		margin-top: 0!important;
	}
    .nm-chb-wrap {
        margin-bottom: 20px;
    }
    .nice-select.nm-form-select {
        margin-bottom: 16px;
    }
    .nice-select:after {
        height: 32px;
        width: 32px;
        margin-top: -16px;
    }
	.games-row--supported > .elementor-container{
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.games-row--coming > .elementor-container{
		margin-right: 0!important;
		margin-left: 0!important;
	}
	.games-card > .elementor-widget-container{
		height: 108px;
	}
}


#firstEnter, #firstEnterAcademy {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 373px;
    height: auto;
    padding: 20px;
    background: linear-gradient(157.6deg, rgba(255, 255, 255, 0.16) 14.59%, rgba(255, 255, 255, 0.04) 85.41%), #1D1D1F;
    border: 1px solid #5058CF;
    box-shadow: 0px 0px 8px #4E58D8;
    border-radius: 4px;
    z-index: 999;
}
#formThanks {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 425px;
    height: auto;
    padding: 20px;
    background: linear-gradient(157.6deg, rgba(255, 255, 255, 0.16) 14.59%, rgba(255, 255, 255, 0.04) 85.41%), #1D1D1F;
    border: 1px solid #5058CF;
    box-shadow: 0px 0px 8px #4E58D8;
    border-radius: 4px;
    z-index: 999;
    transition: 0.3s ease-in;
}
.sent #formThanks {
    display: block;
}
.sent .wpcf7-response-output {
    display: none;
}
#formThanks h2 {
    margin: 0;
    font-size: 48px!important;
}
#formThanks .nm-modal-close p {
    margin: 0;
}
.nm-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.nm-modal-header img {
    border-radius: 0!important;
}
#firstEnter a.button2-line {
    margin-left: 0;
    margin-top: 20px;
}
.nm-modal-close {
    cursor: pointer;
}
#firstEnterAcademy .nm-modal__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 8px;
}
#firstEnterAcademy .nm-modal__subtitle {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}
@media (max-width: 1080px) {
    #firstEnter {
        right: 20px;
        bottom: 40px;
        max-width: 373px;
        width: calc(100% - 40px);
    }
    #formThanks {
        right: 20px;
        max-width: 373px;
        width: calc(100% - 40px);
    }
}

.overflow-hidden {
    max-height: 100vh;
    overflow-y: hidden!important;
}

.nice-select {
    float: none;
}

/* .wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;

    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: 425px;
    height: auto;
    padding: 20px;
    background: linear-gradient(157.6deg, rgba(255, 255, 255, 0.16) 14.59%, rgba(255, 255, 255, 0.04) 85.41%), #1D1D1F;
    border: 1px solid #ffb900;
    box-shadow: 0px 0px 8px #ffb900;
    border-radius: 4px;
    z-index: 999;
    transition: 0.3s ease-in;
} */


/* 404 page styles */
.main-404 {
    background-image: url(../img/404-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    min-height: calc(100vh - 139px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-404 .page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-404 .text-wrap {
    text-align: center;
    font-family: 'Phonk';
    font-style: normal;
    font-weight: 400;
    font-size: 80.3791px;
    line-height: 125%;
    color: #FFFFFF;
    text-shadow: 0px 0px 10.0474px #4E58D8;
    margin-bottom: 47px;
}
.main-404 .wrap-404 {
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 500;
    font-size: 311.469px;
    line-height: 100%;
}
.astronaft {
    position: relative;
}
.astronaft:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../../../uploads/2023/02/astonaft.png);
    background-repeat: no-repeat;
    background-position: 50% 61%;
    background-size:  62% auto;
}
.btn-404 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 285px;
    height: 68px;

    background: #F4BB59;
    border-radius: 48px;
    transition: 0.3s ease-in;
    font-family: 'phonk'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;


    letter-spacing: 0.04em;
    color: #1D1D1F!important;
    text-decoration: none;
    margin-bottom: 100px;
}
.btn-404:hover {
    background: #5058CF;
    color: #FFFFFF!important;
}
.error404 footer {
    display: none;
}
.error404 a:visited, .error404 a:active, .error404 a:hover, .error404 a:focus, .error404 a {
    color:#F9FAFB;
    text-decoration: none;
}
.error404 {
    color:#F9FAFB;
}

@media (max-width: 1100px) {
    .main-404 {
        min-height: calc(100vh - 100px);
    }
    .main-404 .text-wrap {
        font-size: 48px;
    }
    .main-404 .wrap-404 {
        font-size: 196px;
    }
}
@media (max-width: 767px) {
    .main-404 .text-wrap {
        font-size: 28px;
    }
    .main-404 .wrap-404 {
        font-size: 110px;
    }
    body:not(.home) .huge h2.elementor-heading-title,
	body:not(.home) .huge h1.elementor-heading-title{
        font-size: 44px!important;
        line-height: 125%;
    }
}

.membership-card .mailer-btn {
	text-align: center;
	margin-bottom: 10px!important;
}

.privacy--text-block h2 {
	font-size: 16px!important;
	font-family: 'Raleway', sans-serif !important;
}

.fuel-menu__item > .elementor-widget-container {
	height: calc(100% - 72px);
	position: relative;
}

.fuel-menu__item .elementor-image-box-title {
	font-family: 'Raleway', sans-serif !important;
}
.fuel-menu__item .elementor-image-box-content {
/* 	position: relative; */
	padding-bottom: 64px;
}
.fuel-item-price {
	display: table;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: 2px solid #F4BB59;
	padding-bottom: 8px;
	position: absolute;
	bottom: 40px;
}
.fuel-item-price + p {
	display: none;
}
.fuel-menu__item .elementor-image-box-img {
	position: relative;
	padding-top: 86.38613%;
}
.fuel-menu__item .elementor-image-box-img > img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 767px) {
	.fuel-menu__item > .elementor-widget-container {
		height: calc(100% - 36px);
	}
	.fuel-item-price {
		bottom: 24px;
	}
}

#firstEnter .button2-txt a {
	margin-left: 0;
}
#firstEnterAcademy .nm-form-control__wrap {
    margin-bottom: 26px;
}
#firstEnterAcademy .nm-form-control__wrap:not(.nm-form-textarea__wrap):after {
    top: 40px; 
}
#firstEnterAcademy .nm-form-control__wrap .nm-form-control:not(textarea) {
    height: 40px;
    width: 100%;
    padding: 8px 0 8px;
    font-size: 14px;
    line-height: 24px;
}
#firstEnterAcademy .nm-form-label {
    font-size: 14px;
    line-height: 1em;
    transform: translateY(12px);
}
#firstEnterAcademy .nm-form-control__wrap.nm-focused .nm-form-label, 
#firstEnterAcademy .nm-form-control__wrap.nm-active .nm-form-label {
    transform: translateY(-6px);
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}
#firstEnterAcademy .nm-focused .nm-form-label small {
	opacity: 0!important;
}

/* blog page styles */
.blog-section {
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
}
.blog-post {
	width: 33.333333%;
	padding: 16px;
}
.blog-post .post-wrapper {
	background: linear-gradient(157.6deg, rgba(255, 255, 255, 0.16) 14.59%, rgba(255, 255, 255, 0.04) 85.41%);
	border: 1px solid #5058CF;
	box-shadow: 0px 0px 8px #4E58D8;
	border-radius: 40px;
	padding: 32px 32px 56px;
	height: 100%;
	position: relative;
}
.blog-post .post-datetime,
.posted-on {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #F4BB59;
}
.short-posts .blog-post .post-datetime {
	display: none;
}
.blog-post .post-img-wrapper {
	position: relative;
}
.blog-post .post-img-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.blog-post .post-thumbnail,
.blog-post .post-no-img{
	position: relative;
	padding-bottom: 62.63048%;
	overflow: hidden;
	border-radius: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.short-posts .blog-post .post-thumbnail,
.short-posts .blog-post .post-no-img{
	padding-bottom: 43.478261%;
	margin-top: 0;
}
.blog-post .post-thumbnail img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
}
.blog-post .post-title {
	font-family: 'Raleway'!important;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 44px;
	margin: 40px 0;
}
.blog-post .post-excerpt {
	margin-bottom: 40px;
}
.short-posts .blog-post .post-excerpt {
	display: none;
}
.blog-post a.read-more-btn {
	margin-left: 0;
	position: absolute;
	bottom: 32px;
	right: 32px;
}
@media (max-width: 1100px) {
	.blog-post {
		width: 50%;
	}
}
@media (max-width: 1024px) {
	.blog-post {
		width: 50%;
	}
	.blog-post .post-wrapper {
		padding: 24px 24px 48px;
		border-radius: 20px;
	}
	.blog-post .post-img-wrapper,
	.blog-post .post-title,
	.blog-post .post-excerpt {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.short-posts .blog-post .post-thumbnail,
	.short-posts .blog-post .post-no-img{
		margin-top: 0;
	}
	.short-posts .blog-post .post-title {
		font-size: 24px;
		line-height: 1.375em;
	}
	.blog-post .post-excerpt {
		font-size: 14px;
		line-height: 24px;
	}
	.blog-post a.read-more-btn {
		bottom: 24px;
		right: 24px;
	}		
}
@media (max-width: 680px) {
	.blog-post {
		width: 100%;
	}
}

/* article page styles */
article.type-post,
.archive.category main .container{
	max-width: 1736px;
	padding: 0 20px;
	margin: 100px auto 200px;
}
.article-container {
	display: flex;
	margin-top: 56px;
}
.recent-articles {
	width: 545px;
	min-width: 545px;
	margin: 0 0 0 20px;
}
.recent-articles .blog-post {
	width: 100%;
	padding: 0 0 16px;
}
article.type-post h1.entry-title,
.archive-heading h1.page-title{
	font-weight: 400;
	font-size: 80px;
	line-height: 1em;
	text-align: center;
	max-width: 1410px;
	margin: 0 auto 120px;
}
article.type-post > .post-thumbnail {
	border-radius: 20px;
	padding-bottom: 43.632075%;
	position: relative;
	overflow: hidden;
	margin-bottom: 56px;
}
article.type-post > .post-thumbnail img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0;
}
article.type-post .entry-content {
	margin: 0 20px 0 0;
}
.posted-on a {
	color: #F4BB59;
}
.posted-on {
	margin-bottom: 32px;
	display: table;
}
article.type-post .entry-content ul li:before {
	background-color:#5EB792;
}
article.type-post .entry-content p {
	margin: 32px 0;
}
.section-contacts,
.section-contacts{
	padding: 0 20px;
	margin: 200px auto;
	max-width: 1488px;
}
.section-contacts .section-title,
.section-contacts .section-title{
	font-size: 64px;
	line-height: 1.25em;
	text-align: center;
	margin-bottom: 50px;
}
.section-contacts .as-row {
	display: flex;
}
.section-contacts .as-col-50 {
	width: 50%;
}
.section-contacts .contacts-map .contacts-map-wrapper {
	width: 100%;
}
.section-contacts .contacts-map {
	line-height: 0;
}
.section-contacts .contacts-map-wrapper iframe {
	max-width: 100%;
    width: 100%;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    transition-duration: 0.5s;
	height: 450px;
	border-radius: 40px;
}
.section-contacts .contacts-map-wrapper iframe:hover {
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.section-contacts .sub-title {
	margin-bottom: 12px;
}
.section-contacts .sub-title.blue {
	color: #5058CF;
}
.section-contacts .sub-title.orange {
	color: #F4BB59;
}
.section-contacts .sub-title.green {
	color: #5EB792;
}
.section-contacts .sub-title.purple {
	color: #B45BBC;
}
.section-contacts p.contact-info {
	margin-bottom: 40px;
	line-height: 1em;
}
@media (max-width: 1480px) {
	.post-template-default .section-title,
	.archive.category .section-title{
		font-size: 48px;
	}
}


@media (min-width: 1101px) {
	.recent-articles .section-title,
	.recent-articles .post-excerpt {
		display: none;
	}
	.recent-articles .post-wrapper > .post-datetime {
		display: none;
	}
	.recent-articles .post-wrapper {
		display: flex;
		padding: 20px;
		border-radius: 20px;
	}
	.recent-articles .post-img-wrapper {
		width: 150px;
		min-width: 150px;
		margin: 0 20px 0 0;
	}
	.recent-articles .post-img-wrapper.post-no-img {
		min-height: 150px;
		padding: 0;
	}
	.recent-articles .post-thumbnail {
		padding-bottom: 100%;
		margin: 0;
	}
	.recent-articles .post-title {
		font-size: 28px;
		line-height: 32px;
		margin: 4px 0 28px;
	}
	.recent-articles a.read-more-btn {
		margin-left: auto;
		display: table;
		bottom: 20px;
    	right: 20px;
	}
}

@media (max-width: 1100px) {
	.recent-articles .post-wrapper .article-info .post-datetime {
		display: none;
	}
	.article-container {
		display: block;
	}
	.recent-articles {
		width: 100%;
		min-width: unset;
		margin: 0;
	
	}
	article.type-post .entry-content {
		margin: 0 0 100px;
	}
	.blog-recent {
		display: flex;
		flex-wrap: wrap;
		margin-left: -16px;
		margin-right: -16px;
	}
	.recent-articles .blog-post {
		width: 50%;
		padding: 16px;
	}
	article.type-post,
	.archive.category main .container{
		max-width: 1736px;
		padding: 0 20px;
		margin: 100px auto 100px;
	}
   .section-contacts{
		margin: 100px auto;
	}
	.section-contacts .section-title {
		font-size: 44px;
	}
	article.type-post h1.entry-title,
	.archive-heading h1.page-title{
		text-align: left;
	}
	.archive-heading h1.page-title{
		font-size: 44px;
		margin-bottom: 40px;
		line-height: 1.25em;
	}
}
@media (max-width: 767px){
	.contacts-map .contacts-map-wrapper iframe {
		height: 59.2vw!important;
		border-radius: 20px;
	}
	.section-contacts .as-row {
		display: block;
	}
	.section-contacts .as-col-50 {
		width: 100%;
	}
	.section-contacts .section-title{
		text-align: left;
		margin: 0 0 24px;
		font-size: 44px;
	}
	article.type-post h1.entry-title,
	.archive-heading h1.page-title{
		font-size: 44px;
		margin-bottom: 40px;
		line-height: 1.25em;
	}
	article.type-post,
	.archive.category main .container{
		margin: 20px auto 100px;
	}
	article.type-post > .post-thumbnail {
		margin-bottom: 40px;
	}
	.article-container {
		margin-top: 40px;
	}
	.blog-post .post-thumbnail {
		margin-top:20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 680px) {
	.recent-articles .blog-post {
		width: 100%;
	}
	article.type-post h1.entry-title,
	.archive-heading h1.page-title{
		font-size: 32px;
		margin-bottom: 24px;
	}
	article.type-post > .post-thumbnail {
		margin-bottom: 24px;
	}
	article.type-post .entry-content p {
		margin: 24px 0;
	}
	.posted-on {
		margin-bottom: 24px;
	}
	.article-container {
		margin-top: 24px;
	}
	.section-contacts .section-title {
		font-size: 44px;
	}
}
.main-navigation #primary-menu>li.menu-item > a:hover,
.recent-articles a.read-more-btn:hover{
	color:#F9FAFB;
}

.page-id-657 div.heateor_sss_bottom_sharing {
	display: none!important;
}
.error404  .section-contacts,
.privacy-policy .section-contacts,
.page-id-1481 .section-contacts {
	display: none;
}
#sbi_images {
	padding: 5px!important;
}


.home-hero-img {
    width: 37.8vw!important;
}
.home-hero-img .elementor-widget-container {
    height: 0!important;
}
.home-hero-img .elementor-widget-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1100px) {
    .home-hero-img {
        width: 80vw!important;
    }
}
@media (max-width: 767px) {
    .home-hero-img {
        width: 100%!important;
    }
}

.franchise-form .wpcf7-form .as-button__wrapper {
    margin: 20px auto;

    border-radius: 16px;
    border: 1px solid #F4BB59;
    box-shadow: 0px 0px 4px 0px #F4BB59;
}
.franchise-form .wpcf7-form .as-button__wrapper input.as-button {
    color: #F4BB59 !important;
}
.franchise-form .nm-form-control__wrap:not(.nm-form-textarea__wrap):after {
    background: rgba(255, 255, 255, 0.50);
    box-shadow: none;
}
.franchise-form .as-button-hover .elementor-button:before, .franchise-form .as-button__wrapper::before {
    border-radius: 16px;
}

.franchise-form .nm-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 244px;
}
.franchise-form .nm-form-col {
    width: 100%;
}
@media (max-width: 787px) {
    .franchise-form .nm-form-control__wrap .nm-form-control:not(textarea) {
        border: 1px solid rgba(255, 255, 255, 0.50);
        box-shadow: none;
        border-radius: 16px;
        padding: 20px 28px;
        height: 68px;
    }
    .franchise-form .nm-form-row {
        display: block;
    }
}

@media (min-width: 1101px) and (max-width: 1480px) {
    .huge.elementor-widget-heading div.elementor-heading-title, .huge.elementor-widget-heading h2, .huge.elementor-widget-heading h1 {
        font-size: 80px;
    }
}

