/*
	Theme Name: play-Ground
	author: AD
	Version:1.0
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@font-face{
	font-family: Estedad;
	src: url(themes/default/fonts/Estedad.woff2);
}

body {
	background-color: #f5f5f5;
	font-family: Estedad, Tahoma;
}

.header {
	 z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
}

.container {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.logo i {
	margin-right: 10px;
	color: #e74c3c;
}

.nav-menu {
	display: flex;
	list-style: none;
	position: absolute;
	top: 10px;
	right: 50px;
	justify-content: space-between;
	color: white;
}
.nav-menu>li:hover{
	cursor: pointer;
	color:  rgba(, 0, 0, 1.0);
}

.nav-menu li {
	margin-left: 30px;
	position: relative;
	font-size: 18px;
	font-weight: 500;
}

.nav-menu a {
	color: white;
	text-decoration: none;
	transition: color 0.3s ease;
	display: flex;
	align-items: center;	
	cursor: pointer;
}

.nav-menu a:hover {
	color: #e74c3c;
}

.nav-menu i {
	margin-right: 5px;
	font-size: 14px;
}

.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #333;
	min-width: 10px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	display: none;
	z-index: 1;
}

.nav-menu li:hover .dropdown {
	display: block;
}

.dropdown a {
	display: block;
	padding: 12px 16px;
	color: white;
	text-decoration: none;
	transition: background-color 0.3s;
}

.dropdown a:hover {
	background-color: #e74c3c;
}

.hero-section {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1534438327276-14e5300c3a48?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
	background-size: cover;
	background-position: center;
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

.hero-title {
	 margin: 0;
  font-weight: bold;
  font-size: 3.6rem;
}

.hero-subtitle {
  /*font-size: 1.9rem;*/
  margin-bottom: 1.5rem;
   font-size: 3.125rem;
   font-weight: 300;
   margin-top: 1px;
}
.hero-small{
  font-size: 1.6875rem;
  font-weight: 400;
  margin-bottom: 1.9rem;
}

.cta-button {
	background-color: #e74c3c;
	color: white;
	border: none;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 4px;
	transition: background-color 0.3s, transform 0.3s;
}

.cta-button:hover {
	background-color: #c0392b;
	transform: translateY(-3px);
}

.mobile-menu {
	display: none;
	font-size: 24px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.mobile-menu {
		display: block;
	}

	.nav-menu {
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		background-color: #222;
		flex-direction: column;
		align-items: center;
		padding: 20px 0;
		display: none;
	}

	.nav-menu.active {
		display: flex;
	}

	.nav-menu li {
		margin: 15px 0;
	}

	.hero-title {
		font-size: 40px;
	}

	.hero-subtitle {
		font-size: 18px;
	}
}
a{
	text-decoration: none;
	color: white;
}
.header-text{
	font-size: 2.125rem;
	font-weight: 100;
	display: inline-block;
	position: absolute;
	top: 11px;
}
.header-text strong{
	font-size: 2rem;
	font-weight: bold;
}
@media (min-width: 960px) {
  .full-width-split {
    display: flex;
  }
}
.full-width-split-one {
  flex: 1;
  background-color: white;
  padding: 1.6rem 16px;
}
@media (min-width: 960px) {
  .full-width-split__one {
    padding: 40px;
  }
}
.full-width-split-two{
  flex: 1;
  background-color: #faf0ca;
  padding: 1.5rem 16px;
}
@media (min-width: 960px) {
  .full-width-split-two {
    padding: 40px;
  }
}
@media (min-width: 1350px) {
  .full-width-split-inner {
    width: 610px;
  }
}
@media (min-width: 960px) {
  .full-width-split {
    display: flex;
  }
.full-width-split-two {
  flex: 1;
  background-color: #faf0ca;
  padding: 1.6rem 16px;
}
@media (min-width: 960px) {
  .full-width-split-two {
    padding: 40px;
  }
}
@media (min-width: 1350px) {
  .full-width-split-inner {
    width: 610px;
  }
}
.summary-header{
  margin: 0;
  font-weight: 300;
}
.summary-header-small{
	 font-size: 1.6875rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.t-center{
	text-align: center;
}
.event-summary {
  position: relative;
  padding-left: 107px;
  min-height: 77px;
  padding-bottom: 1px;
  margin-bottom: 20px;
}
.event-summary__title a {
  color: #173f58;
}
.event-summary__date {
  text-decoration: none;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  padding: 14px 0 11px 0;
  color: #fff;
  border-radius: 50%;
  background-color: #0d3b66;
  width: 80px;
  line-height: 1;
  transition: opacity 0.33s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
}
.event-summary__date:hover {
  opacity: 0.75;
}
.event-summary__date--beige {
  background-color: #f4d35e;
}
.event-summary__month {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
.event-summary__day {
  display: block;
  font-size: 2.02rem;
  font-weight: 700;
}

.event{
		direction: rtl;
		position: relative;
	  padding-right: 107px;
	  min-height: 77px;
	  padding-bottom: 1px;
	  margin-bottom: 20px;
}
.event-date{
	text-decoration: none;
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  padding: 14px 0 11px 0;
  color: #fff;
  border-radius: 50%;
  background-color: #0d3b66;
  width: 80px;
  line-height: 1;
  transition: opacity 0.33s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
	}
	@media (max-width: 768px) {
  .event {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .event-date {
    margin-bottom: 15px;
  }
}

.event-month{
	display: block;
	font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
}
.event-day{
	display: block;
	font-size: 2rem;
	font-weight: 700;
}