@font-face {
    font-family: 'Stencil';
    src: url('../fonts/SairaStencilOne-Regular.ttf') format('truetype');
}

.noslide {
    overflow: hidden;
    padding-right: 15px;
}

#logo {
    width: 124px;
    margin-left: 20px;
    margin-top: 10px;
}

header {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid black;
    z-index: 100;
    background-color: #ffffff66;
    backdrop-filter: blur(5px);
}

#top_menu {
    display: flex;
    align-items: flex-end;
}

.top_menu {
    margin: 0 30px 0 0;
    font-family: system-ui, system-ui, -apple-system, sans-serif;
    font-size: 20px;
    cursor: pointer;
}

#bkg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    filter: opacity(0.1);
    z-index: -1;
}

.top_menu:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #ce561a;    
}

.top_menu_hover {
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #ce561a;    
}

#video-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}

body {
    margin: 0;
}

body a {
    text-decoration: unset;
    color: black;
}

body a:hover {
    color: #fc5806;
}

.invisible {
    width: 0;
    height: 0;
    overflow: visible;
    position: relative;
}

#intro {
    width: 500px;
    text-align: justify;
    background-color: #00000087;
    color: white;
    padding: 10px;
    border-radius: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-style: italic;
    font-size: 20px;
    backdrop-filter: blur(7px);
}

.member img {
    width: 100%;
}

.member_cap {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    width: max-content;
    height: auto;
    transform: translate(-50%, -50%);
    background-color: #ffffff99;
    padding: 10px 20px 13px;
    border-radius: 8px;
}

.group_title {
    font-family: Stencil, arial;
    font-size: 34px;
    border-bottom: 1px solid black;
    padding-left: 20px;
    margin-bottom: 10px;
}

.members_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin: 0 0 0 auto;
}

.member {
    width:30%;
}

#menu_hp {
    display: none;
    margin-right: 30px;
}

.menu_overlay {
    position: fixed;
    border: #fc5806 1px solid;
    box-shadow: -1px -1px 13px #010101;
    background-color: #ffffffa8;
    border-radius: 5px;
    backdrop-filter: blur(3px);
    z-index: 101;
}

.menu_entry {
    background-color: #ce561a;
    color: #ffffff;
    padding: 5px;
    margin: 10px;
    border-radius: 3px;
    font-family: system-ui, arial;
    cursor: pointer;
}

#watg {
    position: fixed;
    left: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#watg img {
    width: 46px;
    margin-top: 10px;
    border-radius: 3px;
}

#wa {
    background-color: rgb(4, 253, 4);
}

#tg {
    background-color: aqua;
}

.menu_entry:hover {
    background-color: #fc5806;
}

.ov_header {
    display: flex;
    background-color: #ce561a;
    justify-content: space-between;
    align-items: center;
    padding: 3px 20px;
}

.ov_header p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    margin: 0;
}

.ov_header img {
    width: 30px;
    cursor: pointer;
}

#ov_contact {
    display: flex;
    flex-direction: column;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ov_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 10px 0 10px;
    border-bottom: 1px solid #909090;
}

.ov_block input {
    padding: 5px 7px;
    width: 70%;
    border: unset;
}

.ov_block p {
    margin: 0;
}

#txt_name {
    margin: 30px 0 0 10px;
}

#ov_contact textarea {
    margin: 10px;
    border: unset;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    max-height: 300px;
    border-bottom: 1px solid #909090;
}

#notification p {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

#notification {
    min-width: 200px;
    width: max-content; border-radius: 4px; background-color: rgb(244, 67, 54); position: fixed; top: 300px; left: 50%; transform: translate(-50%, 0%); padding: 5px 20px;
}

#lang {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100px;
    margin: 0 50px 0 0;
}

.lang {
    font-weight: 800;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    margin: 0;
}

.lang:hover {
    color:#ce561a;
}

#lang a {
    color: #ce561a;
    text-decoration: unset;
}

.member {
    cursor: pointer;
}

.portfolio:hover {
    background-color: #ce561a;
    backdrop-filter: blur(2px);
    box-shadow: -1px -1px 13px #010101;
    font-weight: 700;
}

.alt_group_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px black solid;
}

.alt_img {
    width: 100px;
    margin-right: 20px;
}

.alt_title {
    font-family: Stencil, arial;
    font-size: 34px;
    padding-left: 20px;
    margin-bottom: 0px;
}

.link {
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #ce561a;
    cursor: pointer;
}

.map {
    width: 300px;
    filter: opacity(0.7);
    border: #fc5806 1px solid;
}

.gallery {
    margin-top: 50px;
}

.gallery_item {
    display: FLEX;
    margin-top: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.gallery_item img {
    width: 300px;
    margin: 0 30px 30px 30px;
}

.video_img_combo_vert, .video_video {
    display: flex;justify-content: space-between; margin: 30px;
    align-items: flex-end;
}

.video_img_combo_vert video {
    width: 70%;
    height: 100%;
}

.video_img_combo_vert img {
    width: 28%;
    cursor: zoom-in;
}

.img_img {
    display: flex;justify-content: space-evenly; margin: 30px;
    flex-wrap: wrap;
    align-items: flex-end;
}

#ov_hdiw {
    padding: 20px;
    overflow-y: auto;
    width: 60%;
    min-width: 320px;
}

.hdiw_p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: justify;
}

#AK{
    float: left;
    width: 20%;
    margin-right: 20px;
}

#idea {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 100;
    text-align: justify;
    margin: 0 20px 0 0;
}

#photo_big, #photo_big1 {
    height: 500px;
    width: auto;
    margin: 10px auto;
    display: block;
}

#icon_bar {
    width: 100%;
    display: flex;
    height: max-content;
    background-color: #ffe5ac36;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.photo {
    width: auto;
    max-height: 100px;
    padding: 4px;
    border: 0px #8b4513 solid;
    margin: 5px;
    cursor: zoom-in;
}

.coins{
    margin-left: -30px;
    width: 13%;
}

.logos {
    width: 30%;
}

.ca{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 20px; margin-left: 10%;
}

#pm_title{
    display: flex; justify-content: space-between; align-items: flex-end;
}

#pm {
    width: max-content; text-wrap-mode: nowrap; margin-bottom: 0;
}

#coins {
    display: flex;justify-content: flex-end;align-items: center;margin-right: 20px;
}

.project_title {
    text-decoration-line: underline; text-decoration-thickness: 2px; text-decoration-color: #ce561a; font-size: 30px;margin-top: -10px; cursor: pointer;
}

#concrete .project .img_img img {
    width: 30%;
    margin-bottom: 10px;
}

.img_img img {
    cursor: zoom-in;
}

.v_vert {
    width: 28%;
    height: 100%;
}

.v_horz {
    width: 68%;
    height: 100%;
}

.features {
    list-style: none;
    font-family: system-ui;
    font-size: 20px;
    width: 90%;
    overflow: hidden;
}

.short_description {
    font-family: system-ui;
    font-size: 20px;
    font-weight: 700;
    margin-left: 2%;
    width: 90%;
}

.table_row {
    display: flex;
    align-items: center;
    height: 170px;
    overflow: hidden;
}

.ref_logo {
    width: 15%;
    margin: 10px 45px;
}

.ref_txt {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.ref_txt p {
    margin: 0;
}

.ref_table {
    height: 170px;
    overflow-y: scroll;
}

#title_feat {
    height: 300px;
    width: auto;
    margin: 0 auto;
    display: block;
}

@media (max-width: 800px) {
    #title_feat {
        width: auto;
        height: 300px;
        max-width: 100%;
    }
    .ref_logo {
        width: 34%;
        margin: 10px 24px;
    }
    .v_vert {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
    .v_horz {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
    .video_img_combo_vert, .video_video {
        margin: 10px;
        flex-direction: column;
    }
    .coins {
        width: 30%;
    }
    #coins {
        justify-content: flex-end;
        align-items: flex-end;
        margin-right: 5px;
    }
    #pm {
        width: min-content;
        margin-bottom: 0;
        text-wrap-mode: wrap;
    }
    .ca{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 16px;
        margin-left: 10%;
    }
    .photo {
        max-height: 46px;
        margin: 2px;
    }
    #AK{
        width: 40%;
        margin-right: 10px;
    }
    #idea {
        margin: 0 5px;
        font-size: 15px;
    }
    #photo_big, #photo_big1 {
        height: 100%;
        width: 100%;
        margin: 5px auto;
        display: block;
    }
    .img_img {
        justify-content: space-between;
        margin: 10px;
        flex-direction: column;
    }
    .img_img img {
        margin-bottom: 10px;
        width: 100%;
    }
    #concrete .project .img_img img {
        width: 100%;
    }
    .alt_img {
        margin: 5px;
        display: flex;
        flex-direction: column;
    }
    .video_img_combo_vert {
        display: flex;
        justify-content: space-between;
        margin: 10px;
        flex-direction: column;
    }
    .video_img_combo_vert video {
        width: 100%;
        margin-bottom: 20px;
    }
    .video_img_combo_vert img {
        width: 100%;
    }
    .gallery_item img {
        width: 179px;
        margin: 0 0 30px 0;
    }
    .gallery_item {
        margin: 30px 10px;
        flex-direction: column;
    }
    .alt_img {
        margin: 10px;
    }
    .map {
        display: none;
    }
    .alt_title {
        font-family: Stencil, arial;
        font-size: 21px;
        padding-left: 5px;
        margin-bottom: 0px;
    }
    #lang {
        padding: 10px 15px 13px 5px;
        border-bottom: #ce561a 1px solid;
        margin: 0;
        justify-content: space-between;
        width: 120px;
    }
    #ov_contact {
        width: 90%;
    }    
    #notification {
        z-index: 110;
        width: 80%; border-radius: 8px; background-color: rgb(244, 67, 54); position: fixed; top: 250px; left: 50%; transform: translate(-50%, 0%);
    }
    #notification p {
        padding: 0;
        margin: 0;
        font-size: 17px;
    }
    .top_menu:hover {
        text-decoration-line: unset;
        text-decoration-thickness: unset;
        text-decoration-color: unset;
    }
    .noslide {
        overflow: hidden;
        padding-right: 0;
    }    
    #top_menu{
        display: flex;
        position: fixed;
        top: 96px;
        flex-direction: column;
        padding: 30px;
        border: 1px solid silver;
        background-color: white;
    }
    #menu_hp {
        display: block;
        width: 53px;
    }
    .top_menu {
        padding: 10px 20px 13px;
        border-bottom: #ce561a 1px solid;
        margin: 0;
        width: 100px;
    }
    header {
        width: 100%;
    }
    .group_title {
        font-size: 21px;
        padding-left: 5px;
    }
    .members_group {
        align-items: flex-end;
        flex-direction: column;
        width: 60%;
    }
    .member {
        width: 100%;
    }
    #intro {
        font-size: 12px;
        width: 100px;
    }
}

@media (min-width: 801px) {
    .fire img {
        width: 30%;
        margin-bottom: 10px;
    }
}
