@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
:root {
  --white-color: white;
}
.button-start a {
  padding: 9px 15px;
  font-size: 14px;
}

a.button--theme {
  color: #be6cbe;
  border: solid 1px #be6cbe;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: small;
  background-color: #be6cbe17;
  text-transform: capitalize;
}

span.section-id {
  position: relative;
  display: flex;
}

span.section-id::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #c98e0e;
  left: 0;
  bottom: -10px;
}

center {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cardTop {
  width: 100%;
  max-width: 500px;
  height: 284px;
  background: #f7b103;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  /* position: absolute; */
}

.timeline-body {
  display: flex;
  padding-top: 90px;
  justify-content: center;
  transform: translateY(-50px);
  font-family: "Mulish", sans-serif;
}

/* .timeline-body > .main {
  display: flex;
} */

.timeline {
  width: 100%;
  max-width: 500px;
  height: auto;
  background: #ecf1f524;
  mix-blend-mode: normal;
  backdrop-filter: blur(15px);

  overflow: hidden;

  position: absolute;
  top: 144px;
  margin-left: 71px;
  box-shadow: 0px 20px 53px -30px rgba(95, 102, 173, 0.566816);
  border-radius: 10px;
}
.timeline h3 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  margin-left: 66px;
  margin-top: 40px;
}

.timeline label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  margin-left: 66px;
  margin-top: 10px;

  color: #ffffff;
}

.timeline .box {
  width: 100%;
  height: 800px;
  background: #fbfcfd;
  margin-top: 39.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.timeline .box .container {
  width: 100%;
  height: 357px;
  display: flex;
}
.timeline .box .container .lines {
  margin-left: 40px;
  margin-top: 6px;
}
.timeline .box .container .lines .dot {
  width: 14px;
  height: 14px;
  background: #e6ba06;
  border-radius: 7px;
}

.timeline .box .container .lines .line {
  height: 103px;
  width: 2px;
  background: #d1d6e6;
  margin-left: 5.3px;
}

.timeline .box .container .cards {
  margin-left: 12px;
  transform: translateY(-45px);
}
.timeline .box .container .cards .card {
  width: 249px;
  height: auto;
  padding-top: 25px;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 #eeeeee40;
  border-radius: 10px;

  box-shadow: 0px 16px 15px -10px rgba(105, 96, 215, 0.0944602);
  margin-bottom: 10px;

  &.mid {
    height: 71px;
  }
}
.timeline .box .container .cards .card h4 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-left: 25px;
  margin-bottom: 5px;

  color: #2b2862;
}

.timeline .box .container .cards .card p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;

  color: #2b2862;
  margin-left: 25px;
}

.timeline .box .bottom {
  width: 100%;
  height: 107px;
  background: #fff;
  box-shadow: 0 0 2px #eeeeee50;
  padding-top: 45px;
}
.timeline .box .bottom .btn {
  width: 249px;
  height: 62px;
  background: #ffffff40;
  mix-blend-mode: normal;
  cursor: pointer;
  border: 1px solid #8260d780;
  border-radius: 5px;

  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #2b2862;

  margin-left: 53px;
  transition: 0.3s;
  background: #2b2862;
  color: #fff;
  border-color: #2b2862;

  &:hover {
    transform: scale(1.03);
  }
}

.position-timeline {
  height: 700px;
}

/*====================================================================
  Slider
  Two
  ====================================================================
  ***/
.slider-two {
  position: relative;
}
h1.slider-two_heading,
.slider-two_text,
.slider-button {
  margin-top: 30px;
}
.slider-two_image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-size: cover;
  background-position: center center;

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.slider-two .active .slider-two_image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.slider-two_pattern-layer.darker {
  opacity: 0.7;
}

.slider-two_pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 105vh;
  opacity: 0.5;
  background: url(../images/main-slider/pattern-1.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #3b023b;
  filter: hue-rotate(35deg);
}

.slider-two .slide {
  position: relative;
  padding: 150px 0px 220px;
}

.slider-two .owl-dots {
  display: none;
}

.slider-two .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  opacity: 0;
  right: 0px;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slider-two:hover .owl-nav {
  opacity: 1;
}

.slider-two .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  font-size: var(--font-20);
  color: var(--white-color);
  transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  font-family: "Font Awesome 5 Pro";
  border: 1px solid var(--white-color);
}

.slider-two .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  font-size: var(--font-20);
  color: var(--white-color);
  transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  font-family: "Font Awesome 5 Pro";
  border: 1px solid var(--white-color);
}

.slider-two .owl-nav .owl-prev:hover,
.slider-two .owl-nav .owl-next:hover {
  color: var(--white-color);
  border-color: var(--color-thirtythree);
  background-color: var(--color-thirtythree);
}

.slider-two-content {
  position: relative;
  z-index: 1;
}

.slider-two_inner {
  position: relative;
}

.slider-two_title {
  opacity: 0;
  transform: scale(1, 0.2);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;

  font-weight: 700;
  padding: 10px 26px;
  display: inline-block;
  font-size: var(--font-22);
  color: var(--color-thirtythree);
  background-color: var(--white-color);
  font-family: var(--font-family-Rubik);
}

.slider-two .active .slider-two_title {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.slider-two_heading {
  opacity: 0;
  transform: scale(1, 0.2);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;

  font-weight: 700;
  color: var(--white-color);
  margin-top: var(--margin-top-30);
  font-family: var(--font-family-Inter);
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.slider-two .active .slider-two_heading {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.slider-two_text {
  opacity: 0;
  transform: scale(1, 0.2);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;

  font-weight: 400;
  line-height: 30px;
  color: var(--white-color);
  font-size: var(--font-20);
  margin-top: var(--margin-top-20);
  font-family: var(--font-family-Rubik);
  margin-bottom: var(--margin-bottom-40);
}

.slider-two .active .slider-two_text {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.slider-two .slider-two_button-box {
  position: relative;
  opacity: 0;
  transform: scale(1, 0.2);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.slider-two .active .slider-two_button-box {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.featured-one {
  position: relative;
  z-index: 10;
  margin-top: -120px;
}

.featured-one .feature-block_one {
  width: 20%;
  float: left;
}
.featured-translator {
  position: absolute;
  bottom: -155px;
  z-index: 4;
  right: 0;
}
#header {
  position: relative;
}
