.magnify-left {
  position: absolute;
  bottom: 0%;
  left: 0%;
  transform: translate(0%, 0%);
  z-index: -1;
}

.magnify-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  z-index: -1;
}
.kid-pic {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.cloud {
  z-index: 1;
}
.purple-light {
  background-color: #9a88bc;
}

.btn-bg {
  background-image: url("./images/button-bg.png");
  background-size: cover;
}

.footer-bg {
  background-image: url("./images/footer-bg.png");
  background-size: cover;
  padding-bottom: 20px;
}

* {
  box-sizing: border-box;
}
body {
    font-family: "Helvetica Neue Arabic";
}
.mySlides {
  display: none;
}
.mySlides .slide-img {
  vertical-align: middle;
  height: 90vh;
  object-fit: cover;
  object-position: bottom;
}

/* Slideshow container */
.slideshow-container {
  padding: 0;
  margin: 0;
  max-width: 1980px;
  position: relative;
  margin: auto;
  height: 100vh;
}

/* Caption text */
.text {
  color: #462e74;
  font-size: 2rem;
  font-weight: 500;
  padding: 8px 12px;
  /* position: absolute; */
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.bth-lending {
  width: 150px;
  height: 1rem;
  position: absolute;
  top: 33%;
  left: 3%;
}

 .content-right h2 {
  position: absolute;
  right: 2.5%;
  bottom: 52%;
  transform: translate(-5%, -10%);
  text-align: right;
} 

.content-right h2.leading-tight {
    line-height: 1.75 ;
}

/* Modal styles */
.modal {
  display: none; /* Hidden by default */
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 0;
    width: 100vw;
    min-height: 100vh;
  height: auto;
  display: flex;
  position: relative;
}

/* Close button */
.close {
  color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 2px;
    right: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.flatpickr-calendar.open {
  z-index: 99999999 !important;
}
.flatpickr-current-month  {
  height: 34px !important;
  font-size: 15px !important;
}

/* Responsive iframe */
iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .purple-light {
    background-color: transparent;
  }
}
#timeline_cont { cursor: move;  }
#timeline_cont::-webkit-scrollbar {
  display: none !important;
}
