@font-face {
  font-family: 'MyCustomFont';
  src: url('./fonts/POIOrbiterTrial-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyCustomFont1';
  src: url('./fonts/Serotiva-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyCustomFont2';
  src: url('./fonts/Moniqa-BoldHeading.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'MyCustomFont1', sans-serif; 
    margin: 0;
    padding: 0;
    background-color: black !important;
  }  

/*******************************************************************/

/************Overlay***************/

.overlay-image {
  position: relative;
  margin-top: -5%; 
  text-align: center;
  z-index: 5;
  margin-bottom: 0px;
}

.overlay-image img {
  max-width: 100%; 
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .overlay-image img {
    max-width: 100%; 
  }
  .overlay-image {
    margin-top: -5%;
  }
}


/*******************************************************/
/******************************************************/

/*******************Actors******************/
.actors-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px 0;
  direction: rtl;
}

.actors-row {
  display: flex;
  position: relative;
  transition: transform 0.5s ease;
    width: max-content;

}

.actor-item {
  flex: 0 0 200px;
  margin: 0 10px 0 -48px;
  position: relative; 
  overflow: hidden; 
  transition: transform 0.3s ease, z-index 0.3s ease;
  z-index: 1;
}

.actor-item img {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}

.actor-item .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.actor-item:hover .main-img {
  opacity: 0; 
}

.actor-item:hover .hover-img {
  opacity: 1; 
}

.actor-item:hover {
  z-index: 10;
  transform: scale(1.1);
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 20;
}

.nav-btn.left-btn {
  right: 10px;
}

.nav-btn.right-btn {
  left: 10px;
}

.nav-btn:disabled {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .actor-item {
    flex: 0 0 150px;
  }
  .actors-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px 0;
  }
}


/**************************************************/
/**************************************************/
#Models_Container {
  position: relative;
  width: 75%;
  max-width: 1000px; 
  overflow: hidden;
  background: url('./images/BGModels.svg') no-repeat center center/cover;
  padding: 10px 40px;
  margin: 0 auto 80px auto; 
}

.models-container {
  display: flex;
  gap: 13px;
  transition: transform 0.5s ease;
  overflow-x: 0; 
  scroll-behavior: smooth;
}

.models-container::-webkit-scrollbar {
  display: none; 
}

.models-container div {
  flex: 0 0 auto;
  width: 210px; 

}

.main-img {
  width: 100%;
  height: auto; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main-img:hover {
  transform: perspective(500px) scale(1.1);
}

#Models_Container .nav-btn {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 20;
  font-size: 1.2rem;
}

.nav-btn.left-btn {
  right: 5px;
}

.nav-btn.right-btn {
  left: 5px;
}

.nav-btn:disabled {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}


@media (max-width: 768px) {
  #Models_Container {
    width: 80%; 
  }
  .models-container div {
    width: 120px; 
  }
  .nav-btn {
    padding: 8px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  #Models_Container {
    width: 90%;
  }
  .models-container div {
    width: 100px;
  }
  .nav-btn {
    padding: 6px;
    font-size: 0.9rem;
  }
}

/************UpComing**************/
.upcoming-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url('./SET/EFFECT/UpComing_BG.svg');
  background-size: cover;
  background-position: center;
  /*background-attachment: fixed;*/
  width: 100%; 
  max-width: 1200px; 
  color: white;
  padding: 20px;
  gap: 20px;
 
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin: 200px auto 200px auto; 
  max-height: 100vh;
  height:800px;
}

.upcoming-letter {
  flex: 0 0 auto; 
  text-align: left;
}

.upcoming-letter span {
  font-size: 5.5rem;
  line-height: 1;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  transform: rotate(180deg);
}

.upcoming-paragraph {
  flex: 1;
  text-align: left;
  font-size: 0.7rem;
  line-height: 1.6;
  margin-left: 70px;
  font-weight: 500;
  font-display:inherit;
  background-color: transparent;
  background: rgba(7, 7, 7, 0.6);
}

.upcoming-paragraph p {
  margin: 0 0 0 20px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6); 

}

.upcoming-image {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.upcoming-image img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  width: 100%;

}

@media (max-width: 992px) {
  .upcoming-section {
    width: 80%; 
  }

  .upcoming-letter span {
    font-size: 3.5rem;
  }

  .upcoming-paragraph {
    font-size: 1rem;
    margin-left: 60px;
  }

  .upcoming-image img {
    max-width: 70%;
  }
}
  
  @media (max-width: 768px) {
    .upcoming-section {
      width: /*77%*/ 280px; 
      padding: 10px;
      flex-direction: column; 
      align-items: center;
      background-image: url('./SET/EFFECT/UpComing_Small_BG.webp');
      height: auto;
    }
  
    .upcoming-letter {
      text-align: center;
      margin-bottom: 20px; 
    }
  
    .upcoming-letter span {
      font-size: 2.5rem; 
      writing-mode: horizontal-tb; 
      transform: none; 
      text-transform: uppercase;
      text-align: center;
      display: inline-block;
      margin-top: 10px;
    }
  
    .upcoming-paragraph {
      font-size: 0.5rem;
      /*margin-left: 60px;*/
      text-align: left;
      align-items: center;
      display: inline-block;
      background: rgba(7, 7, 7, 0.6);
      padding: 1px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
      font-weight: 200;
      margin: 0 auto;
      text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
      padding-bottom: 0;
    }
  
    .upcoming-image {
      margin-top: 10px; 
      justify-content: center;
      text-align: center;
    }
  
    .upcoming-image img {
      max-width: 50%;
    }
  }
  


/****************************************************************/
/***************************************************************/

/*******************Contact*********************/
/* Contact Us Section */
#contact-us {
  min-height: 90vh; 
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 10px;
  font-family: sans-serif, 'MyCustomFont';
  border: 1px solid white;
  width: 90%;
  margin: 50px auto;
}

/* Left Content Info */
.contact-info {
  flex: 1; 
  max-width: 400px;
  text-align: center;
  margin-bottom: 10px;
}



.contact-info p {
  margin: 5px 0;
  font-size: 16px;
}

.social-icons a {
  color: white;
  font-size: 10px;
  border: 1px solid white;
  border-radius: 50%;
  padding: 10px;
  margin: 0 5px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
  color: #4a007e; 
}

/* Right Contact Form */
.contact-form {
  flex: 2; 
  max-width: 400px;
  width: 100%;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  color: white;
  border: none;

}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: white;
  font-size: 16px;
}

.contact-form button {
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  color: white;
}

.contact-form button:hover {
  background-color: #4a007e; 
  transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  #contact-us {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-info {
    margin-bottom: 20px;
  }

  .contact-form {
    max-width: 90%;
  }
}


/*****************************************************************/
/*****************************************************************/

/***********************Footer***************************/

.footer {
  background-color: black; 
  color: #fff;           
  text-align: center;    
  padding: 10px 20px;    
  font-size: 12px;       
}

.footer .container {
  max-width: 1200px;   
  margin: 0 auto;    
}

@media (max-width: 768px) {
  .footer {
    font-size: 8px;    
   padding: 8px 8px;
  }
}