body{
    font-family: Be Vietnam;
}
.navbar {
  background: rgba(56, 56, 56, 0.349);
    
  }
  
  .navbarH-image-section {
    position:absolute;
    background-image: url('/ent/images/Rectangle\ 10.png'); 
    background-size: cover;
    background-position: center;
    width: 157px;
    height: 155px;
  }
 .ntl{
     top: 0.7rem;
    position: absolute;
    left: 0.5rem;
    width: 175px;
    height: 206px;
}
.navbar-image-section {
    position:absolute;
    background-image: url('/ent/images/Rectangle\ 10.png'); 
    background-size: cover;
    background-position: center;
   width: 93px;
    height: 124px;
  }

  .icon-btn {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: black;
  }
  .hover:hover{
      color: rgb(170, 130, 130) !important;
  }
.hero-image-section {
    background-image: url('/ent/images/019A3237\ 3.png'); 
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
  }

.txt{
 font-size: 12px;
 color: #201C57;

}
.txt1{
  font-size: 14px;
  color:#201C57;
  font-weight: 600;
}
.hero-image-section1 {
  background-image: url('/ent/images/Mask\ group\ \(1\).png'); /* your actual image path */
  background-size: cover;
  background-position: center;
  /* height: 100vh;  */
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-image-section2 {
  background-image: url('/ent/images/5093133_10728\ 2.png'); /* your actual image path */
  background-size: cover;
  background-position: center;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-row {
  --transition-time: 0.3s;
}

.gallery-card {
  transition: filter var(--transition-time), transform var(--transition-time), opacity var(--transition-time);
}

.gallery-row:hover .gallery-card {
  filter: blur(2px);
  opacity: 0.5;
}

.gallery-card:hover {
  filter: none !important;
  opacity: 1 !important;
  z-index: 2;
  transform: scale(1.02);
}

.gallery-card .card {
  border-radius: 0;
}

.card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* fixtures */
  .fixtures-image-section {
    background-image: url('/ent/images/Mask\ group\ \(3\).png'); 
    background-size: cover;
    background-position: center;
    height: 178px;

  }
  .fixture-navbar {
 background: #201C57 !important;

    
  }
  /* url('/assets/images/Rectangle%2010.png'); */
   .stat-image-section {
    background-image: url('/ent/images/mavericks.png'); 
    background-size: 100% 100%;
    background-position: center;
    height: auto  ;
    width: 100%;

  }

  .bread{
    padding-left:150px !important;
  
  }

@media (max-width: 768px) 
{
  .hero-image-section {
    background-image: url('/ent/images/019A3237\ 3.png'); 
    background-size: cover;
    background-position: center;
    height: 340px;
    width: 100%;
  }
  .navbarH-image-section {
    position:absolute;
    background-image: url('/ent/images/Rectangle\ 10.png'); 
    background-size: cover;
    background-position: center;
   width: 109px;
    height: 143px;
  }
 .ntl{
     top: 2.1rem;
    position: absolute;
    left: 0.4rem;
    width: 113px;
    
}

.bread{
  padding-left:50px !important;

}
}
