﻿
* {
    box-sizing: border-box;
}

:root {
    --button-bg: white;
    --text-color: black;
    --particle-bg: white;
    --animation-speed: 0.8s;
    --particles-columns: 5;
    --particles-radius: 5px;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: "Lora", Arial, sans-serif;
    width: 100%;
    text-align: center;
    touch-action: pan-y;
    position: relative;
    background: url(../images/background1.jpg) repeat-x, #142946 !important;
    height: 100%;
    z-index: -2;
}

#body-wrapper{
    overflow-x: hidden;
    overscroll-behavior: none;
    overscroll-behavior-x: none; 
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
}

.video-section {
  height: 100svh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; 
  overflow-x: hidden;
  overflow-y: hidden;
}



.video-overlay {
    position: relative;
    width: 100%;
    min-height: 100svh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    padding: 2rem 1rem;
    box-sizing: border-box;
    text-align: center;
}

.video-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 0;
}


.logo {
    max-width: 90%;
    max-height: 30vh;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 0 0.75rem #cbb687);
}


.description {
    font-size: 2rem;
    text-shadow: 1px 1px 2px #000, 0 0 1em #d89a48, 0 0 0.2em #000;
    color: #fff;
    font-family: "Cinzel";
    font-weight: 600;
    margin-top:0 auto  !important;
}

.store-badges img {
    height: 50px;
    padding: 10px;
}

.separator-1 {
    background: url('../images/border1.png') repeat-x;
    background-size: contain;
    height: 100px;
    width: 100%;
    margin-top: -70px;
    position: absolute;
    z-index: 1;
}

.separator-2 {
    background: url('../images/border1Flipped.png') repeat-x;
    background-size: contain;
    height: 100px;
    margin-top: -30px;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.content {
    background: url("../images/background1.jpg");
    position: relative;
    width: 100dvw;
    padding-bottom: 100px;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    z-index: 0;
}

.content-slider {
    background-color: darkslategrey;
    padding: 150px 0px;
}

.content-section {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 20px 0px;
}

.slider-section {
    padding: 0px 100px;
}

.content-section .info {
    display: flex;
    
    justify-content: center;
    flex-wrap: wrap;
}
.content-section .info:last-of-type{
    margin-bottom: 20px;
}

.content-image {
    position: relative;
    width: 40%;
    height: auto;
    padding: 10px;
    border: none; 
    overflow: hidden; 
}


.text-box {
    width: 50%;
}

    .text-box h1 {
        font-size: 2.5rem;
        font-family: "Cinzel";
        font-weight: 600;
        color: rgb(59, 39, 8);
        text-align: left;
        padding: 0px 0px;
        margin: 10px 0px 5px 0px;
    }

.text-title {
    content: "";
    position: absolute;
    width: 100%; 
    height: 10px;
    z-index: 2;
    background: url("../images/text-title-border.png") no-repeat;
    background-position: left;
    background-size: contain;
    pointer-events: none;
    clip-path: inset(0 100% 0 0);
}

.text-box p {
    color: rgb(59, 39, 8);
    text-align: left;
    padding: 0px 0px;
    font-size: 1.2rem;
    font-family: "Lora";
    margin-top: 20px !important;
}


.content-slider {
    position: relative;
    background-color: darkslategrey;
    height: 100vh; 
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
}


.content-slider {
    position: relative;
    background-color: darkslategrey;
    height: 100vh; 
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
}


.slider-container {
    width: 100%;
    height: 100vh;
    overflow: hidden; 
    display: flex;
    align-items: center;
}


.slider {
    display: flex;
    height: 100%;
    will-change: transform;
}



.slide h3 {
    font-size: 2rem;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}




.left {
    left: 10px;
}

.right {
    right: 10px;
}

footer {
    text-align: center;
    padding: 20px 0px;
    background: linear-gradient(to bottom, rgba(6, 10, 24, 1), rgba(12, 20, 50, 1));
    color: white;
    position: relative;
    background-size: contain;
    overflow-y: hidden;
}

    footer
    .footer-content {
        width: auto;
        height: auto;
        margin: auto;
        align-items: center;
        justify-content: center;
        position: relative;
        display: flow-root;
    }

.footer-content .logo-footer {
    height: 50px;
}

.footer-content p {
    padding-bottom: 0px;
    margin:0;
    font-family: "Lora", serif;
}
.footer-content p a{
    text-decoration:underline;
    color:#fff;
    transition: all ease-in-out 0.5s;
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.footer-content p a:hover{
    color:#d89a48;
}

.footer-border {
    content: "";
    display: block;
    height: 25px !important; 
    background: url("../images/footer-border.png") repeat-x;
    background-size: contain;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    margin-top: -25px;
    z-index: 3;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(6, 10, 24, 1), rgba(12, 20, 50, 1));
  background-image: url(../images/cookies-border.png), linear-gradient(to bottom, rgba(6, 10, 24, 1), rgba(12, 20, 50, 1));
  background-position: top left;
  background-size: auto 8px, 100% 100%;
  background-repeat: repeat-x;
  color: #fff;
  padding: 16px;
  text-align: center;
  z-index: 1000;
  display: none;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
  font-family: 'Lora', serif;
  z-index: 99999;
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
  display: inline;
}

.cookie-banner a {
  color: #d89a48;
  text-decoration: none;
  margin-left: 6px;
  transition: all 0.2s ease-in-out;
}

.cookie-banner a:hover{
    color:#fff;
}

.cookie-banner button {
  padding: 10px 20px;
  font-size: 1rem;
  font-family: "Cinzel", serif;
  border: none;
  background-color: #d89a48;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.cookie-banner button:hover{
    background-color: #b77a2c;
}

.cookie-buttons{
    margin-top:10px;
}
.download-area {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: url("../images/download-background-1.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.download-top-bar,
.download-bottom-bar {
    content: "";
    display: block;
    height: 15px !important; 
    background: url("../images/download-border.png") repeat-x;
    background-size: contain;
    width: 100%;
    position: absolute;
    left: 0;
}

.download-top-bar {
    top: 0;
    margin-top: 10px;
}

.download-bottom-bar {
    bottom: 0;
    margin-bottom: 10px;
}

.download-on {
    font-size: 6rem;
    font-family: "Cinzel";
    font-variant: all-small-caps;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #d89a48;
    text-shadow: 1px 1px 2px #000;
    text-align: center !important;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.store-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    z-index: 9999;
    position: relative;
}

    .store-links a img {
        height: 70px;
        width: auto;
        margin-bottom: 50px;
    }

.download-top-bar {
    clip-path: inset(0 100% 0 0);
}

.download-bottom-bar {
    clip-path: inset(0 0 0 100%);
}


.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0);
    color: white;
    border: none;
    font-size: 24px;
    padding: 12px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

#slider-background {
    position: relative;
    width: 100%;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

#horizontal {
    display: flex;
    overflow: hidden;
    margin: auto;
    width: 80%; 
    height: 256px; 
    position: relative;
    background-color: #000;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

    #horizontal::before, #horizontal::after {
        content: "";
        position: absolute;
        top: 0;
        width: 100px; 
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    #horizontal::before {
        left: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    }

    #horizontal::after {
        right: 0;
        background: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    }

.slide-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
    .slide-wrapper::-webkit-scrollbar {
        display: none; 
    }
.content-slide {
    width: 180px;
    height: 100%;
    margin: 0 10px; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 24px;
    font-weight: bold;
}

    .content-slide img {
        width: auto;
        max-width: 180px;
        height: 100%;
    }
#fog {
    content: "";
    display: block;
    height: 70px !important; 
    background: url("../images/dark-fog.png") repeat-x, url("../images/dark-fog-background.png") repeat-x;
    background-position: center, left;
    background-size: contain;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    margin-top: -70px;
}


.iframe-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
}

.unity-frame {
    width: 100%;
    height: 100%;
    border: none;
    flex: 1 1 auto;
}

.return-home {
    position: absolute;
    bottom: 20px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    z-index: 1001;
}

.burning-transition {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: black;
    opacity: 0;
    z-index: 1002;
    pointer-events: none;
}

.show-on-md-only {
    display: none;
}

.hide-on-md-only {
    display: block;
}




button {
    background: none;
}

.buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: static; 
    width: 100%;
    margin-bottom: -450px !important;
}

.main-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    padding: 1rem 3rem;
    border-top: 2px solid #d89a48;
    border-bottom: 2px solid #d89a48;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-family: "Cinzel";
    font-variant: small-caps;
    text-align: center;
    line-height: 2rem;
    font-weight: 700;
    text-shadow: 1px 1px 2px #000;
    background-color: #d89a48;
    margin-top: 1rem;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
    max-width: 95vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0;
    text-decoration: none;
}
.third-section{
    text-decoration: none;
    margin-top:20px;
    transform: scale(0.8);
}

    .main-button::before {
        content: "";
        background: url("../images/button_decoration_left.png") no-repeat;
        background-size: contain;
        background-position: left center;
        left: 0;
        margin-left: -29px;
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 2rem;
        font-weight: 100;
        text-align: center;
        white-space: nowrap;
        line-height: 3.5rem;
        width: 60px;
        height: 60px;
        transform: scaleX(1);
        transition: all 200ms ease-in-out;
    }

    .main-button::after {
        content: "";
        background: url("../images/button_decoration_right.png") no-repeat;
        background-size: contain;
        background-position: right center;
        right: 0;
        margin-right: -28px;
        position: absolute;
        transform: translate(50%, -50%);
        font-size: 2rem;
        font-weight: 100;
        text-align: center;
        white-space: nowrap;
        line-height: 3.5rem;
        width: 60px;
        height: 60px;
        transform: scaleX(1);
        transition: all 200ms ease-in-out;
    }

.main-button-title::before {
    content: "";
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    margin-top: -30px;
}


.first::before {
    content: "Start";
    transition: all 200ms ease-in-out;
}

.second::before {
    content: "See What";
}

.third::before {
    content: "Visit";
}

.main-button:hover {
    padding: 1rem 3rem;
    background: url("../images/main-button-background-sliding.png") left center repeat-x, url("../images/main-button-background.jpg") center center no-repeat;
    background-size: contain, cover;
    animation: gradient 15s linear infinite running;
}
.main-button:hover::after,.main-button:hover::before{
    transition: all 0.3s ease-in-out;
    transform: scaleX(-1);
    content:url("../images/button_decoration_hover.png");
    align-content: center;

}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.main-button:focus {
    outline: none;
}

.about-us {
    width: 100%;
    background: url("../images/about-us-border.png") top left repeat-x,url("../images/about-us-border.png") bottom left repeat-x ,url("../images/about-us-left.jpg") left center no-repeat, #fff;
    animation: scroll-borders 30s linear infinite;
}
@keyframes scroll-borders {
  0% {
    background-position: 
      0 0,           
      0 100%,        
      left center;   
  }
  100% {
    background-position: 
      1000px 0,      
      -1000px 100%,  
      left center;   
  }
}
    .about-us .container {
        padding: 100px 0px;
    }

        .about-us .container .row {
            align-items: center;
        }

.about-us-logo img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    padding: 10px;
}

.about-us-info {
    border-image: linear-gradient(to bottom, rgba(255,255,255,1), #d89a48) 1 100%;
    border-style: solid;
    border-right: 1px;
    background-image: linear-gradient(to bottom, #23367a, #060a18);
    color: transparent;
    background-clip: text;
}

    .about-us-info h2 {
        font-family: "Cinzel";
        font-variant: small-caps;
        font-size: 3rem;
        font-weight: 600;
        text-align: right;
    }

    .about-us-info p {
        padding: 10px;
        text-align: justify;
        font-size: 1.3rem;
        font-family: "Lora";
    }

.content-button {
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #fff;
    background-color: rgb(59, 39, 8);
    cursor: pointer;
    top: 20px;
    position: relative;
    font-family: "Cinzel";
    font-weight: 500;
    transition: all 200ms ease-in-out;
    float: left;
    align-items: center;
    border-radius: 10px;
}

    .content-button:hover {
        background-color: rgba(59, 39, 8, 0.0);
        color: rgb(59,39,8);
        -webkit-box-shadow: inset 0px 0px 0px 2px rgb(59, 39, 8);
        -moz-box-shadow: inset 0px 0px 0px 2px rgb(59, 39, 8);
        box-shadow: inset 0px 0px 0px 2px rgb(59, 39, 8);
        font-weight: 500;
    }

.cookie-gate {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.cookie-gate.hidden {
  display: none;
}

.cookie-gate-box {
  background: 
    url(../images/cookies-border.png) top center repeat-x,                 
    url(../images/cookies-border-flipped.png) bottom center repeat-x,              
    url(../images/about-us-left.jpg) no-repeat left center,                 
    #fff;                                                                   
  background-size: auto 5px, auto 5px, auto 100%, cover; 
  background-position: 
    top center,
    bottom center,
    left center,
    center center;
  padding: 60px 30px; 
  max-width: 500px;
  border: 3px solid #d89a48;
  text-align: center;
  font-family: "Lora", serif;
  box-shadow: 0 0 20px #000;
  position: relative;
}


.cookie-gate-box p {
  font-size: 1.1rem;
  color: #142946;
  margin-bottom: 1rem;
}

.cookie-gate-warning {
  font-size: 0.95rem;
  color: #8b0000;
  font-style: italic;
}

.cookie-gate-buttons {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  margin-top: 20px;
}

.cookie-gate-buttons button {
  padding: 10px 20px;
  font-size: 1rem;
  font-family: "Cinzel", serif;
  border: none;
  background-color: #d89a48;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.cookie-gate-buttons button:hover {
  background-color: #b77a2c;
}





.unity-frame {
    flex: 1; 
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
}


#rotate-overlay {
   position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  z-index: 99999;
  background-color: #000;
  color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: all;
}


.rotate-message {
  max-width: 90%;
  line-height: 1.5;
  padding: 1rem 2rem;
  text-shadow: 1px 1px 2px black;
}
.rotate-message p strong{
    color: #d89a48;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@supports (-webkit-touch-callout: none) {
  .download-on {
    text-align: center !important;
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
    .main-button {
        font-size: 1.6rem;
        padding: 10px 0px;
    }

    .main-button:hover {
    padding: 1rem 3rem;
    background-color: #d89a48;
    background-image: none;
    }
    .main-button:hover::after,.main-button:hover::before{
    transform: scaleX(1);
    transition: all 0.3s ease-in-out;
    content:"";
    align-content: center;

}

    .description {
        font-size: 1.25rem;
        padding-top: 20px;
    }

    .video-overlay {
        padding-top: 4rem;
    }

    .buttons {
        flex-direction: column !important;
        margin-bottom: 0px !important;
    }

    .logo {
        max-width: 70%;
    }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
        .logo {
        max-height: 25vh;
    width: auto;
    display: block;
    margin: 0 auto;
    }

    .description {
        font-size: 1.2rem;
    }

    .buttons {
    flex-direction: row;
    flex-wrap: wrap;
    }
      .video-section {
    height: auto !important;
  }
  .background-video {
    height: auto !important;
    pointer-events: none;
}
  
  .main-button {
    font-size: 1.2rem;
    padding: 1rem 3rem;
    max-width: 90vw;
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait), only screen and (max-width: 1024px) and (orientation: landscape) {
       
    .show-on-md-only {
    display: block;
}

.hide-on-md-only {
    display: none;
}
#fog{
    margin-bottom:-20px;
}
.about-us-info{
    margin-top: 2rem !important;
}
.about-us-info h2{
    text-align: center !important;
}
.about-us-info p{
    text-align: justify !important;
}
}
@media (max-width: 768px) and (orientation: portrait) {

.about-us-logo{
border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, rgb(216, 154, 72, 0), rgb(216, 154, 72, 1), rgb(216, 154, 72, 0)) 1;
  border-top:none;
  border-left:none;
  border-right:none;
  padding-bottom: 20px;
}
.slide-wrapper::-webkit-scrollbar {
    display: none;
}

.text-box h1  {
    text-align: center !important;
  }
.text-box p{
    text-align: justify !important;
}
}

@media (orientation: portrait) {


#horizontal {
        scroll-snap-type: x mandatory;
        scroll-padding: 0 50%; 
    }

    .slide-wrapper {
        scroll-snap-type: x mandatory;
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .content-slide {
        scroll-snap-align: center;
        margin: 0 10px;
        flex-shrink: 0;
    }
    .content-slide:first-of-type{
        margin-left:100px;
    }
    .content-slide:last-of-type{
        margin-right:100px;
    }
}
@media (min-width: 992px) {
  .logo {
    margin-top: -250px;
  }

  .description {
    margin-top: -100px;
  }
}



@media (max-width: 768px) and (orientation: portrait) {
  .buttons {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .main-button {
    font-size: 1.5rem;
    padding: 0.6rem 1rem;
    margin-top: 0;
    line-height: 1.2rem;
    max-width: 280px;
  }

  .main-button::before,
  .main-button::after {
    width: 40px;
    height: 40px;
  }
  .main-button::before{
    margin-left:-20px;
  }
  .main-button::after{
    margin-right: -20px;
  }

  .video-overlay {
    max-height: 100svh;
    overflow-y: auto;
  }
}

@media (max-width: 420px) {
  .main-button {
    font-size: 1.2rem;
    padding: 0.5rem 0.8rem;
    line-height: 1.2rem;
    max-width: 90vw;
    margin-top: 0;
  }

  .main-button::before,
  .main-button::after {
    width: 32px;
    height: 32px;
    background-size: contain;
    margin: 0;
    transform: translateY(-50%);
    top:15px;
  }

  .main-button::before {
    left: -16px;
  }

  .main-button::after {
    right: -16px;
  }
}



@media (max-width: 1024px) and (orientation: landscape) {

  .buttons {
    flex-direction: row !important;
    justify-content: center;
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem !important;
    flex-wrap: nowrap;
  }

  .buttons .col-12 {
    display: flex;
    justify-content: center;
    flex: 1 1 30%;
    max-width: 33.333%;
  }

  .main-button {
    width: 90%;
    max-width: 260px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {

  .video-overlay {
    justify-content: flex-start;
    padding-top: 5vh;
    min-height: 100vh;
  }

  .logo{
    margin-top:2rem;
  }
  .description{
    margin-bottom: 5rem;
  }

  .buttons {
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
    margin-top: 2rem;
    padding-bottom: 3rem;
    bottom: 0;
  }

  .buttons .col-12 {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .main-button {
    width: 90%;
    max-width: 300px;
  }
  .main-button-title::before{
    font-size: 1rem;
  }
}


@media (max-width: 1024px) and (orientation: landscape) {

  .video-overlay {
    min-height: 100vh;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

   .buttons {
    flex-direction: row !important;
    flex-wrap: nowrap !important; 
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem !important;
  }

  .buttons .col-12 {
    flex: 0 0 auto !important; 
    max-width: unset !important;
    width: auto;
    display: flex;
    justify-content: center;
  }

  .main-button {
    width: 100%;
    max-width: 220px; 
  }
  #body-wrapper{
    overflow-x: hidden;
    overscroll-behavior: none;
    overscroll-behavior-x: none; 
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
    border-left:#d89a48 2px solid;
    border-right:#d89a48 2px solid;
}
}
@supports not (height: 100svh) {
  .video-section {
    height: 100vh;
    min-height: 100vh;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .main-button {
    font-size: 1.8rem;
    padding: 0.6rem 1.4rem;
    max-width: 300px;
  }
}


@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .buttons {
    flex-direction: row;
    gap: 1.5rem;
  }

  .main-button {
    font-size: 1.6rem;
    padding: 0.5rem 1.2rem;
    max-width: 280px;
  }

  .main-button::before,
  .main-button::after {
    width: 40px;
    height: 40px;
    top: 0px !important;

  }
  .main-button::before{
        margin-left: -20px;
  }
  .main-button::after{
    margin-right: -20px;
  }
}


@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .buttons {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    padding-bottom: 2rem;
  }

  .main-button {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    max-width: 280px;
  }

  .main-button::before,
  .main-button::after {
    width: 36px;
    height: 36px;
    margin-left: -18px;
    margin-right: -18px;
  }
}
