@charset "utf-8";

/* CSS Document */


/* a {
    margin: 0 0.45rem 0 0.45rem;
} */

.accordion-button:hover {
    border: 1px solid #fd000454!important;
}

* {
    box-sizing: border-box
}

.title_name {
    color: #fff;
    font-family: 'PT Sans', serif !important;
    font-size: 5rem;
    text-align: center;
}

.title_description {
    color: #fff;
    font-family: 'PT Sans', serif !important;
    font-size: 1.5rem;
    text-align: center;
}

.responsive {
    width: 18vw;
    height: auto;
}


/* .navbar-nav .nav-link .dropdown-toggle {
        background-color: #ffffff !important;
        padding-top: 20rem !important;
    } */

.dropdown-item {
    font-family: Raleway, serif;
    color: #212529;
}

#canon {
    width: 120px;
    height: 30px;
    background-image: url("images/Canon_logo_vector.png");
    background-size: 110px 25px;
    background-color: #ffffff;
    border-color: white;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#nec {
    width: 120px;
    height: 30px;
    background-image: url("images/NEC_logo.png");
    background-size: 110px 25px;
    background-color: #ffffff;
    border-color: white;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#hitachi {
    width: 120px;
    height: 30px;
    background-image: url("images/Hitachi_Logo.svg_.png");
    background-size: 110px 25px;
    background-color: #ffffff;
    border-color: white;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#rujie {
    width: 120px;
    height: 40px;
    background-image: url("images/202011131588201-150x150.png");
    background-size: 110px 35px;
    background-color: #ffffff;
    border-color: white;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#numb {
    margin-left: 10rem;
}

h3 {
    font-family: 'PT Sans', serif !important;
    text-align: center;
}

th {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn-num {
    color: #fff;
    background-color: #042E78;
    border-color: #042E78;
    font-family: Montserrat, serif;
    font-size: 0.9rem;
    margin-right: 10rem;
}

.btn-num:hover {
    color: #fff;
    background-color: #FFC7C7;
    border-color: #FFC7C7;
    font-family: Montserrat, serif;
    margin-right: 10rem;
}

.pro-pic img {
    margin: auto;
}

.product-name {
    font-family: Heebo, sans-serif;
    font-size: 6vh !important;
    color: #000;
    text-decoration: none !important;
    text-align: left;
}

.prod-brief {
    font-family: Raleway, serif;
    font-size: 2.2rem;
    color: #5F5F5F;
}

p {
    font-family: Raleway, serif;
    font-size: 2.rem;
    color: #000;
}

li {
    font-family: Raleway, serif;
    font-size: 1rem;
    color: #000;
}

.feature-name {
    font-family: Raleway, serif;
    font-size: 1.5rem;
    color: #000;
    text-align: center;
}

.feature_desc {
    color: #555555 !important;
    font-size: 1rem;
    text-align: center;
}

.email {
    font-size: 1rem;
}

hr {
    -moz-box-sizing: border-box;
    -moz-float-edge: margin-box;
    border: 1px;
    color: #FD0004;
    display: block;
    height: 2px;
    margin: 0em auto;
}

table.table thead tr th {
    font-family: Raleway, serif !important;
    color: #353535;
    border-bottom: 1px solid #ccccc;
    padding: 10px 10px;
}

table.table tbody tr td,
table.table tbody tr th {
    font-family: Raleway, serif;
    padding: 10px 10px;
}

table.table.table-border thead tr th {
    color: #353535;
    border: 1px solid #ccc !important;
}

table.table.table-border tbody tr td,
table.table.table-border tbody tr th {
    border: 1px solid #ccc !important;
}

.bd-callout {
    border: 1px solid #CF03 03;
    border-left: 5px solid #ec1d24;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}

.bd-callout-warning {
    border-left: 5px solid #e9ab43;
}

.smallnormfont {
    font-family: Raleway, serif;
}


/* .navbar-expand-lg .nav-link {
    padding: 1rem 0 1rem 0;
} */

.navbar-nav .nav-link {
    font-size: 0.95vw !important;
    margin: 0.5 0.5 0.5;
}

.navbar-collapse .collapse .show .btn-num {
    margin: 1rem 10rem 0 0;
}

@media(max-width:992px) {
    .nav>li>a {
        padding-left: 10px;
        padding-right: 10px
    }
}


/* .navbar .nav-link {
    float: left!important;
    width: auto;
    text-decoration: none!important;
    font-size: 13.5px!important;
    text-align: center!important;
    font-family: Raleway, serif!important;
} */

.navbar {
    width: 100% !important;
}

.parallax {
    /* The image used */
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */

@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}

.front_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.button-prod {
    background-color: red;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 20px;
    font-family: Raleway, serif;
}

.button-prod:hover {
    background-color: #BE0003;
    color: white !important;
}

.button-or {
    background-color: #f15a22;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 20px;
    font-family: Raleway, serif;
}

.button-or:hover {
    background-color: #d35400;
    color: white !important;
}

.button-gr {
    background-color: #3fc380;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 20px;
    font-family: Raleway, serif;
}

.button-gr:hover {
    background-color: #36a16c;
    color: white !important;
}

.projector {
    background-image: url("C:/MAMP/htdocs/iec/images/projector.jpg")
}

.lfp {
    background-image: url("C:/MAMP/htdocs/iec/images/lfp.jpg")
}

td {
    background-color: white !important;
    border-color: red !important;
}

#card_names {
    font-family: IBM Plex Sans Arabic, sans-serif!important;
    font-size: 3vh!important;
    color: rgb(0, 0, 0) !important;
    text-decoration: none !important;
}

#card_names_frontpage {
    font-family: 'IBM Plex Sans Arabic', sans-serif!important;
    font-size: 10%!important;
    color: #000 !important;
    text-align: center;
    font-weight: bold;
}

#card_list {
    color: #000000;
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
}

#product-all {
    margin: 10px 0px 10px 0px;
}

.feat-pics {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    width: 100%;
}

#card_names:hover {
    color: red;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}


/* ============ desktop view .end// ============ */


/* ============ small devices ============ */

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}


/* ============ small devices .end// ============ */