body {
    font-family: "Lato", serif;
    background: #253231;
    overflow: hidden;
}

.logo {
    position: absolute;
    inset: 13px 0 0;
    text-align: center;
}

.nav-aside {
    position: relative;
    z-index: 9999;
    cursor: pointer;
}

.header-logo {
    display: flex;
    justify-content: space-between;
    padding: 13px 20px;
    align-items: center;
    width: 100%;
    box-shadow: 0 2px 2px #0000001a;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .3));
}

.header-user {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 0 10px 0 20px;
    position: relative;
    z-index: 300;
}

.login:hover {
    background: #ffe5aa;
}

.login {
    background: #ffd36c;
    border: none;
    border-radius: 21px;
    color: #1b2827;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-right: 7px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .2s;
    width: 152px;
    height: 40px;
}

.signup-btn:hover {
    background: #ffe5aa;
}

.signup-btn {
    background: #ff9533;
    border: none;
    border-radius: 21px;
    color: #1b2827;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .2s;
    width: 154px;
    height: 40px;
}

.navbar-logo {

    display: flex;
    height: 66px;
    left: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.navbar {
    display: flex;
    height: 40px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.logo-mobile {
    display: none;
}

a.nav-link {
    color: #fff;
}

.container {
    margin: 0 auto;
    max-width: 1248px;
    padding: 0;
    text-align: center;
}

.top-menu-wrapper {
    width: 100%;
    background-color: #3c7b77;
    box-shadow: 0 4px 4px #0000000d;
}

.desktop-top-menu {
    margin: 0 auto;
    max-width: 1248px;
    height: 40px;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center space-between;
    align-items: center;
}

.btn-start {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    align-items: center;
}

.btn-start button {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 24px;
    background-color: #1b3836;
    border-radius: 4rem;
    border: solid 2px;
    border-color: #439d97;
    cursor: pointer;
    transition: background-color .3s;
}

.btn-start button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    width: 16px;
    height: 16px;
    background-color: #439d97;
    border-radius: 50%;
    transition: transform .3s, left .3s;
    transform: translateY(-50%);
}

.desktop-top-menu p {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    line-height: 14.4px;
    text-align: left;
    color: #fff;
    margin: 0;
    padding-left: 4px;
}

.desktop-top-menu span {
    width: 136px;
}

.desktop-top-menu a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    height: 36px;
    width: 160px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.center-align {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center space-evenly;
    align-items: center;
}

.carousel-caption {
    position: absolute;
    z-index: 9999;
    top: 15%;
    left: 6%;
    max-width: 33%;
    height: min-content;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.caption-title {
    font-family: lato;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: left;
    overflow: hidden;
    max-height: 100px;
    height: auto;
}

.caption-btn {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    color: #1b2827;
    border-radius: 24px;
    letter-spacing: .5px;
    min-width: 120px;
    max-width: 180px;
    height: 40px;
    width: auto;
    padding: 0 24px;
    background-color: #ffd36c;
    border: transparent;
}

.swiper-pagination {
    text-align: center;
    position: absolute;
    bottom: 13px;
    z-index: 20;
    width: 100%;
}

.swiper-pagination-bullet {
    display: inline-block;
    background: 0 0;
    border: 2px solid #ffd36c;
    border-radius: 8px;
    width: 36px;
    box-sizing: border-box;
    opacity: 1;
    margin-right: 9px;
    height: 8px;
    cursor: pointer;
}

.swipper-content {
    overflow-x: hidden;
    position: relative;
}

.game-swipper-content {
    overflow-x: hidden;
}

.tournament-swipper-content {
    overflow-x: hidden;
}

.mission-swipper-content {
    overflow-x: hidden;
}

.category-swipper {
    width: auto;
    height: 100px;
    gap: 10px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.game-category-swipper {
    width: auto;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.tournament-category-swipper {
    width: auto;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.mission-category-swipper {
    width: auto;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.swiper-body-wrapper {
    gap: 10px;
    align-items: flex-start;
    transition: transform 0.3s ease-out;
    transform: translateX(0px);
    cursor: grab;
    width: max-content;
    display: flex;
}

.swiper-categories {
    width: max-content;
    min-width: 50px;
    max-height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 14px;
    background-color: #1b4b48;
    border-radius: .75rem;
    box-shadow: 0 4px 4px #00000040 !important;
    transition: transform .3s ease;
    box-sizing: border-box;

}

.swiper-categories img {
    height: 32px;
    object-fit: cover;
    margin-right: 10px;
    max-width: 100%;
    pointer-events: none;
}

.swiper-categories p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
}

.search-icon-container {
    height: 80px;
    width: 150px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    top: 9px;
    z-index: 1;
    border-radius: .75rem;
    background-color: #253231;
    backdrop-filter: blur(2px);
    -webkit-mask-image: linear-gradient(to right, transparent, rgb(0, 0, 0) 50%);
    padding-right: 10px;
}

.search-btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    background-color: #1b2827;
    box-shadow: 0 4px 4px #00000040;
    border-radius: .75rem;
    border: none;
    cursor: pointer;
}

.search-btn img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.swipper-width {
    display: block;
    width: 3225px;
    margin: 0 auto;
    overflow: hidden;
}

.slot-machine-games {
    width: 10295px !important;
}

.played-most {
    width: 3785px !important;
}

.lemon-exclusive {
    width: 3575px !important;
}

.Latest-games {
    width: 5545px !important;
}

.cash-drop {
    width: 3280px !important;
}

.top-wins {
    width: 2105px !important;
}

.fruit-games {
    width: 9875px !important;
}

.bonus-Purchase {
    width: 9455px !important;
}

.book-games {
    width: 9875px !important;
}

.megaways-games {
    width: 9665px !important;
}

.octoberfest {
    width: 7815px !important;
}

.hold-and-win {
    width: 10505px !important;
}

.arcade-games {
    width: 12350px !important;
}

.live-shows {
    width: 7815px !important;
}

.crash-games {
    width: 3785px !important;
}

.board-games {
    width: 10505px !important;
}

.slot-machines {
    width: 9875px !important;
}

.first-person-game {
    width: 6055px !important;
}

.live-casino {
    width: 10845px !important;
}

.bingo {
    width: 3155px !important;
}

.scratch-cards {
    width: 10505px !important;
}

.checkered-games {
    width: 6725px !important;
}

.game-swipper-width {
    display: block;
    width: 7350px;
    margin: 0 auto;
    overflow: hidden;
}

.tournament-swipper-width {
    display: block;
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

.mission-swipper-width {
    display: block;
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.category-name-container {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.category-title {
    place-content: center;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    padding: 0;
    text-align: left;
}

.category-title h2 {
    text-align: left;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: .75px;
    color: #fff;
    margin-bottom: 0;
}

.category-title img {
    margin-right: 8px;
    margin-bottom: 2px;
    height: 34px;
    width: 34px;
}

.button-all-games:hover {
    color: #FFFFFF;
}

.button-all-games {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .5px;
    color: #FFFFFF;
    padding: 0 6px;
    min-width: 0;
    text-decoration: none;
}

.swiper-btn {
    display: flex;
    align-items: center;
}

img.rotate-180 {
    transform: rotate(180deg);
}

.swiper-btn img {
    margin-left: 4px;
    cursor: pointer;
}

.icon-button.medium {
    border-radius: 10px;
    width: 33px;
    height: 33px;
    border: 2px solid #2f615d;
    padding: 2.53px;
    background-color: #2f615d;
}

.icon-button:hover {
    background: #439d97;
    border-color: #439d97 !important;
}

.content-games-item {
    position: relative;
    flex: 0 0 202px;
    margin-right: 8px;

}

.content-games-item img {
    border-radius: 10px;

}

.special-content-games-item {
    position: relative;
    flex: 0 0 244px;
    margin-right: 8px;
    margin-bottom: 20px;
}

.special-content-games-item img {
    border-radius: 10px;

}

.lemon-content-games-item {
    position: relative;
    flex: 0 0 244px;
    margin-right: 8px;
    margin-bottom: 20px;
}

.lemon-content-games-item img {
    border-radius: 10px;

}

.game-image {
    width: 194px;
    height: 194px;
    max-width: 194px;
    max-height: 194px;
}

.special-game-image {
    width: 235px;
    max-width: 235px;
    height: 177px;
    max-height: 177px;
}

.lemon-game-image {
    width: 235px;
    max-width: 235px;
    height: 153px;
    max-height: 153px;
}

.content-games-item p {
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 8px;
    color: #fff;
}

.special-content-games-item p {
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 8px;
    color: #fff;
}

.lemon-content-games-item p {
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 8px;
    color: #fff;
}

.lazyloaded {
    text-decoration: none !important;
}

.content-games-item:hover .content-games-overlay {
    opacity: 1;
    visibility: visible
}

.content-games-item:hover .special-content-games-overlay {
    opacity: 1;
    visibility: visible
}

.special-content-games-item:hover .content-games-overlay {
    opacity: 1;
    visibility: visible
}

.special-content-games-item:hover .special-content-games-overlay {
    opacity: 1;
    visibility: visible
}

.content-games-item:hover .lemon-content-games-overlay {
    opacity: 1;
    visibility: visible
}

.content-games-overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    top: 0;
    transition: 0.2s ease-in-out;
    left: 0;
    visibility: hidden;
    width: 100%;
    border-radius: 10px;
    width: 194px;
    height: 194px;
    border-radius: 10px;
    margin-left: 4px;
}

.special-content-games-overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    top: 0;
    transition: 0.2s ease-in-out;
    left: 0;
    visibility: hidden;
    width: 100%;
    border-radius: 10px;
    width: 235px;
    height: 177px;
    border-radius: 10px;
    margin-left: 5px;
}

.content-games-item:hover .content-games-overlay {
    opacity: 1;
    visibility: visible
}

.special-content-games-item:hover .special-content-games-overlay {
    opacity: 1;
    visibility: visible
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    min-height: 176px;
    display: flex;
}

.badge-container.batch-bg-0 {
    background: #CF142B;
    color: #fff;
}

.badge-container.batch-bg-9 {
    background: #39D0FF;
    color: #1b2827;
}

.badge-container {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 1;
    display: flex;
    padding: 2px 8px 2px 4px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 6px;
}

.badge-container img {
    width: 20px;
    height: 20px;
    border-radius: 8px 8px 0 0;
}

.badge-container span {
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
}

.card-wrap {
    max-width: 404px;
    background: #1b2827;
    border-radius: 12px;
}

.card-wrap:hover .card-img>img {
    transform: scale(1.2);
}

.card-wrap .card-img>img {
    width: 404px;
    border-radius: 12px 12px 0 0;
    transition: transform .3s ease;
}

.card-info {
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 12px;
    align-self: stretch;
    justify-content: space-between;
}

.card-wrap .card-info div.bottom {
    justify-content: space-between;
    min-height: 67px;
}

.card-wrap .card-info div {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: -moz-fit-content;
    height: fit-content;
    text-align: left;
}

.card-wrap .card-info h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 12px;
    height: 52px;
    text-align: left;
}

.card-wrap .card-info div img.tournament-type-0 {
    padding-right: 0;
    margin-right: 8px;
}

SPAN#clock {font-size: 0px; font-family: monospace; color: rgb(255, 255, 255); }
SPAN.colon {font-size: 10px;}
SPAN#d0 { animation: 604800s linear infinite seven; }
SPAN#d1 { animation: 604800s linear infinite seven 86400s; }
SPAN#d2 { animation: 604800s linear infinite seven 172800s; }
SPAN#d3 { animation: 604800s linear infinite seven 259200s; }
SPAN#d4 { animation: 604800s linear infinite seven 345600s; }
SPAN#d5 { animation: 604800s linear infinite seven 432000s; }
SPAN#d6 { animation: 604800s linear infinite seven 518400s; }
SPAN#sl0 {animation: 10s linear infinite ten; }
SPAN#sl1 {animation: 10s linear infinite ten 1s; }
SPAN#sl2 {animation: 10s linear infinite ten 2s; }
SPAN#sl3 {animation: 10s linear infinite ten 3s; }
SPAN#sl4 {animation: 10s linear infinite ten 4s; }
SPAN#sl5 {animation: 10s linear infinite ten 5s; }
SPAN#sl6 {animation: 10s linear infinite ten 6s; }
SPAN#sl7 {animation: 10s linear infinite ten 7s; }
SPAN#sl8 {animation: 10s linear infinite ten 8s; }
SPAN#sl9 {animation: 10s linear infinite ten 9s; }
SPAN#sh0 {animation: 60s linear infinite six; }
SPAN#sh1 {animation: 60s linear infinite six 10s; }
SPAN#sh2 {animation: 60s linear infinite six 20s; }
SPAN#sh3 {animation: 60s linear infinite six 30s; }
SPAN#sh4 {animation: 60s linear infinite six 40s; }
SPAN#sh5 {animation: 60s linear infinite six 50s; }
SPAN#ml0 {animation: 600s linear infinite ten; }
SPAN#ml1 {animation: 600s linear infinite ten 60s; }
SPAN#ml2 {animation: 600s linear infinite ten 120s; }
SPAN#ml3 {animation: 600s linear infinite ten 180s; }
SPAN#ml4 {animation: 600s linear infinite ten 240s; }
SPAN#ml5 {animation: 600s linear infinite ten 300s; }
SPAN#ml6 {animation: 600s linear infinite ten 360s; }
SPAN#ml7 {animation: 600s linear infinite ten 420s; }
SPAN#ml8 {animation: 600s linear infinite ten 480s; }
SPAN#ml9 {animation: 600s linear infinite ten 540s; }
SPAN#mh0 {animation: 3600s linear infinite six; }
SPAN#mh1 {animation: 3600s linear infinite six 600s; }
SPAN#mh2 {animation: 3600s linear infinite six 1200s; }
SPAN#mh3 {animation: 3600s linear infinite six 1800s; }
SPAN#mh4 {animation: 3600s linear infinite six 2400s; }
SPAN#mh5 {animation: 3600s linear infinite six 3000s; }
SPAN#h0 {animation: 43200s linear infinite twelve; }
SPAN#h1 {animation: 43200s linear infinite twelve 3600s; }
SPAN#h2 {animation: 43200s linear infinite twelve 7200s; }
SPAN#h3 {animation: 43200s linear infinite twelve 10800s; }
SPAN#h4 {animation: 43200s linear infinite twelve 14400s; }
SPAN#h4 {animation: 43200s linear infinite twelve 18000s; }
SPAN#h6 {animation: 43200s linear infinite twelve 21600s; }
SPAN#h7 {animation: 43200s linear infinite twelve 25200s; }
SPAN#h8 {animation: 43200s linear infinite twelve 28800s; }
SPAN#h9 {animation: 43200s linear infinite twelve 32400s; }
SPAN#h10 {animation: 43200s linear infinite twelve 36000s; }
SPAN#h11 {animation: 43200s linear infinite twelve 39600s; }
@keyframes ten {0%, 9.9999% {font-size: 14px; } 10%, 100% {font-size: 0px; }}
@keyframes six {0%, 16.6666% {font-size: 14px; } 16.6667%, 100% {font-size: 0px; }}
@keyframes twelve {0%, 8.33332% {font-size: 14px; } 8.33333%, 100% {font-size: 0px; }}
@keyframes seven { 0%, 14.2857% { font-size: 14px; } 14.2858%, 100% { font-size: 0px; } }


.card-info .cart-info-btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 16px 0;
}

.cart-info-btn button {
    border: 2px solid #ffd36c;
    border-radius: 30px;
    padding: 0 24px;
    color: #1b2827;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    min-width: 152px !important;
    width: auto;
}

.empty-btn {
    border-color: rgb(255, 211, 108) !important;
    color: rgb(255, 211, 108) !important;
    background-color: transparent;
}

.filled-btn {
    border-color: rgb(255, 211, 108);
    color: rgb(255, 211, 108);
    background-color: rgb(255, 211, 108);
}

.round-btn.medium {
    min-width: 152px;
    min-height: 40px;
    padding: 6px 24px;
}

.empty-btn:hover {
    background: #ffd36c33 !important;
}

.filled-btn:hover {
    background: #ffe5aa !important;
}

.tournament-section {
    margin: 20px 0 25px;
}

.mission-section {
    margin: 20px 0 25px;
}

.special-game-section {
    margin-top: 13px;

}

.operator-swipper-width {
    max-height: 420px;
    height: 420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.operator-category-swipper {
    height: 100%;
    max-height: inherit;
    display: flex;
    flex-wrap: wrap;
    width: 5544px;
}

.operator {
    margin-bottom: 0;
}

#accordionPlusMinus .accordion-button {
    flex-direction: row-reverse;
    justify-content: start;
    margin-left: 0;
    margin-right: 15px;
    background-color: #192221;
    color: #fff;
    align-items: baseline;
    padding: 0;

}

#accordionPlusMinus .accordion-button:not(.collapsed) {
    margin: 0;
    color: #fff;
    background-color: #192221;
    box-shadow: unset;
    border-bottom: 1px solid #253231;
    padding: 0;
}

#accordionPlusMinus .accordion-button:not(.collapsed)::after {
    margin-left: 0;
    background-image: url("./assets/arrow-down.png");
    transform-origin: 50% 25%;
}

#accordionPlusMinus .accordion-button::after {
    display: flex;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url("./assets/arrow-down.png");
    justify-content: start;
    margin-left: 15px !important;
    margin-right: 15px;
}

.accordion-button:not(.collapsed)::after {
    transform: none;
    transition: none;
}

.accordion-item {
    color: #b3b3b3;
    background-color: #192221;
    border-radius: 3px !important;
    border: none;
    margin-right: 10px;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-button span {
    height: 60px;
    display: flex;
    justify-content: center;
    border-left: 1px solid #253231;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
}

.accordion-body {
    text-align: left;
}

.accordion-body h2 {
    font-size: 20px;
    margin-bottom: 16px;
}

.accordion-body p {
    font-size: 14px;
    margin-bottom: 12px;
}

.accordion-body ul {
    margin: 14px 0;
}

.accordion-body ul li {
    font-size: 14px;
}

.accordion-body h3 {
    font-size: 16px;
    margin-bottom: 16px;
    color: #fff;
}

.faq {
    margin-bottom: 68px;
}

.footer {
    color: #d8d8d8;
    background: #173336;
    text-align: center;
    padding: 32px 10px;
}

.footer-link-grid a {
    font-style: normal;
    font-weight: 400;
    color: #fafafa;
    font-size: 15px;
    line-height: 18px;
    padding: 0 20px;
    text-transform: capitalize;
    text-decoration: none;
}

.footer-link-grid {
    border-bottom: 2px solid #2D5C59;
    padding-bottom: 24px;
    margin-bottom: 20px;
    flex-flow: wrap;
    box-sizing: border-box;
    display: flex;
    place-content: center space-between;
    align-items: center;
}

.logo-wrap {
    text-align: left;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #c6c6c6;
}

.payment-link-option {
    grid-gap: 23px 30px;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
}

.logo-wrap h5 {
    text-align: left;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #c6c6c6;
}

.logo-wrap img {
    opacity: 75%;
    height: 32px;

}

.licence-logo {
    margin-top: 75px;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-end;
    align-items: center;

}

.licence-logo img {
    margin-right: 10px;
}

.licence-logo a img {
    margin-right: 0px;
}

.exteranl-links a {
    font-style: normal;
    font-weight: 400;
    color: #fafafa;
    font-size: 15px;
    line-height: 18px;
    padding: 0 20px;
    text-transform: capitalize;
    text-decoration: none;
}

.space {
    width: 24px;
}

.language-selector {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: transparent;
    color: #ffd36c;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #ffd36c;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 300px;
    justify-content: space-between;
    border-radius: 8px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #173336;
    min-width: 300px;
    box-shadow: 0 8px 16px #000000b3 !important;
    z-index: 1;
    border: 2px solid #ffd36c;
    border-radius: 8px;
    padding: 10px 0;
}

.dropdown-content a {
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #ffd36c;
    padding: 8px 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    margin: 0 10px;
    border-radius: 5px;
}

.dropdown-content a:hover {
    background-color: #3c7b77;
}

.dropdown-content a.selected {
    background-color: #265b57;
    font-weight: bold;
    pointer-events: none;
}

.show {
    display: block;
}

.footer-link-content {
    margin-right: 5px;
}

.licence {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #ccc;
    margin-top: 20px;
}

.ban_sec {
    width: 100%;
    padding-top: 32px;
    margin-top: 10px;
}

.ban_img {
    width: 100%;
    position: relative;
}

.ban_img img {
    width: 100%;
    border-radius: 12px;
}

.ban_text {
    position: absolute;
    top: 50%;
    left: 6%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ban_text strong {
    color: #fff;
    text-transform: uppercase;
}

.ban_text strong span {
    letter-spacing: 3px;
}

.ban_text p {
    margin: 7px 0 25px;
}

.ban_text a {
    display: inline-block;
    border-radius: 26px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ban_text a:hover {
    background: #ffe5aa;
    color: #1b2827;
}

.exclusive {
    position: absolute;
    right: 15px;
    top: -1px;
}

.exclusive img {
    height: 48px;
    width: auto;
    border-radius: 0;
}

.badge {
    position: absolute;
    top: -5px;
    left: -4px;
}

.badge img {
    width: 64px;
    height: auto;
    border-radius: 8px 0 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .ban_text p {
        font-size: 21px;
    }
}

@media only screen and (max-width: 1250px) {
    section {
        padding-left: 10px !important;
    }

    .category-name-container {
        padding-right: 16px;
        padding-left: 4px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ban_text p {
        font-size: 17px;
    }

    .ban_text strong {
        font-size: 50px;
        line-height: 60px;
    }

    .ban_text strong span {
        font-size: 37px;
    }

    .ban_text a {
        font-size: 16px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 991px) {
    .ban_text strong {
        font-size: 35px;
        line-height: 40px;
    }

    .ban_text strong span {
        font-size: 28px;
        line-height: 35px;
        letter-spacing: 2px;
    }

    .ban_text p {
        font-size: 14px;
        line-height: 20px;
    }

    .ban_text a {
        font-size: 13.39px;
        line-height: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .ban_img img {
        min-height: 290px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 575px) {
    .ban_text strong {
        background: rgba(0, 0, 0, 0.8);
        padding: 10px;
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .ban_text strong span {
        font-size: 22px;
        line-height: 31px;
        letter-spacing: 1px;
    }

    .ban_text {
        left: 6%;
    }
}

@media only screen and (max-width: 992px) {
    .search-icon-container {
        display: none;
    }

    .swipper-content {
        overflow-x: scroll;
        width: 100% !important;
    }

    .game-swipper-content {
        overflow-x: scroll;
        width: 100% !important;
    }

    .tournament-swipper-content {
        overflow-x: scroll;
        width: 100% !important;
    }

    .mission-swipper-content {
        overflow-x: scroll;
        width: 100% !important;
    }

    .desktop-top-menu {
        display: none;
    }

    .logo {
        display: none;
    }

    .logo-mobile {
        display: block;
    }

    .show+.header-user>.login {
        display: none;
    }


    .header-user .signup-btn {
        display: none;
    }

    .logo {
        padding: 0 10px 0 5px;
    }
}

@media (max-width: 767px) {
    .category-swipper {
        left: 6px !important;
    }
}

@media only screen and (max-width: 768px) {
    .footer-link-content {
        display: none;
    }

    .footer-link-grid {
        justify-content: center;
    }

    .logo-wrap h5 {
        text-align: center;
    }

    .licence-logo {
        justify-content: center;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 550px) {
    .login {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 365px) {


    .logo-mobile img {
        width: 100%;
    }
}