* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: "Telenor-Bold";
}
* button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
}
html,
body {
  margin: 0%;
  padding: 0%;
  font-size: 62.5%;
  overflow-x: hidden;
  /*background-color: black;*/
  /*background-image: url("../assets/pattern.png");*/
  background-color: #21031a;
  background-repeat: repeat;
  background-position: center center;
  overflow: hidden;
}
@font-face {
  font-family: "Telenor-Bold";
  font-style: normal;
  src: url(".././font/Telenor-Bold.ttf");
}

@font-face {
  font-family: "Telenor-Medium";
  font-style: normal;
  src: url(".././font/Telenor-Medium.ttf");
}
canvas {
  position: fixed;
  overflow: hidden;
  background-color: transparent;
  margin: auto;
}
#loading_screen {
          width: 100vw; /* Full viewport width */
          height: 100vh; /* Full viewport height */
          background-image: url('../assets/figma/splash/splash.png');
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          position: relative;
          
      }

.loading_screen > span {
  margin-top:  95%;
  color: aliceblue;
  font-size: 2.5rem;
  position: absolute;

}
#loading-container 
{
      width: 300px; /* Adjust the width as needed */
      height: 100px; /* Adjust the height as needed */
      margin-bottom: 370px;/* Adjust the gap between the animation and text */
}

#turn {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: white;
  /* background-image: url('./assets/portrait.png'); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: none;
  z-index: 999999;
}
/* change */
.main-container {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #21031a;/*black;*/
  z-index: 1000;
  display: none;
}
.container_2 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 50rem;
  background-image: url("../assets/bg.png");

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  overflow-y: auto;
  
}

.ui_container {
  width: 100%;
  height: 100vh;
  /*min-height: max-content;*/
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  overflow: hidden;
  overflow-y: auto;
  user-select: none;

}

.pop_up {
  display: flex;
  width: 42rem;
  background-color: #f0e5ee;
  border-radius: 2rem;
  text-align: left;
  flex-direction: column;
  padding: 2rem 1.5rem;
  gap: 0.5rem;
  font-size: 2rem;
  align-items: center;
}
.pop_up h2 {
  /*align-self: flex-start;*/
  font-size: 2rem;
  color: #000000;
  line-height: 1.5rem;
  /*text-transform: capitalize;*/
  margin-left: 2rem;
}
.pop_up p {
  /*align-self: flex-start;*/
  text-align: center;
  padding: 10px;
  font-size: 1.5rem;
  color: #444444;/*#809cad;*/
  font-weight: 900;
 /* text-transform: capitalize;*/
  /*margin-left: 2rem;*/
}
.pop_up_item {
  display: flex;
  width: 100%;
  align-items: center;
  border: 2px solid #5d0241;
  border-radius: 1rem;
  gap: 2rem;
  padding: 0.5rem 1rem;
}
.pop_up_icon {
  color: #5d0241;
  font-size: 2rem;
}
.pop_up_item > div > h3:first-child {
  font-size: 1.6rem;
  color: black;
  font-weight: 700;
}
.pop_up_item > div > h3:nth-child(2) {
  font-size: 1.6rem;
  color: #000000;
  /*color: #0777c9;*/
}
.my-input {
  width: 35rem;
  height: 5rem;
  font-size: 1.8rem;
  outline: none;
  border: 1px solid black;
  padding-left: 1rem;
  border-radius: 1rem;
  align-self: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
#my_text_area {
  padding: 1rem;
  resize: none;
  width: 35rem;
  height: 20rem;
  outline: none;
  border: 1px solid black;
  align-self: center;
  font-family: "Telenor-Medium";
  border-radius: 1rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
.submit_button {
  width: 35rem;
  height: fit-content;
  min-height: fit-content;
  align-self: center;
  padding: 1rem;
  margin: auto;
  border-radius: 1rem;
  background-color: #5d0241;
  font-size: 2rem;
  color: white;
  transition: all linear 0.2s;
  margin-bottom: 1rem;
}


.display {
  display: block;
}
.hide {
  display: none;
}
.display_hide {
  display: none;
}
.dialog_box {

  position: relative;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  min-height: 100vh;
  margin: 0 auto;
  outline: none;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  background-image: url("../assets/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background: transparent;
  background-color: transparent;*/

  /*position: relative;
  width: 100%;
  height: 100%;
  max-width: 50rem;
  background-color: transparent;
  background-image: url("../assets/bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 auto;
  outline: none;
  border: none;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 99999;*/

}

.outer_popup {
  width: 80%;
  height: 30rem;
  background-color: #5d0241;
  border-radius: 3rem;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: center;
  margin: 0 auto;
}

.outer_popup h2 {
  text-align: center;
  color: white;
  font-size: 3rem;
}
.inner_dialog {
  width: 100%;
  height: 100%;
  background-color: #f0e5ee;
  border-radius: 3rem;
  text-align: center;
  position: relative;
}
#dialog_content {
  padding: 2rem;
  font-size: 2rem;
  color: black;
  font-weight: 700;
  margin-top: 5rem;
}
#home_btn {
  /*width: 8rem;
  height: auto;
  object-fit: contain;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  margin: 1rem;
  cursor: pointer;*/
  width: 12rem;
  height: fit-content;
  min-height: fit-content;
  align-self: center;
  padding: 1rem;
  margin: auto;
  border-radius: 1rem;
  /*background-color: #0079d0;*/
  /*font-size: 2rem;*/
  /*color: white;*/
  /*transition: all linear 0.2s;*/
  margin-bottom: 1rem;
}


/*----------------------- MEDIA -----------------------*/
@media screen and (max-width: 1200px) {
  html {
    font-size: 60%;
    overflow-x: hidden;
  }

}
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    font-size: 55%;
  }
  .main-container {
    height: 100vh;
  }
  .container_2 {
    height: 100%;
    min-height: 100vh;
  }
  .ui_container {
    height: 100vh;
    min-height: 92vh;
  }
  #home_btn {
    margin: 0 2rem 7.5rem 0;
  }
  /* input[type="date"]:placeholder-shown{

  } */
  /* input[type="date"] {
    display: flex;
  } */
}
@media screen and (max-width: 480px) {
  html,
  body {
    overflow-x: hidden;
    font-size: 50%;
  }
  .sign-container{
    padding: 0;
  }
  .sign-tab {
    width: 40rem;
    height: 6rem;
  }
}
@media screen and (max-width: 320px) {
  html,
  body {
    overflow-x: hidden;
    font-size: 40%;
  }
}
/* change */

/*///////////////////////////////////////////////////////////////*/
/* Media Queries for Desktop */
@media only screen and (min-width: 1024px) {
    #loading_screen {
        background-size: contain;
        width: 720px;
        height: 620px;
        margin-left: 23%;
    }
    .loading_screen > span {
      margin-top: 40%;
      font-size: 1.5rem;
    }
    #loading-container 
    {
          width: 240px; /* Adjust the width as needed */
          height: 80px; /* Adjust the height as needed */
          margin-bottom: 320px;/* Adjust the gap between the animation and text */
    }

    .image-button img {
        width: 85%;
    }
}

/* Media Queries for Tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #loading_screen {
        background-size: contain;
        width: 100vw;
        height: auto;
    }
}

/* Media Queries for Mobile */
@media only screen and (max-width: 767px) {
    #loading_screen {
        background-size: cover;
        width: 100vw;
        height: 100vh;
    }
    /*.loading_screen > span {
      margin-top: 80%;
      font-size: 1.5rem;
    }*/

    .image-button img {
        width: 94%; 
    }
}