/*-- Website by: JamPre --*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;

  /*font-family: 'RawlineRegular';*/
  font-family: 'lato', sans-serif;

  color: #000;

  background-color: #fff;
}

section {
  width: 100%;
  height: 100vh;

  margin: 0;
  padding: 0;

  position: relative;
}

a {
  margin: 0;
  padding: 0;

  font-weight: 600;

  text-decoration: none;
  text-transform: capitalize;

  color: #000;

  transition: 0.2s;
}

a:hover, .active {
  text-transform: capitalize;

  color: #D39D55;

  transition: 0.2s;
}

.active {
  color: #D39D55;

  /* scale: 2.0; */
}

.padding-bottom {
  padding-bottom: 2rem;
}







.mute-button[data-state="mute"] {
  background-image: url(images/banners-icons/audioOff.png);
}

.mute-button[data-state="unmute"] {
  background-image: url(images/banners-icons/audioOn.png);
}







/* UNIVERSAL ELEMENTS */

/* --Title-- */

#title {
  height: auto;

  display: flex;
  justify-content: center;
}

#title h1 {
  margin: 0;
  padding: 20px 0;

  text-align: center;

  font-size: 28px;
  font-weight: 300;

  color: #000;
}

#title .alt-title {
  width: auto;

  display: flex;
  align-items: center;
}

/* --HEADER-- */

#header {
  height: auto;

  margin-bottom: 2rem;
}

#header .seperator {
  width: 90%;
  height: 0.1rem;
  margin: 0 5%;

  background-color: #999;
}

#header .container {
  height: auto;
  width: 100%;

  display: flex;
  justify-content: space-between;
}

#header .container ul {
  height: auto;
  width: 100%;

  padding: 0 10%;
  margin: 5px 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .container ul li {
  list-style: none;

  display: inline-block;
}

#header .container ul li a {
  font-weight: 300;
}

/* --Banner-- */

#banner {
  height: auto;

  position: relative;
}

#banner .container {
  height: auto;
  width: 100%;

  position: relative;

  display: flex;
  justify-content: center;
  align-self: center;
}

#banner .mute-button {
  height: 40px;
  width: 40px;

  margin-right: 20%;
  right: 0;

  position: absolute;

  background-size: cover;
  background-color: #00000000;
  border: none;
}

#banner .container .background {
  height: auto;
  width: 60%;

  object-fit: cover;
}

#banner .credits {
  margin: 0 20%;

  font-size: 12px;
  font-weight: 600;

  color: #888;
}

/*-- Text segment --*/

#text-segment {
  height: auto;

  margin: 20px 0 0 0;

  display: flex;
  justify-content: center;
}

#text-segment .container {
  width: 60%;
}

#text-segment .container img {
  width: 100%;
  height: 26rem;

  object-fit: cover;
}

#text-segment .container h2 {
  font-size: 21px;
}

#text-segment .container p {
  width: 100%;

  font-size: 18px;

  text-align: left;
}




/*-- About segment --*/

#about-segment {
  height: auto;

  margin: 20px 0 0 0;

  display: flex;
  justify-content: center;
}

#about-segment .container {
  width: 60%;
}

#about-segment .container img {
  width: 100%;
  height: 23rem;

  object-fit: cover;
}

#about-segment .container h2 {
  font-size: 21px;
}

#about-segment .container p {
  width: 100%;

  font-size: 15px;

  text-align: justify;
}






/*-- Contact --*/

#contact-info {
  height: auto;

  display: flex;
  justify-content: center;
}

#contact-info .container {
  width: 60%;
  height: auto;

  display: flex;
  justify-content: space-between;
}

#contact-info .container .info {
  width: auto;
  height: auto;
}

#contact-info .container .info p {
  font-size: 18px;
}

#contact-info .container .info a {
  transition: 0.2s;

  font-size: 18px;
  font-weight: 300;

  text-transform: none;

  color: #000;
}

#contact-info .container .info a:hover {
  color: #111;
}

#contact-info .container .video {
  width: 600px;
  height: auto;

  padding-right: 50px;

  padding-top: 100px;
}

#contact-info .container .video video {
  width: 100%;
}






/*--------------- dual segment --------------*/

#dual-segment {
  width: 100%;
  height: auto;

  padding: 2rem 0;

  display: flex;
  justify-content: center;

  background-color: #fff;
}

#dual-segment .container {
  width: 80%;
  height: auto;

  display: grid;
  grid-template-columns: 50% 50%;
}

#dual-segment .container .right {
  padding-left: 5%
}

#dual-segment .container .left {
  padding-right: 5%
}

#dual-segment .container .content img {
  width: 100%;

  object-fit: contain;
}

#dual-segment .container .content p {
  margin-top: 0;

  text-align: left;

  color: #000;
}






#releases-catalogue {
  height: auto;
  width: 100%;

  padding-top: 10px;

  display: flex;
  justify-content: center;
}

#releases-catalogue .container {
  width: 60%;
}

#releases-catalogue .container .element {
  width: 100%;
  height: auto;

  margin-bottom: 20px;

  position: relative;
}

#releases-catalogue .container .element img {
  width: 100%;

  object-fit: contain;
}

#releases-catalogue .container .hyperlink {
  transition: 0.2s;

  font-size: 18px;
  font-weight: 300;

  text-transform: none;
  text-decoration: underline;

  color: #3657a0;
}

#releases-catalogue .container .hyperlink:hover {
  color: #0a1333;

  text-decoration: overline;
}







/* ------- IMAGE SLIDE SHOW ------- */

#image-slideshow {
  width: 100%;
  height: auto;

  padding-top: 2rem;

  display: flex;
  justify-content: center;
}

#image-slideshow .container {
  width: 60%;
  height: auto;

  position: relative;
}

#image-slideshow .container .slide {
  width: 100%;
  height: 35rem;

  display: none;
}

#image-slideshow .container .slide img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  margin-top: -22px;
  padding: 10px;
  color: white;
  font-weight: 300;
  font-size: 26px;
  transition: 0.6s ease;
  user-select: none;
  color: #000;
  background-color: #ffffff15;
}

.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: #999;
  background-color: #00000035;
}

/* Caption text */
.caption-text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 0;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.number-text {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-slide, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




/* WORKS ELEMENTS */


/*-- Gallery --*/

#works-gallery {
  height: auto;
  margin: 20px 0;

  display: flex;
  justify-content: center;
}

#works-gallery .container {
  width: 60%;

  display: grid;
  place-items: center;
}

#works-gallery .container .item {
  width: 100%;
  height: auto;

  margin: 0.5rem 0;

  position: relative;

  display: grid;
  place-items: center;
}

#works-gallery .container .item a {
  width: 100%;
  height: 100%;

  position: absolute;
}

#works-gallery .container .item img {
  width: 100%;
  height: auto;

  object-fit: contain;
}

#works-gallery .container .item h2 {
  width: 100%;

  margin: 0.2rem 0;

  font-size: 16px;
  font-weight: 300;

  text-align: left;
}


/*-- Project page --*/

#image-gallery {
  height: auto;

  display: flex;
  justify-content: center;
}

#image-gallery .image-container {
  height: auto;
  width: 80%;
}

#image-gallery .image-container .main-image {
  height: 25rem;
  width: 90%;

  margin: 0 5%;

  position: relative;
}

#image-gallery .image-container .main-image .image {
  height: 100%;
  width: 100%;
}

#image-gallery .image-container .main-image .image img {
  height: 100%;
  width: 100%;

  object-fit: contain;
}

#image-gallery .image-container .main-image .controls {
  position: absolute;
}

#image-gallery .image-container .image-slider {
  height: 3rem;
  width: auto;

  margin-top: 2rem;

  display: flex;
  justify-content: center;
}

#image-gallery .image-container .image-slider a {
  margin: 0 0.5rem;
}

#image-gallery .image-container .image-slider a img {
  height: 100%;
  width: auto;
}







#quad-grid {
  height: auto;
  width: 100%;

  display: flex;
  justify-content: center;
}

#quad-grid .container {
  width: 60%;

  display: grid;
  grid-template-columns: 49% 2% 49%;
}

#quad-grid .container .image {
  width: 100%;
  height: 800px;

  padding-bottom: 1rem;
}

#quad-grid .container .image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

#quad-grid .container .video {
  width: 100%;
  height: auto;
}

#quad-grid .container .video video {
  height: auto;
  width: 100%;
}










#video-segment {
  height: auto;

  padding-top: 2rem;

  display: flex;
  justify-content: center;
}

#video-segment .container {
  width: 60%;
  height: auto;
}

#video-segment .container .video-container {
  width: 100%;
  height: auto;
}

#video-segment .container .video-container video {
  width: 100%
}

#video-segment .credits h2 {
  font-size: 15px;
  font-weight: 300;
}



/* CUT UPS ELEMENTS */

#cut-ups-gallery {
  height: auto;
  width: 100%;

  padding: 4rem 0;
  
  display: flex;
  justify-content: center;
}

#cut-ups-gallery .content {
  height: auto;
  width: 60%;
}



#cut-ups-gallery .content .container {
  width: 100%;
  height: auto;
}

#cut-ups-gallery .content .container img {
  width: 100%;
  height: auto;

  margin: 2rem 0;
}



#cut-ups-gallery .content .tripple-element {
  width: 100%;
  height: auto;

  display: grid;
  grid-template-columns: 58% 42%;
}

#cut-ups-gallery .content .tripple-element .double-element {
  width: 100%;
  height: auto;
}

#cut-ups-gallery .content .tripple-element .double-element img {
  width: 100%;
}



#cut-ups-gallery .content .tripple-element .portrait-element {
  width: 100%;
  height: auto;
}

#cut-ups-gallery .content .tripple-element .portrait-element img {
  width: 100%;
}
