body {
    place-items:center;
    background-color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
 }
.container {
    max-width: 1280px;
    width: 100%;
    margin:0;
    padding: 0 90px;
    height: auto;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000; /* Changed to black for dark mode */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  .spinner {
    border: 4px solid rgba(255, 255, 255, 0.1); /* Adjusted to white for dark mode */
    border-left-color: #ffffff; /* Adjusted to white for dark mode */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
  }
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
.header {
    display: flex;
    justify-content: space-between; /* Ensure items are spread to the edges */
    align-items: center; /* Keep alignment consistent */
    padding: 0 30px;
    z-index: 10;
    top: 0;
    color: white;
    position: absolute;
    width: 80%; /* Stretch header across the screen */
    max-width: 1220px;
}
.header-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; /* Spread content in the header-content */
    width: 100%; /* Stretch header-content to align items properly */
}
.ecosystem-word {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 0; /* Align text to the left */
}
.ecosystem-word a {
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px #333;
}
.menu {
    margin-left: auto;
}
.menu ul {
    display: flex;
    list-style-type: none;
    width: max-content;
}
.menu li {
    margin-left: 20px; /* Space between menu items */
}

.menu a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    transition: color 0.3s ease;
    font-weight: 600;
    text-shadow: 1px 1px #333;
}

.menu a:hover {
    color: #d8c4a8; /* Change the color on hover */
}
a.active {
    color:#8caeff !important;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}
.sky {
    position: absolute;
    width: 100%; /*100vw;*/
    height: 100vh;
    overflow: hidden;
}
.star {
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6), 0 0 15px rgba(255, 255, 255, 0.4);
    transition: transform 0.5s linear;
}
.rotating-slider {
    position: relative;
    /*width: 1330px;*/
    max-width: 100%;
    height: 106vh;
    margin-top: -50px;
    /*transform: translate(-50%, 0);*/
    overflow: hidden;
    max-height: 850px;
}
.logos {
    height: 1000px !important;
    z-index: 100;
    background-color: #23232C;
    overflow: hidden;
}
.logos h1 {
    padding-top: 35px;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color:#fff;
}
.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 153, 0, 0.9), rgba(255, 51, 102, 0.9)); /* Adjust colors and opacity as needed */
    transition: background 1s ease;
}

.background-image {
    position: absolute;
    top: 0;
    left: -10%;
    width: 300%;
    background-size: cover;
    background-position: center;
    transition: ease-in-out 0.5s;
    background-repeat: repeat-x;
}
.details-container {
    position: relative;
    width: 321px;
    height: 204px;
    margin: 150px 0 0 485px;
    z-index: 18;
    overflow: hidden;
}
.details {
    position: absolute;
    width: 321px;
    height: 171px;
    top: 0;
    left: 100%; /* Start hidden on the right */
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-align: center;
    transition:opacity .5s ease-in-out, transform .5s ease-in-out;
}
.details-right {
    transform: translateX(-200%);
}
.details-left {
    transform: translateX(100%);
}
.details.active {
    opacity: 1;
    transform: translateX(-100%);
}
.details.slide-in-left {
    transform: translateX(-100%);
}
.details.slide-in-right {
    transform: translateX(0);
}
.title {
    font-weight: 600;
}
.icon {
    flex-shrink: 0;
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 37;
}
.truck {
    background: url(../images/icons/truck.png) no-repeat center;
}
.sun-fog {
    background: url(../images/icons/sun-fog.png) no-repeat center;
}
.icon-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    z-index: 39;
}

.circle-container {
    position: relative;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 100px;
}
.circle-line {
    width: 1000px; /* Adjusted to fit larger screen */
    height: 1000px;
    border-radius: 50%;
    border: 1px solid white;
    position: absolute;
}

.center-circle {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: -1px; /* Position above the large circle */
    left: 50%;
    transform: translate(-50%, -50%);
}
.category {
    position: absolute;
    width: 800px;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center;
    transition: transform 0.5s ease;
}

.text-item {
    position: absolute;
    color: white;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

  /* Positioning each text item at specific angles around the circle */
  .text-item:nth-child(1) { transform: rotate(0deg) translate(0, -532px); }
  .text-item:nth-child(2) { transform: rotate(30deg) translate(0, -532px); }
  .text-item:nth-child(3) { transform: rotate(60deg) translate(0, -532px); }
  .text-item:nth-child(4) { transform: rotate(90deg) translate(0, -532px); }
  .text-item:nth-child(5) { transform: rotate(120deg) translate(0, -532px); }
  .text-item:nth-child(6) { transform: rotate(150deg) translate(0, -532px); }
  .text-item:nth-child(7) { transform: rotate(180deg) translate(0, -532px); }
  .text-item:nth-child(8) { transform: rotate(210deg) translate(0, -532px); }
  .text-item:nth-child(9) { transform: rotate(240deg) translate(0, -532px); }
  .text-item:nth-child(10) { transform: rotate(270deg) translate(0, -532px); }
  .text-item:nth-child(11) { transform: rotate(300deg) translate(0, -532px); }
  .text-item:nth-child(12) { transform: rotate(330deg) translate(0, -532px); }

/* Images */
.slider-images {
    position: absolute;
    width: 922px;
    height: 922px;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 42;
    overflow: hidden; /* Hide overflow to prevent showing other images */
}

.slider-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; /* Start hidden */
    transition: opacity 1s ease-in-out; /* Fade transition */
    transform: rotate(0deg);
}

.slider-image.active {
    opacity: 1; /* Show active image */
}
.arrows {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 400px;
    position: absolute;
    width: 460px;
    height: 30px;
    top: 230px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 43;
}
.arrow-left {
    flex-shrink: 0;
    position: relative;
    width: 30px;
    height: 30px;
    background: url(../images/icons/left.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 44;
    cursor: pointer;
}
.arrow-right {
    flex-shrink: 0;
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 45;
}
.vuesax-bulk-arrow-right {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    z-index: 46;
}
.arrow-right-f {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/icons/right.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 47;
    cursor: pointer;
}

.wrapper {
    position: relative;
    left: -25%;
    transform: translateY(-50%);
}

.orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.258);
    animation: rotate 20s linear infinite;
}
.orbit1 {
    width: 450px;
    height: 450px;
    left: 80px;
    top: 80px;
}
.orbit2 {
    width: 350px;
    height: 350px;
    left: 120px;
    top: 140px;
}
.orbit3 {
    width: 550px;
    height: 550px;
    left: 0;
    top: 110px;
}
.orbit4 {
    width: 650px;
    height: 650px;
    left: 0;
    top: 0;
}
.dot {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.40);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(255 255 255 / 90%)
}

@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

/* Style for the container */
.logos-container {
display: flex;
justify-content: space-around; /* Distribute logos equally */
flex-wrap: wrap; /* Ensure it works on smaller screens */
gap: 20px; /* Space between logos */
margin: 50px; /* Margin around the container */
}

/* Style for each logo */
.logo {
opacity: 0; /* Initially hidden */
transform: scale(0.2) rotate(30deg); /* Start with zoomed-out and rotated logos */
transition: opacity .5s ease, transform .5s ease; /* Smooth transition for opacity and transform */
flex-basis: 30%; /* Make each logo take about 30% of the container's width */
}

/* When the logo is visible */
.logo.visible {
opacity: 1; /* Logos become fully visible */
transform: scale(1) rotate(0deg); /* Logos return to normal size and rotation */
}

/* Container for the two main sections */
.main-container {
display: flex;
justify-content: space-between;
align-items: baseline;
padding: 50px;
gap: 20px;

}

/* Right side content containing circles */
.right-content {
display: flex;
opacity: 0;
transform: translateX(100px); /* Move slightly to the right initially */
transition: opacity 0.6s ease, transform 0.6s ease; /* Transition settings */
}

.right-content.in-view {
opacity: 1;
transform: translateX(0); /* Slide into place */
}

/* General styles for each circle */
.circle {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color: white;
text-align: center;
font-family: Arial, sans-serif;
font-weight: bold;
position: relative;
overflow: hidden;
}

/* Circle-specific styles */
.circle1 {
width: 300px;
height: 300px;
background: linear-gradient(135deg, #F77668, #FEA610);
z-index: 1;
left: 100px;
}

.circle2 {
width: 250px;
height: 250px;
background: linear-gradient(135deg, #008C36, #0BBF9F);
top: 270px;
left: -100px;
}

.circle3 {
width: 350px;
height: 350px;
background: linear-gradient(135deg, #9e49ffc4, #3771FD);
left:-140px;
top:130px;
}

/* Text inside each circle */
.circle-text {
font-size: 20px;
padding: 0 60px;
color: #23232C;
text-shadow: 1px 1px #b4b4b4;
}

/* Specific styling for main and sub-text */
.main-text {
font-size: 45px;
font-weight: bold;
display: block;
}

.sub-text {
font-size: 22px;
font-weight: normal;
display: block;
margin-top: 5px;
}

.left-content {
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
text-align: left;
z-index: 1;
opacity: 0;
transform: translateX(-50px); /* Slide in from the left */
transition: opacity 1s ease-out, transform 1s ease-out;
}
.left-content {
opacity: 1;
transform: translateX(0); /* Slide into place */
    margin: 0 auto;
}

/* Info box styling */
.info-box {
font-size: 44px;
line-height: 1;
color: #fff;
font-weight: 700;
margin-left: 100px;
}

/* Styling the number with large font and gradient color */
.number {
font-size: 150px;
font-weight: bold;
background: linear-gradient( #F77668, #FEA610);
-webkit-background-clip: text;
color: transparent;
display: block;
margin: 10px 0;
}

.progress-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 800px;
        background-color: #23232C;
        overflow: hidden;
    }

    /* Background Circle */
    .progress-bg {
        fill: none;
        stroke: #2A2A33;
        stroke-width: 20;
    }

    /* Progress Circle */
    .progress {
        fill: none;
        stroke-width: 20;
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
        transition: stroke-dashoffset 1s ease-out; /* Smooth linear animation */
    }

    /* Text styling */
    .progress-text {
        font-size: 14px;
        font-weight: 600;
        fill: #23232c;
        text-anchor: middle;
        alignment-baseline: middle;
    }
    .progress-text-title {
        font-size: 18px;
        font-weight: 600;
        text-anchor:start;
    }

    .bar-text {
font-size: 24px;
font-weight: 700;
fill: #23232c;
transform: rotate(-90deg);  /* Rotate the text 90 degrees counter-clockwise */
transform-origin: center;
}
.bar-number {
font-size: 80px;
font-weight: 700;
fill: #23232c;
}

.bar {
cursor: pointer;
}

#bar-chart {
display: none;           /* Hide the chart initially */
height: 0;               /* Set the height to 0 initially */
overflow: hidden;        /* Hide anything that overflows */
transition: height 1s ease-out; /* Animate height change */
}

/* Bar chart rect elements (bars) */
#bar-chart rect {
opacity: 1;              /* Ensure bars are visible */
transition: opacity 1s ease-in-out;
}

.chart-title {
font-size: 44px;
color: #fff;
font-weight: 600;
margin-left: -250px;
}

.wrapper2 {
position: relative;
top: -160px;
/*left: 80px;*/
height: 160px;
overflow: hidden;
margin-bottom: -160px;
}

/* Footer container styles */
.footer-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #fff;
height: 250px;
padding: 20px;
text-align: center;
}

/* Heading styling */
.footer-container h1 {
font-size: 40px;
letter-spacing: 4px;
color: #333;
margin-bottom: 20px;
}

/* Form styling */
.footer-container form {
display: flex;
flex-direction: column; /* Ensure the label is above the input */
align-items: center;
width: 100%;
max-width: 600px; /* Optional: Limit the width of the form */
}

/* Label styling */
.footer-container label {
font-size: 16px;
color: #333;
margin-bottom: 5px; /* Add spacing between label and input */
}

/* Input field styling */
.footer-container .email {
height: 80px;
width: 100%;
max-width: 600px; /* Optional: Restrict the width of the input */
padding-left: 35px; /* Space for the text */
padding-right: 40px; /* Space for the arrow */
font-size: 16px;
border: none;
border-radius: 50px;
background-color: #23232c;
color: #fff;
outline: none;
position: relative;
transition: all 0.3s ease;
margin-bottom: 20px; /* Add space below the input */
background-size: 20px 20px; /* Adjust the size of the arrow */
background-position: right 35px center;
background-image: url('../images/icons/arrow.svg');
background-repeat: no-repeat
}

/* Placeholder styling */
.footer-container .email::placeholder {
color: #ccc;
}

/* Focused input field */
.footer-container .email:focus {
background-color: #000;
}

.footer-menu {
font-size: 14px;
}

.footer-menu a {
color: #333;
text-decoration: none;
margin: 0 5px;
font-weight: bold;
transition: color 0.3s ease;
}

/* Copyright styling */
.footer-copyright {
font-size: 12px;
font-weight: 400;
color: #44444e;
}

.footer-copyright p {
margin: 10px;
}

#scrollUpButton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #e68208;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none; /* Initially hidden */
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

/* Create a pure CSS up arrow using a triangle */
#scrollUpButton::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid white;
    margin: 0px 4px 5px;
}
.faq{
    background-color: #1B181F;
    overflow: hidden;
    height: 60vh;
    padding: 150px;
    color: #ffffff;
    display: flex;
  }
  .faq-left {
flex: 1;
padding-right: 20px;
}
.faq-title {
box-sizing: border-box;
  padding: 4px;
  width: 140px;
  height: 70px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 15px;
}
.faq-left h1 {
font-size: 40px;
}

.faq-left p {
margin-bottom: 20px;
font-size: 16px;
color: #aaaaaa;
}

.url {
color: #00b4ff;
text-decoration: none;
}

.url:hover {
text-decoration: underline;
}

/* Right section styling */
.faq-right {
flex: 2;
max-width: 600px;
}

.faq-question {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px;
cursor: pointer;
background-color: #444444;
border-radius: 5px;
margin-bottom: 20px;
}

.faq-question:hover {
background-color: #555555;
}

.faq-answer {
display: none;
padding: 0 0 10px 15px;
border-radius: 5px;
margin-bottom: 10px;
}

.toggle-icon {
font-size: 18px;
color: #ffffff;
}
.contact{
    background-color: #1B181F;
    overflow: hidden;
    height: 60vh;
    padding: 150px 150px 220px;
    font-size: 45px;
    color: #ffffff;
    display: flex;
  }
  .contact-left {
flex: 1;
padding-right: 20px;
}
.contact-title {
box-sizing: border-box;
  padding: 4px;
  width: 250px;
  height: 70px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 15px;
}
.contact-left h1 {
font-size: 40px;
}

.contact-left p {
margin-bottom: 20px;
font-size: 16px;
color: #aaaaaa;
}

.email-section {
margin-top: 20px;
}

.email-icon {
font-size: 25px;
}

.email-text {
font-size: 25px;
color: #ffffff;
}

.email-link {
color: #00b4ff;
text-decoration: none;
font-size: 25px;
display: block;
text-align: center;
}

.email-link:hover {
text-decoration: underline;
}

/* Right section styling */
.contact-right {
flex: 2;
max-width: 600px;
}

.contact-form label {
display: block;
margin: 25px 0 5px;
font-size: 14px;
color: #C0BFCB;
}

.contact-form input,
.contact-form textarea {
width: 97%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #23232C;
border-radius: 5px;
background-color: #23232C;
color: #C0BFCB;
font-size: 14px;
display: block;
}

.contact-form input:focus,
.contact-form textarea:focus {
border-color: #00b4ff;
outline: none;
}

.contact-form button {
width: 100%;
padding: 10px;
background-color: #ffffff;
color: #333333;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
}

.contact-form button:hover {
background-color: #eaeaea;
}
.add {
    background-color: #1B181F;
    overflow: hidden;
    padding: 50px;
    font-size: 45px;
    color: #C0BFCB;
  }
  .form-container {
width: 500px;
padding: 30px;
text-align: center;
justify-self: center;
margin-bottom: 70px;
}
  .form-container h1 {
    font-size: 40px;
    margin-bottom: 5px;
    color: #fff;
}

.form-container p {
font-size: 20px;
margin: 0 0 30px;
color: #bbbbbb;
}

/* Labels and Inputs */
.form-add label {
font-size: 14px;
display: block;
margin-bottom: 5px;
text-align: left;
}

.form-add input,
.form-add select,
.form-add textarea {
display: block;
width: 100%;
padding: 10px;
margin-bottom: 20px;
background-color: #23232C;
border: 1px solid #23232C;
border-radius: 5px;
color: #C0BFCB;
width: -webkit-fill-available;
}

.form-add input::placeholder,
.form-add textarea::placeholder {
color: #888888;
}

.form-add textarea {
resize: none;
}

/* File Upload */
.file-upload {
padding: 10px;
text-align: center;
border: 2px dashed #23232C;
border-radius: 5px;
color: #A1A1AC;
margin-bottom: 20px;
font-size: 16px;
}

.file-upload a {
color: #3498db;
text-decoration: none;
}

/* Row Layout */
.row {
display: flex;
gap: 10px;
}

.column {
flex: 1;
}

/* Funders and Currency */
.add-link {
font-size: 12px;
color: #3498db;
text-decoration: none;
}

.currency {
font-size: 25px;
color: #ffffff;
}

/* Submit Button */
.form-add button {
width: 100%;
padding: 10px;
background-color: #F5F5FF;
border: none;
border-radius: 5px;
color: #23232C;
font-size: 16px;
cursor: pointer;
}

.form-add button:hover {
background-color: #ffffff;
}

.input-wrapper {
position: relative;
width: 100%;
}

/* Input Field Styling */
.input-wrapper input {
width: 100%;
padding-right: 25px; /* Add space for the dollar sign */
box-sizing: border-box;
}

/* Dollar Sign Inside Input */
.input-wrapper::before {
content: "$"; /* Dollar sign */
position: absolute;
top: 50%;
right: 10px; /* Adjust spacing */
transform: translateY(-50%);
color: #ffffff; /* Match the text color */
font-size: 14px; /* Match input font size */
pointer-events: none; /* Prevent interaction */
}
.form-container a {
color: #3771FD;
  text-decoration: none;
  font-size: 14px;
}
.error {
    text-align: center;
    margin: 180px;
  }
  .error h2 {
    color:#FAF9FF;
    margin: 0;
  }
  .error p {
    color: #A1A1AC;
    margin: 5px 0 30px;
  }
  .error a {
    text-decoration: none;
    color:#3771FD;
  }
.menu-toggle.active .bar1 {
    transform: rotate(45deg);
    position: absolute;
}

.menu-toggle.active .bar2 {
    opacity: 0; /* Hide the middle bar */
}

.menu-toggle.active .bar3 {
    transform: rotate(-45deg);
    position: absolute;
}
/* Responsive adjustments */
@media (max-width: 1280px) {
    .container {
        padding: 0;
    }
    .header {
        width: 95%;
    }
    .details-container {
        margin: 148px 0 0 345px;
    }
}
@media (max-width: 768px) {
    body {
        margin:0;
    }
    .header {
        width: 90%;
        padding: 0 0 0 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .menu ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: auto;
        background-color: rgb(0 0 0 / 88%);
        width: 89%;
        padding: 15px;
        z-index: 10;
        text-align: center;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        right: 0 !important;
    }
    .menu ul.active {
        display: flex; /* Show menu when active */
    }
    .menu li {
        margin: 15px 0;
    }
    .menu-toggle {
        display: flex; /* Show hamburger button on mobile */
        right: 10px;
        left: auto;
        position: absolute;
    }
    .menu-toggle .bar {
        display: block;
        width: 25px;
        height: 3px;
        background-color: white; /* Color of hamburger bars */
        margin: 1px;
    }

.footer-container .email {
        width: 80%; /* Adjust width on smaller screens */
    }
    .footer-container h1 {
        font-size: 20px;
    }
    .footer-menu {
        font-size: 14px;
    }
    .container {
        width: 100%;
        padding: 0;
    }
    .rotating-slider {
        width: 100%;
        transform: translate(0, 0);
        height: 90vh !important;
    }
    .details-container {
        margin: 130px auto 0;
    }
    .circle-container {
        top: 20px;
    }
    .arrows {
        gap: 300px;
        width: 350px;
        top: 200px;
    }
    .info-box {
        font-size: 30px;
        margin-left: 0;
    }
    .number {
        font-size: 65px;
    }
    .right-content.in-view {
        transform: translateX(-15%);
    }
    .main-container {
        padding: 0;
        gap: 0;
        flex-flow: column;
    }
    .chart-title {
        font-size: 20px;
    }
    .circle-container {
        height: 1035px;
    }
    .circle-line {
        width: 970px;
        height: 1005px;
    }
    .center-circle {
        top: 15px;
    }
    .logos {
        height: 1125px !important
    }
    .circle {
        scale: 85%;
    }
    .circle1 {
        left: 85px;
    }
    .circle2 {
        top: 225px;
        left: -143px;
    }
    .circle3 {
        left: -255px;
        top: 40px;
    }
}






