/*
   _____                                    _
  / ____|                                  | |
 | (___  _ __   __ _  ___ ___  ___ ___   __| | ___
  \___ \| '_ \ / _` |/ __/ _ \/ __/ _ \ / _` |/ _ \
  ____) | |_) | (_| | (__  __/ (__ (_) | (_| |  __/
 |_____/| .__/ \__,_|\___\___|\___\___/ \__,_|\___|
        | |
        |_|

    ------------
    Version 0.1.23

*/

/* Import Fonts */
@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,900&display=swap');

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0);
    border-radius: 0px;
    background: #0a0a0b;
}

::-webkit-scrollbar-thumb {
    background-color: #346BD5;
    border-radius: 0px;
}

/* Website style */
* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    height: 100%;
    overflow-x: hidden;
    background-color: #140829;
}

a{
    text-decoration: none;
}

[data-aos] {
    pointer-events: none;
}
.aos-animate {
    pointer-events: auto;
}
.aos-init[data-aos][data-aos].aos-animate {
    transform: unset;
}

.row-center{
    display: flex;
    align-items: center;
}

/* Container */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0rem;
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1580px;
    }
}

.container-fluid--header{
    max-width: 100%;
}

@media (min-width: 1600px) {
    .container-fluid--header {
        max-width: 1920px;
    }
}

header{
    background-image: url('../img/background_main.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 60% right;
    background-repeat: no-repeat;
    position: relative;
}

.header__second{
    background-image: url('../img/background_main.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: bottom right 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}


.bg_shop{
    background-image: url('../img/tennis.png');

    background-position: bottom right 0;
 
    background-repeat: no-repeat;
    position: relative;
}

.login_a a {
    color: #5c5f82;
    font-weight: 400;
    margin-right: 20px;
}

.navbar{
    padding: 40px 0 30px;
    border-bottom: 1px solid rgba(74, 74, 74, 0.12);
}

.navbar, .navbar ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar li{
    list-style: none;
    margin: 0 15px;
}

.navbar li:nth-child(1){
    padding-right: 20px;
    margin-left: -40px;
}

.navbar a{
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    color: rgba(227, 227, 227, 0.71);
    transition: .3s;
}

.navbar a:hover{
    transition: .3s;
    color: white;
}
.mobile-show {
    display: none !important;
}

.row-center{
    display: flex;
    align-items: center;
}

.navbar img{
    margin-top: 3px;
    width: 140px;
}


.navbar__btn{
    background: #346BD5;
    padding: 16px 40px 16px 30px;
    border-radius: 50px;
    transition: .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: white;
    display: inline;
}

.navbar__btn a{
    text-align: left;
    display: inline-block!important;
    color: white;
}

.btn__register {
    background-color: #110B24;
    color: #ffffff;
    border: 1px solid #2C2E48;
    margin-right: 15px; 
}

.navbar__btn img{
    margin-left: 15px;
    margin-right: 9px;
    width: 20px;
    height: 20px;
}

.navbar-between{
    display: flex;
    justify-content: space-between;
}

.navbar__btn:hover{
    transform: scale(1.05);
    transition: .3s;
}

.navbar__btn a{
    color: white!important;
    display: flex;
    gap: 50px;
}

.header__content{
    padding: 70px 0;
}

.header__content p{
    color: #756C89;
    font-weight: 400;
    margin-top: 15px;
    width: 400px;
}

.header__content h6{
    color: #756C89;
    font-weight: 400;
    margin-bottom: 20px;
    width: 400px;
}

.header__content h3{
    color: white;
    margin-bottom: 20px;
    width: 500px;
}

.header__content h3 span{
    color: #346BD5;
}

.btn__section{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 120px;
}

.btn__header{
    background-color: #346BD5;
    border: none;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 40px;
    transition: .3s;
    font-weight: 400;
}

.btn__header img{
    width: 20px;
    height: 20px;
}

.btn__header:hover{
    transition: .3s;
    color: white;
}

.btn__color{
    gap: 15px;
    font-size: 14px;
    color: #ffffff;
}

.btn__light{
    background-color: #110B24;
    color: #ffffff;
    border: 1px solid #2C2E48;
}

.btn__light:hover{
    border: 1px solid #393c5b;
    transition: .3s;
}

.why{
    padding: 0px 0 50px;
}

.why .goal_title{
    margin-bottom: 23px;
}

.goal_title h4 span{
    color: #346BD5;
}

.desc{
    color: #ADA3C2;
    font-weight: 400;
    font-size: 14px;
    width: 85%;
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: center;
}

.desc span{
    color: #346BD5;
}

.why__card{
    padding: 26px!important;
    margin-bottom: 30px;
}

.why__card p span{
    color: #346BD5;
}

.why__card img{
    width: 50px;
    margin-bottom: 20px;
    border: 2px solid #393c5b;
    border-radius: 12px;
}

.why_img{
    width: 100%;
}

.why__card h4{
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
}

.why__card p{
    color: #756C89;
    font-weight: 400;
    font-size: 14px;
}



.wins{
    padding: 80px 0 20px;
}

.goal_title h6{
    color: #756C89;
    font-weight: 400;
    font-size: 15px;
}

.goal_title h4{
    color: white;
}

.win__card {
    width: 100%;
    position: relative;
    padding: 40px 35px;
    box-sizing: border-box;
    color: #FFF;
    background: linear-gradient(0deg, #140829 0%, #1a1b45 100%);
    background-clip: padding-box; /* Dodanie !important, jeśli jest konieczne */
    border: solid 2px transparent; /* Zmiana na zmienną CSS */
    border-radius: 1em;
  }
  
  .win__card:before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: calc(-1 * 2px); /* Zmiana na zmienną CSS i kalkulację */
    border-radius: inherit; /* Użycie inherit, aby zachować zaokrąglenie */
    background: linear-gradient(to bottom, #1c1d47, #251f3900);
  }

  .shop .win__card:before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: calc(-1 * 2px); /* Zmiana na zmienną CSS i kalkulację */
    border-radius: inherit; /* Użycie inherit, aby zachować zaokrąglenie */
    background: linear-gradient(to bottom, #3770cd, #251f3900);
  }

.win__title{
    display: flex;
    align-items: center;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    gap: 20px;
}

.win__card h5{
font-size: 16px;
}
.win__title span{
    color: #d9c645;
}

.win__title h2{
    font-size: 25px;
}


.win__title .hr{
    background-color: rgba(67, 67, 67, 0.41);
    height: 4px;
    width: 30px;
}

.add{
    padding: 100px 0;
}


.add__card{
    text-align: center;
}

.add__card p{
    font-weight: 400;
    color: #45486f;
    font-size: 15px;
    margin-bottom: 40px;
}

.add__card .img{
    width: 100px;
    margin-bottom: 20px;
}

.add .win__title{
    margin-bottom: 50px;
}

.add li{
    list-style: none;
    margin-left: -30px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #ccc;
    padding-bottom: 30px;
}

.footer{
    padding: 70px 0;
    margin-top: 130px
}

.footer img{
    width: 170px;
    margin-bottom: 30px;
}

.footer h5{
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    color: #756C89;
    margin-bottom: 50px;
    max-width: 900px;
}

.footer h6{
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    color: #ccc;
    opacity: 0.25;
}

.footer h6 a{
    color: white;
    opacity: 1!important;
}

.footer ul{
    display: flex;
    justify-content: flex-end;
}

.footer li{
    list-style: none;
    margin: 0 15px;
}

.footer a{
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    color: rgba(227, 227, 227, 0.71);
    transition: .3s;
}

.footer a:hover{
    transition: .3s;
    color: white;
}

.shop{
    margin-bottom: -20px;
}

.shop h2{
    color: white;
    text-align: center;
    padding: 28px 0;
    font-size: 28px;
    font-weight: 500;
}

.shop .line{
    margin-top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.shop__title{
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
}

.shop__card h6{
    color: #beb3d5;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}

.shop__card h6 span, .shop  h5 span{
    color: white;
}

.shop h2 span{
    color: #346BD5;
}

.shop__card h5{
    text-align: center;
}

.shop__card  h5, .shop  h5{
    font-size: 15px;
    text-align: center;
    color: #beb3d5;
    font-weight: 400;
}

label{
    font-weight: 500!important;
}

.shop_line{
    text-align: center;
    margin-bottom: 15px;
}

.shop__card .btn__header{
    padding: 16px 20px!important;
    margin: 0 20px;
}

.check_list li img{
    width: 30px;
    height: 30px;
}

.check_list li p{
    font-weight: 400;
    font-size: 14px;
    color: #beb3d5;
}

.shop .win__card{
    padding: 40px 26px;
}

.check_list{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.check_list .list{
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.check_list li p span{
    color: #346BD5;
}

.title{
    display: flex;
    align-items: center;
}

.title .hr{
    margin-top: -12px;
    margin-left: -50px;
    margin-right: 20px;
    background-color: #d9c645;
    height: 4px;
    width: 30px;
}

.shop__card h1{
    margin-top: 50px;
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 60px;
}

.sh-trans{
    background: transparent!important;
}

.shop__card span{
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #929292
}

.slider{
    margin-top: 40px;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: left;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
}

.swiper-pagination-bullet{
    border-radius: 6px!important;
    background: #423164!important;
}

.swiper-pagination-bullet-active{
    background: #346BD5!important;
}


.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide img {
    border-radius: 18px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #231838;
    margin-bottom: 60px;
}

.swiper{
    position: relative;
}

.btn__only{
    display: none;
}

.nav__mobile{
    display: none;
}

.header{
    width: 100%;
}

.navbar__links{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.navbar-between{
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 1300px) {

    header{
        background-position: top;
    }

    .navbar{
        padding:20px 0;
    }

    .nav__mobile{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 6%;
    }

    .btn__only{
        margin-top: 50px!important;
        padding: 17px 40px!important;
        display: block;
        background-color: #2c2e4800!important;
        border: 1px solid #2C2E48;
        color: white!important;
        width: 300px;
        
    }

    .btn__only a{
        color: rgb(255, 255, 255)!important;
        font-weight: 400;
        font-size: 15px;
    }

    .btn--hidd{
        display: none;
    }

    .navbar__links{
        display: none!important;
        position: absolute;
        top: 270px;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 20px;
        width: 100%;
        z-index: 999;
        background-color: #130A25;
        padding: 50px 4%;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }

    .navbar__links--active{
        display: block!important;
    }

    .btn__only img{
        display: none;
    }

    .navbar__links ul{
        display: block!important;
    }

    .navbar__links ul li:nth-child(1){
        display: none;
    }

    .first_item li:nth-child(1){
        display: block!important;
        margin-left: 0px;
    }

    .navbar__links ul li{
        margin: 12px 0;
    }

    .navbar__links ul li a{
        font-size: 15px!important;
    }

    .header__content{
        padding: 100px 6% 0px;
        margin-bottom: -30px;
    }

    .navbar__links img{
        margin-left: 30px;
        margin-bottom: 20px;
    }



    .scroll{
        margin-bottom:20px;
    }

    .why{
        padding: 80px 6% 40px;
    }

    
    .header__content h6{
        color: #756C89;
        font-weight: 400;
        margin-bottom: 20px;
        width: 300px;
    }

    .header__content h3{
        color: white;
        margin-bottom: 20px;
        width: 300px;
    }

    .header__content p{
        width: 340px;
    }

    .footer{
        padding: 70px 6%;
    }

    .footer ul{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 50px;
    }

    .footer li{
        list-style: none;
        margin: 12px 0px;
        margin-left: -30px;
    }

    .shop{
        padding: 0 6%;
    }

    .shop svg{
        display: none;
    }
    .mobile-show {
        display: inline !important;
    }

}

@media only screen and (max-width: 600px) {
    .btn__section{
        flex-direction: column;
    }
}

.status{
    margin-top: -40px;
}

.status h1{
    font-weight: 600;
    font-size: 35px;
    text-align: left;
    color: #ffffff;
}

.status  h6{
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #756C89;
}

.status h5{
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #756C89;
}

.status .scroll{
    margin-top: 100px;
}

.status span{
    color: white;
}


.status--app{
    border: 3px solid #346BD5;
    border-radius: 50px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
    transition: .3s;
    color: #346BD5;
    width: 470px;
    margin: 50px 0;
}

.scroll {
    display: flex;
    gap: 22px;
    align-items: center;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    color: #767994;
    transition: 0.3s;
}

@media only screen and (max-width: 1300px) {
    .status{
        padding: 100px 6%;
    }

    .status--app{
        width: 100%;
    }

    .header__second{
        background-position: 0% 50%;
    }

}

.buy__info{
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 600px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.13);
    margin-bottom: 30px;
}

.buy__info img{
    width: 40px;
}

.buy__info .inf{
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #756C89;
    margin-top: -5px;
}

.buy__info .inf a{
    color: white;
}

.b--inf{
    font-weight: 500!important;
    font-size: 15px;
    text-align: left;
    color: #fff!important;
    margin-bottom: 20px;
}

input{
    background: transparent;
    border: 2px solid #2C2E48;
    margin-bottom: 20px;
    padding: 20px 30px;
    width: 600px;
    border-radius: 50px;
    color: white;
}

input:focus{
    outline: none;
    border: 3px solid #346BD5;
}

.terms{
    font-weight: normal;
    font-size: 14px!important;
    text-align: left;
    color: #8a8a8a;
}

.terms a{
    color: white;
}

.status .btn__header{
    width: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.checkbox-container {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
}

.check{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.check h5{
    font-size: 14px!important;
}

.pay__row{
    width: 600px;
    margin-bottom: 20px;
}

.checkbox-container input {
    display: none;
}

.checkmark {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 3px solid #2C2E48;
    margin-right: 8px;
}

.status .btn__header{
    width: 250px;
}

.checkmark::after {
    margin-top:0.5px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #346BD5;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.checkbox-container input:checked ~ .checkmark::after {
    opacity: 1;
    border: 3px solid #346BD5!important;
}

.checkbox-container:hover .checkmark {
    border-color: #346BD5;
}

@media only screen and (max-width: 1300px) {
    .buy__info{
        width: auto;
    }

    input{
        width: 100%;
    }

    .pay__row{
        width: auto;
        margin-bottom: 60px;
    }

    .status .btn__header{
        width: auto!important;
    }

}

.header__third{
    background: transparent;
}

.main__title h1{
    font-weight: 600;
    font-size: 35px;
    text-align: left;
    color: #346BD5;
}

.main{
    padding: 50px 0 50px;
}

.main__title{
    margin-bottom: 50px;
}

.main__title p{
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #ADA3C2;
}

.main__info{
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 14px!important;
    color: #ADA3C2;
}

@media only screen and (min-width: 500px) and (max-width: 1300px) {
    .adv__card{
        margin-bottom: 30px!important;
    }
}

@media only screen and (max-width: 1300px) {
    .main{
        padding: 100px 6%;
    }

    .main .shop__card .btn__header svg{
        display: none;
    }
}

.main input{
    width: calc(100% - 25px);
}

.main-set .main__info{
    color: #787878;
}

label{
    font-weight: 600!important;
    font-size: 14px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

button{
    background: transparent;
}

.main button{
    width: 300px;
}

@media only screen and (max-width: 1300px) {
    .main input{
        width: 100%;
    }

    .main button{
        width: 100%;
    }
}

.type img{
    width: 100%;
    border-radius: 11px;
}

.type__add{
    text-align: center;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid rgba(112, 112, 112, 0.29);
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
}

.type__add h1{
    font-weight: 600;
    font-size: 100px;
    color: #346BD5;
}

.type__add  h5{
    color: #ADA3C2;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 60px;
}

.type__add svg{
    display: none;
}

@media only screen and (max-width: 1300px) {
    .type img{
        margin-bottom: 40px;
    }
}


.cookie__alert {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.59);
    border: 2px solid #346BD5;
    z-index: 999;
    width: 350px;
    padding: 30px;
    font-size: 13px;
    color: white;
    font-weight: 400;
}

.close {
    position: absolute;
    right: 28px;
    top: 20px;
}

.panel-offer a{
    width: 100%;
}