*{
    box-sizing: border-box;
    margin:  0;
    padding: 0;
    font-family: 'Poppins', 'sans-serif';
}

body{
    background-color: rgb(253, 253, 253);
    }

/*header*/
header {
    background-color: #d62828;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    min-height: 70px;
    z-index: 2;
}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0px 32px;
    height:70px;
}

.navbar-logo{
    color: white;
    text-decoration: none;
    padding-left: 48px;
    text-transform: uppercase;
    font-size: 55px;
}

.nav-link{
    color: white;
    text-decoration: none;
   
    font-size: 16px;
    padding: 0px 16px;
}

.nav-link {
    text-decoration: none;
    }

.nav-link:hover {
    color: rgb(47, 86, 145);
    text-decoration: underline;
}


  .navbar-logo{
    color: #fff;
    text-transform: uppercase;
    font-size: 21px ;
    text-align: center;
   }

.navbar-logo:hover {
    text-decoration: none;
}




@media screen and (max-width: 768px){
    .nav-link{
        display:flex;
        justify-content: flex-start;
        padding-bottom: 100px;
        padding-left: 70px;
        }

    .navbar-menu{
        display:grid;
        grid-template-columns: 1fr ;
        grid-template-rows: repeat(4,50px);
        position: absolute;
        top: -1000px;
        width: 40%;
         }
 
    .navbar-menu.active{
        top:100%;
        font-size: 10px;
        background-color: #101010;
        z-index: 99;
        opacity: 1;
    }
    
    .navbar-toggle .strip{
        width: 20px;
        height:3px;
        margin: 5px auto;
        background: white;
        display:block;
        cursor:pointer;
        transition: all 0.3s ease-in-out ;
}

#mobile-menu{
    position: absolute;
    transform: translate(20%,20%);
    top: 20%;
    right: 5%;
}

#mobile-menu.is-active .strip:nth-child(2){
    opacity:0;
}

#mobile-menu.is-active .strip:nth-child(1){
    transform: translateY(8px) rotate(45deg);
}
#mobile-menu.is-active .strip:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
}

}

/*Banner*/
#banner{
    background: url('./images/naslovna.jpg');
    background-position:center;
    background-size: cover;
    height: 100vh;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    padding:0 32px;
}

.banner-sadrzaj {
    position:absolute;
    z-index:2;
    background-color:  rgb(240, 230, 240, 0.65);
    bottom:0;
    left:0;
    width:100%;
    padding-bottom: 25px;
    }

.banner-sadrzaj h1{
    font-size: clamp(80px, 8vw, 150px);
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
   color: rgb(47, 5, 126);
   text-align: center;
}

.banner-sadrzaj  p{
    font-size: clamp(16px, 4vw, 35px);
    margin-bottom: 30px;
    color: rgb(0, 0, 0);
    margin-left: 25px;
    font-weight: bold;
    text-align: center;
  }

  .kupi{
    display: block;
        width: 150px;
        padding: 8px 16px;
        margin: 12px auto;
        background: gold;
        font-size: 16px;
        line-height: 1.5;
        font-family: "Assistant", 'sans-serif';
        font-weight: bolder;
        border-radius: 20px;
        cursor: pointer;
        border: none;
        outline: none;
        transition: 0.3s ease;
    }
        
        
    .kupi:hover{
        background: white;
        transform: scale(1.05);
    }

/* usluge */
#usluge{
    padding: 80px 40px;
    }

.usluge-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 16px;
}

.kino{
    width: 100%;
    height: 100%;
}

.top{
    font-weight: bold;
    text-transform: uppercase;
    color:  rgb(43, 31, 209);
    margin-bottom: 8px;
}

.usluge-naslov{
    margin-bottom: 16px;
    font-size: clamp(32px, 6vw, 48px);
}

.usluge-lista{
    list-style:none;
}

.usluge-nabrojane{
    margin-bottom: 24px;
    font-size: clamp(16px, 5vw, 19.2px);
    }

 .fa-check-square{
     color: rgb(43, 31, 209);
     margin-right: 8px;
 }   

 @media screen and (max-width: 768px){
     .usluge-container{
         grid-template-columns: 1fr;
     }
 }

 /*definiraj svoj cilj*/
#goal {
  padding: 32px 0px 48px;
  text-align: center;
  
}

#goal > div{
    display: inline-flex;
    justify-content: center;
    
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  flex-wrap: wrap;
  }

.box {
  text-align: center;
  width:270px;
  padding: 15px;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.box:hover {
  background-color: white;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.top2 {
  letter-spacing: 7px;
  color: black;
  margin-bottom: 48px;
  font-size: clamp(48px, 4vw, 48px);
}

.box p{
    font-size: 18px;
    margin-bottom: 16px;
    color:rgb(12, 25, 100);
    letter-spacing: 1px;
    white-space:normal;
}

.box h4{
    margin-bottom: 16px;
    font-size: 25px;
    text-transform: uppercase;
}

.fa-weight-hanging, .fa-heartbeat, .fa-dumbbell, .fa-running{
    font-size: 30px;
    color:rgb(43, 31, 209);
  }


/*članstva*/

#clanstvo{
    background:red;
    background-color: #d62828;
    color: white;
    padding: 0px 0px;
    text-align: center;
}

#clanstvo h1{
    margin-bottom: 16px;
    font-size: clamp(32px, 5vw, 48px);
    padding: 0 16px;
}

.clanstvo-par{
    margin-bottom: 48px;
    font-size: clamp(16px, 3vw, 24px);
    padding: 16px;
}

.clanstvo-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
    flex-wrap: wrap;
}

.clanstvo-kartica{
    padding: 16px;
    min-height: 450px;
    width: 325px;
    background: white;
    color: black;
    border-radius: 10px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
   
}

.clanstvo-kartica p{
    margin-bottom: 16px;
}


.clanstvo-kartica .pikona{
        font-size: 40px;
        margin-bottom: 32px ;
        color: black;
    }

    .clanstvo-kartica .ikona{
    font-size: 40px;
        margin-bottom: 32px ;
        color: silver;
}

.clanstvo-kartica .zlato{
    font-size: 40px;
        margin-bottom: 32px ;
        color: gold;
}
  .clanstvo-kartica h3{
      font-size: clamp(16px,5vw,32px);
      margin-bottom: 32px;
  }

  .clanstvo-kartica .dole1{
      font-size: 18px;
      margin-bottom: 133px;
  }

  .clanstvo-kartica .dole2{
      font-size: 18px;
      margin-bottom: 96px;
  }
    .clanstvo-kartica .dole3{
      font-size: 18px;
      margin-bottom: 96px;
  }

  .clanstvo-kartica em{
      font-size: 18px;
  }

  .clanstvo-opis{
      min-height: 150px;
  }

#trainer {
  padding: 80px 0 40px;
  text-align: center;
  }

#trainer > div{
    display: inline-flex;
    }

.opis {
  width: 300px;
  margin: 90px;
  padding: 15px;
  }

 .izvrnuto {
  margin-bottom: 15px;
  max-width: 300px;
 }


.kontejner {
  max-width: 1100px;
  margin: 0px;
  position: relative;
  flex-wrap: wrap;
  }

.paragraf{
      margin-left: 20px;
  }

.tim {
  letter-spacing: 7px;
  color: black;
  margin-bottom: 48px;
  font-size: clamp(48px, 4vw, 48px);
}
  
.best{
  color:black;
  font-size: 20px;

}

.opis p{
    font-size: 17px;
    margin-bottom: 16px;
    color:rgb(123, 123, 123);
    letter-spacing: 1px;
    white-space:normal;
}
#video {
    background-color: #f5f5f5;
    padding: 60px 20px;
    text-align: center;
}

.naslov-video {
    font-size: 32px;
    margin-bottom: 30px;
    color: #3b3b3b;
    font-family: 'Assistant', sans-serif;
}

.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-wrapper iframe {
    width: 80%;
    max-width: 900px;
    height: 500px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/*email*/

.email{
    background: #c1121f;
    background-size: cover;
    height: 450px;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .button{
    display: inline-block;
    width: 150px;
    padding: 8px 16px;
    margin-right: 16px;
    background: rgb(43, 31, 209);
    font-size: 16px;
    line-height: 2;
    font-family: "Poppins", 'sans-serif';
    font-weight: bolder;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.3s ease;
}
    .button:hover{
    background: white;
}

.email-sadrzaj{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email-sadrzaj h4{
    text-align: center;
    font-size: clamp(30px,3vw,35px) ;
    margin-bottom:60px;
    padding: 0 16px;
    color:white;
}

form{
    z-index: 10;
}

.form-wrap input{
outline:none;
border:none;
padding: 8px 16px;
width: 350px;
height: 50px;
margin-right: 16px;
border-radius: 4px;
background: rgb(240, 230, 240); 
}

footer {
  padding: 32px 0px 32px;
  text-align: center;
  background: #101010;
}

footer > div{
    display: inline-flex;
    justify-content: center;
    }

.footer-wrap {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  flex-wrap: wrap;
  }

.footer-opis h1{
    margin-bottom: 32px;
    color: white;
    font-size: 24px;
}

.footer-linkovi {
  text-align: center;
  width:400px;
  padding: 15px;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.footer-opis p{
    margin-bottom: 16px;
    color: rgb(240, 230, 240);
    }
 
.footer-opis a{
    text-decoration:none;
    color:  rgb(240, 230, 240);
    margin-left: 5px;
}  

.footer-opis a:hover {
  color: white;
  }

#phone{
        font-weight: bold;
        font-size: 19px;
    }

.footer-naslov{
    font-size: 18px;
    margin-bottom: 41px;
    color: rgb(240, 230, 240);
}

.down p{
    margin-bottom: 15px;
}

/*mediji*/

.mediji{
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 8px;
    color: rgb(240, 230, 240); 
    transition: 0.3s ease-in-out;
}

.mediji:hover{
    color: rgb(43, 31, 209); 
}

.copy{
    color:#535353;
}

/*shoping kartica*/

#shopping-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    background: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: background 0.3s ease-in-out;
}

#shopping-card:hover {
    background: black;
}

#shopping-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: rgb(0, 0, 0);
    color: white;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#shopping-side-menu {
    position: fixed;
    right: -350px;
    top: 0;
    width: 350px;
    height: 100%;
    background: white;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 3px solid #d32f2f;
}

#shopping-side-menu.open {
    right: 0;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-controls button {
    width: 25px;
    height: 25px;
    border: none;
    background: black;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s;
}

.quantity-controls button:hover {
    background: #b71c1c;
}

.item-price {
    font-weight: bold;
    color: #333;
}

#side-menu-action {
    padding: 15px;
    border-top: 2px solid #ddd;
    text-align: center;
}

.total-price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

#checkout-button {
    background: gold;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    width: 100%;
}

#checkout-button:hover {
    background: #ffffff;
}
/* email */
.email form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.email .button {
    background: rgb(43, 31, 209);
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
