/* responsive ******************************************************************************/
@media (max-width: 1599px) {}

/* responsive ******************************************************************************/
@media (max-width: 1399px) {}

/* responsive ******************************************************************************/
@media (max-width: 1299px) {
  .footer .form-box form {
    max-width: 80%;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 1199px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  #header .main-nav nav ul li {
    margin-right: 10px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 991px) {


  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  /* header responsive */
  #header {
    position: fixed;
    width: 100%;
    top: 0;
  }

  #header .main-nav nav {
    position: fixed;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100vh;
    background: var(--black-222222);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
    z-index: 111;
    padding-top: 60px;
  }

  #header .main-nav nav.show {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  #header .main-nav nav ul li {
    display: block;
    text-align: left;
    padding: 5px 10px;
  }

  #header .main-nav .click-menu,
  #header .main-nav .cancel-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  #header .main-nav .cancel-menu {
    position: fixed;
    top: 20px;
    left: -100%;
    max-width: 30px;
    width: 100%;
    text-align: center;
    z-index: 222;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }

  #header .main-nav .cancel-menu.show {
    opacity: 1;
    visibility: visible;
    left: calc(100% - 50px);
  }

  #header .main-nav {
    flex-direction: row-reverse;
    position: absolute;
    right: 20px;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

  #header.show .main-nav .click-menu span {
    background: var(--black-222222);
  }

  .home-banner .homeBanner-part {
    height: 70dvh;
    padding: 60px 0;
  }

  .home-banner {
    margin-top: 0;
  }

  .home-banner .widget-box {
    max-width: 95%;
  }

  section {
    padding: 40px 0;
  }

  .row {
    row-gap: 30px;
  }

  .community .row {
    flex-direction: column-reverse;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .convenient .plan-container .first-plan {
    left: 18%;
  }

  .convenient .plan-container .third-plan {
    left: 82%;
  }

  .other .box {
    height: 70dvh;
  }

  .footer .form-box form {
    max-width: 95%;
  }

  .footer .row {
    row-gap: 0;
  }

  .ameniites .icons-wrapper img {
    max-width: 50px;
  }

  .dubai-map .timeline {
    max-width: 95%;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  br {
    display: none;
  }

  .btn-common {
    font-size: 14px;
    padding: 10px 15px;
  }

  #header .logo-box img {
    max-width: 90px;
  }

  #header {
    padding: 5px 0;
  }

  #header .logo-box .center-border {
    height: 50px;
  }

  .home-banner .widget-box {
    max-width: 100%;
    align-items: center;
  }

  .home-banner .widget-box .part {
    font-size: 14px;
    border-right: none;
    position: relative;
  }

  .home-banner .widget-box .part:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: var(--black-222222);
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }

  .home-banner .widget-box .part span {
    font-size: 18px;
  }

  .community .part:not(:last-child) {
    margin-bottom: 20px;
  }

  .discover .modal-dialog .modal-content {
    height: 80%;
  }

  .discover .play-btn {
    width: max-content;
  }

  .gallary .swiper-button-prev {
    left: 80%;
  }

  .gallary .swiper-button-next {
    left: 88%;
  }

  .convenient br {
    display: block;
  }

  .section-heading.left {
    text-align: center;
  }

  .other .box {
    height: 50dvh;
  }

  .other .box img {
    max-width: 100px;
    margin-bottom: 50px;
  }

  .footer .form-box .logos-box img {
    max-width: 130px;
  }

  .dubai-map .timeline .label p {
    font-size: 12px;
    min-width: 160px;
  }

  .dubai-map .timeline .label p span {
    font-size: 20px;
    line-height: 1;
  }

  .dubai-map .timeline br {
    display: block;
  }

  .dubai-map iframe {
    height: 70vh;
  }

  .other .section-heading img {
    max-width: 110px;
  }

  .home-banner .widget-box br {
    display: block;
  }

  .ameniites .icons-wrapper {
    justify-content: center;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 575px) {
  .home-banner .widget-box .part br {
    display: none;

  }

  .ameniites .icons-wrapper {
    gap: 20px;
  }

  .thank-you .thank-you-box {
    max-width: 440px;
    padding: 40px 20px;
  }

  .thank-you .button-bx {
    flex-direction: column;
  }

  .thank-you .cmn-btn {
    font-size: 14px;
    padding: 12px 20px;
  }

  .thank-you h4 {
    font-size: 20px;
  }

  .thank-you p {
    font-size: 16px;
    line-height: 1.3;
  }

  .thank-you {
    padding: 20px 0;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 18px;
  }

  .home-banner .homeBanner-part {
    height: 60dvh;
    background-size: cover;
    background-position: left;
  }

  .home-banner .widget-box {
    padding: 5px 5px;
    gap: 5px;
    border-radius: 12px;
  }

  .home-banner .widget-box .part {
    text-align: center;
  }

  .home-banner .widget-box .part span {
    font-size: 15px;
  }

  .dubai-map .timeline .label p {
    min-width: 100px;
  }

  #header .button-box {
    margin-right: 50px;
  }

  .convenient .plan-container .timeline .label p span {
    font-size: 24px;
  }

  .convenient .plan-container {
    height: 180px;
  }

  select,
  .form-control-common {
    font-size: 16px;
  }

  .discover .play-btn {
    padding: 8px 10px;
    font-size: 14px;
  }

  .gallary .swiper-slide .img-logo-box img {
    max-width: 150px;
  }

  .gallary .img-logo-box {
    margin-block: 40px;
  }

  .footer .form-box .section-heading h2 {
    font-size: 22px;
  }

  .home-banner .box p {
    text-align: center;
  }

  .other .box h4 {
    text-align: center;
  }

  .ameniites .swiper-slide {
    width: 100% !important;
  }

  .gallary .swiper-slide {
    width: 100% !important;
  }

  .gallary .swiper-button-next {
    left: 90%;
  }

  .fixed-box {
    max-width: 95%;
  }

  .dubai-map .timeline .line {
    height: 30px;
  }

  .community .box {
    padding: 0 10px;
  }

  .dubai-map .timeline {
    gap: 5px;
  }

  .community .text-box p {
    font-size: 15px;
  }

  #header .logo-box img {
    max-width: 80px;
  }

  #header .logo-box .center-border {
    height: 45px;
  }

  #header .logo-box {
    gap: 10px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 375px) {


  #header .btn-common {
    font-size: 11px;
    padding: 10px 10px;
  }

  .footer .form-box .logos-box img {
    max-width: 100px;
  }

  .convenient .plan-container .timeline .label p span {
    font-size: 20px;
  }

  .convenient .plan-container .timeline .label p {
    font-size: 13px;
  }

  .dubai-map .timeline .label p {
    min-width: 70px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 320px) {
  #header .main-nav {
    right: 10px;
  }

  #header .button-box {
    margin-right: 35px;
  }

  #header .logo-box img {
    max-width: 79px;
  }

  .home-banner .homeBanner-part {
    height: 100dvh;
  }

  .other .box img {
    max-width: 80px;
    margin-bottom: 20px;
  }

  .fixed-box .logo-box img {
    max-width: 58px;
  }

  .home-banner .widget-box {
    gap: 5px;
  }

  .home-banner .widget-box .part {
    font-size: 12px;
  }

  .home-banner .widget-box .part span {
    font-size: 13px;
  }
}