@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap"); /*font-family: 'Roboto Condensed', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Pangolin&display=swap');


.featured-text{
  border-bottom: 3px dashed black;
  width:50%;
  margin: -30px auto;
  margin-bottom: 10px;
  padding-bottom: 8px;
  text-shadow: 2px 2px 5px rgba(34, 3, 41, 0.5);
  font-size: 250%;
  font-family: 'Pangolin', cursive;
  text-shadow: 2px 2px 5px white;
}

.cards {
  margin: 0px auto;
  margin-top: 60px;
  width: 1420px;
  text-align: center;
  padding-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.featured-text{
  width:100%;
}

.card {
  width: 48.5%;
  height: 295px;
  overflow: hidden;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.541);
  border-radius: 10px;
}

.main-card {
  height: 100%;
  display: flex;
  background-color: transparent;
}

.img-box {
  height: 100%;
  width:70%;
  background-color: #F4FAFF;
  overflow: hidden;
  order:2
}

.data {
  width:30%;
  height: 100%;
  position: relative;
  background-color: #3B3561;
  color: #F4FAFF;
  box-shadow: 2px 0px 3px black;
}

.data-name {
  margin: 0px;
  margin-top: 15px;
  padding: 3px;
  white-space: nowrap;
}

.data-version {
  padding-bottom: 3px;
  font-size: 70%;
  font-style: italic;
  font-weight: 500;
  color: #7eda28;
  margin: 0;
}

.data-description{
  height: 44%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
  width:80%;
}
.gc_bt {
  width: 80%;
  background-color: #ffa51d;
  transition: 0.4s;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
  cursor: pointer;
}

.gc_bt:hover {
  background-color: #4e0745;
  color: white;
  box-shadow: 2px 2px 4px rgb(44, 44, 44);
}

.st_bt{
  width: 80%;
  padding-top: 6px;
  margin-top: 10px;
  padding-bottom: 6px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 100%;
  background-color: #1B9AAA;
}



#anim_c_2 {
  overflow: hidden;
  position: relative;
}

#anim_bt_2 {
  margin-top: 125px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  background-color: #87B37A;
  color: #17301C;
  font-size: 120%;
  border: none;
  font-family: "Roboto Condensed", sans-serif;
  transition: 0.5s;
  border-radius: 5px;
}

#anim_bt_2:hover {
  background-color: #10011d;
  color: #99759e;
  cursor: pointer;
}

#anim_c_3 {
  cursor: pointer;
  height: 100%;
}

.down_link{
  width:100%;
  text-align: center;
  margin-top: 20px;
  padding: 20px 0px 20px 0px;
  cursor: pointer;
  background-color: #AF3E4D;
  color: #F4FAFF;
  border-radius: 15px;
  font-size: 140%;
  transition: 0.3s;
}

.down_link:hover{
  color: #deeaf3;
}

.down_link:focus{
  color:#F4FAFF;
}
