@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aladin&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--aladin);
}

body::-webkit-scrollbar {
  display:none;
}

:root {
  --aladin: "font-family: 'Aladin', cursive;";
  --popins: "font-family: 'Poppins', sans-serif;";
}
.box {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #F4CF6C;
  background-color: rgba(240,100,70);
  width: 100%; 
  z-index: 999;
}

.main_logo {
  position: fixed;
  z-index: 10;
  top: 40px;
  left: 40px;
}

.main_logo a svg {
  width: 70px;
}


.main_logo a svg path {
  fill: #fff;
}

/* nav */



.hamburger-menu {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
  z-index: 11;
  background-color: rgba(255,255,255);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-left: 1px solid rgb(216, 216, 216);
}
.header_logo a svg {width: 20px;}

.hamburger-menu li {
  list-style: none;
  position: absolute;
  left: 0;
  background-color: rgba(240,100,70);
  width: 100%;
  height: 3px;
  transform: translateY(-50%);
  transition: 0.9s;
}
.hamburger-menu li:nth-of-type(1) {
  top: 20%;
}
.hamburger-menu li:nth-of-type(2) {
  top: 50%;
}
.hamburger-menu li:nth-of-type(3) {
  top: 80%;
}

.hamburger-menu.active li:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger-menu.active li:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.hamburger-menu.active li:nth-of-type(3) {
  left: -100%;
  opacity: 0;
}

.hamburger-menu i.fa-solid.fa-bars {
  font-size: 20px;
  transform: rotate(90deg);
}


nav {
  position: relative;
	/* height: 10rem; */
	/* background-color: linen; */
	z-index: 10;
}
nav ul {
  position: fixed;
  width: 0;
  top: 0;
  left: auto;
  z-index: -1;

  /* background-color: bisque; */

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  	/* // for animation */
		opacity: 0;
		height: 0;
    right: 0;
}	

nav ul li.about {
  position: absolute;
    width: 25%;
    height: 25%;
    top: 0;
    right: 0;
    padding: 40px 40px 20px;
    background-color: rgba(255,255,255);
    text-align: left;
    display: grid;
    align-items: end;
    border-left: 1px solid rgb(216, 216, 216);
    border-bottom: 1px solid rgb(216, 216, 216);
    z-index: 6;
}
 
nav ul li.project {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  padding: 40px 40px 20px;
  background-color: rgba(255,255,255);
  text-align: left;
  display: grid;
  align-items: end;
  border-left: 1px solid rgb(216, 216, 216);
  border-bottom: 1px solid rgb(216, 216, 216);
  z-index: 5;
}


nav ul li.Journal {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 75%;
  padding: 40px 40px 20px;
  background-color: rgba(255,255,255);
  text-align: left;
  display: grid;
  align-items: end;
  border-left: 1px solid rgb(216, 216, 216);
  border-bottom: 1px solid rgb(216, 216, 216);
  z-index: 4;
}

nav ul li.contact  {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 40px 40px 20px;
  background-color: rgba(255,255,255);
  text-align: left;
  display: grid;
  align-items: end;
  border-left: 1px solid rgb(216, 216, 216);
  border-bottom: 1px solid rgb(216, 216, 216);
  z-index: 3;
}


nav ul li:hover {
  background-color: rgba(240,100,70);
}

nav ul li:hover a {
  color: #fff;
}

nav ul li a{
  text-decoration: none;
  color: #000;
  font-weight:700;
  font-family:var(--aladin);
  font-size:3rem;
  font-weight: 400;
  /* visibility:hidden; */
}

span.count:after {
  content: '%';
}

span.count {
  display: inline-block;
  transform: rotate(270deg);
  font-style: italic;
  font-family:var(--aladin);
}

/* benner */

.wrapper {
  min-height: 100vh;
  /* overflow-x: hidden; */
}

.factsContainer {
  /* padding: 0em 2em; */
  text-align: center;
  /* line-height: 10vh; */
}

/* .factsContainer h2 {
      font-size: 59px;
      font-weight: 600;
      transform: scale(0);
      padding: 2em 0em 0em;
      margin-bottom: 15vh;
      color: #000;
      text-transform: uppercase;
  }
   */
.factsContainer_sm {
  display: flex;
  /* width: 300vw; */
}

.fact {
  display: flex;
  flex-direction: column;
  height: 100vh;
  /* flex: 1; */
  justify-content: space-between;
  /* margin: 1em; */
  align-items: center;
  color: #000;
  font-family: var(--aladin);
  /* background-color: orange; */
}

.fact img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  /* margin: 1em; */
}

.socialContainer {
  width: 100vw;
  height: 100vh;
}

/* herobanner */

.hero__banner h1 {
  font-size: 195px;
  position: absolute;
  bottom: 20px;
  color: white;
  font-weight: 400;
  max-width: 100%;
}

.hero__banner .right_wrap {
  max-width: 500px;
  position: absolute;
  top: 40px;
  color: #fff;
  right: 90px;
}

.hero__banner .right_wrap p {
  font-family: var(--aladin);
  font-size: xx-large;
  line-height: 1.1;
}

/* intro */

.fact .intro {
  width: 40vw;
  display: flex;
  justify-content: space-between;
}

.fact .intro figure {
  width: 300px;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
}

.fact .intro figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduction {
  width: 50vw;
  padding: 50px 60px;
  border-right: 1px solid rgb(216, 216, 216);
}

.intro__botm {
  margin-right: auto;
}

.gallery {
  padding: 50px 60px;
  gap: 20px;
  width: 125vw;
  display: flex;
}

.gallery figure {
  width: 50%;
  overflow: hidden;
}

.gallery figure img {
  width: 100%;
  height:100%;
  object-fit: cover;
  object-position: center;
}

/* slide */

.slide_inner { display: flex; width: 100vw; }
.slide_inner .slide_left {width: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 40px; height: 100vh; padding: 60px;}
.slide_inner figure.side_img { width: 50%;}
.slide_inner figure.side_img img { width: 100%; height:100%; object-fit: cover; object-position: center;}
.slide_inner .slide_left center { max-width: 570px;  display: flex; flex-direction: column; gap: 35px;}
.slide_inner .slide_left center h1 {font-family: var(--aladin); font-weight: 400; font-size: 45px;}

/* about */

.about__inner,
.fact.about_us {
  width: 100vw;
}

.about__inner figure,
.about_us_left,
.about_us figure {
  width: 50vw;
  height: 100vh;
}

.about__inner figure img,
.about_us figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about__inner .text {
    padding: 50px 60px;
    display: flex;
    align-items: end;
    justify-content: start;
    width: 50vw;
}

.about__inner .text h1 {
  font-size: 57px;
  max-width: 500px;
}

.about_us_left {
  text-align: left;
  display: flex;
  width: 50vw;
  padding: 50px 60px;
  border-left: 1px solid rgb(216, 216, 216);
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.about_us_left h2 {
  font-size: 125px;
}

.about_us_left p {
  max-width: 500px;

}

.about_us figure {
  width: 100vw;
}

/* process_left */

.process_left {
  padding: 50px 60px;
  background-color: gray;
  color: #fff;
  width: 50vw;
}


.process figure {
  width: 50vw;
}

.process figure img {
  width: 50vw;
  height: 100vh;
}

/* leader */

.leader_left {
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50vw;
}


.leaders {
  padding: 50px 60px;
  gap: 20px;
    width: 180vw;
}

.leaders figure .figurecontent {
  /* width: calc(100% / 3); */
  height: 87%;
  position: relative;
  overflow: hidden;
}

.leaders figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 11;
}

.leaders figure figcaption {
  text-align: left;
  margin-top: 14px;
  font-family: var(--aladin);
  font-weight: 600;
}

.leaders figure button {
  text-align: left;
  display: inherit;
  background: transparent;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-style: italic;
}

.leader_left p {
  font-size: 36px;
  font-weight: 400;
  font-family: var(--aladin);
}

.leaders figure .figurecontent .figure_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(61,68,66);
  padding: 40px;
  text-align: left;
  color: #fff;
  overflow-y: scroll;
  display: none;
  z-index: 12;
}

.leaders figure .figurecontent .figure_video {
  position: absolute;
  top: 0;
  /* width: 100%; */
  width: 100%;
  height: 100%;
  /* z-index: 9; */
  /* visibility: hidden; */
  /* opacity: 0; */
}

.leaders figure .figurecontent .figure_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.leaders figure .figurecontent .figure_video_btn {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 100;
  cursor: pointer;
  display: none;
}

.leaders figure:hover .figure_video_btn {
  display: block;
}

.leaders figure .figurecontent .figure_video_btn  svg {
  width: 50px;
  height: 50px;
}

.leaders figure .figurecontent .figure_content p {font-family: var(--popins);}

/* list */
.list-sec .text {
  background-color: rgba(61,68,66);
  color: #fff;
  flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.list-sec .text .awards_big {
  font-size: 200px;
  font-family: var(--aladin);
  font-weight: 400;
}

.list-sec .text ul {list-style: none; padding-left: 0;}
.list-sec .text ul li { text-align: left; font-family: 'Poppins', sans-serif;    font-weight: 300; font-size: 14px; }


.lastElemS {width: 50vw;  background-color: rgba(240,100,70); color: #fff; height: 100%; justify-content: center;}
.lastElemS  .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.lastElemS .text h2 {
  max-width: 550px;
  margin: 0 auto;
  font-size: 42px;
  font-family: var(--aladin);
  font-weight: 400;
}
/* tabs */

.tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.tab-control {
  width: 50vw;
  height: 100vh;
  padding: 60px;
}

.tab-control h1 {
  font-size: 24px;
}
.tab {
  opacity: 0.5;
}
.tab:first-child {
  opacity: 1;
}

.tab-content {
  width: 50vw;
  height: 100vh;
  position: relative;
}

.tab-content .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tab-content .content {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.tab-content .content:first-child {
  opacity: 1;
}

/*  */

/* Journal */

.top__title {
  padding: 100px 0 60px;
}

.top__title h1 {
  font-size: 200px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 30px;
  border-bottom: 1px solid #000;
}

.pagination button {
  background: unset;
  border: unset;
  color: #000;
  font-size: 22px;
  font-family: var(--aladin);
}

.on-page-content-container  {
  padding: 60px;
}

.content__main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.imgs {
  height: 400px;
}

.imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}