html {
	min-height: 100vh;
	font-size: 16px !important;
}

body {
	margin: 0;
	min-height: 100vh;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf');
  font-weight: 400;
  font-style: normal;
}

.menu-toggle:focus {
	outline: none;
}

.menu-main a {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.menu-main a:hover {
	text-decoration: underline;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 0.5rem;
	position: static;
	line-height: 1;
	padding-top: 1.5rem;
}

.slick-dots li {
	margin: 0;
	width: auto;
	height: auto;
}

.slick-dots li button {
	padding: 0;
	background: #c2c2c2;
	width: 1.5rem;
	height: 0.375rem;
	border-radius: 20px;
	transition: background 0.125s ease-in-out, width 0.125s ease-in-out;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li.slick-active button {
	width: 3rem;
	background: #0068a4;
}

.homepage-2025 {
	font-family: "Gotham", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	word-break: break-word;
	min-height: 100vh;
	overflow: hidden;
	color: #00689e;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.supersuporter b {
	font-weight: 700;
}

.supersuporter img {
	max-width: 100%;
}

.supersuporter .container {
	width: 95%;
	max-width: 1340px;
}

/* Background */

.supersuporter .bg-text {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.125rem;
	padding-bottom: 0.25rem;
	border-radius: 5px;
	display: inline-block;
}

/* Color */

.supersuporter .bg-yellow {
	background: #f5ce00 !important;
}

.supersuporter .color-green {
	color: #287d62 !important;
}

.supersuporter .color-white {
	color: #ffffff !important;
}
/* font */

.homepage-2025 h1 {
	font-size: 47px;
    font-weight: 800;
    color: #00689e;
}

.homepage-2025 .hero-h1 {
	font-size: 47px;
    font-weight: 800;
	color: #ffffff;
}

.homepage-2025 h2 {
	font-size: 35px;
    font-weight: 700;
}

.homepage-2025 p {
	font-size: 24px;
}

/* Header */

.supererou-content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 40px 280px;
}

.supererou-content span {
	color: #ffffff;
}

/* supersuporter-text */

.container-small {
	max-width: 840px;
	padding: 70px 0;
}

.supersuporter-text  h2{
	text-transform: uppercase;
}

.supersuporter-video-container {
	position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.supersuporter-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Bootstrap */

.supersuporter .z-index-1 {
	z-index: 1 !important;
}

.supersuporter .row-gap-3 {
	row-gap: 1rem !important;
}

.supersuporter .column-gap-4 {
	column-gap: 1.5rem !important;
}

.supersuporter .column-gap-5 {
	column-gap: 3rem !important;
}

/* slider */

.homepage-slider {
	padding: 0 30px;
}

.homepage-slider .slick-slide {
	padding: 40px 20px;
}

.homepage-slider .slick-prev,
.homepage-slider .slick-next {
	width: 44px;
	height: 44px;
}

.homepage-slider .slick-prev:before,
.homepage-slider .slick-next:before {
	content: '';
	display: block;
	background-image: url("../img/homepage-2025/arrow.png");
	width: 44px;
	height: 44px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.homepage-slider .slick-prev:before {
	transform: rotateY(180deg);
}

/* social */

.homepage-2025-social {
	align-items: center;
	justify-content: center;
	padding-bottom: 60px;
}

.homepage-2025-social p {
	padding-right: 20px;
	margin: 0;
	font-weight: 700;
    font-size: 14px
}

.homepage-social-icons {
	gap: 10px;
}

.homepage-social-icons img {
	width: 40px;
	height: 40px;
}
.footer {
  width: 100%;
  background-color: #a2a2a2;
  color: #fff;
  padding: 1.5rem 6rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

.footer-links {
  max-width: 56.25rem;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
}

.footer-links a,
.footer-links span {
  font-family: "Gotham", sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: normal;
  margin-bottom: 10px;
}


@media (min-width: 576px) {
	
	.supersuporter .column-gap-sm-5 {
		column-gap: 3rem !important;
	}
}


@media (min-width: 1400px) {
	
	.supersuporter .col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.menu-main a {
		font-size: 1.3em !important;
	}
}

@media (max-width: 1399.98px) {
	
	.supersuporter .fs-70 {
		font-size: 4rem !important;
		line-height: 1.0625 !important;
	}
	
	.supersuporter .fs-35 {
		font-size: 2rem !important;
		line-height: 1.125 !important;
	}
}

@media (max-width: 1199.98px) {

	.supererou-content {
		padding: 40px 40px 40px 210px;
	}
	
	.homepage-2025 h1 {
		font-size: 30px;
	}

	.homepage-2025 .hero-h1 {
		font-size: 30px;
	}

	.homepage-2025 h2 {
		font-size: 26px
	}

	.homepage-2025 p {
		font-size: 20px;
	}
}

@media (max-width: 991.98px) {

	.supererou-content {
		padding: 40px 40px 40px 160px;
	}

	.homepage-2025 h1 {
		font-size: 25px;
	}

	.homepage-2025 .hero-h1 {
		font-size: 25px;
	}
	
	.supersuporter-content {
		background: none;
	}

	.homepage-2025 h2 {
		font-size: 20px
	}

	.homepage-2025 p {
		font-size: 16px;
	}

	.homepage-2025-social p {
		font-size: 18px
	}

	.container-small {
		padding: 20px 0;
	}
	
}

@media (max-width: 767.98px) {
	
	.supererou-content {
		padding: 40px 0 40px 140px;
	}
	
	.supererou-products img {
		width: 160vw;
		max-width: unset;
	}

	.container-small {
		padding: 20px 0;
	}

	  .footer {
		padding: 1rem;
	}

	.footer-links {
		font-size: 0.4rem;
	}


}

@media (max-width: 575.98px) {

	.homepage-2025 h2 {
		font-size: 18px
	}

	.homepage-2025 p {
		font-size: 12px;
	}

	.homepage-2025-social p {
		font-size: 18px
	}

	.supersuporter .supersuporter-video {
		padding: 0;
		width: 100%;
		margin: 0;
	}
	
}

@media (max-width: 449.98px) {

	.supererou-content {
		padding: 0px 0 80px 140px;
	}
	
	.homepage-2025 h1 {
		font-size: 21px;
	}

	.homepage-2025 .hero-h1 {
		font-size: 21px;
	}

	.homepage-2025 h2 {
		font-size: 18px
	}

	.homepage-2025 p {
		font-size: 12px;
	}

	.homepage-slider {
		padding: 0;
	}

	.homepage-slider .slick-slide {
		padding: 20px 0;
	}

	.homepage-slider .slick-prev,
	.homepage-slider .slick-next {
		top: 105%;
	}

	.homepage-slider .slick-prev {
		left: 0;
	}

	.homepage-slider .slick-next {
		right: 0;
	}
	
	.homepage-2025-social p {
		font-size: 18px
	}

	.col-11 {
		max-width: 72%;
	}
}

@media (max-width: 321px) {
	.supererou-content {
		padding: 0px 0 70px 110px;
	}

	.homepage-2025 h1 {
		font-size: 18px;
	}

	.homepage-2025 .hero-h1 {
		font-size: 18px;
	}

	.homepage-2025 h2 {
		font-size: 14px
	}

	.homepage-2025 p {
		font-size: 10px;
	}

	.homepage-2025-social p {
		font-size: 16px
	}

	
	.homepage-social-icons img {
		width: 30px;
		height: 30px;
	}
}
