@font-face {
  font-family: 'title'; 
  src: url('../assets/fonts/padaloma.regular.ttf') ;
}

@font-face {
  font-family: 'regular'; 
  src: url('../assets/fonts/Lato-Regular.ttf') ;
}

@font-face {
  font-family: 'light'; 
  src: url('../assets/fonts/Lato-Light.ttf') ;
}
  

body{
    margin: 0px;
    background-color: black;
    /* position: relative; */        
}

.scroll-content{
  overflow-x: hidden;
  max-width: 100vw;
}

/* ------- logo animation -----*/

.logo-animation{
  width:100vw;
  height:100vh;
  display: flex;
  position: fixed;
  z-index: 10000;
  background-color: #000000;
}

.video-logo-animation{
  display: flex; 
  justify-content: center; 
  align-items: center; 
  margin: auto;
}


#lottie-animation{
  width:300px;
  
  display: flex;
  justify-content: center;
  margin: auto;

}

/*-------video overlay--------*/

.videoOverlay {
  position:fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9100;
}
.overlayVideo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: flex;
  justify-content: center;
}


.closeBtn {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  z-index: 9500;
}


/*---------------------------*/


.main-menu{

  position:fixed;
  z-index: 9000;

  width: 100vw;
  height: 100vh;
  
  pointer-events:none;
}

.menu-bar{  

  position: fixed;

  z-index: 9000;
  width: 98vw;

  pointer-events: visible;

  display: flex;
  flex-flow: row nowrap;
  justify-content:space-between;

  padding: 1vw;  
}

.main-menu .footer-sn{
  padding-left: 0px !important;
}


.menu-bar a{
  text-decoration: none;
  color:white;
}

.menu-bar a:hover{
  text-decoration: none;
  color:black;
}

.menu-body{
  pointer-events: none;
  /* height:100vh; */
  /* position: relative; */
}

.menu-bg{

  background-color: black;
  position: absolute; 
  z-index:-20;

  height:100vh;
  top:-100vh;

  width:10vw;
  left:45vw;
  pointer-events: none;
}

.menu-big-links a{
  text-decoration: none;
  color: white;
}

.menu-last-christ a{
  color:#E94019;
  text-decoration: none;
}

.menu-contact-link{
  /* font-size: 14px !important; */
}

.all-works-link{
  margin-top:10px;
  z-index:5000;
  cursor: pointer;
}

.all-works-link a{
  text-decoration: none;
  color:white;
  cursor: pointer;
}

.all-works-link:hover a{
  color:black;
}

.all-works-link:hover{
  color:black;
}

.fab-link{

  color:white;
  padding: 15px;

  text-align: left;
  /* margin-top: 10px; */
  background-color: #FFFFFF30;

  display: flex;
  justify-content: space-between;
  align-self: center;
  gap: 20px;

  font-size: 12px;

  border-radius: 3px;
  font-family: regular;
  user-select: none;
  
    -webkit-backdrop-filter: blur(6px); 
    backdrop-filter: blur(6px); 

}

.fab-link:hover a{
  color: #000000;
}

.fab-link:hover  .fablink-arrow .arrow-icon {  
  filter: invert(1); 
}

.fab-link:hover div{
  color: #000000;
}

.fab-link:hover {
  color: #000000;
}

.menu-link{

  color:white;
  
  cursor: pointer;
  user-select: none;
  background-color: #FFFFFF30;

  border-radius: 5px;
  font-family: light;

  margin-left: -84px;

  /* align-items: end; */
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px ;
  padding-bottom: 6px !important;
  font-size: 26px;

  -webkit-backdrop-filter: blur(6px); /* For Safari */
  backdrop-filter: blur(6px); /* For other modern browsers */
}

.menu-middle-section{
  display: flex;
  flex-flow: row;
  padding-top: 150px;

  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-big-links{
  font-family: title;
  font-size: 7vw;
  color: white;
  user-select: none;
  cursor: pointer;
}

.menu-big-link{

  opacity:0;
  margin-left:80px;

}

.menu-reel-link{
  opacity:0;
  margin-right: 40px;
}

.menu-last-christ{
  width: 100%;
  position: absolute;
  bottom:10px;
}

.menu-contact-1{
  opacity: 0;
  margin-left: 30px;
}

.menu-contact-2 {
  opacity: 0;
  margin-left: 30px;
}

.menu-email{
  opacity: 0;
  margin-left: 30px;
}

.contact-link{
  font-family: light;
  -webkit-backdrop-filter: blur(6px); /* For Safari */
  backdrop-filter: blur(6px); /* For other modern browsers */
}

.hero-section{
  position: relative;
  width: 100vw;
  height:100vh;
  z-index: 0;
}

.hero-content{
  position: fixed;  
  width: 100vw;
  height: 100vh;
  z-index: -10;
  pointer-events: none;
}

.hero-video{
  position: absolute;
  width: 100%;
  height:100%;
  pointer-events: none;
}

.hero-label{
  position: absolute;
  bottom: 0px;
  padding: 0.98vw;
}

.in-brief{
  position: relative;  
  z-index: 100;
}

.mini-description{
  padding: 12px;
  padding-left: 3px;
  font-family: light;
  font-size: 12px !important;
  color: white;

  text-transform: uppercase;
  display: flex;
  gap:10px;
}


.play-showreel{
  position: relative;
  margin-left: 50%;
  transform: translateX(-125px);
  
  /* height: 100px;
  width: auto; */
  margin-top: 25px;
  margin-bottom: 50px;

  -webkit-backdrop-filter: blur(50px); /* For Safari */
  backdrop-filter: blur(50px); /* For other modern browsers */
}

.play-showreel img:not(.arrow-icon):first-of-type {
  width: 260px !important;
  border-radius: 3px;
}

.play-sr-cta{
  position: absolute;
  bottom:6px;
  left:2px;
  width:222px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.mega-label {
  font-family: title;
  font-size: 5.5vw; 
  text-align: center;
  text-transform: uppercase;
  line-height: 5.8vw;
}

.featured-slides{
  padding-top: 150px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: black;
  position: relative;
  z-index: 101;
}

.featured-slide {
  background-color: black;
  border-radius: 5px;
  padding: 10px;
  margin-top: 12px;
  /* height: 800px; */
  cursor: pointer;
  display: flex;
  flex-direction: column; /* Arrange children vertically */
}

.fs-video {
  flex-grow: 1; /* Allow the video section to grow and fill the available space */
  border-radius: 7px;
}

.fs-video video {
  width: 100%;
  /* height: 100%; */
  height:500px;
  object-fit: cover; /* Ensures the video covers the entire area without distortion */
  border-radius: 5px;
}

.fs-details {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 10px;
}

.fs-info{
  padding-left: 10px;
}

.fs-label{
  font-family: title;
  text-transform: uppercase;
  font-size: 4vw;
  color: white;
}

.fs-tags{
  font-size:12px;
  text-transform: uppercase;
  font-family: regular;
  color:white;

  display: flex;
  flex-wrap: wrap;
  gap:12px;
  padding-bottom: 15px;
}

.fs-logo img{
  padding-top:12px;  
  width: 14vw;
  padding-right: 10px;
}

.selected-clients{

  background-color: black;
  padding-top: 100px;
  padding-bottom: 12vh;

  /* width: 300vw; */

}

.clients-label{
  color:#E94019;
  font-family: Regular;
  text-transform: uppercase;
  font-size: 22px;
  padding-left: 15px;
}

.all-client-logos{
  overflow: hidden;

  margin-top: 5vh;
  margin-bottom: 30vh;

  position: relative;
}



.clients-list1 {

  display: flex;
  flex-flow: row;

  position: relative;
  left:0px;

}

.clients-list2 {

  display: flex;
  flex-flow: row;

  position: relative;
  right:0px;

  margin-top: 50px;

}

.clients-list {
  
  max-width: 60vw; /* Set the max width */
  margin: auto; /* Center the grid within the page */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjust column width to 150px */
  justify-content: center; /* Center the content inside the grid */
  gap: 50px; /* Adds spacing between the grid items */
}

.clientlist-logo {
  display: flex;
  justify-content: center; /* Centers the logo inside its grid item */
  align-items: center;
  padding: 20px; /* Adds padding around each logo */
}

.clientlist-logo img {
  max-height: 50px;
}

.connect-media{
  width: 100vw;
  display: flex;
  flex-flow: row;
  position: relative;
}

.connect-media .left-media{
    position: relative;
    width: 50%;
    text-align: center;
    
    display: flex;

    height: 600px;
    background-color: #E94019;
    
    background-size: cover;
}

.connect-media .right-media{
    width:50%;
    height: 600px;
    background-color: black;
    border: 1px solid #E94019;
    position: relative;
    overflow: hidden;
    display: flex;
}

.mini-media-title{
  color: white;
  font-family: light;
  font-size: 12px;
}

.mega-media-title{
  color: white;
  font-family: title;
  font-size: 46px;
}

.left-media-content{
  
  /* width:100%; */
  /* height:100%; */
  
  
  margin: auto;

  align-self: center;
}

.right-media-content{
  width: 30%;
  position: absolute;
  right: 35%;
  
  align-self: center;
  
  /* object-fit: contain;
  margin-top: 150px;
  margin-left: 50%;

  transform: translateX(-50%); */
  
}

.carlos-image {
  
  
}

.carlos-image img{
  width: 100%;
  max-height: 40%;  
  
}

.connect-btn{
  background-color: #00000080;
  color: white;
  font-family: light;
  font-size: 12px;
  padding: 12px;
  border-radius: 3px;
}



/*------------------------ works page ---------------------*/

.all-works{
  padding-left:15px;
  padding-right:15px;

  background-color: black;
  position: relative;
  z-index: 100;
}

.work-menu{
  
  padding-top: 80px;

  display:flex;
  flex-flow: row;

}

.work-filters{

  display:flex;
  flex-flow: row;
  gap:3px;
  align-items: flex-end;
  padding-bottom: 10px;
}

.filter-tag{
  background-color: #FFFFFF30;
  color: white;
  font-family: light;
  font-size: 12px;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 3px;
}


.work-title{
  font-family:title;
  font-size: 40px;
  color: white;

  flex-grow: 1;
}

.double-work-entry{
  display:flex;
  flex-flow:row;
  gap:15px;
}

.project-entry{
  
  padding-bottom: 40px;
  cursor: pointer;
}

.project-entry_in{
  padding-bottom: 10px;
}

.project-image{
  
}

.project-image img{
  width: 100%;
  object-fit: cover;
  border-radius: 3px;
  opacity: 0.8;
}

.project-details{
  width:100%;

  display: flex;
  flex-flow: row;
}

.project-details-text{
    font-family: light;
    padding-left: 5px;  
    color: white;

    flex-grow: 1;
}

.project-details-title{
  font-size: 2vw;
  font-family: 'title';
  text-transform: uppercase;
  padding-top: 10px;
}

.project-tags{
  /* display:none; */
  display:flex;
  gap:10px;
  flex-wrap: wrap;
  padding-top: 8px;
}

.tag{
  text-transform: uppercase;
  border: 0.2px solid #FFFFFF70;
  padding-top: 3px;
  padding-bottom: 3px;

  padding-left:8px;
  padding-right:8px;
  font-size: 12px;
}

.project-details-logo{

}

.project-details-logo img{
  max-width: 150px;
  width:150px;
  padding-top: 20px;
}

/* ------------ studio page styles ---------- */

.all-studio{
  position: relative;
  z-index: 100;
}

.studio-intro{

  background-color: black;
  padding-top: 30vh;
}

.studio-logo{
  margin: auto;
}

.studio-logo img{

  width: 90vw;
  padding-left:5vw;

}

.studio-label {

  text-align: center;
  margin-top: 30vh;
  color: white;  
  font-family: title;
  font-size: 4vw;
  text-transform: uppercase;
  
}

.studio-text{
  font-family: light;
  font-size: 20px;
  color: white;
  text-transform: none;
  text-align: center;
  width: 60vw;
  padding-top: 5vh;
  padding-left: 20vw;

  line-height: 30px;
}

.studio-service{
  padding-top: 15vh;
  background-color: black;
}

.studio-services-cards{
  width: 98vw;
  padding: 1vw;

  display: grid;
  grid-template-columns: repeat(2, 1fr);  /* Two elements per row */
  gap: 1vw; /* Add space between grid items */
}

.service-card{

  padding: 10px;
  height:auto;
  
  border-radius: 5px;
  display:flex;
  flex-flow: column;
}

.card-title{
  color:white;
  font-family: title;
  font-size: 3vw;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.card-image{
  display: flex;
  flex-grow: 1;
  position: relative;
}

.card-image img{
border-radius: 3px;

  object-fit: cover;
  width: 100%;
}

.card-tags{

  color:white;
  font-family: regular;
  padding-top: 20px;
  padding-bottom: 10px;

}

.studio-team{
  background-color: black;
  padding-bottom: 30vh;
}

/* ------------ contact style ------------- */

.contact-body{
  background-color: black;
  min-height: 100vh;
  padding: 20px;
  width:calc (100vw - 50px);
  display: flex;
  flex-flow: column;
  position: relative;
  
  z-index: 100;
}  

.contact-title{
  font-family: title;
  color:white;
  font-size: 7vw;
  padding-top: 70px;
  
}

.contact-table{
  display:flex;
  flex-flow:row;
  height:100%;
  flex-grow: 1;
  user-select: none;
}

.contact-info {
  width: 50%;
  /* height:50vh; */
  display: flex;
  flex-flow:column;
  flex-grow: 1;
  padding-top: 100px;
  padding-left: 10px;
  /* align-self: center; */
}

.contact-pin img{
  width:40px;
}

.contact-city-group{
  display: flex;
  flex-flow: row;
  gap:20px;
  color: white;
  padding-bottom: 3vw;
}

.contact-city-info{
  display: flex;
  flex-flow:column;
  gap: 7px;
}

.contact-city-group a{
  text-decoration: none;
  color:white;
}

.contact-city-title{
  font-family: title;
  font-size: 2.5vw;
}

.contact-city-address{
  font-family: light;
  font-size: 16px;
  text-transform: uppercase;
}

.contact-city-phone{
  font-family: title;
  font-size: 1.5vw;
}
.contact-email-red{
  font-family: title;
  color:#E94019;
  font-size: 2vw;
}


.form-container{
  /* padding: 25px;
  padding-top: 90px; */
}

.form-group {
  /* margin-bottom: 20px; */
}

/* Updated form styles */


.form-title{
  color:white;
  padding-bottom: 15px;
}

.form-input {

  text-transform: uppercase;
  font-family: light;
  color:white;
  width: 60%;
  padding: 8px;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  border: 0.4px solid #FFFFFF70;
}

.form-input::placeholder {
  color: #FFFFFF70;
  font-family: regular;
}

.submit-btn {
  font-family: title;
  font-size: 18px;
  background-color: #E94019;
  color: white;
  
  padding: 12px;
  border: none;
  text-transform: uppercase;
  
  margin-top: 20px; /* Add margin-top to the submit button */
}

.form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; /* Add margin between rows */
}

.form-field {
  flex: 1; 
  margin-right: 10px; 
}


/*------------- project page --------------*/

.project-content{
  background-color: black;
  padding:10px;
  position: relative;
  z-index:100;
}

.project-title{
  padding-top:8vh;
  font-family: title;
  font-size: 5vw;
  color:white;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.project-main-video video{
  width: 100%;  
}

.project-details-group{
  display:flex;
  flex-flow: row;
  padding: 10px;
}

.details-left{
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  align-self: flex-end;
}

.details-right{
  padding-top: 10px;
  align-self: baseline;
}

.details-right img{
  width:160px;
}

.details-right img{
  max-height: 60px; 
}

.detail-label{
  font-family: light;
  color: #d1d1d1;
  font-size: 14px;
  text-transform: uppercase;
}

.detail-title{
  font-family: light;
  font-size: 4.5vw;
  color: #E94019;
  text-transform: uppercase;

}

.description-text{
  
}

.project-desrition-label{
  
}



.project-description-header{

  padding-left: 10px;
  font-family: light;    
  text-transform: uppercase;

  font-size: 32px; 
  color:red;
  width:50%;
}

.detail-text{

  /* display: none; */
  font-family: regular;
  color: #d1d1d1;
  font-size: 16px;

  padding: 10px;

  width: 50%; 
  padding-bottom: 50px;
}

.client-declare{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.client-name{
  padding-top: 10pxx;
  color:#E94019;
  text-transform: uppercase;
  font-family: light;
  font-size: 28px;
  
}

.next-project{
  padding-top: 30px;  
  padding-bottom: 40px;
  cursor: pointer;
}

.next-project-label{
  color:#E94019;
  font-size: 20px;
}

.next-project-title{  
  padding-top: 20px !important;
}

/* ------------ footer styles ------------- */


.footer{
  
  min-height:95vh;
  background-color: black;
  position: sticky;
  bottom: 0;
  /* z-index:50; */
  
  /* opacity: 0; */

  display: flex;
  flex-flow: column;
  
}

.footer-page-index{
  /* position: relative; */
  z-index: 10;
}

.social-media-group{  

  font-size: 12px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding:10px;

  margin-top: 15px;
}

.footer-sn{
  color:#E94019;

  font-family: regular;
}

.footer-dc{
  color: white;
  font-family: light;
}

.middle-trio-links{

  display: flex;
  flex-flow: row;
  gap: 10px;
  flex-grow: 1;
  width: 55%;
  margin-left: 22.5%;  
  justify-content: center;
  align-items: center;

}

.footer-trio-link{
  width: 30%;
  
  cursor: pointer;
}

.footer-trio-link:hover  .footer-trio-btn .fablink-arrow .arrow-icon {  
  filter: invert(1); 
}

.footer-trio-link img{
  width: 100%;
  border-radius: 3px;
}

.footer-trio-btn{
  margin-top: 5px;
  
  padding-left: 15px;
  
}

.last-contact{
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 10px;
  flex-wrap: wrap;
}

.footer-contact-city{
  font-family: title;
  font-size: 18px;
  color:#E94019;
  display: inline-block;
}

.footer-contact-phone{
  font-family: regular;
  font-size: 18px;
  color: #E94019;
  display: inline-block;
}

.footer a{
  color:#E94019;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

.footer-sn {    
  display: flex;
  flex-flow: row;
  gap:10px;
  padding-left: 10px;
}

.footer-sn a {
  color: white !important;
  font-size: 12px !important;
  
}

.footer-contact-address{
  font-family: light;
  font-size: 14px;
  color: rgb(190, 188, 188);
  text-transform: uppercase;
  margin-top: 5px;
}

.footer-email{
  font-family: title;
  font-size: 18px;
  color:#E94019;
}


/*--------- media query responsivness --------*/

@media (max-width:700px) {
  .project-details-group{
    flex-flow:column-reverse ;
  }

  .details-right{
    padding-left:10px;
  }

  .detail-text{
    width: 100%; 
    padding-bottom: 50px;
    padding-left: 10px !important;
  }

  .project-description-header{
    width:100%;
    font-size: 26px; 
  }

  .studio-label {
    font-size: 7vw;
    text-transform: uppercase;
    
  }

}

@media (max-width:500px) {

  .fs-label{
    font-size: 5vw;
  }

  .fs-tags{
    padding-top: 10px;
  }

  .fs-logo img {
    padding-top: 0px;  
    width: 30vw;
  }

  .fs-info{
    padding-left: 0px;
  }

  .fs-video video {    
    height:250px !important;    
  }

  .footer-trio-link{
    width: 50%;
  }

  .middle-trio-links{   
    flex-flow: column;
    gap: 10px;  
  }

  .footer-trio-link img{
   display:none;
  }
  .menu-middle-section{
    flex-flow: column;
  }
  .contact-link{
    display: none;
  }

  .menu-big-links{
    font-size: 8vw;
    padding-bottom: 25px;
    text-align: center;
  }
  .connect-media{
    flex-flow: column;
  }
  .connect-media .left-media{
    width:100%}
  .connect-media .right-media{
      width:100%}

.social-media-group{
  flex-flow: column;
}

.footer-dc{
  padding:10px;
}

.fs-tags{
  gap:4px;
}

.fs-logo img{
  padding-right: 0px;
}

.siblou-logo img{
  width:17vw !important;
}

.hero-label img{
  position: relative;
  bottom: 80px !important;
}

.mega-label{
  font-size: 6.5vw;
  line-height: 6.8vw;
}

}

@media (max-width: 900px) {
  .double-work-entry{
    display:flex;
    flex-flow:column;
    gap:15px;
    padding-bottom: 40px;
  }

  .fs-video video {    
    height:350px;    
  }

  .middle-trio-links{
    width: 90%;
    margin-left: 5%;  
  }

  .project-entry_in{
    padding-bottom: 0px;
  }

  .project-details-title{
    font-size: 5vw;
  }

  .studio-services-cards{
    grid-template-columns: 1fr;
  }

  .contact-table{
    flex-flow:column;    
  }

  .project-details-logo img{
    max-width: 100px;    
  }

  .contact-info{
    padding-top: 90px;
    width:90%;
  }
  .contact-city-title{
    font-size: 6vw;
  }
  .contact-city-phone {
    
    font-size: 5vw;
}

.contact-email-red {
  font-family: title;
  padding-top: 30px;
  color: #E94019;
  font-size: 6vw;
}

}

@media (max-height:400px) {

  .menu-big-links{
    font-size: 8vh;
    padding-bottom: 25px;
   
  }
  .menu-reel-link{
    margin-top: -50px;
  }
}