body, html{
    width: 100%;
    height: 100%;
    background-color: white;
}

@font-face {
  font-family: 'DIN-Bold';
  src: url('DIN-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN-Light';
  src: url('DIN-Light.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


::-webkit-scrollbar{
    width: 5px;
}
::-webkit-scrollbar-track{
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb{
    background: #888;
}
::-webkit-scrollbar-thumb:hover{
    background: #555;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
};

h1, h2, h3, h4, h5, h6{
    font-family: 'DIN-Bold';
    font-style: normal;
    font-style: normal;
}


/*h1 {
    font-family: 'DIN-Light';
    font-style: normal;
    font-style: normal;
}*/

.product-profile{
    position: relative;

}

a.navbar-brand{
    padding-left: 75px;
}

.text-footer{
    text-align: center;
    color: white;
}

#image{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    color: rgba(0, 0, 0, 0.25);

}

.video-section {
    margin-top: -70px;
}

.carousel-indicators{
    bottom: 80px;
}

.cta-profile{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    border-color: #f44336;
     background-color:rgba(0,0,0,0.2);
}

.product-profile:hover #image{
    opacity: 0.3;
    background-color:rgba(0,0,0,0.2);

}

.product-profile:hover .cta-profile{
    opacity: 1;
}

#btn-detail{
    margin: 20px;
    width: 135px;
    height: 50px;
    display: inline-block;
    background: #f70000;
    /* border: 1px solid black; */
    transform: skewX(1deg);
    font-size: 15px;
    font-weight: bold;
    color: white;
}

.btn{
    /*border: 2.5px solid #d30000;
    color: #d30000;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    font-weight: bold;
    border-radius: 0;
    font-size: 13px;*/

    margin: 20px;
    width: 135px;
    height: 50px;
    display: inline-block;
    background: #f70000;
    /* border: 1px solid black; */
    transform: skewX(1deg);
    font-size: 15px;
    font-weight: bold;
    color: white;
}

.button-desc{

}

.banner-fix{
    margin-top:60px;
    height: auto;
    width: auto;
}

.line-about{
    color: black;
    border-width: 2px;
    width: 75%;
    background-color: black;
}


#indikator{  
    height: 11px;
    border-radius: 50%;
    width: 12px;
}


.text-desc h4{
    font-style: italic;
    font-weight: bold;
}

#speed-section{
    height: 358px;
    background-color: #e4e4e4;
}

#analogi{
   padding: 0;
}

#cta-product{
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#product-section{
    padding: 0;
}


.product-tag{
    text-align: center;
    width: 100%;
    height: 58px;
    background-color: black;
    text-align: center;
    /* top: 464px; */
    z-index: 10000;
    padding: 0;
}

.product-tag h1{
    color: white;
    font-style: italic;
    font-weight: lighter;
    padding-top: 3px;
}

.head-excite{
    text-align: center;
    font-weight: lighter;
    font-style: italic;
}

@media(max-width:767px){

    .carousel-indicators{
    bottom: 0;
    }

    .video-section{
        margin-top: 0;
    }

    .spacer-small-mobile{
        height: 25px;
    }

    .banner-fix{
        margin-top: 57px;
        height: auto;
    }

    a.navbar-brand{
        width: 71%;
        padding-left: 40px;
    }

    .excite h1{
        font-size: 25px;
    }

    .desc-excite h1{
        font-size: 25px;
    }

    .arrow{
        width: 40px;
    }
}


.vids{
    padding: 10px;
}

.logo-fix{
    width: 50%;
    margin: 5px;
    padding: 5px;
}

.excite{
    text-align: center
}

.desc-excite h1{
    text-align: center;
    font-weight: lighter;
    font-style: italic;
    font-size: 40px;
}

.desc-excite p{
    text-align: center;
    padding: 5px;
    font-size: 1rem;
}

.spacer-extra-mini{
    height: 5px;
}

.spacer-mini {
  height: 10px;
}

.spacer-small {
  height: 25px;
}

.spacer-medium {
  height: 50px;
}

.spacer-big {
  height: 85px;
}

.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}
 button.btn {
    border-radius: 0 !important;
}
.container-fluid {
    max-width: 1400px;
}
