@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	position: relative;
	background-color: #012339;
}

a {
	text-decoration: none;
}

.info {
	font-family: 'Bebas Neue', sans-serif;
}

.container, .container-fluid {
	max-width: 1300px !important;
} 

.navbar {
	background: transparent;
	width: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
}

.announcements {
	background: #FDCB2B;
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
}

.announcements .info {
	display: -webkit-box;
	gap: 16px;
	animation: marquee 40s linear infinite;
}

.announcements .info p {
	color: #033455;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}

.announcements .info img {
	max-width: 100%;
}

@keyframes marquee {
	from {
    	transform: translateX(100%);
  	}
 	to {
    	transform: translateX(-100%);
  	}
}

.navbar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	padding: 25px 0;
	width: 95%;
}

.navbar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}

.navbar .container .logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.navbar .container .logos img {
	max-width: 100%;
}

.navbar .container .list {
	display: flex;
	gap: 25px;
	list-style: none;
}

.navbar .container .list li a {
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-style: bold;
	font-weight: 700;
	font-size: 25px;
	text-decoration: none;
	text-transform: uppercase;
}

.navbar .container .btn-buy {
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #fff; 
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
	padding: 12px 18px;
	border: solid 1px #fff;
	border-radius: 40px;
	text-transform: uppercase;
}

.navbar .container .btn-buy:hover {
	background-color: #fff;
	color: black;
}

.navbar .container .btn-menu {
	display: none;
}

.mobile-nav {
	display: none;
}

.start-banner {
	background-image: url('./../images/banner-2025.png');
	background-size: cover;
	background-position: bottom;
	height: 100vh;
}

.start-banner .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
    height: 100vh;
	width: 95%;
}

.start-banner .container .content {
	justify-items: end;
	margin-left: auto;
	width: 400px;
}

.start-banner .container .content .img-letters {
	max-width: 100%;
}

.start-banner .container .content .list-details {
	display: flex;
    flex-direction: column;
    align-items: end;
	list-style: none;
	padding-top: 20px;
}

.start-banner .container .content .list-details li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.start-banner .container .content .list-details li p {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 44.1px;
	color: #fff;
	text-align: right;
}

.start-banner .container .logos {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: auto;
}

.start-banner .container .logos img {
	max-width: 100%;
}

/*.start-banner .custom-height {
	height: 500px;
}

.start-banner .container h1 {
	text-align: left;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 285px;
	font-weight: 400;
	color: #fff;
	padding-top: 9%;
}

.start-banner .container h6 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 63px;
	font-weight: 400;
	line-height: 50px;
	color: #fff;
    float: right;
    margin-top: -5%;
    margin-right: 4%;
}*/

.countdown {
	background-image: url('./../images/countdown/banner.png');
	height: auto;
	padding: 80px 0;
}

.countdown .container h2 {
	color: #fff;
	font-size: 50px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}

.countdown .container .timer {
	margin-top: 30px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.countdown .container .timer div {
	text-align: center;
}

.countdown .container .timer div h6 {
	color: #FECB19;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 70px;
}

.countdown .container .timer div p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.countdown .container .dates {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
}

.countdown .container .dates div p {
	color: #fff;
	text-align: center;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 35px;
}

.banner-advertisement {
	background: #BF560E;
	padding: 50px 0;
}

.banner-advertisement .container {
	text-align: center;
}

.banner-advertisement .container h2 {
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 70px;
	padding-bottom: 30px;
}

.banner-advertisement .container a {
	background: #fff;
	color: #033455;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-align: Center;
	padding: 12px 40px;
	border: 1px solid #033455;
	border-radius: 30px;
}

.banner-advertisement .container a:hover {
	background: #033455;
	color: #fff;
}

.welcome {
	padding: 80px 0;
}

.welcome .container {
	width: 80%;
}

.welcome .container h1 {
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 60px;
	margin-bottom: 10px;
}

.welcome .container span {
	display: none;
}

.welcome .container .description .text {
	color: #fff;
}

.welcome .container .description .text h6 {
	color: #FECB19;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 32px;
	padding-bottom: 10px;
}

.welcome .container .description .text p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 25px;
}

.welcome .container .description .text p:last-child {
	padding-bottom: 0;
}

.welcome .container .description .image {
	max-width: 100%;
}

.welcome .container .hospitality {
	border: 1px solid #565656;
	margin-top: 60px;
	padding: 16px;
	margin-bottom: 80px;
}

.welcome .container .hospitality .text {
	color: #fff;
}

.welcome .container .hospitality .text h6 {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 32px;
	padding-bottom: 10px;
}

.welcome .container .hospitality .text p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.welcome .container .hospitality .buttons {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 20px;
}

.welcome .container .hospitality .buttons a {
	background-color: #fff;
	color: #033455;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding: 16px 30px;
	border-radius: 50px;
}

.welcome .container .numbers-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 80px;
}

.welcome .container .numbers-grid div {
	border: 1px solid #565656;
	color: #fff;
	padding: 16px;
}

.welcome .container .numbers-grid div h6 {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 32px;
	padding-bottom: 10px;
}

.welcome .container .numbers-grid div p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 10px;
}

.welcome .container .sponsors {
	row-gap: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-bottom: 80px;
}

.sponsors-slider {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}

.sponsors-content {
	display: flex;
	animation: marqueeSponsors 15s linear infinite;
	white-space: nowrap;
}

.sponsor-item {
	flex-shrink: 0;
	padding: 10px 20px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #333;
}

@keyframes marqueeSponsors {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-60%);
	}
}

.sponsors-slider:hover .sponsors-content {
	animation-play-state: paused;
}

.welcome .container .sponsors-slider-mobile {
	display: none;
}

.welcome .container .sponsors div {
	text-align: center;
	max-width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.welcome .container .sponsors div img {
	text-align: center;
	max-width: 100%;
}

.welcome .container .draw {
	justify-content: center;
	row-gap: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.welcome .container .draw div {
	border: 1px solid #565656;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
}

.welcome .container .draw div p {
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 30px;
}

.welcome .container .draw div a {
	background-color: #fff;
	color: #033455;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding: 16px 30px;
	border-radius: 50px;
}

.fact-sheet {
	padding: 80px 0;
}

.fact-sheet .container {
	width: 70%;
}

.fact-sheet .container h1 {
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 70px;
	text-align: center;
	margin-bottom: 50px;
}

.fact-sheet .container h2 {
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 70px;
	text-align: center;
	margin-bottom: 50px;
}

.fact-sheet .container .download {
	border: 1px solid #565656;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	margin-bottom: 50px;
}

.fact-sheet .container .download p {
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 30px;
}

.fact-sheet .container .download a {
	background-color: #fff;
	color: #033455;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding: 16px 30px;
	border-radius: 50px;
}

.fact-sheet .container .map {
	text-align: center;
}

.fact-sheet .container .map img {
	max-width: 100%;
}

.testimony .desktop {
	width: 100%;
	max-width: 100%;
}

.testimony .mobile {
	display: none;
	width: 100%;
	max-width: 100%;
}


.gallery {
	padding: 50px 0;
}

.gallery .container {
	width: 90%;
	text-align: center;
}

.gallery .container a {
	background-color: #fff;
	color: #033455;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding: 16px 30px;
	border-radius: 50px;
}

.gallery .container h1 {
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 70px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.gallery .container .grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 16px;
	grid-row-gap: 40px;
}

.gallery .container .grid a {
	background-color: transparent;
    color: transparent;
    padding: 0;
    border-radius: 0;
    height: 100%;
    width: 100%;
}

.gallery .container .grid a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	max-width: 100%;
}

footer {
	background-color: #033455;
}

footer .container .info {
	border-bottom: 1px solid #7D7D7D;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 90%;
}

footer .container .info .item {
	display: flex;
	align-items: center;
	gap: 16px;
}

footer .container .info .item img {
	max-width: 100%;
}

footer .container .info .item div h6 {
	color: #FECB19;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

footer .container .info .item div p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

footer .container .logos-and-social-networks {
	border-bottom: 1px solid #7D7D7D;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 90%;
}

footer .container .logos-and-social-networks img {
	max-width: 100%;
}

footer .container .logos-and-social-networks div {
	text-align: center;
}

footer .container .logos-and-social-networks div p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

footer .container .logos-and-social-networks div ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
}

footer .container .logos-and-social-networks div ul li a {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

footer .container p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}

footer .container p a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

footer .container p .icon-user {
	border-bottom: none;
}

footer .container p a svg {
	color: #fff;
	width: 12px;
}

/**************************** Responsive ****************************/

@media screen and (max-width: 3000px) {

	.start-banner .container .content {
		width: 500px;
	}

	.start-banner .container .content .img-letters {
	    padding-top: 15%;
		width: 500px;
	}

	.start-banner .container .logos {
		padding-top: 15%;
	}

}

@media screen and (max-width: 2000px) {

	.start-banner .container .content {
		width: 400px;
	}

	.start-banner .container .content .img-letters {
	    padding-top: 15%;
		width: 350px;
	}

}

@media screen and (max-width: 1500px) {

	.start-banner .container .content .img-letters {
	    padding-top: 10%;
		width: 400px;
	}

	.start-banner .container .logos {
		padding-top: 2%;
	}

}

@media screen and (max-width: 1300px) {

	.start-banner .container h1 {
		font-size: 270px;
    	text-align: center;
	}

	.start-banner .container h6 {
	    margin-right: 4%;
	}

}

@media screen and (max-width: 1250px) {

	.start-banner .container h1 {
		font-size: 290px;
	}

	.start-banner .container h6 {
	    margin-right: 3%;
	}

}

@media screen and (max-width: 1200px) {

	.start-banner .container h1 {
		font-size: 255px;
	}

	.start-banner .container h6 {
	    margin-right: 4%;
	}

	.welcome .container .description .image img {
		width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

}

@media screen and (max-width: 1150px) {

	.navbar .container .btn-buy {
		display: none;
	}

	.start-banner .container h1 {
		font-size: 230px;
	}

}

@media screen and (max-width: 1050px) {

	

	.start-banner .container h1 {
		font-size: 220px;
	}

}

@media screen and (max-width: 1000px) {

	.start-banner .container .content {
		width: 100%;
	}

	.start-banner .container .content .list-details {
		display: flex;
		flex-direction: column;
		align-items: start;
	}

	.welcome .container .description {
		gap: 50px;
	}

	footer .container {
		width: 90%;
	}

	footer .container .info {
		width: 100%;
	}

}

@media screen and (max-width: 950px) {

	.navbar .container .logos .logo-challenger-tour {
		display: none;
	}

	.start-banner .container h1 {
		font-size: 200px;
	}

}

@media screen and (max-width: 880px) {

	.start-banner .container h1 {
		font-size: 190px;
	}

	.welcome .container .numbers-grid {
	    grid-template-columns: repeat(2, 1fr);
	}

	.gallery .container .grid {
	    grid-template-columns: repeat(2, 1fr);
	    place-items: center;
	}

}

@media screen and (max-width: 800px) {

	.start-banner .container {
		text-align: center;
	}

	.start-banner .container .content .img-letters {
		padding-top: 15%;
		width: 300px;
	}

	.start-banner .container .logos {
		display: none;
	}

	.navbar .container .list {
		display: none;
	}

	.navbar .container .btn-menu {
		display: block;
	    background: transparent;
	    border: 0;
	    outline: none;
	}

	.mobile-nav {
		background-color: #012339;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    height: 100vh;
	    z-index: 2000;
	}

	.mobile-nav .container {
		margin-left: auto;
		margin-right: auto;
		padding: 30px;
		width: 90%;
	}

	.mobile-nav .container div {
		display: flex;
		justify-content: space-between;
	}

	.mobile-nav .container div img {
		max-width: 100%;
	}

	.mobile-nav .container .btn-close {
		display: block;
	    background: transparent;
	    border: 0;
	    outline: none;
	}

	.mobile-nav .container .list {
		display: flex;
		flex-direction: column;
		list-style: none;
	    margin-top: 30%;
	}

	.mobile-nav .container .list li a {
		color: #fff;
		font-family: Bebas Neue;
		font-size: 24px;
		font-weight: 400;
		line-height: 36px;
		text-align: left;
	}

	.mobile-nav .container .img-buttom {
	    margin-top: 80%;
	}

	.mobile-nav .container .img-buttom img {
		max-width: 100%;
		margin: auto;
	}

	.start-banner {
		background-position: center;
	}

	.start-banner .container h1 {
		padding-top: 15%;
		font-size: 126px;
	}

	.start-banner .container h6 {
		float: none;
		text-align: center;
		margin-top: 10px;
		margin-right: 0;
	}

	.countdown .container h2 {
		color: #fff;
		font-size: 30px;
		width: 90%;
	}

	.countdown .container .dates {
		display: none;
	}

	.banner-advertisement .container h2 {
		font-size: 50px;
	}

	.welcome .container h1 {
		font-size: 50px;
	}

	.welcome .container .description {
	    flex-direction: column;
    	gap: 30px;
	}

	.welcome .container .hospitality {
		gap: 40px;
	}

	.welcome .container .hospitality .buttons {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.welcome .container .draw div p {
		font-size: 25px;
	}

	.welcome .container .draw div a {
	    font-size: 10px;
	}

	.fact-sheet .container h1 {
		font-size: 50px;
	}

	.fact-sheet .container h2 {
		font-size: 50px;
	}

	.fact-sheet .container .download p {
		font-size: 25px;
	}

	.fact-sheet .container .download a {
		font-size: 10px;
	}

	footer .container .info {
		flex-direction: column;
		justify-content: center;
	}

	footer .container .logos-and-social-networks {
		flex-direction: column;
	}

	footer .container .logos-and-social-networks .first-image {
		order: 1;
	}

	footer .container .logos-and-social-networks div {
		order: 3;
	}

	footer .container .logos-and-social-networks .last-image {
		order: 2;
		padding-top: 20px;
	}
}

@media screen and (max-width: 600px) {

	.start-banner .container h1 {
		font-size: 80px;
		padding-top: 20%;
	}

	.start-banner .container h6 {
		font-size: 40px;
	}

	.navbar .container {
	    width: 90%;
	}

	.start-banner {
	    background-size: cover;
	    background-position: center;
    	height: 100vh;
	}

	.start-banner .custom-height {
		display: none;
	}

	.countdown .container h2 {
		font-size: 32px;
		width: 65%;
	}

	.countdown .container .timer {
		grid-row-gap: 30px;
	}

	.banner-advertisement .container h2 {
		font-size: 38px;
		margin-right: auto;
		margin-left: auto;
		width: 70%;
	}

	.banner-advertisement .container a {
		font-size: 14px;
	}

	.welcome .container h1 {
		font-size: 42px;
	    margin-bottom: 25px;
	}

	.welcome .container span {
		display: block;
		color: #FECB19;
		font-family: Bebas Neue;
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 30px;
		text-align: center;
	}

	.welcome .container .description .text h6 {
		display: none;
	}

	.welcome .container .numbers-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.welcome .container .sponsors {
		width: 100%;
	}

	.welcome .container .sponsors .sponsors-content {
		animation: marquee 20s linear infinite;
	}

	.welcome .container .sponsors-slider-mobile {
		display: block;
	}

	.welcome .container .draw div {
	    flex-direction: column;
	    gap: 16px;
	}

	.welcome .container .draw div p {
		text-align: center;
	}

	.fact-sheet .container h1 {
		font-size: 32px;
	}

	.fact-sheet .container h2 {
		font-size: 32px;
	}

	.fact-sheet .container .download {
		flex-direction: column;
		gap: 16px;
	}

	.fact-sheet .container .download p {
		font-size: 25px;
	}

	.testimony .desktop {
		display: none;
	}
	
	.testimony .mobile {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.gallery .container a {
		font-size: 14px;
	}

	.gallery .container h1 {
		font-size: 42px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.gallery .container .grid {
	    grid-template-columns: repeat(1, 1fr);
	    place-items: center;
	}

	footer .container .info {
		gap: 20px;
	}

	footer .container .info .item {
		align-items: start;
	}

	footer .container .info .item div p {
		text-align: left;
	}
}

@media screen and (max-width: 450px) {

	.start-banner {
		background-image: url(./../images/banner.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
	}

	.start-banner .container {
		justify-content: start;
		text-align: center;
	}

	.start-banner .container .content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	    padding-top: 30%;
	}

	.start-banner .container .content .img-letters {
		margin: auto;
		padding-top: 0%;
		width: 150px;
	}

	.start-banner .container .content .list-details {
		align-items: center;
		justify-content: center;
	}

	.start-banner .container .content .list-details li p {
		font-size: 18px;
		line-height: 34.1px
	}

	.start-banner .container h1 {
		font-size: 100px;
	    line-height: 80px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0%;
	    width: 80%;
	}

	.start-banner .container h6 {
		font-size: 30px;
	    margin-top: 0px;
	}

	.start-banner .custom-height {
		display: block;
	}

	.sponsor-item {
		padding: 10px 10px;
	}

}


/* Slider vertical */
.slider-container {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
  }

  .welcome-slider-container {
	width: 200px;
	height: 500px;
	overflow: hidden;
	position: relative;
	background: transparent;
  }

  /* Efectos de sombreado superior e inferior */
  .welcome-slider-container::before,
  .welcome-slider-container::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 150px;
	z-index: 2;
	pointer-events: none;
  }

  .welcome-slider-container::before {
	top: 0;
	background: linear-gradient(to bottom, #012339 0%, transparent 100%);
  }

  .welcome-slider-container::after {
	bottom: 0;
	background: linear-gradient(to top, #012339 0%, transparent 100%);
  }

  .marquee-track {
	position: absolute;
	display: flex;
	flex-direction: column;
  }

  .marquee-up .marquee-track {
	animation: scrollUp 25s linear infinite;
  }

  .marquee-down .marquee-track {
	animation: scrollDown 25s linear infinite;
  }

  .image-slider-card {
	padding: 10px 0;
  }

  .image-slider-card {
	flex: 1;
  }

  @keyframes scrollUp {
	0% {
	  transform: translateY(0);
	}
	100% {
	  transform: translateY(-50%);
	}
  }

  @keyframes scrollDown {
	0% {
	  transform: translateY(-50%);
	}
	100% {
	  transform: translateY(0);
	}
  }

  .welcome-slider-container:hover .marquee-track {
	animation-play-state: paused;
  }

.coming-soon {
	color: #033455 !important;
	font-family: "Roboto", sans-serif !important; 
	font-weight: 500 !important; 
	font-size: 16px !important;
}