html, body {
	font-family: "Montserrat", sans-serif;
	background-color: #000000;
	color:#ffffff;
	overflow-x: hidden !important;
	margin: 0;
	padding: 0;
	cursor: crosshair !important;
}
a {
	text-decoration: none;
	color:#ffffff;
}
a:hover {
	text-decoration: none;
	color:#999999;
}
.text-link {
  text-decoration:underline dotted #666666;
}
.text-thumb {
  max-width:30%; 
  margin-right:30px; 
  margin-bottom:30px;
}
.quote {
  font-style:italic;
  font-size:1em;
  font-weight:normal;
  font-family: Georgia, "Times New Roman", serif;
}
.img-align-center {
  text-align: center;
  margin: 0px auto;
  margin-top:20px;
  margin-bottom:20px;
  max-width:300px;
}
.mini {
  font-size:0.7em;
}
video {
    height: 100vh;
    width: 100%;
    object-fit: cover; // use "cover" to avoid distortion
    position: absolute;
}

#logo {
	position:absolute;
  /*mix-blend-mode: difference; */
	left:35px;
	top:35px;
	z-index: 9999999;
}

#logo img {
	width:40px;
}

#menu-icon {
  filter: grayscale(100%);
	position:absolute;
	right:35px;
	top:20px;
	color:#ffffff;
	font-size:1.5em;
  z-index: 9999999;
	cursor: pointer;
}
#menu-icon i {
	cursor: pointer;
}

#close-menu-icon {
	display:none;
	position:fixed;
	right:35px;
	top:20px;
	color:#ffffff;
	font-size:1.5em;
	z-index: 9999999;
}
#close-menu-icon i {
	cursor: pointer;
}

#hero {
	position:absolute;
	left:40px;
	bottom:40px;
	color:#ffffff;
	text-shadow: 2px 2px #000000;
}

#hero h1 {
	font-weight: bold;
	font-size:3em;
}
#hero p {
	max-width:60%;
}

#hero-project {
	width: 100vw;
	max-height: 40vh;
	height: 40vh;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#hero-project::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

#hero-project .hero-content {
	text-align: center;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	z-index: 10;
	padding: 2rem;
}

#hero-project h1 {
	font-weight: bold;
	font-size: 2.5em;
	margin-bottom: 1rem;
}

#hero-project p {
	font-size: 1.2em;
	margin: 0;
}

#scroll-indicator {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #ffffff;
	z-index: 100;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	transition: opacity 0.3s ease;
}

#scroll-indicator p {
	margin: 0;
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 5px;
}

#scroll-indicator .arrow-down {
	font-size: 2rem;
	animation: bounce 2s infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-10px);
	}
	60% {
		transform: translateY(-5px);
	}
}

/* The Overlay (background) */
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	right: 0;
	top: 0;
	background-color: #000000;
	color: #ffffff !important;
	overflow-x: hidden;
	transition: 0s;
	z-index: 999999;
}

.overlay a {
	color: v !important;
}
.overlay a:hover {
	text-decoration: none ;
}

.overlay-content {
	position: relative;
	top: 15%; 
	width: 100%; 
	margin-top: 30px; 
	color: #ffffff;
}

.overlay .closebtn {
	position: absolute;
	top: 50px;
	left: 50px;
}
.left-menu-item {
	font-weight: bold;
	font-size:3em;
	text-align: right;
	letter-spacing: 1px;
}
.left-menu-item:hover {
	cursor: pointer;
	opacity: 0.5;
}
.left-menu-contact-button {
	font-size:0.4em;
	border:2px solid #ffffff;
	padding:10px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin:0px auto;
	cursor:pointer;
}

.left-menu-contact-button:hover {
	background-color: #ffffff;
	color:#000000;
}
.social-media-icon:hover {
	opacity: 0.5;
	cursor: pointer;
}
#left-menu {
	padding-right:60px;
	border-right:2px solid #ffffff;
}

#right-menu {
	font-size: 2.8em;
	padding-left:60px;
}
.right-menu-item {
	font-size:0.4em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
#right-menu i {
	margin-right:20px;
}
.lang-switch {
	cursor: pointer;
	font-weight: bold;
	font-size:0.4em;
	display:inline;
	border:2px solid #ffffff;
	padding:10px;
	margin-right:0px;	
	letter-spacing: 1px;
}
.lang-switch-active {
	color:#000000;
	background-color: #ffffff;
}
.lang-switch-inactive:hover {
	background-color: #999999;
	border: 2px solid #999999;
	color:#000000;
}
.lang-switch-inactive {
	color:#ffffff;
	background-color: #000000;
}
.section-header {
	font-size:2em;
	font-weight: bold;
	border-bottom:2px solid #ffffff;
}
.accordion-button {
	background-color: #000000;
	color: #ffffff;
	font-size:0.6em;
	font-weight:bold;
}
.accordion-body {
	background-color: #000000;
	color: #ffffff;
}
.accordion-button:not(.collapsed) {
    	background-color: #000000;
	color: #ffffff;
}
.accordion-button:focus {
	border-color: #ffffff;
    	outline: 0;
    	box-shadow: 0 0 0 0;
}
.portfolio-item {
	position:relative;
}
.portfolio-item-hover {
	display:none;
	position:absolute;
	top:0px;
	left:5%;
	width:90%;
	height:100%;
	background: rgba(255, 255, 255, 0.8);
	color:#000000;
	font-size:1.5em;
	text-align:center;
}
.portfolio-item-hover .title {
	margin-top:40%;
}


#rig {
    max-width:100%;
    margin:0 auto; /*center aligned*/
    padding:0;
    font-size:0; /* Remember to change it back to normal font size if have captions */
    list-style:none;
    background-color:#000;
}
#rig li {
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:25%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding:0;
}
        
/* The wrapper for each item */
.rig-cell {
    /*margin:12px;
    box-shadow:0 0 6px rgba(0,0,0,0.3);*/
    display:block;
    position: relative;
    overflow:hidden;
}
        
/* If have the image layer */
.rig-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

#rig li:hover .rig-img {
    transform:scale(1.05);
}
        
.rig-overlay {
	position: absolute;
	display:block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #ffffff no-repeat center 20%;
	background-size:50px 50px;
	opacity:0;
	filter:alpha(opacity=0);/*For IE6 - IE8*/
	transition:all 0.6s;
}
#rig li:hover .rig-overlay {
    opacity:0.8;
}

/* If have captions */
.rig-text {
	display:block;
	padding:0 30px;
	box-sizing:border-box;
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
	font-weight:normal!important;
	top:20%;
	color:#000000;
	opacity:0;
	filter:alpha(opacity=0);/*For older IE*/
	transform:translateY(-20px);
	transition:all .3s;
}
#rig li:hover .rig-text {
    transform:translateY(0px);
    opacity:0.9;
}

@media (max-width: 9000px) {
    #rig li {
        width:25%;
    }
}

@media (max-width: 700px) {
    #rig li {
        width:33.33%;
    }
}

@media (max-width: 550px) {
    #rig li {
        width:50%;
    }
}
.send-message-button {
	background-color:#000000;
	color:#ffffff;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	border:2px solid #ffffff;
	transition:0.5s;
}
.send-message-button:hover {
	background-color: #ffffff;
	color: #000000;
}
#backToTop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #000000;
    color: white;
    cursor: pointer;
    padding: 15px;
    font-size: 18px;
}

#backToTop:hover {
    background-color: #333333;
}
.social-media-footer-icon {
	margin-right:20px;
}
.social-media-footer-icon:hover {
	cursor: pointer;
	opacity:0.5;	
}
.error {
	border:3px solid #ff0000;
	color:#ff0000;
}
.atv-input {
    background-color: #000000;
    color: #ffffff;
}



.projects-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0;
    width: 100%;
    margin: 0;
}

.project-tile {
    position: relative;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    background-color: #1a1a1a;
}

.project-tile.full {
    grid-column: span 2;
}

.project-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
}

.project-tile:hover::before {
    background: rgba(0, 0, 0, 0.9);
}

.project-content {
    position: relative;
    z-index: 1;
    text-align: center;
    transition: transform 0.3s ease;
}

.project-tile:hover .project-content {
    transform: scale(1.05);
}

.project-title {
    color: white;
    font-size: 2rem;
    font-weight: 400;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 0.5rem;
}

.project-subtitle {
    color: white;
    font-size: 1rem;
    font-weight: normal;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-tile:hover .project-subtitle {
    opacity: 0.9;
}

.project-view-btn {
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.project-view-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.project-tile:hover .project-view-btn {
    opacity: 1;
}

.footer-btn {
    opacity: 1 !important;
}

@media (max-width: 768px) {
    .projects-container {
        grid-template-columns: 1fr;
    }

    .project-tile.full {
        grid-column: span 1;
    }

    .project-title {
        font-size: 1.8rem;
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
    }

    .project-subtitle {
        font-size: 0.9rem;
        opacity: 0.9;
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
    }

    .project-view-btn {
        opacity: 1;
    }
}


.project-info-container {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.project-info {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.info-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
}

.info-value {
  font-size: 18px;
  font-weight: 600;
}

/* Header Paragraph */
.project-header-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
}

.project-header {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 300;
  font-style: italic;
  color: #333;
}

/* Content Section */
.project-content-container {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.project-content {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.project-content p {
  margin-bottom: 20px;
}

.content-image {
  margin: 30px 0;
  max-width: 400px;
}

.content-image.left {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.content-image.right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

.content-image img {
  width: 100%;
  height: auto;
  display: block;
}

.content-image figcaption {
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #666;
  text-align: center;
}

/* Stills Gallery Slider */
.stills-gallery-container {
  position: relative;
  width: 100vw;
  height: 70vh;
  overflow: hidden;
  background: #000;
  margin: 80px 0;
}

.stills-slider {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}

.still-slide {
  flex: 0 0 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.still-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.still-image:hover {
  transform: scale(1.02);
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  font-size: 48px;
  padding: 20px 25px;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 10;
  line-height: 1;
}

.slider-nav:hover {
  background: rgba(255, 255, 255, 0.3);
}

.slider-nav.prev {
  left: 20px;
}

.slider-nav.next {
  right: 20px;
}

.slider-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 0;
}

.indicator.active,
.indicator:hover {
  background: white;
}

/* Modal Gallery */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
}

.modal-content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 90%;
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: white;
  font-size: 50px;
  font-weight: 300;
  cursor: pointer;
  z-index: 1001;
  transition: opacity 0.3s ease;
}

.modal-close:hover {
  opacity: 0.7;
}

.modal-nav {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: none;
  font-size: 60px;
  padding: 20px 30px;
  cursor: pointer;
  transition: background 0.3s ease;
  line-height: 1;
  z-index: 1001;
}

.modal-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.modal-prev {
  left: 20px;
}

.modal-next {
  right: 20px;
}

.modal-caption {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 18px;
  z-index: 1001;
}

/* Next Project Section */
.next-project-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

.next-project-link:hover {
  opacity: 0.9;
}

#next-project-hero {
  height: 60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-top: 80px;
}

#next-project-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

#next-project-hero .hero-content {
  position: relative;
  z-index: 1;
  color: white;
  padding: 20px;
}

#next-project-hero .next-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  opacity: 0.8;
}

#next-project-hero h2 {
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: 700;
}

#next-project-hero p {
  font-size: 20px;
  font-weight: 300;
}

.container {
  max-width: 768px;
  margin: 40px auto;
  padding: 0 20px;
}

.project-first-paragraph {
  font-size: 1.4em;
  line-height: 1.8;
}

/* Videos Section */
.videos-section {
  margin: 80px 0;
}

.videos-section .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}

.video-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.video-thumbnail {
  width: 100%;
  border: 1px solid #ffffff;
}

.video-thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.video-thumbnail a:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}

.video-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.video-details h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}

.video-details p {
  margin: 0;
  font-size: 0.8em;
}

.video-details strong {
  font-weight: 600;
}

/* Fullscreen Slider */
.fullscreen-slider {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 60px;
  margin-bottom: 60px;
  background: #000;
  overflow: hidden;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.fullscreen-slider a {
  position: relative;
  display: block;
  flex: 0 0 33.333%;
  overflow: hidden;
  aspect-ratio: 16/9;
  cursor: pointer;
}

.fullscreen-slider a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.fullscreen-slider a:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 20px 0;
  background: #000;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #444;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  padding: 0;
}

.slider-dot:hover {
  background: #666;
  transform: scale(1.2);
}

.slider-dot.active {
  background: #fff;
  transform: scale(1.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .videos-section .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 40px 15px;
  }

  .video-details h3 {
    font-size: 1em;
  }

  .video-details p {
    font-size: 0.75em;
  }


  .content-image {
    max-width: 100%;
    float: none !important;
    margin: 20px 0 !important;
  }

  .slider-nav {
    font-size: 36px;
    padding: 15px 20px;
  }

  .slider-nav.prev {
    left: 10px;
  }

  .slider-nav.next {
    right: 10px;
  }
  .text-thumb {
    max-width:100%; 
    margin-right:20px; 
    margin-bottom:20px;
  }

}

@media (max-width: 480px) {

  .modal-nav {
    font-size: 40px;
    padding: 15px 20px;
  }

  .modal-close {
    top: 20px;
    right: 30px;
    font-size: 40px;
  }

  #next-project-hero h2 {
    font-size: 32px;
  }

  .project-header {
    font-size: 20px;
  }
}