/* Normalize */
body {
  -webkit-text-size-adjust: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* /End of Normalize */
@keyframes animationBlob {
  0%, 100% {
    border-radius: 77% 47% 61% 49%;
  }
  20% {
    border-radius: 89% 26% 70% 30%;
  }
  40% {
    border-radius: 56% 93% 56% 94%;
  }
  60% {
    border-radius: 68% 60% 94% 96%;
  }
  80% {
    border-radius: 34% 74% 59% 82%;
  }
}
@keyframes animationSteam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes scrollingPartners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--slider-element-width) * var(--slider-elements)));
  }
}
@keyframes animationSlideUp {
  0% {
    transform: translateY(0) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(-35px) scale(1);
    opacity: 1;
  }
}
@keyframes animationBoxClip {
  0%, 100% {
    clip: rect(0px, 198px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 198px, 0px);
  }
  50% {
    clip: rect(196px, 198px, 198px, 0px);
  }
  75% {
    clip: rect(0px, 198px, 198px, 196px);
  }
}
body {
  height: 100vh;
  width: 100vw;
  background-color: #FFEDCA;
}

* {
  font-family: "Titillium Web", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #393923;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-family: "Yatra One", system-ui;
  font-weight: 400;
  line-height: 1.2em;
}

h1 {
  font-size: 100px;
  line-height: 1em;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 700px) {
  h1 {
    font-size: 50px;
    text-align: center;
    margin: 0 0 10px 0;
  }
}

p {
  font-size: 20px;
  line-height: 1.2em;
}
@media screen and (max-width: 700px) {
  p {
    font-size: 18px;
  }
}

#skip-main-content {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
#skip-main-content:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: calc(50% - 85px);
  line-height: normal;
  padding: 15px 20px 14px;
  text-decoration: none;
  top: 10px;
  width: 150px;
  z-index: 100000;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
main .section-header {
  font-size: 100px;
  margin: 40px 0;
}
main .section-subheader {
  font-size: 35px;
  margin: 0 0 80px 0;
}
main .section-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
  max-width: 100%;
  width: 100%;
  background-color: #FFEDCA;
}
main .section-container .section-inner {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
}
main .section-container.section-wide {
  max-width: 100%;
  width: 100%;
}
main .section-container.section-wide .section-inner {
  max-width: 1200px;
}
main .section-main {
  padding: 0;
  width: 100vw;
  height: 100vh;
  min-height: 900px;
  justify-content: end;
  background: url("../images/egypt-1.jpg") no-repeat scroll 0 0/cover #ffedca !important;
}
main .section-main .section-inner {
  position: relative;
  width: 100vw;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
}
main .section-main .section-inner .inner-left {
  background-color: rgba(255, 237, 202, 0.5);
  padding: 50px 30px;
  border-radius: 20px;
  text-align: center;
  width: 700px;
  align-content: center;
  margin-bottom: 50px;
}
main .section-main .section-inner .inner-left p {
  margin: 40px 0;
}
main .section-main .section-inner .inner-left a {
  color: #ffedca;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 40px;
  font-size: 20px;
  transition: 0.5s ease;
  z-index: 1;
}
main .section-main .section-inner .inner-left a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: -1;
  background: linear-gradient(165deg, #393923, #000000, #393923);
  animation: animationBlob 12s linear infinite alternate;
  transition: 0.5s ease;
}
main .section-main .section-inner .inner-left a:hover {
  transition: 0.5s ease;
}
main .section-main .section-inner .inner-left a:hover:before {
  transition: 0.5s ease;
  opacity: 1;
}
main .section-main .section-inner .inner-right {
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  flex: 1 1 400px;
}
main .section-main .section-inner .inner-right .image-zoom {
  transition: 0.5s all;
  width: 100%;
}
main .section-main .section-inner .inner-right .image-zoom:hover {
  transform: scale(110%) translateY(-18px);
}
@media screen and (max-width: 860px) {
  main .section-main .section-inner {
    flex-direction: column-reverse;
    width: calc(100vw - 60px);
  }
  main .section-main .section-inner .inner-right {
    flex: 1 1 100%;
    margin: 0 auto;
    position: relative;
    left: 10px;
  }
  main .section-main .section-inner .inner-right .image-zoom:hover,
  main .section-main .section-inner .inner-right .image-zoom:focus {
    transform: scale(110%) translateY(-19px);
  }
  main .section-main .section-inner .inner-left {
    text-align: center;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  main .section-main .section-inner .inner-right {
    flex: 1 1 380px;
    width: 380px;
    height: 380px;
  }
  main .section-main .section-inner .inner-right .image-zoom:hover,
  main .section-main .section-inner .inner-right .image-zoom:focus {
    transform: scale(110%) translateY(-14px);
  }
}
@media screen and (max-width: 420px) {
  main .section-main .section-inner .inner-right {
    display: block;
    width: 300px;
    height: 300px;
    left: 0;
    flex: 1 1 100%;
  }
  main .section-main .section-inner .inner-right img {
    display: block;
    width: 350px;
  }
}
main .section-about {
  background: url("../images/sphynx-2-1280.jpg") no-repeat scroll 0 0/contain #ffedca !important;
  padding: 0;
}
@media screen and (max-width: 1350px) {
  main .section-about {
    background-size: cover !important;
    transition: 0.5s all;
  }
}
@media screen and (max-width: 850px) {
  main .section-about {
    background-position-x: -50px !important;
  }
}
@media screen and (max-width: 560px) {
  main .section-about {
    background-position-x: -150px !important;
    background-position: 20% 0;
  }
}
main .section-about .section-inner {
  display: flex;
  height: 100%;
  max-width: 100% !important;
}
main .section-about .section-inner .section-float-right {
  height: 100%;
  width: 50%;
  align-self: flex-end;
  align-content: center;
  background-color: rgba(255, 237, 202, 0.5);
  padding: 0 50px 30px 50px;
}
@media screen and (max-width: 1024px) {
  main .section-about .section-inner {
    justify-content: end;
  }
  main .section-about .section-inner .section-float-right {
    width: calc(100% - 100px);
    background-color: rgba(255, 237, 202, 0.5);
    height: 40%;
    padding: 50px;
  }
  main .section-about .section-inner .section-float-right h2 {
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  main .section-about .section-inner h2 {
    font-size: 50px;
    margin: 0 0 10px 0;
  }
}
main .section-slider {
  align-items: initial;
  padding: 0;
}
main .section-slider .section-inner {
  max-width: 100% !important;
}
main .section-howtobuy .section-inner {
  text-align: center;
}
main .section-howtobuy .section-inner .buy-steps {
  margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
  main .section-howtobuy .section-inner {
    width: calc(100% - 60px);
    padding: 0 30px;
  }
  main .section-howtobuy .section-inner h2 {
    font-size: 60px;
  }
  main .section-howtobuy .section-inner h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  main .section-howtobuy .section-inner h2 {
    font-size: 50px;
  }
}
main .section-tokenomics {
  justify-content: flex-start;
  height: 90vh;
  min-height: 900px;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 480px) {
  main .section-tokenomics {
    height: auto;
    min-height: 1400px;
  }
}
main .section-tokenomics .section-inner {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgb(255, 237, 202) 70%);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 50px 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 760px) {
  main .section-tokenomics .section-inner {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 620px) {
  main .section-tokenomics .section-inner h2 {
    font-size: 60px;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  main .section-tokenomics .section-inner h2 {
    font-size: 50px;
  }
}
main .section-tokenomics .section-inner .tokenomics-box {
  display: flex;
}
main .section-tokenomics .section-inner .tokenomics-box p {
  margin: 0 20px;
  text-align: center;
  color: #393923;
  background-color: #ffffff;
  border-radius: 8px;
  width: 180px;
  height: 180px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
  position: relative;
  color: rgb(57, 57, 35);
  box-shadow: inset 0 0 0 1px rgba(57, 57, 35, 0.5);
}
main .section-tokenomics .section-inner .tokenomics-box p img {
  width: 80px;
  height: 80px;
}
main .section-tokenomics .section-inner .tokenomics-box p strong {
  margin-bottom: 10px;
  font-size: 20px;
}
main .section-tokenomics .section-inner .tokenomics-box p:hover, main .section-tokenomics .section-inner .tokenomics-box p:focus {
  background-color: #FDE5B8;
}
main .section-tokenomics .section-inner .tokenomics-box p::before, main .section-tokenomics .section-inner .tokenomics-box p::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 10px;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: animationBoxClip 8s linear infinite;
}
main .section-tokenomics .section-inner .tokenomics-box p::before {
  animation-delay: -4s;
}
main .section-tokenomics .section-inner .tokenomics-box * {
  color: #393923;
}
@media screen and (max-width: 860px) {
  main .section-tokenomics .section-inner .tokenomics-box {
    -moz-columns: 2;
         columns: 2;
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  main .section-tokenomics .section-inner .tokenomics-box p {
    margin: 0 20px 50px 20px;
    display: inline-flex;
  }
}
@media screen and (max-width: 480px) {
  main .section-tokenomics .section-inner .tokenomics-box {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  main .section-tokenomics .section-inner .tokenomics-box {
    -moz-columns: 1;
         columns: 1;
  }
}
main .section-tokenomics .section-inner .copy-container {
  justify-content: center;
  display: flex;
}
main .section-tokenomics .section-inner .copy-container .addressCodeContainer {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  background-color: #FDE5B8;
  border: 1px solid #393923;
  padding: 0 10px;
  margin: 50px 20px 0 20px;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
}
main .section-tokenomics .section-inner .copy-container .addressCodeContainer strong {
  padding-top: 3px;
}
main .section-tokenomics .section-inner .copy-container .addressCodeContainer #addressCode {
  background: transparent;
  border: 0 none;
  outline: 0 none;
  width: 500px;
  font-size: 20px;
}
main .section-tokenomics .section-inner .copy-container .addressCodeContainer #addressCode:focus-visible {
  outline: 0 none;
}
main .section-tokenomics .section-inner .copy-container .addressCodeContainer #addressCodeButton {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
main .section-tokenomics .section-inner .copy-container .addressCodeContainer #addressCodeButton img {
  border: 1px solid #393923;
  border-radius: 5px;
  margin-top: 4px;
  cursor: pointer;
  transition: 0.5s all;
  background-color: #ffffff;
}
main .section-tokenomics .section-inner .copy-container .addressCodeContainer #addressCodeButton img:focus, main .section-tokenomics .section-inner .copy-container .addressCodeContainer #addressCodeButton img:hover {
  background-color: #D9C296;
}
@media screen and (max-width: 860px) {
  main .section-tokenomics .section-inner .copy-container .addressCodeContainer {
    margin-top: 0;
  }
}
@media screen and (max-width: 650px) {
  main .section-tokenomics .section-inner .copy-container .addressCodeContainer {
    flex-direction: column;
  }
  main .section-tokenomics .section-inner .copy-container .addressCodeContainer #addressCode {
    text-align: center;
  }
}
@media screen and (max-width: 525px) {
  main .section-tokenomics .section-inner .copy-container .addressCodeContainer #addressCode {
    width: auto;
  }
}
main .section-social {
  padding: 30px 0 10px 0;
}
main .section-social .section-inner .list-icons {
  list-style: none;
  width: 600px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 760px) {
  main .section-social .section-inner .list-icons {
    max-width: 400px;
    padding: 0;
    width: 100vw;
  }
}
main .section-social .section-inner .list-icons li a {
  text-decoration: none;
  display: block;
}
main .section-social .section-inner .list-icons li a * {
  fill: #393923;
  transition: 0.5s all;
}
main .section-social .section-inner .list-icons li a:hover *, main .section-social .section-inner .list-icons li a:focus * {
  fill: rgb(105, 105, 66);
  transition: 0.5s all;
}
main .section-social .section-inner .list-icons li.dextools a svg {
  position: relative;
  top: 5px;
}
main .section-social .section-inner .list-icons li.uniswap a svg {
  position: relative;
  top: -5px;
}

#video-background {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -111;
  transition: 0.5s all;
}
@media screen and (max-width: 1200px) {
  #video-background {
    right: -10%;
  }
}
@media screen and (max-width: 1100px) {
  #video-background {
    right: -15%;
  }
}
@media screen and (max-width: 1000px) {
  #video-background {
    right: -20%;
  }
}
@media screen and (max-width: 900px) {
  #video-background {
    right: -25%;
  }
}
@media screen and (max-width: 800px) {
  #video-background {
    right: -35%;
  }
}
@media screen and (max-width: 700px) {
  #video-background {
    right: -45%;
  }
}
@media screen and (max-width: 600px) {
  #video-background {
    right: -65%;
  }
}
@media screen and (max-width: 500px) {
  #video-background {
    right: -85%;
  }
}
@media screen and (max-width: 400px) {
  #video-background {
    right: -123%;
  }
}

.tooltip {
  background-color: #393923;
  padding: 5px 10px;
  border-radius: 8px;
}
.tooltip * {
  color: #FFEDCA;
}

.slider {
  overflow: hidden;
  padding: 10px 0;
  background-color: #797960;
}
.slider .slider-container {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.slider .slider-container li {
  display: inline-block;
  white-space: nowrap;
  padding-right: 40px;
  font-size: 50px;
  color: #FFEDCA;
}

#how-to-buy {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#how-to-buy::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) and (max-width: 1340px) {
  #how-to-buy {
    width: 1100px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .timeline-block {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1170px) {
  #how-to-buy {
    margin: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  #how-to-buy {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #how-to-buy::before {
    left: 50%;
    margin-left: -2px;
  }
}
.timeline-block {
  position: relative;
  margin: 2em 0;
}

.timeline-block::after {
  clear: both;
  content: "";
  display: table;
}

.timeline-block:first-child {
  margin-top: 0;
}

.timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .timeline-block {
    margin: 4em 0;
  }
  .timeline-block:first-child {
    margin-top: 0;
  }
  .timeline-block:last-child {
    margin-bottom: 0;
  }
}
.timeline-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.timeline-image img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.timeline-image.image-1 {
  background: #75ce66;
}

.timeline-image.image-2 {
  background: #c03b44;
}

.timeline-image.image-3 {
  background: #f0ca45;
}

.cssanimations .timeline-content {
  text-align: left;
}

.cssanimations .timeline-content.bounce-out {
  visibility: hidden;
  animation: cd-bounce-out 0.6s;
}

.cssanimations .timeline-block:nth-child(even) .timeline-content.bounce-out {
  animation: cd-bounce-out-inverse 0.6s;
}

@media only screen and (min-width: 1170px) {
  .timeline-image {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .timeline-image.is-hidden {
    visibility: hidden;
  }
  .cssanimations .timeline-image.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 0.6s;
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #ECC67B;
}

.timeline-content::after {
  clear: both;
  content: "";
  display: table;
}

.timeline-content h2 {
  color: #303e49;
}

.timeline-content p {
  font-size: 16px;
}

.timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}

@media only screen and (min-width: 768px) {
  .timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1170px) {
  .timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    right: 50px;
  }
  .timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .timeline-block:nth-child(even) .timeline-content {
    float: right;
    left: 50px;
  }
  .timeline-block:nth-child(even) .timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cssanimations .timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .timeline-content.bounce-in {
    visibility: visible;
    animation: cd-bounce-2 0.6s;
  }
  .cssanimations .timeline-content.bounce-out {
    visibility: hidden;
    animation: cd-bounce-out 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .timeline-block:nth-child(even) .timeline-content.bounce-in {
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cd-bounce-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  60% {
    transform: translateX(-50px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100px);
  }
}
@keyframes cd-bounce-out-inverse {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  60% {
    transform: translateX(50px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
  }
}
.timeline-block .timeline-content {
  background-color: rgba(117, 206, 102, 0.2);
  box-shadow: 0 3px 0 rgba(80, 162, 66, 0.2);
}
.timeline-block .timeline-content:before {
  border-left-color: rgba(117, 206, 102, 0.2);
}
@media only screen and (max-width: 1170px) {
  .timeline-block .timeline-content:before {
    border-left-color: transparent;
    border-right-color: rgba(117, 206, 102, 0.2);
  }
}
.timeline-block .timeline-image {
  background: #dadfa3;
}

.timeline-block:nth-child(2n) .timeline-content {
  background-color: rgba(240, 202, 69, 0.2);
  box-shadow: 0 3px 0 rgba(240, 202, 69, 0.5);
}
.timeline-block:nth-child(2n) .timeline-content:before {
  border-right-color: rgba(240, 202, 69, 0.2);
}
@media only screen and (max-width: 1170px) {
  .timeline-block:nth-child(2n) .timeline-content:before {
    border-right-color: rgba(240, 202, 69, 0.2);
    border-left-color: transparent;
  }
}
.timeline-block:nth-child(2n) .timeline-image {
  background: #f2dca2;
}