body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: 'one_bangkokregular', sans-serif !important;
}
 


@font-face {
    font-family: 'one_bangkokregular';
    src: url('../font/onebangkok-regular-webfont.woff2') format('woff2'),
         url('../font/onebangkok-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'one_bangkok_textbold';
    src: url('../font/onebangkoktext-bold-webfont.woff2') format('woff2'),
         url('../font/onebangkoktext-bold-webfont.woff') format('woff');
         font-weight: bold;
         font-style: normal;
         font-display: swap;

}

#saveImageBtn{
    color: rgb(255 255 255);
    font-size: 18px;
    font-family: 'one_bangkok_textbold', sans-serif !important;
    text-align: center;
    border: none;
    background-color: rgb(48 33 13 / 90%);
    z-index: 1000;
    bottom: 10px;
    margin-bottom: 100px;
    border-radius: 28px;
    position: absolute;

}

.content {
    background-color: #eee7d5;
    background-image: url('../images/3.png'); /* Replace with your image */
    /* background-size: cover; */
    background-position: center;
    height: 100vh; /* Full height of the viewport */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    position: relative;
}

.text-container {
    color: white;
    font-size: 48px;
    font-family: 'one_bangkokregular', sans-serif !important; /* Use custom font */
    text-align: center;
}

button {
    font-family: 'one_bangkokregular', sans-serif !important; /* Use custom font */
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #501805;
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
  }
  @keyframes l3 {to{transform: rotate(1turn)}}


 


  
.container {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
.image-slide {
  position: absolute;
  /* top: -100%; */
  left: -25%;
  height: 80vw;
  width: auto;
  animation: slideDown 2s forwards;
  top: 50%;
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
    /* -webkit-transform: rotate(90deg) translate(-50%);
    transform: rotate(90deg) translate(-50%); */
  }
  
  @keyframes slideDown {
    0% {
      top: -100%;
    }
    100% {
      top: 140px;
    }
  }
  
  /* Responsive styles for mobile */
  @media (max-width: 768px) {
    .container {
      height: 100vh;
    }
  }
  


  .box {
    width: 100%;
    height: 2em;
    border-radius: 0 0 50% 50% / 0 0 .75em .75em;
    background: rgb(106 84 76);
    position: relative;
    z-index: 10;
    position: absolute;
}
.box1 {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    border-radius: 50% / 0.75em;
    bottom: -1px;
    height: 2em;
    position: absolute;
    width: 100%;
}