html {scroll-behavior: smooth;}

body {
	margin: 0;
  font-family: beloved-ornaments, sans-serif;}

main {
	background: url('images/background.png');
	position: relative;
	background-size: 120%;
}

.main-overlay {
	background: white;
  opacity: .6;
  height: 100%;
  position: absolute;
  width: 100%;
}

#about {
  text-align: center;
  position: relative;
}

#about img {
  position: relative;
}

#about .header-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(255,255,255)15%);
;
  opacity: .8;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}

h2 {
	font-size: 35px;
}

nav {
	display: flex;
	width: 100%;
}

nav .image-container {
	width: 100%;
	background: transparent;
	height: 100px;
	text-align: center;
	position: absolute;
	z-index: 1;
}

nav img {
	width: 400px;
	height: auto;
  margin-top: 20px;
}

nav ul {
	width: 80%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	position: absolute;
	bottom: 10%;
	left: 10%;
	background: transparent;
	z-index: 3;
  padding-left: 0;
}

nav li {
	list-style: none;
}

nav li a {
    color: #000;
    text-decoration: none;
    font-size: 29px;
    font-weight: lighter;
    letter-spacing: 5px;
    padding: 10px;
}

nav li a:hover {
	border-radius: 5px;
    color: #ce79ac;
}

.video-container {
	height: 100vh;
	position: relative;
	z-index: 0;
}

.video-container video {
	width: 100vw;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	position: relative;
	margin-bottom: -7px;
  object-position: right;
}

.video-container .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(255,255,255));
	width: 100%;
/*	height: 34%;*/
  height: 100%;
}

.video-container .overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgb(255,255,255));
	width: 100%;
	height: 20%;
}

/*@mixin white-gradient {
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

$animationSpeed: 70s;

// Animation
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-324px * 18))}
}

// Styling

.slider {
	background: transparent;
	height: 300px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: 100%;
	z-index: 1000;
	bottom: 3%;
	position: absolute;

	.slide-track {
		animation: scroll $animationSpeed linear infinite;
		display: flex;
		width: calc(324px * 36);
		height: 100%;
		// width: 4200px;

		&:hover {
      animation-play-state: paused;
		}
	}

	.slide {
		width: auto;
		height: 258px;
		// position: relative;
		border: 4px solid #000;
		margin: 33px;

		&:hover {
			// height: 232px !important;
			// margin: 14px;
			border: 4px solid #fff;
			outline: 4px solid #000;

		}

		.slide-img1 {
			width: 250px !important;
			height: 100% !important;
		}

		.slide-overlay {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			background-color: black;
			width: 100%;
			height: 100%;
			opacity: .3;
		}
	}
}*/

#video-controls {
	position: absolute;
	bottom: 316px;
	right: 26px;
	z-index: 5;
	width: 50px;
	height: 50px;
}

#video-controls button {
	height: 100%;
	width: 100%;
	border: none;
	background: transparent;;
}

#video-controls svg {height: 100%; width: 100%;}

#mission-statement {
	text-align: center;
	position: relative;
	z-index: 1;
	background-size: 90%;
	height: 759px;
	background-repeat: no-repeat;
	background-position: center;
}

#mission-statement p {
	font-size: 25px;
	text-align: center;
/*	border: solid 5px #000;
	border-radius: 25px;*/
	padding: 10px 25px;
	margin: auto;
	width: 46%;
	line-height: 76px;
}

.mission-overlay {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .9;

}

.gallery * {
  font-family: Nunito, sans-serif;
}

.gallery .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.gallery .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.gallery .responsive-container-block.bigContainer {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
}

.gallery .responsive-container-block.headerContainer {
  max-width: 1320px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.gallery .responsive-container-block.Container {
  max-width: 1320px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  height: 1380px;
}

.gallery .row1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.gallery .text-blk.heading {
  font-size: 36px;
  line-height: 34px;
  font-weight: 700;
  color: #333333;
  text-align: center;
}

.gallery .text-blk.subHeading {
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  color: #999999;
}

.gallery .overlay {
  position: fixed;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(71, 69, 69, 0.7);
  height: 100%;
  width: 100%;
  max-height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: none;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.gallery .overlay-inner {
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
  max-width: 700px;
  width: fit-content;
  padding-top: 35px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 1;
  max-width: 50%;
  max-height: 85%;
}

.gallery .close {
  position: absolute;
  top: 9px;
  right: 15px;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  color: #474545;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.gallery .overlay-inner hdImgs {
  width: fit-content;
  height: calc(85% - 55px) display: flex
}

.gallery .overlay-inner img {
  max-height: 100%;
  max-width: 100%;
  transform: none;
}

.gallery .close:hover {
  cursor: pointer;
}

.gallery .project {
  position: absolute;
  width: 59%;
  height: 440px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

/*.gallery .btn-box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}*/

.gallery .project:hover .btn-box {
  display: block;
}

.gallery .btn {
  cursor: pointer;
}

.gallery .smallImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery .project.project2 {
  left: 59%;
  width: 41%;
  height: 440px;
}

.gallery .project.project3 {
  top: 440px;
  width: 41%;
  height: 940px;
}

.gallery .project.project4 {
  left: 41%;
  top: 440px;
  width: 59%;
  height: 440px;
}

.gallery .project.project5 {
  top: 880px;
  left: 41%;
  width: 29.5%;
  height: 500px;
}

.gallery .project.project6 {
  top: 880px;
  left: 70.5%;
  width: 29.5%;
  height: 500px;
}

@media (max-width: 768px) {
  .gallery .project.project2 {
    height: 245px;
  }

  .gallery .responsive-container-block.Container {
    max-width: 740px;
    height: 770px;
  }

  .gallery .project.project1 {
    height: 245px;
  }

  .gallery .project.project3 {
    height: 525px;
    top: 245px;
  }

  .gallery .project.project4 {
    top: 245px;
    height: 245px;
  }

  .gallery .project.project5 {
    top: 490px;
    height: 280px;
  }

  .gallery .project.project6 {
    top: 490px;
    height: 280px;
  }

  .gallery .overlay-inner {
    width: 90%;
  }

  .gallery .row1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
  }

  .gallery .text-blk.heading {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .gallery .project.project1 {
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .gallery .project.project2 {
    position: relative;
    left: 0px;
    width: 100%;
    height: 250px;
    top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .gallery .project.project3 {
    position: relative;
    top: 0px;
    width: 100%;
    height: 250px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .gallery .project.project4 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 250px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .gallery .project.project5 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 250px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .gallery .project.project6 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 250px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .gallery .responsive-container-block.Container {
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .gallery .text-blk.subHeading {
    font-size: 16px;
    line-height: 24px;
  }

  .gallery .text-blk.heading {
    font-size: 26px;
    line-height: 27px;
  }

  .gallery .responsive-container-block.headerContainer {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .gallery .row1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 22px;
    margin-left: 0px;
  }

  .gallery .overlay-inner .hdImgs {
    width: 90%;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

.background {
/*  padding: 0 25px 25px;*/
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.background::after {
  content: '';
  background: #ce79ac;
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*.information .background::after {
  background: transparent;
}*/

.container {
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 1200px;
  width: 94%;
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.what-are-classes {
  z-index: 55;
  position: relative;
  background: rgb(220, 219, 220);
  padding: 15px;
  border: solid 5px #000;
}

#pricing p {
  color: white;
  z-index: 5;
  position: relative;
  text-align: center;
}

#schedule h3 {
  color: #000;
  z-index: 5;
  position: relative;
  text-align: center;
  margin: 0;
}

#schedule p {
  color: #ce79ac;
  z-index: 5;
  position: relative;
  text-align: center;
  margin-top: 0 !important;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

.pricing-4 {
  transform: rotateX(0) rotateY(180deg);
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 10px;
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}

.pricing-header {
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
}

.pricing-div {
	height: 134px;
}

.pricing-div2 {
	height: 134px;
	opacity: .1;
}

.pricing-div3 {
	height: 134px;
	opacity: .1;
}

.pricing-features {
  color: #ce79ac;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 25px;
  padding-left: 0;
}

.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 0;
  list-style-type: none;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  color: gray;
  display: block;
  font-size: 20px;
}

.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #e1f1ff;
}

.pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #269aff;
}

.background h2 {
	font-size: 16px !important;
}
.information .background h2 {
	font-size: 28px !important;
}

.information {
	display: flex;
	flex-direction: row;
  margin-top: 80px;
}

.information .background {
	width: 50%;
}

.information .container {
	width: 75%;
}

.information .pricing-plan {
	height: 550px;
}

.information p {
	text-transform: none;
	line-height: 40px;
}

.background .container h2 {
  z-index: 5555555;
  position: relative;
  text-align: center;
  font-size: 43px !important;
  color: white;
}

.studio-policy .container{
  position: relative;
  z-index: 5;
  text-align: center;
  line-height: 35px;
  color: white;
  margin-bottom: 300px;
}

.studio-underline {text-decoration: underline;}


.collage1 * {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.your-studio h2 {
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
}
.collage1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-collage.collage1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 125px;
}

.grid-container {
  margin: auto;
  max-width: 600px;
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(16, 1fr);
}

.collage1 {
  background: linear-gradient(135deg, rgb(249, 110, 151) 0%, rgb(144, 0, 62) 100%);
}
.collage1 .item {
  border: 5px solid white;
}

.collage2 {
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(145, 145, 145) 100%);
}
.collage2 .item {
  border: 5px solid black;
}

.item {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.5) 10px 10px 10px 0px;
}

.item1 {
  z-index: 10;
  grid-area: 1/6/5/10;
}
.item2 {
  z-index: 6;
  grid-area: 5/1/11/7;
}
.item3 {
  z-index: 5;
  grid-area: 4/6/11/13;
}
.item4 {
  z-index: 1;
  grid-area: 2/-1/8/-7;
}
.item5 {
  z-index: 10;
  grid-area: 7/-3/10/-6;
}
.item6 {
  z-index: 6;
  grid-area: -1/3/-9/11;
}
.item7 {
  z-index: 6;
  grid-area: -3/-2/-9/-8;
}

.grid-container > * {
  transition: all 0.5s;
}
.grid-container > *:hover {
  z-index: 99;
  transform: scale(1.3);
}

#book {
  background: #ce79ac;
  margin: 50px 0;
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 30px 10px;
}

#book h2 {
  color: #fff;
}
#book li {
  margin: 10px 0;
  color: #fff;
  list-style-type: none;
}

#book a {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .information {
    flex-direction: column;
  }

  .information .background {
    width: 100%;
    padding: 0;
  }

  .information p {
    line-height: 30px;
  }
}

@media screen and (max-width: 1000px) {
  nav ul {
    flex-direction: column;
    bottom: 0;
  }

  nav ul li {
    margin: 15px 0;
  }
}

@media screen and (max-width: 900px) {
  .background .panel {
    width: 100%;
    margin: auto !important;
  }
}

@media screen and (max-width: 450px) {

  .information .container {
    width: 92%;
  }

  nav img {
    width: 330px;
  }

  #about img {
    width: 45%;
  }
}