@font-face {
  font-family: Li Hasan Jolchobi ANSI V1;
  src: url(../font/Hasan.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", "Bangla", sans-serif;
}

html,
body {
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}

body a {
  text-decoration: none;
}

.container {
  width: 40%;
  position: relative;
  padding: 0px;
  padding-bottom: 60px;
  /* border: 2px solid lightgray; */
}

/* Header start */
header {
  /* background-color: #0b2743; */
  background: url("../images/hd-options.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 0px 0px 15px 15px;
  color: #fff;
  padding: 10px 12px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-info {
  display: flex;
  align-items: center;
}

.avatar {
  width: 150px;
  /* border-radius: 50%;
  border: 2px solid red; */
  margin-right: 15px;
}

.user-details h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}

.user-details p {
  margin: 0;
  font-size: 14px;
  color: #bbb;
}

.reward-info {
  display: inline-flex;
  align-items: center;
  background-color: #5b0055;
  padding: 2px 5px;
  border: 2px solid whitesmoke;
  border-radius: 33px 22px 33px 22px; 
  font-size: 16px;
}

.coin-icon {
  margin-right: 3px;
  font-size: 16px;
}

.coin-icon img {
  height: 30px;
}

.reward-points {
  font-weight: bold;
  /* color: #ffc107; */
  color: #fff;
}
/* Header End */

/* Campaign Logo Start */
.campaign-logo {
  background-image: url("../images/gemezz-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.1);
  height: 380px;
  margin: 10px 15px 30px 15px;
}
/* Campaign Logo End */

/* Previous-Campaign start */
.free-games-section {
  position: relative;
  text-align: center;  
  margin-top: 30px;
}

.owl-text {
  position: absolute;
  top: -22px; 
  left: 50%;  
  transform: translateX(-50%); 
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;  
  border: 2px solid whitesmoke;
  border-radius: 33px 22px 33px 22px; 
  /* background-color: #8fbb33; */
  background: url("../images/hd.jpg") no-repeat center; 
  padding: 8px;
  z-index: 11;
  font-style: italic;
}


.owl-carousel {
  margin: 10px 0px 20px 0px;
}

.owl-carousel .item-1 {
  /* height: 100%; */
  border-radius: 10px;
  text-align: center;
  color: #fff;
  margin: 0px 15px;
}

.owl-carousel .item-1 img {
  width: 100%;
  /* height: 100%; */
  border-radius: 10px;
  object-fit: cover;
}

.owl-carousel-1 .item-2 img {
  width: auto;
  object-fit: cover;
}

#carousel-2 {
  box-shadow: 0 0 10px rgba(149, 190, 40, 0.4);  
  padding: 20px 13px 0px 13px;
  border-radius: 10px;
  border: 1.9px solid #95be28;
  /* border-image: linear-gradient(to top, #329776, #58a265, #83b544, #95be28);
  border-image-slice: 1; */
  margin: 0px 15px 30px 15px;
}
/* Previous-Campaign End */

/* Quiz-Catagory start */
.card {
  background-color: #f5f5f5;
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.card img {
  height: 80px;
}

.card p {
  color: #000000;
  font-weight: 700;
  margin: 8px 0;
}

.card .button {
  background-color: #710d56;
  color: #fff;
  padding: 8px 8px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  width: 50%;
}

.card .button:hover {
  background-color: #9c4dcc;
}
/* Quiz-Catagory End */

/* Game-section Start */
/* .game-section {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
  margin: 0px 15px 30px 15px; 
}

.game-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}

.games-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 15px;
}

.big-game {
  grid-row: span 2;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.game-card {
  position: relative; 
  border-radius: 55px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-row {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
} */
/* Game-section End */

/* Footer start */
.footer {
  position: fixed;
  bottom: 0;
  left: 30%;
  right: 30%;
  /* background: linear-gradient(to right, #260034,  #34003B, #530050, #5B0055, #530050, #34003B); */
  background: url("../images/hd.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0 5px 0;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.footer a {
  text-align: center;
  font-size: 13px;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* gap: 4px; */
}

/* .footer a img {
  height: 25px; 
} */

.footer a i {
  display: block;
  font-size: 22px;
  font-weight: 100;
}

/* Styling for the Join Now button */
.join-now .unsub {
  position: relative;
  /* background-color: #5b0055; */  /* Commented — okay if not needed */
  color: #fff;
  font-style: italic;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}


.join-now img {
 height: 80px;
 width: 220px;
}

.unsub img {
 height: 40px;
 width: 130px;
 margin-top: -20px;
}


/* Adjust the icons' spacing */
.footer a:not(.join-now):not(.unsub) {
  flex: 1;
}
 

/* Footer End */

/* Html game section new*/
.game-section {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  /* gap: 20px; */
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 10px 20px;
  margin: 0px 15px 15px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.game-image {
  height: 100%; 
  width: 40%;
}
.game-image img {
  width: 100%;
  height: 180px;
  /* height: 100%; */
  border-radius: 8px;
}

.game-details {
  height: 100%; 
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.game-details img {
  height: 180px;
}

.game-details .clr-green {
  color: #8fbb33;
  font-size: 32px;
  font-weight: bold;
}

.game-details .clr-violet {
  color: #3d0043;
  font-weight: bold;
  font-size: 25px;
}

.play-button {
  background-color: #5b0055;
  padding: 3px 20px 3px 18px;
  border: none;
  border: 2px solid whitesmoke;
  border-radius: 33px 22px 33px 22px; 
  color: white;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s;
  font-style: italic;
  text-align: center;
}

.note {
  display: block;
  margin-top: 10px;
  font-size: 0.7em;
  color: #1e022b;
  position: absolute;
  right: 18px;
  bottom: 15px;
  text-decoration: none;
  /* font-style: italic; */
}


/* Modal start */
.modal-content {
  background: rgba(145, 189, 48, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(58, 247, 20, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(123, 226, 39, 0.89);
}
/* Modal end */

/* faq start  */

.faq-container {
  font-family: cursive;
  max-width: 900px;
  margin: 30px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-header {
  background: linear-gradient(45deg, #6a11cb, #2575fc);
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-question {
  background: #f9f9f9;
  color: #333;
  padding: 20px 15px;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.faq-question:hover {
  background: #f1f1f1;
  color: #2575fc;
}

.faq-question::after {
  content: "▶";
  font-size: 1.2rem;
  color: #333;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(90deg);
  color: #2575fc;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, padding 0.6s ease, opacity 0.6s ease;
  background: #f7f7f7;
  padding: 0 15px;
  opacity: 0;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 15px;
  opacity: 1;
}

.faq-answer p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

.faq-answer table th {
  font-size: 0.7em;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
  color: #000;
}

/* faq end */

