/*
Theme Name: Neodunk Child
Template:   neodunk
Theme URI: https://1.envato.market/neodunk-wp
Description: Neodunk Child Theme
Author: AwaikenThemes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: neodunk-child
*/

:root {
	--afd-navy: #061a31;
	--afd-navy-deep: #020a14;
	--afd-navy-soft: #102c4b;
	--afd-yellow: #f7d118;
	--afd-ink: #0b2942;
	--afd-muted: #667888;
	--afd-line: rgba(255, 255, 255, 0.14);
	--afd-bg: #f3f5f6;
	--afd-white: #ffffff;
}

body {
	background: var(--afd-bg);
	color: var(--afd-ink);
}

.afd-site-header {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
}

.afd-header-inner {
	align-items: center;
	border-bottom: 1px solid var(--afd-line);
	display: flex;
	gap: 28px;
	margin: 18px auto 0;
	max-width: 1680px;
	min-height: 106px;
	padding: 0 200px;
	width: calc(100% - 48px);
}

.afd-brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	text-decoration: none;
}

.afd-brand img,
.afd-footer-brand img {
	height: 76px;
	object-fit: contain;
	width: 76px;
}

.afd-brand-mark {
	align-items: center;
	background: radial-gradient(circle at 50% 38%, #173e69 0 32%, #ffffff 33% 41%, var(--afd-yellow) 42% 47%, #09213b 48% 100%);
	border: 2px solid rgba(255, 255, 255, 0.65);
	border-radius: 50%;
	color: var(--afd-white);
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	height: 76px;
	justify-content: center;
	width: 76px;
}

.afd-primary-nav {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	min-width: 0;
}

.afd-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.afd-menu a {
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	transition: color 180ms ease;
	white-space: nowrap;
}

.afd-menu a:hover {
	color: var(--afd-yellow);
}

.afd-header-cta,
.afd-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0;
	text-decoration: none;
	white-space: nowrap;
}

.afd-header-cta {
	border: 1px solid rgba(255, 255, 255, 0.65);
	color: var(--afd-white);
	font-size: 14px;
	min-height: 52px;
	padding: 0 25px;
}

.afd-home {
	background: var(--afd-bg);
	overflow: hidden;
}

.afd-hero,
.afd-fixtures,
.afd-footer-shell {
	background:
		radial-gradient(circle at 78% 50%, rgba(28, 70, 113, 0.62), transparent 30%),
		radial-gradient(circle at 20% 0%, rgba(20, 55, 97, 0.78), transparent 28%),
		linear-gradient(135deg, rgba(3, 12, 25, 0.96), rgba(5, 28, 53, 0.96)),
		url("../neodunk/assets/images/image-effect.jpg");
	background-blend-mode: screen, normal, normal, multiply;
	background-size: cover;
	color: var(--afd-white);
	position: relative;
}

.afd-hero {
	border-radius: 0 0 22px 22px;
	margin: 18px auto 0;
	max-width: 1680px;
	min-height: 910px;
	padding: 300px 200px 120px;
	width: calc(100% - 48px);
}

.afd-hero::before,
.afd-hero::after,
.afd-fixtures::before,
.afd-footer-shell::before {
	background: radial-gradient(ellipse at center, rgba(22, 54, 91, 0.64) 0 34%, transparent 35%);
	content: "";
	height: 430px;
	opacity: 0.75;
	position: absolute;
	width: 430px;
}

.afd-hero::before {
	left: -100px;
	top: 120px;
	transform: rotate(38deg);
}

.afd-hero::after {
	bottom: -80px;
	right: -80px;
	transform: rotate(-24deg);
}

.afd-hero-content {
	max-width: 790px;
	position: relative;
	z-index: 2;
}

.afd-kicker {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 22px;
	padding: 9px 15px;
}

.afd-kicker-light {
	background: var(--afd-white);
	border-color: #dbe2e8;
	color: #778697;
}

.afd-hero h1 {
	color: var(--afd-white);
	font-size: clamp(42px, 5vw, 76px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 24px;
}

.afd-hero h1 em {
	color: var(--afd-yellow);
	font-style: italic;
}

.afd-hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 34px;
	max-width: 680px;
}

.afd-button {
	border: 0;
	font-size: 14px;
	min-height: 48px;
	padding: 0 24px;
}

.afd-button-light {
	border: 1px solid rgba(255, 255, 255, 0.62);
	color: var(--afd-white);
}

.afd-button-primary {
	background: var(--afd-navy);
	color: var(--afd-white);
	margin-top: 40px;
}

.afd-watermark {
	border: 2px solid rgba(255, 255, 255, 0.06);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.05);
	font-size: 76px;
	font-weight: 900;
	height: 360px;
	position: absolute;
	right: 265px;
	text-align: center;
	top: 330px;
	width: 360px;
}

.afd-watermark::before {
	content: "";
	display: block;
	height: 125px;
}

.afd-vision {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: 1fr 1.25fr;
	margin: 90px auto 110px;
	max-width: 1260px;
	padding: 0 24px;
}

.afd-vision-media {
	min-height: 500px;
	position: relative;
}

.afd-photo {
	background-position: center;
	background-size: cover;
	border: 8px solid var(--afd-bg);
	border-radius: 18px;
	box-shadow: 0 22px 55px rgba(9, 35, 61, 0.16);
	position: absolute;
}

.afd-photo-stadium {
	background:
		linear-gradient(rgba(7, 29, 53, 0.08), rgba(7, 29, 53, 0.08)),
		url("../neodunk/screenshot.jpg");
	height: 410px;
	right: 24px;
	top: 0;
	width: 330px;
}

.afd-photo-group {
	background:
		linear-gradient(135deg, rgba(247, 209, 24, 0.34), rgba(8, 91, 89, 0.5)),
		url("../neodunk/assets/images/404-error-img.png");
	height: 305px;
	left: 0;
	top: 170px;
	width: 330px;
}

.afd-photo-logo {
	align-items: center;
	background: var(--afd-navy);
	bottom: 12px;
	color: var(--afd-yellow);
	display: flex;
	font-size: 34px;
	font-weight: 900;
	height: 160px;
	justify-content: center;
	right: 52px;
	width: 235px;
}

.afd-vision-copy h2,
.afd-message-copy h2,
.afd-section-heading h2 {
	color: var(--afd-ink);
	font-size: clamp(34px, 3vw, 48px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0 0 18px;
}

.afd-vision-copy>p,
.afd-section-heading p,
.afd-message-copy p {
	color: var(--afd-muted);
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.afd-values {
	background: var(--afd-white);
	border-radius: 18px;
	display: grid;
	gap: 26px 34px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 34px;
	padding: 34px;
}

.afd-values article {
	display: grid;
	gap: 8px 14px;
	grid-template-columns: 42px 1fr;
}

.afd-icon {
	align-items: center;
	background: var(--afd-navy);
	border-radius: 9px;
	color: var(--afd-white);
	display: inline-flex;
	font-size: 18px;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.afd-values h3 {
	color: var(--afd-ink);
	font-size: 18px;
	font-weight: 800;
	margin: 0;
}

.afd-values p {
	color: var(--afd-muted);
	font-size: 13px;
	grid-column: 2;
	line-height: 1.5;
	margin: 0;
}

.afd-message {
	align-items: center;
	background: var(--afd-white);
	border-radius: 22px;
	display: grid;
	gap: 105px;
	grid-template-columns: 410px 1fr;
	margin: 0 auto 34px;
	max-width: 1680px;
	min-height: 720px;
	overflow: hidden;
	padding: 90px 200px;
	position: relative;
	width: calc(100% - 48px);
}

.afd-message::after {
	border: 24px solid rgba(7, 29, 53, 0.035);
	border-radius: 50%;
	color: rgba(7, 29, 53, 0.035);
	content: "AFD";
	font-size: 92px;
	font-weight: 900;
	height: 500px;
	position: absolute;
	right: 95px;
	text-align: center;
	top: 96px;
	width: 500px;
}

.afd-president-photo {
	aspect-ratio: 4 / 5;
	background:
		linear-gradient(180deg, rgba(252, 253, 254, 0), rgba(7, 29, 53, 0.15)),
		linear-gradient(135deg, #cfc7bd, #f5f6f7 42%, #253e57 43%, #0b243c);
	border-radius: 18px;
	position: relative;
	z-index: 2;
}

.afd-president-photo::before {
	background: linear-gradient(#d9d3cc, #f4ede6);
	border-radius: 50% 50% 45% 45%;
	content: "";
	height: 98px;
	left: 50%;
	position: absolute;
	top: 100px;
	transform: translateX(-50%);
	width: 82px;
}

.afd-president-photo::after {
	background: linear-gradient(135deg, #152f4b, #0d1f35);
	border-radius: 42% 42% 6px 6px;
	bottom: 0;
	content: "";
	height: 240px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 230px;
}

.afd-message-copy {
	max-width: 690px;
	position: relative;
	z-index: 2;
}

.afd-message-copy strong {
	color: var(--afd-ink);
	display: block;
	font-size: 18px;
	margin-top: 42px;
	text-align: center;
}

.afd-message-copy span:not(.afd-kicker) {
	color: var(--afd-muted);
	display: block;
	font-size: 14px;
	text-align: center;
}

.afd-fixtures {
	border-radius: 20px;
	margin: 0 auto 95px;
	max-width: 1680px;
	min-height: 700px;
	overflow: hidden;
	padding: 88px 200px 90px;
	width: calc(100% - 48px);
}

.afd-fixtures::before {
	bottom: -180px;
	left: -140px;
}

.afd-section-heading {
	margin: 0 auto 42px;
	max-width: 760px;
	text-align: center;
}

.afd-section-heading-dark h2,
.afd-section-heading-dark p {
	color: var(--afd-white);
}

.afd-section-heading-dark p {
	color: rgba(255, 255, 255, 0.78);
}

.afd-tabs {
	display: flex;
	gap: 16px;
	margin: 0 auto 34px;
	max-width: 1260px;
}

.afd-tabs button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	color: var(--afd-white);
	font-size: 13px;
	font-weight: 700;
	height: 40px;
	min-width: 118px;
}

.afd-tabs button.is-active {
	background: var(--afd-white);
	color: var(--afd-ink);
}


.afd-score-row {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-bottom: 16px;
}

.afd-score-row strong {
	color: var(--afd-ink);
	font-size: 34px;
	font-weight: 900;
	min-width: 84px;
}

.afd-team-badge {
	align-items: center;
	background: radial-gradient(circle, var(--afd-yellow), #0b4b74);
	border: 4px solid #eef3f6;
	border-radius: 50%;
	color: var(--afd-white);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	height: 62px;
	justify-content: center;
	width: 62px;
}

.afd-team-badge-alt {
	background: radial-gradient(circle, #ffffff, #2d6f8f);
	color: var(--afd-ink);
}

.afd-team-row {
	display: flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: space-between;
}

.afd-news {
	margin: 0 auto 110px;
	max-width: 1260px;
	padding: 0 24px;
	text-align: center;
}

.afd-news-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
	text-align: left;
}

.afd-news-card {
	align-content: end;
	aspect-ratio: 0.82;
	background:
		linear-gradient(180deg, rgba(3, 8, 14, 0.08), rgba(2, 7, 12, 0.88)),
		linear-gradient(135deg, #6f8474, #09213b 62%, #05070a);
	background-position: center;
	background-size: cover;
	border-radius: 17px;
	color: var(--afd-white);
	display: grid;
	min-height: 420px;
	overflow: hidden;
	padding: 28px;
	position: relative;
}

.afd-news-card-2 {
	background:
		linear-gradient(180deg, rgba(3, 8, 14, 0.08), rgba(2, 7, 12, 0.86)),
		linear-gradient(135deg, #f5d022, #102c4b 58%, #07111d);
}

.afd-news-card-3 {
	background:
		linear-gradient(180deg, rgba(3, 8, 14, 0.08), rgba(2, 7, 12, 0.86)),
		linear-gradient(135deg, #04284d, #f1d000 52%, #0a0f18);
}

.afd-news-card span {
	background: rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: var(--afd-white);
	font-size: 12px;
	font-weight: 700;
	left: 24px;
	padding: 7px 14px;
	position: absolute;
	top: 24px;
}

.afd-news-card h3 {
	color: var(--afd-white);
	font-size: 22px;
	font-weight: 850;
	margin: 0 0 14px;
}

.afd-news-card p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 20px;
}

.afd-news-card a {
	color: var(--afd-white);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.afd-footer {
	background: var(--afd-bg);
	padding: 0 24px 30px;
}

.afd-footer-shell {
	border-radius: 20px;
	margin: 0 auto;
	max-width: 1680px;
	overflow: hidden;
	padding: 92px 200px 52px;
}

.afd-footer-shell::before {
	right: -150px;
	top: -160px;
}

.afd-newsletter {
	align-items: center;
	border-bottom: 1px solid var(--afd-line);
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 620px);
	padding-bottom: 68px;
	position: relative;
	z-index: 2;
}

.afd-newsletter h2 {
	color: var(--afd-white);
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 850;
	line-height: 1.2;
	margin: 0;
	max-width: 570px;
}

.afd-newsletter-form {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	display: flex;
	gap: 10px;
	min-height: 58px;
	padding: 6px;
}

.afd-newsletter-form input {
	background: transparent;
	border: 0;
	color: var(--afd-white);
	flex: 1 1 auto;
	font-size: 14px;
	min-width: 0;
	outline: 0;
	padding: 0 22px;
}

.afd-newsletter-form input::placeholder {
	color: rgba(255, 255, 255, 0.68);
}

.afd-newsletter-form button {
	background: var(--afd-white);
	border: 0;
	border-radius: 999px;
	color: var(--afd-ink);
	font-size: 14px;
	font-weight: 800;
	min-height: 48px;
	padding: 0 24px;
	white-space: nowrap;
}

.afd-footer-main {
	border-bottom: 1px solid var(--afd-line);
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1.1fr 1fr;
	padding: 64px 0;
	position: relative;
	z-index: 2;
}

.afd-footer-main h3 {
	color: var(--afd-white);
	font-size: 18px;
	font-weight: 850;
	margin: 0 0 18px;
}

.afd-footer-main p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.afd-footer-brand {
	text-align: center;
}

.afd-footer-brand img,
.afd-footer-brand .afd-brand-mark {
	margin-bottom: 20px;
}

.afd-footer-bottom {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding-top: 34px;
	position: relative;
	z-index: 2;
}

.afd-footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.afd-footer-nav a,
.afd-socials a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.afd-socials {
	align-items: center;
	display: flex;
	gap: 18px;
}

.afd-socials a {
	align-items: center;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.afd-copyright {
	align-items: center;
	color: #9aa7b2;
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin: 24px auto 0;
	max-width: 1260px;
}

.checkbox-form label {
	display: flex !important;
	align-items: flex-start;
}

.checkbox-form label {
	display: grid !important;
	grid-template-columns: 20px 1fr;
	gap: 12px;
	align-items: start;
}

.checkbox-form label span {
	line-height: 1.4 !important;
	padding-top: 3px !important;
}

.checkbox-form input[type="checkbox"] {
	margin: 0px 0 0 0;
}

.checkbox-form .wpcf7-list-item {
	margin-left: 0 !important;
}

.checkbox-form input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 22px;
	height: 22px;
	min-width: 22px;
	border-radius: 5px;
	background: #EFEFEF;
	cursor: pointer;
	transition: all .2s ease;
	position: relative;
}

.checkbox-form input[type="checkbox"]:hover {
	background: #ececec;
}

.checkbox-form input[type="checkbox"]:checked {
	background: #2563eb;
}

.checkbox-form input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 4px;
	width: 5px;
	height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox-form a {
	text-decoration: underline !important;
}

.checkbox-form a:hover {
	text-decoration: none !important;
}

/* Blog single */
.afd-blog-single .page-header-box {
	text-align: center;
}

.afd-blog-single__sidebar {
	position: static;
}

.afd-blog-single__image {
	margin-bottom: 38px;
}

.afd-blog-single__image figure,
.afd-blog-single__image img {
	aspect-ratio: 0.75;
	border-radius: 24px;
	display: block;
	margin: 0;
	object-fit: cover;
	width: 100%;
}

.afd-blog-single__widgets {
	margin-top: 0;
}

.afd-blog-single__widgets .widget {
	margin-bottom: 0;
}

.afd-blog-single__elementor-sidebar {
	width: 100%;
}

.afd-blog-single__main .post-content {
	background: var(--afd-white);
	border-radius: 28px;
	margin: 0;
	max-width: none;
	padding: 48px 46px 36px;
}

.afd-blog-single__content-header {
	margin-bottom: 35px;
}

.afd-blog-single__content-header h2 {
	color: var(--afd-navy-soft);
	font-size: clamp(28px, 3vw, 38px) !important;
	font-weight: bold !important;
	line-height: 1.15;
	margin: 0 0 18px;
}

.afd-blog-single__date {
	align-items: center;
	color: var(--afd-navy-soft);
	display: flex;
	font-size: 16px !important;
	gap: 8px;
}

.afd-blog-single__date svg {
	fill: #0B2D52;
}

.afd-blog-single__main .post-entry blockquote {
	background-color: #f0f0f0 !important;
}

.afd-blog-single__main .post-entry {
	border-bottom: 0;
	color: #6c6f73;
	margin-bottom: 35px;
	padding-bottom: 0;
}

.afd-blog-single__main .post-entry p {
	color: #6c6f73;
	font-size: 15px;
	line-height: 1.65;
}

.afd-blog-single__main .post-entry h2 {
	font-size: 32px !important;
}

.afd-blog-single__main .post-entry h3 {
	font-size: 26px !important;
	padding-left: 40px;
	position: relative;
}

.afd-blog-single__main .post-entry h3:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-color: #0B2D52;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: -1px;
}

.afd-blog-single__main .post-entry h4 {
	font-size: 22px !important;
}

.afd-blog-single__main .post-entry h2,
.afd-blog-single__main .post-entry h3,
.afd-blog-single__main .post-entry h4 {
	color: var(--afd-navy-soft);
	font-weight: 600 !important;
}

.afd-blog-single__main .post-entry ul {
	list-style: none;
	padding-left: 0;
}

.afd-blog-single__main .post-entry ul li {
	color: #6c6f73;
	font-size: 15px;
	padding-left: 42px;
	position: relative;
}

.afd-blog-single__main .post-entry ul li::before {
	background: var(--afd-navy-soft);
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 18px;
}

.afd-blog-single__sharing {
	align-items: center;
	border-top: 1px solid #dfe3e6;
	display: flex;
	justify-content: space-between;
	padding-top: 32px;
	margin-top: 32px;
}

.afd-blog-single__sharing strong {
	color: var(--afd-navy-soft);
	font-size: 13px;
}

.afd-blog-single__sharing .post-social-sharing ul li a {
	background: transparent;
	border: 1px solid var(--afd-navy-soft);
	color: var(--afd-navy-soft);
}

.afd-blog-single__main .comment-box {
	border-top: 1px solid #dfe3e6;
	margin-top: 28px;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	padding-top: 32px;
}

.afd-blog-related {
	margin: 105px auto 0;
	max-width: 1120px;
}

.afd-blog-related--elementor {
	max-width: none;
}

.afd-blog-related__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}

.afd-blog-related__header h2 {
	color: var(--afd-navy-soft);
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 800;
	margin: 0;
}

.afd-blog-related__arrows {
	display: flex;
	gap: 12px;
}

.afd-blog-related__arrows span {
	align-items: center;
	border: 1px solid var(--afd-navy-soft);
	border-radius: 50%;
	color: var(--afd-navy-soft);
	display: inline-flex;
	font-size: 20px;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.afd-blog-related__grid {
	margin-top: 0;
}

.footer-powered span {
	display: block;
	white-space: nowrap;
	padding-top: 10px;
	line-height: 3.4;
}

.footer-form .newsletter-btn::before {
	pointer-events: none !important;
}

#msgSubmit:hover {
	background-color: #ffee00 !important;
}

.form-btn {
	position: relative;
	width: fit-content;
}

.form-btn::after {
	position: absolute;
	top: 50%;
	right: 22px;
	width: 18px;
	height: 18px;
	color: #fff;
	pointer-events: none;
	transform: translateY(-50%);
}

.form-btn.is-submitting::after {
	content: "";
	border: 2px solid rgba(255, 255, 255, .4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: afd-submit-spin .7s linear infinite;
}

.form-btn.is-success::after {
	content: "✓";
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

.form-btn.is-error::after {
	content: "!";
	display: grid;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

#msgSubmit.is-loading {
	background-image: none;
	min-width: 280px;
}

#msgSubmit.is-success {
	background-color: #2f9e44;
	background-image: none;
	min-width: 245px;
}

#msgSubmit.is-error {
	background-color: #d64545;
	background-image: none;
	min-width: 285px;
}

@keyframes afd-submit-spin {
	to {
		transform: translateY(-50%) rotate(360deg);
	}
}

#tckimlik:disabled {
	background: #f5f5f5;
	cursor: not-allowed;
	opacity: .7;
}


@media (max-width: 1399px) {

	.afd-header-inner,
	.afd-hero,
	.afd-fixtures,
	.afd-footer-shell {
		padding-left: 80px;
		padding-right: 80px;
	}

	.afd-message {
		padding-left: 100px;
		padding-right: 100px;
	}

	.afd-menu {
		gap: 20px;
	}
}

@media (max-width: 1199px) {
	.afd-header-inner {
		min-height: 92px;
		padding-left: 34px;
		padding-right: 34px;
	}

	.afd-primary-nav {
		display: none;
	}

	.afd-hero {
		min-height: 760px;
		padding-top: 230px;
	}

	.afd-vision,
	.afd-message,
	.afd-newsletter,
	.afd-footer-main {
		grid-template-columns: 1fr;
	}

	.afd-vision-media {
		margin: 0 auto;
		max-width: 600px;
		width: 100%;
	}

	.afd-message {
		gap: 44px;
	}

	.afd-president-photo {
		margin: 0 auto;
		max-width: 370px;
		width: 100%;
	}
}

@media (max-width: 991px) {
	.afd-blog-single__layout {
		--bs-gutter-x: 24px;
	}

	.afd-blog-single__sidebar {
		margin-bottom: 36px;
		position: static;
	}

	.afd-blog-single__image figure,
	.afd-blog-single__image img {
		aspect-ratio: 4 / 3;
	}

	.afd-blog-related {
		margin-top: 70px;
	}

	.afd-header-cta {
		display: none;
	}

	.afd-hero,
	.afd-fixtures,
	.afd-footer-shell {
		padding-left: 28px;
		padding-right: 28px;
		width: calc(100% - 24px);
	}

	.afd-message {
		padding: 56px 28px;
		width: calc(100% - 24px);
	}

	.afd-values,
	.afd-match-grid,
	.afd-news-grid {
		grid-template-columns: 1fr;
	}

	.afd-fixtures {
		padding-bottom: 48px;
	}

	.afd-news-card {
		aspect-ratio: auto;
		min-height: 360px;
	}
}

@media (max-width: 767px) {
	.afd-blog-single__main .post-content {
		border-radius: 20px;
		padding: 30px 22px;
	}

	.afd-blog-single__sharing,
	.afd-blog-related__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.afd-blog-related {
		margin-top: 55px;
	}

	.afd-blog-related .afd-news-card {
		min-height: 500px !important;
	}

	.afd-header-inner {
		margin-top: 10px;
		min-height: 74px;
		padding: 0 18px;
		width: calc(100% - 20px);
	}

	.afd-brand img,
	.afd-brand-mark {
		height: 56px;
		width: 56px;
	}

	.afd-hero {
		margin-top: 10px;
		min-height: 640px;
		padding-top: 170px;
	}

	.afd-watermark {
		display: none;
	}

	.afd-vision {
		margin: 54px auto 70px;
	}

	.afd-vision-media {
		min-height: 390px;
	}

	.afd-photo-stadium {
		height: 285px;
		right: 0;
		width: 250px;
	}

	.afd-photo-group {
		height: 220px;
		top: 145px;
		width: 230px;
	}

	.afd-photo-logo {
		height: 120px;
		right: 18px;
		width: 170px;
	}

	.afd-values {
		padding: 24px;
	}

	.afd-values article {
		grid-template-columns: 38px 1fr;
	}

	.afd-newsletter-form,
	.afd-footer-bottom,
	.afd-copyright {
		align-items: stretch;
		flex-direction: column;
	}

	.afd-newsletter-form button {
		width: 100%;
	}

	.afd-footer-shell {
		padding-top: 58px;
	}


	.footer-form .newsletter-btn {
		width: 40px !important;
	}

	.footer-form #msgSubmit {
		padding: 0 !important;
		height: 40px;
		width: 40px;
		background-image: none !important;
	}

	.footer-form .newsletter-btn:hover:before {
		background-color: #0b3b69;
	}

	.footer-links ul {
		overflow-x: auto !important;
	}

	.footer-links ul li {
		white-space: nowrap;
	}

	.konum .elementskit-info-box-title {
		text-align: center !important;
	}

}

#msgSubmit:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	pointer-events: none;
}

#msgSubmit.is-loading:disabled {
	opacity: 1;
	cursor: wait;
}

#msgSubmit.is-success:disabled,
#msgSubmit.is-error:disabled {
	opacity: 1;
}

.wpcf7-response-output {
	position: relative;
	margin-top: 28px !important;
	padding: 18px 24px 18px 58px !important;
	border-width: 0 !important;
	border-radius: 14px !important;
	background: #fff1f1;
	box-shadow: 0 10px 30px rgba(11, 45, 82, .08);
	color: #b42323 !important;
	font-size: 17px;
	line-height: 1.45 !important;
}

.wpcf7-response-output::before {
	content: "!";
	position: absolute;
	top: 18px;
	left: 20px;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border: 2px solid currentColor;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
}

.wpcf7-form.sent .wpcf7-response-output {
	background: #edf9f0;
	color: #25833a !important;
}

.wpcf7-form.sent .wpcf7-response-output::before {
	content: "✓";
}

.post-entry blockquote {
	background: var(--e-global-color-white) url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIyOC41NzEiIHZpZXdCb3g9IjAgMCA0MCAyOC41NzEiPgogIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTUuNzE1KSI+CiAgICA8cGF0aCBkPSJNMCwyMi44NThIOC41NzFMMi44NTcsMzQuMjg2aDguNTcxbDUuNzE0LTExLjQyOVY1LjcxNUgwWiIgZmlsbD0iIzBjMmQ1MiI+PC9wYXRoPgogICAgPHBhdGggZD0iTTIyLjg1Nyw1LjcxNVYyMi44NThoOC41NzFMMjUuNzE0LDM0LjI4Nmg4LjU3MUw0MCwyMi44NThWNS43MTVaIiBmaWxsPSIjMGMyZDUyIj48L3BhdGg+CiAgPC9nPgo8L3N2Zz4K') no-repeat !important;
	background-position: 30px 30px !important;
	background-size: 45px !important;
}

.main-header-menu ul li a.active {
	color: #FFEE00 !important;
}


.main-header-menu .menu-item:hover>a,
.main-header-menu .menu-item:focus>a,
.main-header-menu .menu-item>a:hover,
.main-header-menu .menu-item>a:focus,
.main-header-menu .menu-item.current-menu-item>a,
.main-header-menu .menu-item.current-menu-ancestor>a,
.main-header-menu .main-header-cta {
	color: #FFEE00 !important;
}

.anfeder-header-cta .ekit_creative_button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.anfeder-header-cta .ekit_creative_button svg {
    margin-left: 5px !important;
    flex-shrink: 0;
}

