/* //////////////////////////////////////////////// Card 1 ////////////////////////////////////////////////  */

.card {
  width: 300px;
  height: 380px;
  background: #3B617A;
  transition: all 0.4s;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705);
}

.card:hover {
  border-radius: 15px;
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705);
  transform: scale(1.2);
  background: white;
}

.first-content, .first-content-image {
  height: 64%;
  width: 100%;
  transition: all 0.4s;
  opacity: 1;
  border-radius: 15px;
}

.first-content {
    font-family: 'Russo One', sans-serif;
    font-weight: 500; 
    font-size: 40px; 
    text-transform: uppercase;
    color: white;
    text-shadow: #121212 1px 0 10px;
    padding-left: 50px;
    
}

.card:hover .first-content, 
.card:hover .first-content-image {
  height: 0%;
  opacity: 0;
}

.second-content, .second-content-image {
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  transform: rotate(90deg) scale(-1);
}

.card:hover .second-content,
.card:hover .second-content-image {
  opacity: 1;
  transform: rotate(0deg);
}

.second-content{
    font-family: 'Russo One', sans-serif;
    font-weight: 500; 
    font-size: 24px; 
    padding-top: 15px;
    align-self: center;
    text-transform: uppercase;
    color: black;
   
    text-align: center;
}


@media (max-width: 768px) {
  .card {
    width: 200px; 
    height: 260px; 
  }

  .first-content {
    font-size: 30px;
    padding-left: 30px; 
  }
}


/* //////////////////////////////////////////////// Card 2 ////////////////////////////////////////////////  */

.first-content-softail, .first-content-image {
  height: 64%;
  width: 100%;
  transition: all 0.4s;
  opacity: 1;
  border-radius: 15px;
}

.first-content-softail {
    font-family: 'Russo One', sans-serif;
    font-weight: 500; 
    font-size: 40px; 
    text-transform: uppercase;
    color: white;
    text-shadow: #121212 1px 0 10px;
    padding-left: 62px;
}

.card:hover .first-content-softail, 
.card:hover .first-content-image {
  height: 0%;
  opacity: 0;
}

.second-content, .second-content-image {
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  transform: rotate(90deg) scale(-1);
}

.card:hover .second-content,
.card:hover .second-content-image {
  opacity: 1;
  transform: rotate(0deg);
}

.second-content{
    font-family: 'Russo One', sans-serif;
    font-weight: 500; 
    font-size: 24px; 
    padding-top: 15px;
    align-self: center;
    text-transform: uppercase;
    color: black;
    
    text-align: center;
}
  
@media (max-width: 768px) {
    .card {
    width: 200px; 
    height: 260px; 
  }
  
    .first-content-softail {
        font-size: 30px;
        padding-left: 38px;
    }
}
      
/* //////////////////////////////////////////////// Card 3 ////////////////////////////////////////////////  */

.card {
  width: 300px;
  height: 380px;
  background: #3B617A;
  transition: all 0.4s;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705);
}

.card:hover {
  border-radius: 15px;
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705);
  transform: scale(1.2);
  background: white;
}

.first-content-dyna, .first-content-image {
  height: 64%;
  width: 100%;
  transition: all 0.4s;
  opacity: 1;
  border-radius: 15px;
}

.first-content-dyna {
    font-family: 'Russo One', sans-serif;
    font-weight: 500; 
    font-size: 40px; 
    text-transform: uppercase;
    color: white;
    text-shadow: #121212 1px 0 10px;
    padding-left: 90px;
}

.card:hover .first-content-dyna, 
.card:hover .first-content-image {
  height: 0%;
  opacity: 0;
}

.second-content, .second-content-image {
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  transform: rotate(90deg) scale(-1);
}

.card:hover .second-content,
.card:hover .second-content-image {
  opacity: 1;
  transform: rotate(0deg);
}

.second-content{
    font-family: 'Russo One', sans-serif;
    font-weight: 500; 
    font-size: 24px; 
    padding-top: 15px;
    align-self: center;
    text-transform: uppercase;
    color: black;
    
    text-align: center;
}

@media (max-width: 768px) {
    .card {
    width: 200px; 
    height: 260px; 
  }
  
    .first-content-dyna {
        font-size: 30px;
        padding-left: 60px;
    }
}

  
/* //////////////////////////////////////////////// Card 4 ////////////////////////////////////////////////  */

.card {
  width: 300px;
  height: 380px;
  background: #3B617A;
  transition: all 0.4s;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705);
}

.card:hover {
  border-radius: 15px;
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705);
  transform: scale(1.2);
  background: white;
}

.first-content-sportster, .first-content-image {
  height: 64%;
  width: 100%;
  transition: all 0.4s;
  opacity: 1;
  border-radius: 15px;
}

.first-content-sportster {
    font-family: 'Russo One', sans-serif;
    font-weight: 500; 
    font-size: 40px; 
    text-transform: uppercase;
    color: white;
    text-shadow: #121212 1px 0 10px;
    padding-left: 28px;
}

.card:hover .first-content-sportster, 
.card:hover .first-content-image {
  height: 0%;
  opacity: 0;
}

.second-content, .second-content-image {
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  transform: rotate(90deg) scale(-1);
}

.card:hover .second-content,
.card:hover .second-content-image {
  opacity: 1;
  transform: rotate(0deg);
}

.second-content-sportster{
    font-family: 'Russo One', sans-serif;
    font-weight: 500; 
    font-size: 24px; 
    padding-top: 15px;
    align-self: center;
    text-transform: uppercase;
    color: black;
    text-align: center;
}


@media (max-width: 768px) {
    .card {
    width: 200px; 
    height: 260px; 
  }
  
    .first-content-sportster {
        font-size: 30px;
        padding-left: 10px;
    }
    .second-content-sportster{
        font-size: 20px;
    }
}
