/* font  */
@font-face {
  font-family: 'Humanist521';
  src: url('../fonts/Humanist521BT.ttf') format('truetype');
  }
  body{
  font-family: 'Humanist521';
  background-color: #F2F2ED;
  }
  p{
    font-size: 18px;
  }
  /* menu bar */
  .navbar{
  background-color: #FFFFFF;
  }
  .custom-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #F9F9F9;
  border-radius: 50%; 
  padding: 10px; 
  border: 1px solid #D9D9D9;
  }

   .nav-link:hover .black-text {
    color: #FFCC00;
  }
  .black-text{
  color: #2A2A2A;
  font-weight: bold;
  font-family: 'Humanist521';
  font-size: 14px;
  }
.btn-warning {
  font-weight: 600;
  font-family: 'Humanist521'; 
  text-transform: uppercase;
  color: #2A2A2A;
  padding: 10px 20px;
  font-size: 12px;
  background-color: #FFCC00;
  border: none;
  
  }
  .btn-warning:hover {
    background-color: #2A2A2A !important;
    color: #FFCC00 !important; 
  }
  
  /* hero section */
  .hero-section {
  position: relative;
  }
  .hero-image {
  position: relative;
  overflow: hidden;
  object-fit: contain;
  }
  .hero-img {
  height: 100%;
  object-fit: cover;
  }
  .play-btn {
  width: 60px;
  height: 60px;
  background-color: #F1F1F1;
  border-radius: 50%;
  font-size: 23px;
  color: #2A2A2A;
  text-decoration: none;
  transition: 0.3s;
  }
  .play-btn:hover {
  background-color: #e0a800;
  }

  .text-warning-custome {
    font-size: 60px;
    font-weight: bold; 
    color: #FFCC00;  
    text-align: center; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
    padding: 20px 0; 
    font-family: 'Humanist521';
    top: 5%;
    position: relative;
  }
  /* our canvas strture */
  .text-heading-custom {
  color: #000; 
  text-align: center; 
  font-family: 'Humanist521';
  font-size: 45px;
  }
  .text-warning-custome-h2 {
  color: #ffcc00; 
  font-family: 'Humanist521';
  }
  .carousel-inner img {
  object-fit: cover;
  }

  /* icon section */
  .icon-section p {
  font-weight: bold;
  font-size: 20px;
  color: #2A2A2A; 
  }

  /*Prop- List section */
  .prop-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  }
  .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: #999;
    }
    .owl-dot.active span {
    /*width: 55px !important;
    height: 7px !important;*/
    background-color: #ffc107 !important;
    border-radius: 4px;
    }
  
  /* Shoot With Us Section */
  .team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  /* footer*/
  .footer-section {
  background-image: url('../images/Group 10694.png');
  background-size: cover;
  background-repeat: no-repeat; 
  }
  .footer-section h4 {
  font-size: 2rem;
  }
  .footer-section .btn-warning-new {
  font-weight: 600;
  font-family: 'Humanist521';
  text-transform: uppercase;
  color: #2A2A2A;
  padding: 10px 20px;
  font-size: 12px;
  background-color: #FFCC00 !important;
  }
.btn-warning-new:hover {
    background-color: #FFCC00 !important;
    color: #2A2A2A !important; 
  }
  .footer-section .small-custome {
  font-size: 0.875rem;
  margin-top: 2rem;
  color: #fff;
  }

  .owl-carousel .item {
  padding: 10px;
  }
  .gal-home img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  display: block;
  border-radius: 12px;
  }
  .text-heading-custom {
  font-size: 2.2rem;
  color: #333;
  }
  .text-warning-custome-h2 {
  color: #FFCC00; 
  }
  .carousel-indicators .active {
  background-color: #f0ad4e; 
  opacity: 1;
  }
  .carousel-indicators [data-bs-target] {
  width: 15px;
  height:15px;
  background-color: #707070;
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0.7;
  }
  .carousel-indicators .active {
  /*width: 55px;
  height: 7px;*/
  background-color: #FFCC00;
  /*border-radius: 4px;*/
  }


    /* media query */
@media (max-width: 980px) {
.btn-warning {margin-top: 15px;}
}

@media (max-width: 768px) {
.shoot-with-us{text-align: center;}
}

@media (max-width: 576px) {
  
  .text-warning-custome {
      font-size: 15px;
  }
  .play-btn {
    width: 35px;
    height: 35px;
    font-size: 15px;
}
}


/* Loading Styles (Wave) */
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1920px;
  }
}

@keyframes rise {
  0% {
    height: 0;
  }
  100% {
    height: 70%;
  }
}
/* 
.wave {
  background: url("") repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3840px;
  height: 198px;
  opacity: 1;
  animation: wave 4s linear infinite, rise 5s infinite alternate;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.wave::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #add8e6;
  z-index: -1;
  animation: rise 5s infinite alternate;
} */

.canvas-image-hover-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.canvas-image-hover-wrapper img {
  width: 100%;
  display: block;
}

/* Normal image */
.image-normal {
  transition: opacity 0.5s ease-in-out;
}

/* Dimension image is hidden by default */
.image-dimension {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out; /* Smooth fade-in */
}

/* On hover show the dimension image */
.canvas-image-hover-wrapper:hover .image-dimension {
  opacity: 1;
}

/* Hide normal image on hover */
.canvas-image-hover-wrapper:hover .image-normal {
  opacity: 0;
}
