*{
	margin: 0;
	padding: 0;
}

*, *::before, *::after{
    box-sizing:border-box;
}

img{
	vertical-align: bottom;
}

body{
	font-family: "Poppins", system-ui;
	font-size: 16px;
	background: #212121;
}

a {
	text-decoration: none;
    opacity: 1;
    transition: opacity 0.3s ease;

}
.scroll_down a{
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #ffffff;
	border-radius: 20px;

}

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; */
    display: inline-block;
    background: linear-gradient(to right, #cfa64f 0%, #c69a49 2%, #af853d 5%, #ae823d 5%, #986c32 8%, #8c602b 11%, #885b29 12%, #8d5f2b 18%, #95682f 22%, #a37a37 27%, #aa7e3b 29%, #a97f3b 29%, #ae833d 30%, #b88b42 33%, #bb9044 34%, #c99f4c 38%, #c99f4b 39%, #caa24d 39%, #cfa54f 40%, #dab155 46%, #dab155 54%, #d6ad53 56%, #c69b4a 63%, #c19747 64%, #bb9044 66%, #b88b42 67%, #ae833d 70%, #a97f3b 71%, #aa7e3b 71%, #a37a37 73%, #95682f 78%, #8d5f2b 82%, #885b29 88%, #8c602b 89%, #986c32 92%, #ae823d 95%, #af853d 95%, #c69a49 98%, #cfa64f 100%);
    color: white;
    font-size: 18px;
    border-radius: 25px;
    margin-bottom: 24px;
    transform: scale(1);
    height: 50px;
    width: 250px;
    animation: pulse 2s infinite;
    opacity: initial !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@keyframes pulse {
  0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
}

.hero{
	min-height: 780px;
	margin-bottom: 50px;
}

.header{
	padding-top: 35px;
}

.hader__container{
	display: flex;
	align-items: center;
	justify-content: center;
}

.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;
}
.about-title{
	font-size: 16px;
    color: #fff;
    line-height: 47px;
	margin-bottom: 18px;
	text-align: center;
}
.before-title{
	font-size: 12px;
    color: #fff;
    line-height: 47px;
	margin-bottom: 18px;
	text-align: center;
}
.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: 15px;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	background: linear-gradient(92deg, #bc8c3b -317.47%, #ebbe61 -87.31%, #bc8c3b 133.83%);
	background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
	background: linear-gradient(to right, #cfa64f 0%, #c69a49 2%, #af853d 5%, #ae823d 5%, #986c32 8%, #8c602b 11%, #885b29 12%, #8d5f2b 18%, #95682f 22%, #a37a37 27%, #aa7e3b 29%, #a97f3b 29%, #ae833d 30%, #b88b42 33%, #bb9044 34%, #c99f4c 38%, #c99f4b 39%, #caa24d 39%, #cfa54f 40%, #dab155 46%, #dab155 54%, #d6ad53 56%, #c69b4a 63%, #c19747 64%, #bb9044 66%, #b88b42 67%, #ae833d 70%, #a97f3b 71%, #aa7e3b 71%, #a37a37 73%, #95682f 78%, #8d5f2b 82%, #885b29 88%, #8c602b 89%, #986c32 92%, #ae823d 95%, #af853d 95%, #c69a49 98%, #cfa64f 100%);
}

.button_icon{
	width: 50px;
	height: 50px;
	background-color: #212121;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
}

.button_arrow{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #fff url("../img/ico_arrow.png") no-repeat center;
}
.buttons .fas::before{
	color: #000000;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.buttons .fab::before{
	color: #000000;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.buttons .fa-solid::before{
	color: #000000;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.buttons .fa-brands::before{
	color: #000000;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: 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");
}

.phone_icon{
	background-image: url("../img/ico_phone.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: #161616;
}


.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: #0000008c;
	opacity: 0.6;
	border-radius: 30px;
}

.company__video-text{
	position: relative;
	z-index: 1;
}

.company__video-text p{
	font-size: 27px;
	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;
	color: #21203C;
	background: #fff;
}

.company .fas::before{
	color: #000000;
    font-size: 20px;
	padding-left: 15px;
}

.company .fa-solid::before{
	color: #000000;
    font-size: 20px;
	padding-left: 15px;
}

.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: #212121;
}

.footer .fas::before{
	color: #000000;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.footer .fa-solid::before{
	color: #000000;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.ba-pagination{
	margin-top: 20px;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet{
	background-color: #12151C!important;
}

.map{
	margin-bottom: 50px;
}

.slider{
	position: relative;
}
.slider .in{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}



@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;
    	margin-top: 8px;
    }

    .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;
	}

	.company__video-content{
		min-height: 280px;
	}

	.company__video-text p{
		font-size: 18px;
	}

	.company_button a{
		font-size: 16px;
		background-position: center right 10px;
		padding: 15px 30px;
	}


	.box img{
		max-width: 100%;
	}

	.footer .button{
		font-size: 16px;
		text-align: center;
	}

	.hero{
		margin-bottom: 40px;
		background-position: 65%;
	}

	.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;
	}

#vid1 {
    height: 550px !important;
    width: 100%;
    overflow: hidden;
}

.video-js .vjs-tech{
	 height: 550px !important;
    width: 100%;
}


    .video-js .vjs-tech {
        transform: scale(2.5);
    }
	.hero {
    min-height: initial;
    margin-bottom: 50px;
}
}