:root {
  --dark-clr-rgb: 24,24,24;
  --clr-base:#5E401B;
  --base-transition:cubic-bezier(.19,1,.22,1) .5s;
}

.preload__wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2000;
}
.preload__wrap span {
  display: block;
  width: 100%;
  flex: 1 1 auto;
  background-color: var(--clr-base);
  transform: scaleY(1.1);
}

body {
  overflow-y: scroll;
}

a {
  color: currentColor;
  transition: all 0.15s;
}
a:hover {
  color: rgb(10, 22, 244);
}

.preloader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a16f4;
  color: #fff;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  font-size: 28px;
  line-height: 34px;
}
.preloader-wrapper .logo-wrap {
  animation: fadeIn cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
}

.footer__area {
  opacity: 0;
  visibility: hidden;
}

.hide__cursor {
  cursor: none !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.elementor-editor-active .preloader-wrapper {
  display: none !important;
}

.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 991.98px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.initial__hidden {
  opacity: 0;
  visibility: hidden;
}

.hero-one-section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.hero-one-section .caption {
  display: block;
  overflow: hidden;
}
.hero-one-section .caption .text {
  transform: translateY(100%);
}
.hero-one-section .top-caption {
  text-align: right;
}
.hero-one-section > .title {
  position: absolute;
  z-index: 20;
  color: #FBF4EA;
  mix-blend-mode: difference;
  transform: translateX(var(--initial-left)) translateY(var(--initial-top)) scale(var(--initial-size));
}
.hero-one-section .gallery__wrap {
  display: flex;
  flex-direction: column;
}
.hero-one-section .gallery__img-wrap {
  width: 100%;
  position: relative;
  border-radius: 14px 0px 14px 14px;
  overflow: hidden;
}
.hero-one-section .gallery__img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: var(--img-index);
  --alpha-out:0%;
  --alpha-in:0%;
  -webkit-mask-image: radial-gradient(ellipse at center, rgb(0, 0, 0) var(--alpha-out), rgba(0, 0, 0, 0) var(--alpha-in));
  mask-image: radial-gradient(ellipse at center, rgb(0, 0, 0) var(--alpha-out), rgba(0, 0, 0, 0) var(--alpha-in));
}

/*# sourceMappingURL=style.css.map */
