/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.8.1754567612
Updated: 2025-08-07 11:53:32

*/


.use_promo_code_logo img{
    max-width: 100px !important;
    position: absolute;
    transform: rotate(-25deg);
    left: 30px;
    top: -20px;
    background: #24CC5F;
    padding: 5px;
    border-radius: 5px !important;
}
.use_promo_code {
    position: relative;
    padding: 45px 0 15px 0 !important;
    border: 2px solid #1b1912;
    border-radius: 25px !important;
    background-color: #090f1e;
    background-size: cover;
    min-width: 300px;
    -webkit-box-shadow: 1px 0 1px #473e12, 0 1px 1px #39ffa4, -1px 0 1px #473e12, 0 -1px 1px #ffdf39;
    box-shadow: 1px 0 1px #473e12, 0 1px 1px #39ffa4, -1px 0 1px #473e12, 0 -1px 1px #ffdf39;
}
.urban_code_row > div{
	display:flex;
	gap:0;
}
.urban_code_row > div input{
    border-radius: 10px 0px 0px 10px;
	height: 46px;
}
.urban_code_row > div button{
    border-radius: 0px 10px 10px 0px;
}
.countdown-timer-init {
    display: flex;
    flex-wrap: initial;
}
.countdown-items{
	background:none !important;
	width:50px !important;
	height:30px !important;
}
.countdown-items span{
	background:none !important;
	width:50px !important;
	font-family: "Roboto", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    color: #FFE352 !important;
}
.countdown-items .ctw-label{display:none !important}

.countdown-timer-widget{flex-wrap: inherit;height: 20px;}
.slot_game_title_box {
	font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -.06em;
    text-align: left;
    padding: 30px 20px 10px;
    -webkit-box-shadow: inset 0px -45px 13px 3px var(--bg-color-blocks);
    box-shadow: inset 0px -45px 13px 3px var(--bg-color-blocks);
    width: 100%;
    margin-top: -42px;
    position: relative;
}
.elementor-button-success a{width:100%}
.border_radius table {
    border-radius: 25px !important;
    overflow: hidden;
}
.contents_button_row .elementor-button-icon{
    transform: rotate(45deg);
}
.main_button .elementor-button{min-width: 220px; padding: 15px;}
.active_button  .elementor-button-icon{
    width: 3px;
    height: 3px;
    background-color: #25d04b;
    border-radius: 50%;
    padding: 3px;
    margin: 5px;
    -webkit-box-shadow: 0 0 10px #25d04b;
    box-shadow: 0 0 10px #25d04b;
    position: relative;
}
.active_button .elementor-button-icon:after {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    border-radius: 50%;
    left: -2px;
    -webkit-box-shadow: 0 0 5px #25d04b;
    box-shadow: 0 0 5px #25d04b;
}
.actual_promo_code_button a{
    border: 2px dashed #09101e;
    background-image: linear-gradient(90deg, rgb(113, 85, 237) 0%, rgb(109, 80, 175) 163.71%);
    -webkit-box-shadow: inset 0 0 20px 32px #09101e !important;
    box-shadow: inset 0 0 20px 32px #09101e !important;
    border-radius: 66px;
    -webkit-box-sizing: border-box;
    /* box-sizing: border-box; */
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 142.69%;
    text-transform: uppercase;
    width: 320px;
    padding: 10px 0;
    margin-top: 20px;
    outline: 0;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}
.half_border {
	position: relative;
}
.half_border h2::after {
    content: "";
    border-bottom: unset;
    width: 10%;
    position: absolute;
    bottom: -5px;
    height: 5px;
    border-radius: 4px;
    left: 0;
    background-image: linear-gradient(118deg, #108de7, #0855c4);
}
.number_listing ul{
	grid-template-columns: repeat(2, 1fr) !important;
    display: grid !important;
	counter-reset: myCounter;
}
.number_listing ul li{
	position:relative;
}
.number_listing ul li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    background-color: rgb(30, 115, 190);
    display: inline-block;
    text-align: center;
    margin: 5px 10px 5px 0;
    line-height: 19px;
    min-width: 19px;
    width: 19px;
    height: 19px;
    border-radius: 4px;
}



.header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.header__buttons>:nth-child(2) {
    margin-left: 10px;
    background-image: linear-gradient(70deg,#31bc69 -8%,#089e4e 96%)
}

.header__buttons>:nth-child(2):hover {
    opacity: .9
}


.btn-with-caption {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: 20px 20px;
    grid-template-rows: 20px 20px;
    background-size: 300% 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: var(--button-gradient);
    font-weight: 700;
    -webkit-box-shadow: 0 6px 22px 0 rgba(5,109,218,.3);
    box-shadow: 0 6px 22px 0 rgba(5,109,218,.3);
    color: var(--button-gradient-text);
    border: unset;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
	min-width: 50%;
    justify-content: space-between;
}

.btn-with-caption--sm {
    padding: 8px 16px;
    border-radius: 10px
}

.btn-with-caption--md {
    padding: 8px 24px;
    border-radius: 32px;
    max-width: 400px
} 
.btn-with-caption--sm{
	display: flex;
	justify-content: center;
	gap: 10px;
}

span.btn-with-caption__caption {
      font-size: 12px;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    margin-top: 6px;
    display: flex
;
    gap: 6px;
	    justify-content: space-between;
    width: 100%;
}
.button_left_row{
	   display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.download_button {
    flex-direction: column;
    min-width: 121px;
    /* justify-content: space-between; */
    align-items: flex-start;
    gap: 0;
}

@media (min-width: 320px) {
    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display:flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        flex-direction: row-reverse;
        text-align: end
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        flex-direction: row;
        text-align: start
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        align-items: flex-end
    }
}
@media(max-width:767px){
	
.btn-with-caption {

	min-width: 50%;
    justify-content: space-between;
}
	.ast-below-header-bar .ast-builder-grid-row{
		    grid-template-columns: initial;
	}
	.ast-below-header-bar .ast-flex{
		        width: 100%;
        display: grid;
        padding: 0px !important;
        gap: 0px !important;
	}
.ast-below-header-bar .ast-header-html-1,.ast-below-header-bar .ast-builder-html-element,.ast-below-header-bar .header__buttons{
		width:100%;

	}
	.countdown-items{
		min-width:3
			40px !important
	}
	
}





