* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* overflow: hidden; */
  /* position: absolute; */
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #8d8e9c;
  line-height: 1.5em;
  background-color: #d3d3d3;
  position: r;
}
img {
  width: 100%;
  max-width: 720px;
  cursor: pointer;
}
.page {
  /* position: absolute; */
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.container {
  width: 100%;
  background-color: white;
}
.text-center {
  text-align: center;
}
h2 {
  padding: 35px 5px 0px 5px;
  line-height: 1.4em;
  text-align: left;
  display: inline-block;
  color: #4a4a4a;
  width: 100%;
  text-align: center;
}
h3 {
  color: #6d6d6d;
}
/*
.startup-roadmap h2 {
  margin-left: 24px;
  margin-right: 20px;
}
*/
.logo {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
#svg-logo {
  fill: #bfc3dc;
  /* width: 80%; */
  transform: scale(20);
  transition: transform 1s;
  margin-top: 23%;
  width: 85%;
  margin-left: 4%;
}
/*
 * Background slider
 */
.bg-img {
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #a1a8ff;
  background-blend-mode: multiply;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.slideshow-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* gecisler arasi flashing color */
  background: #06064e;
  /* background-blend-mode: multiply; */
}
.slideshow,
.slideshow::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: slideShow 15s linear infinite 0s;
  animation: slideShow 15s linear infinite 0s;

  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.slide-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(img/bgr/bg-1.jpg);
  opacity: 1;
}
.slide-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(img/bgr/bg-1.jpg);
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.slide-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(img/bgr/bg-4.jpg);
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  43% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  43% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.footer {
  text-align: right;
  width: 100%;
  background: black;
  padding: 40px 5px 33px 0;
  margin: -7px 0;
  line-height: 1.7em;
}

a {
  color: inherit;
  text-decoration: none;
}

.slogan {
  display: none;
  color: #8d90ab;
  z-index: 5;
  /* position: absolute; */
  /* top: 57%; */
  text-align: center;
  width: 100%;
  font-size: 2.4em;
  margin-top: 12%;
  /* font-style: italic; */
  font-family: 'Italianno', cursive;
}

/* typing script */
.typing-container {
  font-size: 34px;
  color: hsl(236 6% 65% / 1);
  position: absolute;
  top: 46%;
  line-height: 1.35em;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  width: 265px;
  letter-spacing: 1px;
}
#typed-text {
  color: hsl(0 0% 85% / 1);
}
.cursor {
  display: inline-block;
  width: 3px;
  height: 20px;
  background: black;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

#svg-logo.action {
  transform: none;
}

.maxmoney-thumb {
  width: 80%;
}

@media (min-width: 574px) {
  .footer br {
    display: none;
  }
}
/* mobil landscape */
@media screen and (orientation: landscape) {
  #svg-logo {
    margin-top: 3%;
  }
  .slogan {
    /* top: 53%; */
    margin-top: 5%;
  }
  .maxmoney-thumb {
    width: 50%;
  }
}
/* desktop*/
@media screen and (orientation: landscape) and (min-height: 500px) {
  #svg-logo {
    margin-top: 13%;
    width: 360px;
    height: auto !important;
  }
  .slogan {
    /* top: 53%; */
    margin-top: 3%;
  }
}

i {
  width: 17px;
  text-align: center;
}

/* fancybox */
.fancybox-bg {
  opacity: 0.98 !important;
  background-color: hsl(238.59deg 73.54% 94.95%) !important;
}
.fancybox-button {
  color: #e2e1e1 !important;
  border-radius: 50% !important;
  background: rgba(27, 27, 27, 0.85) !important;
}
.fancybox-caption {
  /*border-top:none!important;*/
  visibility: visible !important;
  opacity: 1 !important;
  background: var(--button-color);
  color: white;
  font-size: 1.8em;
  vertical-align: -10% !important;
}
.fancybox-caption:after {
  border-bottom: 0 !important;
}
.fancybox-caption .fab--bottom__right {
  bottom: 15px;
  right: 15px;
}
.fancybox-caption:before {
  background-image: none !important;
}
/*.fancybox-navigation .fancybox-button {
    visibility: visible;
    opacity: 1;
}*/

.container.horizontal-slide {
  display: flex;
  flex-direction: row;
  padding: 45px 10px;
  background-color: hsl(238.59deg 73.54% 94.95%);
}

.container.horizontal-slide div {
  margin-bottom: 10px; /* Optional: Add space between items */
}

.container.horizontal-slide img {
  width: 100%; /* Make images responsive within their container */
  height: auto;
  display: block; /* Remove any extra space below the image */
}

.colorful-text {
  background-image: -webkit-linear-gradient(left, purple 40%, green 60%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100% 100%;
}

.arrow-down {
  font-size: 2rem;
  animation: pulse 2.5s ease;
  animation-iteration-count: infinite;
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
@keyframes pulse {
  /* 0% {
    opacity: 0.5;
  } */
  65% {
    opacity: 1;
    transform: translateY(10px);
  }
  /* 100% {
    opacity: 0.5;
  } */
}
