@charset "utf-8";
/* CSS Document */



.corner-3 {
	background-image:url("../img/birthdays/bg-images/3.png");
	position: absolute;
	bottom: -70px;
	right: 0;
	z-index: 1;
	width: 460px;
	height: 426px;
}

.corner-4 {
	background-image:url("../img/birthdays/bg-images/4.png");
	position: absolute;
	top: -70px;
	right: 0;
	z-index: 1;
	width: 460px;
	height: 426px;
}

/*hosting*/

.balloon-1 {
	position: absolute;
	top: -50px;
	left: -200px;
	z-index: 1;
	width: 300px;
	height: 300px;
}

.balloon-2 {
	position: absolute;
	top: 90px;
	right: -120px;
	z-index: 1;
	width: 300px;
	height: 300px;
}

@media(max-width:1199px){
	.balloon-2 {
		position: absolute;
		top: 90px;
		right: -160px;
		z-index: 1;
		width: 300px;
		height: 300px;
	}	
}

@media(max-width:991px){
	.balloon-1 {
		position: absolute;
		top: -100px;
		left: -160px;
		z-index: 1;
		width: 300px;
		height: 300px;
	}

	.balloon-2 {
		position: absolute;
		top: 190px;
		right: -80px;
		z-index: 1;
		width: 300px;
		height: 300px;
	}	
}

@media(max-width:768px){
	.balloon-1 {
		display: none;
	}

	.balloon-2 {
		position: absolute;
		top: -130px;
		right: -120px;
		z-index: 1;
		width: 300px;
		height: 300px;
	}	
}

@media(max-width:575px){
	.balloon-2 {
		display: none;
	}	
}
/*Themes Page*/

.balloons-1 {
	position: absolute;
	top: -150px;
	left: -200px;
	z-index: 1;
	width: 250px;
	height: 250px;
}

.balloons-2 {
	position: absolute;
	top: 150px;
	right: -200px;
	z-index: 1;
	width: 300px;
	height: 300px;
}

@media(max-width: 1399px){
	.balloons-1 {
		display: none;
	}

	.balloons-2 {
		position: absolute;
		top: -100px;
		right: -100px;
		z-index: 1;
		width: 300px;
		height: 300px;
	}
}

@media(max-width: 768px){
	.balloons-2 {
		position: absolute;
		top: -130px;
		right: -150px;
		z-index: 1;
		width: 300px;
		height: 300px;
	}
}

@media(max-width: 575px){
	.balloons-2 {
		display: none;
	}
}

.streamer-1 {
	position: absolute;
	top: -69px;
	left: -38px;
	z-index: 1;
	width: 500px;/*380*/
	height: 70px;/*50*/
}

.streamer-2 {
	position: absolute;
	top: -71px;
	left: 420px;
	z-index: 1;
	width: 500px;/*380*/
	height: 70px;/*50*/
}

.streamer-3 {
	position: absolute;
	top: -72px;
	right: -56px;
	z-index: 1;
	width: 500px;
	height: 70px;
}

@media(max-width: 1399px){
	.streamer-1 {
		position: absolute;
		top: -69px;
		left: 90px;
		z-index: 1;
		width: 500px;
		height: 70px;
	}

	.streamer-2 {
		display: none;
	}

	.streamer-3 {
		position: absolute;
		top: -72px;
		right: 91px;
		z-index: 1;
		width: 500px;
		height: 70px;
	}	
}

@media(max-width: 1199px){
	.streamer-1 {
		position: absolute;
		top: -69px;
		left: 2px;
		z-index: 1;
		width: 500px;
		height: 70px;
	}

	.streamer-2 {
		position: absolute;
		top: -71px;
		left: 420px;
		z-index: 1;
		width: 500px;/*380*/
		height: 70px;/*50*/
	}

	.streamer-3 {
		position: absolute;
		top: -72px;
		right: 0px;
		z-index: 1;
		width: 500px;
		height: 70px;
	}		
}

@media(max-width: 991px){
	.streamer-1 {
		display: none;
	}

	.streamer-2 {
		display: none;
	}

	.streamer-3 {
		position: absolute;
		top: -72px;
		right: 100px;
		z-index: 1;
		width: 500px;
		height: 70px;
	}		
}

@media(max-width: 768px){
	.streamer-1 {
		display: none;
	}

	.streamer-2 {
		display: none;
	}

	.streamer-3 {
		position: absolute;
		top: -72px;
		right: 20px;
		z-index: 1;
		width: 500px;
		height: 70px;
	}		
}

@media(max-width: 575px){
	.streamer-1 {
		display: none;
	}

	.streamer-2 {
		display: none;
	}

	.streamer-3 {
		display: none;
	}		
}


#venue {
	background: var(--color-primary-middle);
}

	@media(max-width: 575px){
		#venue {
			background: var(--color-white);
			margin-top: -70px;
		}	
	}

#venue h3 {
	font-family: var(--font-header);
	font-size: 34px;
	text-align: center;
	margin-bottom: 30px;
}

.theme-link { 
	text-align: center; 
	width: fit-content;
	transition: .3s;
}

.theme-link:hover {
	transform: scale(1.03);
}

.theme-link p {
	font-size: 18px;
	text-transform: capitalize;
	line-height: 1.6;
	color: #fff;
	padding: 10px 25px;
	margin-bottom: 0;
	border-radius: 7px;
}

.theme-link p {
	color: var(--color-white); 
	background: var(--color-black);
	transition: .3s;
}

.theme-link p:hover {
	background: var(--color-primary);
}

.details {
	background: #fff;
	padding: 2em 1em; 
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
	position: relative;
}

.details img {
	position: absolute;
}


.detail {
	background: #f5f5f5;
}

@media(max-width: 575px){
	#venue h3 {
		margin-bottom: 0;
	}
	
	.details {
		background: var(--color-white);
		padding: 0; 
		box-shadow: none;
	}

	.detail {
		background: var(--color-white);
	}	
}

.detail h4 {
	font-family: var(--font-primary);
	text-transform: uppercase;
	font-size: 19px;
	text-align: left;
	margin-bottom: 25px;
}

@media(max-width: 768px){
	.detail h4 {
		text-align: center;
		font-size: 18px;
	}
}

.column-container {
	display: flex;
	justify-content: space-between;
}

.column {
	flex: 1;
	padding: 1em; 
	box-sizing: border-box; 
	margin: 0 1em; 
	padding: 2em 2em 0.5em 2em;
	outline: 2px double var(--color-primary);
	outline-offset: -5px;
}

@media (max-width: 991px) {
	.details {
		padding: 1em 2em; 
	}
	.column-container {
		flex-direction: column;
	}

	.column {
		margin: 1em 0;
	}
}

@media(max-width: 575px){
	.column {
		margin: 0;
	}
}

.detail ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 30px;
}

.detail ul li {
	display: flex;
	align-items: center; 
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.detail ul li i {
	padding-right: 10px;
	color: var(--color-primary);
	font-size: 1.5em;
}

.detail ul li i .clock {
	padding-right: 10px;
	color: var(--color-primary);
	font-size: 1em;
}

.detail ul li span {
	flex-grow: 1; 
}

.detail .span {
	display: block;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 20px;
}

@media(max-width: 768px){
	.detail {
		text-align: center;
	}
	
	.detail ul {
		padding-left: 0;
		list-style: none;
		margin-bottom: 30px;
	}

	.detail ul li {
		display: block;
		text-align: center; 
	}

	.detail ul li i {
		display: none;
	}
	
	.detail p {
		font-size: 16px;
	}
}

/*photos*/

#photos .wrapper {
	padding: 0 5rem 4rem;
}

#photos .wrapper:last-of-type {
	padding: 0 5rem 1rem;
}

@media(max-width: 1199px){
	#photos .wrapper {
		padding: 0 5rem 3rem;
	}
}

@media(max-width: 991px){
	#photos .wrapper {
		padding: 0 3rem 4rem 3rem;
	}	
}

#photos h4 {
	font-family: var(--font-header);
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 35px;
}

#photos h5 {
	font-family: var(--font-primary);
	text-transform: capitalize;
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}

#photos img {
	border-radius: 7px;
	border: 10px solid #fff;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.2);
}

/************************************************************packages*/

@media(max-width:575px){
	#packages {
		padding: 20px;
	}
}

.package {
	position: relative;
	display: flex;
	margin-bottom: 2em;
	background: var(--color-primary);
	padding: 5px 9px 5px 5px;
	border-radius: 7px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.1)
	
} 


@media(max-width: 991px){
	.package  {
		padding: 6px 6px 6px 3px;
	}
}

.package .pic {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
    overflow: hidden;	
	min-height: 200px;
	border-radius: 7px 0 0 7px;
	background-color: var(--color-black);
}

.package .pic.theme-1 {
	background-image: url("../img/birthdays/themes/1.png");
}

.package .pic.theme-2 {
	background-image: url("../img/birthdays/themes/2.png");
}

.package .pic.theme-3 {
	background-image: url("../img/birthdays/themes/3.png");
}

.package .pic.theme-4 {
	background-image: url("../img/birthdays/themes/4.png");
}

.package .pic.theme-5 {
	background-image: url("../img/birthdays/themes/5.png");
}

.package .pic.theme-6 {
	background-image: url("../img/birthdays/themes/6.png");
}

.package .pic.theme-7 {
	background-image: url("../img/birthdays/themes/7.png");
}

.package .pic.theme-8 {
	background-image: url("../img/birthdays/themes/8.png");
}

.package h3 {
	font-family: var(--font-primary);
	text-transform: uppercase;
	font-size: 16px;
	background: var(--color-primary-middle);
	color: var(--color-black);
	font-weight: 700;
	padding: 1em 1em 1em 1.5em;
	text-align: left;
	border-radius: 0 7px 0 0;
	line-height: 1.5;
	margin-bottom: 5px;
}

@media(max-width: 991px){
	.package h3 {
		border-radius: 7px 7px 0 0;
	}	
} 

@media(max-width: 768px){
	.package h3  {
		text-align: center;
	}	
}

.package span {
	display: block;
	color: var(--color-body);
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
}

.package span span {
	text-transform: lowercase;
	display: inline;
}

.package span .space {
	padding-left: 10px;
	padding-right: 10px;
	color: #555;
	font-weight: 500;
	padding-top: 10px;
}

.package .description {
	font-family: var(--font-primary);
	font-size: 16px;
	line-height: 1.5;
	background: #fff; /*#f2f2f2;*/
	color: var(--color-black);
	padding: 1.5em;
	border-radius: 0 0 7px 0;
}

@media(max-width: 991px){
	.package .description {
		border-radius: 0 0 7px 7px;
	}	
}

.reg-link a {
	color: var(--color-body);
	text-decoration: underline;
	transition: .3s;
}

.reg-link a:hover {
	color: var(--color-primary);
	text-decoration: none;
}


/*Party Add-ons*/

.add-on {
	border: 1px solid #555;
	border-radius: 7px;
	background: #fff;
	padding: 1em;
	line-height: 1.6;
	margin-bottom: 30px;
}

.add-on .grouped {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.add-on .grouped .title {
	color: var(--color-primary);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.add-on .grouped .cost {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 0;
}

.add-on .description {
	font-size: 16px;
	font-weight: 400;
}

/*included*/



.party h4 {
	text-transform: capitalize;
	font-size: 24px;
	font-family: var(--font-header);
	margin-bottom: 30px;
}

.included-info {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.info {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 16px;
  font-weight: 400;
  flex: 1;
}

.info span {
  color: var(--color-primary);
  font-size: 21px;
  padding-right: 16px;
}

.party {
	padding: 70px;
}

@media(max-width: 575px){
	.party {
		padding: 20px;
	}	
}

.party-wrapper {
	background: var(--color-primary-middle);
	padding: 2em 2em 1.5em 2em;
}

@media(max-width: 575px){
	.party-wrapper {
		background: var(--color-white);
		padding: 1em 0;
	}	
}

.party h4 {
	font-size: 30px;
}

.party p:first-of-type {
	margin-top: 30px;
	font-size: 14px;
}

.party .max  {
	background: gray;
	line-height: 1.6;
	margin-top: -50px;
	color: white;
	font-size: 16px;
	padding: 1.5em;
	outline: 2px solid white;
	outline-offset: -5px;
}

	@media(max-width: 991px){
		.party .max  {
			margin-top: 0;
		}	
	}

.party-photo {
	background-image: url("../img/birthdays/birthday-child.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 400px;
}
