/* Make wrapper flex to place sidebar and content side by side */
body{
    margin: 0;
}
body{
    background-color: #0a0a0a;
    background-image: url(https://idea-bet.live/theme/money168/wp-content/uploads/2024/06/F4446F22-3895-4AF9-BA0F-1EA4AB075770-scaled.jpeg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
footer{
    padding-top: 20px;
}
#footer{
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #FFE14B;
    background-color: #271D01;
    color: white; 
    text-align: center; 
}
.site-main{
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

#primary {
    height: 100%;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
    display: flex !important
;
}
.wp-block-image-shadow img{
    box-shadow: 0px 0px 20px 5px #FFC908 !important;
	border: 3px solid #F0E567; !important;
    border-radius: 10px !important;
    cursor: pointer !important;
}

.elementor-widget-image-carousel .swiper{
    box-shadow: 0px 0px 35px 1px #d6a621 !important;
    border: 4px solid #f0e567;
    border-radius: 20px;
}
.elementor-element .swiper .swiper-slide figure, .elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0 !important;
    cursor: pointer;
}
#block-layer{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFC42DBF 0%, #312F0054 100%);
    border-radius: 100% 10% 20% 20%;
    border-style: solid;
    border-width: 10px 0px 03px 0px;
    border-color: #FFFFFF;
    box-shadow: 0px -5px 30px 0px #FFC000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
#money168 .elementor-widget-container img , .block-promotion .elementor-widget-container img{
    border: 2px solid gold;
    border-radius: 10px;
}
marquee{
    color: white;
}
#header .elementor-container {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFF7C8;
    box-shadow: 0px 0px 20px 3px #FFC908;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}

.elementor-element-a65af96 {
    width: 120px !important;
    height: 120px !important;
    background: linear-gradient(99deg, #505050, #000000e0);
    border-radius: 100px;
    border: 2px solid gold;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin: -50px 0px;
    margin-bottom: -50px !important;
}
#header .elementor-element-populated:hover .elementor-heading-title{
    cursor: pointer;
    color: #FFD261;
}
.icon-link img{
    width: 50px ;
}

.footer-bg{
    background-color: rgba(0, 0, 0, 0.83);
}
.active-menu {
    color: #ff0000;
    font-weight: bold;
  }



/* Start custom CSS for html, class: .elementor-element-e6af6ee */
@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:first-of-type {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}


/* End custom CSS */

.remove-pd .elementor-widget-wrap.elementor-element-populated{
	padding:0px !important
}
.elementor-widget:not(:last-child) {
    margin-block-end: 5px !important;
}
.block-product {
	padding:10px
}
/* .block-product{
	height:240px;
	background: url(https://cdnb.artstation.com/p/assets/images/images/048/912/675/large/norouzi-.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
} */
@media (max-width: 767px) {
	.grid-3-block .elementor-column-gap-default{
		  display: grid;
		  grid-template-columns: 1fr 1fr 1fr;
	}
	.elementor-element-d79d8e3 , .elementor-element-95e7b45 , .elementor-element-dd958e4{
		padding-top:10px
	}
}