@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat/Montserrat-Medium.woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2");
  font-display: swap;
}


body,
section {
  background-color: #f2f2f2;
  background-image: url(../images02/body-bk.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  scroll-behavior: smooth;
}

body,
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}


.ai-note {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: left;
  font-size: 12px;
  color: #fff;
  background-color: #3b3f3d;
  z-index: 9999;
  padding: 8px;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 45px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.video-container video {
  width: 100%;
  filter: saturate(0.4) contrast(0.85);
  transition: filter 0.3s ease;
}

.video-container.playing video {
  filter: saturate(1) contrast(1);
}

.video-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.video-container.playing::before {
  opacity: 0;
}

#main-video{
  width: 100%;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.video-play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
}

.video-play-button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #3b3f3d;
  margin-left: 5px;
}

.video-container.playing .video-play-button {
  opacity: 0;
  pointer-events: none;
}

.video-container p {
  margin-top: 15px;
  font-size: 16px;
  color: #3b3f3d;
  font-weight: 600;
  text-align: center;
  padding: 0 20px;
}

.main-content h2 {
  font-size: 33px;
  color: #3b3f3d;
  margin-top: 60px;
  font-weight: bolder;
  position: relative;
  padding-bottom: 15px;
}
h2{
  font-family: "Montserrat-Bold", sans-serif;
}

.box-ar {
  font-family: "Montserrat-Medium", sans-serif;
  background: linear-gradient(135deg, #3b3f3d17, #3b3f3d0f);
  color: #3b3f3d;
  padding: 25px;
  border-radius: 12px;
  border-left: 4px solid #202628;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.box-ar:hover {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}


.main-section {
  position: relative;
}

.main-idea-wrapper{
  background-repeat: no-repeat;
}

body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  direction: rtl;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  overflow: hidden;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.m-p-0 {
  margin-top: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

a,
a:hover {
  text-decoration: unset;
}

header {
  background-color: #fff;
  width: 100%;
  height: auto;
}

.mt-150 {
  margin-top: 150px;
}

.cus-container {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin: 0 auto !important;
}

:root {
  --main-title-size: 72px;
  --sec-title-size: 22px;
  --main-red-color: #e40421;
  --sec-bg-color: #f5f5f5;
  --sec-bg-dark-gray-color: #2a2a2a;
  --header-links-size: 18px;
  --sec-desc-size: 24px;
}


@keyframes changeImage {
  0% {
    background-image: url("../images02/1c2.jpg");
  }

  100% {
    background-image: url("../images02/2c2.jpg");
  }
}


.img1 {
  animation: 4s infinite alternate fade;
}

.img2 {
  animation: 4s infinite alternate-reverse fade;
}

.main-idea-wrapper {
  position: relative;
  background-image: url(../../assets/images02/start-bk.jpg);
  background-size: cover;
  max-width: 85%;
  margin: auto auto 60px;
  width: 100%;
  height: auto;
  padding: 24px 40px;
}

.main-idea-wrapper h2 {
  color: #fff;
  font-size: 18px;
  line-height: 33px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}

.main-content {
  max-width: 800px;
  margin: auto;
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

p {
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
  text-align: justify;
  color: #2a2a2a;
  letter-spacing: 0.2px;
}

.colors-st {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.color1 {
  background-color: #7f5e1f;
}

.color2 {
  background-color: #b14947;
}

.color3 {
  background-color: #e18143;
}

.color4 {
  background-color: #33507d;
}

.color5 {
  background-color: #e3c612;
}

.color6 {
  background-color: #16889b;
}

.color7 {
  background-color: #0fbbb0;
}

.full-layar2,
.lyar-full {
  background-color: #2026288f;
}


.title-cut-sec {
  background-image: url(../images02/cut-sec-title.jpg);
  background-position: top left;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 800px;
  background-size: cover;
  background-attachment: unset;
  position: relative;
  overflow: hidden;
}

.title-cut-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}

.title-cut-sec2 {
  background-image: url(../images02/cut-sec-title2.jpg);
}

.flourish-embed {
  width: 80%;
}

#mainBanner,
.writer-info-div {
  justify-content: center;
  display: flex;
  gap: 10px;
}

.box-container {
  border-right: 4px solid #e40421;
  border-radius: 12px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 50px;
  margin-top: 50px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.box-container p {
  background: linear-gradient(135deg, #1b1f21, #2a2e30);
  color: #fff;
  padding: 35px;
  font-weight: 600;
  line-height: 38px;
}

.cut-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.title-cut-sec {
  padding: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-cut-sec h2 {
  color: #fff;
  width: 100%;
  line-height: 41px;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  z-index: 999;
  text-align: center;
  font-size: 45px;
  /* width: 100%; */
  /* background-color: #0d1012ba; */
  padding: 14px;
  text-shadow: -2px 3px 20px #000000;
}

.timeline03 {
  background-image: url(../images02/main-banner/1.jpg);
  background-size: cover;
  background-position: center;
  padding: 0;
  min-height: 500px;
  height: 100vh;
  position: relative;
}

.timeline03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}

#mainBanner {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: top center;
  animation: 3s infinite alternate changeImage2;
  align-items: center;
  z-index: 91;
  background-image: url("../images02/main-banner/1.jpg");
}

.main-banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top center;
  visibility: hidden;
  opacity: 0;
}

#mainBanner h1 {
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 40px;
  margin-bottom: 17px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  letter-spacing: 1px;
}

.main-title-wrapper {
  position: relative;
  z-index: 9999;
  max-width: 60%;
  width: 100%;
  padding: 10px 20px;
  margin: auto;
}

.writer-info-div {
  margin-bottom: 10px;
}

#mainBanner h2 {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 25px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 70px;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
}

.writer-info-div span {
  color: #fff;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.main-banner-content {
  position: relative;
  z-index: 99999;
}

.relative-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.relative-container p {
  color: white;
  font-weight: bold;
  font-family: "Montserrat-Bold", sans-serif;
}

#image-timeline3,
.full-layar2,
.lyar-full {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 57%);
}

#image-timeline3 {
  z-index: 93;
  display: flex;
  justify-content: center;
  object-fit: cover;
}

.timeline03 ul {
  justify-content: center;
  display: flex;
}

.lyar-full {
  z-index: 93;
}

.full-layar2 {
  left: 0;
  right: 0;
  z-index: 999;
}


.timeline03 h2 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 40px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.5px;
}

.timeline03 ul {
  list-style: none;
  align-items: center;
  flex-direction: column;
}

.timeline03 li {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 32px;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}

.timeline03 span {
  color: #e40421;
}


.timeline03 .main-content {
  position: relative;
  opacity: 0;
  visibility: visible;
  z-index: 99999;
}

.shared-with-div {
  border-top: 1px solid #e2e2e2;
  width: 100%;
  margin: 75px auto;
  padding: 28px;
  background-color: #e2e2e21c;
  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;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
}

.shared-lang-wrapper h6::before {
  content: "";
  display: flex;
  background-color: #b4031b;
  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 #b4031b;
  padding-right: 10px;
}

.shared-links-wrapper a {
  color: #1a1a1a !important;
}

.investigation-tags-container {
  width: 100%;
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  margin: 0 auto 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: 8px 18px;
  color: #b4031b;
  background-color: transparent;
  border: 2px solid #b4031b;
  border-radius: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
}

.investigation-tags-wrapper a:hover {
  color: white;
  background-color: #b4031b;
  border: 2px solid #b4031b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(180, 3, 27, 0.3);
}

.arij-inv-txt {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: bold;
  font-style: italic;
}


/* Intro Screen Styles */
#intro-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  background-image: url(../images02/intro-bk.jpg);
  background-size: cover;
  background-image: url(../images02/intro-bk2.jpg);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

#intro-screen::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 75%);
  z-index: -1;
}

#start-button {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: bold;
  padding: 18px 25px;
  color: #ffffff;
  padding-bottom: 10px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* box-shadow: 0 8px 30px rgba(255, 255, 255, 0.2); */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

#start-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

#start-button:hover::before {
  width: 300px;
  height: 300px;
}


#start-button:active {
  transform: translateY(-2px) scale(1.02);
}

/* Intro Video Container */
#intro-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container-p {
  text-align: center;
}

#intro-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: saturate(0.7) contrast(0.85); */
}

/* Ensure mainBanner is positioned for absolute children */
#mainBanner {
  position: relative;
}

/* Background Video Styles */
#background-video {
  opacity: 0.5;
}



#img2,
#img3,
#img4 {
  opacity: 0;
  visibility: hidden;
}

/* Ensure background video is behind content */
#main-content {
  position: relative;
}


@media (max-width: 1080px) {

  .main-content {
    width: 90%;
    max-width: 90%;
  }

  .colors-st {
    width: 15px;
    height: 15px;
  }

  .title-cut-sec h2 {
    color: #fff;
    width: 90%;
    margin-right: 0;
    margin-top: 50px;
    text-align: center;
  }
}

@media (max-width: 791px) {
  p {
    font-size: 19px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #2a2a2a;
    letter-spacing: 0.2px;
  }

  .main-content {
    width: 90%;
    max-width: 90%;
  }

  .title-cut-sec {
    min-height: 300px;
  }

  .main-content h2 {
    font-size: 28px;
  }


  .colors-st {
    width: 15px;
    height: 15px;
  }

  .title-cut-sec h2 {
    color: #fff;
    width: 90%;
    margin-right: 0;
    margin-top: 50px;
    text-align: center;
  }
  .shared-lang-wrapper h6::before{width: 9px;}
  .shared-with-div{padding: 28px 0} 
  .main-title-wrapper{max-width: 100%;}
  #start-button{
    max-width: 90%;
    width: 100%;
  }
}