@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Quicksand:wght@300..700&display=swap");


.content__titlesub-shy {
  color: #1f1903;
  font-size: 25px;
  padding-bottom:10px;

}

.cardb-text {
  color: #1f1903;
  font-size: 1.7rem;
  line-height: 1.6;
}

.cardb-head {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 50px;
  background: -webkit-linear-gradient(45deg, #f4ec54, #1f1903);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 50px;
  margin-top: 50px;
  padding-bottom: 10px;
}

@media (max-width: 426px) {
  .cardb-head{
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 35px;
    background: -webkit-linear-gradient(45deg, #f4ec54, #1f1903);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 50px;
    margin-top: 50px;
    padding-bottom: 10px;
  }
  
}

.birthcards {
  margin: 0;
  padding: 0;
}

.card123 {
  margin-bottom: 3rem;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  max-width: 100%;
  overflow: hidden;
}

/* .card:hover{
    background-color: white;
    margin: 20px;
    border-radius: 20px;
    max-width: 80%;
    box-shadow: 0px 0px 10px 0px ;
  } */
.card123 img {
  border-radius: 20px 0px 0px 0px;
  display: block;
  height:180px;
}

.card123 img:hover {
  border-radius: 20px 0px 0px 0px;
  transform: scale(1.1);
  transition: 1s;
}

.birthcards {
  justify-content: center;
}

@media (max-width:770px){
  .card123 {
    background-color: rgb(255, 255, 255);
    margin: 40px 20px;
    border-radius: 20px;
    min-width: 44%;
    overflow: hidden;
  }
}