* {
  margin: 0;
  padding: 0;
  color: white;
  -webkit-font-smoothing: antialiased;
}

:root {
  /* colors */
  --yellow: #FFF200;
  --magenta: #FF00ED;
  --aqua: #00FFC5;
  --blue: #0004FF;
  --black: #000000;
  --white: #ffffff;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

*:focus {
  outline: 0;
}

a {
  cursor: url(../img/cursor/cursor-link.png), auto;
  text-decoration: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  cursor: url(../img/cursor/cursor-link.png), auto;
}

body {

  cursor: url(../img/cursor/cursor-hand.png), auto;
  background-color: black;
  color: white;
  font-family: 'ErikOS', monospace;
}

h1, h2 {
  font-family: 'ErikBernacchiHeadliner', Georgia;
  font-weight: normal;
  /* transition: all 0.2s ease; */
}

h1 {
  font-size: 205px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 190px;
}

h2 {
  font-size: 90px;
  font-weight: normal;
  margin: -15px 0 -15px 0;
  text-transform: uppercase;
  line-height: 80px;
}

h3 {
  font-size: 40px;
  line-height: 28px;
  font-weight: normal;
}

p {
  font-size: 15px;
  line-height: 32px;
  font-weight: normal;
}

#logo {
  width: 70px;
  margin: 75px 0 75px 0;
  box-sizing: border-box;
}

#logo img {
  width: 100%;
}

#works {
  background-color: #222
}

#intro {
  display: flex;
  justify-content: center;
  padding-bottom: 120px;
}

#outro {
  display: flex;
  justify-content: center;
  padding-bottom: 120px;
  padding-top: 120px;
}

.introWithReel {
  width: 100%;
  display: flex;
  margin-top: 100px;
  justify-content: space-between;
}

.introCopy, .footerLinksContainer {
  width: 45%;
  box-sizing: border-box;
}

.footerLinksContainer {
  display: flex;
}

.footerLinks {
  margin-right: 100px;
}

.footerLinksHeading {
  color: var(--yellow)
}

.reelThumbsStack {
  width: 40%;
}

.reelIcon {
  box-sizing: border-box;
  cursor: url(../img/cursor/cursor-link.png), auto;
  /* min-height: 400px; */
}

.reelIcon img{
  width: 100%;
  max-width: 420px;
}

.section {
  background-color: #dadada;
  display: flex;
  justify-content: center;
  padding: 100px 0 100px 0;
}

.projectContainer {
  flex-grow: 1;
  max-width: 1050px;
}

.sectionHeading {
  display: flex;
  align-items: flex-end;
  padding: 100px 0;
}

.sectionExtras {
  display: flex;
  padding: 100px 0;
}

.sectionIntro {
  font-size: 20px;
  line-height: 28px;

}

.sectionDescription {
  font-size: 15px;
  line-height: 22px;
}

.sectionTitle, .sectionIntro, .sectionDetails, .sectionDescription {
  /* flex: 0 0 50%; */
}

.sectionTitle, .sectionDetails {
  /* margin-right: 20px; */
  flex: 0 0 45%;
  margin-right: 5%;
}

.sectionDetails {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}

.sectionIntro, .sectionDescription {
  /* margin-left: 50px; */
  flex: 0 0 50%;
    margin-bottom: -10px;
}

.sectionImage {
  background-color: #dadada;
  flex: 0 0 100%;
  height: 400px;
}

.sectionDetails-simple {
  margin: 10px;
}

.sectionDetails-full {
  background-color: black;
  color: white;
  padding: 8px 14px 5px 14px;
  margin-top: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 13px;
  border-radius: 5px;
}

.projectStats {
  margin-bottom: 15px;
  line-height: 15px;
  display: flex;
align-items: flex-start;
}

.projectStatHeading {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 21px;
  border-radius: 5px;
  min-width: 75px;
  display: inline-block;
  margin-right: 20px;
}

.projectStatDescription {
  /* font-size: 13px; */
  line-height: 21px;
}

.sectionCarousel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.swiper-container {
  width: 100%;
  max-width: 1050px;
  height: 100%;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.02);
  border-radius: 17px;
  cursor: url(../img/cursor/cursor-swipe.png), auto;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: auto;
}

.swiper-pagination {
  position: relative;
  margin-top: 28px;
}

.swiper-pagination-bullet {
  border-radius: 30%;
  margin-right: 5px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: white
}

.swiper-pagination-bullet:last-child {
  margin: 0;
}

.projectThumb{
  cursor: url(../img/cursor/cursor-swipe.png), auto;
}

img.projectThumb {
  width: 100%;
}

.statementContainer {
  position: relative;
}

#mainStatement {
  /* box-sizing: border-box; */
  /* border: solid 1px transparent; */
}

/* #handles {
  width: 100%;
  height: 100%;
  visibility: hidden;
} */

#mainStatement:hover {
  /* border: solid 1px var(--aqua); */
  cursor: url(../img/cursor/cursor-reload.png), auto;
  /* transition: all 0s; */
}

/* .editingHandles {
  width: 6px;
  height: 6px;
  background: black;
  border: solid 1px var(--aqua);
  position: absolute;
  transform: translate(-4px, -4px);

} */


.handleH_1 {
  left: 0;
}

.handleH_2 {
  left: 50%;
}

.handleH_3 {
  left: 100%;
}

.handleV_1 {
  top: 0;
}

.handleV_2 {
  top: 50%;
}

.handleV_3 {
  top: 100%;
}

@keyframes wiggle {
  0% {
    top: 0px;
  }

  5% {
    top: -10px;
  }

  10% {
    top: 10px;
  }

  15% {
    top: 0px;
  }

  100% {
    top: 0px;
  }
}

#interchangableRole {
  color: var(--yellow);
  position: relative;
  /* transition: all 0.2s ease; */
  /* animation: mymove 2s infinite; */
}

.megaMail {
  margin-top: 50px;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
}

@keyframes rainbowColor {
  0% {
    color: var(--aqua);
  }

  25% {
    color: var(--yellow);
  }

  50% {
    color: var(--magenta);
  }

  75% {
    color: var(--blue);
  }

  100% {
    color: var(--aqua);
  }
}

.flickeringMail {
  animation: rainbowColor 1s infinite;
}

#reloadTooltip {
  position: absolute;
  bottom: 95px;
  right: 0px;
  background-color: var(--magenta);
  color: var(--black);
  z-index: 9000;
  /* visibility: hidden; */
  padding: 8px 14px 5px 14px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 13px;
  border-radius: 5px;
  width: 231px;
  /* height: 40px; */
}


.fullWidthVideoContainer{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999999999999;
  background-color: red;
}

#reelButton2022{
  min-height: 415px;
  margin-bottom: 25px;
}

#reelButton2020{
  min-height: 215px;
}

#reelButton_popover{
  border-radius: 17px !important;
  overflow: hidden !important;
  cursor: url(../img/cursor/cursor-hand.png), auto !important;
}




/*//////////////////////////////////// RESPONSIVE //////////////////////////////////////////*/
/*//////////////////////////////////// RESPONSIVE //////////////////////////////////////////*/
/*//////////////////////////////////// RESPONSIVE //////////////////////////////////////////*/
/*//////////////////////////////////// RESPONSIVE //////////////////////////////////////////*/
/*//////////////////////////////////// RESPONSIVE //////////////////////////////////////////*/
/*//////////////////////////////////// RESPONSIVE //////////////////////////////////////////*/
/*//////////////////////////////////// RESPONSIVE //////////////////////////////////////////*/
/*//////////////////////////////////// RESPONSIVE //////////////////////////////////////////*/

/* INBETWEENS */
@media only screen and (max-width: 1050px) {
  /* body {
    background-color: grey
  } */

  .projectContainer {
    max-width: 85%;
  }

  .introWithReel {
    /* flex-direction: column;
    margin-top: 50px; */
  }

  .introCopy, .footerLinksContainer {
    width: 45%;
  }

  .reelThumbsStack {
    width: 45%;
    /* margin-top: 30px; */

  }

  h1 {
    font-size: 120px;
    letter-spacing: 2px;
    line-height: 110px;
  }

  h2 {
    font-size: 50px;
    margin: -15px 0 -15px 0;
    text-transform: uppercase;
    line-height: 55px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
  }

  .sectionDetails-full {

    font-size: 9px;

  }


  #logo {
    width: 50px;
    margin: 30px 0 30px 0;
    box-sizing: border-box;
  }

  .section{
    padding: 50px 0 50px 0
  }

  .sectionHeading {
    /* padding: 50px 0; */
    /* flex-direction: column;
    align-items: flex-start; */
  }

  .sectionTitle, .sectionDetails {
    /* margin-right: 20px; */
    flex: 0 0 45%;
    margin-right: 10%;
  }

  .sectionIntro {
    font-size: 18px;
    line-height: 23px;
    /* flex: 0 0 45%; */
  }

  .sectionIntro, .sectionDescription {
    /* margin-left: 50px; */
    flex: 0 0 45%;
}

  .sectionDetails{

  }

  .sectionExtras {
    /* flex-direction: column;
    padding: 50px 0; */
  }

  .footerLinksContainer{
    /* margin-top: 50px; */
  }

  #reloadTooltip {
    /* margin-left: -100px; */
    top: auto;
    bottom: 30px;
    /* top:78%; */
    /* left:43%; */
    font-size: 10px;
    padding: 4px 8px 1px 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 10px;
    border-radius: 5px;
    width: 161px;

  }
}





/* PHONES */



@media only screen and (max-width: 600px) {
  /* body {
    background-color: blue
  } */

  .projectContainer {
    max-width: 85%;
  }

  .introWithReel {
    flex-direction: column;
    margin-top: 50px;
  }

  .introCopy, .footerLinksContainer {
    width: 100%;
  }

  .reelThumbsStack {
    width: 100%;
    margin-top: 30px;
  }

  h1 {
    font-size: 65px;
    letter-spacing: 2px;
    line-height: 60px;
  }

  h2 {
    font-size: 50px;
    margin: -15px 0 -15px 0;
    text-transform: uppercase;
    line-height: 55px;
  }

  p {
    font-size: 16px;
    line-height: 27px;
  }

  #logo {
    width: 40px;
    margin: 30px 0 30px 0;
    box-sizing: border-box;
  }

  .section{
    padding: 50px 0 50px 0
  }

  .sectionHeading {
    padding: 50px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .sectionTitle, .sectionDetails {
    /* margin-right: 20px; */
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 30px;;
  }

  .sectionIntro {
    font-size: 16px;
    line-height: 23px;
  }

  .sectionDetails{

  }

  .sectionExtras {
    flex-direction: column;
    padding: 50px 0;
  }

  .projectStatDescription {
    font-size: 15px;
    line-height: 20px;
    }

    .projectStatHeading {
        font-size: 11px;
      }

  .footerLinksContainer{
    margin-top: 50px;
  }

  #reloadTooltip {
    /* margin-left: -100px; */
    top: auto;
    bottom: 30px;
    /* top:78%; */
    left:43%;
    font-size: 10px;
    padding: 4px 8px 1px 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 10px;
    border-radius: 5px;
    width: 161px;

  }
}


@keyframes clessidraSpin {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}


.swiper-lazy-preloader{

  width: 27px;
  height: 26px;
  margin-left: -13px;
margin-top: -13px;

  border: none;
  background-image: url('../img/clessidra.svg');
  background-repeat: no-repeat;
  background-size: cover;

  animation: clessidraSpin 1s infinite ease;
}
