.cid-uTQz8zIIdn .card img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cid-uTQz8zIIdn .card:hover img {
  /* box-shadow: 0 10px 55px 5px rgba(20, 154, 199, 0.35); */
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
}

.hover-custom:hover {
  color: #a6ce39 !important;
}

.img-zoom {
  width: 250px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.img-zoom:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

/* slider  */
.slider-body {
  padding-top: 250px;
  margin: 0;
  color: #14255f;
  background: url("https://arimday2025.com/Big_3.png") no-repeat top center;
  background-size: cover;
  min-height: 100vh;
  justify-content: center !important;
}

.slider-h1 {
  text-align: center;
  font-family: "DB Heavent v3.2.1";
  font-size: 4.2rem;
  margin-bottom: 170px;
  font-weight: bold;
}

.slider-container {
  max-width: 950px;
  margin: auto;
  padding: 40px 15px;

  padding-bottom: 200px;

  display: grid;
  position: relative;

  /* width: 80%; */
}

.main-slide {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
}

.main-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow {
  position: absolute;
  top: 52%;
  font-size: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 5px 12px;

  outline: none;
}

.arrow:focus,
.arrow:active {
  outline: none;
  background: transparent;
  color: inherit; 
}

.arrow.left {
  left: -60px;
}
.arrow.right {
  right: -60px;
}

.thumbnails {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 15px;
}

.thumbnails img {
  width: 32.6%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: border 0.3s;
}

.thumbnails img.active {
  border: 2px solid #007bff;
}

@media (max-width: 768px) {
  .slider-body {
    padding-top: 90px;
    margin: 0;
    color: #14255f;
    background: url("https://arimday2025.com/Big_3.png") no-repeat top center;
    background-size: cover;
    /* min-height: 100vh; */
    justify-content: center !important;
  }

  .slider-h1 {
    text-align: center;
    font-family: "DB Heavent v3.2.1";
    font-size: 1.5rem;
    margin-bottom: 40px;
    font-weight: bold;
  }

  .slider-container {
    
    max-width: 250px;
    
    /* margin: auto; */
      /* max-width: 100%;
  margin: auto; */
    padding: 40px 15px;
    padding-bottom: 40px;
    display: grid;
    position: relative;

    /* width: 80%; */
  }

  /* .slider-container img {
    width: 100%;
    object-fit: contain;
} */

  .main-slide {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
}


.main-slide img {
  width: 100%;
  /* height: 100%; */
      object-fit: contain;

}

.thumbnails {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  /* margin-top: 15px; */
}

.thumbnails img {
  width: 30%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: border 0.3s;
}
}



 .btn-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;

  /* width: 80%; */
}
    .btn-download {
      width: 150px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #ccc;
      background-color: #fff;
      color: #333;
      /* font-size: 14px; */
      /* padding: 6px 16px; */
      border-radius: 5px;
      transition: all 0.2s ease;
    }

    .btn-download i {
      margin-right: 6px;
      /* font-size: 16px; */
    }

    .btn-download:hover {
      background-color: #f8f9fa;
      /* border-color: #bbb; */
      text-decoration: none;
      color: #000;
    }
