@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Poppins:wght@200;400;500;700;900&display=swap');

html {
	scroll-behavior: smooth;
}

body, html {
	font-family: "Poppins";
	font-size: 15px;
	font-weight: 500;
	color: #000;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins";
	font-weight: 700;
	/* background: -webkit-linear-gradient(45deg, rgba(254,0,52,1), rgba(0,170,204,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	margin-left: auto;
	margin-right: auto;
    color: #040042 !important;
}
.bg-heading {
	/* background-image: linear-gradient(45deg, rgba(126,3,62,0.5), rgba(4,85,135,0.5)), url(../img/heading-pattern.png); */
    /* height: 150px;
    background-repeat: repeat-x; */
    color: #040042 !important;
}
.bg-heading .heading {
	font-weight: 100;
    font-size: 42px;
    text-transform: uppercase;
}
.bg-heading .sub-heading {
	font-weight: 100;
    font-size: 16px;
    text-transform: lowercase;
}
.bg-img-container {
	position: absolute;
    left: 0;
    width: 100%;
    width: 200%;
    opacity: 0.2;
}
.backvideo {
	width:100%;
	height: 500px;
	background-color: #EEE;
	border-bottom: 1px solid #DDD;
	overflow: hidden;
	position: relative;
}
.backvideo video {
	width:100%;
}
.txt-backvideo {
    position: absolute;
    top: 0px;
    width: 100%;
}
.txt-backvideo .txt-backvideo-head {
	font-size: 48px;
	color: #FFF;
	font-weight: 400;
}
.txt-backvideo .txt-backvideo-moto {
	font-size: 28px;
	color: #FFF;
	font-weight: 100;
}
.navbar-brand {
	font-family: "Poppins";
	font-weight: 700;
	color: #FFF;
	font-size: 22px;
}
.navbar {
	font-weight: 500;
    font-size: 15px;
	/* background: -webkit-linear-gradient(45deg, rgba(254,0,52,0.5) 0%, rgba(0,170,204,0.5) 100%); */
}
.navbar ul li a i {
	margin-right: 2px;
	margin-right: 2px;
}
.text-custom {
    color: #040042 !important;
}
.bg-dark {
	background-color: #040042 !important;
}
.rounded {
	overflow: hidden;
	border-radius: 1.35rem!important;
	
}
.btn {
	font-family: "Poppins";
	font-weight: 700;
	border-width: 2px;
	font-size: 14px;
}
.btn-custom {
	font-family: "Poppins";
	font-weight: 500;
	color: #FFF;
	font-size: 16px;
	border: none;
	background: -webkit-linear-gradient(45deg, rgba(254,0,52,1) 0%, rgba(0,170,204,1) 100%);
}
.btn-custom:hover {
	color: #FFF;
	background: -webkit-linear-gradient(-45deg, rgba(254,0,52,1) 0%, rgba(0,170,204,1) 100%);
}
.btn-outline-primary {
    color: #040042 !important;
    border-color: #040042 !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #040042 !important;
    border-color: #040042 !important;
}
.divider {
	font-family: "Poppins";
	font-weight: 900;
	color: #FFF;
	margin: 0px;
	text-align: center;
}
.step {
	padding-top: 10px;
}
.step h5 {
	font-size: 17px;
	background: none;
    -webkit-text-fill-color: white;
}
.step p {
	font-size: 12px;
    color: #FFF;
}
.card-title {
	font-size: 18px;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
}
.card-price {
	font-weight: 400;
    font-size: 28px;
    color: #FFF;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 15px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.card-price small {
	font-size:10px;
}
.price-sel {
	transform:scale(1.1);
}
.platform-store {
    margin: auto;
    display: inline-block;
}
.platform-store a {
	width: 150px;
    height: auto;
    float: left;
    margin-right: 10px;
	margin-top: 10px;
}
.platform-store a:last-child {
	margin-right: 0px;
}
.platform-store a img {
	object-fit: contain;
    width: 100%;
    height: auto;
	transition: all 0.2s;
}
.platform-store a:hover img {
	transform: scale(1.1);
	transition: all 0.2s;
}
.ctn-holder {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}
.ctn-holder .img-holder {
	width: 100%;
	height: 550px;
	position: absolute;
}
.ctn-holder .img-holder img {
	width: 100%;
	object-fit: contain;
}
.ctn-holder .txt-holder {
    position: absolute;
    top: 0px;
    color: #FFF;
    width: 455px;
    background-color: rgba(255,255,255,0.1);
    backdrop-filter: blur(100px);
}
.slick-dots {
	position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.slick-dots li {
	display: inline;
    padding: 5px;
}
.slick-dots li:marker {
	
}
.slick-dots li button {
	background: none;
    color: #FFF;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    font-size: 11px;
    width: 30px;
    height: 30px;
	transition: all 0.2s;
}
.slick-dots .slick-active button {
	background-color: #FFF;
	color: #000;
	transform: scale(1.1);
	transition: all 0.2s;
}
.contact-live {
	display: inline-block;
	color: #000;
	font-size: 100px;
	border-radius: 100px;
	border: 4px solid #000;
	width: 170px;
	height: 170px;
	opacity: 0.7;
	transition: all 0.2s;
}
.contact-live:hover {
	color: #FFF;
	opacity: 1;
	background: -webkit-linear-gradient(-45deg, rgba(254,0,52,1), rgba(0,170,204,1));
	border: 4px solid #FFF;
	text-decoration:none;
	transform: scale(1.2);
	transition: all 0.2s;
}

.footer {
	background-color: #e6e4ff;
    color: #040042;
}
.footer-head {
	font-weight: 400;
	font-size: 16px;
}
.footer-txt {
	font-weight: 400;
	font-size: 13px;
}
.footer-txt i {
	font-size: 16px;
}
.footer-txt a {
	font-size: 13px;
	color: #040042;
	text-decoration: none;
	display: inline-block;
}
.footer-txt a:hover { 
	color: #000;
	text-decoration: underline;
}

hr {
    border-top: 1px solid rgb(4 0 66 / 10%)
}

@media only screen and (max-width: 600px) { 
	.navbar {
		
	}
	.quickpay {
		display: inline-block;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.backvideo video {
		width:auto;
		height: 100%;
	}
	.txt-backvideo .txt-backvideo-head {
		font-size: 42px;
		color: #FFF;
		font-weight: 400;
	}
	.txt-backvideo .txt-backvideo-moto {
		font-size: 18px;
		color: #FFF;
		font-weight: 100;
	}
	.ctn-holder {
		width: 100%;
		height: 550px;
		overflow: hidden;
		position: relative;
	}
	.ctn-holder .img-holder {
		width: 100%;
		height: 550px;
		position: absolute;
	}
	.ctn-holder .img-holder img {
		width: auto;
		height: 100%;
		object-fit: contain;
	}
	.ctn-holder .txt-holder {
		position: absolute;
		top: 0px;
		color: #FFF;
		width: 320px;
		background-color: rgba(255,255,255,0.3);
		backdrop-filter: blur(100px);
		font-size: 13px;
	}
	.footer {
		text-align: center;
	}
}