html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    z-index: -1;
    font-family: 'DM Sans', sans-serif;
}

@font-face {
    font-family: 'handel_gothic_dbold';
    src: url('/assets/css/fonts/Handel_Gothic_D_Bold/handel_gothic_d_bold-webfont.woff2') format('woff2'),
        url('/assets/css/fonts/Handel_Gothic_D_Bold/handel_gothic_d_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

p {
    font-family: 'DM Sans', sans-serif;
    color: black;
    font-size: 18px;
}

.container {
    max-width: 80%;
}

.navbar-light {
    background-color: white !important;
    height: 80px;
}

.navbar-light .navbar-brand {
    height: 72px;
    width: 72px;
    display: flex;
    align-items: center;
}

.navbar-light h2 {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-family: 'handel_gothic_dbold';
    color: rgb(19, 77, 201);
    /* color: black; */
}

.navbar-light .header-mobile {
    display: none;
    align-items: center;
    font-size: 28px;
    font-family: 'handel_gothic_dbold';
    color: rgb(19, 77, 201);
}

.navbar-light .navbar-nav {
    margin-left: auto;
    margin-right: 30px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    padding: 10px;
    margin: 0px 5px;
    line-height: 25px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: white;
    font-size: 25px;
    border-radius: 3px;
    transition: ease 0.3s;
    background-image: linear-gradient(125deg, #00BCD4, #03A9F4, #3F51B5, #673AB7);
    animation: bgchange 10s ease infinite;
    background-size: 400%;
}

.banner-area {
    height: 70vh;
    width: 100%;
    /* background-color: black; */
    background: linear-gradient(125deg, #00BCD4, #03A9F4, #3F51B5, #673AB7);
    background-size: 200%;
    animation: bgchange 10s ease infinite;
    z-index: -1;
}

@keyframes bgchange {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.banner-container {
    margin-top: 100px;
    height: 70vh;
    width: 70%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/assets/images/commercial\ machine.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 1px 1px 40px -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.slogan {
    color: white;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 80px;
}

.banner-area h3 {
    margin-top: 100px;
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    text-align: center;
    color: white;
    padding: 20px;
    margin: 0px;
}

#profile {
    margin-top: 200px;
    display: flex;
    justify-content: center;
}

.image-logo {
    height: 200px;
    width: 200px;
    align-content: center;
    justify-content: center;
}

.profile-text-area {
    margin-top: 20px;
}

.profile-area h1 {
    color: black;
    text-align: center;
    margin: 20px 0px;
    font-family: 'Muli', sans-serif;
}

.profile-text-area {
    color: black;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
}

.btn-primary {
    color: black;
    background-color: transparent;
    border-color: rgb(0, 0, 0);
    margin: 20px 0px;
    padding: 10px 30px;
    /* border-radius: 70px; */
    font-size: 20px;
    border-radius: 0px;
}

.btn-primary:hover {
    background: linear-gradient(125deg, #00BCD4, #03A9F4, #3F51B5, #673AB7);
    background-size: 200%;
    animation: bgchange 10s ease infinite;
}

.products-area h1 {
    color: black;
    text-align: center;
    margin: 20px 0px;
    font-family: 'Muli', sans-serif;
}

.contact-area a {
    color: black;
    text-decoration: none;
}
.contact-area a:hover {
    color: black;
    text-decoration: none;
    font-size: 20px;
    transition: 0.1s ease-in;
}

#products {
    clear: both;
    margin: 20px;
}


.product-text-area {
    margin-top: 0px;
}

.img-used{
    max-height: 100%;
    max-width: 100%;
    text-align: center;
}

.product-heading {
    font-size: 30px;
    color: black;
    margin: 10px;
    font-family: 'Ubuntu', sans-serif;

}

.product-text {
    display: flex;
    align-items: center;
}

.btn-primary {
    margin: 40px auto;
}

.contact-area h1 {
    color: black;
    text-align: center;
    margin: 20px 0px;
    font-family: 'Muli', sans-serif;
}

.contact-text {
    font-size: 18px;
    color: black;
    text-align: center;
    font-family: "DM Sans", sans-serif;
}

.btn-contact {
    align-items: center;
}

#myFooter {
    /* background-color: white; */
    background: linear-gradient(125deg, #00BCD4, #03A9F4, #3F51B5, #673AB7);
    background-size: 200%;
    animation: bgchange 10s ease infinite;
    z-index: -1;
    color: white;
    padding-top: 20px;
    margin-top: 50px;
}

#map-container {
    height: 200px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#myFooter .row {
    margin: 0 85px;
}

#myFooter .footer-copyright {
    background: linear-gradient(125deg, #00BCD4, #03A9F4, #3F51B5, #673AB7);
    background-size: 200%;
    animation: bgchange 10s ease infinite;
    z-index: -1;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: white;
    font-weight: 400;
}

#myFooter .container {
    width: auto;
}

#myFooter p {
    color: white;
    font-weight: 400;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: black;
    margin-top: 30px;
}

#myFooter a {
    color: white;
    text-decoration: none;
    font-weight: 400;
}

#myFooter a:hover {
    color: white;
    text-decoration: none;
    font-weight: 400;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
    font-weight: 400;
    transition: ease-in-out 0.3s;
    font-size: 20px;
}

#myfooter h5 {
    text-align: center;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: white;
    line-height: 40px;
}

.croma {
    height: 4px;
    background: linear-gradient(125deg, #00BCD4, #03A9F4, #3F51B5, #673AB7);
    background-size: 200%;
    animation: bgchange 4s ease infinite;
}

iframe {
    width: 1080px;
    height: 300px;
}

.mapouter {
    position: relative;
    margin: 10px auto;
    height: 300px;
    width: 1080px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 300px;
    width: 1080px;
}

.fas {
    margin-right: 20px;
}



/* Responsive */

@media (max-width:820px) {

    .navbar-light h2 {
        display: none;
    }

    .navbar-light{
        height: 15vh;
    }
    .navbar-light .navbar-toggler {
        border: 0px;
    }

    .navbar-light .header-mobile {
        display: flex;
        font-size: 50px;
    }

    .navbar-collapse {
        background-color: white;
        z-index: 1;
    }

    .navbar-collapse .navbar-nav {
        height: fit-content;
    }

    .navbar-collapse ul li {
        display: block;
        text-align: center;
    }

    .slogan {
        font-size: 50px;
        line-height: 50px;
        color: white;
        text-align: center;
        font-family: 'DM Sans', sans-serif;
    }

    .banner-area h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .image-logo {
        margin-left: 30px;
    }

    .mapouter {
        width: auto;
        overflow-x: hidden;
    }

    .gmap_canvas {
        width: auto;
    }

    iframe {
        width: auto;
    }

    #myFooter .row{
        margin: 10px 0px;
    }

    .img-used{
        height: 200px;
    }
}