@tailwind base;
@tailwind components;
@tailwind utilities;
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #000;
  scrollbar-width: none;
}
.body1 {
  background-color: #000;
  scrollbar-width: none;
  overflow-y: hidden;
}
body::-webkit-scrollbar {
  display: none;
}
.wrapper::-webkit-scrollbar {
  display: none;
}
.magicpattern {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70% !important;
}
.main1 {
  overflow-x: hidden;
}
#o-nas {
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.container2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container2 .line {
  width: 100%;
  height: 9rem;
  position: relative;
  overflow: hidden;
  span2 {
    position: absolute;
    font-size: 9rem;
    line-height: 9.4rem;
  }
  p {
    font-size: 4rem;
    line-height: 5.4rem;
  }
  p2 {
    font-size: 4rem;
    line-height: 5.4rem;
  }
}
.carousel {
  width: 100%;
  display: flex;
  flex-direction: rows;
  justify-content: center;
  align-items: center;
}
.carousel .line {
  width: 100%;
  height: 13rem;
  position: relative;
  overflow: hidden;
  span2 {
    position: absolute;
    top: -20;
    font-size: 9rem;
    line-height: 13.4rem;
  }
  p {
    font-size: 4rem;
    line-height: 5.4rem;
  }
  p2 {
    font-size: 4rem;
    line-height: 5.4rem;
  }
}
.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}
.box {
  text-align: center;
  height: 0;
  overflow: hidden;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  display: flex;
}
h2 {
  font-size: 60px;
  font-weight: 400;
}
#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#preloader:after {
  left: auto;
  right: 0;
}
#preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 75%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
  -webkit-animation: lineheight 1s ease-in-out 0s forwards;
  -o-animation: lineheight 1s ease-in-out 0s forwards;
  animation: lineheight 1s ease-in-out 0s forwards;
}
.loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1.2s linear 0s infinite;
  -o-animation: lineround 1.2s linear 0s infinite;
  animation: lineround 1.2s linear 0s infinite;
  animation-delay: 2s;
}
@keyframes lineheight {
  0% {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}
.preloaded .loader_line:after {
  opacity: 0;
}
.preloaded .loader_line {
  opacity: 0;
  height: 100% !important;
}
.preloaded:before,
.preloaded:after {
  -webkit-animation: preloadedzero 1s ease-in-out 0.5s forwards;
  -o-animation: preloadedzero 1s ease-in-out 0.5s forwards;
  animation: preloadedzero 1s ease-in-out 0.5s forwards;
}
@keyframes preloadedzero {
  0% {
    width: 50%;
  }
  to {
    width: 0%;
  }
}
#play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: opacity 1s ease-in;
  transform: translate(-50%, -50%);
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0 8px 15px #0000001a;
  letter-spacing: 1.5px;
}
#play-button:hover {
  background-color: #333;
  box-shadow: 0 15px 20px #0003;
  transform: translate(-50%, -48%);
}
#play-icon {
  margin-right: 5px;
}
#play-button.fade-in {
  opacity: 1;
}
.fade-out {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.wrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  scrollbar-width: none;
  height: 100%;
  overflow: hidden;
}
.smooth {
  display: block;
  position: relative;
  overflow: hidden auto;
  will-change: transform;
}
.londrina-outline-regular {
  font-family: Londrina Outline, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.primary {
  color: #1a446b;
}
.bg-primary {
  background-color: #1a446b;
}
.section {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100dvh;
  position: relative;
  color: #fff;
  font-size: 6vmin;
}
section:nth-child(odd) {
  justify-content: flex-end;
}
.montserrat {
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#fake-scroll {
  position: absolute;
  width: 100%;
  scroll-behavior: smooth;
  height: 100%;
  overflow: hidden auto;
  top: 0;
  scrollbar-width: none;
  left: 0;
}
.main {
  overflow-x: hidden;
  overflow-y: auto;
}
.horizontal-sliders {
  display: flex;
  flex-wrap: no-wrap;
  width: 500%;
  overflow-x: hidden;
}
.slide {
  height: 70vh;
  width: 100%;
}
svg {
  max-width: 600px;
  overflow: visible;
  margin-top: 60vh;
}
.ball {
  fill: #fff;
  visibility: hidden;
}
.line {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}
text {
  fill: #fff;
  font-size: 15px;
  font-family: Signika Negative, sans-serif;
  visibility: hidden;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: #7e57c2;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline:before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #7e57c2, inset 0 2px #00000014, 0 3px 0 4px #0000000d;
}
.cd-timeline-img {
  background: #673ab7;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: black;
  border-radius: 2px;
  padding: 1em;
}
.cd-timeline-content .timeline-content-info {
  background: black;
  padding: 5px 10px;
  color: #ffffffb3;
  font-size: 12px;
  box-shadow: inset 0 2px #00000014;
  border-radius: 2px;
  i {
    margin-right: 5px;
  }
  .timeline-content-info-title,
  .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
  }
  @media (max-width: 500px) {
    .timeline-content-info-title,
    .timeline-content-info-date {
      display: block;
      width: 100%;
    }
  }
}
.cd-timeline-content .content-skills {
  font-size: 12px;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  li {
    background: black;
    border-radius: 2px;
    display: inline-block;
    padding: 2px 10px;
    color: rgba(255, 255, 255, 0.7);
    margin: 3px 2px;
    text-align: center;
    flex-grow: 1;
  }
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #ffffffe6;
  margin-top: 0;
  margin-bottom: 5px;
}
.cd-timeline-content p,
.cd-timeline-content .cd-date {
  color: #ffffffb3;
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #333c42;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    color: #fff;
    padding: 1.6em;
    width: 36%;
    margin: 0 5%;
  }
  .cd-timeline-content:before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #000;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(2n) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(2n) .cd-timeline-content:before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #000;
  }
  .cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
}
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
#masterWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
#panelWrap {
  height: 100%;
}
sectionScroll {
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
  float: left;
}
#leftArrow {
  left: 12px;
}
#rightArrow {
  right: 12px;
}
.arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  cursor: pointer;
  opacity: 0.75;
  width: 40px;
  height: 40px;
  stroke-width: 8px;
  stroke: #fff;
  fill: transparent;
}
.titleWrap {
  height: 30px;
  position: absolute;
  z-index: 20;
  bottom: 50px;
  left: 50%;
  overflow-y: hidden;
}
.title {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.twitterFollow {
  padding: 16px;
  margin-top: 16px;
  cursor: pointer;
  border-radius: 500px;
  text-decoration: none;
  border: solid 2px white;
  color: #fff;
}
.twitterFollow:hover {
  background: white;
  color: #000;
}
.hideMe {
  opacity: 1;
}
.iconWrap {
  width: 300px;
  margin-top: 30px;
}
@media (min-width: 700px) {
  .iconWrap {
    width: 600px;
  }
}
.icon {
  text-align: center;
  width: 150px;
  float: left;
}
.icon svg {
  width: 50px;
  height: 50px;
  margin: 6px 0;
  overflow: visible;
}
@media (max-width: 480px) {
  sectionScroll img {
    max-width: 200px;
  }
}
.neon {
  color: #00f7ff;
  text-shadow: 0 0 7px #00f7ff85, 0 0 10px #00f7ff9e, 0 0 21px #00f7ffb7;
}
header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100vw;
  max-width: 100vw;
  padding-right: 100px;
  padding-left: 100px;
  box-sizing: border-box;
  z-index: 5;
}
.icon {
  font-size: 30px;
  font-style: italic;
}
.by {
  font-size: 16px;
  font-style: italic;
}
.by a {
  text-decoration: none;
  color: #fff;
}
.by a:hover,
.by a:active {
  color: #2d82c8;
}
.lines {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: -100;
}
.sections {
  display: flex;
  width: 100vw;
  transition: opacity 2s;
  position: absolute;
  opacity: 1;
}
.content-wrapper {
  flex: 1;
}
.title-wrapper {
  overflow: hidden;
}
.content-wrapper h3 {
  margin: 0;
  transform: translateY(100%);
  transition: transform 0.5s;
}
.content-wrapper p {
  font-size: 30px;
  font-weight: 200;
  line-height: 45px;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
@media only screen and (max-width: 1200px) {
  .content-wrapper p {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .content-wrapper p {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 20px;
  }
}
.image-wrapper {
  background: linear-gradient(45deg, #19444d, #23606c);
  border-radius: 100vh 300px 400px 200px;
  padding-top: 50px;
  width: 40vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(100px);
}
@media only screen and (max-width: 500px) {
  .image-wrapper {
    width: 87%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-image {
  flex: 1;
  min-height: 100%;
  background: linear-gradient(45deg, #19444d, #23606c);
  border-radius: 100vh 300px 400px 200px;
  width: 40vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-img .hand-and-phone {
  width: auto;
}
.dot {
  background-color: #000;
  border: 2px solid #00f7ff;
  color: #00f7ff;
  min-height: 30px;
  min-width: 80px;
  opacity: 1;
  text-align: center;
  border-radius: 15px;
  position: relative;
  bottom: 5px;
  z-index: 5;
}
.dot:before {
  display: inline-block;
  content: "";
  position: relative;
  right: 4px;
  bottom: 4px;
  z-index: 1;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  transform: scale(0);
}
.dot.active {
  opacity: 1;
  border: 2px solid #00f7ff;
  font-weight: 500;
  color: #000;
  background-color: #00f7ff;
  transition: transform 0.5s, opacity 0.5s, border 0.5s;
  transition-delay: 0.2s;
  transform: scale(1.3);
}
@media only screen and (max-width: 1200px) {
  .dot.active {
    opacity: 1;
    font-weight: 500;
    color: #000;
    background-color: #00f7ff;
    transform: scale(1);
  }
}
.dot:after {
  display: inline-block;
  content: "";
  border-radius: 15px;
  position: relative;
  right: 10px;
  bottom: 30px;
  z-index: 1;
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 0.2s;
  opacity: 0;
  transform: scale(0);
}
.dot.active:after {
  opacity: 1;
  transform: scale(1);
}
.footer-wrapper {
  height: 3px;
  background-color: #ffffff60;
  position: absolute;
  right: 100px;
  left: 100px;
  bottom: 57%;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .footer-wrapper {
    right: 20px;
    left: 20px;
  }
}
.footer-progress {
  height: 3px;
  background-color: #00f7ff;
  z-index: 2;
  width: 0%;
  transition: width 0.5s;
}
.footer {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.btn {
  background-size: 0% 100%;
  border: none;
  height: 100%;
  border: 3px solid #19444d;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  outline: none;
  text-decoration: none;
  transition: background-color 0.5s;
}
.btn:hover {
  background-color: linear-gradient(
    90deg,
    rgba(26, 68, 107, 1) 0%,
    rgba(0, 247, 255, 1) 84%
  );
  background-image: linear-gradient(
    90deg,
    rgba(26, 68, 107, 1) 0%,
    rgba(0, 247, 255, 1) 84%
  );
  background-repeat: no-repeat;
  background-size: 200% 100%;
  transition: background-size 1s, background-color 1s;
}
.btn:active {
  background-color: #2980b9;
  transition: background-size 0;
}
