@import url(https://fonts.googleapis.com/css?family=Carrois+Gothic|Francois+One);
html, body {
    scroll-behavior: smooth; /* Native smooth scroll */
    padding-top: 0; /* Ensure no padding conflicts with scroll */
    margin: 0;
}

body {font:normal 16px/22px 'Carrois Gothic',Arial,Helvetica;	background:#111;color: #ccc;}

h1,h2,h3,h4,h5,h6{ font-weight:normal;padding: 0;margin: 0;color: #ccc;}
h1,h2,h3{
	font-family: "Francois One", Arial, Helvetica;
	text-transform: uppercase; color:#ccc;
}
h4,h5,h6{ font-family: 'Carrois Gothic',Arial,Helvetica;color: #ccc;}

h3{font-size: 28px;margin-bottom: 20px;color: #ccc;}
h3 span{font-size: 24px; }
h4{font-size: 23px; margin-bottom:20px;line-height:30px;}
h5{font-size: 20px; color:#D250E6}

small{color: #ccc;font-size: 13px;}

p{margin-bottom: 25px;}

blockquote {padding: 0px 20px;margin: 0 0 20px;border-left: 5px solid #aaa;font-size: 14px;line-height: 22px;font-style: italic;font-family: georgia;}

.spacer{
	padding: 55px 0 0 0;
}
.thumbnail{ background-color:#ccc;}



/*home*/
.homeinfo{padding:250px 0 20px 0;}
.homeinfo .player{margin-top: 0px;position: relative;}
.homeinfo .player img.graphics{position: absolute;bottom: 167px;right: -24px;}
.blockblack{background:rgba(0,0,0,0.8); border-radius: 10px; padding: 25px; border: 2px solid #33ccff; box-shadow: 0 0 2.5px rgba(210, 80, 230, 1), 0 0 7.5px rgba(51, 204, 255, 1);
    animation: smokyGlow 4s infinite alternate;}
.fronttext h2{
	background-color: rgba(0,0,0,0.6);
	font-size: 35px;
	line-height: 60px;
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid #33ccff;
	box-shadow: 0 0 2.5px rgba(210, 80, 230, 1), 0 0 7.5px rgba(51, 204, 255, 1);
    animation: smokyGlow 4s infinite alternate;
}
.fronttext p{
	margin: 0;
	background-color: rgba(0,0,0,0.6);
	display: inline-block;
	padding: 10px;
	border: 2px solid #D250E6;
	box-shadow: 0 0 2.5px rgba(210, 80, 230, 1), 0 0 7.5px rgba(51, 204, 255, 1);
    animation: smokyGlow 4s infinite alternate;
}
.overlay{z-index: 100;position: relative;}
/*home*/

/*color*/
.bgcolor{
	background-color: #000000;
}
.textcolor{color: #f2ab00;}
a{
	color: #D250E6;
	text-decoration: none
}
a:hover{
	color: #33CCFF;
	text-decoration: none
	
}
/*color*/


/*nav*/
.navbar-brand{padding: 10px 15px;}
.navbar-nav > li > a{font-size: 14px;}
.navbar-inverse{background: #000;}
/*nav*/


/*benefits*/
.membenefits{margin-bottom: 20px;}
.membenefits .benefits{background-color: #222;margin-bottom: 30px;}
.membenefits .benefits {padding: 10px;}
.membenefits .benefits {margin-bottom: 10px;}
.membenefits .benefits  a{font-size:14px; }
/*benefits*/

/*goals*/
.goals{margin-bottom: 20px;}
.goals .clubgoals{background-color: #222;margin-bottom: 30px;}
.goals .clubgoals .clubgoalsdetail{padding: 10px;}
.goals .clubgoals .clubgoalsdetail h5{margin-bottom: 10px;}
.goals .clubgoals .clubgoalsdetail a{font-size:14px; }
/*goals*/

/*blog*/
.blogevent{color: #ccc;}
.blogevent ul{padding: 0; list-style: none; margin-top: 35px;}
.blogevent ul li{font-size: 13px;}
.blogevent ul li p{margin: 0;line-height: 18px;}

.events ul li{background-color: #191919;margin-bottom: 1px;}
.events ul li h5{margin: 7px 0;}
.events ul li .date{
	text-align: center;
	line-height: 38px;
	color: #CCC;
	text-shadow: 0px -1px 0px #000;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #111
}
.events ul li .date b{display: block;font-size: 30px;}
.events ul li .date span{font-size: 22px;}


.ourblog ul li{margin-bottom: 20px;}
.ourblog ul li img{float: left; margin-right: 20px;}
.ourblog ul li .blogtext{overflow: hidden;}
/*blog*/


#footer{
	background-color: #000;
	padding: 5px 0;
	color: #ccc;
	font-size: 14px;
	color: #aaa;
	margin-top: 50px;
	z-index: 100;
	position: relative;
	box-shadow: 0 0 2.5px rgba(210, 80, 230, 1), 0 0 7.5px rgba(51, 204, 255, 1);
    animation: smokyGlow 4s infinite alternate;
	text-align:center;
}
.ESTDATE {
	color: #D250E6;
}

/*background slider*/
.carousel{position: fixed; top: 0; left: 0;right: 0;bottom: 0; z-index:10;width: 100%;}
.carousel .item {-webkit-transition: opacity 2s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{width: 100%;
 position: relative;
    z-index: -1; /* Ensure the slider stays below the smoke */
/*background slider*/
}

#canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100000000; /* Ensure it stays above everything else */
}

/* Hide elements initially */
#about, .album, .blogevent ul li, h3, h4 {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* Animation styles */
.animated.fadeInUp {
  opacity: 1;
  transform: translateY(0); /* Ensure elements move up smoothly */
}

/*modal*/
.modal-dialog{max-width: 800px; width: 95%;}
.modal-content{overflow: auto; padding:0 20px;color: #444;}
.modal-content h2{color: #222;margin: 15px 0;}
button.close{position: absolute;right: 0;background: #FFF;width: 25px;height: 25px;line-height: 9px;}
#blog small{margin-bottom: 10px;display: block;}
/*modal*/

.popup {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
	z-index: 1000;
	font-family: "Carrois Gothic", Arial, Helvetica;
	color: #000;
}

.popup-content {
    background: rgba(255, 255, 255, 0.8); /* Slightly transparent white background */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 100%;
	color: #000;
    position: relative; /* To position the pseudo-elements */
    /* Adding multiple layers of shadow to create a smoky effect */
    box-shadow: 0 0 2.5px rgba(210, 80, 230, 1), 0 0 7.5px rgba(51, 204, 255, 1);
    animation: smokyGlow 4s infinite alternate;
}

/* Keyframes for smoky effect */
@keyframes smokyGlow {
    0% {
        box-shadow: 0 0 10px rgba(210, 80, 230, 1), 0 0 20px rgba(210, 80, 230, 1);
    }
    100% {
        box-shadow: 0 0 15px rgba(51, 204, 255, 1), 0 0 30px rgba(51, 204, 255, 1);
    }
}



form {
    margin-top: 20px;
}

input[type="date"] {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

button {
    background-color: #D250E6;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
	transition: background-color 0.3s ease; /* Add this line for the fade effect */
}

button:hover {
    background-color: #33ccff;
	transform: scale(1.05); /* Slight zoom effect on hover */
}

        input[type="text"], input[type="date"] {
            width: 40%;
            padding: 8px;
            margin-bottom: 10px;
        }
		        input[type="textin"] {
            width: 10%;
            padding: 8px;
            margin-bottom: 10px;
        }
		 input[type="name"]{
            width: 30%;
            padding: 8px;
            margin-bottom: 10px;
        }
        input[type="checkbox"] {
            margin-right: 10px;
        }

@media (max-width: 700px) {
	.homeinfo{padding-top: 100px;}
	.events ul li,.events ul li .date{background: none;}
	.events ul li .date b{display: inline;font-size: 22px;border-right: 1px solid #333;padding-right: 10px;margin-right: 10px;}
}


        /* Initially hide the <p> element */
        #NSAText {
            display: none;
        }
		
		        /* Initially hide the <p> element */
        #GSText {
            display: none;
        }
		
		        /* Initially hide the <p> element */
        #LWText {
            display: none;
        }
		        /* Initially hide the <p> element */
        #CRText {
            display: none;
        }
		
		
		
		
		
		
/* Button styling for the button with id "joinbutton" */
#joinbutton {
  background-color: inherit; /* Primary blue color */
  color: #ccc; /* Text color */
  padding: 10px 20px; /* Padding inside the button */
  border: none; /* Remove default border */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor on hover */
  transition: background-color 0.3s, transform 0.2s ease-in-out; /* Smooth transition */
  align-items: left;
  font-family: "Francois One", Arial, Helvetica;
}

/* Hover state */
#joinbutton:hover {
  background-color: inherit; /* Darker when hovered */
  transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Active state */
#joinbutton:active {
  background-color: inherit; /* Even darker when clicked */
  transform: scale(1); /* Reset zoom on click */
}

/* Focus state */
#joinbutton:focus {
  outline: none; /* Remove default focus outline */
}


   		/* Initially hide the <p> element */
        #EventBenefitsText {
            display: none;
        }

        /* Initially hide the <p> element */
        #DealsBenefitsText {
            display: none;
        }
		
		        /* Initially hide the <p> element */
        #ONPVBenefitsText {
            display: none;
        }
		
		        /* Initially hide the <p> element */
        #DiscordBenefitsText {
            display: none;
        }
		        /* Initially hide the <p> element */
        #CelebrateBenefitsText {
            display: none;
        }



/* Button styling for the button with id "benefits" */
#benefitsbutton {
  background-color: inherit; /* Primary blue color */
  color: #ccc; /* Text color */
  padding: 10px 20px; /* Padding inside the button */
  border: none; /* Remove default border */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor on hover */
  transition: background-color 0.3s, transform 0.2s ease-in-out; /* Smooth transition */
  align-items: left;
  font-family: "Francois One", Arial, Helvetica;
}

/* Hover state */
#benefitsbutton:hover {
  background-color: inherit; /* Darker when hovered */
  transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Active state */
#benefitsbutton:active {
  background-color: inherit; /* Even darker when clicked */
  transform: scale(1); /* Reset zoom on click */
}

/* Focus state */
#benefitsbutton:focus {
  outline: none; /* Remove default focus outline */
}

#content {
    display: none; /* Initially hide content until fully loaded */
}

.contactform {
 			text-align: center;
}

.loading {
   width: 877px;
   height: 300px;
   background-image: url('https://home.clubsesh.org/assets/images/loadinglogo.png'); /* Replace with your actual image URL */
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   position: relative;
   overflow: visible;
}

.loading:before,
.loading:after {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   background: radial-gradient(circle, rgba(200, 200, 200, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
   opacity: 0.8;
   animation: smoke-animation 3s infinite ease-in-out;
}

.loading:after {
   animation-delay: 1.5s; /* Creates offset for layered effect */
}

@keyframes smoke-animation {
   0% {
      transform: scale(1);
      opacity: 0.8;
   }
   50% {
      transform: scale(1.5);
      opacity: 0.4;
   }
   100% {
      transform: scale(2);
      opacity: 0;
   }
}



.skip-link {
  position: absolute;
  top: -40px; /* Moves the link off-screen */
  left: 0;
  background-color: #000;
  color: white;
  padding: 10px;
  z-index: 1000;
  text-decoration: none;
  border-radius: 4px;
}

.skip-link:focus {
  top: 10px; /* Moves the link back on-screen when focused */
  left: 10px;
  transition: top 0.3s ease, left 0.3s ease;
}


.social-table {
        width: 100%;
        border-collapse: collapse;
    }

    .social-table td {
        text-align: center;
        vertical-align: middle;
        padding: 0.5rem;
    }

    .social-table img {
        max-width: 100%; /* Ensure responsiveness */
        height: auto;    /* Maintain aspect ratio */
    }

    @media (max-width: 600px) {
        .social-table {
            display: block; /* Change table to block for stacking */
			width: 50%;
        }

        .social-table tr {
            display: flex;
            flex-direction: column; /* Stack rows vertically */
            align-items: center;
        }

        .social-table td {
            display: block; /* Ensure table cells behave as block elements */
            width: 25%;
        }
    }
	
	
	    .pulse {
      animation: pulse-animation 1.5s infinite;
    }

    @keyframes pulse-animation {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      50% {
        transform: scale(1.2);
        opacity: 0.7;
      }
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }
	
	
	.scrolling-banner {
    display: inline-block;
    white-space: nowrap;
    animation: scrollLeft 30s linear infinite;
}

.scrolling-banner:hover {
    animation-play-state: paused;
}

.scrolling-banner img {
    transition: transform 0.3s ease;
}

.scrolling-banner img:hover {
    transform: scale(1.1);
}

@keyframes scrollLeft {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}