*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: Impact;
}
body{
  background-image: url('https://github.com/MarianaAgudeloO/Data-lovers/blob/f47be1638d02323ef2bd4c07ec5760ed1af10391/src/images/background1.png?raw=true');
  background-repeat: no-repeat;
	background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  
}
.none{
  display: none;
}
header{ 
  color:white;
  align-content:center;
  text-align: center;
}
/* Estilos header */

.title {
  color: hsla(0, 0%, 0%, .9);
  font: normal 70px Electrolize;
  margin-top: 70px;
  height: 140px;
  left: 0;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  animation: move linear 2000ms infinite;
}
@keyframes move {
  0% {
    text-shadow:
      4px -4px 0 hsla(66,100%,50%, 1),
      3px -3px 0 hsla(66,100%,50%, 1),
      2px -2px 0 hsla(66,100%,50%, 1),
      1px -1px 0 hsla(66,100%,50%, 1),
      -4px 4px 0 hsla(120,100%,50%,1),
      -3px 3px 0 hsla(120,100%,50%,1),
      -2px 2px 0 hsla(120,100%,50%,1),
      -1px 1px 0 hsla(120,100%,50%,1)
    ;
  }
  25% {
    text-shadow:
      -4px -4px 0 hsla(120,100%,50%,1),
      -3px -3px 0 hsla(120,100%,50%,1),
      -2px -2px 0 hsla(120,100%,50%,1),
      -1px -1px 0 hsla(120,100%,50%,1),
      4px 4px 0 hsla(66,100%,50%, 1),
      3px 3px 0 hsla(66,100%,50%, 1),
      2px 2px 0 hsla(66,100%,50%, 1),
      1px 1px 0 hsla(66,100%,50%, 1)
    ;
  }
  50% {
    text-shadow:
      -4px 4px 0 hsla(66,100%,50%, 1),
      -3px 3px 0 hsla(66,100%,50%, 1),
      -2px 2px 0 hsla(66,100%,50%, 1),
      -1px 1px 0 hsla(66,100%,50%, 1),
      4px -4px 0 hsla(120,100%,50%,1),
      3px -3px 0 hsla(120,100%,50%,1),
      2px -2px 0 hsla(120,100%,50%,1),
      1px -1px 0 hsla(120,100%,50%,1)
    ;
  }
  75% {
    text-shadow:
      4px 4px 0 hsla(120,100%,50%,1),
      3px 3px 0 hsla(120,100%,50%,1),
      2px 2px 0 hsla(120,100%,50%,1),
      1px 1px 0 hsla(120,100%,50%,1),
      -4px -4px 0 hsla(66,100%,50%, 1),
      -3px -3px 0 hsla(66,100%,50%, 1),
      -2px -2px 0 hsla(66,100%,50%, 1),
      -1px -1px 0 hsla(66,100%,50%, 1)
    ;
  }
  100% {
    text-shadow:
      4px -4px 0 hsla(66,100%,50%, 1),
      3px -3px 0 hsla(66,100%,50%, 1),
      2px -2px 0 hsla(66,100%,50%, 1),
      1px -1px 0 hsla(66,100%,50%, 1),
      -4px 4px 0 hsla(120,100%,50%,1),
      -3px 3px 0 hsla(120,100%,50%,1),
      -2px 2px 0 hsla(120,100%,50%,1),
      -1px 1px 0 hsla(120,100%,50%,1)
    ;
  }
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: Impact;
}
body{
  background-image: url('https://github.com/MarianaAgudeloO/Data-lovers/blob/f47be1638d02323ef2bd4c07ec5760ed1af10391/src/images/background1.png?raw=true');
  background-repeat: no-repeat;
	background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
}
.none{
  display: none;
}
/* Estilos header */
h1{
  padding: 20px;
  font-family: Georgia;
  font-size: 40px;
  text-align: center;
}
/* Estilos header */
.menu{
  background-color: black;
  height: 75px;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  box-shadow: 5px 0 10px rgba(101, 255, 90, 0.6);
}
.logo{
  padding: 0 40px;
  width: 250px;
  cursor: pointer;
  }
.browser{
    display: flex;
    list-style: none;
    margin-right: 30px;
  }
.boxSelect{
    width: 130px;
    border-radius: 20px;
    height: 30px;
    text-align: center;
    margin-top: 10px;
    border-color: #1a4f28;
    box-shadow: 5px 2px 10px yellow;
  }
.btn{
    padding: 4px;
    width: 80px;
    border-radius: 12px;
    cursor: pointer;
    border-color: #1a4f28;
    box-shadow: 2px 5px 10px #b5f54e;
    background-color: #bef7ab;
  }
.btn:hover{
    background-color: #b5f54e;
    box-shadow: 5px 0 10px #b5f54e;
    transition: .4s;
  }
.browser li{
    border-radius: 3px;
    margin: 0 5px;
  }
.btn_menu{
    margin-right: 30px;
    font-size: 25px;
    font-style: solid;
    color: #fff;
    cursor: pointer;
    display: none;
  }
ul.show{
    top: 65px;
  }
.titleContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
h1{
    font-family: "Electrolize";
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin-top: 30px;
    padding: 20px 0;
  }
  .image{
    padding-top: 40px;
  }

/*Estilos main */
#resultCount{
  margin-top: 40px;
  text-align: center;
  margin: 40px;  
}
.cardContainer{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 70px;
}
.card{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  margin: 20px;
  width: 300px;
  height: 310px;
  text-align: center;
  border: inset;
  border-color: #b5f54e;
  background-color: rgb(0, 0, 0);
  color: white;
  border-radius: 3px;
  box-shadow: 5px 5px 6px #30322d, 5px 5px 10px  #b5f54e
  ;
}
.imgCard{
  width: 260px;
  height: 250px;
  border-radius: 150px;
  border-style: solid;
  border-color: #ffffff;
  box-shadow:  0px 0px 5px  #b5f54e, 0px 0px 15px #ffffff;
}


.cardCenter {
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.card:hover .cardCenter {
  transform: rotateY(180deg);
}

.cardFront {    
  backface-visibility: hidden;
}
.cardBack {
  position:fixed;
  top: 20px;
  padding: 15px;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  text-shadow: 0px 0 8px #b5f54e;
}
#mainName{
  margin: 5px;
  text-shadow: 3px 0 8px #b5f54e;
}
#btnSearchMobile {
  display: none;
}

/* Responsive */

@media screen and (max-width: 990px) {
  .boxSelect{
    width: 100px;
    border-radius: 20px;
    height: 30px;
    text-align: center;
    border-color: #1a4f28;
    box-shadow: 5px 2px 10px yellow;
  } 
  .btn{
    width: 60px;
    border-color: #1a4f28;
    box-shadow: 2px 5px 10px #b5f54e;
    background-color: #bef7ab;
  } 
}
/*Mobile*/
@media screen and (max-width: 858px) {

  .menu {
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .title{
    font-size: 35px;
    margin-top: 120px;
    width: 400px;
  }
  
  .cardContainer {
    position: relative;
    z-index: 0;
    padding: 10px;
  }
  
  .btn_menu{
    display: inline-flex;
  }
  .browser{
    position: fixed;
    width: 100vw;
    height: calc(100% - 65px);
    background-color: black;
    top: -100vh;
    text-align: center;
    transition: all .4s;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fff;
    box-shadow: 0 -1px 10px rgb(101, 255, 90);
  }
  .browser li{
    margin: 40px;
    line-height: 30px;
  }
  .searchBox{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .boxSelect{
    width: 130px;
    border-radius: 20px;
    height: 30px;
    text-align: center;
    margin-top: 10px;
    border-color: #1a4f28;
    box-shadow: 5px 2px 10px yellow;
  }
  #searchText{
    margin-bottom: 10px;
  }
  .cardBack{
    padding: 5px;
    font-size: 12px;
  }

  .logo{
    font-size: 25px;
    padding-left: 35px;
  }
  .card{
    padding: 10px;
    margin: 15px;
    width: 210px;
    height: 220px;
    border-radius: 3px;
    font-size: 16px;
  }
  .imgCard{
    width: 170px;
    height: 170px;

  }
  #mainName{
    margin: 1px;
  }
  
}

@media screen and (max-width: 858px) and (orientation: landscape){
  .browser li{
    margin: 5px 0 0 0;
  }
  .browser{
    overflow: scroll;
    height: calc(100% - 65px);
  }
}








