body {
    margin: 0;
}

.container {
    max-width: 450px;
    margin: 0px auto;
    background-color: #FFF4DD;
    font-family: 'Roboto', sans-serif;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header#pittappilly-header {
    position: relative;
    padding: 30px 30px 10px 30px;
}
img.top-leaf {
    position: absolute;
    top: 0;
    right: 0;
}
.logo img {
    width: 150px;
}


/*.main-img-block img {*/
/*    max-width: 300px;*/
/*    padding: 15px;*/
/*    margin: 0px auto;*/
/*    width: 100%;*/
/*    display: flex;*/
/*}*/
.form-block {
    padding: 0 30px;
}

label.error {
    color: red;
    font-size: 10px;
    position: absolute;
    padding: 15px 5px;
    right: 0;
}


.form-input-block {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 12px;
}
.form-block h3 {
    color: #DF3453;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    text-align: center;
}
.form-input-block input {
    border-radius: 8px;
    border: 1px solid #888;
    color: #888;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 151.836%;
    width: 100%;
    background: #fff;
    padding: 10px 30px 10px 40px;
}

.form-input-block select {
    border-radius: 8px;
    border: 1px solid #888;
    color: #888;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 151.836%;
    width: 100%;
    background: #fff;
    padding: 10px 30px 10px 40px;
}

.form-input-block img {
    position: absolute;
    top: 50%;
    transform: translate(10px, -50%);
    width: 14px;
    height: 14px;
}

button.submit-btn {
    border-radius: 8px;
    background: #ea0920;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 151.836%;
    letter-spacing: 0.7px;
    width: 100%;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

p.cong-para {
    color: #df3453;
    font-size: 24px;
    font-weight: 500;
}

.number-code {
    background-color: #FFE6B0;
    border: 1px solid #FFBD43;
    border-radius: 7px;
    width: fit-content;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 20px !important;
}

.number-code span {
    color: #E1663F;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

button.submit-btn:hover{
    background-color: #ffc043;
    transition: .25s;
}
.number-code h2 {
    color: #FF3D00;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 0px;
}


img.bottom-img {
    margin: 0px auto;
    margin-right: 0;
    display: flex;
    margin-top: 20px;
    max-width: 300px;
    width: 100%;
}

img.congratulations-img {
    max-width: 300px;
    margin: 0px auto;
    display: flex;
    width: 100%;
}
.con-img-block h3 {
    color: #DF3453;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
}
.con-img-block {
    padding: 0 20px;
}
.con-img-block p {
    color: #73707A;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    margin-top: 0;
}

a.btn-01 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 151.836%;
    letter-spacing: 0.7px;
    border-radius: 8px;
    background: #ea0920;
    text-decoration: none;
    padding: 10px;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    margin: 0px auto;
    transition: .25s;
}
a.btn-01:hover{
    background-color: #ffc043;
    transition: .25s;
}

.giftbox-content-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    position: relative;
}

.giftbox-content-block.active::before{
    position: absolute;
    content: "";
    background-color: #fff4ddad;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

label.error {
    color: red;
    font-size: 10px;
    position: absolute;
    padding: 15px 5px;
    right: 0;
}


.giftbox-content-block-item {
    width: calc(33.33% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 20px;
    z-index: 1;
}
.giftbox-content-block-item.change {
    z-index: 11;
}
.giftbox-content-block-item a {
    display: block;
    z-index: 10;
    position: relative;
}
.giftbox-content-block-item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFDAC9;
    border-radius: 50%;
    width: 92px;
    height: 92px;
    z-index: 0;
}

.giftbox-content-block-item::after{
    position: absolute;
    content: "";
    border: 2px solid #FFC0A3;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.giftbox-content-block-item:nth-child(2)::before{
    background-color: #C9FFCF;
}
.giftbox-content-block-item:nth-child(2)::after{
    border-color: #69DC90;
}

.giftbox-content-block-item:nth-child(3)::before{
    background-color: #C9DCFF;
}
.giftbox-content-block-item:nth-child(3)::after{
    border-color: #7DB2F1;
}

.giftbox-content-block-item:nth-child(4)::before{
    background-color: #EEC9FF;
}
.giftbox-content-block-item:nth-child(4)::after{
    border-color: #C575EB;
}

.giftbox-content-block-item:nth-child(5)::before{
    background-color: #9AC0E3;
}
.giftbox-content-block-item:nth-child(5)::after{
    border-color: #E4698E;
}

.giftbox-content-block-item:nth-child(6)::before{
    background-color: #E6FAAE;
}
.giftbox-content-block-item:nth-child(6)::after{
    border-color: #C2DE71;
}

.giftbox-content-block-item:nth-child(7)::before{
    background-color: #FFCC72;
}
.giftbox-content-block-item:nth-child(7)::after{
    border-color: #BC9A5E;
}

.giftbox-content-block-item:nth-child(8)::before{
    background-color: #9AE3D6;
}
.giftbox-content-block-item:nth-child(8)::after{
    border-color: #6EB6A9;
}

.giftbox-content-block-item:nth-child(9)::before{
    background-color: #F7C0E7;
}
.giftbox-content-block-item:nth-child(9)::after{
    border-color: #E690CE;
}

.giftbox-content-block-item img{
    z-index: 1;
    transition: .25s;
}

.giftbox-content-block-item.change img{
    transform: translateY(-15px);
    opacity: 0;
    transition: .5s;
}
.giftbox-content-block-item:hover img{
    transform: translateY(-15px);
    transition: .5s;
}

.box-content-block h3 {
    color: #DF3453;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    margin-top: 30px;
}

.loader.loader--style1 {
    opacity: 0;
}

.change .loader.loader--style1{
    opacity: 1;
}
.loader.loader--style1 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-img-block {
    position: relative;
}

.onam-bg img {
    max-width: 350px;
    padding: 15px;
    margin: 0 auto;
    width: 100%;
    display: flex;
}


@media (max-width: 340px) {
    .main-img-block img {
        max-width: 260px;
        padding: 15px;
        margin: 0px auto;
        width: 100%;
        display: flex;
    }
}