@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");

.hero-title {
  font-size: 5.3rem;
  line-height: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.title {
  font-size: 4.8rem;
  line-height: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.subtitle {
  font-size: 3.6rem;
  line-height: 4.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.text-lg {
  font-size: 2.8rem;
  line-height: 3.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.text-md {
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.text-md-sm {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.text-sm {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.bold {
  font-weight: 800 !important;
}

.black {
  font-weight: 900;
}

.c-white {
  color: white;
}

.c-primary {
  color: #0000ff;
}

.c-secondary {
  color: #0085ff;
}

.c-transparent {
  color: #9696ff;
}

html {
  font-size: 2vw;
}

body {
  position: relative;
}

section {
  padding: 65px 0;
}

strong {
  white-space: break-spaces;
  font-weight: 800;
}

.section-title {
  text-align: center;
}

.navbar {
  position: fixed !important;
  z-index: 10 !important;
  width: 100%;
  box-shadow: 0 0 10px 0 black;
}

.navbar-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  background-color: white;
}

.navbar-brand,
.navbar-toggler {
  position: relative;
  z-index: 11;
}

#logo-blue {
  height: 4.5rem;
}

.navbar-toggler {
  border: none !important;
  font-size: 2rem !important;
  color: black !important;
  border-radius: 50% !important;
  aspect-ratio: 1 / 1;
}

.navbar-toggler:focus {
  outline: none;
  border: none;
}

#menuOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}

#navbarNav {
  position: fixed;
  z-index: 2;
  top: 0;
  padding: 3.8rem;
  padding-top: 12rem;
  width: 100vw;
  left: 0;
  background-color: white;
  box-shadow: 0 0 10px 0 black;
}

.nav-link {
  font-size: 3rem;
  line-height: 4rem;
  color: #0000ff !important;
}

.nav-link:hover {
  text-decoration: underline;
}

.hero {
  height: 76rem;
  top: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #5175ff;
}

.arrow {
  height: 4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2000000000;
  opacity: 80%;
  cursor: pointer;
}

.hero:hover .arrow {
  opacity: 1;
}

.hidden {
  display: none;
}

#back {
  left: 3rem;
  transform: rotate(180deg);
}

#next {
  right: 3rem;
}

.hero-overlay {
  background: linear-gradient(80.25deg, #0000ff -50%, rgba(0, 0, 255, 0) 150%);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.hero-slide-container {
  padding-top:2.5rem;
  display: flex;
  position: relative;
  width: fit-content;
  height: 70%;
}

.hero-slide {
  margin-top: 7rem;
  display: grid;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  align-items: center;
  justify-content: center;
  width: 100vw;
  position: relative;
  background-image: url("./images/bg_mobile.png");
}

.hero-content {
  width: 100%;
  text-align: center;
}

.hero-content .hero-title {
  margin: auto;
  margin-bottom: 2rem;
}

.desktop {
  display: none !important;
}

.categories {
  justify-content: space-evenly;
}

.category {
  display: grid;
  justify-content: center;
}

.category-title {
  text-align: center;
}

.category img {
  width: 70%;
}

.middle-content {
  background-color: black;
}

.automation {
  margin-top: 6rem;
  overflow: hidden;
  padding-bottom: 3rem;
}

.automation-item {
  margin-bottom: 10rem;
  position: relative;
}

.automation-item {
  display: grid;
  justify-content: center;
}

.popup {
  position: absolute;
  background-color: white;
  padding: 1.5rem;
  z-index: 3;
  display: none;
  box-shadow: 0 0 10px 0 black;
}

.popup-1 {
  top: 6rem;
}

.popup-2 {
  bottom: -6rem;
}

.popup-3 {
  bottom: 2rem;
}

.img-big {
  height: 18rem !important;
}

.automation-item h3 {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  margin-top: 2rem;
  font-size: 3rem;
}

.automation-item-imgs {
  text-align: center;
}

.automation-item-imgs img {
  height: 8rem;
}

.icon {
  font-size: 3rem !important;
  width: 2.3rem;
  height: 2.3rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0085ff;
  cursor: pointer;
}

.icon:hover {
  box-shadow: 0 0 5px 0 white;
}
.icon:active {
  transform: scale(95%);
}

.wheel {
  grid-column: x0 / x2;
  width: 40rem;
  margin: auto;
  margin-top: 10rem;
  height: 40rem;
  border: 4px dotted #0000ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: relative;
}

.wheel-child {
  width: 80%;
  margin: auto;
  height: 80%;
  border: 4px dotted #0000ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wheel-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 40s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wheel-child-icons {
  transform: rotate(36deg);
  animation: rotate 40s linear infinite reverse;
}

.wheel-child-icons img {
  transform: rotate(-36deg);
}

.wheel-icons img {
  position: absolute;
  height: 4rem;
}

#wheelIcons img {
  animation: rotate 40s linear infinite reverse;
}

#wheelIconsChild img {
  animation: rotate 40s linear infinite;
}

.wheel-icon-1 {
  left: -2rem;
  top: calc(50% - 2rem);
}

.wheel-icon-2 {
  left: calc(34.55% - 2rem);
  bottom: calc(97.55% - 2rem);
}

.wheel-icon-3 {
  left: calc(90.45% - 2rem);
  bottom: calc(79.39% - 2rem);
}

.wheel-icon-4 {
  left: calc(90.45% - 2rem);
  top: calc(79.39% - 2rem);
}

.wheel-icon-5 {
  left: calc(34.55% - 2rem);
  top: calc(97.55% - 2rem);
}

.wheel-child-text {
  text-align: center;
}

.wheel-child-text h2 {
  background: linear-gradient(
    90deg,
    transparent 0%,
    #0000ff 40%,
    #0000ff 60%,
    transparent 100%
  );
}

.wheel-plus {
  position: absolute;
  bottom: 6.5rem;
}

.lines-mobile {
  position: relative;
}

.lines-desktop {
  display: none;
}

.line {
  height: 1rem;
  width: 8rem;
  position: absolute;
  background: linear-gradient(90deg, #0000ff 0%, #0000ff 30%, transparent 100%);
}

.line-1 {
  transform: rotate(90deg);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.line-2 {
  transform: rotate(225deg);
  top: -7.5rem;
  left: 29%;
}

.line-3 {
  transform: rotate(315deg);
  top: -7.5rem;
  right: 29%;
}

.line-4 {
  transform: rotate(90deg);
  background: linear-gradient(
    90deg,
    transparent 0%,
    #0000ff 40%,
    #0000ff 60%,
    transparent 100%
  );
  width: 15rem;
  left: 0;
  right: 0;
  margin: auto;
  top: -27rem;
}

.line-5,
.line-6 {
  display: none;
}

.wheel .lines-mobile {
  position: absolute;
  width: 100%;
}

.companies {
  background: black;
}

.companies .title {
  color: white;
}

.companies-text-container {
  height: 33rem;
  position: relative;
}

#companiesText,
#companiesText2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

#companiesText span strong,
#companiesText2 span strong {
  color: #0085ff;
}

.slider {
  overflow: scroll;
}

.slide-track {
  display: flex;
  align-items: center;
  padding: 5rem 0;
  gap: 5rem;
}

.slider {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.slider::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.slider {
  height: 16rem;
  margin: auto;
  position: relative;
  margin-top: 3rem;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, #000 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 20s linear infinite;
  display: flex;
  height: 100%;
  width: calc(18.6rem * 30);
}

.slide {
  overflow: visible;
  height: 100%;
}

.slide img {
  height: 100%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-23.6rem * 10));
  }
}

.team-section {
  background-color: black;
  padding-top: 30px;
  position: relative;
}

.apps-section {
  background-color: black;
  padding-top: 4.5rem;
  position: relative;
}

.integrations-section {
  background-color: #000;
}

.app {
  aspect-ratio: 1/1;
}

.apps-section .title {
  font-size: 6rem;
  line-height: 6.5rem;
  color: #0085ff;
  font-weight: 600;
}

.team-section .title {
  font-size: 6rem;
  line-height: 6.5rem;
  color: #0085ff;
  font-weight: 600;
}

.square {
  display: block;
  position: absolute;
  width: 6rem;
  height: 4rem;
  z-index: 2;
}

.square-sm {
  width: 4rem !important;
}

.square-11 {
  transform: scale(30%);
  top: calc(13.7rem - ((100vw - 320px) / 12));
  left: 25rem;
  background-color: white;
}

.square-12 {
  transform: scale(30%);
  top: calc(12.5rem - ((100vw - 320px) / 12));
  left: 24.8rem;
  width: 8rem;
  background-color: #0000ff;
}

.team {
  overflow: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.team::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.team-container {
  display: flex;
  align-items: center;
  padding-top: 5rem;
  gap: 3rem;
  width: fit-content !important;
  min-width: 100vw;
}

.team-member-img {
  height: 19rem;
  width: 18rem;
  border-radius: 0.675rem;
  border: none;
}

.team-member-description {
  margin-top: 2rem;
  width: 18rem;
  display: grid;
  justify-content: center;
}

.team-member-description p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  overflow: visible;
  width: max-content;
  margin: auto;
  text-align: center;
  color: white;
}

.team-member-description {
  overflow: visible;
}

.work-together {
  background: linear-gradient(90deg, white 0%, #0000ff 30%, #0000ff 100%);
  text-align: center;
  position: relative;
}

.work-together h3,
.work-together p {
  text-align: center;
  padding-bottom: 3rem;
  width: 90%;
  margin: auto;
}

.work-together a {
  font-weight: 600;
  width: min-content;
  margin: auto;
}

.work-together a:hover {
  color: white;
}

.color-line {
  display: flex;
  height: min-content;
}

.color-line img {
  height: 10px;
  width: 100%;
}

footer {
  padding: 65px 0;
  background-color: black;
}

footer img {
  height: 4rem;
  margin-bottom: 5rem;
}

.footer-media {
  display: flex;
}

footer p {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  html {
    font-size: 1.8vw;
  }

  .square-11 {
    top: calc(5.7rem - ((100vw - 576px) / 18));
    left: 50rem;
  }

  .square-12 {
    top: calc(4.5rem - ((100vw - 576px) / 18));
    left: 49.8rem;
  }

  .team-container {
    gap: 2rem;
  }

  .team-member-description p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .companies-text-container {
    height: 33rem;
    position: relative;
  }

  .title {
    font-size: 3.8rem;
    line-height: 120%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 1.3vw;
  }

  .hero-slide-container {
    padding-top:0;
    height: 70%;
  }

  .companies .title {
    width: auto;
  }

  .square-11 {
    top: calc(5.75rem - ((100vw - 768px) / 20));
  }

  .square-12 {
    top: calc(4.5rem - ((100vw - 768px) / 20));
  }

  .companies-text-container {
    height: 16rem;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 10px;
  }

  .hero-slide-container {
    padding-top:0;
    margin-top: 0;
  }

  .hero-slide {
    margin-top: 5rem;
    background-position: center center;
    background-image: url("images/bg_desktop-2.png");
  }

  .hero-title {
    font-size: 7.5rem;
    line-height: 9.125rem;
    font-weight: 700;
  }

  .title {
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 600;
  }

  .subtitle {
    font-size: 4.375rem;
    line-height: 5.3125rem;
    font-weight: 400;
  }

  .text-lg {
    font-size: 3.5rem;
    line-height: 4.25rem;
    font-weight: 400;
  }

  .text-md {
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 400;
  }

  .text-md-sm {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400;
  }

  .navbar {
    background-color: transparent;
    box-shadow: none;
    position: absolute !important;
  }

  .navbar-overlay {
    display: none;
  }

  .navbar-brand img {
    height: 3.5rem;
  }

  #navbarNav {
    background-color: transparent;
  }

  .nav-link {
    color: white !important;
  }

  .navbar-collapse {
    justify-content: right;
  }

  .navbar-nav {
    gap: 1.5rem;
  }

  #navbarNav {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    padding: 0;
    box-shadow: none;
  }

  .navbar-brand,
  .navbar-collapse {
    margin: 0 2rem;
  }

  .desktop {
    display: block !important;
  }

  .hero-content .hero-title {
    width: auto;
  }

  .hero-overlay {
    background: linear-gradient(
      80.25deg,
      #0000ff -2.26%,
      rgba(0, 0, 255, 0) 110.59%
    );
  }

  .hero-content .text-md {
    margin: auto;
    width: 70%;
  }

  .mobile {
    display: none !important;
  }

  .category {
    justify-content: center;
  }

  .category img {
    height: 10rem;
    width: auto;
  }

  .category-title {
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: center;
  }

  .category-description {
    display: none;
  }

  .wwd {
    position: relative;
  }

  .square-1 {
    background-color: black;
    left: 0;
    top: 0;
  }

  .square-2 {
    background-color: black;
    right: 0;
    bottom: 6rem;
  }

  .square-3 {
    background-color: #0085ff;
    bottom: calc(0rem + (4rem / 4));
    right: calc(6rem - (4rem / 4));
    transform: rotate(90deg);
  }

  .square-4 {
    background-color: #0000ff;
    top: 4rem;
    right: 0;
  }

  .square-5 {
    bottom: 4rem;
    left: 0;
    background-color: #0085ff;
  }

  .square-6 {
    left: 4rem;
    bottom: 0;
    background-color: white;
  }

  .square-7 {
    bottom: 0rem;
    background-color: white;
    right: 4rem;
  }

  .square-8 {
    background-color: #0085ff;
    right: 10rem;
    bottom: -4rem;
  }

  .square-9 {
    background-color: #0085ff;
    right: 0;
    bottom: -4rem;
  }

  .square-10 {
    bottom: -12rem;
    right: 0;
    background-color: #0000ff;
  }

  .apps-section .title-container {
    width: fit-content;
    margin: auto;
  }

  .square-18 {
    transform: scale(30%);
    top: 1rem;
    left: 15.8rem;
    background-color: white;
  }

  .square-19 {
    transform: rotate(90deg) scale(30%);
    top: 2.5rem;
    left: 16rem;
    background-color: #0000ff;
  }

  .middle-content {
    position: relative;
  }

  .automation {
    margin: auto;
    display: grid;
    grid-template-columns: [x0] auto [x1] auto [x2];
    grid-template-rows: [y0] auto [y1] auto [y2];
    padding-top: 5rem;
  }

  .popup-2 {
    bottom: 7rem;
  }

  .popup-3 {
    bottom: 5rem;
  }

  .automation-item-top {
    grid-column: x0 / x1;
    grid-row: y0 / y1;
  }

  .automation-item-bottom {
    grid-column: x0 / x1;
    grid-row: y1 / y2;
    margin-bottom: 0;
    position: relative;
  }

  .wheel {
    grid-column: x1 / x2;
    grid-row: y0 / y2;
    margin: auto;
    width: 50rem;
    height: 50rem;
  }

  .wheel-icons img {
    position: absolute;
    height: 5rem;
  }

  .wheel-icon-1 {
    left: -2.5rem;
    top: calc(50% - 2.5rem);
  }

  .wheel-icon-2 {
    left: calc(34.55% - 2.5rem);
    bottom: calc(97.55% - 2.5rem);
  }

  .wheel-icon-3 {
    left: calc(90.45% - 2.5rem);
    bottom: calc(79.39% - 2.5rem);
  }

  .wheel-icon-4 {
    left: calc(90.45% - 2.5rem);
    top: calc(79.39% - 2.5rem);
  }

  .wheel-icon-5 {
    left: calc(34.55% - 2.5rem);
    top: calc(97.55% - 2.5rem);
  }

  .wheel-plus {
    bottom: 9rem;
  }

  .line-4 {
    display: none;
  }

  .lines-desktop {
    display: block;
    position: absolute;
    height: 10rem;
    background: linear-gradient(
      90deg,
      transparent 0%,
      #0000ff 30%,
      #0000ff 60%,
      transparent 100%
    );
    width: 16vw;
    bottom: 16rem;
    right: -6vw;
  }

  .side {
    background-color: black;
    width: 7.5vw;
    height: 9rem;
    position: absolute;
  }

  .side-left {
    left: 0;
    top: 0;
  }

  .side-right {
    right: 0;
    bottom: 0;
  }

  .companies {
    position: relative;
  }

  .companies .title {
    width: 800px;
    margin: auto;
    font-weight: 400;
  }

  .companies-text-container {
    height: 14rem;
  }

  #companiesText,
  #companiesText2 {
    width: 80%;
  }

  .slider {
    height: 18rem;
  }

  .square-11 {
    top: 5.8rem;
    left: 51rem;
  }

  .square-12 {
    top: 4.6rem;
    left: 50.8rem;
  }

  .team-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 3rem;
  }

  .team-row {
    padding-bottom: 5rem;
    overflow-y: hidden;
  }

  .team-member-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.03;
  }

  .team-member {
    position: relative;
  }

  .team-member-description {
    width: 100%;
    overflow: visible;
    position: absolute;
    left: 0;
    right: 0;
    display: grid;
    justify-content: center;
  }

  .team-member-description p {
    overflow: visible;
    width: max-content;
    margin: auto;
    text-align: center;
    color: white;
    font-size: 1.3rem;
    line-height: 1.5rem;
    position: relative;
  }

  .work-together h3,
  .work-together p {
    padding-bottom: 4rem;
    width: 70%;
    margin: auto;
    font-weight: 400;
  }

  .work-together a {
    font-weight: 600;
    width: min-content;
    margin: auto;
  }

  .work-together a:hover {
    color: white;
  }

  .square-13 {
    background-color: #0085ff;
    top: 0;
    left: 0;
  }

  .square-14 {
    top: 4rem;
    left: 6rem;
    background-color: white;
  }

  .square-15 {
    background-color: #0000ff;
    transform: rotate(90deg);
    left: -1rem;
    top: 9rem;
  }

  .square-16 {
    right: 0;
    bottom: 4rem;
    background-color: black;
  }

  .square-17 {
    right: 4rem;
    bottom: 0;
    background-color: #0085ff;
  }

  .apps-section .title {
    text-align: center;
  }

  footer {
    text-align: center;
  }

  .footer-media {
    justify-content: center;
  }

  .logo-fill {
    fill: white !important;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }

  .categories {
    justify-content: center;
  }

  .team-member-description p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .legal {
    width: 70%;
  }
  footer img {
    margin: 0;
  }

  footer p {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 12px;
  }

  .companies .title {
    width: 1000px;
  }

  .slider .slide-track {
    max-width: 1100px;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto !important;
    width: 14.28571428571429% !important;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 14px;
  }

  .text-md-sm {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
  }

  .text-sm {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
  }

  .companies .title {
    width: 1300px;
  }

  .slider .slide-track {
    max-width: 1300px;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto !important;
    width: 12.5% !important;
  }
}
