*{
    margin: 0; padding: 0;
    font-family: sans-serif;
}
body{
    background-image: url(./images/front-banner-mar2025-v2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.head{
    width: 100%;
    height: 730px;
    display: flex;
    justify-content: end;
}
.signup{
    margin: 10px 100px;
}
.head button{
    font-weight: bold;
    font-size: 15px;
    padding: 8px 16px;
    border-radius: 10px;
    border: none;
    margin: 2px;
}
.head a{
    text-decoration: none;
    color: white;
}
.login{
    background-color: #6D5E63;
}
.join{
    background-color: #368D87;
}
.b1a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.b1a h5{
    background-color: #FF716F;
    color: white;
    font-weight: lighter;
    padding: 10px 20px;
    border-radius: 5px;
}
.b1b{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b1b_0{
    width: 75%;
    display: flex;
    justify-content: space-between;
}
.b1b_0 div{
    width: 300px;
    height: 250px;
    display: block;
    align-items: center;
    justify-content: center;
}
.b1b_0 p{
    text-align: justify;
}
.b1c{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}
.b1c h2{
    color: #FF716F;
    width: 400px;
    text-align: center;
}
.b1d{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.b1d_{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    align-items: flex-end;
}
.b1d_ div{
    width: 28%;
    height: 200px;
    background-color: #ebebeb;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.b1d h4{
    color: rgb(99, 99, 99);
}
.b1d a{
    text-decoration: none;
    color: #337ab7;
}
.b1d button{
    margin: 80px 0px 0px 0px;
    border: none;
    border-radius: 5px;
    background-color: #76c7c0;
    box-shadow: 0 4px 0 #62b9b0;
    height: 40px;
    width: 65%;
    color: #337ab7;
}
.b2{
    width: 100%;
    margin: 40px 0px 0px 0px;
    height: auto;
    display: flex;
}
.b2a{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.b2a_{
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
}
.b2a_1{
    width: 30%;
    height: fit-content;
    display: grid;
}
.b2a img{
    width: 350px;
    height: 200px;
    margin: 15px auto;
    border-radius: 5px;
}
.b2a h2{
    color: #6D5E63;
    width: 80%;
    height: 60px;
    margin: auto;
    text-align: center;
    font-style: italic;
    font-weight: lighter;
}
.b2a p{
    text-align: justify;
    width: 90%;
    margin: auto;
}
.b2a_1a{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.b2a_1a a{
    color: #337ab7;
    text-decoration: none;
    font-weight: bold;
}
.b3{
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
}
.b3 h2{
    text-align: center;
    width: 50%;
    height: auto;
    margin: auto;
    color: #FF716F;
}
.b3a_{
    width: 100%;
    display: flex;
    justify-content: center;
}
.b3a_ div{
    width: 40%;
    margin: 20px 20px 50px 20px;
    height: fit-content;
}
.b3a_ img{
    display: block;
    margin: auto;
}
.b3a_ p{
    text-align: center;
}
.b4{
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
}
.b4 h2{
    text-align: center;
    width: 50%;
    height: auto;
    margin: auto;
    color: #FF716F;
}
.b4a_{
    width: 100%;
    display: flex;
    justify-content: center;
}
.b4a_ div{
    width: 40%;
    margin: 20px 30px 20px 30px;
    padding: 25px;
    height: fit-content;
    border-radius: 5px;
    background-color: #f8f8f8;
}
.b4a_ img{
    display: block;
    margin: auto;
    width: 100%;
}
.b4a_ p{
    text-align: justify;
}
footer{
    background-color: #f3f3f3;
    padding: 40px 100px;
}
.f1 h2{
    text-align: center;
    color: #ff413e;
    width: 35%;
    margin: auto;
}
.f1 img{
    width: 4%;
}
.f1 p{
    line-height: 20px;
}
.f2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.f2_{
    width: 100%;
    display: flex;
}
.f2_ div{
    margin: 0px 20px;
}
.f2 h3 , .f2 p{
    color: #666;
    margin: 20px 0px;
}
.f2 hr{
    width: 50%;
    height: 2px;
    border: none;
    background-color: #aa0000;
    color: #ff413e;
}
.f2a{
    width: 30%;
    height: auto;
}
.f2b{
    width: 15%;
}
.f2b ul{
    margin: 20px 0px;
}
.f2b ul li{
    list-style: none;
    color: #666;
    margin: 10px 0px;
}
li::before{
    content: " > ";
}
.f3{
    padding: 30px 100px;
    height: auto;
    display: flex;
    background-color: #aa0000;
}
.f3a{
    width: 50%;
}
.f3 h2 , .f3 p{
    color: white;
}
.f3a-logo img{
    margin: 5px 5px;
}
.f3b{
    width: 50%;
    text-align: end;
}