@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #444;
    text-decoration: none;
    border: none;
    outline: none;
}

img.weblogo {
    width: 200px;
}

.nav_links {
    display: flex;
    gap: 40px;
}

.active_links {
    font-weight: 500;
    color: #aa2328;
}

nav {
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    background: #ffffff
}

.display_h3 {
    font-size: 32px;
    width: fit-content;
    letter-spacing: 0.6px;
    line-height: 100%;
    /* padding-bottom: 8px;
    border-bottom: 2px solid #aa2328; */
    font-weight: 300;
}

.display_h1,
.display_h1 * {
    /* font-size: 56px; */
    font-size: 48px;
    font-weight: 300;
}

h1.display_h1 span {
    /* text-decoration: underline; */
    font-weight: 500;
}

.text_content {
    display: flex;
    flex-direction: column;
    /* gap: 12px; */
    gap: 8px;
    padding: 24px 32px 80px;
}

.p_width {
    width: 340px;
}

.p_tag {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0.6px;
    line-height: 150%;
}

.title_h2,
.title_h2 * {
    font-size: 24px;
    font-weight: 500;
    vertical-align: baseline;
}

.rounds_div {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px 40px 0px 0px;
    align-items: flex-end;
}


.rounds .p_tag {
    margin-top: 8px;
    width: 560px;
    font-size: 16px;
}

.section2 {
    display: flex;
    flex-direction: column;
    /* gap: 12px; */
    gap: 40px;
    padding: 24px 32px 80px;
}

.cup_section {
    height: 400px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
    gap: 40px;
    justify-content: center;
    align-items: flex-end;
}

.cup_div {
    position: relative;
    display: flex;
    justify-content: center;
    width: fit-content;
    /* margin: 0 auto; */
}

.cup_div img {
    position: absolute;
    bottom: 40px;
    width: 140px;
}

.cup_div .title_h2 {
    width: fit-content;
    background: #FFFFFF;
    box-shadow: 0px 20px 40px 5px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 80px 40px 24px;
}

.cup_div .title_h2 span {
    font-size: 32px;
    font-weight: 600;
    color: #aa2328;
}

.test_ui .title_h2 {
    width: fit-content;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
}

.test_ui img {
    position: static;
    bottom: 0px;
    /* width: 140px; */
}

.test_ui {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 24px 24px 24px;
    background: #FFFFFF;
    /* box-shadow: 0px 20px 40px 5px rgba(0, 0, 0, 0.25); */
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    border-radius: 16px;
}

.cup_section:has(.test_ui) {
    height: 480px;
}

/* .cup_div_sec img {
    width: 80px;
} */

.cup_div_sec:nth-child(1) {
    transform: scale(0.6);
    transform-origin: center right;
}

.cup_div_sec:nth-child(3) {
    transform: scale(0.6);
    transform-origin: center left;
}

.section3 * {
    color: #ffffff;
}

.section3 {
    /* display: flex;
    flex-direction: column;
    gap: 12px;
    gap: 40px; */
    padding: 32px 24px;
    margin: 24px 32px 80px;
    background-color: rgba(170, 35, 40);
    border-radius: 8px;
}

.pri_btn {
    padding: 12px 24px;
    color: #aa2328;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 16px;
    margin-left: 50%;
    box-shadow: 0px 5px 4px 1px rgb(255 111 116 / 60%);
    cursor: pointer;
}