@import url('https://fonts.googleapis.com/css?family=Caveat+Brush|Play'); 

body{ 
font-family: 'Play', sans-serif;
}
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #ffffff;
}
h1{
	text-align: center;
	color: hsl(230, 100%, 95%);
	animation: lights 2s 750ms linear infinite;
}
@keyframes lights {
  0% {
	color: hsl(230, 40%, 80%);
	text-shadow:
	  0 0 1em hsla(320, 100%, 50%, 0.2),
	  0 0 0.125em hsla(320, 100%, 60%, 0.3),
	  -1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
	  1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
  }
  
  30% { 
	color: hsl(230, 80%, 90%);
	text-shadow:
	  0 0 1em hsla(320, 100%, 50%, 0.5),
	  0 0 0.125em hsla(320, 100%, 60%, 0.5),
	  -0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
	  0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
  }
  
  40% { 
	color: hsl(230, 100%, 95%);
	text-shadow:
	  0 0 1em hsla(320, 100%, 50%, 0.5),
	  0 0 0.125em hsla(320, 100%, 90%, 0.5),
	  -0.25em -0.125em 0.125em hsla(40, 100%, 60%, 0.2),
	  0.25em 0.125em 0.125em hsla(200, 100%, 60%, 0.4);
  }
  
  70% {
	color: hsl(230, 80%, 90%);
	text-shadow:
	  0 0 1em hsla(320, 100%, 50%, 0.5),
	  0 0 0.125em hsla(320, 100%, 60%, 0.5),
	  0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
	  -0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
  }
  
  100% {
	color: hsl(230, 40%, 80%);
	text-shadow:
	  0 0 1em hsla(320, 100%, 50%, 0.2),
	  0 0 0.125em hsla(320, 100%, 60%, 0.3),
	  1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
	  -1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
  }
  
}
h1, .type-wrap{
	font-size: 60px;
	color: #fff;
	margin-top: 60px;
}
h2 {
	font-size: 32px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border-bottom:3px solid rgba(255, 255, 255, 0.3);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	letter-spacing:3px;
	line-height:30px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	color: #fff;
	border-bottom:3px solid rgba(229, 46, 46, 1);
}
.btn-large {
	padding: 15px 40px;
}
.logo b {
    color: #ffc107;
    text-transform: uppercase;
}
.logo span{
	display: block;
	font-size: 14px;
	opacity: .5;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #03a9f4;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
	color: #fff;
}
body { 
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
 .no-gutter [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.logo {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 3px;
	text-transform: capitalize;
	padding: 10px 0 0;
	line-height: 1.3;
	display: flex;
	align-items: center;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 20px;
}
.banner-area {
	position: relative;
	background: url('../images-langin/11.webp');
}

.banner-text {
	padding-top: 6%;
	padding-bottom: 0%;

	color: #fff !important;
}
.banner-text h1 {
	margin-top:10%;
	color: #fff;
	font-weight: 100;
	font-size: 28px;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.banner-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing:3px;
	margin-bottom: 5%;
	font-family: arial;
}

/* ------------------------------------------------------------------------------
	Countdown
-------------------------------------------------------------------------------*/

#countdown {
	padding:0;
	position:relative;
	margin-top: 6%;
	margin-bottom:5%;
	padding: 10px 0 20px;
}

.item {
	display: inline-block;
	position: relative;
	text-align:center;
	margin:0 10px;
	padding: 5px 0 20px;
	text-transform:uppercase;
	font-size: 16px;
	border-bottom: 1px solid #6864f6;
	color: #fff;
	width: 140px;
	/* background: rgba(0, 0, 0, 0.34); */
	border: 1px #646464 dashed;
	border-bottom: 1px solid #6864f6;
}
.item p {
	text-align:center;
	margin:0;
	font-size: 54px;
	padding:0;
	/* background: rgba(2, 7, 13, 0.28); */
}

#countdown .item:nth-child(1){/* background: rgb(208, 40, 40); */margin: 0;}
#countdown .item:nth-child(2){/* background: rgb(37, 110, 249); */}
#countdown .item:nth-child(3){/* background: rgb(38, 175, 38); */}
#countdown .item:nth-child(4){/* background: rgb(230, 158, 21); */}

/* ------------------------------------------------------------------------------
	Subscribe
-------------------------------------------------------------------------------*/

.subscribe {
	max-width: 620px;
	width: 100%;
	position: relative;
	margin:0 auto;
	padding-bottom: 70px;
	
}
.subscribe >.container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.subscribe h2 {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	margin: 0;
	line-height: 1.3;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: left;
}
.subscribe-form {
	margin-top: 6px;
	text-align:center;
}
.subscribe-form input[type=text] {
	width: 70%;
	height: 46px;
	display: block;
	padding: 0 20px;
	background-color: rgba(54, 57, 78, 0.36);
	border: 1px solid rgba(255, 255, 255, 0.66);
	color: #fff;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	line-height: 60px;
	letter-spacing:1px;
	font-size:15px;
	font-weight:300;
	float: left;
	border-right: 0;
}
.subscribe-form input:focus {
	outline: 0;
}
.subscribe-form input[type=submit] {
	width: 30%;
	height: 46px;
	display: block;
	padding: 0 10px;
	background-color: #6864f6;
	border: 1px solid #6864f6;
	color: #ffffff;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-weight: 700;
	transition: all 0.125s ease-in-out 0s;
	-moz-transition: all 0.125s ease-in-out 0s;
	-webkit-transition: all 0.125s ease-in-out 0s;
	-o-transition: all 0.125s ease-in-out 0s;
	-ms-transition: all 0.125s ease-in-out 0s;
	float: right;
	cursor: pointer;
}
.subscribe-form input[type=submit]:hover {
	background-color: #5753d6;
    border: 1px solid #5753d6;
	color: #fff;
}

.error_message {
	color:#fc6e51;
	padding-bottom:15px;
	font-size:13px;
	line-height:30px;
}

#success_page {
	color:#9ce726;
	padding-bottom:10px;
	font-size:12px;
}
#success_page h3 {
	font-size:17px;
	font-weight:400px;
	color:#4ab217;
}
#success_page p {
	font-size:12px;
	font-weight:400px;
	color:#b3b3b3;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {text-align: center;/* background-color: rgba(24, 24, 24, 0.27); */padding: 50px 0 50px 0;/* background: rgba(255, 255, 255, 0.17); */}


.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: #969696;
	font-size:12px;
	line-height:14px;
	
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #03a9f4;
}
.footer .footer-share {
	margin: 0 0 10px 0;
	
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 17px;
	letter-spacing:20px;
	color: #fff;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}

.typed-cursor{
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
section.text{
	position: relative;
	color: #fff;
	margin-top: 40px;
}
section.text p{
	font-size: 16px;

	line-height: 1.6;
	color: #ffffffd4;
}
section.text h2{
	position: relative;
	padding-left: 40px;
}


section.text h2, section.text h3{
	color: #fff;
	margin-top: 40px;
}
section.text h4{
	color: #fff;
}
section.text .box{
	display: flex;
	align-items: center;
	gap:20px;
	border: 2px solid #341e65;
	background: #150e2573;
	border-radius: 8px;
	padding: 20px;
	margin: 20px 0px;
}
section.text .box h3{
	margin-top: 0px;
}
section.text ul li {
	position: relative;
	font-size: 15px;

	color: #ffffffd4;
	margin-bottom: 10px;
	padding-left: 26px;
	line-height: 1.2;
}
section.text ul li.just-box{
	border: 2px solid #341e65;
	background: #150e2573;
	border-radius: 8px;
	padding: 20px 20px 20px 40px;
	margin-bottom: 15px;
}
.item-tips{
	display: flex;
	align-items: center;
	gap: 20px;
}
#message{
	display: none;
	color: #6562f2;
	border: 2px solid #341e65;
	background: #150e2573;
	font-size: 20px;
	clear: left;
	margin-top: 70px;
	padding: 10px;
	border-radius: 8px;
}
section.text ul li:before{
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background: url(../images-langin/check.svg) #215c78;
	border-radius: 50%;
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat;
	
}
section.text ul li.just-box:before{
	left: 20px;
}
section.text ul.cons li:before{
	content: 'X';
	background: #6864f6;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
}
section.text ul.pros li:before{
	content: '+';
	background: #6864f6;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
}
section.text ul li:last-child{
	border-bottom: none;
}
section.text ul li.just-box:last-child{
	border-bottom: 2px solid #341e65;
}
section.text ul li strong{
	color: #fff;
}
section.text .top_whales{
	border: 2px solid #341e65;
	background: #150e2573;
	padding: 20px;
	border-radius: 8px;
}
section.text .top_whales{
	margin-top: 40px;
}
section.text .top_whales h2{
	margin-top: 0px;
}
section.text .faq-item{
	background: #341e65;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 8px;
}
.bookie_list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
	max-width: 1900px;
	margin: 0 auto;
}
.bookie_list .bookie{
	position: relative;
	display: flex;
	gap: 20px;
	flex: 1 1 calc(50% - 42px);
	background: #132e3b;
	border-radius: 15px;
	padding: 10px;
	border: 1px solid #2495c370;
	box-shadow: 0px 0px 46px #1f77a199;
	color: #fff;
	text-decoration: none;
}
.bookie_list .bookie .new{
	position: absolute;
	left: 15px;
	top: -15px;
	background: #e15934;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: bold;
}
.bookie_list .bookie .button{
	flex: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 10px;
	flex-direction: column;
	gap: 20px;
}
.bookie_list .bookie .button .rrT1{
	background-color: #5cc324;
	outline: 2px solid #7bdb47;
	display: flex;
	text-transform: uppercase;
	align-items: center;
	gap: 10px;
	justify-content: center;
	padding: 20px;
	width: max-content;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	max-width: 177px;
	

}
.bookie_list .bookie .button .rrT1.pulse{
	box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
	  -webkit-animation: pulse 1s;

}
@-webkit-keyframes pulse {
  0% {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
  }
  70% {
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
  }
  100% {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
.bookie_list .bookie .button .rrT1 img{
	filter: invert(1);
}
.bookie_list .bookie .button .rrT1:hover{
	background-color: #369203;
}
.label-text{
	background: #215c784f;
	padding: 5px 10px;
	border-radius: 20px;
}
.bonus-text{
	font-size: 26px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.have_acc{
font-size: 14px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.have_acc svg{
	margin-top: 10px;
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	animation: heartbeat 1.5s ease-in-out infinite both;
	
}
.have_acc svg path{
	fill:#5cc324
}
.bonus-section ul{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
}
.bonus-section{
	padding: 20px 10px;
}
.t_c{
	font-size: 11px;
	opacity: .4;
}
@-webkit-keyframes heartbeat {
  from {
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transform-origin: center center;
			transform-origin: center center;
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
  }
  10% {
	-webkit-transform: scale(0.91);
			transform: scale(0.91);
	-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
  }
  17% {
	-webkit-transform: scale(0.98);
			transform: scale(0.98);
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
  }
  33% {
	-webkit-transform: scale(0.87);
			transform: scale(0.87);
	-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
  }
  45% {
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transform-origin: center center;
			transform-origin: center center;
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
  }
  10% {
	-webkit-transform: scale(0.91);
			transform: scale(0.91);
	-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
  }
  17% {
	-webkit-transform: scale(0.98);
			transform: scale(0.98);
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
  }
  33% {
	-webkit-transform: scale(0.87);
			transform: scale(0.87);
	-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
  }
  45% {
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
  }
}
.menu-footer{
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
@media(min-width:1500px){
	.bookie_list .bookie{
		max-width: calc(50% - 42px);
	}
}
@media(max-width:991px){
	.banner-area{
		background-position: left center;
	}
	section.text{
		margin-top: 25px;
		gap: 15px;
	}
	.bonus-section ul{
		display: none;
	}
	.logo{
		border-radius: 5px;
		text-align: center;
		padding: 5px;
	}
	section.text ul li{
		font-size: 12px;
	}
	.logo img{
		margin: 0 auto;
		max-width: 60px;
		height: 35px;
		object-fit: contain;
	}
	.label-text {
		background: none;
		padding: 0;
		border-radius: 0px;
		font-size: 11px;
		margin-bottom: 4px;
		color: #7eb7d0;
	}
	.bonus-text{
		font-size: 15px;
		margin: 0px;
		line-height: 1.3;
	}
	.bookie_list {
		gap: 10px;
		flex-direction: column;
	}
	.bonus-section{
		padding: 0px 5px;
	}
	.bookie_list .bookie{
		gap: 5px;
		align-items: center;
		width: 100%;
		display: flex;
		flex: 1;
		box-shadow: 0px 0px 10px #1f77a1c4;
		box-sizing: border-box;
		
	}
	.bookie_list .bookie .button{
		flex: none;
		padding: 0px;
		margin-bottom: 0px;
		margin-left: auto;

	}
	.bookie_list .bookie .button .rrT1{
		max-width: 80%;
		padding: 10px;
		font-size: 11.5px;
		font-weight: bold;
	}
	.have_acc{
		display: none;
	}

	.d-lg-block{
		display: none;
	}
	.menu-footer{
		font-size: 10px;
	}
}
@media(min-width:1024px){
	.prooos{
		display: flex;
		gap: 20px;
	}
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	.bookie_list .bookie .new{
		font-size: 11px;
		left: 12px;
		top: -8px;
		padding: 2px 10px;
	}
	.prooos.box{
		flex-direction: column;
	}
	section.text h2{
		font-size: 23px;
		padding-left: 20px;
	}
	section.text h3{
		font-size: 29px;
	}
	section.text .box h3, section.text .top_whales h3{
		font-size: 23px;
	}
	section.text .box img{
		width: 35px;
		height: 35px;
	}
 .banner-text {
 padding-top: 12%;
}
 .banner-text h1 {
 font-size: 42px;
}
 .banner-text p {
 font-size: 24px;
}
 .footer .footer-col {
 margin-bottom: 50px;
}
h1, .type-wrap {
	font-size: 22px;
	color: #fff;
	margin-top: 25px;
}
#countdown {
	margin-bottom:0px;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

#countdown .item{
	width: 48%;
	margin: 0px;
}
.item {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 0 10px;
	padding: 5px 0 20px;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: 1px solid #6864f6;
	color: #fff;
	width: 140px;
	/* background: rgba(0, 0, 0, 0.34); */
	border: 1px #646464 dashed;
	border-bottom: 1px solid #6864f6;
   
	margin-left:0px;
}
.subscribe { 
	padding-bottom: 0px; 
}
}
@media screen and (max-width: 640px) {
 .banner-text {
 padding-top: 12%;
}

}
@media screen and (max-width: 480px) {

 .banner-text h1 {
 font-size: 32px;
}
 .item {
 width:70%;
}
}
@media screen and (max-width: 320px) {

 .item {
 width:70%;
}
}

