
/* Global Styles */
/* .alert-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333E4A;
    height: 8vh;
    color: white;
    font-family: "Ubuntu";
} */
#green {
    color: #7FCC96;
}

#orange {
    color: #FFAF40;
}

.head-time {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 10vh;
    font-size: 25px;
}
.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 100px;
    height: 30vh;
    font-family: "Ubuntu";
}

.timer h1:nth-child(odd) {
    color: #333E4A;
    font-size: 50px;
    font-weight: 400;
    border-radius: 15px;
    border: 3px solid #7FCC96;
    margin-bottom: 10px;
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timer h1:nth-child(even) {
    color: #333E4A;
    font-weight: 400;
    font-size: 25px;
}

.banner-photo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-photo img {
    width: 75vw;
}

.trening-info{
    width: 70vw;
    margin: 70px auto;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0px 0px 22px 1px lightgray;
}

.trening-info .header-trening {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.trening-info .content-trening {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    width:50vw;
    margin: auto;
}

.trening-info .content-trening p {
    font-size: 30px;
    color: #333E4A;
    padding-bottom: 40px;
    text-align: justify;
    line-height: 50px;
}
.trening-info .text-area .sumbit
{
    display: flex;
    justify-content: center;
}
.text-area button {
    background-color: #7FCC96;
    color: white;
    border: none;
    width: 178px;
    height: 50px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
}

.text-area {
    color: #333E4A;
    font-size: 30px;
    padding: 30px;
    width: 50vw;
    margin: auto;
}

.text-area p {
    padding-bottom: 40px;
    font-weight: 400;
}

.text-area p:last-child {
    color: #7FCC96;
    text-align: center;
    font-weight: 700;
}


.form
{
    border: 3px solid #7FCC96;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #333E4A;
    width:30vw;
    min-height:50vh;
}

.form .form1 label
{
    font-size: 18px;
    font-weight: 500;
}
.form .form1 header
{
    text-align: center;
    margin-bottom:30px;
}
.form .form1 input
{
    width: 400px;
    height:50px;
    border:3px solid #7FCC96;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.form .second-row
{
   margin-top:50px;
}
.form .form-btn
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.form button
{
    width: 150px;
    height: 40px;
    background-color: #7FCC96;
    color: white;
    border: none;
    border-radius:15px;
    font-size: 20px;
    font-weight:400;
    margin-top:40px;
}
footer
{
    padding-top:100px;
    background-color: #333E4A;
    margin-top:70px;
    min-height:40vh;
    display: flex;
    justify-content: space-evenly;
}
footer .first-column
{
    line-height:25px;
}
footer .first-column h4
{
     text-align: center;
     color: white;
     margin-bottom:15px;
     font-weight: 700;
}
footer .first-column .icons ul
{
    display: flex;
    justify-content: space-evenly;
}
footer .first-column  .menus ul , .icons ul
{
    list-style-type: none;
}
.icons ul li a
{
    padding: 0px 10px;
}
footer .first-column  .menus ul li a
{
    text-decoration: none;
    color: #94A4B6;
}
#head2
{
    text-align: center;
    text-transform: uppercase;
    background-color: #333E4A;
    color: white;
    padding: 30px;
    border-radius: 15px;
}
#red
{
    color: red;
}
#main-text
{
    text-transform: uppercase;
    font-weight: 900;
    color: #7FCC96;
}
@media(max-width:1407px)
{
    .form .form1 input
    {
        margin: auto;
        width:100%;
      
    }
}
@media(max-width:1144px)
{
    .timer 
    {
        gap:50px;
    }
    .form .form1 header h1
    {
       font-size:25px;
    }
    footer 
    {
        min-height:30vh;
    }
    .trening-info
    {
        min-height:100vh;
    }
}
@media(max-width:1030px)
{
    .form
    {
        width:60vw;
    }
    .alert-section h2
    {
        font-size: 18px;
    }
    .head-time h1 
    {
        font-size:30px;
    }
    .timer h1:nth-child(odd)
    {
        font-size:35px;
        width:150px;
        height:70px;
    }
    .timer h1:nth-child(even)
    {
        font-size:20px;
    }

    .trening-info .header-trening
    {
        font-size:15px;
        text-align: center;
    }
    .trening-info .content-trening p
    {
        font-size:20px;
        text-align:left;
        padding-bottom: 40px;
    }
    .left-info button
    {
        width:140px;
        height:40px;
        font-size:18px;
    }
    .trening-info .text-area p
    {
        font-size:23px;
    }
}
@media(max-width:790px)
{
    .timer 
    {
        gap:20px;
    }
    .alert-section h2
    {
        font-size:14px;
    }
    .head-time h1 
    {
        font-size:20px;
    }
    .timer h1:nth-child(odd)
    {
        font-size:35px;
        width:100px;
        height:50px;
    }
    .timer h1:nth-child(even)
    {
        font-size:20px;
    }
    .trening-info .header-trening
    {
        font-size:10px;
    }
    .trening-info .content-trening p
    {
        font-size:18px;
        padding-bottom: 40px;
    }
    .trening-info .text-area p
    {
        font-size:18px;
    }
    footer 
    {
        min-height:27vh;
    }
    footer .first-column 
    {
        font-size:12px;
    }
    footer .first-column .icons ul li a img
    {
        width:25px;
    }
}
@media(max-width:600px)
{
    #carouselExampleControlsNoTouching
    {
        width:80vw;
    }
    .alert-section h2
    {
        font-size:10px;
    }
    .form
    {
        width:70vw;
    }
    footer h4
    {
        font-size:10px;
        text-align: center;
    }
}
@media(max-width:490px)
{
    .timer
    {
        height:18vh;
        gap: 10px;
    }
    .timer h1:nth-child(odd)
    {
        font-size:25px;
        width:70px;
        height:40px;
    }
    .timer h1:nth-child(even)
    {
        font-size:15px;
    }
    .alert-section h2
    {
        font-size:12px;
        text-align: center;
    }
    .form 
    {
        min-width:95vw;
        min-height:60vh;
    }
    .form .form1 input 
    {
        max-width:80vw;
    }
    .trening-info .content-trening
    {
        width:80vw;
        margin: 0px;
        justify-content: center;
    }
    .trening-info
    {
        width:80vw;
        padding:20px;
    }
    .text-area
    {
        color: #333E4A;
        font-size:30px;
        padding:30px 0px;
        width:70vw;
    }
    .text-area p
    {
        padding-bottom:5px;
    }
    footer
    {
        padding-top:20px;
        height:22vh;
    }
    footer h4
    {
        font-size:10px;
        text-align: center;
    }
    footer .first-column .menus ul
    {
        font-size:12px;
    }
    #head2
    {
        font-size: 20px;
        padding: 10px 2px;
    }
    footer .first-column .icons ul
    {
        display: flex;
        flex-direction: column;
    }
}
@media(max-width:360px)
{
    footer .first-column
    {
        line-height:10px;
    }

    footer .first-column .icons ul li a img{
        width:15px;
    }
    footer
    {
        display: grid;
        grid-template-columns: repeat(1,auto);
        grid-template-rows: repeat(1,auto);
    }
    

}