* {
    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;
}

header {
    width: 87%;
    margin: auto;
}

.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-family: 'MADE Canvas';
    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;
}

.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: 22%;
    z-index: 8;
    display: none;
}

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

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

main {
    position: relative;
    width: 95%;
    height: max-content;
    margin-left: 0;
    margin-right: 5%;
    margin-top: 100px;
}

.bg-right {
    width: 31%;
    height: 90vh;
    z-index: 1;
    background-color: #ebebeb;
    margin-left: auto;
}

.bg-bottom {
    width: 100%;
    height: 25vh;
    z-index: 1;
    background-color: #ebebeb;
}

#details {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 7;
    width: 70%;
    height: 65%;
}

#details img {
    width: 100%;
    height: 100%;
}

.detail-left {
    width: 40%;
}

.zigzag {
    position: absolute;
    height: 110vh;
    z-index: 30;
    width: 11rem;
    right: 11%;
    left: auto;
    top: -3.5rem;
    bottom: 3rem;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top;
    z-index: 7;
}

.card {
    font-family: Centuria;
    position: absolute;
    top: 15%;
    left: 58%;
    width: 33%;
    background-color: #5c5550;
    z-index: 8;
    display: flex;
    flex-wrap: wrap;
    height: 10vh;
}

.bgsertifika {
    width: 100%;
    margin-left: 10%;
    margin-top: 30%;
}

.bgsertifika img {
    width: 11%;
}

.card-item {
    width: 100%;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    justify-content: space-between;
    padding-left: 40px;
    padding-bottom: 15px;
}

.card-header {
    justify-content: center;
    width: 68%;
    height: auto;
    margin-top: 50px;
    background-color: #484848;
    position: absolute;
    right: -18px;
    padding-top: 17px;
    top: -50%;
    text-align: center;
    padding-right: 40px;
    margin-top: unset;
}

.card-item h3 {
    font-family: Baqacents !important;
    font-weight: 900;
    letter-spacing: 2px;
    color: white;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.card-section {
    line-height: 2;
    margin-bottom: 11%;
}

.card-section span {
    width: 100%;
    color: #000;
    font-family: 'Lora';
}

.bg-ce {
    width: 100%;
    position: relative;
    height: 35vh;
}

.bg-ce img {
    width: 16%;
    position: absolute;
    right: 16px;
    top: 16px;
}

.card-section h4 {
    font-weight: bold;
    color: #000;
    font-family: 'Lora';
}

.code {
    font-weight: bold;
    font-family: Baqacents;
    position: absolute;
    width: 27%;
    top: -50%;
    left: 29px;
    height: auto;
    background-color: #d50f22;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px;
}

.code span:nth-child(1) {
    font-size: 1.8rem;
}

article {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    margin-top: -35px;
    height: 30vh;
}

article h3 {
    color: black;
    font-family: Abel;
    font-size: 45px;
    opacity: 0;
}

article p {
    font-family: Abel;
    color: gray;
    font-size: 15px;
    font-weight: inherit;
    opacity: 0;
}

/* responsive area */

@media screen and (orientation: portrait), (max-width: 800px) {
    article {
        width: 100%;
        display: none;
        position: static;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .bg-bottom {
        display: none;
    }
    main {
        width: 100%;
        position: static;
        margin: 0;
        margin-top: 170px;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    #dropdown {
        width: 230px;
        left: 35%;
    }

    .header-content {
        flex-direction: column;
    }

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

    #details {
        position: static;
        width: 100%;
        height: unset;
        margin-top: 35%;
    }

    #details img {
        width: 100%;
    }

    .card {
        font-family: Centuria;
        position: relative;
        top: 0px;
        left: unset;
        width: 100%;
        background-color: #5c5550;
        z-index: 8;
        display: flex;
        flex-wrap: wrap;
        height: 10vh;
    }

    .card-header {
        right: 5px;
        top: 50%;
        width: 63%;
    }
    .code{
        top: 50%;
        left: 5px;
        width: 32%;
    }
    .bg-right {
        overflow: hidden;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-bottom: 10%;
        padding-bottom: 10px;
    }
    .bg-ce {
        height: 6vh;
    }
    .bgsertifika {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        display: flex;
        justify-content: center;
    }
    .bgsertifika img {
        width: 48px;
        margin-left: 5px;
        height: 48px;
    }
    .footer-top ul {
        margin-top: 14%;
    }
}