@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/Nunito-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Bold';
    src: url('../fonts/Nunito-ExtraBold.woff') format('woff'),
        url('../fonts/Nunito-ExtraBold.woff2') format('woff2');
}

body {
    background: #EC1C24;
    font-family: 'Nunito Bold';
    height: 1920px;
    margin: 0;
    background-image: url('../images/investment-package-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.greenwich-body {
    background-color: #448E41 !important;
}

.manginasal-body {
    background-color: #FCF101 !important;
    background-image: url('../images/manginasal-line-bg.webp');
}

.chowking-body {
    background-color: #D6D6D6 !important;
    background-image: url('../images/chowking-line-bg.webp');
}

.redribbon-body {
    background-color: #FD2413 !important;
}

.logo-box {
    z-index: 2;
    position: absolute;
    top: 95px;
    box-sizing: border-box;
    width: 280px;
    padding: 20px;
    background-color: white;
    border: #4DC0E8 solid 16px;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.greenwich-logo {
    border: #1D1D1D solid 16px !important;
}

.manginasal-logo {
    border: #1D1D1D solid 16px !important;
    height: 280px;
}

.chowking-logo {
    border: #DD1B22 solid 16px !important;
}

.redribbon-logo {
    border: #8E140B solid 16px !important;
}

.logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-box {
    z-index: 1;
    position: absolute;
    top: 252.99px;
    height: max-content;
    width: 841px;
    background-color: white;
    border: 16px solid #FACD01;
    border-radius: 20px;
    box-shadow: 6px 6px 4px 0px #35353559;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;

    box-sizing: border-box;
    padding-top: 185.48px;
    padding-bottom: 55px;
    padding-left: 64.51px;
    padding-right: 64.51px;
    justify-items: center;
}

.jollibee-content-box {
    border: 16px solid #FACD01;
    padding-top: 110px;
    padding-bottom: 20px;
}

.greenwich-content-box {
    border: #3A3A3A solid 16px !important;
    padding-top: 130.48px;
    padding-bottom: 20px;
}

.manginasal-content-box {
    border: #026831 solid 16px !important;
    padding-top: 130.48px;
}

.chowking-content-box {
    border: #DD1B22 solid 16px !important;
}

.redribbon-content-box {
    border: #4E0B06 solid 16px !important;
}

.title {
    font-size: 70px;
    font-weight: 800;
}

.info-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: max-content auto;
    gap: 16px 30px;
}

@media only screen and (min-width: 1081px) {
    .info-grid  {
        grid-template-columns: auto auto;
    }
}
  
.label {
    font-weight: 700;
    font-size: 28px;
    color: black;
    white-space: nowrap;
}
  
.value {
    font-family: 'Nunito';
    font-size: 28px;
    color: black;
}

.value .small-text{
    font-size: 19px;
}
.value .mid-text{
    font-size: 24px;
}

.value .center {
    text-align: center;
}

.contact {
    margin-top: 20px;
    text-align: center;
    margin-left: 64.1px;
    margin-right: 64.1px;
}

.contact-person .text {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 0;
    font-family: 'Nunito';
}

.contact-person .name {
    margin-top: 0;
    font-weight: 800;
    font-size: 35px;
}

.get-started {
    background-color: #EC1C24;
    margin-bottom: 20px;
    border-radius: 20px;
    padding-top: 22px;
    padding-right: 58px;
    padding-bottom: 22px;
    padding-left: 58px;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent;
    box-shadow: 6px 6px 4px 0px #35353559;
    font-family: 'Nunito Bold';
    font-size: 50px;
    font-weight: 900;
    color: white;
}

a {
    text-decoration: none;
}

.back-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent;
    box-shadow: 6px 6px 4px 0px #35353559;
    font-family: 'Nunito Bold';
    font-size: 50px;
    font-weight: 900;
    color: #EC1C24;
    border-radius: 20px;
    height: 99px;
    width: 290px;
    gap: 17px;
    padding-top: 22px;
    padding-right: 58px;
    padding-bottom: 22px;
    padding-left: 58px;
}

.back-button img {
    height: 35px;
    width: 43.75px;
}

.footer-with-button {
    background-image: 
        linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%),
        url('../images/jollibee-store.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 16px solid #FACD01;
    height: 669px;
    position: relative;
    top: 1250px;
    box-sizing: border-box;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.jollibee-footer {
    background-size: 110% auto !important;
    background-position: center 0;
}

.greenwich-footer {
    background-image: 
        linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%),
        url('../images/greenwich-store.webp') !important;
    border-top: 16px solid #FACD01 !important;    
}

.manginasal-footer {
    background-image: 
        linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%),
        url('../images/manginasal-store-cropped.png') !important;
    border-top: 16px solid #010702 !important;
    /* /* background-size: 100% !important; */
    background-position: center bottom !important; */
}

.chowking-footer {
    background-image: 
        linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%),
        url('../images/chowking-store.webp') !important;
    border-top: 16px solid #010702 !important;
    background-size: 100% auto !important;
    background-position: bottom !important;
}

.redribbon-footer {
    background-image: 
        linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%),
        url('../images/redribbon-store-updated.webp') !important;
    border-top: 16px solid #FACD01 !important;
    background-size: 100% auto !important;
    background-position: top !important;
}

.footer-with-button > img {
    width: auto;
    height: 85px;
}

.note-section {
    margin-top: 12px;
    margin-bottom: 12px;
}

.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 1em;
    height: 1em;

    border-radius: 50%;
    background-color: #EC1C24;
    color: white;

    font-size: 0.75em;
    font-weight: bold;
    font-family: Arial, sans-serif;

    cursor: default;
    margin-left: 6px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.info-icon::before {
    content: "i";
}