*, *:before, *:after {
  box-sizing: border-box;
}

body, p {
   font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    font-size: 17px; 
    color: #333;
}
h1,h2,h3,h4,h5,h6, a, li, span, div, td{
   font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    margin:0;
    padding: 0;
}
h2{
font-size: 1.2em;  
    
}
h3{
  font-size: 1.1em; 
}
h4{
  font-size: 1.05em; 
}
.container{
    padding: 0;
}
img{
 max-width: 100%;   
}
.cwrap{
 padding:0 20px; 
    position: relative;
}
footer{
    position: fixed;
    bottom:0;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    z-index: 9999;
    height: 68.5px;
}
.mainshortcut{
    position: relative;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 10px 0;
}
.ftin{
    display: inline-block;
    width: 25%;
    text-decoration: none;
    margin:0;
}

a.ftin:active,a.ftin:link,a.ftin:visited{
    background:none;
    text-decoration: none;
}
.ftin h4{
    font-size:12px;
    text-decoration: none;
    color: #444;
    margin:0;
    padding:0;
    line-height: 1;
}
.ftin img{
    display: inline-block;
    width: 25px;
    height: auto;
    margin:0;
    padding:0;
    opacity: 1;
}
.shcutin{
    display: inline-block;
    width: 25%;
    text-decoration: none;
    margin:0;
    position: relative;
}
.shcutin img{
    display: inline-block;
    width:27%;
    height: auto;
    margin:0;
    padding:0;
    opacity: 0.9;
}
.shcutin h4{
    font-size:11px;
    text-decoration: none;
    color: #333;
    margin:0;
    padding:0;
    line-height: 1.2;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    height: 40px;
}
html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.settinglist{
 list-style: none;   
}
.settinglist li{
    
    border-bottom: 1px solid #EAEAEA;
    position: relative;
}
.settinglist img{
  max-height: 20px;   
    margin-right: 20px;
}
.gameslist img{
   max-height: 40px;   
    margin-right: 20px; 
}
.settinglist a{
      display: flex; 
    padding: 15px 15px;
text-decoration: none;
    font-weight: 500;
    color: #333;
}
.shcutin .icon-overlay {
    position: absolute;
    top: -8px;
    right: 64px;
    width: 20px;
    height: 20px;
    background-color: red;
    color: white;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.settinglist li:after{
     content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
}
.profilerow{
 text-align: center;   
}
.profilerow img{
  width: 100px;   
}
.ptop{
    padding-top: 15px;
}
.pbtm{
   padding-bottom: 15px; 
}
.fbold{
    font-weight: 600;
}
.homeslider{
   
}
.homeslider, .homeslider *{
      box-sizing: border-box;
    margin: 0; padding: 0;
}

.homeslider .slider{
    border-radius: 10px;
    overflow: hidden;
    height: 200%;
     background: #fff;
}
.homeslider{
 height: 328px;
  overflow: hidden;   
}
.logintopmargin{
 margin-top: 20%;   
}

      /* Preloader Styles */
        #preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            z-index: 9999;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #preloader .spinner {
            width: 30px;
            height: 30px;
            border: 5px solid rgba(34,140,78, 1);
            border-top-color: #fff;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }

        /* Hide content initially */
        #content {
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }
.goatdiv{
width: 15%;
  display: block;
  position: absolute;
  bottom: 10%;
}
.row {
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
/*

element {
  display: block;
}
.homeslider, .homeslider * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.slick-dots {
  position: absolute;
  bottom: -3px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 999;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 4px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
    background: #fff;
}*/
.backgreen{
  background: #2BAF61;
position: absolute;
    width: 100%;
    height: 200px;
    top:-20px;
        width: 100%;
    height: 30%;
   
    position: absolute;
    background: rgb(34,140,78);
background: linear-gradient(180deg, rgba(34,140,78,1) 0%, rgba(43,175,97,1) 93%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
}
.btn-primary{
 background: #2BAF61;
 border:0;
    color: #fff;
   width: 70%;
  margin: 0 auto;
  padding: 4px 0;
  height: 45px;
  font-size: 14px;
    text-transform: none;
    font-weight: 400;
  letter-spacing:0.4px ;
}
.btn-primary:active,.btn-primary:link{
   background: #2BAF61;
 border:0;
    color: #fff!important; 
}
.pleft40{
padding-left: 40px!important;    
}
.form-control {
  border: 1px solid #ddd;
  box-shadow: none;
  color: #333;
  font-size: 17px;
    height: 50px;
  padding: 9px 10px;
}
.logininput{
 position: relative;
}
.inputusername .form-control,.inputpassword .form-control{
    background: #F2F4F3;
    border:1px solid #F2F4F3;
      font-size: 15px;
    height:50px;
  padding: 11px 10px;
    
}
::placeholder {
  color: #878787;
}
.inputusername:before{
     content: "\f2be";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ccc;
    font-size: 16px;
  padding-right: 0.5em;
  position: absolute;
  top: 12px;
  left: 12px;
}
.inputpassword:before{
     content: "\f084";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ccc;
    font-size: 16px;
  padding-right: 0.5em;
  position: absolute;
  top: 12px;
  left: 12px;
}
.signoutbtn,.signoutbtn:active, .signoutbtn:hover{
  background: #2BAF61;
  border: 0;
  color: #fff!important;
  width: 60%;
  margin: 0 auto;
  padding: 4px 0;
  height: 45px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.4px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 2.5em;
  border-radius: 8px;
}
.wider10{
 margin-left: -8px;
    margin-right: -8px;
}
.gridcontainer, .latestevent{
display: grid;
            grid-template-columns: 1fr 1fr;
}
.half{
  position: relative;
  height: 100%;
  vertical-align: top;
  float: none;
}
.eventdiv{
    margin: 5px;
  background: #fff;
  border: 1px solid #eee;
    padding:7px;
}
.product-card{
  margin: 5px;
  background: #fff;
  border: 1px solid #eee;
    padding:10px;
    box-shadow: 
rgba(0, 0, 0, 0.1)
0px 4px 12px;
}
.pointneed{
  font-size: 11px;   
}
.productname h4{
  font-size: 13px;
    font-weight: 600;
}
.eventdiv h4{
    font-size: 12px;
    font-weight: 600;
}
.dateevent{
   font-size: 11px; 
    margin-bottom: 10px;
}
.editprofile label{
    font-size: 12px;
    margin-bottom: 0;
}
label.error {
position: absolute;
  bottom: -5px;
  font-size: 9px;
  font-weight: 400;
  color: #ce0012;
  left: 10PX;
}
.form-control.error{
  border: 1px solid #ce0012;  
}
.formwrap{
 position: relative;
}
.gameslist h3{
 font-weight: 700;   
}
.gameslist p{
 font-size: 12px; 
    margin-bottom: 0;
}
.productname{
 margin-bottom: 15px;   
}
.productname h4{
 color:#000;
    line-height: 1.2;
    margin-bottom: 10px;
}
.product-card a{
 text-decoration: none;   
}
.pointtttxt p{
 margin-bottom: 0;   
}

@media screen and (max-width:767px) {
  .homeslider{
 height: 173px;
  overflow: hidden;   
}  
    .logintopmargin{
 margin-top: 40%;   
}
    
    .shcutin img{
    display: inline-block;
    width:42%;
    height: auto;
    margin:0;
    padding:0;
    opacity: 0.9;
}
    .shcutin .icon-overlay {
    position: absolute;
    top: -8px;
    right: 14px;
    width: 15px;
    height: 15px;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .goatdiv {
  width: 36%;
  display: block;
  position: absolute;
  bottom: 25%;
}
}

@media screen and (max-width:480px) {
    
    
}