
:root {
  --light: #F6F8F8;
  --blue: #182741;
  --dark: #1A191F;
  
  --agencies1: #13c3c2;
  --agencies2: #2bbd78;
  
  --film1: #225abf;
  --film2: #2b7dbd;
  
  --events1: #d80059;
  --events2: #e70e34;
  
}

.elementor-button {
    background: none;
    background-color: transparent !important;
}
.elementor-widget-button {
    border-radius: 8px;
}

.gradient_button .elementor-button {
    background-image: linear-gradient(167deg, var(--blue) 20%, var(--dark) 100%);
}

.default_gradient, 
.default_gradient_button {
    background-image: linear-gradient(167deg, var(--blue) 20%, var(--dark) 100%);
}

.agencies .gradient,
.agencies .gradient_button {
    background-image: linear-gradient(167deg, var(--agencies1) 20%, var(--agencies2) 100%);
}

.film .gradient,
.film .gradient_button {
    background-image: linear-gradient(167deg, var(--film1) 20%, var(--film2) 100%);
}

.events .gradient,
.events .gradient_button {
    background-image: linear-gradient(167deg, var(--events1) 20%, var(--events2) 100%);
}

.default_gradient_text {
    background-image: linear-gradient(60deg, var(--blue) , var(--dark) 100%); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}

.agencies .gradient_text {
    background-image: linear-gradient(60deg, var(--agencies1) , var(--agencies2) 100%); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}
.film .gradient_text {
    background-image: linear-gradient(60deg, var(--film1) , var(--film2) 100%); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}
.events .gradient_text {
    background-image: linear-gradient(60deg, var(--events1) , var(--events2) 100%); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}

a, a:hover {
    color: var(--blue);
}

.agencies a, .agencies a:hover {
    color: var(--agencies1);
}

.film a, .film a:hover {
    color: var(--film1);
}

.events a, .events a:hover {
    color: var(--events1);
}

.elementor-widget-button a,
.elementor-widget-button a:hover,
.elementor-location-footer a,
.elementor-location-footer a:hover {
    color: var(--light) 
}

.elementor-widget-button.credits_button a,
.elementor-widget-button.credits_button a:hover,
.project .elementor-widget-button a,
.project .elementor-widget-button a:hover {
    color: inherit;
}

.type-project {
    padding: 42px 0;
}

.elementor-nav-menu--dropdown a {
    color: var(--dark) !important;
    font-family: "RSS", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

html, body {
    color: var(--dark);
    background: var(--light) !important;
}

h1 {
    font-family: "RSS", Sans-serif;
    font-size: 84px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em !important;
    color: var(--dark);
}
h2 {
    font-family: "RSS", Sans-serif;
    font-size: 66px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em !important;
    color: var(--dark);
}

.slider-main {
	display: block;
	position: relative;
	height: calc(100vh - 269px);
	width: 100vw;
	background: var(--light);
	margin-top: 63px;
	padding: 42px 63px;
	overflow: auto;
}
.slider-main .slide {
    padding: 0 !important;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    gap: 42px;
    align-items: start;
}
.slider-main .details {
	display: flex;
	flex-direction: column;
	justify-content: start;
	flex-basis: calc(40% - 42px);
	color: var(--dark);
	padding: 42px;
	background: #fff;
	border-radius: 10px;
}
.slider-main .details h3 {
	font-size: 28px;
	margin-bottom: 28px;
	padding: 0 14px 0 14px;
}
.slider-main .detail {
    display: flex;
    flex-direction: row;
    gap: 14px;
    background: #fff;
    padding: 14px;
    border-bottom: 1px solid var(--light);
}
.slider-main .detail:last-child {
    border: none;
}
.slider-main .detail span {
    display: flex;
    flex-basis: calc(100% - 164px);
    justify-content: start;
    word-break: break-word;
}
.slider-main .detail .label {
    font-weight: bold;
	flex-basis: 150px;
}
.slider-nav {
	display: block;
	position: absolute;
	height: auto;
	left: 0;
	bottom: 0;
	width: 100vw;
	float: left;
	height: 206px;
	background: var(--light);
}
.slider-nav .slick-track {
    padding: 42px 0;
    background: none;
}
.slider-nav .sliderwrapper {
	position: relative;
	width: 100%;
	height: 206px;
	background: none;
}
.slider-nav .sliderwrapper .content {
	position: absolute;
  	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 21px;
	color: var(--light);
	aspect-ratio: 16 / 9;
}
.slider-nav .slide {
	cursor: pointer;
	border: 14px solid transparent;
	/* border-right: 14px solid transparent; */
	background: none;
	width: 300px !important;
	aspect-ratio: 16 / 9;
}
.slider-nav .slide .content {
    border-radius: 10px;
}
.slider-nav .slide .content:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background: var(--dark);
	opacity: 0.5;
	border-radius: 10px;
	z-index: 2;
}
.slider-nav .slide.slick-current .content:before {
    content: "";
    opacity: 0.25;
}
.slider-nav .slide.slick-current .content:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    border-radius: 16px;
    background: #fff;
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.slider-nav .slide .title {
    display: block;
    position: relative;
    z-index: 3;
    padding: 14px 21px;
    color: var(--light);
}
.video {
	display: flex;
  	position: relative;
  	justify-content: end;
  	flex-basis: 60%;
	max-height: calc(100vh - 354px);
	max-width: 60%;
	aspect-ratio: 16 / 9;
}
.video_container {
  	display: flex;
  	position: relative;
  	max-height: 100%;
    max-width: 100%;
    min-height: 270px;
    min-width: 480px;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
	object-fit: contain;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
}
.video_container:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background: var(--dark);
	opacity: 0.25;
	z-index: 2;
}
.video button {
    display: block;
    position: relative;
    border: 1px solid var(--light);
    border-radius: 10px;
    padding: 10px 42px;
    color: var(--light);
    background: transparent;
    z-index: 3;
}
.video button:hover, .video button:active {
    color: var(--dark);
    background: var(--light);
}
lite-youtube {
    background: none !important;
}
.video iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	border: none;
  	z-index: 4;
}
.slick-arrow {
  	display: flex;
    align-items: center;
    justify-content: center;
  	width: 63px;
  	height: 100%;
	font-size: 0;
	background: none !important;
}
.slick-prev:before {
  content: "❮";
  color: var(--dark);
  font-size: 21px;
}
.slick-next:before {
  content: "❯";
  color: var(--dark);
  font-size: 21px;
}
.slick-prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 998;
}
.slick-next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 998;
}

.project_details .project_credits {
    display: none;
}
.project_details.open .project_credits {
    display: block;
}

.elementor-widget-media-carousel .swiper-slide {
    width: 150px !important;
}
.elementor-widget-media-carousel .swiper-slide:first-child {
  margin-left: auto !important;
}

.elementor-widget-media-carousel .swiper-slide:last-child {
  margin-right: auto !important;
}

@media only screen and (max-width: 999px) {
    
    .slider-main {
    	height: 100%;
    }
    .slider-main .slide {
        flex-direction: column;
    	justify-content: start;
    }
    .slider-nav {
        display: none;
    }
    .slider-main .details {
    	width: 100%;
    	padding-left: 0;
    }
    .video {
    	width: 100%;
    	height: auto;
    	max-width: 100%;
    	max-height: auto;
    	margin: 42px auto 0 auto;
    }
    .video_container {
        width: 100%;
        min-height: 100%;
        min-width: auto;
    }
}