
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
----------------------------------------- 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
::-webkit-scrollbar{
  width: 12px;
}
::-webkit-scrollbar-thumb{
  background: linear-gradient(transparent, #30ff00);
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover{
  background: linear-gradient(transparent, rgba(21, 253, 253, 0.4));
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}
* {
  box-sizing: border-box;
}
html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
	color: #CCC;
  text-decoration: none !important;
}
a:hover {
	color: rgb(0, 242, 255);
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
}
ul {
  margin-bottom: 0px;
}
p {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
}
img {
  width: 100%;
  overflow: hidden;
}
html,
body {
  font-family: 'Poppins', sans-serif;
  transition: transform 0.3s ease-in-out;
}

@keyframes zoomEffect {
  0%, 100% {
      transform: scale(1);
  }
  25% {
      transform: scale(1.5);
  }
  50% {
      transform: scale(0.8);
  }
  75% {
      transform: scale(1.2);
  }
}
.animate-zoom {
  animation: zoomEffect 3s ease-in-out;
}
#animatedImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: none;
}
@keyframes growAndFade {
  0% {
      transform: translate(-50%, -50%) scale(0);
      opacity: 0;
  }
  10% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
  }
  20% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 1;
  }
  30% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 1;
  }
  40% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 1;
  }
  60% {
    transform: translate(-50%, -50%) scale(6);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -50%) scale(7);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(8);
    opacity: 0.5;
  }
  90% {
    transform: translate(-50%, -50%) scale(9);
    opacity: 0.5;
  }
  100% {
      transform: translate(-50%, -50%) scale(9);
      opacity: 0;
  }
}
.show-animation {
  animation: growAndFade 3s ease-in-out;
}
p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  margin-bottom: 0px;
}
::selection {
  background: #5ee7b5;
  color: #fff;
}
::-moz-selection {
  background: #5ee7b5;
  color: #fff;
}
.templatemo-item {
	max-width: 80px; 
	border-radius: 23px;
}
.main-producs{
  display: flex;
  justify-content: center; 
  align-items: center; 
}
.main-producs .btn-pop {
  padding: 12px 30px;
  display: inline-block;
  position: relative;
  border: none;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #ffffff40;
  box-shadow: 0 0 0 2px #ffffff20;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}
.main-producs span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #21dbf3;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}
.main-producs span:first-child {
  position: relative;
  z-index: 1;
}
.main-producs .btn-pop:hover {
  box-shadow: 0 0 0 5px #21f3b460;
  color: #ffffff;
}
.main-producs .btn-pop:active {
  scale: 0.95;
}
.main-producs .btn-pop:hover span:last-child {
  width: 150px;
  height: 150px;
  opacity: 1;
}
.main-button .ready {
  font-size: 14px;
  color: #ffffff;
  background-color: #141314;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid #00ff44;
  box-shadow: 0 0 5px #00ff59, 0 0 20px #00ff51, 0 0 50px #00ff1e,
  0 0 100px #00ff37;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.main-button .readyxxd {
  border: 1px solid #00ff44;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
  box-shadow: 0 0 5px #00ff59, 0 0 20px #00ff51, 0 0 50px #00ff1e,
    0 0 100px #00ff37;
  animation: parpadeo 0.3s infinite;
  font-size: 14px;
  color: #ffffff;
  background-color: #141314;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@keyframes parpadeo {
  0%, 100% {
    background-color: rgba(255, 255, 255, 0.256);
  }
  50% {
    background-color: black;
  }
}

.main-button .ready:hover {
  --😀: #151324;
  --😀😀: #12111d;
  --😀😀😀: #0a1c1d63;
  background-color: #fff;
  box-shadow: 0 8px 0 var(--😀😀);
  color: #151414;
}
.main-border-button a {
  font-size: 14px;
  color: #60e5ec;
  background-color: transparent;
  border: 1px solid #60e5ec;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.main-border-button a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #061010;
}
.border-no-active a {
  border-color: #666;
  color: #666;
}
.border-no-active a:hover{
  border-color: #666;
  color: #666;
  background-color: transparent;
}
section {
  margin-top: 120px;
}
.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}
@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}
@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}
.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}
.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #4aff03;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}
.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}
.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #6cff03;
  border-radius: 50%;
}
.background-header {
  background-color: #fff !important;
  height: 70px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  display: none;
}
.main-banner {
  background-position: center center;
  background-size: cover;
  min-height: 380px;
  margin-top: -20px;
  border-radius: 23px;
  padding: 80px 60px;
  animation: zoomInOut 8s infinite ease-in-out;
}
.main-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover; 
}
@keyframes zoomInOut {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 120%;
  }
  100% {
    background-size: 100%;
  }
}
.main-banner h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}
.main-banner h4 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.main-banner h4 em {
  font-style:inherit;
  color: #000000;
}
.most-popular {
  margin-top: 60px;
  padding: 30px;
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  background-color: rgba(0, 0, 0, 0.549);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  border-radius: 23px;
}
.most-popular .item img:hover {
  cursor: pointer;
  background: rgba( 126, 211, 33, 0 );
  box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.37);
  backdrop-filter: blur( 6px );
  -webkit-backdrop-filter: blur( 6px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  transform: scale(0.98);
  border-radius: 20px;
}
.most-popular .item {
  background-color: #0d0e0f;
  padding: 30px 15px;
  border-radius: 23px;
  margin-bottom: 30px;
}
.most-popular .item .item {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 0px;
}
.most-popular .item img {
  border-radius: 23px;
}
.most-popular .item h4 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0px;
  display: inline-block;
}
.most-popular .item span {
  color: #666;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}
.most-popular .item ul {
  float: right;
  margin-top: 20px;
}
.most-popular .item ul li {
  text-align: right;
  color: #fff;
  font-size: 14px;
}
.most-popular .item ul li:first-child i {
  color: yellow;
}
.most-popular .item ul li:last-child i {
  color: #ff4000;
}
.most-popular .main-button {
  text-align: center;
  margin-bottom: -53px;
}
body.spin { animation: spin 1s forwards; }
body.shake { animation: shake 10s linear; }
@keyframes shake {
  0% { transform: translate(0, 0) rotate(0); }
  10% {   transform: translate(-10px, 0) rotate(-10deg); }
  20% {  transform: translate(10px, 0) rotate(10deg); }
  30% { transform: translate(-10px, 0) rotate(-10deg); }
  40% {  transform: translate(10px, 0) rotate(10deg); }
  50% {  transform: translate(-10px, 0) rotate(-10deg); }
  60% {  transform: translate(10px, 0) rotate(10deg); }
  70% { transform: translate(-10px, 0) rotate(-10deg); }
  80% { transform: translate(10px, 0) rotate(10deg); }
  90% {  transform: translate(-10px, 0) rotate(-10deg);  }
  100% {  transform: translate(0, 0) rotate(0); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% {  transform: rotate(360deg); }
}
body.spin { animation: spin 1s forwards; }
body.shake {
  animation: intense-shake 10s cubic-bezier(0.25, 0.1, 0.25, 1) ;
}
@keyframes intense-shake {
  0% { transform: translate(0, 0) rotate(0); }
  2% { transform: translate(-60px, -20px) rotate(-25deg); }
  4% { transform: translate(60px, 20px) rotate(25deg); }
  6% { transform: translate(-55px, 15px) rotate(-22deg); }
  8% { transform: translate(55px, -15px) rotate(22deg); }
  10% { transform: translate(-50px, -25px) rotate(-20deg); }
  12% { transform: translate(50px, 25px) rotate(20deg); }
  14% { transform: translate(-45px, 20px) rotate(-18deg); }
  16% { transform: translate(45px, -20px) rotate(18deg); }
  18% { transform: translate(-40px, -30px) rotate(-15deg); }
  20% { transform: translate(40px, 30px) rotate(15deg); }
  22% { transform: translate(-35px, 25px) rotate(-12deg); }
  24% { transform: translate(35px, -25px) rotate(12deg); }
  26% { transform: translate(-30px, -35px) rotate(-10deg); }
  28% { transform: translate(30px, 35px) rotate(10deg); }
  30% { transform: translate(-25px, 30px) rotate(-8deg); }
  32% { transform: translate(25px, -30px) rotate(8deg); }
  34% { transform: translate(-20px, -40px) rotate(-6deg); }
  36% { transform: translate(20px, 40px) rotate(6deg); }
  38% { transform: translate(-15px, 35px) rotate(-4deg); }
  40% { transform: translate(15px, -35px) rotate(4deg); }
  50% { transform: translate(0, 0) rotate(0); }
  60% { transform: translate(-60px, -20px) rotate(-25deg); }
  62% { transform: translate(60px, 20px) rotate(25deg); }
  64% { transform: translate(-55px, 15px) rotate(-22deg); }
  66% { transform: translate(55px, -15px) rotate(22deg); }
  68% { transform: translate(-50px, -25px) rotate(-20deg); }
  70% { transform: translate(50px, 25px) rotate(20deg); }
  80% { transform: translate(-25px, -10px) rotate(-8deg); }
  90% { transform: translate(25px, 10px) rotate(8deg); }
  100% { transform: translate(0, 0) rotate(0); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% {  transform: rotate(360deg); }
}
.cardfind {
  padding: 1rem 2rem;
  border-radius: 1.25rem;
  margin-bottom: 30px;
}
.heading-section {
  font-weight: 500;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 40px;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  position: relative;
}
.heading-section h4{
  font-size: 30px;
}
.heading-section .products-find{
  color: #ffffff;
  font-size: 35px;
  margin-left: 5px;
  font-family: "Permanent Marker";
  font-weight: 400;
  font-style: normal;
}
.heading-section .undeco{
  font-size: 35px;
  text-decoration: none;
  margin-left: 10px;
  font-weight: bold;
  color: #0affa5;
}
.card-ventorx {
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  box-shadow:
  20px 20px 60px #3853c7,
  -20px -20px 60px #19ad88;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #111010;
  width: 300px;
  height: 70px;
  border-radius: 20px;
}
.card-ventorx:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.card-ventorx .img {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  border-radius: 10px;
  background-image: url(../images/avata.jpg);
}
.card-ventorx:hover > .img {
  transition: 0.5s ease-in-out;
}
.card-ventorx .textBox {
  width: calc(100% - 90px);
  margin-left: 10px;
  color: white;
  font-family: 'Poppins' sans-serif;
}
.card-ventorx .h1 {
  font-size: 16px;
  margin: 0;
}
.card-ventorx .p {
  font-size: 12px;
  margin: 0;
  line-height: 1;
}
.gaming-library {
  margin-top: 30px;
  padding: 30px;
  background: linear-gradient(to right, #1f2122, #100b12);
  border-radius: 23px;
}
.gaming-library .item {
  border-bottom: 1px solid #27292a;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.gaming-library .last-item {
  margin-bottom: 30px;
}
.profile-library .last-item {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.gaming-library .item ul li {
  margin-top: 15px;
}
.gaming-library .item ul li img {
  margin-top: -30px;
}
.gaming-library .item ul li {
  display: inline-block;
  width: 17%;
}
.gaming-library .item ul li:first-child {
  width: 110px;
}
.gaming-library .item ul li:last-child {
  width: 15%;
  text-align: right;
}
.gaming-library .item ul li h4 {
  font-size: 15px;
  margin-bottom: 5px;
}
.gaming-library .item ul li span {
  color: #666;
  font-size: 14px;
}
.gaming-library .main-button {
  text-align: center;
  margin-bottom: -53px;
}
footer p {
  text-align: center;
  padding: 30px 0px;
  color: #fff;
  font-weight: 300;
}
footer p a {
  color: #fff;
  transition: all .3s;
}
footer p a:hover {
  color: #00ffee;
}
.feature-banner .thumb {
  position: relative;
  max-height: 305px;
  overflow: hidden;
  border-radius: 23px;;
}
.feature-banner .thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-23px, -23px);
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  color: #00ffee;
}
.game-details h2 {
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  margin: 60px 0px;
}
.game-details .content {
  border-radius: 23px;
  padding: 30px;
  background-color: #1f2122;
}
.game-details .content .left-info {
  background-color: #27292a;
  border-radius: 23px;
  padding: 30px;
  margin-bottom: 30px;
}
.game-details .content .left-info .left {
  float: left;
}
.game-details .content .left-info h4 {
  font-size: 15px;
  display: block;
}
.game-details .content .left-info span {
  color: #666;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}
.game-details .content .left-info ul {
  text-align: right;
}
.game-details .content .left-info ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
}
.game-details .content .left-info ul li:first-child i {
  color: yellow;
}
.game-details .content .left-info ul li:last-child i {
  color: #00ffee;
}
.game-details .content .right-info {
  background-color: #27292a;
  border-radius: 23px;
  padding: 30px;
  margin-bottom: 30px;
}
.game-details .content .right-info ul li {
  display: inline-block;
  width: 23%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.game-details .content .right-info ul li i {
  display: block;
  margin-bottom: 12px;
}
.game-details .content .right-info ul li:first-child i {
  color: yellow;
}
.game-details .content .right-info ul li i {
  color: #00ffee;
}
.game-details .main-border-button {
  margin-top: 35px;
}
.game-details .main-border-button a {
  text-align: center;
  width: 100%;
}
.other-games {
  border-radius: 23px;
  padding: 30px 30px 0px 30px;
  background-color: #1f2122;
  margin-top: 60px;
}
.other-games .item {
  position: relative;
  border-bottom: 1px solid #27292a;
  padding-bottom: 52px;
  margin-bottom: 30px;
}
.other-games .item img {
  float: left;
  margin-right: 15px;
}
.other-games .item h4 {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 5px;
  padding-top: 15px;
}
.other-games .item span {
  color: #666;
  font-size: 14px;
  display: block;
}
.other-games ul {
  position: absolute;
  right: 0;
  top: 15px;
}
.other-games ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
}
.other-games ul li:first-child i {
  color: yellow;
}
.other-games ul li:last-child i {
  color: #00ffee;
}
body {
  overflow-x: hidden;
}
.section_our_solution .unruw {
  align-items: center;
  margin-top: 20px;
}
.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution_cards_box .solution_card {
  flex: 0 50%;
  background: #141414;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  min-height: 305px;
  transition: 0.7s;
}
.solution_cards_box .solution_card:hover {
  background: #309df0;
  color: #fff;
  transform: scale(1.1);
}
.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}
.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}
.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}
.solution_card .solu_title div {
  color: #fdfdfd;
  font-size: 1.0rem;
  margin-top: 13px;
  margin-bottom: 13px;
}
.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}
.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(
    140deg,
    #00a85d 0%,
    #00a85d 50%,
    #00a85d 75%
  ) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}
.our_solution_content div {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}
.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}
.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}
@media screen and (min-width: 320px) {
  .vertical-text-container_ruhs{
    display: none;
  }
  .vertical-text-container{
    display: none;
  }
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }
  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }
  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .vertical-text-container_ruhs{
    display: none;
  }
  .vertical-text-container{
    display: none;
  }
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    width: 80%;
    margin: 0 auto;
  }
}
#bannerVideo {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9999;
}
.mm-clasfoodds {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 350px;
  height: 350px;
  z-index: 350;
  cursor: pointer;
}
#mm-food_decoder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#mm-food_decode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mm-clasfood{
  width: 200px;
  height: 200px;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  margin-right: 10px;
  right: 0;
  z-index: 450;
}
.floating-div {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 30px;
  color: white; 
  z-index: 1000;
  width: 300px;
  height: 220px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  overflow: hidden;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.062);
}
#cookieSvg {
  width: 50px;
}
#cookieSvg g path {
  fill: rgb(97, 81, 81);
}
.cookieHeading {
  font-size: 1.2em;
  font-weight: 800;
  color: rgb(26, 26, 26);
}
.cookieDescription {
  text-align: center;
  font-size: 0.7em;
  font-weight: 600;
  color: rgb(99, 99, 99);
}
.cookieDescription a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246);
}
.cookieDescription a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.buttonContainer {
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.acceptButton {
  width: 80px;
  height: 30px;
  background-color: #00c939;
  transition-duration: .2s;
  border: none;
  color: rgb(241, 241, 241);
  cursor: pointer;
  font-weight: 600;
  border-radius: 20px;
  box-shadow: 0 4px 6px -1px #8e8e90, 0 2px 4px -1px #977ef3;
  transition: all .6s ease;
}
.declineButton {
  width: 80px;
  height: 30px;
  background-color: #dadada;
  transition-duration: .2s;
  color: rgb(46, 46, 46);
  border: none;
  cursor: not-allowed;
  font-weight: 600;
  border-radius: 20px;
  box-shadow: 0 4px 6px -1px #bebdbd, 0 2px 4px -1px #bebdbd;
  transition: all .6s ease;
}
.declineButton:hover {
  background-color: #ebebeb;
  box-shadow: 0 10px 15px -3px #bebdbd, 0 4px 6px -2px #bebdbd;
  transition-duration: .2s;
}
.acceptButton:hover {
  background-color: #141415;
  box-shadow: 0 10px 15px -3px #977ef3, 0 4px 6px -2px #977ef3;
  transition-duration: .2s;
}
.sliderdouble{
  width: 100%;
  height: var(--height);
  margin-top: 20px;
  overflow: hidden;
  mask-image: linear-gradient(
      to right,
      transparent,
      #000 10% 90%,
      transparent
  );
}
.sliderdouble .listdouble{
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}
.sliderdouble .listdouble .items{
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: autoRun 10s linear infinite;
  transition: filter 0.5s;
  filter: grayscale(1);
  animation-delay: calc( (10s / var(--quantity)) * (var(--position) - 1) - 10s)!important;
}
.sliderdouble .listdouble .items img{
  width: 100%;
}
.slider{
  width: 100%;
  height: var(--height);
  margin-top: 20px;
  overflow: hidden;
  mask-image: linear-gradient(
      to right,
      transparent,
      #000 10% 90%,
      transparent
  );
}
.slider .list{
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}
.slider .list .item{
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: autoRun 10s linear infinite;
  clip-path: polygon(35px 0%, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0% 35px);
  transition: filter 0.5s;
  animation-delay: calc( (10s / var(--quantity)) * (var(--position) - 1) - 10s)!important;
}
.slider .list .item img{
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}
@keyframes autoRun{
  from{
      left: 100%;
  }to{
      left: calc(var(--width) * -1);
  }
}
.slider:hover .item{
  animation-play-state: paused!important;
  filter: grayscale(1);
}
.slider .item:hover{
  filter: grayscale(0);
}
.slider[reverse="true"] .item{
  animation: reversePlay 10s linear infinite;
}
@keyframes reversePlay{
  from{
      left: calc(var(--width) * -1);
  }to{
      left: 100%;
  }
}
@keyframes blink {
  0% { background-color: #000000; }
  20% { background-color: #ffffff; }
  40% { background-color: #000000; }
  60% { background-color: #ffffff; }
  80% { background-color: #000000; }
  100% { background-color: #ffffff; }
}
.blink {
  animation: blink 0.3s; 
}
@keyframes blank {
  0% { background-color: #000000; }
  1% { background-color: #ffffff; }
  2% { background-color: #000000; }
  3% { background-color: #ffffff; }
  4% { background-color: #000000; }
  5% { background-color: #ffffff; }
  6% { background-color: #000000; }
  7% { background-color: #ffffff; }
  8% { background-color: #000000; }
  9% { background-color: #ffffff; }
  10% { background-color: #000000; }
  11% { background-color: #ffffff; }
  12% { background-color: #000000; }
  13% { background-color: #ffffff; }
  14% { background-color: #000000; }
  15% { background-color: #ffffff; }
  16% { background-color: #000000; }
  17% { background-color: #ffffff; }
  18% { background-color: #000000; }
  19% { background-color: #ffffff; }
  20% { background-color: #000000; }
  21% { background-color: #ffffff; }
  22% { background-color: #000000; }
  23% { background-color: #ffffff; }
  24% { background-color: #000000; }
  25% { background-color: #ffffff; }
  26% { background-color: #000000; }
  27% { background-color: #ffffff; }
  28% { background-color: #000000; }
  29% { background-color: #ffffff; }
  30% { background-color: #000000; }
  31% { background-color: #ffffff; }
  32% { background-color: #000000; }
  33% { background-color: #ffffff; }
  36% { background-color: #000000; }
  37% { background-color: #ffffff; }
  38% { background-color: #000000; }
  39% { background-color: #ffffff; }
  40% { background-color: #000000; }
}
.blank {
  animation: blank 10s; 
}
.fire {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
}
@keyframes scaleUpDown {
  0%,
  100% {
    transform: scaleY(1) scaleX(1);
  }
  50%,
  90% {
    transform: scaleY(1.1);
  }
  75% {
    transform: scaleY(0.95);
  }
  80% {
    transform: scaleX(0.95);
  }
}
@keyframes shakeRF {
  0%,
  100% {
    transform: skewX(0) scale(1);
  }
  50% {
    transform: skewX(5deg) scale(0.9);
  }
}
@keyframes particleUp {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: -100%;
    transform: scale(0.5);
  }
}
@keyframes glow {
  0%,
  100% {
    background-color: #3cff1e;
  }
  50% {
    background-color: #3cff1e;
  }
}
.fire {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
}
.fire-center {
  position: absolute;
  height: 100%;
  width: 100%;
  animation: scaleUpDown 3s ease-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.fire-center .main-fire {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    farthest-corner at 10px 0,
    #3cff1e 0%,
    #3cff1e 95%
  );
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
  filter: drop-shadow(0 0 10px #3cff1e);
}
.fire-center .particle-fire {
  position: absolute;
  top: 60%;
  left: 45%;
  width: 10px;
  height: 10px;
  background-color: #3cff1e;
  border-radius: 50%;
  filter: drop-shadow(0 0 10px #d43322);
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.fire-right {
  height: 100%;
  width: 100%;
  position: absolute;
  animation: shakeRF 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.fire-right .main-fire {
  position: absolute;
  top: 15%;
  right: -25%;
  width: 80%;
  height: 80%;
  background-color: #3cff1e;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
  filter: drop-shadow(0 0 10px #3cff1e);
}
.fire-right .particle-fire {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 15px;
  height: 15px;
  background-color: #3cff1e;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 50%;
  filter: drop-shadow(0 0 10px #3cff1e);
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.fire-left {
  position: absolute;
  height: 100%;
  width: 100%;
  animation: shakeRF 3s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.fire-left .main-fire {
  position: absolute;
  top: 15%;
  left: -20%;
  width: 80%;
  height: 80%;
  background-color: #3cff1e;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
  filter: drop-shadow(0 0 10px #3cff1e);
}
.fire-left .particle-fire {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 10%;
  height: 10%;
  background-color: #3cff1e;
  border-radius: 50%;
  filter: drop-shadow(0 0 10px #d43322);
  animation: particleUp 3s infinite ease-out 0;
  animation-fill-mode: both;
}
.fire-bottom .main-fire {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 75%;
  height: 75%;
  background-color: #3cff1e;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 100% 40%;
  filter: blur(10px);
  animation: glow 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.78);
  overflow: auto;
  width: 100%; 
  height: 100%; 
}
.form-2to {
  --black: #000000;
  --ch-black: #141414;
  --eer-black: #1b1b1b;
  --night-rider: #2e2e2e;
  --white: #ffffff;
  --af-white: #f3f3f3;
  --ch-white: #e1e1e1;
  --tomato: #fa5656;
  font-family: Helvetica, sans-serif;
  padding: 25px;
  display: flex;
  max-width: 420px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  color: var(--af-white);
  background-color: var(--black);
  border-radius: 8px;
  position: relative;
  box-shadow:
  0px 187px 75px rgba(28, 155, 234, 0.01),
  0px 105px 63px rgba(30, 245, 138, 0.05),
  0px 47px 47px rgba(28, 255, 236, 0.09),
  0px 12px 26px rgba(18, 219, 255, 0.1),
  0px 12px 26px rgba(20, 235, 255, 0.1);
  z-index: 1000;
  position: fixed;
}
.info-2to {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.title-2to {
  font-size: 1.5rem;
  font-weight: 900;
}
.description {
  margin-top: 10px;
  font-size: 1rem;
}
.form-2to .input-fields {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.form-2to .input-fields input {
  height: 2.5em;
  width: 2.5em;
  outline: none;
  text-align: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 1.5rem;
  color: var(--af-white);
  border-radius: 5px;
  border: 2.5px solid var(--eer-black);
  background-color: var(--eer-black);
}
.form-2to .input-fields input:focus {
  border: 1px solid var(--af-white);
  box-shadow: inset 10px 10px 10px rgba(0, 0, 0, .15);
  transform: scale(1.05);
  transition: 0.5s;
}
.action-btns {
  display: flex;
  margin-top: 20px;
  gap: 0.5rem;
}
#verify {
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--night-rider);
  text-shadow: none;
  background: var(--af-white);
  box-shadow: transparent;
  border: 1px solid var(--af-white);
  transition: 0.3s ease;
  user-select: none;
  cursor: pointer;
}
#verify:hover,#verify:focus {
  color: var(--night-rider);
  background: var(--white);
}
#clear {
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--ch-white);
  text-shadow: none;
  background: transparent;
  border: 1px solid var(--ch-white);
  transition: 0.3s ease;
  user-select: none;
}
#clear:hover,#clear:focus {
  color: var(--tomato);
  background-color: transparent;
  border: 1px solid var(--tomato);
}
.item {
  display: flex;
  flex-direction: column;
}
#item-cash {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#item-cash h4{
  flex: 1.5;
  margin-top: 10px;
  box-sizing: border-box;
}
#item-cash ul {
  flex: 1;
  margin-top: 10px;
  padding: 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
body .page-content {
  margin-top: 110px;
  background-color: #0c0c0c;
  
  padding: 60px;
  border-radius: 23px;
}
.wo-popular {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 320px){
  .vertical-text-container_ruhs{
    display: none;
  }
  .vertical-text-container{
    display: none;
  }
  .most-popular {
    margin-top: 60px;
    padding: 1px;
    background-color: #171818;
    border-radius: 23px;
  }
  .main-border-button a {
    margin-left: 50px;
  }
  
  #item-cash h4 {
    font-size: 12px;
  }
  .mm-clasfoodds{
    width: 180px;
    height: 180px;
  }

  .mm-clasfood{
    width: 130px;
    height: 130px;
  }
  .main-banner {
    text-align: center;
    min-height: 50px;
    height: 110px;
    padding: 50px 50px;
  }
  body .page-content {
    margin-top: 110px;
    padding: 10px;
    border-radius: 23px;
  }
  .main-banner h6 {
    display: none;
  }
  .main-banner h4 {
    font-size: 20px;
    margin-top: -20px;
  }
  .main-button .ready {
    font-size: 14px;
    margin-top: -10px;
    padding: 12px 30px;
  }
  .sliderdouble .listdouble .items{
    width: 70px;
    height: 30px;
  }
  .sliderdouble{
    margin-top: 50px;
  }
  .slider .list .item{
    width: 100px;
    height: 100px;
  }
  .slider .list .item img{
    width: 100%;
    height: 100%;
  }
  .slider{
    margin-top: -10px;
    width: 100%;
    height: 100px;
  }
  .slider .list{
    width: 100%;
    min-width: 800px;
  }
  .fire{
    margin-top: -50px;
  }
  .heading-section{
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    height: auto; 
  }
  .wo-popular{
    width: 290px;
  }
  .heading-section h4{
    font-size: 25px;
  }
  .heading-section .products-find{
    font-size: 25px;
  }
  .heading-section .undeco{
    font-size: 25px;
  }
  .card-ventorx {
    width: 290px;
    margin-right: -22px;
    margin-top: 80px;
    height: 70px;
  }
  .solution_cards_box .solution_card {
    min-height: 455px;
  }
  .cardfind{
    height: 200px;
  }
}

@media (min-width: 321px) and (max-width: 330px){
  .vertical-text-container_ruhs{
    display: none;
  }
  .vertical-text-container{
    display: none;
  }
  .most-popular {
    margin-top: 60px;
    padding: 1px;
    background-color: #171818;
    border-radius: 23px;
  }

  .main-border-button a {
    margin-left: 50px;
  }

  .most-popular .item {
    margin-bottom: 10px;
    max-width: 140px;
    padding: 10px 15px;
  }
  .roundsss_d7 {
    max-width: 140px;
  }
  #item-cash{
    display: inline;
    max-width: 140px;
  }
  #item-cash h4 {
    font-size: 12px;
  }
  .mm-clasfoodds{
    width: 180px;
    height: 180px;
  }


  .mm-clasfood{
    width: 130px;
    height: 130px;
  }
  .main-banner {
    text-align: center;
    min-height: 50px;
    height: 110px;
    padding: 50px 50px;
  }
  body .page-content {
    margin-top: 110px;
    padding: 10px;
    border-radius: 23px;
  }
  .main-banner h6 {
    display: none;
  }
  .main-banner h4 {
    font-size: 20px;
    margin-top: -20px;
  }
  .main-button .ready {
    font-size: 14px;
    margin-top: -10px;
    padding: 12px 30px;
  }
  .sliderdouble .listdouble .items{
    width: 70px;
    height: 30px;
  }
  .sliderdouble{
    margin-top: 50px;
  }
  .slider .list .item{
    width: 100px;
    height: 100px;
  }
  .slider .list .item img{
    width: 100%;
    height: 100%;
  }
  .slider{
    margin-top: -10px;
    width: 100%;
    height: 100px;
  }
  .slider .list{
    width: 100%;
    min-width: 800px;
  }
  .fire{
    margin-top: -50px;
  }
  .heading-section{
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    height: auto; 
  }
  .wo-popular{
    width: 290px;
  }
  .heading-section h4{
    font-size: 25px;
  }
  .heading-section .products-find{
    font-size: 25px;
  }
  .heading-section .undeco{
    font-size: 25px;
  }
  .card-ventorx {
    width: 290px;
    margin-right: -22px;
    margin-top: 80px;
    height: 70px;
  }
  .solution_cards_box .solution_card {
    min-height: 455px;
  }
  .cardfind{
    height: 200px;
  }
}
@media (min-width: 331px) and (max-width: 380px){
  .vertical-text-container_ruhs{
    display: none;
  }
  .vertical-text-container{
    display: none;
  }
  .most-popular {
    margin-top: 60px;
    padding: 1px;
    background-color: #171818;
    border-radius: 23px;
  }

  .main-border-button a {
    margin-left: 50px;
  }

  .most-popular .item {
    margin-bottom: 10px;
    max-width: 150px;
    padding: 10px 15px;
  }
  .roundsss_d7 {
    max-width: 150px;
  }
  #item-cash{
    display: inline;
    max-width: 145px;
  }
  #item-cash h4 {
    font-size: 12px;
  }
  .mm-clasfoodds{
    width: 180px;
    height: 180px;
  }


  .mm-clasfood{
    width: 130px;
    height: 130px;
  }
  .main-banner {
    text-align: center;
    min-height: 50px;
    height: 110px;
    padding: 50px 50px;
  }
  body .page-content {
    margin-top: 110px;
    padding: 10px;
    border-radius: 23px;
  }
  .main-banner h6 {
    display: none;
  }
  .main-banner h4 {
    font-size: 20px;
    margin-top: -20px;
  }
  .main-button .ready {
    font-size: 14px;
    margin-top: -10px;
    padding: 12px 30px;
  }
  .sliderdouble .listdouble .items{
    width: 70px;
    height: 30px;
  }
  .sliderdouble{
    margin-top: 50px;
  }
  .slider .list .item{
    width: 100px;
    height: 100px;
  }
  .slider .list .item img{
    width: 100%;
    height: 100%;
  }
  .slider{
    margin-top: -10px;
    width: 100%;
    height: 100px;
  }
  .slider .list{
    width: 100%;
    min-width: 800px;
  }
  .fire{
    margin-top: -50px;
  }
  .heading-section{
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    height: auto; 
  }
  .wo-popular{
    width: 290px;
  }
  .heading-section h4{
    font-size: 25px;
  }
  .heading-section .products-find{
    font-size: 25px;
  }
  .heading-section .undeco{
    font-size: 25px;
  }
  .card-ventorx {
    width: 290px;
    margin-right: -22px;
    margin-top: 80px;
    height: 70px;
  }
  .solution_cards_box .solution_card {
    min-height: 455px;
  }
  .cardfind{
    height: 200px;
  }
}

@media (min-width: 381px) and (max-width: 400px){
  .vertical-text-container_ruhs{
    display: none;
  }
  .vertical-text-container{
    display: none;
  }
  .vertical-textx {
    color: rgba(48, 215, 182, 0.997);
  }


  .most-popular {
    margin-top: 60px;
    padding: 1px;
    background-color: #171818;
    border-radius: 23px;
  }

  .main-border-button a {
    margin-left: 50px;
  }

  .most-popular .item {
    margin-bottom: 10px;
    max-width: 150px;
    padding: 10px 15px;
  }
  .roundsss_d7 {
    max-width: 150px;
  }
  #item-cash{
    display: inline;
    max-width: 145px;
  }
  #item-cash h4 {
    font-size: 12px;
  }
  .mm-clasfoodds{
    width: 180px;
    height: 180px;
  }


  .mm-clasfood{
    width: 130px;
    height: 130px;
  }
  .main-banner {
    text-align: center;
    min-height: 50px;
    height: 110px;
    padding: 50px 50px;
  }
  body .page-content {
    margin-top: 110px;
    padding: 10px;
    border-radius: 23px;
  }
  .main-banner h6 {
    display: none;
  }
  .main-banner h4 {
    font-size: 20px;
    margin-top: -20px;
  }
  .main-button .ready {
    font-size: 14px;
    margin-top: -10px;
    padding: 12px 30px;
  }
  .sliderdouble .listdouble .items{
    width: 70px;
    height: 30px;
  }
  .sliderdouble{
    margin-top: 50px;
  }
  .slider .list .item{
    width: 100px;
    height: 100px;
  }
  .slider .list .item img{
    width: 100%;
    height: 100%;
  }
  .slider{
    margin-top: -10px;
    width: 100%;
    height: 100px;
  }
  .slider .list{
    width: 100%;
    min-width: 800px;
  }
  .fire{
    margin-top: -50px;
  }
  .heading-section{
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    height: auto; 
  }
  .wo-popular{
    width: 290px;
  }
  .heading-section h4{
    font-size: 25px;
  }
  .heading-section .products-find{
    font-size: 25px;
  }
  .heading-section .undeco{
    font-size: 25px;
  }
  .card-ventorx {
    width: 290px;
    margin-right: -22px;
    margin-top: 80px;
    height: 70px;
  }
  .solution_cards_box .solution_card {
    min-height: 455px;
  }
  .cardfind{
    height: 200px;
  }
}

@media (min-width: 401px) and (max-width: 450px){
  .vertical-text-container_ruhs{
    display: none;
  }
  .vertical-text-container{
    display: none;
  }
  .most-popular {
    margin-top: 60px;
    padding: 5px;
    background-color: #171818;
    border-radius: 23px;
  }
  .main-border-button a {
    margin-left: 50px;
  }
  .most-popular .item {
    margin-bottom: 10px;
    max-width: 180px;
    padding: 10px 15px;
  }
  .roundsss_d7 {
    max-width: 180px;
  }
  #item-cash{
    display: inline;
    max-width: 145px;
  }
  #item-cash h4 {
    font-size: 12px;
  }
  .mm-clasfoodds{
    width: 180px;
    height: 180px;
  }


  .mm-clasfood{
    width: 130px;
    height: 130px;
  }
  .main-banner {
    text-align: center;
    min-height: 50px;
    height: 110px;
    padding: 50px 50px;
  }
  body .page-content {
    margin-top: 110px;
    padding: 10px;
    border-radius: 23px;
  }
  .main-banner h6 {
    display: none;
  }
  .main-banner h4 {
    font-size: 20px;
    margin-top: -20px;
  }
  .main-button .ready {
    font-size: 14px;
    margin-top: -10px;
    padding: 12px 30px;
  }
  .sliderdouble .listdouble .items{
    width: 70px;
    height: 30px;
  }
  .sliderdouble{
    margin-top: 50px;
  }
  .slider .list .item{
    width: 100px;
    height: 100px;
  }
  .slider .list .item img{
    width: 100%;
    height: 100%;
  }
  .slider{
    margin-top: -10px;
    width: 100%;
    height: 100px;
  }
  .slider .list{
    width: 100%;
    min-width: 800px;
  }
  .most-popular {
    margin-top: 50px;
  }
  .fire{
    margin-top: -50px;
  }
  .heading-section{
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    height: auto; 
  }
  .wo-popular{
    width: 290px;
  }
  .heading-section h4{
    font-size: 25px;
  }
  .heading-section .products-find{
    font-size: 25px;
  }
  .heading-section .undeco{
    font-size: 25px;
  }
  .card-ventorx {
    width: 290px;
    margin-right: -22px;
    margin-top: 80px;
    height: 70px;
  }
  .solution_cards_box .solution_card {
    min-height: 455px;
  }
  .cardfind{
    height: 200px;
  }
}
@media (min-width: 451px) and (max-width: 480px){
  .vertical-text-container_ruhs{
    display: none;
  }
  .vertical-text-container{
    display: none;
  }
  .most-popular {
    margin-top: 60px;
    padding: 5px;
    background-color: #171818;
    border-radius: 23px;
  }
  .main-border-button a {
    margin-left: 50px;
  }
  .most-popular .item {
    margin-bottom: 10px;
    max-width: 180px;
    padding: 10px 15px;
  }
  .roundsss_d7 {
    max-width: 180px;
  }
  #item-cash{
    display: inline;
    max-width: 145px;
  }
  #item-cash h4 {
    font-size: 12px;
  }
  .mm-clasfoodds{
    width: 180px;
    height: 180px;
  }


  .mm-clasfood{
    width: 130px;
    height: 130px;
  }
  .main-banner {
    text-align: center;
    min-height: 50px;
    height: 110px;
    padding: 50px 50px;
  }
  body .page-content {
    margin-top: 110px;
    padding: 10px;
    border-radius: 23px;
  }
  .main-banner h6 {
    display: none;
  }
  .main-banner h4 {
    font-size: 20px;
    margin-top: -20px;
  }
  .main-button .ready {
    font-size: 14px;
    margin-top: -10px;
    padding: 12px 30px;
  }
  .sliderdouble .listdouble .items{
    width: 70px;
    height: 30px;
  }
  .sliderdouble{
    margin-top: 50px;
  }
  .slider .list .item{
    width: 100px;
    height: 100px;
  }
  .slider .list .item img{
    width: 100%;
    height: 100%;
  }
  .slider{
    margin-top: -10px;
    width: 100%;
    height: 100px;
  }
  .slider .list{
    width: 100%;
    min-width: 800px;
  }
  .most-popular {
    margin-top: 50px;
  }
  .fire{
    margin-top: -50px;
  }
  .heading-section{
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    height: auto; 
  }
  .wo-popular{
    width: 290px;
  }
  .heading-section h4{
    font-size: 25px;
  }
  .heading-section .products-find{
    font-size: 25px;
  }
  .heading-section .undeco{
    font-size: 25px;
  }
  .card-ventorx {
    width: 290px;
    margin-right: -22px;
    margin-top: 80px;
    height: 70px;
  }
  .solution_cards_box .solution_card {
    min-height: 455px;
  }
  .cardfind{
    height: 200px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .vertical-text-container_ruhs{
    display: none;
  }
  .vertical-text-container{
    display: none;
  }
  .vertical-textx {
    color: rgba(48, 215, 182, 0.997);
  }


  body .page-content {
    padding: 0px 10px;
  }
  .main-border-button a {
    margin-left: 50px;
  }
  .main-banner {
    text-align: center;
    height: 180px;
  }
  .main-banner h4 {
    font-size: 35px;
  }
  .gaming-library .item ul li,
  .gaming-library .item ul li:first-child,
  .gaming-library .item ul li:last-child {
    width: 100% !important;
    text-align: center !important;
  }
  .gaming-library .item ul li {
    margin-top: 30px;
  }
  .top-downloaded ul li .download i {
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .top-downloaded ul li img {
    margin-right: 10px;
  }
  .top-downloaded ul li span {
    font-size: 14px;
  }
  .top-streamers ul li .main-button {
    float: none;
    margin-top: 10px;
  }
  .top-streamers ul li .main-button a {
    width: 100%;
    text-align: center;
  }
  .top-streamers,
  .top-downloaded {
    max-height: 100%;
    min-height: 100%;
  }
  .most-popular .item .inner-item {
    margin-bottom: 20px;
  }
  .mm-clasfood{
    width: 100px;
    height: 100px;
  }
  .card-ventorx {
    width: 290px;
    margin-top: 80px;
    height: 70px;
  }
  .main-banner {
    min-height: 180px;
    height: 180px;
    padding: 30px 30px;
  }
  .main-banner h4 {
    font-size: 20px;
  }
  .slider .list .item{
    width: 100px;
    height: 100px;
  }
  .slider .list .item img{
    width: 100%;
    height: 100%;
  }
  .slider{
    margin-top: 10px;
    width: 100%;
    height: 100px;
  }
  .slider .list{
    width: 100%;
    min-width: 800px;
  }
  .solution_cards_box .solution_card {
    min-height: 400px;
  }
  .fire{
    margin-top: -50px;
  }
  .card-ventorx {
    width: 290px;
    margin-right: 30px;
    margin-top: 80px;
    height: 70px;
  }
  .cardfind{
    height: 200px;
  }
  .mm-clasfood{
    width: 170px;
    height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .vertical-text-container_ruhs{
    display: flex;
  }
  .vertical-text-container{
    display: flex;
  }
  .vertical-text-container_ruhs{
    display: flex;
  }
  .vertical-text-container{
    display: flex;
  }
  .background-header {
  display: inline-block;
  }
  .header-area .main-nav #search {
    display: none;
  }
  .heading-section h4 {
    font-size: 20px;
  }
  .gaming-library .item ul li {
    width: 48% !important;
  }
  .gaming-library .item ul li:last-child {
    text-align: left;
  }
  .start-stream .item {
    margin: 15px 0px;
  }
  .feature-banner .thumb {
    margin-top: 30px;
  }
  .main-profile .main-info {
    margin: 45px 0px;
  }
  .most-popular {
    margin-top: 50px;
  }
  .fire{
    margin-top: -50px;
  }
  .main-banner {
    text-align: center;
    min-height: 230px;
    height: 230px;
    padding: 30px 30px;
  }
  body .page-content {
    margin-top: 110px;
    padding: 10px;
    border-radius: 23px;
  }
  .main-banner h4 {
    font-size: 30px;
  }
  .heading-section .wo-popular h4{
    font-size: 35px;
    margin-left: -40px;
  }
  .heading-section .wo-popular p{
    font-size: 30px;
  }
  .card-ventorx {
    margin-right: -40px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .vertical-text-container_ruhs{
    display: flex;
  }
  .vertical-text-container{
    display: flex;
  }
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .logo {
    margin-right: 30px;
    border-right: none;
  }
  .gaming-library .item ul li {
    width: 16%;
  }
  .main-banner {
    text-align: center;
    min-height: 290px;
    height: 290px;
    padding: 30px 30px;
  }
  .main-banner h4 {
    font-size: 30px;
  }
  .heading-section .wo-popular h4{
    font-size: 35px;
    margin-left: -40px;
  }
  .card-ventorx {
    margin-right: -40px;
  }
  .fire{
    margin-top: -50px;
  }
}
@media (min-width: 1281px){
  .vertical-text-container_ruhs{
    display: flex;
  }
  .vertical-text-container{
    display: flex;
  }
  .main-banner {
    min-height: 360px;
    height: 360px;
    padding: 80px 60px;
  }
  .main-banner h4 {
    font-size: 45px;
  }
  .main-banner h6 {
    font-size: 25px;
  }
}
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: greenyellow;
  box-shadow: 0 0 0 2px greenyellow;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button svg {
  position: absolute;
  width: 34px;
  fill: greenyellow;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button .arr-1 {
  right: 16px;
}
.animated-button .arr-2 {
  left: -25%;
}
.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: greenyellow;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}
.animated-button:hover .arr-1 {
  right: -25%;
}
.animated-button:hover .arr-2 {
  left: 16px;
}
.animated-button:hover .text {
  transform: translateX(12px);
}
.animated-button:hover svg {
  fill: #212121;
}
.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px greenyellow;
}
.animated-button:hover .circle {
  width: 520px;
  height: 220px;
  opacity: 1;
}
#imageOverlay {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  z-index: 8000;
}
#imageOverlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fander {
  position: relative;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #28AE60, transparent);
  overflow: hidden;
}
.fander::after {
  content: '';
  position: absolute;
  translate: -50% 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, #212121, transparent);
  animation: slide 1s infinite;
}
@keyframes slide {
  100% {
    translate: 100% 0;
  }
}
.zoomter {
  animation: zoomInOutter 10s ease-in-out;
}
.rotateter {
  animation: rotateFast 4s linear;
}
@keyframes zoomInOutter {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.5);
  }
  10% {
    transform: scale(0.8);
  }
  15% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.5);
  }
  30% {
    transform: scale(0.8);
  }
  35% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(0.8);
  }
  55% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
  }
  65% {
    transform: scale(1.5);
  }
  70% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.5);
  }
  90% {
    transform: scale(0.8);
  }
  95% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotateFast {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
  150% {
    transform: rotate(360deg);
  }
}
.reward-btn {
  width: 120px;
  height: 40px;
  background-color: #101218;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.IconContainer {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.IconContainer svg {
  width: 40%;
  z-index: 3;
}
.box-top {
  transition: all 0.3s;
}
.text_cito_coin {
  width: 70px;
  height: 100%;
  font-size: 13px;
  color: #6a8ef6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
}
.reward-btn:hover .IconContainer .box-top {
  transform: translateY(-5px);
}
.reward-btn:hover {
  background-color: #202531;
}
.reward-btn:hover .coin {
  transform: translateY(-5px);
  transition-delay: 0.2s;
}
.coin {
  width: 25%;
  height: 25%;
  background-color: #e4d61a;
  position: absolute;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 1;
  border: 2px solid #ffe956;
  margin-top: 4px;
}

.input-wrapper {
  margin-top: 10px;
  width: 100%;
  height: 45px;
  border-radius: 20px;
  padding: 5px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  background-color: #272727;
}

.icon {
  width: 30px;
  fill: rgb(255, 255, 255);
  margin-left: 8px;
  transition: all 0.3s;
  cursor: pointer;
}
.input_refe {
  max-width: 170px;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #272727;
  color: white;
  font-size: 1em;
}
.input_refe:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #272727 inset;
  -webkit-text-fill-color: #ffffff;
}
.Subscribe-btn {
  height: 100%;
  width: 95px;
  border: none;
  border-radius: 15px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  background-color: #ffffff;
  font-weight: 500;
  gap: 5px;
  overflow: hidden;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}

.Subscribe-btn svg{
  width: 14px;
  height: 14px;
}

.input-wrapper:active .icon {
  transform: scale(1.3);
}
.Subscribe-btn:hover {
  color: rgb(119, 119, 119);
}

.Subscribe-btn:active {
  transform: scale(0.9);
}

.check-container {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 20px;
  cursor: pointer;
  background: linear-gradient(90deg, #b3ffab 0%, #12fff7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.check {
  position: absolute;
  appearance: none;
}
.check-toggle {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
  transform: translateX(-5%) translateY(-50%);
  border-radius: 0.25em;
  border: 2px solid #b3ffab;
}
.check-toggle + .check-svg {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2rem;
  width: 2rem;
  transform: translateX(-5%) translateY(-50%);
  transition: stroke-dashoffset 0.5s ease-out;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.check:checked + .check-toggle + .check-svg {
  stroke-dashoffset: 0;
}
.check-label {
  font-size: 1rem;
  margin-left: 30px;
  user-select: none;
  font-weight: semi-bold;
}

.mainwsl {
	justify-content: center;
	align-items: center;
	display: none;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
  }
  .cardwsl {
	width: 80%;
	position: relative;
	background-color: rgb(16 16 16);
	border: 1px solid rgb(255 255 255 / 5%);
	border-radius: 1.5rem;
	padding: 1rem;
	box-shadow:
	0px 187px 75px rgba(28, 234, 66, 0.01),
	0px 105px 63px rgba(30, 245, 138, 0.05),
	0px 47px 47px rgba(213, 28, 255, 0.09),
	0px 12px 26px rgba(184, 18, 255, 0.1),
	0px 12px 26px rgba(173, 20, 255, 0.1);
  }
  .cardwsl:after {
	content: "";
	height: 70px;
	width: 1px;
	position: absolute;
	left: -1px;
	top: 65%;
	transition: top, opacity;
	transition-duration: 600ms;
	transition-timing-function: ease;
	background: linear-gradient(transparent, mediumslateblue,transparent);
	box-shadow: 0 0 30px mediumslateblue;
	opacity: 0;
  }
  .cardwsl:after {
	top: 65%;
	opacity: 0;
  }
  .cardwsl:hover:after {
	top: 25%;
	opacity: 1;
  }
  .card-contentwsl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: radial-gradient(
	  rgba(255, 255, 255, 0.1) 1px, 
	  transparent 1px
	);
	background-position: 50% 50%;
	background-size: 1.1rem 1.1rem;
	padding: 2.3rem;
	border-radius: 1.25rem;
	overflow: hidden;
  }
  .card-contentwsl .h1wsl,.pwsl {
	text-align: center;
  }
  .card-contentwsl .h1wsl {
	color: rgb(250 249 246);
	font-size: 2.3rem;
	margin-top: 20px;
	line-height: 2rem;
	font-weight: bold;
  }
  .card-contentwsl  .pwsl {
	color: rgb(255 255 255 / 75%);
	margin-top: 20px;
  margin-bottom: 20px;
	line-height: 1.3rem;
  }
  @media(max-width: 700px) {
	.cardwsl {
	  width: calc(100% - 2rem);
	  margin: 0rem 1rem;
	  padding: 0.75rem;
	  border-radius: 1rem;
	}
  }
  @media(max-width: 600px) {
	.card-contentwsl {
	  padding: 3rem;
	}
	.card-contentwsl  .h1wsl {
	  font-size: 2.2rem;
	}
  }
.item-dwo {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.item-dwo p{
	color: rgb(175, 175, 175);
	font-size: 17px;
}
.item-dwo h1{
	color: rgb(227, 227, 227);
	font-size: 17px;
}
.item-dwo img{
	width: 45px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #f5f5f5;
}
.overllayer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9099;
}
.boton-elegante {
  padding: 15px 30px;
  border: 2px solid #2c2c2c;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.4s ease;
  outline: none;
  font-weight: bold;
  white-space: nowrap;     
}
.boton-elegante::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: scale(0);
  transition: transform 0.5s ease;
}
.boton-elegante.seleccionado {
  color: greenyellow;
}
.boton-elegante:hover {
  border-color: #666666;
  color: greenyellow;
  background: #292929;
}
.tool_status {
  --width: 150px;
  --height: 33px;
  display: none;
  margin-bottom: 20px;
  --tooltip-height: 35px;
  --tooltip-width: 90px;
  --gap-between-tooltip-to-button: 18px;
  --button-color: #f21230;
  --tooltip-color: #fff;
  cursor: auto;
  width: var(--width);
  height: var(--height);
  background: var(--button-color);
  position: relative;
  text-align: center;
  border-radius: 0.5em;
  font-family: "Arial";
  transition: background 0.7s;
}
.button-wrapper{
  display: flex;
}
.text_status {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool_status-wrapper,
.text_status,
.icon_status {
  font-size: 12px;
  margin-left: 10px;
  margin-right: 3px;
  color: #fff;
}
.text_status {
  top: 0;
}
.text_status,
.icon_status {
  transition: top 0.5s;
}
.icon_status {
  color: #fff;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_status svg {
  width: 16px;
  height: 16px;
}
.tool_status:hover {
  background: #222;
}
.tool_status:hover .text {
  top: -100%;
}
.tool_status:hover .icon {
  top: 0;
}
.tool_status:hover:before,
.tool_status:hover:after {
  opacity: 1;
  visibility: visible;
}
.tool_status:hover:after {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) - 20px);
}
.tool_status:hover:before {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button));
}
.banner_event_css{
  width: 100%;
  height: 40px;
  justify-content: center;
  gap: 10px;
  align-items: center;
  display: none;
  text-align: center;
  color: white;
}
#img_event_css_prew{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 20px;
  width: 20px;
}
.banner_event_css h6{
  color: white;
  margin: 0;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
}
.dddowls{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.dddowls svg {
  display: block;
  position: relative;
  z-index: 1;
}
.uusv{
  display: block;
}
.dddowls h1 {
  position: absolute;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  color: white;
  margin-bottom: 50px;
  font-size: 65px;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  z-index: 2;
  padding: 5px 10px;
}
.dddowls h1:hover{
  color: #4dff00;
}
.dddowls p {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-right: 40px;
  color: white;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  z-index: 2;
  padding: 5px 10px;
}
.botnwiewturos {
  position: absolute;
  margin-left: 10%;
  left: 0;
  bottom: 0;
  background: #5aff07;
  border: none;
  padding: 10px 20px;
  margin-bottom: 25px;
  z-index: 4;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 250px;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-21deg);
}
.botnwiewturos span {
  display: inline-block;
  transform: skew(21deg);
}
.botnwiewturos::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(20, 20, 20);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.botnwiewturos:hover {
  color: #fff;
}
.botnwiewturos:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}
.vertical-text-container_ruhs {
  position: fixed;
  bottom: 0;
  width: 300px;
  right: 0;
  margin-right: -20px;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.vertical-text-container {
  position: fixed;
  top: 0;
  width: 300px;
  left: 0;
  margin-left: -20px;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.vertical-text {
  font-size: 220px;
  color: rgba(255, 255, 255, 0.129);
  white-space: nowrap;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left top;
  font-family: "Bungee Inline", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.vertical-textx {
  font-size: 220px;
  color: rgba(255, 255, 255, 0.129);
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: left top;
  font-family: "Bungee Inline", sans-serif;
  font-weight: 400;
  font-style: normal;
}