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

body {
  font-family: "Montserrat", sans-serif;
  background-size: contain;
  overflow-x: hidden;
  background-position: right;
  background-color: #F5F5F5;
  text-align: right;
  background-repeat: round;
  background-attachment: fixed;
}

p, h1, h2, h3, h4 {
  font-family: 'Montserrat' !important;
}


.elem01{
  transition: all .5s;
  /* transform: translateY(100px);  */
}
.strong-p{
  font-weight: 700 !important;
}

.p-souece-02{
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  color: #353535;
  font-size: 17px;
}
.meta-slider{
  color: black;
  font-style: italic;
  text-align: right;
}
.field {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 35px;
}
.no-scroll {
  overflow: hidden;
}
.mouse {
width: 40px;
height: 70px;
border: 3px solid #fff;
border-radius: 60px;
position: relative;
&::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}
}

@keyframes wheel {
to {
  opacity: 0;
  top: 60px;
}
}

@-webkit-keyframes wheel {
to {
  opacity: 0;
  top: 60px;
}
}

.mouse-description{
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 19px;
  margin-top: 29px;
  margin-bottom: -32px;
}

.loader-container02{
  opacity: 1;
  display: block;
  transition: all .3s ease-out;
  width: 100vw;
  min-height: 100vh;
}
.hourglassBackground {
  position: relative;
  background-color: rgb(0, 0, 0);
  height: 130px;
  width: 130px;
  border-radius: 50%;
  margin: 30px auto;
  transition: all .5s;
}

.hourglassContainer {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 50px;
  height: 70px;
  -webkit-animation: hourglassRotate 2s ease-in 0s infinite;
  animation: hourglassRotate 2s ease-in 0s infinite;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.hourglassContainer div,
.hourglassContainer div:before,
.hourglassContainer div:after {
  transform-style: preserve-3d;
}
.mouse-description{
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 19px;
  margin-top: 29px;
  margin-bottom: -32px;
}
@-webkit-keyframes hourglassRotate {
  0% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(180deg);
  }

  100% {
    transform: rotateX(180deg);
  }
}

@keyframes hourglassRotate {
  0% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(180deg);
  }

  100% {
    transform: rotateX(180deg);
  }
}

.hourglassCapTop {
  top: 0;
}

.hourglassCapTop:before {
  top: -25px;
}
  
.hourglassCapTop:after {
  top: -20px;
}

.hourglassCapBottom {
  bottom: 0;
}

.hourglassCapBottom:before {
  bottom: -25px;
}

.hourglassCapBottom:after {
  bottom: -20px;
}

.hourglassGlassTop {
  transform: rotateX(90deg);
  position: absolute;
  top: -16px;
  left: 3px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: #999999;
}
.hourglassGlass {
  perspective: 100px;
  position: absolute;
  top: 32px;
  left: 20px;
  width: 10px;
  height: 6px;
  background-color: #999999;
  opacity: 0.5;
}

.hourglassGlass:before,
.hourglassGlass:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #999999;
  left: -17px;
  width: 44px;
  height: 28px;
}

.hourglassGlass:before {
  top: -27px;
  border-radius: 0 0 25px 25px;
}

.hourglassGlass:after {
  bottom: -27px;
  border-radius: 25px 25px 0 0;
}

.hourglassCurves:before,
.hourglassCurves:after {
  content: '';
  display: block;
  position: absolute;
  top: 32px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
  animation: hideCurves 2s ease-in 0s infinite;
}

.hourglassCurves:before {
  left: 15px;
}

.hourglassCurves:after {
  left: 29px;
}

@-webkit-keyframes hideCurves {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes hideCurves {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.hourglassSandStream:before {
  content: '';
  display: block;
  position: absolute;
  left: 24px;
  width: 3px;
  background-color: white;
  -webkit-animation: sandStream1 2s ease-in 0s infinite;
  animation: sandStream1 2s ease-in 0s infinite;
}

.hourglassSandStream:after {
  content: '';
  display: block;
  position: absolute;
  top: 36px;
  left: 19px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  animation: sandStream2 2s ease-in 0s infinite;
}

@-webkit-keyframes sandStream1 {
  0% {
    height: 0;
    top: 35px;
  }

  50% {
    height: 0;
    top: 45px;
  }

  60% {
    height: 35px;
    top: 8px;
  }

  85% {
    height: 35px;
    top: 8px;
  }

  100% {
    height: 0;
    top: 8px;
  }
}

@keyframes sandStream1 {
  0% {
    height: 0;
    top: 35px;
  }

  50% {
    height: 0;
    top: 45px;
  }

  60% {
    height: 35px;
    top: 8px;
  }

  85% {
    height: 35px;
    top: 8px;
  }

  100% {
    height: 0;
    top: 8px;
  }
}

@-webkit-keyframes sandStream2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  51% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  91% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sandStream2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  51% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  91% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.hourglassSand:before,
.hourglassSand:after {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  background-color: white;
  perspective: 500px;
}

.hourglassSand:before {
  top: 8px;
  width: 39px;
  border-radius: 3px 3px 30px 30px;
  animation: sandFillup 2s ease-in 0s infinite;
}

.hourglassSand:after {
  border-radius: 30px 30px 3px 3px;
  animation: sandDeplete 2s ease-in 0s infinite;
}

@-webkit-keyframes sandFillup {
  0% {
    opacity: 0;
    height: 0;
  }

  60% {
    opacity: 1;
    height: 0;
  }

  100% {
    opacity: 1;
    height: 17px;
  }
}

@keyframes sandFillup {
  0% {
    opacity: 0;
    height: 0;
  }

  60% {
    opacity: 1;
    height: 0;
  }

  100% {
    opacity: 1;
    height: 17px;
  }
}

@-webkit-keyframes sandDeplete {
  0% {
    opacity: 0;
    top: 45px;
    height: 17px;
    width: 38px;
    left: 6px;
  }

  1% {
    opacity: 1;
    top: 45px;
    height: 17px;
    width: 38px;
    left: 6px;
  }

  24% {
    opacity: 1;
    top: 45px;
    height: 17px;
    width: 38px;
    left: 6px;
  }

  25% {
    opacity: 1;
    top: 41px;
    height: 17px;
    width: 38px;
    left: 6px;
  }

  50% {
    opacity: 1;
    top: 41px;
    height: 17px;
    width: 38px;
    left: 6px;
  }

  90% {
    opacity: 1;
    top: 41px;
    height: 0;
    width: 10px;
    left: 20px;
  }
}

@keyframes sandDeplete {
  0% {
    opacity: 0;
    top: 45px;
    height: 17px;
    width: 38px;
    left: 6px;
  }

  1% {
    opacity: 1;
    top: 45px;
    height: 17px;
    width: 38px;
    left: 6px;
  }

  24% {
    opacity: 1;
    top: 45px;
    height: 17px;
    width: 38px;
    left: 6px;
  }

  25% {
    opacity: 1;
    top: 41px;
    height: 17px;
    width: 38px;
    left: 6px;
  }

  50% {
    opacity: 1;
    top: 41px;
    height: 17px;
    width: 38px;
    left: 6px;
  }

  90% {
    opacity: 1;
    top: 41px;
    height: 0;
    width: 10px;
    left: 20px;
  }
}


.loader-container{
  display: flex;
  width: 100vw !important;
  min-height: 100vh !important;
  background-color: #000000;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 9999;
  transition: all .5s;
}
.loader-container02{
  /* opacity: 1;
  display: block;
  width: 100vw;
  min-height: 100vh; */
  transition: all .3s ease-out;
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}






.pin-spacer{
      pointer-events: unset !important;
}
.time01 .elem03{
  width: 100%;
  height: 100%;
}
.time07 .elem03{
  width: 100%;
  height: 100%;
}
.time14 .elem03{
  width: 100%;
  height: 100%;
}
.time10 .elem03{
  width: 100%;
  height: 100%;
}
.time17 .elem02{
  width: 100%;
  height: 100%;
}
.time18 .elem02{
  width: 100%;
  height: 100%;
}
.timtline-link{
  position: relative;
  width: 100%;
  height: auto;
}
.time11 .elem06 {
  width: 100%;
  height: 100%;
}
.time11 iframe {
  width: 100%;
  height: 100%;
}
.time20 .elem02{
  width: 100%;
  height: 100%;
}
.time21 .elem02{
  width: 100%;
  height: 100%;
}
.time22 .elem02{
  width: 100%;
  height: 100%;
}
.time23 .elem02{
  width: 100%;
  height: 100%;
}
.time23 .elem04{
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.relod-btn{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#restartButton{
  cursor: pointer;
  width: 85px;
  object-fit: contain;
}
.timtline-link::after{
  content: "";
  background-color: #000000bd;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.timtline-link img{
  width: 100%;
  position: relative;
  z-index: -1;
}
.timtline-link p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 25px;
  color: #FBF1D2;
  font-family: "Montserrat", sans-serif !important;
  z-index: 9999;
  font-weight: 700;
}


.non-interactive {
  pointer-events: none;
}
header {
  z-index: 99999999999999;
  position: relative;
}
.final-statemnt{
  color: #FBF1D2;
  padding: 10px 30px;
  font-size: 31px;
  width: 80%;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.time23 .elem01{
  color: #FBF1D2;
  padding: 10px 30px;
  font-size: 45px;
  width: 80%;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  text-align: center;

}
.time15 .elem04{
  width: 100%;
  height: 100%;
}
.time15 video{
  width: 100%;
  height: 100%;
  background-color: black;
}
.fixed-timeline{
  background-color: #478995;
  border-radius: 0;
  padding: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/bk-header-title.png);
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  margin-bottom: 30px;
  width: max-content;
  position: fixed;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  margin-top: -100px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 6px;
  cursor: pointer;
  z-index: 99999;
}
.fixed-timeline a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fixed-timeline img{
  width: 47px;
  padding-bottom: 4px;
}
.fixed-timeline p{
  text-align: center;
  color: #f8f8f8;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.video-p{
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
  color: #353535;
  font-size: 17px;
}
.alone-journalist{
  position: absolute;
  left: 0;
  bottom: -46px;
  width: 35%;
}
footer#footer{
  min-height: unset !important;
}
.fixed-section{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0;
  background-image: url(../img/bk-section.jpg);
  background-size: cover;
  background-position: left;
  overflow: hidden;
  min-height: 100vh;
}
.fixed-section02 {
  background-color: #000000;
  min-height: 100vh;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/fix-sec02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 !important;    
  display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
  }
.fixed-section02::after{
  content: "";
  background-color: #000000d6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fixed-section-p{
  width: 50%;
}
.black-color{
  background-color: black !important;
  background-image: unset !important;
}
.fixed-section-p p{
  width: 100%;
  height: 100%;
  font-size: 38px;
  color: #FBF1D2;
  font-weight: 700;
  padding-right: 50px;
  position: relative;
  z-index: 9999;
  left: -50px;
  opacity: 0;
}
.video-fixes{
  background-color: black;
  padding-left: 0;
  position: relative;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-fixes {
  width: 30%;
  height: 60%;
}
.video-fixes video{
  width: 100%;
  height: 100%;
}
.fixed-section::after{
  content: "";
  background: linear-gradient(90deg, rgb(0 0 0 / 98%) 0%, rgb(0 0 0) 0%, rgb(0 0 0 / 36%) 83%);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
}


@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");


.box-mobile{
  display: flex;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 40px;
  align-items: center;
  flex-direction: column-reverse;
  position: relative;
}
.image-box{
  /* background-image: url(../img/mobile-box.jpg); */
  background-size: cover;
  background-repeat: round;
  display: flex;
  flex-direction: column;
  /* padding: 30px; */
  margin-top: 50px;
  margin-bottom: 50px;
}
.image-box02{
  flex-direction: row;
}
.image-box img{
  width: 100%;
}
.image-box02 img{
  width: 50%;
}
.image-box02 p{
  width: 50%;
}
.image-box p{
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  color: #353535;
  font-size: 17px;
}

.box-mobile p{
  color: #20303C;
  width: 100%;
  margin-top: 30px;
  text-align: right;
}





.video-container-main {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
     .image-container {
      margin-top: 50px;
      text-align: center;
      margin-bottom: 50px;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 .image-container02{
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
 }
 .image-container02 img {
  width: 80%;
  filter: drop-shadow(1px 2px 4px #a6a6a6);
}
.image-container02 p{
  font-size: 17px;
  width: 50%;
  margin: auto;
  margin-top: 20px;
font-weight: 500;
}

.image-container p{
  font-size: 17px;
  margin-top: 20px;
  font-weight: 500;
}
  .image-container img {
    width: 100%;
    filter: drop-shadow(1px 2px 4px #a6a6a6);
    border-radius: 8px;
}
  
.size-image03 img{
  width: 70%;
}
.caption02 {
  text-align: center;
  font-size: 17px;
  margin-top: -30px;
  font-weight: 500;
  margin-bottom: 40px;
}
.titleh2-container{
  display: flex;
  align-items: center;
  background-color: #20303C;
  width: max-content;
  margin-bottom: 30px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-top: 3px;
  padding-bottom: 5px;
}
.titleh2-container img{
  width: 119px;
  margin-right: -119px;
  position: absolute;
  object-fit: contain;
}
h2{
  color: #FBF1D2;
  font-size: 22px;
  padding: 5px 20px;
  padding-right: 10px;
  font-family: "Montserrat", sans-serif !important;
  text-transform: unset;
}

.nv-co .row{
  padding: 18px;
  margin: 0 !important;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
section{
  padding: 60px 0;
  background-color: #fcfcfc00;
}
.float-left {
  float: right !important;
  text-align: right;
}
.lead {
  color: #353535;
  font-weight: 500;
  font-size: 19px;
  line-height: 32px;
  text-align: justify;
}
.container{
  position: relative;
}
.col-lg-6 {
  width: 50%;
}
.row1{
  display: flex;
}
.box-credit{
  padding: 35px 70px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 40px;
  margin-top: 40px;
  border-radius: 5px;
  background-size: cover;
  background-image: url(../img/box-credit.jpg);
  background-repeat: round;
}
.box-credit h3{
  color: #F5F5F5;
  text-align: right;
  font-size: 20px;
  margin-bottom: 33px;
}
.box-credit p{
  color: #F5F5F5;
  text-align: left;
}


.header-section{
  position: relative;
  background-image: url(../img/main-bk2.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  overflow-y: hidden;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.header-section .container{
  margin-top: 5px;
  margin-left: 50px;
  position: relative;
  z-index: 999;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: unset;
  margin-right: unset;
  margin-bottom: 0;
  height: 100%;
  justify-content: center;
  padding-right: 0;
}
.section02{
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}
.video-link{
  font-size: 17px;
  font-weight: 600;
  margin-top: 40px;
}
.video-link img{
  width: 30px;
  object-fit: contain;
}

.strong{
  font-weight: 600;
}
.header-section h1{
  color: #FBF1D2;
  font-size: 26px;
  line-height: 39px;
text-align: center;
  background-image: url(../img/title-header-bk.png);
  padding: 14px 30px;
  font-family: "Montserrat", sans-serif;
}

.header-section h2{
  font-size: 25px;
  text-align: center;
  font-weight: 500 !important;
  line-height: 38px;
  padding: 14px 30px;
  background-image: url(../img/title-header-bk.png);
  color: #FBF1D2;
}

.header-section h3{
  color: #FCE7CD;
  margin-top: 120px;
  font-size: 22px;
  font-weight: 500 !important;
}
.chart-container{
  margin-top: 40px;
  margin-bottom: 40px;
}
.pie-char{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pie-char .flourish-chart{
  width: 50%;
}

#mony-header{
  position: absolute;
  bottom: 83px;
  left: 50%;
  width: 195px;
  transform: translateX(-50%);
  margin-left: -145px;
}
#hand1-header{
  position: absolute;
  top: -28px;
  left: 50%;
  width: 200px;
  transform: translateX(-50%);
  margin-left: 25px;
  z-index: 0;
}
#hand3-header{
  position: absolute;
  /* top: -219px; */
  left: 70px;
  width: 300px;
  bottom: 14px;
}
#hand2-header{
  position: absolute;
  top: -58px;
  left: 0;
  width: 250px;
  margin-left: 25px;
  z-index: 0;
}
.image-conatiner img{
  width: 45%;
  filter: drop-shadow(3px 4px 2px #d5cfd0);
}
.image-conatiner{
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.m-c-two {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 10px;
}
.m-c-two img{
  width: 40%;
  filter: drop-shadow(3px 4px 2px #d5cfd0);
}

.title-section{
  background-color: #352b1f00;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  padding-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 5px;
  margin-top: 40px;
  align-items: center;
}
.title-section h2{
  color: #1F2839;
  font-size: 24px;
  margin-bottom: 0;
}
.title-section img{
  width: 45px;
  margin-right: -60px;
  position: absolute;
}
.box-header{
  background-color: #045C60;
  width: 85%;
  position: absolute;
  left: 0;
  top: -85px;
  z-index: 999999;
  padding: 40px;
}
.box-header p{
  margin-bottom: 0;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  color: white;
  position: relative;
  z-index: 9999999;
}
.bk-section02{
  width: 100%;
  position: absolute;
  bottom: -40px;
  margin: auto;
  height: auto;
  left: 0;
  object-fit: scale-down;
  z-index: -1;
  margin-bottom: 40px;
}
.open-box{
  border: 3px solid #423B55;
  border-top: unset;
  border-left: unset;
  padding: 20px;
}
.open-box p{
  color: #353535;
  font-weight: bold;
  font-size: 19px;
  line-height: 31px;
}
.open-box-right{
  border: 3px solid #423B55;
  border-top: unset;
  border-right: unset;
  padding: 20px;
}
.open-box-right p{
  color: #353535;
  font-weight: bold;
  font-size: 19px;
  line-height: 31px;
}

::selection{
  background-color: #464646;
  color: white;
}
.cut-section img{
  width: 100%;
}
.cut-section p{
  background-color: rgba(16, 16, 16, 0.8);
  color: white;
  position: absolute;
  padding: 10px 30px;
  border-radius: 1px;
  bottom: 40px;
  left: 75px;
  font-weight: 600;
  font-size: 18px;
}


.lyar-image{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.title-charts{
  color: #8FC42D !important;
  margin-bottom: 30px !important;
}
.image-charts{
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}

.dot-ul{
  list-style: disc;
}
.dot-ul li{
  line-height: 19px;
}
.source-box{
  color: #FFFFFF;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 31px;
  text-align: left;
  margin-top: 37px;
}
.law-content p{
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
}
.uni-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.uni-box h3{
  margin-bottom: 0;
}
.uni-box img {
  margin-top: 0;
}
.uni-box-container{
  padding-bottom: 25px;
  background-color: #ffffff4a;
}
.uni-box p{
  text-align: center;
  margin-top: 11px;
  font-size: 19px;
}
.cut-section{
  padding: 0;
}
.cut-image{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 660px;
  background-attachment: fixed;
  position: relative;
  z-index: 9999;
  margin-bottom: 50px;
  margin-top: 50px;
}
.image-cut-01{
  position: relative;
}
.image-cut-01 p{
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #232323;
  color: #cde6f8;
  font-size: 19px;
  font-weight: 500;
  padding: 10px 22px;
  border-radius: 3px;
}
.image-cut-01 h2{
  position: absolute;
  background-color: rgb(62 63 56 / 93%);
  bottom: 80px;
  right: 40px;
  color: #FAF8F0;
  padding: 13px 29px;
}

.image-cut-02{
  background-image: url(../img/image-cut-02.jpg);
}
.image-cut-03{
  background-image: url(../img/image-cut-03.jpg);
  filter: grayscale(.1);
}
.image-cut-04{
  background-image: url(../img/cut02.jpg);
  filter: grayscale(.1);
}
.image-container{
  margin-top: 40px;
}
.image-container h3{
  text-align: center;
  font-size: 24px;
}

.image-cut-01 img{
  width: 100%;
  height: auto;
}
.image-cut-01{
  height: auto !important;
}
.custom-cut-sec img{
  height: 550px;
  object-fit: cover;
  object-position: top;
}

.head-container{
  background-color: white;
  border: 3px solid #2D2345;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  padding: 12px 20px;
  margin-bottom: 40px;
  margin-top: 40px;
  cursor: pointer;
}
.box-defenistion img{
  width: 30px;
  object-fit: contain;
  margin-left: 10px;
}
.box-defenistion h3{
  color: #423B55;
  font-size: 22px;
}
.content-box h4{
  color: #423B55;
}
.content-box{
  box-shadow: 1px 1px 1px 1px #EFEFEF;
  padding: 30px 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: all .5s;
}
.show-hidden{
  position: unset;
  opacity: 1;
  z-index: 9;
  margin-bottom: 35px;
  margin-top: 35px;
}
.hide-elemnt{
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.content-box p{
  color: #423B55;
  font-size: 17px;
  line-height: 30px;
}
.p-footer{
  text-align: right !important;
  font-size: 18px;
}
#footer.inverted {
  background-color: #1a1a1a;
  border-top: 1px solid #222;
  padding-bottom: 20px;
}

#background-mian01{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: .9;
}  

#background-mian02{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    z-index: 1;
  }
.journ-date-box{
  padding: 10px 50px;
  margin-top: 10px;
  padding-top: 17px;
  padding-right: 25px;
  border-radius: 0;
  background-image: url(../img/bk-header-title.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.journalist-name{
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
}
.description-p{
  color: #FBF1D2;
  background-image: url(../img/bk-header-title.png);
  background-size: cover;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 40px;
  text-align: center;
}
.journ-date-box p{
  color: #FBF1D2;
  font-weight: 700;
  text-align: left;
}
.journ-date-box img {
  width: 20px;
  margin-right: 10px;
}
.journ-date-box .date{
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
}
.video-container{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  z-index: 999999;
}
.video-container video{
  filter: drop-shadow(3px 4px 2px #d5cfd0);
}
.info-image img{
  width: 100%;
}
.des-strong{
  font-weight: 600;
  font-style: italic;
}
.qout-strong{
  font-weight: 600;
}
.qout-strong02{
  font-weight: 600;
  display: unset;
  text-align: right;
  margin-top: 0;
  font-size: 21px;
}
.content-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.cut03{
  background-image: url("../img/cut3.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  height: 500px !important;
}
.time11 img{
  width: 50%;
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.all-times{
  display: none;
  width: 100%;
  height: 100%;
}
.all-times video{
  background-color: black;
}

.elem03{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.elem03 video{
  width: 100%;
  height: 100%;
}
.elem03 iframe{
  width: 100%;
  height: 100%;
}
.elem04 {
  width: 100%;
  height: 100%;
}
.elem04  iframe{
  width: 100%;
  height: 100%;
}
.all-times .elem01{
  /* opacity: 0; */
  width: 100%;
}
.all-times p{
  display: block;
  opacity: 0.8049;
  width: 50%;
  /* margin: auto; */
}
.all-times .elem02{
  opacity: 0;
  display: none;
  text-align: center;
  font-size: 34px;
  color: #FBF1D2;
}
.all-times p{
  font-size: 27px;
  line-height: 36px;
  color: #FBF1D2;
  max-width: 70%;
  text-align: center;
  margin: auto;
}
.time09  .elem02{
  width: 100%;
  height: 100%;
}
.elem02 iframe{
  width: 100%;
  height: 100%;
}
.all-times .elem03{
  opacity: 0;
  display: none;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0;
  color: #FBF1D2;
  /* width: 100%;
  height: 100%; */
}
.all-times .elem04{
  opacity: 0;
  display: none;
}
.all-times .elem05{
  opacity: 0;
  display: none;
}
.all-times .elem06{
  opacity: 0;
  display: none;
}

/* .elem03{
  width: 100%;
  height: 100%;
} */
.elem03 audio{
  width: 100%;
}
.audio-container audio{
  width: 100%;
}
.time-date {
  /* opacity: 0; */
  /* background-color: #BB304B; */
  color: #FBF1D2;
  padding: 10px 30px;
  padding-top: 4px;
  width: max-content;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif !important;
  padding-bottom: 0 !important;
  font-size: 45px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 12px;
}
.instagram-media{
  max-height: 100%;
  height: 600px;
}

.slider-main-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 60px;
}
.pointer-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pointer-container img {
  width: 30px;
  margin-right: 10px;
}

.pointer-container p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}
.slider-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 500px;
  overflow: hidden;
  margin: 20px 0;
  direction: ltr;
}
.slider-container img {
  position: absolute;
  top: 0;
  left: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.3);
}
.before-image {
  z-index: 1;
}

.slider-container .number{
  direction: ltr;
}



.before-image .number{
  position: absolute;
  color: white;
  right: 10px;
  padding: 4px;
  top: 10px;
  background-color: rgba(0, 0, 0, .7);
  font-size: 18px;
  font-weight: 600;
}
.after-image .number{
  position: absolute;
  color: white;
  padding: 4px;
  left: 10px;
  top: 10px;
  background-color: rgba(0, 0, 0, .7);
  font-size: 18px;
  font-weight: 600;
}
.number {
  position: unset;
  border: unset !important;
  display: unset;
  border-radius: unset !important;
  border: unset !important;
  text-align: center;
  line-height: 46px;
  margin-right: 10px;
  font-weight: 800;
  width: auto !important;
  color: #e64b3d;
}

.after-image {
  position: absolute;
  width: 50%; /* Start with half width */
  height: 100%;
  overflow: hidden;
  z-index: 2;
  transition: width 0.2s ease; /* Smooth transition for width changes */
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%; /* Center of the slider */
  width: 30px; /* Adjusted width for better visibility */
  height: 100%;
  background-color: transparent; /* Use transparent to see image */
  /* cursor: ew-resize; */
  z-index: 3;
  transform: translateX(-50%);
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); Add a shadow for visibility */
  transition: left 0.2s ease; /* Smooth transition for position changes */
  display: flex;
  justify-content: center;
  align-items: center;
}

.time08 .elem03 > p{
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 29px;
    background-color: black;
    z-index: 9;
    width: max-content;
    color: white;
    /* height: 86px; */
    padding: 10px;
    font-weight: 700;
    font-size: 23px;
} 
.time11 .elem03 > p{
  position: absolute;
    bottom: 78px;
    transform: translateX(-50%);
    left: 50%;
    background-color: black;
    z-index: 9;
    width: 50%;
    color: white;
    /* height: 86px; */
    padding: 10px;
    font-weight: 700;
    font-size: 23px;
}
/* Visual feedback for handle */
.slider-handle:hover {
  cursor: pointer; /* Change cursor on hover */
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.7); Increase shadow on hover */
}
.slider-main-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 60px;
}
.slider-handle img {
  width: 16px;
  height: 100%;
  object-fit: contain;
}
.last-p{
  padding: 19px;
}
.time02 video{
  width: 100%;
}
.time08 .elem03{
  width: 100%;
  height: 100%;
  background-color: black;
}
.time08 .elem03 > img{
  width: 100%;
  object-fit: cover;
box-shadow: 4px 5px 3px 0px #0000003d;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);

}
.time11 .elem03{
  background-color: #000000;
  width: 100%;
  height: 100%;
}
.time-bar-container{
  width: 100%;
  height: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  background-color: #ffffff5e;
}
.time-bar-container .time-col{
  border: 1px solid black;
  background-color: #ffffff36;
  color: white;
}

.progress-bar {
  width: 100%;
  height: 12px;
  background-color: #d90014;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 3px;
}
.bk-home{
  position: fixed;
  top: 20px;
  right: 20px;
z-index: 99;
  padding: 3px;
}
.bk-home img{
  width: 40px;
}
.progress {
  height: 100%;
  width: 0%;
  background-color: #4CAF50;
}

.arrow-right {
  right: 10px;
  opacity: 0;
  position: fixed;
  margin: 0 auto;
  top: 47%;
  width: 50px;
  height: 50px;
  padding: 14px 14px 0 0;
  z-index: 100;
  cursor: pointer;
  background-color: #564c4c;
  border-radius: 100%;
  box-sizing: border-box;
  transition: 0.3s;
  z-index: 9999999999999999999999999999999 !important;
}
.arrow-left {
  position: fixed;
  opacity: 0;
  margin: 0 auto;
  left: 10px;
  top: 47%;
  width: 50px;
  height: 50px;
  padding: 14px 14px 0 0;
  z-index: 100;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  z-index: 9999999999999999999999999999999 !important;
  transition: 0.3s;
}
.icon{margin: 0 !important;}


.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;
}




/* Media queries for responsiveness */
@media (max-width: 768px) {
  .slider-container {
      width: 90%; /* Adjust width for smaller screens */
  }
}

@media (max-width: 480px) {
  .slider-container {
      width: 100%; /* Full width for very small screens */
  }

}


@media (max-width: 1120px) {

  .titleh2-container img {
    width: 70px;
    margin-right: 0;
    position: unset;
    object-fit: contain;
    height: 100%;
  }
  
}

@media (min-width: 1100px) {
.container {
    max-width: 840px;
    position: relative;
}

}

@media (max-width: 1100px) {
 
  .fixed-timeline{
    position: unset;
    padding-top: 6px;
    top: 50%;
    left: -2px;
    transform: unset;
    margin-top: 0;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    flex-direction: unset;
    width: 100%;
    flex-direction: column;
  
  }
  }
  
@media (max-width: 1100px) {
  .title-section img {
    width: 45px;
    margin-right: 0;
    position: unset;
    margin-left: 15px;
}
.title-section h2 {
  color: #1F2839;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 27px;
}
}

@media (max-width: 1088px) {
  .header-section{
    height: auto;
  }
 
  .box-header {
    width: 100%;
  }
  .box-header p{
    font-size: 17px;
    line-height: 35px;
}
/* #mony-header {
  width: 900px;
} */
#man-header {
    position: absolute;
    top: -500px;
    left: 0;
    width: 981px;
}
.pdf-container{
  left: -20px;
}
.box-p p {
  padding-left: 280px;
}
.pdf-container p {
  padding-left: 0;

}

}

@media (max-width: 860px) {
  .fixed-section-p{
    width: 100%;
  }
  .video-fixes {
    width: 100%;
    height: auto;
}
.video-fixes{
  flex-direction: column;
}
  .description-p{
    font-size: 17px;
    font-weight: 600;
    line-height: 29px;
  }

  .header-section h1{
    margin-top: 56px;
    font-size: 20px;
text-align: center;
  }
  .header-section h2 {
    font-size: 20px;
    line-height: 28px;
}
  .fixed-section{
    flex-direction: column;
    height: auto !important;
  }
  .video-fixes{
    padding-left: 0;
  }
  .image-box02 {
    flex-direction: column-reverse;
}
.image-box02 img {
  width: 100%;
  margin-bottom: 20px;
}
  .video-fixes video{
    width: 100%;
  }
  .cut03{
    background-attachment: unset;
  }
  .titleh2-container{
    width: auto;
  }
  .fixed-section-p p{
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #FBF1D2;
    font-weight: 700;
    padding-right: 0;
    text-align: center;
    line-height: 30px;
    margin-bottom: 40px;
}
.pointer-container img {
  margin-left: 0;
}
.pointer-container{
  flex-direction: column;
}
.image-box{
  padding: 0;
}
  .cut-quote .text-quote {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    flex-direction: column;
}
.cut-quote img {
  width: 40px;
  object-fit: contain;
  margin-left: 0;
  margin-bottom: 20px;
  margin-top: 40px;
}

.cut-quote h3 {
  color: #DEC192;
  font-size: 24px;
  margin-bottom: 0;
}
.line-image {
  clear: both;
  position: relative;
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
}
  #background-mian01{
    opacity: .1;
  }
  .image-conatiner img{
    width: 100%;
  }
  #hand3-header{
    left: -20px;
    width: 200px;
  }
  .content-col-image {
    width: 26%;
}
.lead{
  text-align: left;
}
.box-credit li{
  text-align: right;
}
.box-green {
  color: white;
  background-color: #1F9096;
  padding: 10px;
  border-radius: 5px;
  height: 80px;
}
#hand2-header {
  position: absolute;
  top: -58px;
  left: -73px;
}
.image-conatiner{
  flex-direction: column;
}
.video-container{
  width: 100%;
}
.video-container video{
  width: 100%;
}

.box-credit{
  padding: 50px 20px;
}
.header-section .container{
  width: 80%;
}
.m-c-two{
  flex-direction: column;
}
.m-c-two img{
  margin-bottom: 30px;
}


.header-section{
  background-position: right;
}
}



@media (max-width: 786px) {
  .image-container02 p {
    font-size: 17px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    font-weight: 500;
}
  .final-statemnt {
    color: #FBF1D2;
    padding: 10px 30px;
    font-size: 28px;
    line-height: 40px;
    width: 100%;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
  .time11 img{
    width: 100%;
  }
  

  .qoute-box{
    flex-direction: column;
    background-color: #30525c;
  }
    .col-image {
      width: 100%;
    }
  .col-p{
    width: 100%;
  }
  .col-image img{
    border-radius: 0;
  }
}

@media (max-width: 700px) {
  .cut-image{
    background-attachment: unset;
    
  }
}



@media (max-width: 650px) {
  .journ-date-box {
    align-items: baseline;
}
  .time08 .elem03 > p {
    position: absolute;
    top: unset;
    bottom: 40px;
    transform: translateX(-50%);
    left: 50%;
    right: unset;
    background-color: black;
    z-index: 9;
    width: max-content;
    color: white;
    /* height: 86px; */
    padding: 10px;
    font-weight: 700;
    font-size: 23px;
}
.time11 .elem03 > p {
  position: absolute;
  bottom: 78px;
  transform: translateX(-50%);
  left: 50%;
  background-color: black;
  z-index: 9;
  width: 100%;
  color: white;
  /* height: 86px; */
  padding: 10px;
  font-weight: 700;
  font-size: 23px;
}
  .time08 .elem03 > img {
    width: 100%;
    object-fit: cover;
    box-shadow: 4px 5px 3px 0px #0000003d;
}
  .all-times p {
    font-size: 21px !important;
    line-height: 29px;
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;

  }

  .time-date{
    width: 100%;
    text-align: center;
    font-size: 22px;
  }
  h2{
    font-size: 20px;
  }
  .pie-char .flourish-chart{
    width: 100%;
  }
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .info-chart{
    display: flex;
    flex-direction: column;
  }
  .info-chart img{
    height: 130px;
    /* height: auto; */
    margin-top: -13px;
    object-fit: contain;    
  }
  .info-chart .box{
    color: white;
    background-color: #D20707;
    padding: 25px 20px;
    border-radius: 10px;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
  }
  .m-c-two img{
    margin-bottom: 30px;
    width: 100%;
  }
  .header-section .container{
    width: 100%;
    margin-top: 5px;
    margin-right: 0;
  }

  #hand1-header {
    position: absolute;
    top: -28px;
    right: 0;
    width: 160px;
    transform: unset;
    margin-left: 25px;
    z-index: 0;
    left: unset;
}
.strong {
  font-weight: 600;
  display: block;
  margin-top: 52px;
}
  .section02 {
    padding-bottom: 50px;
  }
  .col-lg-6 {
    width: 50%;
  }
  .row1{
    display: flex;
  }
  .title-section {
    width: 100%;
  }
  #man-header {
    position: absolute;
    top: -305px;
    left: 0;
    width: 581px;
}



}
@media (max-width: 650px) {
  .image-container img{
    width: 100%;
  }
  .image-container02 img{
    width: 100%;
  }
  .header-section{
    background-position: center;
  }
  
  .image-cut-01 p{
    font-size: 17px;
    font-weight: 500;
    padding: 7px 18px;
  }
}