/*banner-sm*/
.social-sidebar {
    position: absolute;
    right: 50px;
    top: 30%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.vertical-line {
    width: 2px;
    height: 50vh;
    background: rgb(255 255 255 / 25%);
    margin-bottom: 20px;
}
.social-icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.social-icons a {
    color: #3FA2F6;
    font-size: 20px;
    transition: transform 0.3s ease;
    text-decoration: none;
}
.social-icons a:hover {
    transform: scale(1.2);
    color: #AD49E1;
    text-decoration: none;
}

/*scroll-down*/
.scroll-down{
  left: 50%;
  transform: translateY(0%) rotate(45deg);
  opacity: 0;
}
@keyframes scrolldown {
            0%{
                transform: translateY(20%) rotate(45deg);
                opacity: 0.7;
            }
            50%{
                transform: translateY(0%) rotate(45deg);
                opacity: 0.2;
            }
            100%{
                transform: translateY(20%) rotate(45deg);
                opacity: 0.7;
            }
        }

/*own-styles*/
.banner-main{
  background-attachment: fixed;
  background-position: center;
}
.mini-heading {
    padding: .5rem 1.25rem;
    font-size: 16px;
    font-weight: 400;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(30px);
    border-radius: 30px;
}
/*banner-h1-styles*/

.animated-bg {
  height: 100vh;
  width: 100%;
  background-image: url(..//images/home-banner.jpg);
  background-color: #050516;
  background-blend-mode: lighten;
  background-size: 125%;
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center;
  animation: moveAllSides 5s ease-in-out infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/*.text-shine {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: linear-gradient(to right, #3FA2F6 -1%, #AD49E1 25%, #3FA2F6 50%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 900;
    font-size: 8rem;
    text-decoration: none;
    white-space: nowrap;
}*/

.text-shine {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: linear-gradient(to right, #3FA2F6 -1%, #AD49E1 25%, #3FA2F6 50%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 900;
    font-size: 5rem;
    text-decoration: none;
    white-space: nowrap;
}

/*.hero-banner {
    background: url(..//images/home-banner.jpg);
    background-size: cover;
    background-position: center;
    background-color: #050516;
    background-blend-mode: lighten;
}*/

.hero-banner {
  animation: fade 1.5s ease-out forwards;
  animation-delay: 0.2s;
  opacity: 0;
}


.hero-banner h1,
.hero-banner p,
.mini-heading,
.counter-box h2,
.counter-box p
 {
  opacity: 0;
  animation: fadeUp 1.2s ease-out forwards;
}

.hero-banner h1 {
  animation-delay: 1.4s;
}

.hero-banner p {
  animation-delay: 2.0s;
}

.mini-heading{
  animation-delay: .8s;
}

.counter-box h2{
  animation-delay: 2.6s;
}

.counter-box p{
  animation-delay: 3.2s;
}

/*texto-h1-styles*/
.texto {
  transition-duration: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.texto h1 {
  margin: 0;
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: -0.25rem;
  line-height: 1.05;
  height: 15rem;
}

.texto h1 .container {
  margin: 1rem;
  position: relative;
}

.texto h1 .container .word {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -10%);
  opacity: 0;
  white-space: pre;
  display: block;
  text-transform: uppercase;
  text-rendering: optimizeLegibility !important;
}

.letter {
  display: inline-block;
  position: relative;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
  text-rendering: optimizeLegibility !important;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Keyframe Animations */
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

@keyframes gradient {
  0% {
    background-position-y: 100vh;
  }
  100% {
    background-position-y: -100vh;
  }
}

@keyframes grain {
  0%   { transform: translate(-10%, 10%); }
  10%  { transform: translate(-25%, 0%); }
  20%  { transform: translate(-30%, 10%); }
  30%  { transform: translate(-30%, 30%); }
  40%  { transform: translate(0, 0); }
  50%  { transform: translate(-15%, 10%); }
  60%  { transform: translate(-20%, 20%); }
  70%  { transform: translate(-5%, 20%); }
  80%  { transform: translate(-25%, 5%); }
  90%  { transform: translate(-30%, 25%); }
  100% { transform: translate(-10%, 10%); }
}


/* Animate background to all directions */
@keyframes moveAllSides {
  0%   { background-position: 50% 50%; }
  20%  { background-position: 55% 45%; }
  40%  { background-position: 60% 55%; }
  60%  { background-position: 45% 60%; }
  80%  { background-position: 40% 45%; }
  100% { background-position: 50% 50%; }
}

/*text-shine*/
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 150px;
  }
  100% {
    background-position: 400px;
  }
}