@import url("reset.css");
@import url("fonts.css");
@import url("games.css?<?php echo filemtime('games.css'); ?>");
@import url("security.css");
@import url("single-game.css");
@import url("winners.css?<?php echo filemtime('winners.css'); ?>");
@import url("blog.css");

html {
    /* font-size: 10px; */
    /* 10px / 16px = 0.625 = 62.5% */
    /* Percentage of user's browser font-size setting */
    font-size: 62.5%;
    overflow-x: hidden;
    font-family: "Gilroy";
}

.container {
    max-width: 130rem;
    padding: 0 3.8rem;
    width: 100%;
    margin: 0 auto;
}

button {
    font-size: 1.6rem;
}

body {
    background-color: #ffffff;

}

.header {
    width: 100%;
}

ol, ul
{
   line-height: 3rem !important;
}

.header__content {
    width: 100%;
    padding: 2.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__nav {
    display: flex;
    align-items: center;
    
}

.header__nav-link {
    font-weight: 600;
    font-size: 1.4rem;
    padding: 0 1.5rem;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}

.header__register-btn {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0.8rem 1.6rem;
    background: #00001e;
    border-radius: 12rem;
    border: none;
    cursor: pointer;
    margin-right: 1.5rem;
}

.header__login-btn {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #000000;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px 1.5rem;
    text-transform: uppercase;
}

.nav__info a,
.nav__info a:active {
    color: white;
}

.splide__pagination__page {
    width: 3.2rem !important;
    height: 0.5rem !important;
    border-radius: 1rem !important;
}

.splide__pagination__page.is-active {
    transform: scale(1) !important;
}

.intro__slide {
    background-position: 100% 0;
    background-repeat: no-repeat;
}

.intro__slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    /* Adjust the opacity and color as needed */
    z-index: 0;
    border-radius: 0.8rem;
}

.intro__slide-title {
    line-height: 3.1rem;
    max-width: 26.7rem;
    text-transform: uppercase;
}

.intro__slide-content {
    position: relative;
    z-index: 1;
}

.intro__slide {
    width: 100%;
    height: 100%;
    border-radius: 0.8rem;
    background-size: cover;
    padding: 9rem 6.3rem;
}

.splide__slide:nth-child(1) .intro__slide {
    background-image: url("../images/intro.webp");
}

.splide__slide:nth-child(2) .intro__slide {
    background-image: url("../images/intro2.webp");
}

.splide__slide:nth-child(3) .intro__slide {
    background-image: url("../images/intro3.webp");
}

.splide__slide:nth-child(4) .intro__slide {
    background-image: url("../images/intro4.webp");
}

.intro__slide-title {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    font-size: 6.4rem;
    line-height: 5.5rem;
    letter-spacing: 0.02em;
    color: #ffffff;
    max-width: 57.7rem;
    margin-bottom: 1.6rem;
}

.intro__slide-text {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
    opacity: 0.8;
    max-width: 54.8rem;
    margin-bottom: 4rem;
    text-transform: capitalize;
}

.intro__slide button {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 1.2rem 1.6rem;
    border-radius: 12rem;
    cursor: pointer;
}

.intro__slide button img {
    margin-left: 1rem;
}

.intro__slide button:first-child {
    background: #1f1e7b;
    border: none;
    margin-right: 1.6rem;
}

.intro__slide button:last-child {
    background: none;
    border: 0.1rem solid #ffffff;
}

.trending {
    width: 100%;
}

.trending__content {
    padding: 6rem 5rem;
}

.trending__title {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    color: #00001e;
    margin-bottom: 4rem;
}

.trendingSwiper,
.games1Swiper,
.games2Swiper,
.games3Swiper {
    padding: 3.6rem 0 5rem !important;
    height: 55.5rem !important;
    width: 100% !important;
}

.swiper-slide {
    width: 30.8rem !important;
}

.trending__card {
    width: 30.8rem;
    height: 40rem;
    position: relative;
}

.trending__card {
    padding: 2.9rem 2.7rem 2.5rem;
    border-radius: 0.8rem;
    position: relative;
}

.trending__card-flags {
    display: flex;
    gap: 0.8rem;
    justify-content: flex-start;
    margin-bottom: 1.6rem;
}

.trending__card-title {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 3.6rem;
    letter-spacing: 0.02em;
    color: #00001e;
    max-width: 16rem;
    margin-bottom: 0.4rem;
}

.trending__card-text {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.02em;
    color: #1f1e7b;
    max-width: 16rem;
    text-transform: capitalize;
}

.trending__card-btn {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    background: #1f1e7b;
    border-radius: 12rem;
    padding: 1.6rem;
    position: absolute;
    bottom: 2.5rem;
    left: 2.7rem;
    cursor: pointer;
}


.swiper-slide:first-child .trending__card {
    background-color: #ffe0e0;
    background-image: url("../images/travel__pass.png");
}

.swiper-slide:nth-child(2) .trending__card {
    background-color: #d2c3ec;
    background-image: url("../images/int__card2.png");
}

.swiper-slide:nth-child(3) .trending__card {
    background-color: #cce3ff;
    background-image: url("../images/national__card2.png");
}

.swiper-slide:nth-child(4) .trending__card {
    background-color: #d2c3ec;
    background-image: url("../images/travel__ba.png");
}

.swiper-slide:nth-child(5) .trending__card {
    background-color: #cce3ff;
    background-image: url("../images/travel__se.png");
}

.swiper-slide:nth-child(6) .trending__card {
    background-color: #cce3ff;
    background-image: url("../images/travel__ma.png");
}

.swiper-slide:last-child .trending__card {
    background-color: #c4f3d7;
    background-image: url("../images/travel__qa.png");
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-scrollbar {
    bottom: 0 !important;
    background-color: #f3f3f3 !important;
    height: 0.8rem !important;
}

.swiper-scrollbar-drag {
    background-color: #00001e !important;
    opacity: 0.2 !important;
}

.swiper-button-next {
    width: 3rem !important;
    height: 3rem !important;
    border: 0.3rem solid black !important;
    border-radius: 50% !important;
    top: 5.4rem !important;
    left: 26rem !important;
}

.swiper-button-next::after {
    content: "" !important;
}

.swiper-button-prev {
    width: 3rem !important;
    height: 3rem !important;
    border: 0.3rem solid black !important;
    border-radius: 50% !important;
    top: 5.4rem !important;
    left: 22.2rem !important;
}

.swiper-button-prev::after {
    content: "" !important;
}

.swiper-button-prev img {
    transform: rotateY(180deg);
}

.howworks {
    padding: 1.5rem 4.8rem;
    width: 100%;
}

.howworks__content {
    padding: 0 5rem;
}

.howworks__banner {
    background: #f2f8ff;
    border-radius: 0.8rem;
    padding: 6.3rem 3.6rem 6.3rem 2.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.howworks__title {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.4rem;
    color: #1f1e7b;
    position: relative;
}

.howworks__title span {
    color: #0072ff;
}

.howworks__content p {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000000;
    opacity: 0.8;
    max-width: 39rem;
    margin-bottom: 1.6rem;
}

.howworks__content button {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 1.6rem 1.2rem;
    background: #1f1e7b;
    border-radius: 12rem;
    border: none;
    cursor: pointer;
}

.offers {
    width: 100%;
    padding: 0;
    padding-top: 2rem;
}

.offers__content {
    width: 100%;
    max-width: 112.4rem;
    margin: 0 auto;
    padding: 4.6rem 0;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offers__block {
    display: flex;
    align-items: center;
}

.offers__block-img {
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2f8ff;
}

.categories {
    width: 100%;
    padding: 5rem 0 36.5rem;
}

.categories__content {
    background-color: #131327;
    height: 45.9rem;
    padding: 6.1rem 8.3rem 0;
}

.categories__content h3 {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 1.6rem;
}

.categories__content h1 {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 4.8rem;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 1.6rem;
}

.categories__content h1 img {
    position: absolute;
}

.categories__content p {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
    opacity: 0.8;
    max-width: 67rem;
    margin-bottom: 4.2rem;
}

.categories__cards {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.categories__card {
    max-width: 35.5rem;
    width: 100%;
}

.categories__card-img {
    width: 100%;
    height: 21.2rem;
}

.categories__card-img img {
    width: 100%;
    height: 21.2rem;
}

.categories__card-info {
  padding: 2.8rem 3.3rem;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 0px 0px 0.8rem 0.8rem;
  height: 29.6rem;
  position: relative;
}

.categories__card-flags {
  margin-bottom: 2rem;
}

.categories__card-title {
  font-family: "Gilroy" !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 3.2rem !important;
  line-height: 3.6rem !important;
  letter-spacing: 0.02em !important;
  color: #131327 !important;
  margin-bottom: 0.5rem;
}

.categories__card-text {
  font-family: "Gilroy" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 1.4rem !important;
  line-height: 2rem !important;
  letter-spacing: 0.02em !important;
  color: #1f1e7b !important;
}

.categories__card-link {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  color: #1f1e7b;
  border-bottom: 0.2rem solid #0072ff;
  text-decoration: none;
  position: absolute;
  bottom: 7%;
  left: 3.3rem;
  text-transform: capitalize;
}

.video {
  width: 100%;
  background: #131327;
  padding: 6.5rem 0 8.8rem;
}

.video__content {
  padding: 0 5rem;
}

.video__content h1 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 5.4rem;
  text-transform: uppercase;
  color: #b5d6ff;
  margin-bottom: 3.7rem;
}

.video__content h1 span {
    color: #ffffff;
}

.categories .video {
    width: 100%;
    background: #131327;
    padding: 6.5rem 0 8.8rem;
}

.video__content {
    padding: 0 5rem;
}





.video__container {
    background-image: url("../images/video__back.webp");
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 66.1rem;
    background-size: cover;
    margin-bottom: 2.7rem;
    background-position: center;
}

.video__container img {
    cursor: pointer;
}

.video__container img:hover {
    transform: scale(1.1);
}

.video__info {
    display: flex;
    justify-content: space-between;
}

.video__info p {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
    opacity: 0.8;
    max-width: 62.5rem;
}

.video__info button {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 1.5rem 1.6rem;
    border: 0.1rem solid #b5d6ff;
    border-radius: 12rem;
    background: none;
    cursor: pointer;
}

.discover {
    width: 100%;
    padding: 5.3rem 0 4.3rem;
}

.discover__content {
    width: 100%;
    padding: 0 5rem;
}

.discover__flex {
    background: #fedee2;
    border-radius: 0.8rem;
    padding: 3.6rem;
    width: 100%;
}

.discover__flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.discover__info {
    max-width: 55.2rem;
}

.discover__info h3 {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: 0.02em;
    color: #00001e;
    margin-bottom: 1.1rem;
}

.discover__info h1 {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.8rem;
    letter-spacing: 0.02em;
    color: #00001e;
    margin-bottom: 1.9rem;
}

.discover__info p {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #00001e;
    opacity: 0.8;
    margin-bottom: 1.3rem;
}

.discover__timer p {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.02em;
    color: #00001e;
    opacity: 0.6;
    margin-bottom: 1.4rem;
    text-align: right;
}

.discover__timer-parts {
    display: flex;
    align-items: center;
}

.discover__timer-part {
    padding: 0 1.6rem;
    border-left: 0.1rem solid #000000;
}

.discover__timer-part:first-child {
    border-left: 0;
}

.discover__timer-part:last-child {
    border-right: 0;
}

.discover__timer-part h1 {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 3.6rem;
    color: #00001e;
    margin-bottom: 0.4rem;
}

.discover__timer-part h2 {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #00001e;
}

.discover__input {
    width: 32.4rem;
    height: 4.8rem;
    background: #ffffff;
    border-radius: 12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.7rem 1.6rem;
}

.discover__input input {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.6;
    border: none;
    height: 2rem;
}

.discover__input input:focus {
    outline: none;
}

.discover__input button {
    border: none;
    background: none;
    cursor: pointer;
}

strong {
    font-weight: bold !important;
}

.partners {
    width: 100%;
    padding: 4.3rem 0 3.9rem;
}

.partners__content h1 {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.04em;
    color: #1f1e7b;
    text-align: center;
    margin-bottom: 3.2rem;
}

.partners__content div {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.banner {
    background: #0072ff;
    padding: 2rem 0;
    overflow: hidden;
    display: flex;
}

.banner p {
    display: inline-block;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    font-size: 4.4rem;
    line-height: 6.4rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
}


.banner p {
    -webkit-animation: marquee 40s linear infinite;
    animation: marquee 40s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.footer {
    width: 100%;
    background-image: url("../images/footer-back.png");
    background-color: #fefefe;
    background-size: cover;
}

.footer__content {
    padding: 5.3rem 5rem 3.3rem;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom:6rem;
}

.footer__logo {
    margin-right: 5.5rem;
}

.footer__info h1 {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 3.6rem;
    color: #0072ff;
    margin-bottom: 0.8rem;
}

.footer__info h1 span {
    color: #00001e;
}

.footer__top-left {
    display: flex;
    gap: 3rem;
}

.footer__info p {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #00001e;
    opacity: 0.8;
    max-width: 35.8rem;
}

.footer__top-right h2 {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #00001e;
    margin-bottom: 2rem;
}

.footer__top-links {
    display: flex;
    gap: 6.4rem;
    margin-bottom: 5.3rem;
}

.footer__top-links a {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #00001e;
    text-decoration: none;
}

.footer__top-links li {
    margin-bottom: 1.2rem;
}

.footer__center {
    border-top: 0.1rem solid #00001e;
    border-bottom: 0.1rem solid #00001e;
    padding: 1.7rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.8rem;
    gap: 3rem;
}

.footer__socials {
    display: flex;
    align-items: center;
}

.footer__socials h1 {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #00001e;
    margin-right: 1.6rem;
}

.footer__socials a {
    margin-right: 0.8rem;
}

.footer__socials .icons img {
    max-width: 3.2rem;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__bottom h4 {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #000000;
}

.footer__bottom a {
    text-decoration: none;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #636363;
}

.footer__addon {
    display: flex;
    align-items: center;
    gap:10rem;
    /*margin-top: -8rem;*/
}

.footer__addon p {
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-left: 1rem;
}

.header__menu-btn {
    display: none;
    margin-top: 10px;
    font-size: 24px;
    cursor: pointer;
}

.header__menu {
    width: 0;
    height: 100vh;
    background-color: #ffffff;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: all 0.1rem;
}

.header__menu.active {
    width: 100vw;
    transition: all 0.1rem;
}

.header__menu-nav {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 5rem;
}

.header__menu-nav a {
    font-size: 2rem;
}

.header__menu-exit {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2.4rem;
    cursor: pointer;
}

.header__menu-auth {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.header__menu-auth button {
    width: 100%;
    font-size: 2rem;
}

.offer__block {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.offer__block p {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000000;
}

.offer__block img {
    margin-right: 0.8rem;
}

.footer__socials div {
    display: flex;
    align-items: center;
}

.footer__18 {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}

.footer__18 img {
    margin-right: 1rem;
}

.footer__18 p {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5rem;
    color: #00001e;
}

.footer__18.mobile {
    display: none;
}

.nav__back {
    position: absolute;
    left: 0;
    top: 0;
}

.nav {
    position: relative;
}


/*Additional Code Here */

.int__card {
    width: 30.8rem;
    height: 40rem;
    position: relative;
}

.int__card {
    padding: 2.9rem 2.7rem 2.5rem;
    border-radius: 0.8rem;
    position: relative;
}

.swiper-slide:first-child .int__card {
    background-color: #F3CFC4;
    background-image: url("../images/int__card1.png");
    opacity: 0.5;
}

.swiper-slide:nth-child(2) .int__card {
    background-color: #C4E5F3;
    background-image: url("../images/int__card2.png");
}

.swiper-slide:nth-child(3) .int__card {
    background-color: #F0F3C4;
    background-image: url("../images/int__card3.png");
    opacity: 0.5;
}

.swiper-slide:last-child .int__card {
    background-color: #F3E0C4;
    background-image: url("../images/int__card4.png");
    opacity: 0.5;
}

.national__card {
    width: 30.8rem;
    height: 40rem;
    position: relative;
}

.national__card {
    padding: 2.9rem 2.7rem 2.5rem;
    border-radius: 0.8rem;
    position: relative;
}

.swiper-slide:first-child .national__card {
    background-color: #C4F3D7;
    background-image: url("../images/national__card1.png");
    opacity: 0.5;
}

.swiper-slide:nth-child(2) .national__card {
    background-color: #C4EEF3;
    background-image: url("../images/national__card2.png");
}

.swiper-slide:nth-child(3) .national__card {
    background-color: #F3C4DD;
    background-image: url("../images/national__card3.png");
    opacity: 0.5;
}

.swiper-slide:last-child .national__card {
    background-color: #c4f3d7;
    background-image: url("../images/national__card4.png");
    opacity: 0.5;
}


.travel__card {
    width: 30.8rem;
    height: 40rem;
    position: relative;
}

.travel__card {
    padding: 2.9rem 2.7rem 2.5rem;
    border-radius: 0.8rem;
    position: relative;
}

.swiper-slide:first-child .travel__card {
    background-color: #F3CFC4;
    background-image: url("../images/travel__qa.png");
}

.swiper-slide:nth-child(2) .travel__card {
    background-color: #C4E5F3;
    background-image: url("../images/travel__ba.png");
}

.swiper-slide:nth-child(3) .travel__card {
    background-color: #F0F3C4;
    background-image: url("../images/travel__se.png");
}

.swiper-slide:last-child .travel__card {
    background-color: #F3E0C4;
    background-image: url("../images/travel__ma.png");
}

.int__card {
    width: 30.8rem;
    height: 40rem;
    position: relative;
}

.int__card {
    padding: 2.9rem 2.7rem 2.5rem;
    border-radius: 0.8rem;
    position: relative;
}

.national__card {
    width: 30.8rem;
    height: 40rem;
    position: relative;
}

.national__card {
    padding: 2.9rem 2.7rem 2.5rem;
    border-radius: 0.8rem;
    position: relative;
}

.travel__card {
    width: 30.8rem;
    height: 40rem;
    position: relative;
}

.travel__card {
    padding: 2.9rem 2.7rem 2.5rem;
    border-radius: 0.8rem;
    position: relative;
}

.howworks__title img {
    max-height: 4.5rem;
}

#intArrowright {
    width: 3rem !important;
    height: 3rem !important;
    border: 0.3rem solid black !important;
    border-radius: 50% !important;
    top: 5.4rem !important;
    left: 31rem !important;
}

#intArrowright::after {
    content: "" !important;
}

#intArrowleft {
    width: 3rem !important;
    height: 3rem !important;
    border: 0.3rem solid black !important;
    border-radius: 50% !important;
    top: 5.4rem !important;
    left: 27.5rem !important;
}

#intArrowleft::after {
    content: "" !important;
}

#intArrowleft img {
    transform: rotateY(180deg);
}

#natArrowright {
    top: 5.4rem !important;
    left: 24.5rem !important;
}

#natArrowleft {
    top: 5.4rem !important;
    left: 21rem !important;
}

#travArrowright {
    top: 5.4rem !important;
    left: 22rem !important;
}

#travArrowleft {
    top: 5.4rem !important;
    left: 18.5rem !important;
}

#paybtn {
    text-decoration: none;
}

.headedText {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 1.2rem;
}

.middleLine {
    display: flex;
    border: 0.2rem dashed rgba(31, 30, 123, 0.6);
    height: 42rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 0.2rem;
    border-radius: 1rem;
}

.middleLine::before {
    content: "";
    display: block;
    width: 0.6rem;
    height: 46.9rem;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
}

.mainText {
    max-width: 40rem;
}

.mainText p {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #0072FF;
    margin-bottom: 1.2rem;
}

.howgames__row {
    align-items: flex-start !important;
}

.mainText span {
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.howtoPlay {
    width: 100%;
    padding: 4.5rem 0 0rem;
}

.mainheaderText {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4.5rem;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
    margin-bottom: 2.2rem;
}

.after_header {
    width: 100%;
    height: 40rem;
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.banner_center {
    width: 80%;
    height: 100%;
    align-items: center;
}

.banner_center1 {
    width: 80%;
    height: 100%;
    align-items: center;
}

.before_footer {
    margin-bottom: 5rem;
}

.bnaer_header_show {
    background-image: url(../images/head_bg_a.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: top;
    justify-content: end;
}

.baner_text {
    width: 45%;
    padding-right: 3rem;
}

.baner_text1 {
    width: 45%;
    padding-right: 4rem;
}

#bnar_headin {
    font-style: normal;
    font-weight: 800;
    font-size: 3.6rem;
    line-height: 4.5rem;
    color: white;
    text-transform: capitalize;
}

#ban_para {
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    color: white;
    line-height: 2.4rem;
}

#bnar_headin1 {
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.8rem;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
    text-shadow: 0px 0.4rem 0.8rem rgba(0, 0, 0, 0.15);
}

#ban_para1 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    color: #00001E;
}

.mob_header_af {
    width: 100%;
    justify-content: center;
    height: 30rem;
    margin-top: 5rem;
}

#mob_txxt {
    text-align: center;
    height: 20rem;
    padding-top: 2rem;
}

#mob_img {
    height: 20rem;
    display: flex;
    justify-content: center;
}

#mob_img img {
    height: 100%;
}

.center {
    width: 90%;
    background-image: url(../images/mob_bg.png);
}

.mob_header_af {
    display: none;
}

.foter_bg {
    background-image: url(../images/ft_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: top;
    justify-content: end;
}

.co {
    color: black !important;
}

.btn_div {
    display: flex;
    justify-content: end;
}

.join_btn {
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0.8rem 1.6rem;
    background: #00001e;
    border-radius: 1.2rem;
    border: none;
    cursor: pointer;
    margin-right: 1.5rem;
}

.join_btn1 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-transform: uppercase;
    color: #ffffff;
    padding: 1rem 2rem;
    background: #1F1E7B;
    border-radius: 1.2rem;
    border: none;
    cursor: pointer;
    margin-right: 1.5rem;
}

#nav_res {
    background-image: url(../images/nave_res.png);
}

#foter_join {
    background: #1F1E7B;
    margin-top: 3rem;
}

.foter_bg2 {
    background: #0072FF;
    position: relative;
    display: flex;
    background-image: url(/frontend/new_assets/images/footer_banner1.png);
    background-repeat: no-repeat;
    justify-content: space-between;
    align-items: center;
    background-position: 80% 50%;
}

.left_p {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 4rem;
}

.howworkbanner1 {
    width: 100%;
    height: 30rem;
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.howworkbanner1 h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 4rem;
    color: white;
    text-transform: capitalize;
}

.howworkbanner {
    width: 100%;
    height: 30rem;
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.howworkbannerleft {
    flex: 0 0 50%;
    position: relative;
    background-image: url(/frontend/new_assets/images/card_img.png);
    background-size: cover;
    background-position: center;
}

.howworkbannerright {
    flex: 0 0 50%;
    position: relative;
}

.howworkbannerright .content {
    position: relative;
    z-index: 1;
    padding-right: 3.5rem;
    padding-left: 4.5rem;
}

.right_p {
    width: 50%;
    display: flex;
    align-items: end;
}

.im-t {
    width: 8.2rem;
    position: relative;
    right: 2.6rem;
}

.im-o {
    width: 4.5rem;
    height: 8.5rem;
}

#fo_para {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: white;
}

.foter_bg3 {
    background: #1F1E7B;
    position: relative;
    display: flex;
    background-image: url(/frontend/new_assets/images/card_img.png);
    background-repeat: no-repeat;
    justify-content: space-between;
    align-items: center;
    background-position: -25% 0%;
}

.l_img {
    height: 100%;
    width: 100%;
}

.para {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-transform: capitalize;
    color: #FFFFFF;
}

.btn_sb {
    background: transparent;
    border: 0.1rem solid #B5D6FF;
    outline: none;
    border-radius: 2rem;
    color: white;
    padding: 1rem;
    font-size: 1.5rem;
}

/**************************/
/* BELOW 900px */
/**************************/
@media(max-width: 56.25em) {
    .banner_center {
        width: 100%;
        position: relative;
    }

    .banner_center:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .baner_text {
        width: 100%;
        position: relative;
        z-index: 1;
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .banner_center1 {
        width: 100%;
        position: relative;
    }
    
    .intro .container {
        padding: 1rem !important;
    }
    
    .trending .container {
        padding: 2rem !important;
    }
    
    .howworks__banner-info{
        /*width: 100% !important;*/
    }
    
    .howworks .container {
        padding: 2rem !important;
    }
    
    
    .banner_center1:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .baner_text1 {
        width: 100%;
        position: relative;
        z-index: 1;
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .howworkbannerleft {
        flex: none;
    }

    .howworkbannerright {
        flex: 0 0 100%;
        position: relative;
    }
    
    .discover .container {
        padding: 0rem;
    }

    #ban_para1 {
        color: #ffffff;
    }

    .mob_header_af {
        display: flex;
    }

    .before_footer {
        display: flex !important;
    }

    #footer_bn {
        width: 90%;
    }

    .co {
        color: white !important;
    }

    .footer_bn_had {
        color: black !important;
    }

    #bnar_headin {
        font-size: 2.3rem;
        line-height: 3rem;
    }

    #ban_para {
        font-size: 1.6rem;
    }

    #mob_txxt {
        padding: 0.9rem;
    }
    
    .footer__addon {
        display:flex;
        flex-direction: row;
        gap: 4rem !important;
    }

    .foter_bg,
    .nav__resplay {
        background-position: left;
    }

    .foter_bg2 {
        flex-direction: column;
    }

    .foter_bg3 {
        padding: 2rem;
    }

    .left_p,
    .right_p {
        width: 100% !important;
        z-index: 1;
    }

    .rr {
        display: none;
    }

    .agent-fo {
        height: auto;
    }
}

/*Become an Agent Ends*/

/**************************/
/* BELOW 1200px (Landscape Tablets) */
/**************************/

@media (max-width: 75em) {

    /* Your CSS styles for screens up to 1200px wide */
    .howworks__banner {
        flex-direction: column;
        gap: 3rem;
        align-items: center;
    }

    .howworks__content {
        padding: 0px;
    }

    .howworks__title {
        font-size: 5.4rem;
        text-align: center;
    }

    .howworks__banner-info {
        text-align: center;
    }

    .howworks__content p {
        max-width: 75rem;
        font-size: 1.2rem;
    }

    .categories {
        padding-bottom: 6rem;
    }

    .categories__content {
        height: auto;
         padding: 2.1rem 2.3rem 3rem;
    }

    .categories__cards {
        /*flex-direction: column;*/
        gap: 2rem;
        align-items: center;
    }

    .categories__card-info {
        background-color: #ffffff;
        
    }

    .footer__top {
        flex-direction: row;
        margin-bottom: 1rem !important;
    }

    .footer__center {
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .footer__addon {
        margin-top:-4rem !important;
        gap: 8rem;
    }
    
    .footer__addon .trustSafety img,.footer__addon .paymentMethods img {
        height: 8rem;
        width: auto;
    }
    
    .footer__center {
        display: flex;
        flex-direction: row;
    }
}


@media (max-width: 62.5em) {
    /* Your CSS styles for screens up to 992px wide */

    .header__nav,
    .header__auth {
        display: none;
    }

    .header__menu-btn {
        display: block;
    }

    .header__menu-btn-auth {
        margin-right: -25%;
    }

    .intro__slide-title {
        font-size: 4.8rem;
        text-transform: uppercase;
    }

    .intro__slide {
        padding: 4.5rem 3rem;
        background-position: 8.5rem 0;
    }

    .nav__additional {
        display: none;
    }

    .howworks__content {
        padding: 0;
    }

    .howworks__content p {
        /*max-width: 7.5rem;*/
        font-size: 1.6rem;
    }

    .howworks {
        padding: 1rem 0;
    }

    .howworks__title {
        font-size: 4.4rem;
        line-height: 4.4rem;
        text-align: center;
    }

    .howworks__banner-info {
        text-align: center;
    }

    .discover__info {
        text-align: center;
    }

    .discover__timer p {
        text-align: center;
    }

    .discover__input {
        width: 100%;
    }

    .video__content {
        text-align: center;
    }

    .offers__content {
        justify-content: center;
        display: flex;
        flex-wrap:wrap;
        /*grid-template-columns: 4.5rem 4.5rem;*/
        gap: 2.5rem;
    }

    .offer__block {
        max-width: 38rem;
        align-items: start;
    }

    .categories {
        padding-top: 0;
        padding-bottom: 5rem;
        background: #131327;
    }

    .categories__content h1 {
        margin-bottom: 1rem;
        font-size: 2.4rem !important;
        line-height: 2.6rem !important;
    }

    .categories__content h1 img {
        display: none;
    }

    .categories__content h3 {
        margin-bottom: 0.5rem;
    }

    .categories__content {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .categories__cards {
        flex-direction: inherit;
        gap: 1.5rem;
        align-items: center;
    }

    .categories__card-info {
        padding-right: 4.5rem;
        text-align: start;
    }

    .categories__card-title {
        font-size: 2.6rem !important;
        line-height: 2.6rem !important;
        margin-bottom: 1.4rem;
        color: #00001E;
    }

    .categories__card-flags {
        margin-bottom: 1.5rem;
    }

    .categories__content p {
        padding: 0;
        max-width: none;
    }

    .video__container {
        height: 50rem;
    }

    .video__info {
        flex-direction: column;
        gap: 3rem;
        align-items: center;
    }
    
    .video__content {
        padding: 0 2rem;
    }

    .discover__flex {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }
    
    .discover__content {
        padding: 0 2rem !important;
    }

    .categories__content {
        padding: 6.1rem 0 3rem;
        text-align: center;
    }

    .middleLine {
        display: none;
    }

    .howgames__row {
        align-items: center !important;
    }

    .mainText {
        max-width: 100%;
        text-align: center;
    }

    .howgames__row p {
        max-width: 100% !important;
    }

    .howgames__row img {
        max-width: 80% !important;
    }

    #turnMobile {
        flex-direction: column-reverse;
    }

    .footer__socials {
        flex-direction: column;
        align-items: center;
    }
    
    .footer__info h1 {
        font-size: 2.8rem;
    }
    
    .footer__addon {
        display: flex;
        flex-direction: row;
        gap: 3.5rem !important
    }

    .footer__info p {
        font-size: 1.4rem;
        max-width: 100%;
    }

    .footer__top-right {
        text-align: center;
    }

    .footer__top-links {
        justify-content: space-between;
    }

    .footer__top-links ul {
        text-align: start;
    }

    .footer__top-left {
        width: 50%;
        text-align: center;
        flex-direction: column;
    }

    .footer__content {
        padding: 5.3rem 0rem 3.3rem;
    }

    .footer__18 {
        display: none;
    }

    .footer__18.mobile {
        display: flex;
        margin-bottom: 0;
    }

    .left_p {
        width: 6.5rem;
    }

    .foter_bg3 {
        background-position: -20rem 50%;
    }

    .foter_bg2 {
        background-position: -13.5rem 50%;
    }
    
}


    @media (max-width: 50em) {

        /* Your styles for max-width: 768px */
        .header__menu-btn-auth {
            display: none;
            margin-right: -10%;
        }

        .intro__slide-title {
            font-size: 4.8rem;
        }

        .intro__slide {
            padding: 4.5rem 3rem;
            background-position: 85% 0;
        }

        .trending__content {
            padding: 6rem 0;
        }

        .offers__content {
            grid-template-columns: 45% 45%;
            gap: 2rem;
        }

        .offer__block {
            max-width: 28rem;
        }

        .howworks__content {
            padding: 0;
        }

        .howworks__content p {
            max-width: 55rem;
        }

        .howworks {
            padding: 1rem 0;
        }

        .categories__card {
            /*max-width: 4rem;*/
            /*width: 10rem;*/
        }

        .categories__cards {
            gap: 1rem;
            align-items: center;
        }

        .categories {
            padding-top: 0;
            padding-bottom: 5rem;
            background: #131327;
        }
        
        .categories .container {
            padding: 0 1.8rem;
        }

        .categories__content h1 {
            margin-bottom: 0.5rem;
            font-size: 1.8rem !important;
            line-height: 2rem !important;
        }

        .categories__card-info {
            padding-right: 1rem;
            padding-left: 1rem;
            text-align: start;
        }
        
        .categories__card-text {
             font-size: 1.4rem !important;
            line-height: 2.3rem !important;
        }
        .categories__content h3 {
            margin-bottom: 0.5rem;
        }

        .categories__content {
            padding-right: 2rem;
            padding-left: 2rem;
        }

        .categories__card-title {
            font-size: 2.6rem !important;
            line-height: 2.6rem !important;
            margin-bottom: 1.4rem;
        }

        .categories__card-text {
            /*font-size: 8%;*/
            line-height: 2.5rem !important;
        }

        .categories__card-flags {
            margin-bottom: 1rem;
        }

        .categories__content p {
            padding: 0;
        }


        .discover__content {
            padding: 0;
        }


        .categories__content h1 img {
            display: none;
        }

        .video {
            background: #131327;
            padding-top: 4.5rem;
            padding-bottom: 1.5rem;
        }

        .video__container {
            height: 40rem;
            border-radius: 0.8rem;
        }

        .video__content {
            padding-top: 4rem;
            padding-bottom: 5rem;
            background: #F2F8FF;
            border-radius: 0.8rem;
        }

        .video__content h1 {
            font-size: 3.2rem;
            color: #0072FF;
            line-height: 3.4rem;
            margin-bottom: 2rem;
        }

        .video__content h1 span {
            color: #1F1E7B !important;
        }

        .video__info p {
            color: #00001E;
        }

        .video__info button {
            font-size: 1.2rem;
            border: 0.1rem solid #1F1E7B;
            border-radius: 12rem;
            color: #1F1E7B;
        }

        .nav__content {
            text-align: center;
            justify-content: center;
            letter-spacing: 0.02em;
        }

        .coming__content img {
            max-width: 95%;
        }

        .coming__content h1 {
            text-align: center;
        }

        .baner_text {
            width: 100%;
            padding-right: 2rem;
            padding-left: 2rem;
        }

        .howworkbannerright .content {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }
        
        
        .footer__top {
            display: flex;
            flex-direction: column;
        }
        
        .footer__top-links ul li a {
            
            font-size: 1.7rem !important;
        }
        
        .footer__info p {
    font-size: 1.7rem;
    max-width: 100%;
}
        
        .footer__top-left {
            width:100% !important;
        }
        
        .footer__top-right {
            
        }
        
        .footer__top-links {
            justify-content: center;
        }
        
        .footer__addon {
            display:flex;
            flex-direction: column;
            gap:2rem;
            align-items: center;
        }
        
        .footer__addon p {
            text-align: center;
        }

    }

    @media (max-width: 46.875em) {
        .nav {
            background: #1F1E7B;
            padding: 3rem 0;
        }

        #intArrowright {
            width: 3rem !important;
            height: 3rem !important;
            border: 0.3rem solid black !important;
            border-radius: 50% !important;
            top: 5.4rem !important;
            left: 22rem !important;
        }

        #intArrowright::after {
            content: "" !important;
        }

        #intArrowleft {
            width: 3rem !important;
            height: 3rem !important;
            border: 0.3rem solid black !important;
            border-radius: 50% !important;
            top: 5.4rem !important;
            left: 18rem !important;
        }

        #natArrowright {
            left: 19rem !important;
        }

        #natArrowleft {
            left: 15rem !important;
        }

        #travArrowright {
            left: 19rem !important;
        }

        #travArrowleft {
            left: 15rem !important;
        }

        .intro__slide-title {
            font-size: 3.4rem;
            margin-bottom: 2rem;
        }

        .intro__slide-text {
            font-size: 1.4rem;
            line-height: 2rem;
        }

        .trending__content {
            padding: 0rem 0;
        }

        .intro .container {
            padding: 0rem;
        }

        .offers__content {
            grid-template-columns: 4.5rem 4.5rem;
        }

        .intro__slide-title img {
            width: 2.4rem;
            height: 2.4rem;
        }

   /*
        .header__login-btn {
            display: none;
        }
    */

        .howworks {
            padding: 0rem 0;
        }

        .howworks__title {
            font-weight: 700;
            font-size: 2.6rem;
            line-height: 3.4rem;
            text-align: center;
        }

        .howworks__banner-info {
            font-weight: 500;
            font-size: 1.4rem;
            line-height: 2rem;
            text-align: center;
        }

        .howworks__title img {
            width: 3rem;
            height: 3rem;
            display: none;
        }

        .howworks__banner {
            gap: 1rem;
            padding: 3.3rem 3rem 3.3rem 3rem;
        }

        .categories {
            padding-top: 0px !important;
            padding-bottom: 5rem !important;
            background: #131327;
        }

        .categories__content h1 {
            font-size: 2.4rem !important;
            line-height: 2.6rem !important;
        }

        .categories__card {
            max-width: 48%;
            border-radius: 2rem;
        }

        .categories__cards {
            display: flex !important;
            gap: 2rem ;
             flex-direction: row ;
            flex-wrap: wrap ;
        }

        .categories__card-info {
            padding-right: 2.5rem;
            text-align: start;
            padding-left: 2.5rem;
            max-height: 25rem;
        }

        .categories__content h3 {
            margin-bottom: 0.5rem;
        }

        .categories__content {
            /*padding-right: 2rem;*/
            /*padding-left: 2rem;*/
        }

        .categories__card-title {
            font-size: 2.6rem !important;
            margin-bottom: 1.4rem;
        }

        .categories__content p {}

        .categories__card-flags {
            margin-bottom: 1.5rem;
        }

        .video {
            background: #FFFFFF;
            padding-top: 4.5rem;
            padding-bottom: 1.5rem;
        }

        .video__container {
            height: 20.6rem;
            border-radius: 0.8rem;
        }

        .video__content {
            padding-top: 2rem;
            padding-bottom: 5rem;
            background: #F2F8FF;
            border-radius: 0.8rem;
        }

        .video__content h1 {
            font-size: 2.2rem;
            color: #0072FF;
            line-height: 2.5rem;
            margin-bottom: 2rem;
        }

        .video__content h1 span {
            color: #1F1E7B !important;
        }

        .video__info p {
            color: #00001E;
        }

        .video__info button {
            font-size: 1.2rem;
            border: 0.1rem solid #1F1E7B;
            border-radius: 12rem;
            color: #1F1E7B;
        }

        .container {
            padding: 0rem 1.5rem;
            width: 100%;
            margin: 0 auto;
        }

        .discover {
            background: #fedee2;
            padding-top: 0.5rem;
            margin-bottom: 4rem;
            margin-top: 4rem;
            padding-bottom: 1rem;
        }

        .discover__info h3 {
            font-size: 1.2rem;
            margin-bottom: 0rem;
        }

        .discover__info h1 {
            font-size: 2.2rem;
            margin-bottom: 0.5rem;
            line-height: 2.5rem;
        }

        .discover__info p {
            font-size: 1.2rem;
            line-height: 1.8rem;
        }

        .discover__info {
            width: 100%;
        }

        .discover__input {
            width: 100%;
        }

        .discover__timer-part h1 {
            font-size: 2.4rem;
        }

        .discover__timer-part h2 {
            font-size: 1rem;
        }

        .partners {
            padding-top: 0px;
            padding-bottom: 2rem;
        }

        .banner {
            padding: 0.5rem 0;
        }

        .banner p {
            font-size: 2.8rem;
        }

        .intro__slide button {
            font-size: 1rem;
        }

        .intro__slide {
            background-size: cover;
            background-position: 65% 0px;
            background-repeat: no-repeat;
            border-radius: 0px;
        }

        .intro__slide::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.3);
            /* Adjust the opacity and color as needed */
            z-index: 0;
            border-radius: 0px;
        }

        .intro__slide-title {
            line-height: 4.1rem;
            max-width: 26.7rem;
            text-transform: uppercase;
        }

        .intro__slide-content {
            position: relative;
            z-index: 1;
        }

        .Sliderbutton {
            display: flex;
            font-size: 1.2rem;
        }

        .nav__info h1 {
            font-size: 2.4rem;
            margin-bottom: 0px;
            color: white !important;
        }

        .trending__title {
            font-size: 1.6rem;
        }

        .swiper-button-prev {
            left: 15.2rem !important;
            top: 5.2rem !important;
        }

        .swiper-button-next {
            left: 19rem !important;
            top: 5.2rem !important;
        }

        .trending__card-title {
            font-size: 2.4rem;
        }

        .header__register-btn {
            display: none;
        }

        .footer__info h1 {
            font-size: 2rem;
            line-height: 2.4rem;
        }

        .footer__info p {
            font-size: 1.4rem;
        }

        .footer__top-links {
            flex-direction: row;
            gap: 0.5rem;
            justify-content: space-evenly;
        }

        .footer__socials {
            flex-direction: column;
            gap: 1rem;
        }

        .footer__bottom {
            flex-direction: column;
            gap: 1rem;
        }

        .footer__top-links a {
            font-size: 1.2rem;
        }

        .footer__18 p {
            font-size: 1.2rem;
        }

        .intro__slide button:first-child {
            margin-bottom: 1.5rem;
        }

        .footer__center {
            gap: 1rem;
        }

        .footer__addon {
            /*margin-top: 0px;*/
            display: flex;
            flex-direction: column;
        }
        
        .footer__addon .trustSafety,
        .footer__addon .paymentMethods {
            display: flex;
            flex-direction: column;
             align-items: center;
            justify-content: center;
             text-align: center;
            
        }
        

        .footer__addon img {
            max-width: 80%;
        }

    }

    @media (max-width: 25rem) {
        /* 400px screen */

        .nav__info h1 {
            font-size: 1.6rem;
        }

        .categories {
            padding-top: 0;
            padding-bottom: 5rem;
            background: #131327;
        }

        .categories__content h1 {
            font-size: 1.6rem;
            line-height: 2rem;
        }

        .categories__card {
            max-width: 9rem;
        }

        .categories__cards {
            flex-direction: column;
            gap: 1.5rem;
            align-items: center;
        }

        .categories__card-info {
            padding-right: 2rem;
            text-align: start;
            padding-left: 2rem;
            max-height: 25rem;
        }

        .categories__content h3 {
            margin-bottom: 0.5rem;
        }

        .categories__content {
            padding-right: 2rem;
            padding-left: 2rem;
        }

        .categories__card-title {
            font-size: 2.6rem;
            margin-bottom: 1.4rem;
        }

        .categories__card-link {
            left: 2rem;
        }

        .categories__card-flags {
            margin-bottom: 1.5rem;
        }
        
        .video {
            width: 100% !important;
            background-color: #f2f8ff;
        }
        
        .video .container {
            width: 100% !important;
            background-color: #f2f8ff;
            padding: 4rem 0;
        }
        
        .video__info {
            padding: 3rem 0;
        }
        
        .video__info p{
            font-size:1.4rem;
        }

        .footer__addon p {
            font-size: 1.4rem;
        }
        
        .footer__center{
            display: flex;
            flex-direction: column;
        }

    }


@media (max-width: 48em) {
     /* Your CSS styles for screens up to 768px wide */
     
    .header__menu-btn-auth {
    margin-right: -10%;
}

  .intro__slide-title {
  font-size: 4.8rem;
}

.intro__slide {
  padding: 4.5rem 3rem;
  background-position: 8.5% 0rem;
}

.trending__content {
  padding: 6rem 0;
}

.offers__content {
  grid-template-columns: 4.5rem 4.5rem;
  gap: 2rem;
}

.offer__block {
  max-width: 28rem;
}

.howworks__content {
  padding: 0;
}

.howworks__content p {
  max-width: 55rem;
}

.howworks {
  padding: 1rem 0;
}

.categories__card {
  max-width: 100%;
  width: 100%;
}

.categories__cards {
   display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.categories {
  padding-top: 0;
  padding-bottom: 5rem;
  background: #131327;
}

.categories__content h1 {
  margin-bottom: 0.5rem;
  font-size: 1.8rem !important;
  line-height: 2rem !important;
}

.categories__card-info {

  padding-right: 1rem;
  padding-left: 1rem;
  text-align: start;
}

.categories__content h3 {
  margin-bottom: 0.5rem;
}

.categories__content {
  padding-right: 2rem;
  padding-left: 2rem;
}

.categories__card-title {
  font-size: 2.6rem !important;
  line-height: 2.6rem !important;
  margin-bottom: 1.4rem;
}

.categories__card-text {
  font-weight:600 !important;
  font-size: 1.4rem !important;
  line-height: 2rem !important;
}

.categories__card-flags {
  margin-bottom: 1rem;
}

.categories__content p {
  padding: 0;
}

.discover__content {
  padding: 0;
}

.categories__content h1 img {
  display: none;
}

.video {
  background: #FFFFFF;
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
}

.video__container {
  height: 40rem;
  border-radius: 0.8rem;
}

.video__content {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: #F2F8FF;
  border-radius: 0.8rem;
}

.video__content h1 {
  font-size: 3.2rem;
  color: #0072FF;
  line-height: 3.4rem;
  margin-bottom: 2rem;
}

.video__content h1 span {
  color: #1F1E7B !important;
}

.video__info p {
  color: #00001E;
}

.video__info button {
  font-size: 1.2rem;
  border: 0.1rem solid #1F1E7B;
  border-radius: 12rem;
  color: #1F1E7B;
}

.nav__content {
  text-align: center;
  justify-content: center;
  letter-spacing: 0.02em;
}

.coming__content img {
  max-width: 9.5rem;
}

.coming__content h1 {
  text-align: center;
}

.baner_text {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

.howworkbannerright .content {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}


}

@media (max-width: 37.5em) {
  .nav {
    background: #1F1E7B;
    padding: 3rem 0;
  }
      #intArrowright {
    width: 3rem !important;
    height: 3rem !important;
    border: 0.3rem solid black !important;
    border-radius: 50% !important;
    top: 5.4rem !important;
    left: 22rem !important;
  }
  
  #intArrowright::after {
    content: "" !important;
  }
  
  #intArrowleft {
    width: 3rem !important;
    height: 3rem !important;
    border: 0.3rem solid black !important;
    border-radius: 50% !important;
    top: 5.4rem !important;
    left: 18rem !important;
  }
   #natArrowright {
    left: 19rem !important;
    }
   #natArrowleft {
    left: 15rem !important;
   }
   #travArrowright {
    left: 19rem !important;
    }
   #travArrowleft {
    left: 15rem !important;
   }
      
    .intro__slide-title {
      font-size: 3.4rem;
      margin-bottom: 2rem;
    }
  
    .intro__slide-text {
      font-size: 1.4rem;
      line-height: 2rem;
    }
  
  .trending__content {
      padding: 0px 0;
  }
  
  .intro .container {
      padding: 0px;
    }
    
    .offers__content {
      grid-template-columns: 45% 45%;
    }
  
    .intro__slide-title img {
      width: 2.4rem;
      height: 2.4rem;
    }
    
    /*
      .header__login-btn {
        display:none;
      }
  */ 
      .howworks {
          padding: 0px 0;
      }
  
    .howworks__title {
      font-weight: 700;
      font-size: 2.6rem;
      line-height: 3.4rem;
      text-align: center;
    }
  
    .howworks__banner-info {
      font-weight: 500;
      font-size: 1.4rem;
      line-height: 2rem;
      text-align: center;
    }
  
    .howworks__title img {
      width: 3rem;
      height: 3rem;
      display:none;
    }
    
    .howworks__banner
    {
       gap: 1;
       padding: 3.3rem 3rem 3.3rem 3rem;
    }
    
    .categories {
      padding-top: 0px !important;
      padding-bottom: 5rem !important;
      background: #131327;
    }
  
    .categories__content h1 {
      font-size: 2.4rem !important;
      line-height: 2.6rem !important;
    }
    
    .categories__card
   {
      background-color: #ffff;
      max-width: 100%;
   }
    
    .categories__cards
  {
      flex-direction: column;
      gap: 1.5rem;
      align-items: center;
  }
  
  .categories__card-img {
    width: 100%;
    height: 21.2rem;
}

.categories__card-img img {
    height: auto;
  width: 100%;
  object-fit: contain;
}

    
    .categories__card-info
    {
      padding-right: 2.5rem;
      text-align: start;
      padding-left: 2.5rem;
      max-height: 25rem;
    }
    .categories__content h3 {
        margin-bottom: 0.5rem;
    }
    .categories__content {
      padding-right: 2rem;
      padding-left: 2rem;
    }
  
    .categories__card-title {
      font-size: 2.6rem !important;
      margin-bottom: 1.4rem;
    }
    
    .categories__content p {
        
    }
  
    .categories__card-flags {
      margin-bottom: 1.5rem;
    }
  
      .video {
          background: #FFFFFF;
          padding-top: 4.5rem;
          padding-bottom: 1.5rem;
      }
  
    .video__container {
      height: 206px;
      border-radius: 0.8rem;
    }
  
    .video__content {
      padding-top: 2rem;
      padding-bottom: 5rem;
      background: #F2F8FF;
      border-radius: 0.8rem;
    }
  
    .video__content h1 {
      font-size: 2.2rem;
      color: #0072FF;
      line-height: 2.5rem;
      margin-bottom: 2rem;
    }
    
    .video__content h1 span {
      color: #1F1E7B !important;
   }
  
      .video__info p
      {
          color:#00001E;
      }
    .video__info button {
      font-size: 1.2rem;
      border: 1px solid #1F1E7B;
      border-radius: 120px;
      color: #1F1E7B;
    }
  
      
    .discover {
      background: #fedee2;
      padding-top: 0.5rem;
      margin-bottom: 4rem;
      margin-top: 4rem;
      padding-bottom: 1;
   }
      
    .discover__info h3 {
      font-size: 1.2rem;
      margin-bottom: 0px;
    }
  
    .discover__info h1 {
      font-size: 2.2rem;
      margin-bottom: 0.5rem;
      line-height: 2.5rem;
    }
  
    .discover__info p {
      font-size: 1.2rem;
      line-height: 1.8rem;
    }
  
    .discover__info {
      width: 100%;
    }
  
    .discover__input {
      width: 100%;
    }
  
    .discover__timer-part h1 {
      font-size: 2.4rem;
    }
  
    .discover__timer-part h2 {
      font-size: 1;
    }
  
    .partners {
      padding-top: 0px;
      padding-bottom: 2rem;
      }
      
    .banner {
      padding: 0.5rem 0;
      }
      
    .banner p {
      font-size: 2.8rem;
   }
  
      .intro__slide button
      {
       font-size: 1;
      }
  
    
  .intro__slide {
      background-size: cover;
      background-position: 65% 0px;
      background-repeat: no-repeat;
      border-radius: 0px;
  }
  
  .intro__slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust the opacity and color as needed */
    z-index: 0;
    border-radius: 0px;
  }
  
  .intro__slide-title
  {
      line-height: 3.1rem;
      max-width: 26.7rem;
      text-transform: uppercase;
  }
  
  .intro__slide-content
  {
      position: relative;
      z-index: 1;
  }
  
  .Sliderbutton
  {
      display:flex;
      font-size: 1.2rem;
  }
    .nav__info h1 {
      font-size: 2.4rem;
      margin-bottom: 0px;
      color: white !important;
    }
  
    .trending__title {
      font-size: 1.6rem;
    }
  
    .swiper-button-prev {
      left: 15.2rem !important;
      top: 5.2rem !important;
    }
  
    .swiper-button-next {
      left: 19rem !important;
      top: 5.2rem !important;
    }
  
    .trending__card-title {
      font-size: 2.4rem;
    }
    
    
    .header__register-btn
    {
        display:none;
    }
    
     .footer__info h1
      {
          font-size: 2rem;
          line-height: 2.4rem;
      }
  
      .footer__info p
      {
          font-size: 1.4rem;
      }
      
    .footer__top-links {
      flex-direction: row;
      gap: 0.5rem;
      justify-content: space-evenly;
    }
  
    .footer__socials {
      flex-direction: column;
      gap: 1;
    }
  
    .footer__bottom {
      flex-direction: column;
      gap: 1;
    }
    
    .footer__top-links a
   {
    font-size: 1.4rem;
   }
  
  .footer__18 p
   {
      font-size: 1.2rem;
   }
    .intro__slide button:first-child {
      margin-bottom: 1.5rem;
    }
    
    .footer__center {
      gap: 1;
      display: flex;
      flex-direction: column;
  }
  .footer__addon {
          margin-top: 0px;
      }
  .footer__addon img {
        max-width: 80%;
      }
      
  }

@media (max-width: 25em) {

.nav__info h1 {
    font-size: 1.6rem;
}
  .categories {
    padding-top: 0px !important;
    padding-bottom: 5rem !important;
    background: #131327;
  }

  .categories__content h1 {
    font-size: 1.6rem !important;
    line-height: 2rem !important;
  }
  
  .categories__card
 {
   width: 100%;
   background-color:#ffff;
 }
 
 .categories__card-img {
    width: 100%;
    height: 15rem;
}
   
  .categories__cards
{
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}
  
  .categories__card-info
  {
    padding-right: 2rem;
    text-align: start;
    padding-left: 2rem;
    max-height: 25rem;
  }
  .categories__content h3 {
      margin-bottom: 0.5rem;
  }
  .categories__content {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .categories__card-title {
    font-size: 2.6rem !important;
    margin-bottom: 1.4rem;
  }
  
.categories__card-link {
    left: 2rem;
}

  .categories__card-flags {
    margin-bottom: 1.5rem;
  }
  .footer__addon p {
    font-size: 1.4rem;
} 

}