html {
	font-size: 62.5%;
	scroll-behavior: smooth;
  }

* {
    margin: 0;
    padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  background-color: #121212;
}



.side-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.row {
  display: flex;
}

h1 {
  font-size: 7.2rem;
  font-weight: 600;
  color: #ffffff;
}

h2 {
  font-size: 4.8rem;
  color: #ebc54e;
}

.logo {
  font-weight: 600;
  color: #ebc54e;
  font-size: 1.6rem;
  display: none;
}

/*Scroll Bar*/

body {
  --sb-track-color: #000000;
  --sb-thumb-color: #ebc54e;
  --sb-size: 14px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 1px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

/*Navigation*/
.scroll-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	line-height: 100%;
	max-width: 100%;
	
  }
  
  .glass {
	backdrop-filter: blur(5px);
	background-color: rgba(28, 28, 28, 0.7); /* Light translucent background */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  
  nav {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  nav {
	margin: 2em;
  }
  
  nav ul {
	list-style-type: none;
	display: flex;
	gap: 5em;
	line-height: 100%;
	margin: 0;
  }
  
  nav ul li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-size: 1.6rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
	font-weight: 200;
	position: relative;
	transition: 0.2s ease;
  }
  
  nav ul li a.active {
	color: #EBC54E;
  font-weight: 600;
  }
  
  nav ul li {
    transition: transform 0.3s ease;
  }

  nav ul li:hover {
    transform: scale(1.3);
  }

  nav ul li a:hover {
    color: #EBC54E;
    }

  .dropdown {
    display: flex;
    flex-direction: column;
    position: relative;
    display: inline-block;
  }
  
.dropdown-content li {
    margin-top: 30px;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    left: -60px;
    padding-bottom: 20px;
    text-align: center;
    min-width: 200px;
    backdrop-filter: blur(5px);
    background-color: rgba(28, 28, 28, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 99;
  }

  .dropdown-content ul li a {
    font-weight: 200;
    font-size: 1.6rem;
  }

 .nav-icon {
  width: 8px;
  fill: rgb(226, 226, 226);
  transition: transform 0.3s ease-in-out;
 }

 .down {
  display: flex;
  gap: 1em;
 }

  .dropdown:hover .dropdown-content {
    display: block;
    
  }

  .dropdown:hover .nav-icon {
    transform: rotate(90deg);
  }

/*Mobile Nav*/
.mobile-nav {
  display: none;
  height: 100vh;
  background-color: #000000;
  color: white;
  z-index: 999;
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
}

.mobile-nav ul {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.mobile-nav li a {
  font-size: 3.2rem;
}

.mobile-nav svg {
  position: absolute;
  top: 30px;
  right: 30px;
  fill: #ebc54e;
}

.open {
  display: none;
  cursor: pointer;
}

/*************************************
Hero Section
*********************************************/
.blank {
  height: 100vh; /* Full screen height */
  width: 100%;
  background-color: none;
  pointer-events: none;
}

.hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* Full screen height */ /* Full screen */
  overflow: hidden;
}

section:not(.hero) {
  position: relative;
  z-index: 2;

}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    filter: grayscale(100%) brightness(0.8); /* Grayscale and darken the video */
}

.mobile-hero {
  display: none;
}

.mobile-hero img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.hero-content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-content p {
  margin-bottom: 2em;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust darkness */
    z-index: 1;
}

.hero-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  height: 100vh;
  top: 0;
  right: 5%;
  gap: 2em;
  z-index: 15;
}

.hero-icons {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.x, .instagram, .facebook, .tik-tok {
  width: 20px;
  fill: #ebc54e;
  transition: transform 0.3s ease;
}

.x:hover {
  transform: scale(1.3);
  fill: white;
}

.instagram:hover {
  fill: rgb(189, 17, 91);
  transform: scale(1.3);
}

.facebook:hover {
  fill: #4e7deb;
  transform: scale(1.3);
}

.tik-tok:hover {
  transform: scale(1.3);
  fill: white;
}



/****************************************************
About Us Section
*****************************************************/
.about-us {
  position: relative;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5em;
  padding-top: 5em;
}

.about-content {
  display: flex;
  justify-content: center;
  gap: 2em;
}

.about-text {
  display: flex;
  align-items: center;
  border-top: 1px solid #ebc54e;
}

.about-text p {
  color: #ffffff;
  font-size: 1.8rem;
  padding-top: 1em;
  font-weight: 300;
}

.about-images {
  position: relative;
  gap: 1em;
  display: flex;
  flex-direction: row;
}

.about-images img {
  max-width: 300px;
}

.img-container {
  position: relative;
  max-width: 270px;
  width: 100%;
  height: 220px;
  object-fit: cover;
  bottom: 0;
}

.img-container img {
  width: 100%;
  height: 100%;
  position: absolute;
}

/********************************************************
Photography Section
***********************************************************/
.photography {
  padding-top: 3em;
  background-color: #121212;
}

.gallery-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.tabs {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 100%;
      border-bottom: 1px solid #ebc54e;
      border-top: 1px solid #ebc54e;
      overflow: scroll;
    }

    .tab {
      padding: 10px 20px;
      cursor: pointer;
      font-size: 1.6rem;
      color: white;
    }

    .tab.active {
      color: #ebc54e;
      font-weight: 500;
    }

    .gallery {
      column-count: 5;
      column-gap: 10px;
      padding-top: 20px;
      min-height: 100vh;
    }

    .gallery-item {
      width: 100%;
      max-width: 400px;
      margin-bottom: 10px;
      display: none;
      break-inside: avoid;
      overflow: hidden;
    }

    .gallery-item img {
      width: 100%;
      height: auto;
      display: block;
    }

    .gallery-item.show {
      display: block;
    }

    /*Assets*/
.image-wrapper {
    position: relative;
    display: block;
}

.image-wrapper img {
  filter: grayscale(1) brightness(0.8);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}

.image-wrapper img:hover {
  filter: grayscale(0) brightness(1);
  transform: scale(1.2);
}

.download-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 12px 20px;
    font-size: 14px;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.image-wrapper:hover .download-icon {
    opacity: 1;
}


    /* Responsive column counts */
    @media (max-width: 1200px) {
      .gallery {
        column-count: 4;
      }
    }

    @media (max-width: 900px) {
      .gallery {
        column-count: 3;
      }



    }

    @media (max-width: 600px) {
      .gallery {
        column-count: 2;
      }

      .timer {
        gap: 1em;
      }
    }

/********************************************************
Videography Section
**********************************************************/
.videography {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #121212;
}

.videography-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-1, .video-2, .video-3 {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  gap: 2em;
  max-width: 480px;
}

.video-1 {
  border-top: 1px solid #ebc54e;
  border-right: 1px solid #ebc54e;
  border-bottom: 1px solid #ebc54e;
}

.video-2 {
  border-top: 1px solid #ebc54e;
  border-bottom: 1px solid #ebc54e;
  border-right: 1px solid #ebc54e;
}

.video-3 {
  border-top: 1px solid #ebc54e;
  border-bottom: 1px solid #ebc54e;
}

.request-container {
  margin: auto;
  max-width: 386px;
  width: 100%;
  
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
  justify-content: space-between;
  padding-top: 3em;
  padding-bottom: 3em;
}

.request-container h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}

.request-social {
  display: flex;
  flex-direction: row;
  gap: 2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  
}

.whatsapp, .phone, .mail {
  width: 20px;
  fill: #ebc54e;
  transition: transform 0.3s ease;
}

.whatsapp:hover {
  transform: scale(1.3);
  fill: rgb(86, 241, 117);
}
.phone:hover {
  transform: scale(1.3);
  fill: rgb(130, 224, 255);
}
.mail:hover {
  transform: scale(1.3);
  fill: rgb(255, 255, 255);
}

/**************************************************
More Services Section
**************************************************************/
.more-services {
    padding-bottom: 8em;
    background-color: #121212;
}

.list {
    display: flex;
    height: 30em;
    gap: 1em;
    border-top: 1px solid #ebc54e;
    padding-top: 1em;
    margin-top: 1em;
    position: relative;
}

.list > div {
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%) brightness(100%);
    transition: all .8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
}



.container-list {
  position: relative;
  overflow: hidden;
}


.list > div.active {
    flex: 5;
    filter: grayscale(0%) brightness(100%);
}




.reveal {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 2em;
  padding-left: 10%;
  padding-right: 10%;
  transition:  all 0.5s ease;
}

.reveal2 {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 5em;
  padding-left: 10%;
  padding-right: 10%;
  transition:  all 0.5s ease;
}

/* Mobile click effect */
.list > div.active .reveal,
.list > div.active .reveal2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.title {
    padding-top: 20px;
    padding-left: 20px;
    color: #EBC54E;
    font-size: 2rem;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
}

.list div {
    position: relative;
}

.left {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

.row2 {
  max-width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 1em;
  border-radius: 5px;
  text-align: center;
}

.col {
  max-width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 1em;
  border-radius: 5px;
  text-align: center;
}

.inner-img {
  max-width: 150px;
  height: auto;
}

.service-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  gap: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px 12px;
  border-radius: 15px;
}

.service-icons {
  display: flex;
  gap: 1em;
}

/*Player*/
.audio-player {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d2d2d2;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.05);
  padding: 1rem 1.5rem;
  max-width: 300px;
  width: 100%;
  gap: 1rem;
}

.play-button-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
}

.progress-ring {
  width: 48px;
  height: 48px;
  transform: rotate(-90deg);
}

.progress-ring circle {
  fill: none;
  stroke-width: 4;
  stroke: #cbd5e1;
}

.progress-ring circle.progress {
  stroke: #7c3aed;
  stroke-dasharray: 150;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s linear;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  color: #7c3aed;
  font-size: 1.5rem;
}

.info {
  flex: 1;
  font-size: 1rem;
  color: #1e293b;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info span {
  font-weight: bold;
}

.time {
  white-space: nowrap;
  font-size: 0.9rem;
  color: #334155;
}

@media (max-width: 500px) {
  .audio-player {
    flex-direction: column;
    align-items: flex-start;
  }
}

/***********************************************
Clients Section
*******************************************************/
.clients {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
	transition: background-color 0.4s, color 0.4s;
	overflow-x: hidden;
  background-color: black;
  padding-top: 3em;
  padding-bottom: 5em;
  text-align: center;
}

.carousel {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.cards-track {
	display: flex;
	gap: 10rem;
	animation: scroll-horizontal 90s linear infinite;
	width: max-content;
}

@keyframes scroll-horizontal {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.card {
	padding: 2rem;
	width: 300px;
	transform: rotate(-1.5deg);
	transition: transform 0.3s ease;
	scroll-snap-align: center;
	flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  position: relative;
}

.card:hover {
	transform: rotate(0deg) scale(1.02);
}

.client-text p {
	font-size: 1.2rem;
  font-weight: 200;
	margin-bottom: 1rem;
  color: white;
  position: relative;
  z-index: 10;
}

.quote {
    display: flex;
    gap: 1em;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
}

.quote svg {
    fill: #171717;
    width: 140px;
    z-index: 1;
}

.youtube {
    fill: #CD201F;
    width: 36px;
}

.top {
    margin-bottom: 70px;
}

/****************************************
Footer Section
*******************************************/
.footer {
  padding-top: 2em;
  max-width: 1920px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  align-items: center;
  background-color: #252525;  
}

.section-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 137.5px;
}

.section-header img {
  max-width: 1460.5px;
  width: 100%;
  margin: 0;
}

.contact-container {
  display: flex;
  justify-content: center;
}

.row-1 {
  display: flex;
  flex-direction: row;
  gap: 2em;
  flex-wrap: wrap;
  max-width: 1920px;
  width: 100%;
  justify-content: center;
}

.footer-contact {
  max-width: 273px;
  gap: 1em;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.footer-contact h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

.social-container {
  display: flex;
  flex-direction: column;
  
  align-items: center;
  height: 120.75px;
}

.social {
  height: 30px;
  width: auto;
}

.whatsapp2, .phone2, .email2 {
  width: 20px;
  padding-right: 30px;
}

.social-container a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #acacac;
  font-size: 18px;
  line-height: 20px;
}

.footer-text {
  margin: auto;
  color: #acacac;
  text-align: center;
  padding: 23px;
}

.highlight {
  color: #62f0ec;
}


/********************************************Assets**************************************************/
.Btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: #454545;
    text-decoration: none;
}

.sign {
    width: 100%;
    transition-duration: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .sign svg {
    width: 25px;;
  }
  
  .sign svg path {
    fill: #EBC54E;
  }
  /* text */
  .text {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 1.2em;
    font-weight: 200;
    transition-duration: .3s;
  }
  /* hover effect on button width */
  .Btn:hover {
    width: 250px;
    border-radius: 40px;
    transition-duration: .3s;
  }
  
  .Btn:hover .sign {
    width: 30%;
    transition-duration: .3s;
  }
  /* hover effect button's text */
  .Btn:hover .text {
    opacity: 1;
    width: 70%;
    transition-duration: .3s;
  }
  /* button click effect*/
  .Btn:active {
    transform: translate(2px ,2px);
  }

/************************Assets**********************/
.element {
  overflow: auto;
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* Internet Explorer 10+ */
}

.element::-webkit-scrollbar {
  display: none;               /* Chrome, Safari, Edge */
}
/******************** Mobile Responsive ************************/
@media (max-width: 1200px) {
  .mobile-off {
    display: none;
  }

  .wrap {
    flex-wrap: wrap;
  }

  .about-images {
    display: flex;
    flex-direction: column;
  }

  .videography-container {
    display: flex;
    flex-direction: column;
  }

  .video-1, .video-2, .video-3 {
    border: none;
  }

  .video-1, .video-2 {
    border-bottom: 1px solid #ebc54e;
  }

  .list {
    display: flex;
    flex-direction: column;
    height: 50em;
  }

}

@media (max-width: 992px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .about-us, .photography, .videography, .more-services {
    text-align: center;
  }

}

@media (min-width: 769px) {
  .list > div:hover {
    flex: 5;
    filter: grayscale(0%) brightness(100%);
  }

  .container-list:hover .reveal,
  .container-list:hover .reveal2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
}


@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile-hero-off {
    display: none;
  }

  .mobile-hero {
    display: block;
  }

  .tabs {
    justify-content: flex-start;
  }

  .nav-bar ul {
    display: none;
  }
  
  .open, .logo {
    display: flex;
  }

  .nav-bar {
    justify-content: space-between;
  }

}

@media (max-width: 400px) {
  .gallery {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.8rem;
  }
}