@import url('https://fonts.googleapis.com/css2?family=League+Spartan&family=Lemon&family=Roboto+Condensed&display=swap');

*, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
@media (max-width: 820px) {
.navbar{
	height: 15vh;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	font-weight: 700;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 40px;
	position: fixed;
	transition: 0.3s all;
	z-index: 5;
}

.navbar .logo {
	height: 40px;
	width: 40px;
}
.navbar .navbar-links a {
	display: none;
	color: white;
}
.navbar a.icon {
	display: flex;
	font-size: 35px;
	margin-left: auto;
}

.mobileNavBar {
	position: relative;
	background-color: black;
	height: 100%;
	width: 100%;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 40px;
	transition: 0.3s all;
	z-index: 5;
}
.mobileNavBar .icon {
	position: absolute;
	right: 40px;
	top: 40px;
	color: #E66210;
}
.mobileNavBar .navbar-links {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 50%;
	padding: 40px;
}
.mobileNavBar .logo {
	height: 40px;
	width: 40px;
	margin-left: auto;
	margin-right: auto;
}
.mobileNavBar .icon {
	top: 40px;
	right: 40px;
}
.mobileNavBar .navbar-links a {
	font-size: 35px;
	color: white;
}

.carousel {
	height: 70vh;
	width: 100%;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.socialMediaContainer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 25%;
	width: 50px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	position: absolute;
	left: 0;
	margin-left: 5vw;

}
.socialMediaContainer .icon {
	width: 100%;
	color:white;
	font-size: 25px;
	text-align: center;
}
#superContainer {
	display: inline-block;
}
/* #superContainer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-right: 5vw;
	padding-left: 5vw;
	background: rgb(230,98,16);
	background: linear-gradient(50deg, rgba(230,98,16,1) 0%, rgba(50,2,52,1) 100%);
} */
#bandeAnimeContainer{
	display: none;
}
#bandeAnime {
	display: none;
}

#verticalTextContent {
	display: none;
}

#homeContainer {
	background: rgb(230,98,16);
	background: linear-gradient(50deg, rgba(230,98,16,1) 0%, rgba(50,2,52,1) 100%);
	height: auto;
	width: 100%;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 35px;
	padding-bottom: 50px;
}
#homeContainer h1 {
	margin-bottom: 15px;
	font-size: 25px;
}
#container {
	background: rgb(230,98,16);
	background: linear-gradient(50deg, rgba(230,98,16,1) 0%, rgba(50,2,52,1) 100%);
	height: auto;
	width: 100%;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 35px;
	padding-bottom: 35px;
	
}
#container h1 {
	margin-bottom: 15px;
	font-size: 25px;
}
.grid-div {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 15px;
}
.scrollable-div {
	overflow-x: auto;
	display: flex; 
	width: 100vw;
}
.scrollable-content {
	display: flex;
	width: 440vw;
	gap: 20px;
}
.scrollable-content #items {
	width: 90vw;
	margin-left: 5vw;
	margin-right: 5vw;
}
.scrollable-content #items #info {
	padding-left: 5%;
	padding-right: 5%;
}
#items {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
}
#img {
	background-position: center;
	background-size: cover;
	width: 65vw;
	height: 65vw;
	margin-right: auto;
	margin-left: auto;
}
#info {
	display: flex;
	flex-direction: column;
	font-family: 'League Spartan', sans-serif;
	height: auto;
	width: 100%;
	padding-top: 5%;
	padding-left: 10%;
	padding-right: 10%;
	gap: 15px;
}
#info h4 {
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	height: auto;
	min-width: 90%;
	border-bottom: 2px dashed white;
	padding-bottom: 3%;
	text-align:justify;
}
.grid-div #info h5 {
	font-size: 18px;
	font-weight: 600;
	color: white;
	text-align: end;
	color: #EAC3FF;
}
#info p {
	font-size: 20px;
	color: #EAC3FF;
	float: none;
	text-align: right;
	font-weight: bold;
}
#overlay {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	background-image: url('../img/playbutton.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
#overlay:hover {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	background-color: rgba(0,0,0,0.4);
	background-image: url('../img/playbutton.png');
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease-in-out;
}

.arrows{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 90%;
	height: auto;
	font-size: 30px;
}
.arrows a{
	color: white;
}
.showall{
	border: 5px solid white;
	margin-top: 5%;
	font-size: 3vh;
	font-weight: 800;
	color: white;
	width: 90vw;
	height: auto;
	display: flex;
	justify-content: center;
	padding: 2vh;
	transition: background-color 0.4s ease;
}
.showall:active {
	background-color: #A568BA;
	border: 5px solid #A568BA;
	color: white;
}
#Spacer {
	background-color: white;
	margin-top: 48px;
	margin-bottom: 45px;
	height: 1px;
	width: 90%;
	border-bottom: 2px solid white;
}
.music-grid-div #items, .events-grid-div #items {
	margin-bottom: 2vh;
}
.music-grid-div #items #img {
	border-radius: 50%;
}
.music-grid-div, .events-grid-div #info {
	gap: 10px;
}
.music-grid-div h5, .events-grid-div h5 {
	font-size: 16px;
	font-weight: 500;
	color: white;
	text-align: center;
}
.music-grid-div p, .events-grid-div #info p {
	color: #EAC3FF;
}
.events-grid-div #items #img {
	border-radius: 15px;
}
.alt-about {
	font-size: 21px;
	padding: 3vh;
	text-align: start;
	display: flex;
	flex-direction: column;
	gap: 2vh;
}
.alt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 5%;
}
.alt .text {
	width: 100%;
	height: auto;
	text-align: justify;
}
.alt-img {
	height: 40vh;
	width: 100%;
	background-color: white;
	margin-bottom: 2vh;
}
.alt-h1 {
	font-size: 25px;
}
.alt-h2 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 2vh;
	color: #ffab77;
}
.alt-p {
	font-size: 18px;
	height: auto;
}
#residents {
	display: flex;
	flex-direction: row;
	width: 100vw;
	height: auto;
	padding: 5%;
	gap: 15vh;
	z-index: 1;
}
.items {
	width: 70vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: -50vw;
}
#residents .img {
  height: 70vw;
  width: 70vw;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}

.h1 {
  font-size: 23px;
  font-weight: bold;
}

.h2 {
  font-size: 19px;
}

#residents .line {
  height: 1px;
  width: 100%;
  position: relative;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

#residents p {
  font-size: 2.5vh;
  text-align: left;
}

.hidden {
	opacity: 0;
	filter: blur(5px);
	transform: translateX(-100%);
	transition: all 1s;
}
.show {
	opacity: 1;
	transform: translateX(0);
	filter: blur(0);
}
.footer {
	height: 55vh;
	width: 100%;
	padding: 3vh;
	background: rgb(230,98,16);
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.footer #div2 {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 3vw;
	color: WHITE;
	text-align: left;
	font-size: 2vh;
	justify-content: space-between;
	margin-bottom: 2vh;
}
#div2 #help {
	display: flex;
	flex-direction: column;
}
#div2 #legal {
	display: flex;
	flex-direction: column;
}
#div2 #smedia {
	display: flex;
	flex-direction: column;
}
#div2 a {
	margin-top: 1vh;
	color: white;
	font-size: 1.5vh;
}
#div2 a:hover {
	color: black;
}
.footer #div1 {
	font-size: 3vh;
	text-align: justify;
	width: 100%;
	margin-bottom: 2vh;
	font-weight: 800;
}
.footer #logo {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../img/fullLogoWhite.png');
}
#spacer {
	background-color: white;
	margin-top: 5vh;
	margin-bottom: 5vh;
	height: 1px;
	width: 100%;
}
.footerContainer{
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	width: 100%;
}

.streamPlatforms {
	display: flex;
	gap: 50px;
	margin-bottom: 2vh;
}
.streamPlatforms .ra {
	background-image: url('../img/ra.png');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	list-style-type: none;
}
.streamPlatforms ul {
	display: flex;
	flex-direction: row;
	gap: 25px;
}
.streamPlatforms i {
	margin-top: 10px;
	font-size: 30px;
	color:white;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.streamPlatforms i:last-child{
	width: 8vw;
}
.streamPlatforms .ra:hover{
	background-image: url('../img/rablack.png');
}
.streamPlatforms i:hover {
	color: black;
}

.gallery-div {
	margin-top: 5vh;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	height: 100%;
	padding: 5%;
  }
  
.gallery-item {
	position: relative;
	display: block; 
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.gallery-div a:nth-child(1){
	grid-column: span 4;
	grid-row: span 2;
}

.gallery-div a:nth-child(2),
.gallery-div a:nth-child(3){
    grid-column: span 2;
}

.gallery-div a:nth-child(4),
.gallery-div a:nth-child(5){
    grid-column: span 3;
}

.image-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px;
	border-radius: 15px;
	opacity: 0;
	transition: opacity 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.gallery-item:hover .image-info {
	opacity: 1;
}
.image-info h3,
.image-info p {
	margin: 0;
	padding: 5px;
}

.image-info h3 {
	font-size: 4vh;
	font-weight: bold;
}

.image-info p {
	font-size: 3vh;
}
.join-div {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: auto;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.join-div h1 {
	font-size: 4.5vh;
}
.join-div p {
	font-size: 3vh;
}
.join-div .divContainer {
	padding-top: 5%;
	padding-bottom: 5%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.join-div .div1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
}
.join-div .div2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
}
.join-div form {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 100%;
	height: auto;
}
.join-div option {
	color: black;
}
.join-div label {
	font-size: 2.5vh;
	font-weight: bold;
}
.join-div .input {
	background-color: transparent;
	width: 100%;
	padding: 10px;
	font-size: 35px;
	color: white;
	border: 3px solid white;
	height: 80px;
}
.join-div #textarea {
	background-color: transparent;
	border: 3px solid white;
	height: 300px;
	padding: 10px;
	font-size: 25px;
	color: white;
}
.join-div .newsCheck {
	display: flex;
	gap: 5px;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.join-div #checkbox {
	cursor: pointer;
	height: 50px;
	width: 50px;
}
.join-div #submit {
	background-color: white;
	width: 100%;
	padding: 5px;
	font-size: 35px;
	font-weight: bold;
	color: #E66210;
	border: 3px solid white;
	height: 80px;
}
.join-div #submit:hover{
	background-color: transparent;
	border: 3px solid white;
	color: white;
	transition: background-color 0.5s ease;
}
.pagination {
	display: flex;
	justify-content: center;
	margin-top: 5vh;
	gap: 5px;
}
.pagination .btn {
	width: 35px;
	height: 35px;
	background-color: #E66210;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.pagination .btn:hover {
	background-color: white;
	color: #E66210;
}
.pagination .active {
	background-color: white;
	color: #E66210;
}
.newsletterContainer {
	background-color: rgba(0, 0, 0, 0.637);
	z-index: 20;
	height: 100vh;
	width: 100vw;
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	animation:fadeIn 0.5s ease;
}
@keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
.newsletterContainer .close {
	width: 100%;
	height: 100%;
	position: absolute;
}
.close a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}
.close li {
	font-size: 50px;
	color: white;
	margin-right: 50px;
	margin-top: 25px;
}
.newsletterModal {
	height: 60%;
	width: 75%;
	border-radius: 15px;
	background-color: white;
	display: flex;
	flex-direction: column;
	z-index: 5;
}
.newsletterImg {
	height: 30%;
	width: 100%;
	background-image: url('../img/newsBg.png');
	background-size: cover;
	background-position: center;
	color: white;
	padding: 25px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.newsletterImg h1 {
	font-size: 25px;
	font-weight: 600;
}
.newsletterImg h2 {
	font-size: 18px;
	font-weight: 400;
}
.newsletterInfo {
	height: 70%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px;
}
.newsletterInfo p {
	font-size: 20px;
	font-weight: 300;
	color: black;
}
.newsletterInfo form {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.newsletterInfo #email {
	width: 100%;
	height: 50px;
	padding: 15px;
	font-size: 15px;
	color:#414141;
	border:2px solid #290036;
}
.newsletterInfo .errorMessage {
	color: red;
}
.newsletterInfo #submit {
	background-color: #290036;
	border-radius: 5px;
	width: 100%;
	height: 50px;
	color: white;
	font-size: 20px;
}
#subLoaderImage {
	display: none;
}

}



@media (min-width: 821px) {

*, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	overflow-x: visible;
}

.navbar {
	height: 15vh;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%);
	position: fixed;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	padding-top: 4vh;
	padding-left: 5vw;
	padding-right: 5vw;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.navbar .logo {
	height: 30px;
	width: 30px;
}
.navbar-links {
	display: flex;
	background-color: transparent;
	gap: 15px;
}
.navbar-links a:last-child {
	display: none;
}
.navbar-links a:not(:last-child){
	color: white;
	font-size: 17px;
	background-color: transparent;
	display: block;
}
.navbar-links a:hover{
	color: #E66210;
}
.logo {
	background-color: transparent;
	font-size: 5vh;
	color: white;
	display: flex;
}
#buttonMore {
	border: 3px solid white;
	font-size: 3.5vh;
	background-color: transparent;
	color: white;
	padding: 2vh;
	margin-top: 5vh;
}
#buttonMore:hover {
	background-color: #E66210;
	border: 3px solid #E66210;
	color: white;
	transition: background-color 0.4s ease;
}
.carousel {
	height: 100vh;
	width: 100%;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.carousel h1 {
	font-size: 10vh;
	color: white;
}
.socialMediaContainer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 50%;
	width: 50px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	position: absolute;
	left: 0;
	margin-left: 5vw;
}
.socialMediaContainer .icon {
	width: 100%;
	color:white;
	font-size: 25px;
	text-align: center;
}
.socialMediaContainer .icon:hover {
	color: #E66210;
}
#superContainer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-right: 5vw;
	padding-left: 5vw;
	background: rgb(230,98,16);
	background: linear-gradient(50deg, rgba(230,98,16,1) 0%, rgba(50,2,52,1) 100%);
}
#bandeAnimeContainer{
	height: auto;
	position: relative;
	width: 5%;
	border-left: 2px solid white;
	border-right: 2px solid white;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}
#bandeAnime {
	display: flex;
	position: absolute;
	flex-direction: column;
	align-items: center;
	gap:15px;
	top: 0;
    animation: moveAnimation 20s linear infinite;
    animation-play-state: running;
	transition: all 2s;
}
#bandeSocial {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	transition: all 1s;
}
#bandeSocial ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 150px;
	width: 100%;
}
#bandeSocial li {
	font-size: 1.8vw;
	color:white;
	width: 100%;
	height: 4vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.ra {
	background-image: url('../img/ra.png');
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	list-style-type: none;
}
#bandeSocial a {
	width: 100%;
}
#bandeSocial li:hover {
	color: white;
	background-color: #E66210;
}
#verticalTextContent {
	writing-mode: vertical-rl;
	text-orientation: sideways;
	color: white;
	font-size: 1.5vw;
}
.bandeHidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s;
}
.bandeVisible {
    opacity: 1;
    visibility: visible;
}

#container {
	padding: 5vw;
	background: rgb(230,98,16);
	background: linear-gradient(50deg, rgba(230,98,16,1) 0%, rgba(50,2,52,1) 100%);
	width: 100%;
	height: auto;
	display: inline-block;
	color: white;
}
#homeContainer {
	padding-top: 5vw;
	width: 95%;
	height: auto;
	display: inline-block;
	color: white;
}

#container h1 {
	font-family: 'League Spartan', sans-serif;
	color: white;
	font-weight: 700;
	font-size: 6vh;
}
#container #Spacer{
	height: 5vh;
}
.grid-div {
	height: auto;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 0vh;
	padding-top: 5vh;
}
#items {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 16vw;
	height: 100%;
}
#items #img {
	background-position: center;
	background-size: cover;
	width: 16vw;
	height: 16vw;
	border-radius: 30px;
}
#items #info {
	font-family: 'League Spartan', sans-serif;
	height: auto;
	width: 100%;
	padding: 1vh;
	overflow-y: hidden;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#info h4 {
	font-size: 1.2vw;
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	height: auto;
	width: 100%;
	text-align: justify;
}
#info p {
	font-size: 1vw;
	color: #EAC3FF;
	float: none;
	text-align: right;
	font-weight: bold;
}

.scrollable-div {
	width: 100%;
	margin-top: 35px;
	overflow-x: unset;
	white-space: unset;
}
.scrollable-content {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.events-grid-div {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
	padding: 0vh;
	padding-top: 5vh;
}
.music-grid-div {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
	padding: 0vh;
	padding-top: 5vh;
}
.music-grid-div #items #img {
	border-radius: 50%;
}
.music-grid-div #info {
	gap: 10px;
}
.music-grid-div h5 {
	font-size: 15px;
	font-weight: 500;
	color: white;
	text-align: justify;
}
.music-grid-div #info p {
	color: #EAC3FF;
}
.item {
	animation: fadeIn 0.9s ease-in-out;
}
#overlay {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	background-image: url('../img/playbutton.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
}
#overlay:hover {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	background-color: rgba(0,0,0,0.4);
	background-image: url('../img/playbutton.png');
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease-in-out;
}

.showall{
	border: 3px solid white;
	margin-top: 3vh;
	margin-bottom: 5vh;
	font-size: 1.2vw;
	font-weight: 800;
	color: white;
	width: 15vw;
	height: auto;
	display: flex;
	justify-content: center;
	padding: 2vh;
	transition: background-color 0.4s ease;
}
.showall:hover{
	background-color: #ffffff;
	border: 3px solid #ffffff;
	color: #ff7824;
}
.arrows {
	display: none;
}
.footer {
	height: 40vw;
	width: 100%;
	padding: 5vw;
	background: rgb(230,98,16);
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer .streamMusic {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap:5px;
	margin-bottom: 25px;
}
.footer .streamMusic h3 {
	font-size: 18px;
	font-weight: 500;
}
.streamPlatforms {
	display: flex;
	gap: 50px;
	margin-top: 15px;
}
.streamPlatforms ul {
	display: flex;
	flex-direction: row;
	width: 50%;
	gap: 50px;
}
.streamPlatforms i {
	font-size: 1.8vw;
	color:white;
	height: 100%;
	width: 3vw;
	display: flex;
	flex-direction: column;
	align-items: center;

}
.streamPlatforms .ra {
	background-size: 90%;
}
.streamPlatforms .ra:hover{
	background-image: url('../img/rablack.png');
}
.streamPlatforms i:hover {
	color: black;
}


.footerContainer {
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	width: 100%;
}
.footer #div2 {
	width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 2vw;
	color: WHITE;
	text-align: right;
	font-size: 18px;
}
#div2 #help {
	display: flex;
	flex-direction: column;

}
#div2 #legal {
	display: flex;
	flex-direction: column;
}
#div2 #smedia {
	display: flex;
	flex-direction: column;
}
#div2 a {
	margin-top: 5px;
	color: white;
	font-size: 13px;
}
#div2 a:hover {
	color: black;
}
.footer #div1 {
	font-size: 25px;
	width: 50%;
}
.footer #logo {
	height: 80%;
	width: 60%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../img/fullLogoWhite.png');
	margin-left: auto;
	margin-right: auto;
}
#spacer {
	background-color: white;
	margin-top: 5vh;
	margin-bottom: 5vh;
	height: 1px;
	width: 100%;
}
.gallery-div {
	margin-top: 5vh;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
	width: 100%;
	height: 100%;
  }
  
.gallery-item {
	position: relative; /* Ensure the parent div is relative for absolute positioning */
	display: block; /* Ensure anchor elements are displayed as blocks to take full width */
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.gallery-div a:nth-child(1){
	grid-column: span 4;
	grid-row: span 2;
}

.gallery-div a:nth-child(2),
.gallery-div a:nth-child(3){
    grid-column: span 2;
}

.gallery-div a:nth-child(4),
.gallery-div a:nth-child(5){
    grid-column: span 3;
}

.image-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px;
	border-radius: 15px;
	opacity: 0;
	transition: opacity 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.gallery-item:hover .image-info {
	opacity: 1;
}
.image-info h3,
.image-info p {
	margin: 0;
	padding: 5px;
}

.image-info h3 {
	font-size: 4vh;
	font-weight: bold;
}

.image-info p {
	font-size: 3vh;
}



.alt-about {
	font-size: 3vh;
	font-weight: 500;
	margin-bottom: 5vh;
	text-align: justify;
	display: flex;
	flex-direction: column;
	gap: 2vh;
}
.alt-about li {
	font-size: 2.3vh;
	padding: 1vh;
}
.alt {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5vh;
	height: 70vh;
}
.alt .text {
	width: 55%;
	height: 100%;
}
.alt-img {
	border-radius: 10px;
	height: 100%;
	width: 40%;
	background-color: white;
}
.alt-h1 {
	font-size: 50px;
}
.alt-h2 {
	font-size: 30px;
	margin-bottom: 5vh;
	color: #ffab77;
}
.alt-p {
	font-size: 25px;
	height: 50vh;
}
#residents {
	display: flex;
	width: 100%;
	height: auto;
}

.items {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#residents .img {
  height: 25vw;
  width: 100%;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}

.h1 {
  font-size: 50px;
  font-weight: bold;
}

.h2 {
  font-size: 25px;
}

#residents .line {
  height: 1px;
  width: 100%;
  position: relative;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

#residents p {
  font-size: 25px;
  text-align: justify;
}




.join-div {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: auto;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.join-div .divContainer {
	display: flex;
	gap: 50px;
}
.join-div .div1{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 25px;
}
.join-div .div2 {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}
.join-div h1 {
	font-size: 5vh;
}
.join-div p {
	font-size: 3vh;
}
.join-div form {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: auto;
	gap: 25px;
}
.join-div option {
	color: black;
}
.join-div label {
	font-size: 35px;
	font-weight: bold;
}
.join-div .input {
	background-color: transparent;
	width: 100%;
	padding: 10px;
	font-size: 35px;
	color: white;
	border: 3px solid white;
	height: 80px;
}
.join-div #textarea {
	background-color: transparent;
	border: 3px solid white;
	height: 300px;
	padding: 10px;
	font-size: 25px;
	color: white;
}
.join-div .newsCheck {
	display: flex;
	gap: 5px;
	align-items: center;
}
.join-div #checkbox {
	cursor: pointer;
	height: 30px;
	width: 30px;
}
.join-div #submit {
	background-color: white;
	width: 100%;
	padding: 5px;
	font-size: 35px;
	font-weight: bold;
	color: #E66210;
	border: 3px solid white;
	height: 80px;
}
.join-div #submit:hover{
	background-color: transparent;
	border: 3px solid white;
	color: white;
	transition: background-color 0.5s ease;
}

.hidden {
	opacity: 0;
	filter: blur(5px);
	transform: translateX(-100%);
	transition: all 1s;
}
.show {
	opacity: 1;
	transform: translateX(0);
	filter: blur(0);
}
.grid-div #info h5 {
	font-size: 1vw;
	font-weight: 600;
	color: white;
	text-align: right;
	color: #EAC3FF;
}
.pagination {
	display: flex;
	justify-content: center;
	margin-top: 5vh;
	gap: 5px;
}
.pagination .btn {
	width: 35px;
	height: 35px;
	background-color: #E66210;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.pagination .btn:hover {
	background-color: white;
	color: #E66210;
}
.pagination .active {
	background-color: white;
	color: #E66210;
}
.newsletterContainer {
	background-color: rgba(0, 0, 0, 0.637);
	z-index: 20;
	height: 100vh;
	width: 100vw;
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	animation:fadeIn 0.5s ease;
}
.newsletterContainer .close {
	width: 100%;
	height: 100%;
	position: absolute;
}
.close a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}
.close li {
	font-size: 50px;
	color: white;
	margin-right: 50px;
	margin-top: 25px;
}
.newsletterModal {
	height: 60%;
	width: 40%;
	border-radius: 7px;
	background-color: white;
	display: flex;
	flex-direction: column;
	z-index: 5;
}
.newsletterImg {
	height: 30%;
	width: 100%;
	background-image: url('../img/newsBg.png');
	background-size: cover;
	background-position: center;
	color: white;
	padding: 25px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.newsletterImg h1 {
	font-size: 25px;
	font-weight: 600;
}
.newsletterImg h2 {
	font-size: 20px;
	font-weight: 400;
}
.newsletterInfo {
	height: 70%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px;
}
.newsletterInfo p {
	font-size: 20px;
	font-weight: 300;
	color: black;
}
.newsletterInfo form {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.newsletterInfo #email {
	width: 100%;
	height: 50px;
	padding: 15px;
	font-size: 15px;
	color:#414141;
	border:2px solid #290036;
}
.newsletterInfo .errorMessage {
	color: red;
	display: none;
}
.newsletterInfo #submit {
	background-color: #290036;
	border-radius: 5px;
	width: 50%;
	height: 50px;
	color: white;
	font-size: 20px;
	cursor: pointer;
}
.newsletterInfo #submit:hover {
	background-color: #5b0077;
	transition: all 0.3s ease;
}
#subLoaderImage {
	display: none;
}



@keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
}
@keyframes moveAnimation {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(300%);
    }
}



}