/* Base styles and reset */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+Canadian+Aboriginal:wght@100..900&display=swap');




body {
  font-family: "Cairo", sans-serif;
}

.inter-uniquifier {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

:root {
  --background-color: linear-gradient(150deg, #47586c 0%, #000 45%);
  /* --light-background: #FFFFFF;
    --Danger-colour: #E74040;
    --secondary-color: #FFCE31;
    --dull-color: #BDBDBD;
    --text-color: #252b42;
    --light-text-color: #FFFFFF;
    --primary-text-color: #96BB7C;
    --second-text-color: #737373;
    --star-color: #2D4059;
    --price: #FFAB71;
    --footer: #FAFAFA; */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.Main {
  background: var(--background-color);
}

body {
  font-family: "Inter", sans-serif;
  background-color: var(--background-color);
  color: #fff;
  overflow-x: hidden;
  cursor: pointer;
}

/* Mousecursor */

.cursor {
  position: fixed;
  width: 50px;
  height: 50px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.1s;
  z-index: 100;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: #c6c6c6;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.13s;
  z-index: 100;
}

.cursor2.active {
  opacity: 0.5;
  transform: translate(-50%, -50%) scale(1.5);
  background-color: #c6c6c6;
}

/* Mousecursor */

/* text animation second comment */

.Container {
  width: 1500px;
  margin: 0 auto;
  /* margin-top: 50px;
  margin-bottom: 50px; */
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Main container */

.page-container {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  /*padding-bottom: 30px;*/
  overflow: hidden;
  /* height: 100vh; */
}

/* Header and Navigation */

.main-header {
  width: 100%;
  padding: 0 30px;
}

.header-content {
  width: 100%;
  /* padding: 0px 100px; */
}

.headfix {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.headfixz {
  position: fixed;
  z-index: 1000;
}

.header-content.headfix {
  transition: background-color 1.9s ease-in-out, box-shadow 1.8s ease-in-out, border-radius 1.8s ease-in-out;
}

.teamsubi {
  margin-left: 20px;
  transform: rotate(45deg);
}

.nav-container {
  display: flex;
  width: 97%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.logozz {
  aspect-ratio: 3.06;
  object-fit: contain;
  width: 176px;
  margin: auto 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600;
}

.main-nav2 {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.nav-link {
  align-self: stretch;
  margin: auto 0;
}

.nav-link2 {
  align-self: stretch;
  margin: auto 0;
}

.nav-link2:hover {
  color: #47586c;
  border-left: 5px solid #47586c;
}

.nav-link:hover {
  color: #47586c;
}

.spanz {
  font-size: 15px;
}

.hero-section {
  display: flex;
  gap: 33px;
  flex-wrap: wrap;
}

.hero-content {
  display: flex;
  gap: 20px;
  width: 100%;
}

.hero-text {
  display: flex;
  flex-direction: column;
  width: 60%;
  text-align: left;
  margin-top: 200px;
}

.hero-textz {
  display: flex;
  flex-direction: column;
  width: 40%;
  text-align: right;
}

.hero-title {
  font-size: 55px;
  font-weight: 600;
  z-index: 10;
}

.hero {
  font-size: 140px;
  font-weight: 800;
  z-index: 10;
  margin-top: 50px;
  display: flex;
  /* justify-content: center; */
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
}

.hero-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-top: 50px;
}

.nav-button {
  align-self: stretch;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  margin: auto 0;
  min-height: 50px;
  padding: 16px 10px;
  color: #000;
  font-weight: 700;
  width: 120px;
  text-align: center;
  transition: background-color 0.3s ease-in-out;

}


.nav-button:hover {
  background-color: #47586c;
  color: white;
}

.cta-button {
  align-self: stretch;
  border-radius: 10px;
  background-color: rgba(217, 10, 44, 1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  margin: auto 0;
  min-height: 50px;
  padding: 16px 10px;
  color: #ffffff;
  font-weight: 700;
  width: 120px;
  text-align: center;
}

.hero-image-container {
  width: 50%;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.2;
}

.hero-image-containerz {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.2;
}

.hero-imagez {
  aspect-ratio: 1.52;
  object-fit: contain;
  width: 100%;
}

.hero-image {
  aspect-ratio: 1.52;
  object-fit: contain;
  width: 100%;
}

.hero-caption {
  margin-top: 23px;
  margin-right: 17px;
  text-align: right;
}

.Natmco-content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  /* margin-top: 50px; */
}

.straight-line {
  width: 840px;
  height: 2px;
  background-color: white;
}

.straight-lineup {
  height: 10px;
  background-color: #424242;
  border-radius: 3px;
  margin-bottom: 10px;
  opacity: 25%;
}

/* CEO Section */
.Text-Upper {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  justify-content: center;
  display: flex;
  bottom: 110px;
}

.Star {
  position: relative;
  left: 1266px;
  right: 0;
  top: 100px;
  bottom: 0;
  width: 100px;
}

.ceo-name {
  color: #ffffff;
  font-size: 130px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  opacity: 10%;
}

.ceo-namez {
  color: #ffffff;
  font-size: 130px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  opacity: 10%;
}

.ceo-section {
  position: relative;
}

.ceo-description {
  align-self: center;
  margin-right: 100px;
  width: 861px;
  max-width: 100%;
}

.ceo-intro {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.56px;
}

.ceo-bio {
  font-size: 20px;
  font-weight: 100;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-top: 42px;
  color: #a9a5a5;
}

.ceo-image {
  aspect-ratio: 0.74;
  object-fit: contain;
  width: 347px;
  border-radius: 90px;
  z-index: 10;
  max-width: 100%;
}

.Ceo-Section {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.side-image {
  object-fit: contain;
  width: 400px;
  position: absolute;
  right: -20px;
  margin-top: -264px;
  max-width: 100%;
  z-index: -1;
}

.ceo-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

/* Company Section */

.company-section {
  margin-top: 110px;
  width: 100%;

}

.company-name {
  color: #fff;
  font-size: 314px;
  font-weight: 900;
}


.service-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-container.secondary {
  margin-top: 20px;
  max-width: 1060px;
}

.service-content {
  /* display: flex; */
  /* gap: 20px;
  align-items: center;
  justify-content: end; */
}

.service-image-column {
  width: 33%;
}

.service-image-column.small {
  width: 16%;
}

.service-image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
}

/* cards */

.hospital-service {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  transition: background 0.6s ease-in-out;
  overflow: hidden;
  color: white;
}

.hospital-service .img-r1 {
  display: block;
}

.hospital-service .img-r2 {
  display: none;
}

.hospital-service:hover {
  background: linear-gradient(90deg, #ffffff 0%, #ff8845 100%);
  color: black;
}

.hospital-service .feature-text {
  text-align: left;
  transition: transform 0.6s ease-in-out, color 0.6s ease-in-out;
}

.sub-service {
  margin-top: 20px;
}

/* card */

.service-small-image {
  aspect-ratio: 1.27;
  object-fit: contain;
  width: 149px;
  max-width: 100%;
}

.service-text-column {
  width: 78%;
  margin-bottom: 100px;
}

.service-description {
  margin-top: 50px;
  padding-bottom: 80;
  width: 100%;
}

.service-intro {
  font-size: 25px;
  font-weight: 600;
  margin-left: 19px;
}

/* mission & vision */

@keyframes rotate {

  0%,
  40% {
    transform: translateY(0);
  }

  /* Show Mission */
  50%,
  90% {
    transform: translateY(-100%);
  }

  /* Show Vision */
  100% {
    transform: translateY(0);
  }

  /* Back to Mission */
}

.mission-sub {
  display: inline-block;
  height: 81px;
  overflow: hidden;
  color: #ffffff;
  position: relative;
}

.mission-sub span {
  display: block;
  text-align: left;
  line-height: 100px;
  animation: rotate 4s infinite ease-in-out;
}

.mission-label {
  text-transform: uppercase;
  position: relative;
}

/* mission & vision */

/* Text animation */
.word {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.line-mask {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0d0d0d;
  opacity: 0.8;
  height: 105%;
  width: 100%;
  z-index: 2;
}

/* Text animation */

/* Logo animation section */

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: #000;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), black);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), black);
}

.logos-slide {
  display: inline-block;

  animation: 10s slide infinite linear;
}

.logo-align {
  align-items: center;
  display: flex;
}

.logos-slide img {
  margin: 0 50px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

/* Logo animation section */

.service-feature {
  display: flex;
  padding: 20px 30px;
  align-items: center;
  text-align: right;
  flex-wrap: wrap;
}

.service-feature.reverse {
  margin-top: 0;
}

.feature-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 185px;
  align-self: stretch;
  margin: auto 0;
}

.feature-text {
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
  width: 535px;
}

.feature-title {
  font-size: 30px;
  font-weight: 900;
}

.feature-description {
  font-size: 20px;
  font-weight: 500;
  margin-top: 47px;
}

/* Mission Section */
.mission-section {
  background-color: #000;
  margin-top: 28px;
  width: 100%;
  padding: 109px 66px 170px;
}

.mission-header {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 64px;
  font-weight: 700;
  flex-wrap: wrap;
}

.mission-title-container {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-grow: 1;
  flex-wrap: wrap;
}

.mission-line {
  border: 1px solid #fff;
  margin: auto 0;
  width: 880px;
  max-width: 100%;
  height: 3px;
}

.mission-title {
  z-index: 10;
  margin: auto 0;
  overflow: hidden;
}

.mission-content {
  /* margin-top: 52px; */
  /* display: flex; */
  /* gap: 20px; */
  /* justify-content: space-between; */
}

.mission-text-column {
  width: 66%;
}

.mission-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
}

.mission-subtitle {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.mission-description {
  color: #fff;
  font-size: 25px;
  align-self: stretch;
  margin-top: 29px;
}

.vision-section {
  text-align: right;
}

.mission-list {
  display: flex;
  margin-top: 75px;
  margin-left: 13px;
  width: 457px;
  max-width: 100%;
  flex-direction: column;
  font-size: 20px;
  list-style-type: none;
}

.mission-listsub {
  margin-top: 70px;
  margin-left: 13px;
  max-width: 100%;
  font-size: 20px;
  list-style-type: none;
}

.mission-item {
  color: #fff;
  padding: 10px 0;
  position: relative;
  font-size: 25px;
  font-weight: 600;
}

/* .mission-item::after {
  content: "";
  display: block;
  border: 1px solid #999;
  margin-top: 10px;
  height: 1px;
  width: 100%;
} */

.vision-column {
  width: 34%;
  margin-left: 20px;
}

.vision-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.vision-image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
}

.vision-imagez {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
}

.vision-title {
  align-self: flex-end;
  margin-top: 28px;
}

.vision-description {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: right;
  align-self: flex-end;
  margin-top: 27px;
  max-width: 100%;
}

.vision-tagline {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  align-self: flex-end;
  margin-top: 41px;
  margin-bottom: -34px;
}

.products-section {
  display: flex;
  width: 100%;
  padding: 0 39px;
  flex-direction: column;
  align-items: flex-end;
}

.partners-container {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partner-logo {
  object-fit: contain;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
  max-width: 100%;
}

.partner-logo:nth-child(1) {
  aspect-ratio: 4.08;
  width: 163px;
}

.partner-logo:nth-child(2) {
  aspect-ratio: 0.96;
  width: 152px;
}

.partner-logo:nth-child(3) {
  aspect-ratio: 2.82;
  width: 223px;
}

.partner-logo:nth-child(4) {
  aspect-ratio: 1.66;
  width: 223px;
}

.partner-logo:nth-child(5) {
  aspect-ratio: 1.96;
  width: 57px;
}

.products-header {
  display: flex;
  margin-top: 100px;
  align-items: end;
}

.products-title-wrapper {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
}

.products-title {
  font-size: 64px;
  font-weight: 600;
  flex-grow: 1;
}

.mission-descriptionsub {
  text-align: center;
  margin-bottom: 100px;
  font-size: 35px;
}

.products-titlesub {
  font-size: 90px;
  font-weight: 800;
  flex-grow: 1;
  font-family: "Inter", sans-serif;
  margin: 50px 0px;
}

.products-number {
  color: #fff;
  font-size: 15px;
  font-family: "Segoe UI", -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 300;
  margin: auto 0;
}

.products-category {
  color: #999;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.4px;
  align-self: flex-end;
  margin-top: 38px;
  display: flex;
  justify-content: end;
}

.products-tagline {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 600;
}

.wrapper-container {
  overflow-x: hidden;
  position: relative;
}

.icon-svg {
  position: absolute;
  top: 12em;
  left: 10vw;
  width: 50vw;
}

.mask-bar {
  width: 0;
}

.scroll-container {
  display: flex;
  width: 300vw;
}

.emoji {
  font-size: 2rem;
}

.emojisub {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}

.text-group {
  display: flex;
  gap: 1.5em;
}

.text-groupsub {
  display: flex;
  margin-top: 80px;
  flex-direction: column;
  gap: 1.5em;
  align-items: center;
}

.text-block {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 25px;
  width: 50%;
  margin-top: 50px;
}

.text-blocksub {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 25px;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.scroll-section {
  width: 100vw;
  padding: 15vw 10vw;
  height: 100vh;
}

.title-heading {
  font-size: 3rem;
  margin: 0;
}

/* Product Showcase */

.wrapper-container {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.icon-svg {
  position: absolute;
  top: 12em;
  left: 5vw;
  width: 50vw;
  z-index: 0;
}

.scroll-container {
  display: flex;
  width: auto;
  flex-wrap: nowrap;
}

.scroll-section {
  width: 100vw;
  padding: 15vw 5vw;
  height: auto;
  flex-shrink: 0;
  /* margin-top: 150px; */
}

.text-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}

.text-block {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  font-size: 25px;
  width: calc(50% - 1.5em / 2);
  margin-top: 50px;
}

@media (max-width: 768px) {
  .text-block {
    width: 100%;
  }
}

.text-block p {
  line-height: 1.4;
}

.text-block span.emoji {
  margin-top: 4px;
}

.product-showcase {
  align-self: center;
  display: flex;
  margin-top: 132px;
  margin-left: 34px;
  width: 100%;
  max-width: 1090px;
  padding: 60px 0;
  flex-direction: column;
  position: relative;
}

.product-card {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 50px;
}

.product-cardlav {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 50px;
}

.product-card.right {
  align-self: flex-end;
  margin-top: -203px;
  margin-right: 44px;
  width: 621px;
}

.product-title {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-description {
  font-size: 20px;
  color: #999;
}

.product-cardsub {
  width: 47%;
}

.product-cardsub2 {
  width: 47%;
}

.product-image-right {
  border-radius: 50px;
}

.product-image-rightz {
  border-radius: 50px;
}

.product-image-left {
  aspect-ratio: 0.79;
  object-fit: contain;
  width: 293px;
  z-index: 10;
  margin-top: -38px;
  max-width: 100%;
}

/* Additional Products */
.additional-products {
  margin-top: 44px;
  width: 100%;
}

.additional-products-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.additional-products-row {
  display: flex;
  gap: 20px;
}

.counter {
  font-size: 100px;
  font-family: "Inter", sans-serif;
}

.additional-product-card {
  width: 46%;
}

.additional-product-card:last-child {
  width: 54%;
  margin-left: 20px;
}

/* Logo animation section */

.logosz {
  overflow: hidden;
  padding: 60px 0;
  /* background: #000; */
  white-space: nowrap;
  position: relative;
}

.logosz:before,
.logosz:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logosz:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255, 255, 255, 0), black); */
}

.logosz:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0), black); */
}

.logos-slides {
  display: inline-block;
  margin-left: 40px;
  animation: 40s slide infinite linear;
}

.cards {
  align-items: center;
  display: flex;
  gap: 40px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logosz:hover .logos-slide {
  animation-play-state: paused;
}

.card {
  width: 550px;
  height: 500px;
  transform-origin: center center;
  display: flex;
  flex-direction: column;
  gap: 1em;
  will-change: transform;
  zoom: 80%;
}

.card-img {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Logo animation section */

.logosz-new {
  overflow: hidden;
  padding: 60px 0;
  background: #000;
  white-space: nowrap;
  position: relative;
}

.logosz-new:before,
.logosz-new:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logosz-new:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), black);
}

.logosz-new:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), black);
}

.logos-slides-new {
  display: inline-block;
  animation: 40s slide-new infinite linear;

}

.cards-new {
  align-items: center;
  display: flex;
  gap: 40px;
}

@keyframes slide-new {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.vertical-line {
  width: 2px;
  height: 80px;
  background-color: #666;
  transform: rotate(-90deg);
}

.scroll-to-top-link-block {
  z-index: 10;
  position: fixed;
  bottom: 500px;
  left: -8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform: rotate(-90deg);
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.sticky-texts.scroll {
  color: #666;
  font-size: 12px;
  text-align: center;
  margin-left: 50px;
}

.scroll-to-top-link-block:hover {
  opacity: 0.8;
}

.logosz-new:hover .logos-slides-new {
  animation-play-state: paused;
}

.card-new {
  width: 550px;
  height: 500px;
  transform-origin: center center;
  display: flex;
  flex-direction: column;
  gap: 1em;
  will-change: transform;
  zoom: 80%;
}

.card-img-new {
  flex: 1;
  border-radius: 50px;
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-section {
  text-align: center;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.imgr1 {
  border-radius: 50px 0px;
}

.imgr2 {
  border-radius: 0px 50px;
}

.team-member {
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s;
  height: 90%;
}

.team-member:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.team-member img {
  object-fit: cover;
  width: 100%;
  height: 70%;
}

.info {
  padding: 15px;
}

.info h3 {
  margin: 10px 0 5px;
  font-size: 19px;
}

.info p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}



/* responsive nav  */


.menu-button {
  cursor: pointer;
}


.main-nav2 {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%); /* Hidden initially */
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease-in-out;
  z-index: 1001;
}

/* When nav is active (visible) */
.main-nav2.active {
  transform: translateY(0);
}


.main-nav2.open {
  transform: translateX(0);
}

#mainNav2 {
  padding-top: 100px;
}

.nav-link2 {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #333;
}


.close-button {
  position: absolute;
  top: 20px;
  right: 50px;
  background: none;
  border: none;
  font-size: 70px;
  cursor: pointer;
  color: #000;
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.overlay.active {
  display: block;
}


/* responsive nav  */



@media screen and (max-width: 1059px) {
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 1059px) {
  .menu-button {
    background-color: #292929;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-right: .6rem;
    padding: 0;
    display: flex;
  }
}

@media screen and (max-width: 1059px) {
  .menu-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .Star {
    position: relative;
    left: 1266px;
    right: 0;
    top: 100px;
    bottom: 0;
    width: 100px;
  }
}

@media (min-width: 500px) and (max-width: 800px) {
  .logos-slide img {
    margin: 0 25px !important;
  }

  .logo3 {
    display: none !important;
  }

  .logo1 {
    display: none !important;
  }
}

@media (min-width: 770px) and (max-width: 1059px) {

  .hero-image-containerz {
    display: none;
  }

  .tabmediaz {
    display: none;
  }

  .icon-svg {
    display: none;
  }

  .pin-spacer {
    height: 4300px !important;
  }

  .scroll-section {
    width: 115vw !important;
  }

  .vision-columnz {
    display: none;
  }

  .product-image-right {
    display: none;
  }

  .products-tagline {
    margin-bottom: 130px;
  }

  .logo-align {
    width: 1750px !important;
  }
}



@media (min-width: 500px) and (max-width: 770px) {
  .hero-image-container {
    width: unset;
    display: none;
  }

  .hero-text {
    width: unset;
  }

  .ceo-name {
    display: none;
  }

  .textupsub {
    font-size: 50px !important;
    bottom: 100px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }

  .vision-image {
    width: 60% !important;
  }

  .logo-align {
    width: 770px !important;
  }

  .service-image {
    width: 60% !important;
  }

  .hero {
    font-size: 120px !important;
  }

  .Text-Upper {
    margin-top: 120px !important;
  }

  .product-image-right,
  .product-image-lef {
    width: 40% !important;
  }

  .card {
    zoom: 80% !important;
  }

  .products-title {
    margin-top: 100px !important;
  }

  .scroll-section {
    width: 115vw !important;
  }

  .footer-grid {
    text-align: center !important;
  }

  .tabmedia {
    display: none;
  }

}

@media (min-width: 320px) and (max-width: 500px) {
  .tabmediaz {
    display: none;
  }
}

/* Mobile (Phones) */
@media (min-width: 320px) and (max-width: 770px) {
  body {
    zoom: 70%;
  }

  .Container {
    width: 100%;
    padding: 20px;
  }

  .side-image {
    display: none;
  }

  .main-navzz {
    display: none;
  }

  .Ceo-Section {
    display: unset;
    text-align: center;
  }

  .ceo-description {
    align-self: unset;
    margin-right: unset;
    width: unset;
    max-width: unset;
    margin-top: 30px;
  }

  .hero-section {
    display: unset;
    margin-top: unset;
    margin-right: unset;
  }

  .hero-text {
    width: unset;
  }

  .hero-image-container {
    width: unset;
    display: none;
  }

  .hero-content {
    display: unset;
  }

  .ceo-image {
    width: 300px !important;
  }

  .hero {
    font-size: 80px;
  }

  .ceo-name {
    display: none;
  }

  .textupsub {
    font-size: 50px !important;
    bottom: 100px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }

  .service-text-column {
    width: unset;
    margin-left: unset;
  }

  .service-image-column {
    width: unset;
    text-align: center;
  }

  .service-content {
    display: unset;
  }

  .service-image {
    width: 80%;
  }

  .ceo-namez {
    font-size: 120px;
  }

  .straight-line {
    display: none;
  }

  .mission-label {
    font-size: 70px;
  }

  .vision-container {
    align-items: center;
  }

  .vision-image {
    width: 80%;
  }

  .vision-column {
    width: unset;
  }

  .mission-text-column {
    margin-top: 70px;
    width: unset;
  }

  .mission-content {
    display: unset;
  }

  .service-small-image {
    display: none;
  }

  .Text-Upper {
    font-size: 45px;
    bottom: 18px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
  }

  .Star {
    display: none;
  }

  .logo-align {
    width: 1400px;
  }

  .logos-slide img {
    margin: 0px 25px;
  }

  .card {
    zoom: 60%;
  }

  .side-image {
    display: none;
  }

  .mission-header {
    display: unset;
  }

  .products-header {
    margin-top: unset;
    display: unset;
  }

  .product-image-rightz {
    display: none;
  }

  .product-image-right {
    width: 50%;
    margin: 33px 0px
  }

  .product-cardsub {
    width: unset;
  }

  .products-tagline {
    text-align: center;
  }

  .product-card {
    display: unset;
    text-align: center;
  }

  .product-cardlav {
    display: unset;
    text-align: center;
  }

  .product-image-lef {
    width: 50%;
    margin-top: 50px;
  }

  .additional-products-container {
    display: unset;
  }

  .product-cardsub2 {
    margin-top: 50px;
    width: unset;
    margin: 40px 0px
  }

  .vision-imagez {
    display: none;
  }

  .vision-imagez {
    width: 80%;
  }

  .product-cardsub {
    margin: 30px 0px;
  }

  .Container {
    margin-bottom: unset;
  }

  .products-titlesub {
    margin-top: 20px;
  }

  .text-blocksub {
    display: unset;
    text-align: center;
    width: unset;
  }

  .pin-spacer {
    height: 5000px !important;
  }

  .icon-svg {
    display: none;
  }

  .scroll-section {
    width: 150vw;
  }

  .text-group {
    display: unset;
  }

  .footer-sectionsub {
    align-items: center;
    margin-bottom: 40px;
  }

  .prod2 {
    margin-bottom: 80px;
  }

  .footer-line {
    height: 2px;
  }

  .card-new {
    zoom: 60%;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-section {
    align-items: center;
  }

  .products-title {
    text-align: center;
  }

  .scroll-to-top-link-block {
    bottom: 350px;
  }

  /* .hed {
    margin: 50px 0px;
  } */

}

/* Tablet */
@media (min-width: 500px) and (max-width: 1059px) {
  body {

    zoom: 80%;
  }

  .Container {
    width: 100%;
    padding: 20px;
  }

  .Ceo-Section {
    display: unset;
    text-align: center;
  }

  .main-navzz {
    display: none;
  }

  .ceo-name {
    font-size: 90px;
  }

  .Text-Upper {
    font-size: 45px;
    bottom: 80px;
  }

  .ceo-description {
    align-self: unset;
    margin-right: unset;
    width: unset;
    max-width: unset;
    margin-top: 30px;
  }

  .Star {
    display: none;
  }

  .side-image {
    display: none;
  }

  .steps {
    zoom: 80%;
  }

}

/* Laptop */
@media (min-width: 1060px) and (max-width: 1439px) {
  body {
    zoom: 80%;
  }

  .menu-button {
    display: none;
  }

  .Container {
    width: 100%;
    padding: 30px;
  }

  .hero-image-containerz {
    display: none;
  }

  .ceo-name {
    font-size: 110px;
  }

  .Text-Upper {
    font-size: 50px;
    bottom: 87px;
  }

  .Star {
    display: none;
  }

  .side-image {
    display: none;
  }

  .logo3 {
    display: none;
  }

  .steps {
    zoom: 80%;
  }

  .tabmediaz {
    display: none;
  }

  .vision-columnz {
    display: none;
  }

  .product-image-right {
    display: none;
  }

  .icon-svg {
    display: none;
  }

  .pin-spacer {
    height: 4300px !important;
  }

  .scroll-section {
    width: 130vw !important;
  }

  .footer-line {
    height: 1px;
  }

  .logo-align {
    width: 1750px !important;
  }
}

/* Monitor (Large Screens) */
@media (min-width: 1440px) and (max-width: 2560px) {

  .logo-align {
    width: 1700px !important;
  }

  .menu-button {
    display: none;
  }

  .scroll-to-top-link-block {
    bottom: 350px;
  }

  .hero-image-containerz {
    display: none;
  }

  .bggif {
    background: none !important;
  }

  .nav2 {
    display: none;
  }

  .tabmediaz {
    display: none;
  }

  .vision-columnz {
    display: none;
  }

  .product-image-right {
    display: none;
  }
}


.hed {
  padding-bottom: 150px;
  padding-top: 150px;
}

.hedz {
  padding-bottom: 50px;
  padding-top: 50px;
}

.hedzz {
  padding-bottom: 100px;
  padding-top: 100px;
}




/*  */

.robot-3d {
  position: absolute;
  top: 0;
}

.view {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.block {
  height: 90%;
  width: 90%;
  margin: 50px;
  border-radius: 10px;

}

@keyframes appear {
  from {
    opacity: 0;
    scale: 0.5;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}

.block {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}



/*  */



.client-section {
  text-align: center;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 60px;
  margin: 0 auto 80px;
}

.client-logos img {
  max-width: 220px;
  transition: opacity 0.3s ease;
}

.client-logos img:hover {
  opacity: 0.6;
}

.view-all a {
  color: #ffffff;
  font-size: 25px;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  transition: all 0.2s ease;
}

.view-all a:hover {
  opacity: 0.6;
}


/*  */



.project-showcase {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  padding: 60px 20px;
}



.media-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.project-image,
.project-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.project-video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.media-container:hover .project-video {
  opacity: 1;
  pointer-events: auto;
}

.media-container:hover .project-image {
  opacity: 0;
}



.down {
  margin-top: 200px;
}

.project-showcase {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
}

.project-cardz {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-card {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-image {
  width: 100%;
  height: 500px;
  border-radius: 4px;
  background-color: #f5f5f7;
}

.project-info {
  margin-top: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.project-info h3 {
  font-size: 35px;
  font-weight: 740;
  margin: 0;
}

.project-info p {
  font-size: 18px;
  color: #848484;
  margin-top: 4px;
  font-weight: 500;
}






.robot3-3d {
  position: absolute;
  top: 0;
  right: -35%;
}

.crypto-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 70px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.crypto-hero .content {
  max-width: 50%;
  z-index: 2;
}

.crypto-hero .tag {
  color: #6d6d6d;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.crypto-hero .headline {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 740;
  margin-bottom: 150px;
}

.crypto-hero .explore-link {
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #575555;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s, border-color 0.3s;
  font-weight: 600;
  padding-bottom: 6px;
}

.crypto-hero .graphic img {
  max-width: 100%;
  height: auto;
}

.wrapper4 {
  margin: 40px auto;
  width: 400px;
  display: block;
  text-align: center;
  transition: 0.15s ease;
}

.wrapper4.active .arrow {
  transform: rotate(1deg) translate(-5px, -5px);
}

.wrapper4.active .arrow:before {
  transform: rotate(-45deg);
}

.wrapper4.active .arrow:after {
  transform: rotate(45deg);
}

.wrapper4.active ul {
  opacity: 1;
  height: 210px;
}

.wrapper4 .arrow:before,
.wrapper4 .arrow:after {
  background-color: #fff;
  width: 12px;
  height: 3px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transition: 0.4s ease;
}

.wrapper4 .arrow:before {
  transform: rotate(-135deg);
}

.wrapper4 .arrow:after {
  transform: rotate(135deg);
  top: 0;
  left: 7px;
}

.arrow {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  bottom: -5px;
  left: -10px;
  transition: 0.4s ease;
  margin-top: 2px;
  text-align: left;
}

.click-text {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  transition: 0.15s ease;
}

.click-text:hover {
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

ul {
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

li {
  list-style-type: none;
  margin: 0 auto;
  padding: 4px 12px;
  text-align: left;
  cursor: pointer;
}

li:first-child {
  margin-top: 12px;
}

li:last-child {
  margin-bottom: 12px;
}

.hover-image {
  display: none;
  width: 300px;
  height: auto;
  margin-top: 20px;
}

.spline-wrapper {
  position: relative;
  overflow: hidden;
  width: 350%;
  height: 800px;
  right: 700px;
}



/*  */



.boxcard {
  padding-top: 50px;
  padding-bottom: 50px;
}

.featured-news h2 {
  font-size: 64px;
  font-weight: 740;
  margin-bottom: 40px;
}

.news-card {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2a2d38;
  padding-bottom: 40px;
}

.news-image {
  object-fit: cover;
  border-radius: 8px;
}

.news-imagezz {
  width: 40%;
  height: auto;
}

.news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.category {
  color: #9e9ea7;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 500;
}

.title {
  font-size: 45px;
  font-weight: 740;
  margin-bottom: 12px;
}

.meta {
  font-size: 18px;
  font-weight: 500;
  color: #a5a5a5;
}



.contentzz {
  width: 65%;
}

.contentzz h1 {
  font-size: 65px;
  font-weight: 740;
  line-height: 1.2;
  margin-bottom: 32px;
}

.contentzz p {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 60px;
  color: #dad9d9;
}




/*  */


.news-card {
  position: relative;
  cursor: none;
}

.news-card::after {
  content: "Read Article";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 20px;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-family: sans-serif;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 9999;
}

.news-card:hover::after {
  opacity: 1;
}



.news-imagezz {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.news-imagezz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-card:hover .news-imagezz img {
  transform: scale(1.1);
}



/*  */

.faq-answer p {
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0px;
}

.faq-section h2 {
  font-size: 65px;
  font-weight: 740;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.faq-item {
  border-bottom: 1px solid #2a2d38;
  padding: 20px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 32px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding: 0;
  font-weight: 500;
}

.faq-question button {
  display: flex;
  justify-content: space-between;
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  flex-grow: 1;
  text-align: left;
  padding: 15px 0px;
}


.faq-answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.4s ease;
  font-size: 16px;
  color: #bdbdbd;
  margin-top: 10px;
}

.faq-answer.show {
  opacity: 1;
}


.arrow {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  bottom: -5px;
  left: -10px;
  transition: 0.4s ease;
  margin-top: 2px;
  text-align: left;
}

.wrapper5 .arrow:before,
.wrapper5 .arrow:after {
  background-color: #fff;
  width: 12px;
  height: 3px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transition: 0.4s ease;
}

.wrapper5 .arrow:before {
  transform: rotate(-135deg);
}

.wrapper5 .arrow:after {
  transform: rotate(135deg);
  top: 0;
  left: 7px;
}

.wrapper5.active .arrow {
  transform: rotate(1deg) translate(-5px, -5px);
}

.wrapper5.active .arrow:before {
  transform: rotate(-45deg);
}

.wrapper5.active .arrow:after {
  transform: rotate(45deg);
}


/*  */


.footer-wrapper {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #111;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* .footer {
  padding: 60px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
} */

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}


.anime-3d {
  position: absolute;
  bottom: -60px;
  zoom: 60%;
  left: -150px;
}



.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}

.footer-left h1 {
  font-size: 60px;
  margin: 0 0 20px;
}

.email,
.phone {
  font-size: 20px;
  margin: 5px 0;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding-bottom: 4px;
}

.social-icons {
  margin-top: 30px;
}

.social-icons a {
  color: #000;
  margin-right: 18px;
  font-size: 18px;
  text-decoration: none;
}

.footer-links {
  display: flex;
  gap: 80px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}

.footer-links {
  display: flex;
  gap: 80px;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-column a {
  text-decoration: none;
  color: #000;
  font-size: 30px;
  margin-bottom: 12px;
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 20px;
  display: inline-block;
  font-weight: 500;
}

.locations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.locations h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
}

.locations p {
  margin: 0;
  color: #333;
  font-size: 15px;
}

.footer-bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.bottom-links a {
  text-decoration: none;
  margin-left: 20px;
  color: #000;
}


/*  */
 .loader-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


.loader {
  width: fit-content;
  font-size: 120px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff0;
  -webkit-text-stroke: 1px #fff;
  background:
    radial-gradient(1.13em at 50% 1.6em, #fff 99%, #0000 101%) calc(50% - 1.6em) 0/3.2em 100% text,
    radial-gradient(1.13em at 50% -0.8em, #0000 99%, #fff 101%) 50% .8em/3.2em 100% repeat-x text;
  animation: l9 2s linear infinite;
}

.loader:before {
  content: "OFG Tech...";
}
@keyframes l9 {
  to {background-position: calc(50% + 1.6em) 0, calc(50% + 3.2em) .8em}
}

/**/


@media (min-width: 1024px) and (max-width: 1850px) {
  .Main {
    zoom: 80%;
  }

  .hero-content {
    margin-top: 120px;
  }

  .spline-wrapper {
    height: 750px;
    bottom: 100px;
  }

  .hero-text {
    margin-top: 100px;
  }
}

@media (min-width: 300px) and (max-width: 500px) {

  .hero-textz {
    display: none;
  }
  .logozz {
    aspect-ratio: 2.06;
  }
.hero-text{
  margin-top: 150px;
  margin-bottom: 50px;
  zoom: 90%;
}
.block {
   width: 100%;
  margin: unset;
  border-radius: unset;
}
.client-logos{
  zoom: 70%;
  gap: 20px 20px;
}
.view{
  padding: unset;
}
.crypto-hero .content {
  max-width: unset;
}
.crypto-hero{
  padding: 30px;
}
.robot3-3d {
    position: absolute;
    top: 119px;
    right: -19%;
    zoom: 74%;
}
.crypto-hero .headline {
  margin-bottom: 200px;
}
.project-showcase {
  padding: unset;
  gap: unset;
  justify-content: center;
  flex-wrap: unset;
  flex-direction: column;
  align-items: unset;
  margin-top: 50px;
}
.project-card{
  width: unset;
}
.pad{
  padding: unset;
}
.down {
    margin-top: 60px;
}
.project-info {
    margin-top: 20px;
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
    width: unset;
    margin-left: 50px;
    margin-right: 50px;
}
.project-cardz{
  width: unset;
}
.pad-sub{
  padding-bottom: unset !important;
}
.contentzz {
  width: unset;
  zoom: 90%;
}
.news-card{
  flex-direction: column;
}
.news-imagezz {
  width: unset;
}
.news-content{
  padding: 20px;
  zoom: 80%;
}
.category{
  font-size: 25px;
}
.meta {
  font-size: 25px;
}
.faq-question{
  zoom: 85%;
}

.footer {
    height: 130vh !important;
    background-size: 200% !important;
}
.footer-bottom{
  margin-top: 200px;
}
.locations h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
}

.locations p {
  margin: 0;
  color: #333;
  font-size: 20px;
}
.loader {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 800;
  }
 .loader-screen {
  width: 100%;
  height: 100%;
}
}
@media (min-width: 1050px) and (max-width: 1300px) {

}

@media (min-width: 320px) and (max-width: 1050px) {
  .service-container {
    display: unset !important;
    align-items: center;
  }

}

/*  */

.menu::before {
  content: '';
  display: block;
  position: static;
  height: 2px;
  width: 1.375rem;
  background-color: #fff;
  margin: 5px 0;
}

.menu::after {
  content: '';
  display: block;
  position: static;
  height: 2px;
  width: 1.1rem;
  background-color: #fff;
}

.footer {
  background-image: url('/assets/images/blend.png'); 
  background-size: 100%;
  background-position: center; 
  background-repeat: no-repeat;
  padding: 60px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;

  animation: backgroundZoom 10s ease-in-out infinite alternate;
}

@keyframes backgroundZoom {
  0% {
    background-size: 60%;
  }
  100% {
    background-size: 90%;
  }
}

