@font-face {
  font-family: 'noor';
  src: url(../fonts/noor-font.ttf);
}

.card {
 
    border-radius: 5px;
    flex-basis:23%;
    margin: 0 auto;
    background: #F8F8F8;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #299DC6;
    min-height: 396px;
    padding: 15px 15px 15px;
    margin: 5px;
  }
  
 
  
 
  
  .card-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #299DC6;
    text-align: center;
    margin-top: 15px;
 
  }
  
  form input {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    min-height: 40px;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
  }
  
  form button {
    background-color: #27B1CD;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
  }
  img.img-fluid {
    border-radius: 10px;
}

p.template-name {
  font-family: 'noor' !important;
}
p.template-name {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 24.3%;
  right: 0;
  left: 0;
  margin: auto;
  color: #143449;
}
.desgin {
  position: relative;
}
 
div#greeting-preview {
  font-family: sans-serif !important;
}
div#show-preview img {
  max-width: 100%;
}
a.btn.btn-style {
  background: #043243;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
#greeting-preview {
  width: 1000px;
  height: 1000px;
 
  
}
h2.common-title {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 15px;
}
 
canvas#canvas {
  max-width: 100%;
}
@media (max-width:820px) {
  .card{
      flex-basis: 45%;
      margin: 10px auto !important;
}
}
@media (max-width:767px){
  .card {
    flex-basis: 90%;
    margin: 10px auto !important;
}
}
