
.temp-home{
    text-align:center;
    color:#fff;
}
    .temp-home h4 {
        color: #fff;
    }

.temp-home img{
    display: block;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.temp-home iframe{
    max-width:100%;
}


html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background: url("/img/background/sany.jpg");
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #ffffff;
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
    

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.navbar {
    background-color: rgba(166,166,166,0.5) !important;
    backdrop-filter: blur(15px);
    margin-bottom: 30px !important;
    padding: 10px;
}

.navbar .nav-item .light-item{
    color:#ffffff !important;
    font-weight:500;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-menu {
    left: 0;
    margin: 0;
    border: 0px;
    border-radius: 0px;
    background-color: rgba(25, 25, 25, 0.99) !important;
    backdrop-filter: blur(15px);
    //background: #191919 !important;
    color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #191919 !important;
    background-color: var(--bs-dropdown-link-hover-bg);
    border-radius:35px;
}

.navbar .dropdown-menu .dropdown-item {
    color: #fff;
}

    .navbar .dropdown-menu li.empty{
        height: 200px;
    }

    .navbar .dropdown-menu div{
        float:left;
        text-align:center;
    }

    .navbar .dropdown-menu div img {
        max-width: 200px;
    }

    @media screen and (min-width: 992px) {
        .navbar .dropdown-menu.columns {
        /*-moz-column-count: 6;*/ /* Firefox */
        /*-webkit-column-count: 6;*/ /* Safari and Chrome */
        /*column-count: 6;*/
        width: 100%;
    }

        .navbar .dropdown-menu.columns.technicalInformation {
            width: auto;
            column-count: 1;
            left: auto;
        }
}

.breadcrumb {
    background-color: #191919 !important;
    color: #ffffff !important;
    border-radius: 0px !important;
}

.breadcrumb a {
    color: #ffffff !important;
    font-weight: bold;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

div.navbar-collapse {
    flex-grow: 0 !important;
}

h1, h2, h3{
    color:#ffffff;
}

.contact-box {
    align-items: center;
    display: flex;
    text-align: right;
    padding: 0 8px;
}

.contact-box p, .contact-box a {
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none;
}
.contact-box span{
    display:grid;
}

.contact-box i{
    float: left;
    font-size: 25px;
    margin-right: 10px;
}

span.header-small {
    font-size: 13px;
}

.page-title{
    padding:50px;
    text-align:center;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#myCarousel {
    /*position: fixed;*/
    top: 0;
    left: 0;
    max-width: 100%;
}

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom:20rem;
    z-index: 10;
}

.carousel-inner{
    height:100vh;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 100%;
}


.manufacturer-description {
    backdrop-filter: blur(15px);
    margin-bottom: 30px !important;
    padding: 25px;
    border-radius: 20px;
    background-color: rgba(166, 166, 166, 0.5) !important;
}

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
        text-shadow: 0px 0px 3px #000;
    }

}

@media only screen and (max-width: 600px) {
    .carousel-item video {
        width: 100%;
        height: 100%;
        position: inherit;
        object-fit: cover;
    }
}
@media (min-width: 576px) {
    header {
        display: block;
        height: 60px;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}


.empty-home {
    display: block;
    height: 100vh;
}

.home-content, .manufacturers-details {
    //background-color: red;
    z-index: 500;
    position: relative;
    padding: 40px 0;
}

.manufacturers{
}

.manufacturers img {
    width: 100%;
    filter: grayscale(100%);
    opacity: .3;
}

.manufacturers img:hover, .manufacturers img.active {
    filter: grayscale(0%);
    opacity: 1;
    cursor:pointer;
    border-bottom: 5px solid #191919;
}

.manufacturers-details .details{
    display:none;
}

.manufacturers-details .details.active {
    display: block;
}

.manufacturers-details div{
    float:left;
}

.manufacturers-details .details span{
    display: block;
    margin-bottom:10px;
    text-align:justify;
}

.manufacturers-details .details a{

    float:right;
}


.manufacturers-details .details img {
    border-radius: 35px;
}

.introduction h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    /*background: -webkit-linear-gradient(#5d5d5d, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.introduction h2 {
    background: linear-gradient(289deg, rgb(229 229 229), rgb(129 129 129), rgb(185 185 185), rgb(105 103 103), rgb(229 229 229));
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: gradientAnimation 3s linear infinite;
}

@keyframes gradientAnimation{
    0%{
        background-position:200% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.introduction h2 span{
    /*opacity: .6;*/
}

.introduction h4 {
    color: #ffffff;
    line-height:1.5;
}

.footer {
    z-index: 500;
    position: relative !important;
    background-color: #191919;
    color: #ffffff !important;
    border-top: 5px solid #878787;
    padding:25px;
}

.footer span{
    display:block;
    margin-bottom:15px;
    font-weight:500;
    line-height:2;
}

.footer a{
    padding:0 15px 0;
    font-weight:500;
    font-size:25px;
    color:#fff !important;
}

.footer a:hover {
    color: #878787;
}

form .form-group{
    margin-bottom: 20px;
}

form input, form textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

form textarea{
    min-height:200px;
}

form label{
    color:#ffffff;
    font-weight:500;
}