@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
:root {
    --font3: 'Roboto', sans-serif;
}

.img-container {
  border-right: 1px solid white;
  padding: 10px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
}

.card-wwd:hover .img-container {
  display:none
  color: black;
  width: 10%;
  border-color: black;
}


.image-wwd {
  display: inline;
  margin-top: auto;
  margin-bottom: auto;
}

.card-wwd:hover .image-wwd {
  display: none;
  color: black;
}


.card-animate-wwd {
  transition: all 0.7s cubic-bezier(.25,.8,.25,1);
}

.card-animate-wwd:hover {
  transform: translate(-10px, -10px);
}

.card-shadow-wwd {
  background-color: transparent;
  transition: all 0.7s cubic-bezier(.25,.8,.25,1);
}

.card-shadow-wwd:hover {
  background-color: black;
}

.sbutton-wwd {
  border: none;
  padding: auto;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.card-wwd:hover .sbutton-wwd {
   color: black;
}

.liner-wwd {
   width: 15px;
   height: 1px;
   background-color: white;
   transition: all 0.3s ease;
}

.button-container {
  position: absolute;
  bottom: 44px;
  left: 10px;
  width: 145px;
  margin-left: 6px;
  margin-top: 20px;
}

.button-container:hover .liner-wwd {
   color: black;
   width: 25px;
 
}

.card-wwd:hover .liner-wwd {
   background-color: black;
}

.sbutton5-wwd {
  background-color: transparent;
  color: white;
  font-weight: bold;
}

.h1,
h1 {
    font-size: 1.8rem;
}

.container-fluid {
    max-width: 1400px;
  z-index: -1;
}

.title-wwd {
  color: white;
  opacity: 1;
  transition: all 0.5s ease;
  transform: translate(0, 0);
}

.card-wwd:hover .title-wwd {
   opacity: 0;
   transform: translate(0, 30px);
}

.desc-wwd {
  opacity: 0;
  color: black;
  transform: translate(0, -60px);
  transition: all 0.5s ease;
}

.card-wwd:hover .desc-wwd {
  opacity: 1;
  transform: translate(0, -40px);
}

.card-wwd {
    color: white;
    background-color: transparent;
    background: transparent;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    border: 1px solid white;
    color: white;
}

.card-wwd:hover {
  background: white;
}

.img-hover-zoom--colorize img {
    width: auto;
    height: 130px;
    margin-top: 20px;
    padding: 1px;
}

.card-body-wwd{
  height: 200px;
  background-color: transparent;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab {
    font-size: 1.5rem;
    color: white;
    transition: transform .5s;
}

.fab:hover {
    color: black;
    transform: scale(1.1);
}

.black {
  background-color: transparent;
}


/* MEDIA */

@media only screen and (min-width: 1000px) {
    .img-hover-zoom--colorize img {
        width: 200px;
    }
  
    .card-body-2{
    height:200px;
  }
}

@media only screen and (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 1.8rem;
    }
}

.list-number {
  font-size: 100px;
  position: absolute;
  top: -40px;
  right: 10px;
}

