
   	.xllavender{
		color:#e5e0e9;
	}
	
	.lavender{
	color: #9174b2;
	}
	
	.dlavender{
	color: #734f95ff;	
	}
	
	.xdlavender{
	color:#483869;
		
	}
	
	.video-large, .video-small {
    display: none; /* Set default display to none for both */
}
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
	
		.fs-sm {
			font-size: 0.5rem;
			font-weight: normal;
			text-align: center;
		}
		
		.a-banner{
			font-size: 0.8rem;
			font-weight: 500;
			text-align: center;
			justify-content:center;
		}
        .video-large {
            display: none;
			
        }
        .video-small {
            display: block;
            width: -webkit-fill-available;
            height: -webkit-fill-available; 
        }
		 .row {
			flex-direction: column;
        }
			
	.jumbotron {
		    height: 50vh;
	}
	
	   h1, .display-1 {
        font-size: 2rem; /* Smaller font size for compact display */
        margin-top: 1.5rem !important; /* Using !important to ensure override */
        margin-bottom: 1.5rem !important;
    }

    h2, .display-2 {
        font-size: 1.75rem;
        margin-top: 1.2rem !important;
        margin-bottom: 1.2rem !important;
    }

    h3, .display-3 {
        font-size: 1.5rem;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    h4, .display-4 {
        font-size: 1.25rem;
        margin-top: 0.8rem !important;
        margin-bottom: 0.8rem !important;
    }

    h5, .display-5 {
        font-size: 1rem;
        margin-top: 0.6rem !important;
        margin-bottom: 0.6rem !important;
    }

    h6, .display-6 {
        font-size: 0.875rem;
        margin-top: 0.4rem !important;
        margin-bottom: 0.4rem !important;
    }
}
	
   
    
	
	
/*LARGE SC*/
@media (min-width: 992px) {
    .video-large {
        display: block;
        height: 100%;
        width: 100%;
		 object-fit: cover;
    }
    .video-small {
        display: none;
    }
}
	
/* end of small, med and large media */

	/*Body styles*/
	  :root {
    --bs-font-sans-serif: 'Poppins', sans-serif;
				    overflow-x: hidden;

  }
	        html, body {
            font-family: Poppins !important;
			overflow-x: hidden;

			}
			
	    h1 {
            
            font-family: 'Italiana';
            text-align: center;
            margin-top: 100px;
            margin-bottom: 100px;
			font-weight:bold;
        }
		
		h2 {
            
            font-family: 'Italiana';
            text-align: center;
            margin-top: 50px;
            margin-bottom: 50px;
			font-weight:bold;
        }
		
		h3 {
            
            font-family: 'Italiana';
            text-align: center;
            margin-top: 50px;
            margin-bottom: 50px;
			font-weight:bold;
        }
		
		h4 {
            
            font-family: 'Italiana';
            text-align: center;
            margin-top: 50px;
            margin-bottom: 50px;
			font-weight:bold;
        }
		
		h5 {
            
            font-family: 'Italiana';
            text-align: center;
            margin-top: 30px;
            margin-bottom: 30px;
			font-weight:bold;
		
        }
		h6 {
            font-size: 18px;
            font-family: 'Italiana';
            text-align: center;
            margin-top: 30px;
            margin-bottom: 30px;
			font-weight:bold;
        }
		
		
		        .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
            font-weight: bold;
        }
	
		
<!--Banner section styles and animations-->
		
#bannerCarousel .carousel-control-prev,
#bannerCarousel .carousel-control-next,
#bannerCarousel .carousel-indicators {
    display: none;
}

.custom-carousel .carousel-inner {
    height: 100vh;
	min-height:100%;
	width: auto;
	margin: 0;
    padding: 0;
    overflow: hidden;
	
}

.custom-carousel .carousel-item img {
    height: 50vh;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%; 
}
	
	/*End of banner section styles*/
	
		 .benefits-section h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .benefits-section ul {
        list-style-type: none; /* Removes default list styling */
        padding: 0;
		
    }
    .benefits-section li {
        margin-bottom: 40px; /* Adjusts space between list items */
		
    }
    .benefits-section .fa-check {
        color: #734f95ff; /* Sets the color of the checkmark, change as needed */
	}
	
.my-button {
    background-color: transparent; /* Transparent background */
    color: #734f95ff; /* Dark purple shade */
    line-height: 1.5;
    border: 3px solid #734f95ff; /* 2px solid border with dark purple shade */
    border-radius: 10px; /* No border radius */
    padding: 14px 20px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin: 0;
	font-weight: bold;
}

.my-button:hover,
.my-button:active {
    background-color: #734f95ff; /* Dark purple shade */
    color: white; /* White text */
}

.banner-my-button {
	background-color: transparent; /* Transparent background */
    color: #734f95ff; /* Dark purple shade */
    line-height: 1.5;
    border: 3px solid #734f95ff; /* 2px solid border with dark purple shade */
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin: 0;
	font-weight: bold;
	font-size:large;
	box-shadow: 1px 1px 4px black;
}
.banner-my-button:hover,
.banner-my-button:active {
    background-color: #734f95ff; /* Dark purple shade */
    color: white; /* White text */
}

	
	.image-gallery {
        display: flex; /* Ensures flexbox is used */
        justify-content: space-between; /* Distributes space between the images */
        width: 100%; /* Sets the gallery width to take the full parent width */
    }
    .gallery-item {
        flex: 1; /* Allows each item to grow */
        margin: 0px; /* Adds a little space between the images */
        box-sizing: border-box; /* Ensures padding and border are included in the element's total width and height */
    }
    .gallery-item img {
        width: auto; /* Makes the image fill the container */
        height: auto; /* Keeps the aspect ratio of the image */
		max-width:100%;
    }
	


.img-wrapper {
	max-width: 50px;
    height: auto;
}


.banner-stripe {
        justify-content: center;
        flex-wrap: wrap;
        background-color: #483869; 
        align-items:center;
}
.a-banner{
	text-decoration: none;
	color: #fefefe;
	text-align:center;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    font-size: xx-small;
    justify-content: center;
}
.a-banner:hover{
	color:#9174b2;
}

a {
    cursor: pointer;
	color: #fefefe;
		text-decoration: none;
  }

a:hover {
    cursor: pointer;
	color: #fefefe;
  }
  
  a.nav-link {
	  margin-left: 5px;
  }
.benefit-text{
	display: block;

}


.accordion-item {
        border: none !important;
}
.accordion-collapse {
        border: none !important;
}
.accordion-body {
        border: none !important;
}
.accordion-button {
	font-weight:bold;
    border: none;


}

.accordion-button:focus {
    z-index: 3;
    border-color: #00000000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #00000000;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #00000000;
}

.centered-text {
    white-space: normal;
    text-align: center;
}

footer {
	background-color: #f2f2f2;
	color: #483869;
}

footer a {
    color: #333;
    text-decoration: none;
	font-size: x-small;
	display:flex;
	
}
	
.a-banner{
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-align:center;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}

.a-banner:hover{
	color:#9174b2;
}

a {
    cursor: pointer;
	color: white;
		text-decoration: none;

  }

a:hover {
    cursor: pointer;
	color: white;
  }
  
  a.nav-link {
	  margin-left: 5px;
  }
  
.owl-carousel .item h1 {
  text-align: center;
  /* Additional styling here */
}

.owl-carousel .item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%; /* Adjust as necessary */
}

.carousel-text {
	font-weight: bold;
	align-items: center;
	text-align: center;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff; /* Background color */
    color: #333; /* Arrow color */
    padding: 10px; /* Button size */
    border-radius: 50%; /* Circle shape */
}

.owl-prev {
    left: 10px; /* Position from the left side */
}

.owl-next {
    right: 10px; /* Position from the right side */
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #939292;

}

 .accordion {
    max-width: 991px;
    margin: 0 auto;
	

  }
  
  .accordion-item {
    margin-bottom: 5px;
    border-radius: 5px;
	max-width: 800px;


  }
  .accordion-header {
	margin: 3px;
    padding: 12px;
    cursor: pointer;
	font-weight: bold;
	background-color: #A591B8;
  }
  .accordion-header:hover {
    background-color: #ccc;
  }
  .accordion-content {
    padding: 10px;
    display: none; /* Initially collapse all accordion items */

  }
  
.button-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index:3;
}

.book-now {
  display: inline-block;
  width: 100%; /* Adjust size as needed */
  height: 100%; /* Adjust size as needed */
  overflow: hidden;
  border-radius: 50%;
  transform-origin: center;
  animation: rotateButton 4s linear infinite;
  border: none;
  background: transparent;
}

@keyframes rotateButton {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.blob-container{
    background-size: contain;
    background-position: center;
    background-color: #cbc0d3ff;
    width: 150px;
    height: 150px;
    display: flex;
    border-radius: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

 .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.5);
    }

    .modal-content {
      background-color: #fefefe;
      margin: 15% auto;
      padding: 20px;
	  padding-top:10px;
      border: 1px solid #888;
      max-width: 400px;
	  width: -webkit-fill-available;
	  overflow-y:auto;
    }

    /* Close button styles */
    .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }

    .close:hover,
    .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }
	
	.my-input {
	border: none;
    border-bottom: solid 3px rgba(15, 15, 15, 0.1);
    border-radius: 0;
    background-color: transparent;
    line-height: 1.55555556;
	font-size: smaller;
	width: 75%;


	}
	
	
	.my-select {
	border: none;
    border-bottom: solid 3px rgba(15, 15, 15, 0.1);
    border-radius: 0;
    background-color: transparent;
    line-height: 1.55555556;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left
	font-size: smaller;
	width: 75%;
	}
	
	select {
    width: 200px; /* Set the width */
    height: 30px; /* Set the height */
    overflow-y: auto; /* Enable vertical scrollbar if needed */
    border: none; /* Remove border */
    border-radius: 4px; /* Add border radius */
    font-size: smaller;
    box-shadow: none; /* Remove shadow */
	}

	/* Style the options within the select */
	select option {
		padding: 5px; /* Add padding */
	}

	/* Customize the scrollbar */
	::-webkit-scrollbar {
		width: 12px; /* Set scrollbar width */
	}

	::-webkit-scrollbar-thumb {
		background-color: #888; /* Thumb color */
		border-radius: 6px; /* Round the corners */
	}

	::-webkit-scrollbar-track {
		background-color: #f0f0f0; /* Track color */
	}

option {
    font-size: smaller;
}
	
	option {
		font-size: smaller;
	}
	
	.input-text {
    width: 100%;
    max-width: 100%;
    border: none;
    color: gray var(--input-color);
    border-radius: 4px;
    background: var(--input-bg);
	border-bottom: solid 3px rgba(15, 15, 15, 0.1);
	outline:none;
	font-size: smaller;
	}
	
	.my-label {
	margin-top: 35px;
    margin-bottom: 10px;
	font-weight: 500;
	}
	
	input:focus,
	textarea:focus,
	.my-select:focus,
	.input-text:focus {
    /* You can add additional styles to indicate focus */
    border: none; /* Remove border on focus */
	border-bottom: solid 3px rgba(15, 15, 15, 0.1);
    outline: none; /* Remove outline on focus */
    /* Add any other focus styles as needed */
}

	form {
		padding-left: 35px;
		padding-right: 35px;
	}
  
    .grecaptcha-badge { display: none !important; }

	
	
	
	/* Sticky button style */
#scrollTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed position */
    bottom: 20px; /* Place it 20px from the bottom */
    left: 20px; /* Place it 20px from the left for bottom-left position */
    /* Uncomment the next line for center positioning and comment out the left property */
    /* left: 50%; /* Center the button */
    /* transform: translateX(-50%); /* Adjust horizontal position if centered */
    z-index: 99; /* Make sure it sits on top of other content */
    border: none; /* No borders */
    outline: none; /* Remove focus outline */
    background-color: #734f95ff; /* Button background color */
    color: white; /* Text color */
    cursor: pointer; /* Pointer cursor on hover */
    padding: 10px; /* Padding for size */
    border-radius: 10px; /* Rounded corners */
	font-size: x-small;
}

/* Show the button when needed */
#scrollTopBtn.show {
    display: block;
}
.reviews {
    overflow: scroll !important;
    max-height: 600px !important;
    padding: 50px !important;
}
<!--Carousel buttons-->

.carousel {
    position: relative;
}
.carousel-control-prev, .carousel-control-next {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    background-color: rgba(128, 128, 128, 0.5) !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
	 position: absolute;
    top: 50%;  /* Position at half the height of the container */
    transform: translateY(-50%);  /* Offset by half the height of the button to center */
    z-index: 2;  /* Ensure they are above other content */
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 70px;
    height: 70px;
    background-size: contain; /* Ensure the icon fits inside the dimensions */
    background-repeat: no-repeat;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    background-color: rgba(128, 128, 128, 0.7); /* Slightly darker on hover for better interaction feedback */
}

.carousel-control-prev {
    left: 10px; /* Adjusting distance from the left edge */
}

.carousel-control-next {
    right: 10px; /* Adjusting distance from the right edge */
}

/*Book now button*/

.booking-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.booking-popup {
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 18px;
  text-align: center;
  width: 85%;
  max-width: 300px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

.booking-popup h4 {
  margin-bottom: 22px !important;
  margin-top: 0px !important;
  color: #734f95ff; 
  font-size: 1.25rem;
}

.booking-option {
  display: block;
  background: linear-gradient(90deg, #e5e0e9, #734f95ff);
  color: #fbfbfbff;
  padding: 14px 0;
  margin-bottom: 14px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-option:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(40, 196, 216, 0.25);
}

.close-booking {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #444;
  display: block;
  justify-self: flex-end;
}

.shadow-box-container {
    width: 90%;
    margin: 5% 5% 5% 5%;
    padding: 0px; /* Add padding inside the container for content spacing */
	padding-top: 20px;
	padding-bottom: 20px;
    background-color: #ffffff; /* Set a background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1); /* Apply the shadow effect */
    border-radius: 0px; /* Optional: Adds rounded corners to the container */
}

/*Small and medium screens*/
 @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
	 .shadow-box-container {
    width: 90%;
    margin: 5% 5% 5% 5%;
    padding: 0px; /* Add padding inside the container for content spacing */
	padding-top: 10px;
	padding-bottom: 10px;
    background-color: #ffffff; /* Set a background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1); /* Apply the shadow effect */
    border-radius: 0px; /* Optional: Adds rounded corners to the container */
}


}

 

