
:root{
  --primary-color : #8532c6
}
a{
  text-decoration: none;
}
ul,li{
  list-style: none;
  padding: 0;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
}
header{
  position: relative;
}
.head-top { 
  padding: 20px 0 40px;
  background: #fff;
}

.sect-title h2{
  font-size: 30px;
  font-weight: 700;
}

.sect-title h2 span{
  color: var(--primary-color) ; 
}

.head-top .top-info{
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.head-top .top-info a {
  color: #000;
}

header .menu {
  position: absolute;
  width: 100%;
  top: 65px;
  left: 0;
  z-index: 1;
}
header .menu .navbar {
  background: linear-gradient(0deg, #8532c6 0%, #c25fef 100%) no-repeat;
  border-radius: 100px;
}
header .menu .navbar .navbar-middle {
  background: #fff;
  position: absolute; 
  top: -50px;
  left: 0; 
  right: 0; 
  margin-inline: auto; 
  border-radius: 100px;
  width: 160px;
  height: 160px;
  text-align: center;
  padding-top: 13px;
}

header .menu .navbar .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 5px 40px;
}
.home-slider {
  background: url('../img/banner1.jpg') no-repeat center center/cover;
}

.home-slider .slide-caption {
  padding: 250px 0 150px;
}

.home-slider .slide-caption h2 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;  
}
.home-slider .slide-caption h2 sp {
  color: var(--primary-color) ;

}
.home-slider .slide-caption p {
  color: #fff;  
  font-size: 16px; 
  margin-bottom: 50px;
}

.home-slider .slide-caption a {
background: #fff;
border-radius: 20px;
padding: 10px 50px;
color: var(--primary-color) ; 
}

.slider-highlight{
  display: flex;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px 15px 0 0;
  justify-content:space-around;
  padding: 15px 0;
}
.highlight {
  display: flex;
  align-items: center;
}
.highlight span{
  font-size: 14px;
  color: #fff;
}
.highlight h4{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.home-about,
.home-special,
.home-works,
.home-feed
{
  padding: 100px 0 0;
}


.about-content h4 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-content ul li {
  flex-basis: 50%;
  margin-bottom: 15px;
}

.btn-prim{
  background: #fff;
  border-radius: 20px;
  padding: 10px 50px;
  color: var(--primary-color) ; 
  border: 1px solid var(--primary-color);
  display: inline-block;
}

.spec-col { 
  display: flex;
  flex-direction: column;
}

.spec-col .spec-content{ 
  padding: 95px 0;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.home-service {
  margin-top: 100px;
  padding-top: 100px;
  background: url('../img/bgService.jpg') no-repeat center center/cover;
  position: relative;
  height: 450px;
  text-align: center;
}
.service-carousel h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

.home-events { 
  padding-top: 350px;
}

.home-events .btn-prim { 
  background: var(--primary-color) !important;
  color: #fff !important;
}

.home-events .eventCol h4 {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 10px 0;
}

.home-events .eventCol span {
  padding: 0px 10px;
  font-size: 15px;
}

.home-works .workCol {
  border: 1px solid #e9e9e9;
  padding: 70px 30px 50px;
  border-radius: 10px;
}

.home-works .worktCol h4 {
  font-size: 20px;
  font-weight: 500; 
  margin-bottom: 15px;
}

.home-testimonial {
  background: url('../img/bgTest.jpg') no-repeat center center/cover;
  position: relative;
  padding: 60px 0;
}

.testimonial-content { 
  padding: 0 300px;
}
.testimonial-content img { 
  width: auto !important;
  display: inline-block !important;
}

footer {
  background: url('../img/bgFooter.jpg') no-repeat center center/cover;
  padding: 200px 0 100px;
  margin-top: -120px;

}

.footer-middle a { 
  color: #fff;
}

.dropdown-item:hover, .dropdown-item:focus{
  background: var(--primary-color) !important;
  color: #fff;

}

.breadcrumb-section {
  background: url("../img/breadcrumb-bg2.jpg") rgba(36, 29, 57, 0.8) no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 100px 0 40px;
  position: relative;
}
.inner-section { 
  position: relative;
  margin-bottom: 120px;
  padding: 70px 0;
}
.booking-wrap {
  border: 1px solid #EAEDF0;
  border-radius: 10px;
  padding: 24px;
  color: inherit;
}
h4.border-bottom {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.booking-wrap input.form-control, 
.booking-wrap textarea.form-control,
.booking-wrap select.form-control {
  padding: 15px 20px;
  border-radius: 10px;
  background: #FAFAFA;
  border: none;
}

.booking-wrap .form-icon {
  position: relative;
}
.form-icon span.cus-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: auto;
  color: #A0A0A0;
}

.side-wrap {
  background: var(--primary-color);
}

.slots {
  border-radius: 9px;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 1px 6.8px #0000001a;
}
.unavailable + .slot {
  color: #fff!important;
  pointer-events: none!important;
  background-color: #262626!important;
}
.booked + .slot {
  color: #fff!important;
  pointer-events: none!important;
  background-color: #f50000!important;
}
.available + .slot {
  color: #009f5c!important;
  background-color: #f1f5f8!important;
  pointer-events: all!important;
  cursor: pointer;
}
.slot {
  color: #222;
  height: 50px;
  width: 100px;
  background: #f1f5f8;
  border: none;
  border-radius: 5px;
  outline: none;
  transition: all .2s;
  font-size: 14px!important;
  text-align: center;
  line-height: 50px;
}

.hidden:checked + label {
    border: 1px solid #3dad5b;
    color: #fff !important;
    cursor: pointer;
    position: relative;
    background-color: #3dad5b!important;
}

.mission-bg {
  background: var(--primary-color);
  border-radius: 5px;
  padding: 24px;
  color: #FFFFFF;
}
.details i {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background: linear-gradient(93.86deg, var(--primary-color) -2.6%, #269089 67.39%, #7ABC82 110.84%);
  border-radius: 10px;
  font-size: 33px;
  color: #FFFFFF;
}

.details:hover i {
  background: linear-gradient(105.55deg, #7ABC82 -6.68%, #269089 43.13%, var(--primary-color) 96.15%);
}
.details .info {
  margin-left: 15px;
}

.work-grid {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #EAEDF0;
  box-shadow: 0px 4px 24px rgba(212, 212, 212, 0.25);
  position: relative;
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 24px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work-grid .work-icon {
  width: 100%;
  height: 80px;
  background: #F9F9F6;
  border-radius: 10px;
  margin: 0 auto 24px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work-grid .work-icon .work-icon-inner {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 20px;
  margin: 30px auto;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: inherit;

 
}
.work-grid:hover .work-icon {
  background: #FFFFFF;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.work-grid:hover .work-icon .work-icon-inner {
  background: var(--primary-color);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.help-block {
    color: #f00;
    margin-bottom: 0;
    font-size: 12px;
}

.hidden {
    opacity: 0;
    position: absolute;
}
