.cardview img {
  height: 150px;
  width: 100%;
}

.item {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.item-card {
  transition: 0.5s;
  cursor: pointer;
}

.item-card-title {
  font-size: 15px;
  transition: 1s;
  cursor: pointer;
}

.item-card-title i {
  font-size: 15px;
  transition: 1s;
  cursor: pointer;
  color: #ffa710;
}

.card-title i:hover {
  transform: scale(1.25) rotate(100deg);
  color: #18d4ca;
}

.mycard {
  height: 25rem !important;
  box-shadow: 1px 1px 1px 1px;
}

.card {
  transition: 1s;
  border-radius: 1rem;
  width: 100%;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #420908;
}

.card-text {
  height: 80px;
}

.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  pointer-events: none;
}

.card::before {
  transform-origin: left top;
}

.card::after {
  transform-origin: right bottom;
}

.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}

.item a {
  text-decoration: none !important;
  color: black;
}

.item h5 {
  font-size: 1rem !important;
}

.item a:hover {
  color: black;
}

.btn-gradient-1 {
  background: #FB383B;
  color: white;
  padding-left: 1rem;
  padding-right: 1rem;
  border: none;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
  border-radius: 1rem 0.5rem 1rem 0.5rem;
}

.itemrelief .card {
  height: 13rem;
}

@media screen and (max-width: 900px) {
  .card {
    width: 100% !important;
    margin-bottom: 3rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .maincard .cards_item {
    padding: 0rem !important;
  }
  .maincard .cards_item .card-bottom-text {
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .item-card img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .carousel-item img {
    height: 22rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cards_item a {
  text-decoration: none !important;
}

.fullcard {
  background: #ffffff;
  text-align: center;
  padding: 1rem;
  border-radius: 4rem 2rem 4rem 2rem;
  border: 3px dotted #420908;
  box-shadow: 3px;
}

.fullcard h3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.fullcard img {
  height: 13rem;
  width: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4rem 2rem 4rem 2rem;
}

.fullcard:hover {
  background: #420908;
  color: white !important;
  border: 3px dotted white;
}/*# sourceMappingURL=blog.css.map */