@charset "UTF-8";

/* ── Onest Font Family ─────────────────────────────────────── */

@font-face {
  font-family: "Onest";
  src: url("../css/fonts/Onest-Thin.woff2") format("woff2"),
       url("../css/fonts/Onest-Thin.woff") format("woff"),
       url("../css/fonts/Onest-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("../css/fonts/Onest-ExtraLight.woff2") format("woff2"),
       url("../css/fonts/Onest-ExtraLight.woff") format("woff"),
       url("../css/fonts/Onest-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("../css/fonts/Onest-Light.woff2") format("woff2"),
       url("../css/fonts/Onest-Light.woff") format("woff"),
       url("../css/fonts/Onest-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("../css/fonts/Onest-Regular.woff2") format("woff2"),
       url("../css/fonts/Onest-Regular.woff") format("woff"),
       url("../css/fonts/Onest-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("../css/fonts/Onest-Medium.woff2") format("woff2"),
       url("../css/fonts/Onest-Medium.woff") format("woff"),
       url("../css/fonts/Onest-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("../css/fonts/Onest-SemiBold.woff2") format("woff2"),
       url("../css/fonts/Onest-SemiBold.woff") format("woff"),
       url("../css/fonts/Onest-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("../css/fonts/Onest-Bold.woff2") format("woff2"),
       url("../css/fonts/Onest-Bold.woff") format("woff"),
       url("../css/fonts/Onest-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("../css/fonts/Onest-ExtraBold.woff2") format("woff2"),
       url("../css/fonts/Onest-ExtraBold.woff") format("woff"),
       url("../css/fonts/Onest-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("../css/fonts/Onest-Black.woff2") format("woff2"),
       url("../css/fonts/Onest-Black.woff") format("woff"),
       url("../css/fonts/Onest-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000D47;
  z-index: 99;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a {
  font-family: 'Onest', sans-serif;
}

    
button {
  border: none;
  background: none;
  outline: none;
}

/* LAYOUT
------------------------------------------------------- */

html {
  scroll-behavior: smooth;
  height: 100%;
}

figure {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  cursor: pointer;
}

video {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  opacity: 0; 
  /* z-index: 9999;    */
}

svg:not(:root) {
  overflow: hidden;
}

/******** css start here *********/
.play-button {
  color: #3d85c6;
  z-index: 10;
  font-size: 28rem;
  line-height: 1.14em;
  cursor: pointer;
  position: absolute;
  top: 87.5%;
  left: 1.7%;
  height: 55rem;
  width: 55rem;
  pointer-events: none;
  cursor: pointer;
}
.open-popup .play-button {
  right: 90rem;
}

button.play-button:hover {
  background-image: url(../images/play-pause-button.svg) !important;
  border-radius: 40rem;
  background-size: 82% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  cursor: pointer;
  z-index: 9;
  font-size: 0px;
}

.play-button:focus {
  outline: none;
}

.frames {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
}

#main {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
}

/* .root {
  font-size: 0.052086vw;
} */
.root {
  font-size: 0.047359vw;
}
.f-main {
  position: absolute;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.8, 0.8);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.play-button.play-on-click {
  pointer-events: visible;
}
/* 
.play-button:before {
  content: " ";
  background-image: url(../images/play-img.svg);
  position: absolute;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  width: 40rem;
  height: 40rem;
} */

button.play-button.play-on-click:hover img {
  display: none;
}

.play-button.play-on-click:before {
  content: "";
  position: absolute;
  background-color: transparent;
  background-image: unset;
}

p {
  font-family: 'Onest', sans-serif;
  color: #333333;
  font-weight: normal;
  font-size: 8rem;
  line-height: 10rem;
  margin-bottom: 0rem;
}

a:hover,
a:focus {
  text-decoration: none;
}

.middle-align {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

body {
  overflow: hidden;
 }

img {
  width: 100%;
}
/* play audio */

#player-container {
  position: absolute;
  left: 17.5%;
  z-index: 9999;
  padding-top: 3rem;
}
.home-header #player-container {
  left: 13.5%;
}
audio#my_audio,
audio#click-sound {
  display: none;
}

.click-area {
  z-index: 9;
  cursor: pointer;
  transition: 0.2s ease-in-out;
   /* background: #00000050;    */
  position: absolute;
}

#canvas-popup {
  background-color: #ffffffcf;
}

#canvas-zoom_in {
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  height: auto !important;
}

/* CSS for the modal dialog */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow: hidden;
}

.modal-content {
  position: relative;
  height: 100%;
  background-color: #093b92;
}

/* CSS for the close button */
.close,
.img-close {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  opacity: 1;
  transition: 0.3s ease;
  width: 54.15rem;
  height: 54.15rem !important;
}
.img-close {
  transform: scale(0.61);
  bottom: 1%;
  right: 3%;
  z-index: 99999 !important;
}
.close img,
.img-close img {
  position: relative;
}
.play-img,
.play-img img {
  width: 55rem;
  height: 55rem;
}

button#popup-button {
  border: none;
  background: white;
  outline: none;
  position: absolute;
  top: 10%;
  font-size: 20rem;
  z-index: 999;
}
#replay-button {
  left: 2.5%;
  width: 32rem !important;
  height: 32rem !important;
  top: 75.5%;
}
#replay-button img {
position: absolute;
}
/* popup screen end ************************************************/

#frames.move-top {
  z-index: 9;
}

/* zoom in css*/
#zoom-item {
  width: 66%;
  height: 66%;
  float: left;
  overflow: hidden;
  display: none;
}

.zoomItem {
  position: absolute;
  animation: fadeIn linear 1.4s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/* hotspot points css start*/
.BornHS__Wrapper .BornHS__Input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  width: 0;
  z-index: -1;
}

.BornHS__Wrapper .BornHS__Input,
.BornHS__Wrapper .BornHS__Label {
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  transition: all 300ms ease !important;
  width: fit-content !important;
}

.BornHS__Modal__Input.button-purple .BornHS__Label {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.main-page .top-logos {
  height: 90rem;
}
#click-play {
  display: none;
}

.BornHS__Wrapper .BornHS__Label {
  width: fit-content !important;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input {
  display: none;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input,
.BornHS__Label {
  opacity: 0.5;
  pointer-events: none;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked {
  display: inline-block;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked,
.BornHS__Label {
  opacity: 1;
  pointer-events: auto;
}

.BornHS__Modal,
.BornHS__Wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.BornHS__Wrapper.wrapper-index {
  z-index: 99;
}
body.noScroll,
html.noScroll body {
  margin-right: 0px;
  overflow-x: hidden !important;
}

.noScroll {
  overflow: hidden !important;
}

.box-text {
  display: none;
  position: absolute;
  bottom: 0%;
  padding: 10rem;
  background-color: #ffffff45;
  width: 100%;
}

.box-text p,
.box-text h3 {
  color: #ffffff;
}

h3.head-boxes {
  font-family: 'Onest', sans-serif;
  font-size: 12rem;
  margin-bottom: 5rem;
}

.BornHS__Modal__Input {
  position: absolute;
  left: 21%;
  top: 33%;
}

.open-hotspot .play-button {
  transform: scale(0.5003);
  top: -7rem;
  right: 35rem;
}

.BornHS__Wrapper.wrapper-index {
  z-index: 99;
}

#bg-background {
  position: absolute;
  top: 0;
}
div#frames {
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
  overflow: hidden;
}
.vertical .img-close {
  right: 37%;
}
#canvas-activ {
  background-position: center;
}
/* web page for navigation */
.container {
  max-width: 1680rem;
  width: 100%;
  padding-top: 40rem;
  padding-bottom: 40rem;
  padding-left: 0;
  padding-right: 0;
}
.heading-inner h1 {
  font-size: 48rem;
  font-weight: 500;
  line-height: 1.1em;
}

h1 {
  font-family: 'Onest', sans-serif;
  font-weight: 900;
  font-size: 64rem;
  line-height: 72rem;
  color: #151515;
  margin-bottom: 30rem;
  font-weight: 500;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}

.in-anime {
  animation: animeIn;
  animation-duration: 0.8s;
  visibility: visible;
}
@keyframes animeIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    opacity: 1;
  }
}

/* web page for navigation ends*/

/***************** hotspots start **********************/
.hotspot-area {
  z-index: 9;
  cursor: pointer;
  display: flex;
}
.hotspot-area p {
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  border-radius: 50rem;
  padding: 0px;
  cursor: pointer;
  margin-left: 0rem;
  color: #ffffff;
  padding: 8rem 16rem;
  font-size: 14rem;
  line-height: 1.3em;
  display: flex;
  padding-left: 40rem;
  font-family: 'Onest', sans-serif;
  position: absolute;
  left: -2%;
}
.hotspot-area img {
  z-index: 2;
  cursor: pointer;
}
#bg-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 27.5%;
  margin: auto;
  z-index: 99;
}
#text-container {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
#text-container p {
  background-color: #ffffff;
  width: 15%;
  height: fit-content;
  border-color: transparent;
  box-shadow: rgb(214 214 214 / 83%) 2px 2px 5px 2px;
  -webkit-box-shadow: rgb(214 214 214 / 83%) 2px 2px 5px 2px;
  -moz-box-shadow: rgba(214, 214, 214, 0.83) 2px 2px 5px 2px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20rem 15rem;
  text-align: left;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-name: trans-in;
  font-size: 14rem;
  line-height: 1.3em;
  z-index: 99;
  transform-origin: center;
}
#text-image {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
#text-image p {
  width: 100%;
  height: fit-content;
  box-shadow: rgba(214, 214, 214, 0.83) 2px 2px 5px 2px;
  -webkit-box-shadow: rgba(214, 214, 214, 0.83) 2px 2px 5px 2px;
  -moz-box-shadow: rgba(214, 214, 214, 0.83) 2px 2px 5px 2px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 17%;
  padding: 20rem 15rem;
  text-align: left;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-name: trans-in;
  color: #fff;
  font-size: 16rem;
  line-height: 1.3em;
  z-index: 99;
  transform-origin: center;
}
@keyframes trans-in {
  0% {
    opacity: 0;
    transform: scale3d(0.7, 0.7, 0.7);
  }

  100% {
    opacity: 1;
  }
}
img.crs-btn {
  position: absolute;
  right: 1%;
  width: 35rem;
  cursor: pointer;
  z-index: 99999;
  background: #fff;
  margin-top: 8rem;
  top: -5%;
}
.crs-btn {
  display: none;
}
/***************** hotspots end **********************/
/***************** textarea start **********************/
.text-area {
  position: absolute;
}
.link-area {
  cursor: pointer;
  position: absolute;
  z-index: 9;
}
/***************** textarea end **********************/

/***************** Link iframe popup **********************/
#iframe-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 80%);
  display: none;
  z-index: 99;
}

#popup-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border: 0px;
}

#close-iframe {
  position: absolute;
  top: 20rem;
  right: 15rem;
  width: 50rem;
  cursor: pointer;
  border-radius: 50rem;
  background-color: #f47d32;
  padding: 15rem;
  transition: 0.3s ease-in;
}
#close-iframe:hover {
  background-color: #c45a18;
}
/***************** Link iframe popup end**********************/
/***************** Subtitle**********************/
.subtitle-area {
  position: absolute;
  z-index: 9;
  font-family: 'Onest', sans-serif;
  font-weight: 500;
  margin: auto !important;
  left: 0 !important;
  right: 0;
  padding: 0px !important;
  text-align: center;
}
/***************** Subtitle end**********************/
/***************** Image**********************/
.image-area {
  position: absolute;
}
#bg-background {
  opacity: 0;
}
/***************** Image end**********************/
/*****************Video in video**********************/
.picture-area video {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.picture-area {
  position: absolute;
}
/*****************Video in video end**********************/

#player-container #play-pause {
  cursor: pointer;
  text-indent: -999999px;
  height: 60rem;
  width: 60rem;
  background-image: url(../images/audio-off.svg);
  background-color: #fff;
  border-radius: 3rem;
  text-align: center;
  line-height: 45rem;
  background-size: 45rem;
  background-repeat: no-repeat;
  background-position: center;
}

.pause {
  background-image: url(../images/audio-on.svg) !important;
}

.play {
  background-image: url(../images/audio-off.svg);
}
.top-main-logo img {
  width: 50rem;
}

.click-area.click-btn:before {
  content: "";
  background-image: url(../images/click.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 66rem;
  height: 77rem;
  background-size: contain;
  top: 100%;
  left: 50%;
}

div#back_btn a {
  font-size: 20rem;
  color: #ffffff;
  line-height: 27rem;
  font-family: 'Onest', sans-serif;
}
.click-area:hover::after {
  opacity: 0;
}
.click-area.back-style:hover .follower__circle {
  opacity: 0;
}

.follower,
.followerPlay {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  cursor: none;
  transition: transform 0.2s ease-out;
  z-index: 9999;
}
.click-area .follower .follower__circle {
  border: 0 solid transparent;
  color: #000;
  font-family: "biennale black", Sans-serif;
  font-weight: 700;
}
.follower .follower__circle,
.followerPlay .follower__circlePlay {
  transform: translate(-50%, -50%);
  width: 110rem;
  height: 100rem;
  border: 1px solid transparent;
  transition: width 0.2s ease-out, height 0.2s ease-out;
  font-size: 0 !important;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: transparen;
}
.follower__circle {
  opacity: 0;
}
.click-area:hover .follower__circle {
  opacity: 0;
}

.custom-cursor {
  position: absolute;
  pointer-events: none; /* Allow mouse events to pass through */
}
.click-area:hover:after {
  background-image: none;
}

#player-container #play-pause:hover,
.top-remote-ar:hover {
  animation: zoom-in-zoom-out 1.5s infinite !important;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.09, 1.09);
  }
  100% {
    transform: scale(1, 1);
  }
}
.back-style:before {
  content: " ";
  background-image: url(../images/back-color.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 60rem;
  height: 60rem;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.back-style:hover::before {
  content: " ";
  background-image: url(../images/back-hover.svg);
}
.back-style:after,
.skip-c:after {
  display: none;
}
.back-style {
  top: 77.5% !important;
  right: 112rem !important;
  left: unset !important;
  cursor: pointer;
}
.text-area {
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.click-area.yes-click:hover {
  border-radius: 6rem;
  box-shadow: 0 0 20rem 5rem #b0b320 inset, 0 0 3rem 7rem #e1e5ac;
}
.click-area.no-click:hover {
  border-radius: 6rem;
  box-shadow: 0 0 20rem 5rem #e65d4d inset, 0 0 3rem 7rem #f1bcbc;
}
.click-area.blue-click:hover {
  border-radius: 6rem;
  box-shadow: 0 0 20rem 4rem #f2f2f3 inset, 0 0 3rem 7rem #3d85c660;
}
.usersnap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.main-con a.explore-btn.explore-home {
  z-index: 99;
  position: relative;
}

.home-btn {
  background-image: url(../images/home.svg) !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  cursor: pointer;
  z-index: 9;
  font-size: 0px;
  transition: 0.2s ease-in;
  width: 56rem !important;
  height: 56rem !important;
  top: 35% !important;
  display: none !important;
}
.home-btn:hover {
  background-image: url(../images/home-hov.svg) !important;
}

.full-screen-btn {
  background-image: url(../images/full.svg) !important;
  border-radius: 40rem;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  left: 6.2%;
  top: 90%;
  cursor: pointer;
  z-index: 9;
  font-size: 0px;
  position: absolute;
  width: 55rem;
  height: 55rem;
  transition: 0.2s ease-in;
}
.full-screen-btn:hover {
  background-image: url(../images/full-hover.svg) !important;
}
.full-screen-btn:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
}
#replay-button .replay-hov {
  opacity: 0;
  transition: 0.2s ease-in;
}
#replay-button:hover .replay-hov {
  opacity: 1;
}
#replay-button:hover .replay {
  opacity: 0;
}
.disable {
  opacity: 0.5;
  pointer-events: none;
}
/* .back-btn {
  background-image: url(../images/arrow-back.svg) !important;
  border-radius: 40rem;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  cursor: pointer;
  z-index: 9;
  font-size: 0px;
  transition: 0.2s ease-in;
  transition: 0.2s ease-in; */
  /* box-shadow: 0px 0px 8rem 0px #1f72ff; */
  /* width: 52rem !important;
  height: 52rem !important;
  top: 90% !important;
} */
/* .next-btn {
  background-image: url(../images/next.svg) !important;
  border-radius: 40rem;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  cursor: pointer;
  z-index: 9; 
  font-size: 0px;
  transition: 0.2s ease-in; */
  /* box-shadow: 0px 0px 8rem 0px #1f72ff; */
  /* width: 52rem !important;
  height: 52rem !important;
  top: 90% !important;
} */
/* .back-btn:hover {
  background-image: url(../images/arrow-back-hv.svg) !important;
}
.next-btn:hover {
  background-image: url(../images/arrow-next-hvr.svg) !important;
} */
@keyframes slideRightToLeft {
  from {
    transform: translateX(80%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.right-in {
  animation: slideRightToLeft 0.8s ease-in-out forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
.right-in-img {
  animation: slideRightimg 0.7s ease-in-out forwards;
  animation-delay: 0.4s;
  opacity: 0;
}
@keyframes slideRightimg {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeftToRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideBottomimg {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.left-in {
  animation: slideLeftToRight 1.1s ease-in-out forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
.animate-fadeInUp {
  animation: fade-in-up30 0.7s linear forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
.action-btn.animate-fadeInUp {
  animation-delay: 0.5s !important;
  opacity: 0;
  animation: fade-in-up 1s ease-in-out forwards;
}
.animate-fadeInLeft {
  animation: fade-in-left 0.7s linear forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
@keyframes fade-in-left {
  from {
    transform: translateX(-50rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  10% {
    transform: translateY(70rem);
    opacity: 0;
  }
}
@keyframes fade-in-up30 {
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  10% {
    transform: translateY(30rem);
    opacity: 0;
  }
}
@keyframes fade-in-down {
  100% {
    transform: translateY(60rem);
    opacity: 0;
  }
  10% {
    transform: translateY(0rem);
    opacity: 1;
  }
}

.text-card:hover {
  background-color: #232323;
  transition: all 0.3s ease-in-out;
}

.animate-textUp {
  animation: fade-in-up30 0.5s linear forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

@keyframes text-up {
  100% {
    transform: translate(0rem, 0rem);
    opacity: 1;
  }

  75% {
    transform: translate(5rem, 2rem);
    opacity: 0.75;
  }

  50% {
    transform: translate(10rem, 5rem);
    opacity: 0.5;
  }

  25% {
    transform: translate(20rem, 8rem);
    opacity: 0.25;
  }

  0% {
    transform: translate(30rem, 10rem);
    opacity: 0;
  }
}

.fullscreen-mode .full-screen-btn {
  background-image: url(../images/full-act.svg) !important;
}
.fullscreen-mode .full-screen-btn:hover {
  background-image: url(../images/full-act-hover.svg) !important;
}
.text-click {
  font-size: 20rem;
  color: #fff;
}
#click-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #AAB9CC; */
  background-color: #bcc8d7;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease-in-out;
}
.zoom-in {
  display: none;
  animation: zoomIn 0.5s forwards;
}
@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.top-index {
  z-index: 2 !important;
}
.fade-in {
  animation: fadeIn 0.4s ease-in forwards;
  animation-delay: 0.4s; /* Delay before the animation starts */
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

sup {
  top: -0.8em !important;
  font-size: 50%;
}

/* Menu navigation start ************************************************/
/* Updated Navigation Styles */
/* .navigation {
  box-shadow: 0 0 3rem #9d76e2;
  overflow: hidden;
  padding: 15rem 10rem;
  transform: scale(0);
  transform-origin: top left;
  transition: transform 0.35s ease-in-out, visibility 0.35s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  border-radius: 6rem;
  border: 0.5rem solid #8413dd;
  background: rgba(28, 11, 220, 0.24);
  backdrop-filter: blur(10rem);
} */
.navigation {
  overflow: hidden;
  padding: 10rem 0rem;
  transform: scale(0);
  transform-origin: top left;
  transition: transform 0.35s ease-in-out, visibility 0.35s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  border-radius: 6rem;
  backdrop-filter: blur(20rem);
  width: 230rem;
  min-height: 250rem;
  background-color: #06070A4D;
}

.navigation::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1rem;
  border-radius: inherit;
  background: linear-gradient(149deg,
      rgba(20, 76, 167, 0.6) 0%,
      rgba(255, 134, 54, 0.7) 33%,
      rgba(0, 121, 229, 0.8) 70%,
      rgba(255, 134, 54, 0.4) 100%);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.navigation ul {
  padding: 0 !important;
  margin: 0;
}

/* Ensures proper placement and size */
.navigation-wrapper {
  position: absolute;
  top: 50%;
  left: 3.5%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

/* Button Styles */
#menuBtn {
  color: whitesmoke;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 103rem;
  width: 44rem;
  border-radius: 5rem;
  backdrop-filter: blur(10rem);
  padding: 12rem 11rem;
  transition: all 0.3s ease-in-out;
  border: 1.5rem solid #144CA7;
  background: transparent;
  backdrop-filter: blur(10rem);
}
#navMenu {
  visibility: hidden;
  transform: scale(0);
  transform-origin: left 20%;
  transition: transform 0.35s ease-in-out, visibility 0.35s ease-in-out;
}
.menu-line, .journey-menu-line {
  height: 2rem;
  width: 22rem;
  margin: 0 auto;
  transition: opacity 0.3s;
  background-color:#1D63DD;
}
/* Size adjustments for the menu when expanded */
.nav-click {
  font-size: 18rem !important;
  line-height: 1.1em;
  position: relative !important;
  color: rgba(255, 255, 255, 0.95) !important;
  width: 100%;
  text-align: left;
  padding: 10rem 20rem;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  margin-bottom: 5rem;
}

.nav-dropdown {
  display: flex;
  align-items: center;
}
  
  .nav-dropdown-menu {
    display: none;
  }
 .nav-dropdown.open + .nav-dropdown-menu {
    display: block;
  }
 .nav-dropdown-menu .nav-click {
   margin-bottom: 1rem;
   padding-left: 40rem;
 }
 .nav-dropdown.open .dropdown-icon {
   transform: rotate(0deg);
 }
 
 .dropdown-icon {
  transition: transform 0.3s ease-in-out;
  width: 9rem;
  height: 9rem;
  transform: rotate(180deg);
  margin-left: 15rem;
  margin-top: 2rem;
  position: absolute;
  right: 100rem;
  transform-origin: center;
}
  
  .nav-click.active,.dropdown .dropdown-menu .line.active {
    border-radius: 3rem;
    cursor: pointer;
    font-weight: 500;
    border: 0;
    background: linear-gradient(115deg,
        rgba(255, 134, 54, 1) 32%,
        rgba(255, 134, 54, 0.4) 100%);
  }
.bg-change .nav-click.active{
  color: #fff !important;
  background: #0F5ED5 !important;
}
.nav-click:hover {
  border-radius: 3rem;
  background: linear-gradient(115deg,
      rgba(255, 134, 54, 0.6) 32%,
      rgba(255, 134, 54, 0.2) 100%);
}
 .menu-line.active, .journey-menu-line.active {
  stroke-width: 2rem;
  stroke: #FF8636;
  filter: drop-shadow(0 0 7rem #FF8636);
  background-color: #FF8636;
} 
 /* .navigation-wrapper{
display: none;
 } */
.navigation-wrapper.visible-nav {
visibility: visible;
}

.navigation-wrapper.hide-nav {
  visibility: hidden;
}

/* Menu navigation end************************************************/


/* form**************************************/
form#user-info-form {
  position: absolute;
  top: 50%;
  z-index: 9;
}
form#user-info-form label {
  font-size: 20rem;
}
form#user-info-form input {
  width: 100%;
  font-size: 20rem;
  min-height: 100%;
}
form#user-info-form input::placeholder {
  font-size: 20rem;
}
form#user-info-form input#submit-user-info {
  font-size: 20rem;
  margin-top: 30rem;
}
form#user-info-form input#name {
  padding: 25rem;
}
form#user-info-form input#email {
  padding: 25rem;
  width: 100%;
}
/* form end**************************************/
#exportPackageBtn {
  right: 220rem !important;
}
#exportPackageBtn, #exportVisibleBtn {
  z-index: 9999;
  position: absolute !important;
  right: 20rem;
  top: 20rem;
  cursor: pointer;
  font-size: 20rem;
  font-weight: 500;
  font-family: 'Onest', sans-serif;
  line-height: 0.9em;
  color: #fff;
  border-radius: 4rem;
  padding: 15rem 20rem;
  background: #1D63DD;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.1sease-in !important;
  left: unset !important;
}
#exportPackageBtn:hover, #exportVisibleBtn:hover{
  background-color: #fff;
  color: #1D63DD;
}

#progress-container {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00000080;
  align-items: center;
  justify-content: center;
  z-index: 999;
  backdrop-filter: blur(2rem);
}
#progress-container p {
  color: #fff;
  font-size: 25rem;
  margin-top: 20rem;
}
#progress-bar::-webkit-progress-value {
  background-color:#1D63DD;
  border-radius: 10rem;
}
#progress-bar {
    width: 300rem;
    height: 20rem;
    border-radius: 10rem;
    background-color: #f0f0f0;
    overflow: hidden;
    margin-top: 20rem;
}

#progress-bar::-webkit-progress-bar {
    background-color: #f0f0f0;
    border-radius: 10rem;
}

#progress-bar::-moz-progress-bar {
    background-color: #1D63DD;
    border-radius: 10rem;
}

#download-complete-container {
    margin-top: 20rem;
}
#download-complete-message {
    color: #f0f0f0;
    font-size: 20rem;
    font-weight: bold;
    text-align: center;
}
.media-link-assets {
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #00000080;
  backdrop-filter: blur(2rem);
  z-index: 999;
}
.media-link-assets label {
  font-size: 20rem;
  line-height: 1.2em;
  color: #f0f0f0;
}
.media-link-assets input {
  width: 500rem;
  font-size: 20rem;
  border: 1rem solid #1d63dd;
  padding: 5rem 10rem;
  margin-left: 20rem;
  border-radius: 4rem;
  z-index: 1000;
  margin-top: 10rem;
}
#exportMediaBtn {
  z-index: 99;
  cursor: pointer;
  font-size: 20rem;
  font-weight: 500;
  font-family: 'Onest', sans-serif;
  line-height: 0.9em;
  color: #fff;
  border-radius: 4rem;
  padding: 12rem 20rem;
  background: #1D63DD;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.1sease-in !important;
  margin-left: 15rem;
  margin-top: 20rem;
}