@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-color: #fe724c;
  --primary-color-dark: #d6512c;
  --text-dark: #122b51;
  --text-light: #6b7d92;
  --extra-light: #f4f4f4;
  --white: #ffffff;
  --max-width: 1200px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* BAKAAAT *//* BAKAAAT *//* BAKAAAT *//* BAKAAAT */
.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 1rem;
}

.section__header {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
  color: var(--text-dark);
  text-align: center;
}

.section__description {
color:rgb(197,197,198);
  line-height: 1.75rem;
  text-align: center;
}

img {
  display: flex;
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

nav {
  position: fixed;
  width: 100%;
  
  max-width: var(--max-width);
  margin: auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
 background-color: #242323;
  gap: 2rem;
  z-index: 9;
}

.nav__logo img {
  max-width: 60px;
}

.nav__btns {
  display: flex;
  align-items: center;
  gap: 1rem;
  
}

.nav__btns .btn {
  padding: 0.25rem 1rem;
  font-size: 1.5rem;
  
}

.nav__btns .btn span:nth-child(2) {
  display: none;
}

.nav__btns .btn:nth-child(1) {
  color: var(--text-dark);
  background-color: var(--extra-light);
}

.nav__btns .btn:nth-child(1):hover {
  color: var(--white);
  background-color: var(--primary-color);
}

header {
  position: relative;
  isolation: isolate;
  display: grid;

  padding-top: 5rem;
}

















.top {
        
            animation-name: bounce;
            animation-duration: 1s;
            animation-delay: 4s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
            
        }

        @keyframes bounce {
            0%,
            100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(15px);
            }
        }






















    .neon-glow-button {
        margin: 25px;
         
            align-items: center;
            padding: 15px 30px;
            font-size: 17px;
            font-weight: bold;
            color: #fff;
            background: #282828;
            border: none;
            border-radius: 30px;
            box-shadow: 0 0 20px #00eaff, 0 0 30px #00eaff, 0 0 40px #00eaff;
            text-shadow: 0 0 10px #00eaff;
            cursor: pointer;
            transition: all 0.3s ease;
              width: 155px;
  position: relative;

        }

.neon-glow-button {
  border: none;

  
    color: #fff;
    overflow: hidden;
}

.neon-glow-button:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.neon-glow-button:hover{
  opacity: .7;
}
.neon-glow-button:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}





















/* BAKAAAT */
.header__zzzzzzz  {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  line-height: 9rem;
color:rgb(255, 255, 255);
  text-align: center;
 font-family: system-ui;
}












.zero {
  font-size: 1em;
  font-weight: bold;
font-family: "Trickster";
  
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to right, #666363 0, white 10%, #666363 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 5s linear infinite;
}

@keyframes  animate {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 470px;
  }
  100% {
    background-position: 470px;
  }
}






.zeroAAAAA {
  font-size: 1.5em;
  font-weight: bold;
font-family: "Trickster";
  
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to right, #000000 0, white 10%, #000000 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 5s linear infinite;
}

@keyframes  animate {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 540px;
  }
  100% {
    background-position: 540px;
  }
}








.zeroAAAAA {
  font-size: 1.5em;
  font-weight: bold;
font-family: "Trickster";
  
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to right, #000000 0, white 10%, #000000 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 5s linear infinite;
}

@keyframes  animate {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 540px;
  }
  100% {
    background-position: 540px;
  }
}







.slider{
    width: 800px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .slides{
    width: 500%;
    height: 500px;
    display: flex;
  }
  
  .slides input{
    display: none;
  }
  
  .slide{
    width: 20%;
    transition: 2s;
  }
  
  .slide img{
    width: 800px;
    height: 500px;
  }
  
  
  .navigation-manual{
    position: absolute;
    width: 800px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
  }
  
  .manual-btn{
    border: 2px solid #40D3DC;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
  }
  
  .manual-btn:not(:last-child){
    margin-right: 40px;
  }
  
  .manual-btn:hover{
    background: #40D3DC;
  }
  
  #radio1:checked ~ .first{
    margin-left: 0;
  }
  
  #radio2:checked ~ .first{
    margin-left: -20%;
  }
  
  #radio3:checked ~ .first{
    margin-left: -40%;
  }
  
  #radio4:checked ~ .first{
    margin-left: -60%;
  }
  
  
  .navigation-auto{
    position: absolute;
    display: flex;
    width: 800px;
    justify-content: center;
    margin-top: 460px;
  }
  
  .navigation-auto div{
    border: 2px solid #40D3DC;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
  }
  
  .navigation-auto div:not(:last-child){
    margin-right: 40px;
  }
  
  #radio1:checked ~ .navigation-auto .auto-btn1{
    background: #40D3DC;
  }
  
  #radio2:checked ~ .navigation-auto .auto-btn2{
    background: #40D3DC;
  }
  
  #radio3:checked ~ .navigation-auto .auto-btn3{
    background: #40D3DC;
  }
  
  #radio4:checked ~ .navigation-auto .auto-btn4{
    background: #40D3DC;
  }
   





* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ticker-container{
width: 100vw;
    height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    direction: ltr;
      position: relative;
  z-index: 1;
  padding: 2rem 1rem;
  padding: 2rem 20;
    
}
.ticker-track{
 
    display: flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
 
    animation: ticker 8s linear infinite;

    
}
.ticker-track img{
    height: 85px;
   max-width: 85px;
    margin-inline: 10px;
  width: max-content;
  display: flex;
  align-items: center;
    
  border-radius: 1rem;
  gap: 1rem;
}



@keyframes ticker {
  0% {
     transform: translateX(0%);
     visibility: visible;
  }
  100% {
     transform : translateX(-100%);
     visibility: hidden;
  }
  100% {
      transform: translateX(-69%);
     visibility: visible;
  }
}














header::after {
  max-width: 80rem;
}

.header__img {
  overflow: hidden;
}

.header__content {
  padding: 1rem;
}
/* BoxApp */
.header__content h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 5rem;
color:rgb(197,197,198);
  text-align: center;
}

.header__content .section__description {
  margin-bottom: 3rem;
}

.header__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.header__links img {
  max-width: 125px;
}

.workout__container {
  position: relative;
  z-index: 1;
  padding: 2rem 20;
  direction: ltr;
 
}

.workout__wrapper {
  overflow: hidden;
 
}

.workout__images {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 1rem;

  animation: scroll-left 8s linear infinite;
}

@keyframes scroll-left {
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}
/* size img *//* size img */
.workout__images img {
  max-width: 70px;
  border-radius: 1rem;
}

.workout__content {
  padding: 2rem 1rem;
}

.story__container {
  display: grid;
  gap: 2rem;

  overflow: hidden;
}

.story__image img {
  max-width: 500px;
  margin-inline: auto;
}

.story__content .section__description {
  margin-bottom: 1rem;
}

.story__link {
  margin-top: 2rem;
  text-align: center;
}

.story__link a {
  font-weight: 500;
  color: var(--text-dark);
}

.story__link a:hover {
  color: var(--primary-color);
}

.feature__grid {
  margin-top: 4rem;
  display: grid;
  gap: 2rem;
}

.feature__grid li {
  display: flex;
  gap: 1rem;
}

.feature__grid span {
  display: inline-flex;
  justify-content: flex-end;
  width: 8rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
  color: var(--extra-light);
}

.feature__grid h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-dark);
}

.feature__grid p {
  color: var(--text-light);
  line-height: 1.75rem;
}

.download__container {
  max-width: 1024px;
}

.download__container .section__description {
  max-width: 750px;
  margin-inline: auto;
}

.download__image {
  margin-top: 4rem;
}

.membership__container {
  background-color: var(--extra-light);
  display: grid;
}

.membership__image {
  height: 100%;
}

.membership__image img {
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.membership__content {
  padding: 5rem 1rem;
}

.membership__content .section__description {
  font-weight: 500;
}

.membership__content .section__description span {
  font-size: 1.5rem;
  color: #ffc529;
}

.membership__btn {
  margin-top: 2rem;
  text-align: center;
}

.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 4rem 2rem;
}

.footer__logo img {
  max-width: 80px;
}

.footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.footer__links a {
  color: var(--text-light);
}

.footer__links a:hover {
  color: var(--primary-color);
}

.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.footer__socials a {
  font-size: 1.2rem;
  color: var(--text-light);
}

.footer__socials a:hover {
  color: var(--primary-color);
}

.footer__bar {
  padding: 1rem;
  color: var(--text-light);
  background-color: var(--extra-light);
  text-align: center;
}

@media (width > 768px) {
  nav {
    position: relative;
    padding: 2rem 1rem;
    background-color: transparent;
  }

  .nav__btns .btn {
    padding: 0.75rem 2rem;
    font-size: 1rem;
  }

  .nav__btns .btn span:nth-child(1) {
    display: none;
  }

  .nav__btns .btn span:nth-child(2) {
    display: block;
  }

  header {
    padding-top: 0;
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, calc(var(--max-width) / 2))
      minmax(0, calc(var(--max-width) / 2))
      minmax(0, 1fr);
    align-items: center;
  }

  .header__img {
    grid-column: 2/3;
  }



  .workout__container {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, calc(var(--max-width) / 2))
      minmax(0, calc(var(--max-width) / 2))
      minmax(0, calc(var(--max-width) / 2))
      minmax(0, 1fr);
    align-items: center;
  }

  .workout__wrapper {
    grid-row: 1/2;
    grid-column: 3/6;
  }

  .workout__content {
    grid-column: 2/3;
  }

  .workout__content :is(.section__header, .section__description) {
    text-align: left;
  }

  .story__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .story__content :is(.section__header, .section__description, .story__link) {
    text-align: left;
  }

  .feature__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2rem;
  }

  .feature__grid li:nth-child(2),
  .feature__grid li:nth-child(4) {
    margin-top: 3rem;
  }

  .membership__container {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, calc(var(--max-width) / 2))
      minmax(0, calc(var(--max-width) / 2))
      minmax(0, 1fr);
    align-items: center;
  }

  .membership__image {
    grid-column: 1/3;
  }

  .membership__content
    :is(.section__header, .section__description, .membership__btn) {
    text-align: left;
  }

  .footer__container {
    flex-direction: row;
  }

  .footer__logo {
    flex: 1;
  }

  .footer__links {
    flex-direction: row;
  }

  .footer__socials {
    flex: 1;
    justify-content: flex-end;
  }
}

@media (width > 1024px) {
  .header__content h1 {
    font-size: 4.75rem;
    line-height: 5.5rem;
   
  }

  .feature__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4rem;
  }

  .membership__content {
    padding: 5rem 2rem;
  }

  .footer__links {
    gap: 2rem;
  }

