body {
    background-color: #efefef;
}

#about .sticky-wrapper {
    background-color: black;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 99;
    border: none;
    outline: none;
    /* background-color: red; */
    color: white;
    cursor: pointer;
    padding: 9px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: rgb(255,0,110);
    background: -moz-linear-gradient(45deg, rgba(255,0,110,0.8) 0%, rgba(0,173,238,0.8) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,0,110,0.8) 0%, rgba(0,173,238,0.8) 100%);
    background: linear-gradient(45deg, rgba(255,0,110,0.8) 0%, rgba(0,173,238,0.8) 100%);
	box-shadow:0px 0px 8px rgba(0,0,0,0.4);
}


.navbar-brand img {
    width: 180px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

.navbar {
    padding: 0.5rem 0rem;
}

.social_icon {

    display: inline-table;

    padding-top: 0px;
    border-radius: 20px;  
    margin-left: 5px;
      -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    

}

.header_icons{
    margin-top: -40px;
    
}

.navbar .container{
    padding: 0px
}


.social-icons{
	display:none;
}

.social_icon:hover {
     background: rgb(255,0,110);
    background: -moz-linear-gradient(45deg, rgba(255,0,110,1) 0%, rgba(0,173,238,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,0,110,1) 0%, rgba(0,173,238,1) 100%);
    background: linear-gradient(45deg, rgba(255,0,110,1) 0%, rgba(0,173,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff006e",endColorstr="#00adee",GradientType=1);
    padding-top: 0px;
    width: 20px;

}

.mail_header a{
    color:#fff!important;
    font-family: roboto;
    height: 40px;
    background-color: red;
    padding: 11px 20px 11px 20px;
    border-radius: 20px;
     background: rgb(255,0,110);
    background: -moz-linear-gradient(45deg, rgba(255,0,110,0.5) 0%, rgba(0,173,238,0.42) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,0,110,0.5) 0%, rgba(0,173,238,0.5) 100%);
    background: linear-gradient(45deg, rgba(255,0,110,0.5) 0%, rgba(0,173,238,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff006e",endColorstr="#00adee",GradientType=1);

}



.mail_header a:hover{
    background: rgb(255,0,110);
    background: -moz-linear-gradient(45deg, rgba(255,0,110,0.7) 0%, rgba(0,173,238,0.42) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,0,110,0.7) 0%, rgba(0,173,238,0.7) 100%);
    background: linear-gradient(45deg, rgba(255,0,110,0.7) 0%, rgba(0,173,238,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff006e",endColorstr="#00adee",GradientType=1);

}

.is-sticky .default-header .mail_header{
	 margin-top: -2px;

}

.is-sticky .default-header  .mail_header a{
    padding: 6px 15px 6px 15px;


}

.is-sticky .default-header .header_icons{
     margin-top: -60px;


}




.is-sticky .default-header .social_icon {
    width: 33px;
    height: 33px;
     -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

} 


.img-fluid {
	margin:auto;
}

.footer-social .mail_icon{
    width: 150px;
    height: 40px;
    color: #fff;
}



.social_icon{
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.social_icon:hover{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    
}



.default-header {
    background-color: #000;
    width: 100% !important;
    height: 125px;
    z-index: 100;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



.is-sticky .default-header {
    background-color: #000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    height: 55px;
}

.is-sticky .default-header .navbar-brand img{
    width: 124px;
     -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.app-des-right {
    position: absolute;
    z-index: 1;
    width: 540px;
    height: 540px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
    display: block;
    right: 40px;
    top: 40px;
}

.app-des-left {
    position: absolute;
    z-index: 1;
    width: 540px;
    height: 540px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
    display: block;
    left: 40px;
    top: 40px;
}

.home{
	position: relative;
}



.pp p, li, td, b {
    font-family: roboto;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
	color: #696969;
}


.game-area ul li::before {
  content: "\2022";
  color: #da026b;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}


h1 {
    font-size: 25px;
    font-weight: 700;
    font-family: roboto;
}

p{
    font-family: roboto;
}

.game-area-mob p {
		font-family: roboto;
		font-size: 14px;
		font-weight: 500;
}

b, i, sup, sub, u, del {
    color: #00adee;
}




.game-area-mob ul li::before {
    content: "\2022";
    color: #da026b;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.pp p,li,td,b{
    font-family: roboto;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
}

.game-area-mob .pp p, li, td, b {
    font-family: roboto;
    line-height: 23px;
    font-size: 14px;
    font-weight: 400;
}


.pp h5 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
	
}


.pp-cp .row {
    margin-right: 0px!important;
    margin-left: 0px!important;
}


b, i, sup, sub, u, del {
    color: #00adee;
}

.game-area p{
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    font-family: roboto;
	color:#696969;
}

.game-area-mob p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    font-family: roboto;
	color:#696969;
}

.game-area .sep_title{
    font-size: 11px;
    font-weight: 900;
    font-family: roboto;
	color:#c0c0c0;
}

.game-area-mob .sep_title{
    font-size: 11px;
    font-weight: 900;
    font-family: roboto;
	color:#c0c0c0;
}

.app-store {
    width: 130px;
}

.app-store-pos{
    position: absolute;
    left: 0; 
    right: 0; 
    bottom: 0;
    margin-left: auto; 
    margin-right: auto;
    padding-bottom: 35px;

}



.descr{
    padding-left:6%;
    padding-right:6%;
}


.app-icon{
    width: 170px;

}



.primary-btn {
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
    background: rgb(255,0,110);
    background: -moz-linear-gradient(45deg, rgba(255,0,110,1) 0%, rgba(0,173,238,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,0,110,1) 0%, rgba(0,173,238,1) 100%);
    background: linear-gradient(45deg, rgba(255,0,110,1) 0%, rgba(0,173,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff006e",endColorstr="#00adee",GradientType=1);
    border: solid 0px rgba(0,0,0,0.3);
    
}

.primary-btn:hover {
    background: rgb(255,0,110);
    background: -moz-linear-gradient(45deg, rgba(255,0,110,1) 0%, rgba(0,173,238,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,0,110,1) 0%, rgba(0,173,238,1) 100%);
    background: linear-gradient(45deg, rgba(255,0,110,1) 0%, rgba(0,173,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff006e",endColorstr="#00adee",GradientType=1);
    border: 0px;
    color:#ffffff;
    box-shadow: 0px 20px 20px 0px rgba(157, 157, 157, 0.0);
    filter: brightness(1.12);
    
}

.primary-btn.text-uppercase{
    font-size:14px;
    font-weight: 600;
    font-family: roboto;
    letter-spacing: 0.5px;
}


.game-area .justify-content-start {
    padding-bottom: 100px;
}


.game-area .justify-content-end {
    padding-bottom: 100px;
}

.footer-area {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -80px;
    background-color: #d0d0d0;

}

.footer-area a{
    color:#000000!important;
    font-weight: 500;
    font-family: roboto;
    font-size:15px;
	margin: 10px;
}

.footer-area .all_rights{
    font-size:13px;
    letter-spacing: 0.5px;
    color:#757575;
    font-weight: 400;
}


.logo-footer{
    width: 180px;
    margin-left: 45px;
}


   .app-des-right {
    width: 550px;
    height: 530px;
}
    .app-des-left {
    width: 550px;
    height: 530px;
}



.pp{
    background-color: white;
    padding: 3%;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.15);

}


/* -------------------  SUPPORT ------------------- */

.send_button{
	padding: 15px 30px 15px 30px;
	border-radius:50px;
	border: 3px solid #00adee;
	background-color:white;
	font-size: 14px;
	font-weight: 600;
	font-family: roboto;
	letter-spacing: 0.5px;
	cursor:pointer;
}

.send_button:hover{
	border: 3px solid #ff006e;

}

.support_p{
	font-size: 17px!important;
	font-weight:500!important;
}

.form_logo{
	height:120px;
	margin-top:-72px;
	margin-left:25px;
}


.signup-text {
	line-height: 30px;
	font-family: roboto;
	color: black;
}

#form_signup_single ::placeholder {
    color: #000000;
    opacity: 1;
    font-weight: 400;
}

.container.sign-up-form {
	width: 600px;
}

#form_signup_single .single-textarea {
	background:#def6ff; 
    border-radius: 6px;
}


#form_signup_single .single-input {
    line-height: 48px;
    background:#def6ff; 
    border-radius: 6px;
}

#form_signup_single ::-webkit-input-placeholder {
	color: #000!important;
	font-weight: 500!important;
	opacity: 1;
	font-family:roboto;
}

#form_signup_single :-ms-input-placeholder {
	color: #000!important;
	font-weight: 500!important;
	opacity: 1;
	font-family:roboto;
}

#form_signup_single::-moz-placeholder {
	color: #000!important;
	font-weight: 500!important;
	opacity: 1;
	font-family:roboto;
}

.form_content {
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
	padding: 50px;
	border-radius: 10px;
}

.thank-your-in{
	background-image: url(../img/sign_up_bg2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding: 17%;
}

.thank-your-in p {
    font-family: roboto;
    font-size: 18px;
	line-height:25px;
    font-weight: 500;
}


.thank-your-in h1 {
    font-size: 35px;
    font-weight: 700;
    font-family: roboto;
}

.backhome {
    background-color: white;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    font-family: roboto;
}

.backhome:hover {
    color: #ec1b70;

}


/* -------------------  ABOUT-US ------------------- */

.vertical-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.about_text .container{
	max-width: 100%;
	padding:0px;
}

.container.desktop{
	max-width: 60%;
}

.about-img{
	width: 530px;
    height: 530px;
	margin:auto;
}

.about_text.section-gap {
    padding: 60px 0;
}

.about_us.top_teaser{
	height:420px;
	width:auto;
	background-image: url(../img/about_top_teaser.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
	background-attachment: fixed;
}

.top_title_teaser{
	height: 70px;
}

.about_us h5 {
    font-size: 17px;
	line-height:28px!important;
	font-family:roboto;
	font-weight:500;
}



.pr-150{
	padding-right:150px;
}

.pl-150{
	padding-left:150px;
}


td{
	border: 1px solid #d6d6d6;
	padding:5px;
}



@media (max-width: 1500px) {
.about_us.top_teaser {
    height: 340px;
	}
	.about-img {
		width: 480px;
		height: 480px;
	}
	.container.desktop {
    max-width: 85%;
	}
}


@media (max-width: 1366px) {
	.about-img{
		max-width: 100%;
		height: auto;
	}
	.about_text .container {
		max-width: 80%;
	}
	.about_us.top_teaser {
		background-size: contain;
		height: 284px;

	}
	.top_title_teaser {
    height: 60px;
	}	
}

@media (max-width: 991px) {
	.about-img{
		max-width: 80%;
		height: auto;
	}
	.desktop{
		display:none;
	}
	.about_text .container {
		max-width: 90%;
	}
	.about_us.top_teaser {
		height: 200px;
		background-size: 250%;
		background-attachment: fixed;
	}
	.top_title_teaser {
		height: 40px;
		margin-top: 90px;
	}
	
	.about_us h5 {
		font-size: 15px;
		line-height:26px!important;
		font-family:roboto;
		font-weight:400;
	}
	.about_us.section-gap{
		padding: 0px 0;
	}
}


@media (max-width: 500px) {
	h1 {
    font-size: 22px;

	}
}


@media (min-width: 992px) {
	.mob{
		display:none;
	}
}


/* -------------------  END-ABOUT-US ------------------- */




@media (max-width: 768px) {
.form_content {
		padding: 20px;
		margin-top: 10%;
		margin-bottom: 5%;
	}
	.form_content .mb-50 {
    margin-bottom: 25px;
}
	
	.form_logo {
    height: 100px;
    margin-top: -39px;
	}
	.container.thank-you {
		max-width: 100%;
	}
		.thank-your-in h1 {
		font-size: 30px;
		padding-top: 6%;
	}
	.thank-your-in p {
		font-size: 16px;
}
	.thank-your-in .mb-60 {
		margin-bottom: 30px;
	}
	.backhome {
		padding: 10px 15px 10px 15px;
	}
}






@media (max-width: 1700px){
     .container {
         max-width: 90%;
    }
    
    .game-area .justify-content-start {
    padding-bottom: 160px;
    }
        .game-area .justify-content-end {
    padding-bottom: 160px;
    }
}







@media (max-width: 1440px){
     .container {
         max-width: 85%;
	 }
	.app-des-right {
		width: 500px;
		height: 500px;
	}
	.app-des-left {
		width: 500px;
		height: 500px;
	}
	.app-icon {
		width: 150px;
	}
}

@media (max-width: 1300px){
     .container {
         max-width: 90%;
	 }
}



@media (max-width: 1200px){
    .game-area{
        display: none;
    }
	
}

	

@media (max-width: 1200px){
  
    .app-des-center {
        margin: auto;
        z-index: 1;
        height: auto;
        background-color: white;
        border-radius: 20px;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
        display: block;
        padding-bottom: 70px;
        margin-bottom: 10%;

    }
     .game-area-mob .app-des-center .col-lg-12{
            padding-right: 0px;
            padding-left: 0px;

    }
       .game-area-mob .img-fluid {
        border-radius: 20px 20px 0px 0px;
    }
        .game-area-mob{
            margin-bottom: 10%
        }
         .game-area-mob .app-icon {
            width: 150px;
			z-index: 1;
			margin-top: -70px;
			position: relative;
			border-radius: 8px;
			border: 14px solid #fff;
    }
  
        .game-area .justify-content-start {
            padding-bottom: 50px;
    }
	
}

@media (max-width: 991px){
    
    .navbar-toggler{
        display: none;
    }
    .navbar-brand img {
    width: 120px;
    margin-top: 5px;

    }
    .container {
        max-width: 90%;
    }
    .social_icon {
        width: 30px;
        height: 30px;
    }
    .navbar-collapse .text-right {

        padding-bottom: 2px;

    }
    .header_icons {
        margin-top: -120px;
    }

    .mail_header a {
        padding: 5px 7px 5px 7px;
        font-size: 11px;
    }
	
    .navbar{
        padding: 0rem 0rem;
    } 
    .default-header {
        height: 88px;
    }
    .mail_header {
    margin-top: 7px;
    }
    .is-sticky .default-header .header_icons {
    display: none!important;
    }
    .is-sticky .default-header .navbar-brand img {
        width: 85px;
    }
    .is-sticky .default-header {
        background-color: rgba(0,0,0,0);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0);
    }
    
   .game-area-mob.section-gap {
        padding: 40px 0;
    }
    .pp {
        margin-top: -80px;
        padding: 5%;
        border-radius: 10px;
    }
    
    .pp-cp .row {
        margin-right: -15px!important;
        margin-left: -15px!important;
    }
    .social_icon:hover {
    width: 30px;
    height: 30px;


    }
	.header_icons {
		margin-right: 0px;
	}
	.app-des-center {
	
		border-radius: 15px;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
		display: block;
		padding-bottom: 40px;
		margin-bottom: 6%;
	}
	.game-area-mob .img-fluid {
		border-radius: 15px 15px 0px 0px;
		}
	
	.app-store-pos-mob{
		left: 0; 
		right: 0; 
		bottom: 20;
		width: 300px;
		margin: auto;

	}
	
	.app-store {
		width: 120px;
	}
	
	h1 {
		padding: 3%;
	}
	.footer-nav.d-flex {
		display: block!important;
	}
	.side_15{
		padding: 0 15px;
	}
}

@media (min-width: 1921px){
.container {
    max-width: 1500px!important;
}
}


@media (min-width: 1700px){
.container {
    max-width: 77%;
}
}


@media (min-width: 1200px){
    .game-area-mob{
        display: none;
    }
}




