*{
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    overflow-x: hidden;
}

a{
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.container{
    width: 90% !important;
    margin: auto !important;
}

.back{
    background-color: rgba(5, 0, 78, 1);
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

header {
    position: relative;
    margin-top: 74px;
}

header img {
    transition: .5s;
}

.header-item{
    position: absolute;
    top: 2%;
    left: 0%;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-header{
    width: 30%;
    text-align: center;
}

.left-header img{
    width: 20%;
    border-radius: 20px;
    margin-right: 190px;
}

.mid-header{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 40%;
    font-size: 20px;
}

.right-header{
    width: 30%;
    text-align: center;
}

.right-header a{
    margin-left: 10px;
    font-size: 20px;
}

.header-title{
    position: absolute;
    top: 30%;
    left: 6%;
    color: white;
    font-size: 30px;
}

.header-title span{
    color: rgb(233, 45, 116);
}

.title1 {
    display: none;
}

.title2 {
    display: none;
}

.title3 {
    display: none;
}

.active {
    display: block;
}

.hide {
    display: none;
}

.header-des{
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-align: center;
    width: 80%;
    position: absolute;
    top: 80%;
    left: 10%;
    background-color: white;
    color: black;
}

.header-des div{
    padding-top: 10px;
    padding-bottom: 5px;
    width: 22%;
}

.header-des p{
    opacity: 70%;
}

.header2 {
    display: none;
}

.slide2{
    display: none;
}

.slide2-des{
    display: none;
}

.workouts{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 200px !important;
    text-align: center;
}

.workout{
    position: relative;
    width: 33%;
}

.workout-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    text-align: center;
}

.workout-title h3{
    font-size: 25px;
    margin: 0;
}

#workout-second{
    justify-content: space-between !important;
    margin-top: 50px !important;
}

#workout-second div{
    width: 48%;
}

#workout-second img{
    width: 93%;
}

#workout-second h3{
    font-size: 40px;
}

.gym{
    position: relative;
    margin-top: 100px;
}

.gym-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
    position: absolute;
    top: 14%;
    left: 10%;
}

.gym-left{
    width: 50%;
}

.left-gym img{
    display: inline-block;
    margin-right: 10px !important;
}

.right-gym{
    width: 50%;
}

.right-gym h2{
    font-size: 50px;
    color: white;
    margin: 0;
}

.right-gym p{
    color: white;
    line-height: 25px;
    opacity: 70%;
}

.right-gym h2 span{
    color: rgb(233, 45, 116);
}

.gym-des{
    display: flex;
    justify-content: space-between;
    align-items: start;
    color: white;
}

.gym-des span{
    display: block;
    margin-top: 10px;
}

.first{
    padding: 10px 15px;
    border-radius: 20px;
    margin-top: 20px;
}

.second{
    padding: 10px 15px;
    border-radius: 20px;
    color: white;
    background-color: rgb(233, 45, 116);
    margin-top: 30px;
}

.products-title {
    margin-top: 100px !important;
}

.products-title h2{
    font-size: 40px;
    margin-bottom: 10px;
}

.products-title p{
    opacity: 70%;
}

.products{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 50px !important;
}

.product-card{
    width: 24%;
    position: relative;
    overflow: hidden;
}

.product-card img{
    width: 100%;
}

.product-card:hover img{
    transform: scale(1.1);
    transition: .5s;
}

.product-card-title{
    position: absolute;
    top: 2%;
    left: 2%;
}

.product-card-title h3{
    margin-top: 0;
    margin-bottom: 5px;
}

.product-card-title span{
    opacity: 70%;
    font-size: 14px;
}

.product-price{
    position: absolute;
    top: 92%;
    left: 4%;
    color: #E92D74;
}

.biginners{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 100px !important;
}

.left-beginner h2{
    font-size: 50px;
    margin: 0;
}

.left-beginner h2 span{
    color: #E92D74;
}

.left-beginner p{
    opacity: 70%;
}

.biginner-item {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.biginner-item img{
    width: 20%;
}

.right-beginner div{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 20px;
}

.work{
    position: relative;
    margin-top: 100px;
}

.work img{
    width: 100%;
}

.work-card{
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}

.work-right{
    width: 50%;
    color: white;
}

.work-right h2{
    font-size: 50px;
    margin: 0;
}

.work-right h2 span{
    color: #E92D74;
}

.work-right p{
    opacity: 70%;
}

.work-count {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.work-count p{
    font-size: 14px;
}

.coaches{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px !important;
}

.left-coach{
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.left-coach-img{
    position: relative;
    width: 48%;
}

.left-title{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
}

.left-title h3{
    margin-bottom: 5px;
}

.left-title span{
    display: block;
}

.left-title a{
    margin-top: 10px;
    padding-right: 5px;
}

.right-coach{
    text-align: center;
}

.right-coach h2{
    font-size: 50px;
    margin: 0;
}

.right-coach h2 span{
    color: #E92D74;
}

.right-coach p{
    opacity: 70%;
}

.adress{
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-color: #252424;
    color: white;
    margin-top: 100px;
}

.left-adress {
    padding-left: 80px;
}

.left-adress h2{
    font-size: 50px;
    margin: 0;
}

.left-adress h2 span{
    color: #E92D74;
}

.left-adress p{
    opacity: 70%;
}

.adress-item{
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.adress-item div{
    width: 100%;
}

.adress-item-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adress-item-img div span{
    display: block;
}

.adress-item-img img{
    width: 20%;
    margin-right: 10px;
}

.fllow{
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.fllow a{
    padding-right: 10px;
}

.fllow div{
    width: 50%;
}

.fllow button{
    background-color: #E92D74;
    color: white;
    border: 0;
    padding: 10px 15px;
    border-radius: 20px;
}

.fllow button a{
    padding-left: 5px;
}

.right-adress img{
    width: 100%;
}

.users{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 3px;
}

.user {
    position: relative;
    overflow: hidden;
}

.user img{
    width: 100%;
}

.mask{
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.507);
    color: white;
    height: 254px;
    width: 254px;
    padding-top: 220px;
}

.user:hover .mask{
    top: 0;
    transition: .5s;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-color: #1A1A1A;
    padding: 20px;
    color: white;
}

.footer-adress{
    width: 40%;
}

.footer-adress img{
    width: 20%;
    border-radius: 20px;
}

.footer-adress p{
    opacity: 50%;
}

.footer-adress span{
    opacity: 50%;
    display: block;
    margin-top: 5px;
}

.links{
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 60%;
}

.links a{
    display: block;
    margin-top: 10px;
    opacity: 50%;
}

.second-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1A1A1A;
    color: white;
    padding: 0 20px 0 20px;
}

.developer a{
    text-decoration: underline;
}

.developer a:hover{
    opacity: 50%;
}

/* ----------------------------------------------------------- */

/* ------------------------------------------------------------------- */
@media (max-width: 768px) {
    /* .social {
        width: 40%;
        font-size: 14px;
    }

    .social a {
        margin-left: 5px;
    }

    .address {
        width: 60%;
        font-size: 14px;
    }

    header{
        display: none;
    }

    .about{
        display: none;
    }

    .slide2{
        display: block;
    }

    .header2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px 0 20px;
        text-align: center;
        background-color: #1A1A1A;
        height: 60px;
    }

    .logo2 {
        width: 50%;
        text-align: left;
        padding-left: 30px;
    }

    .logo2 img {
        width: 40%;
    }

    .header2 nav {
        width: 50%;
        position: relative;
    }

    .header2 nav div {
        display: none;
        position: absolute;
        top: -100%;
        left: -10%;
        z-index: 2;
        width: 220px !important;
        height: 700px;
        background-color: #000000;
        color: white;
        text-align: left;
        padding-top: 50px;
        border: 1px solid white;
    }

    .header2 nav div a {
        display: block;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #F3F3F3;
    }

    .close {
        z-index: 2 !important;
        position: absolute;
        top: -40%;
        right: 150%;
        margin: 0;
    }

    .active {
        display: inline-block !important;
        right: -5%;
    }

    .slide2 {
        position: relative;
    }

    .slide2-des {
        position: absolute;
        top: 20%;
        left: 10%;
        font-size: 12px;
        color: white;
        display: block;
    }

    .slide2 h1 span{
        color: #E92D74;
    } */

    /* header{
        width: 100% !important;
    } */

    /* .header-item {
        width: 100% !important;
        text-align: center;
    } */

    .left-header {
        width: 15%;
    }
    
    .left-header img {
        width: 50%;
    }

    .mid-header{
        width: 45%;
    }

    .mid-header a{
        padding-right: 10px;
    }

    .right-header {
        width: 40%;
    }

    .header-title h1 {
        font-size: 35px;
    }
    
    .header-des{
        width: 90%;
        left: 5%;
    }

    .workouts{
        /* display: block; */
        margin-top: 300px !important;
        padding: 0;
    }

    .workout{
        width: 33%;
        display: inline-block;
    }

    .workouts img{
        width: 100%;
    }

    #workout-second {
        display: block;
        margin-top: 20px !important;
    }

    #workout-second div{
        width: 49%;
        display: inline-block;
    }

    #workout-second img{
        width: 100%;
    }

    .gym{
        display: none;
    }

    /* .products-title{
        text-align: center;
        margin: 0 !important;
    } */

    /* .products-title h2{
        font-size: 25px;
    }

    .products-title p{
        font-size: 16px;
    } */

    .products{
        display: block;
        margin: 0 !important;
        padding-left: 90px;
    }

    .product-card{
        width: 49%;
        display: inline-block;
        margin-top: 20px;
    }

    .biginners {
        display: none;
    }

    .work{
        display: none;
    }

    .coaches{
        display: none;
    }

    .adress {
        padding: 20px;
    }

    .left-adress{
        /* width: 100%; */
        padding-left: 0px;
    }

    /* .right-adress{
        width: 100%;
    } */

    .users{
        display: none;
    }

    /* footer{
        display: block;
        padding: 0;
    } */

    /* .footer-adress{
        width: 100%;
        padding-left: 30px;
        padding-top: 20px;
    }

    .links{
        display: block;
        width: 100%;
        text-align: center;
        padding-right: 50px;
        padding-top: 20px;
    }

    .links div{
        width: 48%;
        display: inline-block;
        text-align: center;
    } */

}

@media (max-width: 480px) {
    .social {
        width: 40%;
        font-size: 14px;
    }

    .social a {
        margin-left: 5px;
    }

    .address {
        width: 60%;
        font-size: 14px;
    }

    header{
        display: none;
    }

    .about{
        display: none;
    }

    .slide2{
        display: block;
    }

    .header2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px 0 20px;
        text-align: center;
        background-color: #1A1A1A;
        height: 60px;
        margin-top: 74px;
    }

    .logo2 {
        width: 50%;
        text-align: center;
        padding-left: 30px;
    }

    .logo2 img {
        width: 28%;
    }

    .header2 nav {
        width: 50%;
        position: relative;
    }

    .header2 nav div {
        display: none;
        position: absolute;
        top: -100%;
        left: -10%;
        z-index: 2;
        width: 220px !important;
        height: 700px;
        background-color: #000000;
        color: white;
        text-align: left;
        padding-top: 50px;
        border: 1px solid white;
    }

    .header2 nav div a {
        display: block;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #F3F3F3;
    }

    .close {
        z-index: 2 !important;
        position: absolute;
        top: -40%;
        right: 150%;
        margin: 0;
    }

    .active {
        display: inline-block !important;
        right: 15%;
        top: 5%;
    }

    .slide2 {
        position: relative;
    }

    .slide2-des {
        position: absolute;
        top: 20%;
        left: 10%;
        font-size: 12px;
        color: white;
        display: block;
    }

    .slide2 h1 span{
        color: #E92D74;
    }

    .workouts{
        display: block;
        text-align: center !important;
        margin-top: 50px;
        padding: 0;
        margin: 0 !important;
    }

    .workout{
        width: 100%;
        margin-top: 20px;
        display: block;
        margin-left: 25px;
    }

    #workout-second {
        display: block;
        margin-top: 20px !important;
    }

    #workout-second div{
        width: 100%;
    }

    #workout-second img{
        width: 100%;
    }

    .gym{
        display: none;
    }

    .products-title{
        text-align: center;
        margin: 0 !important;
    }

    .products-title h2{
        font-size: 25px;
    }

    .products-title p{
        font-size: 16px;
    }

    .products{
        display: block;
        margin: 0 !important;
    }

    .product-card{
        width: 100%;
        margin-top: 20px;
    }

    .biginners {
        display: none;
    }

    .work{
        display: none;
    }

    .coaches{
        display: none;
    }

    .adress {
        display: block;
    }

    .left-adress{
        width: 100%;
        padding: 0;
    }

    .right-adress{
        width: 100%;
    }

    .users{
        display: none;
    }

    footer{
        display: block;
        padding: 0;
    }

    .footer-adress{
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .links{
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .links div{
        width: 100%;
        text-align: center;
    }

    .second-footer{
        padding-top: 50px;
    }

    .developer p{
        font-size: 12px;
    }

    .payment img{
        width: 200px;
    }
}