/*!
Theme Name: Vortex theme
Theme URI: 
Author: Vortex
Description: Description
Version: 1.0.0
*/

.thanks .flex p {
	margin: 0 auto 1.5rem;
	max-width: 28rem;
}

.video--mobile { 
	display: none; 
}

.hero h1 span {
    color: #8d8d8d;
    display: inline-block;
}

.about-page h2 span {
    color: #8d8d8d;
}

.about-page h2 {
    margin-bottom: 0;
}

.about-page .title-box{
	margin-bottom: 2.5rem;
}

img.wp-smiley, img.emoji {
    width: 1.5rem !important;
    height: 1.5rem !important;
}


.clients .flex-control {
    justify-content: center;
}

span.lang-label {
    padding-bottom: 0.1rem;
}
	

@media screen and (max-width: 767.98px) {
	.thanks .flex p br{
		display: none;
	}
	.video--desktop { 
		display: none;
	}
	.video--mobile  {
		display: block; 
	}
	.clients .flex .image {
		height: 4.7rem;
	}
	.clients .swiper-button-next, .clients .swiper-button-prev{
		background: none;
		    backdrop-filter: none;
	}
	.clients .swiper-button-next svg, .clients .swiper-button-prev svg{
		width: 2.5rem;
		height: 2.5rem;
		
		color:#8000ff;
	}
	.clients .swiper-button-next:hover, .clients .swiper-button-prev:hover {
   background: none;
}
}
