.navigation.home {
  background: transparent;
}
.section-header {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 13.52%,
    rgba(0, 0, 0, 0.2) 71.73%,
    #000000 100%
  );
}

.primary-heading {
  font-family: Times New Roman;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  padding-top: 2rem;
}

.section-services .primary-heading {
  padding-top: 0rem;
}

.secoundary-heading {
  font-weight: 500;
  font-size: clamp(2.8rem, calc(1.8vw + 1rem), 4.1rem);
  text-align: center;
}

.home-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.section-hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin-top: -8.4rem;
}

.section-hero__block {
  height: 100%;
  padding: 0 2rem;
}

.section-hero__headings {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-width: 50rem;
  gap: 1.6rem;
}

.section-hero__headings--primary {
  font-weight: 700;
  font-size: clamp(2.8rem, calc(1.8vw + 1rem), 4.1rem);
  color: white;
  text-transform: uppercase;
  padding-top: 8rem;
}

.section-hero__headings--secoundary {
  font-weight: 500;
  font-size: 2.8rem;
  font-size: clamp(2rem, calc(1.25vw + 1rem), 3rem);
  text-transform: capitalize;
  color: #ffffffde;
}

.section-hero__headings--tertiary {
  font-weight: 500;
  font-size: 2rem;
  font-size: clamp(1.5rem, calc(0.7vw + 1rem), 2.1rem);
  color: #ffffff99;
}

/* --------------------Section_2------------------------ */

.section-about {
  background-color: #000000;
}

.section-about__img {
  max-width: 100%;
}

.section-about__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.section-about__main {
  position: relative;
}

.section-about__text {
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr 3.7fr;
  gap: 6.4rem;
}

.section-about__text span {
  max-width: 17.6rem;
  font-size: clamp(1.8rem, calc(1.25vw + 1rem), 2.8rem);
  text-transform: uppercase;
  color: white;
}

.section-about__text p {
  font-size: 2.2rem;
  color: #ffffffde;
}

.section-about__sub {
  display: flex;
  flex-direction: column;
  max-width: 18rem;
  justify-self: end;
  gap: 1.6rem;
}

.section-about__sub-text {
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.section_cards {
  background: url(../../assets/images/section-card_bg.jpg);
  background-size: cover;
}

.section_cards__container {
  width: 100%;
  height: 100%;
  z-index: 100;
}
.section_cards__text {
  font-size: 4rem;
  color: #ffffff;
  text-align: center;
  max-width: 116rem;
  margin: 0 auto;
}

.section_cards__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 27rem);
  gap: 2rem;
}

.section_card {
  background: linear-gradient(
    200.66deg,
    rgba(255, 255, 255, 0.1) 3.82%,
    rgba(255, 255, 255, 0.1) 99.05%
  );
  border: 2px solid;
  border-radius: 2rem;
  border-image-source: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4rem;
  cursor: pointer;
}

.section_card--2 {
  grid-row: 1 / -1;
  grid-column: 2 / 3;
}

.section_card__view {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.card-img {
  width: 7.7rem;
  height: 7.2rem;
}

.card-figure {
  font-weight: 500;
  font-size: clamp(2.2rem, calc(1.8vw + 1rem), 4.1rem);
  color: white;
  text-align: center;
}

.card-caption {
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffffde;
  text-align: center;
}

.section_cards__content {
  display: grid;
  gap: 6rem;
}

.section_card__folks {
  display: flex;
}

.folk:not(:last-child) {
  margin-right: -1rem;
}

.folk {
  transition: all 0.2s ease;
}

.folk:hover {
  transform: scale(1.1);
}

.section-sponsors__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.section-sponsors {
  background-image: url(../../assets/images/client_bg.png);
  background-position: center;
  position: relative;
}

.section-sponsors__logos {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.marquee__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.marquee-container {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0 10px;
}

.marquee-item {
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

.marquee-left,
.marquee-right {
  width: 100%;
}

.section-services {
  background: url("../../assets/images/service_bg.png");
  background-size: cover;
  background-color: #00000099;
  backdrop-filter: blur(0px);
  background-repeat: no-repeat;
}

.section-services__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  overflow: hidden;
  height: 100%;
}

.primary-heading.white,
.secoundary-heading.white {
  color: white;
}

.service-slider {
  text-align: left;
  border: 2px;
  border-radius: 2rem;
  gap: 2rem;
  backdrop-filter: blur(70px);
  width: 39rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    200.66deg,
    rgba(255, 255, 255, 0.1) 3.82%,
    rgba(255, 255, 255, 0.1) 99.05%
  );
}

.service-slider--top {
  display: flex;
  justify-content: space-between;
}

.service-slider--top span {
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffffde;
}

.service-slider__heading {
  font-weight: 500;
  font-size: clamp(1.2rem, calc(1.5vw + 1rem), 4.1rem);
  color: white;
  margin-bottom: 1.2rem;
  display: block;
}

.service-slider--bottom p {
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff99;
  margin-bottom: 2.6rem;
}

.learn-more {
  font-weight: 500;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.learn-more--white {
  color: #ffffffde;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.learn-more--white:hover {
  color: white;
}

.learn-more--white::after {
  content: url("../../assets/images/White\ Arrow.svg");
  transform: scaleX(1);
  transition: all 0.3s ease;
}

.learn-more--white:hover::after {
  transform-origin: left;
  transform: scaleX(1.5);
}

.section-contact {
  background-image: url("../../assets/images/contact_bg.png");
  background-size: cover;
}

.section-contact__grid {
  display: grid;
  grid-template-columns: 1.6fr 2fr;
  align-items: center;
}

.section-contact__grid--1 .primary-heading,
.section-contact__grid--1 .secoundary-heading {
  text-align: left;
}

.contact-us__btn {
  align-self: flex-start;
}

.section-contact__grid--1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.section-contact__text {
  font-weight: 400;
  font-size: 2.8rem;
}

.section-careers {
  background-image: radial-gradient(circle farthest-corner, #060a33, #000000);
  background-repeat: no-repeat;
}

.section-careers__flex {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.section-careers__text {
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  max-width: 65rem;
  color: #ffffff99;
}

.section-careers__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 6rem 3rem;
}

.section-careers__grid--1 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-self: center;
}

.career-about {
  border-bottom: 1px solid #ffffff40;
}

.career-about span {
  font-weight: 500;
  font-size: 2rem;
  display: block;
  margin-bottom: 2.5rem;
  color: #fffffff2;
}

.career-about .section-careers__text {
  margin-bottom: 3.2rem;
  text-align: left;
}

.career__btn {
  align-self: flex-start;
  margin-top: 2.5rem;
}

.section-briefings {
  background-color: black;
}

.section-briefings__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.section-briefings__reserch {
  display: flex;
  gap: 2rem;
  width: 100%;
  margin-top: 3rem;
  justify-content: center;
}

.briefings__reserch {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-width: 39rem;
  border-radius: 2rem;
  border: 0.5px solid #dadada;
  cursor: pointer;
}

.briefings__reserch--top img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  filter: hue-rotate(0deg) saturate(100%);
  transition: all 0.4s ease;
}

.briefings__reserch:hover .briefings__reserch--top img {
  filter: hue-rotate(30deg) saturate(120%);
  transform: scale(1.1);
}

.briefings__reserch--bottom {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  padding: 2.5rem;
  position: relative;
}

.section-briefings__span {
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff99;
}

.briefings__reserch--bottom::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 15.5rem;
  background-color: #215f9a;
  left: 0;
  transition: all 0.4s ease;
}

.reserch-type {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  background-image: linear-gradient(
    120deg,
    #ffffff40 0%,
    #ffffff40 50%,
    #215f9a 50%,
    #215f9a 100%
  );
  background-size: 220%;
  border-radius: 4px;
  padding: 6px;
  transition: all 0.4s ease;
  color: white;
}

.briefings__reserch:hover .reserch-type {
  background-position: 100%;
}

.reserch-type__heading {
  font-weight: 500;
  font-size: 2.2rem;
  color: #fffffff2;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  position: relative;
}

.reserch-type__heading::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #215f9a;
  left: 0;
  bottom: -2px;
  transition: transform 0.2s ease;
  transform-origin: right;
  transform: scaleX(0);
}

.briefings__reserch:hover .reserch-type__heading::after {
  transform: scaleX(1);
  transform-origin: left;
}
.reserch-type__desc {
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff99;
}

.reserch-date {
  font-weight: 400;
  font-size: 1.6rem;
  color: white;
}

.learn-more--blue {
  color: #215f9ade;
  display: flex;
  align-items: center;
}
.learn-more--blue::after {
  content: url(./Blue\ Arrow.svg);
}

.reserch__btn {
  margin-top: 2.2rem;
}

/* -----------Media Queries--------------- */

@media (max-width: 1024px) {
  .section-about__text {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .section-careers__grid--2 {
    display: none;
  }

  .section-careers__grid {
    grid-template-columns: 1fr;
  }

  .section-about__text p {
    font-size: 1.5rem;
  }
  .section_cards__content {
    gap: 4rem;
  }
  .section_cards__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: unset;
    gap: 2rem;
  }

  .section_cards__text {
    font-size: 2rem;
  }

  .section_card--2 {
    grid-row: 2 / 3;
    grid-column: 1/-1;
  }

  .section_card--3 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  a-hole {
    height: 105rem;
  }
  .section-contact__text {
    font-size: 2.2rem;
  }

  .briefings__reserch {
    max-width: 60rem;
  }

  .section-briefings__reserch {
    flex-direction: column;
    align-items: center;
  }
  .section-services__slider {
    margin-top: 0.5rem;
  }

  .service-slider--top img {
    max-width: 4rem;
    aspect-ratio: 1;
  }
  .service-slider {
    gap: 2rem;
  }

  .service-slider--bottom p {
    margin-bottom: 1.5rem;
  }

  .service-slider {
    padding: 2rem;
  }
  .navigation-container {
    height: 5rem;
  }
}

@media (max-width: 810px) {
  .section-about__container {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .section-about__sub {
    justify-self: center;
  }
  .section-contact__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section-contact__text {
    font-size: 2rem;
  }

  .section-services__flex {
    gap: 0.2rem;
  }
}

@media (max-width: 768px) {
  .section_card {
    padding: 1rem;
  }
  .section_cards__grid {
    gap: 1rem;
  }
  .section_card__view {
    gap: 1rem;
  }
  .section_cards__content {
    gap: 1rem;
  }

  a-hole {
    height: 80rem;
  }

  .marquee__overlay {
    display: none;
  }
  .section-about__text {
    width: 100%;
  }
  .section-careers__grid {
    padding: 3rem 0rem;
  }

  .section-services__slider {
    margin-top: 0.5rem;
  }

  .service-slider--bottom p {
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .card-img {
    width: 5rem;
    height: 5rem;
  }
  .folk {
    width: 5rem;
    width: 5rem;
    height: auto;
  }
  .card-caption {
    font-size: 1.25rem;
  }

  .career__btn {
    margin-top: 0;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px !important;
}

/* .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px;
} */

.mySwiper {
  padding-top: 4rem;
}

.swiper-wrapper {
  padding-bottom: 4rem;
}
