.navigation {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 100px;
  background-color: #231F20;
}
.navigation .nav-logo img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navigation .nav-items {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
}
.navigation .nav-items .nav-link {
  color: #FF577F;
  font-weight: 900;
  font-size: 30px;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navigation .nav-items .nav-link:hover {
  color: #FFC23C;
}
.navigation .nav-items .nav-dot {
  width: 20px;
  height: 20px;
  background-color: #D9D9D9;
  border-radius: 50%;
}

* {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
}

.dashboard-content, .dashboard-navbar {
  width: calc(100% - 300px);
}

.dashboard-navbar {
  border-bottom: 1px solid rgb(187, 187, 187);
}

.dashboard-content .dashboard-title {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 600;
}

.sidebar .logo .logo-img {
  max-width: 50%;
}
.sidebar .logo .logo-img img {
  width: 100%;
  height: 100%;
}
.sidebar .logo strong {
  color: #1c1c1c;
}
.sidebar .nav a {
  color: #1c1c1c;
}
.sidebar .nav a:hover {
  color: #0d6efd;
}
.sidebar .nav .active {
  color: white;
}
.sidebar .nav .active:hover {
  color: white;
}

.breadcrumb-item a {
  text-decoration: none;
}

.login-illustration {
  position: relative;
}
.login-illustration img {
  width: 500px;
}
.login-illustration::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #0d6efd;
  border-radius: 6px;
}

.login-form {
  padding-left: 40px;
  padding-right: 40px;
}
.login-form strong {
  font-size: 24px;
}

.lp-container {
  padding: 100px;
}

.jumbotron {
  padding: 0px 100px;
  background-color: #231F20;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px;
}
.jumbotron .hero-illustration {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  overflow: hidden;
  padding: 80px 0px;
}
.jumbotron .btn-hero {
  padding: 40px 80px;
  height: 60px;
  background-color: #FFC23C;
  color: #231F20;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
}
.jumbotron .btn-hero:hover {
  background-color: #FF577F;
}
.jumbotron .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  width: 50%;
  overflow: hidden;
}
.jumbotron .hero-text .hero-title {
  color: #FFFFE8;
  font-weight: 900;
  font-size: 96px;
  line-height: 129.6px;
}

.tag-line {
  background-color: #231F20;
  font-size: 80px;
  color: #FF577F;
  font-weight: 600;
  height: 150vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 80px;
  overflow: hidden;
}
.services .service-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.services .service-list .section-title {
  width: 50%;
}
.services .service-list .list-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.services .service-list .list-cards .card {
  width: calc(25% - 20px);
  height: 480px;
  background-color: #FFFFE8;
  transition: 0.5s ease-in-out;
  display: flex;
  padding: 20px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  justify-content: center;
  cursor: pointer;
}
.services .service-list .list-cards .card .service-illustration {
  padding: 20px;
  width: 100%;
  height: 50%;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
}
.services .service-list .list-cards .card .service-illustration img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.services .service-list .list-cards .card .service-title {
  padding: 20px;
  width: 100%;
  height: 50%;
  background-color: #FFC23C;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: 0.5s ease-in-out;
}
.services .service-list .list-cards .card .service-title .text-big {
  font-size: 28px;
  font-weight: 900;
}
.services .service-list .list-cards .card .service-title .text-small {
  font-size: 16px;
  font-weight: 600;
}
.services .clients {
  display: flex;
  flex-direction: row;
}
.services .clients .client-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.services .clients .rocket-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.services .client-list {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}
.services .client-list .section-title {
  width: 50%;
  align-items: flex-end;
}
.services .client-list .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.services .client-list .list .client-paragraph {
  font-size: 20px;
  font-weight: 600;
  color: #231F20;
}
.services .client-list .list .client-cards {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.services .client-list .list .client-cards .card {
  width: calc(33.3333333333% - 20px);
  background-color: #231F20;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.services .client-list .list .client-cards .card img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  transition: 0.5s ease-in-out;
}
.services .client-list .list .client-cards .card:hover img {
  transform: scale(1.15);
  filter: grayscale(0);
}

.works {
  background-color: #231F20;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.works .works-image {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.works .works-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.teams {
  background-color: #231F20;
  padding: 0px 100px 100px 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.teams .member-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.teams .member-card .card {
  width: 25%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teams .member-card .card .member-photo {
  width: 100%;
  height: 85%;
  overflow: hidden;
  position: relative;
}
.teams .member-card .card .member-photo img {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  animation-name: none;
  animation: 1s linear infinite 0s forwards;
  animation-play-state: paused;
}
.teams .member-card .card .member-photo img:nth-child(1) {
  z-index: 9;
}
.teams .member-card .card .member-photo img:nth-child(2) {
  animation-delay: 0.25s;
  z-index: 8;
}
.teams .member-card .card .member-photo img:nth-child(3) {
  animation-delay: 0.5s;
  z-index: 7;
}
.teams .member-card .card .member-photo img:nth-child(4) {
  animation-delay: 0.75s;
  z-index: 6;
}
.teams .member-card .card .member-photo:hover img {
  animation-name: showMe;
  animation-play-state: running;
}
.teams .member-card .card .member-name {
  width: 100%;
  height: auto;
  bottom: 0;
  background-color: #FFC23C;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  color: #231F20;
  padding: 20px 0px;
  font-size: 20px;
}
.teams .member-card .card .member-name .member-position {
  width: 80%;
  padding: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-80%);
  font-size: 16px;
  background-color: #FFFFE8;
  color: #231F20;
  z-index: 101;
}

.social {
  background-color: #FFFFE8;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.social .social-title {
  color: #231F20;
  font-size: 96px;
  font-weight: 900;
  text-align: center;
}

.footer {
  width: 100vw;
  height: 100vh;
  padding: 100px 100px 60px 100px;
  background-color: #FFFFE8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .social-action {
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.footer .social-action .social-title {
  color: #231F20;
  font-size: 96px;
  font-weight: 900;
  text-align: center;
}
.footer .social-action .btn-red {
  padding: 20px 80px;
  height: 60px;
  background-color: #FF577F;
  color: #FFFFE8;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border-radius: 6px;
}
.footer .social-action .btn-red:hover {
  background-color: #FFC23C;
}
.footer .footer-social {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-social .social-icons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.footer .footer-social .social-icons .social-icon {
  width: 60px;
  height: 60px;
  background-color: #231F20;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #FFFFE8;
  font-size: 28px;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}
.footer .footer-social .social-icons .social-icon:hover {
  background-color: #FF577F;
}
.footer .footer-social .foo {
  font-weight: 600;
  font-size: 20px;
  color: #FF577F;
  text-align: right;
}

.section-title {
  font-weight: 900;
  display: flex;
  flex-direction: column;
}
.section-title .text-dark, .section-title .text-light {
  font-size: 96px;
}
.section-title .text-yellow {
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  background-color: #FFC23C;
  color: #231F20;
  font-size: 28px;
}
.section-title .text-red {
  color: #FF577F;
  font-size: 96px;
}
.section-title .title-paragraph {
  color: #FFFFE8;
  width: 50%;
  font-size: 20px;
  font-weight: 600 !important;
}

.text-dark {
  color: #231F20;
}

.text-light {
  color: #FFFFE8;
}

.services {
  background-color: #FF577F;
}

.up-animate {
  animation: up 0.75s ease-in-out infinite;
}

.contact-button {
  position: fixed;
  width: 60px;
  height: 60px;
  font-size: 24px;
  border-radius: 6px;
  background-color: #FFC23C;
  color: #231F20;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  bottom: 40px;
  right: 40px;
  transform: rotate(-15deg);
  transition: 0.5s ease-in-out;
}
.contact-button:hover {
  background-color: #FF577F;
}

.cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: white;
}
.cursor .cursor-text {
  font-size: 24px;
}
.cursor .cursor-text .char {
  position: absolute;
}

.section {
  overflow: hidden;
}

.scroll-wrapper {
  height: 100vh;
  background-color: #231F20;
}

.list-scroll {
  position: relative;
  height: 100%;
}

.item-scroll {
  position: absolute;
  overflow: hidden;
  inset: 0%;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 200px;
  overflow-x: hidden;
  border-top: 2px solid #231F20;
  border-bottom: 2px solid #231F20;
  display: flex;
  align-items: center;
  transform: rotate(5deg);
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
}
.track .marquee-title {
  color: #231F20;
  font-size: 180px;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 40px;
}

.track-left {
  animation: marquee-left 32s linear infinite;
}
.track-left .marquee-title {
  color: #231F20;
  -webkit-text-fill-color: #FFFFE8; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #231F20;
}

.track-right {
  animation: marquee-right 32s linear infinite;
}

.dot, .stroke-dot {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
}

.dot {
  background-color: #231F20;
}

.stroke-dot {
  background-color: #FFFFE8;
  border: 4px solid #231F20;
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
::-webkit-scrollbar {
  width: 0px;
  background-color: #231F20;
  display: none;
}

::-webkit-scrollbar-thumb {
  background-color: #FF577F;
  border-radius: 10px;
  width: 0px;
}

@keyframes showMe {
  0% {
    visibility: visible;
    z-index: 100;
  }
  25% {
    visibility: visible;
    z-index: 100;
  }
  50% {
    visibility: hidden;
    z-index: 0;
  }
  100% {
    visibility: hidden;
    z-index: 0;
  }
}
@keyframes up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
@media (max-width: 576px) {
  .lp-container {
    padding: 40px !important;
  }
  .jumbotron {
    padding: 0px !important;
    flex-direction: column;
    gap: 0px;
  }
  .jumbotron .hero-illustration {
    width: 100%;
    height: 50%;
  }
  .jumbotron .hero-illustration img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .jumbotron .hero-text {
    width: 100%;
    height: 50%;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .jumbotron .hero-text .hero-title {
    font-size: 48px;
    line-height: 64.8px;
  }
  .jumbotron .btn-hero {
    padding: 10px 20px;
    width: 100%;
  }
  .tag-line {
    font-size: 24px;
    text-align: center;
  }
  .section-title {
    width: 100%;
    text-align: center;
  }
  .section-title .text-dark, .section-title .text-light, .section-title .text-red {
    font-size: 48px;
  }
  .section-title .text-yellow {
    font-size: 18px;
  }
  .services .service-list .section-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services .service-list .list-cards {
    flex-direction: column;
  }
  .services .service-list .list-cards .card {
    width: 100%;
  }
  .marquee {
    height: 120px;
  }
  .track .marquee-title {
    font-size: 64px;
    font-weight: 900;
  }
  .track-left .marquee-title {
    -webkit-text-stroke-width: 2px;
  }
  .dot, .stroke-dot {
    width: 20px;
    height: 20px;
    border-radius: 100%;
  }
  .stroke-dot {
    border: 2px solid #231F20;
  }
  .clients {
    flex-direction: column !important;
    width: 100%;
  }
  .clients .client-wrapper {
    width: 100% !important;
    height: 70%;
  }
  .clients .client-wrapper .section-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .clients .client-wrapper .client-list .list {
    gap: 20px;
    align-items: center;
  }
  .clients .client-wrapper .client-list .list .client-paragraph {
    font-size: 16px;
    text-align: center;
    line-height: 21.6px;
  }
  .clients .client-wrapper .client-list .list .client-cards .card {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .clients .client-wrapper .client-list .list .client-cards .card img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .clients .rocket-illustration {
    width: 100% !important;
    height: 30%;
    padding-top: 30px;
  }
  .clients .rocket-illustration img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer {
    padding: 40px;
  }
  .footer .social-action {
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
  .footer .social-action .social-title {
    font-size: 48px;
  }
  .footer .social-action .btn-red {
    padding: 10px 20px;
  }
  .footer .footer-social {
    flex-direction: column !important;
  }
  .footer .footer-social .social-icons .social-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .footer .footer-social .foo {
    font-size: 16px;
  }
}
/* Medium devices (tablets, 768px and up)*/
/* Large devices (desktops, 992px and up)*/
@media (max-width: 1024px) {
  .jumbotron {
    padding: 0px !important;
    flex-direction: column;
    gap: 0px;
  }
  .jumbotron .hero-illustration {
    width: 100%;
    height: 50%;
  }
  .jumbotron .hero-illustration img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .jumbotron .hero-text {
    width: 100%;
    height: 50%;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .jumbotron .hero-text .hero-title {
    font-size: 48px;
    line-height: 64.8px;
  }
  .jumbotron .btn-hero {
    padding: 10px 20px;
    width: 100%;
  }
  .services .service-list .section-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services .service-list .list-cards {
    flex-direction: column;
  }
  .services .service-list .list-cards .card {
    width: 100%;
  }
  .clients {
    flex-direction: column !important;
    width: 100%;
  }
  .clients .client-wrapper {
    width: 100% !important;
    height: 70%;
  }
  .clients .client-wrapper .section-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .clients .client-wrapper .client-list .list {
    gap: 20px;
    align-items: center;
  }
  .clients .client-wrapper .client-list .list .client-paragraph {
    font-size: 16px;
    text-align: center;
    line-height: 21.6px;
  }
  .clients .client-wrapper .client-list .list .client-cards .card {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .clients .client-wrapper .client-list .list .client-cards .card img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .clients .rocket-illustration {
    width: 100% !important;
    height: 30%;
    padding-top: 30px;
  }
  .clients .rocket-illustration img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* Extra large devices (large desktops, 1200px and up)*//*# sourceMappingURL=main.css.map */