/* TOP BUTTON CSS*/
body{
    overflow-x: hidden;
}
.top-btn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    padding: 7px;
    color: #fff;
    background: #b20f0f;
    z-index: 9999999;
    transition: all 0.3s;
    border: none;
    display: none;
}
.krishna-imge{
    width: 100%;
}
#readBtn{
    color: #240334;
    font-weight: 600;
    cursor: pointer;
}

.offer-img2{
    display: none;
}
.top-btn:hover {
    color: #0a0626;
}
.top-btn:focus {
    border: none;
    box-shadow: none;
    color: #fff;
}
.top-btn i {
    font-size: 22px;
    text-align: center;
}

/* ////////Banner Section //////// */
.header-donate{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 11111;
    background-color: #e6e6e600;
    backdrop-filter: blur(6px);

}
.header-logo {
    width: 115px;
}
.btn-h-donate{
    background: #b20f0f;
    color: #fff;
    border-radius: 13px;
    padding: 9px 22px;
    font-size: 15px;
    font-weight: 700;
    border: none;
}
.btn-h-donate:hover{
    color: #58382c;
    background: #fff;
    border: 1px solid #58382c;
}
.banner-section{
    margin-top: 63px;
    z-index: 10;
    position: relative;
}
.banner-image img, .mobile-image img{
    width: 100%;
}
.card-section img{
    width: 100%;
}
.mob-card-img-f{
    position: relative;
    z-index: 9;
    margin-top: -77px;
}
.mob-card-img-s{
    position: relative;
    z-index: 8;
    margin-top: -77px;
}
.mob-card-img-t{
    position: relative;
    z-index: 7;
    margin-top: -77px;
}
.mob-card-img-fo{
    position: relative;
    z-index: 6;
    margin-top: -77px;
}
.card-imge{
    border-radius: 40px;
    width: 100%;
}
.food-section {
    background:#262626;
}
.footer-section p{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.food-image{
    width: 100%;
}
.food-section h5{
    color: #fff;
    display: inline-block;
}
.food-heading{
    font-size: 35px;
    padding: 0 8px 0px 8px;
}
.com-heading{
    font-size: 29px;
    padding: 0 8px 0px 8px;
}
.card-header-title{
    font-size: 25px;
    font-weight: 700;
}
.com-image{
    width: 100%;
}
.mob-krishna-imge{
width: 100%;
}
.desc-para{
    font-size: 16px;
    font-weight: 480;
}
.card-desk-para{
    font-size: 18px;
    font-weight: 700;
}
.card-desk-para2{
    font-size: 18px;
    font-weight: 700;
    padding: 7px 18px 11px 15px;
}
.card-desk-h5{
font-size: 27px;
}
.amt-class{
    margin: 0;
    font-size: 21px;
    font-weight: 700;
}
.amt-class span{
    font-size: 15px;
    font-weight: 600;
}
.desk-form-div{
    background: #12689b;
    border-radius: 36px;
    padding: 32px 12px 0px 12px;
    color: #fff;
}
.seva-offer-heading-desk{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.btn.margin-seva-btn
{
    background: #FCF375;
    color: black;
    font-weight: 600;
    width: 100%;
    padding: 9px 0;
    border-radius: 14px;
}
.btn.margin-seva-btn.added{
    background: #fff;
    color: #cb3812;
    border: 1px solid #FCF375;
}
.btn.mob-margin-seva-btn.added{
    background: #fff;
    color: #58382C;
    border: 1px solid #58382C;
}
.sub-amt-cls,.amount-text-desk{
    margin: 0;
    font-weight: 700;
}
.form-amount-title{
    margin: 2px;
    font-size: 13px;
    color: #58382C;
    font-weight: 600;
}
a{
    text-decoration: none;
}
.seva-text-box2{
    position: absolute;
    bottom: 0;
    transform: translateY(-14px);
    padding: 0px 7px;
    width: 100%;
}
.donate-now {
    background: #fa8f8f;
    color: #fff;
    border-radius: 15px;
    padding: 8px 58px;
}
.donate-now:hover{
    color: #fa8f8f;
    background: #fff;
    border: 1px solid #fa8f8f;
}
.donate-now span{
    font-size: 18px;
    font-weight: 700;
}
.order-btn2 {
    background: #F6D25A;
    color: #240334;
    border-radius: 30px;
    padding: 3px 12px;
}
.order-btn2 span{
    font-size: 12px;
    font-weight: 700;
}
.select-label {
    font-size: 11px !important;
    /* margin-bottom: -49px; */
    z-index: 99999;
    position: absolute;
    font-weight: 600;
    padding-left: 25px !important;
    color: #343434 !important;
    top: 10px !important;
}
.select-label-desk {
    font-size: 11px !important;
    /* margin-bottom: -49px; */
    z-index: 99999;
    position: absolute;
    font-weight: 600;
    padding-left: 25px !important;
    color: #343434 !important;
    top: 10px !important;
}
.group{ 
    position:relative; 
    margin-top: 7px;
  }
  .select, input[type=text] {
    padding: 18px 8px 7px 21px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #343434;
    font-size: 14px !important;
    border-radius: 30px;
    height: 48px;
  }
  .select, input[type=text]:focus { 
    outline:none;
 }
label.google-material {
    color: #706f6f;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 17px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.select, input[type=text]:focus ~ label.google-material,.select,input[type=text]:valid ~ label.google-material {
    top: 2px;
    font-size: 11px;
    color: #020202;
    font-weight: 600;
    left: 20px;
}
.bar 	{ position:relative; display:block; width:100%; }
  .bar:before, .bar:after 	{
    content:'';
    /*height:2px; */
    width:0;
    bottom:0px; 
    position:absolute;
    background:#fff; 
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  .bar:before {
    left:50%;
  }
  .bar:after {
    right:50%; 
  }
  
  /* active state */
  input[type=text]:focus ~ .bar:before, input[type=text]:focus ~ .bar:after {
    width:50%;
  }
   /* HIGHLIGHTER ================================== */
   .highlight {
    position:absolute;
    height:60%; 
    width:100px; 
    top:25%; 
    left:0;
    pointer-events:none;
    opacity:0.5;
  }
  
  /* active state */
  .select, input[type=text]:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
  }
   /* ANIMATIONS ================ */
   @-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
.reservation-input {
    color: #403d3d;
    font-size: 14px;
    padding-left: 16px;
    width: 100%;
    height: 45px;
    border: none;
    padding-top: 13px;
    padding-left: 24px;
}
.reservation-input.reservation-input2 {
    padding-top: 7px;
    padding-left: 24px;
}
.reservation-input:focus,
    .reservation-textarea:focus {
        border: 1px solid #1059be;
        box-shadow: none;
}
.custom-select {
    border-radius: 30px !important;
}
select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 26px) calc(1em + 6px), calc(100% - 21px) calc(1em + 6px), calc(95% - 0.5em) 0.9em;
    background-size: 9px 7px, 5px 8px, 2em 2em;
    background-repeat: no-repeat;
}
select.round2 {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 27px) calc(1em + 8px), calc(100% - 22px) calc(1em + 8px), calc(95% - 0.5em) 0.9em;
    background-size: 9px 7px, 5px 8px, 2em 2em;
    background-repeat: no-repeat;
}
.cal-icon {
    position: absolute;
    right: 12px;
    color: #000;
    top: 15px;
}
.personal-details{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}
.tax-note{
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.payment-message a{
    color: #FCF375;
}
.red{
    color: red;
}
#errorMsg{
    color: #FCF375;
    font-weight: 600;
    text-align: center;
}
.mob-form{ 
     background: #262626;
     margin-top: -67px;
     border-bottom-left-radius: 50px;
     border-bottom-right-radius: 50px;
     z-index: 5;
     position: relative;
}
.desk-form-div{
    color: #fff;
}
.desk-form-div .seva-offer-heading-desk{
    font-size: 30px;
}
.desk-form-div .btn.margin-seva-btn{
    background: #fff;
    border-radius: 16px;
    font-size: 18px;
    padding: 15px 0;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
}
.desk-form-div .btn.margin-seva-btn.added{
    background: #fa8f8f;
    color: #fff;
    border: 1px solid #fa8f8f;
}
.desk-form-div .btn.margin-seva-btn.amt-btn-clr2-desk{
    padding: 15px 0;
}

.desk-form-div .amt-class {
    font-size: 27px;
}
.desk-form-div .amt-class span {
    font-size: 14px;
}
.desk-form-div .personal-details {
    font-size: 21px;
}
.desk-form-div .tax-note {
    font-size: 13px;
    color: #fff;
}
.desk-form-div .payment-message {
    font-size: 15px;
    color: #fff;
}
.footer-section{
    border-top: 3px solid #dddd
}
.seva-head{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.seva-sub-head-title{
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}
.owl-dots{
    display: none;
}
.owl-nav{
    position: absolute;
    top: 45%;
    width: 100%;
}
.owl-prev{
    left: -23px;
    position: absolute!important;
    color: black!important;
    background: #d2d5d8!important;
    width: 37px;
    height: 37px;
    border-radius: 21px!important;
}
.owl-next{
    right: -23px;
    position: absolute!important;
    color: black!important;
    background: #d2d5d8!important;
    width: 37px;
    height: 37px;
    border-radius: 21px!important;
}
button:focus {
    outline: 1px dotted;
    outline: none;
}
.eightg
{
    display: none;
}
.g-img,.r-img,.h-img{
    width: 100%;
    height: 100%;
}
.help-heading{
    font-size: 23px;
    font-weight: 600;
}
.help-para{
    font-size: 18px;
}
.sub-para{
    font-size: 14px;
}
.count-div{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.r-img{
    width: 100%;
    display: block;
}

/* BLACK SHADOW */
/* .count-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
} */
.count-overlay {
    position: absolute;
    bottom: 0;
    left: 11px;
    width: 100%;
    padding: 15px 0;
    /* text-align: center; */
}

.count-overlay p {
    margin: 0;
}


/* NUMBER STYLE */
.numbercount{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeNumber 1s ease forwards;
}

/* Animation keyframe */
@keyframes fadeNumber {
    to{
        opacity: 1;
        transform: translateY(0);
    }
}