body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
    background-color: #D9C4A9;
}

@font-face {
    font-family: apris;
    font-style: normal;
    src: url('public/fonts/apris/Apris-Regular.woff2');
}

#logo {
    position: absolute;
    left: 20px;
    top: 23px;
    width: 111px;
    height: 49px;
    background-image: url('public/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#explore-more {
    position: absolute;
    font-family: apris;
    font-style: normal;
    top: 27px;
    right: 28px;
    width: 177px;
    height: 50px;
    background-color: transparent;
    border-width: 1px;
    border-radius: 35px;
    border-color: #3A130F;
    color: #3A130F
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#headline {
    position: absolute;
    font-family: apris;
    font-style: normal;
    font-size: 55px;
    top: 111px;
    width: 390px;
    color: #3A130F;
    text-align: center;
    line-height: 90%;
}

#caret {
    position: absolute;
    top: 298px;
    width: 25px;
    height: 37px;
    background-image: url('public/caret.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#cta {
    position: absolute;
    font-family: apris;
    font-style: normal;
    font-size: 24px;
    top: 375px;
    width: 310px;
    color: #3A130F;
    text-align: center;
    line-height: 90%;
}

#overlay {
    width: 100%;
    height: 300%;
    position: absolute;
    pointer-events: none;
    background: repeating-linear-gradient(90deg,
            transparent,
            transparent 20px,
            rgba(255, 0, 0, 0.15) 20px,
            rgba(255, 0, 0, 0.15) 68px)
}

#offer {
    position: absolute;
    font-family: apris;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    width: 390px;
    top: 1417px;
    height: 48px;
    background-color: #3A130F;
    background-image: url('public/arrow.png');
    background-repeat: no-repeat;
    background-position-x: 340px;
    background-position-y: center;
    border-width: 1px;
    border-radius: 35px;
    padding-left: 40px;
    color: #D9C4A9;
}

#transparent {
    position: absolute;
    top: 1480px;
    height: 200px;
    width: 100%;
}

/* Triggers */
.triggers {
    position: absolute;
    top: 455px;
    width: 430px;
    left: calc((100% - 430px)/2)
}

#trigger1 {
    position: absolute;
    right: calc(20 * 100% / 430);
    font-family: apris;
    font-style: normal;
    font-size: 32px;
    line-height: 90%;
    text-align: center;
    width: 250px;
    height: 250px;
    border-radius: 125px;
    border-width: 0px;
    background-image: url('public/Ellipse\ 1.png');
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFECD5
}

#trigger2 {
    position: absolute;
    left: calc(20 * 100% / 430);
    top: 233px;
    font-family: apris;
    font-style: normal;
    font-size: 32px;
    line-height: 90%;
    text-align: center;
    width: 185px;
    height: 185px;
    border-radius: 125px;
    border-width: 0px;
    background-image: url('public/Ellipse\ 2.png');
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFECD5
}

#trigger3 {
    position: absolute;
    right: calc(19 * 100% / 430);
    top: 334px;
    font-family: apris;
    font-style: normal;
    font-size: 32px;
    line-height: 90%;
    text-align: center;
    width: 182px;
    height: 182px;
    border-radius: 125px;
    border-width: 0px;
    background-image: url('public/Ellipse\ 3.png');
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFECD5
}

#trigger4 {
    position: absolute;
    left: calc(19 * 100% / 430);
    top: 467px;
    font-family: apris;
    font-style: normal;
    font-size: 32px;
    line-height: 90%;
    text-align: center;
    width: 250px;
    height: 250px;
    border-radius: 125px;
    border-width: 0px;
    background-image: url('public/Ellipse\ 4.png');
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFECD5
}

#trigger5 {
    position: absolute;
    top: 717px;
    right: calc(68 * 100% / 430);
    font-family: apris;
    font-style: normal;
    font-size: 32px;
    line-height: 90%;
    text-align: center;
    width: 185px;
    height: 185px;
    border-radius: 125px;
    border-width: 0px;
    background-image: url('public/Ellipse\ 5.png');
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFECD5
}