* {
    outline: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #364652;
    font-family: Baqacents;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'MADE Canvas';
    font-weight: inherit;
    color: rgb(166, 166, 166);
}

a {
    text-decoration: none;
    color: currentColor;
}

main {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}

header {
    width: 100%;
}

.header-icon {
    padding-top: 15px;
    margin-bottom: 70px;
}

header svg {
    width: 180px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.header-content h1 {
    width: 20%;
    line-height: 0.9;
    font-size: 3rem;
    font-weight: inherit;

}

.header-content span {
    color: #5c5550;
    width: 25%;
    font-size: 1rem;
    font-weight: inherit;

}

.show {
    color: #c2c2c2;
    width: 100%;
    margin-bottom: -70px;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
}

.show strong {
    color: #364652;
}

#breadcrumb {
    font-family: 'Lora';
    padding: 8px 0px;
}

#breadcrumb li {
    display: inline;
    list-style: none;
    font-size: 18px;
}

#breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/";
}

#breadcrumb a:hover {
    text-decoration: underline;
}

.active-bread {
    color: #d7162f;
}

#dropdown {
    position: absolute;
    width: 18%;
    height: max-content;
    background-color: #d7162f;
    color: white;
    font-family: Abel;
    font-size: 18px;
    left: 13%;
    z-index: 8;
    display: none;
}

.dropdown-item {
    padding: 5px;
    list-style: none;
    border-top: white 1px solid;
}

.dropdown-item:hover {
    transition: all 500ms ease-in-out;
    opacity: 0.8;
}

section {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 100px;
}

.product {
    width: 29%;
    margin-left: 3%;
    margin-top: 80px;
    cursor: pointer;
    overflow: hidden;
}

.product-bg {
    width: 100%;
}

.product-intro {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-bg img {
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.product:hover .plus {
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    opacity: 0.8;
}

.product:hover .product-bg img{
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    -webkit-transform: scale(1.10);
    overflow: hidden;
}

.under-section {
    width: 65%;
    display: flex;
    justify-content: space-between;
}

.under-section-item {
    width: 45%;
}

#stove {
    display: flex;
    width: 65%;
    height: 100%;
    justify-content: space-between;
}

.intro {
    font-size: 1.25rem;
    font-family: 'Lora';
    color: gray;
    text-transform: capitalize;
}

.plus {
    font-family: 'Abel';
    font-weight: 500;
    font-size: 20px;
    color: white;
    background-color: #d50f22;
    padding: 5px;
    border: none;
    cursor: pointer;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.idea-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.idea-content p {
    color: #5c5550;
    font-size: 1.3rem;
}

.touch {
    width: max-content;
    padding: 5px 10px 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: #5c5550 1px solid;
    color: gray;
}

.icon {
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='14' viewBox='0 0 26 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8719 1L24.8719 7L18.8719 13' stroke='%23C9BA97'/%3E%3Cpath d='M25 7L0 7' stroke='%23C9BA97'/%3E%3C/svg%3E%0A");
    width: 1.5rem;
    height: 0.75rem;
    margin-left: 15px;
    background-size: contain;
    background-position: center;
}

.product .touch {
    margin-top: 20px;
    margin-left: -10px;
    border: none;
    font-weight: bold;
}

.touch:hover .icon {
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    margin-left: 20px;
}

.grp {
    width: 50%;
    float: left;
}

article {
    width: 100%;
    height: 500px;
    margin-top: 200px;
    border-top: #c2c2c2 0.5px solid;
    border-bottom: #c2c2c2 0.5px solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.article-contact {
    width: 40%;
    height: 250px;
    font-weight:inherit;
    font-size: 1rem;
    color: gray;
}

.article-content {
    width: 40%;
    height: 250px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.article-content h1 {
    font-size: 2.5rem;
    font-weight: initial;

}

.article-content p {
    width: 80%;
    font-size: 1rem;
    font-weight: initial;
}

@media screen and (orientation: portrait), (max-width: 800px) {
    #dropdown {
        width: 50%;
        left: 120px;
    }

    .header-content, .show, section {
        flex-direction: column;
    }

    .header-content h1, .header-content span, .product {
        width: 100%;
    }

    .article-contact {
        display: none;
    }

    .article-content {
        width: 100%;
        padding: 15px;
        justify-content: space-evenly;
        align-items: center;
    }

    .under-section {
        width: 100%;
        flex-direction: column;
    }

    article {
        border: none;
        height: 280px;
    }
}
