*{
        margin: 0;
        padding:0;
        box-sizing: border-box;
        scroll-behavior: smooth;
        font-family: 'Poppins', sans-serif;
}
header{
    background-color: #222;
    color:#f0f0f0;
    padding: 10px 25px;
    font-size: 13px;
    user-select: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    align-content: center;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}

#imge{
    padding: 0;
    margin-top: 40px;
    
}
.img{
    width: 100%;
    background-image: url("Picsart_24-07-13_03-39-27-529.jpg");
    min-height: 100vh;
    background-size: cover;
    color: #f0f0f0;
    padding: 20px;
    background-attachment: fixed;
}
.img h3{
    margin-bottom: 20px;
    color: #ff4500;
    /* color: #ff0808; */
    font-weight: bold;
    font-size: 18px;
}
.img p{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px
}
.icon a{
    color: #fff6f6;
    font-size: 18px;
    padding-right: 17px;
}
.img-btn{
    margin: 35px 0 30px 0;
}
.img-btn a{
    text-decoration: none;
    color: #eee;
    background-color: #ff4500;
    padding: 10px; 
    text-align: center; 
    border-radius: 6px; 
    font-weight: bold;
}
/* ___________________________________________________________ */
section {
    padding: 50px 20px;
}
.title{
    color: #ff4500;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    text-shadow: 1px 1px 25px #333;
    margin-bottom: 50px;
}
.btns .title{
    color: #ff4500;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    text-shadow: 1px 1px 25px #333;
    margin-bottom: 50px;
}
.btns{
    background-color: #f0f0f0;
}
.btns .icons{
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}
.btns .icons2{
    margin-top: 35px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    flex-wrap: wrap;
}
.btns a{
    text-decoration: none;
    font-size: 20px;
    /* background-color: #ff4500; */
    width: fit-content;
    text-align: center;
    text-shadow: 1px 1px 30px #333;
    padding: 15px;
    border-radius: 6px;
    color: #333;
    border: 2px solid #ff4500;
    user-select: none;
    cursor: pointer;
    font-weight: 500;
}
/* ________________________________________________________ */

.chest,.shoulder,.legs{
    background-color: #333;
}
.chest .title,.shoulder .title,.legs .title{
    text-shadow: 1px 1px 30px #eee;
}
.content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card img{
    width: 160px;
    height: 210px;
    border: 1px solid #ff4500;
    margin-bottom: 10px;
    box-shadow: -1px 0px 6px -2px #f0f0f0;
}
/* _______________________________________________________________ */
.back,.arm,.abs{
    background-color: #eee;
}
.back .card img,.arm .card img,.abs .card img{
    box-shadow: 0px 0px 15px -1px #333;
    border: #333;
}

footer{
    display: flex;
    justify-content: space-between;
    padding: 4px 10px;
    background-color: #ff4500;
    color: #222;
}
footer .icon a{
    color: #222;
    padding-right: 10px;
}