@font-face {
    font-family: Pill-Medium;
    src: url(../fonts/PillGothicOTC300mg-Medium.otf);
}
@font-face {
    font-family: Pill-Bold;
    src: url(../fonts/PillGothicOTC300mg-Bold.otf);
}
@font-face {
    font-family: Pill-Light;
    src: url(../fonts/PillGothicOTC300mg-.otf);
}
@font-face {
    font-family: Pill-LightObliq;
    src: url(../fonts/PillGothicOTC300mg-.otf);
}
@font-face {
    font-family: Pill-Oblique;
    src: url(../fonts/PillGothicOTC300mg-Oblique.otf);
}
@font-face {
    font-family: Pill-Regular;
    src: url(../fonts/PillGothicOTC300mg-Regular.otf);
}
@font-face {
    font-family: Pill-Thin;
    src: url(../fonts/PillGothicOTC300mg-Thin.otf);
}
@font-face {
  font-family: Gotham-Book;
  src: url(../fonts/Gotham-Book.otf);
}
body{
  overflow: hidden;
  height: 100vh
}
body.unlock{
  overflow: auto;
  height: 100%;
}
/*GLOBAL STYLING START*/
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  p{    color: white;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2em;
    font-weight: 300;
  position: relative;}
  h2{
    margin-top: 10px;
  }
  img{width: 100%;}
.site-container{
width: 100%;
height: fit-content;
display: flex;
align-items: center;
flex-direction: column;
box-sizing:border-box;
background: #060606;;
overflow: hidden;
}
.landing{
    height: 100vh;
    width: 100vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.smoke-video{
  position: absolute;
  z-index: 0;
  height: auto;
  width: 100vw;
  mix-blend-mode: difference;
  bottom: 0;
  object-fit: cover;
}
.content{
  position: relative;
  margin: 0 auto;
}
.content-wrapper{
  display: block;
  position: relative;
  width: 100%;
}
.content-wrapper .smoke-video{
  transform: rotate(180deg) rotateY(180deg) translateX(-50%);
  top: 0px;
  left: 50%;
}
.landing > *:not(.smoke-video){
  z-index: 2;
}
.landing .landing-img{
  top: 0px;
  height: auto;
  width: 30%;
  position: absolute;
  min-width: 800px;
  z-index: 0;
  mix-blend-mode: difference;
}
.landing .landing-section{
 position: relative;
 width: 100%;
max-width: 100%;
mix-blend-mode: difference;
}
.landing h1{
display: flex;
justify-content: space-evenly;
position: relative;
max-width: 1920px;
margin: 0 auto;
width: 100%
}
.landing h1 span{
color: white;
text-transform: uppercase;
font-size: 400%;
font-family: "Pill-Medium";
}
.landing .logo-section{
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: difference;
}
.logo-section img:first-child{
  width: 300px;
}
.logo-section img:last-child{
  width: 250px;
}
.landing .logo-section video{
    mix-blend-mode: difference;
}
.landing h2{
    color: rgb(238, 238, 238);
    text-transform: uppercase;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Gotham-Book';
    font-weight: 100;
    font-size: 1.8em;
    letter-spacing: 3px;
    line-height:  37px;
}
.landing .rights{
    color: white;
    font-family: 'Pill-Thin';
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}
.landing .input-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
input[type='checkbox']{ height: 0; width: 0; }

input[type='checkbox'] + label{
  position: relative;
  display: flex;
  margin: .6em 0;
  align-items: center;
  color: #ffffff;
  transition: color 250ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox'] + label > ins{
  position: absolute;
  display: block;
  bottom: 0;
  left: 2em;
  height: 0;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: height 300ms cubic-bezier(.4,.0,.23,1);
}

input[type='checkbox'] + label > span{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 15px solid #ffffff;
  border-radius: 2px;
  cursor: pointer;  
  transition: all 250ms cubic-bezier(.4,.0,.23,1);
  transform: rotate(45deg);
  outline: 2px solid white;
}

input[type='checkbox'] + label:hover, input[type='checkbox']:focus + label{
  color: rgb(0, 0, 0);
}
input[type='checkbox'] + label:hover > span, input[type='checkbox']:focus + label > span{
  background: rgb(0, 0, 0);
}
input[type='checkbox']:checked + label > ins{ height: 100%; }

input[type='checkbox']:checked + label > span{
  border: 1.1em solid #000000;
  animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);
  outline: 2px solid white;
}
input[type='checkbox']:checked + label > span:before{
  content: "";
  position: absolute;
  top: .6em;
  left: .2em;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
}

.password-container input{
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
    margin: 30px;
    color: white;
    font-family: "Pill-Thin";
    text-align: center;
    letter-spacing: 5px;
    font-size: 20px

}
.password-container input::placeholder{
    color: white;
    font-family: "Pill-Thin";
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    font-size: 20px

}
.password-container input:focus-visible{
   outline: none;
}
.password-container input:focus::placeholder {
    color: transparent;
  }
  .content{
    width: 100%;
    margin: 0 auto;
  }
  .content .section{
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 2100px;
  }
  .content .gallery{
    align-items: stretch;
  }
  .section h2{
    background: white;
    width: fit-content;
    font-family: "Pill-Medium";
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 60px;
    padding: 20px;
    padding-right: 70px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    position: relative;
    overflow: auto;
    z-index: 10;
  }
  .section.flipped h2{
    padding: 20px;
    padding-left: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
  }
  
  .book-release .title-wrapper{
    position: relative;
  }
  .book-release.flipped .title-wrapper{
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  .book-release .title-wrapper::after{
    content: '';
    position: absolute;
    background-color: rgba(68, 68, 68, 0.76);
    height: 110%;
    width: 400%;
    left: -380%;
    top: -6%;
    transform-origin: top right;
  }
  .book-release.flipped .title-wrapper::after{
    left: 70%;
    width: 400%;
  }
  .padding-bottom{
    margin-bottom: 70px;
  }
  .section p{
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2em;
    font-weight: 300;
    padding: 30px 30px;
    font-family:  "Gotham-Book";
    z-index: 10;
  }
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  .section.book-release{
    margin: 0 auto;
    position: relative;
  }
  .section.book-release .text-wrapper{
    display: flex;
    flex-direction: column;
  }.section.book-release.flipped .text {justify-content: flex-end;}
  .section .text{
    display: flex;
    justify-content: center;
  }
  .section img.book-release-image{
    width: 80%;
  }
  .section .image > .book{
max-width: 700px;
height: 500px;
margin: 0 auto;
  }
  .section.book-release .text-wrapper.special-image p{
    max-width: 700px;
  }
  .section.book-release .text-wrapper.special-image .img p{
    text-align: center;
  }
  .special-image  .img{
    position: absolute;
   right: -10%;
   top: 20%;

  }
  .special-image .img img{

    height: 300px;
    width: auto;
  }
  .section .image > p {
    text-align: center;
  }
  .section .diamond{
    position: absolute;
    width: 40%;
    left: 10%;
  }
  .section.flipped .diamond{
    position: absolute;
    width: 40%;
    left: 50%;
  }
  .section .book-release-text{
    position: absolute;
    width: 100%;
    margin: 0 auto;

    bottom: 0px;
    transform-origin: bottom left;
 
  }
  .divider{
    background: grey;
    height: 20px;
    width: 80%;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    margin-top: 30px;
  }
  .divider.flipped{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 1% 100%);
    float: right;
    margin: 50px 0px;;
  }
  .divider.full{
    width: 100%;
    clip-path: unset
  }
  .proposal h2{
    color: white;
    text-transform: uppercase;
    font-family: "Pill-Regular";
    letter-spacing: 3px;
    font-size: 4em;
  }
  .content.proposal{
    max-width: 1600px;
    margin: 0 auto;
  }
  .content.proposal > div{
    padding: 0px;
    padding-right: 30px;
  }
  .content.proposal .titles > div{
    padding: 0px;
    padding-right: 30px;
  }
  .proposal h3{
    color: white;
    text-transform: uppercase;
    font-family: "Pill-Regular";
    letter-spacing: 3px;
    font-size: 2em;
  }
  .proposal img{
    width: 100%;
  }
  .image-bottom{
    max-width: 1920px;
    margin: 0 auto;
  }
/* Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 8px; /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0,0,0,0);
  -webkit-border-radius: 100px;
}
/* hover effect for both scrollbar area, and scrollbar 'thumb' */
::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  /* This is the EXACT color of Mac OS scrollbars. 
     Yes, I pulled out digital color meter */
  background: rgba(0,0,0,0.5);
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0,0,0,0.61); /* Some darker color when you click it */
  -webkit-border-radius: 100px;
}
.gallery h3{
  color: white;
  font-family: "Pill-Medium";
  font-size: 6rem;
  text-transform: uppercase;
  letter-spacing: 8px;
  padding: 30px;
}
.gallery .fashion-bot{
  position: relative;
  top: -5px;
}
.fashion-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery .row{
  background-color: white;
    width: 100%;
    margin: 0 auto;
}
.row > .column {
  padding: 8px;
}
.gallery h3.left{
  padding-left: 0px;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
  background: white;
    padding: 2%;
    z-index: 10000;
    color: black;
    opacity: 1;
    border: 2px solid black;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.footer-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 10px;
  flex-wrap: wrap;
}
.footer a, .footer p{
  color: white;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2em;
  font-weight: 300;
  padding: 30px 30px;
  font-family:  "Gotham-Book";
  z-index: 10;
}
.inspired-album p{text-align: center;}
.landing #loader-wrapper{
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background-color: black;

}
.landing #loader-wrapper img{
  height: 32px;
  width: 32px;
  position: relative;
  top: 50%;
  left: 50%;
 
  animation: spin 10s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(4500deg);
  }
}


.slider {
  width: 80%;
  margin: 0 auto;
}
.slick-slide {
  margin: 0 10px;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slider img {
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 1400px){
  .special-image .img{
    top: 40%;

  }
}
@media only screen and (max-width: 992px){
  .section p{

    font-size: 22px;
  }
  .content .section{
    flex-direction: column;
   }
   .content .section.flipped{
    flex-direction: column-reverse;
   }
   .gallery{
    flex-direction: column-reverse !important;
   }
   .content .section.mood{
    flex-direction: column;
   }
   .special-image .img{
   position: relative;
   top: 0;
   right: 0;
   margin: 0 auto;
display: flex;
justify-content: center;
margin-bottom: 10px;
  }
  .special-image .img img{height: 220px;}
}
  @media only screen and (max-width: 767px) {
   h1{
    font-size: 1.4em;
   }
   .smoke-video{
    height: 100%;
   }
   .logo-section img:first-child{
    width: 100px;
   }
   .logo-section img:last-child{
    width: 100px;
   }
   .landing .logo-section video{
    width: 120px;
    height: auto;
   }
   .landing h2{
    font-size: 1.2em;
    padding: 15px;
   }
   .landing .landing-img{
    min-width: 400px;
    width: 100%;
   }
   .content .section{
    flex-direction: column;
    padding: 15px;
   }
   .section p{
    font-size: 14px;
   }
   .section h2{
    font-size: 2em;
   }
   .content > div{
    padding: 15px;
   }

  }

  

  