@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap');
    
@keyframes ripple {
    0% {
        box-shadow: 0 0 #ffffff1a,0 0 0 20px #ffffff1a,0 0 0 40px #ffffff1a,0 0 0 60px #ffffff1a
    }

    to {
        box-shadow: 0 0 0 20px #ffffff1a,0 0 0 40px #ffffff1a,0 0 0 60px #ffffff1a,0 0 0 80px #fff0
    }
}


.cyan
{
	color:#67c1d3!important;
}
#scrollUpButton {
    position: fixed; /* Keep the button fixed to the viewport */
    bottom: 20px; /* Position it 20px from the bottom */
    right: 20px; /* Position it 20px from the right */
    z-index: 1000; /* Ensure it appears above other elements */
    border-radius: 5%; /* Make it circular */
   
  }

  #scrollUpButton.hidden {
    display: none; /* Hide the button initially */
  }
.scroll
{
	background:#6b7280!important;
	border:none!important;
}
.bg-menubarBg {
    --tw-bg-opacity: 1;
    background-color: rgb(28 38 56 / var(--tw-bg-opacity))
}
.h-8 {
    height: 2rem;
}
.offcanvas-body {
    padding: 0!important;
    border: none!important;
}
	
.text-blackmenu
{
	font-weight:600!important;
}
.w-12 {
    width: 14rem
}
.w-14 {
    width: 14rem;
}
.offcanvas.offcanvas-end
{
	width:300px!important;
}
.lord
{
	color:#7574a6;
	font-size:20px;
}
.lord-logo
{
	width: 3.5rem;
}
.menu-txt
{
	margin-left:1em;
}
.fw-semibold
{
	font-size:14px!important;
}
.navbar>.container
{
	 justify-content: end!important;
}

.border-black {
    --tw-border-opacity: 1;
    border-color: #e5e7eb;
}
.copyright
{
	color:#e5e7eb!important;
	font-size:14px;
	text-align:center;
}
body {
    font-family:satoshi, sans-serif;
    font-weight: normal; /* Make sure the normal weight (400) is loaded */
}
li
{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p
{
	margin:0;
	padding:0;
}
.links
{
	color:#374151;
	text-decoration:none;
}
.left-icon
{
  position: relative;
  float:right;
}
.f-18
{
	font-size:18px!important;
	font-style:thin;
}
.f-20
{
	font-size:20px;
	color:#000;
	font-family:satoshi, sans-serif;
	
}
.black
{
	color:#000;
}
.f-17
{
	font-size:17px;
	font-weight:600;
}
.w-10
{
	width: 5rem;
}
.h-8 
{
    height: 2rem;
}
.violet
{
	background:#b1b0de;
	
}
.upcoming h2
{
	font-size: 1.875rem!important;
    line-height: 2.25rem!important;
}
.hamburger
{
	font-size: 2.25rem;
    line-height: 2.5rem;
	color:#fff;
}
.custom-button
{
	border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
    background: transparent;
    transform: rotate(-90deg);
	font-size:12px;
	text-align:right;
	padding-left: 4em;
	position: relative;
    left: -9px;
}
.submenu {
    display: none;
    background-color: #fff; /* Optional: Add background color */
	border:none!important;
}
.marquee-bg
{
	background:#9190b8;
}
.announce
{
	background:#565593;
	font-family:satoshi, sans-serif!important;
	font-size:16px!important;
	font-weight:600!important;
	color:#fff!important;
	padding:0 12px;
}
.announce-text
{
	font-family:satoshi, sans-serif!important;
	font-size:16px!important;
	color:#fff!important;
	padding:0 12px;
}
.head-violet
{
	color:#7574a6;
	font-weight:700;
}
.max-w-md {
    max-width: 28rem;
}
.para
{
	color:#334155;
	--tw-text-opacity:1!important;
	font-size:16px;
	line-height: 1.7em;
	font-family:satoshi, sans-serif!important;
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined'!important;
	color:#000;
    font-weight: normal;
    font-style: normal;
    font-size: 24px!important;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
/* Ensure the image and its container don't stretch unnecessarily */
.swiper-slide img {
  width: 100%; /* Image width should fill the container */
  height: auto; /* Maintain the original aspect ratio */
  object-fit: cover; /* Ensures the image fits nicely in its container */
  max-height: 450px; /* Set a maximum height to avoid full height stretching */
}

/* Optional: Add styling to keep the Swiper container controlled */
.swiper {
  max-width: 100%; /* Ensure swiper doesn't exceed screen size */
}

.swiper-slide {
  display: flex; /* Align content inside slide */
  justify-content: center;
  align-items: center;
  max-height: 450px; /* Optional: set a max height for the slide */
}
.swiper-pagination-bullet {
  background: #ddd; /* Default dot color */
  width: 12px;
  height: 12px;
  margin: 0 5px;
  opacity: 1;
  transition: background 0.3s ease;
}
.swiper-pagination {
    position: absolute;
    top: -30px; /* Adjust as needed to position the bullets */
    left: 50%;
    transform: translateX(-50%); /* Center the bullets horizontally */
    z-index: 10; /* Ensure the pagination is on top */
}
.swiper-pagination-bullet-active {
  background: #6a0dad; /* Active dot color */
}
/* Container for the sliding text */
.slider-container {
  width: 100%;
  height: 50px; /* Adjust height based on your text */
  overflow: hidden;
  position: relative;
  display: flex;
  
}

/* Wrapper that holds all sliding texts */
.sliding-text-wrapper {
  display: flex;
  flex-direction: column;
  animation: slideDown 5s infinite ease-in-out;
}

/* Each individual sliding text */
.sliding-text {
  color: #fff; /* White text */
  text-align: center;
  padding: 5px;
  font-weight:100;
  opacity: 0;
  transform: translateY(-100%);
  animation: slideIn 3s infinite ease-in-out;
}

/* Slide-down animation for individual text */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  75% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

/* Continuous sliding animation */
@keyframes slideDown {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-50px);
  }
  45% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(-100px);
  }
  70% {
    transform: translateY(-100px);
  }
  75% {
    transform: translateY(-150px);
  }
  95% {
    transform: translateY(-150px);
  }
  100% {
    transform: translateY(0);
  }
}
.my-4
{
	margin-bottom:1.1em!important;
}
.txt-anim
{
	padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
	font-size: 1.875rem!important;
    line-height: 2.25rem!important;
	font-weight:400!important;
	font-family:satoshi, sans-serif!important;
}
.bg-violetBg {
    background-color: #565593; /* Violet color */
}
.m-600
{
	max-width: 600px;
}
.principal-bg
{
	background-color: #4c1d9599;
	text-align:center;
	background-color: #4c1d9599;
    text-align: center;
    position: relative;
    margin-top: -72px;
	top:16px;
    padding: 10px;
	font-size:24px!important;
	font-weight:600;
}
.principal-img {
  width: 100%; /* Ensures the image fits the column */
  height: auto; /* Maintains aspect ratio */
  
}
.w-20 {
    width: 5rem;
}
.f-24
{
	color:#67c1d3!important;
	--tw-text-opacity:1;
	font-size:24px!important;
	font-weight:600;
	font-family:satoshi, sans-serif!important;
	line-height:20px;
	padding-left:.3em;
}
.footer-p
{
	color:#000;
	font-size:14px;
}
.h-8 {
    height: 2rem;
}
    .announce-col.col-lg-2 {
        flex: 0 0 auto;
        width: 10.666667%;
    }

@media (min-width: 640px) {
    .container {
        max-width:640px!important;
    }
	.video-section {
    position: relative;
    width: 100%;
    height: 32vh;
}
}
@media (max-width: 640px) {
	.video-section {
    height: 32vh!important;
}
.text-end
{
	text-align:center!important;
}
.announce-col.col-lg-2 {
    flex: 0 0 auto;
    width: 50.666667%!important;
}
.w-12 {
    width: 7rem;
}
.d-mob
{
	display:none;
}
.mob-img
{
	padding-top:5em;
}
.fw-semibold
{
	font-size:10px!important;
}
}

@media (min-width: 768px) {
    .container {
        max-width:768px!important;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px!important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1180px!important;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width:1536px!important;
    }
	.container-main {
        max-width:2560px!important;
    }
}