body {
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .container.page-width {
    max-width: 1800px;
    padding-left: 50px;
    padding-right: 50px; 
  } 
}

a {
  color:rgb(210, 20, 21);
  text-decoration: none;
}

a:hover {
  color: #34e5a6;
  text-decoration: none;
}

.logo-gradient {
  background-image: linear-gradient(106.94deg,#15c064 28.5%,#00d1ff 91.82%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.btn-theme {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  transition: 0.8s;
  color: #fff;
  background: linear-gradient(to right, #E22DFF 0%, #4E31FF 51%, #E22DFF 100%);
  background-size: 200% 100%;
  text-transform: uppercase;

}

.btn-theme:hover {
  background-position: 100% 0;
  color: #fff;
}
.fs-12{
  font-size: 12px;
}
/*Header*/
.navbar-toggler:focus{
  box-shadow: none;
}
.navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header {
  height: 80px;
  z-index: 997;
  transition: background 0.5s;

}
.header.sticky{
  background: #000;
}
@media(max-width: 991px){
  .header{
    height: auto;
  }
  .header .navbar{
    background: #000;
    border-top: 1px solid #222;
  }
}

.header .navbar-brand h1 a {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

.header .navbar-brand h1 a,
.header .navbar-brand h1 a:hover {
  color: #fff;
  text-decoration: none;
}
/*Navigation Menu*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar-expand-lg .navbar-nav .nav-link{
  margin: 0 1rem;
  padding: 1rem 0;
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 0;
  right: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.header.sticky .navbar-expand-lg .navbar-nav .nav-link:before {
  background-color:#fff;
}
.navbar-expand-lg .navbar-nav .nav-link:hover:before,
.navbar-expand-lg .navbar-nav .nav-link.active:before{
  visibility: visible;
  width: 100%;

}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active{
  color: #fff;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-bg {
  width: 100%;
  position: relative;
  padding: 120px 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bg:before {
  content: "";
  background:rgb(0 0 0 / 74%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero-bg h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

.hero-bg h1 span {
  border-bottom: 4px solid rgb(210, 20, 21);
}

.hero-bg h2 {
  color: #fff;
  margin-bottom: 40px;
}



.hero-bg .animated-updown {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  .hero-bg {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero-bg {
    padding-top: 80px;
  }

  .hero-bg .animated-updown {
    -webkit-animation: none;
    animation: none;
  }

  .hero-bg h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .hero-bg h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.wave-1 use {
  -webkit-animation: move-1 10s linear infinite;
  animation: move-1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave-2 use {
  -webkit-animation: move-2 8s linear infinite;
  animation: move-2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave-3 use {
  -webkit-animation: move-3 6s linear infinite;
  animation: move-3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

.hero-img {
  margin-top: 30px;
  height: auto;
  position: relative;
}
@media(min-width: 991px){
  .hero-img {
    margin: 0;
    padding: 50px 0;
    height: 400px;
  }
}
.hero-img-slide{
  list-style-type: none;
}
.hero-img-slide li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 16s ease-in-out infinite 0s;
}

.hero-img-slide li:nth-child(1) span {
  background-image: url('../img/hero-img-1.png');
  animation-delay: 0s;
}

.hero-img-slide li:nth-child(2) span {
  background-image: url('../img/hero-img-2.png');
  animation-delay: 4s;
}

.hero-img-slide li:nth-child(3) span {
  background-image: url('../img/hero-img-3.png');
  animation-delay: 8s;
}

.hero-img-slide li:nth-child(4) span {
  background-image: url('../img/hero-img-2.png');
  animation-delay: 12s;
}

/* Animations */

@keyframes imageAnimation {
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
}
/*Sections*/
section {
  padding: 65px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f5f5;
}

.heading {
  margin-bottom: 50px;
  padding-bottom: 30px;
  position: relative;
}
.heading h2{
  color: #000;
}
.heading:after{
  content: '';
  width: 80px;
  height: 2px;
  display: inline-block;
  background: #000;
  position: absolute;
  bottom: 0;
}
.heading.text-center:after{
  left: 50%;
  transform: translateX(-50%);
}

.heading p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/*Features*/
.features {
  background: #000;
  padding: 70px 0 60px;
}


.features .heading h2{
  color: #fff;
}

.features .heading p,
.features .feature-box.speed p {
  color: #63ddb9;
}

.features .feature-box {
  color: #fff;
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: linear-gradient(180deg, #0A0A0A 0%, rgba(5, 5, 5, 0.58) 100%),linear-gradient(0deg, #1B1C1C, #1B1C1C);
}

.features .feature-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: linear-gradient(46.87deg, #96E4E9 0%, #82F953 96.94%);
  padding: 12px;
  color: #000;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 48px;
  height: 48px;
}

.features .feature-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #000;
}

.features .feature-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/*Demos*/
.demos-image {
  background: #fff;
}

.demos-image .demo {
  text-align: center;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  transition:  all .3s linear;
  transform: translateY(0);
}
.demos-image .demo:hover{
  transform: translateY(-7px);
}

.demos-image .demo .picture {
  border-radius: 4px;
  overflow: hidden;
}

.demos-image .demo .demo-info {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  border-radius: 0 0 4px 4px;
}

.demos-image .demo h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 16px;
  color: #000;
  position: relative;
}

.demos-image .demo span {
  display: block;
  font-size: 13px;
  color: #7d7d7d;
}
/*Marque*/
@keyframes kf-marque { 0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); } }

.marque-container { display: flex; flex-direction: row; position: relative; width: 100%; }

.marque-container .marque { flex: 0 0 auto; min-width: 100%; z-index: 1; }

.marque-container .marque .col { float: left; height: auto; margin-right: 20px; white-space: nowrap; }

/*Footer*/
#footer {
  background: #000;
  padding: 80px 0;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.logo-footer{
  max-width: 150px;
  height: auto;
}
/*Table*/
.table > :not(caption) > * > * {
  padding: .7rem .5rem;
}
.table thead th{
  padding: 1rem .5rem;
}
table td:nth-child(1){
  width: 50%;
}
.table-custom{
  position: relative;
  top:-1px;
}
table td:nth-child(2){
  width: 30%;
}
#btn-hide{
  width: 100%;
  bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;

}
#btn-hide::before{
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -20px;
  background: linear-gradient(.500turn,hsla(0,0%,90%,0) -10.15%,#fff 65%);
  height: 200px;
  z-index: -1;
}
.btn-remove-style {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

@media screen and (max-width: 767px) {
  .hero-bg .hero-img {
    padding: 100px 0;
  }
}

.fs-3xl {
  font-size: 80px;
}

@media screen and (min-width: 767px) {
  .fs-3xl {
    font-size: 160px;
  }
}

@media screen and (min-width: 1025px) {
  .hero {
    height: 100vh;
  }

  .fs-3xl {
    font-size: 260px;
  }
}

.hero {
  background: linear-gradient(0deg, transparent 54%, #171c21 45%, #171c21 55%, transparent 55%, transparent 20%, #171c21 20%, #171c21 30%,transparent 30%), linear-gradient(90deg, transparent 54%, #171c21 45%, #171c21 55%, transparent 55%, transparent 20%, #171c21 20%, #171c21 30%,transparent 30%);
    background-size: 8em 8em;
    background-color: #141416;
    opacity: 1;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.text-gradient {
  background: linear-gradient(180deg, #DA138E 0%, #141416 85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.animation-gradient-1 {
  color: transparent;
  background: linear-gradient(to left, #DA138E, #FC8A3D);
  -webkit-background-clip: text;
  animation: gradient-1 2s linear infinite;
}

@keyframes gradient-1 {
  50% {
    background: linear-gradient(to right, #DA138E, #FC8A3D);
    -webkit-background-clip: text;
  }
}

.custom-cursor {
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -10px;
    pointer-events: none;
    z-index: 10000;
    transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    border: 0px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: difference;
}

.custom-cursor .ball {
    position: absolute;
    width: 0px;
    height: 0px;
    background: black;
    border-radius: 100%;
    transition: all .3s ease;
}

.custom-cursor.activemenu {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    background: rgba(255, 255, 255, 0.15);
}

.btn-cta {  
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: .8em;
  display: inline-block;
  color: #FFFFFF;
  background-color: #121212;
  padding: 23px 46px;
  border-radius: 50px;
  margin-top: 26px;
  text-decoration: none;
  min-width: 220px;
  position: relative;
  overflow: hidden;
}

.btn-flip-hover:before{
  content: attr(data-hover);
  position: absolute;
  top: 50%; 
  left: 50%;
  width: 100%;
  opacity: 0;
  transform: translate(-50%,100%);
  transition: all .3s ease-in-out;
}

.btn-flip-hover:hover:before{
  opacity: 1; 
  transform: translate(-50%,-50%);
}

.btn-flip-hover span {
  transition: all .3s ease-in-out;
  top: 0;
  opacity: 1;
  position: relative;
}

.btn-flip-hover:hover span {
  top: -50px;
  opacity: 0;
}

.btn-bg-gradient {
  transition: 0.8s;
  color: #fff;
  background: linear-gradient(to right, #DA138E 0%, #FC8A3D 51%, #DA138E 100%);
  background-size: 200% 100%;

}

.btn-bg-gradient:hover {
  background-position: 100% 0;
  color: #fff;
}

.btn-s-outline {
  border: 2px solid;
  background: transparent;
}

.text-color-v1 {
  color: #63ddb9;
}

.fs-14 {
  font-size: 14px;
}