@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

:root {
  --type-title-size: 2rem;
  --type-display-1-size: 1.75rem;
  --type-display-3-size: 1.25rem;
  --type-display-4-size: 1rem;
  --type-display-lower-caps-size: 1.25rem;
  --type-display-summary-size: 1.25rem;
  --type-body-1-size: 0.875rem;
  --type-body-2-size: 0.875rem;
  --type-eyebrow-size: 0.625rem;
  --pk-grid-column-count: 4;
  --pk-grid-gap: 2.5rem;
  --page-padding-horizontal: 72px;
}


@media screen and (min-width: 321px) {
  :root {
    --type-title-size: 3.125rem;
    --type-display-1-size: 3.125rem;
    --type-display-3-size: 2.25rem;
    --type-display-4-size: 1.25rem;
    --type-display-lower-caps-size: 2.25rem;
    --type-display-summary-size: 2.25rem;
    --type-body-1-size: 1rem;
    --type-body-2-size: 1rem;
    --type-eyebrow-size: 0.75rem;
    --page-padding-horizontal: 20px;
  }
}

@media screen and (min-width: 480px) and (min-aspect-ratio: 1 / 1) {
  :root {
    --pk-grid-column-count: 12;
    --pk-grid-gap: 0.375rem;
  }
}
.pk-grid {
  display: grid;
  grid-column-gap: var(--pk-grid-gap);
  grid-template-columns: repeat(var(--pk-grid-column-count), 1fr);
}
.pk-container__inner {
  margin: 0 auto;
  max-width: var(--page-max-width);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  width: 100%;
}
*,
::before,
::after {
  box-sizing: border-box;
}
.pt {
  text-align: center;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  text-rendering: auto;
}

@media screen and (min-width: 1024px) {
  :root {
    --pk-grid-gap: 1.25rem;
  }
}

.sec_style {
  width: 100%;
  height: 100%;
  max-width: 1192px;
  max-height: 548px;
  object-fit: cover;
  object-position: center;
}

.pt__container {
  padding-bottom: 50px;
  padding-left: var(--page-padding-horizontal);
  padding-right: var(--page-padding-horizontal);
  padding-top: 50px;
  page-break-inside: avoid;
  text-align: center;
  color: #202124;
}

.pt-grid {
  display: grid;
  grid-column-gap: var(--pk-grid-gap);
  grid-template-columns: repeat(var(--pk-grid-column-count), 1fr);
}

.pt-grid > * {
  grid-column: span var(--pk-grid-column-count);
}

.pt-container__inner {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.pt-container__slide {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1100px;
  width: 100%;
}

.pt-view__subheading {
  color: #5f6368;
  margin: 1.5rem auto 3.125rem;
  max-width: 30rem;
  padding: 0;
}

.styled-heading {
  display: block;
  margin-top: -0.75ex;
  page-break-inside: avoid;
  text-align: center;
  text-transform: uppercase;
}

.styled-heading > span {
  font-size: 2.25rem;
  letter-spacing: -0.5625px;
  line-height: 31.9667px;
  font-weight: 400;
}

.text-display-1 {
  font-size: var(--type-display-1-size);
  letter-spacing: -0.03125em;
  line-height: 0.8333em;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.text-body-2 {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 1440px) and (min-aspect-ratio: 1 / 1) {
  .pt__card {
    grid-column: span 4;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 480px) and (min-aspect-ratio: 1 / 1) {
  .pt__card {
    grid-column: span 6;
    margin-bottom: 0;
  }
}
.pt__card {
  margin-bottom: 3.125rem;
  position: relative;
}

.pt__icon-container {
  color: #fff;
  margin: 1rem 0 0 1rem;
  position: absolute;
}

.pt__card img,
.pt__card svg,
.pt__card video,
.pt__card canvas {
  height: auto;
}
.pt__card img,
.pt__card svg,
.pt__card video,
.pt__card canvas,
.pt__card audio,
.pt__card iframe,
.pt__card embed,
.pt__card object {
  display: block;
  max-width: 100%;
  vertical-align: middle;
}

.pt__image {
  aspect-ratio: 16/9;
  border-radius: 0.625rem;
  margin-bottom: 35px;
  object-fit: cover;
  transition: box-shadow 250ms;
  width: 100%;
}

.pt__card:hover .pt__image,
.pt__card:focus-within .pt__image {
  box-shadow: 0 0.4375rem 1.25rem rgba(0, 0, 0, 0.35);
}

.pt__card button::after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cta-button:not([hidden]) {
  display: inline-block;
}
.cta-button[href] {
  color: currentColor;
  text-decoration: none;
}

.cta-button {
  background-color: transparent;
  border: 0.0625rem solid #fa8d01;
  border-radius: 0.625rem;
  letter-spacing: 0.03125em;
  outline-offset: 0.375rem;
  padding: 6px 12px;
  transition-duration: 250ms;
  transition-property: border-color, background-color, color;
}
@media screen and (min-width: 321px) {
  .cta-button {
    padding: 12px 24px;
  }
}
.t-eyebrow {
  font-weight: 600;
  text-transform: uppercase;
}
.t-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333;
}

@media screen and (min-width: 480px) and (min-aspect-ratio: 1 / 1) {
  .pt__card-body {
    height: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .pt__card-body {
    height: 3rem;
  }
}

.pt__card-body {
  color: #5f6368;
  margin: 0 0 2rem;
  padding: 0;
  font-weight: bold;
}

.cta-button__external-icon {
  display: inline-block;
  margin: auto 0 auto 0.625rem;
  vertical-align: middle;
}

@media (hover: hover) {
  .cta-button:not([disabled]):hover {
    background-color: #202124;
    border-color: transparent;
    color: #fff;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  width: 80%;
  max-height: 600px;
}

.mySwiper {
  box-sizing: border-box;
  padding: 10px 0 !important;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.swiper-thumbs {
  max-height: 200px;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide p {
  position: absolute;
  color: white;
  margin: 1rem 0 0 1rem;
  left: 0;
  top: 0;
  font-weight: 500;
}

.mySwiper p {
  display: none;
}


.carousel-img {
  max-height: 370px;
  object-fit: cover;
}

@media screen and (min-width: 480px) {
  .carousel-img {
    max-height: 500px;
  }
}

.project-background__img {
  background: #25316f;
  height: 100%;
  width: 100%;
  position: relative;
  max-height: 238px;
  max-width: 434px;
}

.project-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 15px;
  left: 15px;
  object-fit: cover;
}

.project-title__img{
  margin-top: 30px !important;
}

.bg-gradient{
  background: linear-gradient(to right, rgba(34, 44, 106, .8),rgba(34, 44, 106, .4)) !important;
}

.slide_description{
  color: white;
  font-size: 40px;
  font-family: 'Poppins',sans-serif;
  text-transform: uppercase;
}