@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&family=Open+Sans:wght@300;400&display=swap');

:root {
  --left-bg-color: rgba(87, 84, 236, 0.7);
  --right-bg-color: rgba(43, 43, 43, 0.7);
  --left-btn-hover-color: #B30739;
  --right-btn-hover-color: rgba(28, 122, 28, 1);
  --hover-width-menu: 75%;
  --other-width-menu: 25%;
  --hover-width-pete: 15%;
  --other-width-pete: 100%;

  --hover-width-midmenu: 55%;
  --other-width-midmenu: 25%;
  --hover-width-midpete: 15%;
  --other-width-midpete: 100%;

  --hover-width-smallmenu: 35%;
  --other-width-smallmenu: 25%;
  --hover-width-smallpete: 15%;
  --other-width-smallpete: 100%;



  --speed: 1000ms;
}

* {
  box-sizing: border-box;
}



body {
  font-family: 'Roboto', sans-serif;
  height: 100vh;
  /* overflow: hidden; */
  margin: 0;
  background: black;
}

a {
  text-decoration: none;
  color: var(--left-bg-color)
}

.round {
  justify-content: center;
  opacity: 1;
  display: block;
  height: auto;
  backface-visibility: hidden; 
  border-radius: 50%;
  border: 0;
  margin-left: auto;
  margin-right: auto;
}

.round-image {
  display: block;
  margin: 0 auto 18px;
  max-width: 65%;
  border-radius: 50%;
}

.col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}

.col-center .introText {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.showcase {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
		
}

.video-container video {
	min-width: 100%;
	min-height: 100%;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	background: transparent;
	z-index: 0;
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
	mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
}

#about{
  padding: 40px;
  text-align: center;

}

#about p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: auto;
}

#about h2 {
  margin: 30px 0;
  color: var(--left-bg-color);
}

.social a {
  margin: 0 5px;
  color: #B30739;
}

.bg {
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.content {
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  color: #f1f1f1;
  padding: 50px;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.homeContent {
  position: absolute;
  text-align: center;
  background: black;
height: 100%;
  width: 100%;
}

.textContent {
  position: relative;
  text-align: center;
  background: black;
  padding: 25px;
  margin: 25px;

}

.logo{ 
	position: absolute;
	top:10px; 
	left:10px; 
  background: none;
  z-index: 1;
} 

.logoImg{

  width: 45%;
  margin-left: 10px;

}




.name {
  font-size: 80px;
  margin: 0;
  letter-spacing: -0.01em;
  opacity: 0;
  transition: 1s opacity;
  animation: 2s anim-name ease-out;
}

.key, .collab {
  font-size: 4rem;
}

.oa {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin: 10px;
  opacity: 1;
  /* transition: 1s opacity; */
  /* animation: 2s anim-name ease-out; */
}

.name2, .name3 {
  margin: 0;
  letter-spacing: 0em;
  opacity: 0;
  transition: 1s opacity;
}

.animationClass, .fadeText-film, .logo, .fadeContact, .content, .homeFade {
  opacity: 1;
  visibility: visible;
  transition: 2s opacity;
}



@keyframes anim-name {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    animation-play-state: paused;
  }
}
.menu-items {
  position: absolute;
  /* display: flex; */
  align-items: left;
  text-align: left;
  justify-content: center;
  right: 10%;
  top: 10%;
  text-decoration: none;
  width: 10rem;
  padding: 1rem;
  opacity: 0;
  cursor: pointer;
  transition: 1.2s opacity;

}






.producer {
  margin: 0;
}

.homebtn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: calc(7% - 1rem - 5px);
  top: 12%;
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  opacity: 0.7;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.menubtn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  top: 10%;
  transform: translateX(-50%);
  text-decoration: none;
  background-color: #2a2929;
  background-color: transparent;
  color: #fff;
  border: #fff solid 0.1rem;
  font-size: 1rem;
  width: 6rem;
  padding: 1rem;
  border-radius: 3px;
  cursor: pointer;
}




ul {
  list-style-type: none;
  width: 200px;
  
}

li {
  margin-bottom: 15px;

}

li a {
  padding: 20px;
  font-size: 20px; 
  color: white;
  font-size: 1rem;
  text-align: left; 
 text-decoration: none;
 text-transform: uppercase;
}
.list {
  font-size: 18px;
  white-space: nowrap;
}


.mysumm{
  font-size: 18px; 
  margin-left: 15%;
  white-space: nowrap;
  color: white;
}

.summ {
  font-size: 14px; 
  margin-left: 5%;
  padding-left: 10px;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
 
 }


.list:hover, .summ:hover, .myHover:hover {
  color: #04ADB0;
  text-decoration: none;
 
}




.menubtn:hover {
  background-color: rgb(37, 34, 35);
  border-color: rgb(37, 34, 35);
  

  
}

.homebtn:hover {
  color: #04ADB0 !important;
}

.container, .filmContainer {
  position: relative;
  width: 100%;
  height: 100%;
  background: black;
  margin: 0 !important;

}

.homeBackground {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: black;
  z-index: 1;
}

.split-left {
  position: absolute;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}


.split-right {
  position: absolute;
  width: 20%;
  height: 100%;
  right: 0;
  
}

.split-left {
  left: 0;
 
}
#summary {
  background: #666;
  width: 100px;
  color: #fff;
}

#summary:hover {
  cursor: pointer;
  color: #fff200;
}

#detail {
  width: 300px;
  height: 300px;
  background: #fff200;
  display: none;
}


.split-right::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--right-bg-color);
}

.split-right,
.split-left,
.split-right::before,
.split-left::before {
  transition: all var(--speed) ease-in-out;
}

.hover-left .split-left {
  width: var(--hover-width-menu);
}

.hover-left .split-right {
  width: var(--other-width-menu);
}

.hover-right .split-right {
  width: var(--hover-width-pete);
}

.hover-right .split-left {
  width: var(--other-width-pete);
}



.pause {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
  color: #f1f1f1;
  width: 100%;
  padding: 14px 20px;
}
  
.myVideo {
  position: absolute;
  top: 0;
  left: 0;
 width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background: transparent;
}

#myBtn {
  width: 72px;
  font-size: 14px;
  line-height: 1;
  padding: 6px 8px;
  border: none;
  background: #1e1e1e;
  color: white;
  cursor: pointer;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

#myBtn:hover {
  background: #2c2c2c;
  color: white;
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
  display: relative;
  padding: 20px;
  
}
.text1 {
  background-color: white;
  color: black;
  border-radius: 10px !important;
  font-size: 16px;
  padding: 16px 32px;
  font-weight: 700;
}
.myImage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}



.middle {
  background: white;
  padding: 5%;
  color: black;
  transition: .5s ease;
   opacity: 0;
 position: absolute;
  top: 30%;
 left: 50%;
 transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
text-align: center;
}

.cardHover:hover .myImage {
  opacity: 0.1;
 
}

.cardHover:hover .middle {
  opacity: 1; 
}

.myFooter {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  background-color: transparent;
  color: white;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  padding-top: 30px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 1000;
}

footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 3px;
  background-color: transparent;
  color: white;
  z-index: 1000;
}





/* .pimg1, .pimg2, .pimg3, .pimg4, .pimg-tarzan, .pimg5, .pimg-good, .pimg-chip, .pimg-forsale, .pimg-richard, .promp, .pimg-romp2, .pimg-romp3, .pimg-love, .pimghome, .pimg-romp, .pimg-pete, .pimg6, .pimg-movie, .pimg-bogan, .pimg-risen, .pimg-movie {
  position: relative;
  opacity: 0.90;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} */

.parallax {
  position: relative;
  opacity: 0.90;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mel-image {
  background-image: url('../images/thumbnails/chasing.jpeg');
  height: 100%;
}


.pimg-tarzan {
  background-image: url('../images/thumbnails/tarzan.jpg');
  height: 100%;
}

.pimg-good {
  background-image: url('../images/thumbnails/neighbour.jpg');
  height: 100%;
}

.pimg-chip {
  background-image: url('../images/thumbnails/chip.jpeg');
  height: 100%;
}

.pimg-forsale {
  background-image: url('../images/thumbnails/forsale.jpeg');
  height: 100%;
}

.pimg-richard {
  background-image: url('../images/thumbnails/windmill.jpeg');
  height: 100%;
}

.pcontact {
  background-image: url('../images/contact.jpg');
  height: 100%;
}

.pimg-bogan {
  background-image: url('../images/bogan.jpg');
 height: 100%;
}

.pimg-romp {
  background-image: url('../images/Michael.jpg');
 height: 100%;
}

.pimghome {
  background-image: url('../images/newImages/skynight.jpg');
  height: 600px;
}



.pimg-romp2 {
  background-image: url('../images/romp2.jpg');
 height: 100%;
}

.pimg-romp3 {
  background-image: url('../images/romp3.jpg');
 height: 100%;
}

.pimg-love {
  background-image: url('../images/part-one-love.webp');
 height: 100%;
}

.pimg-risen {
  background-image: url('../images/image3.jpg');
 height: 1000px;
}

.pimg-pete {
  background-image: url('../images/image3.jpg');
 height: 100%;
}

.pimg6 {
  background-image: url('../images/newImages/Portal.jpg');
 height: 600px;
}

.pimg-movie {
  background-image: url('../images/movie.jpg');
 height: 600px;
}

.pimg-contact {
  background-image: url('../images/newImages/telephone2.jpeg');
 height: 800px;
}

.pimg-awards {
  background-image: url('../images/newImages/floodlights.jpeg');
 height: 800px;
}

.pimg-films {
  background-image: url('../images/newImages/Lake.jpeg');
 height: 800px;
}

.pimg-screenings {
  background-image: url('../images/newImages/Lake.jpeg');
 height: 800px;
}




.pimg1 {
  background-image: url('../images/newImages/glitchy.jpg');
 height: 100%;
  
  
}

.pimg-movie {
  background-image: url('../images/movie.jpg');
  height: 100%;
}

.pimg2 {
  background-image: url('../images/image2.jpg');
  min-height: 600px;
}

.pimg3 {
  background-image: url('../images/image3.jpg');
  min-height: 400px;
}

.pimg4 {
  background-image: url('../images/image4.jpg');
  min-height: 400px;
}

.pimg8 {
  background-image: url('../images/thumbnails/chasing.jpeg');
  min-height: 400px;
}


.pimgmel {
  background-image: url('../images/image5.jpg');
  min-height: 400px;
}

.section {
  text-align: center;
  padding: 50px 80px;
}

.section-light {
  background-color: #f4f4f4;
  color: #666;
}

.section-dark {
  background-color: black;
  color: #ddd;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.video-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.video-card iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 8px;
}

.ptext {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: black;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 8px;
  text-transform: uppercase;


}
.border {
  font-size: 60px;
  position: absolute;
  /* background-color: #111; */
  background: rgba(0, 0, 0, 0.5);
  padding: 50px;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  border: none;
  border-width: 0;
  border: 0;

}


.border.trans {
  background-color: transparent;

}

.introText {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 8px 30px 20px;
  font-size: 1.1rem;
  color: white;
  background-color: black;
  line-height: 1.8;
}











@media only screen and (max-width: 820px) {
  .menu-items {
    justify-content: left;
    text-align: left;
    top: 0;
    padding-left: 0px !important;
    white-space: nowrap;
    color: white;
  
  
  }
  
   li a {
   font-size: 20px; 
   margin-left: -50%;
   justify-content: left;
    text-align: left;
    color: white;
  }

  .collab{
    font-size: 2rem;
    justify-content: center;
    text-align: center;
   }

   .key {
    font-size: 3rem;
    justify-content: center;
    text-align: center;
   }
  
  /* .mysumm{
    font-size: 20px; 
    margin-left: -40%;
    white-space: nowrap;
    color: white;
  } */
  
  .summ {
    font-size: 20px; 
    margin-left: 50%;
    padding-left: 10px;
    white-space: nowrap;
    color: white;
   
   }
  
   .name, .name2, .name3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-top: 20px;
    font-size: 40px;
   }
  
   .name3{
    font-size: 10px;
   }
   .hover-left .split-left {
    width: var(--hover-width-midmenu);
  }
  
  .hover-left .split-right {
    width: var(--other-width-midmenu);
  }
  
  .hover-right .split-right {
    width: var(--hover-width-midpete);
  }
  
  .hover-right .split-left {
    width: var(--other-width-midpete);
  }
}





@media only screen and (max-width: 900px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 600px) { */
.parallax {
  background-attachment: scroll;
}

.pimg1, .pimg-contact, .pimg-romp, .pimg2, .pimg-romp1, .pimg3, .pimg4, .pimg5, .pimghome, .pimg-love, .pimg-pete, .pimg6, .pimg-movie, .pimg-bogan, .pimg-risen, .pimg-bogan {
 
  background-attachment: scroll;

}

.aacta {
  width: 60%;
  height: auto; 
  padding-bottom: 10px;
}

.filmText {
  max-width: 500px;
  margin: 0 auto;
  font-size: small;
}





.list {
  color: white;
  font-size: small;
}

.section {
  text-align: center;
  padding: 20px;
}

.introText {
  text-align: center !important;
  justify-content: center !important;
}


.menu-items {
  justify-content: left;
  top: 10%;
  text-align: left;
  padding-left: 0px !important;
  color: white;
  right: 20%;


}

.logoImg{

  width: 25%;
  margin-left: 10px;

}

 li a {
 font-size: 18px; 
 margin-left: 0%;
 justify-content: left;
  text-align: left;
}

.mysumm{
  font-size: small; 
  margin-left: 10%;
  white-space: nowrap;
}

.summ {
  font-size: small; 
  margin-left: 0%;
  padding-left: 10px;
  white-space: nowrap;
  color: white;
 
 }

 .name {
  font-size: 2rem;
 }

 .collab {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 70%;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
 }

 .key {
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: -10px;
 }

 .name2 {
  font-size: 20px;
 }

 .name3{
  font-size: 10px;
 }

 .name4 {
  font-size: 14px;
  transition: 3s opacity;

 }



.myRow {
  justify-content: center !important;
}

.hover-left .split-left {
  width: var(--hover-width-smallmenu);
}

.hover-left .split-right {
  width: var(--other-width-smallmenu);
}

.hover-right .split-right {
  width: var(--hover-width-smallpete);
}

.hover-right .split-left {
  width: var(--other-width-smallpete);
}


}

.black-bar {
    background-color: black;
    width: 100%;
    margin: 0;
    padding: 20px 0; /* Adjust vertical padding to fit your needs */
    text-align: center;
}

body.contact-body {
  background-image: url('../images/image5.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}



