@charset "utf-8";

html,
body {
    height: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-family: 'Noto Sans SC', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-weight: 450;
    font-size: 8px;
    white-space: nowrap;
}

p {
    color: black;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8; 
    margin-bottom: 24px;
}

.header {
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background-color: #000000;
}

.header-right {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 2.5%;
}

.header-left {
    margin-left: 2.5%;
    display: flex;
    align-items: center;
    height: 100%;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 16px;
}

.breadcrumb {
    font-size: 16px;
    color: #666;
}

.main-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    margin-bottom: 48px;
}

.title {
    text-align: center;
}

.content-flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin: 32px 0;
}

.image-wrapper {
    width: 100%;
    margin-bottom: 32px;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.text-block {
    width: 30%;
    height: auto;
    padding: 16px;
}

.text-align {
    width: 95%;
    height: auto;
    text-align: justify;
}

.space {
    margin-top: 16px;
    margin-bottom: 16px;
}

.image-text-container {
    position: relative;
    width: 100%;
    margin: 0 auto 48px auto;
}

.image-text-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 50%;
    margin-left: 2.5%;
    margin-right: 47.5%;
    z-index: 2;
    background-color: rgba(0,0,0,0.7);
    color: white;
    box-sizing: border-box;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 32px;
    padding: 32px; 
}

.text-overlay h1 {
    color: white;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 16px 0;
    text-align: justify;
    width: 90%;
    height: fit-content;

}

.text-overlay p {
    color: white;
    font-size: 19.2px;
    font-weight: 500;
    margin: 0;
    text-align: justify;
    width: 90%;
    line-height: 1.8;
    height: fit-content;
}

.text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 48px 0;
    height: fit-content;
}

.text-left {
    width: 30%;
    height: fit-content;
    background-color: #3C2A21;
    padding: 32px;
    border-radius: 8px;
    height: fit-content;
}

.text-right {
    width: 70%;
    height: 640px;
    margin-left: 32px;
    height: fit-content;
}

.text-transaction {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 320px;
    margin: 48px 0;
}

.text-transaction img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.text-right img {
    width: 100%;
    height: 472px;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.text-left h1 {
    width: 95%;
    text-align: justify;
    margin: 0 0 24px 0;
    color: white;
    font-size: 32px;
}

.text-left p {
    width: 95%;
    text-align: justify;
    margin: 0;
    color: white;
    font-size: 20px;
}

.vertical-space {
    width: 10%;
}

.new-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: fit-content;
    margin: 48px 0;
}

.new-content-left {
    width: 75%;
    height: 640px;
    margin-right: 32px;
    height: fit-content;
}

.new-content-right {
    width: 25%;
    height: fit-content;
    background-color: #1A120B;
    padding: 32px;
    border-radius: 8px;
    height: fit-content;
}

.new-content-left img {
    width: 100%;
    height: 555.2px;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.new-content-right h1 {
    width: 95%;
    margin: 0 0 24px 0;
    text-align: justify;
    font-size: 32px;
    color: white;
    height: fit-content;
}

.new-content-right p {
    width: 95%;
    margin: 0;
    text-align: justify;
    font-size: 20px;
    line-height: 1.8;
    color: white;
    height: fit-content;
}

.top-bar {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #EAC696;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.top-bar h1 {
    color: black;
    font-size: 32px;
}

.back {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 64px;
    width: 100%;
    height: auto;
    margin-top: 32px;
}

button {
    font-size: 16px;
    padding: 16px 32px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
}

#context {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}