.nv-breadcrumb{
    height: 179px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.paddinglrzero{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.custom-button a{
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, #F4652B, #b30000);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    float: none;
    margin: 0 auto;
}
.mt-0{
    margin-top: 0px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mtb-20{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.form-img{
    background: linear-gradient(180deg, rgba(188, 29, 63, 0.2) 20.79%, rgba(160, 58, 171, 0.2) 50%, rgba(255, 5, 9, 0.2) 75.48%);
    border-radius: 15px;
    padding: 7% 10%;
    text-align: center;
    height: 779px;
}
/* .form-img h2{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
} */
.form-img h2 {
    background: linear-gradient(92.58deg, #EF2A2A 4.96%, #A323AA 91.7%);
    -webkit-background-clip: text; /* For Safari/Chrome */
    -webkit-text-fill-color: transparent; /* Makes text transparent to show gradient */
    background-clip: text; /* Standard */
    color: transparent; /* Fallback */
    font-weight: 900;
    margin-bottom: 30px;
}
.selectImgBox {
    width: 180px;
    height: 180px;
    position: relative;
    display: flex;
    padding: 0;
    border-radius: 12px;
    background: linear-gradient(92.58deg, #EF2A2A 4.96%, #A323AA 91.7%);
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
}
.selectImgBox::before {
    content: '';
    position: absolute;
    inset: 6px;
    border-radius: 5px;
    background: #fff;
    background-image: var(--profile-img, url(''));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fileValidation{
    font-size: 10px !important;
    color: #f00;
    margin-top: 5px;
    line-height: 16px;
    text-transform: capitalize;
}
#selectFile{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.selectImgBox .selectText{
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 30px 15px;
    margin: 0;
}
.formlabel{
    background: linear-gradient(92.58deg, #EF2A2A 4.96%, #A323AA 91.7%);
    -webkit-background-clip: text; /* For Safari/Chrome */
    -webkit-text-fill-color: transparent; /* Makes text transparent to show gradient */
    background-clip: text; /* Standard */
    color: transparent; /* Fallback */
    font-weight: 900;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
}
.formcontrol{
    border: 1px solid;
    border-image: linear-gradient(92.58deg, #EF2A2A 4.96%, #A323AA 91.7%) 1;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #818181;
    background-color: #fff;
    background-clip: padding-box;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}
input::placeholder,
textarea::placeholder {
  color: #ccc; /* your color */
  opacity: 1; /* Some browsers reduce opacity by default */
}
.customButton{
    background: linear-gradient(92.58deg, #EF2A2A 4.96%, #A323AA 91.7%);
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-weight: 400;
    transition: 0.5s;
    padding: 8px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    width: 160px;
    font-size: 24px;
    cursor: pointer;
    margin: 35px auto 0px;
    display: inline-block;
}
.navratriImg{
    height: 779px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.profileImg{
    width: 45%;
    position: relative;
    left: 29.3%;
    top: 13%;
    height: 54%;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.profileImg img{
    width: 81.2%;
    left: 10%;
    height: 88%;
    position: absolute;
    top: 7%;
    background-color: #FFF;
    border-radius: 155px 155px 0px 0px;
    object-fit: cover;
}
.pRelative{
    position: relative;
}
.dayTitle{
    width: 100px;
    height: 50px;
    position: absolute;
    left: 43%;
    top: 13%;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 999;
    font-size: 26px;
    font-weight: 900;
    font-family: 'Bangers', system-ui, sans-serif;
    line-height: 40px;
    text-transform: uppercase;
}
.navratri-bg{
    background-image: url("../../../../uploads/navratri/bg.png");
    background-size: contain;
}
.yourName{
    width: fit-content;
    position: relative;
    left: 6px;
    top: 12.5%;
    height: auto;
    border-radius: 12px;
    padding: 0px 10px;
    background-color: #ffbf00;
    text-align: center;
    color: #000;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0 auto;
}
.require_alert{
	float: left;
    background-color: transparent;
    position: absolute;
    right: 2px;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    text-align: right;
    right: 0;
    color: #F00 !important;
    padding: 0;
    margin-bottom: 10px;
    bottom: -20px;
    padding-right: 10px;
}
selectText .require_alert {
  float: left;
  background-color: transparent;
  position: absolute;
  right: 2px;
  width: 185px;
  font-weight: 600;
  font-size: 12px;
  text-align: right;
  right: 0;
  color: #F00 !important;
  padding: 0;
    padding-right: 0px;
  margin-bottom: 10px;
  bottom: -30px;
  padding-right: 0;
}
.prelative{
    position: relative;
}
.textCenter{
    text-align: center;
}
.navratri-bg .alert{
    margin: 0px !important;
}
.dayTag{
    position: absolute;
    bottom: 0px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    background-color: #b3044f;
    width: 100%;
    padding: 5px;
    border-radius: 0px 0px 18px 18px;
}
.dblock{
    display: block;
}
.dflex{
    display: flex;
    gap: 5%;
}
.custom-button{
    width: 100%;
}
.h-fix{
    object-fit: cover;
    min-height: 494px;
    border-radius: 18px;
    border: 1px solid #b3044f;
    height: 100%;
}
.nameTag{
    position: absolute;
    bottom: 0px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    background-color: #b3044f;
    width: 100%;
    padding: 5px;
    border-radius: 0px 0px 18px 18px;
}

.custom_pagination .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  margin-top: 15px;
}
.pagination {
    margin-top: 15px;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
	float:left;
}
.pagination ul {
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
    display: flex;
    margin: 0;
}
.pagination ul li.active {
    background: #f4652b;
	border: 1px solid #f4652b;
}
.pagination ul li {
    border: 1px solid #f4652b;
    border-radius: 17px;
    width: 50px;
    text-align: center;
    display: inline-table;
    margin: 0px 2px;
}
.pagination ul li.active a {
    color: #fff;
	text-decoration: none;
}
.pagination ul li a {
    padding: 5px 13px;
    position: relative;
    display: block;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	width: 100%;
	border-color: transparent;
}
.pagination ul li.next {
    border: 1px solid #f4652b;
    border-radius: 17px;
    width: auto;
    text-align: center;
    display: inline-table;
    font-size: 30px;
    font-weight: 600;
}
.pagination ul li.prev a, .pagination ul li.next a {
    padding: 3px 13px 7px;
    position: relative;
    display: block;
	text-decoration: none;
    line-height: 25px;
	font-size: 32px;
}
.pagination ul li.lastpage {
    background: #f4652b;
	border: 1px solid #f4652b;
    border-radius: 17px;
    width: auto;
    text-align: center;
    display: inline-table;
}
.pagination ul li.lastpage a, .pagination ul li.firstpage a {
    color: #fff;
}
.pagination ul li.firstpage {
    background:  #f4652b;
	border: 1px solid  #f4652b;
    border-radius: 17px;
    width: auto;
    text-align: center;
    display: inline-table;
}
.custom_pagination .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
	margin-top: 15px;
}
.custom_pagination .pagination ul {
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
    display: flex;
    margin: 0;
}
.custom_pagination .pagination ul li.active {
    background: #f4652b;
	border: 1px solid #f4652b;
}
.custom_pagination .pagination ul li {
    border: 1px solid #f4652b;
    border-radius: 17px;
    width: 50px;
    text-align: center;
    display: inline-table;
    margin: 0px 2px;
}
.custom_pagination .pagination ul li.active a {
    color: #fff;
}
.custom_pagination .pagination ul li a {
    padding: 5px 13px;
    position: relative;
    display: block;
	font-size: 18px;
}
.custom_pagination .pagination ul li.next {
    border: 1px solid #f4652b;
    border-radius: 17px;
    width: 50px;
    text-align: center;
    display: inline-table;
    font-size: 30px;
    font-weight: 600;
}
.custom_pagination .pagination ul li.lastpage a, .custom_pagination .pagination ul li.firstpage a {
    color: #fff;
}
.custom_pagination .pagination ul li.prev a, .custom_pagination .pagination ul li.next a {
    padding: 3px 13px 7px;
    position: relative;
    display: block;
    line-height: 25px;
	font-size: 25px;
	font-weight: 600;
}
.custom_pagination .pagination ul li.firstpage {
    background:  #f4652b;
	border: 1px solid #f4652b;
    border-radius: 17px;
    width: auto;
    text-align: center;
    display: inline-table;
}
.custom_pagination .pagination ul li.lastpage {
    background: #f4652b;
	border: 1px solid #f4652b;
    border-radius: 17px;
    width: auto;
    text-align: center;
    display: inline-table;
}
.winnerbox{
    background-image: url("../../../../uploads/navratri/wbg.png");
    background-size: contain;
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
}
.winnerbox img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #ccc;
}
.winnerTag{
    background: linear-gradient(92.58deg, #EF2A2A 4.96%, #A323AA 91.7%);
    background-clip: border-box;
    background-clip: text;
    color: transparent;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 22px;
}
.winnerName{
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin: 20px 0px;
    font-weight: 800;
}
.winnerText{
    width: 170px;
    margin: 0 auto 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}
@media (max-width: 768px) {
    .custom-button a{
        width: 80%;
    }
}
@media (max-width: 452px) {
    .custom-button a{
        width: 100%;
        font-size: 20px;
        height: 50px;
    }
}
@media (max-width: 1399px) {
    .profileImg img {
        height: 88.2%;
        top: 6.5%;
    }
    .profileImg {
        width: 45%;
        left: 28.4%;
        top: 13%;
    }
    .dayTitle{
        top: 13%;
    }
    .navratriImg {
        height: 668px;
    }
    .form-img {
        height: 668px;
    }
    .form-img {
        padding: 5%;
    }
    .customButton {
        margin: 20px auto 0px;
    }
    .nameTag{
        font-size: 20px;
        padding: 7px;
    }
    .h-fix {
        min-height: 400px;
    }
    .formcontrol{
        margin-bottom: 0px;
    }
    .require_alert{
        bottom: -30px;
    }
    .selectImgBox {
        width: 170px;
        height: 170px;
    }
    .selectImgBox .selectText{
        padding: 26px 15px;
    }
    .mb-20{
        margin-bottom: 10px !important;
    }
}
@media (max-width: 1199px) {
    .profileImg img {
        height: 88.9%;
        top: 5.3%;
    }
    .profileImg {
        width: 45%;
        left: 28.3%;
    }
    .navratriImg {
        height: 555px;
    }
    .selectImgBox {
        width: 150px;
        height: 150px;
    }
    .selectImgBox p {
        font-size: 20px;
    }
    .form-img {
        padding: 4% 5%;
    }
    .form-img h2 {
        margin-bottom: 14px;
    }   
    .formlabel {
        font-size: 16px;
    }
    .formcontrol {
        padding: 7px 10px;
    }
    .customButton {
        margin: 10px auto 0px;
    }
    .require_alert{
        width: 280px;
    }
    .dayTitle {
        top: 12.4%;
        left: 41%;
    }
    .yourName {
        left: 6px;
        top: 12%;
        line-height: 22px;
        font-size: 14px;
        left: 5px;
    }
    .dayTag {
        font-size: 30px;
        border-radius: 0px 0px 15px 15px;
    }
    .nameTag {
        font-size: 20px;
        border-radius: 0px 0px 15px 15px;
    }
    .h-fix {
        min-height: 350px;
    }
}
@media (max-width: 991px) {
    .profileImg img {
        height: 88.9%;
        top: 5.3%;
    }
    .profileImg {
        width: 45%;
        left: 28.3%;
    }
    .navratriImg {
        height: 555px;
    }
    .selectImgBox {
        width: 150px;
        height: 150px;
    }
    .selectImgBox p {
        font-size: 20px;
    }
    .form-img {
        padding: 4% 5%;
    }
    .form-img h2 {
        margin-bottom: 14px;
    }   
    .formlabel {
        font-size: 16px;
    }
    .formcontrol {
        padding: 7px 10px;
    }
    .customButton {
        margin: 10px auto 0px;
    }
    .require_alert{
        width: 280px;
    }
    .dayTitle {
        top: 12.4%;
        left: 41%;
    }
    .yourName {
        left: 6px;
        top: 12%;
        line-height: 22px;
        font-size: 14px;
        left: 5px;
    }
    .dayTag {
        font-size: 24px;
        border-radius: 0px 0px 12px 12px;
        padding: 2px;
    }
    .nameTag {
        font-size: 16px;
        border-radius: 0px 0px 12px 12px;
        padding: 4px;
    }
    .h-fix {
        min-height: 270px;
    }
}
@media (max-width: 768px) {
    .dayTag {
        font-size: 20px;
        border-radius: 0px 0px 8px 8px;
        padding: 0px;
    }
    .dflex{
        flex-wrap: wrap;
    }
    .custom-button {
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .dayTag {
        font-size: 35px;
        border-radius: 0px 0px 18px 18px;
        padding: 15px;
    }
    .h-fix {
        min-height: auto;
    }
}
@media (max-width: 452px) {
    .dayTag {
        font-size: 30px;
        border-radius: 0px 0px 18px 18px;
        padding: 5px;
    }
}