@font-face {
  font-family: Lead;
  src: url(Fonts/relationship_of_melodrame/Relationship\ of\ mÇlodrame.ttf);
}



* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  cursor: url(Images/star-vector-png-transparent-image-pngpix-21-197517459.png), auto;
}


.title-image {
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 70%;
  max-height: 70%;
  align-self: center;
  justify-self: center;
  margin-left: 15%;
}

a:link { color:rgb(67, 187, 208) }; /* Unvisited link */
a:visited { color: rgb(67, 187, 208); } /* Visited link */
a:hover { color: red; } /* Mouse over link */
a:active { color: yellow; } /* Active link */




.link-image {
  width: auto;
  height: 70px;
  margin-left: 30px;
  margin-right: 30px;
}

.link-image:hover {

  filter: drop-shadow(4px 4px 6px rgb(0, 0, 0));
  transition: 0.05s ease-in-out;
}

.work-link-image {
  width: 900px;
  height: 600px;
  margin-bottom: 10px;
  size-adjust: fit;
  border-radius: 5px;
  object-fit: contain;

}

.work-link-image:hover {
  transition: all 0.1s ease-in-out;
  opacity: 0.7;
}


.h2 {
  font-size: 50px;
  font-family: Lead;
  margin-bottom: 10px;
  font-weight: 30000;
  justify-self: left;
  color: #000000;
}

.h3 {
  font-size: 50px;
  font-family: Lead;
  font-weight: 30000;
  justify-self: left;
}

.h4 {
  font-size: 30px;
  font-family: Lead;
  font-weight: 30000;
  justify-self: left;
}

.h5 {
  font-size: 30px;
  font-family: Lead;
  margin-bottom: 80px;
  font-weight: 30000;
  justify-self: left;
}

.h2:hover {

  filter: drop-shadow(4px 4px 6px rgb(0, 0, 0));
  transition: 0.05s ease-in-out;
}

.h5:hover {

  filter: drop-shadow(4px 4px 6px rgb(0, 0, 0));
  transition: 0.05s ease-in-out;
}


.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-color: #ffffff;
  z-index: 1;

}


.home-navbar-interactive {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.nav-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
  position: relative;
  background-color: var(--color2);
  text-align: center;
  letter-spacing: 15px;
  font-size: 35px;
  font-family: Lead;

}

.menu {
  display: flex;
}

.menu li {
  padding-left: 20px;
}

.menu li a {
  display: inline-block;
  text-decoration: none;
  color: var(--color1);
  transition: 0.15s ease-in-out;
  position: relative;
  text-transform: uppercase;
}

.menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--color1);
  transition: 0.15s ease-in-out;
}

.menu li a:hover:after {
  width: 100%;
}

.open-menu,
.close-menu {
  position: absolute;
  color: var(--color1);
  cursor: pointer;
  font-size: 1.5rem;
  display: none;
}

.open-menu {
  top: 70%;
  right: 20px;
  transform: translateY(-50%);
}

.close-menu {
  top: 20px;
  right: 20px;
}


main {
  width: 100%;
  padding-top: 20px;
  flex-direction: row;
  /* Arrange items vertically */
  /* height: 1024px; /* Example height */
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  z-index: 2;
}

main2 {
  width: 100%;
  padding-top: 20px;
  flex-direction: column;
  /* Arrange items vertically */
  /* height: 1024px; /* Example height */
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 20px;


  display: flex;
  align-items: center;
  z-index: 2;
}

.top-part{
  flex-direction: row;
  display: flex;
}

.sguiggle{
  width: 200px;
  height: 200px;
  margin-top: 40px;
  margin-right: 50px;
}

.sguiggle2{
  width: 200px;
  height: 200px;
  margin-top: 40px;
  margin-left: 60px;
}

.ProductionDesign-Box {
  width: 370px;
  height: 300px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 40px;
  padding: 10px;
  text-align: center;
  background-size: cover;
  background-image: url(Images/IMLIKE$$$$$.jpg);
  background-position: center;
}

.ArtDirection-Box {
  width: 370px;
  height: 300px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 40px;
  padding: 10px;
  text-align: center;
  background-size: cover;
  background-image: url(Images/relics/RelicsRoll1_01.png);
  background-position: center;
}

.SetDesign-Box {
  width: 370px;
  height: 300px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 40px;
  padding: 10px;
  text-align: center;
  background-size: cover;
  background-image: url(Images/setdesign/THEATER/DARKRIDE/IMG_0154.jpeg);
  background-position: center;
  flex: 1 1 auto;
}

.Creations-Box {
  width: 370px;
  height: 300px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 40px;
  padding: 10px;
  text-align: center;
  background-size: cover;
  background-image: url(Images/Creations/moon.png);
  background-position: center;

}

.Box-text {
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 310px;
  color: rgb(0, 0, 0);
  font-family: Lead;
  font-size: 30px;
}

.Creations-Box:hover {
  transition: all 0.2s ease-in;
  opacity: 0.3;
}

.SetDesign-Box:hover {
  transition: all 0.2s ease-in;
  opacity: 0.3;
}

.ArtDirection-Box:hover {
  transition: all 0.2s ease-in;
  opacity: 0.3;
}

.ProductionDesign-Box:hover {
  transition: all 0.2s ease-in;
  opacity: 0.3;
}


.contact-container1 {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type=text],
select,
textarea {
  width: 800px;
  height: max-content;
  padding: 12px;
  border: 1px solid #000000;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 40px;
  resize: vertical;
}

input[type=submit] {
  background-color: #5DADE2;
  color: white;
  padding: 12px 20px;
  border: 1px solid #000000;
  border-radius: 4px;
  width: 10000px;
}

.contact-button {
  margin-left: 350px;
  font-family: 'Lexend';
  height: auto;
  font-size: 15px;
  font-style: normal;
  text-align: center;
  font-weight: 200;
  color: rgb(0, 0, 0);
  background-color: #ffffff;
  padding: 12px 20px;
  border: 1px solid #000000;
  border-radius: 4px;
  width: 100px;
}

.about-image {
  width: 500px;
  height: auto;
  float: left;
  margin-left: 10px;
  margin-top: 20px;
}


.about-container {
  display: flex;
  align-items: flex-start;
  margin-left: 120px;
  margin-right: 120px;
  margin-bottom: 60px;
}


.body-text {
  display: block;
  justify-content: left;
  align-items: center;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: Lead;
  margin-top: 80px;
  font-size: 30px;
  line-height: 40px;
}

.body-text2 {
  display: block;
  justify-content: left;
  align-items: center;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: Lead;
  font-size: 30px;
}

.body-text3 {
  font-family: Lead;
  font-size: 20px;
}


.image-gallery {
  margin-top: 80px;
  margin-left: 80px;
  margin-right: 80px;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: 400px;
  grid-gap: 20px;
}

.image-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
  border: #000000;
  border-width: 2px;
}

.image-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease-in-out;
}

#check {
  display: none;
}


.carousel {
  height: 600px;
  width: 900px;
  margin-top: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 0;
  list-style: none;
  object-fit: contain;
  margin-top: 60px;
  /**
      * Where the magic happens
      */
  /**
        * Control element - right/left arrows
      */
  /**
        * Element for holding slide indicators
      */
  /**
        * Indicator for indicating active slide
      */
  /**
        * Create rules for when slides are contained within a track
      */
}

.carousel__controls,
.carousel__activator {
  display: none;
}

.carousel__activator:nth-of-type(1):checked~.carousel__track {
  transform: translateX(0%);
}

.carousel__activator:nth-of-type(1):checked~.carousel__slide:nth-of-type(1) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}

.carousel__activator:nth-of-type(1):checked~.carousel__controls:nth-of-type(1) {
  display: block;
  opacity: 1;
}

.carousel__activator:nth-of-type(1):checked~.carousel__indicators .carousel__indicator:nth-of-type(1) {
  opacity: 1;
}

.carousel__activator:nth-of-type(2):checked~.carousel__track {
  transform: translateX(-100%);
}

.carousel__activator:nth-of-type(2):checked~.carousel__slide:nth-of-type(2) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}

.carousel__activator:nth-of-type(2):checked~.carousel__controls:nth-of-type(2) {
  display: block;
  opacity: 1;
}

.carousel__activator:nth-of-type(2):checked~.carousel__indicators .carousel__indicator:nth-of-type(2) {
  opacity: 1;
}

.carousel__activator:nth-of-type(3):checked~.carousel__track {
  transform: translateX(-200%);
}

.carousel__activator:nth-of-type(3):checked~.carousel__slide:nth-of-type(3) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}

.carousel__activator:nth-of-type(3):checked~.carousel__controls:nth-of-type(3) {
  display: block;
  opacity: 1;
}

.carousel__activator:nth-of-type(3):checked~.carousel__indicators .carousel__indicator:nth-of-type(3) {
  opacity: 1;
}

.carousel__activator:nth-of-type(4):checked~.carousel__track {
  transform: translateX(-300%);
}

.carousel__activator:nth-of-type(4):checked~.carousel__slide:nth-of-type(4) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}

.carousel__activator:nth-of-type(4):checked~.carousel__controls:nth-of-type(4) {
  display: block;
  opacity: 1;
}

.carousel__activator:nth-of-type(4):checked~.carousel__indicators .carousel__indicator:nth-of-type(4) {
  opacity: 1;
}

.carousel__activator:nth-of-type(5):checked~.carousel__track {
  transform: translateX(-400%);
}

.carousel__activator:nth-of-type(5):checked~.carousel__slide:nth-of-type(5) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}

.carousel__activator:nth-of-type(5):checked~.carousel__controls:nth-of-type(5) {
  display: block;
  opacity: 1;
}

.carousel__activator:nth-of-type(5):checked~.carousel__indicators .carousel__indicator:nth-of-type(5) {
  opacity: 1;
}

.carousel__activator:nth-of-type(6):checked~.carousel__track {
  transform: translateX(-500%);
}

.carousel__activator:nth-of-type(6):checked~.carousel__slide:nth-of-type(6) {
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1);
}

.carousel__activator:nth-of-type(6):checked~.carousel__controls:nth-of-type(6) {
  display: block;
  opacity: 1;
}

.carousel__activator:nth-of-type(6):checked~.carousel__indicators .carousel__indicator:nth-of-type(6) {
  opacity: 1;
}

.carousel__control {
  height: 30px;
  width: 30px;
  margin-top: -15px;
  top: 50%;
  position: absolute;
  display: block;
  cursor: pointer;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #000000;
  opacity: 0.35;
  outline: 0;
  z-index: 3;
}

.carousel__control:hover {
  opacity: 1;
}

.carousel__control--backward {
  left: 10px;
  transform: rotate(-135deg);
}

.carousel__control--forward {
  right: 10px;
  transform: rotate(45deg);
}

.carousel__indicators {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.carousel__indicator {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  display: inline-block;
  z-index: 2;
  cursor: pointer;
  opacity: 0.35;
  margin: 0 2.5px 0 2.5px;
}

.carousel__indicator:hover {
  opacity: 0.75;
}

.carousel__track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  transition: transform 0.5s ease 0s;
}

.carousel__track .carousel__slide {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.carousel__track .carousel__slide:nth-of-type(1) {
  transform: translateX(0%);
}

.carousel__track .carousel__slide:nth-of-type(2) {
  transform: translateX(100%);
}

.carousel__track .carousel__slide:nth-of-type(3) {
  transform: translateX(200%);
}

.carousel__track .carousel__slide:nth-of-type(4) {
  transform: translateX(300%);
}

.carousel__track .carousel__slide:nth-of-type(5) {
  transform: translateX(400%);
}

.carousel__track .carousel__slide:nth-of-type(6) {
  transform: translateX(500%);
}

.carousel--scale .carousel__slide {
  transform: scale(0);
}

.carousel__slide {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow-y: auto;
  opacity: 0;

}

.carousel_image {
  height: 600px;
  width: 900px;
  object-fit: contain;

}

/**
      * Theming
    */
* {
  box-sizing: border-box;
}

html,

.carousel-container {
  display: inline-block;
}

.my-carousel {
  border-radius: 5px;
}

.carousel__slide {
  overflow: hidden;
}

.carousel--thumb .carousel__indicator {
  height: 30px;
  width: 30px;
}

.carousel__indicator {
  background-color: #fafafa;
}

.carousel__slide:nth-of-type(1),
.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(1) {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}

.carousel__slide:nth-of-type(2),
.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(2) {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}

.carousel__slide:nth-of-type(3),
.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(3) {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}

.carousel__slide:nth-of-type(4),
.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(4) {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}

.carousel__slide:nth-of-type(5),
.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(5) {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}

.carousel__slide:nth-of-type(6),
.carousel--thumb .carousel__indicators .carousel__indicator:nth-of-type(6) {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}


/* sizing */

@media (max-width: 610px) {

  .title-image {
    
    margin-top: 20px;
    margin-left: 15%;
    margin-bottom: 0px;
  }



  main {
    display: flex;
    flex-direction: column;
    /* Arrange items vertically */
    width: 610px;
    margin: 20px;
    align-items: center;
  }


  .ProductionDesign-Box {
    width: 250px;
    height: 200px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .ArtDirection-Box {
    width: 250px;
    height: 200px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .SetDesign-Box {
    width: 250px;
    height: 200px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .Creations-Box {
    width: 250px;
    height: 200px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .Box-text {
    margin-top: 200px;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: -1px;
  }

  main2 {
    flex-direction: column;
    /* Arrange items vertically */
    margin: 0px;
    margin-top: 20px;
  }

  .work-link-image {
    width: 300px;
    height: auto;
    margin-top: 20px;

  }

  .h2 {
    font-size: 25px;
    margin: 0px;
    font-weight: 200;
    letter-spacing: 1px;
    text-align: center;
  }

  .h3 {
    font-size: 25px;
    margin: 0px;
    font-weight: 200;
    letter-spacing: 1px;
    text-align: center;
  }

  .carousel {
    height: 200px;
    width: 300px;
    justify-content: center;
    align-content: center;
    margin: 0px;
    margin-top: 20px;
  }

  .carousel_image {
    height: 200px;
    width: auto;
    object-fit: contain;

  }

  input[type=text],
  select,
  textarea {
    width: 300px;
    height: max-content;
    padding: 12px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 20px;
    resize: vertical;
  }

  input[type=submit] {
    background-color: #5DADE2;
    color: white;
    padding: 12px 20px;
    border: 1px solid #000000;
    border-radius: 4px;
    width: 100px;
  }

  .contact-button {
    margin: 0px;
    font-family: 'Lexend';
    height: auto;
    font-size: 15px;
    font-style: normal;
    text-align: center;
    font-weight: 200;
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    padding: 12px 20px;
    border: 1px solid #000000;
    border-radius: 4px;
    width: 50px;
  }

  .about-container {
    margin: 0px;
  
  }

  .about-image{
    width: 0px;
  }

  .body-text{
    font-size: 20px;
    margin: 0px;
    margin-left:40px;
    margin-right:40px;
    margin-top: 40px;
  }

  

}

@media (max-width: 1000px) {

  .menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100;
    background-color: #78153df8;
    transition: all 0.2s ease-in-out;
}





  .menu li {
    margin-top: 40px;
  }

  .menu li a {
    padding: 10px;
    color: #ffffff;
  }

  .open-menu,
  .close-menu {
    display: block;
  }

  #check:checked~.menu {
    left: 0;
  }

}


@media (max-width: 1500px) {



  .ProductionDesign-Box {
    width: 300px;
    height: 230px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .ArtDirection-Box {
    width: 300px;
    height: 230px;
    margin-left: 20px;
    margin-right: 20px;

  }

  .SetDesign-Box {
    width: 300px;
    height: 230px;
    margin-left: 20px;
    margin-right: 20px;

  }

  .Creations-Box {
    width: 300px;
    height: 230px;
    margin-left: 20px;
    margin-right: 20px;

  }

  .Box-text {
    margin-top: 250px;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 1px;
  }


}
