body {
  font-family: Arial, sans-serif;
}

.logo-scroll {
  animation: scroll 40s linear infinite;
}

.logo-scroll:hover {
  animation-play-state: paused;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.glassy-bg {
  width: 70%;
  margin: 0 auto;
  /* background-color: rgba(156, 163, 175, 0.1); */
  border-radius: 0.375rem;
  background-clip: padding-box;
  backdrop-filter: blur(4px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-block: 120px;
}

.marquee-animation {
  animation: marquee 15s linear infinite;
}

@media (max-width: 640px) {
  .marquee-animation p {
    font-size: 40px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .container {
    max-width: 85%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1600px) {
  .mytext {
    font-size: 22px !important;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-250%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10%);
  }
}

@font-face {
  font-family: "BDOGrotesk";
  src: url("fonts/BDOGrotesk-Black-BF648a656f81fe9.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "BDOGrotesk";
  src: url("fonts/BDOGrotesk-Bold-BF648a656f8559f7.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "BDOGrotesk";
  src: url("fonts/BDOGrotesk-DemiBold-BF648a656f69f460.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "BDOGrotesk";
  src: url("fonts/BDOGrotesk-ExtraBold-BF648a656f91fd9.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "BDOGrotesk";
  src: url("fonts/BDOGrotesk-Light-BF648a656f91fcb.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: "BDOGrotesk";
  src: url("fonts/BDOGrotesk-Medium-BF648a656fc86b8.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "BDOGrotesk";
  src: url("fonts/BDOGrotesk-Regular-BF648a6565fd543a.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BDOGrotesk";
  src: url("fonts/BDOGrotesk-VF-BF648a657074801.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue-Light.otf") format("opentype");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

body {
  font-family: "HelveticaNeue", sans-serif;
}
h1 {
  letter-spacing: -3px;
}
h1,
h2,
h3,
h4 {
  font-family: "BDOGrotesk", sans-serif;
}

p,
a,
input,
select,
textarea {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 500 !important;
  opacity: 0.9;
}
