.wave-svg-box {
  width: 100%;
  z-index: 1
}

.wave-svg-box .wave {
  animation: wave 9s linear;
  animation-iteration-count: infinite;
  fill: #000e1b;
}

.wave-svg-box #wave2 {
  animation-duration: 6s;
  animation-direction: reverse;
  opacity: .6
}

.wave-svg-box #wave3 {
  animation-duration: 8s;
  opacity: .3
}

.wave-svg-box .gooeff {
  filter: url(#goo)
}

.wave-svg-box .gooeff .drop {
  fill: #ffffff;
  xfill: #99000055;
  animation: drop 8.3s linear infinite normal;
  stroke: var(#060eed);
  transform: translateY(25px);
  transform-box: fill-box;
  transform-origin: 50% 100%
}

.wave-svg-box .gooeff .drop2 {
  animation-delay: 3s;
  animation-duration: 5s
}

.wave-svg-box .gooeff .drop3 {
  animation-delay: -3s;
  animation-duration: 4.4s
}

.wave-svg-box .gooeff .drop4 {
  animation-delay: 2.7s
}

.wave-svg-box .gooeff .drop5 {
  animation-delay: 3.7s;
  animation-duration: 4.1s
}

.wave-svg-box .gooeff .drop6 {
  animation-delay: -2.1s;
  animation-duration: 5.2s
}

@keyframes drop {
  0% {
      transform: translateY(25px)
  }

  30% {
      transform: translateY(-10px) scale(0.1)
  }

  30.001% {
      transform: translateY(25px) scale(1)
  }

  70% {
      transform: translateY(25px)
  }

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

@keyframes wave {
  to {
      transform: translateX(-100%)
  }
}











          .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the opacity to your liking */
  z-index: -1;
  }


  .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* color: white; */
  z-index: 1;
  }


  .video-container {
  position: relative;
  width: 100%;
  height:auto;
  overflow: hidden;
  }

  /* videotransition */
  #background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -8;
  }



  #cr-widget-marquee {
      margin-top: -50px !important;
      background-color: #000!important;
      z-index: 10000 !important;
  }

  #front-caption {
      margin-top: 20px
  }

  @media only screen and (max-width: 767px) {

      #big {
          font-size: 20px
      }

      #front-caption {
          margin-top: -100px
      }

      #cr-widget-marquee {
          margin-top: -55px !important;
          background-color: #000!important;
      }

  }







  .marketprice-area {
    padding-top: 1px;
    padding-bottom: 119px
}

.marketprice-area .coinprice-table {
    margin-top: 32px
}

.marketprice-area .coinprice-table .table-bordered {
    border: 1px solid #eee
}

.marketprice-area .coinprice-table table {
    margin-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.marketprice-area .coinprice-table table thead {
    background-color: #283a5e
}

.marketprice-area .coinprice-table table thead tr th {
    text-transform: capitalize;
    font-size: 22px;
    padding: 18px 20px;
    vertical-align: middle;
    position: relative;
    border-bottom-width: 0;
    border-color: #677286;
    color: #fff;
    font-weight: 500
}

.marketprice-area .coinprice-table table tbody tr:hover {
    background-color: #fafafa
}

.marketprice-area .coinprice-table table tbody tr td .inner-table tbody tr td {
    border: 0;
    padding: 0
}

.marketprice-area .coinprice-table table tbody tr td .inner-table tbody tr td img {
    width: 26px;
    margin-right: 10px
}

.marketprice-area .coinprice-table table tbody tr td .inner-table tbody tr td .currency__title {
    color: #283a5e;
    font-size: 18px;
    font-weight: 500
}

.marketprice-area .coinprice-table .table-bordered>tbody>tr>td,.marketprice-area .coinprice-table .table-bordered>tbody>tr>th {
    border-bottom-width: 0;
    border-color: #eee;
    vertical-align: middle;
    padding: 18px 20px;
    font-size: 16px;
    color: #677286;
    text-transform: capitalize
}










.containerzx{
  max-width: 1000px;
  margin: auto;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}

.pricing-table{
  background: #f1f1f1;
  flex: 1;
  margin: 10px;
  margin-bottom:  30px;
  text-transform: uppercase;
}

.pricing-header{
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.price{
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.price span{
  font-size: 30px;
}

.title{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
  width: 80%;
  max-width: 360px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}

.pricing-list{
  padding: 10px 20px;
}

.pricing-list li{
  margin: 8px 0;
  font-size: 14px;
  color: rgb(5, 5, 5);
  text-align: center;
}

.border{
  width: 80px;
  height: 1px;
  background: #ddd;
  margin: auto;
}

.pricing-table a{
  display: block;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  border: 1px solid;
  max-width: 360px;
  transition: .2s linear;
}
.pricing-table a:hover{
  border-radius: 30px;
}
.table1 .pricing-header{
  background: #95a5a6;
}
.table4 .pricing-header{
  background: #2c3e50;
}
.table2 .pricing-header{
  background: #121d26;
}

.table3 .pricing-header{
  background: #0d092c;
}

.table5 .pricing-header{
  background: #446d90;
}

.table1 .title{
  background-image: linear-gradient(125deg,#95a5a6,#1c4267);
}
.table4 .title{
  background-image: linear-gradient(125deg,#34495e,#95a5a6);
}
.table2 .title{
  background-image: linear-gradient(125deg,#121d26,#34495e);
}

.table3 .title{
  background-image: linear-gradient(125deg,#130128,#95a5a6);
}
.table5 .title{
  background-image: linear-gradient(125deg,#75aedd,#34495e);
}

.table1 a{
  color: #070707;
}
.table4 a{
  color: #0a0a0a;
}
.table2 a{
  color: #121d26;
}
.table3 a{
  color: #121d26;
}
.table5 a{
  color: #080808;
}

.table1 a:hover{
  background: #95a5a6;
  color: #fff;
}
.table4 a:hover{
  background: #2c3e50;
  color: #fff;
}
.table2 a:hover{
  background: #121d26;
  color: #fff;
}
.table3 a:hover{
  background: #121d26;
  color: #fff;
}
.table5 a:hover{
  background: #446d90;
  color: #fff;
}

@media screen and (max-width:780px) {
  .pricing-table{
    flex: 100%;
  }
}
