@import url("https://fonts.googleapis.com/css2?family=Anta&display=swap");
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Anta", sans-serif;
}
body {
  background: linear-gradient(
    257.62deg,
    #fefeff 8.72%,
    #f0edfc 25.27%,
    #dfd8f8 67.8%,
    #b9aaf0 88.52%
  );
}
.auth-with-sidebar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar {
  display: none;
  position: fixed;
  background-color: white;
  height: 100vh;
  width: 300px;
  z-index: 11111;
  padding: 10px;
  transform: translateX(-100%);
  transition: 0.3s all ease;
  top: 0;
}
.burger-menu {
  background: #381e7c;
  height: 50px;
  width: 50px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.sidebar .links {
  background: none;
  box-shadow: none;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  margin-top: 20px;
  justify-content: start;
  align-items: start;
  padding: 0px 20px;
}
.sidebar .links a {
  color: black;
  font-size: 20px;
}
.links a {
  color: white;
}
nav {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  padding: 0px 26px;
}
.auth-buttons {
  display: flex;
  width: 229px;
  height: 63px;
  border-radius: 50px;

  box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 5px rgba(243, 241, 248, 0.25),
    0px 4px 4px 0px rgba(243, 241, 248, 0.25);

  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.auth-buttons a {
  color: #4a1fb8;
  position: relative;
  transition: 0.3s all ease;
  z-index: 1;
}
.bg-mover {
  background: linear-gradient(90deg, #7a5af8 0%, #4a1fb8 100%);
  width: 114px;
  height: 100%;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  transition: 0.3s all ease;
}
button {
  transition: 0.3s all ease;
  cursor: pointer;
}
button:hover {
  transform: translateY(-10px);
}
.links {
  background: linear-gradient(90deg, #7a5af8 0%, #4a1fb8 100%);

  box-shadow: 0px 4px 4px 0px rgba(122, 90, 248, 0.25) inset,
    0px 4px 6px 0px rgba(122, 90, 248, 0.25),
    0px 4px 4px 0px rgba(122, 90, 248, 0.25),
    0px 4px 4px 0px rgba(243, 241, 248, 0.25);
  height: 63px;
  width: 580px;
  border-radius: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: white;
}
.links a{
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),0px 4px 4px rgba(0, 0, 0, 0.25),0px 4px 4px rgba(0, 0, 0, 0.25);
}
.no-loss-text {
  font-weight: 400;
  font-size: 440px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
  top: -100px;
}
.announcement {
  display: flex;
  align-items: center;
  width: 80%;
  margin: auto;
  height: 43px;
  border-radius: 50px;
  background: rgba(243, 241, 248, 0.5);
  color: rgba(122, 90, 248, 1);
  box-shadow: 0px 4px 4px 0px rgba(243, 241, 248, 0.25),
    0px 4px 4px 5px rgba(243, 241, 248, 0.25);
}
.hero-section {
  margin-top: 44px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.h-text-1 {
  font-weight: 400;
  font-size: 120px;
  line-height: line height/20_4;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(122, 90, 248, 0.89);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.h-text-2 {
  font-weight: 400;
  font-size: 180px;
  line-height: normal;
  letter-spacing: 0%;
  vertical-align: middle;
  color: transparent;
  background: linear-gradient(90deg, #7a5af8 0%, #381e7c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.marquee-section {
  margin-top: 156px;
  font-weight: 400;
  font-size: 145px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 4px 4px rgba(0, 0, 0, 0.25);
  /* text-shadow: 0px 0px 5px black/50; */
}
.video-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 27px;
  margin-top: 352px;
}
.video-section .video {
  width: 813px;
  height: 610px;
  border-radius: 10px;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video-section .video video {
  width: 100%;
  height: 100%;
}
.video-section .text {
  background: rgba(255, 255, 255, 0.31);
  color: #483592;
  font-weight: 400;
  font-size: 40px;
  line-height: 27px;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 50%;
  line-height: 55px;
  height: 395px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(254, 254, 255, 0.25),
    0px 4px 4px 0px rgba(254, 254, 255, 0.25);
  padding: 108px 45px;
}
.work-section {
  position: relative;
}
.h-2 {
  font-weight: 400;
  font-size: 60px;
  line-height: line height/20_4;
  letter-spacing: 0%;
  vertical-align: middle;
  background: linear-gradient(90deg, #7a5af8 0%, #381e7c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: 255px;
}
ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  margin-top: 50px;
}
li {
  font-weight: 400;
  font-size: 20px;
  line-height: 55px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #483592;
  width: 768px;
}
.bg-image {
  position: absolute;
  left: -20%;
}
.portfolio {
  display: flex;
  margin-top: 420px;
  justify-content: center;
  flex-wrap: wrap;
}
.portfolio-h {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  vertical-align: middle;
  color: rgba(122, 90, 248, 1);
}
.portfolio p {
  color: rgba(122, 90, 248, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  vertical-align: middle;
  margin-top: 10px;
}
.portfolio ul li {
  display: flex;
  align-items: center;
  list-style-type: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  vertical-align: middle;
  border-bottom: 2px solid rgba(122, 90, 248, 0.89);
  gap: 16px;
  padding: 30px;
  box-sizing: border-box;
}
.portfolio .p-image {
  width: 881px;
  transition: 0.3s all ease;
}
.p-image:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.banner {
  border-radius: 5px;
  overflow: hidden;
  height: fit-content !important;
  background: url("/customer/assets/images/invite-bg.png");
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  color: white;
  width: 98%;
  margin: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(254, 254, 255, 0.25),
    0px 4px 4px 0px rgba(254, 254, 255, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(147, 77, 202, 1);
  border-radius: 15px;
  margin-top: 407px;
}
.btn-white {
  background: white;
  padding: 4px 21px;
  color: rgba(74, 31, 184, 1);
  border-radius: 5px;
  border: 2px solid rgba(164, 145, 236, 1);
}
.flex {
  display: flex;
  gap: 80px;
}
.banner-part-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 50%;
}
.banner-part-1 .ill-1 {
  height: 161px;
  object-fit: cover;
}
.banner-part-2 {
  width: 50%;
}
.banner-part-2 h2 {
  margin: 0;
  margin-bottom: 13px;
}
.banner-part-2 .btn-white {
  width: fit-content;
  margin-top: 13px;
}
.invite-text {
  font-size: 30px;
  display: flex;
  flex-direction: column;
}
.agent-cats {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.agent-card {
  width: 405px;
  height: 690px;
  border-radius: 15px;
  border-width: 2px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(122, 90, 248, 0.3) 57.88%,
    rgba(59, 34, 155, 0.3) 100%
  );
  border: 2px solid rgba(147, 77, 202, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(254, 254, 255, 0.25),
    0px 4px 4px 0px rgba(254, 254, 255, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 23px;
  position: relative;
  transition: 0.3s all ease;
}
.agent-card h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.bar {
  height: 36px;
  width: 100%;
  border: 1px solid rgba(147, 77, 202, 1);
  background: rgba(122, 90, 248, 0.2);
  border-radius: 20px;
}
.card-button {
  background: linear-gradient(90deg, #7a5af8 0%, #4a1fb8 100%);
  width: 192px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px rgba(122, 90, 248, 0.25),
    0px 4px 4px 0px rgba(122, 90, 248, 0.25),
    0px 4px 4px 0px rgba(122, 90, 248, 0.25),
    0px 4px 4px 0px rgba(122, 90, 248, 0.25) inset;
  border-radius: 50px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 21px;
}
.agent-card ul {
  width: 100%;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #483592;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0%;
}
li.flex-between {
  list-style-type: circle;
}
.agent-card h3 {
  background: linear-gradient(90deg, #7a5af8 0%, #483592 100%);
  font-family: Anta;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.populer-currency {
  margin-top: 498px;
}
.populer-currency-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.populer-currency-heading h1 {
  background: linear-gradient(90deg, #e4ddfc 0%, #a28eef 50%, #f0edfc 100%);
  width: 750px;
  height: 48px;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.populer-currency-heading p {
  font-family: Anta;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0%;
  text-align: center;
  background: linear-gradient(180deg, #7a5af8 0%, #483592 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.support {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.support-container {
  width: 1200px;
  height: 312px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: url("/customer/assets/images/wave-bg.png");
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.support-card {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.support-card p {
  background: linear-gradient(180deg, #7a5af8 0%, #483592 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 18px;
}
footer {
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 0px 20px;
  position: relative;
  height: 480px;
  margin-top: 450px;
  height: fit-content;
}
footer .white-card {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 300px;
  background-color: white;
}
footer .main-footer {
  position: absolute;
  background: linear-gradient(90deg, #7a5af8 0%, #4a1fb8 100%);
  width: 90%;
  border-radius: 50px;
  height: 464px;
  bottom: 50px;
  padding: 20px 40px;
}
.footer-content-wrapper {
  color: white;
  width: 370px;
  margin-left: 50px;
}
.footer-content-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.footer-content-wrapper .icons {
  margin-top: 55px;
  margin-bottom: 37px;
}
.footer-links {
  display: flex;
  flex-direction: column;
}
.footer-links a {
  color: white;
}
.forground {
  background: url("/customer/assets/images/footer-bg.png");
  width: 388px;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  height: 294px;
  padding: 40px;
  margin-top: -50px;
}
.forground h1 {
  background: linear-gradient(90deg, #7a5af8 0%, #483592 100%);
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-shadow: 0px 4px 4px rgba(122, 90, 248, 0.25),
    0px 4px 4px rgba(122, 90, 248, 0.25);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.forground p {
  font-family: Anta;
  font-weight: 400;
  font-size: 18px;
  line-height: 22.4px;
  letter-spacing: 0%;
  vertical-align: middle;
  background: linear-gradient(90deg, #7a5af8 0%, #483592 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.forground a {
  margin-top: 29.92px;
  width: 123px;
  height: 40px;
  border-radius: 100px;
  padding-top: 10.75px;
  padding-right: 20px;
  padding-bottom: 12.25px;
  padding-left: 20px;
  background: linear-gradient(270deg, #876afa 3.25%, #4a1fb8 100%);
  color: white;
  font-weight: 600px;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  display: inline-block;
  width: 400px;
  height: 377px;
  border-radius: 40px;
  padding: 20px 10px;
  border: solid 3px;
  border: none;
  background: linear-gradient(180deg, #7a5af8 0%, #483592 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 40px;
}
.agent-card:hover {
  transform: translateY(-20px) scale(1.03);
}
.card img {
  height: 60px;
  width: 60px;
  margin: auto;
  display: block;
}

.card p {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
}

.card .flex {
  margin-top: 32px;
  display: flex;
  padding-bottom: 8px;
  justify-content: space-between;
  justify-items: center;
  border-bottom: 1px solid #483592;
}

.card button {
  border-radius: 100px;
  background: transparent;
  width: 210px;
  height: 58px;
  font-size: 18px;
  margin: auto;
  display: block;
  margin-top: 32px;
  border: 1px solid #483592;
  border-left: none;
}
.smart-trade {
  display: flex;
  align-items: end;
  gap: 15px;
}
.smart-trade h4 {
  font-family: Anta;
  font-size: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
  background: linear-gradient(
    180deg,
    rgba(122, 90, 248, 0.89) 0%,
    rgba(72, 53, 146, 0.89) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.smart-trade button {
  width: 190px;
  height: 38px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0px 4px 4px 0px rgba(122, 90, 248, 0.25),
    0px 4px 4px 0px rgba(122, 90, 248, 0.25),
    0px 4px 4px 0px rgba(122, 90, 248, 0.25),
    0px 4px 4px 0px rgba(122, 90, 248, 0.25) inset;
  background: linear-gradient(90deg, #7a5af8 0%, #4a1fb8 100%);
  font-family: Anta;
  font-size: 20px;
  line-height: 20.4px;
  letter-spacing: 0%;
  vertical-align: middle;

  margin: auto;
}

.video-section img {
  position: absolute;
}
.work-container {
  display: flex;
}
.robot-3d-container-2 {
  width: 60%;
  height: 600px; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: scale(0.7);
}

.robot-3d-container-2 spline-viewer {
  width: 100%;
  height: 100%;
  min-height: 400px;

  background: transparent;
}
.copyright-text {
  position: absolute;
  bottom: 50px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(239, 238, 255, 0.8);
  display: flex;
  gap: 30px;
}
.marquee-container {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  white-space: nowrap;
  position: relative;
}

.marquee-content {
  display: flex;
  gap: 20px;
  align-items: center;
  width: max-content;
  animation: scrollLoop 70s linear infinite;
}
.side-button {
  display: inline-block;
  height: 100px;
  width: 200px;
  padding: 10px;
  border-radius: 30px;
  background: #381e7c;
  color: white !important;
  text-align: center;
}
.marquee-content {
  animation-duration: 30s !important;
}
.marquee-content::after {
  content: attr(data-text);
  display: flex;
  gap: 20px;
}

@keyframes scrollLoop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 450px) {
  .video-section img {
    transform: scale(0.5);
    transform-origin: center;
  }
}
/* Define breakpoints for responsive screen */
@media only screen and (max-width: 768px) {
  nav .links,
  .auth-buttons {
    display: none !important;
  }
  .burger-menu {
    display: flex !important;
  }
  .sidebar {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .h-text-1 {
    font-size: 40px !important;
  }
  .h-text-2 {
    font-size: 70px !important;
    text-align: center;
  }
  .flex-col {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .banner-part-2 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 10px;
  }
  .invite-text {
    flex-direction: row;
  }
  .ivite-link {
    font-size: 10px;
    margin-top: 5px !important;
  }
  .no-loss-text {
    font-size: 60px !important;
  }
  .work-section ul {
    padding: 10px;
  }
  .work-section .h-2 {
    font-size: 30px;
  }
  .video-section .video {
    height: 300px;
  }

  .video-section .text {
    font-size: 20px;
    line-height: 22px;
    padding: 30px;
    margin-top: 20px;
  }
  .agent-card {
    width: 80% !important;
  }
  .forground {
    width: 75% !important;
    height: fit-content;
  }
  .forground h1 {
    font-size: 30px;
    line-height: 32px;
  }
  footer {
    margin-top: 800px !important;
  }
  .populer-currency-heading h1 {
    font-size: 30px;
  }
  .marquee-section {
    font-size: 30px !important;
  }
  .populer-currency-heading h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
  }
  .agent-category .h-2 {
    font-size: 40px;
  }
  .copyright-text {
    position: relative !important;
    bottom: 0;
  }
  #gear {
    display: none !important;
  }

  .robot-3d-container-2 spline-viewer{
    height: 100%;
    width: 100%;
    /* transform: scale(0.8) !important; */
  }
}
@media only screen and (max-width: 1024px) {
  .smart-trade {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .smart-trade h4 {
    font-size: 20px !important;
  }
  .h-text-1 {
    font-size: 100px;
  }
  .h-text-2 {
    font-size: 120px;
  }
  .marquee-section {
    font-size: 70px;
  }
  .video-section {
    margin-top: 30px;
  }
  .video-section video {
    width: 100% !important;
    object-fit: cover;
  }
  .video-section .text {
    width: 100%;
    height: fit-content;
  }
  .support-container {
    flex-direction: column;
    gap: 40px;
    height: fit-content;
    width: 90%;
    margin: auto;
    padding: 30px;
    background-size: cover;
    padding-bottom: 234px;
  }
  .no-loss-text {
    font-size: 100px;
  }
  .portfolio-h {
    width: 100%;
  }
  .portfolio .p-image {
    width: 100% !important;
  }
  .portfolio .content {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  ul li {
    width: 100%;
  }
  .bg-image {
    width: 100%;
  }
  .h-text-1 {
    font-size: 70px;
  }
  .h-text-2 {
    font-size: 80px;
  }
  .banner {
    flex-direction: column;
    height: fit-content;
    padding-bottom: 20px;
    border-radius: 40px;
    overflow: hidden;
  }
  .populer-currency-heading h1 {
    width: 90%;
  }
  footer {
    margin-top: 600px;
  }
  footer .main-footer {
    height: fit-content;
    width: 75%;
  }
  footer .flex-between {
    flex-direction: column;
    gap: 30px;
  }
  footer .footer-content-wrapper {
    margin: 0;
    width: 100%;
  }
  footer .forground {
    margin-top: 10px;
    width: 100%;
  }
  .support-container {
    width: 80%;
  }
  .work-container {
    flex-direction: column-reverse;
  }
  .work-container .robot-3d-container-2 {
    width: 100%;
    transform: none;
  }
  .robot-3d-container {
    height: 800px !important;
    margin-top: -100px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  /* Styles for screens between 1025px and 1440px wide */
  .marquee-section {
    font-size: 90px;
    text-align: center;
  }
  .h-text-2 {
    text-align: center;
    font-size: 150px;
  }
  .h-text-1 {
    font-size: 90px;
  }
  .video-section .video {
    width: 40%;
  }
  .portfolio .p-image {
    width: 40%;
  }
  .portfolio ul {
    margin-top: 0px !important;
    gap: 0px;
  }
  .video-section .text {
    height: 100% !important;
    padding: 50px 45px;
  }
}
@media only screen and (min-width: 1441px) {
  /* Styles for screens wider than 1441px */
}
