/*=================================common-css==================================================*/
html, body {
    font-size: 16px;
    line-height: 1.3;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}
html, body {
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b84951+0,1e0116+100 */
    background: #b84951; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #b84951 0%, #1e0116 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #b84951 0%,#1e0116 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #b84951 0%,#1e0116 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b84951', endColorstr='#1e0116',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #a5a5a5;
    font-size: 16px;
    line-height: normal;
    background-repeat: repeat;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-image: url("../images/bg.jpg"), url("../images/bg-small.jpg");
    background-attachment: fixed;
    /*    scroll-behavior: smooth; */
}
* {
    box-sizing: border-box
}
img {
    max-width: 100%;
    display: block
}
.no-jump-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
    image-rendering: -webkit-optimize-contrast !important;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -400px 0
    }
    100% {
        background-position: 400px 0
    }
}
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -400px 0
    }
    100% {
        background-position: 400px 0
    }
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;

}
select,
input[type="text"],
input[type="email"],
input[type="number"]{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    color: #333;
    background-color: #fff;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    font-size: 0.875rem
}
*:focus {
    outline: none;
}
a{cursor: pointer; display: block; text-decoration: none}
ul{
    margin: 0;
    padding: 0
}
li{
    list-style-type: none;
}
input:focus, button, img, a {outline: none; border: none}
/*=================================common-css==================================================*/


/*=================================custom-select ==================================================*/

.custom-select {
    width: 100%;
    line-height: normal;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 15px center;
    background-size: auto;
    background-size: 8px 10px;
    border-radius: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: none;
    outline: none;
    cursor: pointer;

}

/*=================================custom-select ==================================================*/


/*site-design*/
.common-header {
    padding: 15px;
    /*  position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;	
    z-index: 11111111;		
}
.cmn-logo {
    flex-grow: 1;
    min-width: 250px;
    max-width: 250px;
    width: 100%;
}
.cmn-logo img{
    max-width: 100%;
}
.common-header a {
    line-height: 1;
    font-size: 16px;
    text-decoration: none;
    color: #e6e6e6;
}	
.top-right a:hover{
    background: none;
}
.arrowicon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23e6e6e6' d='M192 448c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l137.4 137.4c12.5 12.5 12.5 32.75 0 45.25C208.4 444.9 200.2 448 192 448z'/%3E%3C/svg%3E");	
    background-repeat: no-repeat;
    padding-left: 18px;
    background-size: 10px auto;
    font-family: arial;
    background-position: left center;	
    text-transform:none;
    font-size: 16px;
    color: #e6e6e6;
    font-weight: bold;
}	
.mobLogo{
    display: none;
}		
@media only screen and (max-width:768px){
    .webLogo{
        display: none;
    }
    .mobLogo{
        display: block;
    }
    .cmn-logo {
        max-width:40px;
        min-width: 40px;

    }
}
.game-container{
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
}
.game-block{
    width: 100%;

}
.game-title{
    max-width: 450px;
    margin: 10px auto;
}
.game-title-inner{
    width: 100%;
    position: relative;
    padding-bottom: 20.77294685990338% 
}
.game-nav-block{
    width: 100%;
    margin: 10px 0;
}
.game-nav-block nav{
    display: block;
    width: 100%;
}
.game-nav-block nav{
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
}
.game-nav-block nav a{
    padding: 10px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    background-color: #F1C5C5;
    margin: 0 5px;
    border-radius: 8px;
    color: #58202A;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    width: 100%;
    text-align: center;

}
.game-nav-block nav a:hover{
    background-color: #C42F2F !important;
    color: #fff !important 
}
.game-nav-block nav a.active{
    background-color: #C42F2F !important;
    color: #fff !important
}
.status-block{
    width: 100%;
    margin: 10px 0;
}
.status-block .status{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.new-game-button-block{
    margin: 15px 0 10px 0;
    width: 100%;
}
.new-game{
    width: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
    display: block;
    border-radius: 8px;
    background-color: #eb3737 !important;
    color: #ffffff;
    text-align: center; 
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700
}
.new-game:hover{
    background-color: #C42F2F !important;
    color: #fff !important;
}
.settings-block{
    width: 100%;
    margin: 10px 0;
    text-align: center
}
.settings-block input{
    border: 1px solid red;
}
.settings-block label{
    padding: 0 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer
}
.enter-name-block{
    width: 100%;
    margin: 10px 0 0px 0;

}
.row{
    margin:0 -5px;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;
}
@media screen and (min-width: 600px) {
    .row{
        margin:0 -5px;
        display: -webkit-box ;
        display: -ms-flexbox ;
        display: flex ;
        -ms-flex-wrap: inherit ;
        flex-wrap: inherit ;
    }
  }
.form-row{
    width:100%;
    padding:5px;
}
.form-row label{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color:#f1c5c5;
    font-weight: 600;
    margin-bottom:5px;
    display: block;
}
.enter-name-block input{
    background-color: #F1C5C5;
    color: #58202A;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: left;
    border-radius: 8px;
    border: 0
}
.score-block{
    width: 100%;
    padding: 10px 10px 0 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.score-block .game-container{
    max-width: 800px;
    
}
.score-card{
    width: 100%;
    padding: 10px;
    background-color: rgba(88, 32, 42);
    position: relative
}
.Score-board-title{
    text-align: center;
    margin: 10px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;

}
.live-score-block{
    width: 100%;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
}
.individula-live-score{
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;

}
.close {
    outline: none;
    border: none;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    background-color: #B15959;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: normal;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 10000;
    cursor: pointer;
    text-decoration: none;
    display: block;
}   
/*site-design*/

/* ......................... Social media style .........................*/
.shareboxwrp {
    display: none;
    float: left;
    width: 100%;
}
.shareboxwrpin {
    margin: 0 auto;
    display: table;
    width: 40px;
}
.social-media-main {
    width: 50px;
    height:auto;
    float: left;
    position: absolute;
    bottom: inherit;
	top: 280px;
    z-index: 9;
    right: inherit;
	right: 165px;
    padding-top: 40px;
}
.shretle {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    width: 35px;
    height: 35px;
    line-height: 50px;
    background-size: 60% auto;
    background-image: url(../images/share.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color:#f9e2e2;
    padding: 3px 0;
    color: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    float: left;
    position: absolute;
    top: 0;
    left: 50%;
	margin-left: -17.5px;
    cursor: pointer;
    -moz-transition: all .2s linear .0s;
    -webkit-transition: all .2s linear .0s;
    transition: all .2s linear .0s;
}
/*
 .share-click{
    display:none
}
*/
.shretle.open {
    top: 0;
    background-image: url(../images/close.svg);
}
.social-media-ins {
    width: 100%;
    height: 180px;
    float: left;
    margin: 0px;
}
.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 110%;
}
.social-media-icon {
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-image: url(../images/social.svg);
    background-size: 40px auto;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 5px auto;
}
.tw-clr {
   background-position: -2px -83px;
    background-color: #2caafe;
}
.gl-clr {
    background-position: -4px -56px;
    background-color: #fb443e;
}
.wt-clr {
background-position: -1px -126px;
    background-color: #13b345;
}
.fb-clr {
    background-color: #2b44a0;
    background-position: -3px -3px;
}
/* ......................... /Social media style .........................*/


@media only screen and (min-width:768px) {
	.social-media-main {
		width: 50px;
		height: 195px;
		float: left;
		position: fixed;
		bottom: 10px !important;
		z-index: 9;
		right: 10px !important;
		padding-top: 40px;
		top: inherit;
		left: inherit
}
	.shretle {
		top: 130px;
	}
}































