.Join_Today {
  margin: 70px 0 50px;
}

.Join_Today .common_title {
  padding: 0;
}

.Join_Today .common_title .common_main_title::after {
  width: 580px;
}

.Join_Today .title_text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: #202020;
  width: 800px;
  text-align: center;
  margin: auto;
}

.Join_Today .swiper_holder {
  margin-top: 60px;
}

.Join_Today .swiper {
  padding: 10px 0;
}

.Join_Today .swiper_holder .image_Wrapper .swiper_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Join_Today .section_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  gap: 10px;
}

.section_btn .book_btn {
  background-color: #1f2937;
  border: none;
  padding: 7px 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.section_btn .book_btn:hover {
  background-color: #f16625;
  color: #fff;
}


 .section_btn .view_room_btn {
    background: #EEEFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #153B89;
    padding: 5px 16px;
    border-radius: 4px;
    color: #153B89;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

/* Swiper Fix */
.swiper {
  width: 100%;
  padding-bottom: 20px;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

.image_Wrapper {
  width: 100%;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
}

.swiper_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ================ Media Queries ================== */

@media (min-width: 0px) and (max-width: 767px) {
  .Join_Today {
    margin: 50px 0;
  }

  .Join_Today .title_text {
    font-size: 14px;
    width: 100%;
  }

  .Join_Today .common_title .common_main_title {
    font-size: 24px !important;
  }

  .Join_Today .common_title .common_main_title::after {
    width: 300px;
  }

  .Common_Btn .btn_wrapper .view_btn {
    font-size: 12px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .Join_Today .title_text {
    font-size: 14px;
    width: 100%;
  }

  .Join_Today .common_title .common_main_title {
    font-size: 24px !important;
  }

  .Join_Today .common_title .common_main_title::after {
    width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Join_Today .title_text {
    font-size: 14px;
    width: 100%;
  }
}
