@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
    font-family: "Montserrat", sans-serif;

}

.montserrat_font {
    font-family: "Montserrat", sans-serif;

}
.whatsApp__fixed a { 
    width: 70px;
    height: 70px;
    background-color: #045595; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.whatsApp__fixed a svg{
    
    width: 45px;
    height: 45px;
}
.whatsApp__fixed {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}



.modal{opacity:0;visibility:hidden;transform:scale(1.1);overflow-x:hidden;overflow-y:auto}

.show-modal{opacity:1;visibility:visible;transform:scale(1);transition:visibility linear,opacity .25s,transform .25s}


/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.lato_font {
    font-family: "Lato", sans-serif;
}


.second_title{
    font-weight: 400;
    color: #040503 !important;
}


.banner_bg {
    background-image: url('../images/banner_1.jpg');
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.story_bg {
    background-image: url('../images/about.jpg');
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
#formMessage{
    font-size: 20px;
    margin-top: 15px;
    font-weight: 500;
    color:#0b5491;
}
.product_bg {
    background-image: url('../images/product_banner1.jpg');
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}


.product_bg_second {
    background-image: url('../images/banner_2.jpg');
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.product_bg_third {
    background-image: url('../images/banner_3.jpg');
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.product_bg_fourth {
    background-image: url('../images/banner_5.jpg');
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.product_bg_fifth {
    background-image: url('../images/banner_4.jpg');
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.product_bg_six {
    background-image: url('../images/banner_6.jpg');
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}






#marquee {
    will-change: transform;
    transform: translateX(100%);
}
