@font-face {
    font-family: 'NeutrifStudioRegular';
    src: url('assets/degarism_studio_-_neutrif_studio_regular-webfont.5026580a.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeutrifStudioSemiBold';
    src: url('assets/degarism_studio_-_neutrif_studio_semi_bold-webfont.2099703c.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
body { 
    /* font-family: Helvetica, sans-serif;  */
    font-family: 'NeutrifStudioRegular', Helvetica, sans-serif;
    font-size: 18px;
    color: #083650;
    background-color: #f8f2eb;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-bottom: 6em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'NeutrifStudioSemiBold', Helvetice, sans-serif;
}
input, button {
    font-family: 'NeutrifStudioRegular', Helvetica, sans-serif;
}
p, ol, li {
    text-align: left;
}
ol {
    padding-left: 20px;
}
strong {
    font-weight: 700;
    font-size: 1.1em;
}
button {
    outline: 0;
    border: 0;
    padding: 16px 29px;
    background-color: white;
    cursor: pointer;
    color: #1b3c57;
    font-family: 'NeutrifStudioSemiBold';
    letter-spacing: 0.5px;
    font-size: 18px;
    border-radius: 8px;
    margin: 20px auto;
    text-align: center;
    transition: background-color 0.1s;
    position: relative; 
} 
button.white:hover {
    background-color: rgba(255, 255, 255, 0.7);
}
button.white:active {
    background-color: rgba(255, 255, 255, 0.85);
}
input[type="text"] {
    padding: 16px;
    font-size: 18px;
    width: 80%;
    position: relative;
    margin: 30px auto 10px;
    box-sizing: border-box;
    color: #083650;
    border: 0;
    outline: 0;
    border-radius: 10px;
    text-align: center;
    display: block;
}
input[type="number"] {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    width: 100px;
    box-sizing: border-box;
}
input[type="range" i] {
    width: 100%;
}
.container { 
    width: 100%;
    margin: 75px auto 60px;
    padding: 20px;
    box-sizing: border-box;
    max-width: 580px; 
}
.question { 
    margin-bottom: 20px; 
    padding-bottom: 4em;
    
}
.question p {
    font-size: 1.09em;
    text-align: center;
}
.question h2 { margin-bottom: 10px; }
/* button { padding: 10px; margin-top: 20px; } */
#quizContainer { display: none; }
#submit_answers_button, #fetch_results_button {
    display: none;
}
.swHeader {
    align-items: center;
    background-color: #f9efe7;
    display: flex;
    height: 60px;
    justify-content: space-between;
    left: 0;
    padding: 0 1.5rem;
    position: fixed;
    top: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 2000;
}
.siteLogo {
    display: block;
    height: 34px;
    margin: 5px 0 0;
    width: auto;
}
.siteLogo img {
    height: 30px;
}
.slider-container span{
    display: block;
}
.next_button {
    padding: 20px;
    margin-top: 20px;
    background-color: #2b639f;
    color: white;
    border-radius: 0;
    outline: 0;
    border:0;
    font-size: 18px;

    margin-top: 60px;
    float: right;
}
.question > p {
    margin-bottom: 35px;
}
.question label {
    margin-bottom: 10px;
    user-select: none;
}
.hidden { display: none; }
.question-container { position: relative; }
.question { position: absolute; top: 0; transform: translateX(100px); width: 100%; transition: transform 0.15s, opacity 0.15s; opacity: 0; pointer-events: none; user-select: none;}
.question.active { opacity: 1; transform: translateX(0); pointer-events: all;}
.question.exit { transform: translateX(-100px); opacity: 0; pointer-events: none;}

input[type="radio"] {
display: none;
}

#shareContainer {
    max-width: 380px;
    margin: 0 auto;
}
#shareContainer p {
    font-size: 20px;
}

/* Custom radio button */
.radio-container input ~ .custom-radio {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #eee;
border-radius: 50%;
}

/* When the radio button is checked */
.radio-container input:checked ~ .custom-radio {
background-color: #2196F3;
}

/* Create the indicator (the dot/circle inside the radio button) */
.radio-container .custom-radio:after {
content: "";
position: absolute;
display: none;
}

/* Show the indicator when checked */
.radio-container input:checked ~ .custom-radio:after {
display: block;
}

/* Style the indicator (the dot/circle inside the radio button) */
.radio-container .custom-radio:after {
top: 6px;
left: 6px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}

#resultsContainer {
    border-radius: 20px;
    margin-top: 0;
    background: transparent;
    padding: 0em 0.6em 0em 0.6em;
}

.incomplete {
    background-color: rgb(255, 255, 234);
    padding: 20px;
}
#resultsContainer p {
    text-align: center;
    padding: 0.4em 0;
}
#resultsContainer:empty {
    display: none;
}

#reset_quiz_button {
    color: grey;
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
    background: none; background-color: none;
    cursor: pointer;
}

.bold {
    font-weight: bolder;
}

.green {
    background-color: #bce4bf;
}
.pink {
    background-color: #f0d1ca;
}

.slide span {
    color: #c8605f;
}

.share-link {
    display: block;
    width: 98px;
    margin: 0 auto;
    border-radius: 40px;
    background: #4a7cb0;
    text-decoration: underline;
    color: white;
    text-align: center;
    padding: 22px;
    letter-spacing: 2px;
    margin: 27px auto;
    font-size: 24px;
}

.time-input {
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
width: 100%;
box-sizing: border-box;
max-width: 120px;
display: block;
margin: 10px auto 20px;
}

.time-input:focus {
border-color: #007bff;
outline: none;
}



/* Custom radio button styling */
.radio-container {
    display: block;
    width: 180px;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
    font-size: 16px;
    user-select: none;
    border: none;
    color: #083650;
    text-align: center;
    padding: 10px 20px;
    transition: background 0.3s ease;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
    border-radius: 10px;
    margin: 0 auto 12px;

}

.copy-button {
    font-size: 16px !important;
    text-align: center;
    text-decoration: underline;
    width: auto;
    margin: 20px auto 4px;
    cursor: pointer;
    display: block;
    transition: transform 0.2s;
    user-select: none;
}
.newtab-button {
    font-size: 16px !important;
    text-align: center;
    text-decoration: underline;
    width: auto;
    margin: 3px auto 20px;
    cursor: pointer;
    display: block;
    transition: transform 0.2s;
    user-select: none;
}
.copy-button:hover {
    color: #083650;   
}
.copy-button:active {
    color: #086c0c;   
    transform: translateY(2px);   
}
/* Specific background colors for each button based on the order */
.radio-container:nth-of-type(1) { background-color: #9ddffb; }
.radio-container:nth-of-type(2) { background-color: #ffba69; }
.radio-container:nth-of-type(3) { background-color: #9ae2b9; }
.radio-container:nth-of-type(4) { background-color: #ff7778; }
.radio-container:nth-of-type(5) { background-color: #ff77df; }

/* Hover effect for better user experience */
.radio-container:hover {
    opacity: 0.9;
}

/* When the radio button is checked, maybe change the look slightly */
.radio-container input:checked + label {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: #083650;
}

/* You might also want to adjust the focus state for accessibility */
.radio-container input:focus + label {
    outline: 2px solid #fff; /* Visible outline for keyboard navigation */
    color: #083650;
}

/* Ensuring that the custom radio indicator is not shown */
.radio-container .custom-radio {
    display: none;
}

.status-display {
    position: absolute;
    top: 60px;
    display: block;
    text-align: center;
    width: 100%;
    left: 0;
    background-color: teal;
    padding: 10px;
    color: white;
    font-size: 14px;
}
.status-display:empty {
    display: none;
}
#ageDisplay {
    display: block;
    text-align: center;
    padding: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    width: 50px;
    border-radius: 5px;
    margin: 0 auto;
    background-color: #2275b3;
    color: white;
}

.question p {
    padding: 32px;
    /* background-color: #f9efe7; */
    border-radius: 40px;
    width: 96%;
    max-width: 370px;
    margin: 25px auto 35px;
    box-sizing: border-box;
}
#qrcode-container p {
    text-align: center;
}
#qrcode-container:has(#qrcode:empty) {
    display: none;
}
#qrcode-container p {
    margin-top: 3em;
    font-size: 14px;
}
#qrcode img {
    margin: 0 auto;
    max-width: 190px;
}

.question.active > p {

    background-repeat: no-repeat;
    background-size: contain; /* Makes sure the background scales */
    background-position: center;

    fill: red;
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    text-align: center; /* Optional, to center text horizontally */
    
    height: 210px;
}


.question:nth-of-type(1n) p {
    /* background-color: #ffcd60; */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 348 190" fill="none"><path d="M43.8177 148.907C43.8177 148.907 -37.7801 88.9098 24.2188 34.702C43.5413 17.8064 69.5694 -0.83357 148.23 0.466708C185.612 1.08858 327.789 -1.10009 345.808 52.3325C353.897 76.3109 330.584 164.786 251.748 176.707C218.894 181.674 152.511 182.157 87.999 163.848C87.999 163.848 69.7183 183.899 24.2203 189.383C24.2203 189.383 44.4358 152.065 43.8177 148.907Z" fill="%23ffcd60"/></svg>');
    color: #083650;
}

.question:nth-of-type(2n) p {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 312 167" fill="none"><path d="M67.1308 139.764C9.07389 122.036 -29.0975 70.4626 28.6308 26.5158C78.4319 -11.3952 201.958 -3.02286 259.132 16.7617C328.402 40.7344 320.438 102.044 282.014 128.84C269.632 137.476 261.802 138.257 259.132 139.764C264.632 142.264 285.632 149.042 296.413 166.998C296.413 166.998 265.256 153.855 210.691 149.042C171.692 158.024 106.109 151.665 67.1308 139.764Z" fill="%23FFCDC5"/></svg>');
    color: #083650;
}

.question:nth-of-type(3n) p {
    /* background-color: #c73d3e; */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 348 190" fill="none"><path d="M43.8177 148.907C43.8177 148.907 -37.7801 88.9098 24.2188 34.702C43.5413 17.8064 69.5694 -0.83357 148.23 0.466708C185.612 1.08858 327.789 -1.10009 345.808 52.3325C353.897 76.3109 330.584 164.786 251.748 176.707C218.894 181.674 152.511 182.157 87.999 163.848C87.999 163.848 69.7183 183.899 24.2203 189.383C24.2203 189.383 44.4358 152.065 43.8177 148.907Z" fill="%23c73d3e"/></svg>');
    color: white;
}

.question:nth-of-type(4n) p {
    /* background-color: #2275b3; */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 348 190" fill="none"><path d="M43.8177 148.907C43.8177 148.907 -37.7801 88.9098 24.2188 34.702C43.5413 17.8064 69.5694 -0.83357 148.23 0.466708C185.612 1.08858 327.789 -1.10009 345.808 52.3325C353.897 76.3109 330.584 164.786 251.748 176.707C218.894 181.674 152.511 182.157 87.999 163.848C87.999 163.848 69.7183 183.899 24.2203 189.383C24.2203 189.383 44.4358 152.065 43.8177 148.907Z" fill="%232275b3"/></svg>');
    color: white;
}

.question:nth-of-type(5n) p {
    /* background-color: #ffcd60; */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 348 190" fill="none"><path d="M43.8177 148.907C43.8177 148.907 -37.7801 88.9098 24.2188 34.702C43.5413 17.8064 69.5694 -0.83357 148.23 0.466708C185.612 1.08858 327.789 -1.10009 345.808 52.3325C353.897 76.3109 330.584 164.786 251.748 176.707C218.894 181.674 152.511 182.157 87.999 163.848C87.999 163.848 69.7183 183.899 24.2203 189.383C24.2203 189.383 44.4358 152.065 43.8177 148.907Z" fill="%23ffcd60"/></svg>');
    color: #083650;
}

.question:nth-of-type(6n) p {
    /* background-color: #5a5a9f; */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 312 167" fill="none"><path d="M67.1308 139.764C9.07389 122.036 -29.0975 70.4626 28.6308 26.5158C78.4319 -11.3952 201.958 -3.02286 259.132 16.7617C328.402 40.7344 320.438 102.044 282.014 128.84C269.632 137.476 261.802 138.257 259.132 139.764C264.632 142.264 285.632 149.042 296.413 166.998C296.413 166.998 265.256 153.855 210.691 149.042C171.692 158.024 106.109 151.665 67.1308 139.764Z" fill="%235a5a9f"/></svg>');
    color: white;
}

.question:nth-of-type(7n) p {
    /* background-color: #c73d3e; */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 348 190" fill="none"><path d="M43.8177 148.907C43.8177 148.907 -37.7801 88.9098 24.2188 34.702C43.5413 17.8064 69.5694 -0.83357 148.23 0.466708C185.612 1.08858 327.789 -1.10009 345.808 52.3325C353.897 76.3109 330.584 164.786 251.748 176.707C218.894 181.674 152.511 182.157 87.999 163.848C87.999 163.848 69.7183 183.899 24.2203 189.383C24.2203 189.383 44.4358 152.065 43.8177 148.907Z" fill="%23c73d3e"/></svg>');
    color: white;
}

.question:nth-of-type(8n) p {
    /* background-color: #2275b3; */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 312 167" fill="none"><path d="M67.1308 139.764C9.07389 122.036 -29.0975 70.4626 28.6308 26.5158C78.4319 -11.3952 201.958 -3.02286 259.132 16.7617C328.402 40.7344 320.438 102.044 282.014 128.84C269.632 137.476 261.802 138.257 259.132 139.764C264.632 142.264 285.632 149.042 296.413 166.998C296.413 166.998 265.256 153.855 210.691 149.042C171.692 158.024 106.109 151.665 67.1308 139.764Z" fill="%232275b3"/></svg>');
    color: white;
}

.question:nth-of-type(9n) p {
    /* background-color: #ffcd60; */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 312 167" fill="none"><path d="M67.1308 139.764C9.07389 122.036 -29.0975 70.4626 28.6308 26.5158C78.4319 -11.3952 201.958 -3.02286 259.132 16.7617C328.402 40.7344 320.438 102.044 282.014 128.84C269.632 137.476 261.802 138.257 259.132 139.764C264.632 142.264 285.632 149.042 296.413 166.998C296.413 166.998 265.256 153.855 210.691 149.042C171.692 158.024 106.109 151.665 67.1308 139.764Z" fill="%23ffcd60"/></svg>');
    color: #083650;
}

.question:nth-of-type(10n) p {
    /* background-color: #5a5a9f; */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 348 190" fill="none"><path d="M43.8177 148.907C43.8177 148.907 -37.7801 88.9098 24.2188 34.702C43.5413 17.8064 69.5694 -0.83357 148.23 0.466708C185.612 1.08858 327.789 -1.10009 345.808 52.3325C353.897 76.3109 330.584 164.786 251.748 176.707C218.894 181.674 152.511 182.157 87.999 163.848C87.999 163.848 69.7183 183.899 24.2203 189.383C24.2203 189.383 44.4358 152.065 43.8177 148.907Z" fill="%235a5a9f"/></svg>');
    color: white;
}

.question:nth-of-type(11n) p {
    /* background-color: #c73d3e; */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 348 190" fill="none"><path d="M43.8177 148.907C43.8177 148.907 -37.7801 88.9098 24.2188 34.702C43.5413 17.8064 69.5694 -0.83357 148.23 0.466708C185.612 1.08858 327.789 -1.10009 345.808 52.3325C353.897 76.3109 330.584 164.786 251.748 176.707C218.894 181.674 152.511 182.157 87.999 163.848C87.999 163.848 69.7183 183.899 24.2203 189.383C24.2203 189.383 44.4358 152.065 43.8177 148.907Z" fill="%23c73d3e"/></svg>');
    color: white;
}


.cta.blue {
    padding: 10px 20px;
    background-color: #4a7cb0;
    color: white;
    width: 230px;
    font-size: 17px;
    text-align: center;
    border-radius: 10px;
    margin: 20px auto;
    margin-top: 120px;
    text-decoration: none;
    color: white;
    display: inline-block;
    
    /* position: fixed;
    bottom: 30px;
    border-radius: 10px;
    z-index: 1000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
    box-sizing: border-box;
} 



.results-slider {
    position: relative;
    width: 80%;
    height: 320px; /* Adjust as needed */
    overflow: visible;
    padding: 40px;
    box-sizing: border-box;

    max-width: 400px;
    margin: 15px auto;

}
#resultsContainer h2 {
    margin-top: 0;
    margin-bottom: 0.6em;
}

.results-slider h3 {
    margin-top: 0.6em;
    margin-bottom: 0.1em;
    line-height: 1.125em;
}
#resultsContainer .results-slider p {
    text-align: left;
    font-size: 15px;
    margin-top: 16px;
    padding-top: 0;
}

.resultat-bobler {
    margin: 0.9em auto 0.9em;
    width: 230px;
    height: 0;
    opacity: 0;
}


.results-slider .slide {
    position: absolute;
    width: auto; /* Slightly smaller than the container */
    
    height: 410px;
    /* height: auto; */
    top: 4%;
    transition: transform 0.2s ease, opacity 0.2s ease, filter 0.15s;
    transform-origin: center center;
    /* cursor: pointer; */
    pointer-events: none; /* Disable interaction for now */
    padding: 25px 34px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 30px;

    -webkit-box-shadow: 0px 4px 8px -1px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 4px 8px -1px rgba(0,0,0,0.34);
box-shadow: 0px 4px 8px -1px rgba(0,0,0,0.34);
filter: blur(1px);

max-width: 360px;
margin: 0 auto;
position: absolute;
top: 0;
left: 0;
/* bottom: 0; */
right: 0;

transition: height 0.3s;

}

.results-slider .slide.active {
    pointer-events: auto; /* Enable interaction for the top card */
    transition: height 0.3s, filter 0.15s;
    /* height: auto !important; */
    filter: blur(0) !important;
}

.results-slider .slide.swipe-left {
    transform: translateX(-150%) rotate(-20deg);
    opacity: 0;
}

.results-slider .slide.swipe-right {
    transform: translateX(150%) rotate(20deg);
    opacity: 0;
}



@media (min-width: 418px) {
    .cta.blue {
        margin-top: 35px; 
    }
    .results-slider .slide {
        height: 310px;
    }
}


.decor-bubbles {
    z-index: -1;
    /* position: absolute; */
    margin: 0 auto;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0; */
    /* bottom: 100px; */
    width: 360px;
    display: block;
    margin-top: -100px;

}
.choosePersona {
    background-size: contain;
    width: 200px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    box-sizing: border-box;
    padding: 40px 20.9px 10px;
}
.title-bubble {
    border-radius: 20px;

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 303 232" fill="none"><path d="M262.46 192.125C262.46 192.125 344.958 126.227 273.148 57.9485C273.148 57.9485 209.594 -0.383582 116.188 0.482199C78.1924 0.836383 15.6284 3.70921 1.91957 91.8517C-3.21664 124.86 3.1058 191.171 81.4453 212.176C81.4453 212.176 167.501 236.054 232.792 210.739C232.792 210.739 254.157 224.11 300.456 231.272C300.456 231.272 261.873 196.415 262.472 192.115L262.46 192.125Z" fill="%239AE2B9"/></svg>');
    background-repeat: no-repeat;
    background-size: contain; /* Makes sure the background scales */
    background-position: center;
    color: #083650;

    line-height: 1em;

    display: flex; /* Flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    text-align: center; /* Optional, to center text horizontally */
    height: 230px;
    width: 90%;
    margin-top: 0;
}

/* 
.speech-bubble {
    border: 5px solid;
    border-image: url('assets/hand-drawn-border.svg') 30 round;
    padding: 20px;
    border-radius: 15px;
} */
 .slider-controls {
    margin-top: -160px;
    z-index: 10;
    /* display: block; */
    position: relative;

    margin-bottom: 150px;
 }

.slider-controls #prev-slide {
    background-image: url(assets/arrow-large.png);
    transform: rotate(180deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    width: 8px;
    float: left;
    background-color: transparent;
    padding: 20px 12px;
    margin-left: -10px;
}
.slider-controls #next-slide {
    background-image: url(assets/arrow-large.png);
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    width: 8px;
    background-color: transparent;
    padding: 20px 12px;
    margin-right: -10px;
}

.reset_button {
    /* margin-top: 12px;
     left: 50%; 
     -webkit-transform: translateX(-50%); 
     transform: translateX(-50%); 
     position: fixed; 
     bottom: 10px;  */

    outline: 0;
    border: 0;

    background: transparent;
    text-decoration: underline;
    color: grey;
    font-size: 14px;
}



.footer {
    position: fixed;
    height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e7cecc;
    border-radius: 8px 8px 0 0;
}
.footer div {
    width: 45px;
    height: 100%;
    color: #083650;
    top: 0;
    position: absolute;
    font-size: 35px;
}

#footer {
    display: none;
}
.footer #footer-back {
    left: 0;
    padding: 4px;
    box-sizing: border-box;
}
.footer #footer-next {
    right: 0;
    background-color: #cc5d55;
    color: white;
    display: none;

}

p.separator {
    text-align: center;
    margin: 0;
    font-size: 14px !important;
}

.copy-message {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4caf50;
    background-color: transparent;
    color: #366c38;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0;
    animation: flyout 2s forwards;
}

@keyframes flyout {
    0% {
        opacity: 1;
        transform: translate(-50%, -10px);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -70px);
    }
}


h3::first-letter {
    text-transform: capitalize;
}