@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

@font-face {
	font-family: "Cocogoose";
	src: url(assets/fonts/Cocogoose-Pro-Thin-trial.ttf) format("truetype");
	font-weight: 100;
}

@font-face {
	font-family: "Cocogoose";
	src: url(assets/fonts/Cocogoose-Pro-Ultralight-trial.ttf) format("truetype");
	font-weight: 300;
}

@font-face {
	font-family: "Cocogoose";
	src: url(assets/fonts/Cocogoose-Pro-Light-trial.ttf) format("truetype");
	font-weight: 500;
}

@font-face {
	font-family: "Cocogoose";
	src: url(assets/fonts/Cocogoose-Pro-Semilight-trial.ttf) format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: "Cocogoose";
	src: url(assets/fonts/Cocogoose-Pro-trial.ttf) format("truetype");
	font-weight: 700;
}


button, a {
	font-family: 'Helvetica';
}

html, body {
	overflow-y: auto !important;
	overflow-x: hidden;
}

body > #main-container {
	position: relative;
	background: url(assets/img/bg-img5.png) no-repeat top right/70% 10%;
	z-index: 1;
}

.navbar-nav .nav-item {
    padding: 10px 16px;
}

.infiniteslide{
	display: flex;
	flex-direction: row;
}

.slide{
	width: 300px;
	padding: 20px;
	height: 220px;
	display: flex !important;
	justify-content: center;
}
.diariodelpuerto{
	background-color: #032e62;
	height: 30px;
}

.prize{
	gap: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.prize h3{
	font-weight: 400;
	font-size: 40px !important;
}

#rope{
	width: 100%;
	
}

#ropediv{
	
}

.prize strong{
	font-weight: bold;
	position: relative;
}

.prize strong img{
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
}

#section-8{
	margin-bottom: 200px;
}


.periodico{
	background-color: #FFFFFF;
	height: 30px;
}

.diariodelpuerto img{
	padding: 5px;
}

.periodico img{
	padding: 5px;
}

.slide a{
	height: 100%;
	gap: 25px;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: left !important;
	color: unset;
	text-decoration: none;
}

.ad-video{
	background-color: rgba(0, 0, 0, 0.769);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	height: -webkit-fill-available;
	z-index: 1000000;
	overflow: hidden;
}

.ad-video::after{
	background-color: rgba(0, 0, 0, 0.769);
} 

.ad-video iframe{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0;
	outline: none;
}

.ad-video span{
	position: absolute;
	top: 3%;
	left: 3%;
	z-index: 10;
	color: black;
	cursor: pointer;
	text-align: center;
	background-color: #f4bc15;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fa-square{
	color: #f4bc15;
}

.fa-xmark{
	color: black;
	z-index: 10;
}


.navbar-nav .nav-item a { 
	color: #000 !important;
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}



.navbar-nav .nav-item .dropdown-menu{
	overflow:hidden;
}
.navbar-nav .nav-item .dropdown-menu a{
	font-size:14px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #d67b0e;
    font-weight: 600;

    /* color: #f4bc15; */
}


.navbar-nav .nav-item a.style_btn {
    background: #fff;
    color: #000 !important;
    border-radius: 50px;
    padding: 0 30px;
	height: 54px;
	display: flex;
	align-items: center;
	background-size: 300% 100%;
	transition: all .3s ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.navbar-nav .nav-item a.style_btn:hover {
	transform: translateY(-5px);

}


header {
	transition: 0.3s all ease-in-out;
	position: relative;
	top: 15px;
}

.scrolled {
	position: fixed;
	top: 15px;
	width: 100%;
	transition: 0.3s all ease-in-out;
	z-index: 99;
}

.scrolled .container {
	background-color: #ffeec5;
	border-radius: 50px;
	transition: 0.3s all ease-in-out;
}

header .navbar-brand {
	padding-left: 15px;
}

header .navbar-brand img {
	transition: 0.3s all ease-in-out;
}

.scrolled .navbar-brand img {
	width: 100px;
	padding: 10px;
	transition: 0.3s all ease-in-out;
}

#section-1 h1 {
    font-family: 'Cocogoose';
    font-weight: 700;
    line-height: 1.2; 
    font-size: 60px;
}

#section-1 ul li {
    margin-top: 15px;
    line-height: normal;
    font-size: 18px;
    color: #545465;
}

.style-btn {
	background:#D67B0D;
    border-radius: 90px;
    color: #fff !important; 
    padding: 12px 50px; 
	transition: all .4s ease-in-out;
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;		
	font-size: 18px;
	line-height: 26px;
}
.style-btn:hover{
	opacity:0.9;
	transform: translateY(-5px);
}


.style-btn:focus{
	box-shadow: 0 0 0 5px #f7d10c;
}

.style-btn:hover, .navbar-nav .nav-item a.style_btn:hover {
	background-position: 100% 0;
	transition: all .4s ease-in-out;
}


#section-1 .row {
	min-height: 600px;
}

#section-2 {
	margin-top: 10rem;
}

#section-2 {
	min-height: 2600px;
}

#section-2 ul {
	margin-left: 8rem;
	
}


#section-3 {
    /* background: #FDB700; */
    min-height: 4100px;
    padding: 4rem 0;
    margin-top: 0rem;
	display: flex;
	align-items: center;
}

#section-3 h3 {
	font-family: 'Lobster';
	font-size: 5rem;
}


#section-7 h3 {
	font-size: 5rem;
}

#section-3 p {
	font-size: 26px;
    margin-top: 2rem;
    margin-bottom: 0;
}

#section-4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 30px;
}

#section-6 form input {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#section-6 form textarea {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#section-4 h3 {
	font-size: 40px;
	font-weight: bold;
	white-space: nowrap;
}

#section-2 .tab-content {
	width: 45%;
	position: fixed;

}

@media (max-width: 1450px ) and (min-width: 1000px ) {
	#section-2 .tab-content {
		padding-right: 50px;
	
	}
	
}

#section-2 .tab-content h2 {
    font-family: 'Cocogoose';
    font-size: 50px;
    font-weight: 400;
}

#section-2 .tab-content p {
	margin-top: 20px;
    line-height: 28px;
    font-size: 20px;
    color: #202020;
    margin-left: 0;
	margin-bottom:0px;
}

.heading {
	font-size: 3.2rem;
	font-family: 'Lobster';
}

.clients {
	grid-gap: 90px;
}

footer {
	background-color: #000;
	padding-top: 1rem;
}

footer h5 {
	color: #d67b0e;
	font-size: 14px;
	font-weight: 600;
}

footer li a {
	color: #e1e1e1;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.8rem;
	transition: 0.3s all ease;
}

footer li{
	color: #e1e1e1;
}

footer li a:hover {
	color: #eee;
}

footer .footer-copyright p {
	color: #d67b0e;
	font-weight: bold;
	font-size: 14px;
}

.social-media a {
	color: #d67b0e;
	font-size: 28px;
	margin: 0 5px;
}

#section-5 h5 {
	font-size: 18px;
	color: #545465;
	line-height: 2rem;
}

#section-5 form input,
#section-5 form textarea {
	padding: 15px 20px;
	box-shadow: none;
	border-color: #d67b0e;
}

body::-webkit-scrollbar { 
    display: none;  
}

#section-5 .contact-section {
	padding: 40px 150px;
	border-radius: 26px;
}

#section-5 h2 {
	color: #f4bc15;
	margin-bottom: 50px;
}

#section-5 h5 {
	color: #fff;
}

.tab-img {
	position: fixed;
    width: 100%;
}

.tab-img img {
    width: 70%;
    border-radius: 20px;
}

/* #section-2 ul li {
	position: relative;
} */

.navbar-nav .dropdown-menu {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #f1f1f1;
    border-radius: 18px;
}

.mockup-img {
	position: absolute;
    right: 30%;
	visibility: hidden;
	opacity: 0;
}

#icon-box-section img {
	max-width: 100%;
}

#section-5 {
	margin-top: 10rem;
}

#section-5 .camera {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#section-7{
	margin-top: 7rem;
}

#section-9{
	text-align: center;
	margin-top: 4rem;
}

#section-9 h3{
	font-size: 3.5rem;
}

@media (min-width: 1920px ) {
	.rope-img{
		width: 100%;
	}
}

.infiniteslide-integrations img{
	margin-right: 50px;
}

.ypy-card
{
	min-height: 120px;
	max-width: 400px;
	border: 2px solid rgb(248, 248, 248);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	border-radius: 15px;
	margin: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
}
.flying-cash li{
    position: absolute;
    display: block;
    list-style: none;
  
    background: url('/assets/img/money.svg');
	background-repeat: no-repeat;
	background-size: cover;
	filter: invert(88%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(93%) contrast(96%);    animation: animate 25s linear infinite;
    bottom: -150px;
	z-index: 1;
    
}

.flying-cash li:nth-child(1){
    left: 25%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}


.flying-cash li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.flying-cash li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
}

.flying-cash li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.flying-cash li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.flying-cash li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.flying-cash li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 4s;
}

.flying-cash li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 7s;
    animation-duration: 45s;
}

.flying-cash li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.flying-cash li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.flying-cash{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.ypy-card strong
{
	font-size: 30px;
	z-index: 3;
}

.ypy-card a{
	z-index: 3;
}

.checkout-svg{
	position: absolute;
	top: -15px;
	left: -15px;
	width: 50px;
	transform: rotate(-45deg);
}

.money-svg{

	position: absolute;
	width: 50px;

}

.star-svg{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 50px;
}

.king-svg{
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
}

.pin-svg{
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
}

.lateral{
	transform: rotate(-10deg);
	transition: .5s;

}

.lateral:hover{
	transition: .5s;
	transform: rotate(0deg);
}





#section-6 {
	/* background: #000; */
    min-height: calc(100vh + 300px);
    padding: 3rem 0;
    margin-top: 3rem;
	display: flex;
	align-items: center;
}

#section-6 h2 {
	font-size: 5rem !important;
    color: #fff;
    font-family: 'Cocogoose';
    font-weight: 700;
    /* padding-bottom: 4rem; */
}

#section-6 img{
	width: 60px;
}

#section-6 input {
	background: #000;
    border: 3px solid #fff;
    border-radius: 20px;
    height: 57px;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-family: 'Cocogoose';
}

#section-6 textarea {
	background: #000;
    border: 3px solid #fff;
    border-radius: 20px;
	padding: 15px;
    color: #fff;
    font-size: 18px;
    font-family: 'Cocogoose';
}

#section-6 input:focus, #section-6 textarea:focus {
	border-color: #d67b0e;
}

#section-6 input::placeholder, #section-6 textarea::placeholder {
	color: #aaa;
}



#icon-box-section {
	min-height: 100vh;
	background: linear-gradient(top, rgba(50, 119, 247, 0.08) 0, #ffffff 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f2ff), color-stop(60%, #ffffff));
    background: -moz-linear-gradient(top, rgba(50, 119, 247, 0.08) 0, #ffffff 60%);
    background: -webkit-linear-gradient(top, rgb(181 181 181 / 8%) 0, #ffffff 60%);
    background: -o-linear-gradient(top, rgba(50, 119, 247, 0.08) 0, #ffffff 60%);
    background: -ms-linear-gradient(top, rgba(50, 119, 247, 0.08) 0, #ffffff 60%);
    background: linear-gradient(top, rgba(50, 119, 247, 0.08) 0, #ffffff 60%);
    width: 100%;
    height: 100%;
    padding-top: 6rem;
}

.iconbox {
    width: 25vw;
    margin-right: 35px;
}

.advantage-block h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Cocogoose';
    line-height: 1.6;
}

.advantage-block p {
	line-height: 2rem;
	font-size: 18px;
	color: #545465;
}

.advantage-block {
	margin-bottom: 60px;
}

/* .renderVideo {		
	position: absolute;
	width: 70%;
} */

/* .renderVideo:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: red;
} */

.bg-img {
	position: fixed;
    top: 0px;
    width: 75%;
    right: -150px;
    transform: rotate(15deg);
    z-index: -1;
}

.bg-img img, .animate-1 img {
	width: 100%;
}

.animate-1 {
	width: 40%;
    position: fixed;
    top: 10%;
    left: -20%;
    transform: rotate(45deg);
    z-index: -1;
	transition: 0.3s all ease;
}

.arrow-bg:before {
	content: '';
    position: absolute;
    top: 20px;
    left: 120px;
    background: url(assets/img/arrow.png) no-repeat center/contain;
    width: 70px;
    height: 70px;
    transition: 0.3s all ease-in-out;
	animation: updown infinite alternate linear 1s;
}

.scale-anim img {
	opacity: 0.5;
    position: fixed;
    left: -50px;
    top: 25%;
}

.firstImg {
	position: absolute;
    top: -92%;
    width: 958px !important;
    height: 550px;
    left: -275px;
}


@keyframes updown {
	to {
		transform: translateY(-5px);
	}

	to {
		transform: translateY(10px);
	}
}

.timeline {
    position: fixed;    
	margin-left: -60px;
    width: 5px;
    height: 260px;
    background-color: #C9C9C9;
    border-radius: 10px;
}

.timeline .circle {
	width: 15px;
    height: 15px;
    background: #000;
    display: block;
    margin: -5px;
    border-radius: 100%;
    position: absolute;
    border: 2px solid #C9C9C9;
}

.timeline .line {
	display: block;
    width: 100%;
    background: #000;
}

#section-3 .tab-content {
	padding-right: 18rem !important;
}

@media only screen and (max-width: 4000px) and (min-width: 1921px) {


	#section-2 .tab-content {
		width: 24%;
	}

	#section-3 {
		min-height: calc(100vh + 0px);
		padding: 0;
	}

	#section-4 {
		margin-top: 0;
	}

	.timeline {
		height: 220px;
	}

	#section-2 .tab-content {
		width: 27%;
	}

	#section-1 .col-lg-7 {
		margin-top: -100px;
	}

	#section-3 {
		min-height: 4100px;
	}
}

@media only screen and (max-width: 1920px) and (min-width: 1681px) {


	#section-2 .tab-content {
		width: 32%;
	}
}

@media only screen and (max-width: 1680px) and (min-width: 1500px) {


	.timeline { 
		height:265px;
		top:50%;
		transform:translateY(-50%) !important;
	}
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	#section-2 .tab-content {
		width: 50%;
	}

	.timeline { 
		height: 28vh;
    	margin-top: -15px;
	}

	#section-4 {
		margin-top: 0;
	}

	#section-3 {
		min-height: 4300px;
	}
}

@media only screen and (max-width: 1366px) {
	#section-2 {
		min-height: 2100px;
	}
	#section-3{
		min-height:4700px; 
	}
}

@media only screen and (max-width: 1280px) {
	.timeline {
		height: 260px; 
	}

	#section-1 .col-lg-7 {
		margin-top: -100px;
	}
	#section-3{
		min-height:4700px; 
	}
}

@media only screen and (max-width: 1024px) {
	#section-6 h2 {
		font-size: 7rem;
	}
	
	#section-3 h3 {
		font-size: 5.5rem;
	}

	#section-7 h3 {
		font-size: 5.5rem;
	}
	
	#section-1 h1 {
		font-size: 2.7rem;
	}

	.renderVideo {
		width: 90%;
		margin-top: 3rem;
	}
}
@media (min-width:1100px) and (max-width: 1250px) { 
	.renderVideo {
		width: 70%;
		}
	.timeline{ 
	}
	#section-3{
		min-height:4700px; 
	}
}

@media only screen and (max-width: 1200px) { 
	.renderVideo { 
		
		top: 50%;
	}

	.timeline {
		height: 260px;
	}

	#section-1 .col-lg-7 {
		margin-top: 0;
	}


	#section-3 .tab-content {
		padding-right: 10rem !important;
	}

	.navbar-nav .nav-item {
		padding: 10px;
	}

	body {
		background: url(assets/img/bg-img5.png) no-repeat top right/70% 7%;
	}
}




@media only screen and (max-width: 992px) and (min-width: 768px) {
	.container, .container-md, .container-sm {
		max-width: 880px;
	}

	#section-2 .tab-content h2 {
		font-size: 40px;
	}

	#section-6 h2 {
		font-size: 5rem;
	}

	#section-3 h3 {
		font-size: 3.5rem;
	}

	#section-7 h3 {
		font-size: 5.5rem;
	}


	#section-2 ul {
		margin-left: 5rem;
	}
	
	.renderVideo {
		width: 90%;
		margin-top: 0rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
	.renderVideo {
		width: 90%;
		margin-top: 0rem;
		margin-left: -3rem;
	}
}


@media only screen and (min-width: 100px) and (max-width: 767px) {
	header {
		padding:0px 10px;
		top:0px;
	}
	.scrolled{
		top: 10px;
	}
	/* header.scrolled{
		padding:0px;
	} */
	header.scrolled nav{
		padding:0px!important;
	}
	header.scrolled .navbar-brand img{
		width: 70px;
		padding:5px;
		transition: 0.3s all ease-in-out;
	}
	/* button.navbar-toggler:after {
		content: "Menu";
		border: 1px solid #000;
		padding: 5PX 10px;
		border-radius: 4px;
		font-size: 14px;
	}					 */
	header .container {
		background-color: #FFF8E7;
		border-radius:40px;
		transition: 0.3s all ease-in-out;
	}
	/* .scrolled .container{
		border-radius:0px;
	} */
	header .navbar-brand img {
		width: 75px;
		padding:5px;
		transition: 0.3s all ease-in-out;
	}
	#section-1 .col-lg-7{
		margin:0px;
	}
	#section-1 h1 {
		font-size: 1.7rem;
	}
	#section-1 ul li {
		margin-top: 8px; 
		font-size: 16px; 
	}
	body{
		background-size: 100% 4%;
		background: none;
	}
	#section-1 .row {
		min-height: 100%; 
	}
	button:focus:not(:focus-visible){
		outline:0px;
		box-shadow:0px 0px 0px 0px transparent;
	}
	#section-2 ul{
		margin:0px;
	}
	/* #section-2 .tab-content{
		opacity:1 !important;
		display:block !important;
		position:static !important;
		transform:translateY(0%) !important;
		width:60%;
	} */
	#section-2 .tab-content h2{
		font-size: 19px;
		font-weight: 600;
	}
	#section-2 .tab-content p {
		margin-top: 0;
		line-height: normal;
		font-size: 14px;
		color: #202020;
		margin-left: 0;
		margin-bottom: 0px;
	}
	#section-2{
		min-height:100%;
	}
	/* #section-3{
		min-height:100%;
		background:rgb(253, 183, 0);
	} */
	.tab-img.skrollable["data-800"]{
		display:none;
	}
	
	/* #section-3 .tab-content{
		display:block !important;
		width:100% !important;
		opacity:1 !important;
		position:static !important;
		padding:0px !important;
	} */
	#section-3 h3{
		font-size: 2rem;
	}
	#section-3 p{
		font-size:14px;
	}
	#section-3 h3 img{
		width:40px;
	}


	#section-7 h3 {
		font-size: 2rem;
	}

	#section-9 h3 {
		font-size: 2rem;
	}
	
	
	#section-5{
		margin:0px;
	}
	#section-5 img{
		max-width:100%;
	}
	/* #section-6{
		background:#000;
		min-height:100%;
	} */
	/* #section-6 h2 {
		font-size: 2rem;
	} */
}

.nav-link{
	cursor: pointer;
}

#nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(2) {
	top: 9px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(3) {
	top: 18px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
  }
  


  #nav-icon4 {
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	height: 25px;
  }

  #nav-icon4 span {
	display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    right: 0px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }


  @media only screen and (max-width: 373px) {

	#section-3 h2 {
		font-size: 23px;
	}

	.king-svg {
		top: -30px;
	}

}



@media only screen and (max-width: 767px) {

	
	#section-8{
		margin-top: 40px;
	}

	.prize h3{
		font-size: 30px !important;
	}




	.style-btn img {
		left: 163px !important;
		transform: rotate(30deg) !important;
	}

	body {
		background-size: 120%;
	}

	header {
		top: 10px;
	}

	#section-1 {
		height: 900px;
	}

	body>div {
		background: none;
	}



	#section-1 h1 {
		font-size: 47px;
		line-height: 3rem;
	}

	#section-1 ul li {
		margin-top: 8px;
		font-size: 18px;
	}

	.tab-img {
		right: 0;
	}

	.renderVideo {
		margin: 0 auto;
	}

	#section-2 {
		margin-top: 3rem;
		min-height: 1000px;
	}

	#section-2 .tab-content {
		position: relative;
		width: 100%;
		min-height: 200px;
	}

	#section-2 .tab-content h2 {
		font-size: 28px;
		font-weight: 700;
		color: #000;
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
	}


	.slick-dots li button:hover {
		outline: none !important;
	}


	@keyframes water-wave {
		0% {
			border-radius: 120px 135px 110px 90px;
		}

		25% {
			border-radius: 130px 140px 100px 110px;
		}

		50% {
			border-radius: 110px 97px 150px 100px;
		}

		75% {
			border-radius: 80px 107px 120px 90px;
		}

		100% {
			border-radius: 120px 135px 110px 90px;
		}
	}

	#section-2 .tab-content p {
		margin-top: 14px;
		line-height: 1.3;
		font-size: 18px;
		padding-left: 10px;
		padding-right: 10px;
	}




	#section-3 .tab-content {
		padding-right: 0rem !important;
	}

	#section-3 h3 {
		font-size: 3rem;
	}

	#section-3 p {
		font-size: 18px;
		line-height: 1.5;
	}

	#section-3 .slick-slide {
		padding: 0 15px;
	}

	#section-3 {
		min-height: 850px;
		background-color: #FDB700;
		padding: 0 0;

		user-select: none;
		/* supported by Chrome and Opera */
		-webkit-user-select: none;
		/* Safari */
		-khtml-user-select: none;
		/* Konqueror HTML */
		-moz-user-select: none;
		/* Firefox */
		-ms-user-select: none;
		/* Internet Explorer/Edge */
	}

	#section-4 {
		overflow: hidden;
	}

	#section-4 img {
		object-fit: contain;
	}

	#section-4 h3 {
		font-size: 30px;
		white-space: unset;
	}

	#section-4 {
		margin-top: 96px;
		font-size: 20px;
	}

	#section-5 {
		padding: 4rem 0;
		overflow: hidden;
	}

	#section-5 .qr-circle img:first-child {
		width: 75%;
	}

	#section-6 {
		background-color: #000;
	}

	#section-6 h2 {
		font-size: 48px !important;
		text-align: center;
		margin-top: 15px;
		margin-bottom: unset !important;
	}

	#section-7 {
		margin-top: 8rem;
	}

	.firstImg {
		left: -230px;
	}

	#section-6 input {
		border-radius: 14px;
		height: 50px;
		font-size: 16px;
	}

	#section-6 textarea {
		font-size: 16px;
	}

	.clients {
		grid-gap: 50px;
		list-style: none;
		display: flex;
		flex-direction: row;
		animation: marquee 30s linear infinite;
	}

	.style-btn {
		font-size: 20px;
		padding: 14px 40px;
	}
}

@media only screen and (max-width: 414px) {
	.renderVideo canvas {
		object-fit: contain;
		height: 350px;
		width: 100% !important;
		transform: translateX(0%);
	}


}

@keyframes marquee {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.slick-dots li button:before {
	font-size: 12px;
	opacity: 1;
	color: #fff;
}

@media only screen and (max-width: 375px) {
	#section-6 h2 {
		font-size: 2.4rem;
	}

	#section-6 .style-btn {
		padding: 24px 30px;
		font-size: 20px;
		line-height: 10px;
	}
}

video[poster] {
	object-fit: cover;
	margin: 0px !important;
}

.loading-screen {
	background-color: #FDB700;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	height: -webkit-fill-available;
	z-index: 1000000;
	overflow: hidden;
}

.loading-screen img {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	animation: loading infinite 2s;

}

.renderVideo {
	margin-top: 60px !important;
}

.hero-description {
	width: 500px;
	font-size: 16px;
}

.hero-name {
	width: 600px;
	position: relative;
}

.canvas-anim {
	position: relative;
}

.canvas-anim .highlight-1 {
	width: 50px;
	height: 170px;
	position: absolute;
	left: 61px;
	transform: rotate(105deg);
	z-index: 1;

}

.canvas-anim .highlight-2 {
	width: 50px;
	height: 170px;
	position: absolute;
	bottom: 33px;
	transform: rotate(190deg);
	z-index: 1;
}



.style-btn {
	position: relative;
	animation: big-small 10s infinite;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.style-btn img {
	position: absolute;
	top: -25px;
	left: -18px;
	width: 60px;
	transform: rotate(-30deg);
}

.play-video {
	margin-left: 20px;
	border-radius: 40px;
	border: 1px solid black;
	padding: 12px 50px;
	cursor: pointer;
	color: black;
	outline: none;
}

#qr-hero
{
	margin-left: 100%;
	transition-delay: 2s;
    -webkit-transition: all 1s cubic-bezier(0.2,0.5,0.3,1);
    -moz-transition: all 1s cubic-bezier(0.2,0.5,0.3,1);
    -o-transition: all 1s cubic-bezier(0.2,0.5,0.3,1);
    transition: all 1s cubic-bezier(0.2,0.5,0.3,1);
}

#qr-hero.loaded {
    margin-left: 0px;
}

	

.hero-btns {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.app-card {
	transform: perspective(786px) rotateY(318deg) rotateX(26deg);
	width: 250px !important;
	position: absolute;
	left: -15px;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
	top: 240px;
	z-index: 1;
}

@keyframes big-small {
	0% {
		transform: scale(100%, 100%);
	}

	50% {
		transform: scale(110%, 110%);
	}

	100% {
		transform: scale(100%, 100%);

	}
}

.important-stat {
	font-weight: bold;
	margin-left: 5px;
	font-size: 40px;
	position: relative;
}

.what-to-wait {
	position: relative;
}

.what-to-wait img {
	position: absolute;
	top: 40px;
	width: 300px;
	right: 10px;
}

video {
	border-radius: 30px;
}

@keyframes loading {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}

	100% {
		transform: translate(0, 0) rotate(0deg);
	}
}

.navbar-toggler:focus {

	box-shadow: none;
}


.product-cursor{
	cursor: pointer;
}

.legal{

	text-align: justify;
    margin: 5%;
	padding-right: 4%;
}

.legal-title{
	padding-top: 8%;
	text-align: left ;
}

/* .rewards-img {
	padding-left: 40%;
}

.rewards-img:hover {
	animation: vibrate 0.5s;
	animation-iteration-count: infinite;
}

@keyframes vibrate{
	0% {transform: rotate(0deg);}
	10% {transform: rotate(-1deg);}
	20% {transform: rotate(1deg);}
	30% {transform: rotate(0deg);}
	40% {transform: rotate(1deg);}
	50% {transform: rotate(-1deg);}
	60% {transform: rotate(0deg);}
	70% {transform: rotate(-1deg);}
	80% {transform: rotate(1deg);}
	90% {transform: rotate(0deg);}
	100% {transform: rotate(-1deg);}
	
} */