@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&display=swap');

:root{
  --h-1: #e97770;
  --h-2: #a78d26;
  --h-3: #2fca63;
  --h-4: #31abc9;
  --h-5: #9c70e9;
  --hover: var(--h-5);
  --transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --white: #fff;
  --black: #060606;
  --grey: #efe5e5f6;
}

body{
  direction: ltr;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 1px;
}

a{
    text-decoration: none;
}

p {
  margin-bottom: 13px;
 
}

ul, ol {
  margin-bottom: 13px;
  padding-left:  18px;
}

li {
  margin-bottom: 7px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

.segment{
  padding: 53px 0;
}

.segment-hover{
  background-color: var(--hover);
  color: var(--white);
  position: relative;
}

.segment-white{
  background-color: var(--white);
  color: var(--black);
  position: relative;
}

.segment-bg{
  background: #cecece;
  color: var(--black);
  position: relative;
}

.crate {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 17px;
  padding-left: 17px;
}

.header-hover{
  font-weight:900;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: -45px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  background: var(--hover);
  min-height:52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:  13px 52px;
  box-shadow: 25px -19px 20px -20px rgba(0,0,0,0.45),
-25px -19px 20px -20px #00000073;
  min-width: 100%;
  box-sizing: border-box;
}

.header-white{
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--white);
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 52px;
  box-shadow: 25px -19px 20px -20px rgba(0,0,0,0.45),
-25px -19px 20px -20px rgba(0,0,0,0.45);
  min-width: 100%;
  box-sizing: border-box;
}

.header-bg{
  font-weight:900;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #cecece;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 52px;
  box-shadow: 25px -19px 20px -20px rgba(0,0,0,0.45),
-25px -19px 20px -20px rgba(0,0,0,0.45);
  min-width: 100%;
  box-sizing: border-box;
}

.hero{
  background: url('visualtreasure/back/bg-all-068d5333185b60.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(116, 115, 115, 0.747), rgba(116, 115, 115, 0.747));
}

.navbar{
  padding: 17px;
  transition: var(--transition);
  position: relative;
}

.toggle-button {
  display: none;
  background-color: transparent;
  color: #fff;
  border: none;
  padding:  13px;
  cursor: pointer;
  margin: 0 auto;
}

.menu-link{
  color: var(--white);
  font-weight:  900;
  transition: var(--transition);
  text-align: center;
}


.menu-logo{
  display: flex;
  flex-direction: row;
  gap: 3px;
  align-items: center;
  justify-content: center;
}

.menu-logo-img{
  width: 52px;
  height: 52px;
}

.menu-logo-img > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-logo:hover > .menu-title,
.menu-logo:focus > .menu-title{
  color: var(--hover);
}

.navbar-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.menu{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 17px;
  padding: 17px 0;
  border:  2px solid var(--white);
  border-radius: 0px;
}


.menu-item{
  display: flex;
  flex-direction: row;
  gap:  7px;
  align-items: center;
  justify-content: center;
  color: white;
}


.menu-item:hover > .menu-link,
.menu-item:focus > .menu-link{
  color: var(--hover);
}

.banner{
  position: relative;
  padding: 137px 0;
}

.banner-box{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.banner-title{
  color: var(--white);
  font-size: 36px;
}

.banner-delimeter{
  margin: 30px auto;
  width: 220px;
  height: 1px;
  background-color: var(--white);
}

.banner-text{
  text-align: center;
  color: var(--white);
}

.aboutus-text{
  text-align: center;
}

.ben-img{
  width: 100%;
  height: 220px;

}

.ben-img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ben-box{
  display: grid;
  grid-template-columns: 1fr;
  box-sizing: border-box;
  gap: 17px;
}

.ben-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 17px;
  padding: 30px 17px;
  border-bottom: 1px solid var(--hover);
}

.ben-item:nth-child(1){
  border-top: 2px solid var(--hover);
}
.ben-item:nth-child(2){
  border-top: 2px solid var(--hover);
}

.ben-icon{
  width: 39px;
  height: 39px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ben-icon > svg{
  width: 18px;
  height: 18px;
}

.col{
  display: flex;
  flex-direction: column;
  gap: 53px;
}

.game-box{
  display: grid;
  grid-template-columns: 1fr;
  box-sizing: border-box;
  gap: 13px;
}

.game-item{
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.game-img{
  width: 100%;
  height: 290px;
  box-sizing: border-box;
  border: solid 7px #fff;
  overflow: hidden;
}

.game-img  > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  overflow: hidden;
}

.game-img:hover > img,
.game-img:hover > img{
  transform: scale(1);
  -webkit-transform: scale(1);
}

.game-desc{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap:  13px;
  padding: 13px;
}

.game-title{
  text-align: center;
  color: var(--white);
  filter: drop-shadow(2px 2px 2px var(--hover));
  margin: 0;
  transition: var(--transition);
}

.game-title:hover,
.game-title:focus{
  color: var(--hover);
}

.game-content{
  text-align: center;
  color: var(--black);
}

.game-box-one{
  display: none;
}

.play-box{
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 1fr;
  gap:  17px;
}

.play-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  padding: 13px;
  gap:  13px;
  clip-path: polygon(0% 0%, 100% 1%, 100% 88%, 88% 100%, 0% 100%);
}


.play-img{
  width: 220px;
  height: 220px;
  transition: var(--transition);
}

.play-img:hover,
.play-img:focus{
  filter: drop-shadow(2px 2px 2px var(--hover));
}

.play-img > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.play-desc{
  flex: 1;
}

.play-title{
  color: var(--hover);
  transition: var(--transition);
  font-weight:900;
  text-align: center;
  display: inline-block;
}

.play-title:hover,
.play-title:focus{
  opacity: 0.7;
}

.step-box{
  display: grid;
  grid-template-columns: 1fr;
  box-sizing: border-box;
  gap: 13px;
}

.step-img{
  width: 53px;
  height: 53px;
}

.step-img > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.step-num{
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 900;
}

.step-display{
  display: none;
}

.accordion {
  max-width: 100%;
  margin: 18px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.accordion-item {
  border: 2px solid var(--hover);
  
  width: calc(100% - 13px);
  margin-bottom: 13px;
  box-sizing: border-box;
}

.accordion-header {
  padding: 13px;
  background-color: transparent;
  cursor: pointer;

}

.accordion-content {
  background-color: #f0f8ff38;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-header-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}

.accordion-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.accordion-icon:hover,
.accordion-icon:focus{
  opacity: 0.7;
}

.accordion-answer{
  padding: 17px;
}

.form{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin: 0 auto;
}

.contact-page-form > input,
.contact-page-form > textarea,
.input-field__holder__part,
.textarea-field__holder__part{
  box-sizing:  border-box;
  width: 100%;
  padding: 17px;
  border:  2px solid var(--hover);
}

.privacy{
  color: var(--hover);
  transition: var(--transition);
}

.privacy:hover,
.privacy:focus{
  opacity: 0.7;
}

.form-btn{
  text-align: end;
}

.dev-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dev-item{
  width: calc(100% -  13px);
  margin-bottom:  13px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap:  13px;
  align-items: center;
}

.dev-img{
  width: 100%;
  height: 220px;
}

.dev-img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dev-nick{
  font-weight: 900;
}

.footer-segment{
  background-color: #282b34;
  color: var(--white);
  padding:  53px 0;
}

.footer-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-item{
  box-sizing: border-box;
  width: calc(100% - 13px);
  margin-bottom: 13px;
}

.footer-menu-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  height: 100%;
}

.disclaimer-img{
  width: 53px;
  height: 53px;
}

.disclaimer-img > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.copyright-box,
.copyright{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  gap: 13px;
}

.footer-menu-item{
  text-align: center;
}

.footer-menu-item:hover > .menu-link,
.footer-menu-item:focus > .menu-link{
  color: var(--hover);
}

.banner-box:hover > .banner-title,
.banner-box:focus > .banner-title{
  color: var(--hover);
}

.banner-title{
  transition: var(--transition);
}

.gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:  53px 0;
}

.gallery-item{
  width: calc(100% - 7px);
  box-sizing: border-box;
  height: 137px;
  margin-bottom: 7px;
}

.gallery-item > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item > video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 17px;
}

.page-img{
  width: 220px;
  height: 220px;
}

.page-img > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-content{
  text-align: center;
}

.box-iframe{
  width: 100%;
  height: 100vh;
}

.box-iframe > iframe{
  width: 100%;
  height: 100vh;
  border: none;
  object-fit: cover;
}

.contact-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-item{
  box-sizing: border-box;
  width: calc(100% -  13px);
  margin-bottom:  13px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 17px;
  padding: 17px;
}

.contact-text,
.contact-name{
  text-align: center;
}

.contact-item > a{
  color: var(--hover);
  transition: var(--transition);
}

.contact-item > a:hover,
.contact-item > a:focus{
  opacity: 0.7;
}
.flex-rewHJQ{
  display: flex;
  flex-direction: column-reverse;
}
.rast{
  gap:53px  ;
}
.map{

  width: 100%;
  height: 305px;
}


.map  > iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.privacy-content{
word-break: break-word;
}
.privacy-content ul li,
.privacy-content ol li {
  margin-bottom: 4px;
}
.privacy-content ul,
.privacy-content ol {
  margin-bottom: 13px;
  padding-left:  18px;
  list-style: inside;
}
.privacy-content a,.privacy-content table{
color: inherit;
}
.privacy-content p{
margin-bottom:  7px;
text-indent: 3ch;
}

.disclaimer-box{
  padding: 27px;
}
.disclaimer > div{
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.disclaimer > p{
  text-transform: uppercase;
  font-weight:500;
  text-align: center;
}

.disclaimer-box > .crate {
    border: 13px solid transparent;
    animation: animateBorder 3s infinite;
    box-sizing: border-box;
    color: var(--white);
    background-color: #790a9f;
    padding: 27px;
    text-align: center;
  }

  @keyframes animateBorder {
    0% { border-color: red; }
    25% { border-color: yellow; }
    50% { border-color: green; }
    75% { border-color: blue; }
    100% { border-color: red; }
  }

@media (max-width: 576px) {
.play-img{
  width: 100%;
  height: auto;
}
}
@media (min-width: 576px) {
  .crate {
    max-width: 540px;
  }
}


@media (max-width: 768px){
.header-bg,.header-white,.header-hover{
  top: 0;
}
}
@media (min-width: 768px){
  .crate {
    max-width: 720px;
  }
   
  .game-box{
    grid-template-columns: repeat(2, 1fr);
  }

  .step-box{
    grid-template-columns: repeat(2, 1fr);
  }

  .step-num:nth-child(even){
    justify-content: start;
    padding-left: 27px;
  }

  .step-num:nth-child(odd){
    justify-content: end;
    padding-right:27px;
  }

  .header-hover,
  .header-white,
  .header-bg{
    min-width: 300px;
  }

  .banner-delimeter{
    width: 300px;
  }

  .dev-item{
    width: calc(50% - 7px);
  }

  .footer-item{
    width: calc(50% - 7px);
  }

  .page-img{
    width: 305px;
    height: 305px;
  }

  .contact-item{
    width: calc(50% - 7px);
  }

  .gallery-item{
    width: calc((100% / 6) - 5px);
  }
}

@media (max-width: 991px) {
  .menu-item {
    display: none;
  }

  .toggle-button {
    display: block;
  }

  .navbar.show {
    flex-direction: column;
    text-align: center;
    transition: var(--transition);
  }

  .navbar.show .menu-item {
    display: flex;
    transition: var(--transition);
  }

  .navbar-box{
    gap:  17px;
  }
}


@media (min-width: 992px){
  
  .segment{
    padding: 137px 0;
  }

  .crate {
    max-width: 960px;
  }
      
  .menu{
    flex-direction: row;
    gap: 25px;
  }

  .navbar-box{
    flex-direction: row;
  }

  .banner-text{
    padding: 0 52px;
  }

  .ben-box{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .play-item{
    flex-direction: row;
  }

  .game-box{
    grid-template-columns: repeat(3, 1fr);
  }

  .play-box{
    grid-template-columns: repeat(2, 1fr);
  }

  .accordion{
    flex-direction: row;
  }

  .accordion-item{
    width: calc(50% - 7px);
  }

  .form{
    width: 80%;
  }

  .dev-item{
    width: calc(25% - 7px);
  }

  .dev-box,
  .footer-box{
    flex-direction: row;
  }

  .menu-link{
    text-align: center;
  }

  .page-img{
    width:  394px;
    height:  394px;
  }
}

@media (min-width: 1200px){
  .crate {
    max-width: 1140px;
  }

  .play-img{
    width: 300px;
    height: 300px;
  }
}

.segment-crate {
  overflow: hidden;
}
.button-1 {
  background: #FF4742;
  border: 2px solid #FF4742;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 16px;
  font-weight:900;
  line-height: 16px;
  min-height: 55;
  outline: 0;
  padding:  12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  transition: 0.4 linear;
}

.button-1:hover,
.button-1:active {
  background-color: initial;
  background-position: 0 0;
  color: #FF4742;
}

.button-1:active {
  opacity: .5;
}


.button-2 {
  background-color: var(--hover);
  background-image: linear-gradient(var(--hover), #ffffff);
  border: 2px solid var(--hover);
  border-radius: 1px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: -apple-system,".SFNSDisplay-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  outline: 0;
  padding: 12px 13px;
  text-align: center;
  transition: box-shadow .05s ease-in-out,opacity .05s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-2:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 2px inset, rgba(0, 0, 0, 0.4) 0 1px 2px;
  text-decoration: none;
  transition-duration: .15s, .15s;
}

.button-2:active {
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px inset, rgba(0, 0, 0, 0.4) 0 1px 1px;
}

.button-2:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.button-2:disabled:active {
  pointer-events: none;
}

.button-2:disabled:hover {
  box-shadow: none;
}

.button-3 {
  background-color: #00b3ff;
  border-radius: 12px;
  color: #14133b;
  cursor: pointer;
  font-weight: bold;
  padding:  13px 17px;
  text-align: center;
  transition: 200ms;
  box-sizing: border-box;
  border: 0;
  font-size:  17px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-3:not(:disabled):hover,
.button-3:not(:disabled):focus {
  outline: 0;
  background: #0c9ad7;
  box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 3px 8px 0 rgba(0,0,0,.15);
}

.button-3:disabled {
  filter: saturate(0.2) opacity(0.5);
  -webkit-filter: saturate(0.2) opacity(0.5);
  cursor: not-allowed;
}

.button-4 {
  background-color: initial;
  background-image: linear-gradient(-180deg, #3150ff, #1203e6);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 18px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
}

.button-4:hover {
  box-shadow: rgba(253, 240, 0, 0.5) 0 3px 7px;
}

.button-5 {
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-family: Neucha, sans-serif;
  font-size:  17px;
  line-height: 23px;
  outline: none;
  padding: .75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-5:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

.button-5:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}
@media (max-width: 991px){
  .ben-item:nth-child(2) {
    border-top: 0 !important;
  }
}
@media (max-width: 767px){
  .step-num {
    display: none;
  }
}


.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;
    }
  }
}
.top-6{
  top: -6px;
}

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