body {
    word-break: break-word;
    overflow-wrap: break-word;
}
.shbtn {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    color: #f4f4f4;
    font-weight: 700;
    background: linear-gradient(240deg, #ff9800, #ff5757);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.shbtn::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100px;
    background: linear-gradient(
        120deg,
        #fff0 30%,
        rgb(255 255 255 / 0.8),
        #fff0 70%
    );
}
.shbtn-hover::before {
    left: -100%;
    transition: all 2s ease-in-out;
}
.shbtn-hover:hover {
    box-shadow: 1px 1px 25px 10px rgb(255 255 255 / 0.5);
}
.shbtn-hover:hover::before {
    left: 100%;
}
.shbtn-anim::before {
    -webkit-animation: shine 3s linear infinite;
    animation: shine 3s linear infinite;
}
@-webkit-keyframes shine {
    0% {
        left: -100%;
        transition-property: left;
    }
    40%,
    100% {
        left: 100%;
        transition-property: left;
    }
}
@keyframes shine {
    0% {
        left: -100%;
        transition-property: left;
    }
    40%,
    100% {
        left: 100%;
        transition-property: left;
    }
}
.main-heading {
    opacity: 1;
    width: 50%;
    z-index: 100;
    top: 2em;
    left: 2em;
    color: #fff;
}
@media screen and (max-width: 800px) {
    .main-heading {
        width: 100%;
    }
}
.slideshow,
.slideshow::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.slideshow::after {
    content: "";
    background: linear-gradient(-70deg, #2926226e, #000000ab);
}
.img-bg-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: backgroundSlideshow 24s linear infinite 0s;
}
.slideshow li:nth-child(1) .img-bg-slide {
    background-position: center;
    object-fit: fill;
}
.slideshow li:nth-child(2) .img-bg-slide {
    background-position: center;
    animation-delay: 6s;
    object-fit: fill;
}
.slideshow li:nth-child(3) .img-bg-slide {
    background-position: center;
    animation-delay: 12s;
    object-fit: fill;
}
.slideshow li:nth-child(4) .img-bg-slide {
    background-position: center;
    animation-delay: 18s;
    object-fit: fill;
}
@keyframes backgroundSlideshow {
    0% {
        opacity: 0;
    }
    12.5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    #listslider .carousel-inner .carousel-item > div {
        display: none;
    }
    #listslider .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}
#listslider .carousel-inner .carousel-item.active,
#listslider .carousel-inner .carousel-item-next,
#listslider .carousel-inner .carousel-item-prev {
    display: flex;
    gap: 10px;
}
@media (min-width: 768px) {
    #listslider .carousel-inner .carousel-item-end.active,
    #listslider .carousel-inner .carousel-item-next {
        transform: translateX(25.999%);
    }
    #listslider .carousel-inner .carousel-item-start.active,
    #listslider .carousel-inner .carousel-item-prev {
        transform: translateX(-25.999%);
    }
    #listslider .carousel-control-next,
    .carousel-control-prev {
        width: 5% !important;
        height: 45%;
        top: 20%;
    }
}
#listslider .carousel-inner .carousel-item-end,
#listslider .carousel-inner .carousel-item-start {
    transform: translateX(0);
}
body * {
    scroll-margin-top: 160px;
}
.w-95 {
    width: 95%;
}
.bg-cgradient {
    background: #fff;
    background: linear-gradient(
        180deg,
        rgb(255 108 59 / 0.6040616930365896) 0%,
        rgb(255 152 0 / 0.3043418050814075) 50%,
        #fff0 100%
    );
    color: #000;
}
.bg-rcgradient {
    background: #fff;
    background: linear-gradient(
        0deg,
        rgb(255 108 59 / 0.6040616930365896) 0%,
        rgb(255 152 0 / 0.3043418050814075) 50%,
        #fff0 100%
    );
}
#pujas .card span::before {
    content: "\F3CF";
    font-family: "bootstrap-icons";
    font-weight: 900;
}
.btn-whatsup {
    background: #25d366;
    color: #fff;
}
.text-warning {
    color: #ff9800 !important;
}
.bg-warning,
.btn-warning {
    background-color: #ff9800 !important;
    color: #fff;
}
p {
    text-align: justify;
    text-justify: inter-word;
}
.card {
    transition: 0.4s;
    border-bottom: 4px solid #dee2e6;
}
.card:hover {
    transform: scale(0.96);
    border-bottom: 4px solid #ff5e4d;
    box-shadow:
        inset 20px 20px 60px #bebebe,
        inset -20px -20px 60px #fff;
}
#timer {
    font-size: 2.5em;
    font-weight: 700;
    color: #ff5f4d;
}
#timer div {
    display: inline-block;
    min-width: 90px;
}
#timer div span {
    color: #ff5f4d;
    display: block;
    font-size: 0.35em;
    font-weight: 800;
}
.timeline-main {
    width: 100%;
    padding: 25px;
}
.timeline-main .timeline-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.timeline-main .timeline-wrap::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: calc(100% - 10px);
    background-color: #d96c10c4;
    animation: line 5s linear;
}
@media (max-width: 767px) {
    .timeline-main .timeline-wrap::before {
        left: 95%;
    }
}
.timeline-main .timeline-wrap .timeline-card {
    width: 50%;
    margin-right: auto;
    position: relative;
}
@media (max-width: 767px) {
    .timeline-main .timeline-wrap .timeline-card {
        width: 95%;
    }
}
.timeline-main .timeline-wrap .timeline-card::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #d96c10c4;
    animation: fadeIn 1.5s;
    animation-fill-mode: both;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
    height: 100%;
    margin-right: 35px;
    background-color: #d96c10c4;
    border-radius: 10px;
    position: relative;
    padding: 30px;
    animation: fadeInRight 2.5s;
    animation-fill-mode: both;
}
@media (max-width: 767px) {
    .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
        padding: 20px;
    }
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -8px;
    height: 8px;
    width: calc(100% - 60px);
    background-color: #d96c10c4;
    border-radius: 5px 5px 0 0;
    opacity: 0.3;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -8px;
    width: 20px;
    height: 20px;
    background-color: #d96c10c4;
    border-radius: 5px;
    transform: rotate(45deg);
}
.timeline-main
    .timeline-wrap
    .timeline-card
    .timeline-card-wrap
    .card-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .timeline-main
        .timeline-wrap
        .timeline-card
        .timeline-card-wrap
        .card-head-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
.timeline-main
    .timeline-wrap
    .timeline-card
    .timeline-card-wrap
    .card-head-wrap
    .timeline-card-head {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .timeline-main
        .timeline-wrap
        .timeline-card
        .timeline-card-wrap
        .card-head-wrap
        .timeline-card-head {
        font-size: 18px;
        line-height: 28px;
    }
}
.timeline-main
    .timeline-wrap
    .timeline-card
    .timeline-card-wrap
    .card-head-wrap
    .timeline-card-subhead {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #bdbdbd;
    margin-bottom: 0;
    font-style: italic;
}
@media (max-width: 767px) {
    .timeline-main
        .timeline-wrap
        .timeline-card
        .timeline-card-wrap
        .card-head-wrap
        .timeline-card-subhead {
        font-size: 14px;
        line-height: 24px;
    }
}
.timeline-main
    .timeline-wrap
    .timeline-card
    .timeline-card-wrap
    .timeline-card-text {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #130901;
    margin: 25px 0 0;
}
@media (max-width: 767px) {
    .timeline-main
        .timeline-wrap
        .timeline-card
        .timeline-card-wrap
        .timeline-card-text {
        font-size: 12px;
        line-height: 22px;
    }
}
@media (min-width: 768px) {
    .timeline-main .timeline-wrap .timeline-card:nth-child(even) {
        margin-left: auto;
        margin-right: 0;
    }
    .timeline-main .timeline-wrap .timeline-card:nth-child(even)::after {
        right: unset;
        left: -10px;
        animation-delay: 2.6s;
    }
    .timeline-main
        .timeline-wrap
        .timeline-card:nth-child(even)
        .timeline-card-wrap {
        margin-right: 0;
        margin-left: 35px;
        animation: fadeInLeft 2.5s;
        animation-fill-mode: both;
        animation-delay: 2.5s;
    }
    .timeline-main
        .timeline-wrap
        .timeline-card:nth-child(even)
        .timeline-card-wrap::after {
        right: unset;
        border-left: none;
        left: -8px;
        border-right: 10px solid #d96c10c4;
    }
}
@keyframes line {
    0% {
        height: 0;
    }
    100% {
        height: calc(100% - 10px);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.clockdiv {
    font-family: sans-serif;
    color: #000;
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clockdiv > div {
    padding: 1px 2%;
    border-radius: 15px;
    background: #feefa8;
    margin: 1px 5px;
}
.clockdiv div > span {
    padding: 1px;
    font-size: 17px;
    border-radius: 3px;
    background: #feefa8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 35px;
}
.smalltext {
    margin-top: 0;
    font-size: 14px;
}
.fh-200 {
    height: 320px !important;
    overflow-y: scroll !important;
    text-align: justify;
}
.pujascard * {
    overflow-wrap: warp;
    overflow: hidden;
    text-overflow: "----";
    overflow-y: auto;
}
.pujascard img {
    height: 174px !important;
}
.hp-50 {
    height: 50px;
}
.hp-70 {
    height: 70px;
}
.hp-100 {
    height: 100px;
}
.hp-120 {
    height: 120px;
}
.hp-150 {
    height: 150px;
}
.hp-450 {
    height: 450px;
}
*::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
*::-webkit-scrollbar-track {
    border-radius: 1px;
    background-color: #dfe9eb;
    border: 2px solid #fff;
}
*::-webkit-scrollbar-track:hover {
    background-color: #b8c0c2;
}
*::-webkit-scrollbar-track:active {
    background-color: #b8c0c2;
}
*::-webkit-scrollbar-thumb {
    border-radius: 16px;
    background-color: #397524;
}
*::-webkit-scrollbar-thumb:hover {
    background-color: #62a34b;
}
*::-webkit-scrollbar-thumb:active {
    background-color: #62a34b;
}
.asp32 {
    --bs-aspect-ratio: 32%;
}
.tpcrdsty1 {
    background: linear-gradient(
        328deg,
        #db6e18 0%,
        rgba(141, 118, 104, 0.7) 60%,
        rgb(242, 242, 242) 100%
    );
    border: 2px solid #fff;
    backdrop-filter: blur(5px);
}
.m-n5 {
    margin-top: -5.5% !important;
}
.m-n11 {
    margin-top: -11.5% !important;
}
.form-floating > label {
    left: 10px;
}
.shbtn-anim1::before {
    -webkit-animation: shine 3s linear infinite;
    animation: shine 3s linear infinite;
    animation-delay: 0s;
}
.shbtn-anim2::before {
    -webkit-animation: shine 3s linear infinite;
    animation: shine 3s linear infinite;
    animation-delay: 0.7s;
}
.shbtn-anim3::before {
    -webkit-animation: shine 3s linear infinite;
    animation: shine 3s linear infinite;
    animation-delay: 1.5s;
}
.shbtn-anim4::before {
    -webkit-animation: shine 3s linear infinite;
    animation: shine 3s linear infinite;
    animation-delay: 0.7s;
}
.shbtn-anim5::before {
    -webkit-animation: shine 3s linear infinite;
    animation: shine 3s linear infinite;
    animation-delay: 1.5s;
}
.sun {
    background-color: #f009b7;
    opacity: 0.4;
    position: absolute;
    top: -550px;
    left: -300px;
    width: 2200px;
    height: 1200px;
    border-radius: 50%;
    animation-name: sunrise2;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.sun2 {
    background-color: orange;
    opacity: 0.5;
    position: absolute;
    top: -550px;
    left: -1200px;
    width: 2200px;
    height: 1200px;
    border-radius: 50%;
    animation-name: sunrise2;
    animation-duration: 14s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

.sun3 {
    background-color: #9cff0c;
    opacity: 0.3;
    position: absolute;
    top: -650px;
    left: -600px;
    width: 2200px;
    height: 1200px;
    border-radius: 50%;
    animation-name: sunrise2;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

@keyframes sunrise2 {
    0% {
        transform: translate(0px, 0px);
    }
    25% {
        transform: translate(150px, 50px);
    }
    50% {
        transform: translate(300px, 10px);
    }
    75% {
        transform: translate(150px, 50px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@media (min-width: 768px) {
.carousel-control-next{ margin-right: -75px; }
.carousel-control-prev{ margin-left: -75px; }
    #listslider .carousel-control-next, .carousel-control-prev {
        width: 3% !important;
        height: 15%;
        top: 40%;
    }
}
.h-720{height: 520px;}