* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    background: url('../images/background.webp');
    background-size: cover;
    background-attachment: fixed;
    font-family: roboto;
    overflow-x: hidden;
}
header {
    padding: 3em 0px;
}

.dark-header {
    background-color: rgba(0, 0, 0, 0.8);
}
.logo-container {
    display: flex;
}
.logo-container p {
    color: #fff;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 0px !important;
    margin: 0px !important;
}
.logo {
    object-position:50% 50%;
    width:79px;
    height:87px;
    object-fit:cover;
    display: inline-block;
}
.navigation {
    list-style-type: none;
    margin:30px 0px;
} 

.navigation li {
    display: inline-block;
    position: relative;
}

.navigation li:hover ul.nav-dropdown {
    display: block;
}

ul.nav-dropdown {
    position: absolute;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8);
    width: 180px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}
 
ul.nav-dropdown li:first-child {
    margin-top: 8px;
}
ul.nav-dropdown li  {
    display: block;
    margin-bottom: 8px;
}

ul.nav-dropdown li a {
    display: block;
    font-family: roboto;
    text-align:left;
}
 
.navigation li a {
    color: #fff;
    display: block;
    margin-left: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.navigation li a.active {
    color: red;
}

/* .section {
    margin: 10% 0px;
} */

#banner {
    margin-top: 100px;
    margin-bottom: 200px;
}

.left-content {
    border-left: 10px #fff solid;
    border-color: #fff;
}
.small {
    font-family: sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    display: block;
    margin-left: 15px;

}
.big {
    font-size: 218px;
    margin: 0px;
    line-height: 0.9em;
    display: block;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, .5);
    -moz-font-smoothing: auto;
    -ms-font-smoothing: auto;
    -webkit-font-smoothing: auto;
}

.member {
    background-color: rgba(0, 0, 0, .4);
    width: 350px;
    float: right;
    margin: 15% 0px;
}

.member img {
    object-position:50% 50%;
    width:213px;
    height:122px;
    object-fit:cover
}

#about {
    background-color: #dbd8d8;
    padding-top: 100px;
    padding-bottom: 400px;
    
}

.about-section {
    border-left: 7px solid red;
}

.about-section div {
    margin-left: 20px;
}

.about-section div:first-child {
    font-size: 26px;
    line-height: 0.9em;
    font-weight: 600;
    font-family: sans-serif;
    color: red;
    padding-top: 60px;
    margin-bottom: 30px;
    
}

.about-section div:nth-child(2) {
    color: red;
    font-size: 93px;
    line-height: 0.9em;
    font-weight: 600;
    padding-bottom: 40px;
    font-family: sans-serif;
}

.about-logo img {
    object-position: 50% 50%;
    width: 168px;
    height: 168px;
    object-fit: cover;
    margin-top: 40px;
}

.about-text {
    font-size: 16px;
    padding: 10px 30px;
    font-weight: bold;
    text-align: justify;
}

#product-section {
    background-color: rgba(0, 0, 0, .9);
    min-height: 500px;
    position: relative;
}

#item-container {
    margin-top: 300px;
}

.product-banner {
    position: absolute;
    text-align: center;
    top: -300px;
}
.product-banner img {
    width: 70%;
    display: block; 
    margin-left: auto;
    margin-right: auto;
}

.product-item {
    margin: 100px 0px;
}
.image-container {
    
    border-bottom: 10px solid #dbd8d8;
}

.image-container img {
    object-position:50% 50%;
    width:750px;
    height:390px;
    object-fit:cover
}

.product-name-wrapper {
    background-color: rgba(133, 133, 133, 0.21);
    width: 232px;
    color: #fff;
    padding: 20px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    color: red;

}
.product-name-wrapper div {
    line-height: 1em;
}

.detail-wrapper {
    width: 320px;
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
    text-align: justify;
}

#category-section {
    background-color: #000;
    padding: 100px 0px;
    color: #fff;
}

#category-wrapper {
    background: url(../images/category_bg.webp);
    background-size: cover;
    /* color: transparent; */
    padding: 50px 0px;
}

.category-title {
    border-left: 10px solid #fff;
    padding-left: 30px;
}
.font_2 {
    font-weight: 600;
    font-family: sans-serif;
    font-size: 90px;
}

.font_3 {
    font-weight: 600;
    font-family: sans-serif;
    font-size: 40px;
}

.category-list {
    background-color: rgba(0, 0, 0, .5);
    margin: 100px 0px;
    padding: 30px;
    text-align: justify;
}

.category-item {
 width: 100%;   
}

.category-item:nth-child(even) {
    margin-bottom: 150px;
}



.category-item a {
    width: 250px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 40px; 
    padding: 20px;
    color: #fff;
    text-decoration: none;;
    font-size: 35px;
    line-height: 0.9em;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    display: block;
    min-height: 60px;
    transition: all .3s ease-in-out;
}

.category-item a:hover {
    background-color: #FF8580;
}

#our-clients {
    background-color: #000;
    color: #fff;
    padding-top: 50px;
}

.client-title-wrapper {
    border-left: 10px solid #fff;
    padding-left: 20px;
}

.client-wrapper {
    display: flex;
    justify-content: space-evenly;
    margin-top:100px;
}

.client-item img {
    object-position:50% 50%;
    /* width:174px;
    height:131px; */
    object-fit:cover
}

.client-item p {
    text-align: center;
    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.canada {
    position: relative;
    top: -45px;
    left: 50px;
}

.canada-text {
    position: relative;
    top: -57px;
    left: 50px;
}

.aus {
    position: relative;
    top: 0px;
    left: 82px;
}
.aus-text {
    position: relative;
    top: -4px;
    left: 82px;
}

.asia {
    position: relative;
    top: 15px;
    left: 50px;
}
.asia-text {
    position: relative;
    top: 20px;
    left: 50px
}

.usa {
    position: relative;
    top: 20px;
    left: 30px;
}

.usa-text {
    position: relative;
    top: 47px;
    left: 30px;
}

.europe {
    position: relative;
    top: 40px;
}
.europe-text {
    position: relative;
    top: 74px;
}
#location-icon-wrapper {
    padding-bottom: 100px;
}

#location-icon-wrapper p {
    font-size: 18px;
    margin-top: 10px;
}
#location-icon {
    width: 2%;    
}

#contact {
    background: #000;
    color: #fff;
    padding-bottom: 50px;
}

.contact-title {
    border-left: 10px solid #fff;
    padding-left: 10px;
}

.contact-title h2 {
    font-size:90px;
    font-family: sans-serif;
    font-weight: 600;
}

#contact-form {
    margin:50px 0px;
    padding-bottom: 50px;
}

#contact-form input[type="text"], #contact-form input[type="email"], textarea {
    border-radius: 0px !important;
    background-color: #FF4F4F;
    border: none;
    display: block;
    padding: 5px;
    outline: none;
    width: 100%;
    color: #000;
    font-weight: bold;
    font-family: sans-serif;
}

#contact-form label {
    text-transform: uppercase;
}

#contact-form textarea {
    min-height: 120px;
    resize: none;
}

#contact-form input[type="submit"] {
    background-color: #414141;
    color: #fff;
    float:right;
    border: none;
    padding: 5px;
    font-family: sans-serif;
    text-transform: uppercase;
}
#top-footer {
    height: 50px;
}
#footer {
    background-color: #000;
    padding: 50px 0px;
}

#footer img {
    object-position: 50% 50%;
    width: 168px;
    height: 168px;
    object-fit: cover;
}

#footer-form-container {
    padding: 50px 0px;
    color: #fff;
}

#footer-form-container {
    font-size: 17px;
    font-family: sans-serif;

}
form#newsletter {
    color: #fff;
}

form#newsletter input[type = "text"], form#newsletter input[type = "email"] {
    background: #E8E6E6;
    padding: 10px;
    border:none;
    outline: none;
}

form#newsletter input[type="submit"] {
    background-color: #FF0B00;
    border:none;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
}

.footer-text {
    color: #ededed;
}


section#main {
    min-height: 500px;
}

.carousel-caption {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.carousel-caption h3 {
    font-size: 100px;
    padding: 30px 0px;
    text-transform: uppercase;
}
#product {
    background-color: rgba(0, 0, 0, .7);
    padding: 100px 0px;
}
.product-detail-item {
    margin: 8px 0px;
    position: relative;
    width: 409px;
    height: 409px;
}

.product-detail-item img {
    width: 409px;
    height: 409px;
}
.product-detail-item:hover .product-overlay {
    display: block;
}
.product-overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    display: none;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}
.product-overlay p {
    color: #fff;
    font-size: 40px;
    padding: 0px;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
    text-transform: capitalize;
}
 
.less-margin {
    padding-left: 0px !important;
}

.product-title {
    border-left: 10px solid #fff;
    padding-left: 10px;
    padding-right: 30px;
}

.product-title h3 {
    font-size: 45px;
    line-height: 1.2em;
    color: #fff;
    font-family: sans-serif;
    text-transform: capitalize;
    font-weight: 800;
    padding: 0px;
}

.product-description {
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    text-align: justify;
}