.hero-wrap {
    background-image: url("../images/banner-bk.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0px;
    border-radius: 0 0 70px 70px;
}
.container
{
         max-width: 1120px;
         margin: 0 auto;
}
.main-header .nav-link:hover {
    color: #7465fe;
}
.proof-grid-images img {
    width: 100%;
}
p.real-tok {
  color: #fff;
  font-size: 19px;
  padding: 0 30px;
}
p.real-tok span
{
  color: #ff1f8c;
  font-weight: 700;
}
span.main-tok-ai {
  width: auto;
  color: #ff1f8c;
  font-size: 60px;
  border: 2px solid;
  margin: 0 auto 20px;
  display: table;
  padding: 8px 30px;
  border-radius: 12px;
}
section.launch-timeline h1 {
  text-align: center;
  color: #6d44ff;
}
section.prelaunc-lead {
  background: rgb(135,86,255);
  background: -moz-linear-gradient(45deg, rgba(135,86,255,1) 0%, rgba(112,52,255,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(135,86,255,1) 0%,rgba(112,52,255,1) 100%);
  background: linear-gradient(45deg, rgba(135,86,255,1) 0%,rgba(112,52,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8756ff', endColorstr='#7034ff',GradientType=1 );
  padding: 60px 0;
}
section.launch-timeline h6 {
  text-align: center;
  font-size: 18px;
}
.arrow {
  text-align: center;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
img.arrow.bounce {
    position: relative;
    top: 30px;
}
.tp-showcase__image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.tp-showcase__image {
    margin-bottom: 16px;
}
.down-arrow span {
    text-align: center;
    width: 100%;
    display: table;
}

.paypal-wrap {
    background-image: url("../images/pink-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    padding: 35px 20px;
    background-position: center bottom;

}
.mf-demo-play video, .imgf-demo-play video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.paypal-btn.section-wrap {
    padding: 50px 0;
}
.reality-wrap {
    background-image: url(../images/pink-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
span#mfDemoPlaceholder {
    display: none;
}
.launch-speed {
    text-align: center;
    width: 100%;
    padding: 29px 0 0;
}

.launch-speed p {
    font-size: 24px;
    text-align: center;
}
.tp-footer-row a {
    margin: 0 auto;
}

.oto-cards {
    text-align: center;
    width: 100%;
}
.oto-cards p.pay-down {
    font-size: 22px;
    margin: 19px 0 31px;
}
span.use-code {
    width: 100%;
    display: table;
    text-align: center;
    font-size: 20px;
    margin: 18px 0 7px;
}
.dx-capsule-shimmer {
    pointer-events: none;
    position: absolute;
    top: -60%;
    left: -40%;
    width: 60%;
    height: 220%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 45%,
      rgba(255, 255, 255, 0) 90%
    );
    transform: translateX(-130%) skewX(-18deg);
    opacity: 0;
    mix-blend-mode: screen;
    animation: dxCapsuleSweep 9s ease-in-out infinite;
}
.grad-bk {
    position: relative;
    max-width: 980px;
    padding: 18px 26px;
    border-radius: 999px;
    background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.85));
    border: 1px solid rgba(252, 211, 77, 0.9);
    box-shadow: 0 0 0 2px rgba(253, 224, 71, 0.2),
      0 18px 55px rgba(15, 23, 42, 0.9),
      inset 0 1px 0 rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(20px);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    margin: 0 auto 16px;
}
.dx-glow-separator {
    width: 260px;
    height: 4px;
    border-radius: 999px;
    margin: 20px auto 32px;
    background: radial-gradient(circle, #ec4899 0%, #3b82f6 35%, transparent 70%);
    box-shadow: 0 0 18px rgba(227, 21, 250, 0.95),
      0 0 40px rgba(183, 36, 251, 0.75);
    opacity: 0.98;
}

a.cta-button-main span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, transparent, #d09500);
    animation: animate1 1s linear infinite;
       position: absolute;
    display: block;
}

a.cta-button-main span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #d09500);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
       position: absolute;
    display: block;
}
a.cta-button-main span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(270deg, transparent, #ffbd17);
    animation: animate3 1s linear infinite;
       position: absolute;
    display: block;
    animation-delay: 0.5s;
}.down-arrow.oposit-error {
    margin-top: -50px;
}
section.tp-showcase .grad-bk {
    margin-top: 30px;
    margin-bottom: 30px;
}
.image-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}
.tiktok-attention__headline span {
    color: #00baff;
    border: 2px solid;
    padding: 4px 20px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    top: 10px;
    font-size: 32px;
}
.video-colg {
    position: relative;
}
.video-colg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
a.cta-button-main span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #ffbd17);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
       position: absolute;
    display: block;
}

section.prelaunc-lead h2 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  text-shadow: 1px 1px 1px #000;
  font-weight: 800;
}
section#prizes h2 span {
  color: #FEDC01;
}
.launch-date {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 33px;
}
.launch-date h5 {
  background: #300560;
  color: #fff;
  font-size: 29px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.launch-date h5 img {
  margin-right: 11px;
}
.launch-date h5 img:last-child {
  margin-left: 23px;
}
.launch-date span {
  color: #fff;
  font-size: 27px;
  background: transparent;
  border-radius: 100px;
  width: 54px;
  height: 54px;
  margin: 0 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px 1px #dddddd4f;
  padding-top: 6px;
}
.prelaunc-lead-left ul li {
  list-style: none;
  background: #fff;
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 22px;
  display: flex;
  align-items: center;
}
.prelaunc-lead-left ul li h5 {
  font-size: 38px;
  margin: 10px 110px 0 41px;
  color: #20253D;
  min-width: 234px;
}
.prelaunc-lead-left ul li span {
  font-size: 38px;
  margin: 11px 0 0;
  background: -webkit-linear-gradient(#b190ff, #7034FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.prelaunc-lead-right {
  background: #fff;
  padding: 30px 30px 8px;
  border-radius: 8px;
}
.prelaunc-lead-right h4 {
  text-align: center;
  font-size: 36px;
}
section.prelaunc-lead .prelaunc-lead-right p {
  color: #20253D;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  margin-bottom: 23px;
}
section.launch-cup {
  padding: 50px 0 50px;
  position: relative;
  background-image: url(../images/trofy-bk.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
section.launch-cup h2 {
  color: #003957;
  font-size: 75px;
  text-align: center;
  margin: 0 auto 55px;
  display: table;
  position: relative;
}
.launc-des {
  padding-bottom: 20px;
}
.launc-des {
  text-align: center;
}
.launc-des h3 {
  font-size: 46px;
  color: #3518B4;
  font-weight: 600;
}
  .launc-des p {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    padding: 0 100px;
}
.launc-des-cup ul {
  padding: 0;
}
section.launch-cup h2::before {
  content: "";
  width: 100%;
  height: 9px;
  border-radius: 10px;
  background: #FF5050;
  position: absolute;
  bottom: 0;
}
.launc-des-cup ul li {
  list-style: none;
  background: #fff;
  background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,251,238,1) 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,251,238,1) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,251,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#fffbee',GradientType=0 );
  border: 3px solid #fec301;
  border-radius: 10px;
  margin-bottom: 31px;
  box-shadow: 3px 4px 1px 1px #fec301;
  display: flex;
  padding: 15px 0;
  align-items: center;
}
.launc-des-cup ul li img {
  max-width: 79px;
}
.launc-des-cup li h4 {
  color: #2C3C47;
  font-size: 38px;
  margin: 6px 0 0;
  padding-left: 23px;
  min-width: 310px;
}
.launc-des-cup ul li:first-child img {
  max-width: 123px;
  position: relative;
  margin-top: -55px;
  left: -16px;
}
.launc-des-cup li:first-child h4 {
  padding: 0;
  margin-left: -15px;
}
.launc-des-cup li span {
  font-size: 35px;
  color: #2C3C47;
  margin: 8px 0 0;
  font-weight: 600;
}
.launc-des-cup ul li:first-child span {
  color: #E3335B;
  margin-left: -29px;
}
.launc-des-cup ul li:nth-child(2) span {
  color: #003FBC;
}
.launc-des-cup ul li:nth-child(3) span {
  color: #30AF6E;
}
section.launch-cup h6 {
  font-size: 26px;
  color: #E3335B;
  text-align: center;
}
.launc-des-cup.pr-3 p {
  font-size: 14px;
  text-align: center;
}

.launc-des-cup ul li:nth-child(2) {
  border-color: #08CCFE;
  box-shadow: 3px 4px 1px 1px #08CCFE;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,250,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,250,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,250,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5faff',GradientType=0 );
}
.launc-des-cup ul li:nth-child(3) {
  border-color: #49CA88;
  box-shadow: 3px 4px 1px 1px #49CA88;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,255,248,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,255,248,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,255,248,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fff8',GradientType=0 );
}
.launc-des-cup ul li:nth-child(4), .launc-des-cup ul li:last-child {
  border-color: #D6D6D6;
  box-shadow: 3px 4px 1px 1px #D6D6D6;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
section.promoter-sec {
  padding: 50px 0;
  background-image: url(../images/jai-bk.png);
  background-repeat: no-repeat;
  background-size: cover;
}
section.promoter-sec h2 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 55px;
}
section.new-agrigat {
    background: #faeffe;
    padding: 60px 0;
    text-align:center;
}
.my-partner-outer img.absolute:nth-child(2) {
    position: absolute;
    right: -70px;
    top: 50px;
}
.my-partner-outer img.absolute:first-child {
    position: absolute;
    left: -60px;
    top: 60px;
}
.my-partner h4 {
    font-size: 30px;
    margin-bottom: 22px;
}
.my-partner button {
    width: 27%;
    background: transparent;
    border: 0;
    color: #000;
    margin: 8px 0;
    text-align: left;
}
.my-partner button a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
}
section.meet-agricator div {
    text-align: center;
}
.my-partner-outer {
    background-color: #E8A1FF;
    border-radius: 20px;
    position: relative;
    margin-top: 30px;
    padding: 33px 0;
}
section.meet-agricator {
    background-color: #36074E;
    padding: 70px 0;
}
section.meet-agricator h3 {
    font-size: 58px;
    font-weight: 700;
}
section.meet-agricator p {
    font-size: 23px;
}
section.new-agrigat img {
    margin: 20px 0;
}
.promoter-sec-left img {
    position: relative;
    left: -204px;
    top: -23px;
}
.promoter-sec-right {
  display: flex;
}
.promoter-sec-right-col {
  width: 50%;
  padding: 0 11px;
}
.pro-sec-blog {
  background: #DBF7FE;
  border: 1px solid #78DBF5;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 6px 2px 0px #AAD7EF;
} 
.pro-sec-blog h4 {
  position: relative;
  font-size: 18px;
  line-height: 27px;
  padding-left: 44px;
  color: #2C3C47;
  margin-bottom: 0;
}

.pro-sec-blog h4 img {
  position: absolute;
  left: -8px;
}
.pro-sec-blog p {
  padding-left: 43px;
  font-size: 17px;
  color: #2C3C47;
  line-height: 25px;
  margin-top: 9px;
  margin-bottom: 16px;
}
.pro-sec-blog.pro-fr-jv {
  background: #E7FEE7;
  border-color: #84F8BD;
  box-shadow: 0px 6px 2px 0px #BDF3BD;
}.pro-sec-blog.pro-fv-jv {
  background: #F9F6FF;
  border-color: #C6B1F8;
  box-shadow: 0px 6px 2px 0px #E1D2FF;
}.pro-sec-blog.pro-sx-jv {
  background: #FFECF1;
  border-color: #FFC9D6;
  box-shadow: 0px 6px 2px 0px #F9D2FF;
}
.pro-sec-blog.pro-gr-jv {
  background: #E7FEE7;
  border-color: #84F8BD;
  box-shadow: 0px 6px 2px 0px #BDF3BD;
}
.pro-sec-blog.pro-sec-jv {
  background: #FFFAE8;
  border-color: #FEC301;
  box-shadow: 0px 6px 2px 0px #F9D99D;
}
.pro-sec-blog.pro-thr-jv {
  background: #F9F6FF;
  border-color: #C6B1F8;
  box-shadow: 0px 6px 2px 0px #E1D2FF;
}
section.track-records h2 {
  font-size: 46px;
  color: #3518B4;
  text-align: center;
  border-top: 1px dashed #ddd;
  padding-top: 50px;
  font-weight: 700;
}
section.track-records p {
  font-size: 29px;
  text-align: center;
  margin-bottom: 70px;
}

section.track-records ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
section.track-records ul li {
  list-style: none;
  width: 18.7%;
  margin: 0 7px;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,0.83) 73%, rgba(230,245,255,0.77) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0.83) 73%,rgba(230,245,255,0.77) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0.83) 73%,rgba(230,245,255,0.77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4e6f5ff',GradientType=1 );
  border: 1px solid #10BEFE;
  border-radius: 4px;
  padding: 0 13px 14px;
  text-align: center;
  margin-bottom: 60px;
  box-shadow: 1px 2px 6px 3px #A8DBF6;
}
section.track-records ul li h5 {
  font-size: 26px;
  color: #fff;  
  background: #00A8FF;
  margin: -17px auto 13px;
  display: table;
  padding: 1px 20px;
  border-radius: 2px;
  font-weight: 700;
  box-shadow: 0px 2px 1px 1px #0099FF;
}
section.track-records ul li img {
  max-width: 93%;
} 
section.receplotae {
  padding-top: 22px;
  padding-bottom: 90px;
}
section.receplotae h2 {
  border-top: 1px dashed #ddd;
  padding-top: 50px;
  text-align: center;
  color: #1B2E4E;
  font-size: 63px;
  font-weight: 700;
}
section.receplotae p {
  text-align: center;
  font-size: 28px;
  margin-bottom: 5px;
  color: #2B446E;
}
section.receplotae h4 {
  text-align: center;
  width: 100%;
  margin-bottom: 55px;
}
section.receplotae h4 u {
  font-size: 28px;
  text-decoration: underline;
  color: #0099FF;
}
.receplotae-inner {
  border: 1px solid #dcf1ff;
  border-radius: 9px;
  text-align: center;
  padding: -1px 0 40px;
  min-height: 138px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #1aa8ff;
}
.receplotae-inner span {
  font-size: 20px;
  text-align: center;
  width: 100%;
  float: left;
  color: #62667a;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  float: left;
  color: #083580;
  margin-bottom: 20px;
  background: #c9edff;
  padding: 10px 0;
}
.receplotae-inner img {
  max-height: 35px;
  object-fit: contain;
  max-height: 58px;
  object-fit: contain;
  max-width: 180px;
}
section.receplotae .col-md-4 {
  padding: 0 8px;
  width: 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
section.welcm-introduction {
  background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,0.76) 49%, rgba(125,185,232,0.51) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 41%,rgba(255,255,255,0.76) 49%,rgba(125,185,232,0.51) 100%);
  background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 41%,rgba(255,255,255,0.76) 49%,rgba(125,185,232,0.51) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#827db9e8',GradientType=1 );
  padding: 70px 0;
  background-image: url(../images/author-bk.png);
  background-repeat: no-repeat;
  background-size: cover;
}

section.jv-get-touch h2 {
  text-align: center;
  margin: 0 auto;
  display: table;
  padding: 0 20px;
  position: relative;
  font-size: 48px;
font-weight: 700;
}
section.jv-get-touch h2 img {
  margin-right: 14px;
}

.welcm-introduction-left ul {
  margin: 0;
  padding: 0;
}
.welcm-introduction-left ul li {
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  float: left;
  padding: 13px 0;
  line-height: 41px;
  list-style: none;
  position: relative;
  padding-left: 60px;
  font-size: 23px;
}
.welcm-introduction-left ul li img {
  position: absolute;
  left: 0;
  top: 7px;
}
.welcm-introduction-right img {
  position: relative;
  left: 30px;
}
section.jv-brands h2 img {
  margin-left: 16px;
}
section.jv-brands p {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.fobes img {
  width: 100%;
}
section.jv-brands {
  padding: 50px 0 90px;
}
section.jv-brands h2 {
  text-align: center;
  font-size: 47px;
  font-weight: 700;
}
section.jv-brands p span {
  border-bottom: 4px solid #0099FF;
  padding-bottom: 5px;
}
img.brand-logo {
  width: 100%;
  margin-bottom: 90px;
}
.jv-brand-own {
  background-image: url(../images/yop-bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px 0 0;
  text-align: center;
  background-position: center;
}
.payment-jv-left img {
  width: 100%;
}
.payment-jv-right::before {
  width: 190px;
  height: 310px;
  background-image: url(../images/lapi.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: -133px;
  bottom: -20px;
} 
.payment-jv-right h3 {
  font-size: 28px;
  text-align: center;
font-weight: 700;
  color: #083580;
  margin-bottom: 15px;
}
.payment-data {
  background: #a2d8ff40;
  border: 1px solid #a2d8ff40;
  border-radius: 6px;
  padding: 21px;
  max-width: 91%;
  margin: 0 auto;
}
.payment-data a {
  background: #4291F8;
  width: 100%;
  display: table;
  max-width: 425px;
  margin: 0 auto 15px;
  height: 70px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 27px;
  color: #fff;
  padding: 0 9px;
  box-shadow: 1px 4px 1px 1px #0153BB;
  position: relative;
  padding-left: 75px;
  text-decoration: none;
}
.payment-data a span {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #dddddd42;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  width: 56px;
  justify-content: center;
  text-align: center;
}
.payment-data a:last-child {
  background: #00BAFF;
  box-shadow: 1px 4px 1px 1px #0C96CB;
}

.payment-data h5 {
  font-size: 26px;
  line-height: 34px;
  color: #394271;
font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  text-transform: uppercase;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes dxCapsuleSweep {
        0% {
            transform: translateX(-140%) skewX(-18deg);
            opacity: 0;
        }

        20% {
            opacity: 0.85;
        }

        55% {
            transform: translateX(160%) skewX(-18deg);
            opacity: 0.9;
        }

        100% {
            transform: translateX(200%) skewX(-18deg);
            opacity: 0;
        }
    }

    @keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}