@font-face {
  font-family: Montserrat-Black;
  src: url("../webfonts2/Fonts/Montserrat/Montserrat-Black.woff2");
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("../webfonts2/Fonts/Montserrat/Montserrat-Regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Medium;
  src: url("../webfonts2/Fonts/Montserrat/Montserrat-Medium.woff2");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../webfonts2/Fonts/Montserrat/Montserrat-Bold.woff2");
  font-display: swap;
}
.images-container img {
  object-fit: cover;
}
.box-content p {
  color: #f0f3bd;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  direction: ltr;
  overflow-x: hidden !important;
  background-position: center;
  background-color: #0b0a08;
  scroll-behavior: smooth;
}
.bold {
  font-family: "Montserrat-Bold", sans-serif !important;
}
.scroll-down {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.scroll-down img {
  width: 40px;
  object-fit: contain;
  height: 40px;
  margin-top: 10px;
}
.scroll-down p {
  color: white;
}
.desktop {
  display: block;
}
.mobile {
  display: none !important;
}

.start-section-img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0;
  flex-direction: row-reverse;
  transform: scaleX(-1);
}

.start-section-img-wrapper picture {
  width: 100%;
  height: 100%;
}

.fancybox__container {
  z-index: 999999 !important;
}

.line-muted {
  width: 3px;
  height: 45px;
  background-color: #ffffff;
  transform: rotate(316deg);
  position: absolute;
  top: 0px;
  left: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sound-container.muted .line-muted {
  opacity: 1;
}

#startExperienceVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

#startExperienceVideo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* tabs style */
.pdf-container {
  flex-direction: column;
  flex-direction: column;
  width: 80% !important;
}

.tabs {
  display: flex;
  margin-bottom: 1rem;
  cursor: pointer;
  flex-direction: column;
  width: 30%;
}

.images {
  width: 60%;
  width: 100%;
}

.tab {
  padding: 10px 10px;
  margin-right: 5px;
  border-radius: 5px;
  background: #333;
  color: #f2f2f2;
}

.tab.active {
  background: #f2f2f2;
}

.tab.active h3 {
  color: #333 !important;
}

.image-container {
  min-height: 600px;
  display: none;
}

.image-container.active {
  display: block;
}

.pdf-row-container img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.tab img {
  width: 60px;
  height: 25px;
}

.pdf-row-container {
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
  align-items: center;
}

.pdf-row-container h3 {
  font-size: 15px !important;
  line-height: 26px !important;
  color: white !important;
}

.pdf-row-container .tab {
  display: flex !important;
  padding: 10px 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.left-content {
  flex-direction: column;
}

.left-content img {
  width: 100%;
}

body.modal-open {
  overflow: hidden !important;
  touch-action: none;
  overscroll-behavior: contain;
}

figcaption {
  text-align: center;
  color: white;
  margin-top: 15px;
  line-height: 22px;
  font-size: 15px;
  font-style: italic;
}

#section00 {
  position: relative;
  z-index: 1120000;
}

/* strong{
  font-family: Montserrat-Bold;
} */
.orange-color {
  color: #fb8d5a;
}

p {
  color: #1a1a1a;
  font-size: 17px;
  line-height: 31px;
  font-weight: 500;
  text-align: left;
}

.social-links-wrapper.footer svg {
  filter: invert(0) grayscale(100%);
}

h4,
h5,
h6,
h3,
h2 {
  color: #1a1a1a;
}

h2 {
  font-family: "Montserrat-Bold", sans-serif;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #f0f4cc;
  font-size: 22px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: unset;
}

h1,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.start-container {
  height: 100vh;
  background-color: #102e30;
  position: relative;
}

.start-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.start-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#img01a img {
  object-position: top;
}

#img01b img {
  object-position: left;
}

#img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
}

#img02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
  justify-content: center;
  opacity: 0;
}

#img02 img {
  object-position: bottom;
}

#img21a-sections {
  opacity: 0;
  width: 100%;
}

.bk-st-img {
  width: 100%;
  height: 100vh;
  background-color: #19171eab;
}

#startContent {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 99999999999999;
  cursor: pointer;
  padding: 30px 40px;
}

.start-title-container {
  width: 100%;
  position: relative;
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#lyar-first {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0000008c;
  z-index: 9999;
}

#startContent h3 {
  color: #ffffff;
  padding: 19px 21px;
  border-radius: 4px;
  background-color: #fd776b;
  margin-bottom: 26px;
  font-size: 19px;
  padding-top: 14px;
  position: relative;
  z-index: 99999;
  padding-bottom: 10px;
  width: max-content;
}

h1 {
  font-family: "Montserrat-Bold", sans-serif;
  color: #f0f4cc;
  font-size: 32px;
  width: 100%;
  line-height: 41px;
  text-align: left;
  /* background-color: #03030375; */
  padding: 15px;
}

.start-title-container h2 {
  font-family: "Montserrat-Medium", sans-serif;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #f0f4cc;
  font-size: 25px;
  text-align: left;
  font-weight: 500;
  /* background-color: #2d2525a6; */
  width: 40%;
  padding: 17px;
  line-height: 39px;
  padding-top: 0;
}

/* #mainBanner::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005c;
    z-index: 9999999;
} */
#mainBanner .cus-container {
  z-index: 999999999999999;
}

.writer-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 45px 0;
  padding: 10px;
  width: max-content;
}

#startContent h6 {
  color: #e34a05;
  font-size: 20px;
  margin-top: 10px;
}

#mainBanner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainBanner .main-banner-content {
  margin-right: 30px;
  width: 100%;
}

.main-banner-content p {
  color: white;
  text-align: center;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

.visible {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

#fogCanvas {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#fixed-image {
  width: 100%;
  /* or whatever size you want */
  height: 100%;
  transition: all 0.6s ease;
}

#fixed-image02 {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  /* position: fixed; */
  top: 0;
  left: 0;
  z-index: 999999;
  opacity: 0;
}

.fixed {
  position: fixed;
  top: 0;
  /* distance from the top */
  left: 0;
  /* distance from the left */
  z-index: 1000;
}

.image-wrapper {
  height: var(--real-vh);
  /* or max-height: var(--real-vh); */
}

.main-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.right-content {
  position: relative;
  z-index: 999999;
  /* background-color: #19171eb3; */
  width: 60%;
  margin-left: auto;
  padding: 15px 45px;
  margin-bottom: 50px;
  margin-bottom: 80vh;
  background-color: #00000080;
}

.right-content-image {
  width: 90%;
}

.row-text-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.right-content img {
  width: 100%;
}

.text-container {
  width: 50%;
}

.image-container-figure {
  width: 40%;
}

.dark-bk .image-container-figure {
  width: 75%;
  margin: auto;
}

.left-content {
  position: relative;
  z-index: 999999;
  background-color: #00000080;
  width: 60%;
  margin-right: auto;
  padding: 15px 35px;
  margin-bottom: 80vh;
}

.right-content p {
  color: #f2f2f2;
  font-family: "Montserrat";
  font-weight: 400;
}

.left-content p {
  color: #f2f2f2;
  font-family: "Montserrat";
  font-weight: 400;
}

.images-contaner {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.allImg {
  width: 50%;
  height: 50vh;
  top: 0;
  left: 0;
  z-index: 9999;
  position: absolute;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition:
    opacity 0.8s ease-in-out,
    visibility 0.8s ease-in-out,
    transform 0.8s ease-in-out;
}

.allImg.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 10000;
}

.allImg-p {
  opacity: 1;
  visibility: visible;
}

.allImg a {
  height: 100%;
}

.red-bk {
  background-color: #814344 !important;
}

.dark-bk {
  background-color: #03030385 !important;
}

.dark-bk-text {
  background-color: #1d1d1db4 !important;
  padding: 25px;
}

.image-container-figure {
  margin-bottom: 30px;
  margin-top: 30px;
}


#img00a-sections {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  position: absolute;
  margin-right: auto;
  transform: scale(0.95);
  transition:
    opacity 0.8s ease-in-out,
    visibility 0.8s ease-in-out,
    transform 0.8s ease-in-out;
}

#img00a-sections.active {
  transform: scale(1);
}

#img00-sections {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  position: absolute;
  margin-right: auto;
  transform: scale(0.95);
  transition:
    opacity 0.8s ease-in-out,
    visibility 0.8s ease-in-out,
    transform 0.8s ease-in-out;
}

#img00-sections.active {
  transform: scale(1);
}

#img00-sections img {
  height: 100%;
}

#img02-sections {
  width: 100% !important;
  height: 100% !important;
  transform: unset !important;
  top: 0 !important;
}

.allImg img {
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
  object-fit: cover;
}

#img02-sections img {
  width: 100% !important;
  height: 100% !important;
}

.main-section-continer {
  padding: 0 50px;
}

#img01-sections {
  width: 100%;
  height: 100%;
  bottom: 0;
  top: unset;
  left: 0;
  z-index: 9999;
  margin-right: auto;
  transform: scale(0.95);
  transition:
    opacity 0.8s ease-in-out,
    visibility 0.8s ease-in-out,
    transform 0.8s ease-in-out;
}

#img01-sections.active {
  transform: scale(1);
}

#img01-sections img {
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

#img11-sections {
  width: 50%;
  height: 50vh;
  top: 0;
  left: 0;
  z-index: 9999;
  margin-right: auto;
  transform: scale(0.95);
  transition:
    opacity 0.8s ease-in-out,
    visibility 0.8s ease-in-out,
    transform 0.8s ease-in-out;
}

#img11-sections.active {
  transform: scale(1);
}

#img11-sections img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease-in-out;
}


.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999999;
  background-color: #00000080;
  width: 60%;
  margin: auto;
  margin-bottom: 40px;
  padding: 20px 45px;
  padding-top: 30px;
  margin-bottom: 80vh;
}

.center-content-image {
  margin-bottom: 0;
  width: 80%;
}

.p-b-section {
  margin-bottom: 80vh;
}

.no-m-b {
  margin-bottom: 0 !important;
}

.center-content-image .image-container-figure {
  width: 60%;
}

.no-m-b .text-container {
  width: 100%;
}


.center-content img {
  width: 100%;
  height: auto;
}

.no-bk {
  background-color: unset !important;
  border: unset !important;
  width: 80%;
}

.no-bk .container {
  width: 100%;
  height: 100%;
}

.no-bk iframe {
  width: 100%;
  height: 500px;
  border: unset !important;
}

.image04-container img {
  width: 100%;
}

.center-content p {
  color: #f2f2f2;
  font-family: "Montserrat";
  font-weight: 400;
  text-align: justify;
}

.center-content h2 {
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 29px;
  text-align: center;
  font-family: Montserrat-Bold;
}


.box-center {
  color: #f97f26 !important;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 19px;
  text-align: center;
}

.box-center span {
  font-size: 15px;
  display: block;
  text-align: left;
  margin-top: 10px;
}

.center-content h3 {
  color: #f97f26;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 22px;
  padding: 0px 20px;
  line-height: 40px;
}

.btn-link {
  background-color: #19171e;
  border: 1px solid #f97f26;
  color: #f97f26;
  padding: 14px 16px;
  text-align: center;
  width: max-content;
  cursor: pointer;
}

.link-alone {
  padding-right: 0;
}

.no-top-m {
  margin-top: -80vh;
}

#img02-sections {
  right: 0;
  left: unset;
  width: 50%;
  top: 50%;
  width: 80%;
  transition:
    opacity 0.8s ease-in-out,
    visibility 0.8s ease-in-out,
    transform 0.8s ease-in-out;
}

#img02-sections:not(.active) {
  transform: translateY(-50%) scale(0.95);
}

#img02-sections.active {
  transform: translateY(-50%) scale(1);
}
.chart-container {
  background-color: unset !important;
  width: 80% !important;
}
.chart-container h3 {
  color: #f2f2f2;
  font-weight: bold !important;
  margin-bottom: 30px;
  font-family: Montserrat-Bold;
}
.flourish-embed {
  width: 100%;
}
#img03-sections {
  width: 100%;
  height: 100%;
  right: unset;
  left: unset;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transform: scale(0.95);
  transition:
    opacity 0.8s ease-in-out,
    visibility 0.8s ease-in-out,
    transform 0.8s ease-in-out;
}
#img03-sections img {
  object-position: right;
}
#img02-sections img {
  object-position: left;
}
#img01-sections img {
  object-position: left;
}

#img03-sections.active {
  transform: scale(1);
}

#img03-sections picture {
  height: 100%;
  width: 100%;
}

#img04-sections {
  width: 47%;
  height: 100%;
  bottom: 19%;
  right: 40px;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  left: unset;
  margin-top: 100px;
}


.main-description {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 100px;
}

.main-description p {
  color: #f2f2f2;
  font-size: 20px;
  line-height: 38px;
  font-weight: 600;
}

#img05-sections {
  width: 100%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img05-sections picture {
  width: 100%;
  height: 100%;
}

#img05-sections img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  float: left;
}

#img06-sections {
  width: 100%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img06-sections picture {
  width: 100%;
  height: 100%;
}

#img06-sections img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  float: left;
  object-fit: cover;
}

#img07-sections {
  width: 100%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img07-sections picture {
  width: 100%;
  height: 100%;
}

#img07-sections img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  float: left;
}

#img09-sections {
  width: 50%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img09-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img10-sections {
  width: 80%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img10-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img12-sections {
  width: 40%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img12-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img14-sections {
  width: 50%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img14-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img15-sections {
  width: 50%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img15-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img16-sections {
  width: 50%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img16-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img17-sections {
  width: 50%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img17-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img18-sections {
  width: 50%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img18-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img19-sections {
  width: 80%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img19-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img21-sections {
  width: 80%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img21-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img22-sections {
  width: 80%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img22-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img20-sections {
  width: 40%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}

#img20-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img13-sections {
  width: 100%;
  height: 100vh;
}

#img13-sections img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.writer-info-div span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
}

.writer-info-div figure {
  width: auto !important;
  margin: 0 !important;
}

.writer-info-div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.writer-info-div img {
  width: 15px;
}

.shared-with-div {
  width: 100%;
  margin: 10px auto 30px auto;
  padding: 28px 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.shared-lang-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.shared-lang-wrapper h6 {
  font-family: "Montserrat-Bold", sans-serif !important;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #f2f2f2;
}

.shared-lang-wrapper h6::before {
  content: "";
  display: flex;
  background-color: #e25e4f;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.shared-links-wrapper {
  display: flex;
}

.shared-links-wrapper span {
  display: flex;
  max-width: 90%;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}

.shared-links-wrapper a:not(:last-child) {
  border-right: 2px solid #e25e4f;
  padding-right: 10px;
}

.shared-links-wrapper a {
  color: #f2f2f2 !important;
}

.investigation-tags-container {
  width: 100%;
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  margin: 32px auto;
}

.investigation-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin: auto;
  gap: 8px;
}

.investigation-tags-wrapper a {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  color: #f2f2f2;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  border-radius: 7px;
  transition: all 0.5s;
}

.investigation-tags-wrapper a:hover {
  color: #f2f2f2;
  
  background-color: #e25e4f;
  border: 1px solid #e25e4f;
  transition: all 0.5s;
}

.main-section-continer {
  width: 100%;
}

p {
  font-size: 18px;
}

.left-content img {
  width: 100%;
}

/* Reading Progress Bar */
.reading-progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 9999999;
}

.reading-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #e40421 0%, #ff1744 100%);
  width: 0%;
  transition: width 0.1s ease-out;
}

.arij-inv-txt {
  font-family: "Montserrat-Bold", sans-serif !important;
  font-style: italic;
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 32px;
  text-align: left !important;
  display: flex;
  align-self: flex-start;
}

.fixed-logo-inv {
  position: fixed;
  top: 4%;
  right: 5%;
  z-index: 99999999999;
}
.fixed-logo-inv img {
  width: 110px !important;
  height: auto;
}

#introAudio{display: none;}

.translation-text a{
  text-decoration: underline !important;
  color: white !important;
}

@media screen and (max-width: 868px) {
  .center-content {
    padding: 20px 15px;
  }
   .center-content,.left-content,.right-content {
  width: 100% !important;
   }
  .center-content h3 {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .center-content p {
    color: #f2f2f2;
    text-align: left;
  }

  .center-content h2 {
    text-align: center;
  }

  #img02 img {
    object-position: center;
    object-fit: cover;
  }

  #mainBanner h1 {
    width: 100%;
    line-height: 42px !important;
    font-size: 29px;
  }

  .main-container {
    flex-direction: column;
  }

  #fixed-image02 {
    object-fit: cover;
  }

  .main-description {
    padding: 26px;
  }

  #fixed-image {
    object-fit: cover;
  }

  .right-content {
    width: 95%;
    margin-right: unset;
    margin-right: unset;
    margin-bottom: 200px;
  }

  .left-content {
    width: 95%;
    margin-right: unset;
    margin-right: unset;
    margin-bottom: 200px;
  }

  .center-content {
    width: 95%;
    margin-right: unset;
    margin-right: unset;
    margin: auto auto 0;
    margin-bottom: 200px;
  }

  #mainBanner .main-banner-content {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .allImg {
    margin: unset !important;
    transform: unset !important;
    right: unset !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    bottom: 0;
    top: unset !important;
    object-fit: cover;
  }

  #startContent {
    padding: 10px;
  }

  .main-section-continer {
    width: 100%;
    overflow-x: hidden;
    padding: 0 10px;
  }

  #startContent h6 {
    text-align: center;
  }

  #img01-sections {
    width: 100%;
    height: auto;
    bottom: 0;
    top: unset;
  }

  #img04-sections {
    width: 100%;
  }

  #img02-sections {
    width: 100%;
    height: auto;
  }

  #img06-sections {
    width: 100%;
  }

  #img07-sections {
    width: 100%;
  }

  #img13-sections {
    height: 100vh !important;
    object-fit: cover;
  }

  #mainBanner h3 {
    width: 100%;
  }
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.content-hidden {
  display: none;
}

.start-container-first {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: opacity 0.5s ease;
}

.start-button {
  padding: 15px 30px;
  font-size: 1.5rem;
  background-color: #ffffff;
  color: #000000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.start-button:hover {
  transform: scale(1.05);
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .cus-container {
    max-width: 90%;
    margin: auto 0;
  }

  .right-content {
    padding: 15px 15px;
  }

  #mainBanner h1 {
    line-height: 60px;
  }

  h1 {
    color: #ffffff;
    font-size: 26px;
    width: 100%;
    line-height: 34px;
    margin-bottom: 0px;
    text-align: center;
    margin-right: 0;
    padding: 10px;
  }

  #img02 {
    transform: translate(0, 0) !important;
  }

  .image-container-figure {
    width: 100% !important;
  }

  .start-title-container h2 {
    width: 100%;
    font-size: 21px;
    line-height: 33px;
  }
  .fixed-logo-inv img {
    width: 75px !important;
  }
  #img01b img {
    object-position: 25%;
  }
  h2 {
    line-height: 37px;
  }
  .start-section-img-wrapper picture::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #2d53528a;
}
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block !important;
  }

  .start-title-container {
    width: 100%;
  }

  #startContent {
    flex-direction: column;
  }

  #startExperienceVideo {
    width: 100%;
  }

  #startContent {
    flex-direction: column;
    padding: 20px;
    justify-content: center;
  }

  #startExperienceVideo img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }

  #startExperienceVideo {
    height: auto !important;
  }
}
