/* Extra Small Device */
@media only screen and (max-width: 430px) {
  .menu .offcanvas-start {
    width: 100%;
  }
  /* dev-2 */
  img.packed__content-icon {
    max-width: 143px;
  }
  .footer__wrapper {
    flex-direction: column;
    gap: 12px !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

/* Small Device :550px. */
@media only screen and (min-width: 576px) {
  .container {
    width: 540px;
    padding: 0 12px;
  }

  .fs-1 {
    font-size: 36px !important;
  }
  .fs-2,
  .fs-3,
  .fs-4 {
    font-size: 32px !important;
  }

  .tolet__wrapper__title {
    font-size: 28px;
  }
  .tolet__info {
    font-size: 18px;
    gap: 13px;
  }
  .tolet__info__icon span {
    width: 20px;
    height: 3px;
  }
  .slider__item--three .slider__text {
    padding-top: 40px;
    padding-right: 16px;
  }
  .slider__text__box ul li {
    font-size: 14px;
  }
  .available__thumb {
    height: 400px;
    padding: 40px 12px;
  }
  .accommodation__thumb {
    max-width: 70%;
    margin: auto;
  }
  .accommodation__thumb__text {
    left: 26%;
    top: 58%;
  }
  .bottom-section-btn {
    max-height: 35px;
  }
  .highlights__item {
    width: 47%;
  }
  
  /* dev-2 */

  ul.footer__menu {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .footer__wrapper {
    flex-direction: row;
    justify-content: flex-start;
  }
}

/* Medium Device. */
@media only screen and (min-width: 768px) {
  .container {
    width: 720px;
  }

  .header {
    padding: 20px 0;
  }
  .logo {
    max-width: 100px;
  }
  .tolet__map {
    max-width: 344px;
  }
  .tolet__wrapper__title {
    font-size: 33px;
  }
  .slider__text__box h3 {
    font-size: 20px;
  }
  .slider__text__box ul li {
    font-size: 16px;
  }
  .slider__item--three .slider__text {
    padding-top: 80px;
    padding-right: 32px;
  }
  .available__thumb {
    height: 500px;
  }
  .accommodation__table th {
    font-size: 20px;
  }
  .accommodation__table td {
    font-size: 24px;
  }
}

/* LG Device. */
@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
  }

  .fs-1 {
    font-size: 44px !important;
  }
  .fs-2,
  .fs-3,
  .fs-4 {
    font-size: 40px !important;
  }

  .header {
    padding: 0;
    padding-top: 26px;
  }
  .logo {
    max-width: 140px;
  }
  .header__nav {
    margin-bottom: 10px;
  }
  .tolet__info__icon span {
    width: 22px;
  }
  .tolet__map {
    margin: 0;
    margin-left: 40px;
  }
  .slider__text__box h3 {
    font-size: 24px;
  }
  .slider__item--three .slider__text {
    padding-top: 100px;
    padding-right: 48px;
  }
  .slider__pagination {
    margin-bottom: 10px;
  }
  .slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .available__Count__box {
    font-size: 28px;
  }
  .accommodation__wrapper {
    padding: 52px 0 110px;
  }
  .accommodation__table__info {
    font-size: 18px;
  }
  .available__thumb {
    height: 600px;
  }
  .accommodation__thumb {
    position: absolute;
    padding: 0;
    top: 50%;
    right: 0;
    max-width: 60%;
    transform: translateY(-50%);
  }
  .highlights__item {
    width: auto;
  }
  .highlights__icon {
    height: 50px;
    max-width: 100%;
    width: 100%;
  }
  .highlights__items__wrap {
    gap: 48px;
  }

  /* dev-2 */
  .feature--area {
    min-height: 100vh;
    padding: 70px 0px 70px;
  }
  .clean--area {
    padding: 0;
  }
  .packed--area {
    padding: 0;
  }
  .services__items {
    justify-content: center;
  }
  .services__items .col {
    width: 20%;
    flex: 0 0 auto;
  }
  .clean__content {
    margin-bottom: 0;
    padding: 30px 34px;
    max-width: 465px;
  }
  .clean__thumbnail {
    height: 100%;
  }
  .clean__thumbnail img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .packed__content {
    margin-bottom: 0;
    height: 100%;
    padding: 30px 40px;
  }
  .packed__thambnail img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .packed__thambnail {
    width: 100%;
    height: 100%;
  }
  .terms__content {
    padding: 50px 0px 50px;
  }
  .terms__map {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
  
}

/* Large Device :992px. */
@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }

  .fs-1,
  .fs-2 {
    font-size: 52px !important;
  }

  .logo {
    max-width: 172px;
  }
  .header__nav {
    margin-bottom: 16px;
  }
  .header__ul {
    gap: 24px;
  }
  .header__nav__link {
    font-size: 18px;
  }
  .tolet__map__location {
    width: 14px;
    height: 14px;
  }
  .mapCircle {
    border-width: 2px;
  }
  .tolet__info {
    font-size: 22px;
  }
  .slider__text__box h3 {
    font-size: 27px;
  }
  .slider__text__box ul li {
    font-size: 18px;
  }
  .slider__item--three .slider__text {
    padding-top: 132px;
    padding-right: 64px;
  }
  .available__Count__box {
    font-size: 36px;
  }
  .available__thumb {
    height: 700px;
    padding: 60px 72px;
  }
  .accommodation__table th {
    font-size: 25px;
  }
  .accommodation__table td {
    font-size: 28px;
  }
  .highlights__head {
    max-width: 276px;
    margin-right: 40px;
  }

  /* dev-2 */
  .services__items .col {
    width: 12.5%;
    flex: 0 0 auto;
  }
  .blockImg--area {
    height: 75vh;
  }
  .clean__content h2.fs-2 {
    font-size: 50px !important;
  }
  .clean__content {
    margin-bottom: 0;
    padding: 60px 59px;
    max-width: 530px;
    padding-right: 0;
  }
  .packed__content {
    padding: 60px 60px;
  }
  .clean__thumbnail {
    max-height: 700px;
  }
  .packed__thambnail {
    max-height: 700px;
  }
  .feature__box h2.fs-2 {
    font-size: 40px !important;
  }
  .terms__content h2 {
    margin-bottom: 60px;
  }
  .terms__block h3 {
    margin-bottom: 7px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .terms__block p {
    font-size: 21px;
    line-height: 32px;
  }
  .terms__block {
    margin-bottom: 44px;
  }
  .terms__map img {
    width: 100%;
    height: 100%;
  }

  .agent--area {
    padding: 50px 0px 60px;
  }
  .agent__title {
    margin-bottom: 70px;
  }
  .agent__item-content h5 {
    font-size: 18px;
    line-height: 1.4;
  }
  .agent__item-content p a {
    font-size: 18px;
    line-height: 1.4;
  }
  .footer {
    padding: 20px 0px 40px;
  }
}
/* XL Device :1280px. */
@media only screen and (min-width: 1400px) {
  .container {
    width: 1320px;
  }

  .fs-1,
  .fs-2 {
    font-size: 64px !important;
  }

  .logo {
    max-width: 200px;
  }
  .header__nav {
    margin-bottom: 20px;
  }
  .tolet__info {
    font-size: 26px;
  }
  .tolet__map {
    max-width: 444px;
    margin-left: 80px;
  }
  .slider__text__box h3 {
    font-size: 27px;
  }
  .slider__text__box ul li {
    font-size: 18px;
  }
  .slider__item--three .slider__text {
    padding-top: 160px;
    padding-right: 80px;
  }
  .slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .slider__pagination {
    margin-bottom: 20px;
  }
  .available__Count__box {
    font-size: 44px;
  }
  .accommodation__wrapper {
    padding: 52px 0 140px;
  }
  .accommodation__thumb {
    top: 0;
    transform: unset;
  }
  .highlights__icon {
    height: 74px;
  }
  .highlights__items__wrap {
    gap: 60px;
  }
  .highlights__head {
    margin-right: 80px;
  }
  /* dev-2 */
  .packed__content {
    max-width: 700px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .feature__box {
    padding: 40px 60px;
  }

  .terms__block p {
    font-size: 22px;
    line-height: 32px;
  }
  .terms__content {
    padding: 60px 0px 87px;
  }

  .agent--area {
    padding: 60px 0px 80px;
  }
  .agent__title {
    margin-bottom: 90px;
  }
}
