@import url("https://fonts.googleapis.com/css?family=Crimson+Text");


.points {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.point {
  height: 7px;
  width: 7px;
  background: rgba(255, 255, 255, 0.479);
  border-radius: 50%;
  margin-right: 20px;
  transition: all .2s ease-out;
}
.point.active {
  background: white;
}
.point:hover {
  cursor: pointer;
}

/* Border style. */
.border-sep {
  border-top: 15px solid #435642;
  width: 100%;
}

/* FADE IN */
.fade-enter-active {
  transition: opacity 1s;
}
.fade-enter {
  opacity: 0;
}

/* GO TO NEXT SLIDE */
.slide-next-enter-active {
  transition: all 1.4s cubic-bezier(0,.46,.48,1);;
}
.slide-next-leave-active {
  transition: all 1.4s cubic-bezier(0,.46,.48,1);;
}
.slide-next-enter {
  
  width: 0% !important;
}
.side-next-enter-to {
  z-index: -2 !important;
}
.slide-next-leave-to {
  z-index: -3 !important;
  /*transform: translate(-100%);*/
  /*
  width: 0% !important;
  transform: translateX(-100%);
  */
}
/* GO TO PREVIOUS SLIDE */
.slide-prev-enter-active,
.slide-prev-leave-active {
  transition: transform 0.5s ease-in-out;
}
.slide-prev-enter {
  transform: translate(100%);
}
.slide-prev-leave-to {
  transform: translate(-100%);
}

/* SLIDES CLASSES */

.slide{ 
  text-align: center;
  width: 50%;
}


/* SLIDER STYLES */
body {
 
  margin: 0;
  
}

#slider {
  width: 100%;
  height: 55vh;
  position: relative;
  border-bottom: 1px solid #51754f;
}

#slider .background {
  height: 55vh;
  width: 100%;
  position: absolute;
  z-index: -3;
  left: 0px;
  top: 0px;
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
} 
#slider .shade {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;

  background: url('../img/banner-bg.svg');
  background-size: cover;
}

.slide {
  width: 45%;
  height: 400px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0px 50px;
}

.btn {
  z-index: 10;
  cursor: pointer;
  /* border: 3px solid #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  position: absolute;
  top: calc(50% - 35px);
  left: 1%;
  transition: transform 0.3s ease-in-out;
  user-select: none;
}

.btn-next {
  left: auto;
  right: 1%;
  color: white;
}
.btn-prev{
  color: white;
}
.btn:hover {
  transform: scale(1.1);
}
.button {
    background-color: #435642;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  }
  .logo-img p{
      text-align: center;
      margin-top: 100px;
      position: absolute;
  }
  .book-button{
    display: inline-block;
    background: #435642;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 20px;
    box-shadow: 2px 2px 15px -5px black;
    
  }
  .book-button:hover {
	text-decoration: none;
	color: white;
  }
  .logo-img img{
    width: 235px;
    margin-left: 210px;
    position: absolute;
  }
  .slide-head {

  }
  .slide-sub{
    text-align: center;
    color: white;
    width: 90%;
    margin: auto;
  }
  .logo {
    height: 200px;
    transition: all 3s cubic-bezier(0,.46,.48,1);
    transform: rotateZ(50deg);
    opacity: 0;
    margin-right: 30px;
  }
  .logo.loaded {
    transform: rotateZ(0deg);
    opacity: 1;
  }

.home-services {
  background: #0c130b;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url('../img/service-background.png');
}
.home-services-small {
    padding-top: 10px;
    padding-bottom: 10px;
}
.home-services .header {
  margin-bottom: 10px;  
}
.home-services .service {
  margin-bottom: 20px;
}
.home-services .mini-line {
  height: 2px;
  width: 20px;
  background: white;
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
}
.home-services .desc {
  font-size: .9em;
  color: rgb(199, 199, 199);
}
.home-services .normal-link {
  color: rgb(119, 119, 119);
  margin-top: 10px;
  font-size: .9em;
}

  @media (max-width: 500px) {
    #slider {
      height: 100vh;
    }
    .slide {
      width: 100%;
      height: 100vh;
    }
    .logo {
      margin-top: 50px;
      margin-right: 0px;
      margin-bottom: 20px;
    }
    #slider .shade {
      background: url('../img/banner-bg-mobile.svg');
    }
    .responsive-flex {
      flex-direction: column !important;
      justify-content: center;
    }
    .mini-nav ul {
      display: none;
    }
  }

  @media(min-width: 1600px) {
    #slider {
      height: 45vh;
    }
    .slide {
      height: 400px;
    }
  }
  @media(min-width: 1900px) {
    #slider {
      height: 45vh;
    }
    .slide {
      font-size: 30px;
      height: 500px;
    }
    .slide-head {
      font-size: 3rem;
      margin-bottom: 20px;
      font-weight: normal;
    }
    .logo {
      height: 270px;
    }
  }
  

