/*
Theme Name: Funz Casino - Ambika
Theme URI: http://ambikatechnology.com/
Author: AmbikaTechnology
Template: hello-elementor
Author URI: http://ambikatechnology.com/
Description: Custom WordPress Theme for Funz Casino developed by AmbikaTechnology.
Version: 1.0
License: GNU General Public License v2 or later
*/


body {
    margin: 0px;
	padding:0px;
    background-color: #D9D9D9;
}


.filters {
    display: flex;
    gap: 10px;
}

button#load-more {
    display: block;
    margin: 20px auto;
}


/* Basic Header Styling */
.site-header {
    background: white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Logo */
.logo a {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}
.header-inner {
    display: flex
    ;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
nav.main-menu .nav-menu ul {
    display: flex;
    list-style: none;
}
/* Navigation Menu */
.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}
s-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-content: flex-end;
    align-items: flex-end;
}
.expandable-step {
    background: transparent;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 11%;
    height: 400px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-align: center;
    cursor: point.expandable-steper;
    position: relative;
    border: 1px solid #C349E7;
}
.step-header {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
}
.step-header span.step-title {
    display: flex;
    transform: rotate(90deg);
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 300px;
    font-size: clamp(14px, 1.26vw, 25px);
    font-family: 'Figtree';
    font-weight: 300;
}
.step-content {
    display: none;
}

/* Expanded Step */
.expandable-step.expanded {
    width: 48%;
    height: 440px;
    border-radius: 20px;
    border: 1.5px solid #17DCE3;
    box-shadow: 0px 0px 5px 1px #67DAE2, 0px 0px 5px 0px #67DAE2, 0px 0px 5px 0px #67DAE2;
}

.expandable-step.expanded .step-header {
    display: none;
}
.expandable-step.expanded .step-content {
    display: block;
}

span.step-number {
    color: white;
    display: flex;
    width: 100%;
    font-size: 40px;
    justify-content: center;
    border-bottom: 1px solid #C349E7;
    padding-bottom: 25px;
    font-family: 'Figtree';
}
.expandable-step.expanded span.step-number {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 105.023%;
    width: 100%;
    text-align: left;
    display: block;
    border: none;
    padding-bottom: 0px;
}
.step-content span.step-title {
    font-size: 40px;
    font-family: 'Figtree';
    font-weight: 700;
    text-align: left;
}
.expandable-step .step-content span.step-title {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.expandable-step.expanded .step-content span.step-title {
  opacity: 1;
}

.step-content p {
    font-size: 16px;
    font-family: 'Figtree';
    font-weight: 400;
    text-align: left;
}

.step-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 400px;
}
.step-image-wrapper {
    padding: 0 28px;
}
.step-image-wrapper {
    height: 272px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}


.winnings-slider {
    max-width: 100%;
    margin: 20px auto;
}

.winning-item {
    background: #231e29;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    width: 20%;
}

.winning-item:hover {
    transform: scale(1.05);
}

.profile-picture {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 3px solid #fbc02d;
}

.winning-item p {
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.slick-prev, .slick-next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}


.slick-dots li button:before {
    font-size: 12px;
    color: #fbc02d;
}

.slick-dots li.slick-active button:before {
    color: #ff9800;
}
.winnings-slider .slick-slide {
    margin: 0 10px; /* Adds 10px margin on both sides (total 20px gap) */
}



.winning-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.winning-item-content {
    width: calc(80% - 20px);
}
.winning-item .winning-item-content p {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Figtree';
    color: #CEC2D9;
}
.winning-item .winning-item-content p.time-ago {
    font-size: 14px;
    font-weight: 400;
    color: #CEC2D9;
}

.winning-item .winning-item-content p.winning-amount {
    font-size: 24px;
    color: #FF9922;
    font-weight: 700;
    display: flex
    ;
    gap: 10px;
}
.winning-item-image img {
    width: 58px;
    height: 58px;
}
.winning-user-item-content {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    justify-content: space-between;
}
.slick-prev, .slick-next {
    opacity: 0;
	transition: 0.4s ease;
}
.top-games-second-column-wrapper:hover .slick-prev, 
.top-games-second-column-wrapper:hover .slick-next {
   opacity: 1;
}
.top-games-second-column-wrapper button.slick-prev.slick-arrow {
    position: absolute;
    left: 0 !important;
    background: #15111cb8;
    height: 100%;
    border-radius: 0px;
    z-index: 999;
}
@media screen and (min-width: 1300px) {
    .top-games-second-column-wrapper button.slick-prev.slick-arrow {
        left: -440px !important;
    }
}

.top-games-second-column-wrapper button.slick-next.slick-arrow {
		position: absolute;
		right: 0px !important;
		left: auto;
		background: #15111cb8;
		height: 100%;
		border-radius: 0px;
	}

.slick-prev:before, .slick-next:before {
    content: '';
}
.elementor-element.elementor-element-049a371.e-con-full.e-flex.e-con.e-child {
    padding: 0px;
}
.nav-menu li {
    position: relative;
}


.expandable-steps-container {
    display: flex
    ;
    justify-content: center;
    gap: 10px;
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}
.nav-menu a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    padding: 10px 15px;
    display: block;
}

/* Dropdown Styling */
nav.main-menu .nav-menu .sub-menu {
    display: none;
    position: absolute;
    background: white;
    list-style: none;
    padding: 10px;
    top: 100%;
    left: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    min-width: 250px;
}

.nav-menu li:hover .sub-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.sub-menu li {
    padding: 5px 0;
}

/* project list css */
.project-filter-wrapper {
    width: 100%;
}
.feature-image {
    text-align: center;
    display: flex
    ;
    justify-content: center;
}
.project-filter-wrapper .input-search-wrapper input {
    width: 100%;
}

.filter-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.filter-list-wrapper select {
    background: #97DAEB;
    font-size: 20px;
    padding: 14px;
    box-shadow: -10px 10px #66619F;
}

input#project-search::placeholder {
    color: black;
}
.input-search-wrapper {
    padding: 0 10%;
    display: flex;
}
section.project-filter-main-wrapper {
    background: #8BA57D;
    padding: 80px 0;
}
.project-filter-container {
    display: flex;
    gap: 15px;
    padding: 20px;
}
input#project-search {
    background: #97DAEB;
    font-size: 20px;
    padding: 14px;
    box-shadow: -10px 12px #66619F;
    border: none;
}
.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 50px 0;
}
.project-card {
    background: white;
    box-shadow: -20px 20px #EE5A46;
}
.project-item {
    padding: 22px;
}
.project-card img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}
.project-info {
    padding: 15px;
}

.project-info h3 {
    font-size: 24px;
}
.project-info p {
    font-size: 20px;
    line-height: 28px;
}
#load-more {
    padding: 15px 70px;
    background: #FFDDA2;
    color: #66619F;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}
button#clear-all {
    margin-top: 45px;
    padding: 15px 70px;
    background: #FFDDA2;
    color: #66619F;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

p.no-project {
    background: white;
    padding: 40px;
    font-weight: 700;
    font-size: 30px;
    min-height: 300px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-family: Lato;
}
a.close-button {
    background: transparent;
    border: none;
    display: block;
    margin-top: 20px;
}
/* Feature project */
section.featured-projects h2 {
    font-family: Lato;
    font-weight: 700;
    font-size: 64px;
    line-height: 86px;
}
section.featured-projects {
    margin: 80px 0;
}
.featured-projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0 10%;
}

.project-info.expanded {
    font-family: Mark Pro;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    background-color: #FFDDA2;
    box-shadow: -24px 16px 0px 0px #EE5A46;
}
.project-info.expanded em {
    font-family: Mark Pro;
    font-weight: 450;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    display: block;
}
button.close-button {
    display: block;
    margin-top: 40px;
    border: none;
    background: snow;
}
a.cta-button {
    background-color: #FFA409;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    color: #211651;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
}
.campaign-download {
    display: block;
    text-align: center;
    margin-top: 50px;
}

.campaign-download a {
    font-family: Mark Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #EE5A46;
}
.featured-product-slider-wrapper {
    display: none;
}
/*Accordion*/
.custom-accordion {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
}

.custom-accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion-content.open{
    margin-bottom: 15px;
}
.custom-accordion .accordion-content p {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.custom-accordion .accordion-item {
    position: relative;
    z-index: 1;
/*     background: rgba(66, 66, 66, 0.50); */
	background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(13.591408729553223px);
    box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
    padding: 12px 33px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.custom-accordion .accordion-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    background: linear-gradient(90.81deg, #C349E7 -0.07%, #9D33FF 99.94%);
    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 10px;
    pointer-events: none;
    z-index: -1;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.custom-accordion .accordion-item.open {
    position: relative;
/*     border-radius: 10px; */
    overflow: hidden;
    border: none;
/*     box-shadow: 0px 0px 5px 1px #17DCE3; */
	background: rgba(255, 255, 255, 0.08);
	border-radius: 9px;
	box-shadow: 0 0 5px 0 #FFF, 0 0 5px 0 #FFF, 0 0 5px 0 #FFF;
}

.custom-accordion .accordion-item.open::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
/*     background: linear-gradient(93.56deg, #17DCE3 -0.01%, #23E270 99.76%); */
/* 	box-shadow: 0 0 5px 0 #FFF, 0 0 5px 0 #FFF, 0 0 5px 0 #FFF; */
	background: rgba(255, 255, 255, 0.08);
    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 10px;
    pointer-events: none;
    z-index: -1;
}

.custom-accordion .accordion-header {
    background: transparent;
    border: none;
    padding: 15px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-accordion .accordion-header h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}

.custom-accordion .chevron i {
    transition: transform 0.3s ease;
    font-size: 25px;
    color: #fff;
}

.custom-accordion .accordion-header.active .chevron i {
    transform: rotate(180deg);
}

/*Testimonial*/
.testimonial-wrapper {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Slick container styling */
.testimonial-slider {
    margin: 0 auto;
    padding: 60px 0;
    overflow: visible;
}

/* Allow overflow for adjacent slides */
.testimonial-slider .slick-list {
    overflow: visible !important;
    padding: 0 20vw; 
}
/* All slides: small, dimmed, scaled down */
.testimonial-slider .slick-slide {

    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
}
.testimonial-item.slick-slide.slick-current.slick-active {
    transform: scale(1);
}

/* Inner testimonial card styling */
.testimonial-item {

    position: relative;
    z-index: 1;
    border: none;
    backdrop-filter: blur(20px);
    padding: 0 20px 28px 20px;
    border-radius: 42px;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
    color: #fff;
}
.testimonial-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px; /* border thickness */
    background: linear-gradient(106.13deg, rgba(255, 255, 255, 0.77) 5.9%, rgba(255, 255, 255, 0.24) 99.05%);
    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 42px;
    pointer-events: none;
    z-index: -1;
}

/* Avatar */
.testimonial-avatar {
    margin: 0 auto 82px;
    position: relative;
}

.testimonial-avatar img {
    width: 106px;
    height: 106px;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    margin: 0 auto;
    position: absolute;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: #00000040;
    backdrop-filter: blur(34px);
}

/* Content */
.testimonial-content{
    max-width: 540px;
    align-items: center;
    margin: auto;
}
.testimonial-content p {
    font-size: 22px;
    line-height: 26.2px;
    font-weight: 400;
    color: #fff;
    font-family: 'Montserrat';
}

.testimonial-author{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.testimonial-content h3 {
	font-family: 'Montserrat';
    font-weight: 700;
    margin: 0;
    font-size: 26px;
    color: #D9D9D9;
}

.stars .star svg path {
    font-size: 18px;
    fill: #D9D9D9;
}
.stars .star.filled svg path{
    fill: #FF9922;
}
.stars .star.half svg path {
    fill: url(#half-fill);
}

/* Stats */
.testimonial-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    text-align: center;
    margin-bottom: 70px;
}

.stat-item .stat-value {
    font-size: 48px;
    font-weight: 800;
    font-family: 'Montserrat';
}

.stat-item .stat-value.first{
    background: linear-gradient(96.29deg, #F4A203 18.4%, #FFFFFF 680.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-item .stat-value.second{
    background: linear-gradient(97.56deg, #F4A203 -139.93%, #FFFFFF 350.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-item .stat-value.third{
    background: linear-gradient(96.75deg, #F4A203 -427.17%, #FFFFFF 227.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-border{
    border: 1px solid;
    border-image-source: linear-gradient(262.73deg, #F4A203 -1198.01%, #FFFFFF 5012.97%);
    border-image-slice: 1;
    height: 54px;
}

.stat-item .stat-label {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat';
}
/*Top release*/
.top-games-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.top-games-first-column-wrapper {
    width: 33.33%;
}

.top-games-second-column-wrapper {
    width: calc(66.66% - 20px);
}

.first-games-wrapper,
.second-games-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.top-games-slick {
    margin: 0 -10px; /* Half of 20px gap */
}
.top-games-slick .second-games-wrapper {
    padding: 10px; /* Half of 20px gap */
    box-sizing: border-box;
}
.second-games-wrapper img:hover {
    border: 1.5px solid #17DCE3;
    box-shadow: 0px 0px 5px 0px #67DAE2, 0px 0px 5px 0px #67DAE2, 0px 0px 5px 0px #67DAE2;
}
.first-games-wrapper img,
.second-games-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.top-game-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #EC9C00;
    color: black;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 2;
    font-family: 'Figtree', sans-serif;
    line-height: 140%;
}

@media (max-width: 768px) {
    .top-games-main-wrapper {
        flex-direction: column;
    }

    .top-games-first-column-wrapper,
    .top-games-second-column-wrapper {
        width: 100%;
    }

    .top-games-second-column-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(4, 1fr);
    }
    
}

/*        Big win*/
.big-wins-slider {
    opacity: 0;
}
.big-wins-slider.slick-initialized.slick-slider {
    opacity: 1;
}
.big-wins-slider.slick-initialized.slick-slider .slick-list.draggable {
    padding: 0 65px 0 0;
}
.bigs-wins-slider .win-card {
    background: transparent;
    color: white;
    text-align: center;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    border: 1px solid #C349E7;
    padding: 16px 25px;
}
.swiper-slide.win-card:hover {
    border: 1.5px solid #17DCE3;
    box-shadow: 0px 0px 5px 0px #67DAE2, 0px 0px 5px 0px #67DAE2, 0px 0px 5px 0px #67DAE2;
}
.win-cart-img img {
    height: 185px !important;
    border-radius: 4px !important;
    object-fit: cover;
    width: 100%;
}

.win-meta {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
}
.win-meta-name {
    font-size: 16px;
    font-weight: 600;
    font-family: "Figtree";
    text-align: left;
}
.win-meta-time {
    font-size: 14px;
    font-family: "Figtree";
    font-weight: 400;
}
.win-amount {
    font-size: 24px;
    font-weight: 700;
    color: white;
    font-family: "Figtree";
    display: flex;
    padding-top: 12px;
    gap: 8px;
}
/*        New release */
.new-release-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 columns on desktop */
    gap: 15px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .new-release-wrapper {
        grid-template-columns: repeat(2, 1fr); /* 1 column on mobile */
    }

}
.new-release-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	transition: 0.2s ease;
}
.new-release-item:hover {
    border: 1.5px solid #17DCE3;
    box-shadow: 0px 0px 5px 0px #67DAE2, 0px 0px 5px 0px #67DAE2, 0px 0px 5px 0px #67DAE2;
}
.new-release-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.first-games-wrapper:hover {
    border: 1.5px solid #17DCE3;
    box-shadow: 0px 0px 5px 0px #67DAE2, 0px 0px 5px 0px #67DAE2, 0px 0px 5px 0px #67DAE2;
}
.new-release-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #EC9C00;
    color: black;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 2;
    font-family: "Figtree", sans-serif;
    line-height: 140%;
}
/* Mobile Menu (optional) */
@media (max-width: 768px) {

}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
    section.featured-projects h2 {
        font-size: 46px;
        padding: 0 20px;
    }
    .featured-projects-grid {
        display: none;
        padding: 0 10%;
    }

    .featured-product-slider-wrapper {
        padding: 0 20%;
    }
    .menu-toggle {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        padding: 10px;
    }
    .project-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        margin: 50px 0;
    }
    section.project-filter-main-wrapper {
        padding: 80px 40px;
    }
    ul#primary-menu {
        display: block;
    }
    .main-menu.active {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .main-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        background: white;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        top: 160px;
        right: 0;
    }
    .header-inner {
        align-items: center;
        padding: 0;
    }
   
   
	
    .menu-toggle {
        display: block;
    }
    .featured-product-slider-wrapper {
        display: block;
    }
    .slick-prev:before, .slick-next:before {
        color: black;
    }
    .auth-buttons {
        height: 71px;
    }
    
}

/* Mobile (Below 768px) */
@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .main-menu {
        display: none;
    }
    .project-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .filter-list-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .project-card img {
        height: 240px;
    }
    .project-info h3 {
        font-size: 24px;
        margin: 0;
    }
    .featured-product-slider-wrapper {
        padding: 0px 50px;
    }
    
    .winnings-slider .slick-list.draggable {
        padding: 0 70px 0 0 !important;
    }

    .feature-grid .slick-list.draggable {
        padding: 0 40px 0 0 !important;
    }
    .feature-item.slick-slide {
        margin: 0 5px;
    }
    .expandable-steps-container {
        display: flex
        ;
        justify-content: center;
        gap: 10px;
        align-content: flex-end;
        align-items: flex-end;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .expandable-step {
        background: transparent;
        color: white;
        padding: 20px;
        border-radius: 10px;
        width: 22%;
        height: 285px;
        transition:0s;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
        position: relative;
        border: 1px solid #C349E7;
    }
    .expandable-step.expanded {
        order: 1;
        width: 100%;
    }
    .expandable-step {
        order: 2;
    }
    .step-header span.step-title {
        height: 200px;
        font-size: 16px;
		transform: rotate(360deg);
    }
    .elementor-element.elementor-element-60d24c8.elementor-widget.elementor-widget-feature-grid {
        padding-left: 10px;
    }
    a.btn.sign-in {
        display: none;
    }
    .auth-buttons .btn {
        margin-right: 35px;
    }
    .testimonial-slider .slick-list {
        padding: 0;
        margin: 10px;
    }
    .testimonial-content p {
        font-size: 14px;
    }
	.testimonial-avatar img{
		width:75px;
		height:75px;
	}
	.testimonial-content h3{
		font-size: 18px;
	}
	.testimonial-avatar{
		margin: 0 auto 60px;
	}
	.testimonial-slider button.slick-prev.slick-arrow, .testimonial-slider button.slick-next.slick-arrow{
		display: none !important;
	}
    .testimonial-stats {
        padding: 0 20px;
		margin-bottom: 20px;
    }
	.testimonial-slider{
		padding-bottom: 40px;
	}
    .stat-item .stat-value {
        font-size: 36px;
    }
    .custom-accordion .accordion-item {
        padding: 10px 13px;
    }
    .custom-accordion .accordion-content p {
        font-size: 14px;
    }
    .custom-accordion .accordion-header h3 {
        font-size: 14px;
        font-weight: 600;
    }
	span.grad-number {
		position: absolute;
		left: 0;
	}
	.second-games-wrapper{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
	}
	span.grad-number img {
		width: 100%;
	}
	span.grad-number img:hover {
		box-shadow: none;
		border: none;
	}
	.new-release-item {
		height: 140px;
	}
	.second-games-wrapper a {
		width: 100% !important;
		display: flex;
		justify-content: flex-end;
		z-index: 999;
		position: relative;
		align-items: center;
	}
         .second-games-wrapper img {
        height: 140px !important;
        width: 72%;
        z-index: 999;
    }
	.bigs-wins-slider .win-card {
	    padding: 8px;
	}
	.win-cart-img img {
		height: 200px !important;
	}
	.win-meta-name {
		font-size: 14px;
	}
	.win-amount {
		font-size: 20px;
	}
	.bigs-wins-slider .swiper-button-next,
	.bigs-wins-slider .swiper-button-prev {
		display:none;
	}
	.top-games-main-wrapper.mobile-wrapper .slick-list {
		overflow: visible;
		margin-right: 190px;
	}
	.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-ios {
		padding: 0 50px 0px 0;
	}
	.elementor-element.elementor-element-1bfb2c0.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    overflow: hidden;
}
	
}
