@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800;900&display=swap');

body{
	font-family: 'Raleway';
	background:#191723;
	color:#fff;
     background-position: center top;
     background-repeat: no-repeat;
     background-size: 100% auto;
	font-weight: 300;
}
.dark{
	background:#14121e;
	padding:100px 0;
}

.menu{
	display: flex;
	justify-content: space-between;
	padding:25px 20px;
}
.menu .logo{
	display: flex;
	align-items: center;
}
.menu .logo-img a{
	padding:0;
	margin:0;
	opacity: 1;
}
.menu .logo img{
	width:130px;
}
.menu .logo span{
	font-weight: bold;
	font-size:16px;
	margin-left:10px;
}
.menu a{
	color:#fff;
	margin-left:30px;
	opacity:0.6;
	font-size:14px;
	text-decoration: none;
}
.menu a:hover{
	opacity:1;
}

.header{
	text-align: center;
	margin-top:80px;
}
.header h1{
	font-size:36px;
	line-height: 1.2em;
	margin-bottom:14px;
	/*font-size:65px;font-family: 'Inter';
	line-height: 1em;
	font-weight:800;
	letter-spacing: -0.02em;
	margin-bottom:20px;*/
}
.header h2{
	opacity:0.7;
	font-size:20px;
	font-weight: 400;
	margin: 0 auto;
	margin-bottom:40px;
	font-weight: 300;
	max-width: 600px;
	/*font-size:24px;
		opacity:0.5;*/
}
.head{
	font-size:30px;
	text-align: center;
	font-weight: 700;
}
p{
	opacity:0.7;
	font-size:18px;
	font-weight: 400;
	margin-bottom:40px;
	font-weight: 300;
	text-align: center;
}
.video-wrap{
	max-width:950px;
	margin:0 auto;
}
.video{
	width:100%;
	max-width:950px;
	border-radius:17px;
	margin-top:80px;
	overflow: hidden;
	margin-bottom:80px;
	border:3px solid rgba(255,255,255,0.05);
}



h3{
	font-size:24px;
	text-align: center;
	margin-bottom:160px;
	margin-bottom:10px;
}
h3 span{
	background: #7956FF;
	padding:3px 10px;
	border-radius: 100px;
	margin:0 5px;
	white-space: nowrap;
}
.h3-vid{
	max-width: 580px;
	margin:0 auto;
}
.h3-mb{
	margin-bottom:100px;
}
.h3-mb1{
	margin-bottom:30px;
}
.h3-mt{
	margin-top:100px;
}
.h3-bg-1{
	background:linear-gradient(to bottom,#fda085 0%,#f6d365 100%);
	background-clip:text;
	text-fill-color:transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}
.h3-bg-2{
	background:linear-gradient(to bottom,#f9f586 0%,#96fbc4 100%);
	background-clip:text;
	text-fill-color:transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}
.h3-bg-p{
	max-width:360px;
	margin:0 auto;
	margin-bottom:40px;
}



.wrap-trigs{
	text-align: center;
}
.wrap-trigs-ic{
	width:14px;
	height:14px;
	margin:0 auto;
	margin-bottom:20px;
	transform: rotate(45deg);
	border-radius: 4px;
	background: #7956FF;
}
.wrap-trigs h2{
	font-size:16px;
}

.tc{
	text-align: center;
}



.auth{
	text-align: center;
	margin:80px auto;
	max-width:320px;
}
.auth h1{
	font-size:28px;
	margin-bottom:30px;
}
.auth .text{
	outline:0;
	border:0;
	background:rgba(255,255,255,0.03);
	border-radius: 10px;
	height:50px;
	width:100%;
	text-align: left;
	padding:20px;
	color:#fff;
	margin-bottom:10px;
}
.auth .auth-btn{
	border-radius: 10px;
	padding:15px 35px;
	text-align: center;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	background: linear-gradient(135deg, #CD40FF, #3662FF);
     box-shadow: 0 15px 18px 0 rgba(43,62,229,0.15), inset 0 2px 0 0 rgba(93,225,151,.004);
	overflow: hidden;
	transition: 0.4s;
	position: relative;
	display: inline-block;
	font-weight: 300;
	font-size:14px;
	width:100%;
	margin-top:20px;
	border:0;
	outline: 0;
}
.auth .auth-btn-w{
	border-radius: 10px;
	padding:15px 35px;
	text-align: center;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	position: relative;
	display: inline-block;
	font-weight: 300;
	font-size:14px;
	width:100%;
	margin-top:20px;
	background:rgba(255,255,255,0.03);
}
.auth-label{
    position: relative;
    padding-left: 24px;
    text-align: left;
    color: #777;
    line-height: 1.4em;
    font-size:14px;
    cursor: pointer;
    margin-top: 5px;
}
.auth-label input{
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 2px;
}
.auth-label input{
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: #3F455A;
}
.auth-label input:active{
    outline: none;
    border-color: #7956FF
}
.auth-label input:checked {
    background-color: #7956FF !important;
    border-color: #7956FF !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik0xMS40IDVMMTAgMy42bC00IDQtMi0yTDIuNiA3IDYgMTAuNHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}
.auth-hr{
	border-top:1px solid rgba(255,255,255,0.1);
	margin-top:25px;
	margin-bottom:5px;
}
.auth-link{
	margin-top:25px;
	font-size:14px;
	color:#777;
}
.auth-link a{
	color:#7956FF!important;
}


.btn{
	border-radius: 17px;
	padding:20px 35px;
	text-align: center;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	background: linear-gradient(135deg, #CD40FF, #3662FF);
     box-shadow: 0 15px 18px 0 rgba(43,62,229,0.15), inset 0 2px 0 0 rgba(93,225,151,.004);
	overflow: hidden;
	transition: 0.4s;
	position: relative;
	display: inline-block;
	font-weight: 300;
}
.btn-glow:after{
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom,rgba(229,172,142,0),rgba(255,255,255,.6) 50%,rgba(229,172,142,0));
    transform: rotateZ(60deg) translate(-5em,7.5em);
    opacity: 0;
    animation: blink 3s infinite;
    z-index: 100;
}
@keyframes blink{
    0%,79%{
        opacity: 0;
        transform: rotateZ(60deg) translate(-5em,7.5em)
    }
    80%{
        opacity: 0.8;
        transform: rotateZ(60deg) translate(-5em,7.5em)
    }
    95%{
        opacity: 0.8;
        transform: rotateZ(60deg) translate(5em,-11em)
    }
    to{
        opacity: 0;
        transform: rotateZ(60deg) translate(5em,-9em)
    }
}
.btn-w{
	background:#fff;
	color:#000;
}





.tarif{
	background: #1F1D28;
     border-radius: 17px;
     margin-bottom: 30px;
     padding: 30px 40px 50px 40px;
}
.tarif-h{
	font-size:40px;
	font-weight: 900;
}
.tarif-h > div{
	display: inline-block;
}
.tarif-h > span{
	opacity: 0.5;
	font-size:30px;
}
.tarif-h > span > span{
	font-size:18px;
	font-weight: 400;
}
.tarif-n{
	opacity: 0.5;
}
.tarif-hr{
	margin-top:20px;
		margin-bottom:20px;
	border-top:1px solid rgba(255,255,255,0.1);
	max-width:150px;
}




.switch{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:40px;
}
.switch > span{
	margin:0 10px;
	margin-bottom:8px;
	font-size:14px;
	opacity:0.5;
}
.k {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.k input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.k .ta {
    display: block;
    position: relative;
    min-width: 40px;
    width: 50px;
    height: 25px;
    border-radius: 16px;
    background: #3F455A;
}
.k input:checked+.ta {
    background: #7956FF;
}
.k .ta::before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    border-radius: 14px;
    background: #DDE2F4;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.k input:checked+.ta::before {
    left: 28px;
}


.cta{
	background: linear-gradient(135deg, #CD40FF, #3662FF);
	border-radius:17px;
	margin-top:40px;
	padding:40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cta span{
	font-weight: 900;
	font-size: 24px;
}
.cta .btn{
	margin: 0;
}
.cta a{
	display: inline-block;
}


.footer{
	text-align: center;
	margin-top:100px;
}

.footer a{
	opacity:0.5;
	color:#fff!important;
	margin:0 10px;
	font-size:14px;
}
.footer div{
	opacity:0.5;
	color:#fff!important;
	font-size:14px;
	margin-top:20px;
	margin-bottom:60px;
}



.m-lock{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:503;
	background:rgba(22,24,34,0.3);
	transition:0.5s;
	visibility:hidden;
	opacity:0;
}
.m-lock-a{
	visibility:visible;
	opacity:1;
}
.m-lock > div{
    position:absolute;
	z-index:999999;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:96px;
	height:96px;
	margin:auto;
	color:#fff;
}
.m-lock > div > div {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    background-color:#fff;
    border: 0 solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    opacity: 0;
    animation: m-lock 1s 0s linear infinite;
}
.m-lock > div > div:nth-child(2) {
    animation-delay: .2s;
}
.m-lock > div > div:nth-child(3) {
    animation-delay: .4s;
}
@keyframes m-lock{
    0% {
        opacity: 0;
        transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}



.noty{
	position:fixed;
	right:20px;
	top:-30px;
	left:20px;
     opacity:0;
     transition:top 0.5s, opacity 0.5s;
     z-index:5000;
	text-align: center;
}
.noty div{
	background: linear-gradient(135deg, #CD40FF, #3662FF);
	border-radius:10px;
	display:inline-block;
	color:#fff;
	padding:14px 20px;
	font-size:14px;
     box-shadow:0 20px 20px rgba(0,0,0,0.07);
     cursor:arrow;
}
.noty-show{
	top:20px;
	opacity:1;
     cursor:pointer;
}




.rules{
	text-align: left;
	margin:60px auto;
	max-width:800px;
}

.rules h3, .rules p{
	text-align: left;
}
.rules h3{
	font-size:16px;
}
.rules p{
	font-size:16px;
	line-height: 1.4em;
}


.author{
	background:#4346F4;
	background: linear-gradient(135deg, #CD40FF, #3662FF);
	margin-top:80px;

}
.author-box{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	position: relative;
}
.author-img{
	flex-shrink: 0;
	width:300px;
	position:absolute;
	left:0px;
	bottom:0;
}
.author-speech{
	padding:60px 0;
	padding-left:400px;
	padding-right:100px;
	color:#fff;
	font-size:16px;
}
@media screen and (max-width: 768px) {
	.author-speech{
		padding-left:40px;
		padding-right:40px;
		padding-bottom:80px;
		padding-top:80px;
	}
	.author-img{
		left:auto;
		right:40px;
	}
}
.author a{
	color:#fff!important;
	text-decoration: underline;
}

.review-h{
	font-weight: 700;
	font-size:20px;
}
.review-d{
	color:rgba(255,255,255,0.5);
	font-size:14px;
}
.review-t{
	margin-top:20px;
	position: relative;
}




.wrap-card-img{
	text-align: center;
	border-radius: 10px;
}
.wrap-card-text{
	padding:150px 100px;
	text-align: left;
}
.wrap-card-text h2{
	line-height: 1.3em;
}
.wrap-card-text p{
	text-align: left;
}
.wrap-phone{
	width:300px;
	height:500px;
	position: relative;
	margin:0 auto;
}
.wrap-phone-bg{
	width:300px;
	height:500px;
	position: absolute;
	left:0;
	top:0;
	z-index:2;
	background:url(../img/iphonex.svg) center center no-repeat;
	background-size:contain;
}
.wrap-phone-img{
	width:300px;
	height:405px;
	position: absolute;
	left:46px;
	top:40px;
	z-index:1;
	background:#555 url(../img/index-1.jpg) center top no-repeat;
	background-size:cover;
	border-radius:7px;
	box-shadow:0px 38px 76px 0px rgb(11, 29, 66, 0.07);
}
.wrap-phone-2 .wrap-phone-img{
	background-image:url(../img/index-2.jpg);
	left:0;
}
.wrap-phone-3 .wrap-phone-img{
	background-image:url(../img/index-3.jpg);
}

.line{
	max-width:655px;
}




@media (max-width: 1400px){
	.line{
		max-width:570px;
	}
}
@media (max-width: 1200px){
	.line{
		max-width:475px;
	}
}
@media (max-width: 992px){
	.wrap-trigs-ic{
		margin-top:30px;
	}
	.row-flex{
		display: block;
	}
	.line{
		display: none;
	}
	.wrap-card-text{
		padding: 0;
	}
	.wrap-card-text h2{
		margin-top:50px;
	}
	.wrap-plan {
	    padding-bottom: 80px;
	}
	.wrap-tarif{
		margin-top: 20px;
	}
	.footer-h{
		margin-top: 50px;
	}
	.container{
		padding-left:20px;
		padding-right:20px;
	}
	.header h1 {
	    font-size: 30px;
	}
	.h3-mb {
    margin-bottom: 50px;
}
	.row-flex > div {
		padding-left:10px;
		padding-right:10px;
	}
	.wrap-trigs-2{
		margin-top:0px;
	}
	.form-pay{
		margin-bottom:40px;
	}
	.wrap-phone-img{
		left:0;
		top:0;
	}
	.wrap-phone, .wrap-phone-bg{
		height:435px;
	}
	.author-box {
		padding-bottom:340px;
	}
	.cta {
    		display: block;
	}
	.cta span {
	    display: block;
	    margin-bottom: 20px;
	}
	.cta a {
	    display: inline-block;
	}
}
