html, body {
    overflow-x: hidden;
}

body {
    background: #00061C;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
}

.space {
    padding-top: 60px;
    padding-bottom: 60px;
}

.space_top {
    padding-top: 40px;
}

h1, h2 {
    text-align: center;
    margin-bottom: 20px !important;
    font-size: 40px;
    position: relative;
    z-index: 10;
}

header {
    display: none;
}

/* ========================================================================== */
/* ============= BANNER               ======================================= */
/* ========================================================================== */
.video_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100vh;
}

#rev_slider_1_1_wrapper, #rev_slider_1_1_forcefullwidth {
    height: 100vh !important;
}

.bgmou {
    z-index: 100;
    background-position: bottom;
    background-size: cover;
    padding-bottom: 30px;
}

.flag_link {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(7, [col-start] 1fr);
    text-align: center;
    width: 100%;
    margin: auto;
}

.flag_link img {
    width: 70px;
}

.flag_link p {
    margin-bottom: 0;
    width: 100%;
}

.flag_link a {
    display: block;
    padding: 4px 10px;
    width: 100%;
    border-radius: 50px;
    background: transparent;
    color: #7B7B7B;
    border: 1px solid #7B7B7B;
    text-decoration: unset;
    font-weight: 500;
    transition: all .3s;
    margin-bottom: 10px;
    width: 100%;
}

.flag_link a:hover {
    background: #FF7708;
    color: #fff;
    border: 1px solid #FF7708;
}

.flag_link a br, .flag_link p br {
    display: none;
}

.flag_box {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
}

.bgmou h2 {
    margin-bottom: 25px !important;
}

.flag_link h4 {
    font-size: 20px;
    font-weight: 500;
}

/* ========================================================================== */
/* ============= BEST                 ======================================= */
/* ========================================================================== */
.title_logo {
    font-weight: 900;
}

.title_color {
    color: #FF7708;
}

.best_title {
    text-align: center;
}

.best_flex {
    position: relative;
}

.best_bg {
    position: absolute;
    top: -5%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transform: scale(1.5);
	pointer-events:none;
}

.best_box {
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #11172f;
    border-radius: 20px;
    padding: 25px 20px;
}

.best_flex .col-md-4 {
    margin-bottom: 30px;
}

.best_box img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    margin-bottom: 20px;
}

.best_box h4 {
    font-size: 20px;
    font-weight: 700;
}

.best_casino {
    background-size: cover;
}

#pricing {
    position: relative;
}

.glow-circle {
    width: 270px;
    height: 270px;
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 6;
    border-radius: 50%;
    opacity: 0.3;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: blur(35px);
}

.glow-circle:before {
    content: ' ';
    border-radius: 150px;
    width: 270px;
    height: 270px;
    background: #FF7708;
}

.glow-item {
    min-height: 230px;
    border-radius: 20px;
    position: relative;
}

.glow-item .before, .glow-item .after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: conic-gradient(
        from -45deg at 50% 50%,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 33%,
        #FF7708 50%,
        rgba(0, 0, 0, 0) 66%,
        rgba(0, 0, 0, 0) 100%
    );
}

.inner-glow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
}

/* ========================================================================== */
/* ============= HOW                  ======================================= */
/* ========================================================================== */
.how_bg {
    display: flex;
    align-items: center;
}

.how_register {
    padding-top: 20px;
    padding-bottom: 40px;
}

.how_image img {
    padding-right: 20px;
}

.timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px
}

.timeline-item {
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
}

.timeline-dot {
    position: absolute;
    left: -9px;
    width: 20px;
    height: 20px;
    background: #00061C;
    border-radius: 50%;
    transition: background .5s ease;
    border: 2px solid #FF7708;
}

.timeline-item:before {
    content: '';
    width: 2px;
    left: 0;
    height: 130%;
    background: #7B7B7B;
    transition: background .5s ease;
    display: block;
    position: absolute;
}

.timeline-item.active:before {
    background: #FF7708;
}

.timeline-item.active .timeline-dot {
    background: #ff8c00;
    box-shadow: 0px 0px 10px 0px #FF7708;
}

.timeline-content {
    background: #141D3E;
    padding: 25px 30px;
    border-radius: 11px;
    transition: transform 1s ease, opacity 1s ease;
    opacity: 0.5;
    width: 100%;
}

.timeline-item.active .timeline-content {
    opacity: 1;
}

.timeline-item h3 {
    color: #FF7708;
    font-weight: 700;
    font-size: 24px;
}

.timeline .timeline-item:first-child:before {
    height: 65%;
    bottom: -20px;
}

.timeline .timeline-item:last-child:before {
    height: 65%;
    top: -20px;
}

/* ========================================================================== */
/* ============= PRODUCT              ======================================= */
/* ========================================================================== */
.product_section {
    position: relative;
}

.product, .product_bg {
    position: relative;
}

.product_bg {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.product {
    padding-top: 40px;
}

.product ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 30px;
    width: 90%;
    margin: auto;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: scale(1.5);
    z-index: -1;
}

.product li {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

.product li a {
    display: block;
}

.product.active li {
    opacity: 1;
    transform: translateY(0);
}

.product.active li:nth-child(1) {
    transition-delay: 0s;
}

.product.active li:nth-child(2) {
    transition-delay: 0.3s;
}

.product.active li:nth-child(3) {
    transition-delay: 0.15s;
}

.product.active li:nth-child(4) {
    transition-delay: 0.75s;
}

.product.active li:nth-child(5) {
    transition-delay: 1s;
}

.product.active li:nth-child(6) {
    transition-delay: 0.6s;
}

.product.active li:nth-child(7) {
    transition-delay: 0.45s;
}

.product li:nth-child(2), .product li:nth-child(5) {
    padding-top: 10%;
}

.product li:nth-child(3), .product li:nth-child(4), .product li:nth-child(6) {
    padding-top: 6%;
}

.product li:nth-child(7) {
    padding-top: 3%;
}

.product li img {
    transition: transform .3s;
}

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

/* ========================================================================== */
/* ============= MODEL                ======================================= */
/* ========================================================================== */
.model .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.model_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px
}


.model_flex .model_box {
    width: 31.5%;
}

.model_flex .model_box img {
    transition: transform .3s;
}

.model_flex .model_box img:hover {
    transform: translateY(-10px);
}

.model {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-size: 100% 100% !important;
}

/* ========================================================================== */
/* ============= VIDEO                ======================================= */
/* ========================================================================== */
.video_slide {
    text-align: center;
}

.video_slide iframe {
    width: 100%;
    height: 575px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}

.owl-item.center .video_slide iframe {
    width: 80%;
}

.video-stream {
    border-radius: 25px !important;
}

.how_carousel .owl-dots .owl-dot.active span {
    width: 40px;
    background: #fff;
}

.how_carousel .owl-dots .owl-dot span {
    width: 20px;
    background: #7B7B7B;
    border-radius: 5px;
    margin: 0 5px;
}

.how_carousel {
    position: relative;
}

.how_carousel .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9.5%;
    height: 100%;
    margin: auto !important;
}

.how_carousel .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9.5%;
    height: 100%;
    margin: auto !important;
}

.how_carousel .owl-nav button:hover {
    background: unset !important;
    opacity: 1 !important;
}

.how_carousel .owl-nav button span {
    display: none;
}

.how_carousel .owl-nav button.owl-prev, .how_carousel .owl-nav button.owl-next {
    background: url(img/owl_arrow.webp?v=1) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center;
    width: 40px;
    height: 40px;
    opacity: 0.5;
}

.how_carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.how_carousel .owl-dots .owl-dot {
    margin-top: 20px;
}

.deposit {
    padding-top: 20px !important;
}

/* ========================================================================== */
/* ============= FOOTER               ======================================= */
/* ========================================================================== */
.footer_row {
    background: #060E2C;
}

.footer_row .row {
    gap: 35px;
}

.footer_row .footer_box1 {
    width: 40%;
}

.footer_row .footer_box2, .footer_row .footer_box3 {
    width: fit-content;
}

.footer_row .footer_box4 {
    width: 25%;
}

.footer_logo ul {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, [col-start] 1fr);
    margin-bottom: 0;
    margin-top: 15px;
}

.footer_payment, .footer_col {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.footer_payment h4 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer_title {
    font-size: 12px;
    margin-bottom: 10px;
}

.footer_img a {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
}

.footer_cert {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer_cert img {
    height: 28px;
}

.footer_img img {
    width: 35px;
}

.cert1 {
    margin-bottom: 10px;
}

footer {
    background: #37436F;
    padding: 12px 10px;
    font-size: 14px;
}
/* ========================================================================== */
.playnow_box{margin-bottom:25px;}
.btnplaynow{color:#fff;text-decoration:none;font-size:30px;font-weight:900;border-radius:50px;border:4px solid #ffdec2;text-shadow: 2px 4px 4px #C15600;text-align:center;display:block;margin:0 auto;width:350px;padding:6px;box-shadow:0px 5px 20px #ffd2ad;
background: rgb(255,204,132);
background: linear-gradient(180deg, rgba(255,204,132,1) 0%, rgba(255,170,11,1) 20%, rgba(255,147,8,1) 40%, rgba(255,119,8,1) 80%, rgba(255,177,113,1) 95%);
	 animation: zoomInOut 0.8s infinite;
}
/* Keyframes for zoom in and out */
@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1); /* Initial size */
    }
    50% {
        transform: scale(1.05); /* Zoomed size */
    }
}
.video-background {
    width: 100%;
    height: 100%;
}

/* --  background image section  -- */
.bg-wrap {
	position: absolute;
	bottom: 0;
	height: 100vh;
	min-height: 680px;
	width: 100%;
}
.bg-wrap:before{content:'';display:block;width:300px;height:100vh;position:absolute;left:0;top:0;z-index:10;background: rgb(0,6,28);
background: linear-gradient(90deg, rgba(0,6,28,1) 50%, rgba(0,6,28,0) 100%);}
.bg-wrap:after{content:'';display:block;width:300px;height:100vh;position:absolute;right:0;top:0;z-index:10;background: rgb(0,6,28);
background: linear-gradient(270deg, rgba(0,6,28,1) 50%, rgba(0,6,28,0) 100%);}
.bg-wrap-1 {
	position: relative;
	height: 100vh;
	overflow: hidden;
	width: 100%;
}

.bg-wrap-2 {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	bottom: 0px;text-align:center;top:0;
}

.video-background{
	width:100%;
	height: 100%;
}

.lang_box{display:flex;width:100%;gap:10px;flex-direction:column;}
.lang_box a{margin:0;width:100%;}
.flag_link{padding-bottom:30px;}
/* ========================================================================== */
/* ============= MEDIA                ======================================= */
/* ========================================================================== */
@media screen and (min-width: 2000px) {
    .video_slide iframe {
	    height: 650px !important;
	}
}

@media screen and (min-width: 1700px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}
	
	.product ul {
        width: 95%;
	}
	
	.video_slide iframe {
	    height: 600px;
	}
	
	.how_carousel .owl-nav button.owl-prev, .how_carousel .owl-nav button.owl-next {
	    width: 50px;
	    height: 50px;
	}
	
	.how_carousel .owl-prev {
	    left: 8.5%;
	}
	
	.how_carousel .owl-next {
	    right: 8.5%;
	}
}

@media screen and (max-width: 1600px) {
	h1, h2{font-size:35px;}
	.flag_link{padding-bottom:15px;}
	.playnow_box{margin-bottom:25px;}
	.btnplaynow{font-size:25px;width:300px;}
	.video-background{width:90%;height: 90%;}
}

@media screen and (max-width: 1450px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 100%;
		width: 100%;
		padding: 0 50px;
	}
	
	.video_slide iframe {
	    height: 500px;
	}
}

@media screen and (max-width: 1300px) {
    .footer_row .row {
        gap: 25px;
    }
    
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 100%;
		width: 100%;
		padding: 0 30px;
	}
	
	.how_carousel .owl-prev {
	    left: 10.5%;
	}
	
	.how_carousel .owl-next {
	    right: 10.5%;
	}
}

@media screen and (max-width: 1200px) {
	.video_slide iframe {
	    height: 450px;
	}
	
	.best_box img {
	    width: 42px;
	    height: 42px;
	}
	
	.best_box h4 {
	    font-size: 18px;
	}
	
	.glow-item {
        min-height: 260px;
	}
	
    .model_flex .model_box {
        width: 30.5%;
    }
    
    .footer_cert img {
        height: 20px;
    }
    
    .footer_img img {
        width: 30px;
    }
    
    .best_bg {
        height: 100%;
        object-fit: cover;
		
    }
    
    .how_carousel .owl-prev {
	    left: 10%;
	}
	
	.how_carousel .owl-next {
	    right: 10%;
	}
	
	.footer_row .row {
        gap: 20px;
    }
    
    .footer_row .footer_box4 {
        width: 24%;
    }
    
    .owl-item.center .video_slide iframe {
        width: 85%;
    }
}

@media screen and (max-width: 1024px) {
    .footer_row .footer_box1 {
        width: 39%;
    }
    
    .footer_payment {
        gap: 10px;
    }
    
    .cert1 {
        height: 35px;
    }
    
    .how_carousel .owl-prev {
        left: 11%;
    }
    
    .how_carousel .owl-next {
        right: 11%;
    }
}

@media screen and (max-width: 991px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }
    
    .glow-circle, .glow-item .before, .glow-item .after {
        display: none;
    }
    
    h1, h2 {
        font-size: 36px;
    }
    
    .best_flex .col-md-4 {
        width: 100%;
        background: #11172f;
        padding: 0;
        border-radius: 20px;
        margin-bottom: 0;
        border: 2px solid transparent;
    }
    
    .best_flex .row {
        display: grid;
        gap: 25px;
        grid-template-columns: repeat(2, [col-start] 1fr);
        margin: 0;
    }
    
    .model_flex {
        gap: 20px
    }
    
    .glow-item {
        min-height: auto;
    }
    
    .inner-glow {
        position: relative;
    }
    
    .best_box img {
        width: 40px;
        height: 40px;
    }
    
    .best_flex .col-md-4:hover {
        border: 2px solid #FF7708;
    }
    
    .timeline-item h3 {
        font-size: 22px;
    }
    
    .product_bg {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    .product ul {
        width: 100%;
        gap: 15px
    }
    
    .product {
        padding-top: 30px;
    }
    
    .model {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    .best_bg {
        transform: scale(1.2);
        height: 100%;
        object-fit: cover;
    }
    
    .model_flex .model_box {
        width: 31.5%;
    }
    
    .footer_row .footer_box1 {
        width: 100%;
    }
    
    .footer_logo ul {
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .footer_row .row {
        justify-content: space-between;
    }
    
    .footer_row .footer_box4 {
        width: 35%;
    }
    
    .flag_link {
        width: 70%;
    }
    
    .deposit {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .owl-item.center .video_slide iframe {
        width: 100%;
    }
    
    .video_slide {
        padding-top: 20px;
    }
	.flag_link{width:100%;grid-template-columns: repeat(4, [col-start] 1fr);}
}

@media screen and (max-width: 900px) {
    .how_bg {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    .how_bg .vc_col-sm-6 {
        width: 100%;
    }
    
    .how_image img {
        padding-right: 0;
        width: 60%;
        margin-bottom: 40px;
    }
    
    .timeline-item:before {
        left: 15px;
    }
    
    .timeline-dot {
        left: 6px;
    }
    
    .model .vc_column-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    
    .inner-glow {
        position: relative;
        align-items: center;
        text-align: center;
        padding: 20px 10px;
    }
    
    .best_flex .row, .model_flex {
        gap: 20px
    }
    
    .best_box h4 {
        font-size: 18px;
    }
    
    .best_box img {
        width: 38px;
        height: 38px;
    }
    
    h1, h2 {
        font-size: 34px;
    }
    
    .how_image img {
        width: 80%;
    }
    
    .product ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .product li {
        width: 22%;
    }
    
    .product {
        padding-top: 0;
    }
    
    .product li:nth-child(2), .product li:nth-child(5) {
        padding-top: 5%;
    }
    
    .product li:nth-child(3), .product li:nth-child(4), .product li:nth-child(6) {
        padding-top: 3%;
    }
    
    .product li:nth-child(7) {
        padding-top: 2%;
    }
    
    .model_flex .model_box {
        width: 47%;
    }
    
    .model_flex {
        padding-top: 0 !important;
    }
    
    .flag_link {
        width: 100%;
        gap: 30px
    }
    
    .video_slide iframe {
        height: 380px;
    }
	
	.bg-wrap{min-height:auto;height:auto;margin-bottom:-80px;}
	.bg-wrap{position:relative;height:auto;}
	.bg-wrap-1{position:relative;height:auto;}
	.bg-wrap-2{position:relative;left:0;right:0;top:0;bottom:0;margin:0;width:100%;}
	.bg-wrap:before, .bg-wrap:after{display:none;}
	.lang_box{display:block;}
	.lang_box a{margin-bottom:10px;}
	.video-background{width:150%;height:auto;margin-left:-25%;}
	.playnow_box{margin-bottom:30px;}
	.bgmou {min-height:auto !important;}
	.bg-wrap:after{content:'';display:block;top:inherit;bottom:0;width:100%;height:50px;background: rgb(0,6,28);
background: linear-gradient(0deg, rgba(0,6,28,1) 0%, rgba(0,6,28,0) 100%);}
	
}

@media screen and (max-width: 576px) {
    .timeline-item h3 {
        font-size: 20px;
    }
    
    .space_top {
        padding-top: 20px;
    }
    
    .timeline-content {
        padding: 20px 25px;
    }
    
    .space, .model, .product_bg {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    .flag_link img {
        width: 50px;
        margin-bottom: 5px !important;
    }
    
    .flag_link h4 {
        font-size: 16px;
    }
    
    .flag_link {
        gap: 20px;
    }
    
    .footer_row .footer_box2, .footer_row .footer_box3, .footer_row .footer_box4 {
        width: 100%;
    }
    
    .footer_col {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px
    }
    
    .footer_col .footer_colBox {
        width: 30%;
    }
    
    .footer_img br {
        display: none;
    }
    
    .footer_img {
        display: grid;
        grid-template-columns: repeat(3, [col-start] 1fr);
    }
    
    .footer_img img {
        width: 100%;
    }
    
    .cert1 {
        height: 32px;
    }
    
    .footer_logo ul {
        margin-bottom: 20px;
    }
    
    .footer_payment {
        gap: 5px;
    }
    
    .footer_logo ul {
        grid-template-columns: repeat(4, [col-start] 1fr);
    }
    
    .video_slide iframe {
        height: 300px;
    }
    
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0;
    }
    
    .how_carousel .owl-dots .owl-dot.active span {
        width: 35px;
    }
    
    .how_carousel .owl-dots .owl-dot span {
        width: 15px;
        height: 8px;
    }
}

@media screen and (max-width: 450px) {
    .how_image img {
        width: 100%;
    }
    
    .product li {
        width: 21.5%;
    }
    
    footer {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    .best_flex .row {
        display: grid;
        grid-template-columns: repeat(1, [col-start] 1fr);
    }
    
    .best_bg {
        display: none;
    }
    
    .timeline-item h3 {
        font-size: 18px;
    }
    
    .timeline-content {
        padding: 20px;
    }
    
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding: 0 15px;
    }
    
    .video_slide iframe {
        height: 250px;
    }
}

@media screen and (max-width: 371px) {
    .model_flex .model_box {
        width: 46%;
    }
}

@media screen and (max-width: 360px) {
    h1, h2 {
        font-size: 30px;
    }
    
    .product li {
        width: 29.5%;
    }
    
    .flag_link a {
        font-size: 13px;
    }
    
    .footer_col {
        justify-content: start;
    }
    
    .footer_col .footer_colBox {
        width: 46%;
    }
    
    .footer_img img {
        width: 30px;
    }
    
    .footer_img {
        display: block;
    }
    
    .footer_box3 {
        margin-top: 10px;
    }
    
    .video_slide iframe {
        height: 200px;
    }
    
    .best_title p br {
        display: none;
    }

}