/* index */

@font-face {
    font-family: "hobostd";
    src: url("font/hobostd.otf");
}

body,
.herofive {
    width: 100%;
    background-image: url("./img/logo/cera-removebg-preview.png");
}

.product-details {
    /* display: flex; */
    position: absolute;
    text-align: left;
    padding: 10px;
    height: 100%;
    width: 100%;
}

.Bitep {
    text-align: justify;
    margin: 0 0 0 -99px;
    font-weight: 900;
    font-family: sans-serif;
    padding: 80px 0px 28px 0px;
}

.texthome p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 4rem;
    font-weight: 800px;
    color: #dbbc6f;
}

.heroimageone {
    position: relative;
    top: -400px;
    left: -170px;
    display: inline;
}

.heroimagetwo {
    position: relative;
    left: -100px;
    top: -700px;
    transform: rotate(15deg);
    max-height: 600px;
}

.heroimagethree {
    position: relative;
    left: -100px;
    top: -100px;
    max-height: 400px;
}

.container_content_inner {
    width: 50%;
    margin-left: 80px;
}


/*
.container_outer_img {
    margin: 50px;
    width: 50%;
}
*/

.herofive {
    max-height: 100px;
    left: 1300px;
    bottom: 0px;
    position: relative;
    align-items: left;
    opacity: 0.5;
}

.heroimagefour {
    left: 100px;
    bottom: -200px;
    position: relative;
    max-height: 200px;
    align-items: left;
    opacity: 0.5;
}

.lookup {
    left: 300px;
    top: -1250px;
    position: relative;
    align-items: left;
    color: wheat;
}

.play {
    max-height: 50px;
    padding-left: 50px;
}


/* .herofive
  .product-details button {
	
  } */

.product-details a {
    text-decoration: none;
    color: white;
}

#homecontainer {
    position: relative;
    border: 3px solid white;
    background: #743816;
    text-align: center;
    border-radius: 45px;
    margin: 5em auto;
    height: 550px;
    width: 1250px;
}


/* game */


/* @media screen and (min-device-width: 768px) {
	#gamecontainers{
		position: relative;
		border: 5px solid white;
		background:#883809;
		text-align: center;
		border-radius: 45px;
		overflow: hidden;
		margin: 5em auto;
		height: 550px;
		width: 1250px ; 
		top: -380px ;
	  left: 25px ;
	 
	  }
	  #battery{
		
		top: -1110px ;
	}
	#batterys{
		
		top:-1140px ;
		left: 1200px ;
	}
	.card{
		width: 252px ;
	height: 120px ;
	cursor: pointer t;
	
	}
	.card-list {
		padding-top: 0px ;
		
		flex-direction: column ;
	  }
	  .allcard{
		width: 260px ;
		height: 150px ; 
	  }
	  .hey{
		top: -300px ;
  left: 600px ;
	  }

} */

.product-detailss {
    /* position: relative; */
    /* text-align: left; */
    /* overflow: hidden; */
    /* padding: 30px; */
    height: 100%;
    float: left;
    width: 100%;
}

.product-details p {
    text-align: center;
    font-family: monospace;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    color: #f3de8a;
}

#containers {
    position: relative;
    border: 5px solid white;
    background: #1d241f;
    text-align: center;
    border-radius: 45px;
    overflow: hidden;
    margin: 5em auto;
    height: 550px;
    width: 1250px;
    top: -300px;
    left: 25px;
}

.product-detailss img {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: 70%;
}

.gameoverimage {
    max-height: 300px;
}

.kidanddad {
    max-height: 200px;
    margin-top: -750px;
    align-items: left;
    padding-left: 300px;
}

#gamecontainers {
    position: relative;
    border: 5px solid white;
    background: #883809;
    text-align: center;
    border-radius: 45px;
    overflow: hidden;
    margin: 5em auto;
    height: 550px;
    width: 1250px;
    top: -380px;
    left: 25px;
}

 :root {
    --charge: 1%;
    --color: limegreen;
}

.hey {
    position: relative;
    top: -300px;
    left: 600px;
    border-radius: 0px 0px 40px 40px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 30px;
    height: 40px;
    color: #fff;
}


/* @media screen and (min-width: 1024px) {
	#battery{ */


/* height: 700px !important ; */


/* top:-1260px !important ; */


/* }
  } */


/* @media screen and (max-width: 1024px) {
	
	
	} */


/* cards */

#battery {
    width: 300px;
    height: 30px;
    font-size: 48px;
    position: relative;
    text-align: center;
    line-height: 100px;
    user-select: none;
    background: linear-gradient(to right, var(--color) var(--charge), gray var(--charge));
    clip-path: polygon(0% 0%, 95% 0%, 95% 30%, 100% 30%, 100% 70%, 95% 70%, 95% 100%, 0% 100%);
    border-radius: 5px;
    cursor: pointer;
    top: -1110px;
    left: 150px;
}

#batterys {
    width: 300px;
    height: 30px;
    font-size: 48px;
    position: relative;
    text-align: center;
    line-height: 100px;
    /* user-select:none; */
    background: linear-gradient(to right, var(--color) var(--charge), gray var(--charge));
    clip-path: polygon(0% 0%, 95% 0%, 95% 30%, 100% 30%, 100% 70%, 95% 70%, 95% 100%, 0% 100%);
    border-radius: 5px;
    cursor: pointer;
    top: -1140px;
    left: 1200px;
}

.cards-list {
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card {
    border: 3px solid white;
    width: 252px;
    height: 120px;
    border-radius: 40px;
    box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
    /* cursor: pointer; */
    transition: 0.4s;
}

.allcard {
    width: 260px;
    height: 150px;
}

.card .card_image {
    width: inherit;
    height: inherit;
    border-radius: 40px;
}

.card .card_image img {
    /* padding-left: 2px; */
    width: 100%;
    text-align: cente;
    height: 100%;
    align-items: center;
    border-radius: 39px;
    /* height: fit-content; */
    /* max-height: 100px; */
    /* object-fit: cover; */
}

.card_title {
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
    height: 30px;
}

.switchlang {
    position: relative;
    top: -450px;
    left: 40px;
    max-height: 200px;
    border: none;
    background-color: inherit;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

.card:hover {
    transform: scale(0.9, 0.9);
    box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25), -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
}

.title-white {
    color: white;
}

.title-black {
    color: black;
}

@media all and (max-width: 500px) {
    .card-list {
        /* On small screens, we are no longer using row direction but column */
        flex-direction: column;
    }
}


/* tabel */

#tabelcontainer {
    position: relative;
    border: 3px solid white;
    background: #883809;
    text-align: center;
    border-radius: 45px;
    margin: 5em auto;
    height: 550px;
    width: 1250px;
}

.tabel-details {
    height: 100%;
    float: left;
    width: 100%;
}


/* success */

.susses_detail {
    /* position: relative; */
    /* text-align: left; */
    /* overflow: hidden; */
    /* padding: 30px; */
    height: 100%;
    float: left;
    width: 100%;
}

#susses_containers {
    position: relative;
    border: 5px solid white;
    background: #262626;
    text-align: center;
    border-radius: 45px;
    /* overflow: hidden; */
    margin: 5em auto;
    height: 550px;
    width: 1250px;
    top: -300px;
    left: 25px;
}

.kidanddadonsuccess {
    max-height: 200px;
    margin-top: -1070px;
    align-items: left;
    padding-left: 300px;
}

.soccer {
    height: 520px;
    width: 1050px;
    position: relative;
    top: -900px;
    left: 580px;
}

.successlogo {
    position: relative;
    max-height: 50px;
    top: -1170px;
    left: -320px;
}

.outer {
    position: relative;
    top: -1120px;
    width: 200px;
    height: 20px;
    border: 2px solid #393E41;
    border-radius: 3px;
    overflow: hidden;
    left: 200px;
}

.cap {
    width: 5px;
    height: 15px;
    border: 2px solid #393E41;
    border-left: none;
    /* position: absolute; */
    position: relative;
    /* margin-left: 210px;
	margin-top: 106px; */
    top: -1098px;
    left: 402px;
}

.inner {
    width: 5px;
    height: 40px;
    background-color: green;
}

.inners {
    width: 5px;
    height: 40px;
    background-color: red;
}

.caps {
    width: 5px;
    height: 15px;
    border: 2px solid #393E41;
    border-left: none;
    /* position: absolute; */
    position: relative;
    /* margin-left: 210px;
	margin-top: 106px; */
    top: -1148px;
    left: 1443px;
}

.outers {
    position: relative;
    top: -1170px;
    width: 200px;
    height: 20px;
    border: 2px solid #393E41;
    border-radius: 3px;
    overflow: hidden;
    left: 1240px;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}


/* Extra small devices (phones, 600px and down) */


/*@media only screen and (max-width: 600px) {}*/


/* Small devices (portrait tablets and large phones, 600px and up) */


/*@media only screen and (min-width: 600px) {}*/


/* Medium devices (landscape tablets, 768px and up) */


/*@media only screen and (min-width: 768px) {}*/


/* Large devices (laptops/desktops, 992px and up) */


/*@media only screen and (min-width: 992px) {}*/


/* Extra large devices (large laptops and desktops, 1200px and up) */


/*@media only screen and (min-width: 1200px) {
    .heroimagetwo {
        max-height: 700px;
        left: 730px;
        top: -960px;
    }
    .heroimagetwo {
        position: relative;
        left: -100px;
        top: -750px;
        transform: rotate(15deg);
        max-height: 600px;
    }
    .heroimagetwo {
        max-height: 700px;
        left: 730px;
        top: -960px;
    }
}*/