@import url('https://fonts.googleapis.com/css2?family=Rubik+Doodle+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fbed55;
    background-color: #b34404;
    background-color: #f6e530;
    background-color: #e2e2df;
    background-color: #f5f5f5;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* body {
    display: flex;
    flex-direction: row;
} */

.logo-cmkt {
    padding: 10px 20px 0px 0px;
    width: 500px;
}

.showcase_deliver {
    width: 2000px;
    /* padding-left: 60px; */
}

.showcase_head {
    display: flex;
    flex-direction: row;
    /* width: 2000px; */
    /* padding-left: 60px; */
}

    .navbar {
    width: 50px;
    position: fixed;
    /* z-index: -1; */
    /* box-shadow: 0 1px 4px rgb(146 161 176 / 15%); */
    background: transparent;
    }

    .showcase_options {
        display: flex;
        flex-direction: column;
        padding-left: 50px;

    }

    .ttls_container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
        padding-left: 40px;
    }

.title {
    font-family: "Rubik Doodle Shadow", system-ui;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    /* margin-bottom: 5px; */
    color: #3e3f3f;
}

.calltodetedi {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 5px;
}

    .calltodetedi-text {
        font-family: "Bai Jamjuree", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 12px;
        color: #2a2a37;
    }

    .calltodetedi-logo {
        width: 60px;
        background-color: #2a2a37;
        padding: 0px 4px 0px 3px;
        border-radius: 2px;
    }

.info-state {
    padding-left: 40px;
}

.info-state, .info-symbol, .info-value {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
}

.info-state {
    margin-bottom: 10px;
}

.info-table {
    display: flex;
    justify-content: left;
    padding-left: 50px;
}
.info-symbol {
    color: #3e3f3f;
    letter-spacing: 1px;
}

.info-value {
    color: #0234a0;
    font-weight: bold;
    letter-spacing: 0.5px;
}

#btns_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0.5rem 2rem 0.5rem 2rem;
    width: 700px;
    justify-content: space-around;
    align-items: center;
}

#detedi_adrss {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #adaeae;
}

#qmark {
    font-size: 0.8rem;
    background: none;
}
