.opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}


span[data-jarallax-element] {
  display: block;
}

.kenburns .owl-item.active .item img,
img.jarallax-img.kenburns {
  transform-origin: 50% 50%;
  animation: kenburns 15s linear 0s;
  transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  animation-fill-mode: forwards;
  /* or: backwards, both, none */
}

@keyframes kenburns {
  0% {
    transform: scale3d(1.4, 1.4, 1.4) translate3d(-5%, -2%, 0px);
    transition: transform 7000ms linear 1s;
  }
  100% {
    transform: scale3d(1.25, 1.25, 1.25) translate3d(0px, 0px, 0px);
    transition: transform 7000ms linear 1s;
  }
}
img.jarallax-img.kenburns-2 {
  transform-origin: 50% 50%;
  animation: kenburns 10s linear 0s;
  transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  animation-fill-mode: forwards;
  /* or: backwards, both, none */
}

.hero {
  color: #fff;
  overflow: hidden;
}
.hero.full-height {
  height: 100vh;
}
@media (max-width: 991px) {
  .hero.full-height {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .hero.full-height {
    height: 100vh;
  }
}
.hero.medium-height {
  height: 70vh;
}
@media (max-width: 991px) {
  .hero.medium-height {
    min-height: 600px;
  }
}
.hero.small-height {
  height: 60vh;
}
@media (max-width: 991px) {
  .hero.small-height {
    min-height: 600px;
  }
}
.hero .wrapper {
  text-align: left;
  height: 100%;
}
.hero .wrapper small {
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin: 0 0 10px 0;
  color: #ebd7b2;
  font-weight: 600;
}
.hero .wrapper h1,
.hero .wrapper h3 {
  color: #fff;
  font-size: 51px;
  font-size: 5rem;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero .wrapper h1,
  .hero .wrapper h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
 .comment{
  font-size: 14px!important;
}
.pinned_over_content h2{
  font-size: 2.25rem!important;
}
.hero .wrapper h1,
.hero .wrapper h3 {
  font-size: 32px;
  font-size: 2rem;
}
h3.slide-animated.two{
  font-size: 1.5rem;
}
}
.hero .wrapper p {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.hero .wrapper p strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero .wrapper p {
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.parallax_section_1 {
  overflow: hidden;
  height: 70vh;
}
@media (max-width: 991px) {
  .parallax_section_1 {
    min-height: 650px;
  }
}

/* Hero new datepicker */
.hero.home-search {
  overflow: visible;
}
.text-white{
  color: white;
}



.ozel {
  display: inline-block;
  color: white;
  text-shadow: .03em .03em 0 hsla(230,40%,50%,1);
}


@keyframes shad-anim {
  0% {background-position: 0 0}
  0% {background-position: 100% -100%}
}





