:root {
  /* Background Colors */
  --primary-bg-color: #16DB65;
  --secondary-bg-color: #04471C;
  --tertiary-bg-color: #16DA65;
  --fourth-bg-color: #0D2818;
  /* Text Colors */
  --primary-text-color: #022E64;
  --secondary-text-color: #FFFFFF;
  /* Fonts sizes */
  --font-small: clamp(0.6rem, 3vw, 0.8rem);
  --font-normal: clamp(0.8rem, 3vw, 1rem);
  --font-medium: clamp(1rem, 3vw, 1.25rem);
  --font-large: clamp(1.2rem, 3vw, 1.5rem);
  --font-xlarge: clamp(1.5rem, 3vw, 2rem);
  --font-xxlarge: clamp(2rem, 4vw, 3rem);
  --font-xxxlarge: clamp(4rem, 6vw, 5rem);
  --font-heading: clamp(6rem, 9vw, 8rem);
}

@font-face {
  font-family: "Mulish";
  src: url(/assets/fonts/Mulish.ttf);
}
@font-face {
  font-family: "Odyssey";
  src: url(/assets/fonts/Odyssey.otf);
}
@font-face {
  font-family: "SpaceOdyssey";
  src: url("../assets/fonts/SpaceOdyssey.otf");
}
@keyframes circlrUpandDown {
  0% {
    transform: translate(-50%, 0%);
  }
  100% {
    transform: translate(-50%, 850%);
  }
}
@keyframes circleUpandDownShorter {
  0% {
    transform: translate(-50%, 0%);
  }
  100% {
    transform: translate(-50%, 700%);
  }
}
@keyframes moveCircle2d {
  0% {
    transform: translate(0, -50%);
  }
  25% {
    transform: translate(-245px, -50%);
  }
  50% {
    transform: translate(-245px, 605px);
  }
  100% {
    transform: translate(0, 605px);
  }
}
@keyframes moveCircle2dRight {
  0% {
    transform: translate(0, -50%);
  }
  25% {
    transform: translate(295px, -50%);
  }
  50% {
    transform: translate(295px, 770px);
  }
  100% {
    transform: translate(0, 770px);
  }
}
/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes rotate-circle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateY(152px) rotate(180deg);
  }
  20% {
    transform: translate(-50%, -50%) rotate(72deg) translateY(152px) rotate(180deg);
  }
  40% {
    transform: translate(-50%, -50%) rotate(144deg) translateY(152px) rotate(180deg);
  }
  60% {
    transform: translate(-50%, -50%) rotate(216deg) translateY(152px) rotate(180deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(288deg) translateY(152px) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateY(152px) rotate(180deg);
  }
}
@keyframes rotate-circle-mobile {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateY(100px) rotate(180deg);
  }
  20% {
    transform: translate(-50%, -50%) rotate(72deg) translateY(100px) rotate(180deg);
  }
  40% {
    transform: translate(-50%, -50%) rotate(144deg) translateY(100px) rotate(180deg);
  }
  60% {
    transform: translate(-50%, -50%) rotate(216deg) translateY(100px) rotate(180deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(288deg) translateY(100px) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateY(100px) rotate(180deg);
  }
}
@keyframes rotate-circle2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateY(188px) rotate(180deg);
  }
  20% {
    transform: translate(-50%, -50%) rotate(72deg) translateY(188px) rotate(180deg);
  }
  40% {
    transform: translate(-50%, -50%) rotate(144deg) translateY(188px) rotate(180deg);
  }
  60% {
    transform: translate(-50%, -50%) rotate(216deg) translateY(188px) rotate(180deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(288deg) translateY(188px) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateY(188px) rotate(180deg);
  }
}
@keyframes rotate-circle2-mobile {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateY(125px) rotate(180deg);
  }
  20% {
    transform: translate(-50%, -50%) rotate(72deg) translateY(125px) rotate(180deg);
  }
  40% {
    transform: translate(-50%, -50%) rotate(144deg) translateY(125px) rotate(180deg);
  }
  60% {
    transform: translate(-50%, -50%) rotate(216deg) translateY(125px) rotate(180deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(288deg) translateY(125px) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateY(125px) rotate(180deg);
  }
}
@keyframes rotate-circle3 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateY(227px) rotate(180deg);
  }
  20% {
    transform: translate(-50%, -50%) rotate(72deg) translateY(227px) rotate(180deg);
  }
  40% {
    transform: translate(-50%, -50%) rotate(144deg) translateY(227px) rotate(180deg);
  }
  60% {
    transform: translate(-50%, -50%) rotate(216deg) translateY(227px) rotate(180deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(288deg) translateY(227px) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateY(227px) rotate(180deg);
  }
}
@keyframes rotate-circle3-mobile {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateY(150px) rotate(180deg);
  }
  20% {
    transform: translate(-50%, -50%) rotate(72deg) translateY(150px) rotate(180deg);
  }
  40% {
    transform: translate(-50%, -50%) rotate(144deg) translateY(150px) rotate(180deg);
  }
  60% {
    transform: translate(-50%, -50%) rotate(216deg) translateY(150px) rotate(180deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(288deg) translateY(150px) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateY(150px) rotate(180deg);
  }
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #0D2818;
  background: url("/assets/images/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Mulish";
}

.header {
  height: 100vh;
  max-height: 700px;
  width: 100%;
  position: relative;
  top: 0;
}
.header .logo {
  top: 50px;
  left: 10%;
}
.header .frame1 {
  position: absolute;
  top: 0;
  right: 0;
}
.header .title {
  left: 10%;
  top: 200px;
}

.main {
  position: relative;
  /* Responsive */
}
.main .frame2 {
  position: absolute;
  top: 200px;
  right: 0;
}
.main .description {
  width: 100%;
  max-width: 70%;
  padding: 50px 60px;
  background: linear-gradient(135deg, #04471C 0%, #16DB65 100%);
  border-radius: 20px;
  color: white;
}
.main .description .intro-text {
  font-size: var(--font-medium);
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 20px;
}
.main .description .vibra-statement {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.main .description .vibra-statement .vibra {
  position: relative;
  font-style: italic;
}
.main .description .vibra-statement .vibra::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  width: 0;
  height: 3px;
  background: white;
  transform: translateY(-50%) rotate(-2deg);
  animation: drawLine 1s ease-out 0.5s forwards;
}
@keyframes drawLine {
  to {
    width: calc(100% + 10px);
  }
}
@media (max-width: 768px) {
  .main .vibra-section {
    padding: 80px 0;
  }
  .main .description {
    padding: 40px 30px;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .main .description .intro-text {
    font-size: var(--font-normal);
    margin-bottom: 15px;
  }
  .main .description .vibra-statement {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }
}
@media (max-width: 480px) {
  .main .description {
    padding: 30px 25px;
    max-width: 100%;
    width: 100%;
  }
  .main .description .intro-text {
    font-size: 0.95rem;
  }
  .main .description .vibra-statement {
    font-size: 1.5rem;
    gap: 10px;
  }
}
.main .brand {
  position: relative;
  display: block;
  min-height: 1200px;
}
.main .circles {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.main .circles .small {
  position: relative;
  left: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-bg-color);
  width: 300px;
  height: 300px;
  border-radius: 250px;
  gap: 10px;
  z-index: 10;
  box-shadow: 0 0 0 1px var(--primary-bg-color); /* Adjust the spread radius to control the thickness */
  border: 10px solid rgb(255, 255, 255);
}
.main .circles .small .head {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--primary-bg-color);
  background-color: #0D2818;
  padding: 2px 15px;
  font-size: var(--font-small);
  animation: rotate-circle 10s linear infinite;
}
.main .circles .small .content {
  color: var(--secondary-bg-color);
  font-weight: bolder;
  font-size: var(--font-medium);
}
.main .circles .small .line {
  width: 0.5px;
  position: absolute;
  bottom: -120px;
  height: 120px;
  border: 1px dashed var(--primary-bg-color);
}
.main .circles .small .line .ball {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--primary-bg-color);
  position: absolute;
  left: 0;
  animation: circlrUpandDown 2s ease infinite;
}
.main .circles .small .services {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 400px;
}
.main .circles .small .services .service {
  padding: 10px 30px;
  text-align: center;
  background-color: var(--primary-bg-color);
  border-radius: 5px;
  width: 200px;
  height: 60px;
  font-size: var(--font-small);
  color: var(--fourth-bg-color);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .circles .medium {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-bg-color);
  width: 375px;
  height: 375px;
  border-radius: 250px;
  gap: 10px;
  margin-bottom: 80px;
  z-index: 11;
  box-shadow: 0 0 0 1px var(--primary-bg-color); /* Adjust the spread radius to control the thickness */
  border: 10px solid white;
}
.main .circles .medium .head {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--primary-bg-color);
  background-color: #0D2818;
  padding: 2px 15px;
  font-size: var(--font-small);
  animation: rotate-circle2 10s linear infinite;
}
.main .circles .medium .content {
  color: var(--tertiary-bg-color);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-medium);
}
.main .circles .medium .content .typewriter p {
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid transparent; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em; /* Adjust as needed */
  animation: typing 3.5s steps(40, end);
}
.main .circles .medium .line {
  width: 0.5px;
  position: absolute;
  bottom: -120px;
  height: 120px;
  border: 1px dashed var(--primary-bg-color);
}
.main .circles .medium .line .ball {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--secondary-bg-color);
  position: absolute;
  animation: circlrUpandDown 1.7s ease infinite;
}
.main .circles .medium .services {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 475px;
}
.main .circles .medium .services .service {
  padding: 10px 30px;
  text-align: center;
  background-color: var(--secondary-bg-color);
  border-radius: 5px;
  width: 200px;
  height: 60px;
  font-size: var(--font-small);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .circles .large {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
  width: 450px;
  height: 450px;
  border-radius: 250px;
  gap: 10px;
  margin-left: -50px;
  margin-bottom: 180px;
  position: relative;
  z-index: 12;
  box-shadow: 0 0 0 1px var(--primary-bg-color); /* Adjust the spread radius to control the thickness */
  border: 10px solid white;
}
.main .circles .large .head {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--primary-bg-color);
  background-color: #0D2818;
  padding: 2px 15px;
  font-size: var(--font-small);
  animation: rotate-circle3 10s linear infinite;
}
.main .circles .large .content {
  text-align: center;
  font-size: var(--font-medium);
}
.main .circles .large .content div {
  color: var(--tertiary-bg-color);
}
.main .circles .large .content .typewriter p {
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid transparent; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em; /* Adjust as needed */
  animation: typing 3s steps(40, end);
}
.main .circles .large .line {
  width: 0.5px;
  position: absolute;
  bottom: -130px;
  height: 130px;
  border: 1px dashed var(--primary-bg-color);
}
.main .circles .large .line .ball {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  animation: circlrUpandDown 1.9s ease infinite;
}
.main .circles .large .services {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 560px;
}
.main .circles .large .services .service {
  padding: 10px 30px;
  text-align: center;
  background-color: black;
  border-radius: 5px;
  width: 200px;
  height: 60px;
  font-size: var(--font-small);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .circles .large .services .bigger {
  height: 90px;
}
.main .features {
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 960px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.main .features .line {
  position: relative;
  height: 50px;
  border: 1px dashed var(--primary-bg-color);
}
.main .features .line .ball {
  position: absolute;
  top: 0;
  transform: translate(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-bg-color);
  z-index: -1;
  animation: circleUpandDownShorter 1.6s ease infinite;
}
.main .features .feat {
  padding: 5px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid white;
  color: white;
  background-color: var(--fourth-bg-color);
}
.main .border-circle-left {
  position: absolute;
  top: 310px;
  left: 15%;
  width: 250px;
  height: 610px;
  border-left: 1px dashed var(--primary-bg-color);
  z-index: 3;
}
.main .border-circle-left::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px dashed var(--primary-bg-color);
  z-index: 1;
}
.main .border-circle-left::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px dashed var(--primary-bg-color);
  z-index: 1;
}
.main .border-circle-left .ball {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-bg-color);
  animation: moveCircle2d 6s ease infinite;
}
.main .border-circle-right {
  position: absolute;
  top: 225px;
  right: 12%;
  width: 300px;
  height: 775px;
  border-right: 1px dashed var(--primary-bg-color);
  z-index: 1;
}
.main .border-circle-right::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  outline: 1px dashed var(--primary-bg-color);
  z-index: 1;
}
.main .border-circle-right::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  outline: 1px dashed var(--primary-bg-color);
  z-index: 1;
}
.main .border-circle-right .ball {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-bg-color);
  animation: moveCircle2dRight 6s ease infinite;
}
@media (max-width: 1400px) {
  .main .border-circle-left {
    left: 10%;
    width: 200px;
    height: 550px;
    top: 320px;
  }
  .main .border-circle-right {
    right: 8%;
    width: 250px;
    height: 700px;
    top: 240px;
  }
}
@media (max-width: 1200px) {
  .main .circles .small {
    width: 260px;
    height: 260px;
    left: 40px;
  }
  .main .circles .small .content {
    font-size: calc(var(--font-medium) * 0.9);
  }
  .main .circles .small .services {
    top: 350px;
  }
  .main .circles .small .services .service {
    width: 180px;
    height: 55px;
    font-size: calc(var(--font-small) * 0.9);
  }
  .main .circles .medium {
    width: 330px;
    height: 330px;
    margin-bottom: 70px;
  }
  .main .circles .medium .content {
    font-size: calc(var(--font-medium) * 0.9);
  }
  .main .circles .medium .services {
    top: 420px;
  }
  .main .circles .medium .services .service {
    width: 180px;
    height: 55px;
    font-size: calc(var(--font-small) * 0.9);
  }
  .main .circles .large {
    width: 400px;
    height: 400px;
    margin-bottom: 160px;
  }
  .main .circles .large .content {
    font-size: calc(var(--font-medium) * 0.9);
  }
  .main .circles .large .services {
    top: 490px;
  }
  .main .circles .large .services .service {
    width: 180px;
    height: 55px;
    font-size: calc(var(--font-small) * 0.9);
  }
  .main .circles .large .services .bigger {
    height: 80px;
  }
  .main .border-circle-left {
    left: 5%;
    width: 180px;
    height: 500px;
  }
  .main .border-circle-right {
    right: 5%;
    width: 220px;
    height: 650px;
  }
}
@media (max-width: 1024px) {
  .main .brand {
    min-height: 1400px;
  }
  .main .circles {
    flex-direction: column;
    gap: 80px;
  }
  .main .circles .small {
    left: 0;
    width: 280px;
    height: 280px;
  }
  .main .circles .small .line {
    bottom: -100px;
    height: 100px;
  }
  .main .circles .small .services {
    top: 380px;
  }
  .main .circles .small .services .service {
    width: 200px;
  }
  .main .circles .medium {
    width: 340px;
    height: 340px;
    margin-bottom: 0;
  }
  .main .circles .medium .line {
    bottom: -100px;
    height: 100px;
  }
  .main .circles .medium .services {
    top: 440px;
  }
  .main .circles .medium .services .service {
    width: 200px;
  }
  .main .circles .large {
    width: 400px;
    height: 400px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .main .circles .large .line {
    bottom: -100px;
    height: 100px;
  }
  .main .circles .large .services {
    top: 500px;
  }
  .main .circles .large .services .service {
    width: 200px;
  }
  .main .features {
    top: 1200px;
    width: 60%;
  }
  .main .border-circle-left,
  .main .border-circle-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .main .brand {
    min-height: 1800px;
  }
  .main .circles {
    gap: 60px;
  }
  .main .circles .small {
    width: 240px;
    height: 240px;
    border: 8px solid white;
  }
  .main .circles .small .head {
    font-size: calc(var(--font-small) * 0.9);
  }
  .main .circles .small .content {
    font-size: calc(var(--font-medium) * 0.85);
  }
  .main .circles .small .line {
    bottom: -80px;
    height: 80px;
  }
  .main .circles .small .services {
    top: 320px;
    gap: 8px;
  }
  .main .circles .small .services .service {
    width: 180px;
    height: 50px;
    font-size: calc(var(--font-small) * 0.85);
    padding: 8px 20px;
  }
  .main .circles .medium {
    width: 280px;
    height: 280px;
    border: 8px solid white;
    margin-top: 215px;
  }
  .main .circles .medium .head {
    font-size: calc(var(--font-small) * 0.9);
  }
  .main .circles .medium .content {
    font-size: calc(var(--font-medium) * 0.85);
  }
  .main .circles .medium .line {
    bottom: -80px;
    height: 80px;
  }
  .main .circles .medium .services {
    top: 360px;
    gap: 8px;
  }
  .main .circles .medium .services .service {
    width: 180px;
    height: 50px;
    font-size: calc(var(--font-small) * 0.85);
    padding: 8px 20px;
  }
  .main .circles .large {
    width: 320px;
    height: 320px;
    border: 8px solid white;
    margin-top: 275px;
  }
  .main .circles .large .head {
    font-size: calc(var(--font-small) * 0.9);
  }
  .main .circles .large .content {
    font-size: calc(var(--font-medium) * 0.85);
  }
  .main .circles .large .line {
    bottom: -80px;
    height: 80px;
  }
  .main .circles .large .services {
    top: 400px;
    gap: 8px;
  }
  .main .circles .large .services .service {
    width: 180px;
    height: 50px;
    font-size: calc(var(--font-small) * 0.85);
    padding: 8px 20px;
  }
  .main .circles .large .services .bigger {
    height: 75px;
  }
  .main .features {
    top: 1100px;
    width: 70%;
  }
  .main .features .line {
    height: 40px;
  }
  .main .features .feat {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .main .brand {
    padding: 20px 0;
  }
  .main .circles {
    gap: 45px;
    padding: 0 15px;
  }
  .main .circles p.head {
    display: none;
  }
  .main .circles .small {
    width: 220px;
    height: 220px;
    border: 6px solid white;
  }
  .main .circles .small .head {
    font-size: 0.75rem;
    padding: 3px 14px;
  }
  .main .circles .small .content {
    font-size: 1rem;
    padding: 0 15px;
    text-align: center;
  }
  .main .circles .small .line {
    bottom: -70px;
    height: 70px;
  }
  .main .circles .small .line .ball {
    width: 12px;
    height: 12px;
  }
  .main .circles .small .services {
    top: 290px;
    gap: 8px;
    width: 100%;
    padding: 0 10px;
  }
  .main .circles .small .services .service {
    width: 180px;
    height: 50px;
    font-size: 0.75rem;
    padding: 8px 18px;
  }
  .main .circles .medium {
    width: 250px;
    height: 250px;
    border: 6px solid white;
  }
  .main .circles .medium .head {
    font-size: 0.75rem;
    padding: 3px 14px;
  }
  .main .circles .medium .content {
    font-size: 1rem;
    padding: 0 15px;
    text-align: center;
  }
  .main .circles .medium .content .typewriter p {
    font-size: 1rem;
  }
  .main .circles .medium .line {
    bottom: -70px;
    height: 70px;
  }
  .main .circles .medium .line .ball {
    width: 12px;
    height: 12px;
  }
  .main .circles .medium .services {
    top: 320px;
    gap: 8px;
    width: 100%;
    padding: 0 10px;
  }
  .main .circles .medium .services .service {
    width: 180px;
    height: 50px;
    font-size: 0.75rem;
    padding: 8px 18px;
  }
  .main .circles .large {
    width: 280px;
    height: 280px;
    border: 6px solid white;
  }
  .main .circles .large .head {
    font-size: 0.75rem;
    padding: 3px 14px;
  }
  .main .circles .large .content {
    font-size: 1rem;
    padding: 0 15px;
    text-align: center;
  }
  .main .circles .large .content .typewriter p {
    font-size: 1rem;
  }
  .main .circles .large .line {
    bottom: -70px;
    height: 70px;
  }
  .main .circles .large .line .ball {
    width: 12px;
    height: 12px;
  }
  .main .circles .large .services {
    top: 350px;
    gap: 8px;
    width: 100%;
    padding: 0 10px;
  }
  .main .circles .large .services .service {
    width: 180px;
    height: 50px;
    font-size: 0.75rem;
    padding: 8px 18px;
  }
  .main .circles .large .services .bigger {
    height: 70px;
  }
  .main .features {
    top: auto;
    bottom: 0;
    width: 85%;
    max-width: 350px;
  }
  .main .features .line {
    height: 35px;
  }
  .main .features .line .ball {
    width: 8px;
    height: 8px;
  }
  .main .features .feat {
    font-size: 0.85rem;
    padding: 6px 10px;
  }
}
@media (max-width: 380px) {
  .main .brand {
    padding: 15px 0;
  }
  .main .circles {
    gap: 40px;
    padding: 0 10px;
  }
  .main .circles .small {
    width: 200px;
    height: 200px;
  }
  .main .circles .small .content {
    font-size: 0.95rem;
    padding: 0 12px;
  }
  .main .circles .small .line {
    bottom: -65px;
    height: 65px;
  }
  .main .circles .small .services {
    top: 265px;
    gap: 7px;
  }
  .main .circles .small .services .service {
    width: 170px;
    height: 48px;
    font-size: 0.7rem;
    padding: 6px 15px;
  }
  .main .circles .medium {
    width: 230px;
    height: 230px;
  }
  .main .circles .medium .content {
    font-size: 0.95rem;
    padding: 0 12px;
  }
  .main .circles .medium .content .typewriter p {
    font-size: 0.95rem;
  }
  .main .circles .medium .line {
    bottom: -65px;
    height: 65px;
  }
  .main .circles .medium .services {
    top: 295px;
    gap: 7px;
  }
  .main .circles .medium .services .service {
    width: 170px;
    height: 48px;
    font-size: 0.7rem;
    padding: 6px 15px;
  }
  .main .circles .large {
    width: 260px;
    height: 260px;
  }
  .main .circles .large .content {
    font-size: 0.95rem;
    padding: 0 12px;
  }
  .main .circles .large .content .typewriter p {
    font-size: 0.95rem;
  }
  .main .circles .large .line {
    bottom: -65px;
    height: 65px;
  }
  .main .circles .large .services {
    top: 325px;
    gap: 7px;
  }
  .main .circles .large .services .service {
    width: 170px;
    height: 48px;
    font-size: 0.7rem;
    padding: 6px 15px;
  }
  .main .circles .large .services .bigger {
    height: 68px;
  }
  .main .features {
    top: auto;
    bottom: 0;
    width: 90%;
    max-width: 320px;
  }
  .main .features .feat {
    font-size: 0.8rem;
    padding: 5px 8px;
  }
}

@media screen and (max-width: 768px) {
  .header .frame1 {
    width: 125px;
  }
  .header .title img {
    width: 90%;
  }
  .main .frame2 {
    top: 0px;
    width: 200px;
  }
  .main .believe {
    top: 150px;
    width: 70%;
    padding: 15px 20px;
  }
  .main iframe {
    top: 3500px;
    height: 500px;
    width: 100%;
  }
  .main footer {
    top: 4000px;
    flex-direction: column;
    gap: 50px;
    border-radius: 0;
  }
  .main .border-circle-left {
    display: none;
  }
  .main .border-circle-right {
    display: none;
  }
}
/* Redesign */
header {
  padding: 80px;
}
header h1 {
  margin-top: 100px;
  font-size: var(--font-xxxlarge);
  width: 100%;
  max-width: 900px;
  font-family: "Mulish";
  font-weight: 500;
}
header h1 .highlight {
  color: var(--primary-bg-color);
  font-family: "SpaceOdyssey";
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: var(--font-heading);
  font-weight: 100;
  line-height: 1;
}
header h2 {
  max-width: 900px;
  font-size: var(--font-large);
  font-weight: 300;
  font-family: "Mulish";
}
@media screen and (max-width: 768px) {
  header {
    padding: 40px;
    text-align: center;
  }
  header.header {
    height: auto;
    padding: 40px 20px;
  }
  header h1 {
    font-size: var(--font-xxlarge);
  }
  header h1 .highlight {
    font-size: var(--font-xxxlarge);
  }
  header h2 {
    font-size: var(--font-medium);
  }
}

main {
  padding: 0 30px;
}
main section {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  main section {
    margin-bottom: 50px;
  }
}
main section.services {
  margin-top: 200px;
  padding: 80px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
main section.services h2 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #1a1a1a;
  position: relative;
}
main section.services h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #00e676 0%, #00ff88 100%);
  margin: 20px auto 0;
  border-radius: 2px;
}
main section.services .services-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  padding: 0 20px;
}
main section.services .service {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  text-align: center;
}
main section.services .service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #00e676 0%, #00ff88 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
main section.services .service::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(0, 230, 118, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: 0;
}
main section.services .service .service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}
main section.services .service .service-icon i {
  font-size: 2rem;
  color: #00e676;
  transition: all 0.4s ease;
}
main section.services .service h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
main section.services .service p {
  font-size: 0.95rem;
  font-weight: 400;
  color: #666;
  margin: 0;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
main section.services .service:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 40px rgba(0, 230, 118, 0.25);
  border-color: #00e676;
}
main section.services .service:hover::before {
  transform: scaleX(1);
}
main section.services .service:hover::after {
  width: 300px;
  height: 300px;
}
main section.services .service:hover .service-icon {
  background: linear-gradient(135deg, #00e676 0%, #00ff88 100%);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(0, 230, 118, 0.3);
}
main section.services .service:hover .service-icon i {
  color: #ffffff;
  transform: scale(1.1);
}
main section.services .service:hover h3 {
  color: #00c853;
}
main section.services .service:hover p {
  color: #2c2c2c;
}
@media (max-width: 768px) {
  main section.services {
    padding: 60px 15px;
    margin-top: 50px;
  }
  main section.services h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  main section.services .services-container {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
  }
  main section.services .service {
    padding: 35px 25px;
  }
  main section.services .service .service-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  main section.services .service .service-icon i {
    font-size: 1.8rem;
  }
  main section.services .service h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  main section.services .service p {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  main section.services {
    padding: 40px 10px;
  }
  main section.services h2 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
  main section.services .services-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  main section.services .service {
    padding: 30px 20px;
  }
  main section.services .service .service-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 18px;
  }
  main section.services .service .service-icon i {
    font-size: 1.6rem;
  }
  main section.services .service h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  main section.services .service p {
    font-size: 0.85rem;
  }
}
main section.clients {
  padding: 100px 20px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
main section.clients::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 5%;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(0, 230, 118, 0.03) 0%, transparent 70%);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  pointer-events: none;
  animation: float 20s ease-in-out infinite;
}
main section.clients::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 8%;
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, transparent 30%, rgba(0, 230, 118, 0.04) 100%);
  border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  pointer-events: none;
  animation: float 15s ease-in-out infinite reverse;
}
main section.clients .clients-header {
  text-align: center;
  position: relative;
  z-index: 1;
}
main section.clients .clients-header .clients-badge {
  display: inline-block;
  padding: 8px 24px;
  background: linear-gradient(135deg, #dcfce7 0%, #f0fdf4 100%);
  color: #00c853;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 230, 118, 0.2);
}
main section.clients .clients-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  position: relative;
}
main section.clients .clients-header h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #00e676 0%, #00ff88 100%);
  margin: 20px auto 0;
  border-radius: 2px;
}
main section.clients .clients-header .clients-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 20px auto 0;
  line-height: 1.6;
}
main section.clients .clients-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
main section.clients .client-card {
  border-radius: 16px;
  padding: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
main section.clients .client-card .client-logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
main section.clients .client-card .client-logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main section.clients .clients-cta {
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
main section.clients .clients-cta p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 30px 0;
}
main section.clients .clients-cta .cta-button {
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #00e676 0%, #00c965 100%);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 230, 118, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}
main section.clients .clients-cta .cta-button a {
  color: #ffffff;
  text-decoration: none;
}
main section.clients .clients-cta .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 230, 118, 0.4);
  background: linear-gradient(135deg, #00ff88 0%, #00e676 100%);
}
main section.clients .clients-cta .cta-button:active {
  transform: translateY(-1px);
}
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(5deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(-5deg);
  }
}
@media (max-width: 768px) {
  main section.clients {
    padding: 60px 15px;
  }
  main section.clients .clients-header {
    margin-bottom: 50px;
  }
  main section.clients .clients-header h2 {
    font-size: 2.2rem;
  }
  main section.clients .clients-header .clients-subtitle {
    font-size: 1rem;
  }
  main section.clients .clients-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  main section.clients .client-card .client-logo {
    padding: 30px;
  }
  main section.clients .clients-cta {
    margin-top: 60px;
  }
  main section.clients .clients-cta p {
    font-size: 1.1rem;
  }
  main section.clients .clients-cta .cta-button {
    padding: 14px 35px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  main section.clients {
    padding: 40px 10px;
  }
  main section.clients .clients-header h2 {
    font-size: 1.8rem;
  }
  main section.clients .clients-header .clients-subtitle {
    font-size: 0.95rem;
  }
  main section.clients .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  main section.clients .client-card .client-logo {
    padding: 25px;
  }
  main section.clients .clients-cta .cta-button {
    padding: 12px 30px;
    font-size: 0.95rem;
  }
}
main section.platforms {
  padding: 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
main section.platforms .platforms-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  position: relative;
}
main section.platforms .platforms-content {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  z-index: 2;
}
main section.platforms .platforms-content::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -50px;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, rgba(0, 230, 118, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
main section.platforms .platforms-content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  line-height: 1.2;
  position: relative;
}
main section.platforms .platforms-content h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #00e676 0%, #00ff88 100%);
  margin: 20px 0 0 0;
  border-radius: 2px;
}
main section.platforms .platforms-content .platforms-description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
  margin: 0 0 50px 0;
  max-width: 500px;
}
main section.platforms .platforms-content .platforms-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 550px;
}
main section.platforms .platforms-content .platforms-logos .platform-logo {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  aspect-ratio: 1;
}
main section.platforms .platforms-content .platforms-logos .platform-logo img {
  max-width: 100%;
  max-height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(70%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
main section.platforms .platforms-content .platforms-logos .platform-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 230, 118, 0.15);
  border-color: rgba(0, 230, 118, 0.3);
}
main section.platforms .platforms-content .platforms-logos .platform-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}
main section.platforms .platforms-visual {
  position: relative;
  overflow: visible;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
}
main section.platforms .platforms-visual::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: linear-gradient(135deg, rgba(0, 230, 118, 0.05) 0%, rgba(0, 255, 136, 0.03) 100%);
  border-radius: 50%;
  z-index: 0;
}
main section.platforms .platforms-visual .visual-wrapper {
  position: relative;
  width: 100%;
  max-width: 550px;
  aspect-ratio: 1;
  z-index: 1;
}
main section.platforms .platforms-visual .visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 230, 118, 0.2) 0%, rgba(0, 255, 136, 0.15) 100%);
  z-index: 2;
  pointer-events: none;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
}
main section.platforms .platforms-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  box-shadow: 0 20px 60px rgba(0, 230, 118, 0.2);
}
main section.platforms .platforms-visual:hover img {
  transform: scale(1.05);
  border-radius: 40% 60% 70% 30%/40% 70% 30% 60%;
  box-shadow: 0 25px 70px rgba(0, 230, 118, 0.3);
}
main section.platforms .platforms-visual:hover .visual-overlay {
  border-radius: 40% 60% 70% 30%/40% 70% 30% 60%;
}
@media (max-width: 1024px) {
  main section.platforms .platforms-container {
    min-height: 550px;
  }
  main section.platforms .platforms-content {
    padding: 60px 40px;
  }
  main section.platforms .platforms-content h2 {
    font-size: 2.4rem;
  }
  main section.platforms .platforms-content .platforms-description {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  main section.platforms .platforms-content .platforms-logos {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 480px;
  }
  main section.platforms .platforms-content .platforms-logos .platform-logo {
    padding: 15px 12px;
  }
  main section.platforms .platforms-content .platforms-logos .platform-logo img {
    max-height: 40px;
  }
  main section.platforms .platforms-visual {
    padding: 50px 30px;
  }
  main section.platforms .platforms-visual .visual-wrapper {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  main section.platforms .platforms-container {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  main section.platforms .platforms-content {
    padding: 60px 30px;
  }
  main section.platforms .platforms-content h2 {
    font-size: 2.2rem;
  }
  main section.platforms .platforms-content .platforms-description {
    font-size: 1rem;
    margin-bottom: 35px;
  }
  main section.platforms .platforms-content .platforms-logos {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 100%;
  }
  main section.platforms .platforms-content .platforms-logos .platform-logo {
    padding: 12px 10px;
  }
  main section.platforms .platforms-content .platforms-logos .platform-logo img {
    max-height: 35px;
  }
  main section.platforms .platforms-visual {
    padding: 50px 30px;
    order: -1;
  }
  main section.platforms .platforms-visual .visual-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  main .platforms .platforms-content {
    padding: 40px 20px;
  }
  main .platforms .platforms-content h2 {
    font-size: 1.8rem;
  }
  main .platforms .platforms-content .platforms-description {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }
  main .platforms .platforms-content .platforms-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  main .platforms .platforms-content .platforms-logos .platform-logo {
    padding: 12px 8px;
  }
  main .platforms .platforms-content .platforms-logos .platform-logo img {
    max-height: 30px;
  }
  main .platforms .platforms-visual {
    padding: 40px 20px;
  }
  main .platforms .platforms-visual .visual-wrapper {
    max-width: 320px;
  }
}
main section.partners {
  padding: 100px 20px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
main section.partners::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 230, 118, 0.04) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
main section.partners .partners-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
main section.partners .partners-header .partners-badge {
  display: inline-block;
  padding: 8px 24px;
  background: linear-gradient(135deg, #dcfce7 0%, #f0fdf4 100%);
  color: #00c853;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 230, 118, 0.2);
}
main section.partners .partners-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  position: relative;
}
main section.partners .partners-header h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #00e676 0%, #00ff88 100%);
  margin: 20px auto 0;
  border-radius: 2px;
}
main section.partners .partners-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
main section.partners .partner-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
main section.partners .partner-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 230, 118, 0.02) 0%, rgba(0, 255, 136, 0.01) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
main section.partners .partner-card img {
  max-width: 200px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(40%);
  opacity: 0.85;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
main section.partners .partner-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 45px rgba(0, 230, 118, 0.2);
  border-color: #00e676;
}
main section.partners .partner-card:hover::before {
  opacity: 1;
}
main section.partners .partner-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  main section.partners {
    padding: 60px 15px;
  }
  main section.partners .partners-header {
    margin-bottom: 50px;
  }
  main section.partners .partners-header h2 {
    font-size: 2.2rem;
  }
  main section.partners .partners-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  main section.partners .partner-card {
    padding: 50px 40px;
    min-height: 220px;
  }
  main section.partners .partner-card img {
    max-height: 150px;
  }
}
@media (max-width: 480px) {
  main section.partners {
    padding: 40px 10px;
  }
  main section.partners .partners-header h2 {
    font-size: 1.8rem;
  }
  main section.partners .partner-card {
    padding: 40px 30px;
    min-height: 180px;
  }
  main section.partners .partner-card img {
    max-height: 120px;
  }
}

/* ENLATADA */
iframe {
  width: 100%;
  border: none;
  background-color: transparent;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  iframe {
    height: 400px;
  }
}

footer {
  width: 100%;
  border-radius: 5px;
  background-color: var(--secondary-bg-color);
  padding: 100px 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
footer .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
footer .address {
  color: var(--primary-bg-color);
  text-align: center;
}
footer .contact {
  color: var(--primary-bg-color);
  font-weight: bold;
  text-align: center;
}
footer .contact a {
  color: var(--primary-bg-color);
}
footer .socials {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .socials .duv {
  color: var(--tertiary-bg-color);
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  font-size: var(--font-small);
  font-weight: bold;
}
footer .socials .duv img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  footer {
    flex-direction: column;
    gap: 50px;
    padding: 50px 20px;
  }
}

.max-width {
  width: 100%;
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=styles.css.map */