html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
@font-face {
  font-family: "NotoSansBengali";
  src: url("fonts/NotoSansBengali.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
:root {
  --dark-green: rgb(6, 61, 6);
  --green: rgba(12, 165, 17, 0.381);
}
body {
  margin: 0;
  font-family: "NotoSansBengali", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #333;
}

header {
  background: #080c167b;
}

header section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.double-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.mt-20 {
  margin-top: 20px !important;
}
.decor-card {
  padding: 30px;
  background: #00000072;
  border-radius: 15px;
}
.mt-50 {
  margin-top: 50px !important;
}
.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.section-offset {
  padding: 90px 0;
}
.section-title {
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  text-decoration: none;
  line-height: 130%;
  font-family: "NotoSansBengali", sans-serif;
  position: relative;
}
.about-text {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}
.footer {
  background-color: #080c16;
  border-top: 1px solid rgba(211, 211, 211, 0.281);
  color: white;
  padding: 50px 0;
}
.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.links img {
  width: 80px;
  height: 50px;
  object-fit: contain;
}

.links a {
  transition: all 0.3s linear;
}

.links a:hover {
  opacity: 0.6;
}

.main {
  min-height: 100vh;
}
#nkjwbqke a {
  text-transform: capitalize;
  transition: all 0.3s linear;
}
#nkjwbqke a:hover {
  color: rgb(176, 111, 111);
  transition: all 0.3s linear;
}
.footer-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.content-block {
  background: linear-gradient(300deg, transparent 0%, #000 100%);
  color: #f4f4f4;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  font-family: "NotoSansBengali", monospace;
}
.cta {
  padding: 100px 0;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  line-height: 130%;
  background-size: cover;
}
.cta p {
  font-size: 18px;
  margin: 0 auto;
  line-height: 150%;
}
.cta .container {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gold .why-card {
  background: rgb(200, 23, 23);
}
.about-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
.about-text {
  flex: 1 1 50%;
  padding: 20px;
}
.about-text h2 {
  text-align: left;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: -1px 1px 10px rgb(253, 97, 97);
}
.about-text p {
  background-color: #00000072;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.8;
  padding: 20px;
  border-radius: 30px;
  text-shadow: 1px 1px 5px rgb(0, 0, 0);
}
.about-image {
  flex: 1 1 50%;
  padding: 20px;
  transform: rotate(2deg);
}
.cards-list .why-card h3 {
  font-size: 18px;
  letter-spacing: normal;
  font-weight: normal;
  margin: 0;
}
.cards-list .icon-circle img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
}
.cards-list .pic-contain .icon-circle img {
  object-fit: contain;
  height: 150px;
}
#about-cta {
  background-color: transparent;
}

#live-image {
  
  min-height: 450px;
  width: 70%;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
  transform: scale(1);
  background-size: cover;
  transition: transform 0.5s ease-in-out; 
  background-image: url(img/1img-games.avif);
}
#games-promo .why-card {
  justify-content: unset;
}
#games-list {
  color: #f4f4f4;
  padding: 50px 0;
  position: relative;
  font-family: "NotoSansBengali", sans-serif;
  z-index: 2;
}
.cards-list h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 130%;
}
.cards-list .why-cards-container {
  margin-bottom: 50px;
  margin-top: 50px;
}
.why-cards-container {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  gap: 20px;
  padding: 0 30px;
  z-index: 10;
  position: relative;
}
.why-card {
  color: #fff;

  background: rgb(0 0 0 / 24%);
  border: 1px solid #ff44005b;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(194, 193, 193, 0.5);
}
#popular-games:not(.all-catalog) {
  margin: 50px auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.game-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.game-card {
  background-color: #cdcccced;
  border: 1px solid grey;
  border-radius: 10px;
}
.game-photo {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.game-content ul {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}

.disclaimer {
  margin-top: 20px;
  font-size: 14px;
}
.game-card .game-content {
  padding: 15px;
  font-size: 18px;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.game-card .game-content p {
  margin-top: 0;
}
.game-card img {
  max-width: 100%;
  border-radius: 4px;
}
.game-card img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.cards-list.popular-games .why-cards-container {
  flex-wrap: wrap;
}
.popular-games .why-card {
  flex-basis: calc(25% - 20px);
}
.card-icon {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  width: 100%;
}
.icon-circle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-card h3 {
  font-size: 1.8em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.why-card p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  z-index: 10;
  position: relative;
}
.image-content-section {
  padding: 0px 20px;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.image-content-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  position: relative;
}
.image-container {
  flex: 1;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.image-container img {
  width: 100%;
  display: flex;
  height: auto;
  transition: transform 0.3s ease;
}
.image-container:hover img {
  transform: scale(1.05);
}
.content-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 15px;
}
.cta-button {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  width: fit-content;
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: red;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.cta-button:hover {
  background-color: darkred;
  transform: translateY(-2px);
}

nav {
  display: flex;
  gap: 30px;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}
nav a {
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.3s linear;
}
nav a:not(.cta-button):hover {
  transform: scale(0.95);
  opacity: 0.8;
}

.header-logo {
  margin: 0;
  position: relative;
  font-size: 1.8em;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  text-transform: uppercase;
}

.header-logo:hover {
  transition: all 0.5s ease;
  transform: scale(0.98);
  opacity: 0.8;
}

@media (max-width: 1400px) {
  .why-card {
    padding: 15px;
  }
}
@media (max-width: 1144px) {
  .why-card h3 {
    font-size: 16px;
  }
  .why-card {
    padding: 15px;
  }
 
}
@media (max-width: 1024px) {
  #popular-games:not(.all-catalog) {
    grid-template-columns: 1fr 1fr;
  }
  .cards-list .why-cards-container {
    flex-wrap: wrap;
  }
  .why-card {
    align-items: normal;
  }
  #games-list.cards-list {
    margin-top: 0;
    clip-path: none;
  }
  .about-container {
    display: flex;
    flex-direction: column;
  }
  #games-list {
    margin-top: -105px;
  }
  .about-image {
    width: 100%;
  }
  .why-card {
    flex: auto;
  }
  .popular-games .why-card {
    flex-basis: calc(28% - 20px);
  }
}
@media (max-width: 850px) {
  .popular-games .why-card {
    flex-basis: calc(45% - 20px);
  }
  .double-box,
  #popular-games:not(.all-catalog) {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }

  .section-title {font-size: 36px;}
}
@media (max-width: 768px) {
 
  #games-list .why-cards-container {
    grid-template-columns: 1fr;
  }
  .why-cards-container,
  .image-content-wrapper {
    flex-direction: column;
  }
  .image-container {
    width: 100%;
  }
  #games-list {
    clip-path: none;
    margin-top: 0;
  }
  .about-text,
  .about-image {
    transform: none;
  }
}
@media (max-width: 640px) {

   .footer-center,
   .links {
      flex-wrap: wrap;
    }
 
  .about-image .image {
    width: 100% !important;
  }
}
@media (max-width: 550px) {

.image-content-section {
   padding: 0;
} 
  .footer-container {
    grid-template-columns: repeat(1, 1fr);
  }
  header .container {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
 
  .cta p {
    font-size: 20px !important;
  }
}
@media (max-width: 425px) {
  .content-container {
    padding: 0;
  }
  .about-text h2 {
    font-size: 24px;
  }
  .section-title {
    font-size: 22px;
  }
}
