@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400&display=swap');

body,
html {
    font-size: 18px;
    /* font-family: 'Roboto', sans-serif !important; */
    color: rgb(40,40,40);
    padding: 0!important;
    margin: 0!important;
    width: 100%!important;
}

.h3 {
    font-size: calc(1.3rem + .6vw) !important;
}

.mw-50-100 {
    width: 50%;
}

#wh-form-container h1 {
    font-size: 1.2em;
    font-weight: bold;
}
.form-control {
    border: 1px solid var(--bs-primary);
}
.whform-info {
    line-height: 1.5em;
}
#banner h1 {
    font-size: 1.4em;
}
@media (max-width: 768px) {
    body, html {
        font-size: 16px;
    }
    .h3 {
        font-size: calc(1rem + .2vw) !important;
    }

    .mw-50-100 {
        width: 100%;
    }
}

#top-menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 60px;
    z-index: 9999;
    background-color: white;
    opacity: 0.9;
}

#spacer {
    width: 100%;
    height: 60px;
}

#logo {
    font-size: 40px;
    vertical-align: middle;
    /* color: #28a745 !important; */
}
#logo img {
    height: 40px;
}



.hand {
    cursor: pointer;
}

.text-dark {
    color: #333435;
}

.text-primary {
    /* color: #28a745 !important; */
}

/*
.btn-outline-primary {
    color: #28a745 !important;
    border-color: #28a745 !important;
    
    border-width: 2px;
    font-size: 1em;
}

.btn-outline-primary:hover {
    background-color: transparent;

}
*/

.product-module {

    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 10em;
    overflow: hidden;
    border-radius: 8px;
    margin: 0px 8px 16px 8px;
    font-size: 0.9em;
    height: 100%;
}

.product-module .link {
    background-color: #d4eeff;
    opacity: 0.9;


    margin: 0 auto;
    padding: 1em;
    margin-bottom: 2em;
    border-radius: 8px;
    margin-left: 20px;
    margin-right: 20px;

}

.breadcrump {
    width: 100%;
    min-height: 80px;
}

.bg-gradient {
    background-color: rgb(243, 243, 243);
}

.product-details {
    line-height: 1.8em;
}

.whform-info {
    color: #666666; 
    padding-left: 20px;
}

#top-header,
#top-header-small {
    /*background-attachment: scroll;*/
    background-image: url('../assets/banner-bg.jpg')!important;
    
    width: 100%;
    /*
    background-clip: border-box;    
    background-position-x: 0%;
    background-position-y: 0%;
    overflow-x: hidden;
    overflow-y: hidden;

    */
    
    background-repeat: repeat;
    background-size: cover;
    box-sizing: border-box;
    color: #28a745 !important;
    /* font-family: "Catamaran", sans-serif; */
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    overflow: hidden;
    position: relative;
    text-align: left;
    z-index: 1;
}

#top-header {
    height: calc(100vh - 50px);
    color:white!important;
}

#top-header-small {
    height: auto;
}

#top-header .bottom {
    bottom: -5px;
    box-sizing: border-box;
    height: 245px;
    left: 0px;
    line-height: 22.5px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

#top-header .bottom img {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: none;
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    /* font-family: "Catamaran", sans-serif; */
    font-size: 15px;
    font-weight: 400;
    height: 247.083px;
    line-height: 22.5px;
    width: 100%;
    text-align: left;
    vertical-align: middle
}

.c-card {
    width: 100%;
    background-color: #fafafa;
    padding: 20px 5px;
    border-radius: 8px;
    overflow: hidden;
}

.c-card img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.c-card .c-item {
    border-radius: 8px;
    background-color: white;
    padding: 1em;
    margin: 10px;
    box-sizing: content-box;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
    
}

.c-card .keep-height {
    height: calc(100% - 3em);
}
.mt-huge {
    margin-top: 100px;
}

.mb-huge {
    margin-bottom: 100px;
}

h1,
h2,
h3 {
    /* font-family: 'Poppins', sans-serif !important; */
}

h2 {
    font-size: 1.3em;
}


.top-header .row {
    color: white !important;
    
}

.bold {
    font-weight: bold;
}

.person {
    opacity: 0.1;
}

.person p {
    text-align: center;
}

.person .desc {
    color: #404040;
    margin-top: 4px;
}

.in-product {
    border: 2em solid #fafafa;
    border-radius: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

#contact {
    background-color: #28a745;
    width: 70%;
    min-height: 7em;
    color: white;
    margin: 0 auto;
    margin-top: -6em;
    margin-bottom: 3em;
    z-index: 1;
    padding: 2em 0em;
}

/* Animation */

.event-fade-in {
    opacity: 0.05;
}

@keyframes wipe-enter {
    0% {
        transform: scale(0.5, 0.5);
        opacity: 0.0;
    }

}

@media (prefers-reduced-motion: no-preference) {
    .square-animation {
        animation-name: wipe-enter;
        animation-duration: 2s;
        animation-iteration-count: 1;
    }

    .square {
        transition: opacity 1.5s ease, transform 1.5s ease;
    }
}

.square-transition {
    opacity: 1;
    transform: none;
}

#projector {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 90%;
    min-height: 260px;
}

#btn-up {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    color: white;
    opacity: 0.8;
    font-size: 30px;
    line-height: 50px;
    transform: rotate(90deg);
    text-align: center;
    z-index: 100;
    display: none;
}


/*----------------------
 FOOTER
-----------------------*/

#footer {
    padding: 1rem 0px;
    position: relative;
    background-color: #202020;
    margin-top: 10em;
    padding-top: 3em;
}

#footer .footer-brand {
    font-size: 30px;
}

#footer .footer-links {
    padding-left: 0;
    list-style-type: none;
}


/*
#footer {
    background: url("../assets/world.jpg");
    -webkit-background-size: cover;
    background-size: cover;
}*/

.footer-overlay {
    background: #111;
    opacity: 0.94;
}

.footer-widget p {
    color: #888;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 32px;
    font-size: 14px;
}

.footer-widget h3 {
    color: #fff;
    margin-bottom: 30px;
}

.footer-links a {
    color: #888;
    line-height: 38px;
    font-size: 14px;
    text-transform: capitalize;
}

.footer-links i {
    width: 25px;
}

.footer-copy {
    color: #888;
    font-size: 16px;
    position: relative;
}

.footer-copy:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 45%;
    height: 1px;
    background: #94959a;
}

.current-year {
    color: #21c87a !important;
}