body {
    font-family: 'Kodchasan', sans-serif;
    font-weight: 600;
    overflow-x: hidden;
}

@-moz-document url-prefix() {
    body {
      font-weight:500;
    }
    .offline-puja-box>.log{
        height: 100vh !important;
        overflow: auto;
    }
    .offline-puja-form {
        height: 100% !important;
        overflow-y: hidden !important;
        /* overflow: auto; */
    }
   
  }
.header-menu {
    box-shadow: 0px 0px 5px;
    padding: 0px 20px;
}

.site-logo {
    width: 58%;
    margin-bottom: 5px;
    margin-left: 15px;
}
.temple-video{
    width:600px;
    height: 600px;
}
.site-button {
    border-radius: 2px;
    border: 1px solid #FFD600;
    background: linear-gradient(88deg, #E1A751 -6.02%, #D13565 61.23%);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10), 0px 15px 15px 0px rgba(0, 0, 0, 0.09), 0px 33px 20px 0px rgba(0, 0, 0, 0.05), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0.00);
    color: #FFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.54), 0px 10px 10px rgba(0, 0, 0, 0.47), 0px 23px 14px rgba(0, 0, 0, 0.28), 0px 41px 16px rgba(0, 0, 0, 0.08), 0px 64px 18px rgba(0, 0, 0, 0.01);
    font-size: 17px;
}

.menu-item li {
    margin-left: 15px;
}

.header-menu #collapsibleNavbar button.dropdown-toggle{
    margin-right: 3rem;
}

.header-menu #collapsibleNavbar .dropdown{
    align-self: center;
}

.navbar-brand {
    width: 25%;
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-title {
    color: #FFF;
    font-family: Metal Mania;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: -30px;
    letter-spacing: 5px;
    line-height: normal;
}

.banner-pooja {
    color: #FFF;
    font-family: Metal Mania;
    font-size: 64px;
    font-style: normal;
    letter-spacing: 3px;
    position: relative;
    font-weight: 400;
}

.banner-pooja::before,
.banner-pooja::after {
    content: "";
    position: absolute;
    width: 100px;
    top: 0;
    height: 100px;
    background-size: cover;
}

.banner-pooja::after {
    left: 10px;
    background-image: url('../icon/entypo_left.svg');
}

.banner-pooja::before {
    right: 10px;
    background-image: url('../icon/entypo_right.svg');
}

.bannner-discription {
    color: #FFF;
    text-align: justify;
    font-weight: 400;
}

.puja-section .title {
    position: relative;
    margin-top: 40px;
}

.puja-section .title img {
    position: absolute;
    top: -48px;
    left: 101px;
    z-index: -1;
}

.puja-section .title h4 {
    color: #000;
    font-family: Kodchasan;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;

}

.puja-section .title P {
    color: #d40301;
    font-family: Kodchasan;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.divider {
    text-align: center;
    margin: 40px 0px;
}

.login-section .title,
.testimonial-section .title,
.about-section .title {
    font-size: 34px;
    text-align: center;
}

.login-form,
.book-details-box {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.574);
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    position: relative;
}


ul#myTab {
    justify-content: center;
    gap: 30px;
}

.nav-link:focus,
.nav-link:hover {
    color: #d40301 !important;
}

.login-form .nav-link {
    color: #000;
}

.login-form img {
    width: 50%;
    margin: 30px 0px;
}

.login-form form {
    width: 90%;
    margin: 20px auto;
}

.login-form label {
    display: table-row-group;
}

.background-img-top {
    position: absolute;
    top: -86px;
    right: -59px;
    z-index: -1;
}

.background-img-bottom {
    position: absolute;
    bottom: -86px;
    left: -59px;
    z-index: -1;
}

.form-field-no input {
    background-color: rgba(250, 235, 215, 0.796);
    border: none;
    outline: none;
    width: 85%;
    float: right;
    color: rgb(130, 121, 121);
}

.form-field input,
.form-field textarea , .form-field select{
    background-color: rgba(250, 235, 215, 0.796);
    border: none;
    outline: none;
    margin: 10px 0px;
    color: rgb(130, 121, 121);
}

.form_input{
    padding:12px;
}

.form-field-no input:focus,
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    background-color: rgba(250, 235, 215, 0.796);
    outline: 6px solid #fff;
    color: rgb(130, 121, 121);
}

.form-field-no {
    position: relative;
    margin-top: 15px;
}

.form-field-no::before {
    width: 65px;
    content: url(../icon/flag-india.svg);
    position: absolute;
    height: 36px;
    left: 0;
    background: #fbefdf;
    border-radius: 5px;
}

.check-box p {
    margin: 0;
    font-size: 12px;
    text-align: left !important;
    color: #484747;
}

.footer-col {
    background-color: rgb(211, 4, 2);
    padding: 60px 0px;
    color: #FFF;
    text-decoration: none;
}

.footer-col p {
    font-size: 13px;
    font-weight: normal;
}

.footer-title {
    font-weight: 900;
    font-size: 19px;
    letter-spacing: 1px;
    margin-left: 13px;
}

.footer-link a,
.footer-link li {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-left: -15px;
    margin-top: 17px;
}

.about-page-content .social-links {
    margin-left: -5px;
    margin-top: 16px;
}

.social-links i {
    width: 30px;
    display: flex;
    height: 30px;
    background: #FFF;
    justify-content: center;
    align-items: center;
    color: #323232 !important;
    font-size: 18px;
    border-radius: 50%;
}

.puja-details-content p {
    font-size: 15px;
    text-align: justify;
    color: #646464;
    font-weight: lighter;
}

.booked-puja-count {
    display: flex;
    justify-content: center;
    align-items: center;
}

.booked-puja-count img {
    border-radius: 50%;
    width: 11%;
    margin-left: -11px;
}

.booked-puja-count p {
    margin: 0;
    font-size: 15px;
}

.booked-puja-count p span {
    color: #d40301;
}

.contact-info h6 i {
    color: #3bd100;
    font-size: 32px;
}

.social-share-btn {
    text-align: center;
    margin-top: 30px;
    gap: 50px;
}

.social-share-btn button {
    padding: 10px 40px;
    border-radius: 25px;
    color: #fff;
    border: none;
}

.pandit-info {
    display: flex;
    margin-top: 40px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.574);
    padding: 10px 20px;
    gap: 15px;
    border-radius: 5px;
}

.pandit-info h5 {
    font-weight: bold;
    font-size: 18px;
}

.pandit-info h6 {
    font-weight: bold;
    color: #646464;
}

.people-booked-puja-section {
    margin: 40px 0px;
}

.people-booked-puja-section .title {
    font-size: 34px;
    text-align: center;
}

.people-booked-puja-section .divider {
    text-align: center;
    margin-top: 60px;
}

.booked-people-details {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.574);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px;
}

.booked-people-details h6,
.booked-people-details p {
    margin: 0;
}

.social-share-btn button:hover {
    box-shadow: rgba(0, 0, 0, 0.562) 0 1px 10px;
    transition-duration: .1s;
}

.testimonial-section .slider-col-1 {
    flex: 0 0 auto;
    width: 72%;
    margin-top: -15px;
}

.testimonial-section .slider-col-2 {
    flex: 0 0 auto;
    width: 28%;
}

.testimonial-section .slider-col-2 img {
    margin-top: -40px;
    margin-left: 100px;
}

.testimonial-slider {
    background-image: url("../img/testimonial-bg.svg");
    background-repeat: no-repeat;
    height: 552px;
    border-top: 1px solid #dbc8c8;
    border-bottom: 1px solid #dbc8c8;
    padding: 40px 0px;
}

.testimonial-box {
    text-align: center;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.574);
    border-radius: 10px;
    margin: 10px;
    overflow: hidden;
    position: relative;

}

.testimonial-box .user-feedback {
    text-align: left;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;

}

.testimonial-box .img-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 10px;
}

.testimonial-box .rating {
    padding-bottom: 10px;
    text-align: left;
    color: #daa520;
}

.testimonial-box .footer-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.testimonial-box .footer-box .date {
    font-size: 14px;
}

.testimonial-box .footer-box .date span {
    color: #646464;
}

.about-page-content h2,
.contact-page-content h2 {
    font-weight: 600;
    font-size: 25px;
}

.about-page-content p {
    font-weight: 100;
    font-size: 16px;
    line-height: 30px;
}

.about-page-content h3 {
    font-weight: 600;
    font-size: 20px;
    color: #d40301;
}

.about-page-content .social-links a {
    text-decoration: none;
}

.about-page-content .social-links i:hover {
    color: #d40301 !important;
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #d40301;
    color: white;
    cursor: pointer;
    padding: 15px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.contact-page-content p {
    padding: 15px 0px;
}

.contact-page-content span {
    font-weight: 100;
}

.contact-page-content a {
    text-decoration: none;
}

.contact-page-content .social-links {
    margin-left: 0px;
    margin-top: 30px;
}

.contact-page-content .social-links i {
    width: 40px;
    display: flex;
    height: 40px;
    color: #FFF !important;
    justify-content: center;
    align-items: center;
    background-color: #323232 !important;
    font-size: 23px;
}

.puja-card {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.574);
    width: 97%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.puja-card-img {
    position: relative;  
}
.puja-card-img img {
    width: 100%;
    height: 190px;
}



.card-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -16%);
    padding: 4px 0px;
    color: #fff;
    border: 2px solid #FFD600;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    border-radius: 32px;
    text-shadow: 0px 0px 12px black;
    background: rgb(211, 4, 2);
    opacity: 0.7;
  }

.puja-card-content {
    padding: 20px;
}

form.search input[type=search] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    border-radius: 10px 0px 0px 10px;
}

form.search input[type=search]:focus {
    outline: none;
}

form.search button {
    float: left;
    width: 20%;
    padding: 14px;
    background: linear-gradient(88deg, #E1A751 -6.02%, #D13565 61.23%);
    color: white;
    border-left: none;
    border-radius: 0px 10px 10px 0px;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}
.contact-page-content .social-links i:hover {
    transform: scale(1.09);
    transition: .3s;
}
form.search button:hover {
    background: linear-gradient(88deg, #E1A751 -6.02%, #D13565 61.23%);
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}
.slider-col-2 img{
    animation: spin 10s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotateY(-30deg);
    }

    100% {
        transform: rotateY(30deg);
    }
}

.select-box {
    position: relative;

    width: 100%;
    /* margin: 1rem; */
    padding: 8px 0;
    z-index: 2;
}

.select-box input{
    width: 100%;
    /* padding: .5rem; */
    font-size: 1.1rem;
    
    /* border: .1rem solid transparent; */
    outline: none;
}

.select-box input[type="tel"]{
    /* width: 30%;
    /* padding: .5rem; */
    /* font-size: 1.1rem; */
    
    /* border: .1rem solid transparent; */
    /* outline: none; */ 
}

input[type="tel"] {
    /* border-radius: 0 .5rem .5rem 0; */
    /* background-color: rgb(250 235 215 / 80%); */
}
input[type="number"] {
    border : none;
    background-color: rgb(250 235 215 / 80%);
}

.select-box input:focus {
    border: .1rem solid black;
}

.selected-option {
    background-color: #f7ebdb;
    /* background: linear-gradient(88deg, #E1A751 -6.02%, #D13565 61.23%); */
    border-radius: .5rem;
    /* overflow: hidden; */
    z-index: 1;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected-option div{
    position: relative;

    width: 9rem;
    padding: 0 2.2rem 0 .75rem;
    text-align: center;
    cursor: pointer;
}

.selected-option div strong{
    font-size: 14px;
    margin-left: 4px;
}

.selected-option div::after{
    position: absolute;
    content: "";
    right: .8rem;
    top: 50%;
    transform: translateY(-70%) rotate(45deg);
    
    width: .7rem;
    height: .7rem;
    border-right: .12rem solid black;
    border-bottom: .12rem solid black;

    transition: .2s;
}

.selected-option div.active::after{
    transform: translateY(-10%) rotate(225deg);
}

.select-box .options {
    position: absolute;
    top: 4rem;
    width: 100%;
    background-color: rgb(250 235 215 / 100%);
    border-radius: .5rem;

    display: none;
}

.select-box .options.active {
    display: block;
}

.select-box .options::before {
    position: absolute;
    content: "";
    left: 1rem;
    top: -1.2rem;

    width: 0;
    height: 0;
    border: .6rem solid transparent;
    border-bottom-color: black;
}

input.search-box ,input.search-box-1 {
    background:linear-gradient(88deg, #E1A751 -6.02%, #D13565 61.23%);
    color: #fff;
    border-radius: .5rem .5rem 0 0;
    padding: 1.4rem 1rem;
}

.select-box ol {
    list-style: none;
    max-height: 23rem;
    overflow: overlay;
}

.select-box ol::-webkit-scrollbar {
    width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: .4rem;
}

.select-box ol li {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.select-box ol li.hide {
    display: none;
}

.select-box ol li:not(:last-child) {
    border-bottom: .1rem solid #eee;
}

.select-box ol li:hover {
    background-color: lightcyan;
}

.select-box ol li .country-name {
    margin-left: .4rem;
}

#registerForm .select-box{
    padding: 0;
    margin: 10px 0;
}

.loader_div {
    position: relative;
    margin: 0;
    height: 50px;
    display: grid;
    place-content: center;
  }

  .loader {
    width: 64px;
    height: 64px;
    position: relative;
    animation: rotate 1.5s ease-in infinite alternate;
  }
  .loader::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    color: #d40301;
    background: currentColor;
    width: 64px;
    height: 32px;
    border-radius: 0 0 50px 50px;
  }
  .loader::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 10%;
    background: #fcbd02;
    width: 8px;
    height: 64px;
    animation: rotate 5s linear infinite alternate-reverse;
  }

  a:hover{
    color : #f9b500;
  }
  
  @keyframes rotate {
    100% { transform: rotate(360deg)}
  }
 .card-body input[type=submit] {
     border-radius: 2px;
     padding: 8px 50px;
     border: 1px solid #FFD600;
     background: linear-gradient(88deg, #E1A751 -6.02%, #D13565 61.23%);
     box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10), 0px 15px 15px 0px rgba(0, 0, 0, 0.09), 0px 33px 20px 0px rgba(0, 0, 0, 0.05), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0.00);
     color: #FFF;
     text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.54), 0px 10px 10px rgba(0, 0, 0, 0.47), 0px 23px 14px rgba(0, 0, 0, 0.28), 0px 41px 16px rgba(0, 0, 0, 0.08), 0px 64px 18px rgba(0, 0, 0, 0.01);
     font-size: 17px;
 }
 .payment_details span{
    font-weight: 200;
 }
 
 /* user account page */
 

 .btn-tab{
    background: linear-gradient(88deg, #E1A751 -6.02%, #D13565 61.23%); 
 }

 .vertical-tabs {
    /* width: 13.55rem; */
    background-color: #d30402;
    color: #f4f4f4;

    /* padding-right:0px !important; */
    /* display: flex; */
    /* flex-direction: column; */
}
button.active{
    scale:1.05;
}

.vertical-tab {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f5b21a;
    transition: background-color 0.3s;
    /* color: #444; */
    /* background: linear-gradient(#e9e9e9,transparent); */
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
   
}

.vertical-tab:hover {
    background-color: #f5b21a;
    color: #d30402 !important; 
}

#puja.active, #payment.active , #user.active, #notification.active,#question.active{
    color: #f5b21a;
}

.vertical-tab-content {
    flex: 1;
    /* overflow-y: auto; */
    padding: 10px;
    /* display: none; */
}

#tab1,#tab2,#tab4,#tab5{
    display: none;
}

.centered-tab-pane {
    text-align: center;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 80%;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.horizontal-tab {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 5px;
    transition: background-color 0.3s;
}

.horizontal-tab:hover {
    background-color: #ddd;
}

/* .content {
    padding: 20px;
} */
#content2,#content3{
    display: none;
}

.booked_card{
    background-color : #f5b21a;
    padding: 1.5rem;
    border-radius: .5rem;
    color:#eee;
    font-weight: bolder;
    box-shadow: 10px 10px 5px 0px rgba(150,0,0,0.75);
 }
 .noti-card{
    background-color : #e7c87f;
    padding: 1.2rem;
    border-radius: .5rem;
    /* color:#dee2e6; */
    /* font-weight: bolder; */
}
 .booked_card_image{
    width: 7rem;
    height: 7rem;
    border-radius:.3rem;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
 }
 .booked_card_btn{
    background: linear-gradient(88deg, #E1A751 -6.02%, #D13565 61.23%);
    padding: .3rem;
    color:#eee;
    font-size: medium;
    font-weight: bold;
    width:9rem;
    border-radius: 5px;
    border: none;
 }
 .booked_card h6{
    font-weight: bolder;
 }
  /* modal */
  /* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
  }
  
  .close {
    color: #aaa;
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
    text-align: end;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  #col_1{
    border:2px solid #d30402;
    border-radius:4px;
    /* margin-left:-16.5px; */
    box-shadow:5px 5px 2px 0px rgba(0,0,0,0.75);
    min-height:600px;
  }
  
  #title{
    text-align:center;
    font-weight:bold;
    font-size:2rem;
  }

  .pack_div{
    width:76px;
    height:72px;
    border-radius: 6px;
    color:whitesmoke;
    background: linear-gradient(88deg, #E1A751 -6.02%, #D13565 61.23%);
    padding: 4px;
    margin: 2px 2px;
    cursor: pointer;
    /* overflow: hidden; */
  }

  .img-active{
    width:60%;
    height: 60%;
    object-fit: cover;
    /* background-color:#f4b21a; */
    border-radius:50%;

}

.img-normal{
    
    width:60%;
    height: 60%;
    object-fit: cover;
    /* background-color:#ccc; */
    border-radius:50%;
}
  
#main_tab .user-nav-panel i{
    width: 2em;
    text-align: center;
}

.user-dashboard .btn-group .btn.btn-tab{
    width: 100%;
    color: #fff;
    border: 1px solid #fff;
}

.div_active{
    background:#f4b21a;
}
.span_card{
    width: 3rem;
    padding: 3px;
    background:linear-gradient(88deg, #E1A751 -6.02%, #D13565 61.23%);
    color: white;
    margin-left:3px;
    text-align:center;
    border-radius:3px;
}

.span_card1{
    width: 4rem;
    padding: 4px;
    background:linear-gradient(88deg, #E1A751 -6.02%, #D13565 61.23%);
    color: white;
    margin-left:3px;
    text-align:center;
    border-radius:5px;
}
.offline-puja-box {
    top:0;
    display: flex;
    height: 100vh;
    visibility:hidden;
    position: absolute;
    width: 100%;
    z-index: 4;
    background: #00000061;
    justify-content: center;
    align-items: flex-start;
}
.offline-puja-box .login-form img{
    width: 60%;
    margin: 18px 0px;
}
.showBox{
    visibility:visible;
}
.offline-puja-form {
    height: 80%;
    overflow-y: scroll;
}
.outer {
    position: absolute;
    margin: auto;
    display: none;
    right: 30px;
    width: 28px;
    top: 20px;
    cursor: pointer;
}

.inner {
    width: inherit;
    text-align: center;
}

.outer label {
    font-size: .8em;
    line-height: 2em;
    text-transform: uppercase;
    color: rgb(17, 17, 17);
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}

.inner:before,
.inner:after {
    position: absolute;
    content: '';
    height: 1px;
    width: inherit;
    background:#9f1918;
    left: 0;
    transition: all .3s ease-in;
}

.inner:before {
    top: 50%;
    transform: rotate(45deg);
}

.inner:after {
    bottom: 50%;
    transform: rotate(-45deg);
}

.outer:hover label {
    opacity: 1;
}

.outer:hover .inner:before,
.outer:hover .inner:after {
    transform: rotate(0);
    width: 50px;
}

.outer:hover .inner:before {
    top: 0;
}

.outer:hover .inner:after {
    bottom: 0;
}
.disable-scroll {
    overflow: hidden;
}