@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url("../../cdn.jsdelivr.net/npm/bootstrap-icons%401.11.3/font/bootstrap-icons.min.css");
*, ::before, ::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    /*color: #fff;*/
}
.g-container {
    width: 90%;
    margin: 0 auto;
}
.g-flex {
    display: flex;
}
::placeholder {
    font-family: "Poppins", sans-serif;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
section, header {
 width: 100%;
}
img {
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
p {
    line-height: 1.8;
}

/* header starts here  */
.main-header {
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(15px);
}

:root {
    --line: linear-gradient(to right, #FFAF38, #7C0FA9);
    --line-shadow: 0 3px 6px #173620;
    --purple-color: #7C0FA9;
    
}


.logo {
    width: 20%;
    display: flex;
    align-items: center;
}
.logo img {
    width: 40%;
}
.menu {
    width: 80%;
    align-items: center;
}
.main-menu {
    width: 70%;
}
.second-menu {
    width: 30%;
}
.menu ul {
    gap: 0 3rem;
    justify-content: center;
}
.menu ul li a {
    color: #fff;
    font-size: 1rem;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.menu ul li a:hover {
    color: #FFAF38;
}
.second-menu ul {
    gap: 0 4rem;
}

.second-menu ul li:last-child a {
    background-color: var(--purple-color);
    color: #fff;
    padding: 0.6rem 2rem;
    border-radius: 40px;
    transition: all 0.4s ease-in-out;
    border: 2px solid transparent;
}
.second-menu ul li:last-child a:hover {
    border: 2px solid var(--purple-color);
    box-shadow: inset 6px 0px 10px #053314;
}
.mobile-nav {
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.6rem;
}
.mobile-nav span {
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    
}
.close-menu {
    display: none;
}

/* header ends here  */

/* footer starts here  */
.messager {
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 100;
    width: 4%;

}
.messager img {
}
/* footer ends here  */

/* home page css starts here  */
#star-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, #2a004f 0%, #3a0a5d 100%);
    pointer-events: none;
    overflow: hidden;
}
.home-hero {
    position: relative;
    border-bottom: 1px solid rgba(132, 215, 254, 0.2);
    overflow: hidden;
    margin-bottom: 0;
}
.home-hero img {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: -3rem;
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.home-hero-content {
    width: 50%;
    padding-left: 4rem;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 3;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.home-hero-content:after {
    /*content: "";*/
    /*left: 10%;*/
    /*top: 18%;*/
    /*background: rgba(255, 255, 255, 0.3);*/
    /*backdrop-filter: blur(50px);*/
    /*position: absolute;*/
    /*height: 60%;*/
    /*z-index: -1;*/
    /*width: 18%;*/
}
.home-hero-content h1 {
    font-size: 2.6rem;
    font-weight: 600;
    color: #fff;
    /*text-shadow: 0px 3px 6px #0E3A19;*/
}
.home-hero-content p {
    font-size: 0.85rem;
    color: rgba(250, 250, 250, 0.8);
    padding: 2rem 0;
    width: 80%;
}
.most-popular-container {
    text-align: center;
    width: 85%;
}
.most-popular-container h2 {
    font-size: 2.2rem;
    font-weight: 600;
    padding: 1rem 0;
    position: relative;
    color: #000;
}
.most-popular-container h2:after {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 30%;
    background: var(--line);
    box-shadow: var(--line-shadow);
    height: 3px;
    position: absolute;
    
}

.most-popular {
    margin: 2rem 0;
    padding: 2rem 0;
    
}
.most-popular-wrapper {
    margin: 4rem 0;
    gap: 3rem;
}
.dive-into-main {
    padding: 2rem 0;
    margin: 2rem 0;
}
.dive-into-img {
    width: 45%;
    padding: 2rem;
    
}
.dive-into-img img {
    width: 100%;
}
.dive-into-content {
    width: 55%;
    padding-left: 2rem;
}


.dive-into-content h3 {
    font-size: 2.2rem;
    font-weight: 600;
    padding: 1rem 0;
    position: relative;
}
.dive-into-content h3:after {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 60%;
    background: var(--line);
    box-shadow: var(--line-shadow);
    height: 3px;
    position: absolute;
    
}
.dive-into-content p {
    font-size: 1rem;
    padding: 1rem 0;
    margin: 2rem 0;
}
.dive-into-content a {
    font-size: 1rem;
    background-color: var(--purple-color);
    padding: 0.6rem 2rem;
    border-radius: 6px;
    margin-right: 2rem;
    color: #fff;
    border: 2px solid transparent;
    transition: all 0.4s ease-in-out;
}
.dive-into-content a:hover {
    background-color: transparent;
    border: 2px solid var(--purple-color);
    color: var(--purple-color);
}
.game-recomendation {
    padding: 2rem;
    margin: 2rem 0;
}
.dive-into-content a:last-child {
    background-color: transparent;
    border: 2px solid var(--purple-color);
    padding: 0.5rem 2rem;
    color: var(--purple-color);
    transition: all 0.4s ease-in-out;
}
.dive-into-content a:last-child:hover {
    background-color: var(--purple-color);
    color: #fff;
    border: 2px solid var(--purple-color);
}
.game-recomendation-container {

}

.game-recomendation-container h3 {
    font-size: 2.2rem;
    font-weight: 600;
    /* padding: 1rem 0; */
    width: 40%;
    position: relative;
}
.game-recomendation-container h3:after {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 60%;
    background: var(--line);
    box-shadow: var(--line-shadow);
    height: 3px;
    position: absolute;
    
}
.game-recomendation-wrapper {
    padding: 2rem 0;
    margin: 3rem 0;
    flex-wrap: wrap;
    gap: 5rem;
}
.game-recomendation-box {
    width: 46%;
}
.game-recomendation-box h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0.5rem 0;
    
}
.game-recomendation-box span {
    font-size: 0.9rem;
    color: var(--purple-color);
}
.game-recomendation-box p {
    font-size: 0.95rem;
    padding: 0.8rem 0;
    color: #9A9A9B;
    padding-bottom: 2rem;
    
}
.game-recomendation-box img {
    width: 88%;
}
.game-recomendation-img {
    width: 40%;
}
.game-recomendation-content {
    width: 60%;
}
 
.game-recomendation-box a {
    background-color: var(--purple-color);
    padding: 0.4rem 1.1rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.4s ease-in-out;
    border: 2px solid transparent;
    border-radius: 5px;
}
.game-recomendation-box a:hover {
    background-color: transparent;
    color: var(--purple-color);
    border: 2px solid var(--purple-color);
}
.most-played-games-main {
    padding: 2rem 0;
    /*margin: 2rem 0;*/
    text-align: center;
    background-color: #000;
}
.most-played-games-main h3 {
    font-size: 2.2rem;
    font-weight: 600;
    /* padding: 1rem 0; */
    position: relative;
    color: #fff;
}
.most-played-games-main h3:after {
    content: "";
    left: 55%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 20%;
    background: var(--line);
    box-shadow: var(--line-shadow);
    height: 3px;
    position: absolute;
}
.most-played-games-main p {
    font-size: 1rem;
    margin: 1rem 0;
    text-align: left;
    color: #fff;
    width: 60%;
    margin-left: 40%;
    padding-top: 2rem;
}
.most-played-games-wrapper {
    gap: 0 4rem;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
    margin-top: -90px;
}
.most-played-games {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding-bottom: 1rem;
    position: relative;
}
.most-played-design1 {
    position: absolute;
    left: -60%;
    bottom: -32%;
    width: 120%;
    z-index: -1;
}
.most-played-games a {
    font-size: 1.4rem;
    padding: 1rem;
    color: #fff;
    font-weight: 500;
}

.most-played-games-img {
    margin-bottom: 0.6rem;
}
.most-played-games:nth-child(2) {
    margin-top: 100px;
}
.most-played-games:nth-child(3) {
    margin-top: 280px;
    position: relative;
} 
.most-played-design2 {
    position: absolute;
    top: -18%;
    right: -18%;
    z-index: -1;
}
.exp-main {
    /*background-color: #000;*/
    background: url("../media/games-services-bg.png");
    /*padding: 4rem 0;*/
    text-align: center;
    /*border-bottom: 2px solid var(--line);*/
    position: relative;
    padding-bottom: 0;
}
.exp-main:after {
    height: 3px;
    width: 100%;
    background: var(--line);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    
}
.exp-main h4 {
    font-size: 2.2rem;
    /*margin: 2rem 0;*/
    color: #fff;
}
.exp-main h4:nth-child(1) {
    /*margin-top: 5rem;*/
    padding-top: 4rem;
}
.exp-main p {
    font-size: 1rem;
    margin: 2rem 0;
    margin-bottom: 3rem;
    color: #7a7a7a;
}
.exp-main a {
    font-size: 1rem;
    padding: 0.8rem 2rem;
    background-color: var(--purple-color);
    border-radius: 5px;
    color: #fff;
    /*box-shadow: inset 0px 3px 6px #01020E;*/
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}
.exp-main a:hover {
    color: var(--purple-color);
    background-color: #ffc71e;
    /*border: 2px solid var(--purple-color);*/
}
.exp-services {
    margin-top: 6rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 2rem;
    padding-bottom: 0;
  
}
.exp-services h4 {

}
.exp-services h4 {
    font-size: 2.2rem;
    font-weight: 600;
    /* padding: 1rem 0; */
    position: relative;
    text-align: center;
}
.exp-services h4:after {
    content: "";
    left: 54%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 20%;
    background: var(--line);
    box-shadow: var(--line-shadow);
    height: 3px;
    position: absolute;
    
}
.services-wrapper {
    gap: 4rem;
    margin-top: 2rem;
}
.copy {
    width: 50%;
    color: #fff;
}
.copy p {
    font-size: 1rem;
    color: #fff;
}

.copyright {
    padding: 1rem;
    background-color: #000;
}
.copyright:nth-child(2) {
    
}
.copy2 {
    text-align: right;
}

/* how to play page css  */
.how-to-play-hero {
    position: relative;
}
.how-to-play-hero-content {
    width: 50%;
    padding-left: 4rem;
    position: absolute;
    /* left: 10%; */
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 7rem;
}

.how-to-play-hero-content h1 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
}
.how-to-play-hero-content p {
    font-size: 1rem;
    padding: 2rem 0;
    color: #FFC71E;
}
.download-fb {
  margin: 3rem 0;
  padding: 2rem 0;
}
.download-fb-container {
    background: url("../media/star-dots.png");
    border-radius: 41px;
    position: relative;
    background-size: cover;
    text-align: center;
    padding: 4rem;
    overflow: hidden;
}
.download-fb-design1 {
    position: absolute;
    left: 6%;
    top: 6%;
    width: 30%;
    height: 3px;
    z-index: 10;
    background: var(--line);
    box-shadow: var(--line-shadow);
}
.download-fb-design2 {
    position: absolute;
    right: 6%;
    bottom: 6%;
    width: 30%;
    height: 3px;
    background: var(--line);
    box-shadow: var(--line-shadow);
    z-index: 10;
}
.download-fb-container h2 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    padding-top: 2rem;
}
.download-fb-container a {
    font-size: 1rem;
    padding: 0.6rem 2rem;
    background-color: var(--purple-color);
    border-radius: 40px;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}
.download-fb-container a:hover {
    color: var(--purple-color);
    background-color: #ffc71e;
    border: 2px solid var(--purple-color);
}
.download-fb-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.download-content-wrapper {
    position: relative;
    z-index: 10;
}
.download-fb-container p {
    font-size: 1rem;
    padding: 1rem 0;
    width: 50%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.play-steps-container {
    position: relative;
}
.play-steps-container img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 37%;
    z-index: -1;
}
.play-steps-wrapper {
   gap: 4rem;
   justify-content: center;
}
.play-steps {
  width: 200px;
  height: 200px;
  background-color: #FFAF38;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  box-shadow: inset 8px 9px 6px #00000029, 0px 3px 6px #00000029;
} 
.play-steps h4 {
    font-size: 1.6rem;
    color: #fff;
    margin-top: 1rem;
    font-weight: 600;
}
.play-steps p {
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 1rem 0;
    line-height: 1.2;

}
.play-steps:nth-child(even) {
    margin-top: 4rem;
}
.need-help {
    background: url("../media/how-to-play-bg2.png");
    padding: 4rem;
    position: relative;
    text-align: center;
    margin-top: 6rem;
}
.need-help-container {
    position: relative;
    z-index: 10;
}
.need-help h3 {

}
.need-help h3 {
    font-size: 2.2rem;
    font-weight: 600;
   
    position: relative;
    color: var(--purple-color);
}
.need-help h3:after {
    content: "";
    left: 53%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 15%;
    background: var(--line);
    box-shadow: var(--line-shadow);
    height: 3px;
    position: absolute;
    
}
.need-help p {
    font-size: 1.3rem;
    color: #000;
    padding: 2rem 0;
    width: 50%;
    font-weight: 500;
    margin: 0 auto;
}
.need-help-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
}

/* contact page css  */
.contact-hero {
    position: relative;
}
.contact-hero img {
    height: 100%;
}
.contact-hero-content {
    /*padding: 4rem;*/
    /*background: transparent linear-gradient(0deg, #26112EA8 0%, #191D2300 100%) 0% 0% no-repeat padding-box;*/
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    color: #fff;
    transform: translate(0%,-50%);
}
.contact-hero-content h1 {
    font-size: 5rem;
    font-weight: 500;
}
.contact-hero-content p {
    font-size: 1.1rem;
    width: 100%;
    color: #7A7A7A;
}

.faq-main {
    padding: 3rem 0;
    color: #000;
    border-top: 50px solid var(--purple-color);
    background: url("../media/how-to-play-bg2.png");
    position: relative;
    margin-top: -30px;
}
.faq-container {
    position: relative;
    z-index: 100;
}
.faq-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
}
.faq-main h3 {
    color: #7A7A7A;
    font-size: 2.2rem;
    font-weight: 500;
} 
.faq-que {
    width: 50%;
}
.faq-que ul li {
    cursor: pointer;
    font-size: 1.2rem;
    padding: 0.8rem 2rem;
    border: 2px solid #7A7A7A;
    margin: 2rem 0;
    transition: all 0.3s ease-in-out;
    color: #2A0030;
    border-radius: 5px;
}
.faq-answers {
    width: 50%;
    padding: 4rem;
    display: flex;
    align-items: center;
}
.faq-answers p {
    font-size: 1.3rem;
    font-weight: 500;
    color: #2A0030;
    line-height: 1.7;
}
.faq-ans-design {
    width: 60%;
    height: 3px;
    background: var(--line);
    box-shadow: var(--line-shadow);
    margin: 2rem 0;
}
.faq-que ul li.active{
    background-color: #FFAF38;
    color: #fff;
    border: 2px solid transparent;
}
.faq-ans {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.faq-ans.active {
   position: relative;
   opacity: 1;;
   z-index: 10;
}
.mobile-faq {
    display: none;
}
.contact-mail {
    padding: 3rem 0;
    background-color: var(--purple-color);
    text-align: center;
}
.contact-mail a {
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
}
.contact-mail a i {
    margin-right: 1rem;
    color: #fff;
}
.contact-form-main {
    padding: 5rem 0;
    padding-bottom: 0;
     background: url("../media/games-services-bg.png");
    position: relative;
}
.contact-form-overlay {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*mix-blend-mode: darken;*/
    /*background-color: rgba(14, 17, 61, 0.97);*/
}
.contact-form-main-container {
    position: relative;
    z-index: 100;
}
.contact-form-left {
    width: 30%;
}
.contact-form-left h3 {
    font-size: 3.2rem;
    font-weight: 400;
    color: #fff;
}
.contact-form-left p {
    color: #FFFFFF99;
    font-size: 1rem;
    padding: 1rem 0;
}
.contact-form-right {
    width: 70%;
    padding: 4rem;
    padding-bottom: 6rem;
    padding-left: 3rem;
    
} 
.contact-form-design {
    position: absolute;
    width: 100%;
    height: 35%;
    background-color: #191d23f2;
    left: 0;
    top: 0;
}
.contact-form-right form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}
.contact-form-right form input {
    width: 47%;
}
.contact-form-right form input, textarea {
    font-size: 1rem;
    padding: 1.4rem;
    background-color: #252B34;
    border: 0;
}
.contact-form-right form input::placeholder, .contact-form-right form textarea::placeholder {
    color: #fff;
} 
.contact-form-right form textarea {
    width: 96.5%;
    height: 220px;
    margin-bottom: 2rem;
}
.submit-btn { 
  background-color: var(--purple-color) !important;
  color: #fff !important;
  border-radius: 5px !important;
  padding: 0.8rem 2rem !important;
  width: auto !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out;
}
.submit-btn:hover {
    color: var(--purple-color) !important;
    background-color: #FFAF38 !important;
}
.contact-form-left {
    padding-top: 6rem;
}
.exp-container {
    position: relative;
    z-index: 100;
}
.contact-form-main .exp-services {
    margin-top: 0;
}
.contact-form-main .copyright {
    position: relative;
    z-index: 10;
}

.contact-form-main .exp-main {
    background-color: transparent !important;
    
}
/* games page css starts here  */
.games-hero {
    position: relative;
} 

.games-hero-content {
    width: 45%;
    padding-left: 4rem;
    position: absolute;
    /* left: 10%; */
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 7rem;
}

.games-hero-content h1 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
}
.games-hero-content p {
    font-size: 1rem;
    padding: 2rem 0;
    color: #FFC71E;
}
.games-main-filter {
    margin: 2rem 0;
    padding: 2rem 0;
    text-align: center;
}
.games-main-filter ul {
    justify-content: center;
    gap: 3rem;
}
.games-main-filter ul li {
    display: flex;
    background-color: #2D333D;
    padding: 1rem 3rem;
    border-radius: 16px 16px 0 0;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.games-main-filter ul li:hover {
    transform: scale(1.1);
}
.games-main-filter ul li.active {
    background-color: var(--purple-color);
    color: #fff;
}
.games-main-filter ul li.active img {
    filter: brightness(0) invert(1) !important;
}
.games-main-filter ul li img {
    width: 40px;
}
.games-main-filter ul li b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--line);
    box-shadow: var(--line-shadow);
}
.games-main-filter ul li strong {
    font-size: 1.05rem;
    font-weight: 400;
    margin-left: 1rem;
}

.games-filter-body-container {
    padding: 0rem 4rem;
}
.games-filter-body-wrapper {
    position: relative;
}
.games-filter-box ul {
    gap: 2rem;
    justify-content: center;
    padding: 3rem 0;
}
.games-filter-box ul li {
    padding: 0.5rem 2rem;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.games-filter-box ul li.active {
    background-color: #222979;
    box-shadow: 0 0 10px #84D7FE;
}
.games-filter-box-img {
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 2rem 0;
    display: none;
    margin: 1rem 0;
}

.games-filter-box {
   position: absolute;
   opacity: 0;
   height: 0;
   z-index: -1;
   top: 0;
   left: 0;
   /*pointer-events: none;*/
}
.games-filter-box.active {
   position: relative;
   z-index: 10;
   height: auto;
   opacity: 1;
   pointer-events: auto;
}
 .games-filter-box.active .games-filter-box-img{
     display: flex;
 }
.game-box {
    width: 32%;
    padding: 1rem;
    background-color: #2D333D;
    border-radius: 15px;
    position: relative;
    transition: all 0.4s ease-in-out;
    margin-bottom: 1.5rem;
    margin-right: 0;
    display: block;
}
.game-box:nth-child(3n) {
    margin-right: 0;
}
.game-box a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.game-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
.game-box:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.game-box:after {
    content: "";
    position: absolute;
    left: 7%;
    bottom: 1.5rem;
    width: 86%;
    height: 20%;
    background: linear-gradient(to bottom, rgba(0,0,0,0), #390040);
    
}
.games-screenshots {
    text-align: center;
    margin: 3rem 0;
    padding: 2rem 0;
}
.games-screenshots h4 {
    font-size: 2.2rem;
    font-weight: 600;
    /* padding: 1rem 0; */
    position: relative;
    margin-bottom: 4rem;
}
.games-screenshots h4:after {
    content: "";
    left: 55%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 20%;
    background: var(--line);
    box-shadow: var(--line-shadow);
    height: 3px;
    position: absolute;
}
.games-screenshots-container {
    gap: 2rem;
}

.games-exp, .how-to-play-exp {
    /*background: url("../media/games-services-bg.jpg");*/
}
/* games page css ends here  */
.offer-overlay {
    position: relative;
    background: linear-gradient(135deg, rgba(124,15,169,0.92) 0%, rgba(255,175,56,0.85) 100%);
    padding: 2.8rem 2.5rem 2.2rem 2.5rem;
    border-radius: 32px;
    max-width: 520px;
    margin-bottom: 2rem;
    color: #fff;
    box-shadow: 0 12px 40px 0 rgba(124,15,169,0.18), 0 2px 16px 0 rgba(255,175,56,0.12);
    border: 2.5px solid #fff9c4;
    animation: offerFadeIn 1.2s cubic-bezier(.68,-0.55,.27,1.55);
    overflow: hidden;
    opacity: 0.95;
}
.offer-play {
    background: transparent;
    color: #ffd740;
    border: 3px solid #ffd740;
}
.offer-play:hover {
    background: linear-gradient(90deg, #7C0FA9 0%, #9d4edd 100%);
    color: #ffd740;
    border: 3px solid #7C0FA9;
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(124, 15, 169, 0.5);
}
.offer-join {
    background: linear-gradient(90deg, #7C0FA9 0%, #9d4edd 100%);
    color: #ffd740;
    border: 3px solid #ffd740;
}
.offer-join:hover {
    background: linear-gradient(90deg, #ffd740 0%, #ffaf38 100%);
    color: #7C0FA9;
    border: 3px solid #7C0FA9;
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(255, 215, 64, 0.5);
}
.offer-tagline {
    color: #ffd740 !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-top: 0.1rem !important;
    text-shadow: 0 2px 8px #0008 !important;
    letter-spacing: 0.5px !important;
    text-align: center !important;
    width: 100% !important;
}
.offer-tagline::before {
    content: "";
}
@keyframes offerFadeIn {
    0% { opacity: 0; transform: translateY(-40px) scale(0.95); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes starSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes bonusPulse {
    0% { filter: brightness(1.2) drop-shadow(0 0 12px #ffffff); }
    100% { filter: brightness(1.5) drop-shadow(0 0 20px #ffd700); }
}
.offer-bonus {
    font-size: 2.3rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: #7C0FA9;
    text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 25px rgba(255, 215, 64, 0.6);
    letter-spacing: 1px;
    animation: slowPulse 3s infinite ease-in-out;
    text-transform: uppercase;
}
@keyframes ledBlink {
    0% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    2% { 
        opacity: 0;
        color: transparent;
        filter: brightness(0) drop-shadow(0 0 0px #ffffff);
        text-shadow: none;
        transform: scale(0.95);
    }
    4% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    6% { 
        opacity: 0;
        color: transparent;
        filter: brightness(0) drop-shadow(0 0 0px #ffffff);
        text-shadow: none;
        transform: scale(0.95);
    }
    8% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    10% { 
        opacity: 0;
        color: transparent;
        filter: brightness(0) drop-shadow(0 0 0px #ffffff);
        text-shadow: none;
        transform: scale(0.95);
    }
    12% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    14% { 
        opacity: 0;
        color: transparent;
        filter: brightness(0) drop-shadow(0 0 0px #ffffff);
        text-shadow: none;
        transform: scale(0.95);
    }
    16% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    18% { 
        opacity: 0;
        color: transparent;
        filter: brightness(0) drop-shadow(0 0 0px #ffffff);
        text-shadow: none;
        transform: scale(0.95);
    }
    20% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    22% { 
        opacity: 0;
        color: transparent;
        filter: brightness(0) drop-shadow(0 0 0px #ffffff);
        text-shadow: none;
        transform: scale(0.95);
    }
    24% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    26% { 
        opacity: 0;
        color: transparent;
        filter: brightness(0) drop-shadow(0 0 0px #ffffff);
        text-shadow: none;
        transform: scale(0.95);
    }
    28% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    30% { 
        opacity: 0;
        color: transparent;
        filter: brightness(0) drop-shadow(0 0 0px #ffffff);
        text-shadow: none;
        transform: scale(0.95);
    }
    32% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    34% { 
        opacity: 0;
        color: transparent;
        filter: brightness(0) drop-shadow(0 0 0px #ffffff);
        text-shadow: none;
        transform: scale(0.95);
    }
    36% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    38% { 
        opacity: 0;
        color: transparent;
        filter: brightness(0) drop-shadow(0 0 0px #ffffff);
        text-shadow: none;
        transform: scale(0.95);
    }
    40% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    42% { 
        opacity: 0;
        color: transparent;
        filter: brightness(0) drop-shadow(0 0 0px #ffffff);
        text-shadow: none;
        transform: scale(0.95);
    }
    44% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    46% { 
        opacity: 0;
        color: transparent;
        filter: brightness(0) drop-shadow(0 0 0px #ffffff);
        text-shadow: none;
        transform: scale(0.95);
    }
    48% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    50% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
    100% { 
        opacity: 1;
        color: #7C0FA9;
        filter: brightness(1.5) drop-shadow(0 0 20px #ffffff);
        text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 30px rgba(255, 215, 64, 0.8);
        transform: scale(1);
    }
}
.offer-title {
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 0.3rem;
    color: #7C0FA9;
    text-shadow: 2px 2px 0px #ffd740, 4px 4px 0px #ffaf38, 0 0 20px rgba(255, 215, 64, 0.5);
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
}
.offer-title::before {
    content: "\2B50";
    font-size: 1.5rem;
    color: #ffd740;
    margin-right: 0.5rem;
    animation: starSpin 2.5s linear infinite;
}
.offer-title::after {
    content: "\2B50";
    font-size: 1.5rem;
    color: #ffd740;
    margin-left: 0.5rem;
    animation: starSpin 2.5s linear infinite reverse;
}
.offer-buttons {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 0.5rem;
}
.offer-btn {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 900;
    padding: 1rem 2.5rem;
    border-radius: 40px;
    border: 3px solid #ffd740;
    background: linear-gradient(90deg, #7C0FA9 0%, #9d4edd 100%);
    color: #ffd740;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(124, 15, 169, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #333;
}
.offer-btn span {
    margin-right: 10px;
    font-size: 1.3em;
}
.seo-intro {
    background: linear-gradient(135deg, #2a004f 0%, #3a0a5d 50%, #2a004f 100%);
    padding: 3rem 2rem;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.seo-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><radialGradient id="stars" cx="50%" cy="50%"><stop offset="0%" style="stop-color:%23ffffff;stop-opacity:0.1"/><stop offset="100%" style="stop-color:%23ffffff;stop-opacity:0"/></radialGradient></defs><circle cx="20" cy="20" r="1" fill="url(%23stars)"/><circle cx="80" cy="30" r="0.5" fill="url(%23stars)"/><circle cx="40" cy="70" r="0.8" fill="url(%23stars)"/><circle cx="90" cy="80" r="0.3" fill="url(%23stars)"/><circle cx="10" cy="60" r="0.6" fill="url(%23stars)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}
.seo-intro p {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.seo-intro strong {
    color: #ffd740;
    font-weight: 700;
    font-size: 1.3rem;
    text-shadow: 0 0 8px rgba(255, 215, 64, 0.5);
}
@media (max-width: 768px) {
    .seo-intro {
        padding: 2rem 1rem;
    }
    .seo-intro p {
        font-size: 1rem;
        line-height: 1.6;
    }
}
@media (max-width: 900px) {
    .home-hero-content {
        width: 100%;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 90px;
        padding-bottom: 20px;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }
    .offer-overlay {
        max-width: 98vw;
        width: 100%;
        padding: 1rem 0.5rem;
        border-radius: 18px;
        margin: 0 auto;
    }
    .offer-title { font-size: 2rem; }
    .offer-bonus { 
        font-size: 1.3rem; 
        animation: slowPulse 3s infinite ease-in-out;
    }
    .offer-tagline { font-size: 2.5rem; }
    .offer-btn { font-size: 1rem; padding: 0.6rem 1.2rem; }
}
@media (max-width: 600px) {
    .home-hero-content {
        padding: 1.5rem 0.5rem;
    }
    .offer-overlay {
        max-width: 95%;
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }
    .offer-title {
        font-size: 1.8rem;
    }
    .offer-bonus {
        font-size: 1.4rem;
        animation: slowPulse 3s infinite ease-in-out;
    }
    .offer-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
    .offer-tagline {
        font-size: 1.8rem !important;
    }
}
.slot-machine-right {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 675px;
    height: 675px;
    background: url('../media/logo.png') no-repeat center;
    background-size: contain;
    z-index: 2;
    opacity: 1;
    filter: brightness(1.3) drop-shadow(0 0 25px rgba(255, 215, 0, 0.4));
}
@media (max-width: 1200px) {
    .slot-machine-right {
        width: 600px;
        height: 600px;
        right: 3%;
    }
}
@media (max-width: 900px) {
    .slot-machine-right {
        width: 525px;
        height: 525px;
        right: 2%;
    }
}
@media (max-width: 600px) {
    .slot-machine-right {
        display: none;
    }
}

/* Animated Stars */
.animated-stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    overflow: hidden;
}

.star {
    position: absolute;
    font-size: 24px;
    color: #FFD700;
    text-shadow: 0 0 10px #FFD700, 0 0 20px #FFD700, 0 0 30px #FFD700;
    animation: starBlink 2s infinite, starMove 8s linear infinite;
    opacity: 0.8;
}

.star1 {
    animation-delay: 0s, 0s;
    animation-duration: 1.5s, 12s;
}

.star2 {
    animation-delay: 0.3s, 2s;
    animation-duration: 2s, 15s;
}

.star3 {
    animation-delay: 0.6s, 4s;
    animation-duration: 1.8s, 18s;
}

.star4 {
    animation-delay: 0.9s, 6s;
    animation-duration: 2.2s, 14s;
}

.star5 {
    animation-delay: 1.2s, 8s;
    animation-duration: 1.6s, 16s;
}

.star6 {
    animation-delay: 1.5s, 10s;
    animation-duration: 2.4s, 13s;
}

.star7 {
    animation-delay: 1.8s, 12s;
    animation-duration: 1.9s, 17s;
}

.star8 {
    animation-delay: 2.1s, 14s;
    animation-duration: 2.1s, 19s;
}

@keyframes starBlink {
    0%, 100% { opacity: 0.3; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.2); }
}

@keyframes starMove {
    0% {
        top: 10%;
        left: 0%;
        transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
        top: 0%;
        left: 25%;
        transform: translateX(0) translateY(0) rotate(90deg);
    }
    50% {
        top: 0%;
        left: 75%;
        transform: translateX(0) translateY(0) rotate(180deg);
    }
    75% {
        top: 90%;
        left: 75%;
        transform: translateX(0) translateY(0) rotate(270deg);
    }
    100% {
        top: 10%;
        left: 0%;
        transform: translateX(0) translateY(0) rotate(360deg);
    }
}

/* Alternative star movement patterns */
.star2 {
    animation: starBlink 2s infinite, starMove2 10s linear infinite;
}

.star4 {
    animation: starBlink 2s infinite, starMove3 14s linear infinite;
}

.star6 {
    animation: starBlink 2s infinite, starMove4 16s linear infinite;
}

.star8 {
    animation: starBlink 2s infinite, starMove5 12s linear infinite;
}

@keyframes starMove2 {
    0% {
        top: 90%;
        left: 0%;
        transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
        top: 0%;
        left: 0%;
        transform: translateX(0) translateY(0) rotate(90deg);
    }
    50% {
        top: 0%;
        left: 100%;
        transform: translateX(0) translateY(0) rotate(180deg);
    }
    75% {
        top: 100%;
        left: 100%;
        transform: translateX(0) translateY(0) rotate(270deg);
    }
    100% {
        top: 90%;
        left: 0%;
        transform: translateX(0) translateY(0) rotate(360deg);
    }
}

@keyframes starMove3 {
    0% {
        top: 0%;
        left: 100%;
        transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
        top: 100%;
        left: 100%;
        transform: translateX(0) translateY(0) rotate(90deg);
    }
    50% {
        top: 100%;
        left: 0%;
        transform: translateX(0) translateY(0) rotate(180deg);
    }
    75% {
        top: 0%;
        left: 0%;
        transform: translateX(0) translateY(0) rotate(270deg);
    }
    100% {
        top: 0%;
        left: 100%;
        transform: translateX(0) translateY(0) rotate(360deg);
    }
}

@keyframes starMove4 {
    0% {
        top: 50%;
        left: 0%;
        transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
        top: 0%;
        left: 50%;
        transform: translateX(0) translateY(0) rotate(90deg);
    }
    50% {
        top: 50%;
        left: 100%;
        transform: translateX(0) translateY(0) rotate(180deg);
    }
    75% {
        top: 100%;
        left: 50%;
        transform: translateX(0) translateY(0) rotate(270deg);
    }
    100% {
        top: 50%;
        left: 0%;
        transform: translateX(0) translateY(0) rotate(360deg);
    }
}

@keyframes starMove5 {
    0% {
        top: 0%;
        left: 50%;
        transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
        top: 50%;
        left: 100%;
        transform: translateX(0) translateY(0) rotate(90deg);
    }
    50% {
        top: 100%;
        left: 50%;
        transform: translateX(0) translateY(0) rotate(180deg);
    }
    75% {
        top: 50%;
        left: 0%;
        transform: translateX(0) translateY(0) rotate(270deg);
    }
    100% {
        top: 0%;
        left: 50%;
        transform: translateX(0) translateY(0) rotate(360deg);
    }
}

/* Animated Button Text */
.offer-play {
    animation: playTextGlow 2s ease-in-out infinite;
    color: white;
}

.offer-join {
    animation: joinTextGlow 2s ease-in-out infinite;
    animation-delay: 1s;
}

@keyframes playTextGlow {
    0%, 100% { 
        text-shadow: 0 0 5px #FFD700, 0 0 10px #FFD700;
        transform: scale(1);
    }
    50% { 
        text-shadow: 0 0 10px #FFD700, 0 0 20px #FFD700, 0 0 30px #FFD700;
        transform: scale(1.02);
    }
}

@keyframes joinTextGlow {
    0%, 100% { 
        text-shadow: 0 0 5px #7C0FA9, 0 0 10px #7C0FA9;
        transform: scale(1);
    }
    50% { 
        text-shadow: 0 0 10px #7C0FA9, 0 0 20px #7C0FA9, 0 0 30px #7C0FA9;
        transform: scale(1.02);
    }
}

