.dummy-height {
  height: 100vh;
  width: 100%;
}

.home-banner {
  position: fixed;
  left: 0;
  top: 0;
}

.new-launch-section {
  position: relative;
  background: #EFEFEF;
}

.new-launch-section .latest-box-thumb img {
  border-radius: 9px;
}

.new-launch-section .latest-box-content {
  margin-left: 72px;
  padding: 100px 0px 0 22px;
  border-left: 1px solid #DBDBDB;
}

@media (max-width: 1000px) {
  .new-launch-section .latest-box-content {
    margin-left: 0px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-right: 20px;
  }
}

.new-launch-section .latest-box-content h4 {
  margin-bottom: 23px;
  font-size: 34px;
  line-height: 41px;
}

.new-launch-section .latest-box-content p {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .new-launch-section .latest-box-content p {
    font-size: 21px;
    line-height: 30px;
  }
}

@media (max-width: 1000px) {
  .new-launch-section .latest-box-content p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 1000px) {
  .new-launch-section .latest-boxes:nth-child(2) {
    margin-top: 95px;
  }
}

@media (max-width: 1000px) {
  .new-launch-section .latest-boxes:last-child .latest-box-content {
    margin-bottom: 0;
  }
}

.title-section {
  text-align: center;
}

.title-section.with-line:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}

.launch-amenitites-row {
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
  padding-top: 10px;
}

@media (min-width: 1201px) {
  .launch-amenitites-row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    padding-bottom: 0;
  }
}

.new-launch-banner {
  position: relative;
}

.new-launch-banner .banner-img {
  border-radius: 9px;
}

@media (min-width: 1000px) {
  .latest-launch-logo-container {
    position: absolute !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -20px;
  }
}

@media (max-width: 1000px) {
  .latest-launch-logo-container {
    margin-top: -40px;
  }
}

.latest-launch-logo-container .launch-logo-div {
  padding: 30px 20px;
  border-radius: 10px;
  min-height: 145px;
  max-height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.latest-launch-logo-container .launch-logo-div img {
  max-width: 190px;
}

@media (min-width: 1000px) {
  .latest-launch-logo {
    left: 0;
    bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1200px) {
  .latest-launch-logo {
    left: 0;
  }
}

@media (max-width: 1000px) {
  .latest-launch-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px auto;
  }
}

.latest-launch-arrow {
  position: relative;
}

.launch-amenitites-container {
  margin-bottom: 42px;
}

@media (min-width: 1000px) {
  .launch-amenitites-container {
    margin-bottom: 0;
  }
}

.latest-launch-slider {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

@media (min-width: 1201px) {
  .latest-launch-slider .common-arrow {
    position: absolute;
    /* right: 10%;
            bottom: 155px;
            bottom: 180px;*/
    left: 0;
    right: 0;
    margin: auto;
    /*max-width: 130px;*/
    top: 34%;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

.latest-launch-amenitites {
  padding: 45px 0 0 0;
}

@media (min-width: 1201px) {
  .latest-launch-amenitites {
    width: 75%;
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .latest-launch-amenitites {
    margin: 0px auto;
    padding: 30px 0;
  }
}

@media (min-width: 1000px) {
  .latest-launch-amenitites {
    padding: 25px 0 0 0;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .latest-launch-amenitites {
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .latest-launch-amenitites {
    padding: 0;
  }
}

.latest-launch-amenitites .amenities-box {
  padding-left: 34px;
  padding-right: 34px;
  margin-bottom: 20px;
  border-right: 1px solid #C9A485;
}

@media (min-width: 1000px) {
  .latest-launch-amenitites .amenities-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .latest-launch-amenitites .amenities-box {
    width: 50%;
  }
  .latest-launch-amenitites .amenities-box:nth-child(2), .latest-launch-amenitites .amenities-box:nth-child(4) {
    border-right: none;
  }
  .latest-launch-amenitites .amenities-box:nth-child(1), .latest-launch-amenitites .amenities-box:nth-child(3) {
    border-right: 1px solid #C9A485 !important;
  }
}

@media (max-width: 1000px) {
  .latest-launch-amenitites .amenities-box {
    margin-bottom: 55px;
    border: none !important;
    position: relative;
  }
  .latest-launch-amenitites .amenities-box:nth-child(2):after, .latest-launch-amenitites .amenities-box:nth-child(4):after {
    display: none;
  }
}

@media (max-width: 1000px) {
  .latest-launch-amenitites .amenities-box:after {
    position: absolute;
    right: 0px;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #C9A485;
    content: "";
  }
}

@media (max-width: 1000px) {
  .latest-launch-amenitites .amenities-box:nth-last-child(1), .latest-launch-amenitites .amenities-box:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 1000px) {
  .latest-launch-amenitites .amenities-box {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .latest-launch-amenitites .amenities-box:last-child, .latest-launch-amenitites .amenities-box:nth-child(4) {
    border: none;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .latest-launch-amenitites .amenities-box:nth-child(3), .latest-launch-amenitites .amenities-box:nth-child(6), .latest-launch-amenitites .amenities-box:nth-child(9) {
    border: none;
  }
}

@media (max-width: 1000px) {
  .latest-launch-amenitites .amenities-box:nth-child(3), .latest-launch-amenitites .amenities-box:nth-child(6), .latest-launch-amenitites .amenities-box:nth-child(9) {
    border-right: 1px solid #C9A485;
  }
}

@media (max-width: 1000px) {
  .latest-launch-amenitites .amenities-box:nth-child(2), .latest-launch-amenitites .amenities-box:nth-child(4), .latest-launch-amenitites .amenities-box:nth-child(6) {
    border: none;
  }
}

.sobha-stories-sec {
  position: relative;
  background: #FFF;
}

.amenities-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 72px;
}

@media (min-width: 1000px) {
  .amenities-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media (max-width: 1000px) {
  .amenities-lists {
    margin: 0px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative;
  }
}

.amenities-lists i {
  width: 41px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41px;
          flex: 0 0 41px;
  text-align: center;
}

@media (max-width: 1000px) {
  .amenities-lists i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.amenities-lists i svg {
  width: 41px !important;
  height: 41px !important;
}

@media (min-width: 1000px) {
  .amenities-lists i {
    margin-right: 12px;
  }
}

@media (max-width: 1000px) {
  .amenities-lists i {
    margin-bottom: 10px;
  }
}

.amenities-lists span {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Ringside';
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .amenities-lists span {
    min-height: 40px;
  }
}

.stories-slider {
  padding-bottom: 30px;
  position: relative;
}

@media (max-width: 1000px) {
  .stories-slider {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .stories-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.stories-slider .swiper-slide.swiper-slide-prev .s-stories-slide-box {
  position: relative;
  border-radius: 0;
}

.stories-slider .swiper-slide.swiper-slide-prev .s-stories-slide-box img {
  border-radius: 0;
}

.stories-slider .swiper-slide.swiper-slide-next .s-stories-slide-box {
  position: relative;
  border-radius: 0;
}

.stories-slider .swiper-slide.swiper-slide-next .s-stories-slide-box img {
  border-radius: 0;
}

.stories-slider .swiper-slide .s-stories-slide-box {
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.stories-slider .swiper-slide.swiper-slide-active .s-stories-slide-box {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.s-stories-slide-box {
  display: block;
  border: 1px solid #C9C9C9;
  color: #000000;
  border-radius: 11px;
}

.s-stories-slide-box .thumb {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

@media (min-width: 1000px) {
  .s-stories-slide-box .story-publish {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 1000px) {
  .s-stories-slide-box .story-publish {
    text-align: center;
  }
}

.s-stories-slide-box .s-stories-slide-content {
  padding: 30px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1000px) {
  .s-stories-slide-box .s-stories-slide-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.s-stories-slide-box .s-stories-slide-content .published {
  font-size: 18px;
  font-weight: 300;
  color: #A8A8A8;
  display: block;
}

.s-stories-slide-box .s-stories-slide-content .dated {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  display: block;
}

.s-stories-slide-box .s-stories-slide-content h4 {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

@media (min-width: 1000px) {
  .s-stories-slide-box .s-stories-slide-content h4 {
    min-height: 85px;
  }
}

@media (min-width: 767px) {
  .s-stories-slide-box .s-stories-slide-content h4 {
    margin-bottom: 0;
  }
}

@media (max-width: 1000px) {
  .s-stories-slide-box .s-stories-slide-content h4 {
    text-align: center;
    line-height: 21px;
  }
}

@media (max-width: 1000px) {
  .art-of-detail-sec .container {
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .art-of-detail-sec .container .artcontent-sec {
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 40px;
    text-align: center;
  }
}

.art-of-detail-sec .artcontent-sec h2 {
  margin-bottom: 46px;
}

@media (max-width: 1000px) {
  .art-of-detail-sec .artcontent-sec h2 {
    padding-top: 60px;
  }
}

@media (max-width: 1000px) {
  .art-of-detail-sec .artcontent-sec h2 .only-mob {
    display: inline-block !important;
  }
}

.art-of-detail-sec .artcontent-sec p {
  font-size: 21px;
  line-height: 30px;
}

@media (max-width: 1000px) {
  .art-of-detail-sec .artcontent-sec p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 400px) and (max-height: 800px) {
  .art-of-detail-sec .artcontent-sec p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (min-width: 1000px) {
  .art-of-detail-sec .artcontent-sec {
    padding-right: 35px;
  }
}

.art-of-detail-sec .art-anim-sec {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  border-top-right-radius: 50vw;
  border-top-left-radius: 50vw;
  overflow: hidden;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background: #FFF;
}

.art-of-detail-sec .art-anim-sec .row {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

@media (min-width: 1000px) {
  .art-of-detail-sec .art-anim-sec .row {
    padding-bottom: 20vh;
  }
}

@media (max-width: 1000px) {
  .art-of-detail-sec .art-anim-sec {
    background: #FFF !important;
  }
}

@media (max-width: 1000px) {
  .artcontent-img {
    margin-top: 50px;
  }
}

.latest-box-thumb {
  overflow: hidden;
  border-radius: 7px;
}

.latest-box-thumb img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 7px;
}

.latest-box-thumb img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (min-width: 1000px) {
  .latest-image-boxes > .row {
    margin: 0 -8px;
  }
}

@media (min-width: 1200px) {
  .home-slider .common-arrow {
    display: none;
  }
}

.home-slider .swiper-slide:nth-child(2) {
  margin-top: 95px;
}

@media (max-width: 1000px) {
  .home-slider .swiper-slide:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .latest-image-boxes > .row > [class*="col"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.latest-launch-slide-box .button-1 {
  margin-bottom: 2px;
}

@media (max-width: 1000px) {
  .latest-launch-section .latest-launch-slide-box {
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .latest-launch-section .swiper-slide-active .latest-launch-slide-box {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

body {
  padding: 0 !important;
}

.latest-image-boxes {
  padding-bottom: 100px;
}

.audio-icon {
  position: fixed;
  top: 28px;
  right: 65px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 1000000;
  background: url(../images/muted.svg) no-repeat center center;
}

.audio-icon.active {
  background: url(../images/unmuted.svg) no-repeat center center;
}

@media (max-width: 1000px) {
  .audio-icon {
    right: 80px;
  }
}

@media screen and (min-device-width: 1240px) and (max-device-width: 1290px) {
  .audio-icon {
    right: 20px;
  }
}
/*# sourceMappingURL=style-home.css.map */