.bg-image {
    background-image: url("../img/background-tile.jpg");
    filter: brightness(30%);
    z-index: -100;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
}

header {
    position: fixed;
    z-index: 80;
    width: 100%;
}

.small-header {
    min-height: 20px;
    background-color: #090c0f;
    padding:5px 5px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.container-transparent {
    background-color: #090c0fbe;
}

.container-dark {
    background-color: #090c0f
}

.small-header .oh-title {
    color : #c19977;
}

.small-header .oh-body {
    color: #fff;
}

.small-header .fa-instagram {
    color: #fff;
    margin:5px;
}
.small-header .fa-tiktok {
    color: #fff;
    margin:5px;
}

.small-header .loc-title {
    color : #c19977;
}

.small-header .loc-body {
    color: #fff;
}

.small-header .loc-body a {
    color: #fff;
    text-decoration: none;
    display: inline;
}

.text-right {
    text-align: right;
}

.float-right {
    float: right;
}



.main-nav {
    height: 85px;
    background-color: #0e1317;
    padding-top:10px;
    padding-bottom: 10px;
    position: fixed;
    z-index: 99;
}

@media (min-width: 576px) {
    .main-nav {
        position: relative;
    }
}

.main-logo-col {
    padding:5px 5px;
}

.main-nav .main-logo {
    height:45px;
    max-width: 100%;
}

.main-nav .cta-header-main {
    background-color: #c19977;
    border:solid 1px #c19977;
    border-radius: 40px;
    margin-top:13px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.main-nav .cta-header-main:hover {
    background-color: #8d6d50;
    border:solid 1px #8d6d50;
}

.main-nav .cta-header-main:active {
    background-color: #8d6d50;
    border:solid 1px #8d6d50;
}

.main-nav .desk-nav ul li {
    list-style: none;
    display: inline-block;
    text-transform :uppercase;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    margin-top:20px;
    font-family: "Roboto", sans-serif;
}

.main-nav .desk-nav ul li a {
    color: #fff;
    text-decoration: none;
}

.main-nav .desk-nav ul li a:hover {
    color: #cccccc;
    text-decoration: none;
}

.main-nav .mobile-main-nav {
    position: fixed;
    background-color: #0e1317;
    width: 300px;
    right: 0px;
    top: 95px;
    min-height: 200px;
    padding-bottom: 13px;
    padding-top: 8px;
}

.main-nav .mobile-main-nav  ul li {
    display: block;
    margin-top:15px;
    margin-bottom:15px;
}

.main-nav .mobile-main-nav  ul li a {
    text-decoration: none;
}

.main-banner {
    padding-top: 119px;
}

.carousel-item {
    height: 350px;
}

@media (min-width: 576px) {
    .carousel-item {
        height: 500px;
    }
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.carousel-caption {
    bottom: 20%;
}

.main-slide .main-slide-image {
    filter: brightness(70%);
    transition: filter 0.4s ease;
}

.main-slide .main-slide-image:hover {
    filter: brightness(90%);
}

.main-slide h1 {
    font-size: 28px;
    text-align: left;
    font-family: "Oswald", sans-serif;
}

.main-slide p {
    text-align: left;
    font-size: 12px;
}

@media (min-width: 576px) {
    .main-slide h1 {
        font-size: 61px;
        text-align: left;
        font-family: "Oswald", sans-serif;
    }

    .main-slide p {
        text-align: left;
        font-size: 20px;
    }

}


.main-slide .carousel-caption {
    height: auto;
    width:50%;
    padding-top:100px;
    padding-left: 0px;
    text-align: left;
    font-family: "Roboto", sans-serif;
}

@media (min-width: 576px) {
    .main-slide .carousel-caption {
        height: 500px;
        width:50%;
        padding-top:100px;
        padding-left: 0px;
        text-align: left;
        font-family: "Roboto", sans-serif;
    }
}

.main-slide .main-cta-btn {
    background-color: #c19977;
    border:solid 1px #c19977;
    border-radius: 40px;
    margin-top:13px;
    padding-left: 25px;
    padding-right: 25px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}


.about-us-section {
    padding-top:120px;
    background-color: #0e1317;
    padding-bottom: 120px;
}

.about-us-section  .abt-pre-title {
    color: #c19977;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
}

.about-us-section .abt-title {
    color: #ffffff;
    font-size: 40px;
    margin-top:16px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
}

.about-us-section .abt-phar {
    color: #fff;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}

.abt-image {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.product-section {
    padding-top:120px;
    padding-bottom: 120px;
}

.product-section .prd-pre-title {
    color: #c19977;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
}

.product-section .prd-title {
    color: #ffffff;
    font-size: 40px;
    margin-top:16px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
}

.prd-title-row {
    margin-bottom: 60px;
}

.prd-card {
    padding-bottom: 40px;
}

.prd-card .prd-image {
    width: 100%;
    height: 300px;
    border-radius: 9px;
    object-fit: cover;;
}

.prd-card .prd-card-title {
    color: #ffffff;
    font-size: 25px;
    margin-top:15px;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
}

.prd-card-tags .tags {
    display: inline;
    margin-right: 3px;
    background-color: #c19977;
    color: #000;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.news-section {
    padding-top:120px;
    padding-bottom:120px;
    background-color: #0e1317;
}

.news-section .news-pre-title {
    color: #c19977;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
}

.news-title {
    color: #ffffff;
    font-size: 40px;
    margin-top:16px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
}

.news-card {
    width: 100%;
    margin-bottom: 40px;
}

.news-row {
    min-height: 100px;
    padding-top:60px;
}

.news-section .news-img {
    width : 100%;
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 17px;
}

.news-section .news-desc:hover {
    background: linear-gradient(#00000094, #090c0f);   
}

.news-section .news-desc {
    background: linear-gradient(#00000046, #090c0f);   
    height: 350px;
    padding-top:225px;
    position: absolute;
    z-index: 2;
    margin-top:-350px;
    border-radius: 15px;
    opacity: 1;
    transition: all 0.5s ease;
}

.news-section .news-desc h3 {
    color: #ffffff;
    font-size: 20px;
    margin-top:16px;
    margin-bottom: 5px;
    font-family: "Oswald", sans-serif;
    padding: 0px 30px;
}

.news-section .news-desc p {
    color: #ffffff;
    font-size: 13px;
    margin-top:7px;
    margin-bottom: 5px;
    font-weight: light;
    font-family: "Roboto", sans-serif;
    padding: 0px 30px;
}

.news-section .news-desc i {
    font-weight: light;
    margin-right: 10px;
}

.contact-container {
    padding-top:60px;
    padding-bottom: 60px;
}

.contact-container .pre-title {
    color: #c19977;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
}

.contact-container .title {
    color: #ffffff;
    font-size: 40px;
    margin-top:10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
}

.contact-container .btn-primary {
    background-color: #c19977;
    border:solid 1px #c19977;
    border-radius: 40px;
    margin-top:15px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding:13px 35px 10px;
}

.contact-container .btn-primary:hover {
    background-color: #6d5541;
    border:solid 1px #6d5541;
    border-radius: 40px;
    margin-top:15px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding:13px 35px 10px;
}

.footer-container {
    padding-top:60px;
    padding-bottom: 60px;
}

.footer-container .ft-logo {
    max-width: 100%;
    height: 60px;
}

.footer-container p {
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin-top:10px;
}

.footer-container h5 {
    font-family: "Oswald", sans-serif;   
    color: #fff;
}

.footer-container ul {
    padding-left: 0px;
}

.footer-container ul li {
    list-style: none;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 13px;
}

.footer-container ul li a {
    list-style: none;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 13px;
}

.footer-container .ft-k-info {
    width: 80px;
    display: inline-block;
}