.FNC1
{
  background-color:white; 
  margin:auto; 
  margin-top:10px; 
  margin-bottom:10px;
  border: 1px solid #e5e5e5;
  width:60%; 
  padding:20px;
  display:none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.body {
  font-family:red hat display,times; 
  
}
/* image zoom */
.image-zoom {
    overflow: hidden; /* Hide the overflow when the image scales */
    
  }
  
  .image-zoom img {
    transition: transform 0.3s ease; /* Add a smooth transition */
  }
  
  .image-zoom:hover img {
    transform: scale(1.2); /* Zoom in by 20% (adjust as needed) */
  }

  .navbar-nav .nav-link {
    transition: color 0.3s;
  }

  .navbar-nav .nav-link:hover {
    color: white; /* Set the desired hover color */
  }




  
  



  /* small screen */

  @media (max-width: 768px) {
   
    
   #CB1, #CH1, #CH2, #CH3, #CH4, #CH5, #CP1, #CP2, #VID1, #VID2, #HT1, #B1 {
       display: none;
      }
    
    }

  
/* configurator */

    hr.rounded {
      border-top: 3px solid #bbb;
      border-radius: 5px;
    }


/* slideshow */

/* Slideshow container */
.slideshow-container {
  max-width: 80%;
  position: relative;
  margin: auto;
  display: flex;
    justify-content: center;
    align-items: center;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: red;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/* gallery */
.gallery {
  position: relative;
}

.gallery-img {
  width:90%;
  height: auto;
  display: block;
  margin: 10px auto;
}

.lft,
.rght {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  
  font-size: 18px;
}

.lft {
  left: 30px;
}

.rght {
  right: 30px;
}
