html {
  overflow-x: hidden;
}
body {
  /* margin: 5%; */
  background-color: #fffef2;
  font-family: "Hepta Slab", serif;
  overflow-x: hidden;
}

.keep-hidden {
  /* visibility: hidden; */
  display: none;
}


.js-img.fade {
    animation-name: fadeIn;
    animation-duration: 400ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}        

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.num {
  animation-duration: 1s;
  font-size: 50px;
  color: rgb(209, 43, 159);
  font-weight: lighter;
}

.intro-div {
  background-image:url(assets/intro.gif);
  height: 600px;
  width: 100%;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

#intro {
  margin-top: 45px;
}

.intro-text {
  margin-bottom: 45px;
  color: white;
}

.intro-img {


  animation-delay: 0.5s;
  border-radius: 3px;
  /* width: 500px; */
}

.intro-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10%;
  /* display: flex; */
}

.img-text {
  font-size: 50px;
  color: rgb(209, 43, 159);
  font-weight: bolder;
  /* font-style: italic; */
  animation-delay: 0.5s;
  /* font-family: Questrial, sans-serif; */

  /* text-align: center; */
}

.no-padding {
  padding: 0;
}

.small-wonder-img {
/* width: 60%; */
margin-top: 45px;
}

.small-wonder-text {
  margin: 45px 30px 0 30px;
  font-family: 'Questrial', sans-serif;
}

.timeline {
background: #B993D6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #8CA6DB, #B993D6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #8CA6DB, #B993D6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



  color: #ffffff;
  margin: 200px 0 0 0;
  /* padding: 45px 30px; */
  box-sizing: border-box;
  height: 400px;
  position: relative;
}

.timeline-img-div {
  position: absolute;
  top: -40%;
  z-index: 0;
  right: 5%;
  padding: 0;
  height: 400px;
  background-image: url('assets/IMG_1251.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.timeline-heading {
  margin-top: 30px;
  font-weight: bolder;
}

.timeline-text{
  /* margin: 20px 20px 0 20px ; */
  font-family: 'Questrial', sans-serif;
  /* position: absolute;
  top: 0; */
}

.timeline-text-row {
  position: absolute;
  bottom: 5%;
}

.timeline-chart {
  font-family: 'Questrial', sans-serif;
}


.timeline-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(35, 20, 243, 0.15);
  padding: 10%;
  /* display: flex; */
}

.bold-heading {
  font-weight: bolder;
  /* margin: 10px 0 20px 0; */
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Hepta Slab", serif;
  z-index: 10;
}

.previous-version-div {
  /* margin-top: 45px; */
  padding: 45px 30px 0 30px;
  background:#f0f3f2;
}

.previous-version-title {
  margin-bottom: 45px;
}

.previous-version-icon {
  font-size: 60px;
  margin: 20px 0;
  color: rgb(209, 43, 159);
}

.previous-version-heading {
  font-family: 'Questrial', sans-serif;
  margin-bottom: 10px;
  z-index: 10;
}

.previous-version-text {
  font-family: 'Questrial', sans-serif;
  font-size: 18px;
}

.previous-version-1,.previous-version-2 {
 margin-bottom: 20px;
 padding-right: 60px;
}

.new-version-div {
background: #6441A5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2a0845, #6441A5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2a0845, #6441A5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: white;
}

.new-version-1 {
  background-image: url('assets/IMG_1136.png');
  height: 250px;
  width: auto;
  background-position-y: 10%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  color: white;
}

.new-version-2 {
  background-image: url('assets/IMG_3073.png');
  height: 250px;
  width: auto;
  background-position-y: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  color: white;
}

.new-version-3 {
  background-image: url('assets/IMG_0762.png');
  height: 250px;
  width: auto;
  background-position-y: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  color: white;
}

.new-version-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
  padding: 10%;
  /* display: flex; */
}

.new-version-title {
  padding: 45px 30px 45px 30px;
}

.new-version-features {
  /* padding-bottom: 45px; */
  overflow: hidden;
}

.reviews-div {
  padding: 45px 0 45px 30px;
  background:#f0f3f2;
}

.card-col {
  padding: 0 20px;
}

.card {
  /* margin-left: 20px; */
  border: none;
  font-family: 'Questrial', sans-serif;
  -webkit-box-shadow: 6px 2px 28px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 6px 2px 28px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 2px 28px -1px rgba(0, 0, 0, 0.15); 
}

.card-person {
  font-weight: bold;
  color: rgb(209, 43, 159);
}

.roadmap-text {
  margin: 45px 30px 0 30px;
  text-transform: uppercase;
}

.roadmap-caption {
  margin: 45px 30px 0 30px;
  font-family: 'Questrial', sans-serif;
  font-size: 18px;
}

.scroll-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .scroll-row::-webkit-scrollbar {
    display: none; }
  .scroll-row::-moz-scrollbar {
    display: none; }
  .scroll-rowscrollbar {
    display: none; }
  .scroll-row .posts-row {
    flex: 0 0 auto; }
  .scroll-row .skills-col {
    flex: 0 0 auto; }


  .footer {
        font-family: 'Questrial', sans-serif;
    margin-top: 45px;
    /* padding: 45px !important; */
    background: #f0f3f2;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px; }


@media (min-width: 768px) { 
  .intro-div {
    background-position-y: 10%;
  }

.timeline-img-div {
  right: unset;
}

.timeline-text-row {
  position: absolute;
  bottom: 15%;
}

.timeline-heading h3 {
  font-size: 50px !important;
}

.timeline-text h5 {
  font-size: 25px !important;
}

.previous-version-div {
  /* margin-top: 45px; */
  padding: 45px 80px 0 80px;
}

.new-version-title {
  padding: 45px 80px 45px 80px;
 
}

.reviews-div {
  padding: 45px 80px 45px 80px;
}

}
