/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 13 2024 | 03:55:01 */
@import 'https://fonts.googleapis.com/css2?family=Roboto';
header{
  position: sticky;
    top: 0px;
  z-index:999;
}
.topnav li.wp-block-navigation-item a[aria-current="page"] {
    color: #FF3141;
}
body{
    --wp--preset--font-family--heading: Roboto;
    font-family: "Roboto"!important;
    font-size: 16px;
}
h2{
        font-size: clamp(22.041px, 1.378rem + ((1vw - 3.2px) * 0.872), 36px);
}
h3{
        font-size: clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.631), 28px);
}
p{
        font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.25), 18px);
}
a:hover, span:hover{
    color: #e8c15d;
    text-decoration: 2px #e8c15d solid!important;
}
.topnav{
    font-weight: 700;
}
.main{
    padding-top: 40px;
    padding-bottom: 40px;
}
.container{
    position: relative;
    width: 1170px;
    margin: 0 auto;
    z-index: 1;
}
.all-height{
    height: 100%;
}
.flex{
    flex-wrap: wrap!important;
}
.col-1{
    width: 100%;
}
.col-2{
    width: 50%;
}
.col-3{
    width: calc(100%/3);
}
.col-4{
    width: 25%;
}
.col-5{
    width: 20%;
}
.P10{
    padding: 10px;
}
.P15{
    padding: 15px;
}
.P20{
    padding: 20px;
}
.p-r{
	position:relative;
}
.imgbig{
    transform:rotate(0deg);
}
.imgbig img{
    width: 100%;
    height: 100%;
    transition:scale 400ms;
}
.imgbig:hover img{
    scale:110%;
}
.translate{
    transform:rotate(0deg);

}
.translate a.wp-element-button{
    transition:scale 400ms;

}
.translate:hover a.wp-element-button{
    scale:110%;

}
.imgsmall{
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1)* var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1)* var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
        transition: transform 0.3s ease;
}
.imgsmall:hover {
    --e-transform-scale: 0.9;
}
.girl{
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(25%);
	z-index: -1;
}
.over{
	overflow: hidden;
}
.home-game img{
	width: 190px!important;
}
.section-title {
    display: flex;
    align-items: center;
}
.section-title::before,
.section-title::after {
    content: '';
    flex: 1;
    height: 2px;
    background-color: #02307a;
}
.section-title::before {
    margin-right: 10px;
}
.section-title::after {
    margin-left: 10px;
}

/********/
.section-title-white {
    display: flex;
    align-items: center;
}
.section-title-white::before,
.section-title-white::after {
    content: '';
    flex: 1;
    height: 2px;
	background-color: #FFF;
}
.section-title-white::before {
    margin-right: 10px;
}
.section-title-white::after {
    margin-left: 10px;
}
.box-shadow{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
summary{
	background-color: #02307a;
	padding: 10px;
}
summary, summary::marker{
	color: #FFF;
}
details p{
	padding: 10px;
}
svg{
	height: 50px;
	fill: #FFF;
}
.ai-center{
	display: flex;
    align-items: center;
    flex-direction: column;
}
.slot-img-2{
	transform: scale(1.1);
	position: relative;
	z-index: 999;
}
.home-banner{
	min-height:clamp(147.871px , 9.242rem + ((1vw - 3.2px) * 17.633), 430px)!important;
}
@media screen and (max-width:1200px){
    .container{
        width: 870px;
        padding-right: 20px;
        padding-left: 20px;
    }   
	.all-width{
		width: 100%;
	}
}
@media screen and (max-width:899px){
    .container{
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .col-md-3{
        width: calc(100%/3);
    }
	.girl{
		position: relative;
		width: 60%;
	}
	.over{
		flex-direction: column
	}
	
}
@media screen and (max-width:781px){
	.girl{
		position: relative;
	}
}
@media screen and (max-width:699px) {
    .container{
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .col-md-1{
        width: 100%;
    }
    .col-md-2{
        width: 50%;
    }
    .col-md-4{
        width: 25%;
    }
}
@media screen and (max-width:599px){
	.nav{
		width:auto!important;
	}
}
@media screen and (max-width:479px){
    .col-sm-1{
        width: 100%;
    }
    .col-sm-2{
        width: 50%;
    }
    
}