:root {
    --dark: #000000;
    --white: #ffffff;
    --violet: #7D1AE5;
    --gradient: linear-gradient(0deg, #F7CE54, #F7CE54),
    radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    
  }


*{
    margin: 0;
    padding:0;
    font-family: "Lato", sans-serif;
}
img{
    width: 100%;
    height: auto;
}

h1{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: var(--white);
}
h2{
    color: var(---dark);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: 0.5rem;
}
p{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
}
.banner-text-wrapper .text-large {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    color: var(--white);
    text-align: left;
}
.text-small{
    font-size: 13px;
}
.small-text{
	font-size: 10px;
    line-height: 12px;
}
.wrapper {
    padding-left: 6.7%;
    padding-right: 6.7%;
}
.card-section-container,
.cricket-section-container{
    margin: 2rem auto;
}
/* ***Banner Section*** */
.banner-container{
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.banner-wrapper{
    min-height: 30rem;
    width: 100%;
     padding: 0 0;
}
.banner-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
}
.banner-content{
    align-items: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 27.5rem;
    padding: 1.5rem 0%;
    position: relative;
    z-index: 1;
    width: 40%;
    gap: 2rem;
    text-align: center;
}
.curve img{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
button{
    border: 0px;
    border-radius: 18px;
    background: var(--violet);
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    color: var(--white);
}
button.cta-button-yellow {
    transition: all .3s;
    box-shadow: 0px 2.715px 8.001px 0px rgba(0, 0, 0, 0.50);
}
button.cta-button-yellow:hover {
    box-shadow: 0px 3.715px 9.001px 0px rgba(0, 0, 0, 0.50);
}
button.large-button{
    padding: 1rem 2rem;
    font-size: 2.15rem;
    font-weight: 700;
    line-height: 2rem;
}
button.small-button{
    padding: .5rem 2rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5rem;
}

/* **Navbar Section** */
.navbar-wrapper {
    background-color: transparent;
   /* height: 4.5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;*/
}
.navbar{
	align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: .5% 6.7% .5% 6.7%;
    background: var(--dark);
}
.logo-container{
    width: 9rem;
}
/* **End of Navbar Section** */
.banner-image-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.banner-image-wrapper {
    height: 100%;
}
.banner-image {
    height: 100%;
    width: 100%;
}
.banner-image img {
    display: flex;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.offer-code{
	background: #99fd31;
    padding: 0 1.7rem;
}


/* ***End of Banner Section*** */

/* ***Cards Section*** */
.card-section-container{
    margin: 2rem auto;
}
.card-section-wrapper{
    display: flex ;
    flex-direction: column;
    gap: 3rem;
}
.card-wrapper{
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}
.card-section-headings{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.three-cards,
.four-cards{
    display: flex;
    justify-content: center;
    height: 14rem;
}
.three-cards{
    gap: 1.8rem;
    font-size: 20px;
}
.four-cards{
    gap: 1.8rem;
}
.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 20px;
    background: url(card-bg.png);
    background-size: cover;
    background-position: center;
    /* border: 2.65px solid #2f2f2f; */
    border-radius: 24px;
    justify-content: space-around;
    box-shadow: 0px 2.715px 8.001px 0px rgba(0, 0, 0, 0.50);
    width: 150px;

}
.card h3 {
    text-transform: uppercase;
    color: var(--white);
    font-size: 16px;
    text-align: center;
}
/* .three-cards .card-img {
    width: 50%;
}
.four-cards .card-img {
    width: 30%;
} */
/* ***End of Cards Section*** */
/* *** Carousel Section *** */
.cricket-section-container{
    margin: 2rem 0;
    background-image: url(cricket-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 560px;
}
.cricket-section{
    display: flex;
    align-items: center;
    justify-content: start;
    width: 35%;
    height: 100%;
}
.cricket-section-content h3{
    color: var(--white);
    margin-bottom: 2rem;
    font-size: 2rem;
}
.cricket-section-content p{
    text-align: left;
    color: var(--white);
}
.carousel-button{
    display: flex;
    justify-content: center;
    margin: 3rem auto;
}
.carousel-button button{
    width: fit-content;
}
 

  /* ***End of Carousel Section *** */

  /* *** Games Studio Section *** */
  .game-studios-container {
    margin: 2rem auto;
    /* background: var(--violet);
    padding: 4rem 6.7% 4rem 6.7%; */
    position: relative;
}
.game-studios-container h2{
    margin-bottom: 3rem;
}
.game-studios-items{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem; 
    flex-wrap: wrap;
    background-image: url(payment-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0rem;
}
.game-studio-item {
    /* background: var(---dark); 
    height: 4rem;*/
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;  
    border-radius: 4px;
}
.game-studio-item img {
	width: 4rem;
    margin: auto;
}
.game-studios-container svg{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -43px;
    transform: rotate(180deg);
    background-color: var(---dark);
}
.game-studios-container path{
   fill: var(--violet);
}

 /* ** USP Section ** */
 .usp-wrapper{
    margin-top: 3rem;
 }
 .usp-items{
    display: flex;
    justify-content: center;
    align-items: center;
     gap: 13rem;
 }
 .usp-icon {
    width: 70%;
    margin: auto;
}

 /* ** End of USP Section ** */
/* *** End of Games Studio Section *** */


/* ***Footer Section*** */
.footer-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.footer-wrapper{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}
.footer-links a{
    text-decoration: underline;
    font-size: 18px;
    font-weight: 700;
}
.certificates{
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}
.certificates img{
    height: 100%;
}
.certificate-item{
    display: flex;
    align-items: center;
    height: 4rem;
}
.certificate-item.cert-18{
    height: 2.5rem;
}
.certificate-item.gcbcert{
    height: 4rem;
}
.certificate-item.gamcarecert{
    height: 2rem;
}
.footer-disclaimer{
    width:70%;
}
.footer-wrapper a, .footer-wrapper p {
    color: #fff;
}
.footer-disclaimer p {
    font-size: 14px;
    margin-bottom: 1rem;
    color: var(---dark);
}
/* ***End of Footer Section*** */



/* Responsive */

@media screen and (min-width: 1800px) {
.banner-wrapper {
    min-height: 40rem;
}
    
  }
@media screen and (min-width: 481px) {
    .mobile{
        display: none;
    }
    
  }
@media screen and (max-width: 1024px) {
    .slider__item,
    .slider__container[data-step="4"] .slider__item {
      width: calc(100% / 3);
    }
      /* .banner-content {
        width: 100%;
    } */
 
     h1, h1 span, .banner-text-wrapper .text-large {
        font-size: 40px;
        line-height: 50px;
   
  }
    
  }
  
  @media screen and (max-width: 768px) {
    .usp-items {
      gap:10rem;
    }

    .four-cards {
        gap: 1.3rem;
    }
    .card {
        padding: 15px 10px;
    }
    .three-cards, .four-cards {
        height: 12rem;
    }
    .desktop.card-wrapper .card-img{
        height: 4rem;
        width: 4rem;
        margin: auto;
    }
    .desktop.card-wrapper .card-img img{
        width: 100%;
        height: 100%;
    } 
    .short-terms{
        width:90%
    }
    
  }
  @media screen and (max-width: 480px) {

    p{
        font-size: 14px;
        line-height: 1.2rem;
    }

    /* Banner Section */
    .banner-wrapper {
        min-height: 30rem;
        padding: 0 0;
        margin: auto;
    }
    .banner-content{
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        gap: 1rem;
    }
    .mobile-banner{
        object-position: bottom;
    }
    .shadow{
        position: absolute;
        top: 0;
        left: 0;
    }
    /* .navbar-wrapper{
        background-color: #404040;;
        height: 3rem;
        border-radius: 0px 0 40% 40%;
    } */
    .navbar{
        justify-content: center;
    }
    .logo-container{
        width: 50%;
    }
    .navbar-button-container{
        display: none;
    }
    .navbar-wrapper .curve {
        position: absolute;
        left: 0%;
        bottom: 0;
        z-index: -1;
        width: 100%;
    }
    .navbar-wrapper .curve svg{
        width: 100%;
        transform: rotate(180deg);
    }
    .navbar-wrapper .curve svg path{
        fill: #404040;;
    }
    h1{
        font-size: 32px;
        line-height: 47px;
        text-align: center;
    }
    h1 span{
        font-size: 60px;
    }
    .banner-text-wrapper .text-large {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        line-height: 26px;
    }
    .banner-text-wrapper {
        width: 300px;
    }


    /* End of Banner Section */

    /* Card Section */
    .desktop{
        display: none;
    }
     .mobile.card-wrapper {
      	display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        justify-content: center;
    }
    .card{
        padding: 33px 0px;
        display: grid;
        grid-template-columns: 1fr;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }
    .mobile.card-wrapper .card-img{
        height: 3.5rem;
        width: 2.5rem;
        margin: auto;
    }
    .mobile.card-wrapper .card-img img{
        width: 100%;
        height: 100%;
    } 
    .card:last-child{
         grid-column: 1 / 3;
    	width: 41.5%;
    	justify-self: center;
      }
    .card h3{
        font-size: 10px;
    }
    /* End of Card Section */

    /* Game Studios Section */
    .game-studios-items{
        gap: 1rem;
        padding: 1rem 0;
        background-position: center bottom;
    }
      .game-studio-item img {
        width: 3rem;
        padding: 0;
    }
    .usp-items{
      	justify-content: space-evenly;
    	gap: unset;
      }
    .usp-icon {
        width: 50%;
        margin: auto;
    }
    /* End of Game Studios Section */
    .cricket-section-container{
        background-image: url(cricket-banner-mobile.jpg);
        height: 900px;
    }
    .cricket-section {
        align-items: end;
        justify-content: center;
        width: 100%;
    }
    .cricket-section-heading{
        margin-bottom: 1rem;
    }
    .cricket-section-heading h3,
    .cricket-section-heading p{
        text-align: center;
    }

  }
