* {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}


body {
    margin: 0;
    padding: 0;
    background: #0F0F18;
}

.white-txt {
    color: #FFFFFF;
}

.blue-txt {
    color: #3CE8FF;
}

.green-txt {
    color: #43EA80;
}

.purple-txt {
    color: #CC00FF;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #CCDAE7;
    padding: 2% 5%;
    background: #1A1A23;
}

.navbar .nav-brand img {
    width: 10rem;
    object-fit: contain;
    height: auto;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
}


.navbar ul li {
    list-style: none;
    margin-right: 1.5rem;
}

.navbar ul li a {

    text-decoration: none;
    color: #CCDAE7;
    padding: 0.5rem;
    display: block;
    font-family: "Inter", sans-serif;
}

.buy-tokens {
    background: #0052CC;
    color: #FFFFFF;
    font-weight: 500;
    border-radius: 30px;
    padding: 0.5rem 1rem;
}


.navbar ul li a img {
    margin-right: 0.5rem;
}

.nav-left-mobile {
    display: none;
}

.toggle-btn {
    /* position: absolute;
    top: 0.75rem;
    right: 1rem; */
    display: none;
    flex-direction: column;
    /* justify-content: space-between; */
    width: 2rem;
    /* height: 10px; */
}

.toggle-btn .bar {
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin: 5px 0;
}

.top-intro {
    margin-top: 70px;
    padding-top: 5rem;
    text-align: center;
}

.top-intro h1 {
    font-Size: 3em;
    text-align: center;
    color: #FFFFFF;
    font-weight: 900;
}

.top-intro h1 span {
    font-weight: bold;
}

article.hero {
    justify-content: center;
    text-align: center;
    display: flex;
}

.top-intro button {
    position: relative;
    height: 55px;
    width: 200px;
    text-align: center;
    font-weight: 600;
    color: #1C0101;
    background: linear-gradient(84.13deg, #34CEFF 1.04%, #3485FF 104.8%);
    padding: 0.5rem 2rem;
    border-radius: 15px;
    margin-top: 2rem;
}

.hero img {
    margin-top: -50px;
    width: 75%;
    object-fit: contain;
}
.mazi-casino .goto-casino.two-d:hover{
    box-shadow: #FFA318 0px 5px 15px;
}

.mazi-casino .goto-casino.meta:hover{
    box-shadow: #D230E0 0px 5px 15px;
}
.mazi-casino {
    margin: 5% auto 0;
    background: url(../assets/images/radial-circles.png) no-repeat center;
    background-size: cover;
}

.mazi-casino .row {
    margin: 5% 0 0;
    justify-content: center;
    padding-bottom: 5%;

}

.mazi-casino .heading {
    text-align: center;
}

.mazi-casino .heading p {
    color: #55556B;
    font-size: 1.5rem;
}

.mazi-casino .heading h2 {
    font-size: 2.5rem;
    color: #FFFFFF;
    font-weight: 600;

}

.mazi-casino .goto-casino {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    min-height: 25rem;
    border-radius: 30px;
    padding: 2rem;

}

.mazi-casino .goto-casino p {

    font-weight: 500;
    font-size: 16px;
    color: #D9D9D9;
}

.mazi-casino .goto-casino.two-d {
    background: url(../assets/images/2D-gameplay.png) no-repeat center;
    background-size: cover;
    margin-right: 2rem;
}

.mazi-casino .goto-casino.two-d h3 {
    font-weight: 700;
    background: linear-gradient(93.69deg, #FFB800 -4.64%, #FFBB56 86.74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.mazi-casino .goto-casino.meta h3 {
    font-weight: 700;
    background: linear-gradient(90.96deg, #C13EFF -8.66%, #E684FF 95.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.mazi-casino .goto-casino button {
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.5rem;
    color: #1F1F1F;
}

.mazi-casino .goto-casino.two-d button {
    background: linear-gradient(88deg, #E8CF4C -4.1%, #FFA318 105.53%);

}

.mazi-casino .goto-casino.meta button {
    background: linear-gradient(88.46deg, #D230E0 0.68%, #E030AF 99.45%);
}

.mazi-casino .goto-casino.meta {
    background: url(../assets/images/metaverse-gameplay.png) no-repeat center;
    background-size: cover;

}

.experience-tech {
    background: url(../assets/images/roulette-gradient.png) no-repeat center;
    background-size: contain;
    padding: 5%;
}

.experience-tech .heading {
    text-align: center;
}

.experience-tech .heading p {
    color: #55556B;
    font-size: 1.5rem;
}

.experience-tech .heading h2 {
    font-size: 2.5rem;
    color: #FFFFFF;
    font-weight: 600;

}

.experience-tech .row {
    margin: 0;
}

.experience-tech .table-div {
    background: #0e5a29;
    background-size: contain;
    min-height: 18rem;
    border: 1rem solid #cba900;
    display: flex;
    border-radius: 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.experience-tech .table-div h4 {
    font-weight: 700;
}

.experience-tech .table-div p {
    font-weight: 500;
    text-align: center;
    color: #D2D2F3;
}

.experience-tech .table-div button {
    background: linear-gradient(86.79deg, #01FFB7 0.33%, #01FF9D 111.56%);
    border-radius: 35.5px;
    font-weight: 600;

}

.experience-tech .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience-tech .arrow img {
    width: auto;
    object-fit: contain;
}

.meta-casino {
    background: url(../assets/images/lines.png) no-repeat top;
    background-size: contain;
}

.meta-casino .heading {
    text-align: center;
}

.meta-casino .heading p {
    color: #55556B;
    font-size: 1.5rem;
}

.meta-casino .heading h2 {
    font-size: 2.5rem;
    color: #FFFFFF;
    font-weight: 600;

}

/*  swipper starts*/

.carousel-main {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    column-gap: 4rem;
    padding-block: min(20vh, 1rem);
}


.swiper {
    width: 100%;
    /* padding-top: 3.125rem; */
}


.swiper-slide {
    width: 18.75rem;
    height: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
    border-radius: 30px;

}



.swiper-slide div {
    display: none;
    opacity: 0;
    padding-bottom: 0.625rem;
}

.swiper-slide-active div {
    display: block;
    opacity: 1;

}

.swiper-slide--one {
    background: url(../assets/images/image1.png)no-repeat 50% 50% / cover;
}

.swiper-slide--two {
    background: url(../assets/images/image2.png)no-repeat 50% 50% / cover;
}

.swiper-slide--three {
    background: url(../assets/images/image3.png)no-repeat 50% 50% / cover;
}



@media screen and (min-width: 48rem) {
    .carousel-main {
        display: flex;
        align-items: center;
    }

}

@media screen and (min-width: 93.75rem) {
    .swiper {
        width: 85%;
    }
}

img.imagehello {
    height: 25px;
}

/*  swipper ends*/
.social-links {
    margin: 0;
    padding: 5%;
    display: flex;
    justify-content: space-between;
}

.social-links .links-div {
    display: flex;
    flex-direction: column;
}

.social-links .links-div .row:nth-of-type(2) {
    margin-top: 1rem;
}

.social-links .social-links-logo img {
    width: 13.5rem;
    object-fit: contain;
}

.social-links .links-main {
    display: flex;
    justify-content: flex-end;
}

.social-links .links-div h5 {
    color: #FFFFFF;
    font-family: 'Inter';
    font-style: normal;
    font-weight: bold;
    background: linear-gradient(90.39deg, #674AD2 -3.78%, #44BCFF 102.06%);
        font-family: "Poppins", sans-serif;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}



footer {
    display: flex;
    justify-content: space-between;
    padding: 2rem 5rem;
    background: #0f0f18;
    border-top: 1px solid #34343D;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    color: #E5E5E5;
}


/* Lavkush CSS */
.top-intro button:hover{
    color: #fff;
    box-shadow: 0 5px 15px rgba(1,237,255,.5);
}



@-webkit-keyframes blink {
    20%,
    24%,
    55% {
      color: #111;
      text-shadow: none;
    }
  
    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
  /*     color: #fccaff;
      text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
        0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
      color: #fff6a9;
    }
  }
  
@keyframes blink {
    20%,
    24%,
    55% {
      color: #111;
      text-shadow: none;
    }
  
    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
  /*     color: #fccaff;
      text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
        0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
      color: #fff6a9;
    }
  }




  /* Mobile Devices */
@media only screen and (max-width: 480px) {
    .experience-tech {
        background: none;
        background-size: contain;
        padding: 5%;
    }
    .hero img {
        margin-top: 0px;
        width: 100%;
        object-fit: contain;
    }
    .top-intro h1 {
        margin-top: -50px!important;
        font-Size: 1.4em;
        text-align: center;
        color: #FFFFFF;
        font-weight: 900;
        padding: 5px;
    }
    .mazi-casino .heading h2 {
        font-size: 1.4em;
        color: #FFFFFF;
        font-weight: 600;
    }
    .mazi-casino .heading p {
        color: #55556B;
        font-size: 1.2rem;
    }
    .mazi-casino .goto-casino.two-d{
        margin-right: 0;
    }
    .mazi-casino .goto-casino.meta {
        margin-top: 20px;
    }
    .experience-tech .heading h2{
        font-size: 1.4em;
    }
    .experience-tech .heading p{
        font-size: 1.4em;
    }
    .experience-tech .arrow img {
        display: none;
        width: auto;
        object-fit: contain;
    }
    .experience-tech .table-div {
        margin-bottom: 20px;
    }
    .meta-casino .heading h2{
        font-size: 1.4em;
    }
    .meta-casino .heading p{
        font-size: 1.4em;
    }
    .swiper-slide {
        width: 18.75rem;
        height: 15rem;
    }
    .carousel-main {
        position: relative;
        width: 100%;
        margin: 0 auto;
        min-height: 40vh;
        column-gap: 4rem;
        padding-block: min(20vh, 1rem);
    }

    .social-links .links-main {
        margin-top: 20px;
    }
    .social-links .links-div h5 {
        font-size: 14px;
        background: linear-gradient(90.39deg, #674AD2 -3.78%, #44BCFF 102.06%);
        font-style: normal;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
  
  /* Tablets */
  @media only screen and (min-width: 481px) and (max-width: 768px) {
    /* Styles for tablets go here */
    .hero img {
        margin-top: 0px;
        width: 100%;
        object-fit: contain;
    }
    .top-intro h1 {
        font-Size: 1.4em;
        text-align: center;
        color: #FFFFFF;
        font-weight: 900;
        padding: 5px;
    }
    .mazi-casino .heading h2 {
        font-size: 1.4em;
        color: #FFFFFF;
        font-weight: 600;
    }
    .mazi-casino .heading p {
        color: #55556B;
        font-size: 1.2rem;
    }
    .mazi-casino .goto-casino.two-d{
        margin-right: 0;
    }
    .mazi-casino .goto-casino.meta {
        margin-top: 20px;
    }
    .experience-tech .heading h2{
        font-size: 1.4em;
    }
    .experience-tech .heading p{
        font-size: 1.4em;
    }
    .experience-tech .arrow img {
        display: none;
        width: auto;
        object-fit: contain;
    }
    .experience-tech .table-div {
        margin-bottom: 20px;
    }
    .meta-casino .heading h2{
        font-size: 1.4em;
    }
    .meta-casino .heading p{
        font-size: 1.4em;
    }
    .swiper-slide {
        width: 18.75rem;
        height: 15rem;
    }
    .carousel-main {
        position: relative;
        width: 100%;
        margin: 0 auto;
        min-height: 40vh;
        column-gap: 4rem;
        padding-block: min(20vh, 1rem);
    }

    .social-links .links-main {
        margin-top: 20px;
    }
  }
  
  /* Small Desktops */
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .swiper-slide {
        width: 18.75rem;
        height: 25rem;
    }
    .carousel-main {
        position: relative;
        width: 100%;
        margin: 0 auto;
        min-height: 20vh;
        column-gap: 4rem;
        padding-block: min(20vh, 1rem);
    }

    .social-links .links-main {
        margin-top: 20px;
    }
  }
  
  /* Large Desktops */
  @media only screen and (min-width: 1025px) {
    /* Styles for large desktops go here */ 
  }

  .privacy a {
    text-decoration: none;
}