@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Geist", sans-serif;
  background-color: #010101;
}
body.menu-open {
  overflow: hidden;
}
img {
  width: 100%;
  height: auto;
}

a,
ol,
ul,
li,
p {
  list-style-type: none;
  text-decoration: none;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

ul {
  padding: unset;
}
/* header */
header {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  padding: 20px;
  height: 100vh;
  align-items: start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../images/menu-bg-1.avif);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 60%;
  background-color: #010101;
}
/* header .hamburger {
  color: #010101;
}
header .hamburger .line {
  background-color: #010101;
} */
header .hamburger .txt span {
  color: #fff;
}
header .hamburger .line:first-child {
  transform: rotate(45deg) translateY(7px);
}
header .hamburger .line:last-child {
  transform: rotate(-45deg) translateY(-7px);
}
header nav.menu {
  padding-top: 80px;
}
header nav.menu ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
header nav.menu ul li {
  transition: all 0.3s ease;
}
header nav.menu ul li:hover {
  list-style-type: disc;
  color: #fff;
  margin-left: 18px;
  transition: all 0.3s ease;
}
header nav.menu ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
/* header */
/* banner css starts */
section.banner .header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.typewriter::after {
  content: "|";
  margin-left: 5px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.hamburger {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.hamburger .lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #fff;
}
section.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #010101;
  color: #fff;
  transition: transform 0.6s ease;
  transform-origin: 100% 0%;
  will-change: transform;
  background-image: url(../images/Background\ spring\ \(1\).png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner.active {
  transform: translateX(40%) rotate(-12deg);
}
section.banner .banner_content {
  padding: 120px;
}
section.banner .banner_content h1 {
  font-size: 120px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
section.banner .banner_content h1 span {
  color: #a6a6a6;
}
section.banner .banner_content h2 {
  font-size: 120px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
section.banner .banner_content h2 span {
  color: #a6a6a6;
}
section.banner .banner_content p {
  font-size: 20px;
  font-weight: 400;
  color: #a6a6a6;
  width: 100%;
  max-width: 400px;
}

/* banner css ends */
/* work css starts */
section.work {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 120px 0;
  border-radius: 30px 30px 0 0;
  margin-top: -20px;
}
section.work .work_heading {
  padding: 0 120px;
}
.work_heading h2 {
  font-size: 72px;
  font-weight: 500;
}
section.work .work_innerwrap .marquee-slider h3 {
  font-size: 120px;
  font-weight: 500;
}
section.work .work_innerwrap .slick-slide {
  margin: 0 40px;
}
.rotating_images {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 10px;
}
.rotating_image_block .rotating_image {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.rotating_image_block .rotating_image img{
  aspect-ratio: 1/0.5;
  object-fit: cover;
}
.rotating_image_block .rotating_cntnt h4.title {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.work_innerwrap {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mrque_Slider_outterwrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.rotating_images {
  position: relative;
  height: 500px; /* fixed height for stacking */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.rotating_image_block {
  position: absolute;
  width: 100%;
  max-width: 700px;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: #010101;
  border-radius: 20px;
}

.rotating_image_block:not(:first-child) {
  opacity: 0;
}
.rotating_images {
  perspective: 1200px; /* 3D depth */
}

.rotating_image_block {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
/* work css ends */
/* project css starts */
section.projects {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 120px 120px;
  border-radius: 0 0 20px 20px;
}
section.projects .work_heading {
  margin-bottom: 80px;
}
.projects_lines_mainwrap ul li {
  border-top: 2px solid #010101;
}
.projects_lines_mainwrap ul li:hover .project_line .project_name {
  color: #a6a6a6;
  transition: all 0.3s ease;
}
.projects_lines_mainwrap ul li:last-child {
  border-bottom: 2px solid #010101;
}
.projects_lines_mainwrap ul li .project_line {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
}
.projects_lines_mainwrap ul li .project_line .project_name {
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 500;
  color: #010101;
  width: 250px;
}

/* project css ends */
/* inspire css starts */
section.inspire {
  background-color: #010101;
  padding: 120px 120px;
  position: relative;
  margin-top: -20px;
  z-index: 0;
  border-radius: 0 0 20px 20px;
}
section.inspire .inspire_outterwrap p {
  font-size: 106px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
.inspire-text span {
  color: #666;
}
/* inspire css ends */
/* footer css starts */
.custom-footer {
  background: #fff;
  padding: 120px 120px;
  font-family: "Geist", sans-serif;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

.footer-top {
}

.footer-logo {
  font-size: 144px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.86em;
  margin: 0;
}

.footer-middle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}

.footer-col h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #555;
}

.footer-col p,
.footer-col li {
  font-size: 20px;
  margin-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col a {
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s ease;
}

.footer-col a:hover {
  opacity: 0.6;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.back-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  background: #444;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.back-top-btn:hover {
  transform: translateY(-5px);
}
.footer-rgt {
  display: flex;
  width: 550px;
  justify-content: space-between;
}
/* footer css starts */
/* about page css starts */
section#about_recognition {
  background-color: #010101;
}
section#about_recognition .work_heading h2 {
  color: #fff;
}
section#about_recognition
  .projects_lines_mainwrap
  ul
  li
  .project_line
  .project_name {
  color: #fff;
}
section#about_recognition
  .projects_lines_mainwrap
  ul
  li:hover
  .project_line
  .project_name {
  color: #58007c;
}
section#about_recognition .projects_lines_mainwrap ul li {
  border-top: 2px solid #191919;
}
section#about_recognition .projects_lines_mainwrap ul li:last-child {
  border-bottom: 2px solid #191919;
}
/* brief intro css */
section.brief_intro {
  background-color: #010101;
  padding: 120px 120px;

  position: relative;
}
.brief_intro_outterwrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.brief_intro_innerwrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.brief_intro_innerwrap .brief_block {
  width: 100%;
  border: 1px solid #4e4e4e;
  border-radius: 10px;
  padding: 20px;
}
.brief_intro_innerwrap .brief_block {
  width: 100%;
  border: 1px solid #4e4e4e;
  border-radius: 10px;
  padding: 20px;
  padding-top: 40px;
}
.brief_intro_innerwrap .brief_block.video {
  padding-top: 20px;
}
.brief_intro_innerwrap .brief_block.full {
  width: 100%;
}
.brief_intro_innerwrap .brief_block.half {
  width: calc(50% - 10px);
}
.brief_intro_innerwrap .brief_block h2 {
  font-size: 72px;
  font-weight: 500;
  color: #fff;
  display: flex;
  margin-bottom: 80px;
}
.brief_intro_innerwrap .brief_block video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.brief_intro_innerwrap .brief_block h2 sup {
  font-size: 26px;
  line-height: 1;
}
.brief_intro_innerwrap .brief_block p {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}
.brief_intro_innerwrap .brief_block h4 {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  display: flex;
  margin-bottom: 80px;
}
.brief_intro_innerwrap .brief_block h4 sup {
  font-size: 16px;
  line-height: 1;
}
.brief_block .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  background: #000; /* background black like image */
  padding: 0;
  justify-content: center;
}

.brief_block .badge {
  background: #5a5a5a;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  font-family: sans-serif;
  border: 1px solid #7a7a7a;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.brief_block .badge:hover {
  background: #6a6a6a;
}
/* brief intro css */
/* loop slider */
.logo-slider .slick-slide {
  margin: 0 20px;
}

.logo-slider i {
  font-size: 30px;
  color: #fff;
}
.logo-slider .logo_slide {
  background-color: #4e4e4e;
  padding: 10px 20px;
  border: 1px solid #4e4e4e;
  border-radius: 10px;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-slide {
  height: auto;
}
/* loop slider */
/* about page css ends */
/* work page css starts */
section.detail_work {
  padding: 120px;
  background-color: #202020;
  position: relative;
  border-radius: 20px;
  margin-top: -20px;
  z-index: 9;
}
section.detail_work .detail_work_outterwrap {
}
section.detail_work .detail_work_outterwrap h2 {
  color: #fff;
}
#about_footer {
  margin-top: -20px;
}
.work_detail_innerwrap {
  margin-top: 80px;
}
.work_detail_innerwrap .work_projects_main_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 60px;
}
.work_detail_innerwrap .work_projects_main_block .work_project_block {
}
.work_detail_innerwrap
  .work_projects_main_block
  .work_project_block
  .work_project_image
  img {
  border-radius: 10px;
  aspect-ratio: 1/0.5;
}
.work_detail_innerwrap
  .work_projects_main_block
  .work_project_block
  .work_project_cntnt {
  margin-top: 30px;
}
.work_detail_innerwrap
  .work_projects_main_block
  .work_project_block
  .work_project_cntnt
  h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}
.work_detail_innerwrap
  .work_projects_main_block
  .work_project_block
  .work_project_cntnt
  p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #a6a6a6;
}
/* work page css ends */
