@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Antic+Didone&display=swap");

:root {
  --primary-color: #072d32;
  /* --secondary-color: #fff3ed; */
  --secondary-color: #c3953f;
  --body-color: #515151;
  --light: #fff8f4;
  --white: #ffff;
  --gradient:
    radial-gradient(circle at 120% -30%, #114836, transparent),
    linear-gradient(
      45deg,
      #114836,
      var(--primary-color),
      #106649,
      #114836,
      var(--primary-color),
      var(--primary-color),
      #10865f,
      var(--primary-color)
    );
  --midsun: "Antic Didone", serif;
  --sans: "Inter", sans-serif;
  --facebook: #4267b2;
  --youtube: #ff0000;
  --whatsapp: #25d366;
  --instagram: #c92bb7;
  --linkedin: #0087e7;
  --x: #242424;
  --header-height: 61px;
  --footer-height: 405px;
  --primary-radius: 2em;
  --bs-border-radius: 3px;
}

::selection {
  background-color: var(--primary-color);
  color: #ffffff;
  text-shadow: 0px 4px 14px #000;
}

body {
  /* min-height: 100vh; */
  color: var(--body-color);
  background-color: var(--light);
  font: 400 1rem var(--sans);
  line-height: 1.5;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-family: var(--midsun);
  letter-spacing: 2px;
}

main {
  background-color: var(--body-bg);
  position: relative;
  isolation: isolate;
  z-index: 1;
  /* overflow: hidden; */
  /* margin-bottom: var(--footer-height); */
}

p {
  /* line-height: 1.5;
  letter-spacing: 0.5px;
  word-spacing: 1px; */
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.ls-1 {
  letter-spacing: 1px;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

img,
video,
iframe,
svg {
  width: 100%;
  display: block;
}

svg:not([fill]) {
  fill: currentColor;
}

.gap-row {
  row-gap: 30px;
}

.gap-form-row {
  row-gap: 10px;
}

.rounded {
  border-radius: 10px !important;
}

.object-cover {
  object-fit: cover;
}

.container-fluid {
  padding-left: 2rem;
  padding-right: 2rem;
}

.filter-white {
  -ms-filter: brightness(70);
  filter: brightness(70);
}

.filter-dark {
  -ms-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}

/* hero gradient */
.hero__gradient {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 200em;
  height: 200em;
  margin-right: -135.7em;
  margin-bottom: -133.1em;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    #5c31ff,
    rgba(92, 49, 255, 0) 69%
  );
  pointer-events: none;
  opacity: 0.9;
  z-index: -1;
}

.hero__gradient.is--other {
  width: 160em;
  height: 160em;
  margin-right: -40.6em;
  margin-bottom: -133.7em;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    #f88cd4,
    rgba(248, 140, 212, 0) 69%
  );
  opacity: 0.73;
}
/* hero gradient */

.icon-circular {
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--body-body);
  border: 1px solid rgb(0 0 0 / 20%);
  transition: all 300ms ease-in-out;
}

.icon-circular.text-white {
  border-color: rgb(255 255 255 / 20%);
}

i.fa-facebook-f {
  color: var(--facebook);
}
i.fa-youtube {
  color: var(--youtube);
}
i.fa-whatsapp {
  color: var(--whatsapp);
}
i.fa-instagram {
  color: var(--instagram);
}
i.fa-linkedin-in {
  color: var(--linkedin);
}
i.fa-x-twitter {
  color: var(--x);
}

i.icon-circular:hover {
  color: #fff;
}

.icon-circular.solid.fa-facebook-f,
.icon-circular.fa-facebook-f:hover {
  background-color: var(--facebook) !important;
}
.icon-circular.solid.fa-youtube,
.icon-circular.fa-youtube:hover {
  background-color: var(--youtube) !important;
}
.icon-circular.solid.fa-whatsapp,
.icon-circular.fa-whatsapp:hover {
  background-color: var(--whatsapp) !important;
}
.icon-circular.solid.fa-instagram,
.icon-circular.fa-instagram:hover {
  background-color: var(--instagram) !important;
}
.icon-circular.solid.fa-linkedin-in,
.icon-circular.fa-linkedin-in:hover {
  background-color: var(--linkedin) !important;
}
.icon-circular.solid.fa-envelope,
.icon-circular.fa-envelope:hover {
  background-color: var(--primary-color) !important;
}
.icon-circular.solid.fa-x-twitter,
.icon-circular.fa-x-twitter:hover {
  background-color: var(--x) !important;
}

.icon-circular.solid {
  color: #fff;
  background-color: var(--body-body);
}

i svg {
  width: 16px;
}

.position-relative {
  z-index: 1;
}

/* .line{
  position: absolute;
  background-color: rgb(0 0 0 / 15%);
}

.line.verticle{
  bottom: 0;
  left: calc(50% - .5px);
  width: 1px;
  height: 60px;
  z-index: 1;
  pointer-events: none;
} */

/* .text-texture{
  background: url(../images/diamond-ring-amongst-coffee.webp) center / cover no-repeat var(--primary-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.text-justify {
  text-align: justify;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hidden-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 9vw;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0.8;
  text-transform: uppercase;
  letter-spacing: 1rem;
  margin-block: 0;
  bottom: 0;
  opacity: 0.05;
  pointer-events: none;
  mix-blend-mode: difference;
}

.text-midsun {
  font-family: var(--midsun);
}

.text-serif {
  font-family: var(--serif);
}

.text-sans {
  font-family: var(--sans);
}

.text-anglecia {
  font-family: var(--anglecia);
  font-style: italic;
  letter-spacing: normal !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-primary-light {
  color: color-mix(
    in srgb,
    var(--primary-color) 60%,
    var(--secondary-color) 60%
  ) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}
.text-secondary-light {
  color: var(--secondary-light-color) !important;
}
.text-secondary-dark {
  color: var(--secondary-color-dark) !important;
}

.text-dark {
  color: var(--body-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-primary-left {
  background: var(--primary-color);
  background: -moz-linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--primary-color) 30%,
    rgba(18, 69, 124, 0) 30%
  );
  background: -webkit-linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--primary-color) 30%,
    rgba(18, 69, 124, 0) 30%
  );
  background: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--primary-color) 30%,
    rgba(18, 69, 124, 0) 30%
  );
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-light-half.pt-0 {
  background-image: linear-gradient(
    var(--light) 50%,
    transparent 50%
  ) !important;
}

.bg-dark {
  background-color: var(--body-color) !important;
  color: #fff;
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-sec {
  background: url(../images/props/bg.png) center / cover;
}

.bg-texture {
  background: url(../images/bg-texture.webp) center / cover;
}

.bg-locationMap {
  background: url(../images/locationMap.jpg) center / cover;
}

.bg-gradient {
  background-image:
    radial-gradient(circle at 120% -30%, #c27541, transparent),
    linear-gradient(
      45deg,
      #114836,
      var(--primary-color),
      #114836,
      #114836,
      var(--primary-color),
      var(--primary-color),
      #114836,
      var(--primary-color)
    ) !important;
  color: #fff;
}

.bg-gradient-light {
  background-image: linear-gradient(135deg, #fafefd 0%, #c0d8d0 100%);
}

.bg-gradient-light.has_watercolor::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% -50%,
    rgb(255 255 255 / 70%),
    transparent 30%
  );
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}

.bg-image {
  background: center / cover no-repeat fixed;
}

.bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / 50%);
  z-index: -1;
}

.bg-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: radial-gradient(circle at 50% -50%, var(--primary-color), var(--body-color)); */
  background-color: var(--primary-color);
  opacity: 0.1;
  clip-path: circle(60% at 90% -20%);
  z-index: -1;
  pointer-events: none;
}

.watermark {
  position: absolute;
  inset: 0;
  background: url(../images/logo-icon.svg) center no-repeat;
  /* background-size: contain; */
  -webkit-filter: opacity(0.05);
  filter: opacity(0.05);
  z-index: -1;

  max-width: 50%;
  margin: 0 auto;
}

.videoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  animation: breathe 800ms alternate infinite;
  z-index: 1;
}

.videoBtn::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(255 255 255 / 75%);
  background-image: radial-gradient(
    circle at 50% 50%,
    var(--primary-color) 30%,
    rgb(0 0 0 / 75%) 40%
  );
  z-index: -1;
  transition: all 300ms ease-in-out;
  transition-delay: 100ms;
  animation: breathe 800ms alternate infinite;
}

@keyframes breathe {
  100% {
    scale: 1.2;
  }
}

.videoBtn:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.videoBtn:hover::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  border-color: #fff;
}

.scroller {
  overflow: auto;
  padding-right: 10px;
}

.scroller::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scroller::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--body-color);
  border-radius: 10px;
}

/* Handle */
.scroller::-webkit-scrollbar-thumb {
  background: var(--body-color);
  border-radius: 10px;
}

/* Handle on hover */
.scroller::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

.headingContainer {
  margin-bottom: 4rem;
}

.headingContainer.d-flex {
  justify-content: space-between;
  align-items: center;
}

.heading {
  display: table;
  position: relative;
  margin-bottom: 3rem;
  z-index: 1;
}

.heading .h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-family: var(--midsun);
  color: var(--primary-color);
  line-height: 1.2;
}

.heading :is(.h2, .h3, .h4) {
  font-family: var(--midsun);
  color: var(--primary-color);
  letter-spacing: 2px;
  line-height: 1.3;
}

.heading .h2 {
  font-size: 2.5rem;
}

.heading .subheading {
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.heading .h4,
.heading h5 {
  font-weight: 400;
  line-height: 1.5;
}

.heading > img {
  width: 250px;
  margin-bottom: 1.5rem;
}

.smallHeading {
  font-weight: 600;
  font-family: var(--midsun);
  letter-spacing: 2px;
  color: var(--primary-color);
}

.viewmore {
  width: 100%;
  margin-top: 1.25rem;
}

.viewmore .button {
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 0.875rem;
}

.viewmore .button.text-white:hover,
.viewmore .button:hover {
  color: var(--body-color) !important;
}

/* Read more */
.readmore {
  width: 100%;
  margin-top: 2.5rem;
}

.readmore.d-flex {
  gap: 10px;
  flex-wrap: wrap;
}

.readmore .button {
  --b: 1px; /* border thickness */
  --s: 0.45em; /* size of the corner */
  --color: var(--primary-color);

  padding: calc(0.5em + var(--s)) calc(0.9em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background: conic-gradient(
      from 90deg at var(--b) var(--b),
      #0000 90deg,
      var(--color) 0
    )
    var(--_p) var(--_p) / calc(100% - var(--b) - 2 * var(--_p))
    calc(100% - var(--b) - 2 * var(--_p));
  transition:
    0.3s linear,
    color 0s,
    background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: 0.6em;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.readmore .button.white {
  --color: var(--light);
}

.readmore .button:hover,
.readmore .button:focus-visible {
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: 0.05em;
}

.readmore .button:active {
  background: var(--color);
  color: #fff;
}
/* Read more */

.controls {
  position: absolute;
  width: 110px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  z-index: 9;
}

.controls a {
  position: static;
  display: table;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  color: var(--primary-color);
  font-size: 13px;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  opacity: 1;
}

.controls a:last-child {
  border-bottom: none;
}

.controls a:focus,
.controls a:hover {
  color: var(--primary-color) !important;
  opacity: 1;
}

.multiply {
  mix-blend-mode: multiply;
}

/* custom carousel controls */
button[class^="carousel-control"] {
  width: 40px;
  height: 40px;
  top: 50%;
  bottom: auto;
  margin-top: -20px;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255 / 25%);
  opacity: 1;
  transition: all 300ms ease-in-out;
}
button[class^="carousel-control"]:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}
.carousel-control-next {
  right: 2rem;
}
.carousel-control-prev {
  left: 2rem;
}

.hero-controls {
  position: absolute;
  bottom: 5%;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}

.hero-controls button[class^="carousel-control"] {
  position: static;
  margin-top: 0;
}

button[class^="carousel-control"] span {
  background-size: 60%;
}

.carousel-indicators.position-static {
  margin-bottom: 0;
  margin-top: 3rem;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--body-color);
}

.carousel-indicators [data-bs-target].active {
  background-color: var(--primary-color);
}
/* custom carousel controls */

/* custom swiper controls */
div[class^="swiper-button"] {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--white);
  background-color: var(--secondary-color);
  transition: all 300ms ease-in-out;
}

div[class^="swiper-button"]:hover {
  background-color: var(--primary-color);
  color: var(--white);
  box-shadow: 0 10px 2rem rgb(0 0 0 / 10%);
}

div[class^="swiper-button"]:after {
  color: inherit;
  font-size: 13px;
}

div[class^="swiper-button"].lg {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  color: var(--white);
  border: 1px solid rgb(255 255 255 / 20%);
}

div[class^="swiper-button"].lg:hover {
  backdrop-filter: blur(5px) brightness(2);
  border-color: transparent;
}

div[class^="swiper-button"].lg:after {
  font-size: 1rem;
  font-weight: 100;
  color: #fff;
}

div[class^="swiper-button"].stroke {
  background-color: transparent;
  box-shadow: 0 0 0 1px rgb(255 255 255 / 50%) inset;
}

div[class^="swiper-button"].stroke:hover {
  box-shadow: 0 0 0 100px rgb(255 255 255 / 100%) inset;
  color: var(--body-color);
}

.swiper-controls {
  position: relative;
  margin: 2rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.swiper-controls div[class^="swiper-"] {
  position: static;
  margin-top: 0;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  width: 20px;
  border-radius: 10px;
}

.bar-controls {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.bar-controls .bar-arrows {
  position: relative;
  width: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bar-controls .bar-arrows > div {
  position: static !important;
  margin-top: 0 !important;
  width: 40px;
  height: 40px;
  background-size: 22px;
}

.bar-controls .swiper-horizontal > .swiper-pagination-progressbar,
.bar-controls .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: calc(100% - 120px);
}

.bar-controls
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: linear-gradient(
    45deg,
    var(--secondary-color),
    var(--primary-color),
    var(--secondary-color)
  );
}
/* custom swiper controls */

.form-group {
  margin-bottom: 20px;
}

.form-group > label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

label {
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
}

.form-control {
  border-radius: 3px;
  border: none;
  outline: none;
  padding: 1rem 0;
}

.form-control.form-select {
  padding-right: 2.5rem;
}

.form-control[readonly] {
  background-color: transparent;
}
.form-control::placeholder {
  font-size: 13px;
}

textarea.form-control {
  padding: 1rem 0.75rem;
}

.form-control.form-control-light {
  border-bottom-color: rgb(255 255 255 / 25%);
  color: #fff;
}

.form-control.form-control-light::placeholder {
  color: #8f8f8f;
}

.form-control:focus {
  box-shadow: 0 0 0 1px var(--primary-color);
}

.form-control.form-control-light:focus {
  border-bottom-color: var(--body-bg);
}

.custom-control-inline {
  margin-right: 0;
  padding-left: 0;
  width: 100%;
  display: block;
  position: relative;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-label {
  display: block;
  position: relative;
  padding: 13px 10px 13px 2rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: radial-gradient(#fff 50%, transparent 50%) 50% / 50% 50% no-repeat;
}

.custom-control-label::before,
.custom-control-label::after {
  border-radius: 50%;
  top: 15px;
  left: 10px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(249, 1, 1, 0.25);
}

/* customize modal */
/* Customise modal */
.modal-backdrop.show {
  opacity: 1;
  background-color: rgba(51 51 51 / 80%);
  backdrop-filter: blur(4px);
}

.modal-content {
  background-color: var(--light);
  box-shadow: 0 8px 32px 0 rgba(0 0 0 / 20%);
  border: 0;
  border-radius: 0;
}

button.close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--secondary-color);
  border: 0;
  opacity: 1;
  text-shadow: none;
  z-index: 9;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background-color: var(--primary-color);
  color: #fff;
}

.modal-body {
  padding: 25px;
  text-align: left;
}

.modal-logo {
  width: 180px;
  margin: 0 auto 2rem;
}

.modal-header {
  background-color: var(--primary-color);
  font-family: var(--midsun);
  letter-spacing: 2px;
}

.modal-icons {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  padding: 1rem;
  background-color: var(--secondary-color-dark);
  text-transform: uppercase;
}
.modal-icons h6 {
  color: var(--primary-color);
}
.modal-icon .img-fluid {
  max-width: 50px;
  margin: 0 auto 10px;
  color: var(--secondary-color);
}

.modal-icon span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--darkgray);
}

.modal-body .form-control {
  background-color: rgb(0 0 0 / 5%);
}

.modal-body .form-control:focus {
  background-color: var(--body-bg);
}
/* Customise modal */

.swiper-slide.iconBox {
  height: auto;
}

.iconBox .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  border: 1px solid var(--primary-color);
}

.iconBox .inner .ikon {
  width: 40px;
}

.iconBox .inner .ikon svg {
  fill: var(--primary-color);
}

.decoration-dots {
  display: table;
  width: 56px;
  height: 16px;
}

.list {
  padding-left: 0px;
}

.list li {
  margin-bottom: 10px;
  position: relative;
  /* border-left: 2px solid; */
}
/* .list li::before{
  content: '';
  pois
} */

/*transformation Animation*/
.leftTranslate {
  -webkit-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.rightTranslate {
  -webkit-transform: translate(200px, 0);
  transform: translate(200px, 0);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.topTranslate {
  -webkit-transform: translate(0, -200px);
  transform: translate(0, -200px);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.bottomTranslate {
  -webkit-transform: translate(0, 200px);
  transform: translate(0, 200px);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.doneTranslate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fadeOut {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.fadeIn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.zoomOut {
  transform: scale(0);
  transition: all 0.8s ease-in-out;
}

.zoomIn {
  transform: scale(1);
}
/*transformation Animation*/
