@import url('reset.css');
@import url('global.css');

.s-wrapper {
  display: flex;
  height: 100vh;
  flex-flow: row nowrap; 
}

.s-wrapper video{
  position: fixed;
  width: 100%;
}

video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.s-wrapper .s-left-column {
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  padding-right: 50px;
  left: 0;
  top: 0;
  z-index: 1;
}

.s-wrapper .s-main-content{
  height: 100%;
  width: 100%;
  padding-left: 130px;
  position: relative;
}

.s-wrapper .s-main-content__top {
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.s-wrapper .s-main-content__bottom{
  height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.s-wrapper .s-main-content .s-logo {
  height: 100px;
  margin-bottom: 50px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}

.s-wrapper .s-main-content .s-logo img{
  height: 100%;
}

.s-wrapper .s-main-content__top .s-description{
  background-color: rgba(0,0,0,.7);
  max-width: 50%;
  padding: 20px;
  border-radius: 10px;
}

.s-wrapper .s-main-content__top .s-description .s-description__text p{
  color: white;
  line-height: 170%;
}

.s-wrapper .s-main-content__top .s-description .pills{
  margin-bottom: 20px;
}

.s-wrapper .s-main-content .s-links{
  padding: 20px;
  padding-left: 0;
}

.s-wrapper .s-main-content .s-links ul{
  display: flex;
  flex-direction: row;
}

.s-spiderman-01-01 {
  background-image: url('../images/spiderman-tobey/movie-01/background.png');
  background-size:cover;
}

.s-spiderman-01-02 {
  background-image: url('../images/spiderman-tobey/movie-02/background.png');
  background-size: cover;
}

.s-spiderman-01-03 {
  background-image: url('../images/spiderman-tobey/movie-03/background.png');
  background-size: cover;
}

.image-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  max-width: 60%;
}

.image-list li{
  height: 203px;
  width: 352px;
}

.image-list li img {
  width: 100%;
  height: 100%;
}

.logo-tobey {
  max-width: 30vw;
  max-height: 50%;
}


@media screen and (max-width: 500px) {
  
  .s-wrapper {
    flex-direction: column;
    height: auto;
  }

  .s-wrapper .s-left-column {
    position: static;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .s-wrapper .s-main-content {
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .s-wrapper .s-main-content .s-logo {
    max-width: 100vw;
    margin: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .s-wrapper .s-main-content .s-logo img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
  }

  .s-wrapper .s-main-content__top .s-description {
    max-width: 100%;
    height: fit-content;
    font-size: 14px;
    padding: 10px;
    margin: 10px;
    text-align: center;
  }

  .pills ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .pills ul li {
    margin: 0;
  }

  .s-links {
    margin: auto;
  }
  
  .gallery {
    margin-top: 30px;
    padding: 10px;
  }
  
  .image-list li{
    height: auto;
    width: 100%;
  }
  
  .s-wrapper .s-main-content__bottom {
    height: auto;
    margin-top: 10px;
  }

  .logo-tobey {
    max-width: 100vw;
    max-height: 100%;
  }
}

/* Gallery */

.gallery {
  padding: 20px;
  padding-left: 0;
}

.gallery ul{
  display: flex;
  flex-direction: row;
}

.gallery ul li{
  margin-left: 25px;
}

.gallery ul li:first-child{
  margin-left: 0px;
}

.gallery ul li a img{
  border: solid 6px white;
  border-radius: 15px;
}

@media screen and (max-width: 500px) {
  .gallery {
    padding: 10px;
  }

  .gallery ul {
    display: flex;
    flex-direction: column;
    margin: auto;
  }

  .gallery ul li {
    width: 100%;
    margin: 0;
  }

  .gallery ul li a img {
    width: 100%;
    height: auto;
  }
}

/* Link-Button */

a.link-button{
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

a.link-button .icon{
  width: 32px;
  height: 32px;
  padding: 3px;
  background-color: var(--primary-color);
  border: solid 1px white;
  background-clip: content-box;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.link-button .icon .play-icon{
  border:solid 7px white;
  width:0;
  height: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  margin-right: -7px;
}

a.link-button .label{
  margin-left: 10px;
}

/* Navigator */

.navigator {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.navigator ul li {
  margin: 60px 0;
}

.navigator ul li:first-child {
  margin-top: 0;
}

.navigator ul li:last-child {
  margin-bottom: 0;
}

.navigator ul li a{
  color: white;
  border: solid 2px white;
  width:45px;
  height:45px;
  border-radius: 50%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigator::before {
  content: '';
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: white;
  z-index: 0;
}

.navigator ul{
  z-index: 1;
}

.navigator ul li a:hover, 
.navigator ul li a.active {
  color: var(--primary-color);
  background-color: white;
}

.navigator .navigator__icon{
  position: absolute;
  top: -20px;
}

@media screen and (max-width: 500px) {
  .navigator {
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    align-items: center;
    gap: 10px;
    padding: 10px;
    position: static;
  }

  .navigator::before {
    display: none;
  }

  .navigator ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: auto;
  }

  .navigator ul li {
    margin: 0;
  }

  .navigator .navigator__icon {
    position: static;
    justify-self: start;
  }
}

/* Pills */

.pills ul{
  display: flex;
  flex-direction: row;
}

.pills ul li{
  background-color: var(--primary-color);
  color: white;
  padding: 5px 15px;
  margin: 0 10px;
  border-radius: 20px;
  text-transform: uppercase;
}

.pills ul li:first-child{
  margin-left: 0;
}

@media screen and (max-width: 500px) {
  
  .pills ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .pills ul li {
    margin: 0;
  }
}
