.bangla-font {
  font-family: "SolaimanLipiNormal" !important;
}

@font-face {
  font-family: "SolaimanLipiNormal";
  src: url("kalpurush.ttf");
}

body {
  background: linear-gradient(to bottom, #eae9eb, #501481, #390c5d, #390c5d)
    no-repeat;
  color: white;
}

/* .carousel-inner {
            width: 94%; 
            margin: auto; 
            border-radius: 8px;  
      } */

/* Subscribe Button Start */

.subscribe {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(142, 74, 165, 0.5),
    #4d2071,
    #1e0632
  );
  backdrop-filter: blur(10px);
  text-align: center; 
  color: white;
  padding: 10px 0;
  clip-path: ellipse(70% 100% at 50% 100%);
}
.subs--btn {
  position: relative;
}

.subs--btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgb(231, 222, 222, 0.1),
    rgb(253, 253, 253, 0.5),
    rgb(231, 222, 222, 0.1)
  );
  border-radius: 2px;
}
.subscribe h4 {
  margin: 0;
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 7px;
}

.subscribe h4 a {
  /* color: #ffffff; */
  color: #ffc300;

}
.subscribe small {
  opacity: 0.5;
  font-size: 12px;
}

/* Subscribe Button End */

/* Game-card Start */
.game-card {
  /* background: #6a0dad; */
  border-radius: 10px;
  margin: 10px 0;
  /* padding: 15px; */
  display: flex;
  align-items: center;
  position: relative;
}
.game-card img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
.game-card .details {
  flex-grow: 1;
  margin: 0 15px;
}

.game-card .details p {
  font-size: 11px;
}

.game-card .play-button {
  display: inline-block;
  padding: 6px 18px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(145deg, #4d0377, #6e059c);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  box-shadow: 0 5px 10px rgba(252, 252, 252, 0.2),
    inset 0 2px 3px rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.play-button:hover {
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3),
    inset 0 3px 4px rgba(255, 255, 255, 0.4);
  transform: translateY(-3px);
}
.game-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgb(231, 222, 222, 0.1),
    rgb(253, 253, 253, 0.5),
    rgb(231, 222, 222, 0.1)
  );
  border-radius: 2px;
}

/* Game-card End */

/* Navbar Start */

.navbar-brand {
  font-size: 20px;
  font-weight: bold;
  color: #0c0b0b;
}
.navbar-toggler {
  border-color: #646363;
}
.navbar-toggler-icon {
  background-image: url("http://cysgames.com/images/menu.png");
}
.navbar-nav .nav-item {
  margin: 0 10px;
}
.navbar-nav .nav-link {
  color: #000000;
  font-weight: 700;
  font-size: 15px;
  padding: 5px 10px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #8716e4;
  border-radius: 5px;
}
/* Navbar End */

/* Carousel Start */

.slider {
  width: 100%;
}
.slider input {
  display: none;
  border-radius: 10px;
}
.testimonials {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 220px;
  perspective: 1000px;
  overflow: hidden;
}
.testimonials .item {
  top: 0;
  position: absolute;
  box-sizing: border-box;
  background-color: #0a0220;
  border-radius: 8px;
  padding: 30px;
  width: 320px;
  height: 200px;
  text-align: center;
  transition: transform 0.4s;
  -webkit-transform-style: preserve-3d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  user-select: none;
  cursor: pointer;
}
.testimonials .item img {
  width: 100px;
  border-radius: 50%;
  border: 13px solid #3b344d;
}
.testimonials .item p {
  color: #ddd;
}
.testimonials .item h2 {
  font-size: 14px;
}
.dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dots label {
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #413b52;
  margin: 7px;
  transition: transform 0.2s, color 0.2s;
}
/* First */
#t-1:checked ~ .dots label[for="t-1"] {
  transform: scale(2);
  background-color: #fff;
}
#t-1:checked ~ .dots label[for="t-2"] {
  transform: scale(1.5);
}
#t-1:checked ~ .testimonials label[for="t-1"] {
  z-index: 4;
}
#t-1:checked ~ .testimonials label[for="t-2"] {
  transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
  z-index: 3;
}
#t-1:checked ~ .testimonials label[for="t-3"] {
  transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
  z-index: 2;
}
#t-1:checked ~ .testimonials label[for="t-4"] {
  transform: translateX(900px) translateZ(-270px) rotateY(-35deg);
  z-index: 1;
}
#t-1:checked ~ .testimonials label[for="t-5"] {
  transform: translateX(1200px) translateZ(-360px) rotateY(-45deg);
}
/* Second */
#t-2:checked ~ .dots label[for="t-1"] {
  transform: scale(1.5);
}
#t-2:checked ~ .dots label[for="t-2"] {
  transform: scale(2);
  background-color: #fff;
}
#t-2:checked ~ .dots label[for="t-3"] {
  transform: scale(1.5);
}
#t-2:checked ~ .testimonials label[for="t-1"] {
  transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
}
#t-2:checked ~ .testimonials label[for="t-2"] {
  z-index: 3;
}
#t-2:checked ~ .testimonials label[for="t-3"] {
  transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
  z-index: 2;
}
#t-2:checked ~ .testimonials label[for="t-4"] {
  transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
  z-index: 1;
}
#t-2:checked ~ .testimonials label[for="t-5"] {
  transform: translateX(900px) translateZ(-270px) rotateY(-35deg);
}
/* Third */
#t-3:checked ~ .dots label[for="t-2"] {
  transform: scale(1.5);
}
#t-3:checked ~ .dots label[for="t-3"] {
  transform: scale(2);
  background-color: #fff;
}
#t-3:checked ~ .dots label[for="t-4"] {
  transform: scale(1.5);
}
#t-3:checked ~ .testimonials label[for="t-1"] {
  transform: translateX(-600px) translateZ(-180px) rotateY(25deg);
}
#t-3:checked ~ .testimonials label[for="t-2"] {
  transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
}
#t-3:checked ~ .testimonials label[for="t-3"] {
  z-index: 3;
}
#t-3:checked ~ .testimonials label[for="t-4"] {
  transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
  z-index: 2;
}
#t-3:checked ~ .testimonials label[for="t-5"] {
  transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
}
/* Fourth */
#t-4:checked ~ .dots label[for="t-3"] {
  transform: scale(1.5);
}
#t-4:checked ~ .dots label[for="t-4"] {
  transform: scale(2);
  background-color: #fff;
}
#t-4:checked ~ .dots label[for="t-5"] {
  transform: scale(1.5);
}
#t-4:checked ~ .testimonials label[for="t-1"] {
  transform: translateX(-900px) translateZ(-270px) rotateY(35deg);
}
#t-4:checked ~ .testimonials label[for="t-2"] {
  transform: translateX(-600px) translateZ(-180px) rotateY(25deg);
}
#t-4:checked ~ .testimonials label[for="t-3"] {
  transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
  z-index: 2;
}
#t-4:checked ~ .testimonials label[for="t-4"] {
  z-index: 3;
}
#t-4:checked ~ .testimonials label[for="t-5"] {
  transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
}
/* Fifth */
#t-5:checked ~ .dots label[for="t-4"] {
  transform: scale(1.5);
}
#t-5:checked ~ .dots label[for="t-5"] {
  transform: scale(2);
  background-color: #fff;
}
#t-5:checked ~ .testimonials label[for="t-1"] {
  transform: translateX(-1200px) translateZ(-360px) rotateY(45deg);
}
#t-5:checked ~ .testimonials label[for="t-2"] {
  transform: translateX(-900px) translateZ(-270px) rotateY(35deg);
  z-index: 1;
}
#t-5:checked ~ .testimonials label[for="t-3"] {
  transform: translateX(-600px) translateZ(-180px) rotateY(25deg);
  z-index: 2;
}
#t-5:checked ~ .testimonials label[for="t-4"] {
  transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
  z-index: 3;
}
#t-5:checked ~ .testimonials label[for="t-5"] {
  z-index: 4;
}

@media (min-width: 670px) {
  .dots {
    display: none;
  }
}
