@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
	height: 100%;
}
body {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    font-family: "AktivGrotesk", sans-serif;
    /* background: url(../images/bg-image-cover-full-scren.png); */
    /* background-size: cover; */
}
/* @media (max-width: 992px){ */
    body{
        /* background:url(../images/bg-cover-mobile.png), fixed, linear-gradient(180deg, #000000 100%, #ff001e 0%) 0% 0% no-repeat padding-box; */
        background: url(../images/bg-cover-mobile.png), linear-gradient(#000000, #68000c);
        height: auto;
    }
    html{
        height: auto;
    }
/* } */
a{
    color: #fff;
    text-decoration: none;
}
:focus {
    outline: none;
}
::placeholder{
    color: inherit;
}
ul, ol{
	margin: 0 0 15px 15px;
    padding: 0;
    line-height: 1.6;
}
li::marker{
    color: inherit;
}
.li-marg-btm li{
    margin-bottom: 15px;
}
h1, .entry-title{
    color: #fff;
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Fredoka", sans-serif;
}
h2{
    color: #fff;
    font-size: 55px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Fredoka", sans-serif;
}
h3{
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: "Fredoka", sans-serif;
}
.intro-text h3, .archive-description h3, .intro-text h2, .archive-description h2 {
    color: #062BA7;
    font-size: 30px;
    line-height: inherit;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 30px;
}
@media(max-width:767px){
    h1, h2, .entry-title{
        font-size: 25px;
    }
}
.padtop {
    padding-top: 30px;
}
.paddaround{
    padding: 60px 0;
}
.margbtm{
    margin-bottom: 30px;
}
.margtop{
    margin-top: 30px;
}
.sectiontop{
    margin-top: 40px;
}
.nopad{
    padding: 0;
}
.row-center {
    justify-content: center;
    text-align: center;
}
.grey-bg{
    background-color: #767A7E;
    color: #fff;
}
.grey-bg h2{
    color: #fff;
} 
.site-inner {
    max-width: 1380px;
    padding: 0 20px;
}
div.container-fluid{
	padding-left: 20px;
	padding-right: 20px;
}
div.container {
    padding-right: 20px;
    padding-left: 20px;
}
@media (min-width: 768px){
	div.container {
    	max-width: none;
    	width: 100%;
    }
}
@media (min-width: 992px){
	div.container {
    	max-width: none;
    }
}
@media (min-width: 1320px){
	div.container {
    	width: 100%;
    	max-width: 1380px;
    	padding: 0 20px;
    }
}
@media (max-width: 979px){
	div.container {
    	width: 100%;
    	max-width: none;
    }
}
/* Stick footer to the bottom for short pages */
.search .site-container, .error404 .site-container {
	height: 100%;
}
.search .site-inner, .error404 .content-sidebar-wrap {
	min-height: calc(100% - 198px);
	/* margin-bottom: -80px;  */
}
.search .site-footer, .search .site-inner:after, .error404 .site-footer, .error404 .content-sidebar-wrap:after {
	height: auto; 
}
/* End footer to the bottom stle */

/*404 Page starts here */
.bigtxt404{
	font-size: 300px;
	font-weight: bold;
}
.txt404{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-weight: normal;
}
.error404 .content{
	max-width: 100%;
}
@media (max-width: 767px){
	.bigtxt404{
		font-size: 150px;
	}
}
/*end 404 Page */
.btn, input[type="submit"]{
	background-color: transparent;
	padding: 10px 20px;
	color: #ff0000;
    font-size: 12px;
    text-decoration: none;
    text-transform: none;
	border-radius: 23px;
	display: inline-block;
    text-align: center;
	min-width: 160px;
	cursor: pointer;
	border: 1px solid #ff0000;
}
.btn:hover, input[type="submit"]:hover{
	background-color: #ff0000;
	border-width: 1px;
	color: #fff;
}
.btn:focus {
    box-shadow: none;
    color: #fff;
}
.btn-wrap .btn {
    margin-right: 20px;
}
.mobile-d{
	display: none;
}
@media(max-width:991px){
	.mobile-d{
		display: inline-block;
	}
	.desktop-d{
		display: none;
	}
    .btn-wrap .btn {
        margin-bottom: 20px;
    }
    .mobile-reverse{
        flex-direction: column-reverse;
    }
}
.site-header {
    padding: 10px 20px;
    z-index: 9;
    position: relative;
    top: -1px;
    box-shadow: none;
    vertical-align: text-bottom;
    background-color: transparent;
}
.site-header .wrap {
    width: 100%;
    max-width: 990px;
    padding:10px 20px;
    box-shadow: 12px 12px 65px #0000001A;
    background: transparent linear-gradient(175deg, #FFFFFF26 0%, #FFFFFF0D 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF40;
    border-radius: 52px;
}
.site-header .wrap .wrap{
    border: none;
    padding: 0;
    background: transparent;
}
@media(max-width:1199px){
    .site-header {
        position: relative;
    }
    .site-header .wrap .wrap{
        padding: 0;
    }
}
.nav-primary .genesis-nav-menu a{
    width: 169px;
    height: 50px;
    color: transparent;
}
#menu-item-8 a{
    background-image: url(../images/apple-store.png);
}
#menu-item-9 a{
    background-image: url(../images/google-play.png);
}
.genesis-nav-menu .menu-item{
    margin-left: 20px;
}
.nav-primary{
    float: right;
}
.genesis-nav-menu{
    margin: 0;
}
.menu-toggle, .sub-menu-toggle {
    display: none;
    visibility: hidden;
}
@media(max-width:659px){
    .nav-primary {
        float: none;
        display: block;
        text-align: center;
    }
}
@media(max-width:463px){
    #menu-item-8{
        margin-bottom: 10px;
    }
}
.banner-box {
    margin-top: 0;
    position: relative;
}
.banner-caption {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    font-family: "Fredoka", sans-serif;
    padding-left: 30px;
}
.banner-caption h1{
    color: #ff0000;
    font-size: 55px;
}
.banner-caption h1 strong{
    font-weight: bold;
}
@media(max-width:659px){
    .banner-caption h1 {
        font-size: 35px;
    }
}
@media(max-width:463px){
    .banner-caption p{
        display: none;
    }
    .banner-caption h1 {
        margin-bottom: 0;
    }
}
.text-in{
    padding-right: 30px;
}
.feat-img img {
    border-radius: 12px;
}
.one-logo{
	margin-bottom: 30px;
}
.site-footer {
    background: #000;
    color: #fff;
    padding: 1px 30px 30px;
    border: none;
    margin-top: -1px;
}
.site-footer a{
    color: inherit;
    text-decoration: none;
}
.footer-widget-area{
    width: 100%;
}
.footer-widgets {
    /* background-color: transparent; */
    background: transparent linear-gradient(180deg, #ff001e00 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border: none;
    padding: 30px 30px 0;
    color: #fff;
}
.footer-widgets .wrap{
    max-width: 1380px;
}
.widget-title{
    font-size: 25px;
}
.footer-widgets a{
    color: inherit;
    text-decoration: none;
}
.footer-widgets-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
}
.widget{
    margin-bottom: 15px;
}
.footer-widgets .widget{
    min-width: 190px;
}
@media(max-width:650px){
    .footer-widget-area {
        padding-left: 0;
        padding-right: 0;
    }
}
.wp-custom-logo .title-area{
    max-width: 166px;
    /* max-width: none; */
    padding-bottom: 0;
    padding-top: 0;
    margin-right: 30px;
}
@media(max-width:1199px){
    .wp-custom-logo .title-area{
        display: inline-block;
    }
}
/* Comin soon starts */
#menu-item-8{
    display: none;
}
.nav-primary .genesis-nav-menu #menu-item-105 a{
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
    width: auto;
}
@media(max-width:950px){
    .nav-primary .genesis-nav-menu #menu-item-105 a {
        font-size: 19px;
    }
    .genesis-nav-menu .menu-item {
        margin-left: 0;
    }
}
@media(max-width:950px){
    .wp-custom-logo .title-area {
        display: block;
        max-width: none;
        text-align: center;
    }
    .nav-primary {
        float: none;
        width: 100%;
        text-align: center;
    }
}
/* Coming soon ends */
.site-form form[data-status="sent"] div, .site-form form[data-status="sent"] p{
    display: none;
}
.site-form form[data-status="sent"] div.wpcf7-response-output {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    border: none;
    color: #2C2C34;
    font-size: 16px;
    padding-bottom: 20px;
    /* color: #062BA7; */
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
}
.site-form .thank-you{
    display: none;
}
.site-form .thank-you img{
    max-width: 100px;
}
.site-form .thank-you h3{
    color: #34AD3D;
    font-size: 40px;
    margin: 10px auto;
}
.site-form:has( form[data-status="sent"]) .thank-you{
    display: block;
}
.site-form .wpcf7-form div {
    display: inline-block;
    width: 293px;
	max-width: 100%;
    margin-right:20px;
    text-align: left;
}
.site-form .wpcf7-form div:nth-child(even){
    margin-right: 0;
}
input, select, textarea{
    padding: 10px;
    border-radius: 5px;
    background-color: #ae737a;
    border-color: #ae737a;
    color: #fff;
}
input:focus, textarea:focus{
    color: #fff;
}
.form-wrap{
    margin-bottom: 30px;
}
.form-wrap .txt-in{
    max-width: 550px;
}
.form-wrap .feat-img{
    text-align: right;
}
.form-wrap .wpcf7-form-control-wrap {
    min-width: 200px;
    margin-bottom: 20px;
}
.form-wrap .wpcf7-form-control-wrap[data-name="your-message"] {
    width: 94%;
    margin-right: 0;
}
.wpcf7-not-valid-tip {
    position: absolute;
}
.zig-zag{
    margin-bottom: 60px;
}
.txt-in{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zig-block{
    margin-top: 60px;
}
.zig-block:nth-child(even){
    flex-direction: row-reverse;
}
.zig-block .txt-in{
    padding-right: 40px;
    margin-left: auto;
    margin-right: 0;
}
.zig-block:nth-child(even) .txt-in{
    padding-right: 0;
    padding-left: 40px;
    margin-left: 0;
    margin-right: auto;
}
.zig-block .feat-img{
    text-align: right;
}
.zig-block:nth-child(even) .feat-img{
    text-align: left;
}
@media(max-width:991px){
    .zig-block .txt-in{
        padding-right: 0;
        max-width: none;
    }
    .zig-block:nth-child(even) .txt-in{
        padding-left: 0;
    }
    .zig-block .feat-img{
        text-align: left;
    }
}
.flirt{
    background-color: #864048;
    border-radius: 30px;
    padding: 20px 40px;
}
.flirt .txt-in{
    max-width: 700px;
}
.flirt  .btn-wrap {
    margin-top: 20px;
}
.flirt  .btn-wrap img{
    margin-right: 20px;
}
.acc-item {
    background-color: #ae737a;
    border-color: transparent;
    overflow: hidden;
}
.acc-item button.acc-link {
    background-color: inherit;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: normal;
    font-family: inherit;
}
.acc-link p{
    margin-bottom: 0;
}
.acc-link:hover{
    background-color: inherit;
}
.card-body{
    color: #fff;
    padding: 0 30px;
}
.clicker {
    position: absolute;
    top: 20px;
    right: 20px;
}