body {
    overflow-x: hidden;
}
.test {
}
.section-2 {
    position: relative;
}
.blue2 {
    background-color: #a2d2ff;
}
.what-is-section {
    background-image: linear-gradient(
            to bottom,
            transparent 50%,
            var(--blue) 50%
        ),
        linear-gradient(to right, rgba(52, 120, 237, 0.9) 20%, var(--blue) 80%);
    background-size: 10px 10px, 10px 10px;
}
.folder-wrapper {
    margin-top: 20vw;
    margin-bottom: 20vw;
    position: relative;
}
.senara-container {
    width: 90%;
    max-width: 1500px;
    margin-top: 70px;
    margin-bottom: 50px;
    background-color: var(--pink);
    border: solid 2px black;
    padding: 20px;
    position: relative;
}
.senara-container-bg {
    background-color: var(--whiteish);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 15px;
    margin-top: -15px;
    z-index: 1;
    border: solid 2px black;
    position: absolute;
}
.senara-container-title {
    width: 90%;
    max-width: 400px;
    margin-top: 70px;
    margin-bottom: 50px;
    background-color: var(--pink);
    border: solid 2px black;
    padding: 20px;
    position: relative;
}
.senara-container-bg-title {
    background-color: var(--whiteish);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 15px;
    margin-top: -15px;
    z-index: 1;
    border: solid 2px black;
    position: absolute;
}
.senara-container-row {
    position: relative;
    z-index: 20 !important;
    top: 0;
    left: 0;
    margin-left: 15px;
    margin-top: -15px;
    padding-bottom: 15px;
}
.senara-right {
    color: var(--black);
}
.what-is-senara {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
}
.senara-description {
    color: #333;
    text-align: justify;
    font-size: 18px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 800px;
}
.submission-button {
    border: solid 2px #333333;
    background: var(--blue);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    width: 100%;
    text-align: center;
    align-items: center;
    color: var(--whiteish);
    font-weight: 500;
    padding: 8px 20px;
    font-size: 18px;
    margin-top: 20px;
}
.submission-button:hover,
.submission-button.active {
    background: rgb(25, 69, 158);
    color: white;
}
.senara-right-image {
    width: 80%;
    aspect-ratio: 3/4;
    border: solid 1px var(--black);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    max-width: 400px;
}
.senara-right-image-landscape {
    width: 100%;
    border: solid 1px var(--black);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}
.event-title-section {
    position: relative;
    width: 100vw;
}
.event-title-image {
    width: 75vw;
    margin-left: 10px;
    flex-shrink: 0;
    transform: rotate(-5deg);
    position: relative;
    z-index: 10;
}
.event-title-image-2 {
    width: 50vw;
    max-width: 500px;
    right: 0;
    top: 0;
    margin-right: -18vw;
    margin-top: 13vw;
    position: absolute;
    z-index: 1;
    overflow-x: hidden !important;
}
/* ipad - medium screens */
@media (min-width: 702px) {
    .event-title-image {
        margin-top: 8vw;
    }
}
/* laptop - large screens */
@media (min-width: 1400px) {
    .event-title-image-2 {
        margin-right: -2vw;
        margin-top: 20vw;
    }
}
.yellow2 {
    background-color: #d6b83a;
}
.event-section {
    --padding-y: calc(40px + 4vw);
    width: 100%;
    min-height: 300px;
    padding: 25px;
    padding-top: var(--padding-y);
    padding-bottom: var(--padding-y);
    position: relative;
}
.event-img {
    width: 100%;
    max-width: 350px;
}
.event-desc {
    display: flex;
    align-items: center;
    font-size: clamp(18px, 2vw, 24px);
    text-align: start;
}
.event-desc-r {
    display: flex;
    align-items: center;
    font-size: clamp(18px, 2vw, 24px);
    text-align: end;
}
.asset3 {
    --asset-height: clamp(150px, 12vw, 300px);
    bottom: 0;
    left: 0;
    height: var(--asset-height);
    margin-bottom: calc(var(--asset-height) * -0.5);
    margin-left: 5vw;
    transform: rotate(18deg);
    position: absolute;
}

.asset4 {
    --asset-height: clamp(80px, 6vw, 160px);
    bottom: 0;
    right: 0;
    height: var(--asset-height);
    margin-bottom: calc(var(--asset-height) * -0.5);
    margin-right: 10vw;
    position: absolute;
}
.asset5 {
    --asset-height: clamp(120px, 12vw, 240px);
    bottom: 0;
    right: 0;
    height: var(--asset-height);
    margin-bottom: calc(var(--asset-height) * -0.5);
    margin-right: 5vw;
    transform: rotate(20deg);
    position: absolute;
}
.asset6 {
    --asset-height: clamp(150px, 6vw, 300px);
    bottom: 0;
    left: 0;
    height: var(--asset-height);
    margin-bottom: calc(var(--asset-height) * -0.55);
    margin-left: 3vw;
    position: absolute;
    z-index: 10;
}
.asset7 {
    --asset-height: clamp(20px, 12vw, 60px);
    bottom: 0;
    left: 0;
    height: var(--asset-height);
    margin-bottom: calc(var(--asset-height) * -0.5);
    margin-left: calc(5vw + var(--asset-height) / 2);
    transform: rotate(18deg);
    position: absolute;
}
.asset7-2 {
    --asset-height: clamp(20px, 12vw, 60px);
    bottom: 0;
    left: 0;
    height: var(--asset-height);
    margin-bottom: calc(var(--asset-height) * -0.5);
    margin-left: calc(100vw / 2 - var(--asset-height) / 2);
    transform: rotate(0deg);
    position: absolute;
    z-index: 10;
}
.asset7-3 {
    --asset-height: clamp(20px, 12vw, 60px);
    bottom: 0;
    right: 0;
    height: var(--asset-height);
    margin-bottom: calc(var(--asset-height) * -0.5);
    margin-right: calc(5vw + var(--asset-height) / 2);
    transform: rotate(18deg);
    position: absolute;
    z-index: 10;
}
.asset8 {
    --asset-height: clamp(20px, 12vw, 60px);
    bottom: 0;
    left: 0;
    height: var(--asset-height);
    margin-bottom: calc(var(--asset-height) * -0.5);
    margin-left: calc(5vw + var(--asset-height) / 2);
    transform: rotate(0deg);
    position: absolute;
    z-index: 10;
}
.asset9 {
    --asset-height: clamp(20px, 12vw, 60px);
    bottom: 0;
    left: 0;
    height: var(--asset-height);
    margin-bottom: calc(var(--asset-height) * -0.5);
    margin-left: calc(100vw / 2 - var(--asset-height) / 2);
    transform: rotate(0deg);
    position: absolute;
    z-index: 10;
}
.asset10 {
    --asset-height: clamp(30px, 12vw, 70px);
    bottom: 0;
    right: 0;
    height: var(--asset-height);
    margin-bottom: calc(var(--asset-height) * -0.5);
    margin-right: calc(5vw + var(--asset-height) / 2);
    transform: rotate(0deg);
    position: absolute;
    z-index: 10;
}
