:root {
	--yellow: #f8ab37;
	--grey: #ecedf3;
  --visuael: #900504;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  background-color: #000;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
  /* height: 100%; */
  font-family: 'helvetica';
  line-height: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../img/BG_image.jpg') no-repeat center center fixed; 
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  transition: 0.3s all;
  background-color: #000;
}

ol, ul {
  list-style: none;
}

a, a:checked, a:visited, a:focus {
  text-decoration: none;
  color: #ffff;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #900504;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb{
  background-color: var(--visuael);
  box-shadow:  inset 0 0 6px rgba(0,0,0,.6);
}

main {
  width: 100%;
  /* height: 100%; */
}

.wrapper {
  max-width: 100%;
  /* height: 100%; */
  margin: 0 auto;
  height: 100vh;
  animation: fadein 0.5s ease-in-out;
  -moz-animation: fadein 0.5s ease-in-out; /* Firefox */
  -webkit-animation: fadein 0.5s ease-in-out; /* Safari and Chrome */
  -o-animation: fadein 0.5s ease-in-out; /* Opera */
}

@keyframes fadein {
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
      opacity:0;
  }
  to {
      opacity: 1;
  }
}

h1 {
  margin-top: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.v-logo {
  width: 420px;
}

.v-description {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 36px;
}

.v-container_list {
  margin-top: 72px;
}

.v-list_title {
  margin-bottom: 16px;
  font-size: 24px;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}

.v-list_client {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.v-list_client li {
  margin: 16px 0;
  font-size: 20px;
  list-style-type: none;
  text-align: center;
}

.container.gallery-container {
  color: #ffff;
  width: auto;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.tz-gallery {
  width: 850px;
  max-width: 850px;
  z-index: 20;
}

.uk-align-center {
  margin-bottom: 0;
}

li a:hover::before {
  content: "";
  z-index: 5;
  width: 300px;
  height: 465px;
  display: block;
  position: absolute;
  background-position: center center;
  background-size: contain;
  transition: 1s;
  animation: fade-in 1s ease-in-out;
}

@media screen and (max-width: 650px) {
  body {
    background: none;
  }

  .tz-gallery h1 {
    margin-top: 128px;
  }

  .v-logo {
    width: 280px;
  }

  .v-description {
    font-size: 18px;  
    line-height: 26px;
    margin-top: 16px;
  }

  .v-container_list {
    text-align: center;
    width: 236px;
    margin: 0 auto;
  }

  .v-list_client {
    display: block;
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px){
  li#damso a:hover::before {
    top: 50px;
    left: 50px;
    background: url(../img/visuael_1.png);
  }
  
  li#ayoba a:hover::before {
    top: 100px;
    right: 50px;
    background: url(../img/visuael_2.png);
  }
  
  li#thevie a:hover::before {
    bottom: 50px;
    left: 20px;
    background: url(../img/visuael_3.jpg);
  }

  li#jaywazhere a:hover::before {
    bottom: 50px;
    right: 20px;
    background: url(../img/visuael_4.jpg);
  }

  li#teasco a:hover::before {
    top: 50px;
    left: 50px;
    background: url(../img/visuael_1.png);
  }

  li#joe a:hover::before {
    top: 150px;
    right: 250px;
    background: url(../img/visuael_2.png);
  }

  li#comingsoon a:hover::before {
    bottom: 50px;
    left: 20px;
    background: url(../img/visuael_3.jpg);
  }

  li#nefer a:hover::before {
    bottom: 50px;
    left: 20px;
    background: url(../img/visuael_4.jpg);
  }

  li#visuael a:hover::before {
    bottom: 50px;
    left: 20px;
    background: url(../img/visuael_3.jpg);
  }
}

@media screen and (min-width: 1401px){
  li#damso a:hover::before {
    top: 50px;
    left: 50px;
    background: url(../img/visuael_1.png);
  }
  
  li#ayoba a:hover::before {
    top: 100px;
    right: 50px;
    background: url(../img/visuael_2.png);
  }
  
  li#thevie a:hover::before {
    bottom: 50px;
    left: 20px;
    background: url(../img/visuael_3.jpg);
  }

  li#jaywazhere a:hover::before {
    bottom: 50px;
    right: 20px;
    background: url(../img/visuael_4.jpg);
  }

  li#teasco a:hover::before {
    top: 50px;
    left: 50px;
    background: url(../img/visuael_1.png);
  }

  li#joe a:hover::before {
    top: 150px;
    right: 250px;
    background: url(../img/visuael_2.png);
  }

  li#comingsoon a:hover::before {
    bottom: 50px;
    left: 20px;
    background: url(../img/visuael_3.jpg);
  }

  li#nefer a:hover::before {
    bottom: 50px;
    left: 20px;
    background: url(../img/visuael_4.jpg);
  }

  li#visuael a:hover::before {
    bottom: 50px;
    left: 20px;
    background: url(../img/visuael_3.jpg);
  }

  @keyframes fade-in {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
  }
}

.footer {
  margin: 0 auto;
  text-align: center;
  width: 275px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.sound {
  opacity: 0;
}

/* Margins */

.margin-24 {
  margin: 24px 0;
}

.margin-32 {
  margin: 32px 0;
}

.margin-40 {
  margin: 40px 0;
}

.margin-56 {
  margin: 56px 0;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

/* Newsletter Logo */

.newsletter-area{
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.news-icon{
  width: 50px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#envelope{
  width: 100%;
  height: auto;
}

.grey-empty {
  fill: rgba(0, 0, 0, 0.6);
  stroke: #fff;
  stroke-width: 3;
  stroke-miterlimit: 10;
  transform: translateX(50px);
  animation: envelopeLeft 5s ease infinite;
}

@keyframes envelopeLeft {
  0% {
      transform: translateX(50px);
  }
  20% {
      transform: translateX(50px);
  }
      25% {
      transform: translateX(10px);
  }
      50% {
      transform: translateX(10px);
  }
  80% {
      transform: translateX(50px);
  }
  100% {
      transform: translateX(50px);
  }
}

.grey-fill {
  fill: rgba(0, 0, 0, 0.3);
  stroke: #fff;
  stroke-width: 3;
  stroke-miterlimit: 10;
  transform: translateX(50px);
}

@keyframes envelopeRight {
  0% {
  transform: translateX(50px);
  }
  20% {
      transform: translateX(50px);
  }
      25% {
      transform: translateX(90px);
  }
      75% {
      transform: translateX(90px);
  }
  80% {
      transform: translateX(50px);
  }
  100% {
      transform: translateX(50px);
  }
}

#envelopeContainer {
  transform: translateX(50px);
  animation: envelopeRight 5s ease infinite;
}

.envelope-square {
  fill: transparent;
  stroke: #fff;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.envelope-flap {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.contact {
  margin: 0 auto;
  margin-bottom: 24px;
  font-style: italic;
  width: 100%;
}

@keyframes fadeIn {
	from {
	  opacity: 0;
	}
  
	to {
	  opacity: 1;
	}
}

body {
	animation: fadeIn 2s ease-in-out;
}