/*
Theme Name: PMCJAX Custom Template
Author: PMCJAX
Author URI: https://www.pmcjax.com/
Text Domain: pmcjaxcustom

*/
/* html {font-size:18px;} */
/*body {font-family:"Montserrat",sans-serif;font-weight:400;font-style:normal;color:#111;background-color:#F2F2F2;}
h1{font-size: 2rem;font-weight: 600;}
h2{font-size: 1.8rem;font-weight: 400;}
h3{font-size: 1.6rem;font-weight: 600;}
h4{font-size: 1.4rem;font-weight: 400;}
h5{font-size: 1.2rem;font-weight: 600;}
h6{font-size: 1rem;font-weight: 600;text-transform:uppercase;}
p{font-size: 1rem;}*/
.text-right {
	text-align: right;
}

.centervert {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

header#header {
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

body.admin-bar header#header {
	top: 32px;
}

/* header#header::after{content:'';background: #0E4473;background: linear-gradient(90deg, rgba(14, 68, 115, 1) 0%, rgba(96, 147, 192, 1) 100%);display:block;width:100%;position:relative;bottom:0px;left:0;} */
header#header .utility {
	list-style: none;
	display: flex;
	justify-content: end;
}

header#header .utility .widget-container {
	margin-right: 15px;
}

header#header .utility .widget-container:last-child {
	margin-right: 0;
}

header#header .utility .textwidget p {
	margin: 0;
}

.utilbtn {
	background-color: #0E4473;
	color: #FFF;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	border-radius: 0 0 15px 15px;
	text-decoration: none;
}

.utilbtn:hover {
	background-color: #6093C0;
}

.phone {
	padding: 10px 20px 10px 20px;
	display: inline-block;
	color: #000;
	text-decoration: none;
}

/* .phone::before{content:'\f095';font-family:"Font Awesome 7 Pro";font-weight:300;margin-right:5px;} */
.phone:hover {
	color: #6093C0;
}

.phone:hover::before {
	font-weight: 600;
	color: #000;
}

.btn {
	background: #FFFFFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border: 1px solid #0E4473;
	color: #6093C0;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 30px;
}

/* .btn:hover{background: #F2F2F2;background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(226, 226, 226, 1) 100%);} */
.btn.large {
	font-size: 24px;
	line-height: 30px;
	padding: 20px 30px;
}

.btn.solid {
	background: #6093C0;
	color: #FFF;
}

.btn.solid:hover {
	background: #F2F2F2;
	background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(226, 226, 226, 1) 100%);
	color: #0D0D0D;
}

header#header nav {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

header#header nav #menu-main-menu {
	display: flex;
	justify-content: end;
	margin: 0;
	padding: 0;
}

header#header nav #menu-main-menu li {
	padding: 0;
	list-style: none;
}

/* header#header nav #menu-main-menu li::after{content:' | ';font-weight:300;color: #000;margin-right: 5px;} */
header#header nav #menu-main-menu li:last-child::after {
	content: '';
}

header#header nav #menu-main-menu li ul.sub-menu li::after {
	content: '';
	display: none;
}

header#header nav #menu-main-menu li ul.sub-menu {
	display: none;
	position: absolute;
	background-color: #FFF;
	padding: 5px 10px;
	z-index: 9;
}

header#header nav #menu-main-menu li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}

header#header nav #menu-main-menu li ul.sub-menu li.menu-item-has-children>a {
	font-weight: 600;
}

header#header nav #menu-main-menu li ul.sub-menu li ul.sub-menu {
	display: none;
	position: relative;
	padding-left: 10px;
}

header#header nav #menu-main-menu li ul.sub-menu li:hover ul.sub-menu {
	display: block;
}

header#header nav #menu-main-menu li a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 10px;
	color: #0d0d0d;
}

header#header nav #menu-main-menu li ul.sub-menu li a {
	font-size: .8rem;
	padding: 0px;
	font-weight: 500;
	text-transform: initial;
	display: block;
}

header#header nav #menu-main-menu li.current_page_item>a,
header#header nav #menu-main-menu li:hover>a {
	color: #ed4090;
}

header#header+section {
	margin-top: 52px;
}

#mainsliderwrap {}

#mainsliderwrap .tns-controls {
	position: absolute;
	z-index: 9;
	top: 50%;
	width: 100%;
	height: 0;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

#mainsliderwrap .tns-controls button {
	background: no-repeat;
	border: none;
	color: #FFF;
	font-size: 62px;
	position: inherit;
}

#mainsliderwrap .tns-controls button:hover {
	background: #6093c0;
}

#mainsliderwrap .tns-controls button:nth-child(1) {
	left: 0;
	border-radius: 0 15px 15px 0;
}

#mainsliderwrap .tns-controls button:nth-child(2) {
	right: 0;
	border-radius: 15px 0 0 15px;
}

#mainsliderwrap .slide {
	height: 450px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#mainsliderwrap .slide .slidecontent {
	position: absolute;
	max-width: 1320px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	gap: 50px;
	padding: 30px;
	background-color: rgba(14, 68, 115, .75);
	border-radius: 20px;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
}

#mainsliderwrap .slide .slidecontent .slidetitle {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 50px;
}

#mainsliderwrap .slide .slidecontent .slidedesc {
	color: #FFF;
	font-size: 1.2rem;
	margin-bottom: 0;
}

#mainsliderwrap .slide .slidecontent .btnwrap {
	min-width: 27%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#ctas {
	padding: 60px 0;
}

#ctas .cta {
	min-height: 250px;
	border-radius: 15px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

#ctas .cta h2 {
	color: #FFF;
	font-weight: 600;
	background-color: rgba(14, 68, 115, .75);
	border-radius: 15px 15px 0 0;
	text-align: center;
	padding: 20px 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: transform .5s ease;
}

#ctas .cta:hover h2 {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

section.img-right {
	position: relative;
	overflow: hidden;
}

section.img-right .container {
	position: relative;
	z-index: 5;
}

section.img-right .secimg {
	position: absolute;
	height: 100%;
	width: calc((100% - 1320px) / 2 + (1320px * .3333));
	background-position: bottom left;
	background-size: cover;
	top: 0;
	right: 0;
	border-radius: 100px 0 0 100px;
	z-index: 0;
	transform: translateX(100%);
	transition: transform 1s ease;
}

section.img-right .secimg.visible {
	transform: translateX(0);
}

section.img-left {
	position: relative;
}

section.img-left .container {
	position: relative;
	z-index: 5;
}

section.img-left .secimg {
	position: absolute;
	height: 100%;
	width: calc((100% - 1320px) / 2 + (1320px * .3333));
	background-position: bottom right;
	background-size: cover;
	top: 0;
	left: 0;
	border-radius: 0 100px 100px 0;
	z-index: 0;
}

section.full-width {
	position: relative;
}

section.full-width .container {
	position: relative;
	z-index: 5;
}

section.full-width .secimg {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: bottom center;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: 0;
	background-attachment: fixed;
}

section.testimonials {
	padding: 120px 0;
	background-color: #FFF;
}

section.testimonials .testwrap {
	position: relative;
}

section.testimonials .testwrap::before {
	content: '';
	background-image: url('./imgs/quotes-top.png');
	width: 140px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate3d(0, -45%, 0);
	z-index: 9;
}

section.testimonials .testwrap::after {
	content: '';
	background-image: url('./imgs/quotes-bot.png');
	width: 140px;
	height: 110px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate3d(0, 45%, 0);
	z-index: 9;
}

section.testimonials .testwrap .test {
	padding: 70px 100px;
	background: #0E4473;
	background: linear-gradient(0deg, rgb(14, 68, 115) 0%, rgb(96, 147, 192) 100%);
	color: #FFF;
	border-radius: 75px;
	position: relative;
}

section.testimonials .testwrap .test p {}

section.testimonials .testwrap .test p span {
	font-weight: 700;
	text-transform: uppercase;
}

section#innerheader {
	padding: 40px 0;
	background-color: #2b6cb0;
	background-size: 10%;
	color: #FFF;
}

/* section#innerheader .pagetitle{margin:0;} */

footer#footer {
	background-color: #0E4473;
	color: #FFF;
	padding: 70px 0 0;
}

footer#footer::before {
	content: '';
	background: #0E4473;
	background: linear-gradient(90deg, rgba(14, 68, 115, 1) 0%, rgba(96, 147, 192, 1) 100%);
	display: block;
	width: 100%;
	height: 5px;
	position: relative;
	top: -70px;
	left: 0;
}

footer#footer #footlogo {
	height: 120px;
}

footer#footer #fwa {
	list-style: none;
	text-align: right;
}

footer#footer #fwa nav.menu-footer-menu-container {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 20px;
}

footer#footer #fwa nav.menu-footer-menu-container .menu {
	display: flex;
	justify-content: end;
	margin: 0;
	padding: 0;
}

footer#footer #fwa nav.menu-footer-menu-container .menu li {
	padding: 0;
	list-style: none;
}

footer#footer #fwa nav.menu-footer-menu-container .menu li::after {
	content: ' | ';
	font-weight: 300;
	color: #FFF;
	margin-right: 5px;
}

footer#footer #fwa nav.menu-footer-menu-container .menu li:last-child::after {
	content: '';
}

footer#footer #fwa nav.menu-footer-menu-container .menu li a {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}

footer#footer #fwa nav.menu-footer-menu-container .menu li a:hover {
	text-decoration: underline;
}

footer#footer #sitebuiltby a {
	color: #FFF;
	text-decoration: none;
}

footer#footer #sitebuiltby a:hover {
	text-decoration: underline;
}

/* End  */


/*Start New */
@font-face {
	font-family: "Jersey10";
	src: url("./fonts/Jersey10-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Monoton";
	src: url("./fonts/Monoton-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
}

h1,
h2,
h3,
h4 {
	font-family: "Jersey10", sans-serif;
	font-weight: 400;
	font-style: normal;
}

p {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

p,
a,
span {
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
}

.monoton-regular {
	font-family: "Monoton", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* ================= HEADER ================= */
/* MENU */
#menu ul {
	display: flex;
	gap: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	text-decoration: none;
	color: #fff;
}

/* BURGER */
.menu-toggle {
	display: none;
	background: transparent;
	border: none;
	width: 35px;
	height: 35px;
	position: relative;
	cursor: pointer;
	z-index: 9999;
}

.menu-toggle span {
	position: absolute;
	width: 28px;
	height: 3px;
	background: #000;
	left: 0;
	transition: 0.3s ease;
	border-radius: 20px;
}

.menu-toggle span:nth-child(1) {
	top: 8px;
}

.menu-toggle span:nth-child(2) {
	top: 16px;
}

.menu-toggle span:nth-child(3) {
	top: 24px;
}

/* CLOSE ICON */
.menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 16px;
}

.menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: 16px;
}


/* MOBILE */
@media (min-width: 1200px) and (max-width: 1385px) {

	ul#menu-main-menu li a span {
		font-size: 12px;
	}

	.phone {
		padding: 0;
	}

}

@media (max-width: 1200px) {
	#innerheader{
		margin-top: 75px !important;
	}

	.menu-toggle {
		display: block;
		margin-left: auto;
	}

	#menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 280px;
		height: 100vh;
		background: #fff;
		padding: 100px 30px 30px;
		transition: 0.4s ease;
		z-index: 999;
	}

	#menu.active {
		right: 0;
	}

	#menu ul {
		flex-direction: column;
		gap: 20px;
	}

	/* KEEP BUTTONS VISIBLE */
	.header-right {
		display: flex !important;
	}

	.book-btn {
		display: inline-flex;
		padding: 12px 10px !important;
		font-size: 14px !important;
	}

	.header .container-fluid {
		gap: 15px;
		flex-wrap: wrap;
		padding-top: 15px;
		padding-bottom: 15px
	}

	.phone {
		font-size: 14px;
	}

	.social-icons {
		display: flex;
		gap: 10px;
	}
}


.header {
	background: #fff;
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 999;
}

/* LOGO ICON */
.logo-icon {
	width: 50px;
}

.book-btn {
	background: #ed4090;
	color: #fff;
	font-weight: 600;
	padding: 14px 18px;
	border-radius: 0px;
	font-size: 16px;
	transition: all 0.3s ease;
	border: none;
}

.book-btn:hover {
	color: #fff;
	background-color: #2b6cb0;
}

.nav-link {
	font-size: 16px;
	color: #0d0d0d;
	padding: 10px 6px;
	cursor: pointer;
}

.header ul li {
	list-style: none;
	position: relative;
	padding-left: 15px;
}

.header ul li:not(:first-child)::before {
	content: "•";
	position: absolute;
	left: -5px;
	color: #0d0d0d;
	font-size: 24px;
	/* bottom: -20px; */
	top: -25%;
}

.nav-link.active,
.nav-link:hover {
	color: #ed4090;
}

.phone {
	font-size: 16px;
	font-weight: 600;
	color: #2c61a5;
	text-decoration: none;
}

.social-icons i {
	font-size: 16px;
	margin-left: 12px;
	cursor: pointer;

}

.social-icons {
	margin-top: -10px !important;
}

.social-icons i:hover {
	color: #ed4090;
}

/* End */

/* ================= HERO ================= */
.hero {
	position: relative;
	height: 95vh;
}

.hero-slide {
	height: 95vh;
	background-size: cover;
	background-position: bottom;
	position: relative;
}

.hero .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
}

.hero-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero .hero-slider,
.hero .tns-outer,
.hero .tns-inner,
.hero .tns-item {
	height: 95vh;
}

.section-header {
	background-size: cover;
}

.content-wrap {
	color: #fff;
	max-width: 650px;
	margin: auto;
}

.content-wrap h2 {
	font-size: 64px;
}

.content-wrap p {
	font-size: 18px;
}

/* play section */

.play-hero-section {
	position: relative;
	background-size: cover;
	background-position: center;
}

.section-title {
	font-size: 72px;
	color: #fff;
	font-family: "Monoton", sans-serif;
	margin-bottom: -50px;
}

.custom-layout-section {
	position: relative;
	width: 100%;
	height: 520px;
	display: flex;
	align-items: center;
	z-index: 2;
}

.play-blue-bg {
	position: absolute;
	left: 0;
	top: 20px;
	width: 94%;
	height: 420px;
	background-color: #2b6cb0;
	clip-path: polygon(0% 26%, 100% 5%, 100% 77%, 54% 89%, 24% 95%, 0% 100%);
	z-index: 1;
}

.content-container {
	position: relative;
	width: 100%;
	z-index: 3;
}

.text-side {
	color: #fff;
	text-align: right;
	padding: 0 50px 20px 20px;
}

.text-side h2 {
	font-size: 42px;
}

.slanted-btn {
	background-color: #fff;
	color: #0d0d0d;
	font-weight: bold;
	padding: 12px 35px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.85rem;
	display: inline-block;
	text-decoration: none;
	clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
	transition: all 0.3s ease;
}

.slanted-btn:hover {
	background-color: #ed4090;
	color: #fff;
}

.image-side-box {
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	width: 44%;
	height: 450px;
	overflow: hidden;
	z-index: 5;
}

@media (max-width: 991px) {
	.book-btn {
        display: inline-flex;
        padding: 10px 10px !important;
        font-size: 12px !important;
    }
	.play-hero-section {
		height: auto;
		padding: 60px 20px;
	}

	.bg-outline-text {
		font-size: 3.5rem;
		top: 2%;
		left: 5%;
	}

	.custom-layout-section {
		height: auto;
		margin-top: 60px;
	}

	.play-blue-bg {
		display: none;
	}

	.text-side {
		text-align: center;
		padding-right: 0;
		padding: 40px 20px;
		background-color: #2b6cb0;
		border-radius: 8px;
		margin-bottom: 30px;
	}

	.image-side-box {
		position: relative;
		transform: none;
		top: 0;
		right: 0;
		width: 100%;
		height: 350px;
		border-radius: 20px;
	}

	.blog-card {
		margin-bottom: 24px;
	}

}

/* blog */
.blog-section {
	background-size: cover;
	background-position: center;
}

.blog-card {
	border: 5px solid #56d6f1;
	border-radius: 5px;
}

.blog-content {
	background: #2c61a4;
	padding: 30px 20px;
	color: #fff;
}

.blog-content p {
	font-size: 18px;
}

.blog-content h4 {
	font-size: 36px;
}

.blog-card img {
	width: 100%;
}

.blog-read-more-btn {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

/* weekly slider */
.slider-section {
	position: relative;
	perspective: 2500px;
	background-size: cover;
	background-position: center;
}

.weekly-section .section-title {
	text-align: center;
	padding-bottom: 50px;
}

.my-slider {
	transform-style: preserve-3d;
}

.custom-card-container {
	padding: 60px 0;
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	transform-style: preserve-3d;
}

.skew-card {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	aspect-ratio: 1 / 1.3;
	margin: 0 auto;
	max-width: 500px;

	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 15px;

	transition:
		transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1),
		opacity 0.5s ease;

	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	opacity: 0.35;
	transform: scale(0.85);
}

.skew-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	z-index: 1;
}

.card-content {
	position: relative;
	z-index: 2;
	width: 90%;
	margin: 0 auto;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.85);
}

.card-title.small-card-title {
	font-family: "Jersey10", sans-serif";
 	padding-right: 120px;
	font-size: 30px;
}

.card-text.small-text {
	padding-right: 90px;
}

.custom-card-container.is-center .skew-card {
	opacity: 1;
	transform: scale(1.2);
	z-index: 99;
}

.custom-card-container.is-prev .skew-card {
	opacity: 1.45;
	transform: scale(0.85);
	z-index: 10;
}

.custom-card-container.is-next .skew-card {
	opacity: 1.45;
	transform: scale(0.9);
	z-index: 10;
}

.card-title {
	font-family: "Jersey10", sans-serif;
	font-size: 30px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #ffffff;
	word-wrap: break-word;
	padding-top: 20px;
	padding-right: 27px;
}

.card-text {
	font-size: 13px;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 5px;
	word-wrap: break-word;
	padding-left: 20px;
	padding-right: 44px;
}

.price-tag {
	font-size: 16px;
	font-weight: 600;
}

.old-price {
	text-decoration: line-through;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
}

.new-price {
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
}

.arrow-icon {
	display: inline-block;
	background: #f1c40f;
	color: #000;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	font-size: 15px;
	line-height: 26px;
	margin: 0 10px;
	vertical-align: middle;
}

.nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: 0px solid #ffffff;
	color: #ffffff;
	width: 55px;
	height: 55px;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	transition: all 0.3s ease;
}

.weekly-section .nav-prev {
	left: 50px;
}

.weekly-section .nav-next {
	right: 50px;
}

@media (max-width: 1200px) {
	.weekly-section .nav-prev {
		left: 10px;
	}

	.weekly-section .nav-next {
		right: 10px;
	}

	.card-title {
		font-size: 22px;
	}
}

.tns-nav {
	display: none;
}

/* end */

/* Footer */
.footer {
	background: #fff;
	padding: 40px 20px 20px;
	overflow: hidden;
}

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer a,
.footer span {
	margin: 0;
}

/* LEFT */
.footer-left {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.footer-logo {
	width: 320px;
	max-width: 100%;
}

.footer-info p {
	font-size: 16px;
	font-weight: 700;
	color: #0d0d0d;
	margin-bottom: 0px;
}

.footer-info h6 {
	font-size: 16px;
	font-weight: 700;
	color: #0d0d0d;
	line-height: 1.6;
}

.copyright {
	font-size: 18px;
	color: #666;
	margin-top: 40px;
}

/* CENTER */
.footer-center {
	display: flex;
	flex-direction: column;
}

.footer-center h3 {
	font-size: 32px;
	color: #0d0d0d;
	margin-bottom: 30px;
}

.footer-links {
	display: flex;
	gap: 90px;
}

.footer-links ul {
	list-style: none;
	padding: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	text-decoration: none;
	font-size: 18px;
	color: #0d0d0d;
	transition: 0.3s ease;
}

.footer-links a:hover {
	color: #ff2c93;
}

/* RIGHT */
.footer-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.signup-banner {
	width: 500px;
	max-width: 100%;
}

.footer .social-wrap {
	display: flex;
	align-items: center;
	gap: 0px;
	margin-bottom: 40px;
	margin-top: -60px;
}

.footer .social-wrap span {
	font-size: 15px;
	color: #666;
	display: block;
	margin-top: 7px;
}

.footer .social-icons {
	display: flex;
	gap: 0px;
}

.social-icons a {
	color: #111;
	font-size: 28px;
	transition: 0.3s ease;
	text-decoration: none;
}

.social-icons a:hover {
	color: #ff2c93;
}

.designer-text {
	font-size: 17px;
	color: #666;
}

/* latest news sidebar */

.sidebar-wrap {
    background: #F2F2F2;
}
#sidebar {
    background: #fff;
    padding: 25px;
    margin: 60px 0;
}
#recent-posts-2 {
    margin-top: 15px;
}
#sidebar ul li {
    list-style: none;
    padding: 6px 0;
}
#sidebar ul {
    padding: 0;
    margin: 0;
}

#sidebar ul li a {
    color: #000;
    text-decoration: none;
    display: block;
}

/* archive page css */
.archive-wrapper-st {
    background: #F2F2F2;
    padding: 80px 0 40px;
}

.blog-card .blog-content h4 a {
    color: #fff;
    font-size: 36px;
    font-family: 'Jersey10';
    text-decoration: none;
}
.archive-wrapper-st #sidebar {
    margin: 0;
}
.archive .entry-title span {
    font-size: calc(1.375rem + 1.1vw);
    font-family: 'Jersey10';
}

/* single blog page */

.single-post-wrapper {
    background: #F2F2F2;
    padding: 80px 0;
}
.single-post-wrapper #sidebar {
    margin: 0;
}
.single-post-wrapper .post .featured-image img {
    width: 100%;
}
.single-post-wrapper .nav-links .meta-nav {
    font-size: 30px;
}
.single-post-wrapper .nav-links a {
    color: #212529;
    text-decoration: none;
}
.single-post-wrapper .nav-links {
    display: flex;
    justify-content: space-between;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
	.footer-center {
		margin: 50px 0;
	}

	.footer-right {
		align-items: center;
		text-align: center;
	}

	.footer-left {
		align-items: center;
		text-align: center;
	}

	.footer-links {
		gap: 45px;
	}

	.footer-links a {
		font-size: 16px;
	}

	.footer .social-wrap {
		margin-top: 0;
	}

}

@media (max-width: 991px) {
	.wp-singular #sidebar {
      margin-top: 0;
	}
	.single-post-wrapper #sidebar {
    margin-top: 60px;
}
	.section-title {
    font-size: 56px;
  }

	.play-content {
		margin-bottom: 30px;
	}

	.play-title {
		font-size: 40px;
	}

	.image-side-box {
		height: auto;
	}

	.menu-toggle {
		margin-left: auto;
	}

	.footer-links {
		flex-direction: column;
		gap: 0;
		text-align: center;
	}

	.footer-center {
		text-align: center;
		margin: 25px 0;
	}

	.footer .social-wrap {
		margin-bottom: 20px;
		margin-top: 0px;
	}
}

@media (max-width: 768px) {	
	.header ul li:not(:first-child)::before {
		display: none;
	}
	.slider-section {
		padding-bottom: 50px !important;
	}
	.play-hero-section {
     padding-bottom: 100px !important;
	}	
	.play-hero-section {
        padding: 60px 8px;
    }
	.social-icons {
		gap: 0px;
	}
	.text-side h2 {
    	font-size: 34px;
	}
	.content-wrap h2 {
     font-size: 54px;
	}
	.nav {
		display: none;
	}
	.skew-card {
		width: 80%;
	}

	.card-title {
		font-size: 22px;
		padding-right: 45px;
	}

	.nav-btn img {
		width: 30px;
	}

	.weekly-section .nav-prev {
		left: 2px;
	}

	.weekly-section .nav-next {
		right: 2px;
	}
	.weekly-section .nav-btn {
    	top: 60%;
    	transform: translateY(-60%);
	}
	.custom-layout-section {
		flex-direction: column;
	}

	.section-title {
		font-size: 46px;
		margin-bottom: -30px;
	}

	.card-content {
		width: 100%;
	}

	.image-side-box {
		height: auto;
		padding: 0 10px;
	}

	.footer-center {
		text-align: center;
		margin: 25px 0;
	}

	.footer .social-wrap {
		margin-bottom: 20px;
		margin-top: 0px;
	}

	.footer {
		padding: 40px 20px;
	}

	.footer-center h3 {
		font-size: 32px;
	}

	.footer-links {
		flex-direction: column;
		gap: 0;
		text-align: center;
	}

	.footer-info p,
	.footer-info h6,
	.copyright,
	.designer-text {
		font-size: 16px;
	}

	.social-wrap {
		flex-direction: column;
		gap: 15px;
	}

	#nf-form-1-cont {
		margin: 0px 0px 0px 0px !important;
	}
}

@media (max-width: 559px) {
    #innerheader {
        margin-top: 130px !important;
    }
}