html{
  scroll-behavior: smooth;
}

body {
  background-color: rgb(36, 31, 36);
}

nav {
    text-align: center;
    a:link {
        color: rgb(255, 255, 255);
        padding-top: 10px;
    }
    a:visited {
        color: rgb(255, 255, 255);
    }
    a:hover {
        color: rgb(255, 255, 255);
        transform: translateY(-5px);
    }
    a {
        text-decoration: none;
        display: inline-block;
        margin-left: 125px;
        margin-right: 125px;
        font-family: "Inria Sans", sans-serif;
        font-size: 20px;
    }

    background-color: rgb(0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
  
}



#title {
  text-align: center;
  font-family: "Instrument Sans", sans-serif;
  font-style: bold;
  font-size: 150px;
  padding-top: 100px;
  color: #b080be;
  animation: fadein 0.5s ease-in;
}

#subtitle {
  text-align: center;
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-size: 60px;
  color: #ffffff;
  animation: fadein 0.5s ease-in;
}


#line-2 {
   background-color: rgb(0, 0, 0);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}


#description{
  text-align: center;
  font-size: 30px;
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  color: #ffffff;
  animation: fadein 0.5s ease-in;
}


/* pucci */

.square-button{
    position: relative;
    width: 200px;
    height: 200px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    font-size: 18px;
    color: white;
    background-color: rgb(0, 0, 0);
    animation: fadein 0.5s ease-in;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
}

a {
text-decoration:none;
}


.square-button p {
    text-align: center;
    padding-top: 50px;
    font-size: 30px;
    font-family: "Inria Sans", sans-serif;
}

.square-button::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./images/pucci-icon-fixed.png');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
  }

  .square-button:hover{
    transform: scale(1.1);
  }

  .square-button:hover::after {
    opacity: 1;
  }


  #pucci-title {
    color: #D3B668;
    text-align: center;
  font-family: "Inria Sans", sans-serif;
  /* animation: fadein 0.5s ease-in; */
  font-size: 40px;
  margin-bottom: 40px;
  padding: 0;
  }

  .pucci{
   color: #D3B668;
  text-align: center;
  font-family: "Inria Sans", sans-serif;
  font-size: 50px;
  }

  #background-2{
  background-color: #202020;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  }


.carousel-2 {
    position: relative;
    width: 100%;
}

.card-2 {
  width: 100%;
  background: rgb(0, 0, 0);
  padding: 1em;
  font-family: "Inria Sans", sans-serif;
  font-weight: bold;
  font-size: 2em;
  color: #ffffff;
  display: none;
  font-size: 15.5px;
  border-radius: 15px;
}

.carousel-2__item--selected {
  display: block;
}

.carousel-2__nav {
  width: 100%;
  padding: 20px 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  display: flex;
}

.carousel-2__button {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-2__button--selected {
  background: rgba(255, 255, 255, 0.5);
}



/* snow */


  .square-button-2{
    position: relative;
    width: 200px;
    height: 200px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    font-size: 18px;
    color: white;
    background-color: rgb(0, 0, 0);
    animation: fadein 0.5s ease-in;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
    
}

.square-button-2 p {
    text-align: center;
    padding-top: 40px;
    font-size: 30px;
    font-family: "Inria Sans", sans-serif;
}

.square-button-2::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-image: url('./images/snow-icon-fixed.png');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
  }

  .square-button-2:hover::after {
    opacity: 1;
  }

  .square-button-2:hover{
    transform: scale(1.1);
  }

  .snow{
   color: #ffffff;
  text-align: center;
  font-family: "Inria Sans", sans-serif;
  font-size: 50px;
  }

/* negan */

  .square-button-3{
    position: relative;
    width: 200px;
    height: 200px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    font-size: 18px;
    color: white;
    background-color: rgb(0, 0, 0);
    animation: fadein 0.5s ease-in;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;

}

.square-button-3 p {
    text-align: center;
    padding-top: 50px;
    font-size: 30px;
    font-family: "Inria Sans", sans-serif;
}

.square-button-3::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-image: url('./images/negan-icon-fixed.png');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
  }

  .square-button-3:hover::after {
    opacity: 1;
  }

  .square-button-3:hover{
    transform: scale(1.1);
  }

  #button-grid figure {
     display: flex;
    justify-content: center;
  }

#button-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}

button{
  background-color: rgb(68, 68, 68);
}

button:hover {
  background-color: black;
  transition: opacity 0.8s ease;
} */ */



/* negan */


.negan-title{
  color: #BC3D3D;
}

.negan {
  color: #BC3D3D;
  text-align: center;
  font-family: "Inria Sans", sans-serif;
  font-size: 50px;
}



.carousel {
    position: relative;
    width: 100%;
}

.card {
  width: 100%;
  background: rgb(0, 0, 0);
  padding: 1em;
  font-family: "Inria Sans", sans-serif;
  font-weight: bold;
  font-size: 2em;
  color: #ffffff;
  display: none;
  font-size: 15.5px;
  border-radius: 15px;
}

.carousel__item--selected {
  display: block;
}

.carousel__nav {
  width: 100%;
  padding: 20px 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  display: flex;
}

.carousel__button {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.carousel__button--selected {
  background: rgba(255, 255, 255, 0.5);
}

main{
  display: grid;
  gap: 50px;
  /* animation: fadein 0.5s ease-in; */
  text-align: center;
}

#background{
  background-color: #202020;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
}

.text{
  text-align: left;
}

/* snow */

#snow-title{
  color: #ffffff;
    text-align: center;
    font-family: "Inria Sans", sans-serif;
    /* animation: fadein 0.5s ease-in; */
    font-size: 40px;
    margin-bottom: 40px;
    padding: 0;

} 

#background-3 {
  background-color: #291414;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: -10px;
}

.carousel-3 {
    position: relative;
    width: 100%;
}

.card-3 {
  width: 100%;
  background: rgb(0, 0, 0);
  padding: 1em;
  font-family: "Inria Sans", sans-serif;
  font-weight: bold;
  font-size: 2em;
  color: #ffffff;
  display: none;
  font-size: 15.5px;
  border-radius: 15px;
}

.carousel-3__item--selected {
  display: block;
}

.carousel-3__nav {
  width: 100%;
  padding: 20px 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  display: flex;
}

.carousel-3__button {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-3__button--selected {
  background: rgba(255, 255, 255, 0.5);
}


/* images & figures */

#negan-figure{
  padding: 0 0 1.2rem 0;
  overflow: hidden;
  border-radius: 15px;
}

#negan-image{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 15px;
  margin-top: -20px;
  /* transform: translateY(60px); */
  text-align: center;
}

#pucci-figure{
  padding: 0 0 1.2rem 0;
  overflow: hidden;
  border-radius: 15px;
}

#pucci-image{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  margin-top: -20px;
  border-radius: 15px;
}

#snow-figure{
  padding: 0 0 1.2rem 0;
  overflow: hidden;
  border-radius: 15px;
}

#snow-image{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 15px;
  margin-top: -20px;
  text-align: center;
}

/* backgrounds */

#button-background{
  width: 100%;
  background-color: #0f0f0f;
}

#scroll-background{
  width: 100%;
  background-color: #000000;
}


/* marquee image slider */

.container {
  --s: 150px; /* size of the logo */
  --d: 30s; /* animation duration*/
  --n: 10; /* number of visible logos */
  
  display: flex;
  overflow: hidden;
  gap: 20px;
}

img {
  width: var(--s);
  offset: shape(from calc(var(--s)/-2) 50%,hline by calc(sibling-count()*max(100%/var(--n),var(--s) + 10px)));
  animation: x var(--d) linear infinite calc(-1*sibling-index()*var(--d)/sibling-count());
}


/* keyframes & media screen */

@keyframes x { 
  to {offset-distance: 100%}
}

@media screen and (min-width: 300px) {
    main {
        grid-template-columns: repeat(1, 1fr);
    }
}


@media screen and (min-width: 1600px) {
    main {
        grid-template-columns: repeat(2, 1fr);
    }
}




@media screen and (min-width: 300px) {
    #button-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


@media screen and (min-width: 1600px) {
    #button-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@keyframes fadein{

    0% {
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}


