/*
Theme Name: Vianense SAD
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


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

html {
	overflow-x: hidden;
	font-family: "Barlow Condensed", sans-serif;
}

.no-scroll {
	overflow: hidden;
}

body {
	overflow: hidden;
	counter-reset: heading-2;
}

span,
a {
	display: block;
	text-decoration: none;
	color: inherit;
}

h2,
.archive-members-admin-section h1,
.about-us-description-section h1 {
	color: #1DA8FA;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 6px;
	z-index: 1;
	position: relative;
}

h3,
.archive-members-admin-section h2 {
	color: #021B52;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 7px;
	z-index: 1;
	position: relative;
}

p {
	color: #393939;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.main-container {
	max-width: 1600px;
	margin: 0 auto;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.info-pages-container {
	max-width: 627px;
	margin: 0 auto;
}

.news-container {
	max-width: 627px;
	margin-left: 300px;
}

.main-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-top {
	display: flex;
	list-style: none;
	gap: 23px;
	align-items: center;
}

header {
	position: relative;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.30);
}

header .custom-logo-link {
	position: absolute;
	top: 50px;
	z-index: 5;
}

header .sub-menu {
	display: none;
}

.menu-top>li>a {
	color: #000;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	transition: all .2s;
}

.menu-top>li:not(:last-child)>a:hover {
	font-weight: 600;
}

.menu-top .sub-menu .current-menu-item a {
	font-weight: 600;
}

.menu-top>li:not(:last-child):hover>a {
	color: #000;
}

header .menu-item-has-children {
	position: relative;
	display: flex;
	gap: 7px;
	align-items: center;
}

header .menu-item-has-children>a {
	padding: 25px 0;
	position: relative;
}

header .menu-item-has-children>a::after {
	content: " ";
	position: relative;
	display: inline-block;
	background-image: url(assets/images/arrow-down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 3px;
	margin-left: 8px;
	top: -4px;
}

header .current-menu-item,
header .menu-top>.current-menu-parent {
	position: relative;
}

header .menu-top>.current-menu-item::after {
	content: " ";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #002169;
}

header .menu-top>.current-menu-parent::before {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #002169;
}

header .menu-item-has-children:hover .sub-menu {
	display: flex;
}

header .sub-menu {
	position: absolute;
	list-style: none;
	padding: 15px 16px;
	background-color: #EDEDED;
	top: 62px;
	left: -45px;
	flex-direction: column;
	gap: 11px;
	width: 135px;
	text-align: right;
	z-index: 1;
}

header .sub-menu::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #002169;
	height: 4px;
}

header .menu-item-has-children:nth-of-type(2) .sub-menu {
	left: -62px;
	z-index: 20;
}

header .sub-menu a {
	color: #000;
	font-family: 'Barlow', sans-serif;
	font-size: 13.881px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	transition: all .2s;
}

header .sub-menu a:hover {
	color: #019FFE;
}

.header-language {
	background-color: #EDEDED;
}

.header-language .select2-selection__rendered {
	background-color: #EDEDED;
	color: #000;
	font-family: 'Barlow', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.select2-dropdown {
	z-index: 9999999 !important;
	position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1 !important;
	height: 100%;
}

.select2-search--dropdown {
	display: none !important;
}

.select2-container--default .select2-selection--single {
	border: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	width: fit-content;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
}

.header-language .main-container {
	display: flex;
	justify-content: flex-end;
	gap: 7px;
	align-items: center;
}

.language-span {
	background-color: #D7D7D7;
	padding: 6px 7px;

}

.header-language .main-container>span {
	color: #000;
	font-family: 'Barlow', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	width: fit-content !important;
}

.header-store span {
	display: inline-block;
	color: #000;
}

.header-store a {
	color: #FFF;
	font-family: 'Barlow', sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: 700;
	line-height: 17.147px;
	text-transform: uppercase;
	background-color: #019FFE;
	padding: 11px 13px;
	display: flex;
	gap: 4px;
	transition: all .2s;
}

.header-store a:hover {
	background-color: #002169;
}

.header-store a:hover span {
	color: #019FFE;
}

.menu-mobile-button {
	display: none;
	cursor: pointer;
	border: none;
	background-color: transparent;
}

footer li a:hover,
.menu-bottom .sub-menu li a:hover,
.footer-contacts a:hover {
	color: #019FFE;
}

.footer-partners a:hover {
	background-color: #fff;
	color: #019FFE;
}

footer {
	background-color: #001A54;
	padding: 66px 60px 100px 60px;
}

footer h3 {
	color: #019FFE;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: normal;
}

.main-footer {
	display: flex;
	justify-content: space-between;
	gap: 65px;
}

.footer-content-flex {
	display: flex;

}

.footer-socials {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-socials-flex {
	display: flex;
	gap: 8px;
}

.footer-socials-flex a {
	transition: all .2s;
}

.footer-socials-flex a:hover {
	transform: scale(1.1);
}

.footer-socials-flex .facebook-icon,
.footer-socials-flex .instagram-icon,
.footer-socials-flex .linkedin-icon,
.footer-socials-flex .youtube-icon {
	height: 20px;
	width: 20px;
	background-size: cover;
	background-repeat: no-repeat;
}

footer .facebook-icon {
	background-image: url(assets/images/facebook.svg);
}

footer .instagram-icon {
	background-image: url(assets/images/instagram.svg);
}

footer .linkedin-icon {
	background-image: url(assets/images/linkedin.svg);
}

footer .youtube-icon {
	background-image: url(assets/images/youtube.svg);
}

.footer-main-content {
	display: flex;
	gap: 100px;
}

.footer-intro-content p {
	color: #9BADD4;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
}

.footer-partners a {
	background-color: #019FFE;
	color: #000;
	font-family: 'Barlow', sans-serif;
	font-size: 17.147px;
	font-style: italic;
	font-weight: 700;
	line-height: 17.147px;
	text-transform: uppercase;
	width: fit-content;
	padding: 11px 13px;
	margin-top: 12px;
}

.footer-intro-content {
	display: flex;
	flex-direction: column;
	width: 36%;
}

.footer-intro-content img {
	margin-top: 26px;
}

.footer-partners {
	max-width: 163px;
	margin-top: auto;
}

.footer-partners h3 {
	color: #FFF;
}

.footer-info-content {
	display: flex;
	gap: 100px;
}

.footer-contacts h4 {
	color: #9BADD4;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 23px;
}

.fixed-network-info-span {
	color: #5273BC;
	font-family: 'Barlow', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.footer-contacts a,
.footer-contacts span:not(.fixed-network-info-span) {
	color: #FFF;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.footer-visit-shop span {
	display: inline-block;
}

.footer-visit-shop h3 {
	color: #019FFE;
	font-size: 50px;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-visit-shop .white {
	color: #FFF;
}

.footer-visit-shop {
	background-color: #001543;
	padding: 25px 75px 28px 28px;
	width: 43%;
	display: flex;
	flex-direction: column;
	background-image: url(assets/images/footer-loja.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

.footer-visit-shop p {
	color: #FFF;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.footer-visit-shop a {
	margin-top: auto;
	color: #FFF;
	font-family: 'Barlow', sans-serif;
	font-size: 17.147px;
	font-style: italic;
	font-weight: 500;
	line-height: 17.147px;
	text-transform: uppercase;
	padding: 11px 13px;
	border: 1px solid #FFF;
	width: fit-content;
	transition: all .2s;
}

.footer-visit-shop a:hover {
	border: 1px solid #019FFE;
	color: #019FFE;
}

.nav-footer {
	margin-top: 57px;
}

.footer-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-links a:hover {
	text-decoration: underline;
}

.footer-links div {
	display: flex;
	gap: 20px;
	margin-left: 190px;
}

.footer-links a {
	color: #7E99D6;
	font-family: 'Barlow', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.menu-bottom {
	list-style: none;
}

.menu-bottom>li>a {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 3px;
}

.menu-bottom .sub-menu {
	list-style: none;
}

.menu-bottom .sub-menu li a {
	color: #FFF;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

/*Página Inicial*/

.frontpage-banner-section {
	min-height: 100vh;
	position: relative;
}

.banner>img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -5;
}

.banner .main-container {
	padding: 130px 0 0 130px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	min-height: inherit;
	gap: 90px;
}

.banner-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;

}

.banner h1 {
	color: #FFF;
	font-family: "Barlow Condensed";
	font-size: 113px;
	font-style: italic;
	font-weight: 700;
	line-height: 86%;
	text-transform: uppercase;
}

.banner h1 span {
	color: #041E58;
}

.banner-description-wrapper {
	max-width: 485px;
}

.banner .banner-content p {
	color: #FFF;
	font-family: 'Barlow', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 131%;
	text-transform: uppercase;
	margin-top: 7px;
}

.banner-store-button {
	background-color: #019FFE;
	width: fit-content;
	color: #FFF;
	font-family: 'Barlow', sans-serif;
	font-size: 17.147px;
	font-style: italic;
	font-weight: 700;
	line-height: 17.147px;
	text-transform: uppercase;
	padding: 11px 13px;
	display: flex;
	gap: 5px;
	margin-top: 20px;
	transition: all .2s;
}

.banner-store-button:hover {
	color: #019FFE;
	background-color: #FFF;
}

.banner a span {
	display: inline-block;
	color: #000;
}

.frontpage-about-us-section {
	display: flex;
	background-image: url(assets/images/about_us_background.webp);
	background-size: cover;
	background-repeat: no-repeat;
	align-items: center;
}

.frontpage-about-us-image {
	width: 61%;
	display: flex;
}

.frontpage-about-us-image img {
	height: 100%;
	width: 100%;
}

.frontpage-about-us-content {
	width: 50%;
	padding: 0 6%;
}

.frontpage-about-us-text-wrapper {
	max-width: 411px;
}

.frontpage-about-us-content a {
	color: #000;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	line-height: 17.147px;
	text-transform: uppercase;
	padding: 11px 13px;
	width: fit-content;
	border: 1px solid #000;
	margin-top: 12px;
	transition: all .2s;
}

.frontpage-about-us-content a:hover {
	border: 1px solid #019FFE;
	color: #019ffe;
	transform: scale(1.1);
}

.frontpage-game-schedule-section {
	padding: 100px 60px 83px 60px;
	background-image: url(assets/images/riscas.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 72%;
}

.frontpage-game-schedule-section .main-container {
	display: flex;
	gap: 111px;
}

.frontpage-game-schedule-intro {
	width: 13%;
}

.frontpage-game-schedule-games {
	width: 83%;
}

.game-schedule-flex {
	display: flex;
	align-items: center;
}

.game-schedule {
	background-color: #FFF;
	padding: 25px 20px 28px 0;
	position: relative;
	width: 25%;
}

.game-schedule:not(.game-schedule.next) {
	box-shadow: 0px 0px 46.5px 0px rgba(0, 0, 0, 0.15);
}

.game-schedule.next {
	width: 28%;
}

.game-schedule::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 30px;
	height: 75%;
	width: 1px;
	background-color: #EDEDED;
}

.game-schedule.next {
	background-color: #101E5A;
}


.game-schedule.next .game-schedule-span-1,
.game-schedule.next span.loser {
	color: #FFF;
	font-size: 24.18px;
	font-weight: 400;
	line-height: 23.08px;
}

.game-schedule.next .game-schedule-date-info::before,
.game-schedule.next::before {
	display: none;
}

.game-schedule.next .game-schedule-date-info {
	background-color: #101E5A;
	padding: 0;
}

.game-schedule.next .game-schedule-stats-home-team,
.game-schedule.next .game-schedule-stats-away-team {
	justify-content: flex-start;
	gap: 20px;
}

.game-schedule.next {
	padding: 32px 30px 0 32px;
}

.game-schedule.next .next-game {
	display: block;
	color: #019FFE;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.game-schedule-date-info {
	background-color: #EDEDED;
	padding: 12px 0 12px 24px;
	position: relative;
}

.game-schedule.next .game-schedule-stats-away-team span,
.game-schedule.next .game-schedule-stats-home-team span {
	color: #FFF;
	font-size: 24.18px;
	font-weight: 500;
	line-height: 23.08px;
}

.game-schedule .game-schedule-date-info::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background-color: #019FFE;
}

.game-schedule:last-child .game-schedule-date-info::before {
	display: none;
}

.game-schedule .game-schedule-stats-away-team span,
.game-schedule .game-schedule-stats-home-team span {
	color: #021B52;
	font-size: 21px;
	text-transform: uppercase;
	display: inline-block;
}

.game-schedule span.winner {
	font-weight: 500;
}

.game-schedule-span-1 {
	display: inline-block;
	color: #021B52;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
}

.game-schedule-span-2 {
	font-weight: 300;
	color: #021B52;
	font-family: "Barlow Condensed";
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	display: inline-block;
}

.game-schedule.next .game-schedule-span-2 {
	color: #FFF;
	font-size: 23.08px;
	font-weight: 275;
	text-transform: uppercase;
}

.game-schedule h4 {
	color: #989898;
	font-size: 16px;
	font-weight: 400;
}

.game-schedule-stats-home-team,
.game-schedule-stats-away-team {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 35px 0 35px;
	gap: 5px;
}


.game-schedule-stats-home-team img,
.game-schedule-stats-away-team img {
	height: 45px;
	width: 45px;
	object-fit: contain;
}


.team-result.winner span {
	color: #FFF;
	font-size: 25px;
	font-weight: 600;
	line-height: 50px;
	background-color: #101E5A;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.team-result.loser span {
	color: #101E5A;
	font-size: 25px;
	font-weight: 600;
	line-height: 50px;
	background-color: #e8e8e8;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.game-countdown {
	background-color: #019FFE;
	padding: 13px;
	width: fit-content;
	margin-top: 10px;
	margin-left: auto;
	display: flex;
}

.game-countdown .game-time {
	color: #FFF;
	font-size: 39.48px;
	font-weight: 500;
	letter-spacing: 1.184px;
	text-transform: uppercase;
}

.game-countdown div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.game-hours,
.game-minutes,
.game-seconds {
	color: #FFF;
	font-size: 39.48px;
	font-weight: 500;
	letter-spacing: 1.184px;
	text-transform: uppercase;
}

.hours,
.minutes,
.seconds {
	color: #101E5A;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}


/* Sobre Nos */

.about-us-intro-banner,
.members-intro-banner {
	height: 400px;
}

.about-us-intro-banner img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.about-us-description-section {
	padding: 50px 60px;
}

.about-us-description-flex {
	display: flex;
	gap: 220px;
}

.about-us-description-intro h2,
.archive-members-admin-intro h3 {
	color: #041E58;
	font-size: 70px;
	font-style: italic;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}

.about-us-description-intro,
.archive-members-admin-intro {
	width: 27%;
}

.about-us-description-content {
	width: 39%;
}

.about-us-description-content p {
	margin-bottom: 20px;
}


/* Members */

.members-intro-banner {
	background-image: url(assets/images/member-banner.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.archive-members-admin-section {
	padding: 50px 60px;
}

.archive-members-admin-flex {
	display: flex;
}

.archive-members-admin-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 19px;
}


.member-intro-span {
	color: #484848;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.archive-members-admin-intro-flex {
	display: flex;
}

.archive-members-admin-intro-flex h2 {
	width: 27%;
}


.admin-member-card-thumbnail {
	background-color: #05194D;
	background-image: url(assets/images/member-card-shape.webp);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 90%;
	padding: 10px 10px 0 10px;
}

.admin-member-card-thumbnail img {
	object-position: bottom;
	object-fit: contain;
	position: relative;
	bottom: -3px;
	width: 100%;
}

.admin-member-card-name {
	text-align: center;
	background-color: #EAEAEA;
	padding: 19px 43.5px;
}

.admin-member-card-name h4 {
	color: #021B52;
	font-size: 34px;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
}

.admin-member-card-name span,
.staff-member-card-name span {
	color: #021B52;
	font-size: 22px;
	font-weight: 300;
	line-height: 36px;
	text-transform: uppercase;
	display: inline-block;
}

.staff-member-card-name span {
	font-size: 18px;
}

.archive-members-staff-section {
	background-color: #E8E8E8;
	padding: 40px 60px 50px 60px;
}

.archive-members-staff-section .main-container {
	display: flex;
	justify-content: flex-end;
}

.archive-members-staff-section .main-container>div {
	width: 73%;
}

.archive-members-staff-grid {
	display: grid;
	grid-template-columns: repeat(5, 170px);
	margin-top: 10px;
	gap: 45px;
}

.staff-member-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.staff-member-card-thumbnail {
	width: 150px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.staff-member-card-thumbnail img {
	z-index: 2;
	position: relative;
}

.staff-member-card-thumbnail::before {
	content: " ";
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	background-color: #D9D9D9;
}

.staff-member-card-name h4 {
	color: #021B52;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 24.58px;
	margin-top: 7px;
}

/* Single Jogador - Single Equipa Técnica */

.player-details-section,
.technical-details-section {
	padding: 35px 60px 50px 60px;
}

.player-details-section .main-container,
.technical-details-section .main-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.player-details-section h1,
.technical-details-section h1 {
	color: #021B52;
	font-size: 70px;
	font-weight: 600;
	line-height: 70px;
	text-transform: uppercase;
}

.single-player-name span,
.single-technical-name span {
	color: #021B52;
	font-size: 49px;
	font-weight: 275;
	line-height: 51px;
	text-transform: uppercase;
}

.single-player-info-name-and-position {
	display: flex;
	align-items: center;
	gap: 20px;
}

.number-span {
	color: #FFF;
	font-size: 104.845px;
	font-weight: 600;
	line-height: 57.048px;
	text-transform: uppercase;
	background-color: #021B52;
	padding: 35px 25px 35px 25px;
	width: fit-content;
}

.technical-image {
	background-repeat: no-repeat;
	background-size: cover;
	width: 60%;
	height: 596px;
}

.player-image {
	width: 60%;
	height: 600px;
}

.player-details-section .player-image {
	background-image: url(assets/images/player-image-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #001543;
}


.player-image img {
	position: relative;
	height: 100%;
	left: 112px;
	object-fit: contain;
	object-position: bottom;
}

.single-player-details,
.single-technical-details {
	display: flex;
	gap: 45px;
	margin-top: 60px;
}

.single-player-details h3,
.single-technical-details h3 {
	color: #1DA8FA;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: normal;
}

.single-player-details span,
.single-technical-details span {
	color: #021B52;
	font-family: "Barlow Condensed";
	font-size: 34px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.single-player-details-career,
.single-technical-details-career {
	border-left: 1px solid #b3b3b3;
	padding-left: 20px;
}

.single-player-details-career span,
.single-technical-details-career span {
	color: #393939;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-transform: capitalize;
}

.single-player-details-grid {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 35px;
	row-gap: 32px;
}

.single-player-details-grid>div {
	padding-left: 20px;
	border-left: 1px solid #B3B3B3;
}

.single-player-intro-section,
.single-technical-intro-section,
.archive-technical-intro-section,
.archive-player-intro-section {
	padding: 100px 60px 0 60px;
}

.single-player-intro-section .main-container,
.single-technical-intro-section .main-container,
.archive-technical-itnro-section .main-container {
	border-bottom: 1px solid #B3B3B3;
	padding-bottom: 30px;
}

.single-player-breadcrumbs,
.single-technical-breadcrumbs,
.archive-technical-breadcrumbs,
.archive-player-breadcrumbs {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
}

.single-player-breadcrumbs a:hover,
.single-technical-breadcrumbs a:hover,
.archive-technical-breadcrumbs a:hover,
.archive-player-breadcrumbs a:hover {
	text-decoration: underline;
}

.single-player-breadcrumbs a,
.single-player-breadcrumbs span,
.single-technical-breadcrumbs a,
.single-technical-breadcrumbs span,
.archive-technical-breadcrumbs a,
.archive-technical-breadcrumbs span,
.archive-player-breadcrumbs a,
.archive-player-breadcrumbs span {
	color: #9D9D9D;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	text-transform: uppercase;
	position: relative;
}

.single-player-breadcrumbs span,
.single-technical-breadcrumbs span,
.archive-technical-breadcrumbs span,
.archive-player-breadcrumbs span {
	color: #000;
}

.single-player-breadcrumbs a::after,
.single-technical-breadcrumbs a::after,
.archive-technical-breadcrumbs a::after,
.archive-player-breadcrumbs a::after {
	content: "";
	position: relative;
	display: inline-block;
	background-image: url(assets/images/breadcrumb-next.svg);
	background-repeat: no-repeat;
	width: 4px;
	height: 8px;
	margin-left: 12px;
}

.know-our-u19-team-section {
	background-image: url(assets/images/fundo-u19.webp);
	background-repeat: no-repeat;
	background-size: 100% 75%;
	background-position: bottom;
	padding-top: 190px;
	position: relative;
	overflow: hidden;
}

.know-our-u19-team-section::before {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 73%;
	height: 75%;
	background: linear-gradient(2deg, rgba(0, 23, 75, 0.60) 15.4%, rgba(1, 28, 86, 0.00) 59.32%);
	z-index: 3;
	pointer-events: none;
}

.know-our-u19-team-section::after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 29%;
	height: 90%;
	background-image: url(assets/images/u19-after.webp);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.know-our-team-blue {
	background-color: #001543;
	width: fit-content;
	padding: 70px 150px 60px 170px;
	transform: skew(-15deg, 0deg);
	position: relative;
}

.know-our-team-blue::after {
	content: " ";
	position: absolute;
	right: -250px;
	bottom: -192px;
	background-image: url(assets/images/white-blue-after.webp);
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 543px;
	pointer-events: none;
}

.know-our-team-blue h5 {
	color: #FFF;
	font-size: 34px;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
}

.know-our-team-blue span {
	color: #019FFE;
	font-size: 34px;
	font-weight: 300;
	line-height: 36px;
	text-transform: uppercase;
}

.know-our-team-blue a {
	color: #FFF;
	font-family: 'Barlow', sans-serif;
	font-size: 17.147px;
	font-style: italic;
	font-weight: 500;
	line-height: 17.147px;
	text-transform: uppercase;
	padding: 9px;
	border: 1px solid #FFF;
	width: fit-content;
	transition: all .2s;
}

.know-our-team-blue .player-button {
	margin-top: 117px;
}

.know-our-team-blue a:hover {
	color: #019FFE;
	transform: scale(1.1);
	border: 1px solid #019FFE;
}

.know-our-team-blue-title-wrapper {
	max-width: 231px;
	transform: skew(15deg, 0deg);
}

.know-our-u19-team-section img {
	position: absolute;
	bottom: 0;
	right: 320px;
	z-index: 2;
	pointer-events: none;
}

/* Single Equipa Técnica */

.technical-image {
	background-image: url(assets/images/single-tecnico-background.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.technical-image img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	object-fit: contain;
	object-position: bottom;
	height: 100%;
}

.single-technical-details-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
}

.single-technical-detail-info {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

/* Equipa Técnica */
.archive-technical-intro-section .main-container {
	border-bottom: 1px solid #B3B3B3;
	padding-bottom: 30px;
}

.archive-technical-intro-section h1,
.archive-player-intro-section h1,
.archive-partners-intro-section h1 {
	color: #001543;
	font-size: 70px;
	font-style: italic;
	font-weight: 700;
	line-height: 96%;
	text-transform: uppercase;
}

.single-technical-detail-info>div {
	border-left: 1px solid #b3b3b3;
	padding-left: 20px;
}

.archive-technical-intro-title-wrapper,
.archive-player-intro-title-wrapper,
.archive-partners-intro-title-wrapper {
	max-width: 465px;
	margin-top: 30px;
}

.archive-technical-grid {
	display: grid;
	grid-template-columns: repeat(4, auto);
	column-gap: 20px;
	row-gap: 25px;
}

.archive-technical-grid-section {
	padding: 40px 60px;
}

.archive-technical-card-image {
	background-image: url(assets/images/technical-card-bg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	overflow: hidden;

}

.archive-technical-card:hover .archive-technical-card-image img {
	transition: all .2s;
}

.archive-technical-card:hover .archive-technical-card-image img {
	transform: scale(1.05);
}

.archive-technical-card-image img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: flex;
}

.archive-technical-card-info {
	padding: 18px 19px 15px 19px;
	background-image: url(assets/images/info-card-bg.webp);
	background-repeat: no-repeat;
	background-size: 130% 100%;
}

.archive-technical-card-info h2 {
	color: #021B52;
	font-size: 36px;
	font-weight: 600;
	line-height: 34px;
	text-transform: uppercase;
}

.archive-technical-card-info .technical-function {
	color: #021B52;
	font-size: 27px;
	font-weight: 300;
	line-height: 34px;
	text-transform: uppercase;
}

.archive-technical-card-info div {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.archive-technical-card-info span:last-child {
	color: #9D9D9D;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.archive-players-content-section {
	padding: 0 60px 50px 0;
}

.archive-players-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 20px;
}

.archive-player-card-image {
	position: relative;
	background-image: url(assets/images/player-image-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #021B52;
}

.archive-player-card-image img {
	width: 100%;
	height: auto;
	display: flex;
}

.archive-players-position h2 {
	color: #021B52;
	font-family: "Barlow Condensed";
	font-size: 34px;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
	margin-top: 30px;
}

.archive-player-card-info {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background-image: url(assets/images/info-card-bg.webp);
	background-position: left;
	background-size: 80% 100%;
	background-repeat: no-repeat;
}

.archive-player-card-info div span {
	color: #FFF;
	font-size: 57.552px;
	font-weight: 600;
	line-height: 31.315px;
	text-transform: uppercase;
	background-color: #021B52;
	width: fit-content;
	padding: 18px 13px 18px 13px;
}

.know-more-span {
	color: #9D9D9D;
	font-family: "Barlow Condensed";
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.archive-player-card-info>div {
	display: flex;
	gap: 20px;
}

.archive-player-card-info>div div {
	max-width: 54%;
}

.player-image {
	transition: all .5s;
}

.player-image-hover {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}

.player-image-hover,
.archive-player-card:hover .player-image {
	opacity: 0;
	visibility: hidden;
}

.archive-player-card:hover .player-image-hover {
	opacity: 1;
	visibility: visible;
}

.archive-player-filters {
	padding-left: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.archive-player-filters div {
	display: flex;
	gap: 75px;
}

.archive-player-filters span {
	color: #9D9D9D;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .2s;
}


.archive-player-filters span.active {
	color: #000;
	font-weight: 600;
}

.archive-player-filters span:hover {
	color: #000;
}

.archive-player-intro-section .main-container {
	border-bottom: 1px solid #B3B3B3;
	padding-bottom: 15px;
}

.archive-player-filters button {
	border: none;
	color: #000;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}

.archive-player-filters button.active {
	color: #909090;
}

.archive-player-filters button.active::after {
	background-image: url(assets/images/up-arrow.svg);
}

.archive-player-filters button::after {
	content: " ";
	position: relative;
	display: inline-block;
	background-image: url(assets/images/down-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 8px;
	height: 7px;
	margin-left: 5px;
}

.era-filter-content {
	padding: 30px 0 0 60px;
	display: flex;
	gap: 40px;
	display: none;
	transition: all .2s;
}

.era-filter-content.active {
	display: flex;
}

.era-filter-content a {
	color: #8E8E8E;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
}

.era-filter-content a::before {
	content: " ";
	position: relative;
	display: inline-block;
	margin-right: 8px;
	height: 18px;
	width: 18px;
	border: 2px solid #B9B9B9;
}

.era-filter-content a.active {
	color: #021B52;
	font-weight: 700;
}

.era-filter-content a.active::before {
	background-color: #021B52;
	border: 1px solid #021b52;
}

/* Patrocinadores */

.archive-partners-intro-section {
	padding: 100px 60px 0 60px;
	background-color: #EDEDED;
}

.archive-partners-team {
	padding: 35px 60px 50px 60px;
	background-color: #EDEDED;
}

.archive-partners-team img {
	max-width: 100%;
}

.partners-logos {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 25px 0 50px 0;
	gap: 40px;
}

.bottom-contacts-section {
	padding: 40px 60px;
}

.bottom-contacts-section .container {
	display: flex;
	gap: 100px;
	align-items: center;
	justify-content: space-between;
}

.talk-to-us {
	width: 80%;
	padding: 30px 0 35px 32px;
	background-image: url(assets/images/talk-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	gap: 80px;
	position: relative;
}

.talk-to-us::after {
	content: " ";
	position: absolute;
	top: 0;
	right: 65px;
	height: 95%;
	width: 340px;
	background-image: url(assets/images/talk-after.webp);
	background-repeat: no-repeat;
	background-size: contain;
}

.talk-to-us h4 {
	color: #FFF;
	font-size: 52px;
	font-weight: 700;
	line-height: 48px;
	text-transform: uppercase;
	width: 25%;
}

.talk-to-us a {
	color: #000;
	font-family: 'Barlow', sans-serif;
	font-size: 17.147px;
	font-style: italic;
	font-weight: 700;
	line-height: 17.147px;
	text-transform: uppercase;
	padding: 11px 15px;
	background-color: #019FFE;
	width: fit-content;
	transition: all .2s;
}

.bottom-contacts-section .container div:nth-of-type(1) {
	width: 20%;
}

.related-technical-squad-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.related-technical-card-image {
	overflow: hidden;
}

.related-technical-card-image img {
	width: 100%;
	height: auto;
	display: flex;
	transition: all .2s;
}

.related-technical-squad-section {
	background-color: #EDEDED;
	padding: 60px;
}

.related-technical-squad-section .main-container {
	display: flex;
	gap: 50px;
}

.related-technical-squad-section .main-container>div:nth-of-type(1) {
	width: 23%;
}

.related-technical-card {
	background-image: url(assets/images/technical-card-bg.webp);
	background-repeat: no-repeat;
	background-size: contain;
}

.related-technical-card:hover .related-technical-card-info {
	background-size: contain;
	background-position: right;
}

.related-technical-card:hover .related-technical-card-image img {
	transform: scale(1.05);
}

.related-technical-card-info {
	padding: 11px 12px 9px 12px;
	background-image: url(assets/images/single-card-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	transition: all .2s;
}

.related-technical-card-info div {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px;
}

.related-technical-card-info h4 {
	color: #021B52;
	font-size: 23.909px;
	font-weight: 600;
	line-height: 22.581px;
	text-transform: uppercase;
}

.related-technical-card-info div span:nth-of-type(1) {
	color: #021B52;
	font-size: 20px;
	font-weight: 300;
	line-height: 22.581px;
	text-transform: uppercase;
}

.related-player-squad-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.related-player-squad-section .main-container {
	display: flex;
	gap: 20px;
}

.related-player-squad-card .player-image {
	width: 100%;
	height: auto;
}

.related-player-squad-card:hover .player-image,
.related-player-squad-card .player-image-hover {
	opacity: 0;
	visibility: hidden;
}

.related-player-squad-card .player-image-hover {
	width: 100%;
	height: auto;
	position: absolute;
}

.related-player-squad-card:hover .player-image-hover {
	opacity: 1;
	visibility: visible;
	transition: all .5s;
}

.related-player-squad-card-image {
	position: relative;
	background-color: #001543;
	background-image: url(assets/images/archive-player-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.related-player-squad-card-image img {
	width: 100%;
	height: auto;
}

.related-player-squad-section {
	background-color: #EDEDED;
	padding: 60px;
}

.related-player-squad-card-info {
	display: flex;
	gap: 10px;
	padding: 13px 0;
}

.related-player-squad-card-info .number-span {
	color: #FFF;
	font-size: 38.21px;
	font-weight: 600;
	line-height: 20.791px;
	text-transform: uppercase;
	padding: 13px 11px 15px 11px;
	height: fit-content;
}

.related-player-squad-card-info h4 {
	color: #021B52;
	font-size: 23.901px;
	font-weight: 600;
	line-height: 24.565px;
	text-transform: uppercase;
}

.related-player-squad-card-info .related-position {
	color: #021B52;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}

.related-player-squad-card-info>div>div {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}

.related-player-squad-card-info>div {
	width: 77%;
}

.archive-blog-section {
	padding: 50px 60px 40px 60px;
}

.archive-blog-h3-wrapper {
	max-width: 267px;
}

.archive-blog-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 36px;
	row-gap: 25px;
	margin-top: 25px;
}

.archive-blog-card {
	position: relative;
}

.archive-blog-card:hover .archive-blog-card-image {
	overflow: hidden;
}

.archive-blog-card:hover .archive-blog-card-image img {
	transition: all .2s;
}

.archive-blog-card:hover .archive-blog-card-image img {
	transform: scale(1.1);
}

.archive-blog-section .main-container {
	overflow-x: hidden;
}

.archive-blog-card::before {
	content: " ";
	position: absolute;
	left: -18px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #B3B3B3;
}

.archive-blog-card h4 {
	color: #011B55;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 12px;
}

.archive-blog-card p {
	color: #959595;
	font-size: 17px;
	font-weight: 500;
	line-height: 21px;
	margin-top: 5px;
}

.archive-blog-card-info div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.archive-blog-card-info div span:nth-of-type(1) {
	color: #019FFE;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
}

.archive-blog-card-info div span:nth-of-type(2) {
	color: #011B55;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
}

.archive-blog-card-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.archive-blog-section .pagination {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	gap: 15px;
	align-items: center;
}

.archive-blog-section .pagination a {
	color: var(--Preto, #212121);
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.archive-blog-section .current {
	color: #fff;
	font-weight: 600;
	background-color: #231F1F;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.archive-blog-section .pagination .next,
.archive-blog-section .pagination .prev {
	font-size: 0;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}

.archive-blog-section .pagination .next {
	background-image: url(assets/images/pagination-next.svg);
}

.archive-blog-section .pagination .prev {
	background-image: url(assets/images/pagination-prev.svg);
}

.archive-blog-banner {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(307deg, #001543 26.73%, #0E2966 60.35%, #019FFE 131.29%);
	padding: 80px 60px 0 60px;
	position: relative;
}

.archive-blog-banner::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #FFF;
	z-index: 0;
}

.archive-blog-slick {
	overflow-x: hidden;
	position: relative;
	z-index: 1;
}

.archive-blog-banner-new {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.archive-blog-banner-new::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 65, 207, 0.00) -156%, rgba(0, 33, 105, 0.04) -100.5%, #002169 100%);
	z-index: 0;
}

.archive-blog-slick .slick-track {
	display: flex;
}

.archive-blog-banner-new {
	padding: 330px 160px 100px 160px;
}

.archive-blog-banner-new h1 {
	color: #FFF;
	font-size: 56px;
	font-weight: 700;
	line-height: 96%;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
}

.archive-blog-banner-new p {
	color: #FFF;
	font-family: 'Barlow', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 131%;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	margin-top: 8px;
}

.archive-blog-banner-new span {
	color: #019FFE;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}

.archive-blog-banner-new-text-wrapper {
	max-width: 810px;
}

.archive-blog-banner button {
	position: absolute;
	bottom: 90px;
	z-index: 1;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: none;
	background-position: center;
	background-size: 9px 17px;
	background-repeat: no-repeat;
	font-size: 0;
	cursor: pointer;
	background-color: #F7F7FB;
	transition: all .2s;
}

.archive-blog-banner .slick-prev {
	right: 215px;
	background-image: url(assets/images/black-slick.svg);
	transform: rotate(180deg);
}

.archive-blog-banner .slick-prev:hover {
	transform: rotate(180deg) scale(1.1);
}

.archive-blog-banner .slick-next {
	right: 160px;
	background-image: url(assets/images/black-slick.svg);
}

.archive-blog-banner button:hover {
	transform: scale(1.1);
}

.archive-blog-banner .slick-disabled {
	background-color: transparent;
	filter: invert(1);
}

.news-intro-section {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 60px 40px 60px;
}

.news-intro-section::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 65, 207, 0.00) -156%, rgba(0, 33, 105, 0.04) -100.5%, #002169 100%);
}

.news-intro-section h1 {
	color: #FFF;
	font-size: 56px;
	font-weight: 700;
	line-height: 96%;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.news-breadcrumbs {
	display: flex;
	gap: 12px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.news-breadcrumbs a,
.news-breadcrumbs span {
	color: #E9E9E9;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	text-transform: uppercase;
	position: relative;
}

.news-breadcrumbs a::after {
	content: " ";
	position: relative;
	display: inline-block;
	background-image: url(assets/images/news-bread-next.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 4px;
	height: 8px;
	margin-left: 12px;
}

.news-content-section {
	padding: 40px 60px;
}

.news-content-section .main-container {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.news-content-section .published-date {
	color: #B1B1B1;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
}

.news-content-section .news-container p {
	color: #393939;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 10px;
}

.news-content-section .news-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-top: 20px;
}

.most-watched-news-card {
	display: flex;
	gap: 12px;
}

.most-watched-news h2 {
	margin-bottom: 12px;
}

.most-watched-news {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.most-watched-news>div {
	display: flex;
	gap: 30px;
	flex-direction: column;
}

.news-content-section .main-container {
	position: relative;
}

.news-content-section .news-container .news-content {
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 20px;
}

.most-watched-news-card img {
	max-width: 125px;
	height: 100%;
	object-fit: cover;
}

.most-watched-news-card h3 {
	color: #001545;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px;
}

.most-watched-news-card p {
	color: #CCC;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	margin-bottom: 8px;
}

.most-watched-news-card span {
	color: #8D8D8D;
	font-size: 13px;
	font-weight: 500;
	line-height: 14px;
}

.most-watched-news-card-content {
	max-width: 205px;
}

.share-link {
	position: absolute;
}

.share-link span {
	color: #019FFE;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.share-link button {
	background-image: url(assets/images/share-button.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
	margin-top: 6px;
	transition: all .2s;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.share-link button:hover {
	transform: scale(1.1);
}

.share-link.bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 10px;
}

.share-link.bottom span {
	color: #CFCFCF;
	font-family: "Barlow Condensed";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.last-news-section {
	padding: 0 60px 60px 60px;
}

.last-news-section .main-container {
	overflow-x: hidden;
}

.last-news-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 36px;
	margin-top: 25px;
}

.frontpage-socials {
	transform: rotate(90deg);
	display: flex;
	align-items: center;
	gap: 30px;
	height: fit-content;
	transform-origin: right bottom;
	margin-right: 20px;
}

.frontpage-socials a {
	color: #FFF;
	font-family: "Barlow Condensed";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.42px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.frontpage-socials .instagram,
.frontpage-socials .facebook {
	display: flex;
	align-items: center;
	gap: 10px;
}

.frontpage-socials a:hover {
	text-decoration: underline;
}

.frontpage-socials .instagram::before,
.frontpage-socials .facebook::before {
	content: " ";
	position: relative;
	display: inline-block;
	left: 0;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}

.frontpage-socials .instagram::before {
	background-image: url(assets/images/frontpage-instagram.svg);
}

.frontpage-socials .facebook::before {
	background-image: url(assets/images/frontpage-facebook.svg);
}

.banner-news {
	background-color: rgba(0, 18, 58, 0.62);
	overflow: hidden;
	display: flex;
	gap: 66px;
	padding: 35px;
	position: relative;
	overflow-x: scroll;
}

.banner-news::-webkit-scrollbar {
	display: none;
}

.banner-news-buttons {
	position: absolute;
	bottom: 22px;
	background-repeat: no-repeat;
	background-size: 9px 17px;
	background-position: center;
	width: 40px;
	height: 40px;
	border: none;
	background-color: #07113C;
	border-radius: 50%;
	cursor: pointer;
	transition: all .2s;
}

.banner-news-buttons:hover {
	background-color: #019FFE;
}

.banner-news-buttons.prev {
	left: 0;
	background-image: url(assets/images/white-slick.svg);
	z-index: 1;
}

.banner-news-buttons.next {
	left: 50px;
	background-image: url(assets/images/white-slick.svg);
	transform: rotate(180deg);
}

.banner-news-card {
	display: flex;
	gap: 30px;
	position: relative;
	flex: 0 0 48%;
}


.banner-news-card:nth-of-type(odd):after {
	content: " ";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #3C657D;
	right: -32px;
}

.banner-news-card-image {
	position: relative;
}

.banner-news-card-image::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(16, 117, 238, 0.72);
	display: none;
}

.banner-news-card:hover .banner-news-card-image::after {
	display: block;
}

.banner-news-card h2 {
	color: #FFF;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}

.banner-news-card p {
	color: #CCC;
	font-size: 17px;
	font-weight: 500;
	line-height: 21px;
	text-transform: unset;
}

.banner-news-card img {
	max-width: 332px;
	height: 100%;
	object-fit: cover;
}

/* .banner-news::after {
	content: " ";
	position: absolute;
	right: 0;
	background-color: rgba(0, 18, 58, 0.62);
	height: 100%;
	width: 200px;
} */

.banner-news-card-content div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}

.banner-news-card-content div span:nth-of-type(1) {
	color: #019FFE;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
}

.banner-news-card-content div span:nth-of-type(2) {
	color: #FFF;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
}

.banner-news-card-content {
	-ms-overflow-style: none;
	scrollbar-width: none;
	display: flex;
	flex-direction: column;
}

.banner-news-card-content::-webkit-scrollbar {
	display: none;
}

.frontpage-video-section {
	background-color: #19396d;
	padding: 100px 60px 84px 60px;
	position: relative;
}

.frontpage-video-section::after {
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(assets/images/vianense.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 610px;
	height: 77%;
}

.frontpage-video-section::before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(assets/images/bg_plantel.webp);
	background-repeat: no-repeat;
	background-size: cover;
	height: 71%;
	width: 431px;
}

.frontpage-video-section h3 {
	color: #FFFFFF;
}

.frontpage-video-section .main-container {
	display: flex;
	justify-content: space-between;
}

.frontpage-video {
	width: 80%;
	z-index: 4;
	max-height: 750px;
}

.frontpage-video video {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.frontpage-video-section .main-container div:nth-of-type(1) {
	width: 15%;
}

.frontpage-discover-our-teams-section {
	display: flex;
	background: url(assets/images/discover-background.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.frontpage-discover-our-teams-section h3 {
	color: #FFF;
	font-size: 34px;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
}

.frontpage-discover-our-teams-section span {
	color: #019FFE;
	font-size: 34px;
	font-weight: 300;
	line-height: 36px;
	text-transform: uppercase;
}

.frontpage-discover-our-teams-section a {
	color: #FFF;
	font-family: 'Barlow', sans-serif;
	font-size: 17.147px;
	font-style: italic;
	font-weight: 500;
	line-height: 17.147px;
	text-transform: uppercase;
	padding: 11px 13px;
	border: 1px solid #FFF;
	width: fit-content;
	transition: all .2s;
	z-index: 21;
	position: relative;
}

.players-button {
	margin-top: 215px;
}

.technical-team-button {
	margin-top: 20px;
}

.frontpage-discover-our-teams-section a:hover {
	transform: scale(1.1);
}

.frontpage-discoover-our-team-text-wrapper {
	max-width: 250px;
}

.frontpage-discover-our-team-senior,
.frontpage-discover-our-team-u19 {
	padding: 200px 0 65px 0;
	width: 50%;
	position: relative;
}

.frontpage-discover-our-team-u19 {
	padding-left: 70px;
}

.frontpage-discover-our-team-senior::after {
	content: " ";
	position: absolute;
	height: 100%;
	width: 400px;
	background-image: url(assets/images/discover-senior-after.webp);
	background-repeat: no-repeat;
	top: 0;
	right: 0;
}

.frontpage-discover-our-team-u19::after {
	content: " ";
	position: absolute;
	height: 100%;
	width: 400px;
	background-image: url(assets/images/discover-u19-after.webp);
	background-repeat: no-repeat;
	top: 0;
	right: 0;
}

.frontpage-discover-our-team-senior img {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 52%;
}

.frontpage-discover-our-team-u19 img {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 220px;
	width: 52%;
}

.frontpage-discover-our-team-senior {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(1, 28, 86, 1) 20%);
	padding-left: 18%;
	position: relative;
}

.frontpage-discover-our-team-senior::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 55%;
	bottom: 0;
	left: 0;
	background: linear-gradient(360deg, #011C56 0.75%, rgba(1, 28, 86, 0.00) 99.42%);
	z-index: 20;
	pointer-events: none;
}

.frontpage-discover-our-team-u19::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 55%;
	bottom: 0;
	left: 0;
	background: linear-gradient(360deg, #011C56 0.75%, rgba(1, 28, 86, 0.00) 99.42%);
	z-index: 20;
	pointer-events: none;
}

.frontpage-discover-our-team-u19 {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #033483 20%);
}

.frontpage-partners-section {
	padding: 70px 60px;
}

.frontpage-partners-section .main-container {
	background-color: #F0F0F0;
	padding: 115px 0;
}

.frontpage-partners-premium,
.frontpage-partners-main {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.frontpage-partners-main {
	margin-top: 60px;
}

.frontpage-partners-main img,
.frontpage-partners-premium img {
	max-width: 100%;
}

.info-page-intro-section {
	padding: 80px 60px 40px 60px;
	background-color: #EDEDED;
}

.info-page-intro-section h1 {
	color: #000;
	font-size: 56px;
	font-weight: 700;
	line-height: 96%;
	text-transform: uppercase;
}

.info-page-content-section {
	padding: 40px 60px 60px 60px;
}

.info-page-content-section p {
	color: #393939;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 20px;
}

.info-page-content-section a{
	color: #00204C;
	transition: all .2s;
}

.info-page-content-section a:hover{
	color: #019FFE;
}

.info-page-content-section li {
	color: #393939;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.info-page-content-section ul {
	margin-left: 40px;
	margin-bottom: 20px;
}

.info-page-content-section p strong {
	font-size: 23px;
	font-weight: 500;
	line-height: 29px;
}

.info-page-content-section h2 {
	color: #00204C;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 96%;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
}

.info-page-content-section h2::before {
	counter-increment: heading-2;
	content: "0." counter(heading-2);
	position: relative;
	display: inline-block;
	color: #019FFE;
	font-family: "Barlow Condensed";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 96%;
	text-transform: uppercase;
	margin-right: 10px;

}

.archive-player-card-info h3 {
	font-size: 22px;
	margin-bottom: 0;
	line-height: normal;
}

.most-watched-news-card-image {
	position: relative;
}

.most-watched-news-card-image::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(16, 117, 238, 0.72);
	width: 100%;
	height: 100%;
	display: none;
}

.most-watched-news-card:hover .most-watched-news-card-image::after {
	display: block;
}

.page-not-found {
	padding: 100px 60px 50px 60px;
	text-align: center;
}

.page-not-found h1 {
	color: #041E58;
	font-family: "Barlow Condensed";
	font-size: 80px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}

.page-not-found h2 {
	font-size: 90px;
	line-height: 95px;

}

.page-not-found-text-wrapper {
	margin: 0 auto;
	max-width: 800px;
}

.page-not-found a {
	background-color: #019FFE;
	width: fit-content;
	color: #000;
	font-family: 'Barlow', sans-serif;
	font-size: 17.147px;
	font-style: italic;
	font-weight: 700;
	line-height: 17.147px;
	text-transform: uppercase;
	margin: 20px auto 0 auto;
	padding: 11px 13px;
	transition: all .2s;
}

.page-not-found a:hover {
	transform: scale(1.1);
}

.frontpage-partners-premium a,
.frontpage-partners-main a {
	width: fit-content;
}

.frontpage-instagram-section {
	padding: 93px 0 81px 0;
}

.frontpage-instagram-section-title {
	position: relative;
	display: flex;
	gap: 17px;
}

.frontpage-instagram-section-title,
.frontpage-instagram-section-flex {
	margin-left: 150px;
}

.frontpage-instagram-section-title::before {
	content: " ";
	position: relative;
	display: inline-block;
	left: 0;
	top: 0;
	height: 53px;
	width: 53px;
	background-image: url(assets/images/frontpage-instagram-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.frontpage-instagram-section-title h2 {
	color: #002169;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0;
}


.frontpage-instagram-section-title h3 {
	color: #019FFE;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
}

.frontpage-instagram-section-flex {
	display: flex;
	gap: 17px;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin-top: 40px;
}

.frontpage-instagram-section-flex::-webkit-scrollbar {
	display: none;
}

.frontpage-instagram-card {
	flex: 0 0 428px;
}

.frontpage-instagram-card-image {
	height: 427px;
	width: 100%;
}

.frontpage-instagram-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.frontpage-instagram-card-info {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 11px;
}

.frontpage-instagram-card-info div:nth-of-type(1) {
	width: 72%;
}

.frontpage-instagram-card-info p {
	color: #393939;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
}

.frontpage-instagram-card-info h4 {
	color: #AEAEAE;
	text-align: right;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	display: flex;
	gap: 2px;
}

.frontpage-instagram-card-info h4 strong {
	color: #001A54;
	font-weight: 500;
}

.events-none {
	pointer-events: none;
}

.fixed-sponsor {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #F0F0F0;
	padding: 20px 0;
}

.fixed-sponsor .slick-slide {
	max-width: 75px;
	height: 30px;
}

.fixed-sponsor .slick-track {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
}

.fixed-sponsor img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 2560px) {
	.banner h1 {
		font-size: 113px;
	}

	.frontpage-banner-section {
		min-height: 75vh;
	}
}

@media screen and (max-width: 1920px) {
	.frontpage-discover-our-team-senior {
		padding-left: 8%;
	}

	.frontpage-discover-our-team-senior img,
	.frontpage-discover-our-team-u19 img {
		width: 60%;
	}

	.frontpage-banner-section {
		min-height: 100vh;
	}
}

@media screen and (max-width: 1700px) {
	.footer-visit-shop {
		width: 52%;
	}

	.footer-content-flex {
		gap: 20px;
	}

	header .main-container {
		margin: 0 60px;
	}

	.about-us-description-intro h2,
	.archive-members-admin-intro h3 {
		font-size: 60px;
	}

	.know-our-u19-team-section img {
		right: 220px;
	}

	.know-more-span {
		font-size: 14px;
	}

	.related-player-squad-card-info .related-position,
	.related-technical-card-info div span:nth-of-type(1) {
		font-size: 18px;
	}

	.banner .main-container {
		padding: 130px 60px 0px 130px;
	}

	.banner h1 {
		font-size: 100px;
	}

	.banner-news-buttons {
		bottom: 290px;
	}

	.banner-news-buttons.prev {
		left: auto;
		right: 110px;
	}

	.banner-news-buttons.next {
		left: auto;
		right: 60px;
	}

	.frontpage-discover-our-teams-section h3,
	.frontpage-discover-our-teams-section span {
		font-size: 30px;
	}

	.archive-technical-intro-section h1,
	.archive-player-intro-section h1,
	.archive-partners-intro-section h1 {
		font-size: 60px;
	}

	.page-not-found h2 {
		font-size: 73px;
		line-height: 78px;
	}

	.frontpage-instagram-section-title,
	.frontpage-instagram-section-flex {
		margin-left: 70px;
	}
}

@media screen and (max-width: 1640px) {
	.footer-intro-content p {
		font-size: 18px;
	}

	footer h3 {
		font-size: 20px;
	}

	.footer-visit-shop h3 {
		font-size: 40px;
	}

	.footer-info-content {
		gap: 50px;
	}

	.footer-visit-shop a,
	.footer-partners a {
		font-size: 15px;
	}

	.admin-member-card-name h4 {
		font-size: 30px;
	}

	.admin-member-card-name span,
	.staff-member-card-name span {
		font-size: 20px;
	}

	.archive-members-admin-flex>div:nth-of-type(2) {
		width: 73%;
	}

	.archive-members-staff-section .main-container {
		justify-content: flex-start;
	}

	.archive-members-staff-section .main-container>div {
		width: 100%;
	}

	.archive-members-staff-grid {
		grid-template-columns: repeat(5, 1fr);
	}

	.archive-player-filters-span {
		font-size: 23px;
	}

	h3 {
		font-size: 30px;
	}

	.know-our-team-blue h5,
	.know-our-team-blue span {
		font-size: 30px;
	}

	.archive-technical-card-info h2 {
		font-size: 30px;
		margin-bottom: 0;
	}

	.archive-technical-card-info .technical-function {
		font-size: 20px;
	}

	.player-details-section h1,
	.technical-details-section h1 {
		font-size: 60px;
	}

	.single-player-name span,
	.single-technical-name span {
		font-size: 40px;
	}

	.player-image {
		height: 512px;
	}

	.player-image img {
		left: 36px;
	}

	.single-player-details .single-player-details-grid span {
		font-size: 28px;
	}

	.numbers-span {
		font-size: 80px;
	}

	h2,
	.archive-members-admin-section h1,
	.about-us-description-section h1 {
		font-size: 20px;
	}

	.related-player-squad-card-info h4,
	.related-technical-card-info h4 {
		font-size: 20px;
	}

	.related-player-squad-card-info {
		padding: 5px 0;
	}

	.related-player-squad-card-info>div>div {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}

	.related-player-squad-card-info .know-more-span {
		align-self: self-end;
	}

	.archive-blog-banner-new h1 {
		font-size: 50px;
	}

	.archive-blog-banner-new p {
		font-size: 22px;
	}

	.archive-blog-card h4 {
		font-size: 20px;
	}

	.archive-blog-card p {
		font-size: 16px;
	}

	.news-intro-section h1 {
		font-size: 45px;
	}

	.banner-news-card h2 {
		font-size: 20px;
	}

	.banner-news-card p {
		font-size: 16px;
	}

	.game-schedule .game-schedule-stats-away-team span,
	.game-schedule .game-schedule-stats-home-team span {
		font-size: 19px;
	}

	.game-schedule.next .game-schedule-span-1,
	.game-schedule.next span.loser {
		font-size: 22px;
	}

	.game-schedule-stats-home-team,
	.game-schedule-stats-away-team {
		margin-left: 15px;
	}

	.info-page-intro-section h1 {
		font-size: 45px;
	}



}

@media screen and (max-width: 1440px) {
	.footer-intro-content p {
		font-size: 16px;
	}

	.footer-socials>a {
		max-width: 80%;
	}

	.footer-socials>a img {
		width: 100%;
	}

	.footer-intro-content img {
		max-width: 80%;
	}

	.menu-bottom>li>a {
		font-size: 18px;
	}

	.footer-main-content,
	.main-footer {
		gap: 40px;
	}

	.footer-visit-shop h3 {
		font-size: 35px;
	}

	.footer-visit-shop {
		background-size: contain;
		background-position: right bottom;
	}

	.footer-links div {
		margin-left: 145px;
	}

	.about-us-description-intro h2,
	.archive-members-admin-intro h3 {
		font-size: 50px;
	}

	.admin-member-card-name {
		padding: 10px 19px;
	}

	.admin-member-card-name h4 {
		font-size: 25px;
	}

	.archive-technical-intro-section h1,
	.archive-player-intro-section h1,
	.archive-partners-intro-section h1 {
		font-size: 50px;
	}

	.archive-player-filters span {
		font-size: 20px;
	}

	.archive-players-position h2 {
		font-size: 28px;
	}

	.archive-player-card-info h3 {
		line-height: normal;
		font-size: 25px;
	}

	.know-more-span {
		font-size: 13px;
	}

	.know-our-u19-team-section img {
		right: 70px;
	}

	.player-details-section h1,
	.technical-details-section h1 {
		font-size: 50px;
	}

	.single-player-name span,
	.single-technical-name span {
		font-size: 30px;
	}

	.number-span {
		font-size: 80px;
	}

	.related-player-squad-card-info .related-position,
	.related-technical-card-info div span:nth-of-type(1) {
		font-size: 16px;
	}

	.archive-blog-banner-new h1 {
		font-size: 45px;
	}

	.archive-blog-banner-new p {
		font-size: 20px;
	}

	.news-intro-section h1 {
		font-size: 40px;
	}

	.news-container {
		margin-left: 200px;
	}

	.banner h1 {
		font-size: 85px;
	}

	.banner .banner-content p {
		font-size: 22px;
	}

	.banner-news-card img {
		max-width: 200px;
	}

	.game-schedule.next {
		padding: 20px 20px 0 20px;
	}

	.frontpage-game-schedule-section .main-container {
		gap: 55px;
	}

	h3 {
		font-size: 28px;
	}

	p {
		font-size: 16px;
	}

	.frontpage-about-us-image img {
		object-position: 98%;
		object-fit: cover;
		width: 91%;
	}

	.talk-to-us h4 {
		font-size: 44px;
		line-height: 44px;
	}

	.talk-to-us::after {
		height: 96%;
		right: 8px;
	}

	.player-button {
		margin-top: 110px;
	}

	.frontpage-discover-our-team-senior {
		padding-left: 5%;
	}

	.game-schedule-stats-home-team img,
	.game-schedule-stats-away-team img {
		height: 40px;
		width: 40px;
	}

	.game-schedule-stats-home-team,
	.game-schedule-stats-away-team {
		margin: 15px 8px 0 8px;
	}

	.archive-blog-banner-new {
		padding: 230px 160px 100px 160px;
	}

	.page-not-found h2 {
		font-size: 62px;
		line-height: 66px;
	}

	.page-not-found-text-wrapper {
		max-width: 650px;
	}

	.page-not-found h1 {
		font-size: 70px;
	}

	.frontpage-instagram-card-image {
		height: 350px;
	}



}

@media screen and (max-width: 1280px) {
	footer {
		padding: 40px 40px 100px 40px;
	}

	header .main-container {
		margin: 0 40px;
	}

	.archive-members-admin-section {
		padding: 50px 40px;
	}

	.about-us-description-section {
		padding: 30px 40px;
	}

	.archive-members-staff-section {
		padding: 40px 40px 50px 40px;
	}

	.single-player-intro-section,
	.single-technical-intro-section,
	.archive-technical-intro-section,
	.archive-player-intro-section {
		padding: 80px 40px 0 40px;
	}

	.era-filter-content {
		padding: 30px 0 0 40px;
	}

	.archive-players-content-section {
		padding: 0 40px;
	}

	.archive-partners-intro-section {
		padding: 80px 40px 0 40px;
	}

	.archive-partners-team {
		padding: 35px 40px 50px 40px;
	}

	.main-footer {
		flex-direction: column;
	}

	.footer-socials>a {
		max-width: 10%;
	}

	.footer-socials {
		justify-content: space-between;
		flex-direction: row;
		align-items: center;
	}

	.footer-contacts a,
	.footer-contacts span:not(.fixed-network-info-span) {
		font-size: 14px;
	}

	.footer-visit-shop h3 {
		font-size: 30px;
	}

	.footer-visit-shop p {
		font-size: 15px;
	}

	.footer-links div {
		margin-left: 0;
	}

	.about-us-description-intro,
	.archive-members-admin-intro,
	.archive-members-admin-intro-flex h2 {
		width: 25%;
	}

	.about-us-description-intro h2,
	.archive-members-admin-intro h3 {
		font-size: 40px;
	}

	.admin-member-card-name span,
	.staff-member-card-name span {
		font-size: 15px;
	}

	.archive-members-staff-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.archive-player-filters div {
		gap: 60px;
	}

	.archive-players-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.archive-player-card-info div span {
		font-size: 50px;
	}

	.archive-player-card-info>div div {
		max-width: 48%;
	}

	.know-our-u19-team-section img {
		max-width: 55%;
	}

	.know-our-team-blue a {
		font-size: 17px;
	}

	.archive-technical-grid-section {
		padding: 40px;
	}

	.archive-technical-card-info h2 {
		font-size: 25px;
	}

	.archive-technical-card-info .technical-function {
		font-size: 18px;
	}

	.archive-technical-card-info span:last-child {
		font-size: 15px;
	}

	.archive-technical-grid {
		grid-template-columns: repeat(3, auto);
	}

	.player-details-section,
	.technical-details-section {
		padding: 35px 40px 50px 40px;
	}

	.single-player-details,
	.single-technical-details {
		flex-direction: column;
	}

	.player-details-section h1,
	.technical-details-section h1 {
		font-size: 40px;
		line-height: normal;
	}

	.single-player-name span,
	.single-technical-name span {
		font-size: 22px;
	}

	.single-player-details .single-player-details-grid span,
	.single-technical-details .single-technical-details-grid span {
		font-size: 20px;
	}

	.related-player-squad-section {
		padding: 50px 40px;
	}

	.related-player-squad-section .main-container {
		flex-direction: column;
	}

	.related-player-squad-card-info h4,
	.related-technical-card-info h4 {
		font-size: 18px;
	}

	.know-more-span {
		font-size: 12px;
	}

	.technical-image {
		width: 60%;
	}

	.related-technical-squad-section {
		padding: 60px 40px;
	}

	.related-technical-squad-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.related-technical-squad-section .main-container {
		flex-direction: column;
		gap: 20px;
	}

	.related-technical-squad-section .main-container>div:nth-of-type(1) {
		width: 30%;
	}

	.archive-blog-banner {
		padding: 80px 40px 0 40px;
	}

	.archive-blog-banner-new {
		padding: 230px 50px 100px 50px;
	}

	.archive-blog-banner button {
		bottom: 40px;
	}

	.archive-blog-banner .slick-next {
		right: 50px;
	}

	.archive-blog-banner .slick-prev {
		right: 105px;
	}

	.archive-blog-section {
		padding: 50px 40px 40px 40px;
	}

	.archive-blog-card h4 {
		font-size: 18px;
	}

	.archive-blog-card p {
		font-size: 14px;
	}

	.archive-blog-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.news-intro-section {
		padding: 100px 40px 40px 40px;
	}

	.news-container {
		margin-left: 0px;
	}

	.news-content-section {
		padding: 40px;
	}

	.share-link {
		display: none;
	}

	.most-watched-news-card-content {
		max-width: 300px;
	}

	.most-watched-news-card h3 {
		font-size: 14px;
	}

	.last-news-section {
		padding: 0 40px 60px 40px;
	}

	.banner .main-container {
		padding: 130px 40px 0px 40px;
	}

	.banner h1 {
		font-size: 80px;
	}

	.frontpage-game-schedule-section {
		padding: 60px 40px;
	}

	.frontpage-partners-section {
		padding: 70px 40px;
	}

	.frontpage-video-section {
		padding: 50px 40px;
	}

	.banner-news-card h2 {
		font-size: 18px;
	}

	.banner-news {
		gap: 50px;
		padding: 25px;
	}

	.banner-news-card:nth-of-type(odd):after {
		right: -26px;
	}

	.banner-news-buttons {
		bottom: 240px;
	}

	.game-hours,
	.game-minutes,
	.game-seconds {
		font-size: 28px;
	}

	.game-countdown {
		gap: 1px;
	}

	.frontpage-game-schedule-section .main-container {
		flex-direction: column;
		gap: 15px;
	}

	.frontpage-game-schedule-intro {
		width: 25%;
	}

	.frontpage-game-schedule-games {
		width: 100%;
	}

	.game-schedule .game-schedule-stats-away-team span,
	.game-schedule .game-schedule-stats-home-team span {
		font-size: 16px;
	}

	.game-schedule-span-1 {
		font-size: 19px;
	}

	.game-schedule-stats-home-team img,
	.game-schedule-stats-away-team img,
	.team-result.loser span,
	.team-result.winner span {
		height: 35px;
		width: 35px;
	}


	.frontpage-partners-premium a,
	.frontpage-partners-main a {
		max-width: 70%;
	}

	.frontpage-partners-section .main-container {
		padding: 60px 20px;
	}

	.frontpage-about-us-content {
		padding: 5% 6%;
	}

	.frontpage-about-us-image img {
		width: 100%;
	}

	.info-page-intro-section {
		padding: 80px 40px 40px 40px;
	}

	.info-page-content-section {
		padding: 40px 40px 60px 40px;
	}

	.info-page-content-section p strong {
		font-size: 20px;
	}

	.info-page-content-section p,
	.info-page-content-section li {
		font-size: 17px;
	}

	.info-page-content-section h2,
	.info-page-content-section h2::before {
		font-size: 30px;
	}

	.bottom-contacts-section {
		padding: 40px;
	}

	.talk-to-us::after {
		right: -67px;
	}

	.talk-to-us h4 {
		font-size: 40px;
		line-height: 40px;
	}

	.talk-to-us {
		gap: 30px;
	}

	.frontpage-discover-our-teams-section h3,
	.frontpage-discover-our-teams-section span {
		font-size: 26px;
	}

	.frontpage-discover-our-team-senior {
		overflow: hidden;
	}

	.frontpage-discover-our-team-senior::after {
		right: -122px;
	}

	.frontpage-discover-our-team-u19::after {
		right: -142px;
	}

	.frontpage-discover-our-team-u19 img {
		left: 158px;
	}

	.frontpage-discover-our-team-senior img,
	.frontpage-discover-our-team-u19 img {
		width: 69%;
	}

	.frontpage-discover-our-teams-section h3,
	.frontpage-discover-our-teams-section span {
		font-size: 24px;
	}

	.frontpage-discoover-our-team-text-wrapper {
		max-width: 219px;
	}

	.page-not-found {
		padding: 100px 40px 50px 40px;
	}

	.frontpage-instagram-card-info {
		flex-direction: column;
		gap: 10px;
	}

	.frontpage-instagram-card-info div:nth-of-type(1) {
		width: 100%;
	}

	.frontpage-instagram-card {
		flex: 0 0 350px;
	}

	.frontpage-instagram-section-title,
	.frontpage-instagram-section-flex {
		margin-left: 40px;
	}

	.frontpage-instagram-section {
		padding: 60px 0 60px 0;
	}

	.players-button {
		margin-top: 100px;
	}

	.frontpage-discover-our-team-senior,
	.frontpage-discover-our-team-u19 {
		padding: 125px 0 65px 0;
	}

	.know-our-u19-team-section::before {
		width: 70%;
	}
}

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

	.footer-content-flex {
		flex-direction: column;
	}

	.footer-visit-shop {
		width: 100%;
		text-align: right;
		background-position: left bottom;
		padding: 25px;
	}

	.footer-visit-shop a {
		margin-top: 10px;
		align-self: self-end;
	}

	.footer-info-content {
		gap: 125px;
	}

	.footer-content-flex {
		gap: 40px;
	}

	.footer-visit-shop p {
		max-width: 350px;
		margin: 0 0 0 auto;
	}

	.menu-mobile-button {
		display: inline-block;
		z-index: 9999;
	}

	.header-flex-col.open {
		visibility: visible;
		opacity: 1;
		transform-origin: top center;
		animation: growDown 300ms ease-in-out forwards;
	}

	@keyframes growDown {
		0% {
			transform: scaleY(0);
		}

		80% {
			transform: scaleY(1.1);
		}

		100% {
			transform: scaleY(1);
		}
	}

	.bar1,
	.bar2,
	.bar3 {
		width: 35px;
		height: 2px;
		background-color: #000;
		margin: 9px 0;
		transition: 0.4s;
		display: block;
	}

	.header-2 .bar1,
	.header-2 .bar2,
	.header-2 .bar3 {
		background-color: #000;
	}

	.change .bar1 {
		transform: translate(0, 11px) rotate(-45deg);
	}

	.change .bar2 {
		opacity: 0;
	}

	.change .bar3 {
		transform: translate(0, -11px) rotate(45deg);
	}

	.menu-top.open {
		opacity: 1;
		visibility: visible;
		right: 0;
	}

	.menu-top {
		display: flex;
		position: absolute;
		right: -100%;
		top: 103px;
		padding: 65px 20px 65px 45px;
		width: 50%;
		height: auto;
		z-index: 9998;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 15px;
		background-color: #E6E6E6;
		opacity: 0;
		visibility: hidden;
		transition: all .5s;
	}


	header .menu-top>.current-menu-ancestor>a::after {
		content: " ";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 1px;
		color: pink;
	}

	.menu-top>li:not(:last-child)>a {
		font-weight: 500;
	}

	.menu-top>li:not(:last-child)>a {
		font-size: 20px;
	}

	.main-header {
		padding: 15px 0;
	}

	header .sub-menu {
		display: flex;
		flex-direction: column;
		gap: 10px;
		position: relative;
		background-color: #E6E6E6;
		top: auto;
		left: auto;
		text-align: left;
		margin-left: 20px;
		padding: 5px 10px;
	}

	header .menu-item-has-children {
		flex-direction: column;
		position: relative;
		align-items: flex-start;
	}

	header .menu-item-has-children::after {
		content: " ";
		position: absolute;
		right: -24px;
		bottom: 34px;
	}

	header .menu-item-has-children>a {
		padding: 0;
	}

	header .menu-item-has-children:nth-of-type(2) .sub-menu {
		left: auto;
	}

	header .sub-menu::before {
		display: none;
	}

	header .menu-item-has-children::after {
		display: none;
	}

	header .menu-top>.current-menu-parent::before,
	header .menu-top>.current-menu-item::after {
		content: " ";
		bottom: auto;
		left: -10px;
		top: 0;
		width: 2px;
		height: 25px;
	}


	p {
		font-size: 16px;
	}

	.about-us-description-flex {
		gap: 120px;
	}

	.archive-members-admin-flex {
		flex-direction: column;
		gap: 20px;
	}

	.archive-members-admin-intro {
		width: 100%;
	}

	.archive-members-admin-flex>div:nth-of-type(2) {
		width: 100%;
	}

	.archive-technical-intro-section h1,
	.archive-player-intro-section h1,
	.archive-partners-intro-section h1 {
		font-size: 40px;
	}

	.archive-technical-intro-title-wrapper,
	.archive-player-intro-title-wrapper,
	.archive-partners-intro-title-wrapper {
		max-width: 365px;
	}

	.era-filter-content a {
		font-size: 15px;
	}

	.archive-player-card-info h3 {
		font-size: 22px;
	}

	.archive-player-card-info div span {
		font-size: 40px;
	}

	.know-more-span {
		width: fit-content;
		align-self: self-end;
	}

	.know-our-team-blue {
		padding: 25px 13px 60px 86px;
	}

	.know-our-team-blue::after {
		right: -340px;
	}

	.know-our-u19-team-section::after {
		width: 50%;
	}

	.single-player-details-grid {
		gap: 20px;
	}

	.number-span {
		font-size: 50px;
		padding: 17px;
	}

	.single-player-info-name-and-position {
		gap: 10px;
	}

	.related-player-squad-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.related-player-squad-card img {
		width: 68%;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		bottom: -3px;
	}

	.single-technical-details-grid {
		grid-template-columns: 1fr;
	}

	.technical-image {
		width: 70%;
	}

	.archive-blog-banner-new h1 {
		font-size: 40px;
	}

	.archive-blog-banner-new p {
		font-size: 18px;
	}

	.archive-blog-banner button {
		bottom: 50px;
	}

	.archive-blog-banner .slick-next {
		right: 52px;
	}

	.archive-blog-banner .slick-prev {
		right: 111px;
	}

	.archive-blog-grid {
		grid-template-columns: 1fr 1fr;
	}

	.news-intro-section h1 {
		font-size: 35px;
	}

	.news-content-section .main-container {
		flex-direction: column;
	}

	.news-container {
		max-width: 100%;
	}

	.news-content-section .news-container p {
		font-size: 16px;
	}

	.news-content-section .main-container {
		gap: 20px;
	}

	.most-watched-news h2 {
		margin-bottom: 0px;
	}

	.most-watched-news>div {
		gap: 30px;
		flex-direction: row;
	}

	.most-watched-news-card {
		flex-direction: column;
	}

	.most-watched-news-card img {
		max-width: 100%;
		width: 100%;
		height: 200px;
	}

	.most-watched-news-card-content {
		max-width: 100%;
	}

	.last-news-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.banner-news-card {
		flex: 0 0 100%;
	}

	.banner-news-buttons {
		bottom: 200px;
	}

	.game-schedule-stats-home-team,
	.game-schedule-stats-away-team {
		margin: 15px 0 0 10px;
	}

	.game-schedule-flex {
		flex-direction: column;
		align-items: flex-start;
	}

	.game-schedule,
	.game-schedule.next {
		width: 100%;
	}

	.frontpage-about-us-section {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.frontpage-about-us-content {
		width: 100%;
	}

	.frontpage-about-us-text-wrapper {
		max-width: 100%;
	}

	.frontpage-about-us-image {
		width: 75%;
	}

	.frontpage-about-us-image img {
		width: 100%;
		margin-bottom: -3px;
	}

	.talk-to-us h4 {
		font-size: 35px;
		line-height: 35px;
	}

	.talk-to-us {
		gap: 10px;
		flex-direction: column;
		align-items: flex-start;
	}

	.talk-to-us::after {
		right: 0;
	}

	.bottom-contacts-section .container {
		gap: 50px;
	}

	.frontpage-game-schedule-section {
		background-image: none;
	}

	.banner-news-card:nth-of-type(odd):after,
	header .menu-item-has-children>a::after {
		display: none;
	}

	.know-our-u19-team-section::before {
		display: none;
	}

	.page-not-found h2 {
		font-size: 50px;
		line-height: 58px;
	}

	.page-not-found-text-wrapper {
		max-width: 530px;
	}

}

@media screen and (min-height: 1024px) {
	.frontpage-banner-section {
		min-height: 67vh;
	}
}

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

	.footer-info-content {
		gap: 70px;
	}

	.footer-links {
		flex-direction: column;
		gap: 20px;
	}

	.footer-links div {
		justify-content: space-between;
		width: 100%;
		flex-wrap: wrap;
	}

	header .custom-logo-link {
		max-width: 15%;
		top: 60px;
	}

	header .custom-logo-link img {
		width: 100%;
	}

	.about-us-description-flex {
		flex-direction: column;
		gap: 20px;
	}

	.about-us-description-intro,
	.archive-members-admin-intro {
		width: 100%;
	}

	.about-us-description-content {
		width: 100%;
	}

	.about-us-description-intro h2,
	.archive-members-admin-intro h3 {
		font-size: 35px;
	}

	h2,
	.archive-members-admin-section h1,
	.about-us-description-section h1 {
		font-size: 18px;
	}

	.admin-member-card-name h4 {
		font-size: 22px;
	}

	.archive-members-admin-grid {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 20px;
	}

	.archive-player-filters {
		padding-left: 0;
	}

	.archive-player-filters {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.archive-player-filters div {
		justify-content: space-between;
		width: 100%;
	}

	.archive-player-filters span {
		font-size: 18px;
	}

	.archive-player-filters button {
		font-size: 16px;
	}

	.archive-players-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.archive-player-card-info>div {
		gap: 8px;
	}

	.know-our-team-blue h5,
	.know-our-team-blue span {
		font-size: 25px;
	}

	.know-our-team-blue a {
		margin-top: 30px;
	}

	.know-our-u19-team-section img {
		right: 25px;
	}

	.archive-technical-card-info div {
		align-items: flex-start;
		flex-direction: column;
	}

	.archive-technical-card-info span:last-child {
		align-self: flex-end;
	}

	.archive-technical-card-info {
		padding: 10px 15px;
	}

	.archive-technical-card-info h2 {
		font-size: 22px;
		line-height: normal;
	}

	.archive-technical-card-info .technical-function {
		font-size: 16px;
	}

	.player-details-section .main-container,
	.technical-details-section .main-container {
		flex-direction: column-reverse;
	}

	.player-image {
		width: 100%;
	}

	.single-player-details,
	.single-technical-details {
		flex-direction: row;
	}

	.single-player-details,
	.single-technical-details {
		margin-top: 30px;
	}

	.single-player-name span,
	.single-technical-name span {
		line-height: normal;
	}

	.single-player-info-name-and-position {
		gap: 10px;
		align-items: flex-end;
	}

	.related-player-squad-card-info .number-span {
		font-size: 30px;
	}

	.related-player-squad-card-info .know-more-span {
		display: none;
	}

	.technical-image {
		width: 100%;
		height: 470px;
	}

	.technical-image img {
		width: 50%;
		height: 100%;
	}

	.single-technical-details-grid {
		grid-template-columns: 1fr 1fr;
	}

	.related-technical-squad-section .main-container>div:nth-of-type(1) {
		width: 45%;
	}

	.archive-blog-banner-new {
		padding: 190px 50px 100px 50px;
	}

	.archive-blog-banner-new h1 {
		font-size: 35px;
	}

	.archive-blog-banner-new p {
		font-size: 16px;
	}

	.archive-blog-card-image img {
		height: 160px;
	}

	.archive-blog-card-info div span:nth-of-type(1),
	.archive-blog-card-info div span:nth-of-type(2) {
		font-size: 12px;
	}

	.news-container {
		margin-left: 0px;
	}

	.news-breadcrumbs {
		margin-bottom: 10px;
	}

	.news-intro-section h1 {
		font-size: 30px;
	}

	.banner .banner-content p {
		font-size: 20px;
	}

	.frontpage-video-section .main-container {
		flex-direction: column;
	}

	.frontpage-video-section .main-container div:nth-of-type(1) {
		width: 35%;
	}

	.frontpage-video {
		width: 100%;
	}

	.frontpage-video-section::after {
		width: 400px;
	}

	.frontpage-video-section::before {
		width: 191px;
	}

	.info-page-intro-section h1 {
		font-size: 38px;
	}

	.bottom-contacts-section .container {
		flex-direction: column;
		align-items: flex-start;
	}

	.bottom-contacts-section .container div:nth-of-type(1) {
		width: 37%;
	}

	.bottom-contacts-section .container {
		gap: 10px;
	}

	.talk-to-us {
		width: 100%;
	}

	.frontpage-discover-our-teams-section {
		flex-direction: column;
	}

	.frontpage-discover-our-team-senior,
	.frontpage-discover-our-team-u19 {
		width: 100%;
	}

	.frontpage-discover-our-team-u19 img {
		left: auto;
		right: 0;
	}

	.frontpage-discover-our-teams-section a {
		margin-top: 19px;
	}

	.frontpage-discover-our-team-u19,
	.frontpage-discover-our-team-senior {
		padding: 120px 0 60px 40px;
	}

	.frontpage-discover-our-teams-section a {
		font-size: 13px;
		padding: 8px 10px;
	}

	.frontpage-discover-our-team-senior img,
	.frontpage-discover-our-team-u19 img {
		width: 54%;
	}

	.about-us-intro-banner,
	.members-intro-banner {
		height: 250px;
	}

	.partners-logos a {
		max-width: 25%;
	}

	.frontpage-instagram-card {
		flex: 0 0 300px;
	}

	.frontpage-instagram-card-image {
		height: 270px;
	}
}

@media screen and (max-width: 670px) {
	.footer-intro-content p {
		font-size: 14px;
	}

	.main-footer {
		gap: 20px;
	}

	.footer-intro-content img {
		max-width: 100%;
	}

	.footer-visit-shop {
		background-size: 45%;
	}

	.archive-members-staff-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.staff-member-card-name h4 {
		font-size: 22px;
	}

	.archive-player-filters div {
		gap: 30px;
		overflow: scroll;

	}

	.archive-player-filters span {
		min-width: fit-content;
	}

	.know-our-team-blue h5 {
		line-height: 25px;
	}

	.know-our-team-blue a {
		font-size: 13px;
	}

	.know-our-team-blue h5,
	.know-our-team-blue span {
		font-size: 22px;
	}

	.know-our-team-blue-title-wrapper {
		max-width: 200px;
	}

	.archive-technical-grid {
		grid-template-columns: repeat(2, auto);
	}

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

	.player-details-section h1,
	.technical-details-section h1 {
		font-size: 35px;
	}

	.number-span {
		font-size: 40px;
		padding: 12px 17px 12px 17px;
	}

	.related-player-squad-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.technical-image {
		height: 350px;
	}

	.technical-image img {
		width: 100%;
	}

	.related-technical-squad-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	h3 {
		line-height: normal;
	}

	.archive-blog-banner-new {
		padding: 220px 30px 80px 30px;
	}

	.archive-blog-banner button {
		width: 30px;
		height: 30px;
	}

	.archive-blog-banner .slick-prev {
		right: 95px;
	}

	.archive-blog-card h4 {
		font-size: 17px;
	}

	.archive-blog-card p {
		font-size: 13px;
		line-height: normal;
	}

	.most-watched-news>div {
		gap: 30px;
		flex-direction: column;
	}

	.last-news-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.banner-content {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
	}

	.frontpage-socials {
		transform: none;
		transform-origin: 0;
		margin-bottom: 20px;
	}

	.banner-news-card h2 {
		font-size: 17px;
	}

	.banner-news-card p {
		font-size: 14px;
	}

	.banner-news-card-content div span:nth-of-type(1),
	.banner-news-card-content div span:nth-of-type(2) {
		font-size: 13px;
	}

	.banner-news-buttons {
		display: none;
	}

	.frontpage-video-section .main-container div:nth-of-type(1) {
		width: 69%;
	}

	.frontpage-video-section::after {
		width: 284px;
	}

	.frontpage-video-section::before {
		width: 157px;
	}

	.frontpage-partners-premium a,
	.frontpage-partners-main a {
		max-width: 30%;
	}

	.talk-to-us h4 {
		font-size: 30px;
		line-height: normal;
	}
}


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

	footer {
		padding: 20px 20px 100px 20px;
	}

	header .main-container {
		margin: 0 20px;
	}

	.archive-members-staff-section {
		padding: 40px 20px 50px 20px;
	}

	.archive-members-admin-section {
		padding: 30px 20px;
	}

	.about-us-description-section {
		padding: 30px 20px;
	}

	.archive-technical-grid-section {
		padding: 20px;
	}

	.era-filter-content {
		padding: 15px 0 0 20px;
	}

	.player-details-section,
	.technical-details-section {
		padding: 35px 20px 40px 20px;
	}

	.archive-players-content-section {
		padding: 0 20px;
	}

	.archive-partners-intro-section {
		padding: 50px 20px 0 20px;
	}

	.archive-partners-team {
		padding: 20px 20px 10px 20px;
	}

	.single-player-intro-section,
	.single-technical-intro-section,
	.archive-technical-intro-section,
	.archive-player-intro-section {
		padding: 80px 20px 0 20px;
	}

	.footer-main-content {
		flex-direction: column;
	}

	.footer-intro-content {
		width: 100%;
		justify-content: space-between;
		gap: 20px;
	}

	.footer-intro-content img {
		max-width: 50%;
	}

	.footer-info-content {
		justify-content: space-between;
	}

	.footer-socials>a {
		max-width: 18%;
	}

	.footer-intro-content img {
		max-width: 80%;
	}

	.about-us-description-intro h2,
	.archive-members-admin-intro h3 {
		font-size: 30px;
	}

	.about-us-description-flex {
		gap: 15px;
	}

	p {
		font-size: 14px;
	}

	.archive-technical-intro-section h1,
	.archive-player-intro-section h1,
	.archive-partners-intro-section h1 {
		font-size: 35px;
	}

	.archive-technical-intro-title-wrapper,
	.archive-player-intro-title-wrapper,
	.archive-partners-intro-title-wrapper {
		max-width: 297px;
		margin-top: 15px;
	}

	.archive-players-position h2 {
		font-size: 25px;
		margin-top: 20px;
	}

	.archive-players-grid {
		margin-top: 10px;
	}

	.archive-player-card-info {
		background-size: 100%;
		padding-top: 0px;

	}

	.archive-player-card-info {
		margin-top: -3px;
	}

	.know-our-team-blue {
		padding: 25px 13px 60px 20px;
		transform: none;
	}

	.know-our-team-blue-title-wrapper {
		transform: none;
	}

	.know-our-u19-team-section {
		padding-top: 90px;
	}

	h3 {
		font-size: 23px;
	}

	h2,
	.archive-members-admin-section h1,
	.about-us-description-section h1 {
		font-size: 16px;
	}

	.single-player-details,
	.single-technical-details {
		justify-content: space-between;
	}

	.related-player-squad-section {
		padding: 40px 20px;
	}

	.related-technical-squad-section {
		padding: 40px 20px;
	}

	.archive-blog-banner {
		padding: 40px 20px 0 20px;
	}

	.archive-blog-banner-new h1 {
		font-size: 28px;
	}

	.archive-blog-banner-new p {
		font-size: 14px;
	}

	.archive-blog-banner-new {
		padding: 160px 30px 65px 30px;
	}

	.archive-blog-section {
		padding: 40px 20px 20px 20px;
	}

	.news-intro-section {
		padding: 100px 20px 40px 20px;
	}

	.news-breadcrumbs a,
	.news-breadcrumbs span {
		font-size: 12px;
	}

	.news-intro-section h1 {
		font-size: 25px;
	}

	.news-content-section {
		padding: 40px 20px;
	}

	.last-news-section {
		padding: 0 20px 60px 20px;
	}

	.banner .main-container {
		padding: 80px 20px 0px 20px;
	}

	.banner .banner-content p {
		font-size: 17px;
	}

	.banner-description-wrapper {
		max-width: 328px;
	}

	.frontpage-game-schedule-section {
		padding: 40px 20px;
	}

	.frontpage-partners-section {
		padding: 40px 20px;
	}

	.frontpage-video-section {
		padding: 40px 20px;
	}

	.banner-news-card {
		gap: 15px;
		flex-direction: column-reverse;
		justify-content: space-between;
	}

	.banner-news-card img {
		width: 100%;
		max-width: 100%;
	}

	.frontpage-game-schedule-intro {
		width: 50%;
	}

	.frontpage-about-us-content {
		padding: 50px 20px;
	}

	p {
		line-height: 22px;
	}

	.frontpage-partners-section .main-container {
		padding: 50px 10px;
	}

	.info-page-intro-section {
		padding: 40px 20px;
	}

	.info-page-intro-section h1 {
		font-size: 30px;
	}

	.info-page-content-section {
		padding: 40px 20px 60px 20px;
	}

	.info-page-content-section p strong {
		font-size: 18px;
	}

	.info-page-content-section p,
	.info-page-content-section li {
		font-size: 15px;
	}

	.info-page-content-section h2,
	.info-page-content-section h2::before {
		font-size: 25px;
	}

	.menu-top.open {
		width: 50%;
		padding: 50px 20px;
	}

	header .sub-menu a {
		font-size: 12px;
	}

	.menu-top>li:not(:last-child)>a {
		font-size: 16px;
	}

	.bottom-contacts-section {
		padding: 20px;
	}

	.talk-to-us::after {
		display: none;
	}

	.talk-to-us h4 {
		width: 100%;
	}

	.frontpage-discover-our-team-u19,
	.frontpage-discover-our-team-senior {
		padding: 70px 0 60px 20px;
	}

	.frontpage-discover-our-teams-section h3,
	.frontpage-discover-our-teams-section span {
		font-size: 20px;
		line-height: 24px;
	}

	.frontpage-discoover-our-team-text-wrapper {
		max-width: 169px;
	}

	.frontpage-discover-our-team-senior img,
	.frontpage-discover-our-team-u19 img {
		width: 64%;
	}

	.archive-blog-card h4 {
		margin-top: 6px;
	}

	.banner h1 {
		font-size: 70px;
	}

	.page-not-found {
		padding: 70px 20px 50px 20px;
	}

	.page-not-found h2 {
		font-size: 35px;
		line-height: 42px;
	}

	.page-not-found-text-wrapper {
		max-width: 372px;
	}

	.page-not-found h1 {
		font-size: 55px;
	}

	.about-us-intro-banner,
	.members-intro-banner {
		height: 170px;
	}

	.game-schedule.next .game-schedule-stats-away-team span,
	.game-schedule.next .game-schedule-stats-home-team span {
		color: #FFF;
		font-size: 21px;
		font-weight: 500;
		line-height: 23.08px;
	}

	.frontpage-instagram-section-title,
	.frontpage-instagram-section-flex {
		margin-left: 20px;
	}

	.frontpage-instagram-section-title h2 {
		font-size: 23px;
	}

	.frontpage-instagram-card-info p {
		font-size: 12px;
	}

	.frontpage-instagram-section-flex {
		margin-top: 20px;
	}

	.frontpage-instagram-section {
		padding: 40px 0;
	}
}

@media screen and (max-width: 460px) {
	header .custom-logo-link {
		position: relative;
		top: auto;
		max-width: 50%;
	}

	.menu-top.open {
		width: 100%;
		padding: 50px 20px;
		top: 97px;
	}

	.single-player-intro-section,
	.single-technical-intro-section,
	.archive-technical-intro-section,
	.archive-player-intro-section {
		padding: 40px 0px 0 0px;
	}

	.archive-player-breadcrumbs {
		margin: 0 20px;
	}

	.archive-player-intro-title-wrapper {
		margin: 15px 20px 0 20px;
	}

	.archive-player-filters div {
		padding: 0 20px;
	}

	.archive-player-filters button {
		margin: 0 20px;
	}


	.archive-player-card-info div span {
		font-size: 30px;
		padding: 14px 13px 10px 13px;
	}

	.archive-player-card-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.archive-player-card-info h3 {
		font-size: 18px;
	}

	.archive-player-card-info {
		padding: 0 5px 5px 0;
	}

	.archive-player-card-info>div {
		align-items: flex-end;
	}

	.archive-player-card-info div span {
		font-size: 22px;
		padding-top: 7px;
	}

	.player-image {
		height: 400px;
	}

	.player-image img {
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
	}

	.single-player-details,
	.single-technical-details {
		flex-direction: column;
		gap: 20px;
	}

	.single-player-details-grid>div,
	.single-player-details-career,
	.single-technical-details-career {
		padding-left: 15px;
	}

	.player-details-section h1,
	.technical-details-section h1 {
		font-size: 30px;
	}

	.related-player-squad-card-info .number-span {
		font-size: 20px;
		padding: 8px 11px;
	}

	.related-player-squad-card-info h4 {
		font-size: 16px;
	}

	.related-player-squad-card-info .related-position {
		font-size: 14px;
	}

	.archive-blog-banner-new h1 {
		font-size: 24px;
	}

	.archive-blog-banner-new p {
		font-size: 12px;
	}

	.archive-blog-banner-new {
		padding: 160px 15px 65px 15px;
	}

	.archive-blog-banner button {
		bottom: 20px;
	}

	.archive-blog-banner .slick-next {
		right: 20px;
	}

	.archive-blog-banner .slick-prev {
		right: 60px;
	}

	.archive-blog-grid {
		column-gap: 24px;
	}

	.archive-blog-card::before {
		left: -13px;
	}

	.last-news-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.bottom-contacts-section .container div:nth-of-type(1) {
		width: 50%;
	}

	.archive-player-filters div {
		justify-content: flex-start;
		gap: 25px;
	}

	.archive-player-filters span {
		font-size: 16px;
	}

	.most-watched-news-card img {
		height: 150px;
	}

	.banner-news-card p {
		line-height: 18px;
	}

	.banner-news {
		padding: 15px;
	}

	.game-hours,
	.game-minutes,
	.game-seconds {
		font-size: 20px;
	}

	.main-header {
		padding: 5px 0;
	}

	.page-not-found h2 {
		font-size: 30px;
		line-height: 37px;
	}

	.page-not-found-text-wrapper {
		max-width: 316px;
	}

	.page-not-found p {
		font-size: 13px;
	}

	.partners-logos a {
		max-width: 33%;
	}
}