/* Site Logo css  */
.site-logo {
  position: absolute;
  z-index: 9;
  max-width: 260px;
  top: 20px;
  left: 20px;
}
.site-logo img {
  width: 100%;
}

/* 3D Tour Slider */
/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.th-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.th-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Hero 1 ---------------------------------- */
.hero-title {
  margin-bottom: 24px;
  margin-top: -0.2em;
}

.hero-title span {
  display: block;
}

.hero-1 {
  background: red;
  padding-top: 120px;
  margin-top: -1px;
  position: relative;
  /* Medium devices */
}

.panorama-container {
  cursor: grab;
}

.panorama-container.is-dragging {
  cursor: grabbing;
}

.hero-13.h-700 {
  height: 700px;
}

@media (max-width: 997px) {
  .hero-13.h-700 {
    height: 600px;
  }
}

.hero-slider13 .swiper-slide {
  position: relative;
  opacity: 0 !important;
  visibility: visible !important;
}

.hero-slider13 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible !important;
}

.hero-slider13 .slider-arrow.slider-prev,
.hero-slider13 .slider-arrow.slider-next {
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  z-index: 999999999;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.hero-slider13 .slider-arrow.slider-next {
  right: 50px;
}

.hero-slider13 .slider-arrow.slider-prev {
  left: 50px;
}

@media (max-width: 997px) {
  .hero-slider13 .slider-arrow.slider-prev,
  .hero-slider13 .slider-arrow.slider-next {
    height: 50px;
    width: 50px;
  }

  .hero-slider13 .slider-arrow.slider-next {
    right: 10px;
  }

  .hero-slider13 .slider-arrow.slider-prev {
    left: 10px;
  }
}

.hero-style13 {
  /* padding: 250px 0; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 997px) {
  .hero-style13 {
    width: 100%;
  }
}

.hero-style13 h3 {
  color: #fff;
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 1.5;
  font-weight: 700;
  z-index: 1;
}

.hero-style13 p {
  color: #fff;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 300;
}

.hero-style13 a {
  border-color: transparent !important;
  color: #fff !important;
  border: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #8115ff),
    color-stop(50%, #ff2ad0),
    to(#ff8f2a)
  );
  background: linear-gradient(90deg, #8115ff 0, #ff2ad0 50%, #ff8f2a 100%);
  margin: 20px auto 0 auto !important;
  margin-bottom: 0px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-family: Poppins, sans-serif !important;
  padding: 15px 25px !important;
  margin-bottom: 30px !important;
}

.scroll_icon {
  pointer-events: none;
  /* does not block swipe */
  animation: swipeHint 1.8s ease-in-out infinite;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.scroll_icon img {
  opacity: 0.85;
  width: 80px;
}

@media (max-width: 997px) {
  .scroll_icon img {
    width: 60px;
  }
}

/* Swipe left-right animation */
@keyframes swipeHint {
  0% {
    transform: translateX(-50%) translateX(0);
    opacity: 0.8;
  }

  50% {
    transform: translateX(-50%) translateX(-25px);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateX(0);
    opacity: 0.8;
  }
}

/* Hidden state */
.scroll_icon.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* Portfolio section css  */

.sk__imagebox {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  background-color: #0c0c0c;
  margin-bottom: 24px;
  transition: 0.3s;
}

.sk__imagebox:hover {
  background-color: #121212;
  background-color: #1e1e1e;
  -webkit-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  transform: translateY(-10px) !important;
  -webkit-box-shadow: 0 10px 5px 3px rgba(0, 0, 0, 0.99);
  box-shadow: 0 10px 5px 3px rgba(0, 0, 0, 0.99);
}

.sk__imagebox:hover .sk__imagebox-img {
  -webkit-filter: saturate(1.2) brightness(1.25);
  filter: saturate(1.2) brightness(1.25);
}

.sk__imagebox-img-wrap {
  padding: 19px 16px 19px;
}

.sk__imagebox-img {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.sk__imagebox-text-wrap {
  padding: 0 17px 10px;
}

.sk__imagebox-text-wrap h3 {
  font-size: 20px;
  font-weight: 400;
}

.sk__rectangles-left-parallax-layers {
  z-index: 9;
  position: absolute;
  height: 140%;
  width: 100%;
  top: -20%;
  left: 0;
}

@media (max-width: 767px) {
  .sk__rectangles-left-parallax-layers {
    height: 100%;
    top: 0;
  }
}

.sk__absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-sect-cont {
  z-index: 9;
}
.sk__flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sk__rectangles-left .sk__rectangles {
  -webkit-transform: translate(-100px, -70px);
  transform: translate(-100px, -70px);
}
.sk__rectangles {
  position: relative;
  width: 500px;
  height: 240px;
  max-width: 90vw;
  max-height: 40vw;
}
.sk__rectangle-white-1 {
  background-color: rgba(53, 53, 53, 0.5);
  -webkit-transform: translate(-150px, -67px);
  transform: translate(-150px, -67px);
}
.sk__rectangle-white-2 {
  background-color: rgba(53, 53, 53, 0.5);
  -webkit-transform: translate(-10px, 57px);
  transform: translate(-10px, 57px);
}
.sk__rectangle-black {
  /* background-color: rgba(31, 31, 31, 0.64); */
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
}
.hero-text-shadow {
  text-shadow: 0 0 6px #0009;
}

.demo a {
  /* position: absolute;
				bottom: 20px;
				left: 50%;
				z-index: 2; */
  margin-top: 100px;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font:
    normal 400 20px/1 "Josefin Sans",
    sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 14px;
}

.demo a:hover {
  opacity: 0.5;
}

#section05 a {
  padding-top: 70px;
}

#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
