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

.camp {
	display: flex;
	width: 100%;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.3);
	margin-bottom: 50px;
}

.camp:last-of-type {
	margin-bottom: 10px;
}

@media(max-width: 991px){
	.camp {
		display: flex;
		flex-direction: column;
	}	
}

.theme {
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 100px; 
	position: relative; 
	overflow: hidden; 
	display: flex;
	align-items: center;
	justify-content: center;
}

@media(max-width: 991px){
	.theme {
		min-height: 220px; 
	}	
}

@media(max-width: 575px){
	.theme {
		min-height: 200px; 
	}	
}

.theme::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4); 
	z-index: 1;
}

/*USE THIS WITH DIFFERENT THEME NAME AND PHOTO FOR EACH CAMP*/

.theme-image-example-1 {
	background-image: url("../img/summer-camp/placeholder/1.jpg");
    transition: 0.3s;
}

.theme-image-example-1:hover {
    transform: scale(1.03);
}

.theme-image-example-2 {
	background-image: url("../img/summer-camp/placeholder/2.jpg");
    transition: 0.3s;
}

.theme-image-example-2:hover {
    transform: scale(1.03);
}

/*theme name image start*/

.theme-image-week-1 {
	background-image: url("../img/summer-camp/theme-img/week-1.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-1:hover {
    transform: scale(1.03);
}

.theme-image-week-2 {
	background-image: url("../img/summer-camp/theme-img/week-2.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-2:hover {
    transform: scale(1.03);
}

.theme-image-week-3-am {
	background-image: url("../img/summer-camp/theme-img/week-3-am.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-3-am:hover {
    transform: scale(1.03);
}

.theme-image-week-3-pm {
	background-image: url("../img/summer-camp/theme-img/week-3-pm.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-3-pm:hover {
    transform: scale(1.03);
}

.theme-image-week-3-both {
	background-image: url("../img/summer-camp/theme-img/both.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-3-both:hover {
    transform: scale(1.03);
}

.theme-image-week-4-am {
	background-image: url("../img/summer-camp/theme-img/week-4-am.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-4-am:hover {
    transform: scale(1.03);
}

.theme-image-week-4-pm {
	background-image: url("../img/summer-camp/theme-img/week-4-pm.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-4-pm:hover {
    transform: scale(1.03);
}

.theme-image-week-4-both {
	background-image: url("../img/summer-camp/theme-img/both.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-4-both:hover {
    transform: scale(1.03);
}

.theme-image-week-5-am {
	background-image: url("../img/summer-camp/theme-img/week-5-am.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-5-am:hover {
    transform: scale(1.03);
}

.theme-image-week-5-pm {
	background-image: url("../img/summer-camp/theme-img/week-5-pm.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-5-pm:hover {
    transform: scale(1.03);
}

.theme-image-week-6-am {
	background-image: url("../img/summer-camp/theme-img/week-6-am.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-6-am:hover {
    transform: scale(1.03);
}

.theme-image-week-6-pm {
	background-image: url("../img/summer-camp/theme-img/week-6-pm.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-6-pm:hover {
    transform: scale(1.03);
}

.theme-image-week-6-both {
	background-image: url("../img/summer-camp/theme-img/both.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-6-both:hover {
    transform: scale(1.03);
}

.theme-image-week-7-am {
	background-image: url("../img/summer-camp/theme-img/week-7-am.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-7-am:hover {
    transform: scale(1.03);
}

.theme-image-week-7-pm {
	background-image: url("../img/summer-camp/theme-img/week-7-pm.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-7-pm:hover {
    transform: scale(1.03);
}

.theme-image-week-7-both {
	background-image: url("../img/summer-camp/theme-img/both.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-7-both:hover {
    transform: scale(1.03);
}

.theme-image-week-8-am {
	background-image: url("../img/summer-camp/theme-img/week-8-am.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-8-am:hover {
    transform: scale(1.03);
}

.theme-image-week-8-pm {
	background-image: url("../img/summer-camp/theme-img/week-8-pm.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-8-pm:hover {
    transform: scale(1.03);
}

.theme-image-week-9 {
	background-image: url("../img/summer-camp/theme-img/week-9.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-9:hover {
    transform: scale(1.03);
}

.theme-image-week-10 {
	background-image: url("../img/summer-camp/theme-img/week-10.jpg");
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.3s;
}

.theme-image-week-10:hover {
    transform: scale(1.03);
}

/*theme name image end*/


.theme .info {
	position: relative; 
	text-align: center;
	z-index: 2;
	line-height: 2;
	padding: .5em;
}

.theme .name {
	font-family: var(--font-header);
	display: block;
	text-transform: capitalize;
	color: var(--color-white); 
	font-size: 30px; 
	line-height: 1;
	margin-bottom: 10px;
	text-shadow: 2px 2px 10px black;
}

@media (max-width: 991px) {
	.theme .name {
		font-size: 36px; 
	}	
}

.theme h3 {
	display: block;
	text-transform: capitalize;
	color: var(--color-white); 
	font-weight: 600;
	font-size: 1em; 
	line-height: 1.5;
	text-shadow: 2px 2px 10px black;
}

.theme h3 span {
	display: block; 
	text-transform: lowercase;
}

.camp-group {
	border: 4px double var(--color-primary);
	display: block;
	background: #fff;
	padding: 1em;
}

.camp .camp-group .about p {
	line-height: 1.5;
	background: #fff;
	font-size: 15px;
}

.camp .tickets {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5;
	background: #fff;
}

.camp .tickets .btn {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.4s;
  border-radius: 7px;
  color: var(--color-white);
  background: var(--color-primary); 
  outline: 2px solid #fff;
  outline-offset: -5px;
}

.camp .tickets .btn:hover {
  color: var(--color-white);
  background: var(--color-black);
  outline: 2px solid var(--color-white);
  outline-offset: -5px;
}

@media (max-width: 991px) {
	.camp .tickets {
		display: flex;
		justify-content: space-around;
		align-items: center;
		line-height: 1.5;
		background: #fff;
	}
	.camp .tickets .btn {
		text-align: center;
	}	
}

.modal-body {
	text-align: center;
}

.modal-body h6 {
	font-family: var(--font-header);
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
} 

.modal-body h6 span {
	display: block;
	font-family: var(--font-primary);
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 20px;
} 

.modal-body .days {
	justify-content: center;
	align-items: center;
}

.modal-body .day  {
	line-height: 2.5;
	padding-right: 20px;
	display: inline;
}

@media(max-width: 575px){ 
.modal-body .day  {
	display: block;
}
}

.modal-content a {
	color: cornflowerblue;
	transform: all 0.3s;
}

.modal-content a:hover {
	color: #000;
	transform: all 0.3s;
}


