:root {
    --primary: #000000;
    --secondary: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    --secondary1: linear-gradient(to right, #BF953F, #FCF6BA, #B38728);
    --secondary2: #DDB962;
    --light: #F6F4F9;
    --dark: #04000B;
    --light-green: #D8FFDA;
    --shadow-gold: rgb(221, 185, 98, 0.8)
}

body {
    background-color: var(--light);
    font-family:"Poppins",sans-serif
}
.hover a:hover{
    color: var(--secondary2);
}
a:hover{
    color: var(--secondary2);
}
.bg-primary {
    background-color: #000000 !important;
}
.hero-header {
    padding: 5rem,0px;
}

.text-primary {
    color: var(--primary) !important;
}
.line-1 {
    line-height: 1;
}

.poznaj-li{
    line-height: 1.5;
    font-size: 20px;
    color: var(--light);
    text-align: left !important;
}

h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 10px;
}

.font-0px{
    font-size: 0px;
}
.font-70px{
    font-size: 70px;
}
.font-80px{
    font-size: 80px;
}
.font-60px{
    font-size: 60px;
}
.font-50px{
    font-size: 50px;
}
.font-40px{
    font-size: 40px;
}
.font-35px{
    font-size: 35px;
}
.font-30px{
    font-size: 30px;
}

.font-25px{
    font-size: 25px;
}
.font-20px{
    font-size: 20px;
}
.font-15px{
    font-size: 15px;
}
.font-10px{
    font-size: 10px;
}
.grande-font {
    font-size: 4vw;
}
.medium-font {
    font-size: 2vw;
}
.smal-font {
    font-size: 1vw;
}
.text-pseudo-gold {
    color: #c79c49;
}

.background-gold {
    /* background: linear-gradient(45deg,#BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); */
    background: var(--light);

}
.background-gold-footer {
    /* background: linear-gradient(145deg,#BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); */
    background: var(--light);
}

.background-black {
    background-color: #000000;
}
.background-black-2 {
    background-color: #040404;
}
.background-black-3 {
    background-color: #110E0D !important;
}
.bg-light-green{
    background: var(--light-green);
}

.color-white {
color:var(--light);
}
.color-gold {
        font-weight: 800;
        color: transparent;
        /* font-size: 40px; */
        background: linear-gradient(45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
        background-position: 40% 50%;
        -webkit-background-clip: text;
        text-align: center;
        letter-spacing: -1px;
}

.color-gold-fit-szkolenia > * {
    font-weight: 400;
    color: transparent;
    font-size: 25px;
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    background-position: 40% 50%;
    -webkit-background-clip: text;
    text-align: center;
    letter-spacing: -1px;
}
.color-gold-fit-szkolenia {
    font-weight: 400;
    color: transparent;
    /* font-size: 25px; */
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    background-position: 40% 50%;
    -webkit-background-clip: text;
    text-align: center;
    letter-spacing: -1px;
}

.color-gold-align-free {
    font-weight: 800;
    color: transparent;
    /* font-size: 40px; */
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    background-position: 40% 50%;
    -webkit-background-clip: text;
    letter-spacing: -1px;
}

.align-center-height {
    justify-content: center;
    align-items: center;
}

.btn-gold {
    background: var(--secondary1);
    color: var(--primary);
}
.btn-gold .btn:hover {
    color: var(--light);
    background: var(--secondary1);
}
.btn-simple-gold{
    color: var(--dark);
    background: var(--secondary1);
}

.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.relative {
    max-width: -webkit-fill-available;
}
.bg-rainbow {
    background: linear-gradient(90deg, rgba(80, 200, 120, 1) 25%, rgba(0, 197, 255, 1) 50%, rgba(243, 142, 234, 1) 75%, rgba(251, 154, 84, 1) 100%);
}

.navbar-logo {
    display: flex;
    max-height: 90px;
}

table.center {
    margin-left: auto; 
    margin-right: auto;
  }

.center {
    text-align: center;
    justify-content: center;
}

.line-trought {
    text-decoration: line-through;
}
.line-trought-red {
    text-decoration: line-through;
    color:red;
}

span.inner {
    color: white;
}
span.outer {
    color: red;
    text-decoration: line-through;
}
.trainer{
    position: relative;
    /* display:inline-block; */
    width: 100%;
}
.main-logo{
    max-width: 300px;
    height: auto;
    }

.image-shadow {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.li-checkmark{
    list-style-type: none;
    padding: 0;
}
    
.li-checkmark li {
    margin-left: 2em; /* Adjust the spacing between the icon and text as needed */
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    padding-left:3rem;
    margin-left:1rem;
}
.middle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 25vh; /* Pełna wysokość ekranu */
    text-align: center;
}

/* .middle2 {
    width: 180px;
    height: 180px;
} */
  
.shadow-img {
        display: block;
        width: 187px; /* Dopasuj do rozmiaru */
        height: 184px;
        border-radius: 50%;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.3);
    }
  .trainer:hover .image-shadow {
    opacity: 0.3;
  }
  
  .trainer:hover .middle {
    opacity: 1;
  }

  .btn-gold{
    color: var(--dark);
    background: var(--secondary1);
  }
  .padding-t-15 {
    padding-top: 15px;
  }
  .button-gold1 {
    height: 60px;
    background: url('../img/button.png');
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
    background-size:contain;
    transition: .5s;
  }

  .color-gold-button {
    font-weight: 600;
    color: transparent;
    /* font-size: 40px; */
    background: linear-gradient(45deg, #e2b251, #FCF6BA, #e6af38, #FBF5B7, #e6a029);
    background-position: 40% 50%;
    -webkit-background-clip: text;
    text-align: center;
    /* letter-spacing: -1px; */
}
.main-text {
    position: absolute;
    transform: translate(120px, -190%);
    -ms-transform: translate(120px, -190%);
}
.nav-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    font-family:"Jost",sans-serif
}

.href-red-button{
    max-width: 225px !important;
}
.hover-gold:hover{
    box-shadow: 0 0 50px var(--shadow-gold) !important;
    color: var(--secondary2) !important;
}

.btn:hover {
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.9);
    color: #b80000;
}
.button-gold1:hover {
    text-shadow: 0 10px 20px rgba(255, 230, 1, 0.9);
}

.text-left {
    text-align: left !important;
  }

.max-600px{
    max-width: 600px;
}

.cert-max{
    max-height: 800px;
}
.gwarancja-img{
    max-width: 300px;

}
.glow-text{
    text-shadow: 7px 5px 10px rgba(255, 0, 0, 0.9);
}
.display-inline-flex{
    display: inline-flex;
}
.display-inline-flex div{
    display: inline-flex;
}

.no-border{
    border: 0px;
}
.cart-quantity{
    width: 80px;
}

.front-input{
    height: 40px;
    border-width: 1px;
    border-radius: 7px;
}
.input-medium{
    width: 200px
}

.input-large{
    width: 300px
}

.small-image{
    max-width: 100px;
}

.medium-phone-image{
    max-width: 250px;
}

.basket {
    /* background-color: #f3e18f; */
    background-color: #fff;
    padding: 10px;
    margin-left: 170px;
    margin-right: 170px;
    border-radius: 20px; 
    color: var(--dark);
}

.basket-header {
    display: flex;
    background-color: #eccb5d;
    font-weight: bold;
    border-radius: 10px;
    color: var(--dark);
}

.basket-item {
    display: flex;
    padding: 5px;
}

/* Additional CSS styles for each column */
.item-image {
    width: 200px; /* Adjust as per your image size */
}

.item-name {
    flex-grow: 1; /* This will make the name column expand to fill remaining space */
}

.item-quantity {
    display: flex;
    align-items: center;
    width: 120px; /* Adjust as per your text length */
}

.item-price {
    width: 120px;
}

.delete-item {
    width:30px;
    margin-left: auto; /* This will push the delete button to the right */
}

.avatar {
    display: inline-flex;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  
  .avatar .avatar-img {
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 2rem;
    width: auto;
  }
  
  .avatar-xs {
    height: 1.25rem;
    width: 1.25rem;
  }
  
  .avatar-xs .avatar-img {
    height: 1rem;
  }
  
  .avatar-sm {
    height: 1.75rem;
    width: 1.75rem;
  }
  
  .avatar-sm .avatar-img {
    height: 1.5rem;
  }
  
  .avatar-lg {
    height: 2.5rem;
    width: 2.5rem;
  }
  
  .avatar-lg .avatar-img {
    height: 2.5rem;
  }
  
  .avatar-xl {
    height: 3rem;
    width: 3rem;
  }
  
  .avatar-xl .avatar-img {
    height: 3rem;
  }
  
  .avatar-xxl {
    height: 3.75rem;
    width: 3.75rem;
  }
  
  .avatar-xxl .avatar-img {
    height: 3.75rem;
  }
  
  .avatar-busy::before,
  .avatar-idle::before,
  .avatar-offline::before,
  .avatar-online::before {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 20%;
    height: 20%;
    border-radius: 50%;
    background-color: #d4dae3;
    border: 0.0625rem solid #fff;
  }
  
  .avatar-busy::before {
    background-color: #e81500;
  }
  
  .avatar-idle::before {
    background-color: #f4a100;
  }
  
  .avatar-offline::before {
    background-color: #d4dae3;
  }
  
  .avatar-online::before {
    background-color: #00ac69;
  }
  
  .avatar-3xl {
    height: 8.75rem;
    width: 8.75rem;
  }
  
  .avatar-3xl .avatar-img {
    height: 8.75rem;
  }

  
  .overlay-img {
    position: absolute;
    top: -19%;
    left: -20%;
    width: 140%;
    height: 140%;
    z-index: 2;
    /* background-image: url("../img/logo_alfa-puste.png"); */
 }
.limited-width {
    max-height: 800px; /* Set the maximum width */
    overflow: hidden; /* Hide content that overflows */
    text-overflow: ellipsis; /* Display an ellipsis (...) when content is truncated */
    cursor: pointer; /* Set cursor to pointer for indicating interactivity */
}
.image-background {
    max-width: 800px; /* Set the width of the div */
    background-image: url('img/backgroud_template.jpg'); /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: cover; /* Cover the entire div with the background image */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Do not repeat the background image */
}
#countdown {
    display: inline-flex;

    align-items: center;
    justify-content: center;
}
.max-400 {
    max-width: 400px;
}
.form-group {
    margin-bottom: 1rem;
  }
.m-6 {
    margin: 5rem !important;
  }
  
  .mt-6,
  .my-6 {
    margin-top: 5rem !important;
  }
  
  .mr-6,
  .mx-6 {
    margin-right: 5rem !important;
  }
  
  .mb-6,
  .my-6 {
    margin-bottom: 5rem !important;
  }
  
  .ml-6,
  .mx-6 {
    margin-left: 5rem !important;
  }
  
@keyframes blink-animation {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
.mxw-200 {
    max-width: 200px;
}
.mxw-300 {
    max-width: 300px;
}
.mxw-100 {
    max-width: 100px;
}

.blinking-text {
    animation: blink-animation 4s linear infinite; /* Change the duration as needed */
}

.image-border {
    border: 2px solid var(--secondary2); /* Border style */
    border-radius: 10px; /* Rounded border radius */
}
.no-flex {
    flex: none;
}

.light-green{
    background-color: #dbffcd;
   }
   
.light-red{
    background-color: #f8d6d6;
    }

.rounded{
    border-radius: 10px;
}

.flex {
    display:flex;
}
  .video-mobile {
    background-color: #000; /* Black background */
    border-radius: 15px;
    position: relative;
    width: 100%; /* Reduce the width by 20% */
    /* padding: 30%;  */
    overflow: hidden;
  }
  
  .video-mobile iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .vertical-video{ 
    position: relative;
  }
  .video-container {
    position: relative;
    padding-bottom: 177.78%; /* 16:9 aspect ratio (change as needed) */
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  .video-mobile-s {
    background-color: #000; /* Black background */
    border-radius: 15px;
    position: relative;
    width: 40%;
    padding: 11%; 
    overflow: hidden;
  }
  .video-mobile-s iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .border-wide {
    border-width: 4px;
    border-style: solid;
    border-radius: 50px;
  }

  /* AVATAR FROM ADMIN  */
  .avatar {
    display: inline-flex;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  
  .avatar .avatar-img {
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 2rem;
    width: auto;
  }
  
  .avatar-xs {
    height: 1.25rem;
    width: 1.25rem;
  }
  
  .avatar-xs .avatar-img {
    height: 1rem;
  }
  
  .avatar-sm {
    height: 1.75rem;
    width: 1.75rem;
  }
  
  .avatar-sm .avatar-img {
    height: 1.5rem;
  }
  
  .avatar-lg {
    height: 2.5rem;
    width: 2.5rem;
  }
  
  .avatar-lg .avatar-img {
    height: 2.5rem;
  }
  
  .avatar-xl {
    height: 3rem;
    width: 3rem;
  }
  
  .avatar-xl .avatar-img {
    height: 3rem;
  }
  
  .avatar-xxl {
    height: 3.75rem;
    width: 3.75rem;
  }
  
  .avatar-xxl .avatar-img {
    height: 3.75rem;
  }
  
  .avatar-busy::before,
  .avatar-idle::before,
  .avatar-offline::before,
  .avatar-online::before {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 20%;
    height: 20%;
    border-radius: 50%;
    background-color: #d4dae3;
    border: 0.0625rem solid #fff;
  }
  
  .avatar-busy::before {
    background-color: #e81500;
  }
  
  .avatar-idle::before {
    background-color: #f4a100;
  }
  
  .avatar-offline::before {
    background-color: #d4dae3;
  }
  
  .avatar-online::before {
    background-color: #00ac69;
  }

  /* END AVATAR FORM */
  .avatar-3xl {
    height: 8.75rem;
    width: 8.75rem;
  }
  
  .avatar-3xl .avatar-img {
    height: 8.75rem;
  }
  .avatar-4xl {
    height: 12.75rem;
    width: 12.75rem;
  }
  .avatar-4xl .avatar-img {
    height: 12.75rem;
  }

  
  .overlay-img {
    position: absolute;
    top: -19%;
    left: -20%;
    width: 140%;
    height: 140%;
    z-index: 2;
    /* background-image: url("../img/logo_alfa-puste.png"); */
 }
 .wrap-break {
    white-space: pre-wrap;
}

 .image-container {
    position: relative;
}
@media (min-width: 706px) {

.desktop-margin {
    padding: 6rem 0;
}
}

@media (max-width: 576px) {
    .basket {
        padding: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .basket-header{
        flex-direction: column;
        align-items: center;
        display: none;
    }

    .basket-item {
        flex-direction: column;
        align-items: center;
    }
    
    .basket-header span,
    .basket-item span {
        margin-bottom: 5px;
    }
    
    .item-image {
        height: auto;
        width: 100%;
        max-width: 200px;
        margin: 0 auto; 
    }
    
    .item-quantity {
        width: 100%;
        max-width: 100px;
    }

    .item-price {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    .center-mobile {
        display: flex;
        justify-content: center;
    }
    .mobile-column {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .main-text {
        transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
    }
    .first-box-logo{
        margin-top: 0px
    }
    .navbar-light .navbar-toggler{
        border-color: #BF953F;
    }
    .nav-title{
        font-size: 20px;
    }
    h1 {
        font-size: 70px;
    }
    h2 {
        font-size: 50px;
    }
    .phone-display-none{
        display: none;
    }
    .cart-quantity{
        width: 40px;
    }

    .poznaj-li{
        line-height: 1;
        font-size: 15px;
        padding-bottom: 0.25rem
    }
    .middle {
        padding-left:0rem;
        margin-left:0rem;
    }
}

@media (min-width: 1400px){
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 2640px;
    }
    .for-you-margin{
        padding-left: 100px;
        padding-right: 60px;
    }
}
@media (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
    .w-200 {
        min-width: 200px;
    }
    .w-150 {
        min-width: 150px;
    }
    .w-110 {
        min-width: 110px;
    }
    .mxw-200 {
        max-width: 120px;
    }
    .mxw-300 {
        max-width: 190px;
    }
    .mxw-100 {
        max-width: 60px;
    }
    .video-mobile {
        margin: 0px;
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* Adjust this value to match the desired aspect ratio (e.g., 16:9 is 56.25%) */
        overflow: hidden;
      }
      .video-mobile-s{
        margin: 0px;
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* Adjust this value to match the desired aspect ratio (e.g., 16:9 is 56.25%) */
        overflow: hidden;
      }
}
.text-container {
    overflow: hidden;
    position: relative;
}

.text2 {
    transition: height 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-more {
    position: sticky;
    margin-left: 35%;
    margin-right: 35%;
}

.center-vertical {
    display: flex;
    align-items: center;
    height: auto;
    flex-direction: column;
}
.company-fields {
    display: none;
}

/* #toggleCompanyFields:checked ~ .company-fields {
    display: inherit;
} */
.video-thumbnail {
    position: relative;
    width: 100%;
    max-width: 560px; /* Maksymalna szerokość dla wideo 16:9 */
    padding-top: 56.25%; /* Proporcja 16:9 */
    background: black;
    border-radius: 8px;
    overflow: hidden;
}
.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Zapewnia, że obrazek zachowa swoje własne proporcje w kontenerze */
    border-radius: 8px;
}
.video-thumbnail .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background-color: rgba(255, 0, 0, 0.8); /* Czerwony kolor przycisku */
    border: none;
    cursor: pointer;
    padding: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-thumbnail .play-button::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 16px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.video-container2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-container2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.vimeoTest-container {
    position: relative;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
  }
  
  .vimeoTest-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  @media (min-width: 941px) {
    .vimeoTest-container {
      height: 300px;
    }
  
    .vimeoTest-iframe {
      height: 100%;
    }
  }
  
  @media (max-width: 940px) {
    .vimeoTest-container {
      height: auto;
      max-height: none;
      padding-top: 144.25%;
    }
  
    .vimeoTest-iframe {
      height: 100%;
    }
  }