/*
Theme Name: Uncode Child
Theme URI: http://www.undsgn.com/uncode
Template: uncode
Author: Undsgn
Author URI: http://www.undsgn.com
Description: Uncode is a pixel perfect WordPress Theme designed with terrific attention to details.
Version: 2.9.1.7.1754806311
Updated: 2025-08-10 16:11:51

*/



.sections-wrapper {
	background: #141618;
}

.sections-wrapper section {
	padding: 36px;
	max-width: 1200px;
	margin: 0 auto;
}

.sections-wrapper section:last-child {
  	margin-bottom: 3em;
}

.hero-video {
	height: 80vh;
	background-size: cover !important;
	background-position: center !important;
	padding: 0 !important;
	max-width: 100% !important;
}

.hero-video-overlay {
	height: 100%;
	display: grid;
	justify-content: center;
	align-content: center;
	background-image: linear-gradient(to bottom, rgba(19, 21, 23,0), rgba(19, 21, 23, 1));
}

.single-video {
	aspect-ratio: 5 / 2.8;
  display: grid;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  margin-top: 3em;
}

.hero-video a,
.single-video a {
	display: block;
	background: #d6df24;
	border: 1px solid #d6df24;
	width: 5em;
	height: 5em;
	border-radius: 50%;
	transition: background 0.6s ease;
	padding: 1em;
}

.hero-video a:hover,
.single-video a:hover {
	background: transparent;
	cursor: pointer;
}

.hero-video a svg,
.single-video a svg {
	fill: #FFF;
}

.sections-wrapper section h1, 
.sections-wrapper section h2, 
.sections-wrapper section p {
	color: #FFF;
}

.sections-wrapper section p {
	width: 60%;
}

.lightbox {
	aspect-ratio: 5 / 3;
  background-size: cover;
  background-position: center;
}

.hero-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999999999;
}

.video-container {
	height: 100%;
	width: 100%;
	display: grid;
  align-items: center;
  justify-content: center;
}

.video-container iframe {
  height: 80vh;
  width: 80vw;
	max-width: 90vw;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 24px;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
}

.project-intro {
	padding: 8em 0;
}

.img-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-gap: 1em;
  margin-top: 5em;
}

.img-gallery a {
	aspect-ratio: 5 / 3.3;
	background-size: cover;
	background-position: center;
}

.img-gallery a:hover {
	opacity: 0.7;
	transition: 0.6s ease;
}

.additional-videos iframe {
	height: 90vh;
	width: 100%;
	margin: 3em 0 0;
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.video-container iframe {
  width: 100%;
  height: 70vh;
  border: none;
  max-width: 100%;
  max-height: 100%;
}

#lightbox-modal {
	cursor: pointer;
}

.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  overflow: auto;
  text-align: center;
  padding-top: 60px;
  justify-items: center;
  align-content: center;
}	

.lightbox-modal img.lightbox-main {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 20px;
}

.lightbox-modal .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.lightbox-thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.lightbox-thumbnails img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.lightbox-thumbnails img.active {
  opacity: 0.2;
}

.prev, 
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  user-select: none;
  background: rgba(0,0,0,0.5);
  border: none;
}

.prev svg, 
.next svg {
	width: 0.8em;
	display: block;
	fill: #FFF;
}

.prev { 
	left: 20px; 
}

.next { 
	right: 20px; 
}

.lightbox-main-wrapper {
  position: relative;
  width: 80%;
  height: 60%;
  margin: 0 auto 20px;
  overflow: hidden;
}

.lightbox-main-wrapper img {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: left 0.5s ease;
}

.lightbox-main-wrapper img.active {
  left: 0; 
}

.lightbox-main-wrapper img.prev {
  left: -100%;
}

.lightbox-main-wrapper {
  position: relative;
  overflow: hidden;
}

.lightbox-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.5s ease;
  opacity: 0;
}

.lightbox-main.active {
  opacity: 1;
}

.lightbox-main.slide-left { 
	transform: translateX(-100%); 
}

.lightbox-main.slide-right { 
	transform: translateX(100%); 
}


.img-gallery {
  grid-gap: 0 !important;
}
















@media only screen and (max-width: 1024px) { 

	.hero-video {
		height: 70vh;
	}

}


@media only screen and (max-width: 600px) { 

	.sections-wrapper {
		margin-top: 150px;
	}

	.hero-video {
		height: 55vh;
	}

	.hero-modal .close-modal {
		bottom: 50px;
		top: auto !important;
	}

	.sections-wrapper section p {
		width: 100%;
	}

	.img-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .lightbox-main-wrapper {
  	height: 40%;
  }

}