@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Raleway:wght@400;500;600;700&display=swap");

html,
body {
  font-family: "Raleway", sans-serif;
  margin: 0;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
  font-family: "Cinzel", serif;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 33%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 4px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.96);
}

/* Modal Content */
.modal-content {
  position: relative;

  margin: auto;
  padding: 0;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  transition: 0.4s ease-in-out;
}
.mySlides img {
  transition: 0.4s ease-in-out;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;

  font-weight: bold;

  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.2);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #fafafa;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: 0px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}
.gl-box {
  overflow: hidden;
}
.hover-shadow:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.contact {
  background-image: linear-gradient(to left, #fafafa 57%, #b9bac2 43%);
}
.header {
  transition: 0.4s;
}
/*===================slider=================*/
.hero-overlay {
  background-image: linear-gradient(
    to top,
    rgba(30, 32, 57, 1),
    rgba(30, 32, 57, 0.09)
  );
}
.slideshow {
  position: relative;

  overflow: hidden;
}
.slideshow img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;

  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 10s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 10s;
  -ms-transition-property: opacity, -ms-transform;
  -ms-transition-duration: 3s, 10s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 10s;
  transition-property: opacity, transform;
  transition-duration: 3s, 10s;
}
.slideshow img {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

.slideshow :nth-child(2n) {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
.slideshow .fx:first-child + img ~ img {
  z-index: -1;
}

/**
* Because images are styled with a different point of origin, the following rule will create different panning effects.
*/

.slideshow .fx {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.terms {
  background-image: url("images/terms-bg.jpg");
  background-position: center center;
  background-size: 102% 102%;
  background-position: center center;
  animation: shrink 5s infinite alternate;
  animation-name: bgZoom;
  animation-timing-function: ease-in-out;
  animation-duration: 10s;
  animation-delay: 0s;
  animation-iteration-count: 20;
}

.price-anim {
  animation: glow 2.5s ease-in-out infinite alternate;
  transition: 0.4s;
}
.zoom-img {
  animation: imgGlow 17s ease-in-out 6;
}
@keyframes bgZoom {
  0% {
    background-size: 102% 102%;
  }
  100% {
    background-size: 112% 112%;
  }
}
@keyframes bgZoomMob {
  0% {
    background-size: 102% 102%;
  }
  100% {
    background-size: 116% 116%;
  }
}
@keyframes glow {
  from {
    text-shadow: 0 0 1px #000;
    transform: scale(1);
    transition: 0.4s;
  }
  to {
    text-shadow: 0 2px 4px #000;
    transform: scale(1.1);
    transition: 0.4s;
  }
}
@keyframes imgGlow {
  0% {
    transform: scale(1);
    transition: 0.4s;
  }
  50% {
    transform: scale(1.05);
    transition: 0.4s;
  }
  100% {
    transform: scale(1);
    transition: 0s;
  }
}

[data-aos="fade-up-title"] {
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 20px, 0);

  &.aos-animate {
    opacity: 1;
    transition-property: opacity, transform;
    transform: translateZ(0);
  }
}
[data-aos="fade-down-title"] {
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, -20px, 0);

  &.aos-animate {
    opacity: 1;
    transition-property: opacity, transform;
    transform: translateZ(0);
  }
}
[data-aos="fade-up-price"] {
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 60px, 0);

  &.aos-animate {
    opacity: 1;
    transition-property: opacity, transform;
    transform: translateZ(0);
  }
}

[data-aos="fade-up-img"] {
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 60px, 0);

  &.aos-animate {
    opacity: 1;
    transition-property: opacity, transform;
    transform: translateZ(0);
  }
}
[data-aos="fade-down-img"] {
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, -60px, 0);

  &.aos-animate {
    opacity: 1;
    transition-property: opacity, transform;
    transform: translateZ(0);
  }
}
