* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Hind Siliguri', 'Poppins', sans-serif;
  font-weight: bold;
  text-decoration: none;
}

body {
  background: url("../images/ponno.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 67px;
}

/* পরে আপডেট করা যেতে পারে
header i {
  color: aqua;
  font-size: 36px;
  margin-right: 10px;
} */

header {
  background: red;
  padding: 20px;
  font-size: 26px;
  color: white;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  display: flex;
  align-items: center;   
  justify-content: center; 
  gap: 10px;  
}

.header-logo {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  border: 2px solid black;
  object-fit: cover; 
}

 .span-all {
  color: gold; 
  font-weight: bold; 
}

.main-content {
  flex: 1;
  background: white;
  padding: 25px;
  margin: 20px;
  border-radius: 50px;
  border: 0px solid black;
  text-align: center;
}

.hisab h2 {
  background: black;
  padding: 25px;
  color: white;
  margin: 20px;
  border-radius: 38px;
  border: 0px solid red;
  text-align: center;
}

.hisab h2 i {
  color: gold;
  font-size: 28px;
}

.main-head {
  background: red;
  color: white;
  padding: 15px;
  border: 0px solid black;
  border-radius: 48px;
  margin-bottom: 20px;
}

/* এই কোডের কোনো অংশ হুবহু বা দেখতে প্রায় এমন তৈরি করলে তা নকল হিসেবে গণ্য হবে। একমাত্র Xrabon Programmer ছাড়া কেউই এইরম নকশা বা ডিজাইন তৈরি করতে পারবে না! */


#cart-count {
    display: none;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 10;
}


.nav-item {
    position: relative;
}

.main-pass {
  background: aqua;
  padding: 15px;
  border: 4px solid black;
  border-radius: 18px;
  margin-top: 10px;
}

.game-section {
  margin: 20px;
  background: yellow;
  padding: 25px;
  border-radius: 50px;
  border: 0px solid black;
}

.game-section h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  
  background: red;
  padding: 10px;
  border-radius: 38px;
  border: 0px solid black;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
}

.game-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.game-card {
  background: white;
  border: 4px solid black;
  border-radius: 23px;
  width: 130px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
  overflow: hidden;
}

.game-card:hover {
  transform: scale(1.05);
}

.card-image {
  height: 80px;
  background-size: cover;
  background-position: center;
}

.card-text {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: black;
  border-top: 3px solid black;
  background: #f5f5f5;
}

footer {
  background: red;
  padding: 40px 20px;
  color: white;
  font-weight: bold;
  border-top: 3px solid black;
  
  position: relative;
  z-index: 100;  
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-left {
  display: inline-block; 
}

.footer-logo {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  border: 2px solid black;
  object-fit: cover; 
  vertical-align: middle;
}

.footer-left h2 {
  font-size: 30px;
  margin: 0 0 0 10px; 
  display: inline-block;
  vertical-align: middle;   
  line-height: 60px; 
  
}

.footer-left p {
  font-size: 18px;
  color: #f5f5f5;
}

.Xrabon {
  color: gold;
  text-decoration: ;
  font-size: 24px;  
} 

.footer-left p i {
  color: yellow;
  border: 3px solid black;
  border-radius: 50%;
  font-size: 26px;
}

.footer-left h2 i {
  color: aqua;
  font-size: 56px;
}

.footer-right a {
  color: white;
  font-size: 22px;
  margin-left: 20px;
  transition: transform 0.3s, color 0.3s;
}

.footer-right a:hover {
  color: gold;
  transform: scale(1.3);
}

.footer-right i {
  background: white;
  padding: 10px;
  color: black;
  border-radius: 12px;
  border: 2px solid black;
}

@media(max-width:768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .footer-right a {
    margin-left: 10px;
    margin-right: 10px;
  }
}


marquee {
  background: yellow;
  border-bottom: 3px solid black;
  padding: 15px;
  font-weight: bold;
}

.slider-container {
  position: relative;
  margin: 20px auto;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 90%;
  margin: 0 5%;
}

.slide img {
  width: 100%;
  height: 170px;
  border-radius: 25px;
  border: 4px solid black;
  display: block;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

.slider-dots {
  text-align: center;
  margin-top: 10px;
}

.slider-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.slider-dots .dot.active {
  background: red;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 28px;
  font-weight: bold;
  z-index: 9999;
  text-align: center;
}

.navbar {
  width: 100%;
  background: rgba(139, 69, 19, 0.85); 
  backdrop-filter: blur(4px); 
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  border-top: 3px solid black;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.2);
  
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.nav-item {
  color: #bdc3c7;
  text-align: center;
  font-size: 12px;
  transition: 0.2s;
}

.nav-item i {
  font-size: 22px;
  display: block;
  margin-bottom: 4px;
}

.nav-item.active,
.nav-item:hover {
  color: #f39c12;
}


.contact-menu {
  position: fixed;
  bottom: 80px; 
  right: 25px;
  z-index: 999;
  display: flex;
  flex-direction: column-reverse; 
  align-items: center;
}

.contact-btn {
  width: 70px;
  height: 70px;
  background: #e74c3c;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 3px solid black;
  transition: transform 0.3s, background 0.3s;
}

.contact-btn:hover {
  transform: scale(1.1);
  background: #f1c40f;
  color: black;
}

.contact-options {
  display: flex;
  flex-direction: column-reverse; 
  gap: 12px;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s;
}

.contact-menu.active .contact-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.contact-options .option {
  width: 50px;
  height: 50px;
  background: #e74c3c;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  border: 2px solid black;
  transition: transform 0.3s, background 0.3s;
}

.contact-options .option:hover {
  background: #f1c40f;
  color: black;
  transform: scale(1.2);
}

.card-image {
  background-size: cover;
  background-position: center;
}

.popup-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  border: 0px solid black;
  padding: 20px 30px;
  display: none;
  flex-direction: column;
  gap: 15px;
  z-index: 10001;
  min-width: 200px;
  text-align: center;
  animation: fadeInScale 0.3s ease forwards;
}
@keyframes fadeInScale {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.7); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
.popup-menu button {
  border: none;
  background-color: #f0f0f0;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-menu button.active {
  background-color: #007bff;
  color: #fff;
}
.popup-menu button:hover {
  background-color: #0056b3;
  color: #fff;
}
.flag-icon {
  width: 20px;
  height: 14px;
  margin-right: 8px;
  vertical-align: middle;
}
.custom-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10001;
  overflow-y: auto;
}

.modal-content {
  background: #fff;
  border: 4px solid black;
  width: 100%;
  max-width: 400px;
  text-align: center;
  padding: 30px;
  margin: 20px;
  border-radius: 37px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow-y: auto;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 4px;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  color: #e74c3c;
  transition: all 0.4s ease;
}
.close-btn:hover {
  color: #f1c40f;
  transform: rotate(90deg) scale(1.5);
}
.modal-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border: 4px solid black;
  border-radius: 15px;
  margin-bottom: 15px;
}
#modal-title {
  font-size: 22px;
  background: yellow;
  padding: 5px;
  border-radius: 24px;
  border: 4px solid black;
  color: #2c3e50;
  margin-bottom: 12px;
}
.modal-text {
  flex: 1;  
  font-size: 15px;
  color: #444;
  background: wheat;
  padding: 8px;
  border-radius: 24px;
  border: 4px solid black;
  padding-right: 10px;
  text-align: justify;
  margin-bottom: 15px;
}

.custom-modal {
  display: none;
}


.gMP {
 background: wheat;
 padding: 15px;
 border: 0px solid black;
 border-radius: 45px;
 font-size: 16px;
 text-align: center;
}

.gMP i {
 color: cornflowerblue;
 font-size: 20px;
}
