body {
    margin: 0;
}
.navbar {
    margin: 0;
    filter: brightness(90%);
    background-image: url("./assets/images/bg-con1.jpg");
    background-size: contain;
    height: 500px;
    border-bottom-left-radius: 10% 100px;
  /* border-bottom-right-radius: 70% 0px; */
}
.navbar-menu {
    display: flex;
    justify-content: space-between;
}
.nav-left img {
    width: 30px;
    margin: 20px;
    cursor: pointer;
}
.nav-right img {
    width: 30px;
    margin: 20px;
    cursor: pointer;

}
.nav-tagline {
    margin: auto;
    width: 75%;
    padding-top: 35px;
    text-align: center;
}
.nav-tagline h2 {
    color: rgba(153, 205, 50, 0.696);
    font-size: 50px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
.nav-tagline h2 span{
    color: rgb(255, 255, 255);
    font-size: 50px;
    margin-bottom: 0;
    letter-spacing: 3px;
} 
.nav-tagline p {
    color: antiquewhite;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.nav-tagline a {
    padding: 7px 10px;
    background-color: transparent;
    border-radius: 4px;
    border-color: wheat;
    color: whitesmoke;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid  rgba(153, 205, 50, 0.696);
}
.overlay {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    display: none;
    transition: 0.3s;
    position: fixed;
}
.menu {
    /* background-image: url('./assets/images/bg-con1.jpg'); */
    background-color: rgb(0, 0, 0);
    width: 50%;
    height: 100vh;
    position: fixed;
    background-size: cover;
    padding-top: 40px;
    top: 0;
    /* position: absolute; */
    display: none;
    right: 0;
}
.menu .close-menu {
    text-align: center;
    margin-bottom: 20px;
}
.menu .close-menu img{
    width: 30px;
    margin: 20px;
    cursor: pointer;
}
.menu p {
    color: antiquewhite;
    letter-spacing: 3px;
    text-align: center;
    margin: auto;
    width: 85%;
    text-align: center;
    padding-bottom: 30px;
}
.menu-box {
    margin: auto;
    width: 50%;
    text-align: center;
    padding: 20px 0;
}
.menu-box a {
    text-decoration: none;
    font-size: 30px;
    letter-spacing: 2px;
    color: antiquewhite;
}
.menu-box a:hover {
    color: rgb(87, 110, 118);
}
.section-about {
    width: 70%;
    margin: auto;
    padding: 150px 0;
    display: flex;
    justify-content: space-between;
}
.section-about .about-company {
    width: 50%;
}
.about-company h2 {
    margin-bottom: 0px;
}
.about-company p {
    letter-spacing: 1px;
}
.about-benefit {
    width: 30%;
}
.box-benefit {
    background-color: rgb(18, 18, 18);
    padding: 4px 20px;
    border-radius: 10px;
    margin: 10px;
}
.box-benefit h6 {
    font-size: 12px;
    margin: 0;
    text-align: right;
    color: rgb(210 191 191);
}
.service-section {
    padding: 100px 0px;
    background-color: rgb(0, 0, 0);
    border-top-right-radius: 10% 100px;
    
}
.service-container {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}
.service-box {
    width: 300px;
    background-color: rgba(116, 104, 104, 0.116);
    margin: 10px;
    border-radius: 10px;
    height: 100%;
}
.service-box h6 {
    margin: 0;
    color: white;
    font-size: 17px;
    font-weight: 700;
}
.service-box p {
    color: rgba(164, 164, 164, 0.571);;
}
.service-box a {
    color: rgba(153, 205, 50, 0.696);
}
.service-box img {
    width: 300px;
    height: 200px;
    border-radius: 10px 10px 0 0;
}
.service-box .service-desc {
    padding: 20px;
}
.section-easy {
    margin: 20px;
    padding: 100px 0 0 0;
    width: 60%;
    margin: auto;
    display: flex;
}
.section-easy img {
    width: 300px;
}
.easy-right {
    margin-top: 40px;
    margin-left: 60px;
}
.easy-right h2 {
    color: rgba(153, 205, 50, 0.696);
}
.easy-right p {
    color: whitesmoke;
}
.easy-button {
    margin-top: 20px;
    padding: 8px 10px;
    background-color: transparent;
    border-radius: 4px;
    border-color: wheat;
    color: whitesmoke;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid  rgba(153, 205, 50, 0.696);
}
.easy-button1 {
    margin-top: 20px;
    padding: 8px 10px;
    background-color: transparent;
    border-radius: 4px;
    border-color: black;
    color: black;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid  black;
}
.container-member {
    background-color:  rgba(116, 104, 104, 0.116);
    margin: 170px 20px;
    padding: 50px 0px;
    border-radius: 20px;
    display: flex;
}
.member-left img {
    width: 400px;
}
.member-right {
    margin-left: 40px;
}
.member-right h1 {
    letter-spacing: 3px;
    font-size: 40px;
    color: rgba(153, 205, 50, 0.696);
}
.member-right h1 span {
    letter-spacing: 3px;
    font-size: 40px;
    color: whitesmoke;
}
.member-right a {
    padding: 7px 10px;
    background-color: transparent;
    border-radius: 4px;
    border-color: wheat;
    color: whitesmoke;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid  rgba(153, 205, 50, 0.696);
}
.section-footer {
    background-color: black;
    padding: 30px 0;
    text-align: center;
}
.footer-left {
    margin: 20px;
}
.footer-left p {
    color: rgba(165, 161, 161, 0.769);
    font-size: 11px;
}

@media (max-width:992px) {
    .nav-tagline h2 {
        font-size: 40px;
        letter-spacing: 2px;
    }
    .nav-tagline h2 span{
        font-size: 40px;
        letter-spacing: 2px;
    } 
    .service-container {
        width: 70%;
    }
    .menu {
        padding-top: 30px;
    }
    .menu p {
        width: 90%;
        letter-spacing: 1px;
    }
    .menu-box a {
        font-size: 20px;
    }
    .section-easy {
        width: 80%;
    }
}
@media (max-width:768px) {
    .navbar {
        height: 500px;
        border-bottom-left-radius: 0;
    }
    .nav-tagline h2 {
        font-size: 34px;
        letter-spacing: 2px;
    }
    .nav-tagline h2 span{
        font-size: 34px;
        letter-spacing: 2px;
    } 
    .nav-tagline p {
        letter-spacing: 2px;
        font-weight: 500;
        font-size: 11px;
    }
    .section-about {
        display: block;
        width: 90%;
    }
    .section-about .about-company {
        width: 100%;
    }
    .about-benefit {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .box-benefit {
        margin: 5px 5px;
        width: 25%;
    }
    .box-benefit h6 {
        text-align: center;
        padding: 10px 0;
    }
    .service-container {
        width: 100%;
    }
    .service-section {
        padding: 100px 50px;
        border-top-right-radius: 0;
    }
    .section-easy {
        width: 85%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .section-easy img {
        width: 100%;
        margin-top: 50px;
    }
    .easy-right {
        text-align: center;
        margin-left: 0;
    }
    .easy-button1 {
        width: 100%;
        margin: 20px 20px 20px 0;
    }
    .container-member {
        display: block;
    }
    .member-left {
        text-align: center;
    }
    .menu .close-menu {
        margin-bottom: 20px;
    }
}
@media (max-width:576px) {
    .navbar {
        background-size: cover;
    }
    .nav-tagline {
        margin-top: 35px;
    }
    .nav-tagline h2 {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .nav-tagline h2 span{
        font-size: 24px;
        letter-spacing: 2px;
    } 
    .nav-tagline p {
        letter-spacing: 2px;
        font-weight: 500;
        font-size: 11px;
    }
    .nav-tagline button {
        background-color: black;
    }
    .service-section {
        padding: 100px 10px;
    }
    .menu {
        padding: 0px;
    }
    .menu p {
        font-size: 9px;
    }
    .menu-box {
        padding: 15px 0;
    }
    .menu-box a {
        font-size: 14px;
    }
    .menu .close-menu {
        margin-bottom: 10px;
    }
    .box-benefit {
        width: 90%;
    }
    .service-box {
        width: 100%;
    }
    .service-box img {
        width: 100%;
        height: 100%;
    }
    .easy-right {
        margin-top: 0;
    }
    .easy-right p {
        font-size: 11px;
    }
    .member-right {
        margin: 15px;
    }
    .member-left img {
        width: 300px;
    }
}