/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
/* body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
} */

.calendar-container {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

button {
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    background-color: #374241;
    color: white;
    border: none;
    border-radius: 5px;
}

button:hover {
    background-color: #0c0c0c;
}

#monthName {
    font-size: 20px;
    font-weight: bold;
}

.check-dates {
    margin: 10px 0;
}

#calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 10px;
}

.day {
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.day:hover {
    background-color: #e0e0e0;
}

.available {
    /* background-color: #76c7c0; */
    color:black;
}

.selected {
    background-color: #ff7043;
    color: white;
}

input[type="date"] {
    padding: 10px;
    margin: 10px;
    width: 180px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
}
.cercile-box{
    width: 84px;
    height: 84px;
    /* background-color: #ff7043; */
    border-radius: 50%;
    margin: 13px 0px 0px 51px;
    border: 1px solid #b1aaaa;
}
.material-icons {
    font-size: 36px;
  }
  .icon{
    padding: 15px;
  }
  h3{
    font-family: sans-serif;
    margin: 8px;
  }
  
  .short-box{
    border-radius: 155px 155px 0px 0px;
    width: 243px;
    height: 259px;
    background-color: #ff7043;
    float: left;
    margin-left: -51%;
    margin-top: -57%;
    position: absolute;
    overflow: hidden;
    border: 2px solid white;
  }
  .short-box img{
    width: 100%;
    height: 100%;

  }
  /* .card{
    transition: 0.2s;
  }
  .card-img-top:hover{
    transform: scale(1.1);
  } */
  
  .col-6 img{
     width: 100%;
     height: 100%;
  }
  .logo_sticky{
    font-family: ui-monospace;
  }
  .logo_normal{
    color:#fff;
  }
  .card{
    margin-left: 40px;
    margin-top: 43px;
  }

















  .hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-slide {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero-slide.active {
    display: block;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}

.slider-controls button {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
}

.slide-animated{
  font-size: 30px;
}
.slideee{
  font-size: 60px;
}
.top-headerbox{
  width: 100%;
  height: 70px;
  background-color: #2f2929e6;
  float: left;
  margin-top: -50px;
  position:relative;
}

.top-headerbox h5{
  color: white;
  margin-top: 24px;
    font-size: 15px;
    font-family: monospace;
}

.top-headerbox h3{
  font-size: 15px;
  color: white;
  font-family: monospace;
  margin-left: 9%;
  margin-top: 22px;
  position: absolute;
}
.top-headerbox h2{
  color: #fff;
  font-size: 18px;
  margin-left: 64%;
  transform: rotate(-188deg);
  

}
.top-headerbox p{
  font-size: 15px;
  color: white;
  font-family: monospace;
  margin-left: 77%;
  margin-top: 21px;
  font-weight: 500;
}
@media screen and (max-width:480px){
  .top-headerbox h3{
    display: none;
  }
  .top-headerbox h5{
    display: none;
    font-size: 9px;
  }
  .top-headerbox p{
    margin-left: -54px;
  }
  .slide-animated{
    font-size: 10px;
  }
  .slideee{
    font-size: 30px;
  }
   .short-box{
    margin-left: -123px;
   }
}
.text{
   text-align: center;
}
.card{
  width: 109%;
  border: none;
}
.cardimage{
  width: 108%;
  border-radius: 7px 6px 0px 0px;
  margin-left: -12px;
  height: 234px;
  
}

.card-body{
  width: 109%;
}
.card-title{
  font-family: Raleway;
    font-size: 24px;
    font-weight: 600;
}