.proje-wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

.proje-wrapper div {
    position: relative;
}

.project-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.project-box-title {
    height: 88px;
    line-height: 88px;
    font-size: 38px;
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, .5);
    transition: .3s all linear;
}

.proje-wrapper div:hover>.project-box-title {
    color: #E84B2C;
    border-color: #E84B2C;
}

.project-box-image {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
}

.project-box-image img.bg {
    width: 100%;
    height: 380px;
    background-size: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.project-box-image img.logo,.project-box-image .project-text-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 50%;
    filter: brightness(100);
}

.project-box-image .project-text-logo {
    font-size: 35px; color: #FFF; font-family: "Atyp Text";
    font-weight: 200; text-align: center; width: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.project-text-logo{ position: absolute}

.project-box-image::after {
    position: absolute;
    top: 0;
    lefT: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .2);
}

#kunye {
    padding: 148px 0;
}

#kunye .row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#kunye .row .col {
    flex: 0 0 calc(25% - 16px)
}

#kunye .row .col label {
    color: #E84B2C;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 77.778% */
    letter-spacing: 0.1px;
    display: block;
    margin-bottom: 20px;
}

#kunye .row .col p {
    color: #000;
    font-family: "Atyp Text";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    /* 73.684% */
    letter-spacing: -1px;
}

#kunye p.big {
    color: #000;
    font-family: "Atyp Text";
    font-size: 68px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    /* 70.588% */
    letter-spacing: -2px;
    margin-bottom: 40px;
}

#proje-promo {
    position: relative;
    width: 100%;
    height: calc(100vh - 120px);
}

#proje-promo::before {
    content: '';
    position: absolute;
    top: 0;
    lefT: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
}

#proje-promo .slide_bg {
    content: '';
    position: absolute;
    top: 0;
    lefT: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

#proje-promo .container {
    height: calc(100vh - 120px);
    position: relative;
    z-index: 3;
}

.project-info label {
    color: #FFF;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 77.778% */
    letter-spacing: 0.1px;
    display: block;
    margin-bottom: 20px;
}

.project-info .motto {
    color: #FFF;
    font-family: "Atyp Text";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.05;
    /* 72.222% */
    letter-spacing: -2px;
    margin-bottom: 50px;
}

.project-info p {
    color: #FFF;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
    letter-spacing: 0.1px;
}

#proje-promo .row {
    display: flex;
    gap: 100px;
}

#proje-promo .row .col {
    height: calc(100vh - 120px);
    position: relative;
    flex: 1;
}

#proje-promo-left {
    display: flex;
    align-items: center;
}

#red-square {
    width: 372px;
    height: 372px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    border: 2px solid #E84B2C;
    background: rgba(0, 0, 0, 0.06);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: space-around;
}

#red-square:hover {
    background-color: white;
}

#red-square:hover svg path {
    fill: #E84B2C
}

#gallery {
    width: 100%;
    height: 100vh;
    background-color: black;
    position: relative;
}

#gallery-frame {
    position: absolute;
    top: 100px;
    left: 100px;
    right: 100px;
    bottom: 100px;
}

#gallery-frame .row {
    display: flex;
    gap: 20px;
}

#gallery-frame .row .col {
    flex: 1;
    transition: .5s all linear;
}

#gallery-frame .row .col:hover {
    flex: 3;
}

#gallery-frame .row .col img {
    height: calc(100vh - 200px);
    object-fit: cover;
    width: 100%;
}

.get_project_btn:hover {
    background-color: #000000
}

.get_project_btn {
    position: absolute;
    bottom: 30px;
    width: fit-content;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    color: #FFF;
    background: #E84B2C;
    font-family: "Atyp Text";
    text-transform: uppercase;
    font-size: 12px;
}