/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
.container {
  max-width: 1120px;
  width: 100%;
  /* padding: 40px 0; */
}
.slide-container {
  margin: 0 30px;
  overflow: hidden;
}
.card {
  background: #fff;
  border-radius: 8px;
}
.card .image-box {
  height: 200px;
}
.card .image-box img {
  width: 100%;
  height: 128%;
  border-radius: 8px 8px 8px 8px;
}
.card .profile-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 15px;
}
.card .profile-details img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.profile-details .name {
  font-size: 15px;
  font-weight: 500;
}
.profile-details .job {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
}

.swiper-navBtn {
    color: #ffffff;
    height: 40px;
    width: 40px;
    background: #004aac;
    border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
  .swiper-text-11{
    margin-left: 55%;
    position: absolute;
    margin-top: -58%;
    
}
.card .image-box img {
  width: 100%;
  height: 110%;
}
.random-slide {
  margin-top: -99%;
}
}
.adventure-grid-area.pt-80.pb-105 {
      padding-bottom: 310px !important;
}



@media only screen and (min-width: 412px) and (max-width: 600px) {
  .swiper-text-11{
    margin-left: 55%;
    position: absolute;
    margin-top: -29%;
    display: block;
}
  .card .image-box img {
    width: 100%;
    height: 144%;
}
  .random-slide {
     margin-top: -80%;
     display: block;
}
.card .image-box {
  height: 156px;
}
}


@media only screen and (min-width: 200px) and (max-width: 600px) {
  .swiper-text-11{
    margin-left: 55%;
    position: absolute;
    margin-top: -29%;
    display: block;
}
  .card .image-box img {
    width: 100%;
    height: 124%;
}
  .random-slide {
     margin-top: -89%;
     display: block;
}
.card .image-box {
  height: 156px;
}
}