.page-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.page-preloader.readyBottom {
  top: auto;
  bottom: 0;
}
.page-preloader .preloader-holder {
  background: #000000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.page-preloader .loader-circle {
  position: absolute;
  bottom: 10%;
  right: 10%;
  color: #fff;
  transition: 0.5s;
  width: 220px;
  height: 220px;
  animation: spin 4s linear infinite;
}
@media (max-width : 767px) {
  .page-preloader .loader-circle {
    width: 160px;
    height: 160px;
  }
}
.page-preloader .loader-circle svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.page-preloader .loader-circle svg text {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 12px;
  fill: rgba(196, 196, 196, 0.5);
}
.page-preloader .logo-wrap {
  display: flex;
  width: 200px;
  height: 70px;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -50px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
@media (max-width : 767px) {
  .page-preloader .logo-wrap {
    width: 130px;
    margin-left: -65px;
  }
}
.page-preloader .logo-wrap:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(to top, #000 0%, #000 50%, transparent 100%);
  transform: translateY(50%);
  z-index: 13;
  transition: all 1s ease;
  transition-delay: 0.5s;
}
.page-preloader .logo {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 70px;
  transition: all 0.3s ease-out;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fake-cursor {
  position: fixed;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 100%;
  transition: 0.1s cubic-bezier(0.75, -0.27, 0.3, 1.33) background-color, 0.1s ease border-color;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  pointer-events: none;
}
@media (max-width : 767px) {
  .fake-cursor {
    display: none;
  }
}
.fake-cursor .point {
  background: rgba(204, 204, 204, 0.51);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.fake-cursor .point:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(0);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.fake-cursor .arrows {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
}
.fake-cursor .arrows i {
  position: absolute;
  left: 100%;
  top: 50%;
  display: inline-block;
  opacity: 0;
  transform: translateX(-15px);
  margin-top: -10px;
  margin-left: 5px;
  transition: all 0.5s ease;
}
.fake-cursor .arrows i:before {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 4px;
  transform: rotate(-45deg);
}
.fake-cursor .arrows i.left {
  transform: translateX(15px);
  margin-left: 0;
  margin-right: 5px;
  left: auto;
  right: 100%;
}
.fake-cursor .arrows i.left:before {
  transform: rotate(135deg);
}
.fake-cursor .videoCursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(0);
}
.fake-cursor .videoCursor:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(0.5);
}
.fake-cursor .videoCursor span,
.fake-cursor .videoCursor i {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-style: normal;
  transition: all 0.3s ease;
}
.fake-cursor .videoCursor i {
  opacity: 0;
}
.fake-cursor .galleryCursor {
  position: absolute;
  width: 90px;
  height: 90px;
  top: -30px;
  left: -30px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(0);
}
.fake-cursor .galleryCursor:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(0.5);
  opacity: 0;
}
.fake-cursor .galleryCursor span,
.fake-cursor .galleryCursor i {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-style: normal;
  transition: all 0.3s ease;
}
.fake-cursor .galleryCursor i {
  opacity: 0;
}
.fake-cursor .videoCursor {
  position: absolute;
  width: 90px;
  height: 90px;
  top: -30px;
  left: -30px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(0);
}
.fake-cursor .videoCursor:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(0.5);
}
.fake-cursor .videoCursor span,
.fake-cursor .videoCursor i {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-style: normal;
  transition: all 0.3s ease;
}
.fake-cursor .videoCursor i {
  opacity: 0;
}
.fake-cursor.active-video .videoCursor, .fake-cursor.invideo .videoCursor {
  transform: scale(1);
}
.fake-cursor.active-video .videoCursor:before, .fake-cursor.invideo .videoCursor:before {
  transform: scale(1);
}
.fake-cursor.videoClicked .videoCursor {
  transform: scale(1);
}
.fake-cursor.videoClicked .videoCursor:before {
  transform: scale(1);
}
.fake-cursor.videoClicked .videoCursor span {
  opacity: 0;
}
.fake-cursor.videoClicked .videoCursor i {
  opacity: 1;
}
.fake-cursor.can-drag .point {
  transform: scale(0);
}
.fake-cursor.can-drag .arrows {
  opacity: 1;
}
.fake-cursor.can-drag .arrows .left,
.fake-cursor.can-drag .arrows .right {
  opacity: 1;
  transform: translateX(0);
}
.fake-cursor.can-drag.movedSlider .arrows {
  border-color: rgba(255, 255, 255, 0.51);
}
.fake-cursor.can-drag.movedSlider .arrows .left {
  transform: translateX(-5px);
}
.fake-cursor.can-drag.movedSlider .arrows .right {
  transform: translateX(5px);
}
.fake-cursor.active-gallery .arrows {
  opacity: 0;
}
.fake-cursor.active-gallery .galleryCursor {
  transform: scale(1);
}
.fake-cursor.active-gallery .galleryCursor:before {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.3s;
}
.fake-cursor.active-discover .arrows {
  opacity: 0;
}
.fake-cursor.active-discover .galleryCursor {
  transform: scale(1);
}
.fake-cursor.active-discover .galleryCursor span {
  display: none;
}
.fake-cursor.active-discover .galleryCursor i {
  opacity: 1;
}
.fake-cursor.active-discover .galleryCursor:before {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.3s;
}
.fake-cursor.active-link .arrows {
  opacity: 0;
}
.fake-cursor.active-link .point {
  transform: scale(1);
  background: none;
}
.fake-cursor.active-link .point:before {
  transform: scale(1);
}
.fake-cursor.active-link .videoCursor {
  transform: scale(0);
}
.fake-cursor.active-link .videoCursor:before {
  transform: scale(0);
}
.fake-cursor.hoverServices .point {
  transform: scale(0);
}

body.loaded-page .page-preloader .logo-wrap {
  filter: blur(15px);
  opacity: 0.3;
  transform: translateY(-50px);
  transition: all 1.5s ease;
}
body.loaded-page .page-preloader .logo-wrap:before {
  transform: translateY(-50%);
  transition-delay: 0s;
}

/* JavaScript Turned Off */
.no-js #page-preloader {
  display: none;
}