.carousel-inner {
  h2 {
    text-transform: capitalize;
    font-family: "rozha one";
    color: #fff;
  }

  p {
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: "poppins";
  }

  .slider-img {
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    padding: 20% 30px !important;

    .btn {
      width: 150px;
    }

    a {
      text-decoration: none;
    }
  }
  .img0{
    background: url(/assests/slider/1.jpg);
  }
  .img1{
    background: url(/assests/slider/2.jpg);
  }
  .img2{
    background: url(/assests/slider/3.jpg);
  }
  .img3{
    background: url(/assests/section1/Petha.webp);
  }
  .img4{
    background: url(/assests/slider/4.jpg);c
  }
  .img5{
    background: url(/assests/section1/IMG20230716131924.webp);
  }
  .img6{
    background: url(/assests/section1/);
  }
}
.why-choose-us {
  h3 {
    text-align: center;
    font: 400 50px/28px "Yatra One";
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 27px;
    border-bottom: 1px solid #82bc23;
    position: relative;
    line-height: 1;
    color: #10101c;
  }
  h3:after {
    content: "";
    width: 300px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: auto;
    background: #6c9005;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
  }
  .grid-why-choose-us {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    .card-WCU{
        height: 150px;
        box-shadow: 6px 4px 16px 0px rgba(66, 66, 66, 0.24);
        display: flex;
        justify-content: left;
        align-items: center;
        padding-left: 15px;
    }
    i{
        font-size: 30px;
        padding: 15px;
        background-color: rgb(248, 194, 95);
        border-radius: 50%;
        height: 70px;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  }
}
