

    .slider {
      position: relative;
      width: 100%;
     
      overflow: hidden;
      
    }

    .slides {
      display: flex;
      transition: transform 0.6s ease-in-out;
    }

    .slide {
      min-width: 100%;
      position: relative;
    }

    .slide img { width: 100%; display: block; }

    /* Overlay */
    .overlay {
      position: absolute;
      top: 30%;
      left: 50%;
	  background:transparent;
      transform: translateX(-50%);
      text-align: center;
      color: #fff;
      transition: 0s;
      max-width: 80%;
	  width:80%;
    }

    .overlay h2 { font-size: 2.4rem; margin-bottom: 12px; }
    .overlay p { font-size: 1.2rem; margin-bottom: 18px; }
    .overlay a {
     width:200px;
	 margin:0 auto;
	 font-size:18px;
	 text-align:center;
      color: #fff;
      text-decoration: none;
      border:1px solid #fff;
	  padding:15px;
	   transition: 0s;
    }
    .overlay a:hover {  }

    /* Main Arrows */
    .prev, .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2rem; 
      padding: 10px;
      cursor: pointer;
      
      z-index: 2;
    }
    .prev { left: 15px; }
    .next { right: 40px; }

    /* Thumbnails */
    .thumb-bar {
      position: absolute;
      bottom: 2%;
      left: 50%;
      transform: translateX(-50%);
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
       
    }

    .thumbnails {
      display: flex;
      gap: 6px;
      justify-content: center; 
      flex: 1;
    }

    .thumbnails img {
      width: 80px;
      height: 50px;
      object-fit: cover;
      cursor: pointer;
      border-radius: 0px;
     
     
    }

    .thumbnails img.active {
      opacity: 0.7;
      transform: scale(1.05);
      
    }

    .thumb-prev, .thumb-next {
      font-size: 1.5rem;  
      cursor: pointer;
      user-select: none;
      margin: 0 5px;
    }
 /*------------------------------------------------------Slider 2-----------------------------------*/
 
  .slider2 {
      position: relative;
      width: 100%;
     
      overflow: hidden;
      
    }

    .slides2 {
      display: flex;
      transition: transform 0.6s ease-in-out;
    }

    .slide2 {
      min-width: 100%;
      position: relative;
    }

    .slide2 img { width: 100%; display: block; }

    /* Overlay */
    .slide2 .overlay {
      position: absolute;
      top: 5%;
      left: 50%;
	  background:transparent;
      transform: translateX(-50%);
      text-align: center;
      color: #fff;
      transition: 0s;
      max-width: 80%;
	  width:60%;
	  color:#000;
    }
	.slide2 .overlay2 {
      position: absolute;
      bottom: 15%;
      left: 50%;
	  background:transparent;
      transform: translateX(-50%);
      text-align: center;
      color: #000;
     transition: 0s;
      max-width: 80%;
	  width:60%;
	  font-size:28px;
    }
    .overlay h2 { font-size: 72px; margin-bottom: 12px; }
    .overlay p { font-size: 24px; margin-bottom: 18px; }
    .overlay a {
     width:200px;
	 margin:0 auto;
	 font-size:18px;
	 text-align:center;
      color: #fff;
      text-decoration: none;
      border:1px solid #000;
	  padding:15px;
	   transition: 0s;
	   color:#000;
    }
	.slide2_dwn {  border:1px solid #000 !important;  color:#000 !important;}
	.slide_dwn {  border:1px solid #fff !important;  color:#fff !important;}
    .overlay a:hover {  }

    /* Main Arrows */
    .prev2, .next2 {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2rem;
      color: white; 
      padding: 10px;
      cursor: pointer;
       
      z-index: 2;
    }
    .prev2 { left: 15px; }
    .next2 { right: 40px; }

    /* Thumbnails */
    .thumb-bar2 {
         position: absolute;
    bottom: 2%;
    width: 85%;
    justify-content: center;
    background: transparent;
   padding: 0 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    }

   /* .thumbnails2 {
      display: flex;
      gap: 6px;
      justify-content: center;
      flex: 1;
	   overflow: hidden;
	   width:100%;
    }

    .thumbnails2 img {
      width: 80px;
      height: 50px;
      object-fit: cover;
      cursor: pointer;
     
      
    }

    .thumbnails2 img.active {
      opacity: 0.7;
      transform: scale(1.05);
      border: 2px solid #fff;
	  
    }
	
	*/
	
	.thumbnails2 {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
  gap: 8px;
}

.thumbnails2 img.active {
   opacity: 0.7;
      transform: scale(1.05);
      border: 2px solid #fff;
}

.thumbnails2 img {
  width: 80px;
      height: 50px;
      object-fit: cover;
      cursor: pointer;
}


    .thumb-prev2{
		    /* font-size: 1.5rem; */
    /* padding: 5px 8px; */
    cursor: pointer;
    user-select: none;
    /* margin: 0 5px; */
    /* background: red; */
    /* height: 100px; */
    /* width: 100px; */
    position: absolute;
    left: 1px;
    z-index: 1;
    top: 10px;
	}
	.thumb-next2 {
         /* font-size: 1.5rem; */
    /* padding: 5px 8px; */
    cursor: pointer;
    user-select: none;
    /* margin: 0 5px; */
    /* background: red; */
    /* height: 100px; */
    /* width: 100px; */
    position: absolute;
    right: 1px;
    z-index: 1;
    top: 10px;
    }
 
 
 /* ----------------------------------------  Show Hide image ------------------------------------------ */
 
 .feature-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #fff;
	  
      padding: 30px; 
      max-width: 100%;
      margin: auto;
	  margin-bottom:30px;
	 
	  position:relative;
	  overflow:hidden;
	  padding-top:40px;
	  padding-bottom:0px;
    }
	.discover_heading { position:absolute; top:10%; z-index:1; font-size:52px; text-align:center; width:100%; }

    .feature-image {
      flex: 1;
      text-align: center;
      position: relative;
	  background-color:#fff;
	 
    }

    .feature-image img {
      max-width: 500px;
      display: none;
	  margin:0 auto;
	  padding:0px;
	  background-color:#fff;
	  padding-top:100px;
    }

    .feature-image img.active {
      display: block;
      animation: fadeIn 0.5s ease-in-out;
    }

    .image-description {
      margin-top: 12px;
      font-size: 18px;
      color: #555;
      min-height: 24px;
	  letter-spacing:1px;
	  margin-top:-35px;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .feature-list {
      flex: 1;
      padding-left: 40px;
	  padding-top:80px;
    }

    .feature-list h2 {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .feature-list ul {
      list-style: none;
      padding: 0;
	  margin-bottom:50px;
    }

    .feature-list li {
      margin-bottom: 12px;
      cursor: pointer;
      padding-left: 22px;
      position: relative;
      font-size: 18px;
      color: #555;
    }
	.feature-list strong { font-size:18px; letter-spacing:1px; }
    .feature-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 6px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #aaa;
    }

    .feature-list li.active {
      font-weight: bold;
      color: #000;
	  letter-spacing: 1px;
    }

    .feature-list li.active::before {
      background: #00baff;
      box-shadow: 0 0 6px rgba(0,186,255,0.7);
    }

    .download-btn {
      width:200px;
	 margin:0 auto;
	 font-size:18px;
	 text-align:center;
      color: #000;
      text-decoration: none;
      border:1px solid #000;
	  padding:15px;
	  background-color:#fff;
    }
	.download-btn:hover {
      width:200px;
	 margin:0 auto;
	 font-size:18px;
	 text-align:center;
      color: #000;
      text-decoration: none;
      border:1px solid #000;
	  padding:15px;
    } 
    ul .active { background-color:transparent; } 
	.next img { width:60px; }
	.prev img { width:60px; }
	.next2 img { width:60px; }
	.prev2 img { width:60px; }
	@media (max-width: 800px) {
		.feature-image img { padding:60px 0px; max-width:100%; }
		.thumbnails { overflow:hidden; } 
		.thumbnails2 { overflow:hidden; } 
		.thumb-bar { width:80%; } 
		.thumb-bar2 { width:80%; } 
		.thumbnails img {
    width: 60px;
    height: 35px;
		}
 .feature-section {
    flex-direction: column;
	padding-bottom:60px;
  }
  .download_cont { display: flex;
    flex-direction: column; align-items: center; }
.download_main h3 { margin-bottom: 20px; }	
.download_files_btn { margin-top:20px; }	
.overlay { top: 10%;  max-width: 90%; width:90%; }
.overlay p { font-size:14px; margin-bottom:5px; }
.overlay h2 { font-size:18px; margin-bottom:5px; }
.overlay a { width:150px; font-size:14px; padding:10px; }
.prev, .next { top:40%; }
.next img { width:40px; }
.prev img { width:40px; }
.next { right:20px; }
.prev { left:0px !important; }
.slider { height:auto; }
.thumb-bar { bottom:2px; }

.slide2 .overlay { top: 10%;  max-width: 90%; width:90%; }
.slide2 .overlay2 {  max-width: 90%; width:90%; }
.overlay2 p { font-size:14px; margin-bottom:5px; }
.overlay2 h2 { font-size:18px; margin-bottom:5px; }
.overlay2 a { width:150px; font-size:14px; padding:10px; }
.prev2, .next2 { top:40%; }
.next2 img { width:40px; }
.prev2 img { width:40px; }
.next2 { right:0px; }
.prev2 { left:0px !important; }
.slider2 { height:auto; }
.thumb-bar2 { bottom:2px; }
.discover_heading { top:2%; font-size:28px; }
.image-description { width:80%; margin-left:10%; }
.feature-list { padding-left:0px; padding-top:20px; }
.slide2 .overlay2 { 
bottom: 28%; }
}
@media (max-width: 400px) {
	.thumb-bar { display:none; }
	.thumb-bar2 { display:none; }
	.slide2 .overlay2 { bottom: 5%; }
}
