:root {
  --primary-color: #D9C9AF;
  --white-color: #fff;
  --black-color: #000;
  --charcoal-Black: #101011;
}
:root body {
  overflow: hidden;
}
:root img {
  height: auto;
}

@media (min-width: 1000px) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none !important;
  }
}

.our-story-banner {
  width: 100%;
  min-height: 100%;
  height: 100%;
  background-image: url("../images/our-story-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .our-story-banner {
    background-image: url("../images/our-story-mobile-banner.webp");
  }
}
.our-story-banner::after {
  content: "";
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7490196078) 44%, #000000 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 150px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media (max-width: 767px) {
  .our-story-banner::after {
    height: 70px;
  }
}
.our-story-banner .banner-inner-section {
  width: 100%;
  height: 100vh;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-story-banner .banner-inner-section .banner-content {
  width: 70%;
  text-align: center;
}
.our-story-banner .banner-inner-section .banner-content h2 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  line-height: 63px;
  margin: 212px 0 0 0;
}
@media (max-width: 767px) {
  .our-story-banner .banner-inner-section .banner-content h2 {
    font-size: 36px;
    letter-spacing: -1.8px;
    line-height: 43px;
    position: relative;
    z-index: 100;
    margin: 0;
  }
}

.video-section {
  width: 100%;
  height: 100%;
  padding: 0 0 80px 0;
  background-color: #000;
}
@media (max-width: 1000px) {
  .video-section {
    padding-bottom: 0;
  }
}
.video-section .header-section {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.video-section .header-section h2 {
  width: 60%;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  line-height: 63px;
}
@media (min-width: 990px) and (max-width: 1150px) {
  .video-section .header-section h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .video-section .header-section h2 {
    font-size: 36px;
    letter-spacing: -1.8px;
    line-height: 43px;
    width: 80%;
    text-align: center;
  }
}
.video-section .iframe-section {
  width: 100%;
  position: relative;
  height: 682px;
}
.video-section .iframe-section video {
  width: 100%;
  height: 100%;
}
.video-section .iframe-section .our-story-mute-btn {
  position: absolute;
  bottom: 112px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}
.video-section .iframe-section .our-story-desktop-view {
  display: none;
}
@media (min-width: 1000px) {
  .video-section .iframe-section .our-story-desktop-view {
    display: block;
  }
}
.video-section .iframe-section .our-story-mobile-view {
  display: none;
}
@media (max-width: 1000px) {
  .video-section .iframe-section .our-story-mobile-view {
    display: block;
  }
}

.our-story-about {
  width: 100%;
  height: 100%;
  background-image: url("../images/our-story-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5px 0 80px 0;
  position: relative;
  background-position: 0 -85px;
}
@media (max-width: 767px) {
  .our-story-about {
    padding: 60px 0 70px 0;
    background-position: -175px 0;
  }
}
.our-story-about .container .row {
  display: flex;
}
.our-story-about .container .row .left-section {
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .our-story-about .container .row .left-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-right: 0px;
  }
}
.our-story-about .container .row .left-section h2 {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  line-height: 63px;
}
@media (min-width: 990px) and (max-width: 1150px) {
  .our-story-about .container .row .left-section h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .our-story-about .container .row .left-section h2 {
    font-size: 36px;
    letter-spacing: -1.8px;
    line-height: 43px;
    width: 100%;
    text-align: center;
  }
}
.our-story-about .container .row .right-section {
  padding-left: 0px;
  position: relative;
  z-index: 100;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .our-story-about .container .row .right-section {
    padding-left: 0;
    text-align: center;
  }
}
.our-story-about::after {
  content: "";
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7490196078) 80%, #000000 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 300px;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  right: 0;
}
@media (max-width: 767px) {
  .our-story-about::after {
    background: transparent;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .our-story-about::after {
    background: #000;
  }
}

.items-view-section {
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  position: relative;
  z-index: 10;
  padding: 50px 0 0 0;
}
@media (max-width: 767px) {
  .items-view-section {
    padding: 0;
  }
}
.items-view-section .swipper-main-section {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .items-view-section .swipper-main-section {
    padding: 0 0;
  }
}
.items-view-section .swipper-main-section .swiper {
  width: 100%;
}
@media (max-width: 767px) {
  .items-view-section .swipper-main-section .swiper .swiper-slide-active {
    width: 60% !important;
  }
}
.items-view-section .swipper-main-section .swiper .img-view {
  height: 539px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .items-view-section .swipper-main-section .swiper .img-view {
    width: 100%;
    margin-right: 5px;
    height: 298px;
  }
}
.items-view-section .swipper-main-section .swiper .img-view img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.items-view-section .swipper-main-section .swiper .img-view img:hover {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .items-view-section .swipper-main-section .swiper .img-view img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.items-view-section .swipper-main-section .swiper h2 {
  text-align: center;
  font-size: 18px;
  font-family: "Ringside";
  color: rgba(255, 255, 255, 0.5019607843);
  font-weight: 200;
  line-height: 25px;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .items-view-section .swipper-main-section .swiper h2 {
    font-size: 12px;
    display: none;
  }
}
.items-view-section .swiper-slide-active h2 {
  display: block !important;
}

.sub-content-section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: var(--black-color) url("../images/items-inner-bg.webp") top -1000px right;
  padding: 145px 0 30px 0;
}
@media (max-width: 767px) {
  .sub-content-section {
    padding: 95px 0 30px 0;
  }
}
.sub-content-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: transparent linear-gradient(182deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.968627451) 71%, #000000 100%) 0% 0% no-repeat padding-box;
}
.sub-content-section .sub-content {
  width: 100%;
}
.sub-content-section .sub-content .sub-content-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sub-content-section .sub-content .sub-content-inner .sub-content-inner-hdr {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .sub-content-section .sub-content .sub-content-inner .sub-content-inner-hdr {
    width: 100%;
  }
}
.sub-content-section .sub-content .sub-content-inner .sub-content-inner-hdr h2 {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  line-height: 63px;
  margin: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .sub-content-section .sub-content .sub-content-inner .sub-content-inner-hdr h2 {
    font-size: 36px;
    letter-spacing: -1.8px;
    line-height: 43px;
    position: relative;
    z-index: 100;
  }
}
.sub-content-section .sub-content .sub-content-inner .sub-content-inner-content {
  width: 88%;
  position: relative;
  z-index: 100;
  padding: 35px 0 0 0;
}
@media (max-width: 767px) {
  .sub-content-section .sub-content .sub-content-inner .sub-content-inner-content {
    width: 100%;
  }
}
.sub-content-section .sub-content .sub-content-inner .sub-content-inner-content p {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .sub-content-section .sub-content .sub-content-inner .sub-content-inner-content p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
  }
}

.sub-content-banner {
  width: 100%;
  height: 950px;
  position: relative;
  background-image: url("../images/our-story-conception.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sub-content-banner {
    height: 237px;
  }
}
.sub-content-banner img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.sub-content-banner::before {
  content: "";
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7490196078) 80%, #000000 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 300px;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 0;
  rotate: 180deg;
  z-index: 10 !important;
  opacity: 1 !important;
}

.sub-items-section {
  width: 100%;
  background-color: var(--black-color);
  padding: 135px 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .sub-items-section {
    padding: 60px 0 20px 0;
  }
}
.sub-items-section::after {
  content: "";
  position: absolute;
  bottom: -500px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/sub-items-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sub-items-section::after {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .sub-items-section .sub-items-section-row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.sub-items-section .sub-items-hdr {
  width: 100%;
  display: flex;
  justify-content: end;
}
@media (max-width: 1000px) {
  .sub-items-section .sub-items-hdr {
    justify-content: center;
  }
}
.sub-items-section .sub-items-hdr h2 {
  width: 60%;
  text-align: right;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  line-height: 63px;
  margin-bottom: 8px;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .sub-items-section .sub-items-hdr h2 {
    text-align: center;
    width: 100%;
    font-size: 36px;
    letter-spacing: -1.8px;
    line-height: 43px;
    position: relative;
    z-index: 1000;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sub-items-section .sub-items-hdr h2 {
    margin: 0 0 50px 0;
  }
}
.sub-items-section .sub-items-left {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.sub-items-section .sub-items-left img {
  width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 10;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.sub-items-section .sub-items-left img:hover {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .sub-items-section .sub-items-left {
    margin-top: 26px;
  }
}
.sub-items-section .sub-items-right {
  width: 85%;
  height: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  padding-left: 35px;
  position: relative;
  z-index: 1000;
}
.sub-items-section .sub-items-right p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sub-items-section .sub-items-right p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .sub-items-section .sub-items-right {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sub-items-section .sub-items-right p:first-of-type {
    margin-top: 35px;
  }
}

.future-section {
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  padding: 80px 0;
  position: relative;
}
@media (max-width: 767px) {
  .future-section {
    padding: 103px 0;
  }
}
.future-section .future-section-hdr-main {
  padding: 18px 25px 33px 0px;
  position: relative;
}
@media (max-width: 1000px) {
  .future-section .future-section-hdr-main {
    background-color: transparent;
    padding: 0;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .future-section .future-section-hdr-main {
    background-color: transparent;
    padding: 0;
  }
}
.future-section .future-section-hdr-main .future-section-hdr {
  width: 50%;
  position: relative;
  padding-left: 7px;
}
@media (max-width: 1000px) {
  .future-section .future-section-hdr-main .future-section-hdr {
    width: 100%;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .future-section .future-section-hdr-main .future-section-hdr {
    width: 100%;
  }
}
.future-section .future-section-hdr-main .future-section-hdr h2 {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  line-height: 63px;
  margin: 0;
  position: relative;
  z-index: 1000;
}
@media (max-width: 1000px) {
  .future-section .future-section-hdr-main .future-section-hdr h2 {
    font-size: 36px;
    letter-spacing: -1.8px;
    line-height: 43px;
    text-align: center;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .future-section .future-section-hdr-main .future-section-hdr h2 {
    font-size: 36px;
    letter-spacing: -1.8px;
    line-height: 43px;
    text-align: center;
  }
}
.future-section .future-section-row {
  width: 100%;
  display: flex;
  position: relative;
  background-color: var(--black-color);
  z-index: 100;
}
.future-section .future-section-row .col-lg-4 {
  padding: 0;
}
@media (max-width: 1000px) {
  .future-section .future-section-row .col-lg-4 {
    width: 100%;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .future-section .future-section-row .col-lg-4 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .future-section .future-section-row {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .future-section .future-section-row {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
}
.future-section .future-section-row .future-section-content {
  padding: 20px 0;
  margin-right: 20px;
  width: 65%;
}
@media (max-width: 1000px) {
  .future-section .future-section-row .future-section-content {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .future-section .future-section-row .future-section-content {
    margin-right: 0;
    width: 100%;
  }
}
.future-section .future-section-row .future-section-content p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 0;
  padding: 0 0;
}
@media (max-width: 1000px) {
  .future-section .future-section-row .future-section-content p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .future-section .future-section-row .future-section-content p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    padding: 0;
    text-align: center;
  }
}
.future-section .future-section-row .future-section-img-view {
  width: 980px;
  height: 664px;
  position: absolute;
  right: 0;
  top: -238px;
  background-image: url("../images/sub-items-side-img.webp");
  background-repeat: no-repeat;
  background-position: right;
}
.future-section .future-section-row .future-section-img-view img {
  display: none;
}
@media (max-width: 1000px) {
  .future-section .future-section-row .future-section-img-view {
    width: 100%;
    height: 248px;
    position: relative;
    top: 0;
    background-size: cover;
    background-position: 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .future-section .future-section-row .future-section-img-view {
    height: 600px;
    width: 100%;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .future-section .future-section-row .future-section-img-view {
    width: 100%;
    height: 600px;
    position: relative;
    top: 0;
    background-size: cover;
    background-position: 0 0;
  }
}
@media (min-width: 1250px) and (max-width: 1300px) {
  .future-section .future-section-row .future-section-img-view {
    width: 950px;
  }
}
.future-section .future-section-row .future-section-img-view img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .future-section .future-section-row .future-section-img-view img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .future-section .future-section-row .future-section-img-view img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}

.welcome-section {
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  padding-top: 113px;
}
@media (max-width: 767px) {
  .welcome-section {
    padding-top: 0;
    margin-top: -1px;
  }
}
.welcome-section .welcome-section-hdr {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.welcome-section .welcome-section-hdr p {
  margin-bottom: 0;
  color: #D9C9AF;
  font-size: 20px;
  letter-spacing: 6px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .welcome-section .welcome-section-hdr p {
    font-size: 14px;
    letter-spacing: 4.2px;
    line-height: 17px;
    margin-bottom: 20px;
  }
}
.welcome-section .welcome-section-hdr h2 {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  line-height: 70px;
  width: 40%;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .welcome-section .welcome-section-hdr h2 {
    width: 100%;
    font-size: 36px;
    letter-spacing: -1.8px;
    line-height: 43px;
  }
}
.welcome-section .welcome-section-banner {
  width: 100%;
  height: 816px;
  margin-top: 45px;
}
.welcome-section .welcome-section-banner::before {
  content: "";
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7490196078) 80%, #000000 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 0;
  rotate: 180deg;
  z-index: 10 !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .welcome-section .welcome-section-banner {
    height: 500px;
    background-image: url("../images/our-story-welcome-bg.webp");
    background-size: cover;
    background-position: center;
  }
}
.welcome-section .welcome-section-banner img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .welcome-section .welcome-section-banner img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: none;
  }
}

@media (max-width: 1000px) {
  .conatct-input-submit-sec .common-cta-btn {
    margin-top: 15px;
  }
}

@media (min-width: 990px) and (max-width: 1200px) {
  .main-menu .top-btm-menu .row {
    flex-wrap: nowrap;
  }
  .main-menu .top-btm-menu .row .col-xl,
  .main-menu .top-btm-menu .row .col-xl-auto {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  #contact {
    padding-top: 0px;
  }
  #contact .contact-btm-section-top-section {
    min-height: 883px;
  }
}

body .ft-lf-sd {
  padding-left: 115px !important;
}
@media (max-width: 1000px) {
  body .ft-lf-sd {
    padding-left: 0 !important;
  }
}

.sb-login-main {
  width: 100%;
  height: 100vh;
  background-color: #f4f4f4;
}
.sb-login-main .login-form-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sb-login-main .login-form-wrapper .sb-login-hdr {
  margin: 0 0 15px 0;
  font-size: 25px;
  color: #000;
  text-align: center;
  font-family: inherit;
}
.sb-login-main .login-form-wrapper #block-sobha-furniture-content .js-form-item {
  margin-bottom: 10px;
}
.sb-login-main .login-form-wrapper #block-sobha-furniture-content .js-form-item label {
  color: #000;
  font-size: 16px;
}
.sb-login-main .login-form-wrapper #block-sobha-furniture-content .js-form-item input {
  width: 100%;
  height: 45px;
  border: solid 1px #ccc;
  padding: 0 10px;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
}
.sb-login-main .login-form-wrapper #block-sobha-furniture-content .js-form-item input:focus {
  outline: none;
}
.sb-login-main .login-form-wrapper #block-sobha-furniture-content #edit-actions {
  margin-top: 20px;
}
.sb-login-main .login-form-wrapper #block-sobha-furniture-content #edit-actions #edit-submit {
  width: 100%;
  height: 45px;
  background: #ccc;
  font-size: 18px;
  line-height: 12px;
  font-weight: 300;
  color: #000;
  display: inline-block;
  min-width: 196px;
  text-align: center;
  border-width: 1.5px;
  border-style: solid;
  border-color: #ccc;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 100px;
  padding: 15px 15px 14px;
}

iframe {
  width: 100%;
  height: 682px !important;
  pointer-events: none;
}
@media (max-width: 1000px) {
  iframe {
    height: 100% !important;
  }
}/*# sourceMappingURL=our-story.css.map */