@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
html,body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight:400;
    margin: 0;
    padding: 0;
    height:100%;
    /* max-width: 1920px; */
    margin: 0 auto;
}
h1 {
    font-size: 32px !important;
    margin:0 !important;
    padding:15px 0;
    font-weight: 500 !important;
}
h2 {
    font-size: 28px !important;
    margin:0 !important;
    padding:15px 0;
    font-weight: 500 !important;
}
h3 {
    font-size: 24px !important;
    margin:0 !important;
    padding:15px 0;
    font-weight: 500 !important;
}
h4 {
    font-size: 20px !important;
    margin:0 !important;
    padding:15px 0;
    font-weight: 500 !important;
}
h5 {
    font-size: 16px !important;
    margin:0 !important;
    padding:15px 0;
    font-weight: 500 !important;
}
h6 {
    font-size: 13px !important;
    margin:0 !important;
    padding:15px 0;
    font-weight: 500 !important;
}
.font-100 {
    font-weight: 100 !important;
}
.font-300 {
    font-weight: 300 !important;
}
.font-400 {
    font-weight: 400 !important;
}
.font-500 {
    font-weight: 500 !important;
}
.font-700 {
    font-weight: 700 !important;
}
.font-900 {
    font-weight: 900 !important;
}
.btn-outline-subtle {
    border: 1px solid #6b6f73 !important;
    color: #6b6f73 !important; 
}
.btn-outline-subtle:hover {
    background-color: #fff !important;
}
header {
    position: relative;
    width:100%;
    height:48px;
    justify-content: space-between;
}
header h3 {
    padding: 0;
}
header a {
    text-decoration: none;
    color: #000;
}
header a:hover, header a:focus, header a:visited {
    text-decoration: none;
}
header h3 span.tm {
    font-size: 0.45rem;
    position: absolute;
    top: 7px;
    left: 75px;
}
.toolbar-wrapper {
    width:50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.toolbar-wrapper ul {
    list-style: none;
    margin:0;
    padding: 0;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.toolbar-wrapper ul li a {
    text-decoration: none;
    font-size: 24px;
}
.toolbar-wrapper ul li a i {
    color: #6b6f73;
}
.hero-img {
    position: relative;
    background: url('../image/Hero_Image.png') no-repeat 0px 0px;
    background-size: cover;
    width: 100%;
    height: 400px;
}
.hero-img .overlay {
    width:100%;
    height:100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0%, rgba(7, 7, 7, 0.61) 38%, rgba(102, 102, 102, 0.00) 100%);
}
.hero-img .overlay .hero-content {
    color: #fff;
    height: 100%;
}
.hero-img .overlay .hero-content h1 {
    font-size: 36px !important;
    font-family : 'Roboto', sans-serif !important;
    padding: 0 0 48px 0 !important;
    font-weight: 100 !important;
}
.hero-img .overlay .hero-content p {
    font-size: 24px;
    /* padding: 0 0 48px 0 !important; */
    font-weight: 100 !important;
    margin: 0;
}
main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
main .main-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    gap:4rem;
}
main .main-container aside {
    display: flex;
    width: 25%;
    flex-direction: column;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.4)
    
}
main .main-container aside .sign-in {
    width: 100%;
    background-color: #f5f5f5;
}
main .main-container aside .benefits,main .main-container aside .register {
    width: 100%;
    background-color: #fff;
}
main .main-container aside .register p small{
    font-size: 10px !important;
}
main .main-container aside .benefits ul li {
    font-size: 12px;
    color: #333;
}
main .main-container section {
    display: flex;
    width: 75%;
    justify-content: flex-start;
    flex-direction: column;
    /* gap: 2rem; */
}
main .main-container section .col-row {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}
main .main-container section .col-row .col-box {
    width: 50%;
    background-color: #fff;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.4);
    margin-bottom: 4rem;
    text-transform: capitalize;
}
main .main-container section .col-row .col-box .box-content {
    text-align: center;
}
main .main-container section .col-row .col-box .box-content img{
    width: 100%;
    height: auto;
    display: block;
}
main .main-container section .col-row .col-box .box-content h5{
    font-size: 20px !important;
    color: #333 !important;
    font-weight: 500 !important;
    text-transform: capitalize;
}
footer {
    background: #C4C4C4;
    height:48px;
}
footer ul {
    margin:0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:1.5rem;
}
footer ul li a, footer p{
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
}
footer ul li a:hover, footer ul li a:focus,footer ul li a:visited {
    text-decoration: none;
}
/* menu */
.menu-overlay {
    position: fixed;
    left: 0;
    width: 200px;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    /* margin-left:-100%; */
}
.menu-overlay .menu-wrap {
    position: relative;
    width: 250px;
    height: 100%;
    display: flex;
    background: #fff;
    flex-direction: column;
    /* padding: 1rem; */
}
.menu-overlay.active {
    display: block;
    margin-left:0;
}
.menu-overlay .menu-wrap ul {
    margin:0;
    padding: 1rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap:1.5rem;
}
.menu-overlay .menu-wrap ul li {
    width: 100%;
    /* padding: 0 1.5rem; */
}
.menu-overlay .menu-wrap ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}
/* Resposnive */
@media screen and (min-width:320px) and (max-width:575px) {
    header {
        justify-content: flex-start !important;
        gap: 1rem !important;
    }
}
@media screen and (min-width:320px) and (max-width:480px) {
    .hero-img .overlay .hero-content h1 {
        font-size: 24px !important;
    }
    .hero-img .overlay .hero-content p {
        font-size: 18px !important;
    }
    .hero-img .overlay .hero-content {
        padding: 1.5rem !important;
    }
    .hero-img .overlay {
        background-color: rgba(0,0,0,0.4);
    }
}
@media screen and (min-width:320px) and (max-width:768px) {
    footer {
        flex-direction: column;
        height: auto;
        text-align: center;
        gap:1rem;
    }
}
@media screen and (min-width:320px) and (max-width:580px) {
    .hero-img {
        background-position: -580px 0;
        height:300px;
    }
    .hero-img .overlay .hero-content h1 {
        font-size: 18px !important;
    }
    .hero-img .overlay .hero-content p {
        font-size: 14px !important;
    }
}
@media screen and (min-width:320px) and (max-width:940px) {
    main .main-container section .col-row {
        flex-direction: column;
    }
    main .main-container section .col-row .col-box {
        width: 100%;
    }
}
@media screen and (min-width:320px) and (max-width: 559px) {
    main .main-container {
        flex-direction: column;
    }
    main .main-container aside {
        width:100%;
    }
    main .main-container section {
        width: 100%;
    }
}
@media screen and (min-width:560px) and (max-width: 767px) {
    main .main-container aside {
        width:50%;
    }
    main .main-container section {
        width: 50%;
    }
}
@media screen and (min-width:768px) and (max-width: 992px) {
    main .main-container aside {
        width:35%;
    }
    main .main-container section {
        width: 65%;
    }
}
@media screen and (min-width: 768px) and (max-width:980px) {
    .hero-img {
        background-position: -590px 0;
    }
}
@media screen and (min-width: 981px) and (max-width:1199px) {
    .hero-img {
        background-position: -490px 0;
    }
}
@media screen and (min-width: 1200px) and (max-width:1545px) {
    .hero-img {
        background-position: -390px 0;
    }
}
@media screen and (min-width:320px) and (max-width:1281px) {
    main {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    main .main-container{
        width:100%;
        gap:2rem;
        padding: 0 1.5rem;
    }
    main .main-container section .col-row {
        gap:2rem;
    }
    main .main-container section .col-row .col-box {
        margin-bottom: 2rem;
    }
    main .main-container section .col-row .col-box .box-content p, main .main-container section .col-row .col-box .box-content h5 {
        padding:15px !important;
    }
    /* main .main-container section .col-row .col-box .box-content p {
        font-size: 12px;
    } */
}
@media screen and (min-width:1280px) and (max-width:1440px) {
    main .main-container{
        width:90%;
    }
}
        