.about-main__title {
	font-weight: 500;
	font-family: 'Rubik';
}

h1.page-head__title {

	font-family: 'Rubik';
}


.about-story__title {
	font-family: 'Rubik';
}

.product__text h1, .product__text h2, .product__text h3 {
	font-family: 'Rubik';
}


.list-title {
	font-family: 'Rubik';
}

.product-main__title {
	font-family: 'Rubik';
}



.blog-preview__title a, .single-article__content p+* {
	font-family: 'Rubik';
}

.contact__title, .contacts__title {
	font-family: 'Rubik';
}


.single-article__content h2 {
	font-family: 'Rubik';
}

h1.page-head__title {
	font-family: 'Rubik' !important;
}
.product .product-text, .list-title {
	font-family: 'Rubik';
}

footer .cols .col .title {
	font-family: 'Rubik';
}

p, span, div, a {
		font-family: 'Rubik' !important;
}

.title h2, .title .h2 {
    font-family: Archivo, sans-serif !important;
}

.video-top video {
	width: 100%;
	max-height: 40vh !important;
	min-height: 760px !important;
	object-fit: cover !important;
	object-position: center center !important;
}


@media (max-width: 975px) {
	.video-top video {
		width: 100%;
		max-height: 40vh !important;
		min-height: 695px !important;
		object-fit: cover !important;
		object-position: center center !important;
	}
	.project-main {
		display: flex;
		width: 100%;
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.project-main-item {
		width: 100%;
		margin: 0px;
	}

	a.link-arrow {
		width: fit-content;
	}

	.product-main__title {
		font-size: 40px;
		margin-bottom: 32px;
		white-space: wrap;
	}

	.open-menu {
		width: 52px;
		height: 52px;
		background: #f0f0f000;
		-webkit-transition: .25s;
		-o-transition: .25s;
		-moz-transition: .25s;
		transition: .25s;
		margin-right: 36px;
	}
}

@media (max-width: 1365px) {
	.container-fluid.slider-top {
		padding: 0 0px;
	}
}

.link-arrow {
	position: relative;
	display: inline-block; /* Contains the elements */
	padding-bottom: 5px; /* Space for the decorative elements */
	border-bottom: 0px;
}

.link-arrow::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px; /* Start after the square + gap */
	width: calc(100% - 15px); /* Full width minus square + gap */
	height: 2px;
	background-color: #000000; /* Black line */
}

.link-arrow::before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #c73535; /* Red square */
}


.project-main-item:hover .link-arrow span:after {
	opacity: 1;
	background-image: none;
}

.link-arrow span:after {
	display: none;
}

.product-main .link-arrow {
	width: fit-content;
	text-align: center;
	margin-top: 30px;
}

.about-main .link-arrow {
	width: fit-content;
	max-width: 100%;
	margin-top: 36px;
}

body.admin-bar header{
	top: 32px;
}

.home_hero_slider video{
	/* 	height: calc( 100vh - 104px ); */
/* 	height: 100%;
	width: 100%;
	object-fit: cover; */
	
	height: 83vh;
    width: 100%;
    object-fit: contain;
}

.home_hero_slider .swiper-slide {
	text-align: center;
}

.home_hero_slider .swiper-button-next {
/* 	left: 40px; */
	left: 8%;
}

.home_hero_slider .swiper-button-prev {
/* 	right: 40px; */
	right: 8%;
}

.home_hero_slider .swiper-button-prev:after,
.home_hero_slider .swiper-button-next:after {
	color:#000;
}

@media (max-width: 767px) {
	.home_hero_slider video{
		height: 450px;
	}
	.home_hero_slider .swiper-button-next {
		left: 10px;
	}

	.home_hero_slider .swiper-button-prev {
		right: 10px;
	}

	.home_hero_slider .swiper-button-prev:after,
	.home_hero_slider .swiper-button-next:after {
		font-size: 25px;
	}

}
.phone_mob{
	display: none;
}
.whatsapp_desk{
	max-width: 40px;
}
@media (max-width: 640px) {
	.whatsapp_desk{
		display: none;
	}
	.header .container-fluid>*{
		margin-right: 16px;
		margin-left: 0;
	}
	.phone .tel{
		font-size: 19px;
	}
	.logo img{
		max-width: 130px;
	}
	.phone{
		background-size: 10px;	
	}

	.phone_desk{
		display: none;
	}

	.phone_mob{
		display: inline-block;
		background: none;
		position: absolute;
		left: 70px;
	}
	
	.phone_mob svg{
		  width: 30px;
	}
	

	.whatsapp_mob {
		width: 32px;
		left: 130px;
	}
}
.phone .tel{
	font-weight: 400;
}
.trigger_home_content_wrap{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    bottom: 30px;
	bottom: 0;
    background: #fff;
    z-index: 1;
    text-align: center;
    padding: 20px 0;
    width: 100%;
}
.trigger_home_content_wrap .trigger_home_content{
	display: inline-block;
	 animation: jump 3s infinite;
}

.trigger_home_content_wrap .trigger_home_content svg path{
	fill: #000;
}

@keyframes jump {
  0% { top: 0; } 50% { top: -20px; } 100% { top: 0; }
}


body{
padding-top:104px;
}
