#ptediv {
  background-color: #0E0C15 !important;
  width: 100%;
  font-family: Poppins;
  color: #fff;
}


.bgdiv {
  background-image: url('/assets/images/play-to-earn/BannerWeb.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  color: #fff;
  overflow: hidden;
}

.banner-sec {
  background-color: #0e0c15;
  width: 100%;
}


.banner-content {
  display: flex;
  flex-direction: column;
  padding-top: 15%;
  padding-left: 80px;
  padding-bottom: 70px;
  max-width: 50%;
}

.subtitle {
  background: linear-gradient(to top, #A224DA, #6432BF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 350;
}

.banner-head img{
  width: 450px;
}

.banner-para p {
  color: #CBCBCB;
  font-size: 15px;
  margin-bottom: 0;
  padding: 25px 0;
}

.play-title {
  margin: 0 100px;
  padding-top: 50px;
  background-color: transparent;
}

.banner-buttons {
  display: flex;
  gap: 10px;
}


.demo-button {
  border-radius: 5px 15px 5px 5px;
  border: none;
  width: 150px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  background: none;
  background-color: #F8D2FF;
}

.demo-button:hover {
  color: #fff;
  background: linear-gradient(to top, #A224DA, #6432BF);
}

.cen-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.cta{
  width: fit-content !important;
  height: max-content !important;
  text-transform: uppercase;
  padding: 10px;
}

.levelup-section {
  width: 100%;
  background-color: #0e0c15;
}

.content-wrapper {
  border: 0.5px solid #cccccc;
  border-radius: 30px;
  width: 850px;
  margin: 0 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.content {
  max-width: 50%;
  padding: 40px 0;
  padding-left: 50px;
  z-index: 2;
}

.content h2 {
  background: linear-gradient(to top, #a224da, #6432bf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 25px;
  font-weight: 350;
  margin-bottom: 20px;
}

.content p {
  color: #CBCBCB;
  margin-bottom: 20px;
  padding: 0;
  font-size: 15px;
}

.image {
  position: relative;
  width: 50%;
  padding: 0;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.levelup-image {
  position: absolute;
  width: 600px;
  z-index: 2;
}


.grid-head{
  padding:30px;
}

.grid-head h2 {
  background: linear-gradient(to top, #a224da, #6432bf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 30px;
  font-weight: 350;
  margin-bottom: 0px;
  padding: 20px 0;
  text-transform: uppercase;
}

.grid-head p {
  color: #CBCBCB;
  margin-bottom: 0;
  padding: 10px 30%;
  text-align: center;
  font-size: 15px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  justify-content: center;
  margin: 0 15%
}

.grid-item {
  position: relative;
  padding: 10px;
}

.game-dev {
  background-image: url("/assets/images/play-to-earn/gamedev.webp");
  background-size: cover;
  padding-top: 20px;
  background-color: #0E0C15;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.card1,
.card2 {
  background-size: cover;
  padding: 20px;
  width: 280px;
  height: 280px;
  color: #fff;
}

.card1 {
  background-image: url("/assets/images/play-to-earn/cardbg1.webp");
}

.card2 {
  background-image: url("/assets/images/play-to-earn/cardbg2.webp");
}

.card-head {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  color:#fff;
  text-transform: uppercase;
}

.card-content {
  font-size: 12px;
  font-weight: 300;
  padding: 5px;
  line-height: 20px;
  color: #fff;
}

.card-icon {
  width: 50px;
  height: 50px;
  margin: 20px 0;
}

.key-features {
  background-color: #0E0C15;
  color: #fff;
  padding: 50px 0;
}


.key-head h2 {
  background: linear-gradient(to top, #a224da, #6432bf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 30px;
  font-weight: 350;
  margin: 20px;
}

.key-head p {
  color: #CBCBCB;
  margin: 20px;
  padding: 10px 30%;
  text-align: center;
  font-size: 15px;
}


.key-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    align-items: center;
    width: fit-content;
    justify-content: center;
    margin: 0 15%;
}

.key-card {
  position: relative;
  padding: 10px;
}

.card-bg {
  background-size: cover;
  border-radius: 30px;
  position: relative;
}

.key-content {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 60%;
  margin-left: 35%;
  margin-top: 15%;
  padding: 40px 20px;
  background:
    linear-gradient(#0E0C15, #0E0C15) padding-box,
    linear-gradient(10deg, #FF00DE59, #E400FF59, #00FFA259) border-box;
  color: #fff;
  border: 1px solid transparent;
  opacity: 0.85;
  height: 90%;
  border-radius: 20px;
}

.key-head {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.key-para {
  color: #CBCBCB;
  font-size: 10px;
  padding: 10px 0;
  line-height: 15px;
}

.cardbg {
  width: 100%
}


.genre-section {
  background-image: url('/assets/images/play-to-earn/genre-bg.webp');
  background-size: cover;
  background-color: #0E0C15;
  font-family: Inter;
  display: flex;
  height: 105vh;
}

.left-section {
  padding: 0 30px;
  display: flex;
  width: 50%;
  flex-direction: column;
}

.heading {
  font-size: 32px;
  width: 80%;
  font-weight: 350;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

.subheading {
  font-weight: 400;
  color: #6332BF;
}

.description {
  color: #CBCBCB;
  font-size: 13px;
  line-height: 1.6;
}

.right-section {
  padding: 30px;
  padding-right: 80px;
  width: 50%;
  height: 80%;
  overflow-y: auto;
  direction: rtl;
}

.right-section * {
  direction: ltr;
}

.game-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.num {
  color: #00FFFB;
}

.game-item {
  border: 0.5px solid #E400FF;
  padding: 10px;
  border-radius: 0 0 30px 0;
  transition: transform 0.3s, box-shadow 0.3s;
}

.game-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(100, 50, 191, 0.5);
}

.game-item h2 {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.game-item p {
  font-size: 14px;
  line-height: 25px;
  padding: 0;
  color: #cbcbcb;
}

.genre-section ::-webkit-scrollbar {
  width: 5px;
  background-color: #1A1332;
}

.genre-section ::-webkit-scrollbar-thumb {
  background: #6432bf;
}

.genre-section ::-webkit-scrollbar-thumb:hover {
  background: #a224da;
}


.carousel-section{
  background-color: #0E0C15;
  font-family: Inter;
}

.carousel-head{
  padding: 20px;
}


.carousel-head h2 {
  background: linear-gradient(to top, #a224da, #6432bf);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  text-align: center;
  font-size: 25px !important;
  font-weight: 350;
  margin-bottom: 0px !important;
  padding: 20px 0;
  text-transform: uppercase;
}

.carousel-head p {
  padding: 10px 20%;
}

.carousel-container {
  width: 100%;
  padding: 40px 0;
  text-align: center;
}

.carousel-container h2 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 5px;
}

.carousel-container p {
  color: #CBCBCB;
  margin-bottom: 30px;
}

.swiper {
  width: 80%;
  margin: 0 auto;
}

.swiper-slide {
  background-color: #17141f;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  color: #ffffff;
}


.swiper-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgb(24, 0, 71);
}

.swiper-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.swiper-slide h3{
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px;
}

.swiper-slide p{
  font-size: 12px;
  line-height: 18px
}

.swiper-pagination {
  position: relative !important;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: #6432bf !important;
  opacity: 0.8 !important;
  border: 2px solid transparent !important;
  transition: all 0.3s ease !important;
  margin: 0 5px !important; 
}

.swiper-pagination-bullet-active {
  background: #a224da !important;
  opacity: 1 !important;
}



.business-benefits{
  background-color: #0e0c15;
}

.bcard {
  background-image: url("/assets/images/play-to-earn/businessbg.webp");
  background-size: cover;
  text-align: center;
  padding: 20px;
  width: 280px;
  height: 280px;
  color: #fff;
}

.tcard{
  text-align: center;
  border: 0.5px solid #E400FF;
  padding: 20px;
  border-radius: 0 30px 0 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.tcard .card-head{
  text-transform: capitalize;
  font-weight: 500;
}

.tech-stack-section {
  background-image: url('/assets/images/play-to-earn/techbg.webp');
  background-size: 100% 100%;
  text-align: center;
}

.container h2 {
  background: linear-gradient(to top, #a224da, #6432bf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 350;
  margin-bottom: 0px;
  padding-top: 30px;
  text-transform: uppercase;
}

.container p {
  font-size: 16px;
  color: #c5c5c5;
  text-align: center;
  padding: 10px 10%;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.techbg{
  width: 100%;
  padding: 40px 20px;
  background-color: #091A2AE0;
}

.container .grid-container{
  gap: 30px;
}

.tech-stack-section .grid-item {
  border: 1px outset #5935BA;
  border-radius: 0 30px 0 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: inset 0 0 8px #EAA2FA05, 0 4px 20px rgba(0, 0, 0, 0.5);
  padding: 30px;
  width: 300px;
  height: 200px;
  text-align: center;
}

.tech-stack-section .grid-item h3 {
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  color: #ffffff;
  margin-bottom: 10px;
}

.tech-stack-section .grid-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: #6F6F6F;
}

.dev-sec{
  background-image: url('/assets/images/play-to-earn/devbg.webp');
  background-size: cover;
}

.devbg{
  background-color: #0e0c15ee;
  padding: 40px 20px;
}

.dev-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  width: 100%;
  justify-content: center;
}

.left-item, .right-item{
  border: 0.5px solid #E400FF;
  padding: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.right-item {
  border-radius: 0 0 30px 0;
}

.left-item {
  border-radius: 0 0 0 30px;
}


.left-item p{
  text-align: right;
}

.right-item p{
  text-align: left;
}

.item-head{
  display: flex;
  gap: 10px;

}

.stepname, .stepnum{
  font-size: 18px;
  font-weight: 300;
  margin:0;
  padding:0;
  text-transform: uppercase;
}

.stepname{
  color: #ffffff;
}

.stepnum{
  color: #00FFFB;
}


.left-item .item-head{
  justify-content: right;
}

.right-item .item-head{
  justify-content: left;
}


.left-item p, .right-item p {
  font-size: 13px;
  margin:0;
  padding: 10px 0;
  line-height: 20px;
  color: #cbcbcb;
}

.choose-section{
  background-color: #0E0C15;
}

.choose-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.choose-card {
  background-color: #17141f;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  color: #ffffff;
}

.choose-card img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.choose-card h3{
  font-size: 20px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.choose-card p{
  font-size: 12px;
  line-height: 18px;
}


.scroll-top-btn {
  position: fixed;
  bottom: 70px;
  right: -6px;
  padding: 10px 15px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  height: 78px;
  width: auto;
  cursor: pointer;
  z-index: 100000
}


@media (min-width: 1000px) {
  .bgdiv{
    background-size: cover;
  }
  .banner-content{
    padding-top: 15%;
    padding-bottom: 10%
  }

}

@media only screen and (min-width: 350px) and (max-width: 500px) {

  .content h2 {
    margin: 10px 30px !important;
  }

}



@media only screen and (min-width: 1000px) and (max-width: 1150px) {

  .content-wrapper{  
    margin: 0 10%;
  }

}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {

.content-wrapper{   
  width: 820px;
  font-size: 12px;
}



}

@media only screen and (min-width: 761px) and (max-width: 1000px) {

  .tech-stack-section .grid-item {
    width: 230px;
    height: 230px;
  }

  .stepname, .stepnum {
    font-size: 16px;
}

.key-grid{
  margin: 0 !important;
}


.content-wrapper {
  margin: 0 5% !important;
}
}

@media (max-width: 1000px)  {

  .bcard{
    width: 230px !important;
    height: 230px !important;
    padding: 10px !important;

  }

  
.banner-content {
 padding-bottom: 50px;
}

  .card1,
  .card2{
    width: 230px !important;
    height: 230px !important;
    padding: 10px !important;
  }

  .card-head {
    font-size: 15px !important;
    font-weight: 400 !important;
    margin: 0;
  }

  .card-content {
    font-size: 11px !important;
    font-weight: 400 !important;
    padding-top: 5px;
    line-height: 18px;
    margin: 0;
  }

  .card-icon {
    width: 40px !important;
    height: 40px !important;
    margin: 10px 0 !important;
  }


  .key-grid{
    margin: 0 10%;
  }
}

@media (max-width: 950px) {

  .bgdiv {
    background-image: url('/assets/images/play-to-earn/BannerTab.webp');
    background-size: cover;
  }

  .content-wrapper {
    border-radius: 30px;
    width: 75%;
    margin: 0 90px;
  }

  .content {
    max-width: 50%;
    padding: 40px;
    z-index: 2;
  }

  .content h2 {
    font-size: 17px !important;
  }


  .levelup-image {
    width: 500px;
  }

  .banner-content{
    padding: 20px;
    padding-top: 70%;
    max-width: 100%;
    align-items: center !important;
    justify-content: center !important;
  }

.choose-grid{
  grid-template-columns: repeat(2, 1fr);
}

  .subtitle{
    color: #fff;
  }

  .banner-para p{
    text-align: center;
  }

}

@media (max-width: 760px) {

  .scroll-top-btn {
    position: fixed;
    bottom: 60px !important;
    right: 0 !important;
    height: 65px !important
  }

  .grid-head p {
    padding: 10px 10%;
  }

  .key-head p {
    padding: 10px 10%;
  }

  .carousel-head p{
    padding: 10px 10%;
  }


  .content {
    text-align: center;
  }

  .bgdiv {
    background-image: url('/assets/images/play-to-earn/BannerMob.webp');
    background-size: cover;
  }

  .game-dev {
    background-image: none;
  }

  .tech-stack-section{
    background-image: none;
  }

  .techbg{
    background-color: #0D1728;
  }

  .dev-sec{
    background-image: none;
  }


.devbg {
  background-color: #0E0C15;
}

.container h2 {
  font-size: 15px !important;
  line-height: 25px;
}

.container p{
  font-size: 12px;
}

  .banner-sec {
    background-color: #0e0c15;
    width: 100%;
  }

  .banner-content {
    padding: 0 20px;
    padding-top: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }


.banner-head{
  display: flex;
  flex-direction: column;
  align-items: center;
}


  .banner-head img {
    width: 250px;
  }

  .subtitle {    
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }

  .banner-para p {
    color: #CBCBCB;
    font-size: 13px;
    text-align: center;
  }

  .play-title {
    display: none;
  }

  .banner-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .demo-button {
    border-radius: 5px 15px 5px 5px;
    border: none;
    width: 150px;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
  }



  .key-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 20% !important;
  
  }

  .content-wrapper {
    border: none;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .content {
    position: relative;
    border: 0.5px solid #cccccc;
    border-radius: 30px;
    max-width: 90%;
    text-align: center;
    padding: 10px;
    z-index: 2;
  }

  .content h2 {
    font-size: 18px !important;
    margin: 10px;
  }

  .carousel-head h2 {
    font-size: 18px !important;
  }

  .key-content{
    width: 70%;
    height: 100%;
    margin-left: 25%;
    margin-top: 10%;
    padding: 10px;
  }

  .key-head{
    font-size: 18px;
    padding-top: 10px;
  }

  .key-para{
    font-size: 12px;
  }

  .content p {
    font-size: 12px !important;
    line-height: 20px;
  }

  .image{
    width: 100%;
  }

  .levelup-image {
    position: relative;
    width: 300px;
  }

  .grid-head h2 {
    font-size: 18px !important;
  }

  .grid-head p {
    font-size: 12px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 30%;
  }

  .bcard{
    width: 300px !important;
    height: 300px !important;
    padding: 20px !important;
  }

  .card1,
  .card2 {
    width: 300px !important;
    height: 300px !important;
    padding: 20px !important;
  }

  .card-head {
    font-size: 15px !important;
    font-weight: 400 !important;
    margin: 0;
  }

  .card-content {
    font-size: 12px !important;
    font-weight: 400 !important;
    padding-top: 5px;
    line-height: 22px;
    margin: 0;
  }

  .card-icon {
    width: 100px !important;
    height: 100px !important;
    margin: 10px 0 !important;
  }


  .carousel-container p {
    font-size: 12px;
  }

  .genre-section {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }

  .right-section {
    direction: ltr;
    padding: 30px;
    width: fit-content !important;
  }

  .left-section {
    width: 100% !important;
  }


  .game-item {
    border: 0.5px solid #E400FF;
    padding: 10px;
    border-radius: 0 0 30px 0;
    transition: transform 0.3s, box-shadow 0.3s;
  }


  .game-item h2 {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #ffffff;
  }

  .game-item p {
    font-size: 13px !important;
    line-height: 20px !important;
    padding: 0;
    color: #cbcbcb;
  }

  .heading {
    font-size: 22px !important;
    width: 100% !important;

  }

  .description {
    padding: 0;
  }


  .choose-grid{
    grid-template-columns: repeat(1, 1fr);
  }


  .dev-grid{
    grid-template-columns: repeat(1, 1fr);
  }


.left-item {
  border-radius: 0 0 30px 0;
}

.left-item p{
  text-align: left;
}


.left-item .item-head{
  flex-direction: row-reverse;
}


.left-item .item-head{
  justify-content: left;
}


}

@media (max-width:500px){

  
  .key-grid {
    margin: 0 10px !important;
  }


.stepname, .stepnum{
  font-size: 13px;
  font-weight: 300;
  margin:0;
  padding:0;
  text-transform: uppercase;
}


.key-head h2{
  font-size: 18px !important;
}

.key-head p{
  font-size: 12px;
}

}

@media (max-width: 400px) {

  .carousel-head h2 {
    margin: 0 35px;
  }

  .key-head p {
    color: #CBCBCB;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    font-size: 13px;
  }


  .key-card {
    position: relative;
    padding: 10px;
  }

  .card-bg {
    background-size: cover;
    border-radius: 30px;
    position: relative;
  }
  

  .cardbg {
    width: 100%
  }

.left-item p, .right-item p {
  font-size: 10px;
  margin:0;
  padding: 10px 0;
  line-height: 20px;
  color: #cbcbcb;
}

.container{
  padding: 0 !important;
}

}


@media (min-width: 1440px){
  
.key-grid {
  margin: 0 25%;
}


}

@media (min-width: 1920px) {


.game-item p {
  padding-right: 20%;
}

.right-section{
  padding-right: 180px;
}

  .bcard{
    width: 320px;
    height: 320px;
  }

  .banner-head img {
    width: 600px;
    height: 80px;
  }

  .banner-content {
    padding-top: 15%;
    padding-bottom: 15%;
}

  .subtitle {
    font-size: 40px;
    font-weight: 300;
  }

  .banner-para p {
    font-size: 20px;
  }

  .demo-button {
    width: 270px;
    height: 76px;
    font-size: 18px;
    font-weight: 600;
  }

  .content p{
    font-size: 20px;
    line-height: 32px;
  }

  .content h2{
    font-size: 40px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
    margin: 0 15%
  }

  .grid-item {
    position: relative;
    padding: 10px;
  }

  .key-grid {
    margin: 0 30%;
  }
  
  .game-dev {
    background-image: url("/assets/images/play-to-earn/gamedev.webp");
    background-size: cover;
    padding-top: 20px;
    background-color: #0E0C15;
    max-width: 100%;
    background-repeat: no-repeat;
  }

  .card1,
  .card2 {
    background-size: cover;
    padding: 20px;
    width: 350px;
    height: 350px;
    color: #fff;
  }

  .card1 {
    background-image: url("/assets/images/play-to-earn/cardbg1.webp");
  }

  .card2 {
    background-image: url("/assets/images/play-to-earn/cardbg2.webp");
  }

  .card-head {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
  }


  .content-wrapper {
    width: 1400px;
    margin: 0 15%;
}

.levelup-image {
  width: 950px;
}

  .card-content {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
  }

  .card-icon {
    width: 70px;
    height: 70px;
    margin: 30px 0;
  }

}

@media (max-width: 335px) {
  .grid-head h2 {
      font-size: 20px !important;
  }


.container h2 {
  font-size: 18px !important; 
}

.key-head h2 {
  margin: 0 50px;
}

}

