@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,800;1,900&display=swap');

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background-image: url(No\ pain_No\ gain_.jpg);
background-position: bottom;
background-size: cover;
    padding: 10px 0px 0px 0px;
}


header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 50px;
    a{
        display: flex;
        align-items: center;
        text-decoration: none;
        gap: 15px;
        
    }
    a h1{
        font-size: 25px;
        color: white; 
    }

}

nav {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;

    a {
        font-size: 11px;
        color: white;
        text-decoration: none;
        cursor: pointer;
        position: relative;
    }
}

nav a::after{
    content: "";
    height: 2px;
    position: absolute;
    width: 0%;
    background-color: white;
    top: 100%;
    left: 50%;
    translate:-50% -50%;
    transition: 0.5s ease-out;
}
nav a:hover::after{
    width: 100%;
}


#sign {
    border: 1px solid rgb(129, 129, 129);
    width: 100px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(to right bottom, white, black, white);
    color: white;
    transition: 0.25s;
    font-weight: bold;
    cursor: pointer;
}

#sign:hover {
    background: linear-gradient(to right bottom, black, white, black);
    color: #2c2f33;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.678);
    transition: 0.5s;
}

#login {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
}

label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

#main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0px;
    flex-wrap: wrap;
    gap: 50px;

    #head {
        text-align: center;
        color: white;

        h1 {
            font-size: 50px;
        }

        h2 {
            font-size: 25px;
        }
    }
}

#plan {
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

#with,
#without {
    height: 400px;
    width: 400px;
    background-color: #777777;
    border-radius: 40px;
}

#with {
    border: 1px solid #383838;
    position: relative;
    background-image: url(Andrei\ Deiu\ \(@andriedeiu\)\ on\ X.jpg);
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    cursor: pointer;

    h1 {
        padding-left: 15px;
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

    h4 {
        padding-left: 15px;
        color: white;
        font-size: 16px;
    }

    p {
        padding-bottom: 20px;
        padding-left: 15px;
        color: white;
        font-size: 14px;
    }
}

#with::after {
    --angle: 0deg;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: conic-gradient(from var(--angle), transparent 70%, blue);
    height: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 45px;
    z-index: -1;
    animation: anim 3s linear infinite;
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes anim {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 360deg;
    }
}

#without {
    border: 1px solid #383838;
    position: relative;
    background-image: url(2.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    cursor: pointer;

    h1 {
        padding-left: 15px;
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

    h4 {
        padding-left: 15px;
        color: white;
        font-size: 16px;
    }

    p {
        padding-bottom: 20px;
        padding-left: 15px;
        color: white;
        font-size: 14px;
    }
}

#without::after {
    --angle: 0deg;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: conic-gradient(from var(--angle), red, transparent 70%);
    height: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 45px;
    z-index: -1;
    animation: anim1 3s linear infinite;
}
#without:active{
box-shadow: inset 0px 0px 20px rgb(218, 218, 218);
}
#with:active{
    box-shadow: inset 0px 0px 20px rgb(218, 218, 218);
    }
   


@keyframes anim1 {
    from {
        --angle: 360deg;
    }

    to {
        --angle: 0deg;
    }
}
#your{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.select img{
border-radius: 10px;
border: 1px solid #383838;
}
label{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
    h6{
        padding-top: 2px;
    }
   
    }
select{
    background-color: #8f8f8f;
    padding: 8px;
    border-radius: 20px;
    color: white;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
select:hover{
background-color: #707070;
}

.select{
    padding-top: 20px;
}
.select img:hover{
    transition: 0.5s;
    scale: 1.2;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.644);
    border: 1px solid white;
}
.radio{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
    #one12{
        margin-left: 5px;
    }
    #one{
        margin-left: 5px;
    }
}
.schedule{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color: white;
}
#train{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.book button{
    padding: 8px 16px;
    border: 1px solid grey;
    background-color: rgb(238, 238, 238);
    color: #383838;
    border-radius: 30px;
    font-weight: bold;
}
.book button:hover{
    background-color:black;
    color: white;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.295);
}

.book button:active{
    scale: 0.9;
}

#footer{
    background-color: #666666a2;
    color: white;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    padding: 40px 100px 10px 100px;
    h1{
        font-size: 30px;
    }
    p{
        font-size: 11px;
    }
    #first{
        text-align: center;
    }
    img{
        margin-top: 20px;
     opacity: 0.7;
     border-radius: 10px;
    }
    ul{
        display: flex;
        flex-direction: column;
        list-style: none;
        gap: 10px;
        .footh{
            font-weight: bold;
            font-size: 18px;
        }
    }
}

#con1{
    display: flex;
    color: white;
    justify-content: space-between;
    align-items: center;
    background-color: #141414;
    padding: 15px 70px;
    p{
        font-size: 12px;
    }
    #contact{
        display: flex;
        align-items: center;
        gap: 10px;
        p{
            font-size: 16px;
        }
    }
}
#mid{
    display: flex;
    align-items: center;
gap: 7px;
}
