*{
	margin: 0;
	padding: 0;
}

*, *::before, *::after{
    box-sizing:border-box;
}

img{
	vertical-align: bottom;
}

body{
	font-family: "Poppins", system-ui;
	font-size: 16px;
	background: #1F242F;
}

a {
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.3s ease;
}

a:hover {
	opacity: 0.7;
}

.container{
	max-width: 1080px;
	margin: 0 auto;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-20px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.hero{
	min-height: 780px;
	margin-bottom: 50px;
	background: url("../img/hero_bg.png") no-repeat top center;
}

.header{
	padding-top: 35px;
}

.hader__container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__right{
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
}

.whatsapp{
	display: flex;
	column-gap: 5px;
	padding: 7px 20px 7px 10px;
	background: #fff;
	font-weight: 500;
	color: #20242C;
	border-radius: 50px;
}

.language{
	padding: 7px 10px;
	background: #7A314F;
	border-radius: 50%;
	color: #fff;
	font-weight: 500;
}

.hero__content{
	padding-top: 150px;
	text-align: center;
	font-size: 40px;
	padding-bottom: 40px;
}

.reviews{
	width: 135px ;
	margin: 0 auto;
	margin-bottom: 40px;
	color: #fff;
}

.hero__text{
	font-size: 32px;
	color: #fff;
	line-height: 47px;
}

.hero__text h1{
	font-size: 32px;
	display: block;
}

.scroll_down{
	margin-top: 50px;
	text-align: center;
}

.buttons .container{
	max-width: 880px;
}

.button{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 500;
	color: #1F242F;
	background: linear-gradient(92deg, #9A806B -317.47%, #F3E0DB -87.31%, #9B816C 133.83%);
}

.button_icon{
	width: 50px;
	height: 50px;
	background-color: #1F242F;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}

.button_arrow{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff url("../img/ico_arrow.png") no-repeat center;
}

.button_whatsapp{
	background: linear-gradient(92.21deg, #77CB6D 3.06%, #7BCD70 52.5%, #5CB350 100%);
}

.button_whatsapp .button_icon{
	background-color: #fff;
}

.whasapp_icon{
	background-image: url("../img/ico_whatsapp.png");
}

.web_icon{
	background-image: url("../img/ico_web.png");
}

.form_icon{
	background-image: url("../img/ico_form.png");
}

.instagram_icon{
	background-image: url("../img/ico_ins.png");
}

.youtube_icon{
	background-image: url("../img/ico_youtube.png");
}

.fb_icon{
	background-image: url("../img/ico_fb.png");
}

.x_icon{
	background-image: url("../img/ico_x.png");
}

.tiktok_icon{
	background-image: url("../img/ico_tiktok.png");
}

.linkedin_icon{
	background-image: url("../img/ico_in.png");
}

.mail_icon{
	background-image: url("../img/ico_mail.png");
}

.map_icon{
	background-image: url("../img/ico_map.png");
}


.button_groups {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 160px;
	justify-content: flex-start;
}

.button_groups a.button {
	width: calc(50% - 80px);
}

.company{
	padding: 50px 100px;
	background: #12151C;
}


.company__content{
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.company__content > p{
	margin-bottom: 30px;
	font-weight: 300;
}

.company__content  p:last-child{
	font-weight: 500;
}

.company__video{
	position: relative;
	height: 607px;
	background: url("../img/video_bg.jpg") no-repeat center center;
}

.company__video-content{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
}

.company__video-content:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	border-radius: 30px;
}

.company__video-text{
	position: relative;
	z-index: 1;
}

.company__video-text p{
	font-size: 36px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 25px;
}

.company_button{
	display: block;
	text-align: center;

}

.company_button a{
	display: inline-block;
	border-radius: 100px;
	padding: 20px 30px;
	padding-right: 70px;
	color: #21203C;
	background: #fff url("../img/button_arrow.png") no-repeat center right 30px;
}

.other__company{
	padding-top: 35px;
	text-align: center;
	overflow: hidden;
}

.other__company-logo{
	margin-bottom: 50px;
}

.other_company-text{
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}

.box{
	display: inline-block;
	position: relative;
}

.box_arrow{
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 20px;
	background: url("../img/slider_arrow.png") no-repeat;
	z-index: 1;
}

.box_title{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 20px;
	font-size: 24px;
	color: #fff;
	text-align: left;
}

.footer{
	margin: 50px 0;
}

.footer .button{
	overflow: hidden;
	background-color: #7A314F;
	max-width: 500px;
	margin: 0 auto;
}

.footer .button_icon{
	background-color: #21203C;
}


.ba-pagination{
	margin-top: 20px;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet{
	background-color: #12151C!important;
}




@media screen and (max-width:992px) {

	.hero{
		background-size: cover;
	}

	.hero__text, .hero__text h1{
		font-size: 28px;
	}

	.container{
		padding: 0 20px;
	}

	.button_groups{
		column-gap: 40px;
	}

	.button_groups a.button {
	    width: calc(56% - 71px);
	}


	.button{
		font-size: 18px;
	}

	.company__video-text p{
		font-size: 26px;
		text-align: center;
	}

	.company{
		padding: 40px 0;
	}

	.company__video{
		height: 480px;
	}

}

@media screen and (max-width:560px) {

	.header{
		padding-top: 20px;
	}


	.container{
		padding: 0 10px;
	}

	.header__logo img{
		max-width: 95%;
	}

	.whatsapp{
		padding: 5px 10px;
		font-size: 12px;
		align-items: center;
	}

	.reviews{
		margin-bottom: 30px;
	}



	.hero__content{
		padding-top: 40px;
	}

	.reviews{
		font-size: 32px;
	}

    .hero__text, .hero__text h1 {
    	font-size: 18px;
    	line-height: 34px;
    }

    .scroll_down{
    	margin-top: 10px;
    }

    .button_whatsapp{
    	flex-direction: column;
    	gap: 10px;
    	text-align: center;
    }

    .button_groups{
    	display: block;
    	column-gap: 0;
    }

    .button_groups a.button{
    	width: 100%;
    }

    .button_content{
    	overflow: hidden;
    }

    .hader__container{
    	display: block;
    }


    .header__logo {
    	width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }


	.header__right {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    column-gap: 10px;
	}

	.company__content, .other_company-text{
		font-size: 16px;
	}

	.company__video{
		height: auto;
		min-height: 280px;
		background-size: contain;
	}

	.company__video-content{
		min-height: 280px;
	}

	.company__video-text p{
		font-size: 18px;
	}

	.company_button a{
		font-size: 16px;
		padding: 10px;
		padding-right: 45px;
		background-position: center right 10px;
	}


	.box img{
		max-width: 100%;
	}

	.footer .button{
		font-size: 16px;
		text-align: center;
	}

	.hero{
		margin-bottom: 40px;
	}

	.company__content > p{
		font-size: 18px;
	}

	.other__company-logo a img{
		max-width: 100%;
	}

	.button_whatsapp, .button, .company__content > p, .company__content, .other_company-text{
		font-size: 16px;
	}

	.box_title{
		font-size: 18px;
		padding: 15px;
	}





}