@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.woff2");
  font-display: swap;
}

strong {
  font-family: "Montserrat-Bold";
}
  #mainBanner::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #000, #260d0a);
    opacity: 0.55;
  }

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2");
  font-display: swap;
}
.bottom-main-p-banner {
    background-color: #98536f;
  width: max-content;
  color: white;
  padding: 8px 14px;
  position: absolute;
  left: 0;
  bottom: 15px;
      position: absolute;
    left: 12px;
    bottom: 0;
    color: white;
    font-size: 15px;

}


h2 {
  font-weight: bolder;
  font-size: 21px;
  font-family: "Montserrat-Bold";
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  direction: ltr;
  overflow-x: hidden;
}

*,
::after,
::before {
  box-sizing: border-box;
}

section {
  overflow: hidden;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

a,
a:hover {
  text-decoration: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
}

header {
  background-color: white;
  width: 100%;
  height: auto;
}

h2 {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px !important;
  margin-top: 45px !important;
}

.cus-container {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin: 0 auto !important;
}


.scroll-section {
  min-height: 100vh;
  position: relative;
  overflow: visible;
}

.scroll-content {
  height: auto;
  overflow-y: unset;
  padding: 80px 15px;
  background: rgb(10 16 15 / 0%);
  position: relative;
  z-index: 2;
  width: 50%;
  margin: auto;
}

.scroll-section .cus-container {
  padding: 80px 15px;
  background-color: rgba(10, 16, 15, 0.65);
  color: #f2f2f2;
  z-index: 1;
}

.scroll-section img {
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 100vh !important;
}

.scroll-section h2 {
  font-size: 27px;
  margin-bottom: 25px !important;
  margin-top: 45px !important;
}

.scroll-section p {
  font-size: 18px;
  line-height: 31px;
  text-align: left;
  margin: 0 0 32px 0;
}

.scroll-section h2,
.scroll-section p {
  color: #f2f2f2;
}


#mainBanner {
  position: relative;
  background-image: url("../images/main-banner-en2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 820px;
  background-position: center;
}

#mainBanner .cus-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 9999;
    margin: auto;
}

.main-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  width: 80%;
  padding: 30px 22px;
  margin: 50px 0;
}

.main-title-wrapper h1 {
  font-size: 37px;
  font-weight: bold;
  line-height: 57px;
  text-align: left;
  color: #f2f2f2;
  font-family: "Montserrat-Bold";
  padding: 0px 15px;
}

.main-title-wrapper h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #f2f2f2;
    font-weight: 400;
    margin-bottom: 0 !important;
    font-family: "Montserrat";
    margin-top: -11px !important;
    padding: 0px 15px;
}

.writer-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 13px 11px;
  border-radius: 0;
  border-radius: 6px;
}

.writer-info-wrapper .bk-jour {
  width: 231px !important;
  height: 166px !important;
  position: absolute !important;
  right: -13px;
  top: -45px;
}

.writer-info-div {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  z-index: 99999;
  margin-top: 0px;
}

.writer-info-div figure {
  width: 33px;
}

.writer-info-div span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #f2f2f2;
}

.main-idea-section {
  padding: 60px 0px;
  width: 100%;
  height: 100%;
}

.main-idea-wrapper {
  position: relative;
  background-image: url("../images/cutall.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 85%;
  margin: auto;
  width: 100%;
  height: auto;
  padding: 24px 40px;
  margin-bottom: 40px;
  margin-top: -60px;
  /* height: 100px; */
}


.main-idea-wrapper h2 {
  position: relative;
  z-index: 999;
}

.main-idea-wrapper h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  color: #f2f2f2;
  padding: 22px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.main-content-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 6%;
  width: 100%;
  margin-top: 75px;
}

.main-content {
  margin: auto;

  max-width: 50%;
  width: 100%;
}

.main-content p {
  font-size: 18px;
  line-height: 31px;
  text-align: justify;
  color: #1a1a1a;
  margin: 0 0 32px 0;
}

.card-content-box p {
  font-size: 18px;
  line-height: 31px;
  text-align: justify;
  margin: 0 0 32px 0;
  background-color: unset !important;
}

.shared-with-div {
  border-top: 1px solid #e2e2e2;
  background-color: transparent;
  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;
  line-height: 28px;
}

.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;
}

.gsc-control-wrapper-cse {
  max-width: 100% !important;
}

.gsc-control-cse {
  background-color: white !important;
  border-radius: 20px;
  padding: 8px 10px !important;
  border: 1px solid rgb(148 148 148) !important;
}

.gsc-search-button-v2 {
  padding: 0 5px !important;
}

.gsc-search-button-v2 svg {
  width: 22px !important;
}

.gsc-input-box {
  border: none !important;
}

section {
  position: relative;
  z-index: 0;
}

figure {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

figure picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

figure img {
  width: 100%;
  margin: auto;
}

figcaption {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 24px;
  width: 50%;
}

.main-title-wrapper {
  max-width: 100%;
}

.main-title-wrapper h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 0px;
  text-align: left;
  color: #f2f2f2;
}

.main-banner-content {
  width: 60%;
}


.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: 6px 15px;
  color: #b4031b;
  background-color: white;
  border: 1px solid #b4031b;
  border-radius: 7px;
  transition: all 0.5s;
}

.investigation-tags-wrapper a:hover {
  color: white;
  background-color: #b4031b;
  border: 1px solid #b4031b;
  transition: all 0.5s;
}

.main-sec-title-wrapper {
  position: absolute;
  width: 100%;
  top: 60px;
  z-index: 2;
}

.card-content-box {
  background-image: url("../images/card.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 45px !important;
  margin: 40px 0;
  background-color: unset !important;
}
.arij-inv-txt {
   font-family: "Montserrat-Bold", sans-serif;
    font-style: italic;
    font-size: 19px;
    color: #1a1a1a;
    margin-top: 32px;
}


/* =========================================================
   Small devices (280px – 767px)
   ========================================================= */

@media (min-width: 280px) and (max-width: 767px) {

  .main-banner-content,
  .main-title-wrapper,
  figure img {
    width: 100%;
  }

  .main-title-wrapper h1 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 30px;
  }

  .main-content p {
    text-align: left;
  }

  .cus-container {
    max-width: 90% !important;
    padding: 0;
  }

  #mainBanner {
    height: 600px;
  }

  #mainBanner .cus-container {
    position: relative;
    z-index: 1;
  }

  .main-content-wrapper {
    flex-direction: column;
  }

  .main-idea-wrapper {
    max-width: 100%;
  }

  .main-content {
    max-width: 90%;
    width: 100%;
    margin: auto;
    padding: 0;
  }

  .shared-with-div {
    min-width: 100%;
  }
}


/* =========================================================
   Mobile & Tablet (max-width: 768px)
   ========================================================= */

@media (max-width: 768px) {

  .scroll-content,
  figcaption {
    width: 100%;
  }

  .main-title-wrapper {
    margin-top: 0;
    margin-right: 0;
  }

  .bottom-main-p-banner {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    position: unset;
    left: 0;
  }

  .scroll-section h2,
  .scroll-section p {
    color: #f2f2f2;
    line-height: 40px;
  }

  .card-content-box {
    margin: 20px 0;
  }
}


/* =========================================================
   Tablets (768px – 991px)
   ========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

  .cus-container {
    max-width: 90%;
  }

  #mainBanner {
    height: 700px;
  }

  #mainBanner::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  #mainBanner .cus-container {
    position: relative;
    z-index: 1;
  }

  .main-banner-content{width: 100%;max-width: 80%;}
  .main-title-wrapper,
  .main-idea-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .main-content-wrapper {
    flex-direction: column;
  }

  .main-content {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }

  .shared-with-div {
    min-width: 100%;
  }
}


/* =========================================================
   Medium devices (992px – 1198px)
   ========================================================= */

@media (min-width: 992px) and (max-width: 1198px) {

  #mainBanner {
    height: 700px;
  }

  #mainBanner::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  #mainBanner .cus-container {
    position: relative;
    z-index: 1;
  }

  .main-title-wrapper,
  .main-idea-wrapper {
    max-width: 100%;
  }

  .main-content-wrapper {
    flex-direction: column;
  }

  .main-idea-wrapper {
    padding: 10px;
  }

  .main-content {
    max-width: 75%;
    width: 100%;
    margin: auto;
  }

  .shared-with-div {
    min-width: 100%;
  }
}


/* =========================================================
   Devices up to 800px
   ========================================================= */

@media screen and (max-width: 800px) {


  .main-banner-content{width: 100%;}

  .main-title-wrapper {
    position: relative;
    z-index: 99;
    width: 100%;
  }

  .main-title-wrapper h2 {
    line-height: 30px;
  }

  .main-sec-title-wrapper {
    position: unset;
  }

  .writer-info-wrapper {
    bottom: 120px;
  }

  .main-idea-wrapper {
    padding: 24px 0;
  }

  .main-idea-wrapper h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
  }

  h2 {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 30px;
  }

  .shared-with-div {
    min-width: 100%;
  }

  .shared-with-div p {
    font-size: 18px;
    position: relative;
    padding: 0 20px;
  }

  .shared-with-div p::before {
    position: absolute;
    right: 0;
    top: 17px;
  }

  .investigation-tags-container {
    max-width: 100%;
  }
}


/* =========================================================
   Scroll section adjustments (max-width: 991px)
   ========================================================= */

@media (max-width: 991px) {

  .scroll-section {
    flex-direction: column-reverse;
    min-height: auto;
  }

  .scroll-section .cus-container {
    padding: 40px 15px;
    background-color: transparent;
    color: inherit;
  }

  .scroll-content {
    width: 90%;
  }
}


/* =========================================================
   Container width breakpoints
   ========================================================= */

@media (max-width: 1199px) {
  .cus-container {
    max-width: 1000px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .cus-container {
    max-width: 1200px;
  }
}

@media (min-width: 1500px) {
  .cus-container {
    max-width: 1340px;
  }
}