body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "IBMPlexSansArabic-Text";
  font-style: normal;
  font-weight: 100;
  src: url("../font/IBMPlexSansArabic-Text.ttf");
}

.ar-content {
  display: none;
}

header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  /* Adjust background color as needed */
  z-index: 1000;
  transition: top 0.5s;
  /* Disable smooth transition */
}

header .navbar {
  /* flex-wrap: nowrap;
  justify-content: flex-start; */
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 0 20px 0;
  top: 0;
  transition: all 0.5s linear;
  background-color: transparent !important;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

header .navbar-brand {
  padding: 20px;
}

/* header .navbar-nav {
  flex-direction: row;
} */
.mainmenu {
  padding-left: 6.5%;
}

#sky,
a-scene {
  background: transparent !important;
}

a-loader,
a-loader-overlay,
a-loader-spinner {
  display: none !important;
}

a-entity {
  background: transparent !important;
}

a-scene canvas {
  background-color: transparent !important;
}

a-scene .a-loader-overlay {
  background-color: transparent !important;
}

.a-frame .a-loader {
  background-color: transparent !important;
}

a-sky {
  background-color: transparent !important;
}

canvas {
  background-color: transparent !important;
}

[dir="rtl"] .mainmenu {
  padding-left: 7.5%;
}

.language-menu .active {
  color: #fff !important;
}

#popup-aframe .a-canvas {
  width: 70% !important;
  height: 70% !important;
  top: 15% !important;
  left: 15% !important;
  right: 0 !important;
  bottom: 0 !important;
  position: fixed !important;
  background: transparent !important;
}

.a-enter-vr-button {
  display: none;
}

.btn-div {
  position: relative;
  width: 100%;
  height: auto;
}

.join-div {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-text {
  color: #fff;
  margin: 0;
  font-size: 2.5vw;
  font-family: "DINNextArabicRegular";
  text-transform: uppercase;
  letter-spacing: 8px;
}

.ar-content .join-text {
  letter-spacing: unset;
}

.black-img {
  width: 100%;
}

.spira-gif {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.spira-gif-reverse {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.scroll-text-div {
  position: absolute;
  bottom: 4%;
  left: 48%;
  /* display: none; */
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

.spira-latin-div {
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 30%;
  /* display: none; */
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

.scroll-text-animation {
  animation: scroll-animation 0.5s linear;
}

.scroll-text-animation-reverse {
  animation: scroll-animation-reverse 0.5s linear;
}

.spira-scroll-text-animation {
  animation: spiar-scroll-animation 0.5s linear;
}

.spira-scroll-text-animation-reverse {
  animation: spiar-scroll-animation-reverse 0.5s linear;
}

.scroll-text-div {
  font-size: 22px;
}

.spira-latin-div p:first-child {
  font-size: 28px;
  font-family: "ReclineRegular";
  margin-bottom: 8px;
}

.spira-latin-div p {
  font-size: 20px;
  font-family: "ReclineRegular";
}

.ar-content .spira-latin-div p {
  font-family: "DINNextArabicRegular";
}

.curved-background-1 {
  /* box-shadow: 0px -63px 100px 100px rgba(71,71,71,1); */
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /* transition: 3s linear; */
  /* transform: translateY(-100%); */
}

.menu-line1 {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.6s;
  position: relative;
  z-index: 999;
}

.menu-line2 {
  width: 65%;
  height: 2px;
  margin-top: 10px;
  background-color: #fff;
  transition: 0.6s;
  position: relative;
  z-index: 999;
  margin-left: 8px;
}

.rotate {
  transform: rotateZ(180deg);
}

.rotate1 {
  background: #212121;
  transform: rotateZ(45deg);
}

.rotate2 {
  background: #212121;
  width: 100%;
  transform: translate(0, -0.8rem) rotateZ(-45deg);
}

.nav-page1 {
  position: fixed;
  top: 0;
  left: 0;
  background: whitesmoke;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #212121;
  transform: translate(0, -100%);
  transition: 0.5s;
  z-index: 99;
}

.nav-page1 li {
  padding: 1rem;
}

.my-animation {
  animation: my-animation 1s forwards;
}

@keyframes my-animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(50%);
  }

  100% {
    transform: translateX(100%);
  }
}

/*.nav-page2{
    position: fixed;
    top:0 ;
    left: 60%;
    background: whitesmoke;
    width: 40%;
    height: 70vh;
    transition: .8s;
    transform: translate(0,-100%);
  }*/

.transform {
  transform: translate(0, 0);
}

.fa {
  font-family: "FontAwesome" !important;
}

a {
  transition: all 0.5s ease-in;
}

a:hover {
  transition: all 0.5s ease-in;
}

#parallax1 {
  background-attachment: fixed;
}

.owl-virtual .owl-stage-outer {
  overflow: unset !important;
}

.h100vh {
  height: 100vh;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "DINNextArabicRegular";
}

.ar-content h1,
.ar-content h2,
.ar-content h3,
.ar-content h4,
.ar-content h5,
.ar-content h6 {
  /* font-family: "IBMPlexSansArabic-Text" !important; */
  font-family: "ibm-plex-arabic", sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

.language-menu .nav-link {
  font-size: 18px;
  font-weight: 300;
  font-family: "DINNextArabicRegular";
}

/*.language-menu li:nth-child(2) a {
    color:#747474 !important;
  }*/
/*.language-menu .active {
    color:#747474 !important;
  }*/
.logo {
  width: 110px;
  height: auto;
  position: relative;
  z-index: 9;
}

.video-wrapper {
  position: relative;
}

.video-banner-section {
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  min-height: 100vh;
}



.video-banner-section .shine {
  position: absolute;
  right: 5%;
  bottom: 5%;
}

.video-banner-section video,
.our-vision video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

nav .hamburgerbtn {
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 49px;
  height: 0;
  padding: 0;
  margin: 0;
  color: #ffffff;
  top: -30px;
}

nav .hamburgerbtn span {
  display: block;
  height: 3px;
  width: 30px;
  background: #ffffff;
  transition: all 0.15s ease;
  position: absolute;
  right: 8px;
  transform: rotate(0deg);
}

nav .hamburgerbtn span:first-child {
  width: 30px;
  top: 18px;
}

nav .hamburgerbtn span:last-child {
  width: 17px;
  top: 30px;
}

nav .hamburgerbtn[aria-expanded="true"] span {
  top: 23px;
}

.mainmenu .active {
  color: #f53838 !important;
  font-weight: 600;
}

.find-your-zone .overlay img {
  overflow: hidden;
  -webkit-transition: 1.8s ease;
}

.auto-video {
  display: none;
  width: 100%;
  height: 100%;
}

.auto-video-div {
  display: none;
  width: 95%;
  height: 100%;
  margin-right: 10px;
}

.nav-link {
  /* color: #B3B1B1 !important; */
  font-family: "DINNextArabicRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  opacity: 0.9;
}

a.nav-link.active {
  color: #FFFFFF !important;
}

ul {
  margin: 0 auto;
}

.about-spira {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0dfe1;
}

.about-spira h5 {
  font-size: 28px;
  line-height: 36px;
}

.about-spira p {
  font-size: 20px;
  width: 100%;
  line-height: 28px;
}

/* our vision start */
.banner-zone-div {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.inner-zone-div {
  position: relative;
}

.spira-text-anim-image {
  width: 30%;
  height: auto;
  margin-top: 70px;
}

.inpiration-text {
  margin-top: 10px;
}

.discover-text {
  color: skyblue !important;
}

.reveal-text {
  color: violet !important;
}

.reveal-arabic {
  margin-top: 25px;
}

.zone-arabic {
  margin-top: 10px;
}

.zonal-div {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

#slideset1 {
  height: 10em;
  width: 40%;
  overflow: hidden;
}

#slideset1>* {
  width: 100%;
  position: absolute;
  bottom: 0%;
  /* left: -200%; */
  animation: 20s autoplay2 ease-in-out;
  /* animation-play-state: paused; */
  opacity: 0;
}

@keyframes autoplay2 {
  0% {
    /* left: -10%; */
    opacity: 0;
  }

  2% {
    /* left: 0%; */
    opacity: 1;
  }

  20% {
    /* left: 0%; */
    opacity: 1;
  }

  22.5% {
    opacity: 0;
  }

  25% {
    /* left: 50%; */
    opacity: 0;
  }

  100% {
    /* left: 100%; */
    opacity: 0;
  }
}

#slideset1>*:nth-child(1) {
  animation-delay: 5s;
}

#slideset1>*:nth-child(2) {
  animation-delay: 10s;
}

#slideset1>*:nth-child(3) {
  animation-delay: 15s;
}

#slideset1>*:nth-child(4) {
  animation-delay: 20s;
}

.zonal-div-1 {
  direction: rtl;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

#slideset2 {
  height: 10em;
  width: 40%;
  overflow: hidden;
}

#slideset2>* {
  width: 100%;
  position: absolute;
  bottom: 0%;
  right: -200%;
  animation: 20s autoplay1 ease-in-out;
  /* animation-play-state: paused; */
}

@keyframes autoplay1 {
  0% {
    right: -10%;
    opacity: 0;
  }

  2% {
    right: 0%;
    opacity: 1;
  }

  20% {
    right: 0%;
    opacity: 1;
  }

  22.5% {
    opacity: 0;
  }

  25% {
    right: 50%;
    opacity: 0;
  }

  /* 8% {left: 0%;opacity: 1.0} */
  /* 33.33% {left: 100%;opacity: 1.0}
        37.33%{left: 100%;opacity: 1.0;}
        41.33% {left: 100%;opacity: 0.0}
        45.33% {left: 100%;opacity: 0.0} */
  100% {
    right: 100%;
    opacity: 0;
  }
}

#slideset2>*:nth-child(1) {
  animation-delay: 0s;
}

#slideset2>*:nth-child(2) {
  animation-delay: 5s;
}

#slideset2>*:nth-child(3) {
  animation-delay: 10s;
}

#slideset2>*:nth-child(4) {
  animation-delay: 15s;
}

.zonal-div {
  visibility: hidden;
}

.zone-clip {
  color: #ffffff;
  font-size: 60px;
  font-family: "ReclineRegular";
  text-transform: uppercase;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.zone-clip-1 {
  margin-top: 10px;
}

.zone-clip-2 {
  margin-top: 35px;
}

.zone-text {
  position: absolute;
  top: -10px;
  font-size: 3vw;
  color: rgba(255, 95, 95, 1);
  font-family: "DINNextArabicRegular";
}

.zone-text-1 {
  color: skyblue;
}

.zone-text-2 {
  color: violet;
  margin-top: 25px;
}

.zone-arabic-text-1 {
  color: skyblue;
}

.zone-arabic-text-2 {
  color: violet;
}

.zone-arabic-clip-0 {
  margin-top: 10px;
}

.zone-arabic-clip-1 {
  margin-top: 10px;
}

.zone-arabic-clip-2 {
  margin-top: -10px;
}

[dir="rtl"] .our-vision-content {
  position: absolute;
  top: 40%;
  right: 10%;
}

.our-vision-content {
  position: absolute;
  top: 40%;
  left: 107px;
}

.our-vision-content img {
  width: 75px;
  margin-top: -5px;
}

.our-vision-content h1,
.our-vision-content h2 {
  font-family: "ReclineRegular";
  font-size: 72px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 40px;
}

.our-vision-content h3,
.our-vision-content h4,
.our-vision-content h5,
.our-vision-content h6 {
  font-family: "ReclineRegular";
  line-height: 25px;
  color: #fff;
}

.our-vision-content p {
  font-family: "ReclineRegular";
  font-size: 28px;
  line-height: 37px;
  color: #fff;
  max-width: 70%;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.ar-content .our-vision-content p {
  font-family: "DINNextArabicRegular";
}

[dir="rtl"] .our-vision-content p {
  max-width: 100%;
}

/* our vision end */

/* Join now modal */
.joinnowModel .col-md-3,
.joinnowModel .col-md-9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.joinnowModel .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}

.joinnowModel .col-md-3 img {
  flex-grow: 1;
  width: 100%;
  height: auto;
}

.joinnowModel .formleftbg {
  max-width: 100%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.joinnowModel .modal-content {
  border-radius: 25px;
}

.joinnowModel .formdivision {
  border: 2px solid #fff;
  border-radius: 25px;
}

.joinnowModel .nearform {
  padding: 30px;
  color: #fff;
  background-color: #292929;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  overflow-x: inherit;
}

.joinnowModel {
  overflow: hidden;
}

.joinnowModel .modal-full-width {
  width: 75%;
}

.joinnowModel .modal-full-width .modal-body {
  padding: 0;
}

.joinnowModel .modal-full-width .btn-close {
  position: absolute;
  right: 4px;
  top: 8px;
  z-index: 9;
  background-image: none;
  width: auto;
  height: auto;
}

.joinnowModel .modal-full-width .btn-close:focus {
  box-shadow: none;
}

.joinnowModel .nearform h4 {
  position: relative;
  font-family: "ReclineRegular";
  font-size: 1.5rem;
  text-transform: uppercase;
}

.joinnowModel .nearform h4:after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 21px;
  left: 8px;
  bottom: -10px;
}

.joinnowModel .nearform .ar-content h4:after {
  /* right: 15px;
    left: 0; */
  display: none;
}

.joinnowModel .nearform .form-group input {
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #717171;
  color: #fff;
  padding: 10px;
  font-family: "ReclineRegular";
  text-transform: uppercase;
}

.joinnowModel .nearform .form-group input:focus {
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
}

.joinnowModel .flag-container {
  margin-top: 28px !important;
}

.joinnowModel .flag-container input {
  padding: 10px 0 20px 80px !important;
}

.joinnowModel .flag {
  background: url(../images/united-arab-emirates.png);
  height: 25px;
  background-repeat: no-repeat;
}

.joinnowModel .country-code {
  left: 25px;
}

.joinnowModel .country-code {
  position: absolute;
  /* left: 35px; */
  top: 0;
  padding: 0 10px;
  color: #fff;
}

.joinnowModel .nearform .form-group {
  width: 100%;
  margin-top: 14px;
  position: relative;
  margin-bottom: 18px;
}

.joinnowModel .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.joinnowModel .input-group-addon {
  position: absolute;
  right: 0;
  top: 13px;
}

.joinnowModel .btn-align {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: end;
  justify-content: end;
  position: relative;
}

.joinnowModel .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: auto;
  padding: 0;
  z-index: 0;
}

.joinnowModel .btn span {
  position: absolute;
  color: #fff;
  font-family: "ReclineRegular";
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.joinnowModel .loader_div {
  display: none;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  cursor: unset;
  z-index: 1;
}

.joinnowModel .loader_img {
  position: relative;
  top: 16px;
}

.joinnowModel select.form-select {
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #717171;
  border-radius: 0;
  padding: 10px;
  color: #fff;
  font-family: "ReclineRegular" !important;
  text-transform: uppercase;
  margin-top: 14px !important;
}

.joinnowModel select option {
  color: #212529 !important;
  font-family: "ReclineRegular" !important;
  text-transform: uppercase;
}

.joinnowModel select option:disabled {
  color: #808080 !important;
}

.joinnowModel .terms_check {
  display: flex;
  align-items: baseline;
}

.joinnowModel .terms_check input {
  cursor: pointer;
}

.joinnowModel .terms_check label {
  margin-left: 7px;
  position: relative;
  top: -1px;
}

.joinnowModel select.form-select:focus {
  border-bottom: 1px solid #ffffff;
  box-shadow: unset;
}

.joinnowModel input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}

.joinnowModel input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}

.joinnowModel input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}

.joinnowModel input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.joinnowModel .form-group label.error {
  font-family: "ReclineRegular";
  position: absolute;
  bottom: -22px;
  display: block;
  width: 100%;
  color: #fc4545;
  font-size: 15px;
}

.joinnowModel .alert-success {
  color: #00573b;
  background-color: rgb(46, 132, 74, 0.8);
  border-color: #afe2c9;
  padding: 0;
  z-index: 9;
  border-radius: 5px;
}

.joinnowModel .alert-success .alert {
  margin: 0;
  padding: 5px 10px 7px 10px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}

/* Service Message Section*/
#section0 {
  will-change: transform;
  position: relative;
  overflow: hidden;
}

#section1 {
  will-change: transform;
  transform: translateZ(0);
  overflow: hidden;
}

.svg-target {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.svg-target svg {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100vh;
  width: 100% !important;
  height: 100vh !important;
  overflow: hidden;
}

.sm-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.sm-box .black-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  will-change: transform
}

.sm-box .sm-shape {
  opacity: 0.2;
  position: absolute;
  left: 49%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sm-box-1 {
  position: absolute;
  top: 48%;
  left: 49%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 1;
  z-index: -1;
  width: 90%;
  /* height: 90vh; */
}

.sm-box-2 {
  position: relative;
  z-index: -2;
}

.opacityCls {
  opacity: 1;
}

.first-img-set {
  transform: translateY(-100%);
  /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -2; */
}

.second-img-set {
  transform: translateY(100%);
  /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -2; */
}

.first-inner-img {
  position: relative;
}

.second-inner-img {
  position: relative;
}

.first-inner-img img {
  position: absolute;
  /* width: 25%; */
  height: 100vh;
  object-fit: cover;
}

.second-inner-img img {
  position: absolute;
  /* width: 25%; */
  height: 100vh;
  object-fit: cover;
}

.sm-engg-1 {
  left: -16%;
}

.sm-engg-2 {
  left: 3%;
}

.sm-engg-3 {
  right: 4%;
}

.sm-engg-4 {
  right: 0;
}

.engineered-cls {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.panel {
  width: 100%;
  height: 100vh;
  background-color: salmon;
}

.serviceMessage {
  width: 100%;
  height: 100vh !important;
  height: -webkit-fill-available;
  min-height: 100vh !important;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-image: url("../images/wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.inspired-img-animate,
.inspired-animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.inspired-img-animate .img1 {
  position: absolute;
  left: 6%;
  top: 15%;
}

.inspired-img-animate .img2 {
  position: absolute;
  left: 19%;
  top: 26%;
}

.inspired-img-animate .img3 {
  position: absolute;
  left: 35%;
  top: 10%;
}

.inspired-img-animate .img4 {
  position: absolute;
  left: 58%;
  top: 20%;
}

.inspired-img-animate .img5 {
  position: absolute;
  left: 79%;
  top: 8%;
}

.inspired-img-animate .img6 {
  position: absolute;
  left: 5%;
  bottom: 8%;
}

.inspired-img-animate .img7 {
  position: absolute;
  left: 23%;
  bottom: 13%;
}

.inspired-img-animate .img8 {
  position: absolute;
  left: 60%;
  bottom: 15%;
}

.inspired-img-animate .img9 {
  position: absolute;
  left: 78%;
  bottom: 36%;
}

.inspired-img-animate .img10 {
  position: absolute;
  left: 85%;
  bottom: 5%;
}

.sm-box p {
  font-size: 30px;
  font-family: "ReclineRegular";
  font-weight: 300;
}

.sm-box .ar-content p {
  font-family: "DINNextArabicRegular";
}

.sm-box h2 {
  font-size: 94px;
  font-family: "ReclineRegular";
}

.sm-box .ar-content h2 {
  font-size: 60px;
}

.sm-box h2 span {
  text-shadow: 2px 2px 8px #ffffff;
}

.inspiredClass {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
}

/* find your zone start */
.find-your-zone {
  display: flex;
  position: relative;
  align-items: center;
  background-color: #000;
  cursor: none !important;
}

.find-your-zone:before {
  content: "";
  position: absolute;
  background-image: url(../images/black-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.find-your-zone .findoutimg {
  /* padding: 15px; */
  margin: 15px;
  cursor: none !important;
  position: relative;
  cursor: none !important;
}

.find-your-zone .findoutimg .image {
  width: 100%;
  /* box-shadow: 5px 10px 10px #000; */
}

.find-your-zone .find-your-zone {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.find-your-zone .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s ease;
}

.find-your-zone .findoutimg .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  display: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.findoutimg img {
  position: relative;
}

.find-your-zone:hover,
.find-your-zone .image {
  cursor: url("../images/cursor.svg"), auto !important;
}

.find-your-zone .findoutimg .overlay.hide {
  display: none;
}

.find-your-zone .findoutimg .overlay p {
  margin-top: 75px;
}

.find-your-zone .findoutimg:hover .overlay {
  -webkit-transition: 1.8s ease;
  display: block;
}

.find-your-zone .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}

.auto-video {
  display: none;
  width: 100%;
  height: 100%;
}

.auto-video-div {
  display: none;
  width: 95%;
  height: 100%;
  margin-right: 10px;
}

.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50% !important;
  left: 50%;
  border-radius: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #dc5656;
}

.cursor-dot-outline {
  width: 40px;
  height: 40px;
  background-color: rgba(229, 128, 128, 0.5);
}

.find-your-zone .textlength {
  width: 95%;
}

.find-your-zone #video {
  position: absolute;
  left: 2%;
  display: none;
  height: 95%;
  width: 96%;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  object-fit: cover;
}

.findoutimg:hover {
  display: block;
}

/* find your zone end */
/* our vision start */
.round {
  border-radius: 6px;
  -moz-border-radius: 6px;
}

/* layout */
.panorama,
.panorama-view {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.panorama,
.panorama-container {
  position: relative;
}

.panorama-container img {
  height: 100%;
  position: absolute;
  top: 0;
}

.panorama .info,
.panorama-view .area {
  position: absolute;
  display: block;
}

.panorama .info {
  left: 10px;
  top: 10px;
}

/* style */
.panorama-view {
  cursor: url(../images/openhand.cur), default;
}

.panorama-view.grab {
  cursor: url(../images/closedhand.cur), default;
}

.panorama .info {
  padding: 6px;
  opacity: 0.4;
  background-color: #000;
  color: #fff;
  font: 11px bold Arial, sans-serif;
  text-decoration: none;
}

.panorama .info:hover {
  opacity: 0.6;
}

.panorama-view .area {
  opacity: 0.2;
  background-color: #000;
  cursor: pointer;
}

.panorama-view .area:hover {
  opacity: 0.4;
}

.panorama-view img {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.changeitembg {
  /*background-image: url("../images/virtual-bg.png");*/
  background-repeat: no-repeat;
  background-size: cover;
}

.findourzone {
  background-color: #000;
}

.virtual-toor {
  align-items: center;
  padding: 20px 0 0;
  background-color: #000;
  /*background-image:url("../images/virtual-bg.png");*/
  background-repeat: no-repeat;
  background-color: black;
  background-size: cover;
  position: relative;
  top: -110px;
}

.virtual-toor:before,
.changeitembg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 24%;
  background-color: #000;
  /* change this to the desired color */
  border-radius: 0 0 50% 50%;
}

.popupmap .modal-dialog .btn-close {
  position: absolute;
  right: 0;
  top: 40px;
  right: 10%;
  z-index: 9999999;
  padding: 10px;
}

.popupmap .modal {
  --bs-modal-margin: 0 !important;
  --bs-modal-box-shadow: 0 !important;
}

.popupmap .modal-content {
  transition: transform 0.3s ease;
}

.popupmap .modal-dialog .btn-close:focus {
  box-shadow: none;
}

.popupmap .modal-content .btn-close {
  position: absolute;
  right: 0;
  background-color: transparent;
  top: -53px;
  border-radius: 100%;
  right: -5%;
  z-index: 999;
  padding: 10px;
  width: auto;
  height: auto;
  background-image: none;
}

.popupmap .modal-dialog {
  min-width: 70% !important;
  display: flex;
  align-items: center;
  height: 90vh;
  position: relative;
  top: 1%;
}

.mapbackground {
  width: 70% !important;
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.mapbackground button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.mapbackground img {
  width: 20px;
}

.changeitembg,
.virtual-toor {
  transition: background 2s ease-in 200ms;
}

.video-logo {
  width: 100px;
  position: absolute;
  top: 5%;
  left: 5%;
}

.virtual-toor:after,
.changeitembg:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 190px;
  background-color: #000;
  border-radius: 300% 300% 300% 0%;
  bottom: -130px;
}

.tour-left-icon-div {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 12%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(40, 40, 40, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 3px;
}

.tour-right-icon-div {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 12%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(40, 40, 40, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 3px;
}

.virtual-toor:before,
.owl-virtual:before {
  top: 0;
}

.virtual-toor:after,
.owl-virtual:after {
  bottom: -30px;
  transform: scaleY(0);
  /* flip the element vertically */
}

.bg-black {
  background-color: #000 !important;
  position: relative;
  z-index: 99;
}

/* .owl-carousel:hover {
  animation-play-state: paused;
} */

.curved-background-1 .bg-black {
  padding-top: 2rem;
}

/*.bg-black:after {
      content: '';
      position: absolute;
      background-image: url(../images/virtual-toor-oblique.png);
      height:40vh;
      width: 1200px;
      left: -5%;
      z-index: -99;
      top: -58px;
      background-size: cover;
      background-repeat: no-repeat;
      overflow: hidden;
  }*/
#tourvirtual h3 {
  font-family: "ReclineRegular";
  font-size: 40px;
  color: #fff;
  position: relative;
  color: #dbdbdb;
  font-weight: 600;
}

#tourvirtual p {
  font-size: 14px;
  line-height: 21px;
  max-width: 45%;
  margin: 0 auto;
  color: #dbdbdb;
  position: relative;
}

.virtual-toor .item {
  cursor: pointer;
}

.owl-virtual .item {
  cursor: pointer;
}

.owl-virtual .owl-item {
  width: 33.33%;
  padding: 0 10px;
}

/* .owl-carousel .owl-stage {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
  transition: transform 0.3s ease-out;
} */

.virtual-toor .owl-carousel .owl-item img {
  width: 100px !important;
  margin: 0 auto;
}

/* .owl-carousel .owl-stage {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
  transition: transform 2s ease-out;
} */

.virtual-toor .owl-carousel .center img {
  margin: 0 auto;
}

.virtual-toor .owl-carousel {
  display: flex !important;
  align-items: center;
  height: 98vh;
  position: relative;
  top: 20px;
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.virtual-toor .owl-carousel button span {
  background-color: transparent;
}

.virtual-toor .owl-carousel button span:last-child {
  width: 20px;
  top: 27px;
  display: none;
}

.virtual-toor .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 0;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  display: none !important;
}

.virtual-toor .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
  color: #fff;
  text-decoration: none;
}

.virtual-toor .owl-carousel .owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -6px;
  top: 47%;
  background: url("../images/previous.svg") no-repeat !important;
}

.virtual-toor .owl-carousel .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -6px;
  top: 47%;
  background: url("../images/previous.svg") no-repeat !important;
  transform: rotate(180deg);
}

/* our vision end */
/* our community start */
.our-community {
  align-items: center;
  padding: 40px 0 50px;
  background-image: url("../images/wave.svg");
  background-color: #fff;
  /* position: absolute;
  left: 0; */
  /* top: 200%; */
  transition: 0.8s linear;
  position: relative;
  z-index: 100;
  width: 100%;
}

.slider-track {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our-community .content-width {
  position: absolute;
  top: 4%;
  right: 0;
  left: 0;
}

.our-community .owl-item video {
  width: 100%;
  height: auto;
}

.our-community {
  text-align: center;
}

.our-community h1,
.our-community h2,
.our-community h3 {
  font-family: "ReclineRegular";
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #333333;
}

.our-community h4,
.our-community h5,
.our-community h6 {
  font-family: "ReclineRegular";
  font-weight: 300;
  color: #333333;
}

.our-community h3 span {
  font-weight: 600;
}

.wave-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.scroll-carousel {
  transform: rotate(5deg);
}

.video-scroll-item {
  padding: 0;
  font-size: 6.4rem;
  display: inline-block;
  margin-right: 2rem;
}

.modal {
  transition: opacity 0.7s, transform 0.7s;
  transform-origin: center center;
  transform: scale(0.8);
}

.modal.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.modal.show .modal-dialog {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-dialog {
  max-width: none !important;
}

#exampleModal .modal.show .modal-dialog {
  transform: none;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
  position: relative;
  max-width: 70% !important;
}

.videooverlay video {
  border-radius: 10px;
  position: relative;
  transform: rotate(1deg);
  z-index: 99;
  height: 180px !important;
  object-fit: cover;
  width: 130px;
}

.video-scroll-item .videoshow {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 0%;
  text-align: center;
  z-index: 9;
}

.imagehover {
  opacity: 1;
  display: block;
  width: 130px !important;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 10px;
  position: relative;
}

.videooverlay {
  position: relative;
  border-radius: 10px;
  transition: transform 0.5s;
}

.videooverlay video {
  transition: all 1s ease-in-out;
}

.owl-carousel1 .owl-stage-outer,
.owl-carousel2 .owl-stage-outer {
  overflow: unset !important;
}

.videooverlay video:hover {
  transition: 1s ease-in 1s;
  transform: scale(1.2);
  transition-delay: 0.3s;
  cursor: pointer;
}

.video-scroll-item {
  transition: 5s ease;
}

.videooverlay:hover .image {
  opacity: 0.3;
}

.videooverlay:hover .videoshow {
  opacity: 1;
}

:root {
  --marquee-width: 80vw;
  --marquee-height: 20vh;
  --marquee-elements-displayed: 8;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc;
}

.marquee {
  transform: rotate(5deg);
  position: relative;
  /*overflow:hidden;*/
  cursor: pointer;
}

.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling 20s linear infinite;
}

.marquee-content1 {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrollingreverse 20s linear infinite;
  margin-top: 2rem;
}

.marquee:hover .marquee-content,
.marquee:hover .marquee-content1 {
  animation-play-state: paused;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}

@keyframes scrollingreverse {
  0% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }

  100% {
    transform: translateX(0);
  }
}

.marquee-content li,
.marquee-content1 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13vw;
  flex-shrink: 0;
  white-space: nowrap;
}

.our-community p {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #474747;
  padding-bottom: 15px;
}

.videoplay {
  display: flex;
  align-items: center;
  text-align: center;
  width: 94%;
  height: 100%;
  justify-content: center;
  position: relative;
  background: url(../images/find-your-zone.svg);
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: unset;
}

.videoplay p {
  color: #fff;
  font-family: "ReclineRegular";
  font-weight: lighter;
  font-size: 31px;
  line-height: 30px;
}

.videoplay span {
  display: block;
  font-family: "DINNextArabicRegular";
  font-style: normal;
  font-weight: 500;
  font-size: 86.0976px;
  line-height: 83px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px #ffffff;
}

.findzonemob p {
  color: #fff;
  font-family: "ReclineRegular";
  font-weight: lighter;
  font-size: 31px;
  line-height: 30px;
  text-align: center;
}

.findzonemob span {
  display: block;
  font-family: "DINNextArabicRegular";
  font-style: normal;
  font-weight: 500;
  font-size: 86.0976px;
  line-height: 83px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px #ffffff;
}

/* our community end */

/* footer start */
/* footer {
    height:100vh;
    
  } */
.footer-bg {
  overflow: hidden;
}

footer .footer-bg img {
  max-width: 100%;
  height: 100vh;
  position: relative;
  z-index: 9;
  object-fit: cover;
}

.footer-right .accordion-body p span {
  float: right;
}

[dir="rtl"] .accordion-body p span {
  float: left;
}

.joinnow-section {
  position: absolute;
  bottom: 1%;
  display: flex;
  align-items: center;
}

footer .location p span {
  display: block;
}

[dir="rtl"] .joinnow-section {
  position: absolute;
  bottom: 2%;
  display: flex;
  align-items: center;
  width: 75%;
}

.join-img {
  width: 100%;
}

footer .footer-right {
  background: url("../images/footer-right-bg.svg") no-repeat center / cover;
  padding: 40px 0 30px;
}

footer .locationdiv,
footer .joinnow-section {
  padding: 0 65px;
}

footer .termsconditions li:last-child {
  border-right: none;
}

footer .footermenu li:nth-child(1) {
  padding-left: 0px !important;
}

[dir="rtl"] .footermenu li:nth-child(1) {
  padding-right: 15px !important;
}

[dir="rtl"] .footermenu {
  width: 85%;
}

.mobilealignment {
  padding-right: 5px !important;
}

[dir="rtl"] .footermenu {
  position: relative;
}

footer .footermenu {
  position: relative;
  margin: 50px 0;
  padding-left: 0;
  list-style: none;
  margin-left: -25px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 85%;
}

/* .widthrow {
    width: 85%;
} */

footer .widthrow {
  position: relative;
  margin-top: 50px;
}

footer .widthrow:after {
  content: "";
  position: absolute;
  background-color: #737373;
  width: 100%;
  height: 1px;
  top: -25px;
}

footer .footermenu:before {
  content: "";
  position: absolute;
  background-color: #737373;
  width: 150%;
  height: 1px;
  left: -31px;
  top: -20px;
}

[dir="rtl"] .footermenu:before {
  content: "";
  position: absolute;
  background-color: #737373;
  width: 150%;
  height: 1px;
  right: -10px;
  top: -20px;
}

.footermenu li {
  text-align: center;
  /*flex: 1;*/
}

footer .footermenu li a {
  font-family: "DINNextArabicRegular";
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #323232;
  text-transform: uppercase;
}

[dir="rtl"] .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: 0px;
}

footer .list-inline {
  padding-right: 0;
  list-style: none;
  margin-left: 0px;
}

footer .termsconditions {
  text-align: right;
}

footer .ar-content .termsconditions {
  text-align: left;
}

footer .location h4,
footer .location .accordion-button {
  padding-bottom: 15px;
  position: relative;
  font-weight: bold;
  color: #212529;
  font-size: 24px;
  color: #000 !important;
}

footer .location .fa-map-marker {
  color: #f53838 !important;
}

footer .location h4:after {
  content: "";
  position: absolute;
  background-color: #a4a4a4;
  width: 60%;
  bottom: 0;
  left: 0;
  height: 1px;
}

[dir="rtl"] .location h4:after {
  content: "";
  position: absolute;
  background-color: #a4a4a4;
  width: 70%;
  bottom: 0;
  right: 0;
  height: 1px;
}

.accordion-button {
  position: relative;
}

[dir="rtl"] .accordion-button:after {
  position: absolute;
  left: 0;
}

/*footer .accordion-button:after {
      content:'';
      position:absolute;
      background-color:#A4A4A4;
      width:90%;
      bottom:0;
      left:0;
      height:1px;
  }*/
.accordion .accordion-button {
  border-bottom: 1px solid #a4a4a4 !important;
}

.mtminus {
  margin-top: -15px;
}

footer .location .mtminus:before {
  content: "";
  position: absolute;
  /*background: url(../images/dropdown-arrow.png);*/
  background-repeat: no-repeat;
  width: 30px;
  left: 55%;
  height: 20px;
  bottom: 8px;
}

footer .location h4::before:last-child {
  background-image: none;
}

.social-icons li {
  padding-left: 15px;
  /* padding-right: 20px; */
}

.location {
  position: relative;
}

.location .accordion {
  position: absolute;
  width: 60%;
  top: -80px;
}

[dir="rtl"] .location .accordion {
  position: absolute;
  width: 65%;
  top: -80px;
}

.location .accordion-item,
.location .accordion-button {
  background-color: transparent;
  border: none;
  padding: 5px 0;
}

.accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

footer .location p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

footer .location a {
  background-color: #ffffff;
  box-shadow: 0px 4.09418px 4.09418px rgba(188, 188, 188, 0.25);
  padding: 0px 15px 5px;
  color: #000;
  text-decoration: none;
  border-radius: 30px;
}

footer #list-with-separators li {
  position: relative;
}

.hours li {
  padding-bottom: 10px;
  font-family: "DINNextArabicRegular";
}

footer #list-with-separators li:after {
  content: "";
  background-color: #515151;
  height: 13px;
  width: 1px;
  transform: rotate(360deg);
  position: absolute;
  right: -5px;
  top: 5px;
}

[dir="rtl"] #list-with-separators li:after {
  content: "";
  background-color: #515151;
  height: 13px;
  width: 1px;
  transform: rotate(360deg);
  position: absolute;
  left: -2px;
  top: 6px;
}

footer #list-with-separators li:last-child:after {
  background-color: transparent;
}

[dir="rtl"] #list-with-separators li:first-child:after {
  background-color: transparent;
}

footer .termsconditions li:last-child {
  border-right: none;
}

footer .termsconditions li a {
  color: #515151;
  text-decoration: none;
  font-family: "DINNextArabicRegular";
  font-weight: 600;
  font-size: 14px;
}

footer .time span {
  margin-left: 10%;
}

footer li a:hover {
  color: #f53838;
}

footer .copyrights {
  font-style: normal;
  font-size: 13px;
  line-height: 21px;
  color: #515151;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
}

.shine img {
  position: relative;
}

.shine span {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 8px;
  top: 15px;
  font-family: "DINNextArabicRegular";
}

footer .social-icons a {
  color: #333333;
  font-size: 20px;
}

.shine {
  position: relative;
  overflow: hidden;
  width: 250px;
}

.shine img {
  width: 250px;
}

.shine::before {
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine::before,
.shine::before {
  -webkit-animation: shine 1.5s infinite;
  animation: shine 1.5s infinite;
}

/* splide js start */
.tour-div {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
}

.tour-div::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -140px;
  height: 190px;
  background-color: #000;
  border-radius: 300% 300% 300% 0%;
  z-index: 1;
}

.take-tour-content {
  text-align: center;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #000;
  border-radius: 0 0 50% 50%;
  padding: 20px;
  height: auto;
  padding-bottom: 50px;
}

.virtual-img {
  transition: all 2s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.click-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

#image-0 {
  opacity: 1;
}

.dialogue-box-div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

/* 
.splide {
  position: absolute !important;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 0 !important;
}

.splide__slide {
  cursor: pointer;
}

.splide__slide .slide-div {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px !important;
}

.slide-div img {
  width: 100%;
  transition: transform 1500ms !important;
  transform: scale(0.4) !important;
  transform-origin: center center !important;
}

.splide__slide.is-active img {
  transform: scale(0.75) !important;
}

.splide__arrows {
  transform: translateX(-50%);
  z-index: 1;
}

.splide__arrow--prev {
  width: 3em !important;
  height: 3em !important;
  background-color: rgba(40, 40, 40, 0.78) !important;
  top: -7.5em !important;
  left: 9em !important;
}

.splide__arrow--next {
  width: 3em !important;
  height: 3em !important;
  background-color: rgba(40, 40, 40, 0.78) !important;
  top: -8em !important;
  right: -28.5em !important;
}

.splide__arrow {
  background-color: #ccc;
  color: #fff;
  padding: 10px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.splide__arrow:hover {
  opacity: 1;
} */

/* splidejs end */

/* banner gif style start */

.spira-forward {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.spira-forward-reverse {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.mobile-spira-forward {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-spira-forward-reverse {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* banner gif style end */
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.footer-logo {
  width: auto;
  height: auto;
}

/* footer end */
.mb-100 {
  margin-bottom: 40px;
}

.ar-content .zone-text.zone-arabic-text-0,
.ar-content .zone-text.zone-arabic-text-1 {
  top: -35px;
}

/* Service Message */

.image-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  clip-path: polygon(39% 0, 100% 0%, 60% 100%, 0% 100%);
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
}

.sm-box-2 .col-md-2 {
  width: 24.5%;
}

.sm-box-2 .col-md-3 {
  width: 2%;
}

.position-left {
  position: relative;
  left: -100px;
}

.position-right {
  position: relative;
  right: -100px;
}

.sm-svg-target {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.sm-svg-target svg {
  height: 100vh !important;
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
}

.copy-alforsan {
  display: none;
}

.join-now {
  outline: none;
}

.custom-select {
  display: inline-block;
  font-family: "ReclineRegular";
  margin-top: 18px !important;
}

.custom-select select {
  display: none;
}

.custom-select .select-styled {
  display: inline-block;
  padding: 8px 16px;
  border-bottom: 1px solid #717171;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}

.custom-select .select-styled:after {
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.3);
  margin-top: 12px;
  margin-right: -3px;
  float: right;
}

.custom-select[dir="rtl"] .select-styled:after {
  float: left;
}

.joinnowModel .form-group[dir="rtl"] label.error {
  font-size: 12px;
}

.custom-select .select-options {
  display: none;
  text-transform: uppercase;
  font-family: "ReclineRegular";
  position: absolute;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 0;
  padding: 0;
  background-color: #fff;
  color: #212529;
}

.custom-select .select-option {
  padding: 8px 16px;
  cursor: pointer;
}

.ScrollBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
}

.ScrollBtn p {
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.5px;
}

.ScrollBtn.hide {
  opacity: 0;
}

.mouse {
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
  width: 20px;
  height: 30px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite,
    nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  margin: 0 auto;
  overflow: hidden;
}

.mouse:before,
.mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.mouse:before {
  width: 18px;
  height: 28px;
  background-color: #222a30;
  border-radius: 100px;
}

.mouse:after {
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }

  20% {
    background-position: 0% 0%;
  }

  21% {
    background-color: #4e5559;
  }

  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }

  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }

  50% {
    background-position: 0% 0%;
  }

  51% {
    background-color: #4e5559;
  }

  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }

  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }

  80% {
    background-position: 0% 0%;
  }

  81% {
    background-color: #4e5559;
  }

  90%,
  100% {
    background-color: #ffffff;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }

  20% {
    background-position: 0% 0%;
  }

  21% {
    background-color: #4e5559;
  }

  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }

  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }

  50% {
    background-position: 0% 0%;
  }

  51% {
    background-color: #4e5559;
  }

  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }

  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }

  80% {
    background-position: 0% 0%;
  }

  81% {
    background-color: #4e5559;
  }

  90%,
  100% {
    background-color: #ffffff;
  }
}

@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}

@-webkit-keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(8px);
  }

  30% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(8px);
  }

  90% {
    transform: translateY(0);
  }
}

@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(8px);
  }

  30% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(8px);
  }

  90% {
    transform: translateY(0);
  }
}

@-webkit-keyframes nudgeText {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(2px);
  }

  30% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(2px);
  }

  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(2px);
  }

  90% {
    transform: translateY(0);
  }
}

@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(2px);
  }

  30% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(2px);
  }

  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(2px);
  }

  90% {
    transform: translateY(0);
  }
}

@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }

  30% {
    color: #ffffff;
  }

  51% {
    color: #4e5559;
  }

  60% {
    color: #ffffff;
  }

  81% {
    color: #4e5559;
  }

  90% {
    color: #ffffff;
  }
}

@keyframes colorText {
  21% {
    color: #4e5559;
  }

  30% {
    color: #ffffff;
  }

  51% {
    color: #4e5559;
  }

  60% {
    color: #ffffff;
  }

  81% {
    color: #4e5559;
  }

  90% {
    color: #ffffff;
  }
}

.ftr-quicklinks ul {
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'DINNextArabicRegular';
}

.ftr-quicklinks ul li a {
  color: #fff;
  opacity: 0.6;
  background: unset;
  backdrop-filter: unset;
  padding: unset;
  border-radius: unset;
  display: unset;
}

/* .spira-header .nav-item .nav-link {
  color: #DBDBDB !important;
}

.spira-header .nav-item .active, .spira-header .nav-item .nav-link:hover {
  color: #FFFFFF !important;
}

.spira-header .comingsoon {
  position: relative;
  display: inline-block;
}

.spira-header .comingsoon .comingsoontext {
  visibility: hidden;
  width: max-content;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0 10px;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 50%;
  margin-left: -38px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 11px;
}

.spira-header .comingsoon:hover .comingsoontext {
  visibility: visible;
  opacity: 1;
} */

/* Responsive for 1280 x 720 Resolution  */
/* @media screen and (min-width: 1280px) and (min-height: 720px) {
    .sm-box-2 .sm-engg-2 {
        left: 6%;
    }
} */

/* Responsive for 1280 x 960 Resolution  */
@media screen and (min-width: 1280px) {
  .sm-box-2 .sm-engg-1 {
    left: -20%;
  }

  .sm-box-2 .sm-engg-3 {
    right: 1%;
  }

  .sm-box-2 .sm-engg-4 {
    right: -30px;
  }

  .sm-box-2 .sm-engg-2 {
    left: 2.5%;
  }
}

/* @media screen and (min-width: 1280px) and (min-height: 960px) {
    .sm-box-2 .sm-engg-1 {
        left: -33%;
    }
    .sm-engg-3 {
        right: -6%;
    }
    .sm-engg-4 {
        right: -124px;
    }
    .sm-box-2 .sm-engg-2 {
        left: -5.5%;
    }
} */

/* Responsive for 1366 x 768 Resolution  */
/* @media only screen and (max-width: 1366px) {
    .sm-box-2 .sm-engg-2 {
        left: 6%;
    }
} */
/* @media screen and (min-width: 1366px) and (min-height: 768px) {
    .sm-box-2 .sm-engg-2 {
        left: 6%;
    }
} */

/* Responsive for 1440 x 900 Resolution  */
/* @media screen and (min-width: 1440px) and (min-height: 900px) {
    .sm-box-2 .sm-engg-1 {
        left: -20%;
    }
    .sm-box-2 .sm-engg-2 {
        left: 4%;
    }
} */

/* Responsive for 1440 x 1050 Resolution  */
/* @media screen and (min-width: 1440px) and (min-height: 1050px) {
    .sm-box-2 .sm-engg-1 {
        left: -33%;
    }
    .sm-box-2 .sm-engg-3 {
        right: -5%;
    }
    .sm-box-2 .sm-engg-4 {
        right: -124px;
    }
    .sm-box-2 .sm-engg-2 {
        left: -6%;
    }
} */
@media screen and (min-width: 1400px) {
  .sm-box-2 .sm-engg-1 {
    left: -20%;
  }

  .sm-box-2 .sm-engg-3 {
    right: 0%;
  }

  .sm-box-2 .sm-engg-4 {
    right: -38px;
  }

  .sm-box-2 .sm-engg-2 {
    left: 2.5%;
  }
}

@media screen and (min-width: 1440px) and (min-aspect-ratio: 16/10) {
  .sm-box-2 .sm-engg-1 {
    left: -15%;
  }

  .sm-box-2 .sm-engg-4 {
    right: 9px;
  }

  .sm-box-2 .sm-engg-2 {
    left: 3%;
  }

  .sm-box-2 .sm-engg-3 {
    right: 3%;
  }
}

/* Responsive for 1440 x 1080 Resolution  */
@media screen and (min-width: 1440px) {
  .sm-box-2 .sm-engg-1 {
    left: -20%;
  }

  .sm-box-2 .sm-engg-3 {
    right: 0%;
  }

  .sm-box-2 .sm-engg-4 {
    right: -46px;
  }

  .sm-box-2 .sm-engg-2 {
    left: 3%;
  }
}

/* @media screen and (min-width: 1440px) and (min-height: 1080px) {
    .sm-box-2 .sm-engg-1 {
        left: -33%;
    }
    .sm-box-2 .sm-engg-3 {
        right: -5%;
    }
    .sm-box-2 .sm-engg-4 {
        right: -124px;
    }
    .sm-box-2 .sm-engg-2 {
        left: -5.5%;
    }
} */

/* Responsive for 1536 x 864 Resolution  */
@media screen and (min-width: 1536px) {
  .sm-box-2 .sm-engg-2 {
    left: 6%;
  }
}

/* @media screen and (min-width: 1536px) and (min-height: 864px) {
    .sm-box-2 .sm-engg-2 {
        left: 6%;
    }
} */

/* Responsive for 1600 x 900 Resolution  */
@media screen and (min-width: 1600px) {
  .sm-box-2 .sm-engg-2 {
    left: 6%;
  }

  .sm-box-2 .sm-engg-1 {
    left: -12%;
  }

  .sm-box-2 .sm-engg-3 {
    right: 4%;
  }

  .sm-box-2 .sm-engg-4 {
    right: 0;
  }
}

/* @media screen and (min-width: 1600px) and (min-height: 900px) {
    .sm-box-2 .sm-engg-2 {
        left: 6%;
    }
} */

/* Responsive for 1680 x 1050 Resolution  */
@media screen and (min-width: 1680px) {
  .sm-box-2 .sm-engg-1 {
    left: -18%;
  }

  .sm-box-2 .sm-engg-2 {
    left: 2%;
  }

  .sm-box-2 .sm-engg-3 {
    right: 4%;
  }

  .sm-box-2 .sm-engg-4 {
    right: 0;
  }
}

/* @media screen and (min-width: 1680px) and (min-height: 1050px) {
    .sm-box-2 .sm-engg-1 {
        left: -18%;
    }
    .sm-box-2 .sm-engg-2 {
        left: 6%;
    }
    .sm-box-2 .sm-engg-3 {
        right: 4%;
    }
    .sm-box-2 .sm-engg-4 {
        right: 0;
    }
} */

@media screen and (min-width: 1920px) {
  .sm-box-2 .sm-engg-1 {
    left: -14%;
  }

  .sm-box-2 .sm-engg-2 {
    left: 4.5%;
  }

  .sm-box-2 .sm-engg-3 {
    right: 4%;
  }

  .sm-box-2 .sm-engg-4 {
    right: 0;
  }
}

/* Responsive for 1920 x 1080 Resolution  */
/* @media screen and (min-width: 1920px) and (min-height: 1080px) {
    .sm-box-2 .sm-engg-2 {
        left: 4%;
    }
    .sm-box-2 .sm-engg-3 {
        right: 4%;
    }
    .sm-box-2 .sm-engg-4 {
        right: 0;
    }
} */

@media (min-width: 768px) {
  .hidedesktop {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .scroll-text-animation {
    animation: scroll-animation-1 0.5s linear;
  }

  .scroll-text-animation-reverse {
    animation: scroll-animation-reverse-1 0.5s linear;
  }
}

@media (min-width: 992px) {
  #section4 .fp-tableCell {
    height: auto !important;
  }

  .iScrollLoneScrollbar {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 0px !important;
  }

  .engg-3 {
    top: 0 !important;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    left: -2% !important;
    align-items: center;
    height: 100% !important;
  }

  #menu {
    display: none;
  }

  .navbar {
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: transparent !important;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(50px);
    padding: 15px 0;
    -webkit-backdrop-filter: blur(50px);
    top: 0;
    transition: all 0.5s linear;
  }

  .navbar .nav-item {
    padding: 0 10px;
  }

  .language-menu .nav-item {
    padding: 0 7px !important;
    font-size: 20px;
  }

  .language-menu button {
    font-size: 18px !important;
  }

  .menu-ar {
    position: relative;
    top: -5px;
  }

  .nav-item a:hover {
    color: #FFFFFF !important;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}

@keyframes scroll-animation {
  from {
    bottom: -4%;
  }

  to {
    bottom: 4%;
  }
}

@keyframes scroll-animation-reverse {
  from {
    bottom: 4%;
  }

  to {
    bottom: -4%;
  }
}

@keyframes scroll-animation-1 {
  from {
    bottom: -4%;
  }

  to {
    bottom: 10%;
  }
}

@keyframes scroll-animation-reverse-1 {
  from {
    bottom: 10%;
  }

  to {
    bottom: -4%;
  }
}

@keyframes spiar-scroll-animation {
  from {
    bottom: -25%;
  }

  to {
    bottom: 20%;
  }
}

@keyframes spiar-scroll-animation-reverse {
  from {
    bottom: 20%;
  }

  to {
    bottom: -25%;
  }
}

/* body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Recline", sans-serif;
  overflow-x: hidden;
} */

/* @font-face {
    font-family: 'Recline';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/Recline-Light.otf');
  } */
.engineered-text {
  font-family: "ReclineRegular";
  font-size: 25px;
  margin: 0;
  color: #000;
  text-align: center;
  text-shadow: 3px 3px #ddd;
  opacity: 0.6;
}

.inspired-text-div {
  font-family: "ReclineRegular";
  color: #ffffff;
  /*position: absolute;
    left: 39%;
    top: 41%;*/
  text-align: center;
}

[dir="rtl"] .inspired-text-div {
  text-align: center;
}

.scroll-div {
  height: 100vh;
  overflow: hidden;
  background-image: url("../images/wave.svg");
}

.engineered-by-spira {
  height: 100vh;
}

.home-inspired {
  background-image: url("../images/black-bg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 3s;
  position: absolute;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.engineered-spira-div {
  transition: 2s linear;
  transform: scale(0.7);
  opacity: 0;
  /*visibility: hidden;*/
}

.home-inspired .shape {
  transition: 1s linear;
  position: absolute;
  opacity: 0.1;
  left: 40%;
  top: 24%;
}

.opacity-one-animation {
  animation: opactity-zero-one 3s linear;
}

.home-inspired p {
  font-size: 30px;
  font-family: "ReclineRegular";
  font-weight: 300;
}

.home-inspired h2 {
  font-size: 65px;
  font-family: "ReclineRegular";
}

.home-inspired h2 span {
  text-shadow: 2px 2px 8px #ffffff;
}

.home-inspired .img1 {
  position: absolute;
  left: 6%;
  top: 15%;
}

.inspired-img-animate .img2 {
  position: absolute;
  left: 19%;
  top: 26%;
}

.inspired-img-animate .img3 {
  position: absolute;
  left: 35%;
  top: 10%;
}

.inspired-img-animate .img4 {
  position: absolute;
  left: 58%;
  top: 20%;
}

.home-inspired .img5 {
  position: absolute;
  left: 79%;
  top: 8%;
}

.home-inspired .img6 {
  position: absolute;
  left: 5%;
  bottom: 8%;
}

.inspired-img-animate .img7 {
  position: absolute;
  left: 23%;
  bottom: 13%;
}

.inspired-img-animate .img8 {
  position: absolute;
  left: 60%;
  bottom: 15%;
}

.home-inspired .img9 {
  position: absolute;
  left: 78%;
  bottom: 36%;
}

.home-inspired .img10 {
  position: absolute;
  left: 85%;
  bottom: 5%;
}

.engineered-by {
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  /* display: none; */
  /* animation: shade-out 5s linear; */
}

.engineered-by img {
  /* width: 25%; */
  display: none;
  height: 100vh;
  position: absolute;
  /* animation-name: move-from-bottom;
    animation-duration: 5s;
    animation-timing-function: linear; */
}

.move-animation {
  animation-name: move;
  animation-duration: 2s;
  animation-timing-function: linear;
}

.move-animation-reverse {
  animation-name: move-from-bottom;
  animation-duration: 2s;
  animation-timing-function: linear;
}

.move-animation-1 {
  animation-name: move-1;
  animation-duration: 2s;
  animation-timing-function: linear;
}

.move-animation-reverse-1 {
  animation-name: move-from-bottom-1;
  animation-duration: 2s;
  animation-timing-function: linear;
}

.move-fadeout {
  animation-name: move-animation-fadeout;
  animation-duration: 2s;
  animation-timing-function: linear;
}

.move-fadeout-1 {
  animation-name: move-animation-fadeout-1;
  animation-duration: 2s;
  animation-timing-function: linear;
}

.move-fadeout-reverse {
  animation-name: move-animation-fadeout-reverse;
  animation-duration: 2s;
  animation-timing-function: linear;
}

.move-fadeout-reverse-1 {
  animation-name: move-animation-fadeout-reverse-1;
  animation-duration: 2s;
  animation-timing-function: linear;
}

.engineered-by div {
  /* width: 25%; */
  position: absolute;
}

.engg-1 {
  left: -16%;
}

.engg-2 {
  left: 3%;
}

.engg-3 {
  left: 40%;
  top: 45%;
}

.engg-4 {
  right: 4%;
}

.engg-5 {
  right: 0;
}

.header {
  height: 100vh;
  overflow: hidden;
}

.header__list {
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.header__list--item {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: blue;
  background-size: cover;
}

.fade1 {
  animation: animationFade2 2s linear;
}

.fade2 {
  animation: animationFade 2s linear;
}

.header__list--item-1 {
  background-image: url("https://images.unsplash.com/photo-1561049436-1b60d57d575f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1489&q=80");
}

.header__list--item-2 {
  background-image: url("https://images.unsplash.com/photo-1515859005217-8a1f08870f59?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1299&q=80");
}

.shade-in {
  animation: shade-in 3s linear;
}

.shade-in-reverse {
  animation: shade-in-1 3s linear;
}

.shade-out {
  animation: shade-out 6s linear;
  /* transform: translate(0,0); */
}

.shade-out-reversed {
  animation: shade-out-1 6s linear;
}

section {
  height: 100vh !important;
  height: -webkit-fill-available;
  min-height: 100vh !important;
}

.display-none {
  display: none;
}

.display-flex {
  display: flex;
}

.video-id {
  transition: all 3s linear;
  transform: scale(1, 1);
}

.smooth-scale-animation {
  animation: smoothScale 5s linear;
}

.smooth-scale-animation-reverse {
  animation: smoothScaleReverse 5s linear;
}

@keyframes smoothScale {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.5);
  }
}

@keyframes smoothScaleReverse {
  from {
    transform: scale(1.5);
  }

  to {
    transform: scale(1);
  }
}

@keyframes animationFade {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  25% {
    opacity: 0.75;
    transform: scale(1.5);
  }

  50% {
    opacity: 0.5;
    transform: scale(2);
  }

  75% {
    opacity: 0.25;
    transform: scale(2.5);
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}

@keyframes animationFade2 {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  40% {
    opacity: 0;
    transform: scale(0.4);
  }

  50% {
    opacity: 0;
    transform: scale(0.5);
  }

  60% {
    opacity: 0;
    transform: scale(0.6);
  }

  70% {
    opacity: 0.25;
    transform: scale(0.7);
  }

  80% {
    opacity: 0.5;
    transform: scale(0.8);
  }

  90% {
    opacity: 0.75;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes move {
  0% {
    top: -100%;
    opacity: 0;
    left: 0%;
  }

  10% {
    top: -90%;
    opacity: 0.1;
    left: -1.6%;
  }

  20% {
    top: -80%;
    opacity: 0.1;
    left: -3.2%;
  }

  30% {
    top: -70%;
    opacity: 0.1;
    left: -4.8%;
  }

  40% {
    top: -60%;
    opacity: 0.1;
    left: -6.4%;
  }

  50% {
    top: -50%;
    opacity: 0.1;
    left: -8%;
  }

  60% {
    top: -40%;
    opacity: 0.2;
    left: -9.6%;
  }

  70% {
    top: -30%;
    opacity: 0.4;
    left: -11.2%;
  }

  80% {
    top: -20%;
    opacity: 0.6;
    left: -12.8%;
  }

  90% {
    top: -10%;
    opacity: 0.8;
    left: -14.4%;
  }

  100% {
    top: 0;
    opacity: 1;
    left: -16%;
  }
}

@keyframes move-from-bottom {
  0% {
    bottom: -100%;
    opacity: 0;
    left: -18%;
  }

  10% {
    bottom: -90%;
    opacity: 0.1;
    left: -15.9%;
  }

  20% {
    bottom: -80%;
    opacity: 0.1;
    left: -13.8%;
  }

  30% {
    bottom: -70%;
    opacity: 0.1;
    left: -11.7%;
  }

  40% {
    bottom: -60%;
    opacity: 0.1;
    left: -9.6%;
  }

  50% {
    bottom: -50%;
    opacity: 0.1;
    left: -7.5%;
  }

  60% {
    bottom: -40%;
    opacity: 0.2;
    left: -5.4%;
  }

  70% {
    bottom: -30%;
    opacity: 0.4;
    left: -3.3%;
  }

  80% {
    bottom: -20%;
    opacity: 0.6;
    left: -1.2%;
  }

  90% {
    bottom: -10%;
    opacity: 0.8;
    left: 0.9%;
  }

  100% {
    bottom: 0;
    opacity: 1;
    left: 3%;
  }
}

@keyframes move-1 {
  0% {
    top: -100%;
    opacity: 0;
    right: -20%;
  }

  10% {
    top: -90%;
    opacity: 0.1;
    right: -18%;
  }

  20% {
    top: -80%;
    opacity: 0.1;
    right: -16%;
  }

  30% {
    top: -70%;
    opacity: 0.1;
    right: -14%;
  }

  40% {
    top: -60%;
    opacity: 0.1;
    right: -12%;
  }

  50% {
    top: -50%;
    opacity: 0.1;
    right: -10%;
  }

  60% {
    top: -40%;
    opacity: 0.2;
    right: -8%;
  }

  70% {
    top: -30%;
    opacity: 0.4;
    right: -6%;
  }

  80% {
    top: -20%;
    opacity: 0.6;
    right: -4%;
  }

  90% {
    top: -10%;
    opacity: 0.8;
    right: -2%;
  }

  100% {
    top: 0;
    opacity: 1;
    right: 0%;
  }
}

@keyframes move-from-bottom-1 {
  0% {
    bottom: -100%;
    opacity: 0;
    right: 25%;
  }

  10% {
    bottom: -90%;
    opacity: 0.1;
    right: 22.9%;
  }

  20% {
    bottom: -80%;
    opacity: 0.1;
    right: 20.8%;
  }

  30% {
    bottom: -70%;
    opacity: 0.1;
    right: 18.7%;
  }

  40% {
    bottom: -60%;
    opacity: 0.1;
    right: 16.6%;
  }

  50% {
    bottom: -50%;
    opacity: 0.1;
    right: 14.5%;
  }

  60% {
    bottom: -40%;
    opacity: 0.2;
    right: 12.4%;
  }

  70% {
    bottom: -30%;
    opacity: 0.4;
    right: 10.3%;
  }

  80% {
    bottom: -20%;
    opacity: 0.6;
    right: 8.2%;
  }

  90% {
    bottom: -10%;
    opacity: 0.8;
    right: 6.1%;
  }

  100% {
    bottom: 0;
    opacity: 1;
    right: 4%;
  }
}

@keyframes shade-in {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(2);
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}

@keyframes shade-in-1 {
  0% {
    opacity: 0;
    transform: scale(3);
  }

  10% {
    opacity: 0.1;
    transform: scale(2.8);
  }

  20% {
    opacity: 0.2;
    transform: scale(2.6);
  }

  30% {
    opacity: 0.3;
    transform: scale(2.4);
  }

  40% {
    opacity: 0.4;
    transform: scale(2.2);
  }

  50% {
    opacity: 0.5;
    transform: scale(2);
  }

  60% {
    opacity: 0.6;
    transform: scale(1.8);
  }

  70% {
    opacity: 0.7;
    transform: scale(1.6);
  }

  80% {
    opacity: 0.8;
    transform: scale(1.4);
  }

  90% {
    opacity: 0.9;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes opactity-zero-one {
  0% {
    opacity: 0.1;
  }

  10% {
    opacity: 0.2;
  }

  20% {
    opacity: 0.3;
  }

  30% {
    opacity: 0.4;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.4;
  }

  60% {
    opacity: 0.3;
  }

  70% {
    opacity: 0.2;
  }

  80% {
    opacity: 0.1;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0.1;
  }
}

@keyframes move-animation-fadeout {
  0% {
    top: 0;
    opacity: 1;
    left: -16%;
  }

  10% {
    top: -10%;
    opacity: 0.8;
    left: -14.4%;
  }

  20% {
    top: -20%;
    opacity: 0.6;
    left: -12.8%;
  }

  30% {
    top: -30%;
    opacity: 0.4;
    left: -11.2%;
  }

  40% {
    top: -40%;
    opacity: 0.2;
    left: -9.6%;
  }

  50% {
    top: -50%;
    opacity: 0.1;
    left: -8%;
  }

  60% {
    top: -60%;
    opacity: 0.1;
    left: -6.4%;
  }

  70% {
    top: -70%;
    opacity: 0.1;
    left: -4.8%;
  }

  80% {
    top: -80%;
    opacity: 0.1;
    left: -3.2%;
  }

  90% {
    top: -90%;
    opacity: 0.1;
    left: -1.6%;
  }

  100% {
    top: -100;
    opacity: 0;
    left: 0%;
  }
}

@keyframes move-animation-fadeout-1 {
  0% {
    top: 0%;
    opacity: 1;
    right: 0%;
  }

  10% {
    top: -10%;
    opacity: 0.8;
    right: -2%;
  }

  20% {
    top: -20%;
    opacity: 0.6;
    right: -4%;
  }

  30% {
    top: -30%;
    opacity: 0.4;
    right: -6%;
  }

  40% {
    top: -40%;
    opacity: 0.2;
    right: -8%;
  }

  50% {
    top: -50%;
    opacity: 0.1;
    right: -10%;
  }

  60% {
    top: -60%;
    opacity: 0.1;
    right: -12%;
  }

  70% {
    top: -70%;
    opacity: 0.1;
    right: -14%;
  }

  80% {
    top: -80%;
    opacity: 0.1;
    right: -16%;
  }

  90% {
    top: -90%;
    opacity: 0.1;
    right: -18%;
  }

  100% {
    top: -100;
    opacity: 0;
    right: -20%;
  }
}

@keyframes move-animation-fadeout-reverse {
  0% {
    bottom: 0%;
    opacity: 1;
    left: 3%;
  }

  10% {
    bottom: -10%;
    opacity: 0.8;
    left: 0.9%;
  }

  20% {
    bottom: -20%;
    opacity: 0.6;
    left: -1.2%;
  }

  30% {
    bottom: -30%;
    opacity: 0.4;
    left: -3.3%;
  }

  40% {
    bottom: -40%;
    opacity: 0.2;
    left: -5.4%;
  }

  50% {
    bottom: -50%;
    opacity: 0.1;
    left: -7.5%;
  }

  60% {
    bottom: -60%;
    opacity: 0.1;
    left: -9.6%;
  }

  70% {
    bottom: -70%;
    opacity: 0.1;
    left: -11.7%;
  }

  80% {
    bottom: -80%;
    opacity: 0.1;
    left: -13.8%;
  }

  90% {
    bottom: -90%;
    opacity: 0.1;
    left: -15.9%;
  }

  100% {
    bottom: -100;
    opacity: 0;
    left: -18%;
  }
}

@keyframes move-animation-fadeout-reverse-1 {
  0% {
    bottom: 0%;
    opacity: 1;
    right: 4%;
  }

  10% {
    bottom: -10%;
    opacity: 0.8;
    right: 6.1%;
  }

  20% {
    bottom: -20%;
    opacity: 0.6;
    right: 8.2%;
  }

  30% {
    bottom: -30%;
    opacity: 0.4;
    right: 10.3%;
  }

  40% {
    bottom: -40%;
    opacity: 0.2;
    right: 12.4%;
  }

  50% {
    bottom: -50%;
    opacity: 0.1;
    right: 14.5%;
  }

  60% {
    bottom: -60%;
    opacity: 0.1;
    right: 16.6%;
  }

  70% {
    bottom: -70%;
    opacity: 0.1;
    right: 18.7%;
  }

  80% {
    bottom: -80%;
    opacity: 0.1;
    right: 20.8%;
  }

  90% {
    bottom: -90%;
    opacity: 0.1;
    right: 22.9%;
  }

  100% {
    bottom: -100;
    opacity: 0;
    right: 25%;
  }
}

body {
  margin: 0;
  padding: 0;
}

.sample-div {
  display: none !important;
  width: 100%;
  height: 80px;
  background-color: transparent;
}

@media (max-width: 920px) {

  .home-inspired .img1,
  .home-inspired .img5,
  .home-inspired .img6,
  .home-inspired .img10 {
    display: none;
  }

  .inspired-img-animate .img2 {
    left: 5%;
    top: 27%;
  }

  .inspired-img-animate .img3 {
    left: 31%;
    top: 10%;
  }

  .inspired-img-animate .img4 {
    left: 65%;
    top: 9%;
  }

  .inspired-img-animate .img7 {
    left: 20%;
    bottom: 6%;
  }

  .inspired-img-animate .img8 {
    left: 62%;
    bottom: 12%;
  }

  .home-inspired .img9 {
    left: 83%;
    bottom: 36%;
  }

  .shape {
    left: 37%;
  }

  .inspired-text-div {
    left: 33%;
  }
}

/* @media (max-width:425px) {
    .zone-clip {
        font-size: 35vw !important;
    }

    .zone-clip-0 {
        font-size: 35vw !important;
    }

    .zone-text {
        font-size: 8vw !important;
    }

    .zone-text-0 {
        font-size: 10vw !important;
    }

    .zone-text-1 {
        font-size: 10vw !important;
    }

    .zone-text-2 {
        font-size: 10vw !important;
    }

    .zone-text-3 {
        font-size: 10vw !important;
    }

    .zone-clip-1 {
        font-size: 17vw !important;
        margin-top: 40px;
    }

    .zone-clip-2 {
        font-size: 35vw !important;
    }

    .spira-text-anim-image {
        width: 90% !important;
        margin-top: 17% !important;
    }

    .zone-arabic {
        margin-top: 25px !important;
        font-size: 25vw !important;
    }

    .zone-arabic-clip-0 {
        margin-top: 25px !important;
        font-size: 25vw !important;
    }
} */
@media (max-width: 991px) {
  .navbar-toggler {
    position: absolute;
    right: 0;
    border: unset;
    top: 18px;
  }

  header .nav-link {
    text-align: center;
  }

  .navbar-toggler:focus {
    box-shadow: unset;
  }

  header .navbar-collapse {
    padding-bottom: 20px;
  }

  header .language-menu {
    margin: 0 auto;
    padding: 0;
    display: inline-flex;
    gap: 20px;
    list-style: none;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  header .navbar {
    background: rgba(0, 0, 0, 0.2) !important
  }

  .ftr-quicklinks {
    margin-top: 20px;
  }

  .iScrollIndicator {
    background: transparent !important;
  }

  footer .footermenu li:nth-child(1) {
    padding-left: 15px !important;
  }

  /* .splide__arrow--prev {
    display: none !important;
  }
  .splide__arrow--next {
    display: none !important;
  } */
  .joinnow-section {
    position: unset;
  }

  [dir="rtl"] .joinnow-section {
    position: unset;
  }

  .reveal-arabic {
    margin-top: 10px;
  }

  .zone-clip,
  .zone-container h3 {
    font-size: 40px !important;
  }

  /* .zonal-div {
        left: 3%;
        bottom: 10%;
    }

    .zonal-div-1 {
        left: -3%;
        bottom: 10%;
    }

    .zone-clip {
        font-size: 17vw;
    }

    .zone-clip-0 {
        font-size: 17vw;
    }

    .zone-clip-1 {
        font-size: 17vw;
    }

    .zone-clip-2 {
        font-size: 17vw;
    }

    .zone-text {
        font-size: 5vw;
    }

    .zone-text-0 {
        font-size: 5vw;
    }

    .zone-text-1 {
        font-size: 5vw;
    }

    .zone-text-2 {
        font-size: 5vw;
    }

    .zone-text-3 {
        font-size: 5vw;
    } */

  .spira-text-anim-image {
    width: 45%;
    margin-top: 45px;
  }

  .tour-left-icon-div {
    display: none;
  }

  .tour-right-icon-div {
    display: none;
  }

  .marquee {
    transform: rotate(7deg);
    /* margin-top: 15%; */
  }

  .marquee-content1 {
    margin-top: 0;
  }

  :root {
    --marquee-width: 100vw;
    --marquee-elements-displayed: 3;
  }

  .marquee-content li,
  .marquee-content1 li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30vw;
    flex-shrink: 0;
    font-size: 5rem;
    margin: 15px 25px;
    white-space: nowrap;
  }

  .virtual-toor .owl-carousel {
    display: flex !important;
    align-items: center;
    height: 87vh;
    position: relative;
    top: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
  }

  .fp-scrollable {
    height: auto !important;
  }

  #section4 .fp-scrollable {
    height: 100vh !important;
    /* overflow: scroll !important;
    z-index: 99; */
  }

  footer .termsconditions li a {
    color: #515151;
    text-decoration: none;
    font-family: "DINNextArabicRegular";
    font-weight: 600;
    font-size: 12px;
  }

  footer .copyrights {
    font-style: normal;
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
    font-family: "DINNextArabicRegular";
    font-weight: 600;
    text-align: center;
  }

  .location .accordion {
    position: unset;
    width: 90%;
    top: -80px;
  }

  [dir="rtl"] .location .accordion {
    position: unset !important;
    width: 90% !important;
    top: -80px;
  }

  .ar-content {
    display: none;
  }

  .footer-scroll {
    display: block !important;
  }

  #engineered-image-1,
  #engineered-image-4 {
    display: none !important;
  }

  .curved-background-1 .bg-black {
    background-color: #000 !important;
  }

  .no-fullpage-scroll {
    overflow: auto;
    /*display: block !important;*/
  }

  .curved-background-1 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
  }

  /* .our-community {
    top: 100%;
    z-index: 199 !important;
  } */

  .spira-latin-div {
    position: absolute;
    bottom: 20%;
    /* left: 6%; */
    width: 90%;
    /* display: none; */
  }

  .scroll-text-div {
    position: absolute;
    bottom: 10%;
    /* left: 40%; */
    /* display: none; */
    transition: 2s linear;
  }

  #menu {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    z-index: 999;
  }

  .menu-line1 {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.6s;
    position: relative;
    z-index: 999;
  }

  .menu-line2 {
    width: 65%;
    height: 2px;
    margin-top: 10px;
    background-color: #fff;
    transition: 0.6s;
    position: relative;
    z-index: 999;
    margin-left: 8px;
  }

  .rotate {
    transform: rotateZ(180deg);
  }

  .rotate1 {
    background: #212121;
    transform: rotateZ(45deg);
  }

  .rotate2 {
    background: #212121;
    width: 100%;
    transform: translate(0, -0.8rem) rotateZ(-45deg);
  }

  .nav-page1 {
    position: fixed;
    top: 0;
    left: 0;
    background: whitesmoke;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #212121;
    transform: translate(0, -100%);
    transition: 0.5s;
    z-index: 99;
  }

  .nav-page1 li {
    padding: 1rem;
  }

  .virtual-toor:after,
  .changeitembg:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 300%/0 0 100% 100%;
    bottom: unset;
  }

  .virtual-toor:after,
  .owl-virtual:after {
    transform: scaleY(-4);
  }

  .changeitembg,
  .virtual-toor {
    background-position: right;
  }

  .my-animation {
    animation: my-animation 1s forwards;
  }

  .transform {
    transform: translate(0, 0);
  }

  @keyframes my-animation {
    0% {
      transform: translateX(0);
    }

    50% {
      transform: translateX(50%);
    }

    100% {
      transform: translateX(100%);
    }
  }

  header {
    position: relative;
    z-index: 99;
  }

  .nav-page1 li {
    list-style: none;
  }

  .nav-page1 li a {
    text-decoration: none;
    color: #000;
    text-align: left;
    float: left;
    font-size: 18px;
  }

  .navbar>.container {
    display: block;
  }

  .navbar-collapse .d-flex {
    /* display: block !important; */
  }

  /* .navbar-toggler {
    position: absolute;
    right: 0;
    top: -20px;
  } */

  .about-spira {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 45px;
    position: relative;
    z-index: 9;
  }

  nav button span {
    /* background-color: #fff; */
    color: #FFFFFF;
  }

  #navbarNav {
    background-color: #fff;
    padding: 10px 15px;
  }

  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .our-vision h3 {
    font-size: 50px;
  }

  .our-vision-content {
    position: absolute;
    top: 30%;
    left: 60px;
  }

  [dir="rtl"] .our-vision-content {
    position: absolute;
    top: 30%;
    left: 60px;
  }

  [dir="rtl"] .our-vision-content p {
    max-width: 100%;
  }

  .our-vision-content p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    max-width: 75%;
  }

  /* banner section */

  /* our vision section */

  .our-vision-content h1,
  .our-vision-content h2 {
    margin-bottom: 20px;
  }

  /* our vision section end */

  /* our virtual toor section started */
  .virtual-toor h3 {
    font-size: 30px;
  }

  .virtual-toor p {
    max-width: 90%;
  }

  .home-inspired .img1,
  .home-inspired .img5,
  .home-inspired .img9,
  .home-inspired .img6,
  .home-inspired .img10 {
    display: none;
  }

  .home-inspired .shape {
    position: absolute;
    opacity: 0.1;
    left: 5%;
    top: 24%;
  }

  .engineered-text {
    font-family: "ReclineRegular";
    font-size: 14px;
    text-shadow: 2px 2px 3px #ccc;
    margin: 0;
    text-align: center;
    margin-top: -30px;
  }

  .spira-logo {
    width: 110px;
  }

  .engg-2 {
    top: 14%;
    left: 25%;
  }

  .engg-4 {
    right: 15%;
  }

  .inspired-text-div {
    left: 30%;
    top: 45%;
  }

  .engg-3 {
    left: 37%;
    top: 45%;
  }

  .home-inspired p {
    font-size: 22px;
  }

  .inspired-img-animate .img2 {
    left: 4%;
  }

  .inspired-img-animate .img3 {
    left: 28%;
  }

  .inspired-img-animate .img4 {
    left: 72%;
    top: 20%;
  }

  .inspired-img-animate .img7 {
    position: absolute;
    left: 16%;
    bottom: 4%;
  }

  .find-your-zone {
    padding: 20px 0 30px;
  }

  .video-banner-section {
    position: relative;
  }

  .video-banner-section .shine {
    display: none;
  }

  #section4 .fp-tableCell {
    height: auto !important;
  }

  #section0,
  #section1,
  #section2 {
    height: 100vh !important;
  }

  .find-your-zone {
    display: none;
  }

  .videoplay {
    height: 230px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    width: 98%;
    justify-content: center;
    /*position: absolute;*/
    background: url("../images/find-your-zone.svg");
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
    /*top:10%;*/
  }

  .find-zonecarousel .findoutimg {
    cursor: none !important;
    position: relative;
  }

  .find-zonecarousel {
    background-color: #000;
    margin-top: 20px;
  }

  #section4 {
    padding: 0px 0;
  }

  .videoplay .videos {
    position: absolute;
    height: 220px;
    width: 98%;
    justify-content: center;
    text-align: center;
    display: flex;
    display: block;
    left: 1%;
    top: 5px;
  }

  .findzonemob span {
    font-size: 70px;
  }

  .findzonemob video::-webkit-media-controls {
    display: none !important;
  }

  #section4,
  #section5 {
    height: 100vh !important;
  }

  #section4 .h100vh,
  #section5 .h100vh {
    height: 100vh !important;
  }

  .find-zonecarousel .findoutimg .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    display: none;
    z-index: 1;
    pointer-events: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .findoutimg:hover .overlay {
    display: block;
  }

  iframe::-webkit-media-controls {
    display: none !important;
  }

  iframe::-webkit-media-controls-enclosure {
    display: none !important;
  }

  iframe::-webkit-media-controls-panel {
    display: none !important;
  }

  iframe::-webkit-media-controls-overlay-play-button {
    display: none !important;
  }

  .container iframe::-webkit-media-controls-start-playback-button {
    display: none !important;
  }

  .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .our-community p {
    max-width: 90% !important;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    /* margin-top: 30px; */
  }

  .our-community h1,
  .our-community h2,
  .our-community h3 {
    font-family: "ReclineRegular";
    font-size: 33px;
    font-weight: 300;
  }

  .our-community h3 span {
    font-weight: 600;
  }

  #tourvirtual h3 {
    font-size: 30px;
  }

  #tourvirtual p {
    font-size: 15px;
    line-height: 21px;
    max-width: 80%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    opacity: 0.7;
  }

  .engg-1 {
    left: -30%;
    top: -7px !important;
  }

  .spira-life-logo {
    width: 130px;
  }

  .engg-5 {
    right: -15%;
    bottom: -35px;
  }

  .engg-4 {
    right: 37%;
  }

  .imagehover,
  .videooverlay video {
    width: 120px !important;
  }

  .videooverlay video {
    height: 160px !important;
  }

  .virtual-toor .owl-carousel .owl-item img {
    width: 100px !important;
    top: 50px;
  }

  .virtual-toor .owl-carousel .center img {
    width: 150px !important;
    margin: 0 auto;
    position: relative;
    top: 20px;
    left: -24px;
  }

  .owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
  }

  .our-community {
    align-items: center;
    padding: 50px 0 50px;
    margin-top: 0px;
    background-color: #f7f7f7;
  }

  .removehidden {
    overflow: visible !important;
  }

  .virtual-toor:before,
  .changeitembg:before {
    height: 12%;
  }

  .virtual-toor:after {
    background-color: #f7f7f7;
  }

  .virtual-toor {
    height: 86vh;
    margin-top: -5vh;
    top: -20px;
  }

  #section6 h3 {
    max-width: 90%;
    font-size: 30px;
  }

  /* our virtual tour end */

  /* footer section started */
  .footer-bg {
    display: none;
  }

  .footer-logo {
    width: 280px;
  }

  .accordion-button {
    font-size: 20px;
  }

  footer .mb-100 {
    margin-bottom: 48px;
  }

  footer {
    position: relative;
    /* height:auto !important; */
  }

  footer .location p {
    font-size: 18px;
  }

  footer .location h4:after {
    width: 90%;
  }

  footer .location h4,
  footer .accordion-button {
    font-size: 24px;
  }

  footer .location a {
    font-size: 18px;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }

  .mapbackground {
    width: 80% !important;
  }

  .popupmap .modal-dialog {
    top: 4%;
  }

  .shine {
    margin: 0 auto 48px;
    width: 100%;
    float: left;
  }

  .accordion-body {
    padding-bottom: 0;
  }

  footer .ar-content .footer-right {
    padding: 50px 35px 0px 0px;
  }

  [dir="rtl"] .footermenu li:nth-child(1) {
    padding-right: 0px !important;
  }

  footer .footermenu li a {
    font-size: 18px;
  }

  footer .ps-0 {
    padding-left: 10px !important;
  }

  footer .footermenu {
    margin: 35px 0 25px;
  }

  .footermenu .ps-4 {
    padding-left: 1rem !important;
  }

  .footermenu li {
    padding-left: 15px;
    padding-right: 0;
  }

  footer .footermenu .list-inline-item:not(:last-child) {
    margin-right: 0 !important;
  }

  footer #list-with-separators li:after {
    content: "";
    background-color: #515151;
    height: 13px;
    width: 1px;
    transform: rotate(360deg);
    position: absolute;
    right: -5px;
    top: 7px;
  }

  .termsconditions .px-1 {
    padding-right: 0.35rem !important;
    padding-left: 0.35rem !important;
  }

  .widthrow {
    justify-content: center;
  }

  .social-icons li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hours li {
    font-size: 17px;
  }

  .hours .ps-0 {
    padding-left: 0px !important;
  }

  .hours li:nth-child(1) {
    width: 35%;
  }

  .shine span {
    font-size: 24px;
    letter-spacing: 10px;
    top: 23px;
    font-family: "DINNextArabicRegular";
  }

  .shine img {
    width: 100%;
  }

  footer .footermenu:before {
    background-color: transparent;
  }

  .scroll-carousel {
    transform: rotate(8deg);
  }

  .footermenu {
    display: block !important;
    width: 100% !important;
  }

  .widthrow {
    width: 100%;
    margin: 0 auto;
  }

  .footermenu .list-inline-item {
    display: block !important;
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
    width: 100% !important;
  }

  .mobilealignment {
    display: contents;
  }

  .termsrow {
    width: auto !important;
  }

  /* footer section end */
  .move-animation-reverse {
    animation-name: move-from-bottom;
    animation-duration: 3s;
    animation-timing-function: linear;
  }

  .move-animation-reverse-1 {
    animation-name: move-from-bottom-1;
    animation-duration: 3s;
    animation-timing-function: linear;
  }

  .move-fadeout-reverse {
    animation-name: move-animation-fadeout-reverse;
    animation-duration: 3s;
    animation-timing-function: linear;
  }

  .move-fadeout-reverse-1 {
    animation-name: move-animation-fadeout-reverse-1;
    animation-duration: 3s;
    animation-timing-function: linear;
  }

  @keyframes move-from-bottom {
    0% {
      top: 100%;
      opacity: 0;
      /* left: -18%; */
    }

    10% {
      top: 90%;
      opacity: 0.1;
      /* left: -15.9%; */
    }

    20% {
      top: 80%;
      opacity: 0.1;
      /* left: -13.8%; */
    }

    30% {
      top: 70%;
      opacity: 0.1;
      /* left: -11.7%; */
    }

    40% {
      top: 60%;
      opacity: 0.1;
      /* left: -9.6%; */
    }

    50% {
      top: 50%;
      opacity: 0.1;
      /* left: -7.5%; */
    }

    60% {
      top: 40%;
      opacity: 0.2;
      /* left: -5.4%; */
    }

    70% {
      top: 30%;
      opacity: 0.4;
      /* left: -3.3%; */
    }

    80% {
      top: 22%;
      opacity: 0.6;
      /* left: -1.2%; */
    }

    90% {
      top: 17%;
      opacity: 0.8;
      /* left: 0.9%; */
    }

    100% {
      top: 14%;
      opacity: 1;
      /* left: 3%; */
    }
  }

  @keyframes move-from-bottom-1 {
    0% {
      top: -100%;
      opacity: 0;
      /* right: 25%; */
    }

    10% {
      top: -90%;
      opacity: 0.1;
      /* right: 22.9%; */
    }

    20% {
      top: -80%;
      opacity: 0.1;
      /* right: 20.8%; */
    }

    30% {
      top: -70%;
      opacity: 0.1;
      /* right: 18.7%; */
    }

    40% {
      top: -60%;
      opacity: 0.1;
      /* right: 16.6%; */
    }

    50% {
      top: -50%;
      opacity: 0.1;
      /* right: 14.5%; */
    }

    60% {
      top: -40%;
      opacity: 0.2;
      /* right: 12.4%; */
    }

    70% {
      top: -30%;
      opacity: 0.4;
      /* right: 10.3%; */
    }

    80% {
      top: -20%;
      opacity: 0.6;
      /* right: 8.2%; */
    }

    90% {
      top: -10%;
      opacity: 0.8;
      /* right: 6.1%; */
    }

    100% {
      top: 0;
      opacity: 1;
      /* right: 4%;*/
    }
  }

  @keyframes move-animation-fadeout-reverse {
    0% {
      top: 14%;
      opacity: 1;
      /* left: 3%; */
    }

    10% {
      top: 17%;
      opacity: 0.8;
      /* left: 0.9%; */
    }

    20% {
      top: 22%;
      opacity: 0.6;
      /* left: -1.2%; */
    }

    30% {
      top: 30%;
      opacity: 0.4;
      /* left: -3.3%; */
    }

    40% {
      top: 40%;
      opacity: 0.2;
      /* left: -5.4%; */
    }

    50% {
      top: 50%;
      opacity: 0.1;
      /* left: -7.5%; */
    }

    60% {
      top: 60%;
      opacity: 0.1;
      /* left: -9.6%; */
    }

    70% {
      top: 70%;
      opacity: 0.1;
      /* left: -11.7%; */
    }

    80% {
      top: 80%;
      opacity: 0.1;
      /* left: -13.8%; */
    }

    90% {
      top: 90%;
      opacity: 0.1;
      /* left: -15.9%; */
    }

    100% {
      top: 100%;
      opacity: 0;
      /* left: -18%; */
    }
  }

  @keyframes move-animation-fadeout-reverse-1 {
    0% {
      top: 0%;
      opacity: 1;
      /* right: 4%; */
    }

    10% {
      top: -10%;
      opacity: 0.8;
      /* right: 6.1%; */
    }

    20% {
      top: -20%;
      opacity: 0.6;
      /* right: 8.2%; */
    }

    30% {
      top: -30%;
      opacity: 0.4;
      /* right: 10.3%; */
    }

    40% {
      top: -40%;
      opacity: 0.2;
      /* right: 12.4%; */
    }

    50% {
      top: -50%;
      opacity: 0.1;
      /* right: 14.5%; */
    }

    60% {
      top: -60%;
      opacity: 0.1;
      /* right: 16.6%; */
    }

    70% {
      top: -70%;
      opacity: 0.1;
      /* right: 18.7%; */
    }

    80% {
      top: -80%;
      opacity: 0.1;
      /* right: 20.8%; */
    }

    90% {
      top: -90%;
      opacity: 0.1;
      /* right: 22.9%; */
    }

    100% {
      top: -100;
      opacity: 0;
      /* right: 25%; */
    }
  }
}

@media (max-width: 620px) {
  .inspired-img-animate .img2 {
    width: 85px;
    height: 155px;
  }

  .inspired-img-animate .img3 {
    width: 110px;
    height: 102px;
  }

  .inspired-img-animate .img4 {
    width: 134px;
    height: 77px;
  }

  .inspired-img-animate .img7 {
    width: 100px;
    height: 140px;
  }

  .inspired-img-animate .img8 {
    width: 100px;
    height: 109px;
  }
}

@media (min-width: 375px) and (max-width: 667px) {
  .home-inspired .shape {
    left: 11%;
  }

  .home-inspired .inspired-text-div {
    left: 30%;
  }

  .engg-4 {
    right: 31%;
  }

  .engg-2 {
    top: 14%;
    left: 19%;
  }

  .home-inspired .shape {
    top: 14%;
    left: 23%;
    width: 210px;
    height: 480px;
  }

  .home-inspired .inspired-text-div {
    left: 33%;
  }

  .home-inspired p {
    font-size: 26px;
  }

  .home-inspired h2 {
    font-size: 40px !important;
  }

  .inspired-img-animate .img2 {
    top: 22%;
    width: 80px;
    height: 130px;
  }

  .inspired-img-animate .img3 {
    left: 37%;
    top: 12%;
    width: 140px;
  }

  .inspired-img-animate .img4 {
    left: 70%;
    top: 28%;
  }

  .inspired-img-animate .img7 {
    left: 8%;
    bottom: 10%;
  }

  .virtual-toor:before,
  .virtual-toor:after {
    height: 7%;
  }
}

@media (max-width: 375px) {
  /* .splide {
    top: 65%;
  } */

  .home-inspired .shape {
    left: 11%;
  }

  .home-inspired .inspired-text-div {
    left: 30%;
  }

  .virtual-toor .owl-carousel {
    display: flex !important;
    align-items: center;
    height: 83vh;
    position: relative;
    top: 0px;
  }

  .engineered-by img {
    bottom: 1%;
    width: calc(100% - -225px);
  }

  .engg-4 {
    right: 31%;
  }

  .engg-2 {
    top: 14%;
    left: 19%;
  }

  .virtual-toor:before,
  .virtual-toor:after {
    height: 7%;
  }

  .home-inspired .shape {
    top: 14%;
    left: 23%;
    width: 210px;
    height: 480px;
  }

  .home-inspired .inspired-text-div {
    left: 33%;
  }

  .home-inspired p {
    font-size: 26px;
  }

  .home-inspired h2 {
    font-size: 40px !important;
  }

  .inspired-img-animate .img2 {
    top: 22%;
    width: 80px;
    height: 130px;
  }

  .inspired-img-animate .img3 {
    left: 37%;
    top: 12%;
    width: 140px;
  }

  .inspired-img-animate .img4 {
    left: 70%;
    top: 34%;
    width: 90px;
    height: 55px;
  }

  .inspired-img-animate .img7 {
    left: 8%;
    bottom: 10%;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .joinnow-section {
    width: 100%;
  }

  footer .w-50 {
    width: 100% !important;
  }

  .ar-content .footermenu li {
    padding-left: 0 !important;
  }

  .fp-viewing-firstPage .logo {
    display: block !important;
  }

  /* footer .footer-right{
        -webkit-overflow-scrolling: touch;
        -webkit-overflow-scrolling: auto;
        touch-action: auto;
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
    } */
  .sample-div {
    display: block !important;
  }

  .join-text {
    font-size: 5.5vw;
  }
}

@media only screen and (max-width: 380px) {
  .inspired-img-animate .img3 {
    right: 2%;
    top: 22%;
    width: 110px;
    height: 119px;
    left: unset;
  }

  .inspired-img-animate .img4 {
    left: 36% !important;
    top: 4%;
    width: 45%;
    height: auto;
  }

  .inspired-img-animate .img9 {
    top: 16% !important;
  }
}

@media (min-width: 380px) and (max-width: 640px) {

  /* .splide {
    top: 60%;
  } */
  .engineered-by img {
    bottom: 1%;
    width: calc(100% - -245px);
  }

  .engg-4 {
    right: 31%;
  }

  .engg-2 {
    top: 14%;
    left: 19%;
  }

  .virtual-toor .owl-carousel {
    display: flex !important;
    align-items: center;
    height: 89vh;
    position: relative;
    top: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .virtual-toor:before,
  .virtual-toor:after {
    height: 6%;
  }

  .home-inspired .shape {
    top: 24%;
    left: 15%;
    width: 220px;
    height: 430px;
  }

  .home-inspired .inspired-text-div {
    left: 33%;
  }

  .home-inspired p {
    font-size: 26px;
  }

  .home-inspired h2 {
    font-size: 44px;
  }

  .inspired-img-animate .img9 {
    top: 19% !important;
    width: auto;
    height: 144px;
    left: 4%;
  }

  /* .inspired-img-animate .img2 {
        top: 19% !important;
        width: 91px !important;
        height: 144px !important;
    } */

  .inspired-img-animate .img3 {
    /* left: 36% !important;
        top: 4%;
        width: 150px;
        height: 149px; */
    right: 2%;
    top: 22%;
    width: 110px;
    height: 119px;
    left: unset;
  }

  .inspired-img-animate .img4 {
    /* left: 70%;
        top: 28%;
        width: 102px;
        height: 63px; */
    left: 36% !important;
    top: 4%;
    width: 45%;
    height: auto;
  }

  .inspired-img-animate .img7 {
    width: 130px;
    height: 175px;
    bottom: 5%;
    left: 8%;
  }

  .inspired-img-animate .img8 {
    left: 55%;
    bottom: 18%;
    width: 155px;
    height: 144px;
  }
}

@media (min-width: 768px) {
  .footer-right {
    height: 100vh !important;
  }

  footer {
    position: relative;
    z-index: 99;
  }

  .virtual-toor .owl-carousel .owl-item img {
    width: 100px !important;
    transition: transform 3s ease-in-out;
    margin: 0 auto;
    height: 300px;
  }

  .virtual-toor .owl-carousel .center img {
    transform: scale(1.9);
    transition: transform 3s ease-in-out;
    margin: 0 auto;
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .location .accordion {
    position: absolute;
    width: 90% !important;
    top: -80px;
  }

  [dir="rtl"] .joinnow-section {
    position: absolute;
    bottom: 4%;
    display: flex;
    align-items: center;
    width: 95%;
  }

  /* header {
        position: absolute;
    } */

  .nav-page1 li {
    list-style: none;
  }

  .nav-page1 li a {
    text-decoration: none;
    color: #000;
    text-align: left;
    float: left;
    font-size: 18px;
  }

  .nav-link {
    color: #000 !important;
    font-family: "DINNextArabicRegular";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    opacity: 0.9;
  }

  .transform {
    transform: translate(0, 0) !important;
  }

  .home-inspired .shape {
    transition: 1s linear;
    position: absolute;
    opacity: 0.1;
    left: 35%;
    top: 24%;
    height: 600px;
  }

  .find-your-zone .overlay img {
    overflow: hidden;
    -webkit-transition: 1.8s ease;
    width: 100px;
  }

  .find-your-zone #video {
    position: absolute;
    left: 2%;
    display: none;
    height: 95%;
    width: 92%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    object-fit: cover;
  }

  .videoplay span {
    font-size: 50px;
  }

  .engg-3 {
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .engg-1 {
    left: -17%;
    display: none !important;
  }

  .engg-2 {
    left: 43%;
  }

  .engg-4 {
    right: 40%;
  }

  .engg-5 {
    display: none !important;
  }

  .inspired-img-animate .img2 {
    left: 5%;
    top: 44%;
    width: 110px;
    height: 150px;
  }

  .inspired-img-animate .img3 {
    left: 31%;
    top: 25%;
  }

  .inspired-img-animate .img4 {
    left: 75%;
    top: 32%;
  }

  .inspired-img-animate .img7 {
    left: 23%;
    bottom: 15%;
  }

  .inspired-img-animate .img9 {
    bottom: 32%;
  }

  /* .slider-track {
    transform: rotate(5deg);
    margin-top: 20%;
  } */

  #engineered-image-1,
  #engineered-image-4 {
    display: none;
  }

  .spira-latin-div {
    position: absolute;
    bottom: 20%;
    left: 20%;
    width: 50%;
    display: none;
  }

  #tourvirtual p {
    font-size: 14px;
    line-height: 21px;
    max-width: 75%;
    margin: 0 auto;
    color: #dbdbdb;
    position: relative;
  }

  .virtual-toor .owl-carousel {
    display: flex !important;
    align-items: center;
    height: 98vh;
    position: relative;
    top: 20px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .virtual-toor:before,
  .changeitembg:before {
    height: 15%;
  }

  .fp-section {
    height: auto !important;
  }

  .fp-scrollable {
    height: auto !important;
  }

  #section4 .fp-scrollable {
    height: 100vh !important;
    z-index: 1000;
  }

  .curved-background-1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }

  footer .location h4:after {
    width: 80%;
  }

  footer .footer-right {
    position: relative;
  }

  .hours li:nth-child(1) {
    width: auto;
  }

  .location .accordion {
    position: absolute;
    width: 80%;
    top: -80px;
  }

  #menu {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    z-index: 999;
  }

  .menu-line1 {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.6s;
    position: relative;
    z-index: 999;
  }

  .menu-line2 {
    width: 65%;
    height: 2px;
    margin-top: 10px;
    background-color: #fff;
    transition: 0.6s;
    position: relative;
    z-index: 999;
    margin-left: 8px;
  }

  .rotate {
    transform: rotateZ(180deg);
  }

  .rotate1 {
    background: #212121;
    transform: rotateZ(45deg);
  }

  .rotate2 {
    background: #212121;
    width: 100%;
    transform: translate(0, -0.8rem) rotateZ(-45deg);
  }

  .nav-page1 {
    position: fixed;
    top: 0;
    left: 0;
    background: whitesmoke;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #212121;
    transform: translate(0, -100%);
    transition: 0.5s;
    z-index: 99;
  }

  .nav-page1 li {
    padding: 1rem;
  }

  .footermenu li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 640px) and (orientation: landscape) {

  #tourvirtual h3,
  .our-community h1,
  .our-community h2,
  .our-community h3 {
    font-size: 24px;
  }

  #tourvirtual p {
    font-size: 13px;
    max-width: 80%;
  }

  .bg-black {
    background-color: #2c2d31 !important;
    padding: 20px 0 20px !important;
  }

  .imagehover,
  .videooverlay video {
    width: 80px !important;
  }

  .videooverlay video {
    height: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .changeitembg .container {
    max-width: 70%;
  }

  .virtual-toor .owl-carousel .owl-item img {
    width: 120px !important;
    transition: transform 3s ease-in-out;
    margin: 0 auto;
  }

  .virtual-toor .owl-carousel .center img {
    transform: scale(1.8);
    transition: transform 3s ease-in-out;
    margin: 0 auto;
  }

  .our-community p {
    max-width: 80%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .footer-bg {
    display: none;
  }

  .changeitembg .container {
    max-width: 80% !important;
  }

  .virtual-toor .owl-carousel .owl-prev {
    left: -1%;
  }

  .virtual-toor .owl-carousel .owl-next {
    right: -1%;
  }

  footer .footerrightipad {
    width: 100%;
  }

  .our-community p {
    max-width: 80%;
  }

  .social-icons li {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .hours li:nth-child(1) {
    width: 30%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .social-icons li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hours li:nth-child(1) {
    width: 30%;
  }

  .scroll-carousel {
    transform: rotate(5deg);
    position: absolute;
    top: 35%;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .slide-div img {
    transform: scale(0.6) !important;
  }

  /* .splide__slide.is-active img {
    transform: scale(1.1) !important;
  } */
}

@media (min-width: 768px) and (min-height: 501px) and (max-height: 600px) {
  .imagehover {
    width: 100px !important;
  }

  .videooverlay video {
    width: 100px;
    height: 140px !important;
  }

  .footer-right .mb-100 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 1024px) {
  .join-text {
    font-size: 1.5vw;
  }
}

@media (max-width: 900px) {
  /* .splide__arrow--prev {
    top: -5em !important;
    left: 9em !important;
  }

  .splide__arrow--next {
    top: -5.5em !important;
    right: -22.5em !important;
  } */
}

@media screen and (min-width: 1024px) and (min-height: 900px) {
  .footer-right .mb-100 {
    margin-bottom: 15%;
  }

  /* .slider-track {
    transform: rotate(5deg);
    margin-top: 10%;
  } */

  .footer-right .mb-100 {
    margin-bottom: 150px;
  }
}

@media (min-width: 768px) and (min-height: 601px) and (max-height: 720px) {
  .imagehover {
    width: 110px !important;
  }

  .videooverlay video {
    width: 110px;
    height: 150px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .marquee-content li,
  .marquee-content1 li {
    margin: 15px 20px;
  }

  .footermenu li {
    padding-left: 15px;
    padding-right: 15px;
  }

  [dir="ltr"] .hours li:nth-child(1) {
    width: 34%;
  }

  [dir="ltr"] .location .accordion {
    position: absolute;
    width: 65%;
    top: -80px;
  }

  [dir="rtl"] .hours li:nth-child(1) {
    width: 40%;
  }

  [dir="rtl"] .location .accordion {
    position: absolute;
    width: 90%;
    top: -80px;
  }

  [dir="rtl"] .location h4:after {
    content: "";
    position: absolute;
    background-color: #a4a4a4;
    width: 90%;
    bottom: 0;
    right: 0;
    height: 1px;
  }

  .imagehover {
    width: 110px !important;
  }

  .videooverlay video {
    width: 110px;
    height: 150px !important;
  }

  footer .location h4:after {
    width: 65%;
  }

  .footer-logo {
    width: 250px;
  }

  footer .footer-right {
    position: relative;
  }

  .hours li {
    font-size: 14px;
  }

  .imagehover {
    width: 100px !important;
  }

  .videooverlay video {
    width: 100px;
    height: 145px !important;
  }

  .joinnow-divide {
    margin-top: 40%;
  }

  .scroll-carousel {
    transform: rotate(5deg);
    position: absolute;
    top: 30%;
    width: 100%;
  }

  .social-icons li {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  footer .social-icons a {
    color: #333333;
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  header .navbar-brand {
    padding-left: 0;
  }

  /* header .menu-en {
    margin-right: 10px;
  } */
}

@media (min-width: 768px) and (max-width: 991px) {

  .marquee-content li,
  .marquee-content1 li {
    margin: 15px 25px;
  }

  .social-icons li {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .footermenu li {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  footer .social-icons a {
    color: #333333;
    font-size: 16px;
  }

  .hours li {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .scroll-carousel {
    transform: rotate(5deg);
    position: absolute;
    top: 30%;
    width: 100%;
  }

  footer .footer-right {
    position: relative;
  }

  /* .widthrow {
        width: 90%;
    } */

  .joinnow-divide {
    margin-top: 40%;
  }

  .locationdivider {
    position: absolute;
    top: 30%;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  footer .footermenu {
    margin: 50px 0 30px;
  }

  .footer-logo {
    width: 310px;
  }
}

@media (min-width: 1301px) and (max-width: 1399px) {
  .imagehover {
    width: 120px !important;
  }

  .videooverlay video {
    width: 120px;
    height: 160px !important;
  }
}

@media (min-width: 1301px) {
  [dir="ltr"] .hours li:nth-child(1) {
    width: 40%;
  }

  [dir="rtl"] .hours li:nth-child(1) {
    width: 40%;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  footer .copyrights {
    justify-content: end;
  }

  [dir="rtl"] .copyrights {
    justify-content: flex-start;
  }

  [dir="rtl"] .copyrights {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 1301px) and (max-width: 1399px) and (min-height: 700px) {
  .locationdiv {
    position: absolute;
    width: 70%;
    top: 32%;
  }

  [dir="rtl"] .locationdiv {
    position: absolute;
    width: 65%;
    top: 32%;
  }
}

@media (min-width: 1200px) {
  .joinnow-section .col-md-6:nth-child(1) {
    width: 46%;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) and (min-height: 700px) and (max-height: 1024px) {
  [dir="rtl"] .locationdiv {
    position: absolute;
    width: 60%;
    top: 35%;
  }

  .locationdiv {
    position: absolute;
    width: 80%;
    top: 35%;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  [dir="rtl"] .location .accordion {
    position: absolute;
    width: 70%;
    top: -80px;
  }

  [dir="rtl"] .location h4:after {
    content: "";
    position: absolute;
    background-color: #a4a4a4;
    width: 80%;
    bottom: 0;
    right: 0;
    height: 1px;
  }

  [dir="rtl"] .hours li:nth-child(1) {
    width: 38%;
  }
}

@media (max-width: 500px) {
  /* .splide {
    width: 100% !important;
  }

  .splide__slide {
    width: 37% !important;
  } */
}

@media (min-width: 1400px) and (min-height: 800px) {
  .locationdiv {
    position: absolute;
    width: 80%;
    top: 35%;
  }
}

@media (min-width: 1400px) {

  .virtual-toor:before,
  .changeitembg:before {
    height: 16%;
  }

  footer .copyrights {
    justify-content: end;
  }

  .scroll-carousel {
    transform: rotate(5deg);
    position: absolute;
    top: 35%;
    width: 90%;
  }

  footer .footer-right {
    position: relative;
  }

  /* .widthrow {
        width: 90%;
    } */

  footer .location {
    position: relative;
    margin-bottom: 5% !important;
  }

  .joinnow-divide {
    margin-top: 40%;
  }

  .locationdivider {
    position: absolute;
    top: 30%;
  }
}

/* Privacy policy page */
.privacy-policy {
  background-color: #3f3f3f;
  color: #ffffff;
}

.privacy-policy h2 {
  font-weight: 600;
  margin-top: 40px;
}

.privacy-policy .page-content {
  width: 50%;
  margin: 0 auto;
  padding: 40px 0;
}

.privacy-policy p,
.privacy-policy ul li,
.privacy-policy ol li {
  color: #ffffff;
  text-align: justify;
  font-weight: normal;
  font-size: 16px;
}

.privacy-policy h1,
.privacy-policy h5 {
  color: #ffffff;
}

.privacy-policy h5 {
  font-weight: 600;
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 18px;
}

.privacy-policy h1,
.privacy-policy p,
.privacy-policy ul {
  margin-bottom: 22px;
}

.privacy-policy ul ::marker {
  font-size: 15px;
}

.privacy-policy a {
  color: #858585;
  line-height: 34px;
  text-decoration-line: underline;
}

ul.terms-ul li {
  margin-bottom: 30px;
}

ul.terms-ul {
  padding-top: 10px;
}

/* banner gif */
.gif-container {
  display: block;
}

.mobile-gif-container {
  display: none;
}

@media (max-width: 600px) {
  .gif-container {
    display: none;
  }

  .mobile-gif-container {
    display: block;
  }
}

@media only screen and (max-width: 767px) {

  .inspired-img-animate .img1,
  .inspired-img-animate .img5,
  .inspired-img-animate .img2,
  .inspired-img-animate .img6,
  .inspired-img-animate .img10,
  .sm-box-2 .sm-engg-1,
  .sm-box-2 .sm-engg-4 {
    display: none;
  }

  .inspired-img-animate .img9 {
    left: 4%;
    top: 27%;
  }

  /* .sm-box-2 .sm-engg-1 {
        left: unset;
        right: 37%;
    } */
  .sm-box-2 .sm-engg-3 {
    left: unset;
    right: 40%;
  }

  .sm-engg-2 {
    left: 40%;
    right: unset;
  }

  .footerBox {
    top: 0;
    bottom: 0;
    transform: unset;
    border: none !important;
    border-radius: unset !important;
    background: unset !important;
    backdrop-filter: unset !important;
  }

  .footerImgContainer {
    position: relative;
    display: inline-block;
  }

  .footerImgContainer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,
        rgba(22, 22, 22, 0.55),
        rgba(22, 22, 22, 0.55)),
      linear-gradient(0deg, rgba(250, 250, 250, 0.3), rgba(250, 250, 250, 0.3));
    background: rgba(22, 22, 22, 0.55);
    backdrop-filter: blur(14.050000190734863px);
  }

  .footerLocation .address,
  .footerLocation .phone {
    width: 100% !important;
  }

  .align-start-mobile {
    align-items: start !important;
  }

  .first-img-set .image-container {
    clip-path: polygon(8% 0, 100% 0%, 8% 100%, 0% 100%);
  }

  .sm-box-2 .col-md-2 {
    width: 50% !important;
  }

  .sm-box-2 .col-md-3 {
    width: 0;
  }

  .second-img-set .image-container {
    clip-path: polygon(93% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .sm-box-1 {
    top: 50%;
    left: 50%;
  }
}

/* Mobile Device - Responsive */
@media only screen and (max-width: 480px) {
  .zone-clip {
    font-size: 33px !important;
  }

  .zone-container h3 {
    font-size: 25px !important;
  }

  .sm-box .ar-content h2 {
    font-size: 42px;
  }

  .footerLocation .phone {
    text-align: center !important;
  }

  /* Footer */
  .footerLocation .address {
    width: 72% !important;
    margin: 0 auto;
  }

  footer .locationdiv,
  footer .joinnow-section {
    padding: 0 20px;
  }

  footer .shine img {
    width: 250px;
    margin: 0 auto;
    display: block;
  }

  .footerBox .btn-div {
    position: relative;
    overflow: hidden;
  }

  .footerBox .btn-div::before {
    -webkit-animation: shine 1.5s infinite;
    animation: shine 1.5s infinite;
    background: linear-gradient(to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
  }

  .alforsan-holding,
  .footerBox hr {
    display: none;
  }

  .copy-alforsan {
    display: block;
    width: 35%;
    margin: 20px auto 0 auto;
  }

  /* Footer - Join now modal */
  .joinnowModel .modal-full-width {
    width: auto;
    margin: 0 25px;
  }

  .joinnowModel .col-md-3 {
    display: none;
  }

  .joinnowModel .nearform {
    border-radius: 25px;
  }

  .sm-box-2 .sm-engg-4 {
    right: unset;
    left: 37%;
  }

  .footerBox {
    text-align: center;
    top: 0 !important;
    transform: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .d-flex-mobile {
    display: unset !important;
  }

  .footerBox .btn-div {
    width: 80%;
    margin: 20px auto;
  }

  .footerLocation a {
    margin: 0 auto;
  }

  .footerLogo {
    margin: 20px 0 20px 0 !important;
  }

  .footerBox .join-text {
    font-size: 20px;
  }

  .footerBox .shine {
    margin: 0;
  }

  .footerBox .shine::before {
    position: unset;
  }

  .footerBox .socialNetwork ul {
    justify-content: center !important;
    margin-bottom: 10px !important;
  }

  .footerBox .termsconditions {
    padding: 15px 0;
  }

  .sm-box-2 .sm-engg-2 {
    height: 85vh;
    bottom: 0;
    left: 34%;
  }

  .second-inner-img {
    position: unset;
  }

  .sm-box-2 .sm-engg-3 {
    height: 85vh;
    right: 34%;
  }
}

/* Footer Start */

#footerSection {
  overflow: hidden;
  position: relative;
}

.footerBg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: left;
}

.footerBox {
  width: 65%;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(0, -50%);
  /* background: rgba(0,0,0, 0.45); */
  /* background: linear-gradient(0deg, rgba(22, 22, 22, 0.55), rgba(22, 22, 22, 0.55)),
linear-gradient(0deg, rgba(250, 250, 250, 0.3), rgba(250, 250, 250, 0.3)); */
  background: rgba(22, 22, 22, 0.55);
  backdrop-filter: blur(14.050000190734863px);
  border: 1px solid rgba(250, 250, 250, 0.3);
  border-radius: 20px;
  padding: 35px;
  align-items: center;
}

.footerLocation h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.footerLocation .address,
.footerLocation .phone {
  color: #fff;
  opacity: 0.6;
}

.footerLocation a {
  background: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(0px);
  padding: 4px 15px;
  color: #000;
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  width: fit-content;
}

.footerLocation a span {
  font-size: 13px;
  color: #ffffff;
}

.footerLocation a img {
  margin-right: 5px;
}

.footerLogo {
  margin: 40px 0 20px 0;
  width: 100%;
}

.footerBox hr {
  border-color: #737373;
  opacity: 70%;
}

.socialNetwork img {
  /* filter: brightness(0) grayscale(100%); */
  opacity: 0.6;
  /* transition: filter 0.3s, opacity 0.3s; */
  width: 80%;
}

.socialNetwork img:hover {
  filter: brightness(1) grayscale(0%);
  opacity: 1;
}

.footerBox .termsconditions a,
.footerBox .copyrights {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  font-family: "ReclineRegular";
  text-transform: uppercase;
}

.ar-content .footerBox .termsconditions a,
.ar-content .footerBox .copyrights {
  font-family: "DINNextArabicRegular";
}

.footerBox .copyrights {
  padding-bottom: 2px;
}

.footerBox .socialNetwork ul {
  display: flex;
  justify-content: end;
  margin-bottom: 5px;
}

.footerBox .termsconditions li {
  position: relative;
}

.footerBox .termsconditions li:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 11px;
  height: 1px;
  right: -12px;
  transform: rotate(90deg);
  top: 12px;
}

.footerBox .termsconditions li:last-child {
  position: unset;
}

.ar-content .footerLocation a img {
  margin-left: 10px;
  margin-right: 0;
}

.ar-content .termsconditions li:last-child {
  position: relative;
}

.ar-content .termsconditions li:first-child {
  position: unset;
}

.footerBox .termsconditions {
  margin: 0 auto !important;
}

@media only screen and (max-width: 1180px) {
  .footerBox {
    width: 100%;
    right: 0;
    /* transform: unset;
        bottom: 0; */
  }
}

/*   */
.zone-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
}

.zone-container h3 {
  color: #ffffff;
  font-size: 60px;
  font-family: "ReclineRegular";
  text-transform: uppercase;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.animation {
  position: relative;
  width: 100%;
}

.animation div {
  overflow: hidden;
  width: 50%;
  height: 100%;
  transform: skewX(-20deg);
}

.animation div::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 4px;
  background: #fff;
}

.animation span {
  padding: 0 10px;
}

.animation-right {
  position: absolute;
  right: 0;
  top: 0;
}

.animation-left span {
  display: block;
  /* animation: slideLeft 6s 5s, slideLeftReverse 6s 11s; */
  /* animation:  slideLeft 5s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.1) forwards, 
                slideLeftReverse 1.2s 3s cubic-bezier(0.68, -0.55, 0.265, 1.1) forwards,
                zoneAutoplay 20s ease-in-out; */
  /* animation: name duration timing-function delay iteration-count direction fill-mode; */
  /* transform: translateX(200px) skewX(20deg); */
  text-wrap: nowrap;
  white-space: nowrap;
  opacity: 0;
}

.animation-right span {
  position: absolute;
  width: 100%;
  left: -100%;
  /* transform: translateX(-200px) skewX(20deg); */
  /* animation: slideRight 6s 5s, slideRightReverse 6s 11s;  */
  /* animation:  slideRight 5s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.1) forwards, 
                slideRightReverse 1.2s 3s cubic-bezier(0.68, -0.55, 0.265, 1.1) forwards, 
                zoneAutoplay 20s ease-in-out;  */
  text-wrap: nowrap;
  white-space: nowrap;
  opacity: 0;
}

.animation-left .al-span-0 {
  animation: slideLeft 4s 5s, slideLeftReverse 3s 9s;
}

.animation-right .ar-span-0 {
  animation: slideRight 4s 5s, slideRightReverse 3s 9s;
}

.animation-left .al-span-1 {
  animation: slideLeft 4s 17s, slideLeftReverse 3s 21s;
}

.animation-right .ar-span-1 {
  animation: slideRight 4s 17s, slideRightReverse 3s 21s;
}

.animation-left .al-span-2 {
  animation: slideLeft 4s 28s, slideLeftReverse 3s 32s;
}

.animation-right .ar-span-2 {
  animation: slideRight 4s 28s, slideRightReverse 3s 32s;
}

.animation-left .al-span-3 {
  animation: slideLeft 4s 40s, slideLeftReverse 3s 44s;
}

.animation-right .ar-span-3 {
  animation: slideRight 4s 40s, slideRightReverse 3s 44s;
}

@keyframes slideLeft {
  from {
    transform: translateX(100%) skewX(20deg);
    opacity: 1;
  }

  to {
    transform: translateX(0%) skewX(20deg);
    opacity: 1;
  }
}

@keyframes slideLeftReverse {
  from {
    transform: translateX(0%) skewX(20deg);
    opacity: 1;
  }

  to {
    transform: translateX(100%) skewX(20deg);
    opacity: 0;
  }
}

@keyframes slideRight {
  from {
    transform: translateX(-100%) skewX(20deg);
    opacity: 1;
  }

  to {
    transform: translateX(0%) skewX(20deg);
    opacity: 1;
  }
}

@keyframes slideRightReverse {
  from {
    transform: translateX(0%) skewX(20deg);
    opacity: 1;
  }

  to {
    transform: translateX(-100%) skewX(20deg);
    opacity: 0;
  }
}

@keyframes zoneAutoplay {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  22.5% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* OUR COMMUNITY */

.community-rotate {
  transform: rotate(5deg);
}

@keyframes ticker-kf {
  0% {
    transform: translateX(0);
  }

  100% {
    /* 10rem for each logo x 9 logos total = -90rem */
    transform: translateX(-108rem);
  }
}

.img-ticker {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  animation: ticker-kf 20s linear infinite;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

@keyframes ticker-kf2 {
  0% {
    transform: translateX(0);
  }

  100% {
    /* 10rem for each logo x 9 logos total = -90rem */
    transform: translateX(+108rem);
  }
}

.img-ticker-2 {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  animation: ticker-kf2 20s linear infinite;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  margin-top: 30px;
}

.img-ticker:hover,
.img-ticker-2:hover {
  animation-play-state: paused;
}

.in-slide {
  width: 10rem;
  flex: none;
  margin: 0 1rem 0 1rem;
  align-self: flex-start;
  max-width: 100%;
  height: 26vh;
  border-radius: 10px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transition: all 0.5s linear;
}

.in-slide img {
  border-radius: 10px;
  height: 26vh;
  width: 100%;
  object-fit: cover;
}

/* .in-slide:hover > .thumb-img {
  opacity: 0;
} */

.in-slide .thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26vh;
  cursor: pointer;
  opacity: 1;
  transition: all 1s linear;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  border-radius: 10px;
  object-fit: cover;
}

.in-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26vh;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s linear;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

@media only screen and (max-width: 320px) {
  .slider-track {
    top: 62%;
  }

  .inspired-img-animate .img9 {
    width: 23%;
    height: auto;
  }

  .inspired-img-animate .img3 {
    width: 80px;
    height: auto;
  }
}

.language-menu .nav-item.nav-cta {
  background: linear-gradient(4deg, black, grey);
  border: 2px solid gainsboro;
  border-radius: 5px;
  padding: 5px 15px 5px !important;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px !important;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.language-menu .nav-item.nav-cta.ar-content {
  letter-spacing: unset;
}

.language-menu .nav-item.nav-cta a {
  color: #FFFFFF !important;
  position: relative;
  top: -2px;
  font-size: 12px;
  padding: 0;
}

.language-menu .nav-item.seperator {
  color: #B3B1B1 !important;
}

.language-menu .nav-item.nav-cta::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
  -webkit-animation: shine 1.5s infinite;
  animation: shine 1.5s infinite;
}