body,
html {
    width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

.all{
    padding: 0;
}

body, p {
	/*font: 400 1rem/1.625rem "Open Sans", sans-serif;*/
	font-family: 'Roboto Slab';
}

h1{
    color: #C66D6B;
}

h2{
    color: #C66D6B;
}

h3{
    color: #C66D6B;
}

h4{
    color: #C66D6B;
}

h5{
    color: #C66D6B;
}

.navbar {
    background: linear-gradient(90deg, #FCE0D9 50%, #ffffff 50%);
}
.navbar-default{
  transition:500ms ease;
}

.navbar-default.scrolled{
  background:#ffffff;
  -webkit-box-shadow: 0 2px 5px #c9c9c9;
  -moz-box-shadow: 0 2px 5px #c9c9c9;
  box-shadow: 0 2px 5px #c9c9c9;
}

.navbar {
    height: 100px !important; /*i assume your navbar size 100px*/
}

.navbar-nav > .active > a { 
    color: #C66D6B !important; 
}

.u-section-1 {
    background: linear-gradient(90deg, #FCE0D9 50%, #ffffff 50%);
    min-height: 100vh;;
    width: 100%;
}

.u-header-mob{
    padding-top: 20px;
    padding-bottom: 20px;
}
.u-header{
    padding-top: 100px;
    padding-bottom: 100px;
}
.u-section-2 {
    padding-top: 130px;
    padding-bottom: 130px;
    background: #F7F7F7;
}
.u-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #ffffff;
}


.u-schedule{
    padding-top: 30px;
    padding-bottom: 60px;
}
/*start footer*/

footer {
    color: #111111;
}
ul {
    padding: 0px;
}
ol, ul {
    margin-bottom: 0px;
}

.social-icon {
    padding: 0;
    margin-bottom: 0px;
        float: right;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}
.social-icon li i {
    font-size: 14px;
    color: #262725;
    border: solid 2px #fff;
    height: 31px;
    width: 31px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 27px;
    margin-right: 15px;
    transition: 1s;
    background: #fff;
}
.social-icon li i:hover {
    border: solid 2px #262725;
    color: #111111;
    background: #262725;
}

.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 43px;
    top: 5px;
}
.phone-no {
    margin-top: -22px;
    text-align: right;
}
.footer-day-time {
    padding-bottom: 30px;
    border-bottom: 2px solid #7a6f6f;
    padding-top: 14px;
    margin-bottom: 55px;
}
.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
}
.footer-day-time ul li:last-child {
    margin-right: 0px;
}
.phone-no a {
    color: #111111;
    font-family: PlayfairDisplay-Black;
    font-size: 34px;
    font-weight: bold;
}
.footer-top {
    background: #C6DCE4;
    padding:50px 0 50px;
}
.footer-top h4 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-top p {
    font-size: 13px;
    line-height: 2;
}

footer p {
  margin-bottom:0;
}
.footer-logo {
    display: block;
    margin-bottom: 32px;
}
.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
}
ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}
.address1 li a {
    color: #111111;
    text-decoration: none;
}
ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}
footer ul.social-icon {
    float: left;
}
footer .social-icon li i:hover {
    background: #DAEAF1;
    border-color: #DAEAF1;
}

.footer-bottom {
    background: #DAEAF1;
    color:#111111;
    padding: 10px 0px;
}
.footer-bottom ul li {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
}
.footer-bottom ul li p a{
    color:#111111;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}
.copyright {
    font-size: 18px;
}
/*end footer*/


.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #DAEAF1 !important;
    border-color: #C6DCE4 !important;
    color: #111111 !important;
}

li a{color:black !important;}





/*Animations*/

[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
    transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
    transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
    transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
    transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease
}

.page-loaded .fade-in,.page-loaded.fade-in {
    opacity: 1
}

.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] {
    opacity: 1;
    transition: none;
    transform: none
}

#map {
  height: 400px;  
  width: 100%;
}

.zoom:hover{
    transform: scale(1.1);
}

.box{
    box-shadow: 
      35px 35px 0px -20px #fff, 
      -35px -35px 0px -20px #fff, 
      0 0 0 12px #C66D6B;
	  padding: 10px;
  }

#loading {width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 99; background:#FCE0D9;}
#loading-image {position: absolute;top: 45%;left: 45%;} 

 /* Customize the datepicker container */
 .flatpickr-calendar {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Customize the header background and text color */
.flatpickr-months .flatpickr-month {
    background-color: #C6DCE4;
    color: #9B5051;
}

.flatpickr-day {
    background-color: #fff;
    color: #9B5051;
    border: 3px solid #FCE0D9;
}

span.flatpickr-weekday {
    color: #9B5051;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {

    color: #9B5051;
}

/* Customize the selected date background and text color */
.flatpickr-day.selected {
    /* background-color: #C6DCE4 !important;
    color: #000 !important; */
    background-color: #fff !important;
    color: #9B5051 !important;
    border: 3px solid #C6DCE4 !important;
}

/* Customize the hover effect on date cells */
.flatpickr-day:not(.prevMonthDay):not(.nextMonthDay):hover {
    background-color: #C6DCE4;
}

/* Customize the today's date cell */
.today .day {
    background-color: #C6DCE4 !important;
    color: #000 !important;
}

.flatpickr-day.today {
    border-color: #FCE0D9;
    color: #9B5051;
}
/* Customize the arrow icons */
.flatpickr-prev-month,
.flatpickr-next-month {
    color: #C6DCE4;
}
.green-bg {
    border: 2px solid #A7D195;
    color: #000;
}

.orange-bg {
    border: 2px solid #F7D173;
    color: #000;
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: auto; /* Add scrollbars for smaller screens if necessary */
    max-width: 100%; /* Limit the width on smaller screens */
    max-height: 100%; /* Limit the height on smaller screens */
}




@media (min-width: 768px) {
    .carousel-inner {
      display: flex;
    }
    .carousel-item {
      margin-right: 0;
      flex: 0 0 33.333333%;
      display: block;
    }
  }

  .carousel-inner{
    padding: 1em;
}
.card{
    background-color: rgba(255, 255, 255, 0) !important;
    margin: 0 .5em;
    border: none;
}
.carousel-control-prev, .carousel-control-next{
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.card:hover {
    transform: scale(1.1);
  }

.zoom:hover{
    transform: scale(1.1);
}



