

/*-------------Fonts---------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gulzar&display=swap');
/*-------------General Style---------------------------------------*/

html {
  overflow-x: hidden !important;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  height: 100%;
  text-align: center;
  background: #fff;
  color: #000;
  font-family: 'Jost', sans-serif;
}
@-o-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ---------Page preload--------------------------------------*/
.loader-wrap{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:100;
  background: #fff;

  -webkit-transform: translate3d(0,0,0);
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-inner {
  position: absolute;
  margin: -18px 0 0 -18px;
  border: 3.6px solid #008f77;
  box-sizing: border-box;
  overflow: hidden;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  animation: loader-spin 2s linear infinite reverse;
  -webkit-filter: url(#goo);
  filter: url(#goo);
  box-shadow: 0 0 0 1px #008f77 inset;
}
.loader-inner:before {
  content: "";
  position: absolute;
  -webkit-animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
  animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
  background: #008f77;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  border-radius: 50%;
  width: 150%;
  height: 150%;
  top: 50%;
  left: -12.5%;
}
/*--------------Typography--------------------------------------*/
p {
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #878C9F;
  text-align: left;

}
/*--------------General--------------------------------------*/
#main {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
}
.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 5;
}

.container {
  max-width: 1224px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.container.small-container {
  max-width:1024px;
}
.respimg {
  width: 100%;
  height: auto;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 3;
}
.full-height {
  height:100%;
}
.wrapper {
  float:left;
  width: 620px;
  min-height: 100vh;
  position: relative;
  background: #008f77;
  z-index: 2;
  padding: 50px 50px 60px;
}

.cs-content-wrapper h2 {
  font-size:2.2em;
  color:#fff;
  margin-bottom: 40px;
  text-align: left;
  font-weight: 600;
  position:relative;
}
.cs-content-wrapper h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 30px;
  height: 2px;
  background: gold;
}
.cs-content-wrapper h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-top:50px;
  text-align: left;
}
.cs-content-wrapper p {
  color: #fff;
}
#subscribe {
  margin-top: 10px;
}
#subscribe .enteremail {
  background: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  padding: 0 120px 0 15px;
  box-sizing: border-box;
  z-index: 1;
  border: none;
  width: 100%;
  box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.2);
}
#subscribe .enteremail::-webkit-input-placeholder {
  color: #666;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  font-family: 'Jost', sans-serif;
}
#subscribe .enteremail::-webkit-input-placeholder {
  color: #666;
  font-weight: 500;
  font-size: 12px;
  font-family: 'Jost', sans-serif;
}
#subscribe-button {
  position: absolute;
  right: 5px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  top: 5px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  z-index: 2;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to left, #3C6AFD, #008f77);
  transition: all 200ms linear;
  font-family: 'Jost', sans-serif;
}
.cs-social {
  margin-top: 60px;
}
.cs-social li{
  float: left;
  margin-right: 10px;
}
.cs-social li a {
  background: #fff;
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  line-height: 36px;
  color: #008f77;
  transition: all 200ms linear;
}
.cs-social li a:hover {
  border-radius: 50%;
}
.pwh_bg {
  position: absolute;
  bottom: 0;
  top:70%;
  left: 0;
  right: 0;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat:  no-repeat;
  background-origin: content-box;
  background:url(../images/city-bg.png);
}
.mrb_pin  {
  position:absolute;
  width:6px;
  height:6px;
  border-radius:100%;
  background:gold;
}
.mrb_pin {
  right:70px;
  top:100px
}
.mrb_pin.mrb_pin2 {
  right:230px;
  top:170px
}
.mrb_pin:before {
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:6px;
  height:6px;
  background:#fff;
  border-radius:6px;
  opacity:0.4;
  transform: scale(10.0);
}
.mrb_pin:before  {
  animation: pulse2 4.0s infinite ease-in-out;
}
.mrb_pin.mrb_pin2:before  {
  animation: pulse2 6.0s infinite ease-in-out;
}
@keyframes pulse2 {
  0% {
    transform: scale(10.0);
    opacity:0,4;
  }
  50% {
    transform: scale(1.0);
    opacity:0;
  }
  100% {
    transform: scale(10.0);
    opacity:0,4;
  }
}
.cs-media {
  position: absolute;
  left: 620px;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.bg-wrap  {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.slideshow-container {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
}
.slideshow-item  , .slideshow-container .slick-slide{
  position:relative;
  float:left;
  width:100%;
  height:100%;
}
.bg-parallax-wrap-gradien:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.6) 90%);
}
.cs-media-container {
  top:40%;
  z-index:2;
}
.countdown {
  max-width:800px;
  margin:0 auto;
  position:relative;
}
.cs-countdown-item {
  float:left;
  width:25%;
  color:#fff;
  position:relative;
  z-index:2;
}
.cs-countdown-item:before {
  content:'';
  position:absolute;
  bottom:10px;
  right:-20px;
  width:10px;
  height:2px;
  background: #fff;
}
.cs-countdown-item.no-dec:before{
  display:none;
}
.cs-countdown-item span {
  font-size:74px;
  font-weight:700;
}
.cs-countdown-item p {
  padding-bottom:0;
  color:#fff;
  text-align: center;
  font-size:12px;
  text-transform: uppercase;
}
.cs-contacts {
  position:absolute;
  left:70px;
  bottom:40px;
  right: 70px;
  z-index:20;
}
.cs-contacts li {
  display: inline-block;
  color: #fff;
  margin-right: 20px;
  font-weight: 500;
  font-size:12px;
  transition: all .2s ease-in-out;
}
.cs-contacts li a {
  color: #fff;
}
.cs-contacts li span {
  margin-right:12px;
  color: #008f77;
}
.cf_btn {
  position: absolute;
  right: 70px;
  top: 40px;
  background: #008f77;
  background: linear-gradient(to left, #3C6AFD, #008f77);
  color: #fff;
  z-index: 20;
  padding: 13px 30px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 200ms linear;
}
.slider-progress-bar {
  position:absolute;
  top:40px;
  left:70px;
  z-index:20;
}
.progress-indicator svg {
  position:relative;
  top:-5px;
  height: 50px;
  transform: rotate(-90deg);
  width: 50px;
}
.progress-bar__background {
  fill: none;
  stroke:  rgba(255,255,255,0.4);
  stroke-width: 1.0;
}
.progress-bar__progress {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 1.8;
}
.circ {transform:  scale(1.0) rotate(-90deg); transition: transform .3s ease; z-index:3; position:relative;}
.circ circle {stroke-dasharray: 440px;}
.circ1 {stroke-dashoffset: 440px;  }
.slider-progress-bar.act-slider .circ1 {
  stroke-dashoffset: 220px; transition: linear 6s stroke-dashoffset;
}
.gradient-bg  , #subscribe-button:hover , .cf_btn:hover , .btn:hover    {
  background: linear-gradient(to left, #3C6AFD, #57C7FA);
}

.dec-icon {
  position: absolute;
  top: 100%;
  left: 0;
  width: 50px;
  height: 44px;
  line-height: 44px;
  margin-top: 11px;
  color: #008f77;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #e5e7f2;
  font-family: 'Jost', sans-serif;
}


.hid-body {
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  .wrapper {
    width: 100%;
    min-height: auto;
    height: auto;
    overflow: hidden;
    padding: 0 50px 60px;
  }
  .cs-media {
    position: relative;
    left: 0;
    float: left;
    width: 100%;
    padding: 150px 50px;
  }
  .cs-countdown-item {
    width: 50%;
  }
  .cs-countdown-item span {
    font-size: 54px;
  }
  .cs-countdown-item:before {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bg {
    background-attachment: scroll !important;
    -webkit-background-size: cover;
    background-position: center;
  }
}

.logo-holder h1 {
  margin-bottom: -100px;
  font-size: 10em;
  font-family: 'Gulzar', serif;
  color: #fcd400;
  text-shadow: 0 3px 12px #6280f7,
  0 -3px 12px #6280f7,
  -3px 0px 12px #6280f7,
  3px 0px 12px #6280f7;
  animation: blink 2s linear infinite;
}

@keyframes blink{
  0%,
  48%,
  54%{
    color: #fff;
    text-shadow: none;
  }
  50%,
  52%{
    color: gold;
    text-shadow: 0 3px 12px #6280f7,
    0 -3px 12px #6280f7,
    -3px 0px 12px #6280f7,
    3px 0px 12px #6280f7;
  }
  56%{
    color: #fcd400;
    text-shadow: 0 3px 20px #8098f8,
    0 -3px 20px #8098f8,
    -3px 0px 20px #8098f8,
    3px 0px 20px #8098f8;
  }
}

.ibm-plex-sans-arabic-thin {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.ibm-plex-sans-arabic-extralight {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.ibm-plex-sans-arabic-light {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ibm-plex-sans-arabic-regular {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ibm-plex-sans-arabic-medium {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ibm-plex-sans-arabic-semibold {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ibm-plex-sans-arabic-bold {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
