*,
*::after,
*::before{
box-sizing: border-box;
padding: 0;
margin: 0;
}
@font-face {
font-family: 'Arial';
src: url("/static/wp-content/themes/birthday/assets/fonts/ArialMT.c467f9c57e13.woff2") format('woff2'),
url("/static/wp-content/themes/birthday/assets/fonts/ArialMT.5ef518200efc.woff") format('woff'),
url("/static/wp-content/themes/birthday/assets/fonts/ArialMT.6e9d13155825.ttf") format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'GrilledCheese BTN Wide';
src: url("/static/wp-content/themes/birthday/assets/fonts/GrilledCheeseBTNWideBold.99a2d15f3723.woff2") format('woff2'),
url("/static/wp-content/themes/birthday/assets/fonts/GrilledCheeseBTNWideBold.9d0ee56805ea.woff") format('woff'),
url("/static/wp-content/themes/birthday/assets/fonts/GrilledCheeseBTNWideBold.d4e16d5fb670.ttf") format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Arial Th';
src: url("/static/wp-content/themes/birthday/assets/fonts/ArialTh.23d4a50760d1.woff2") format('woff2'),
url("/static/wp-content/themes/birthday/assets/fonts/ArialTh.fdd9062fb45b.woff") format('woff'),
url("/static/wp-content/themes/birthday/assets/fonts/ArialTh.5f2a6c50fa33.ttf") format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Arial MT';
src: url("/static/wp-content/themes/birthday/assets/fonts/ArialMTBlack.7ebcaf15db30.woff2") format('woff2'),
url("/static/wp-content/themes/birthday/assets/fonts/ArialMTBlack.93ec1b826827.woff") format('woff'),
url("/static/wp-content/themes/birthday/assets/fonts/ArialMTBlack.d13d7af1345c.ttf") format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Arial Narrow';
src: url("/static/wp-content/themes/birthday/assets/fonts/ArialNarrow.6a5d0de55753.woff2") format('woff2'),
url("/static/wp-content/themes/birthday/assets/fonts/ArialNarrow.02c1c3dd77ee.woff") format('woff'),
url("/static/wp-content/themes/birthday/assets/fonts/ArialNarrow.647cc135f519.ttf") format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
body {
margin: 0;
font-family: 'GrilledCheese BTN Wide';
overflow-x: hidden;
}
.header {
text-align: center;
padding: 25px 0;
min-height: 55vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.header a.logo {
width: 25%;
}
.header a.logo img {
max-width: 100%;
}
.form {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
position: relative;
}
.form .input_group {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
padding: 64px 0;
position: relative;
}
.form .input_group .back-hightlight {
position: absolute;
left:0;
right:0;
margin:0 auto;
top:0;
height:100%;
}

.form .input_group .input_field label {
display: block;
font-size: 1.7vw;
margin-bottom: 10px;
color: #000;
font-family: 'Arial';
justify-content: space-between;
}

h1.message-countdown {
    color: #fff;
    font-size: 4.5vw;
    text-align: center;
}

.form.form-wrapper {
   background: linear-gradient(to bottom, #FFC93C, #FF7B54) !important;
}

.container.wrapper .input_group {
    width: 80%;
    justify-content: space-between;
}

.container.wrapper form.form {
    background: linear-gradient(to bottom, #FFC93C, #FF7B54);
}

.form .input_group .input_field:first-child {
    margin-left: 0;
}


.form .input_group .input_field:nth-of-type(3) {
    margin-right: 0;
}

.container.wrapper .input_group {
    height: 22vh;
    display: flex;
    align-items: center;
}


.form button.btn.go-btn {
  color: white;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: linear-gradient(to bottom, #7be495, #28a745); /* light to dark green */
    border: 1px solid #1e7e34; /* dark green border */
    border-radius: 6px; /* rounded corners */
    color: #fff; /* white text */
    padding: 10px 20px;
    min-width: 120px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2); 
     line-height: 36px;
    font-size: 28px;
    min-width: 140px;
}

body{
    overflow-y: auto;
}

.container.wrapper {
    width: 100%;
}

.container.result-page {
    display: block;
    width: 100%;
}

.bg-image{
    background-position: center;
    background: url("../wp-content/themes/birthday/assets/images/home-bg.98dda560585a.png");
    height: 80vh;
    background-size: cover !important;
    background-position-x: center;
}
.container.wrapper .content {
    position: relative;
}

.container.wrapper .content {
    height: 20vh !important;
}

.container.wrapper .content h1 {
    position: absolute !important;
    top: -7vw;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.form .input_group .input_field {
margin: 0 1vw;
width: 25%;
position: relative;
}
.form .input_group .input_field input {
height: 60px;
text-align:left;
line-height: 60px;
border: 2px solid #000;
padding: 6px 20px;
width: 100%;
min-width: 100%;
font-size:18px;
color:#000;
text-align:left;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.form button.btn {
border: none;
color: #000;
padding: 15px 35px;
font-size: 25px;
border-radius: 7px;
cursor: pointer;
font-family: 'GrilledCheese BTN Wide';
text-align:center;
margin-top: 15px;
margin-left: 10px;
margin-right: 10px;
z-index: 1;
}
#footer-content {
font-family: 'Arial';
text-align: center;
color: #fff;
padding: 30px 0 0;
font-size: 14px;
width: 45%;
margin: 0 auto;
line-height: 21px;
}
#footer-content .grilled-wide {
font-family: 'GrilledCheese BTN Wide';
font-size: 25px;
margin-bottom: 15px;
}
#copyright {
font-family: 'Arial';
text-align: center;
color: #fff;
font-size: 14px;
width: 45%;
margin: 30px auto;
}
#copyright a {
color: #fff;
}
.error{
color: red;
}
.message{
color: rgba(210, 171, 24, 1);
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    font-family: sans-serif;
    margin:5px 0px 20px 0px;
}

.container.wrapper .input_group {
    align-items: end;
}

.container.wrapper {
    overflow: hidden;
}

@media only screen and  (max-width: 1366px) {
.back-hightlight {
display:none;
}
.form .input_group .input_field {
width: 27%;
}
.header a.logo {
width: 35%;
}
}

.bg-image-mobile{
    display: none; 
}

@media only screen and  (max-width: 992px) {
    .container.wrapper {
    overflow: visible;
}
.bg-image-mobile{
    display: block; 
}

.bg-image-mobile img {
    height: auto;
    width: 100%;
    display: block;
}

.bg-image{
    display: none !important;
}
.container.wrapper .input_group{
    flex-direction: column;
    height: auto;
    align-items: center;
}

.form .input_group .input_field:first-child{
    margin-left: auto;
}

.form .input_group .input_field:nth-of-type(3){
    margin-right: auto;
}
    
.header a.logo {
width: 70%;
}
.form { position: relative;}
.form .input_group {
flex-wrap:wrap;
padding: 50px 15px;
flex-direction: column;
justify-content:space-between;
}
#footer-content {
width: 90%;
}
#copyright {
width: 90%;
}
.form .input_group .input_field {
width: 49%;
margin: auto;
}
.form .input_group .input_field input {
margin-bottom:10px;
}
.form .input_group .input_field label {
font-size: 20px;
}
.form .input_group .input_field {
width: 60%;
}

.container.wrapper .content h1{
    font-size: 5.5vw;
}

.container.wrapper .input_group{
    padding-left: 0;
    padding-right: 0;
}

.container.wrapper .input_group {
    gap: 3vw !important;
}

.form .input_group .input_field label {
    font-size: 5vw;
}

.form .input_group .input_field input {
    font-size: 4vw;
    height: 12vw;
}

.form button.btn.go-btn {
    font-size: 6vw;
    width: 32vw;
    min-width: 0;
    line-height: normal;
}
}
@media only screen and  (max-width: 520px) {
.form .input_group {
flex-direction:column;
}
.form .input_group .input_field {
width: 100%;
}
.form button.btn {
font-size: 18px;
}
.header {
height:35vh;
}

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.form .input_group .input_field input[type="date"] {
min-width: 92%;
}
}