@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');

:root{
 --bg-1:#5b7e85;
 --bg-2:#234452;
 --bg-3:#7a9596;
 --bg-4:#3d717a;
 --bg-5:#425759;
--bg-main:var(--bg-4);
--ov-1:rgb(0 190 223 / 70%);
--ov-2:rgba(50, 80, 95, 0.7);
--ov-3:rgba(23, 122, 138, 0.7);
--ov-4:rgba(44, 221, 252,0.7);
--ov-5:rgba(0, 117, 128, 0.7);
--ov-main:var(--ov-4);
--acol-1: #7aefff;
--acol-2:#03b5fc;
--acol-3:#4ae8fd;
--acol-4:#159ff5;
--acol-5:#00d0ff;
--acol-main:var(--acol-4);

--margin25:24px 0px;
--sec-padd:41px 0px;
--border-r:22px;
  --white:white;
  --black:black;
  --gap-25-30: 27px;
  --gap-30-40:37px;

}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  
}


ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

body{
  overflow-x: hidden;
  line-height: 1.4;
  direction: ltr;
  font-family: 'Roboto Serif', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0px;
}
ul,li{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
p,li{
  padding: 5px 0px;
}
a{text-decoration: none;
  transition: all 0.3s ease;
}

img{
  width: 100%;
  display: block;
}

.container-vlb72{
  position: relative;
  width: 100%; 
  max-width: 1240px; 
  margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
  box-sizing: border-box;
  z-index: 1;
}

#vlb721{
  display: none;
}

.box-title-vlb72{
  display: flex;
  justify-content: center;
}
.title-container-vlb72 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: var(--margin25);

}

.icon-left-vlb72,
.icon-right-vlb72 {
  width: 25px; 
  height: 25px;
  color: var(--acol-main);
}

.title-vlb72 {
  flex:1;
  font-size:clamp(22px,4vw,36px);
  color: var(--white);
  font-weight: 700;
  text-align: center;
}


.title-vlb72-vlb72-black{
  color: var(--black);
}

.nav__cont {
  direction: initial;
  position: fixed;
  width: 50px;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 100;
  background-color: #202020;
  overflow: hidden;
  transition: width 0.3s ease;
  cursor: pointer;
  box-shadow: 5px 7px 10px var(--ov-main);
}
.nav__cont:hover {
  width: 200px;
}
.nav__cont:hover .nav__items a{
  opacity: 1;
}
.nav {
  list-style-type: none;
  color: white;
}
.nav:first-child {
  padding-top: 1.5rem;
}
.nav__items{
  width: 200px;
}
.nav__items a {
  position: relative;
  display: block;
  top: -35px;
  padding-left: 25px;
  padding-right: 15px;
  transition: all 0.3s ease;
  margin-left: 25px;
  margin-right: 10px;
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: 1.35em;
  opacity: 0;
}
.nav__items a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1px;
  background: radial-gradient(circle at 94.02% 88.03%, var(--acol-main), transparent 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -10;
}
.nav__items:hover a:after {
  opacity: 1;
}
.nav__items svg {
  width: 26px;
  height: 26px;
  position: relative;
  left: 10px;
  cursor: pointer;
}

.hero-vlb72 {
  padding-left: 50px;
  position: relative;
  width: 100%;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

.hero-vlb72 video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none; 
}

.hero-vlb72::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ov-main); 
  z-index: 2;
}

.hero-content-vlb72 {
  position: relative;
  z-index: 3;
  padding: 24px;
  text-align: center;
}
.thumb-logo-vlb72 {

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width:575px) {
  .thumb-logo-vlb72 {
    flex-direction: column;
  }
}

.hero-logo-vlb72 {
  width: 120px;
}
.hero-logo-vlb72 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.txt-name-logo-vlb72 {
  color: var(--white);
  font-size: 26px;
}
.snowflake-vlb72 {
  position: absolute;
  top: -10px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  opacity: 0.8;
  animation: fall-vlb72 linear infinite;
  z-index: 3;
  pointer-events: none;
}
@keyframes fall-vlb72 {
  0% {
    transform: translateY(-10px) translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) translateX(20px);
    opacity: 0;
  }
}
.box-title-hero-vlb72 {
  text-transform: uppercase;
  color: #0000;
  font-family: sans-serif;
  font-size:clamp(25px,4vw,58px);
  font-weight: 700;
  background: 
    repeating-radial-gradient(#000 0 0.0001%,var(--bg-main) 0 0.0002%) 50% 0/2500px 2500px,
    repeating-conic-gradient(var(--acol-main) 0 0.0001%,#fff 0 0.0002%) 50% 50%/2500px 2500px;
  background-blend-mode: difference;
  mix-blend-mode: lighten;
  -webkit-background-clip: text;
          background-clip: text;
}
.title-main-hero-vlb72{
  font-size: clamp(21px,4vw,32px);
  text-align: center;
  font-weight:  400;
}
.btn-hero-vlb72{
  margin: var(--margin25);
  display: flex;
  justify-content: center;
}

.section-about-vlb72 {
  padding: var(--sec-padd);
  padding-left: 50px;
  background-color: var(--bg-main);
}
.thumb-about-vlb72 {
  display: flex;
  gap: var(--gap-30-40);
  align-items: center;
}
@media (max-width:767px) {
  .thumb-about-vlb72 {
    flex-direction: column;
  }
}
.box-about-vlb72 {
  flex: 1;
}
.big-img-about-vlb72 {
  position: relative;
  width: 80%;
  height: 600px;
  
}
@media (max-width:767px) {
  .big-img-about-vlb72 {
    position: relative;
    height: 400px;
  }
}
.big-img-about-vlb72 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.pos-img-vbl72::before{
  content: "";
  position: absolute;
  left: -20px; 
  top:25px;
  width:50%;
  height: 80%;
  background-color: var(--acol-main); 
  z-index: 0;
  border-radius: 5px;
  transition: left 0.3s ease; 
}
.pos-about-vbl72::before{
  content: "";
  position: absolute;
  left: -20px; 
  top:25px;
  width:50%;
  height: 80%;
  background-color: var(--acol-main); 
  z-index: 0;
  border-radius: 5px;
  transition: left 0.3s ease; 
}
@media (max-width:767px) {
  .pos-about-vbl72::before{
    height: 50%;
  }
}
.pos-about-vbl72:hover::before{
  left: -30px;
}
.pos-img-vbl72.hover-active::before {
  left: -40px;
}
.btn-aboutv-lb72{
  display: flex;
  justify-content: center;
}


.pos-img-vbl72{
  position: relative;
  direction: initial;
}
.pos-about-vbl72{
  position: relative;
  direction: initial;
}
.small-img-about-vlb72 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 320px;
  height: 330px;
  z-index: 1;
  padding: 10px;
  border-radius: 5px;
  background-color: var(--acol-main);
}
@media (max-width:767px) {
  .small-img-about-vlb72  {
    width: 220px;
  height: 230px;
  }  
}
.small-img-about-vlb72 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-txt-vlb72{
  color: var(--white);
  position: relative;
}

.section-step-games-vbl72 {
  padding: var(--sec-padd);
  padding-left: 50px;
}

.thumb-step-games-vlb72 {
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
  justify-content: center;
}
.box-step-games-vlb72 {
  width: 100%;
  padding: 18px;
  background-color: var(--ov-main);
  border-radius: var(--border-r);
  transition: all 0.3s ease;
}
.box-step-games-vlb72:hover{
  transform: translateY(-10px);
}
@media (min-width:768px) {
  .box-step-games-vlb72{
    width: calc(50% - 40px);
  }
  
}
.thumb-card-header-games-vlb72 {
  direction: initial;
  display: flex;
justify-content: space-between;
margin-bottom: 26px;
}
.img-step-games-vlb72 {
  width: 75px;
  height:75px;
  transition: all 0.3s ease;

}
.box-step-games-vlb72:hover .img-step-games-vlb72{
  transform: translateX(30px);

}
.img-step-games-vlb72 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thumb-num-step-games-vlb72{
  position: relative;
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
    justify-content: center;
    transition: all 0.3s ease;

}
.box-step-games-vlb72:hover .thumb-num-step-games-vlb72{
  transform: translateX(-30px);
}
.thumb-num-step-games-vlb72::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: dotted 3px var(--acol-main);
  border-radius: 50%;
  animation: rotateBorder-vlb72 5s linear infinite; 
}

.thumb-num-step-games-vlb72::after {
  content: "";
  position: absolute;
  top: 8px; 
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 5px solid var(--acol-main); 
  border-radius: 50%;
}

@keyframes rotateBorder-vlb72 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.num-txt-step-games-vlb72 {
  font-size: 28px;
  color: var(--white);
}
.txt-step-games-vlb72 {
  color: var(--white);
  font-size: 18px;
}

.section-games1-vlb72{
  padding: var(--sec-padd);
  padding-left: 50px;
  background-image: url(imagevault/bg-assets/opacity_bg-0685189386e746.png);
  background-size: cover; 
   background-repeat: no-repeat; 
   background-position: center; 
}
.card-container-vbl72 {
  display: flex;
  gap: var(--gap-25-30);
  flex-wrap: wrap;
  justify-content: center;
}

.card-vbl72 {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width:767px) {
  .card-vbl72{
    width: 100%;
  }
}
@media (min-width:768px) and (max-width:1023px) {
  .card-vbl72{
    width: calc(50% - 30px);
  }
}
@media (min-width:1024px) {
  .card-vbl72{
    width: calc(33.33% - 30px);
  }
}

.card-vbl72 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-r);
  border: 3px solid var(--acol-main);
}

.overlay-vbl72 {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ov-main); 
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  transition: bottom 0.5s ease;
  border-radius: var(--border-r);

  flex-direction:column;
  justify-content: space-between;
}
@media (max-width:767px) {
  .overlay-vbl72 {
    position: absolute;
    bottom: 0;
}}
@media (min-width:768px) {
  .card-vbl72:hover .overlay-vbl72 {
    bottom: 0;
  }
}

.title-games1-vlb72 {
  
  text-align: center;
  margin: 0;
  font-size:21px;
  color: var(--white);
}
.title-games1-vlb72:hover{
  color: var(--acol-main);
}

.link-block-games1-vlb72{
  width: 100%;
  cursor: pointer;
}


  .link-block-games1-vlb72:hover .txt-games1-card-vbl72{
    color: var(--acol-main);
    }
    .link-block-games1-vlb72:hover .svg-box-games1-vlb72 svg{
      transform: rotate(-25deg);
      color: var(--acol-main);
    
    }
    .link-block-games1-vlb72:hover .svg-box-games1-vlb72{
      border: 1px solid var(--acol-main);
    }


.txt-games1-card-vbl72{
  color: var(--white);
  font-size: 26px;
  font-weight: 400;
}
.box-games1-vlb72{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.svg-box-games1-vlb72{

  padding: 18px;
  border-radius: 50%;
  border: 1px solid var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.svg-box-games1-vlb72 svg{
  transition: all 0.3s ease;
  width: 26px;
  height: 26px;
  color: var(--white);
}

.section-games2-vlb72 {
  padding: var(--sec-padd);
  padding-left: 50px;
  background-color: var(--bg-main);
}

.all-thumb-games2-vlb72 {
  display: flex;
  gap: var(--gap-30-40);
  flex-direction: column;
}
.thumb-games2-vlb72{
  display: flex;
  gap: var(--gap-30-40);
  flex-direction: row;
}
.full-items-box-vlb72{
  flex: 2 ;
}
.box-games2-vlb72{
  flex:1;
}
@media (max-width:767px) {
  .box-games2-vlb72{
    display: none;
  }
}
.item-box-games2-vlb72 {
  padding: 18px;
  background-color: var(--ov-main);
  border-radius: var(--border-r);

}
.box-img-games2-vlb72 {
  width: 100%;
  height: 170px;
  clip-path:polygon(50% 0%, 100% 10%, 100% 35%, 100% 83%, 100% 90%, 50% 100%, 0% 90%, 0% 70%, 0% 10%, 0% 10%);
  transition: clip-path 0.3s ease, transform 0.9s ease;
}
.item-box-games2-vlb72:hover .box-img-games2-vlb72{
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform: scale(0.87); 

}
.box-img-games2-vlb72 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-txt-games2-vlb72 {
  color: var(--white);
}
.link-title-games2-vlb72{
  color: var(--white);
}
.link-title-games2-vlb72:hover{
  color: var(--white);
  opacity: 0.6;
}
.btn-games2-vlb72 {
  margin: var(--margin25);
  display: flex;
  justify-content: center;
}
.box-img-decor-games2-vlb72{
  width: 100%;
  height: 320px;
}
.box-img-decor-games2-vlb72 img{
  width: 100%;
  height: 100%;
  object-fit: contain;


}

.section-gallery-vlb72{
  padding: var(--sec-padd);
  padding-left: 50px;

}
.gallery-vlb72 {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  padding: var(--sec-padd);
}

.gallery-item-vlb72 {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  transition: border-radius 0.3s ease, transform 0.3s ease;
  border: 3px solid var(--acol-main);
}

.gallery-item-vlb72 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item-vlb72:hover {
  border-radius: 0;
  transform: scale(1.3);
  z-index: 10;
}

.gallery-item-vlb72:hover img {
  transform: scale(1.1);
}

.bg-section-vlb72-gal-com{
  display: flex;
  position: relative;
  background-attachment: fixed;
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center; 
  flex-direction: column;
  background-image: url(imagevault/bg-assets/bg-light-0685189386e637.jpg);
}

.bg-section-vlb72-gal-com::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ov-main); 
  z-index: 1;
  }
.section-comm-vlb72{
  padding: var(--sec-padd);
  padding-left: 50px;
}
.comments-container-vlb72 {
  margin: 0 auto;
  width: 100%;
  max-width: 800px; 
  height: 320px; 
  overflow: hidden;
  position: relative;
  border: 3px solid var(--acol-main);
  border-radius: var(--border-r);
}

.comments-vlb72 {
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.comment-vlb72 {
  padding: 10px;
  height: 320px; 
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
background-color: var(--bg-main);}
.thumb-ava-star-vlb72 {
  display: flex;
  gap: var(--gap-30-40);
  align-items: center;
  flex-direction: column;
}
.img-comm-vlb72 {
  padding: 10px;
  width: 100px;
  height: 100px;
  position: relative;
}
.img-comm-vlb72::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: dotted 3px var(--acol-main);
  border-radius: 50%;
  animation: rotateBorder-vlb72 5s linear infinite;
}
.img-comm-vlb72 img{
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svg-box-vlb72 svg{
  width: 26px;
  height: 26px;
  color: var(--acol-main);
}
.txt-comm-vlb72{
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight:  400;
}

.section-form-vlb72{
  padding: var(--sec-padd);
  padding-left: 50px;
  background-color: var(--bg-main);
}
.form-vlb72 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 960px;
  margin: 0 auto;
}
.form-vlb72 label{
  color: var(--white);
  margin-left: 10px;
}
.input-main_sectionpart{
  outline: none;
  border: 3px dotted var(--acol-main);
  border-radius:var(--border-r);
  min-height:50px;
  padding: 10px;
}
.textarea-main_sectionpart{
  outline: none;
  border: 3px dotted var(--acol-main);
  border-radius:var(--border-r);
  min-height:90px;
  max-height:150px;
  max-width:960px;
  padding: 10px;
}

.input-main_sectionpart:focus,
.input-main_sectionpart:active{
  box-shadow: 0 5px 6px 5px var(--ov-main);
}
.textarea-main_sectionpart:focus,
.textarea-main_sectionpart:active{
  box-shadow: 0 5px 6px 5px var(--ov-main);
}

.box-form-button-vlb72 {
  display: flex;
  justify-content: center;
  margin: var(--margin25);
}

.section-footer-vlb72{
  border-top: 1px solid var(--acol-main);
  padding: var(--sec-padd);
  padding-left: 50px;
  background-color: var(--bg-main);
}
.thumb-disclainer-vlb72{
  display: flex;
  flex-direction: column;
  padding: 18px;
  background-color: var(--acol-main);
  border-radius: var(--border-r);
}
.txt-disclaimer-vlb72{
  text-align: center;
  color: var(--white);
  font-size: 18px;

}
.box-thumb-copy-vlb72{
  margin: var(--margin25);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap-30-40);
}
@media (max-width:575px) {
  .box-thumb-copy-vlb72{
    flex-direction: column;
  }
}
.copy-title-vlb72{
  color: var(--white);
  font-size: 19px;
  font-weight: 700;
}
.box-img-diclaimer-vlb72{
  width: 75px;
}
.box-link-footer-vlb72{
  margin: var(--margin25);
  display: flex;
  justify-content: center;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
}
.footer-links-vlb72{
  color: var(--white);
  font-size: 19px;
  text-align: center;
}
.footer-links-vlb72:hover{
color: var(--acol-main);
}

.contact-form-vlb72{
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 960px;
  margin: 0 auto;
}
.pos-cont-vlb72{
  display: flex;
  flex-direction: column;
}
.contact-form-input-vlb72{
  outline: none;
  border: 3px dotted var(--acol-main);
  border-radius:var(--border-r);
  min-height:50px;
  padding: 10px;
}
.contact-form-input-vlb72:focus,
.contact-form-input-vlb72:active{
  box-shadow: 0 5px 6px 5px var(--ov-main);
}
.box-adr-info-vlb72{
  display: flex;
  gap: var(--gap-30-40);
  margin: var(--margin25);
}
@media (max-width:575px) {
  .box-adr-info-vlb72{
    flex-direction: column;
  }
}
.info-item-vlb72{
  width:100% ;
  display: flex;
  flex-direction: column;
  padding: 18px;
  background-color: var(--ov-main);
  border-radius: var(--border-r);
  align-items: center;
  gap: 10px;
} 
.contact-boks-vlb72{
  margin: var(--margin25);
}
.cont-svg-vlb72{
  display: flex;
  width: 65px;
  height: 65px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cont-svg-vlb72 svg{
  width: 45px;
  height: 45px;
  color: var(--acol-main);
}
.cont-svg-vlb72::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: dotted 3px var(--acol-main);
  border-radius: 50%;
  animation: rotateBorder-vlb72 5s linear infinite;
}
.link-cont-vbl72,.txt-adress-vlb72{
  word-break: break-all;
  color: var(--white);
  text-align: center;
}
.link-cont-vbl72:hover{
  color: var(--acol-main);
}

.box-privacy-cont-vlb72 {
  display: flex;
  align-items: center;
}

.check-color-vlb72 {
  color: var(--white);
  font-size: clamp(12px,2vw,16px);
}
.privacy-link-vlb72 {
  color: var(--white);
  font-size: clamp(12px,2vw,16px);

}
.privacy-link-vlb72:hover {
  color: var(--cr-main);
}
.box-form-btt-vlb72 {
  display: flex;
  justify-content: center;
  margin: var(--margin25);
}

.games-thumb-page-vlb72{
  display: flex;
  gap:var(--gap-30-40);
  flex-direction: column-reverse;
  background-color: var(--bg-main);
  padding: var(--sec-padd);
  padding-left: 50px;
}

.bg-page-vlb72{
  padding-left: 50px;
  background-color: var(--bg-main);

}
.section-main-page-vlb72{
  background-color: var(--bg-main);
}

.thumb-img-main-vlb72 {
  padding: 20px;

}
.main-page-vlb72 {
  height: 420px;
  object-fit: contain;
}
@media (max-width:575px) {
  .main-page-vlb72 {
    height: auto;
  }
}
.txt-main-page-vlb72 {
  color:var(--white);
}
.thumb-online-games-page-vlb72{
  display: flex;
  gap: var(--gap-30-40);
  margin:var(--margin25);
  justify-content: space-around;
}
@media (max-width:575px) {
  .thumb-online-games-page-vlb72{
    flex-direction: column;
    align-items: center;
  }
}
.box-obline-games-page-vlb72 {
  display: flex;
  gap: 3px;
}
.txt-games-online-vlb72{
  color: var(--acol-main);
  font-size: 18px;

}
.box-svg-games-page-vlb72 {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
}
.box-svg-games-page-vlb72 svg{
  width: 26px;
  height: 26px;
  color: var(--acol-main);
}
.privacy-section-vlb72 {
  word-break: break-all;
  padding: var(--sec-padd);
  background-color: var(--bg-main);
  padding-left: 50px;
}

.privacy-vlb72 {
  color: var(--white);
}
.privacy-vlb72 h1{
  font-size: clamp(24px,4vw,28px);
}

.btt-vlb72-1 {
  color: #000;
  padding: 18px 37px;
  border-radius: 30;
  cursor: pointer;
  border: 0;
  background-color: rgb(179, 245, 244);
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.5s ease;
}

.btt-vlb72-1:hover {
  letter-spacing: 3px;
  background-color: var(--acol-main);
  color: var(--white);
  box-shadow: var(--acol-main) 0px 7px 29px 0px;
}

.btt-vlb72-1:active {
  letter-spacing: 3px;
  background-color: var(--acol-main);
  color: var(var(--white));
  box-shadow: var(--acol-main) 0px 0px 0px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

.btt-vlb72-2 {
  background:var(--ov-main);
  color:var(--white);
  font-family: inherit;
  padding: 10px  24px;
  font-weight: 700;
  font-size: 18px;
  border: 3px solid var(--cr-main);
  border-radius: 0.4em;
  box-shadow: 0.1em 0.1em;
  cursor: pointer;
}

.btt-vlb72-2:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: 0.15em 0.15em;
}

.btt-vlb72-2:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em;
}

.btt-vlb72-3 {
  padding:  24px 26px;
cursor: pointer;
  border: none;
  border-radius: 10em;
  background: var(--acol-main);
  font-size: clamp(17px,4vw,21px);
  color: #ffffff;
  font-weight: 400;
 }
 
 .btt-vlb72-3:hover {
  animation: shake3856 0.3s linear infinite both;
 }
 
 @keyframes shake3856 {
  0% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 
  20% {
   -webkit-transform: translate(-2px, 2px);
   transform: translate(-2px, 2px);
  }
 
  40% {
   -webkit-transform: translate(-2px, -2px);
   transform: translate(-2px, -2px);
  }
 
  60% {
   -webkit-transform: translate(2px, 2px);
   transform: translate(2px, 2px);
  }
 
  80% {
   -webkit-transform: translate(2px, -2px);
   transform: translate(2px, -2px);
  }
 
  100% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 }


 .btt-vlb72-4 {
  border-radius: .25rem;
  text-transform: uppercase;
  padding: 18px 18px;
  color: #fff;
  -webkit-clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
  clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
  font-size:18px;
  letter-spacing: 1.1px;
  transition: .2s .1s;
  background-image: linear-gradient(90deg,var(--bg-main),var(--acol-main));
  border: 0 solid;
  overflow: hidden;
}

.btt-vlb72-4:hover {
  cursor: pointer;
  transition: all .3s ease-in;
  padding-right: 26px;
}
.btt-vlb72-5{
  background-color: var(--acol-main);
  padding: 15px 37px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px dashed var(--acol-main);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 1px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: .5s;
 }
 
 .btt-vlb72-5 span:last-child {
  display: none;
 }
 
 .btt-vlb72-5:hover {
  transition: .5s;
  border: 1px dashed var(--acol-main);
  background-color: var(--white);
  color: var(--acol-main);
 }
 
 .btt-vlb72-5:active {
  background-color: var(--bg-main);
 }
 
 .privacy-vlb72 ul, .privacy-vlb72 ol, .txt-main-page-vlb72 ul, .txt-main-page-vlb72 ol{
   list-style: disc !important;
 }
 
 .privacy-vlb72 li, .txt-main-page-vlb72 li{
  list-style: disc !important;
}

.hero{
  height: 120px !important;
  min-height: 120px;
}