/* DNA GLOBAL
--------------------------------------------- */

/* DNA Header
--------------------------------------------- */
.s-hero-brand {
  padding-bottom: 43.5%;
  background-image: url('../jpg/dna.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .s-hero-brand {
    padding-bottom: 150%;
  }
}

/* DNA Section 2
--------------------------------------------- */

.s2.s2-dna {
  background-color: var(--main-color);
  background-image: url('../svg/our-dna.svg');
  background-position: 90% 50%;
  background-size: 35%;
  background-repeat: repeat-y;
  background-attachment: fixed;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s2.s2-dna {
    padding-top: 4rem;
    padding-bottom: 50%;
    background-image: url('../svg/our-dna-mobile.svg');
    background-repeat: repeat-x;
    background-size: 65%;
    background-position: right 50% bottom 2rem;
    background-attachment: scroll;
  }
}

/* DNA Section 3
--------------------------------------------- */

.dna-magazine-wrapper {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 100%;
  height: 75%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  pointer-events: none;
}

.dna-magazine-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}

.dna-magazine-flex img {
  margin-right: 2rem;
}

/* DNA Section 4
--------------------------------------------- */

#IconsAnimated {
  overflow: hidden;
}

.dna-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dna-img-1 {
  position: absolute;
  left: 49%;
  top: 62.5%;
  width: 37.5%;
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.dna-img-2 {
  width: 50%;
  margin-bottom: 12%;
  margin-left: auto;
}

.dna-img-3 {
  width: 26.5%;
  margin-right: 51%;
  margin-left: auto;
}

.dna-img-4 {
  position: absolute;
  left: 50%;
  top: 52.5%;
  width: 34%;
}

@media screen and (max-width: 991px) {
  .dna-4-img {
    transform: translateX(-5%);
    margin-bottom: 2rem;
  }
}

/* DNA Section 5
--------------------------------------------- */
#slidercopy .swiper-slide {
  width: auto !important;
  height: 500px;
}

.s-dna-slider {
  background-color: black;
  color: white;
  padding: 4rem 0 1rem;
}

.s-dna-slider img {
  height: 500px;
  width: auto;
}

.s-dna-slider .swiper-container .swiper-wrapper {
  width: 20000px;
}

.swiper-container-wrapper {
  overflow: hidden;
}

/* DNA Section 6
--------------------------------------------- */

.s2-dna-3-cutout {
  background-color: var(--main-color);
  color: white;
  overflow: hidden;
}

.dna-footer-note-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dna-footer-note-img img {
  width: auto;
  height: 100%;
}

.dna-bird {
  position: relative;
  z-index: 3;
  height: 500px;
}

.dna-carter {
  position: absolute;
  height: 80%;
  -webkit-transform: translate(-70%, 0px);
  -ms-transform: translate(-70%, 0px);
  transform: translate(-70%, 0px);
}

.dna-cole {
  position: absolute;
  height: 80%;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

@media screen and (max-width: 991px) {
  .s2-dna-3-cutout {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .dna-bird {
    height: 325px;
  }
}

/* DNA Section 7
--------------------------------------------- */

.dna-slam-goods {
	height: 100%;
	width: 100%;
	background-image: url(../jpg/slam-hoodie.jpg);
	display: block;
}

.cta-our-brand {
  display: block;
  padding-bottom: 38%;
  position: relative;
  background-color: black;
  background-image: url('../svg/channels.svg');
  background-position: 80% 50%;
  background-size: 35%;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.channel-arrow {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 2rem;
  height: 2vw;
  width: auto;
}

@media screen and (max-width: 991px) {
  .cta-our-brand {
    background-position: 1.5rem 65%;
    background-size: 75%;
    background-attachment: scroll;
  }

  .channel-arrow {
    height: 24px;
  }
}
