@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap");

:root {
    --blue-dark: #0c1b54;
    --blue: #12328f;
    --lime: #9ff43c;
    --lime-strong: #8be22c;
    --mint: #eafff4;
    --sky: #eaf4ff;
    --text: #0b142d;
    --muted: #5a6480;
    --card: #ffffff;
    --shadow: 0 20px 60px rgba(12, 27, 84, 0.15);
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-Black.woff2') format('woff2'),
        url('../fonts/Arial-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.2;
  font-family: "Arial", sans-serif; 
}
span, button, a , li, input, label , textarea , select , option , div {
  font-family: "Arial", sans-serif;
}
p {
    margin: 0;
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 0%;
line-height: 1.2;
  font-family: "Arial", sans-serif;
}

.h2,
h2 {
    font-weight: 700;
    font-size: 55px;
    letter-spacing: 0px;
}
.h4,
h4 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0px;
}

body {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    background: #f6f9fe;
    color: var(--text);
    line-height: 1.6;
}


.fuel-wave-section {
    position: relative;
    overflow: hidden;
    background-image: url('../image/background-image.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fuel-section {
    padding: 70px 0px;
        margin-top: -10px;
}
section.how:has(.fuel-section) {
    overflow: visible;
}
.container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
}

.fuel-main-title {
    text-align: center;
    margin-bottom: 26px;
}

.fuel-cards {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.fuel-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #525252;
}
.fuel-card {
    background: #fff;
    border-radius: 24px;
    padding: 35px 40px;
    width: 648px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fuel-value {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}
.fuel-left {
    width: 300px;
}

.fuel-card-title {
    margin-bottom: 22px;
}
.fuel-info {
    border-radius: 12px;
    padding: 18px 28px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    border: 1px solid #C2C2C2;
    color: #525252;
}
.fuel-remaining {
    background: #c9ff2f;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    padding: 18px 28px;
}

.fuel-progress {
    text-align: center;
}

.fuel-circle {
    --size: 200px;
    --thickness: 20px;
    --percent: 85;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: relative;
    display: grid;
    place-items: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}

.fuel-circle::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(#33c469 calc(var(--percent) * 1%),
            #e6e6e6 0);
    transform: rotate(0deg);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--thickness)), #000 0);
    mask: radial-gradient(farthest-side, transparent calc(100% - var(--thickness)), #000 0);
}

.fuel-percent {
    position: relative;
    z-index: 1;
}

.fuel-protein {
    --percent: 85;
}

.fuel-water {
    --percent: 75;
}

.fuel-progress-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
}


/* Section */
.fuel-how-section {
  padding: 70px 0px;
}

.fuel-header {
  text-align: center;
  margin-bottom: 60px;
}

.fuel-heading {
  margin-bottom: 12px;
}

.fuel-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1326px;
    margin: auto;
}

/* Text */
.fuel-text {
  flex: 1;
}

.fuel-title {
  margin-bottom: 20px;
      max-width: 500px;
}

.fuel-description {
    font-size: 22px;
    color: #525252;
    max-width: 500px;
}

/* Image */
.fuel-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}
.fuel-image-box {
    position: relative;
}

.fuel-image-box-mobile {
    position: absolute;
    bottom: -163px;
    max-width: 314px;
    left: 0;
    right: 0;
    margin: auto;
}


.fuel-image-box-main {
    border-radius: 5%;
    overflow: hidden;
}

.elevate-fuel-section {
    padding: 40px 0 80px;
    display: block;
}

.elevate-fuel-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1326px;
    margin: auto;
}
.elevate-fuel-description {
    font-size: 22px;
    color: #525252;
    max-width: 550px;
}
.elevate-fuel-wrapper .elevate-fuel-content {
    flex: 1;
}

.elevate-fuel-wrapper .elevate-fuel-image-wrapper {
    flex: 1;
}
.elevate-fuel-title{
    margin-bottom: 20px;
}

.elevate-fuel-image-wrapper {
    position: relative;
}

.elevate-fuel-trophy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.elevate-fuel-trophy-item {
    width: 95px;
    height: 95px;
    min-width: 95px;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 4px 34.1px 0px #00000040;

}
.elevate-fuel-ball {
    position: absolute;
    bottom: 10%;
    transform: translateY(-10%);
    right: -8%;
}
section.fuel-benefits {
    padding: 60px 0 30px;
}
.elevate-fuel-ball img {
    width: 100px;
}
h2.fuel-benefits-fuel-title.h2 {
    margin-bottom: 15px;
}
.fuel-benefits-fuel-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1326px;
    margin: auto;
}

.fuel-benefits-fuel-image-wrapper {
    flex: 1.2;
}

.fuel-benefits-fuel-content {
    flex: 1;
}
p.fuel-benefits-fuel-description {
    font-size: 22px;
    color: #525252;
    max-width: 550px;
}

section.meal-fuel {
    position: relative;
    overflow: hidden;
    background-image: url(../image/image-55.png);
    background-position: center;
    background-size: cover;
    padding: 70px 0 70px;
    background-repeat: no-repeat;
}
.meal-left-fuel-wave-images {
    position: absolute;
    bottom: 60px;
    right: 0;
    max-width: 100px;
}

.meal-left-fuel-wave-image {
    position: absolute;
    left: 0;
    max-width: 100px;
}

section.meal-fuel {
    position: relative;
        z-index: 2;
}
.meal-fuel-fuel-inner-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.meal-fuel-fuel-inner-wrapper .meal-fuel-fuel-inner-item:hover {
    background: #CCFF00;
}

.meal-fuel-fuel-inner-wrapper .meal-fuel-fuel-inner-item:hover .fuel-arrow {
    background: #CCFF00;
}
.meal-fuel-fuel-inner-wrapper .meal-fuel-fuel-inner-item {
    padding: 26px 38px;
    background: #fff;
    border-radius: 35px;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
h4.meal-fuel-fuel--title.h4 {
    margin-bottom: 10px;
}
.meal-fuel-fuel--image {
    font-size: 55px;
}
.meal-fuel-fuel--description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.meal-left-fuel-wave-images,.meal-left-fuel-wave-image {
    z-index: 0;
}

.meal-fuel-fuel-inner-wrapper, .meal-fuel-fuel-wrapper {
    position: relative;
}

.fuel-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 53px;
    height: 53px;
    min-width: 53px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meal-fuel-fuel-inner-item {
    position: relative;
}

/* Responsive */
@media (max-width: 992px) {
  .fuel-content {
    flex-direction: column;
    text-align: center;
  }

  .fuel-description {
    margin: 0 auto;
  }

  .fuel-image-box {
    margin-top: 40px;
  }
  .fuel-benefits-fuel-wrapper {
    flex-direction: column;
}
.h2, h2 {
    font-size: 35px;

}
.elevate-fuel-wrapper {
    flex-direction: column-reverse;
}
.elevate-fuel-wrapper {
    flex-direction: column-reverse;
}

.meal-fuel-fuel-inner-wrapper .meal-fuel-fuel-inner-item {
    flex: 0 0 auto;
    width: 100%;
}
.fuel-wave-section {
    background-size: cover;

}
}
@media (max-width: 768px) {
    .fuel-card {
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .fuel-left {
        width: 100%;
    }
    .h2, h2 {
    font-size: 28px;
}
p {
    font-size: 22px;
    line-height: 1.2;
}
.fuel-description {
    font-size: 18px;
}
.fuel-header {
    margin-bottom: 40px;
}
.fuel-benefits-fuel-wrapper {
    gap: 30px;
}
}

@media (max-width: 767px) {
.fuel-benefits-fuel-content {
    text-align: center;
}
p.fuel-benefits-fuel-description {
    font-size: 18px;
}
.elevate-fuel-description {
    font-size: 18px;
    text-align: center;
}
h2.elevate-fuel-title.h2 {
    text-align: center;
}
.footer__inner_wrapper .footer__contact {
    flex-direction: column;
    text-align: center;
    gap: 20px;
}
.footer__brand {
    text-align: center;
}
.footer__navrow {
    gap: 10px;
    justify-content: center;
}
.footer__inner .brand {
    display: flex;
    justify-content: center;
}
.footer__bottom {
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
}
.footer__stores {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.footer__copy {
    text-align: center;
}
}

@media (max-width: 480px) {
  .fuel-heading {
    font-size: 28px;
  }

  .fuel-title {
    font-size: 30px;
  }

}
