.industries-hero
  display: flex
  height: 550px
  background: black
  @include phone
    flex-direction: column-reverse
    height: 100vh

.industries-container
  max-width: 1600px
  margin: 0 auto
  @include desktop-ls
    border-left: 1px solid rgb(175, 175, 175)
    border-right: 1px solid rgb(175, 175, 175)

.industries-left, .industries-right
  flex: 1

.industries-hero-text
  @include phone
    padding: 3rem
  color: white
  display: flex
  flex-direction: column
  padding: 5rem
  gap: 2rem

  span
    font-size: 0.8rem
    font-weight: 300
    letter-spacing: 1rem

  h1
    @include phone
      font-size: 2rem
    font-size: 2.2rem

  h2
    font-weight: 300
    font-size: 1rem

.industries-hero .industries-right
  background-size: cover !important
  background-position: center !important

.scroll-down
  display: flex
  justify-content: center
  align-items: center

  span
    &:nth-child(2)
      animation-delay: -0.2s

    &:nth-child(3)
      animation-delay: -0.4s

    display: block
    width: 10px
    height: 10px
    border-bottom: 1px solid #fff
    border-right: 1px solid #fff
    transform: rotate(45deg)
    margin: -5px
    animation: animate 2s infinite

@keyframes animate
  0%
    opacity: 0
    transform: rotate(45deg) translate(-10px, -10px)

  50%
    opacity: 1

  100%
    opacity: 0
    transform: rotate(45deg) translate(10px, 10px)

.industries-ingredient
  @include phone
    padding: 3rem 1rem
  display: flex
  flex-direction: column
  justify-content: center
  align-items: center
  gap: 3rem
  padding: 3rem 0

  img
    width: 70%
    box-shadow: 0px 15px 10px -15px #111

.industries-ingredient-text
  display: flex
  flex-direction: column
  align-items: center
  justify-content: center
  text-align: center
  max-width: 35rem

  p
    font-weight: 300

.industries-feature-container
  margin: 0 auto
  max-width: 1100px
  display: flex
  @include phone
    flex-direction: column

.industries-feature-container2
  margin: 0 auto
  max-width: 1100px
  display: flex
  flex-direction: column

.industries-feature-picture img
  width: 100%
  height: 100%
  object-fit: cover
  border-radius: 15px

.industries-feature-container
  .industries-left, .industries-right
    display: flex
    flex-direction: column
    padding: 1rem

.industries-feature-text
  padding: 1rem 0

.industries-feature-picture
  flex: 1
  border-radius: 20px
  width: 100%
  max-height: 330px

.industries-feature-text p
  font-weight: 300

.industries-feature-2 .industries-feature-container2
  padding: 3rem 1rem

  img
    max-height: 350px
    width: 100%
    object-fit: cover
    object-position: bottom
    border-radius: 15px

.industries-feature2-container
  display: flex

.intro-video-background
  background: linear-gradient(to top, #00000080, #00000016), url('https://altametrics.com/assets/gif/jebediah.gif')
  background-position: center
  background-size: cover
  display: flex
  justify-content: center
  align-items: center

.play-button
  border-radius: 50%
  width: 5rem
  height: 5rem
  font-size: 2rem
  background: #006aff
  color: white
  display: flex
  justify-content: center
  align-items: center
  cursor: pointer
  transition: .2s linear all
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1))
  background-position: 0 -100%
  background-repeat: repeat-x

  &:hover
    opacity: 0.7

.industries-needs
  @include phone
    flex-direction: column-reverse
    gap: 3rem
  display: flex
  position: relative
  padding: 5rem 0
  align-items: center

.industries-needs-container
  margin: 0 auto
  max-width: 1100px
  display: flex

  .industries-left
    @include phone
      padding-right: unset
      padding: 1rem
    padding-right: 10rem
    display: flex
    flex-direction: column
    gap: 2rem
  
  .industries-right
    @include phone
      flex: 0

.industries-needs img
  @include phone
    position: relative
    width: 100%
    right: unset
  position: absolute
  right: 0
  width: 60%

.industries-needs-item
  padding-right: 3rem
  display: flex
  flex-direction: column

  svg
    width: 50px
    height: 50px

  h2
    font-weight: 600
    margin-bottom: 0

  p
    font-weight: 300
    margin: 0

.industries-slider
  padding-bottom: 5rem 

.industries-slider h1
  text-align: center

.industries-bg
  background: white !important

.marquee
  width: 80%
  height: 100%
  background-color: white
  color: #eee
  overflow: hidden
  position: relative
  margin: 3rem auto

  &:before, &:after
    position: absolute
    top: 0
    width: 10rem
    height: 100%
    content: ""
    z-index: 1

  &:before
    left: 0
    background: linear-gradient(to right, #ffffff 0%, transparent 100%)

  &:after
    right: 0
    background: linear-gradient(to left, #ffffff 0%, transparent 100%)

.marquee-content
  @include phone
    gap: none
  list-style: none
  height: 100%
  display: flex
  animation: scrolling 100s linear infinite
  gap: 3rem

  li
    display: flex
    justify-content: center
    align-items: center
    flex-shrink: 0
    max-height: 100%
    white-space: nowrap

    img
      @include phone
        width: 75%
      width: 100%
      border-radius: 15px

@keyframes scrolling
  0%
    transform: translateX(0)

  100%
    transform: translateX(calc(-1 * 16vw * 11))

.industries-form
  @include phone
    flex-direction: column
  display: flex
  background: black
  .industries-left
    @include phone
      padding: 2rem
    padding: 5rem
    color: white
    position: relative
    svg
      width: 1.5rem
      height: auto
      margin-right: 0.5rem
  .industries-right
    position: relative
    .industries-schedule
      @include phone
        position: relative
        left: unset
      position: absolute
      bottom: 0
      left: -10%

.industries-pointer
  @include phone
    display: none
  transform: rotate(-90deg)
  position: absolute
  right: 20%
  top: 10%

.industries-arrow
  position: relative
  margin: 0 auto
  width: 100px

  .industries-curve
    border: 2px solid white
    border-color: transparent transparent transparent white
    height: 360px
    width: 1200px
    border-radius: 230px 0 0 150px

  .industries-point
    position: absolute
    left: 40px
    top: 315px

    &:before, &:after
      border: 1px solid white
      height: 25px
      content: ""
      position: absolute

    &:before
      top: -11px
      left: -11px
      transform: rotate(-74deg)
      -webkit-transform: rotate(-74deg)
      -moz-transform: rotate(-74deg)
      -ms-transform: rotate(-74deg)

    &:after
      top: -20px
      left: 5px
      transform: rotate(12deg)
      -webkit-transform: rotate(12deg)
      -moz-transform: rotate(12deg)
      -ms-transform: rotate(12deg)


.industries-list
  display: flex
  flex-direction: column
  gap: 3rem
  padding: 4rem 10rem
  @include phone
    padding: 4rem 2rem
  @include tablet
    padding: 4rem 2rem

.industries-list-container
  display: grid
  grid-template-columns: repeat(3, 1fr)
  gap: 3rem
  @include phone
    display: flex
    flex-direction: column
  @include tablet
    display: flex
    flex-direction: column

.industries-item-image
  width: 100%
  height: 180px
  border-radius: 15px

  img
    width: 100%
    height: 100%
    border-radius: 15px
    object-fit: cover

.industries-list-item
  a
    color: #006aff
    cursor: pointer

  span
    margin: 0

  p
    margin: 1rem 0

