html{
  position: relative;
  height: 100%;
}


body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #f6f5f4;
  overflow-x: hidden;
  /*font-size: 13px;*/
  font-family: 'SolaimanLipi', serif;

}



.cobighor .swiper {
  width: 100%;
  height: 100%;
}

.cobighor .swiper-wrapper {
  position: relative;
  width: 100%;
  /*height: 500px !important;*/
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  overflow: hidden;
}

.cobighor .swiper-slide {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  height: 100%;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: -webkit-flex; */
  /* display: flex; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
}

.cobighor .swiper-slide img {
  display: block;
    width: 100%;
  /*height: 500px;*/
  object-fit: contain;
  overflow: hidden;
  aspect-ratio: 3/2;
}

.cobighor .swiper {
  width: 100%;
  /* height: 300px; */
  margin-left: auto;
  margin-right: auto;
}

.cobighor .swiper-slide {
  background-size: cover;
  background-position: center;
}

.cobighor .mySwiper2 {
  height: 80%;
  width: 100%;
}

.cobighor .mySwiper {
  height: 160px;
  box-sizing: border-box;
  /* padding: 10px 0; */
  padding: 20px 50px;
  background-color: #e7e4e0;
  margin-top: 20px;
}

.cobighor .mySwiper .swiper-slide {
  width: 25%;
  height: 120px;
  opacity: 0.4;
  border-radius: 6px;
  overflow: hidden;
}

.cobighor .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.cobighor .slider-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  overflow: hidden;

}




@media  screen and (max-width: 992px) {

  /*.cobighor .swiper-wrapper{*/
  /*  height: 550px !important;*/
  /*}*/
  
  .cobighor #swiper-wrapper-main .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
  }

  .cobighor .slider-content{
    height: 350px !important;
  }
  .cobighor .slider-content-text{
    /* text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden; */
    height: 250px !important;
  }
  .cobighor .swiper-button-next,
  .cobighor .swiper-button-prev{
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}



  .swiper {
    width: 100%;
    height: 100%;
  }

  /*.swiper-wrapper {*/
  /*    height: 500px !important;*/
  /*  }*/

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* body {
      background: #000;
      color: #000;
    } */

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper4 {
      height: 80%;
      width: 100%;
    }

    .mySwiper3 {
      height: 160px;
      box-sizing: border-box;
      /* padding: 10px 0; */
      padding: 20px 50px;
      background-color: #e7e4e0;
      margin-top: 20px;
    }

    .mySwiper3 .swiper-slide {
      width: 25%;
      height: 120px;
      opacity: 0.4;
      border-radius: 6px;
      overflow: hidden;
    }

    .mySwiper3 .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  .swiper-button-prev {
    background: url(../image/arrow-left.svg) no-repeat scroll center center #ffffff;
    color: transparent;
    right: auto;
    left: 1;
    left: 0;
    margin-left: 2px;
    background-origin: content-box;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-decoration: none;
    cursor: pointer;
  }

  .swiper-button-next {
    background: url(../image/arrow-right.svg) no-repeat scroll center center #ffffff;
    left: auto;
    right: 0;
    margin-right: 2px;
    background-origin: content-box;
    color: transparent;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
  }


  /* .swiper-button-prev-aa {
    background: url(../image/arrow-left.svg) no-repeat scroll center center #ffffff;
    color: transparent;
    right: auto;
    left: 1;
    left: 0;
    margin-left: 2px;
    background-origin: content-box;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-decoration: none;
    cursor: pointer;
  }

  .swiper-button-next-aa {
    background: url(../image/arrow-right.svg) no-repeat scroll center center #ffffff;
    left: auto;
    right: 0;
    margin-right: 2px;
    background-origin: content-box;
    color: transparent;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
  } */

  .slider-img img{
    height: 500px;
    width: 100%;
  }


@media  screen and (max-width: 992px) {

  /*.swiper-wrapper{*/
  /*  height: 550px !important;*/
  /*}*/

  .slider-img img{
    height: 200px !important;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
  }
  
 /* .cobighor-second #swiper-wrapper-main .swiper-slide img {
    width: 100%;
    height: 200px !important;
    
  } */

  .slider-content{
    /*height: 350px !important;*/
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
  }
  .slider-content-text{
    overflow: hidden;
    height: 250px !important;
  }
  .swiper-button-next,
  .swiper-button-prev{
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
