*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.navbar{
    background: rgb(206, 196, 196);
    color: white;
}
.navbar-brand{
    color: white;
    font-family: "Dancing Script", cursive;
    
}
/* .navbar-brand:hover{
    white-space: white;
} */
span{
    color: rgb(236, 83, 83);
    cursor: pointer;
    /* font-family: "Dancing Script", cursive; */
}
.nav-item{
    padding-right: 50px;
}
.nav-link{
    color: white;
    text-transform: uppercase;
    font-family: sans-serif;
}
.nav-link:hover{
    color: rgb(236, 83, 83);
}
.d-flex{
    color: rgb(236, 83, 83);
    /* font-family: "Dancing Script", cursive; */
    font-size: 30px;
}
/* =============Main==================== */
.main{
    background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)),url(./img/young-fitness-man-studio.jpg)no-repeat;
    background-size: cover;
    height: 110vh;
}
.main h1{
    font-size: 5rem;
    font-weight: 800;
}
.btn1{
    height: 55px;
    width: 140px;
    color: white;
    outline: none;
    border: none;
    background: linear-gradient(90deg,#f5634b 0%,#fe9418 100%);
    transition: 1s;
    border-radius: 10px;
}
.btn1:hover{
    background: linear-gradient(90deg,#fe9418 0%,#f5634b 100%);
    transition: 1s all;
}
/* ==============details===================== */
.details{
    margin-top: -50px;
}
.details h5{
    font-weight: 700;
    font-size: 1.5rem;
    
}
.details a{
    text-decoration: none;
    color: rgb(236, 83, 83);
}
.back:hover{
    color: white;
    cursor: pointer;
}
.back{
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.8s;
}
.back::before{
    content: " ";
    position: absolute;
    height: 0px;
    width: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(90deg,#f5634b 0%,#fe9418 100%);
    z-index: -1;
    transition: all 0.8s;
}
.back:hover::before{
    height: 100%;
}
.back:hover a{
    color: white;
    cursor: pointer;
}
/* ==============more===================== */
.more h2{
    font-weight: 800;
}
.more p{
    font-weight: lighter;
}
.p{
    font-size: 1.1rem;
}
/* ==============DISCOVER=================== */
.discover{
    background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)),url(./img/water.jpg)no-repeat;
    background-size: cover;
    width: 100%;
}
.discover H1{
    font-weight: 800;
    font-size: 2.8rem;
}
/* ==============services=================== */
.services h1{
    font-weight: 800;
    font-size: 2.8rem;
}
.services h5{
    font-weight: 700;
}
.fas{
    font-size: 2.5rem;
}
.back:hover .fas{
    color: white;
}
/* ==============course=================== */
.course h1{
    font-weight: 800;
    font-size: 2.8rem;
}
.course .card{
    background: linear-gradient(90deg,#f5634b 0%,#fe9418 100%);
    
}
.back:hover{
    color: white;
    cursor: pointer;
}
p{
    font-weight: lighter;
}
.btn2{
    height: 55px;
    width: 80%;
    color: white;
    outline: none;
    border: none;
    background: linear-gradient(90deg,#f5634b 0%,#fe9418 100%);
    transition: 1s;
    border-radius: 10px;
}
.btn2:hover{
    background: linear-gradient(90deg,#fe9418 0%,#f5634b 100%);
    transition: 1s all;
}
/* ==============footer=================== */
.footer{
    background-color: rgb(23, 8, 44);
    color: white;
}  
.footer h4, h5{
    font-weight: 900;
} 
.footer p{
    margin: 0;
    color: teal;
}
.link{
    cursor: pointer;
    transition: all 0.5s;
    color: teal;
}
.link:hover{
    color:rgb(236, 83, 83);
    padding-left: 5px;
    transition: 0.5s all;
}
.fa-angle-double-right{
    font-size: 18px;
    color: teal;

}
.social{
    color: white;
    font-size: 24px;
    transition: 0.4s all;
}
.social:hover{
    color: red;
    transition: 0.4s all;
    cursor: pointer;
}
.footer .card{
    color: black;
    background: linear-gradient(90deg,#f5634b 0%,#fe9418 100%);
    border-radius: 10px;
}
.footer .card .name{
    color: black;
}