@import url("../css/StartLaw/basestyle.css");

.top-banner-div, .service-div, .product-div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 60%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.section-top-banner {
    height: 100vh;
    padding-bottom: 8%;
}

#TopBannerTextHeaderImage {
    max-width: 400px;
}

.top-banner-text-header {
    font-family: Poppins, sans-serif !important;
    width: 65rem;
    font-size: 52px;
    font-weight: bolder;
    color: #fff;
}

.top-banner-content-text {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center;
}

    .top-banner-content-text > p#TopBannerTextDetail {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: #fff;
        width: 440px;
        display: block;
    }

    .top-banner-content-text > p#TopBannerTextLeft, .top-banner-content-text > p#TopBannerTextRight {
        font-size: 16px;
        display: none !important;
        color: #fff;
        width: 40%
    }

    .top-banner-content-text > hr {
        transform: rotate( 0deg ) !important;
    }

.content-div {
    background-color: #fff;
}

.content-detail {
    padding: 5rem 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content-image-div {
    width: 100%;
    text-align: center;
}

    .content-image-div > img {
        object-fit: contain;
    }

.content-text-div {
    text-align: justify;
    width: 65%;
    font-size: calc(60% + 1vmin)
}

.content-text-moblie {
    display: none
}

.client-div {
    padding-bottom: 3rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-div {
    background-color: #003863;
    box-shadow: inset 0 0 0 2000px #00386385;
}

.section-service, .section-contact, .section-product {
    padding: 0rem 2rem;
    width: 100%;
}

.container-card-service {
    gap: 20px;
    padding: 2rem;
}

.card-service-div {
    min-height: 20rem;
    height: 40rem;
    width: 290px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10rem 1.5rem 1.5rem 1.5rem;
    background-color: var(--primary-navy);
    transition: all .5s ease-in-out;
}

    .card-service-div:hover {
        padding-top: 5rem !important;
        transform: scale(1.08);
        transition: all .5s ease-in-out;
        place-content: center;
    }

        .card-service-div:hover .service-text-detail {
            opacity: 1 !important;
        }

.container-service-image {
    height: 7rem;
    width: 7rem;
    display: flex;
    border-radius: 50%;
    align-self: center;
    justify-content: center;
    align-content: center;
    transition: all .5s ease-in-out;
}

.service-image {
    object-fit: contain;
}

.service-text-title {
    margin-top: 2rem;
    margin-bottom: 2rem !important;
    font-family: Poppins;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    transition: all .5s ease-in-out;
}

.service-text-detail {
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.contact-header {
    text-align: center;
    font-weight: 600;
    font-size: calc(60% + 2vmin);
    color: #fff;
}

.section-contact {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2rem 4rem;
}

.container-contact-header {
    justify-content: space-around;
}

.container-contact-from {
}

.container-contact-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-image-left-bg {
    box-shadow: 10px 10px #003863;
    overflow: hidden;
    display: inline-block;
    position: relative;
    filter: brightness(0.4);
}

.contact-image-left-logobanner-div {
    overflow: hidden;
    position: absolute;
}

#form-contect-lead {
    height: 100%;
    min-height: 35rem;
    justify-content: space-around;
}

    #form-contect-lead input, #form-contect-lead select {
        min-height: 50px;
        max-height: 50px;
    }

.section-product {
    padding: 2rem 4rem 4rem 4rem;
}

.product-text-header {
    font-size: calc(60% + 1vmin);
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 0;
}

h1.product-text-header {
    margin-top: 0px;
    font-size: calc(60% + 2vmin);
    font-weight: 900;
}

.product-text-detail {
    color: #FFFFFF;
    font-style: normal;
    text-align: center;
    font-weight: normal;
    font-size: calc(60% + 1vmin);
}

.card-product-div {
    max-width: 240px;
    margin: 5px;
    width: 20%;
    text-align: center;
    padding: 1rem;
    background: #FFFFFF;
    border: 3px solid #FF7E00;
    color: var(--primary-navy);
    transition: all .4s ease-in-out;
}

    .card-product-div:hover {
        transform: scale(1.08);
    }

    .card-product-div:first-child {
        max-width: 240px;
        margin: 5px;
        width: 20%;
        text-align: center;
        padding: 1rem;
        background: #FF7E00;
        border: 3px solid #FFFFFF;
        color: var(--primary-navy);
    }

        .card-product-div:first-child .product-text-name {
            color: #FFFFFF;
            font-style: normal;
            font-weight: bolder;
            font-size: calc(60% + 1vmin);
        }

        .card-product-div:first-child .currency-text {
            color: var(--primary-navy);
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 0;
        }

        .card-product-div:first-child button.button-primary {
            font-family: Poppins, sans-seri;
            background: #FFFFFF;
            border-radius: 5px;
            color: var(--primary-orange);
            border: none;
            padding: 1rem 4rem;
            font-weight: 500;
        }

.product-text-name {
    color: var(--primary-orange);
    font-style: normal;
    font-weight: bolder;
    font-size: calc(60% + 1vmin);
}

.currency-text {
    color: #808080;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 0;
}

.product-text-price {
    font-family: Poppins-bold700, sans-serif !important;
    font-weight: bolder;
    font-size: calc(60% + 3vmin);
}

.container-product-list {
    gap: 15px;
}

.card-product-div > div > button {
    font-weight: 500;
    font-size: calc(60% + 1vmin);
    padding: 1rem 2rem;
}

.feature-text {
    font-size: calc(60% + .5vmin)
}

.remark-vat {
    padding-top: 1rem;
    font-size: calc(60% + .5vmin)
}

.empty-top-client-div {
    padding: 3rem 0;
    margin-bottom: 2rem;
}

.section-client {
    margin-top: 3rem;
    width: 100%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
}

.container-client-header {
    color: var(--primary-navy);
}

    .container-client-header > hr {
        border-color: var(--primary-navy);
    }

.container-client-content {
    display: flex;
    justify-content: center;
    margin-top: -7rem;
    padding-bottom: 3rem;
}

.client-header {
    font-weight: bolder;
}

.client-text-detail-cretifier.first {
    padding-top: 10%;
}

.card-client {
    max-width: 500px;
    width: 40%;
    min-height: 500px;
    text-align: center;
    padding: 4rem;
    padding-bottom: 8rem;
    background-color: rgba(0, 56, 99, 0.85);
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: calc(60% + 1vmin);
}

.client-text-title {
    margin-top: 2rem;
}

.client-owner-div {
    min-height: 240px;
    max-height: 240px;
}

.footer-content {
    width: 100%;
    padding: 2rem;
    color: #fff;
}

.footer-logo-banner {
    display: flex;
    align-content: center;
    justify-content: center;
}

    .footer-logo-banner > img {
        object-fit: contain;
        width: 70%;
    }

.footer-text-title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}
/*.footer-address-contact {
    margin-top:1rem;
}*/
.footer-email-contact, .footer-phone-contact, .footer-address-contact {
    font-style: normal;
    font-weight: normal;
}
a.footer-phone-contact.text-white:hover {
    color: lightskyblue !important;
}
    .content-marker > img {
        object-fit: contain;
    }

.content-marker > p {
    margin-top: 1rem;
}

.container {
    width: 1440px;
    height: 100%;
}

.nav-menu-moblie {
    display: none;
}

.banner-text-header-div > div > hr, .banner-text-header-div > div > .top-banner-logo-moblie {
    display: none;
}

.div-button-form-sm {
    display: none;
}

.client-text-detail-cretifier {
    font-size: calc(60% + .5vmin);
}

.footer-email-contact, .footer-phone-contact, .footer-address-contact {
    font-size: calc(60% + 1vmin);
}

.footer-text-title {
    font-size: calc(60% + 1.2vmin);
}

.container-footer-service-mobile {
    padding: 2rem;
    display: none;
}

    .card-service-footer-main, .container-footer-service-mobile > .card-service-footer-mobile {
        text-align: end;
    }

        .card-service-footer-main > a, .container-footer-service-mobile > .card-service-footer-mobile > a {
            border: 1px solid #fff;
            padding: .2rem;
            color: #fff;
            text-decoration: none;
        }

.container-footer-service-moblie {
    display: none;
}

.container-footer-contact {
    font-size: calc(60% + .5vmin);
}

.container-client-image > img {
    min-width: 6rem;
}

.client-owner-img {
    max-width: 150px;
    object-fit: contain;
}

@media (min-width: 1440px) {
    .container {
        width: 1440px !important;
    }
}

@media (min-width: 1280px) {

    .item-menu-bar > a, .dropdown-div > a, .button-logout, .dropdown-content a {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {

    .container {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 1125px) {
    .card-service-div {
        width: calc(60% - 1vmin);
    }
}

@media(max-width:1025px) {
    /*.card-service-div {
        width: calc(60% - 1vmin);
    }*/
    .contact-image-left-logobanner-div {
        text-align: center;
    }

    .container-contact-left {
        width: 80%;
    }

    #form-contect-lead input, #form-contect-lead select {
        min-height: 46px;
        max-height: 46px;
    }

    .contact-image-left-logobanner {
        width: 70%;
    }

    .card-product-div, .card-product-div:first-child {
        width: 40%;
    }

    .container-contact-header {
        padding: 0px 30px;
    }

    .card-client {
        width: 32%;
    }
}

@media (max-width:768px) {

    #TopBannerTextHeaderImage {
        max-width: 250px;
    }

    .top-banner-content-text {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .top-banner-div > .container, .service-div > .container, .contact-div > .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .top-banner-content-text > p#TopBannerTextLeft, .top-banner-content-text > p#TopBannerTextRight {
        font-size: 12px;
    }

    .service-text-title {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem !important;
        font-size: calc(60% + .5vmin);
    }

    .service-text-detail {
        font-size: calc(60% + .5vmin);
        padding: 0rem 1rem;
    }

    .card-service-div {
        height: inherit;
    }

    .container-card-service {
        padding: 4rem 1rem;
    }

    .container-contact-from {
        flex-direction: column-reverse;
        align-items: center;
    }

    .contact-image-left-bg {
        box-shadow: none;
    }

    .contact-header {
        font-size: calc(60% + 2vmin);
        text-align: center;
    }

    .container-contact-header > hr {
        width: 20% !important
    }

    .contact-form-div {
        width: 100%;
    }

    .contact-content {
    }

    .div-button-form-sm {
        display: block;
        text-align: center;
    }

    .div-button-form-md-up {
        display: none
    }

    .container-contact-left {
        width: 90%;
    }

    .container-product-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 3rem;
    }

    .card-product-div, .card-product-div:first-child {
        width: 35%;
    }

    .container-product-list {
        gap: 30px;
    }

    p.client-text-detail {
    }

    .client-header {
        font-size: calc(60% + 3vmin);
    }

    .container-footer-contact {
        flex-direction: column;
    }

    .content-marker-div {
        flex-direction: column;
        text-align: left;
        margin-top: 20px;
        gap: 10px;
        min-height: 102px;
    }

    .content-marker {
        width: 20%;
        align-items: center;
        display: flex;
    }

        .content-marker > p {
            margin-top: 0rem;
            margin-left: 1rem;
        }

    .client-owner-img {
        max-width: 100px;
        object-fit: contain;
    }
}

@media (max-width:650px) {
    .content-detail {
        flex-direction: column;
    }

    .content-image-div, .content-text-div {
        width: 100%;
    }

    .content-text-div {
        margin-top: 3rem;
    }

    .content-text-moblie {
        display: block;
    }

    .content-text {
        display: none;
    }

    .content-div {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:550px) {
    .top-banner-div {
        background-image: url(../../media/ztuh5zr4/1bedmd.webp) !important;
    }

    .service-div {
        background-image: url(../../media/xu2ldsic/2bedmb.webp) !important;
    }

    .product-div {
        background-image: url(../../media/yoyjzhct/3bedmb.webp) !important;
    }

    .client-div {
        background-image: url(../../media/z2vlq2zp/4bedmb.webp) !important;
    }

    .top-banner-text-header {
        width: 28rem;
        font-size: 24px;
    }

    .card-service-div {
        width: 35%;
        padding-top: 3rem !important;
    }

        .card-service-div:hover {
            padding-top: 1.5rem !important;
            transform: scale(1);
        }

    .dropdown-div {
        display: none;
    }

    .nav-menu-moblie {
        display: block;
    }

    section.section-top-banner {
        min-height: 70vh;
    }

    .top-banner-content-text > p#TopBannerTextDetail {
        width: 80% !important;
        font-size: calc(60% + 1vmin)
    }

    .top-banner-content-text {
        text-align: center;
        flex-direction: column !important;
        align-items: center !important;
    }

    p#TopBannerTextDetail {
        display: block !important;
    }

    .top-banner-content-text > p#TopBannerTextLeft, .top-banner-content-text > p#TopBannerTextRight {
        display: none !important;
    }

    .top-banner-content-text > hr {
        display: none;
    }

    .top-banner-content-div {
        justify-content: space-around;
        height: 100%;
    }

    .top-banner-logo-moblie {
        width: 60%;
    }

    #TopBannerTextHeaderImage {
        width: 60%;
    }

    .banner-text-header-div > div > hr, .banner-text-header-div > div > .top-banner-logo-moblie {
        display: block;
    }

    .container-card-service {
        padding-bottom: 0rem;
    }

    .contact-form-div {
        width: 100% !important
    }

    .card-service-div {
        min-height: 0px;
        height: fit-content;
        margin-top: 0rem;
        width: 100%;
        margin: 0 0 !important;
        background-color: #003863c2;
    }

    .container-card-service {
        flex-direction: column;
    }

    .section-service {
        padding: 0 0;
    }

    .section-product {
        padding: 0 2rem;
    }

    .client-div {
        padding-bottom: 0rem;
    }

    .container-client-content {
        flex-direction: column;
        gap: 10px;
        flex-wrap: wrap;
    }

    .client-text-detail-cretifier {
        width: 35%;
        align-self: center;
        text-align: center;
        margin-top: 1rem;
    }

    .client-owner-img {
        margin-bottom: 0rem !important;
    }

    .card-client {
        width: 100%;
        max-width: none;
        text-align: left;
        padding: 2rem;
        min-height: 0;
    }

    .client-text-detail-cretifier.first {
        padding-top: 0rem;
    }

    .container-client-image {
        display: flex;
    }

        .container-client-image > img {
            margin-right: 20px;
            object-fit: contain;
        }

    .container-client-header {
        padding: 0rem 2rem;
    }

    .form-contact-div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container-product-list {
        gap: 5px;
    }

    .card-product-div, .card-product-div:first-child {
        width: 45%;
    }

        .card-product-div > div > button, .card-product-div:first-child > div > button {
            padding: 1rem
        }

    .card-service-footer-main {
        display: none;
    }

    .container-footer-service-mobile {
        display: block;
        background-color: #003863c2;
    }

        .container-footer-service-mobile > .card-service-footer-mobile {
            text-align: center
        }

    .container-card-service {
        gap: 0px;
        padding: 0rem;
    }

    .client-text-title {
        margin-top: 0 !important;
    }

    .client-owner-div {
        min-height: 0px;
        max-height: 240px;
    }
}

@media (max-width:500px) {
    .top-banner-content-text > hr {
        width: 15% !important;
        margin-top: 3rem;
    }
}

@media (max-width:425px) {
    .client-text-detail-cretifier {
        width: 50%;
    }

    .container-contact-header {
        padding: 0px 0px;
    }
}

@media (max-width:375px) {
    .top-banner-div > .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:320px) {
    .top-banner-div > .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .feature-text, .remark-vat {
        font-size: calc(60% - 0.5vmin);
    }
}
