@import "./reset.css";
:root {
    --bg-color: #FFFFFF;
    --section-bg-color: #F5F5F5;
    --header-bg-color: #2E2F7B;
    --header-text-color: #FFFFFF;
    --header-text-dark-color: #383838;
    --banner-bg-color: #00B3DE;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background: var(--bg-color);
    font-family: 'Roboto', sans-serif;
}


/* Header CSS Section */

header {
    width: 100%;
    /* height: 0px; */
    background-color: var(--header-bg-color);
}

header p {
    color: var(--header-text-color);
}

header.menu-header {
    height: 100px;
    background-color: var(--bg-color);
}

.head-logo-bar {}

.head-logo-bar img.logo {
    width: 160px;
    margin-left: -15px;
}

.head-logo-bar p.contact {
    color: var(--header-text-dark-color);
    font-weight: bold;
    font-size: 1.2rem;
}

.head-logo-bar img.award-logo {
    width: 55px;
    margin-top: 10px;
}

.head-logo-bar img.phone_icon_img {
    width: 50px;
}

main {
    width: 100%;
    /* height: calc(100% - 100px); */
}

.banner {
    background-color: #00B3DE;
}

section div {
    /* flex: 1;*/
}

.welcome div {
    flex: 1;
}

.banner img.promobanner {
    width: 39rem;
    margin-top: 25px;
    margin-bottom: 25px;
    float: right;
}

.banner h2 {
    color: var(--header-text-color);
}

.banner img.logo {
    width: 123px;
    margin-top: 63px;
    margin-bottom: 30px;
}

.welcome h1 {
    color: #2E2F7B;
    font-weight: bold;
    text-align: center;
    margin-top: 41px;
    font-size: 4rem;
}

.welcome h2 {
    text-align: center;
    color: var(--banner-bg-color);
    font-size: 3.5rem;
}

section div p {
    font-size: 1.2rem;
}

section div p {
    color: var(--header-text-dark-color);
    font-weight: bolder;
    /* padding: 1rem 0; */
}

.available_services {
    font-weight: normal;
    line-height: 28px;
}

section div p strong {
    color: var(--header-bg-color);
    font-weight: bolder;
}

.sponsor {
    padding: 25px 0;
    text-align: center;
    border: 1px solid #bbbbbb;
    /* border-radius: 15px; */
}

section.sponsor div {
    width: 100%;
}

section.sponsor div {
    border: 1px solid black;
    overflow-x: scroll;
}

.sponsor img {
    margin: 10px;
    height: 100px;
}

.uber-section {
    background-color: var(--banner-bg-color);
    overflow: hidden;
}

.uber-section .right {
    text-align: center;
    color: white;
    padding: 50px;
}

.uber-section .right h2 {
    font-size: 3rem;
}

img {
    max-width: 100%;
}

.uber-section .right h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.uber-section .delivery-content {
    padding-top: 13px;
    text-align: center;
}

.uber-section .delivery-content h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.uber-section .delivery-content h3 {
    line-height: 50px;
    margin-bottom: 30px;
}

.nisa-section {
    padding: 30px 0;
}

.nisa-section img.left {
    width: 555px;
}

.nisa-section .right p {
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 300;
    ;
}

.nisa-section .right h2 {
    font-size: 3rem;
}

.nisa-section .right h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.nisa-section .product-image {
    border: 1px solid #707070;
    border-radius: 62px;
    min-height: 570px;
    padding: 50px 20px;
}

.advantage-report {
    background-color: #f5f5f5;
}

.source-advantage {
    padding: 60px 0;
}

.product-banner {
    background-image: url("../assets/images/products_img.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 408px;
    margin-bottom: 30px;
    margin-top: 30px;
}

section img.product {
    width: 100%;
    height: 40vh;
}

.uber_logo {
    height: 160px;
    width: 160px;
}

.text-light {
    color: var(--header-text-color);
}

section.follow-us {
    font-size: 1.5rem;
    color: var(--header-text-dark-color);
}

section.follow-us p strong {
    color: var(--header-text-dark-color);
    font-weight: bold;
}

section.commitment {
    background-color: var(--section-bg-color);
}

section.commitment p {
    font-weight: normal;
}


/* Footer CSS section */

footer {
    width: 100%;
    background-color: var(--header-bg-color);
    color: var(--header-text-color);
    font-weight: normal;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer div span.copyright {
    font-size: 1rem;
    font-weight: normal;
    padding-top: 20px;
}

.footer-section .footer-text {
    display: block;
}

.footer-section {
    padding: 30px 0 10px;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3.5rem;
}

h3 {
    font-size: 2.5rem;
}

.head-blue-bar {
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (min-width:1460px) and (max-width:1660px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1200px;
    }
    .nisa-section .product-image {
        min-height: 590px;
    }
}

@media (min-width: 1660px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px !important;
    }
}

@media only screen and (min-width:1230px) and (max-width:1460px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1200px;
    }
    .uber-section .delivery-content h2 {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:992px) and (max-width:1230px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
    .banner h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width:1230px) {
    .banner h2 {
        font-size: 30px;
    }
    .uber-section .delivery-content h2 {
        font-size: 35px;
        margin-bottom: 0;
    }
    .uber-section .delivery-content h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .uber_logo {
        height: 100px;
        width: 100px;
    }
    .nisa-section .product-image {
        min-height: 420px;
        padding: 30px 20px;
    }
    .sponsor img {
        height: 80px;
    }
}

@media only screen and (max-width:991px) {
    .banner img.logo {
        margin-bottom: 10px;
        margin-top: 33px;
        width: 80px;
    }
    .welcome h1 {
        font-size: 40px;
        margin-top: 30px;
    }
    .welcome h2 {
        font-size: 30px;
    }
    .welcome .d-flex {
        display: inline-block !important;
        margin-bottom: 20px;
    }
    .sponsor img {
        height: 50px;
    }
    .sponsor {
        padding: 10px 0;
    }
    .uber-section .delivery-content {
        padding: 50px 0;
    }
    .nisa-section .product-image {
        min-height: 320px;
    }
    .nisa-section .right p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .product-banner {
        height: 280px;
    }
}

@media only screen and (max-width:767px) {
    .head-blue-bar .col-md-6 {
        margin-bottom: 10px;
        text-align: left !important;
    }
    .banner h2 {
        font-size: 25px;
        line-height: 22px;
    }
    .welcome .p-5 {
        padding: 1rem !important;
    }
    .nisa-section .product-image {
        margin-bottom: 20px;
        min-height: auto;
    }
    .source-advantage .col-md-6 {
        margin-bottom: 12px;
    }
    .source-advantage {
        padding: 30px 0;
    }
    .head-blue-bar .col-md-6 {
        text-align: center !important;
    }
    .product-banner {
        height: 150px;
    }
}

@media only screen and (max-width:640px) {
    .banner .col-sm-6.col-xs-6 {
        text-align: center;
    }
    .head-logo-bar .justify-content-center {
        float: none !important;
        margin-bottom: 15px;
        text-align: center;
        width: auto !important;
    }
    .head-logo-bar .col-sm-6 {
        text-align: center;
    }
}

@media only screen and (max-width:550px) {
    .head-logo-bar img.award-logo {
        width: 45px;
    }
    .head-logo-bar p.contact {
        font-size: 15px;
    }
    .head-logo-bar img.phone_icon_img {
        width: 40px;
    }
    .welcome h1 {
        font-size: 30px;
        margin-top: 20px;
    }
    .welcome h2 {
        font-size: 22px;
    }
    .available_services {
        font-size: 15px;
        margin-top: 12px;
    }
    section div p {
        font-size: 14px;
    }
    .footer-section span {
        font-size: 14px;
    }
}

@media only screen and (max-width:480px) {
    .welcome .d-flex {
        margin-bottom: 0;
    }
    .uber-section .delivery-content h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .uber-section .delivery-content {
        padding: 30px 0;
    }
    .welcome .p-5 {
        padding: 20px 0 !important;
    }
    .uber-section .delivery-content h2 {
        font-size: 30px;
    }
    .uber_logo {
        height: 70px;
        width: 70px;
    }
    .footer-section {
        padding: 10px 0;
    }
}

@media only screen and (max-width:380px) {
    .welcome h1 {
        font-size: 22px;
        margin-top: 10px;
    }
    .welcome h2 {
        font-size: 18px;
    }
    .product-banner {
        height: 110px;
        margin-bottom: 0;
        margin-top: 10px;
    }
}
