.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }


  @media (max-width: 786px) {
    footer{
        margin-top: 200%;
      }
      footer .row {
          flex-direction: column;
          text-align: center;
        }
        footer .col-md-3 {
          margin-bottom: 20px;
        }
        footer  .col-md-3 h5 , .col-md-2 p , .col-md-4 h5{
          font-size: 60px;
          font-weight: 600;
        }
        footer .para h5{
          font-size: 60px;
        }
        footer .col-md-4 p , .col-md-3 p {
          font-size: 60px;
        }
        footer .col-md-7 p{
          font-size: 40px;
        }
        .content1{
          width: 927px;
        }
        .content1 h3{
          font-size: 60px;
        }
        .content1 p{
          font-size: 50px;
        }
}