/* spacing */
.section-pt-120 {
    padding-top: 17rem;
}

.section-pb-120 {
    padding-bottom: 120px;
}
.section-pt-100 {
    padding-top: 100px;
}

.section-pb-100 {
    padding-bottom: 100px;
}

.section-pt-80 {
    padding-top: 80px;
}

.section-pb-80 {
    padding-bottom: 80px;
}

.section-pb-60 {
    padding-bottom: 60px;
}

.section-pt-60 {
    padding-top: 60px;
}

.section-pt-30 {
    padding-top: 30px;
}

.section-pb-30 {
    padding-bottom: 30px;
}

.section-pt-20 {
    padding-top: 20px;
}

.section-pb-20 {
    padding-bottom: 20px;
}

.section-pt-10 {
    padding-top: 10px;
}

.section-pb-10 {
    padding-bottom: 10px;
}

.banner-image-wrapper img{
    width: 100%;
}

.border-8{
    border-radius: 8px;
}
.pilgir-wrap {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center; 
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 12px 0px #00000029;
    backdrop-filter: blur(16px);
    background: #FFFFFF29;
    border-radius: 8px;
    padding: 15px;
}
.pilgir-wrap img{
    width: 64px;
}
.pilgir-content {
    margin-left: 15px;
    width: calc(100% - 64px);
}
.pilgri-wrapper {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.title-icon h4.attract-heading {
    color: #105161;
    text-align: center;
    font-family: "Passion One";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    padding-top: 8px;
}
.slider-attract{
    text-align: center;
    width: 100%;
    height: auto;
    margin: 5rem auto auto !important;
}
.slider-img {
    border-radius: 8px;
}

.slider-attract:hover .on-hover-image {
    opacity: 1;
}

.on-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    padding: 12px;
}

.bg-image-cover-1 {
    background-image: url('../image/bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
} 
.bg-image-cover-3 {
    background-image: url('../image/PilgrimageBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
} 
.bg-image-cover-2 { 
    background: url('../image/Bathingbg.png'), lightgray 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}
.bg-image-cover-4 { 
    background-image: url('../image/AttractionsHomeBg.png'); 
    background-color: #F7f6ff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.circle-img-wrap img {
    border-radius: 50%;
    object-fit: fill;
    padding: 40px;
    width: 100%;
    height: auto;
}

.circle-img-wrap .circle-border-line {
    border-radius: 0%;
    object-fit: cover;
    padding: 0px;
    position: absolute;
}
.arrow-li {
    list-style: none;
}
.arrow-li li {
    background-image: url('../image/icon.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 7px 10px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.title-icon {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.title-icon h4{
    color: #FFF;
    text-align: center;
    font-family: "Passion One";
    font-size: 64px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    padding-top: 10px;
}

.date-calender-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    flex-direction: column;
}
.date-box {
    background-color: white;
    border-radius: 8px;
    text-align: center;
    padding: 13px 15px;
    color: #333;
    border: 1px solid #ED5722;
    transition: 0.3s ease all;
    width: auto;
}
.date-box:hover {
    background-color: #ED5722; 
    color: white;
    border: 1px solid #ED5722; 
}
.day-name {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.92px;
}
.day-date {
    font-size: 64px;
    font-weight: 900;
}
.day-month {
    font-size: 24px;
    font-weight: 600;
}
.day-year {
    font-size: 24px;
    font-weight: 600;
}
.day-month, .day-year, .day-date, .day-name {  
    font-style: normal;  
    line-height: normal;
    text-transform: uppercase;
}
.para-content{  
    padding-inline: 10%;
    font-size: 20px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.btn-readmore.btn {
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #ED5722;
    color: #ED5722;
    text-decoration: none;
    background: #F6F6F6;
    transition: 0.3s ease;
}
.btn-readmore.btn:hover {
    color: white;
    background-color: #ED5722;
}

.orange-arrow-icon {
    background: transparent;
    padding: 10px;
    color: #d45c2f;
    border-radius: 50px;
    width: 37px;
    border: 1px solid #d45c2f;
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: none;
    border: none !important;
}

.owl-next:focus-visible,
.owl-prev:focus-visible,
.owl-next:focus,
.owl-prev:focus {
    outline: none;
    border: none !important;
}

.owl-next {
    right: 0;
}

.owl-prev {
    left: 0;
}
.tent_kumbh h2{
    font-size: 45px;
    margin-top: 60px;
}
.tent_kumbh p{
    line-height: 30px;
}
.tent_kumb_img{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 30px 10px 25px 10px;
    box-shadow: 0px 0px 10px 0px #0D574E;
}
@font-face {
    font-family: 'Georgia Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Bold'), url('fonts/georgiab.woff') format('woff');
}
@font-face {
    font-family: 'Georgia Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Italic'), url('fonts/georgiai.woff') format('woff');
}

.new_ft{
    font-size: 30px !important;
    color: #04235f;
    margin-bottom: 20px;
    font-weight: 400 !important;
    font-family: 'Georgia Bold' !important;
    text-align: center;
}
.card-body p{
    font-size: 15px !important;
    font-family: 'Georgia Italic' !important;
}
.card-texts{
    font-family: 'Georgia Italic' !important;
    color: red !important;
}
@media (max-width: 575px) {
    .tent_kumbh h2{
        font-size: 35px;
        margin-top: 10px;
    }
    .circle-img-wrap img {
        padding: 70px;
    }
    .date-box {
        width: 100%; 
    }
    .section-pt-120 {
        padding-top: 60px;
    } 
    .section-pb-120 {
        padding-bottom: 60px;
    }
    .pilgri-wrapper { 
        margin-bottom: 2rem;
    }
} 


@media (min-width: 576px) and (max-width: 767px) {
    .date-box {
        width: 100%; 
    }
    .pilgri-wrapper { 
        margin-bottom: 2rem;
    }
    .section-pt-120 {
        padding-top: 60px;
    } 
    .section-pb-120 {
        padding-bottom: 60px;
    }
} 

@media (min-width: 768px) and (max-width: 991px) {
    .date-box {
        width: 100%; 
    }
    .pilgri-wrapper { 
        margin-bottom: 2rem;
    }
} 

@media (min-width: 992px) and (max-width: 1199px) {
    .date-box {
        width: 70%; 
    }
} 

@media (min-width: 1200px) {
    .circle-img-wrap img {
        width: 400px;
        height: 400px;
    }
    .sec-pt-xl-5rem {
        margin-top: 5rem;
    }
    .container-md {
        max-width: 1400px;
    }
    .date-calender-wrapper { 
        flex-direction: row;
    }
    .slider-attract{ 
        width: 900px;
        height: 400px; 
    }
    .para-content { 
        margin-inline: 8rem; 
    }
}
.our-facil-wrap {
    width: 46%;
    padding: 10px;
    border: 1px solid #010727;
    background-color: #010727;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    min-height: 150px;
    justify-content: center;
    transition: all 500ms ease-in-out;
}
.our-facil-wrap:hover {
    background-color: white;
    color: #010727;
    border-color: white;
    box-shadow: 0 4px 10px 3px #0000001a;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.our-facilities-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}
.our-facil-wrap img {
    border: 0px solid #010727;
    padding: 0;
    width: 45px;
    border-radius: 0px;
    filter: brightness(0) invert(1);
    transition: all 500ms ease-in-out;
}
.our-facil-wrap:hover img {
    filter: none;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1200px) {
    .our-facil-wrap {
        width: 25%;
    }
    .our-facilities-wrapper {
        gap: 35px;
    }
}
.our-fac-content span {
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 15px;
    display: inline-block;
    font-size: 20px;
    font-family: "Passion One";
}
.sticky_img2:hover {
    color: #fff;
}
.sticky_img2 {
    position: fixed;
    top: 50%;
    left: 97%;
    padding: 2px;
    font-size: 18px;
    color: #fff;
    z-index: 999;
}
.sticky_img1:hover {
    color: #fff;
}
.sticky_img1 {
    position: fixed;
    top: 56.3%;
    left: 97%;
    padding: 2px;
    font-size: 18px;
    color: #fff;
    z-index: 999;
}
.sticky-card-wrapper h5{
    font-weight: 700;
}
.footer-sticky-section {
    background-image: url(../image/pattern.webp);
    z-index: 999;
    background-position: 0 0;
    background-size: cover;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
    bottom: 0;
    left: 0;
    position: relative;
    color: white;
    position: sticky;
    padding-block: 15px;
    background-color: #000;
}
a.btn.btn-sticky-href {
    color: #000;
    background-color: #ecd996;
    border-radius: 30px;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}
@media (min-width: 1200px) {
    .sticky-card-wrapper {
        display: block;
        margin-right: 20px;
    }
}
@media (max-width: 575px) {
    .sticky_img2 {
        left: 87%;
    }
    .sticky_img1 {
        left: 87%;
        top: 57%;
    }
}