.center2 {
   float: right;
   width: 45%; 
   
	text-align: center;
    margin-top: 10%;
	margin-right: 3%;
	padding-right: 3%;
}

#autodataPrim {
  float: left;
  width: 50%; 
  padding-left: 7%;

}

#cutie {
    content: '';
    display: table;
    clear: both; 
   
	padding-bottom: 1%;
}
#dateB {
	width: 70%;
}
.fundal{
  position:absolute; 
	max-width:120px;
	height:200px;
	top:2%;right:2%;
	background-size: cover; 
	background-repeat:no-repeat;
	border-radius: 10px;	
	text-align: center;
	color: rgb(7, 2, 2);
	text-shadow: 2px 2px 4px #000000;
	
}
.redim{
	width:29%;
	margin:1%;
	padding:1%;
	background:	#82C46C;
  justify-content: space-around;
  text-transform: capitalize;
  color: rgb(10, 7, 7);
}
.loc{
	top:1%;
color: rgb(10, 7, 7);}
.temp{
	color: rgb(8, 6, 6);
	}
	
.box {
    width:70%;
    height:200px;
    background:#FFF;
    margin:40px auto;
}


.effect2
{
  position: relative;
  text-transform: capitalize;
  
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: '';
  bottom: 10px;
  left: 5px;
  width: 50%;
  top: 80%;
  max-width:400px;
  background: rgb(223, 88, 139);
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px rgba(0,144,255);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 5px;
  left: auto;
}
	
@media screen and (max-width: 680px) {
.fundal{
	max-width: 120px;
	top:2%;right:5%;	
	height: 150px;
}
.redim{
	
	width: 95%;
	right: 10%;
	margin-left:10%;
}

.center2 {
 width: 90%;

}
#autodataPrim {
	
	 width: 100%; 
	 margin-top: 1%;
}
#dateB {
	width: 100%;
}



}

/*##############################################*/
/*=============== GOOGLE FONTS ===============*/
/*@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");*/

/*=============== VARIABLES CSS ===============*/
:root {
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --gradient-color-red: linear-gradient(90deg, 
                          hsl(7, 89%, 46%) 15%,
                          hsl(11, 93%, 68%) 100%);
  --gradient-color-orange: linear-gradient(90deg, 
                           hsl(22, 89%, 46%) 15%,
                           hsl(54, 90%, 45%) 100%);
  --gradient-color-yellow: linear-gradient(90deg, 
                           hsl(54, 89%, 46%) 15%,
                           hsl(92, 90%, 45%) 100%);
  --gradient-color-green: linear-gradient(90deg, 
                          hsl(92, 89%, 46%) 15%,
                          hsl(92, 90%, 68%) 100%);
  --text-color: #fff;
  --body-color: hsl(0, 22%, 96%);
  --container-color: hsl(120, 84%, 47%);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: 'Gill Sans', sans-serif;
  --font-weight: bold;
  --biggest-font-size: 2.5rem;
  --normal-font-size: .938rem;
  --smaller-font-size: .75rem;
}

/* Responsive typography */
@media screen and (min-width: 968px) {
  :root {
    --biggest-font-size: 2.75rem;
    --normal-font-size: 1rem;
    --smaller-font-size: .813rem;
  }
}

/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  font-weight: var(--font-weight);
  background-color: var(--body-color);
  color: var(--text-color);
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.puterepv {
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  margin: 1em;
  font-size: .938rem;
  color: red;

}

.title{
  font-weight: bold;
  color: rgb(83, 9, 202);
  text-transform: capitalize;
  text-align: left;
  margin: 1em;
  font-size: 1.3rem;
}

.heading{
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.tbl1 {
    float: left;
    
  }
  .tbl2 {
    float: left;
    width: 50%;
    height: 270px;
  }

/*=============== BATTERY ===============*/
.centrare {
	display: flex;
  justify-content: center;
	margin-bottom: -5%;
	width: 100%;
}



.battery {
  height: 100vh;
  margin: 2px;
  margin-bottom: -100%;

}

#Content {
  text-align: center;
}

.battery__card {
  float: right;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--text-color);
  position: relative;
  width: 33%;
  height: 340px;
  background-color: var(--container-color);
  padding: 1rem 1rem;
  border-radius: 1.5rem;
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
}

.battery__text {
  margin-bottom: .5rem;
}

.battery__percentage {
  font-size: var(--biggest-font-size);
}
.battery__percentagesec {
  font-size: var(--biggest-font-size);
}
.battery__percentage3 {
  font-size: var(--biggest-font-size);
}

.battery__status {
  position: absolute;
  bottom: 0.05rem;
  display: flex;
  align-items: center;
  column-gap: .5rem;
  font-size: var(--normal-font-size);
}

.battery__status i {
  font-size: 1.25rem;
}

.battery__pill {
  position: relative;
  width: 75px;
  height: 180px;
  background-color: var(--container-color);
  box-shadow: inset 20px 0 48px hsl(0, 0%, 16%), 
              inset -4px 12px 48px hsl(0, 0%, 56%);
  border-radius: 3rem;
  justify-self: flex-end;
}

.battery__level {
  position: absolute;
  inset: 2px;
  border-radius: 3rem;
  overflow: hidden;
}

.battery__liquid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 36px;
  background: var(--gradient-color-red);
  box-shadow: inset -10px 0 12px hsla(0, 0%, 0%, .1), 
              inset 12px 0 12px hsla(0, 0%, 0%, .15);
  transition: .3s;
}

.battery__liquid::after {
  content: '';
  position: absolute;
  height: 8px;
  background: var(--gradient-color-red);
  box-shadow: inset 0px -3px 6px hsla(0, 0%, 0%, .2);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -4px;
  border-radius: 50%;
}
.battery__liquid2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 36px;
  background: var(--gradient-color-red);
  box-shadow: inset -10px 0 12px hsla(0, 0%, 0%, .1), 
              inset 12px 0 12px hsla(0, 0%, 0%, .15);
  transition: .3s;
}

.battery__liquid2::after {
  content: '';
  position: absolute;
  height: 8px;
  background: var(--gradient-color-red);
  box-shadow: inset 0px -3px 6px hsla(0, 0%, 0%, .2);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -4px;
  border-radius: 50%;
}
.battery__liquid3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 36px;
  background: var(--gradient-color-red);
  box-shadow: inset -10px 0 12px hsla(0, 0%, 0%, .1), 
              inset 12px 0 12px hsla(0, 0%, 0%, .15);
  transition: .3s;
}

.battery__liquid3::after {
  content: '';
  position: absolute;
  height: 8px;
  background: var(--gradient-color-red);
  box-shadow: inset 0px -3px 6px hsla(0, 0%, 0%, .2);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -4px;
  border-radius: 50%;
}

/* Full battery icon color */
.green-color {
  background: var(--gradient-color-green);
}

/* Battery charging animation */
.animated-green {
  background: var(--gradient-color-green);
  animation: animated-charging-battery 1.2s infinite alternate;
}

/* Low battery animation */
.animated-red {
  background: var(--gradient-color-red);
  animation: animated-low-battery 1.2s infinite alternate;
}

.animated-green,
.animated-red,
.green-color {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@keyframes animated-charging-battery {
  0% {
    text-shadow: none;
  }
  100% {
    text-shadow: 0 0 6px hsl(92, 90%, 68%);
  }
}

@keyframes animated-low-battery {
  0% {
    text-shadow: none;
  }
  100% {
    text-shadow: 0 0 8px hsl(7, 89%, 46%);
  }
}

/* Liquid battery with gradient color */
.gradient-color-red,
.gradient-color-red::after {
  background: var(--gradient-color-red);
}

.gradient-color-orange,
.gradient-color-orange::after {
  background: var(--gradient-color-orange);
}

.gradient-color-yellow,
.gradient-color-yellow::after {
  background: var(--gradient-color-yellow);
}

.gradient-color-green,
.gradient-color-green::after {
  background: var(--gradient-color-green);
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 500px) {
  .battery__card {
    zoom: .8;
	width: 350px;
  }
  
	.battery {
		margin-bottom: -300px;
		width: 100%;
		
	}
	.centrare {
	    max-width: 400px;
		display: grid;
       margin-top: 5%;
				
    }
       .row {
      display: grid;
	  width: 90%;
	  margin-left:1%;
	  text-align: center;
	  }

  .col {
	width: 100%;
    max-width: 100%;
    height: 270px;
  }
 
}

/* For medium devices */
@media screen and (min-width: 430px) {
  .battery__card {
    width: 312px;

  }
}

/* For large devices */
@media screen and (min-width: 1024px) {
  .battery__card {
    zoom: 1;
  }
}
/*################################################*/