body{
    font-family: 'Roboto', sans-serif;
    color:#050708;
}
.color-green{
    color:#466060;
}
.text-blue,
.text-yellow,
.text-red,
.text-teal{
    color:#BA3E3E;
}
.text-dark{
    color:#0E0F19;
}
.background-dark{
    background-color:#0E0F19;
}
.background-red,
.background-blue,
.background-light-blue,
.background-yellow,
.background-teal{
    background-color:#BA3E3E;
}

a{
    transition: 0.5s ease;
    text-decoration:none;
    color: #BA3E3E;
}

a:hover{
    text-decoration:none;
}

form .form-control::-webkit-input-placeholder {
    color:#050708;
}

form .form-control::-moz-placeholder {
    color:#050708;
}

form .form-control::-ms-placeholder {
    color:#050708;
}

form .form-control::placeholder {
    color:#050708;
}

h1,h2, h3, h4, h5, h6,
.h1,.h2, .h3, .h4, .h5, .h6{
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    letter-spacing:1.2px;
}

h2{
    font-size: 2.3vw;
}
h5{
    font-size: 1.2vw;
}
.display-1{
    font-weight: 700;
    line-height: 1.2;
    font-size: 5.3vw;
}

.animate-text-1 {
    font-weight: 900;
    font-size: 3.5em;
  }
  
.animate-text-1 .letter {
    display: inline-block;
    line-height: 1em;
}
.animate-text-1 .letter:nth-child(-n+10) {
    color:#FFC857;
}
.display-2{
    font-weight: 700;
    line-height: 1.2;
    font-size: 4.3vw;
}
.btn{
    border-radius:0;
    transition: 0.5s ease;
    font-weight:700;
}
.btn-border{
    border:2px solid #BA3E3E;
    color:#BA3E3E;
}
.btn-border:hover{
    border:2px solid #BA3E3E;
    background-color:#BA3E3E;
    color:#ffffff;
}
.btn-blue,
.btn-red,
.btn-yellow{
    color: #ffffff;
    background: #BA3E3E;
    border:2px solid transparent;
}
.btn-blue:hover,
.btn-red:hover,
.btn-yellow:hover{
    color: #BA3E3E;
    background: #ffffff;
    border-color:#BA3E3E;
}

header{
    padding:  10px 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background:#ffffff;
    z-index: 100;
}

.nav-item{
    margin:0 2vw;
   
}
.navbar-light .navbar-nav .nav-link {
    font-size: 1vw;
    text-transform: uppercase;
    font-weight:700;
    color:#050708;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:#BA3E3E;
}
.dropdown-item{
    font-size:1vw;
    font-weight:700;
    color:#050708;
}
.dropdown-item:hover{
    color:#BA3E3E;
}
.nav-button-container .btn{
    font-size: 1vw;
    text-transform: uppercase;
    font-weight:700;
    margin:0 .5vw;
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu{
    border-radius:0;
    border:none;
}
section{
    padding: 90px 0;
}
.section-page-header.small{
    margin-top:calc(94.2px + 5.3vw);
    min-height: 0;
}
.background{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
}

.section-home .slide{
    margin-top:calc(48.2px + 5.3vw);
    height: calc(100vh - 48.2px - 5.3vw);
    position: relative;
    overflow:hidden;
}
.section-services .background,
.section-home  .background{
    animation: move 40s ease infinite;
    /* Add infinite to loop. */
    
    -ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -moz-animation: move 40s ease;
}

@-webkit-keyframes move {
    0% {
      -webkit-transform-origin: bottom left;
      -moz-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
      -o-transform-origin: bottom left;
      transform-origin: bottom left;
      transform: scale(1.0);
      -ms-transform: scale(1.0);
      /* IE 9 */
      
      -webkit-transform: scale(1.0);
      /* Safari and Chrome */
      
      -o-transform: scale(1.0);
      /* Opera */
      
      -moz-transform: scale(1.0);
      /* Firefox */
    }
    50% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */
        
        -webkit-transform: scale(1.2);
        /* Safari and Chrome */
        
        -o-transform: scale(1.2);
        /* Opera */
        
        -moz-transform: scale(1.2);
        /* Firefox */
      }
    100% {
      transform: scale(1);
      -ms-transform: scale(1);
      /* IE 9 */
      
      -webkit-transform: scale(1);
      /* Safari and Chrome */
      
      -o-transform: scale(1);
      /* Opera */
      
      -moz-transform: scale(1);
      /* Firefox */
    }
  }
.featured-product-container{
    display:block;
}
.featured-product-title{
    padding: 150px 30px 30px;
}
.featured-product-snippet{
    padding: 15px 30px;
}
.featured-product-container .featured-product-header{
    overflow:hidden;
    aspect-ratio: 4/3;
}
.featured-product-container .background .background{
    transition: all .15s ease-in-out;
    transform:scale(1);
    mix-blend-mode: none;
    opacity:1;
}
.featured-product-container:hover .background .background{
    transition: all .15s ease-in-out;
    transform:scale(1.2);
    mix-blend-mode: overlay;
    opacity:.5;
}
.section-products > .background{
    top: 55%;
    height: 45%;
    background: #000000;
}

.section-page-header{
    margin-top:calc(48.2px + 5.3vw);
    min-height: calc(60vh);
}
.section-customers .customer-box h3{
    color:#212529;
}
.section-customers .customer-box:hover h3{
    color:#1E6FB7;
}
.section-customers .customer-box .icon{
    transform:scale(1);
    filter:none;
    transition: all .15s ease-in-out;
}
.section-customers .customer-box:hover .icon{
    /*filter: invert(86%) sepia(73%) saturate(4611%) hue-rotate(313deg) brightness(99%) contrast(108%);*/
    transform:scale(1.2);
}
.customer-box-two{
    padding-bottom:90%;
    position:relative;
    margin-bottom:30px;
}
.customer-box-two .inner{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

footer{
    padding:50px 0 10px;
}

@media (max-width: 768px){
    h2{
        font-size:calc(1.325rem + .9vw);
    }
    h5, .h5{
        font-size:1rem;
    }
    .navbar-brand {
        width: 35vw;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size:1rem;
    }
    .nav-button-container .btn {
        font-size: 1rem;

    }
    .display-2{
        font-size:10vw;
    }
    section.hero{
        margin-top:60px!important;
        padding:45px 0;
    }
    .dropdown-item{
        font-size:1rem;
    }
}
