.nav-box {
    position: absolute;
    padding: 15px;
    width: 100%;
    z-index: 99;
}

.nav-box .logo-nav {
    display: flex;
    align-items: center;
    padding: 0 25px;
    justify-content: space-between;
}

.nav-box .logo-nav .logo {}

.nav-box .logo-nav .logo a {}

.nav-box .logo-nav .logo a img {}

.nav-box .logo-nav .navigation {}

.nav-box .logo-nav .navigation a {
    font-family: "Poppins", sans-serif;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.nav-box .logo-nav .navigation a:hover {
    color: #ed226e;
}

.banner-box {
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 25px;
    position: relative;
}

.banner-box:after {
    position: absolute;
    content: "";
    background-image: url("../images/bnr-img.png");
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    width: 430px;
    height: 471px;

}

.banner-box .banr-cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    max-width: 1250px;
    margin: 0 auto;
    padding: 100px 0;
    gap: 180px;
}

.banner-box .banr-cont .bnr-img {
    flex: 0 1 350px;
}

.banner-box .banr-cont .bnr-img img {}

.banner-box .banr-cont .bnr-cnt {
    padding-top: 50px;
    /* flex: 1; */
}

.banner-box .banr-cont .bnr-cnt .tp-tx {
    color: #fff;
    font-size: 22px;
    font-family: Poppins;
    margin-bottom: 10px;
}

.banner-box .banr-cont .bnr-cnt .mn-hd {
    font-size: 72px;
    color: #fff;
    font-family: "Playfair Display", serif;
    line-height: 75px;
    margin-bottom: 30px;
}

.banner-box .banr-cont .bnr-cnt .sb-hd {
    color: #fff;
    font-style: italic;
    font-family: "Playfair Display", serif;
}

.banner-box .banr-cont .bnr-cnt .bt-tx {
    font-size: 24px;
    color: #fff;
    font-family: Poppins;
    margin-bottom: 20px;
}

.banner-box .banr-cont .bnr-cnt .wht-btn {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    display: inline-block;
    font-family: 'Poppins';
    padding: 10px 18px;
    letter-spacing: 1px;
    border-radius: 28px;
    margin-bottom: 30px;
}


.btn-bx a {
    display: inline-block;
    background-color: #ed226e;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins';
    padding: 12px 35px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 28px;
    text-decoration: none;
}

.btn-bx a:hover {
    background-color: #f20a61;
    color: #fff;
}

.prizes-box {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #fac9db;
}

.prizes-sec {
    padding: 70px 15px;
    max-width: 1250px;
    margin: 0 auto;
}

.top-hd h3 {
    font-size: 22px;
    font-family: 'Poppins';
    color: #ed226e;
    border: 1px solid #ed226e;
    border-radius: 34px;
    padding: 5px 20px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    max-width: 120px;
    text-align: center;
    background-color: #fff;
    font-weight: 500;
}

.prizes-sec .prize-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    align-items: stretch;
}

.prizes-sec .prize-cont .prz-box {
    flex: 1;
    border: 1px solid #ed226e;
    background-color: #f0f9ff;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
}

.prizes-sec .prize-cont .prz-box .pz-date {
    font-size: 20px;
    color: #79b4da;
    font-family: 'Poppins';
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.prizes-sec .prize-cont .prz-box .pz-hd {
    color: #0d4365;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.prizes-sec .prize-cont .prz-box .pz-cont {
    font-size: 18px;
    color: #0d4365;
    font-family: 'Poppins';
    flex-grow: 1;
    margin-bottom: 40px;
}

.prizes-sec .prize-cont .prz-box .btm-hd {
    font-size: 20px;
    color: #79b4da;
    font-family: 'Poppins';
    letter-spacing: 1px;
    border-bottom: 1px solid #ed226e;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.prizes-sec .prize-cont .prz-box .btm-pz {
    font-size: 20px;
    color: #79b4da;
    font-family: 'Poppins';
    letter-spacing: 1px;
}

.prizes-sec .prz-btm-tx {
    color: #79b4da;
    font-size: 16px;
    font-family: 'Poppins';
}

.top-hd {
    position: relative;
    z-index: 1;
}

.top-hd:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 21px;
    width: 1800px;
    height: 1px;
    background-color: #fac9db;
    z-index: -1;
    opacity: 1;
}

.how-enter .top-hd h3 {
    min-width: 225px;
}

.howto-box {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #fac9db;
}

.howto-box .how-enter {
    padding: 40px 15px;
    max-width: 1250px;
    margin: 0 auto;
}


.howto-box .how-enter .how-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.howto-box .how-enter .how-cont .how-blk {
    background-color: #f0f9ff;
    border: 1px solid #ed226e;
    flex: 1;
    padding: 40px 40px;
}

.howto-box .how-enter .how-cont .how-blk h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #79b4da;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 0;
}

.howto-box .how-enter .how-cont .how-blk h2 {
    font-size: 30px;
    color: #0d4365;
    font-family: "Playfair Display", serif;
    margin-top: 0;
    margin-bottom: 0;
}


.howto-box .how-enter .how-cont .how-blk p {
    font-size: 18px;
    color: #0d4365;
    font-family: 'Poppins';
    margin-bottom: 25px;
}

.sold-sec {
    font-family: 'Poppins';
    font-size: 12px;
    padding: 10px 0;
}

.sold-sec a {
    display: inline-block;
    margin: 6px;
    background-color: #FFF;
    padding: 5px 10px;
    border-radius: 15px;
    border: #ED226E 1px solid;
    text-decoration: none;
    color: #ED226E;
}

.howto-box .how-enter .how-cont .how-blk .btn-bx {
    margin-top: 30px;
}


.howto-box .how-enter .how-cont .how-blk .hw-btm {
    font-size: 18px;
    color: #0d4365;
    font-family: 'Poppins';
    border-left: 1px solid #f20a61;
    padding-left: 20px;
}

.how-enter .how-text {
    color: #79b4da;
    font-size: 16px;
    font-family: 'Poppins';
}

.how-enter .participation-form {
    padding: 30px 0;
    font-family: 'Poppins';
    opacity: 1;
    max-height: 2000px;
    overflow: hidden;
    transform: translateY(0);
    transition: all 0.4s ease;
    margin-bottom: 20px;
}

.how-enter .participation-form.hide {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
    pointer-events: none;
    padding: 0;
    margin: 0;
}

.how-enter .participation-form .form-body {
    background-color: #F0F9FF;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
}

.how-enter .participation-form .form-body .form-method-head {
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 8%;
    color: #79B4DA;
}

.how-enter .participation-form .form-body .form-heading {
    color: #0D4365;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -4%;
}

.how-enter .participation-form .form-body .form-head-text {
    color: #0D4365;
    font-size: 18px;
    line-height: 25px;
    padding: 20px 0;
}

.how-enter .participation-form .form-body .form-hide-box {
    padding-top: 15px;
    border-bottom: 1px solid #FAC9DB;
    color: #0D4365;
    font-size: 20px;
}

.how-enter .participation-form .form-body .form-hide-box .hide-form-btn,
.how-enter .participation-form .form-body .main-form-body .form-feild-box .btn-submit {
    display: inline-block;
    background-color: #ed226e;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins';
    padding: 12px 35px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 28px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.how-enter .participation-form .form-body .main-form-body {
    padding: 20px 0;
}

.how-enter .participation-form .form-body .main-form-body .form-feild-box {
    margin-bottom: 15px;
    padding-top: 10px;
}

.how-enter .participation-form .form-body .main-form-body .form-feild-box.double {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.how-enter .participation-form .form-body .main-form-body .form-feild-box .form-box-one {
    width: 50%;
}

.how-enter .participation-form .form-body .main-form-body .form-feild-box .label {
    display: block;
    text-transform: uppercase;
    color: #0D4365;
}

.how-enter .participation-form .form-body .main-form-body .form-feild-box .input-field {
    width: 100%;
    border: 1px solid #ED226E;
    border-radius: 0;
    line-height: 30px;
    color: #79B4DA;
}

.how-enter .participation-form .form-body .main-form-body .form-feild-box .input-field::placeholder {
    color: #79B4DA;
}

.how-enter .participation-form .form-body .main-form-body .form-feild-box .upload-box {
    width: 100%;
}

.how-enter .participation-form .form-body .main-form-body .form-feild-box .upload-box input[type="file"] {
    display: none;
}

.how-enter .participation-form .form-body .main-form-body .form-feild-box .upload-box label {
    display: block;
    background: #fff;
    border: 1px solid #ED226E;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    color: #79B4DA;
    font-size: 16px;
    transition: all 0.3s ease;
}

.how-enter .participation-form .form-body .main-form-body .form-feild-box .upload-box label:hover {
    border-color: #FAC9DB;
    color: #000;
    background: #f9f9f9;
}

.how-enter .participation-form .form-body .main-form-body .form-feild-box.submit {
    text-align: center;
}

.how-enter .participation-form .form-body .main-form-body .form-policy {
    color: #79B4DA;
    font-size: 14px;
    padding-top: 20px;
}

.how-enter .participation-form .form-body .main-form-body .form-policy a {
    font-weight: 700;
    color: #ed226e;
    text-decoration: none;
}

.how-enter .participation-form .form-body .main-form-body .form-policy a:hover {
    text-decoration: underline;
}

/*Price Calender And Footer sections**/

.price-calendar-container,
.footer-container {
    width: 100%;
    overflow: hidden;
    font-family: 'Poppins';
    padding: 60px 0;
}

.footer-container {
    background-image: url(../images/series-footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;


}

.footer-container .footer-section,
.price-calendar-container .price-calendar-section {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-container .footer-section .footer-heading,
.price-calendar-container .price-calendar-section .price-calender-heading {
    color: #FFF;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 8%;
    position: relative;
}

.price-calendar-container .price-calendar-section .price-calender-heading {
    color: #ED226E;
}

.footer-container .footer-section .footer-heading .heading-text,
.price-calendar-container .price-calendar-section .price-calender-heading .heading-text {
    display: inline-block;
    border: #FFF 1px solid;
    padding: 0 20px;
    border-radius: 25px;
    position: relative;
    text-transform: uppercase;
}

.price-calendar-container .price-calendar-section .price-calender-heading .heading-text {
    border: #ED226E 1px solid;
}

.footer-container .footer-section .footer-heading .heading-text::after,
.price-calendar-container .price-calendar-section .price-calender-heading .heading-text::after {
    content: "";
    height: 1px;
    border-top: #FFF solid 1px;
    position: absolute;
    left: 100%;
    width: 2000px;
    top: 50%;
}

.price-calendar-container .price-calendar-section .price-calender-heading .heading-text::after {
    border-top: #FAC9DB solid 1px;
}

.footer-container .footer-section .footer-rules,
.price-calendar-container .price-calendar-section .price-calendar-main-box {
    padding-top: 40px;
}

.price-calendar-container .price-calendar-section .price-calendar-main-box .calendar-line-box {
    display: flex;
    border: #ED226E solid 1px;
    border-bottom: 0;
    align-items: center;
    font-size: 20px;
    letter-spacing: 8%;
}

.price-calendar-container .price-calendar-section .price-calendar-main-box .calendar-line-box:last-child {
    border-bottom: #ED226E solid 1px;
}

.price-calendar-container .price-calendar-section .price-calendar-main-box .calendar-line-box .calendar-date {
    background-color: #F0F9FF;
    padding: 10px 15px;
    color: #79B4DA;
    line-height: 48px;
    min-width: 220px;
    text-align: center;
    border-right: #ED226E solid 1px;
}

.price-calendar-container .price-calendar-section .price-calendar-main-box .calendar-line-box .calendar-detail {
    padding-left: 15px;
    line-height: 48px;
    color: #0D4365;
}

.footer-container .footer-section .footer-rules .rule-text {
    font-size: 18px;
    line-height: 32px;
    color: #FFF;
}

.footer-container .footer-section .footer-rules .rule-text strong {
    font-weight: 700;
}

.footer-container .footer-section .footer-rules .rule-text a {
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
}

@media only screen and (max-width:1560px) {
    .banner-box:after {
        width: 330px;
        height: 361px;
        background-size: 330px;
    }
}

@media only screen and (max-width:1260px) {
    .banner-box .banr-cont .bnr-cnt .mn-hd {
        font-size: 33px;
        line-height: 50px;
    }

    .banner-box:after {
        width: 240px;
        height: 261px;
        background-size: 240px;
    }

    .banner-box .banr-cont {
        gap: 0;
    }

    .banner-box .banr-cont .bnr-cnt {
        padding-top: 0;
    }
}

@media only screen and (max-width:991px) {
    .banner-box .banr-cont .bnr-cnt .mn-hd {
        font-size: 33px;
        line-height: 43px;
    }

    .banner-box .banr-cont .bnr-cnt .bt-tx {
        font-size: 20px;
    }

    .banner-box .banr-cont .bnr-cnt .wht-btn {
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px 18px;
    }

    .howto-box .how-enter .how-cont .how-blk .btn-bx a {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media only screen and (max-width:990px) {

    .footer-container .footer-section .footer-heading,
    .price-calendar-container .price-calendar-section .price-calender-heading {
        line-height: 40px;
        letter-spacing: 3%;
        font-size: 18px;
    }

    .price-calendar-container .price-calendar-section .price-calendar-main-box .calendar-line-box {
        font-size: 16px;
    }
}

@media only screen and (max-width:769px) {

    .footer-container .footer-section .footer-heading .heading-text::after,
    .price-calendar-container .price-calendar-section .price-calender-heading .heading-text::after {
        width: 900px;
    }

    .footer-container .footer-section .footer-heading,
    .price-calendar-container .price-calendar-section .price-calender-heading {
        line-height: 30px;
        font-size: 18px;
    }

    .footer-container .footer-section .footer-rules {
        padding: 30px 0;
    }

    .price-calendar-container .price-calendar-section .price-calendar-main-box .calendar-line-box .calendar-date,
    .price-calendar-container .price-calendar-section .price-calendar-main-box .calendar-line-box .calendar-detail {
        line-height: 22px;
    }
}

@media only screen and (max-width:640px) {
    .top-hd h3 {
        font-size: 18px;
    }

    .how-enter .top-hd h3 {
        min-width: 195px;
    }

    .banner-box:after {
        width: 190px;
        height: 208px;
        background-size: 190px;
    }

    .banner-box .banr-cont .bnr-img img {
        width: 250px;
    }

    .banner-box .banr-cont .bnr-img {
        display: flex;
        justify-content: center;
    }

    .prizes-sec {
        padding: 30px 15px;
    }

    .prizes-sec .prize-cont .prz-box .pz-hd {
        font-size: 20px;
    }

    .prizes-sec .prize-cont .prz-box {
        padding: 20px;
    }

    .prizes-sec .prize-cont .prz-box .pz-date {
        font-size: 16px;
        letter-spacing: 0;
    }

    .prizes-sec .prize-cont .prz-box .btm-pz,
    .prizes-sec .prize-cont .prz-box .btm-hd {
        font-size: 16px;
    }

    .prizes-sec .prize-cont .prz-box {
        margin-bottom: 20px;
    }

    .prizes-sec .prize-cont {
        display: block;
    }

    .howto-box .how-enter .how-cont .how-blk h2 {
        font-size: 24px;
    }

    .howto-box .how-enter .how-cont .how-blk {
        padding: 20px;
        margin-bottom: 20px;
    }

    .howto-box .how-enter .how-cont {
        gap: 10px;
    }

    .howto-box .how-enter .how-cont {
        display: block;
    }

    .howto-box .how-enter {
        padding: 20px 15px;
    }

    .howto-box .how-enter .how-cont .how-blk .btn-bx a {
        font-size: 12px;
    }

    .banner-box .banr-cont .bnr-cnt .wht-btn {
        text-align: center;
    }

    .price-calendar-container .price-calendar-section .price-calendar-main-box .calendar-line-box {
        flex-direction: column;
        font-size: 14px;
    }

    .price-calendar-container .price-calendar-section .price-calendar-main-box .calendar-line-box .calendar-date {
        width: 100%;
        border: 0;
    }

    .price-calendar-container .price-calendar-section .price-calendar-main-box .calendar-line-box .calendar-detail {
        text-align: center;
        line-height: 50px;
    }

}

@media only screen and (max-width:480px) {
    .how-enter .participation-form .form-body .main-form-body .form-feild-box.double {
        flex-direction: column;
    }

    .how-enter .participation-form .form-body .main-form-body .form-feild-box .form-box-one {
        width: 100%;
    }


}