
/* New card Effect */
.cardmouseover{
    text-align: center;
}
.cardmouseover .card-wrapper {
    margin-bottom: 6rem;
  }
  .cardmouseover .card-image .card .card-img-wrapper {
    height: 100%;
  }
  .cardmouseover .card-image .card .card-body {
    display: none;
  }
  .cardmouseover .card-image-title-description .card .card-img-wrapper {
    max-height: 160px;
  }
  .cardmouseover  .card-image-title-description .card {
    position: relative;
    min-height: 300px;
  }
  .cardmouseover .card-image-title-description .card .card-body {
    height: auto;
    position: relative;
    top: 0;
    margin-bottom: -70px;
  }
  .cardmouseover .card-image-title-description .card:hover .card-body {
    top: -70px;
  }
  .cardmouseover .card-image-title-description .card .card-body .card-title {
    margin-bottom: .75rem;
  }
  .cardmouseover .card {
    /* display: inline-block; */
    position: relative;
    overflow: hidden;
    height: 110%;
    width: 100%;
    border: 1px;
  }
  .cardmouseover .card:hover {
    box-shadow: 8px 12px 31px -10px #ab98ab;
  }
  .cardmouseover .card-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 75%; */
    overflow: hidden;
    margin-bottom: 15%;
  }
  .cardmouseover .card-img-wrapper img {
    transition: 1.7s ease;
  }
  .cardmouseover .card:hover .card-img-wrapper img {
    transform: scale(1.60);
  }
  .cardmouseover .card-body .card-title {
    margin-bottom: calc(50% + 20px);
    transition: 0.5s ease;
    color: #000;
    text-align: center;
    font-size: 16px;
  }
  .cardmouseover .card:hover .card-body .card-title {
    margin-bottom: .75rem;
  }
  
  .cardmouseover .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 22%;
    background-color: #DCE9F5;
    transition: 0.5s ease;
  }
  .cardmouseover .card-content {
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    transition: 1.5s ease;
  }
  .cardmouseover .card:hover .card-body {
    height: 100%;
    background-color: #3498db;
    color: #fff;
  }
  .cardmouseover .card:hover .card-title {
   
    color: #fff;
  }
  .cardmouseover .card:hover .card-content {
    bottom: 0;
  }
 
  .cardmouseover .card-content-list{
    padding-left: 10px;
  }
  .cardmouseover .card-content-list li{
    color: #fff;
    font-size: 10px;
    list-style: disc;
    line-height: 2;
    text-align: left;
  }
   
  .carousal-bottom h1 {
    margin: 0 0 10px 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    color: black;
  }


  .carousal-bottom h2 {
    color: #484848;
    margin-bottom: 50px;
    font-size: 20px;
  }
  
  .carousal-bottom .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #3498db;
    border: 2px solid #3498db;
  }
  
  .carousal-bottom .btn-get-started:hover {
    background: #3498db;
    color: #fff;
  }
  
  .carousal-bottom .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
  }
  
  @media (min-width: 1024px) {
    .carousal-bottom {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 991px) {
    .carousal-bottom {
      height: fit-content;
    }

    .carousal-bottom .carousel-item{
      /* height: 75vh !important; */
    }
  
    .carousal-bottom .animated {
      animation: none;
    }
  
    .carousal-bottom .hero-img {
      text-align: center;
    }
  
    .carousal-bottom .hero-img img {
      width: 50%;
    }
  }
  
  @media (max-width: 768px) {
    .carousal-bottom {
      margin-top: 20px;
    }
  
    .carousal-bottom h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    .carousal-bottom h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  
    .carousal-bottom .hero-img img {
      width: 70%;
    }
    .carousel-indicators {
        top: 30px;
    }
  }
  
  @media (max-width: 575px) {
    .carousal-bottom .hero-img img {
      width: 80%;
    }
  }
  
  @keyframes up-down {
    0% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(-10px);
    }
  }


  
.about-img{
    text-align: center;
    margin-top: 2%;
  }
  .about-img img{
    /* width: 100%; */
  }
  
  .carousel-item{
    /* height: 90vh; */
  }
  /* .carousel-inner{
    height: 95%;
  } */

  /* #myCarousel .carousel-inner{
    min-height: 95%;
  }
   */
  