* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* header CSS */

.header-top {
    margin-bottom: -16px;
    /*    background: linear-gradient(47deg, rgba(255, 255, 255, 1) 0%, rgb(1 128 235 / 48%) 50%, rgb(0 78 255 / 0%) 100%);*/
    /*    background:linear-gradient(to right, #f1cf5a, #e9b415) !important; */
 
    background-image: url('../image/top-head.png');
    color: #ffffff;
}

    .header-top .top-message {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: .05em;
        text-align: center;
        padding: 0px 25px 0px;
        position: relative;
    }

.top-message p {
    padding: 8px 0px;
    color:black;
}

nav {
    margin-top: -15px;
}
.navbar-nav {
    gap: 31px;
}
.bg-light {
    padding: 8px;
    /*    background: linear-gradient(47deg, rgba(255,255,255,1) 0%, rgba(1,128,235,1) 100%, rgba(0,78,255,1) 100%)    !important;*/
    background: linear-gradient(to right, #d8a800, #ffcc33) !important;
}
.styled-text p{

    /* Increase font size */
}
.text-effect {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    transition: text-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
}

    .text-effect:hover {
        text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
        transform: scale(1.05);
    }

.nav-link:hover {
    font-weight: bold !important;
    font-size: 15px !important;
    padding: 2px 30px !important;
    background: #ddc98c !important;
    color: rgb(14 62 15) !important;
    border-radius: 16px !important;
    text-align: center !important;
    transition-duration: 0.5s !important;
}
.nav-link {
    font-weight: bold !important;
    font-size: 15px !important;
    padding: 2px 30px !important;
    /*  background: rgba(0,78,255,1) !important;*/
    color: white !important;
    border-radius: 16px !important;
    text-align: center !important;
    background: linear-gradient(46deg, #bd7437 0%, rgb(211 132 13 / 52%) 100%, rgb(0 78 255 / 0%) 50%);
}
a icon:hover {
    background: #ddc98c !important;
}

    .btn-outline-success {
        color: white;
        background: linear-gradient(47deg, rgba(255,255,255,1) 0%, rgba(1,128,235,1) 100%, rgba(0,78,255,1) 100%);
        border-color: rgba(0,78,255,1);
    }

    .btn-outline-success:hover {
        color: rgba(0,78,255,1);
        background-color: white;
    }
h2{
    color: #e8bb35e3 !important;
}
  h3{
        color: #e8bb35e3 !important;
    }
.animated-image {
    padding: 15px;
    margin: 20px 0px;
}
a i {
    background: white;
    border-radius: 50%;
    color: #25D366;
    padding: 5px;
    font-size: 23px;
}
a{
    text-decoration:none;
}
@media screen and (max-width: 509px) {
    .btn-outline-success {
        padding: 0px;
    }
}

@media screen and (max-width: 416px) {
    .mob-cart {
        display: none;
    }
}

@media screen and (min-width: 991px) {
    .mob-cart {
        display: none;
    }

}

@media screen and (min-width: 416px) {
    .mob-cart-1 {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .foot {
        margin: 30px 0px;
    }
}
@media screen and (max-width: 991px) {
    .navbar-nav {
        padding-left: 0px;
    }
    .direct {
        margin-top: 15px;
    }
}


footer {
    background-color: #f8f9fa;
}
.footer h5{
    color:black;
}
.footer{
   text-align:center;
}
.footer ul li a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}

    footer h5 {
        font-weight: bold;
    }

.text-primary {
    color: #007bff;
}

.text-success {
    color: #28a745;
}

.text-danger {
    color: #dc3545;
}

.text-muted {
    color: #6c757d;
}

.hover-icon:hover {
    color: #007bff;
}

    .hover-icon:hover i {
        transform: scale(1.1);
        transition: transform 0.3s ease;
    }

footer .list-unstyled {
    padding-top: 15px !important;
}

    footer .list-unstyled li {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: bold;
    }

footer .img-fluid {
    max-width: 100%;
}

footer .rounded-3 {
    border-radius: 8px;
}

footer .d-flex {
    gap: 10px;
}

    footer .d-flex img {
        width: 120px;
        height: 120px;
    }

footer ul li span i {
    color: black;
    margin-right: 10px;
}

.making-kumbh-home {
    /*background-image: url('../image/cow.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: linear-gradient(to right, #68a4e5, #c39a0c);
}
.item {
    background: #4caf5000 !important;
}
.owl-carousel .owl-item img{
    
    width:70% !important;
}

.logo img {
    width: 100px;
    border-radius:50% !important;
 
}

.making-kumbh-home h1 {
    color: #e8bb35e3 !important;
    font-family: "Passion One" !important;
    font-size: 64px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 132% !important;
}

.owl-nav{
    display:none;
}

.owl-dots {
    display: none;
}
.para {
    color: white;
    text-align: justify;
    font-size: 25px;
    line-height: 32px;
    padding: 8px 27px;
}

.make{
    font-weight:bold;
}


img {
    max-width: 100%;
    height: auto;
}

.rounded {
    border-radius: 8px;
}


/* About Section */
.second-section-home {
    background-image: url('../image/kumbh-bg (5).png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* opacity: 0.08; */
    position: relative;
    overflow-y: hidden;
}

.inner-second-sec {
    padding: 20px;
    border-radius: 8px;
}

.inner-mid-heading {
    font-size: 1.8rem;
    font-weight: 700;
}

.inner-text-area {
    color: white !important;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.inner-head-text {
    text-align: start;
    font-family: "Passion One";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    color: white;
    padding-top: 20px;
}
.svg-om {
    width: 64px;
    height: 64px;
}

    .svg-om svg {
        display: block;
    }

/* Timeline Section */

.timeline-content {
    text-align: center;
    /* padding-right: 4rem; */
    margin: auto;
    gap: 0%;
    /* display: flex
; */
    height: 100%;
    align-items: self-start;
    /* flex-direction: column; */
    justify-content: center;
    background-size: cover;
}

.plan-index-img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 4px 0px rgb(105 207 237);
    backdrop-filter: blur(16px);
    background: #FFFFFF29;
    border-radius: 8px;
}
@media screen and (max-width:768px){
    .bag {
        justify-content:center !important;
    }
}
.pilgrimage-img {
    text-align: left;
    justify-content: flex-start;
    display: flex;
    gap: 4%;
    margin: 10px;
    width: 64px;
}
.plan-index-img img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.plan-content {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 4px;
    text-align: left;
    gap: 3%;
    color: #000000;
}

.plan-heading {
    font-size: 1.25rem;
    font-weight: bold;
}

.plan-about {
    font-weight: bold;
    font-size: 0.9rem;
}

.timeline-thumbhs img {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .timeline-kumbh {
        padding: 20px 0;
    }
    .calender{
        text-align:center !important;
    }
    .plan-index-img {
        flex-direction: column;
        text-align: center;
    }
    .display-4{
        text-align:center !important;
    }
    .plan-index-img img {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1305px) and (min-width: 991px) {
    .nav-link {
        padding: 2px 8px !important;
    }

    }

.display-4 {
    text-align: start;
    font-family: "Passion One";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    padding-top: 20px;
}
.fa-calendar-days {
    color: #105161;
    padding-top: 8px;
    font-size: 35px;
}
body {
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
.date-card {    
    background:white;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    margin: 10px;
    display: inline-block;
    width: 170px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out; /* Add transition for hover effect */
}
    .date-card h2,p{
        color:black !important;
    }
    .date-card:hover {
        transform: translateY(-10px); /* Move card slightly upwards on hover */
    }
 .date-tiles {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

    .date-card h2 {
        font-size: 3rem;
        margin-bottom: 5px;
        color: #fff; /* Set text color to white */
    }

    .date-card p {
        margin-bottom: 0;
        font-size: 14px;
        color: #fff; /* Set text color to white */
    }



.description {
    color: #fff !important;
    line-height: 1.6;
    text-align: justify;
    font-size: 18px;
    font-weight: bold;
}
.btn-primary:hover {
    background-color: white !important;
    color: black !important;
}

.btn-primary {
    background-color: white !important;
    color: black !important;
}
.bathing-dates {
    background-image: url('../image/bathingbg.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    position: relative;
    /* padding-inline: 100px; */
    padding-bottom: 80px;
}
.day-date {
    text-align: center;
    font-family: Poppins;
    font-size: 64px;
    padding: 5px 0px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.akharas-section {
    background-image: url('../image/pic.png');
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    padding-bottom: 40px;
}
.text-white{
    font-weight:bold;
}
.bg-dark {
    padding: 2% !important;
    border-radius: 15px !important;
    border: 1px solid white !important;
    background-color: #21252912 !important;
}
.akhara-content-head {
    font-size: 30px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url('../image/toggler-icon.png');
    width: 40px;
}

@media screen and (max-width: 535px) {
    .making-head-svg i {
        font-size: 36px !important;
    }
    .inner-head-text{
        font-size:45px !important;
        padding-top:0px !important;
        text-align:center !important;
    }
    .making-kumbh-home h1{
        font-size:45px !important;
    }
    .OM{
        gap:0px !important;
    }

    .check {
        flex-direction: column;
    }
}


