@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

:root{
  --egipt-1:#f7c774;
  --egipt-2:#e6bf8c;
  --egipt-3:#D2A56E;
  --egipt-4:#A97845;
  --egipt-5:#c07159;
  --egipt-over-1:rgba(247, 199, 116,0.6);
  --egipt-over-2:rgba(230, 191, 140,0.6);
  --egipt-over-3:rgba(210, 165, 110,0.6);
  --egipt-over-4:rgba(169, 120, 69,0.6);
  --egipt-over-5:rgba(192, 113, 89,0.6);

  --other-1:#ffa60b;
  --other-2:#eb8d00;
  --other-3:#6e0202;
  --other-4:#5f5100;
  --other-5:#802e08;
--sec-padd:50px 0px;
--border-r:0px;
  --white:white;
  --black:black;
  --gap-25-30: 26px;
  --gap-30-40:35px;

}


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;
 
}


ol, ul {
  list-style: none;
}

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

body{
  overflow-x: hidden;
  line-height: 1.4;
  background-color:var(--egipt-1);
  direction: ltr;
  font-family: 'DM Mono', sans-serif !important;
  font-size: 13px;
  margin: 0;
  padding: 0px;
}

ul,li{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
p,li{
  padding: 10px 0px;
}

a{text-decoration: none;
  color: var(--light-gray);
}

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

.cont-12vb {
  position: relative;
  width: 100%; 
  max-width: 1237px; 
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.media-thumb-title-12vb{
  display: flex;
  justify-content: center;
  margin: 23px 0px;
  gap: 5px;
}
.title-12vb {
  font-size:clamp(17px,4vw,26px);
  color: var(--white); 
  text-align: center; 
  font-weight:500; 
}
.award-title-12vb{
  display: flex;
  align-items: center;
}

.award-title-12vb svg{
  width: 29px;
  height: 29px;
  color: var(--other-1);
  animation: rotateElement 4s linear infinite;
}

@keyframes rotateElement {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.wrapper{
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 80vh;
  margin: 0 auto;
  width: 100%;
  padding: 23px 47px;
}

.main-header a{
  text-transform: uppercase;
}

.masthead{
  position: relative;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width:575px) {
  .masthead{
    flex-direction: column;
    gap: 12px;
  }
}
.masthead h1{
  transition-delay: 450ms;
  color: var(--white);
  font-size: clamp(17px,4vw,26px);
}

.menu-toggle{
  cursor: pointer;
  width: 58px;
  z-index: 3;
}

.menu-toggle div{
  background-color: #ccc;
  border-radius: 23px;
  box-shadow: 0px 3px 12px rgba(0,0,0,.3);
  height: 10px;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(.13,.24,.35,1.64);
}

.menu-toggle .one,
.menu-toggle .two{
  margin-bottom: 10px;
}

.main-contents{
  flex: auto;
}

.main-contents h2{
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main-contents p{
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 1.4;
       color: #ccc;
       transition-delay: 150ms;
       transition-duration: 850ms;
}

.main-footer span{
   transition-delay: 150ms;
   transition-duration: 1350ms;
}

.main-footer{
  font-size: 14px;
  letter-spacing: .18rem;
  margin-bottom: 24px;
   margin-top: 37px;
  text-align: center;
  text-transform: uppercase;
}


@media (min-width:576px) {
  .main-nav-list::before,
.main-nav-list::after{
  z-index: 3;
  background-color:var(--egipt-1);
  content:"";
  position: absolute;
  top: 0;
  height: 80vh;
  width: 0vw;
  transition: all 100ms ease-in-out 300ms;
}
}

.main-nav-list::before{
  left: 0;
}
.main-nav-list::after{
  right: 0;
}

.main-nav-list ul{
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2000;
}

.main-nav-list a{
  transition: all 0.3s ease;
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  transition-delay: 130ms;
  color:var(--white);
}

.main-nav-list a:hover{
  color:var(--other-1)
}
@media (min-width:768px) {
  .main-nav-list a{
    font-size: 26px;
  }
}
.main-nav-list .mobile-hide{
  display: none;
}

.masthead.active h1{
  text-shadow: 0px 2px 2px rgba(0,0,0,.4);
}

.menu-toggle.active .one{
  box-shadow: 0px 2px 12px rgba(0,0,0,.4);
  transform: translate(0, 14px) rotate(45deg);
}

.menu-toggle.active .two{
  background-color: transparent;
  box-shadow: none;
  transform: translateX(-55px);
}

.menu-toggle.active .three{
  box-shadow: 0px 2px 12px rgba(0,0,0,.4);
  transform: translate(0,-14px) rotate(-45deg);
}

.main-nav-list.active::before,
.main-nav-list.active::after{
  width: 24vw;
}

.main-nav-list.active ul{
  z-index: 2;
  background-color:var(--egipt-1);
  top: 50%;
  transform: translate(-50%,-50%);
  transition-delay: 560ms;
  transition-duration: 240ms;
  transition-timing-function: cubic-bezier(.1, .2, .3, 1.4);
  flex-direction: column-reverse;
  justify-content: center;
  display: flex;
  width: 70%;
  height: 50%;
}
@media (max-width:767px) {
  .main-nav-list.active ul{
    width: 100%;
  }
}
@media (min-width:767px) {
  .main-nav-list.active ul{
    padding: 58px;
  }
}
.main-nav-list.active a{
  opacity: 1;
}

.section-hero-12vb{
  position: relative;
  direction: initial;
}

.section-hero-12vb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); 
  z-index: 1; 
}

.slider-container-12vb {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.slide-12vb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slide-animation-12vb 12s infinite;
}

.slide-12vb:nth-child(1) {
  animation-delay: 0s;
}

.slide-12vb:nth-child(2) {
  animation-delay: 6s;
}

.slide-12vb:nth-child(3) {
  animation-delay: 12s;
}

@keyframes slide-animation-12vb {
  0%, 20% {
      opacity: 1;
      transform: scale(1.0);
  }
  50% {
      opacity: 1;
      transform: scale(1.2);
  }
  80%, 100% {
      opacity: 0;
      transform: scale(1.2);
  }
}

.slide-12vb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo-img-12vb{
  display: flex;
  justify-content: center;
  width: 69px;
  margin: 0px 12px;
}

.logo-img-12vb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-thumb-title-hero-12vb{
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}

.box-title-hero-12vb {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}

.title-hero-12vb{
  color:var(--white);
  font-size: clamp(20px,4vw,78px);
}
@media (min-width:992px) {
  .title-displ-12vb{
    display: none;
  }
}
#animated-title{
  letter-spacing: 30px;
}

@media (max-width:991px) {
  #animated-title{
    display: none;
  }
}

.title-hero-12vb span {
  display: inline-block;
  transition: transform 0.4s ease-in-out;
}

.btn-hero-12vb{
  display: flex;
  justify-content: center;
  margin-top: 37px;
}

.section-aboutus-12vb{
  padding: var(--sec-padd);
  background-color: var(--egipt-1);
}
.media-thumb-aboutus-all-12vb{
  display: flex;
  gap: var(--gap-25-30);
  padding: var(--sec-padd);
  max-width: 1105px;
  margin: 0 auto;
  flex-direction: row-reverse;
}

@media (max-width:991px) {
  .media-thumb-aboutus-all-12vb{
    flex-direction: column;
  }
}

.media-thumb-img-all-12vb{
  flex: 1;
  position: relative;
}

.img-aboutus-12vb {
  z-index: 4;
  object-fit: cover;
  border-top-left-radius: 1105px;
  border-top-right-radius: 1105px;
  width: 100%;
  height: 615px;
  position: relative;
  overflow: hidden;
}

@media (max-width:991px) {
  .img-aboutus-12vb {
    height: 315px;
  }
}
.img-aboutus-12vb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.graphic-decor-aboutus-12vb{
  z-index: 1;
  border: 1px solid var(--other-1);
  border-top-left-radius: 736px;
  border-top-right-radius: 736px;
  width: 100%;
  height: 100%;
  margin-top: -15px;
  margin-left: -15px;
  position: absolute;
  inset: 0%;
}
.graphic-decor-aboutus-12vb-2{
  z-index: 1;
  border: 1px solid var(--other-1);
  border-top-left-radius: 736px;
  border-top-right-radius: 736px;
  width: 100%;
  height: 100%;
  margin-top: -29px;
  margin-left: -29px;
  position: absolute;
  inset: 0%;
}
.coins-aboutus-12vb{
  z-index: 5;
  width: 28%;
  position: absolute;
  inset: 0% 0% auto auto;
  animation: rotateX 4s linear infinite;
  transform-style: preserve-3d; 
}

@keyframes rotateX {
  from {
      transform: rotateY(0deg);
  }
  to {
      transform: rotateY(360deg); 
  }
}
.media-thumb-about-txt-12vb {
  flex: 2;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.box-aboutus-txt-12vb{
  margin-bottom: 29px;
  width: 80%;
  font-size: clamp(17px,4vw,18px);
  font-weight: 500;
  color: var(--white);
}

.section-games1-12vb{
  padding: var(--sec-padd);
  background: url('visualtreasure/bg-assets/bg-light-06908c4efeb716.jpg') center/cover no-repeat;
  position: relative;

}
.section-games1-12vb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--egipt-over-1); 
}
.media-thumb-blog-card-12vb{
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-25-30);
  position: relative;
}

.blog-card {
  position: relative;
  width:100%;
  height: 442px;
  color:#fff;
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--border-r);
  box-shadow: 0px 12px 15px -10px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition:all 0.4s;
  background-size: 100%;
}
@media (min-width:768px) and (max-width:1023px) {
  .blog-card {
    width: calc(50% - 29px);
  }
}
@media (min-width:1024px) {
  .blog-card {
    width: calc(33.33% - 29px);
  }
}
.card-picture-blog{
  position: absolute;
  width:100%;
  height: 100%;
  object-fit: cover;
}
.blog-card a{ 
color:#fff;
  text-decoration:none;
  transition:all 0.2s
}
.blog-card .color-overlay {
  background: rgba(64, 84, 94,0.5);
  width: 100%;
  height: 442px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.blog-card .gradient-overlay {  
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 21%);
  width: 100%;
  height: 442px;
  position: absolute;
  top: 347px;
  left: 0;
  z-index: 1;
}
.blog-card:hover{
    box-shadow: 0px 15px 24px -10px rgba(0, 10, 30, 0.75);
}

@media (max-width:767px) {
  .blog-card .card-info {
    opacity: 1;
    bottom: 47px;
  }
}
@media (min-width:768px) {
  .blog-card:hover .card-info {
    opacity: 1;
    bottom: 86px;
  }
}
.blog-card:hover .color-overlay {
  background: rgba(64, 64, 70,0.6);
}
.blog-card:hover .title-content{
  margin-top: 64px;
}
.title-content {
  text-align: center;
  margin: 164px 0 0 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  transition:all 0.6s;
}

@media (max-width:767px) {
  .blog-card h3:after{
    animation: changeLetter 0.3s 1 linear;
    width:80%
  }
}

@media (min-width:768px) {
  .blog-card:hover h3:after{
    animation: changeLetter 0.3s 1 linear;
    width:80%
  }
}

.title-blog-card-12vb {
  font-size:clamp(17px,4vw,21px);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  display:inline-block;
  padding: 0px 12px;
}

.title-blog-card-12vb a{  
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);  
  transition:all 0.2s;
}

.title-blog-card-12vb a:hover{
  text-shadow: 0px 10px 29px rgba(0, 0, 0, 0.95);
}

.title-blog-card-12vb:after {
  content: " ";
  display: block; 
  width: 10%;
  height: 1px;
  margin: 15px auto;
  border: 0;
  transition:all 0.2s ease;
  background: var(--other-1);
}

@keyframes changeLetter {
  0% {
    width: 10%;
  }
  100% {
    width: 80%;
  }
}


.card-info {
   box-sizing: border-box;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: -37px;
  left: 0;
  margin: 0 auto;
  padding: 0 47px;
  font-size: 13px;
  line-height: 1.4;
  z-index: 2;
  opacity: 0;
  transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.txt-card-info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
}

.card-info a{
  display:block;
  margin: 15px auto;
  background:#fff;
  color:#444;
  padding: 4px 12px;
  border-radius: 2px;
  font-size: 14px;
}
.card-info a:hover{
  background: var(--other-1);
  color:#fff;
}

.card-info a:hover span{
   filter: brightness(10);
   opacity:1
}

@media (max-width:500px){

  .card-info{
    display:none
  }
  .blog-card:hover .title-content,.title-content{
  margin-top: 37px;
}
  .blog-card{
    height: 305px;
  }
  .blog-card h3{
    font-size: 17px;
  }
  .intro{
    font-size: 13px;
  }
}

.section-games2-12vb{
  padding: var(--sec-padd);
}

.postercontainer {
  justify-content: center;
  display: flex;
  gap: var(--gap-25-30);
  flex-wrap: wrap;
}

.box-poster-12vb{
  width: 100%;
}

.box-poster-12vb:hover .poster{
  transform: scale(1.01);
}

.box-poster-12vb:hover .title-poster-12vb{
  background-color: var(--other-1);
}

.poster {
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:  23px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  perspective: 1000px;
 
  &:after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-radius:  23px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(
        265deg,
        rgba(0, 0, 0, 0.2),
        transparent 15%
      ),
      linear-gradient(4deg, rgba(0, 0, 0, 0.2), transparent 14%),
      linear-gradient(-4deg, rgba(0, 0, 0, 0.1), transparent 14%),
      linear-gradient(4deg, rgba(0, 0, 0, 0.1), transparent 14%),
      linear-gradient(-264deg, rgba(0, 0, 0, 0.2), transparent 14%),
      linear-gradient(-4deg, rgba(0, 0, 0, 0.2), transparent 14%),
      linear-gradient(266deg, rgba(0, 0, 0, 0.2), transparent 14%);
      background-size: 50% 33.3333%, 50% 33.3333%, 50% 33.3333%, 50% 33.3333%,
      50% 33.3333%, 50% 33.3333%, 50% 33.3333%;
      background-position: left top, left top, right top, left center,
      right center, right center, left bottom;
  }

  &__img {
    margin: 15px;
    width: 90%;
    height: 95%;
    z-index: 1;
    filter: sepia(30%) saturate(50%);
  }
}
@media (min-width:767px) and (max-width:991px) {
  .box-poster-12vb {
    width: calc(50% - 29px);
  }
}
@media (min-width:992px) {
  .box-poster-12vb {
    width: calc(33.33% - 29px);
  }
}
.poster__img{
  height: 415px;
  object-fit: cover;
  border-radius:  23px;
}
.title-poster-12vb{
  position: absolute;
  background-color:rgba(0, 0, 0, 0.5) ;
  padding: 12px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.title-poster-12vb h2{
  text-align: center;
  font-size: clamp(17px,4vw,20px);
  color: var(--white);
  font-weight: {font_weight_bold};
}

.rotate-section-12vb{
  display: flex;
  flex-direction: column-reverse;
}
.section-liders-12vb{
  padding: var(--sec-padd);
}
.media-thumb-liders-12vb {
  display: flex;
  gap: var(--gap-30-40);
  flex-direction: row-reverse;
}
.box-liders-12vb {
  display: flex;
  flex: 1;
  gap: 12px;
  flex-direction: column;
}
.box-all-media-thumb-liders-12vb{
  transition: transform 0.3s ease;
  box-shadow: 0 0 10px var(--other-1);
  animation: shadowPulse 2s infinite alternate ease-in-out;
  display: flex;
  border-radius:var(--border-r);
  justify-content: space-between;
  gap: 12px;
  background-color: var(--other-1);
   padding: 13px;
}

@keyframes shadowPulse {
    0% {
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    100% {
        box-shadow: 0 0 29px rgba(0, 0, 0, 0.5);
    }
}
.box-all-media-thumb-liders-12vb:hover{
  transform: scale(1.04);
}
.box-media-thumb-liders-12vb {
  display: flex;
  gap: 12px;  
}

.box-img-liders-12vb {
  width: 64px;
  height: 64px;
  border-radius: 0%;
}

.box-img-liders-12vb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.number-lider-12vb{
  font-weight: {font_weight_bold};
  font-size: clamp(17px,4vw,35px);
  color: var(--white);
}

.box-name-liders-12vb {
  font-weight: {font_weight_bold};
  font-size: clamp(17px,4vw,35px);
  color: var(--white);
}

.img-liders-12vb{
  flex:1;
}

@media (max-width:767px) {
  .img-liders-12vb {
    display: none;
  }
}
.img-box-liders-12vb{
  height: 378px;
  }

.img-box-liders-12vb img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: chestAnimation 3s infinite ease-in-out;
}
@keyframes chestAnimation {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(3deg);
  }
}

.section-gallery-12vb{
  padding: var(--sec-padd);
  direction: initial;
}
.container-gallery-12vb{
  width: min(736px, 100% - 50px);
  margin-inline: auto;
}

.carousel {
  position: relative;
}

.carousel__container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  border-radius: 12px;
  box-shadow: 0 0 15px 10px var(--egipt-over-1);
}

.carousel__container::-webkit-scrollbar {
  display: none;
}

.carousel-content {
  scroll-snap-align: start;
}
.carousel-content img{
  object-fit: cover;
  min-height: 415px;
  max-height: 415px;
  border-radius: var(--border-r);
}

.btn-carousel-12vb {
display: none;
}

.pagination {
  margin-top: 29px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pagination__btn {
  width: 15px;
  height: 15px;
  border-radius: 12px;
  transition: width 300ms ease;
  background-color: var(--other-1);
  border:none;
  cursor:pointer;
}

.active-pagination {
  width:  29px;
  cursor: auto;
}


.form-section-12vb{
padding: var(--sec-padd);
background-image: url("visualtreasure/bg-assets/bg-light-16908c4efeb74f.jpg");
background-size: 50% 100%, 50% 100%; 
background-repeat: no-repeat; 
background-position: right, right; 
background: var(--other-1); 
}

.content{
  padding: var(--sec-padd);
  max-width: 958px;
  background-color: var(--egipt-1);
}

.forms-width-12vb {
  border-radius: var(--border-r);
  display: flex;
  flex-direction: column;
  padding: 0px 23px;
  gap: 12px;
}

.forms-width-12vb label{
  color:var(--white);
  font-weight: 500;
}

.input-inputcontainer-element{
  border: 1px solid var(--other-1);
  color: var(--black);
  background-color: var(--white);
  border-radius: 7px;
  max-width: 100%;
  min-height: 40px;
  margin-bottom: 0;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.4;
  transition: border .3s;
  display: block;
  outline:none;
}
.input-inputcontainer-element:focus{
  transform: scale(1.01);
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.5);
}
.textarea-inputcontainer-element{
  border: 1px solid var(--other-1);
  color: var(--black);
  background-color: var(--white);
  border-radius: 7px;
  max-width: 100%;
  min-height: 40px;
  margin-bottom: 0;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.4;
  transition: border .3s;
  display: block;
  outline:none;
}
.textarea-inputcontainer-element:focus{
  transform: scale(1.01);
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.5);
}
.cntr-12vb {
  display: flex;
  align-items: center;
  gap: 7px;
}

.check-color-12vb {
  font-size: clamp(13px,4vw,17px);
  color: var(--white);
}

.btn-form-12vb {
  display: flex;
  justify-content: center;
}

.footer-section-12vb{
  padding: var(--sec-padd);
  border: 1px solid var(--other-1);
}

.media-thumb-footer-12vb{
  display: flex;
  justify-content: center;
}

.flex-link-politik-12vb{
  margin: 23px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.footer-links-12vb{
  color: var(--white);
  transition: all 0.3s ease;
}

.footer-links-12vb:hover{
  color: var(--other-1);
}

.discl-graphic-decor-12vb img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: rotateX 8s linear infinite;
  transform-style: preserve-3d; 
}

.media-thumb-block-discl-12vb {
  border-radius: var(--border-r);
  padding: 29px 15px;
  background-color: var(--other-4);
  box-shadow: 0 0 12px var(--egipt-over-1);
  animation: shadowPulse 2s infinite alternate ease-in-out;
}


.golden-text {
  text-align: center;
  font-size: 20px;
  background: linear-gradient(90deg, #ffd700, #ff5e00, #ffb115, #ffd700);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 1s linear infinite;
  font-weight: 500
} 

@keyframes shine {
  0% {
      background-position: 0%;
  }
  100% {
      background-position: 200%;
  }
}

.box-img-disclaimer-12vb{
  margin: 23px 0px;
  display: flex;
    align-items: center;
    gap: var(--gap-25-30);
    justify-content: center;
}

.img-18-12vb{
  width: 124px;
}

.img-18-12vb img {width: 100%;
height: 100%;
object-fit: cover;
}

.copy-title-12vb{
  color: var(--white);
}

.privacy-section-12vb{
  padding: var(--sec-padd);
}

.privacy-12vb {
  color: var(--white);
  word-break: break-all;
}

.aboutus-section-page-12vb{
  padding: var(--sec-padd);
  background-color: var(--egipt-1);
}
.descrip-about-12vb{
  color: var(--white);
  text-align: center;
  font-size: clamp(17px,4vw,20px);
  font-weight: {font_weight_bold};
}
.media-thumb-aboutus-testi-12vb{
  display: flex;
  gap: var(--gap-30-40);
  margin: var(--sec-padd);

}
@media (max-width:767px) {
  .media-thumb-aboutus-testi-12vb{
    flex-direction: column;
  }
}
.snip1473 {
  position: relative;
  overflow: hidden;
  margin: 12px;
  height: 100%;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4;em;
  background-color: #e6e6e6;
  padding-top: 69px;
}

.snip1473 img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  opacity: 0.83;
}
@media (max-width:575px) {
  .snip1473 img {
    width: 100%;
  }
}
.snip1473 figcaption {
  width: 100%;
  background-color: var(--other-1);
  padding: 23px;
  position: relative;
  color: #ffffff;
  box-shadow: 0 0 10px var(--other-1);
  animation: shadowPulse 2s infinite alternate ease-in-out;
}

.snip1473 .profile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  max-height: 69px;
  opacity: 1;
}
.snip1473 h3 {
  font-size: 20px;
  margin: 23px;
  font-weight: 200;
  top: 0;
  right: 0;
  text-align: right;
}

@media (min-width:576px) {
  .snip1473 h3 {
    position: absolute;
  }
}

.snip1473 h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #bdc3c7;
}

.snip1473 blockquote {
  margin: 0 0  12px;
  padding: 0 0 29px;
  letter-spacing: 1px;
  opacity: 10px;
  font-size: 17px;
  font-weight: 200;
}

.snip1473 blockquote:after {
  position: absolute;
  font-size: 178px;
  line-height: 1.4;
  color: #212121;
  font-style: normal;
  content: "\201D";
  right: 15px;
  bottom: -108px;
}

.container {
  width: 100%;
  max-width: 1215px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.form-container {
  display: flex;
  gap: 29px;
  justify-content: space-between;
  margin-top: 47px;
}

@media (max-width:767px) {
  .form-container {
    flex-direction: column;
  }
}

.input-contacts-12vb {
  width: 100%;
  padding: 12px;
  margin: 12px 0;
  border: 1px solid #ccc;
  border-radius: 7px;
  outline: none;
}
.input-contacts-12vb:focus{
  transform: scale(1.01);
  border: 1px solid var(--other-1);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 29px;
}

.contact-info p {
  margin: 12px 0;
}
@media (min-width:768px) {
  .form {
    flex: 1;
  }
  .contact-info {
    flex: 1;
    text-align: left;
  }
}
.box-number-12vb{display: flex;
  gap: 12px;
  flex-direction: column-reverse;
}

.link-contacts-12vb{
  transition: all 0.3s ease;
  color: var(--white);
}

.link-contacts-12vb:hover{
  color: var(--other-1);
}

.box-privacy-cont-12vb{
  display: flex;
 gap: 7px;
}

.btn-contacts-12vb{
  margin: 23px 0px;
  display: flex;
  justify-content: center;
}

.section-main-page-12vb {
  padding: var(--sec-padd);
}

.main-page-12vb{
  height: 415px;
  object-fit: contain;
  border-radius: 23px;
}

.media-thumb-img-main-12vb {
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:  23px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  height: 415px;
  object-fit: contain;
  perspective: 1000px;


  &:after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-radius: 23px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(
        265deg,
        rgba(0, 0, 0, 0.2),
        transparent 15%
      ),
      linear-gradient(4deg, rgba(0, 0, 0, 0.2), transparent 14%),
      linear-gradient(-4deg, rgba(0, 0, 0, 0.1), transparent 14%),
      linear-gradient(4deg, rgba(0, 0, 0, 0.1), transparent 14%),
      linear-gradient(-264deg, rgba(0, 0, 0, 0.2), transparent 14%),
      linear-gradient(-4deg, rgba(0, 0, 0, 0.2), transparent 14%),
      linear-gradient(266deg, rgba(0, 0, 0, 0.2), transparent 14%);
      background-size: 50% 33.3333%, 50% 33.3333%, 50% 33.3333%, 50% 33.3333%,
      50% 33.3333%, 50% 33.3333%, 50% 33.3333%;
      background-position: left top, left top, right top, left center,
      right center, right center, left bottom;
  }

  &__img {
    margin: 15px;
    width: 90%;
    height: 95%;
    z-index: 1;
    filter: sepia(30%) saturate(50%);
  }
}
.txt-main-page-12vb {
  color: var(--white);
}

.vb12-bb-1{
  border: 1px solid var(--other-1);
  background-color: var(--other-1);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-radius: 12px;
  justify-content: center;
  padding: 15px 29px;
  line-height: 1.4;
  transition: all .3s;
  display: flex;
  cursor:pointer;
}

.vb12-bb-1:hover{
  background-color: var(--white);
  color: var(--other-1);
}

.vb12-bb-2 {
  display: inline-block;
  padding: 0.12px 29px;
  font-size: 13px;
  font-weight: {font_weight_bold};
  color: var(--white);
  border: 3px solid var(--other-1);
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
 }
 
 .vb12-bb-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:var(--other-1);
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
 }
 
 .vb12-bb-2:hover::before {
  transform: translateX(0);
 }

 .vb12-bb-3 {
  position: relative;
  width: 147px;
  height: 58px;
  border-radius: 47px;
  border: none;
  background-color: var(--other-1);
  color: white;
  box-shadow: 0px 12px 12px var(--egipt-over-1) inset,
  0px 5px 12px rgba(5, 5, 5, 0.212),
  0px -12px 12px var(--other-1) inset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vb12-bb-3::before {
  width: 70%;
  height: 1px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.678);
  content: "";
  filter: blur(1px);
  top: 10px;
  border-radius: 50%;
}

.vb12-bb-3::after {
  width: 70%;
  height: 1px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.137);
  content: "";
  filter: blur(1px);
  bottom: 10px;
  border-radius: 50%;
}

.vb12-bb-3:hover {
  animation: jello-horizontal 0.9s both;
}

@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}
.vb12-bb-4 {
  background: #282936;
  padding: 12px 26px;
  outline: 2.5px solid var(--other-1);
  outline-offset: 3px;
  border: 0;
  color: white;
  font-size: 13px;
  border-radius: 86px;
  transition: 0.4s;
  font-weight: 500;
  cursor:pointer;
}

.vb12-bb-4:hover {
  outline-offset: 4.5px;
  background: var(--other-1);
}

.vb12-bb-4:hover::after {
  opacity: 1;
}

.vb12-bb-5  {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  padding: 12px 15px 12px 1.1em;
  color: white;
  background: var(--other-1);
  background: linear-gradient(
    0deg,
    var(--other-1) 0%,
    var(--egipt-1) 100%
  );
  border: none;
  box-shadow: 0 12px 15px -10px var(--other-1);
  letter-spacing: 0.05em;
  border-radius: 24px;
}


.vb12-bb-5:hover {
  box-shadow: 0 12px 29px -0.5em var(--other-1);
  opacity: 0.4;
}

#g1{
  display: none;
}


.roadmap iframe{
  width: 100%;
  height: 394px;
  border: 0;
}

.reverse{
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
}


.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}

.game-main-12vb iframe{
  width: 100%;
  height: 100vh;
}

.pt-100{
  padding-top: 100px;
}


#nav-1{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  background: var(--other-4);

  &::before{
    display: none;
  }

   ul{
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 15px;
      top: 0;
      left: 0;
      transform: translate(0);
      
      a{
        margin: 0;
        opacity: 1;
      }
    }
  }