/*
font-family: 'Roboto Slab', sans-serif;
font-family: 'Comfortaa', sans-serif;
font-family: 'Quicksand', sans-serif;
*/
html {
    scroll-behavior: smooth;
  }
  
  body, html {
    height: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    background: #000;
  }
  
  .header {
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    z-index: 10;
  }
  @media only screen and (max-width: 767px) {
    .header {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .header__brand {
    font-family: "Comfortaa", sans-serif;
    font-size: 2rem;
    text-decoration: none;
    background: rgb(255,11,142);
    background: -moz-linear-gradient(90deg, rgba(255,11,142,1) 0%, rgba(27,147,205,0.7763699229691876) 37%, rgba(33,139,205,0.7343531162464986) 66%, rgba(106,52,207,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,11,142,1) 0%, rgba(27,147,205,0.7763699229691876) 37%, rgba(33,139,205,0.7343531162464986) 66%, rgba(106,52,207,1) 100%);
    background: linear-gradient(90deg, rgba(255,11,142,1) 0%, rgba(27,147,205,0.7763699229691876) 37%, rgba(33,139,205,0.7343531162464986) 66%, rgba(106,52,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0b8e",endColorstr="#6a34cf",GradientType=1);
    background-clip: text;
    color: transparent;
  }
  @media only screen and (max-width: 767px) {
    .header__nav {
      background: #fff;
      position: absolute;
      left: -12px;
      right: -12px;
      top: 0;
    }
  }
  .header__nav__items .navbar-nav {
    padding: 25px 0px;
  }

  @media only screen and (max-width: 767px) {
    .header__nav__items .navbar-nav {
      background: #000;
    }
  }
  @media only screen and (max-width: 767px) {
    .header__nav__items .nav-item {
      padding: 10px 12px;
      border-bottom: solid 1px #eeeeee54
    }
  }
  .header__nav__items .nav-item:last-child {
    border-bottom: none;
  }
  .header__nav__items .nav-link {
    --bs-navbar-nav-link-padding-x: 1rem;
    position: relative;
    color: #fff !important;
    overflow: hidden;
  }
  @media only screen and (max-width: 767px) {
    .header__nav__items .nav-link {
      color: #fff !important;
      padding-left: 12px;
      padding-right: 12px;
    }
  }
  .header__nav__items .nav-link:before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 50%;
    width: calc(100% - 1.2em);
    height: 2px;
    background: rgb(255,11,142);
background: -moz-linear-gradient(90deg, rgba(255,11,142,1) 0%, rgba(27,147,205,0.7763699229691876) 37%, rgba(33,139,205,0.7343531162464986) 66%, rgba(106,52,207,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,11,142,1) 0%, rgba(27,147,205,0.7763699229691876) 37%, rgba(33,139,205,0.7343531162464986) 66%, rgba(106,52,207,1) 100%);
background: linear-gradient(90deg, rgba(255,11,142,1) 0%, rgba(27,147,205,0.7763699229691876) 37%, rgba(33,139,205,0.7343531162464986) 66%, rgba(106,52,207,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0b8e",endColorstr="#6a34cf",GradientType=1);
    transition: transform 0.3s ease-in-out, color 0s ease-in-out;
    transform: scale(0, 0) translate(-100%, 0);
  }
  .header__nav__items .nav-link:hover:before {
    transform: scale(1, 1) translate(50%, 0);
  }
  .header__nav__items .btn {
    padding: 16px 30px;
  }
  
  .banner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner__video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the area without distortion */
  }
  .banner__parallax {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
  }
  .banner__parallax--inner {
    max-height: 450px;
  }
  .banner h5 {
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
  }
  .banner h1 {
    font-size: 4.6666666667rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-family: 'Roboto Slab', sans-serif;;
  }
  @media only screen and (max-width: 767px) {
    .banner h1 {
      font-size: 2.5rem;
      margin-bottom: 2rem;
    }
  }
  .banner--inner {
    height: 450px;
  }

  .banner--inner .banner__video {
    height: 450px;
  }

  .banner .btn{
    position: relative;
    z-index: 1;
  }
  
  .btn {
    display: flex;
    align-items: center;
    border-color: #000;
    font-weight: 700;
    font-size: 15px;
    font-size: 1rem;
    line-height: 1em;
    transition: all 0.3s;
    background: rgb(255,11,142);
    background: -moz-linear-gradient(90deg, rgba(255,11,142,1) 0%, rgba(27,147,205,0.9528405112044818) 50%, rgba(106,52,207,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,11,142,1) 0%, rgba(27,147,205,0.9528405112044818) 50%, rgba(106,52,207,1) 100%);
    background: linear-gradient(90deg, rgba(255,11,142,1) 0%, rgba(27,147,205,0.9528405112044818) 50%, rgba(106,52,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0b8e",endColorstr="#6a34cf",GradientType=1);
  }
  .btn-rounded {
    border-radius: 100px;
    padding: 16px 30px;
  }
  .btn-danger {
    /* background: #d94948; */
  }
  .btn-danger:hover {
    /* background: #e93333; */
  }
  
  @font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
  }
  .fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
  }
  
  @font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
  }
  .far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
  }
  
  @font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
  }
  .fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .highlight{
    position: relative;
    background: #000;
  }
  
  .highlight__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease-in-out;
    position: relative;
    border-radius: 0;
  }
  .highlight__item:hover {
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .highlight__item i {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .highlight__item h3 {
    font-size: 1.7333333333rem;
    font-weight: 700;
  }
  .highlight__item p {
    text-align: center;
    margin-top: 1rem;
  }
  .highlight__item:hover i, .highlight__item:hover p, .highlight__item:hover h3 {
    color: #fff !important;
  }
  .highlight__item.theme1 i, .highlight__item.theme1 h3 {
    color: #1DACD8;
  }
  .highlight__item.theme1:hover {
    background: #1DACD8;
  }
  .highlight__item.theme2 i, .highlight__item.theme2 h3 {
    color: #7F00FF;
  }
  .highlight__item.theme2:hover {
    background: #7F00FF;
  }
  .highlight__item.theme3 i, .highlight__item.theme3 h3 {
    color: #E01A72;
  }
  .highlight__item.theme3:hover {
    background: #E01A72;
  }
  .highlight__item.theme4 i, .highlight__item.theme4 h3 {
    color: #C3B22F;
  }
  .highlight__item.theme4:hover {
    background: #C3B22F;
  }
  .highlight__item.theme5 i, .highlight__item.theme5 h3 {
    color: #D219EC;
  }
  .highlight__item.theme5:hover {
    background: #D219EC;
  }
  .highlight__item.theme6 i, .highlight__item.theme6 h3 {
    color: #12C342;
  }
  .highlight__item.theme6:hover {
    background: #12C342;
  }
  .highlight__item.theme7 i, .highlight__item.theme7 h3 {
    color: #090695;
  }
  .highlight__item.theme7:hover {
    background: #090695;
  }
  .highlight__item.theme8 i, .highlight__item.theme8 h3 {
    color: #B61D1D;
  }
  .highlight__item.theme8:hover {
    background: #B61D1D;
  }
  .highlight__item.theme9 i, .highlight__item.theme9 h3 {
    color: #5C4033;
  }
  .highlight__item.theme9:hover {
    background: #5C4033;
  }
  .highlight__video  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
  }
  
  .testimonial {
    background: #000;
    border-bottom: solid 1px #ffffff26;
    border-top: solid 1px #ffffff26;
  }
  .testimonial__slider {
    margin-top: 3rem;
  }
  .testimonial__slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .testimonial__words {
    font-size: 1rem;
    font-style: italic;
    line-height: 1.75;
    max-width: 50%;
    text-align: center;
    font-family: "Roboto Slab", sans-serif;
  }
  @media only screen and (max-width: 767px) {
    .testimonial__words {
      max-width: calc(100% - 1rem);
    }
  }
  .testimonial__client {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
    font-family: "Roboto Slab", sans-serif;
  }
  @media only screen and (max-width: 767px) {
    .testimonial__client {
      justify-content: center;
    }
  }
  .testimonial__client__image {
    width: 150px;
    height: 150px;
  }
  .testimonial__client__image img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .testimonial__client__info {
    display: flex;
    flex-direction: column;
  }
  .owl-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }
  .owl-dot {
    background: #e3e3e3 !important;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
  }
  .owl-dot.active {
    background: #ffd905 !important;
  }
  
  .projects__img {
    position: relative;
    height: 100%;
    opacity: 1;
  }
  .projects__img:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 2rem;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
  }
  .projects__img:hover:before {
    opacity: 0.3;
  }
  @media only screen and (max-width: 767px) {
    .projects__item {
      align-items: center;
      display: flex;
      flex-direction: column;
    }
  }
  .projects__item h3 {
    font-weight: 700;
    margin-bottom: 20px;
    padding: 15px 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex
;
    justify-content: center;
    align-items: center;
  }
  .projects__item img {
    object-fit: cover;
    width: auto;
    height: 450px;
    margin-bottom: 2rem;
  }
  .projects__item p {
    line-height: 1.8571428571;
    padding: 20px 50px;
    text-align: justify;
  }
  @media only screen and (max-width: 767px) {
    .projects__item p {
      text-align: justify;
      padding: 20px;
    }
  }

  .projects__item p img {
    width: 150px;
    height: auto;
  }
  .projects--inner .projects__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .projects--logo .projects__img {
    width: unset;
    height: unset;
    margin: 0 auto;
    padding: 20px;
    width: 150px;
    height: auto;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 120px;
  }
  .projects--logo .projects__img:before {
    bottom: 0;
  }
  .projects--logo .projects__img img {
    width: unset;
    height: unset;
  }
  
  .clients {
    background: #fafafa;
  }
  .clients__item {
    display: flex;
    justify-content: center;
    width: 150px;
  }
  @media only screen and (max-width: 767px) {
    .clients__item {
      width: 150px;
      margin: 0 auto;
    }
  }
  .clients__item img {
    object-fit: cover;
  }
  
  .prefooter {
    background: #000;
    border-bottom: solid 1px #ffffff26;
    border-top: solid 1px #ffffff26;
  }
  .prefooter h2{
    font-family: 'Roboto Slab', sans-serif;
  }
  .footer {
    background: #000;
  }
  .footer__column {
    display: grid;
    gap: 20%;
  }
  @media only screen and (max-width: 767px) {
    .footer__column {
      grid-template-columns: 1fr;
      gap: 0;
    }
  }
  .footer__profile {
    max-width: 550px;
  }
  @media only screen and (max-width: 767px) {
    .footer__profile {
      max-width: 100%;
    }
  }
  .footer__profile p {
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .footer__profile h5 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  @media only screen and (max-width: 767px) {
    .footer__profile h5 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
  }
  .footer__address p, .footer__address a, .footer__address address {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .footer__address a:hover {
    color: #ffd905;
  }
  .footer__address h5 {
    margin-bottom: 2rem;
  }
  @media only screen and (max-width: 767px) {
    .footer__address h5 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
  }
  .footer__nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5rem;
    font-size: 0.9rem;
    line-height: 1.8;
    border-top: solid 1px #ffffff26;
    padding-top: 35px;
  }
  @media only screen and (max-width: 767px) {
    .footer__nav {
      margin-top: 2rem;
      justify-content: center;
      flex-direction: column;
    }
    .footer__nav__social{
      flex-direction: column;
      display: flex;
    }
    .footer__nav__links{
      flex-direction: column;
    }
    .footer__nav__copyright{
      text-align: center;
    }
    .footer__nav__link{
      text-align: center;
    }
  }
  .footer__nav__links {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .footer__nav__link {
    color: #fff !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .footer__nav__link:hover {
    color: #ffd905 !important;
  }
  .footer__nav__copyright {
    color: #fff;
  }
  
  .navbar-toggler {
    background: rgba(255, 255, 255, 0.6117647059) !important;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 15;
  }
  
  .member__item {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    padding: 0 4rem;
    margin-bottom: 4rem;
  }
  @media only screen and (max-width: 767px) {
    .member__item {
      grid-template-columns: 1fr;
      padding: 0 0;
      text-align: center;
    }
}
  .member__image {
    width: 250px;
    height: 250px;
    margin-bottom: 0;
    position: relative;
  }

  @media only screen and (max-width: 767px) {
    .member__image {
      margin: 0 auto;
    }
  }

  .member__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .member__image span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffd905;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
  }
  .member__image:hover span {
    opacity: 1;
    color: #000;
  }
  .member__name {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.5rem;
  }

  @media only screen and (max-width: 767px) {
    .member__name {
      margin-top: 2rem;
      margin-bottom: 1rem;
    }
  }


  .member__profile {
    font-size: 0.9rem;
    line-height: 1.9;
    text-align: justify;
  }
  
  .contact__item {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-decoration: none;
    color: #ffd905;
  }
  .contact__item:hover {
    color: #ffd905;
  }
  .contact__social {
    gap: 1.5rem;
    display: flex;
  }
  .contact__social a {
    text-decoration: none;
    color: #ffd905;
    font-size: 2rem;
  }
  .contact__social a:hover {
    color: #ffd905;
  }
  
  .required {
    color: #e93333;
  }
  
  .error {
    border-color: #e93333;
  }

  
.pt-10{
  padding-top: 5rem !important;
}

.pb-10{
  padding-bottom: 5rem !important;
}

.projects__item {
  border: solid 1px #ffd905;
  height: 300px;
  padding: 0;
  transition: all 200ms ease;
  position: relative;
}

.projects__item p{
  opacity: 0;
  transition: opacity 200ms ease;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffd905;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}

.projects__item:hover p{
  opacity: 1;
  color: #000;
}

.nav-item{
  display: flex;
  align-items: center;
}

h2{
  /* font-family: 'Comfortaa', sans-serif; */
  font-family: 'Roboto Slab', sans-serif;
}

.service__video img,
.service__video video{
  max-width: 100%;
  margin-bottom: 30px;
}

.service__items{
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 columns by default */
  gap: 30px;
  margin-top: 50px;
}

.service__item{
  border: solid 1px #ffd905;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  height: 385px;
  position: relative;
  background: #000;
}

.service__item:hover img{
  opacity: 0.5;
}

.service__item img{
  max-width: 100%;
  height: 270px;
  object-fit: cover;
  transition: all 200ms ease-in-out;
}

.service__item__title{
  font-size: 1.1rem;
  text-align: center;
  padding: 2rem 1rem 2rem;
  margin: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: #ffd905;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  left: 0;
  right: 0;
  height: 115px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 1200px) {
  .service__items{
    grid-template-columns: repeat(4, 1fr); /* 4 columns for medium screens */
  }
}

@media (max-width: 980px) {
  .service__items{
    grid-template-columns: repeat(3, 1fr); /* 3 columns for smaller screens */
  }
}

@media (max-width: 800px) {
  .service__items{
    grid-template-columns: repeat(2, 1fr); /* 2 columns for narrower screens */
  }
}

@media (max-width: 600px) {
  .service__items{
    grid-template-columns: 1fr; /* 1 column for very small screens */
  }
}

.projects{
  border-bottom: solid 1px #ffffff26;
  border-top: solid 1px #ffffff26;
}

.member{
  border-bottom: solid 1px #ffffff26;
  border-top: solid 1px #ffffff26;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Roboto Slab', sans-serif !important;
}

h2{
  font-size: 3rem;
}
@media (max-width: 600px) {
  h2{
    font-size: 2rem;
  }
}


.footer i{
  padding: 1.25rem;
  font-size: 1.5rem;
  background: #ffd905;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #000;
  width: 65px;
  height: 65px;
}

.footer__connect{
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .footer__connect{
    flex-direction: column;
    gap: 5px;
  }
}

.footer__address a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
