
@import url('https://fonts.cdnfonts.com/css/batman-forever');

html {
    scroll-behavior: smooth;
    cursor:url(../images/butt-icon.png), auto !important;
    color:rgb(0,0,0);
}

body{
  width:100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 100000;
background-image:url(../images/paper-texture.jpg);
background-repeat:repeat;
background-size:cover;
color:rgb(0,0,0);
margin:0;
padding:0;
font-family: 'BatmanForeverAlternate', sans-serif !important;
overflow-x: hidden;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
font-size: 30px;
}

body,
button{
  margin:0;
  padding:0
}
button{outline:0;border:none;background:none;color:unset}a{color:inherit;text-decoration:none}

button:hover, a:hover, .button:hover {
  cursor:url(../images/butt-icon.png), auto !important;
  transform: scale(1.05);
  transition-duration: 0.5s;
}


.standard-title {
display: flex;
flex-direction: column;
align-items: center;
}

.mobile-landscape-title {
  display: none;
  flex-direction: column;
align-items: center;
}

.dollar-icon {
  width: 56px;
  height: 56px;
  margin-left:10px;
}

.page-container {
  height: 100vh;
  position: relative;
  overflow-x:hidden;
  width:100%;
}

.contract-container {
  margin-top:20px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 24px;
}

.video-item {
  width: 550px;
  height: 400px;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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


.flex-container-2 .buttons-container {
  display:flex;
  justify-content: space-between;
  width:100%;
}

.flex-container-2 .button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width:47%;
  height:100px;
  font-size:20px;
  background: #d0b020;
  color: #fff;

  border-radius: 5px;
  opacity:0.9;
}

.flex-container-2 .button:hover {
  transition-duration: 0.3s;
  background: #d0b020;
  opacity:1;
  transition-duration: 0.3s;
}

.flex-container-2 .buy-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width:100%;
  height:100px;
  font-size:35px;
  background: #005DAB;
  color: #fff;
  border-radius: 5px;
  opacity:0.8;
}

.flex-container-2 .buy-button:hover {
  transition-duration: 0.3s;
  background: #005DAB;
  opacity:1;
}

.icons-container {
  display: flex;
  justify-content: space-between;
  width:100%;
  margin-bottom:-10px;
  margin-top:-40px;
  gap:20px;
}

.icons-container-item > img{
  transform: scale(0.8);
  width:136px;
  height:242px;
}



.how-to-buy-video {
  width:600px;
  height:400px;
}

.how-to-buy-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-container .title {
  font-size: 65px;
}


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


.flex-main-container {
  width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; 
left: 50%;
transform: translateX(-50%);
}

.flex-container {
  display:flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width:80%;
}

.flex-container-2 {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:40%;
    gap:20px;
}

.flex-align-top {
  align-items: flex-start !important;
}

.pb {
  padding-bottom:100px;
}

.flex-container-text {
  width: 50%;
  text-align: center;
}

.flex-container-img {
  width:500px;
  height:700px; 
  color: transparent;
}


.title {
  font-size:50px;
  text-align: center;
}



/* Image gallery */

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px !important;
  unicode-bidi: isolate;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width:100%;
  justify-content: center;
}

.image-gallery > li {
  flex-basis: 20%; /* width: 350px; */
  list-style-type: none;
}

.image-gallery li img {
  object-fit: cover;
  max-width: 400px;
  height: 500px;
  vertical-align: middle;
  border-radius: 5px;
}

.image-gallery li img:hover {
  transform: scale(1.02);
  transition-duration: 0.3s;
}


.image_container_grid {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Image gallery */



/* Navbar */

.navbar-container {
  width: 100vw;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  z-index: 100;
  background-color: black;
  color:white;
  opacity: 0.85;
  font-size:24px;
}

.navbar-wrap {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-logo-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.navbar-socials-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.navbar-socials-item {
  font-size: 14px;
  opacity:0.8;
}

.navbar-socials-item:hover {
  transform: scale(1.1);
  opacity:1.2;
  transition-duration: 0.3s;
}

.navbar-mute {
  position: absolute;
  right:30px;
  top:30px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  opacity:0.8;
}

.navbar-mute:hover {
  transform: scale(1.1);
  opacity:1.2;
  transition-duration: 0.3s;
}

.navbar-mute img {
  width: 30px;
  height: 30px;
}

/* Navbar */



/* City container */

.city-container {
  width: 100%;
  height: 100vh;
  background-image: url(../images/city-buildings.svg);
  z-index: 1;
  background-repeat: no-repeat;
  background-size:contain;
  background-position: 50%;
  transform: scale(0.80);
  transition-duration: 300ms;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

#buttman-in-city img {
  margin-bottom:30px;
  height: 60vh;
  margin-left:80px;
  transition-duration: 300ms;
}

.city-container .main-title {
  font-size: 60px;
}


/* Footer */

.footer-container {
  padding-bottom:30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer-container img {
  width:500px;
  height:500px;
}

.footer-container .footer-quote {
  width:48px;
  height:48px;
}

.footer-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.footer-text {
  width: 100%;
  text-align: center;
}
.footer-legals {
  font-size: 16px;
}

/* Footer */


/* Slap container */

.slap-first-container {
  width: 40%;
}

.slap-second-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 40%;
}

.slap-second-container .title {
font-size:60px;
}

.slap-second-container .buttons-container {
  display: flex;
  width:100%;
  justify-content: space-between;
}

.slap-second-container .button-first {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #005DAB;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 39.545px;
  width:250px;
  height:150px;

  border-radius: 5px;
  opacity:0.8;
}

.slap-second-container .button-first:hover {
  transition-duration: 0.3s;
  background: #005DAB;
  opacity:1;
  transform: scale(1.05);
  transition-duration: 0.3s;
}

.slap-second-container .button-second {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #FD8E01;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 39.545px;
  width:47%;
  height:150px;

  border-radius: 5px;
  opacity:0.8;
}

.slap-second-container .button-second:hover {
  transition-duration: 0.3s;
  background: #FD8E01;
  opacity:1;
  transform: scale(1.05);
  transition-duration: 0.3s;
}

/* Slap container */


/* Enter Page */

.enter-page {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  width: 100vw;
  height: 100vh;
  z-index: 100000000;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.enter-page button {
  border: none;
  position: relative;
  width: 200px;
  height: 73px;
  padding: 0;
  z-index: 2;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='868' width='2500' viewBox='0 0 726 252.17'%3E%3Cpath d='M483.92 0S481.38 24.71 466 40.11c-11.74 11.74-24.09 12.66-40.26 15.07-9.42 1.41-29.7 3.77-34.81-.79-2.37-2.11-3-21-3.22-27.62-.21-6.92-1.36-16.52-2.82-18-.75 3.06-2.49 11.53-3.09 13.61S378.49 34.3 378 36a85.13 85.13 0 0 0-30.09 0c-.46-1.67-3.17-11.48-3.77-13.56s-2.34-10.55-3.09-13.61c-1.45 1.45-2.61 11.05-2.82 18-.21 6.67-.84 25.51-3.22 27.62-5.11 4.56-25.38 2.2-34.8.79-16.16-2.47-28.51-3.39-40.21-15.13C244.57 24.71 242 0 242 0H0s69.52 22.74 97.52 68.59c16.56 27.11 14.14 58.49 9.92 74.73C170 140 221.46 140 273 158.57c69.23 24.93 83.2 76.19 90 93.6 6.77-17.41 20.75-68.67 90-93.6 51.54-18.56 103-18.59 165.56-15.25-4.21-16.24-6.63-47.62 9.93-74.73C656.43 22.74 726 0 726 0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='868' width='2500' viewBox='0 0 726 252.17'%3E%3Cpath d='M483.92 0S481.38 24.71 466 40.11c-11.74 11.74-24.09 12.66-40.26 15.07-9.42 1.41-29.7 3.77-34.81-.79-2.37-2.11-3-21-3.22-27.62-.21-6.92-1.36-16.52-2.82-18-.75 3.06-2.49 11.53-3.09 13.61S378.49 34.3 378 36a85.13 85.13 0 0 0-30.09 0c-.46-1.67-3.17-11.48-3.77-13.56s-2.34-10.55-3.09-13.61c-1.45 1.45-2.61 11.05-2.82 18-.21 6.67-.84 25.51-3.22 27.62-5.11 4.56-25.38 2.2-34.8.79-16.16-2.47-28.51-3.39-40.21-15.13C244.57 24.71 242 0 242 0H0s69.52 22.74 97.52 68.59c16.56 27.11 14.14 58.49 9.92 74.73C170 140 221.46 140 273 158.57c69.23 24.93 83.2 76.19 90 93.6 6.77-17.41 20.75-68.67 90-93.6 51.54-18.56 103-18.59 165.56-15.25-4.21-16.24-6.63-47.62 9.93-74.73C656.43 22.74 726 0 726 0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  -webkit-mask-size: 100%;
  background-color: transparent;
  transform: translateY(8px)
 }

 .enter-page button:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 0 0 0 white;
  transition: all 2s ease;
 }
 
 .enter-page button:hover:after {
  box-shadow: 0px -13px 56px 12px #ffffffa6;
 }
 
 .enter-page button span {
  position: absolute;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  left: 50%;
  top: 39%;
  letter-spacing: 3px;
  text-align: center;
  transform: translate(-50%,-50%);
  color: white;
  transition: all 2s ease;
 }
 
 .enter-page button:hover span {
  color: white;
 }
 
 .enter-page button:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background-color: black;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease;
 }
 
 .enter-page button:hover:before {
  width: 100%;
 }


 /* Enter Page */






/* nav burger menu */

[type=checkbox] {
user-select: none;
-webkit-tap-highlight-color: transparent
}

#menuToggle
{
  display: none;
  position: absolute;
  top: 35px;
  right: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; 
  z-index: 2; 
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);

}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  height:100vh;
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 150px;
  right: -600px;
  background: black;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
 transition:0.5s;
}

#menu li
{
  padding: 20px 20px;
  font-size: 20px;
  text-align: center;
}

#menuToggle input:checked ~ ul
{
  display: block;
  right:-70px;
}

/* nav burger menu */



 /* Responsive */





@media only screen and (max-width: 1500px)  {

  .flex-main-container {
    width:90%;
  }

  body {
    font-size:20px;
  }

  .title {
    font-size:35px;
  }

.padding {
  padding-top:50px;
  padding-bottom:50px;
}

.pb {
  padding-bottom:0px;
}

.flex-align-top {
  align-items: center !important; 
  margin-top:-50px;
}

.flex-container-2 {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:100%;
  gap:30px;
}

.order-2 {
  padding-top:50px;
}


#menuToggle{
  display: block;
}

  .nav-title {
    display: none;
  }

  .navbar-socials-container { 
    display:none;
  }

  .navbar-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .navbar-logo-container {
    display: flex;
    align-items: center;
    padding-left:10px;

  }

  .contract-container {
    font-size: 15px;
    width:80%;
    word-break: break-all;
  }

  .city-container { 
    transform: scale(1);
    margin-top:-80px;
    margin-bottom:30px;
  }

  .city-container .main-title {
    font-size: 45px;
    margin-top:-90px;
  }

  #buttman-in-city img {
    height: 40vh;
    margin-bottom:120px;
    margin-left:60px;
  }


  .main-container .title {
    font-size: 40px;
    word-break: keep-all;
    text-align: center;
  }
  
  .flex-container {
    display:flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    flex-wrap: wrap;
  }
  
  .flex-container-text {
    padding-top:50px;
    width: 100%;
    text-align: center;
    order: 2;
  }
  
  .flex-container-img {
    order: 1;
    width:300px;
    height:450px; 
    color: transparent;
  }

    .flex-container-2 .buttons-container {
      display:flex;
      justify-content: space-around;
      width:100%;
    }
    
    .flex-container-2 .button {
      display: flex;
      justify-content: center;
      align-items: center;
      width:40%;
      height:100px;
      font-size:16px;
      word-break: keep-all;
      text-align: center;
    }
    
    .flex-container-2 .button:hover {
      transition-duration: 0.3s;
      background: #d0b020;
      opacity:1;
      transition-duration: 0.3s;
    }
    
    .flex-container-2 .buy-button {
      width:90%;
      height:100px;
      font-size:25px;
      word-break: keep-all;
      text-align: center;
    }
    
    .flex-container-2 .buy-button img {
      width: 40px;
      height: 40px;
      margin-left:10px;
    }
    
    .flex-container-2 .buy-button:hover {
      transition-duration: 0.3s;
      background: #005DAB;
      opacity:1;
    }
    
    .icons-container {
      display: flex;
      justify-content: space-around;
      width:100%;
      margin-top:-30px;
      margin-bottom:-50px;
    }
    
    .icons-container-item > img{
      transform: scale(0.5);
      width:110px;
      height:190px;
    }

    .how-to-buy-video {
      width:100%;
      height:250px;
      padding-top:20px;
    }

   .video-main-container {
    display:flex;
    flex-direction: column;
    align-items: center;
    width:90%;
    padding-bottom:100px;
  }
  
  .video-item {
    width:100%;
    height:250px;
  }


  .image-gallery {
    width:90%;
    gap: 40px;
  }

  .image-gallery li img {
    max-width: 350px;
    height: 400px;
}


  .slap-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slap-first-container {
    order: 2;
  }
  
  .slap-first-container img {
    width: 400px;
    height:400px;
    padding-top:50px;
  }
  
  .slap-second-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 90%;
    order: 1;
  }
  
  .slap-second-container > .title {
    width:100%;
    text-align: center;
    font-size: 40px;
  }
  
  
  .slap-second-container img {
    width: 40px;
    height: 40px;
  }
  
  .slap-second-container .button-first {
    font-size: 20px;
    width:47%;
    height:100px;
  }
  
  
  .slap-second-container .button-second {
    font-size: 20px;
    width:47%;
    height:100px;
  }

  .slap-second-container .buttons-container {
    padding-top:20px;
  }

  .slap-first-container {
    width:90%;
}

.slap-first-container img {
  width:100%;
  height:350px;
}

  .footer-container {
    padding-bottom:30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer-container img {
  width:250px;
  height:250px;
}

.footer-container .footer-quote {
  width:30px;
  height:30px;
}


  .footer-wrap {
   width:90%;
    gap: 30px;
  }
  .footer-text {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  .footer-legals {
    font-size: 14px;
    text-align: center;
  }


}


@media all and (min-width: 1025px) and (max-width: 1500px)  {

  .main-margin {
    margin-top:-50px;
  }

  body {
    font-size:25px;
  }

  .footer-text {
    font-size:30px;
  }

  .footer-legals {
    font-size: 20px;
}

  .contract-container {
    font-size: 20px;
  }

  .city-container .main-title {
    font-size:50px;
  }

  .title {
    font-size: 40px;
}


  .flex-main-container {
    width:60%;
  }

  .flex-container-2 {
    width: 90%;
  }

  .icons-container-item > img {
    transform: scale(0.7);
   margin-bottom:20px;
}

  
  .video-item {
    height: 350px;
}

.buy-video {
  width:100%;
}


  .image_container_grid {
    width:150%;
  }

  .city-container { 
    transform: scale(0.85);
    margin-top: 20px;
    margin-bottom:30px;
  }
  
  #buttman-in-city img {
    height: 60vh;
    margin-bottom: 110px;
    margin-left:60px;
  }

  .video-item {
    height: 500px;
}

.how-to-buy-video {
  height:500px;
}

.flex-container-img {
  width:400px;
  height:600px; 
}

.slap-first-container img {
  width: 100%;
  height: 500px;
}

.footer-container img {
  width: 450px;
  height: 450px;
}


.image-gallery li img {
  width: 450px;
  height: 500px;
}


}



@media all and (min-width: 601px) and (max-width: 1024px)  {

  body {
    font-size:25px;
  }

  .footer-text {
    font-size:30px;
  }

  .footer-legals {
    font-size: 20px;
}

  .contract-container {
    font-size: 20px;
  }

  .main-title {
    font-size:50px;
  }

  .title {
    font-size: 40px;
}


  .flex-main-container {
    width:70%;
  }

  .flex-container-2 {
    width: 90%;
  }

  .icons-container-item > img {
    transform: scale(0.6);
   margin-bottom:20px;
}

  
  .video-item {
    height: 350px;
}

.how-to-buy-video video {
  height: 350px;
}

.buy-video {
  width:100%;
}


  .image_container_grid {
    width:150%;
  }


}



@media all and (max-height: 500px) and (orientation:landscape) {


  .flex-main-container {
    width:80%;
  }

  .flex-container-2 {
    width: 80%;
  }
  

  .video-item {
    height: 350px;
}

.how-to-buy-video {
  height: 350px;
}

.buy-video {
  width:100%;
}

.city-container { 
  transform: scale(1);
  margin-top:20px;
  margin-bottom:30px;
}

#buttman-in-city img {
  height: 60vh;
  margin-bottom:20px;
  margin-left:60px;
}

.standard-title {
  display: none;
  }
  
  .mobile-landscape-title {
    display: flex;
    font-size: 45px;
  }

  .image_container_grid {
    width:150%;
  }

}
