
/* .navbar{
    height: 10%;
} */
body{
    font-family: 'Hanken Grotesk', sans-serif;
}
#testimonial{
    display: none;
}
.mainpara{
    line-height: 2.3rem;
    background-color: #ffffff8c;
    color: #4c1717;
    font-weight: 500; 
    display: inline-block;
    padding-right: 3rem;
    
    padding-left: .5rem;
    font-size: 1.1rem;
    
}
.navbar-brand{
    position: relative;
    right: 4%;
}


.agendabtn{
    display: inline-block;
}
.agendatext{
    float: right;
}
.nav-btn{
    padding: 3px 8px;
    border: 0;
}
.download{
    font-size: .8rem;
    background-color: #df0b00;
}
.m{
    text-align: right;
    padding-bottom: 2px;
    
}
@media(max-width:680px){
    .m{
       
        text-align: center;
    }
    .navbar-brand{
        right: -20px;
    }
}

.nav-pills .nav-link.active{
    color: white;
    background-color: #df0b00;
}
.nav-pills .nav-link.active .Day{
    color: white;
    background-color: #df0b00;
}
.nav-pills .nav-link.active .agenda-date{
    color: white;
    background-color: #df0b00;
}
.Day{
    font-weight: bold;
    color: #df0b00;
}
.agenda-date{
    color: black;
}
.nav-pills .nav-link{
    background: #fff;
   
}

.nav-item{
margin-left: 1rem;
}
.nav-item a{
    font-size: 1rem;
}
#pills-tab .nav-item{
    margin-left: 1.5rem;
    
    margin-right: 1.5rem;
    margin-bottom: 2rem;
}

.tab-content{
    /* border: 2px solid pink; */
    
    
}
#accordion{
    width:100%;
  }
  .card-header {
      background: rgb(70, 31, 3);
      border: 0px solid black;
  }
  .card-header a{
    color: #fff;
    text-decoration: none;
  }

 
 div .paneltext{
    text-align: center;
 }

 .accordion-button::after{
    display: none;
    color: #fff;
 }

 .card{
    
    width: 16rem;
    height: 17rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
 }

 .img-gradient {
    max-width: 100%; 
    
    margin: auto;
  }
  
  .img-gradient::after {
    display: block;
    position: relative;
    background-image: linear-gradient(to top, rgb(66 13 13 / 65%) 44%, #d5292900 76%);
    margin-top: -160px;
    height: 150px;
    width: 100%;
    content: '';
  }
  /* .mlr{
    padding-right: 3rem;
    padding-left: 3rem;
   
  } */
.img-fluid{
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: 0;
}

.xx{
    height: 9rem;
    width: 14rem; 
    
}
.bs{
    
    scale: .7;
  
}
.z{
object-fit: contain;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
scale: 0.8;
/* height: auto;
width: auto; */
}

.agendatime{
    font-size: 1rem;
    font-weight: 400;
    padding-right: 1rem;
}

.accordion-item{
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff00;
}
.accordion-item button{
    background-color: #ffffff00;
    color: #fff;
    padding-left: 2rem;
}
.accordion-item .agendatime{
    padding-right: 1rem;
    color: #ffd0ca;
    font-weight: 500;
}


.accordion-button:not(.collapsed){
    background-color: #ffd0ca;
    color: #4c1717;
    font-weight: 500;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}



.accordion-body{
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

.acc-img{
    height: 8rem;
    width: 8rem;
    padding: .1rem;
    border-radius: 0;
    border: 1px solid white;
    margin-bottom: 20px;
}
.sphere img{
    position: absolute;
    width: 20rem;
    height: 25rem;
    left: -7%;
    top: 165%;
    transform: rotate(25deg);
    
}
.animate{
    
        transform:
          perspective(800px)
          rotateY(-8deg);
        transition: transform 1s ease 0s;
        border-radius: 4px;
        box-shadow:
          rgba(0, 0, 0, 0.024) 0px 0px 0px 1px,
          rgba(0, 0, 0, 0.05) 0px 1px 0px 0px,
          rgba(0, 0, 0, 0.03) 0px 0px 8px 0px,
          rgba(0, 0, 0, 0.1) 0px 20px 30px 0px;
      
        &:hover {
          transform: perspective(800px) rotateY(-4deg);
        }
      
}


.modal-header{
    background-color: #df0b00;
    color: #fff;

}
.modal-title{
    font-weight: 700;
    /* border-bottom: 2px solid #fff; */
    font-size: 1.2rem;
}
.modal-body{
    font-size: 1rem;
    text-align: justify;
}
.modal-footer{
    padding-bottom: 0;
    padding-top: 0rem;

}

@media(max-width: 768px){
    .disno{
        display: none;
    }
    .rtimg{
       width: 124%;
       

    margin-left: -2.1rem;
    }
}


.pricefor{
    text-align: center;
    padding-top: 1rem;
    border: 2px solid black;
    border-right: none;
    padding-right: 0;
}
.amt{
    text-align: start;
    padding-left: .8rem;
    border: 2px solid black;
   }
.pricebtn{
    text-align: start;
}
.lastcol{
    padding-left: 1rem;
    /* border: 2px solid black; */
    padding-top: 1rem;
    padding-bottom: 1rem;

}
.vertical{
    width: 40%;
    border-radius: 40px;
    background-color: red;
    font-size: 24px;
    height: 10rem;
}
.footnew{
    background-color: black;
    color: #fff;
    padding-bottom: 2rem;
    
}

.carousel-inner {
    display: flex;
    /* justify-content: center; */
}

.carousel-inner img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}


/* div.topBotomBordersOut a:before, div.topBotomBordersOut a:after
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #FFF;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

div.topBotomBordersOut a:before
{
    top: 0px;
    transform: translateY(10px);
}

div.topBotomBordersOut a:after
{
    bottom: 0px;
    transform: translateY(-10px);
}

div.topBotomBordersOut a:hover:before, div.topBotomBordersOut a:hover:after
{
    opacity: 1;
    transform: translateY(0px);
} */