.leading_partner-section .container {
  overflow: hidden;
}
.ribbon {
  display: flex;
  white-space: nowrap;
  animation: slide 45s linear infinite;
}

.ribbon li {
  display: inline-block;
  margin-right: 20px; /* Space between images */
  animation: slide 20s linear infinite;
}

.partner img {
  max-width: 100px; /* Adjust size as needed */
  height: auto;
}

@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideRightToLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.slide-right-left {
  animation: slideRightToLeft 2s ease-in-out forwards;
}
.ribbon-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 30px 0px;
  height: 50px; /* Adjust as necessary */
  background-color: #ee4619; /* Background color of the container */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
}

.ribbon-text {
  position: absolute;
  white-space: nowrap;
  animation: move-ribbon 10s linear infinite;
  color: white; /* Text color */
  font-size: 24px; /* Adjust as necessary */
  padding: 10px 20px; /* Adjust as necessary */
}

.thank-you-container {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.thank-you-container h1 {
  color: #333333;
}
.thank-you-container p {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}
.thank-you-container a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #007bff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out;
}
.thank-you-container a:hover {
  background-color: #0056b3;
}
.nav-link.active {
  color: #ef7216 !important;
  font-weight: bold;
}

@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.navbar-toggler-icon {
  background: black;
}
.potential-box {
  position: relative;
  background-color: #fff;
  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
  padding: 20px;

  overflow: hidden;
  color: #333;
}
.text-size-18 {
  font-size: 18px;
  line-height: 1.6;
}
.text-size-50 {
  font-size: 18px;
  line-height: 50px !important;
}
.box:hover .potential-box {
  background-color: rgba(211, 211, 211, 0.5);
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  color: #000;
}
.fa-star {
  color: #ef7216 !important;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.custom-box {
  padding: 20px;
  border-radius: 8px;
}
.invst-box,
.invst2-box {
  background-color: #f2f2f2;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #919293;
}

.orange-shadow {
  box-shadow: 0px 4px 10px black !important;
}
.invst2-box {
  border: 1px solid #919293;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.invst2 {
  border-radius: 8px 8px 0 0;
  padding: 10px;
  font-size: 1.2em;
}
.side {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #a79a9a;
}

.ribbon-text {
  position: absolute;
  white-space: nowrap;
  animation: move-ribbon 10s linear infinite;
  color: white; /* Text color */
  font-size: 24px; /* Adjust as necessary */
  padding: 10px 20px; /* Adjust as necessary */
}

@keyframes move-ribbon {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideRightToLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.slide-right-left {
  animation: slideRightToLeft 2s ease-in-out forwards;
}

.ribbon-text {
  position: absolute;
  white-space: nowrap;
  animation: move-ribbon 10s linear infinite;
  color: white; /* Text color */
  font-size: 24px; /* Adjust as necessary */
  padding: 10px 20px; /* Adjust as necessary */
}

@keyframes move-ribbon {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideRightToLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.slide-right-left {
  animation: slideRightToLeft 2s ease-in-out forwards;
}
.gallery img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  width: 150px;
}

.gallery img:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.list-none {
  list-style-type: none;
  padding-left: 0;
}
.h-orange {
  color: #e26100;
}
