/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@import url("../hello-elementor/style.css");

h1.entry-title {
    display: none !important;
}
.M{
	color:#FFCD24;
	font-weight:900;
}
.Arket{
	color:#006FB9;
	font-weight:900;
}

.C{
	color:#FFCD24;
	font-weight:900;
	font-size: 80px;
}
.hoose{
	color:#006FB9;
	font-weight:900;
	font-size: 80px;
}

.D{
	color:#FFCD24;
	font-weight:900;
}
.igital{
	color:#006FB9;
	font-weight:900;
}

/*Swiper*/

	.projects-new .swiper-container-home {width:100%;height:100%; color:white; overflow:hidden;}
	.projects-new .swiper-container-home .viewall a {color:white;}

	.projects-new .swiper-container-home .slidecopy p {color:white; font-size:112%;}
	
	.projects-new .swiper-container-home .swiper-slide{opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.projects-new .swiper-container-home .swiper-slide.swiper-slide-active{opacity:1;}
	.projects-new .swiper-container-home .swiper-slide-active .slidecopy p{-webkit-animation-delay:.75s;animation-delay:.75s;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}

	.projects-new .swiper-container-home .swiper-button-next,
	.projects-new .swiper-container-home .swiper-button-prev{top:auto;bottom:1em;}
	.projects-new .swiper-container-home .swiper-button-next,
	.projects-new .swiper-container-home .swiper-container-rtl .swiper-button-prev{right:auto;left:5em;}
	
	.projects-new .swiper-container-home .swiper-button-next, .projects-new .swiper-container-home .swiper-button-prev{top:auto;bottom:0em;}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:0px;}

	.btn.btn-white{color:white;border-right:1px solid white;border-left:1px solid white;}
	.btn.btn-white:hover {background:white; color:#323e48 !important;}
	.btn-animate.btn-white::before{border-bottom:1px solid white;}
	.btn-animate.btn-white::after{border-top:1px solid white;}
	
	.projects-new .swiper-button-next, .projects-new .swiper-button-prev{color:white;width:20px;height:20px;}
	.projects-new .swiper-button-next {left:50px !important;} 
	.projects-new .swiper-button-prev {left:0px !important;}
	.projects-new .swiper-button-next:after,.projects-new .swiper-button-prev:after{font-size:20px;color:white;}
	
	.projects-new .swiper-pagination-bullets {}
		.projects-new .swiper-pagination-bullet {border-color:white; width:12px; height:12px; background:none;}
		.projects-new .swiper-pagination-bullet-active{background:white;}

	.swiper-container-home img{cursor: pointer;}

	@media only screen and (min-width:768px) {
		
		.projects-new .container {width:100% !important; padding:0 !important; max-width:100%;}
		.projects-new .slide-wrapper {width:100%; max-width:1366px; margin:0 auto; display:block; position:relative;}
		.projects-new .slide-content {display:grid;grid-template-columns:52% 48%;grid-column-gap:0;grid-row-gap:0px; align-items:end;}
		
		.projects-new-wrapper {width:100%; max-width:1366px; margin:0 auto; display:block; position:relative; z-index:10;}
		
		.projects-new {position:relative; margin:3em 0 0; padding:0 0 3em;}
		.projects-new:before {background:#323e48; width:100%; height:95%; height:calc(100% - 40px); position:absolute; content:""; top:40px; left:0px;}	
		
		.projects-new .fixedcopy {width:100%; position:absolute; top:100px; left:0px; text-align:right; z-index:2;}
		.fixedcopy-wrapper {width:100%; max-width:1366px; margin:0 auto; display:block; position:relative; z-index:2; font-weight:bold; font-size:4em; text-align:right;}
		
		.projects-new .swiper-container-home .viewall {position:absolute; right:0px; bottom:0px; z-index:100; text-align:right;}
		.projects-new .swiper-container-home .swiper-slide{text-align:left;  margin-bottom:75px; display:-webkit-box; display:-ms-flexbox;display:-webkit-flex; display:flex;-webkit-box-pack:center;-ms-flex-pack:center; -webkit-justify-content:center;justify-content:center;-webkit-box-align:center; -ms-flex-align:center;-webkit-align-items:center;align-items:center;}
		.projects-new .swiper-container-home .slideimage {position:relative; z-index:1; min-height:45vh;}
		.projects-new .swiper-container-home .slideimage img {width:100%; max-width:100%; margin-top:-40px; position:relative; z-index:1; min-height:50vh;}
		.projects-new .swiper-container-home .slidecopy {text-align:right; position:relative; margin:0 0 25px 100px;}
		.projects-new .swiper-container-home .slideimage .caption {position:absolute; left:1em; bottom:60px; z-index:2; color:white; font-weight:bold; font-size:150%;}
		
	}
	@media only screen and (min-width:769px) and (max-width:1400px) {
		.projects-new .swiper-container-home {width:94%; margin:0 3%;}
		.projects-new .fixedcopy {width:94%; left:3%;}
	}
	@media only screen and (max-width:768px) {
		.projects-new {background:#323e48; padding:1em;}
		.fixedcopy-wrapper {font-weight:bold; font-size:2em; padding-bottom:0.5em;}
		.projects-new .swiper-container-home .viewall {margin-bottom:2em;}
		
		.projects-new .swiper-container-home .viewall a {margin:1em 0; padding:6px 10px;}
		.projects-new .swiper-container-home .slideimage .caption {color:white; font-weight:bold; padding:1em 0;}
		
		.projects-new .swiper-container-home .slidecopy {padding-bottom:1em;}
	}




/* Project Single Page */
.single-projects .page-builder .single-next-project .page-link a:after{content:"Relevant projects" !important;}

/*tabs active*/

.elementor-15 .elementor-element.elementor-element-e29c769 .eael-advance-tabs .eael-tabs-nav > ul li.active {

    box-shadow: 1px 1px 10px #888888;
}
@media only screen and (max-width: 575.98px){
.elementor-15 .elementor-element.elementor-element-e29c769 .eael-advance-tabs .eael-tabs-nav > ul li img{
	display:none;
	}
}

@media only screen and (max-width: 767.98px){
.elementor-15 .elementor-element.elementor-element-e29c769 .eael-advance-tabs .eael-tabs-nav > ul li img{
	display:none;
	}
}

@media only screen and (max-width: 991.98px){
.elementor-15 .elementor-element.elementor-element-e29c769 .eael-advance-tabs .eael-tabs-nav > ul li img{
	display:none;
	}
}

@media only screen and (max-width: 1199.98px){
.elementor-15 .elementor-element.elementor-element-e29c769 .eael-advance-tabs .eael-tabs-nav > ul li img{
	display:none;
	}
}

@media only screen and (max-width: 1399.98px){
.elementor-15 .elementor-element.elementor-element-e29c769 .eael-advance-tabs .eael-tabs-nav > ul li img{
	display:none;
	}
}
@media only screen and (max-width: 575.98px){
.elementor-15 .elementor-element.elementor-element-e29c769 .eael-advance-tabs .eael-tabs-nav > ul li{
	padding: 35px;
	}
}
@media only screen and (max-width: 767.98px){
.elementor-15 .elementor-element.elementor-element-e29c769 .eael-advance-tabs .eael-tabs-nav > ul li{
	padding: 35px;
	}

@media only screen and (max-width: 991.98px){
.elementor-15 .elementor-element.elementor-element-e29c769 .eael-advance-tabs .eael-tabs-nav > ul li{
	padding: 35px;
	}
}

@media only screen and (max-width: 1199.98px){
.elementor-15 .elementor-element.elementor-element-e29c769 .eael-advance-tabs .eael-tabs-nav > ul li{
	padding: 35px;
	}
}

@media only screen and (max-width: 1399.98px){
.elementor-15 .elementor-element.elementor-element-e29c769 .eael-advance-tabs .eael-tabs-nav > ul li{
	padding: 35px;
	}
}