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

.look-book .container {
  padding: 0;
  position: relative;

}

.carousel-nav {
    overflow: hidden;
    display: flex;
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    top:0;
    right: 0;
    left: 0;
    z-index: 2;
    text-transform: capitalize;
  }

  .carousel-nav img {
    display: block;
    /* max-width: 200px; */
  }

  .carousel-nav-links {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    /* height: 300px; */
    padding: 0 20px;
  }

  .carousel-nav-link {
    color: var(--dark-background);
    text-decoration: none;
    margin: 10px 20px;
    padding: 0.5em 1em;
    cursor: pointer;
    font-size: 1rem;
    transition: color 0.3s ease, border 0.3s ease;
    transition: 500ms;
    display: block;
    /* opacity: .5; */

  }

  .carousel-nav-link.selected {
    opacity: 1;
    color: var(--highlight-color);
  }

    .nav-border {
    border-bottom: 2px solid transparent; /* Initial border */
    transition:  0.5s ease; /* Transition effect */
    }

    

  ::selection {
    background: #5AE98B;
  }

  img {
      -webkit-user-select: none; /* Safari */
      -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* IE 10+ */
      user-select: none; /* Standard syntax */
  }

  #wolf-logo {
    width: 250px;
    margin: 40px 20px;
  }

  

  #carousel-container {
    overflow: hidden;
    position: relative;
    padding-left: 22.5%;
    max-width: 100%;
    
  }

  .carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 665px;
    position: relative;
    margin-top: 35px;
    /* overflow: hidden; */

  }

  .scroll-to-top-button {
    border-radius: 8px;
    margin: 0 25px;
    text-transform: uppercase;
    display: none;
  }

  .card.selected .scroll-to-top-button {
    display: block;
  }

  .scroll-to-top-button:hover {
    cursor: pointer;
  }

  .card {
    min-width: 70%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: scale(.95);
    transition: transform 500ms;
    opacity: .6;
    transform-origin: center;
    padding-top: 10px;

  }

  .carousel-curve {
    position: absolute;
    top: 125px;
    right: -23px;
    z-index: 2;
    height: 500px;
    width: 210px;
    pointer-events: none;
    /* border: 3px solid pink; */
  }

  .carousel-curve.left {
    left: -51px;
  }
  .card img:hover {
    cursor: pointer;
  }

  .fade-in {
    opacity: 0; /* Initial opacity set to 0 */
    transition: opacity 1ms ease-in-out;
  }

  .card img:hover {
      cursor: pointer;
  }

  .card.selected {
    opacity: 1;
    align-items: center;
    transition: transform 500ms;
    transform: scale(1.06);
    padding-top: 10px;
  }

  

  .card.selected img {
      width: 95%;
    padding: 0;
    /* box-shadow: 0 0 5px 3px rgba(0, 0, 0, .1); */
  }

  .card:first-of-type {
      margin-left: 0;
  }

  .card .card-image {
    width: 95%;
    /* border: 1px solid #cbcbcb; */
    border-radius: 6px;
    margin: 1px;
    margin-bottom: 10px;
    /* : transform 500ms; */
    box-shadow: 0;
    margin: 0 auto;
    /* min-height: 660px; */
    /* pointer-events: none; */
  }

  .card.selected .card-image {
    margin-bottom: 0px;
  }

  .card-desc {
      display: flex;
      text-transform: uppercase;
      margin-bottom: 30px;
      width: 100%;
      margin-top: 10px;
      margin-left: 40px;
      text-align: center;
  }

  .card-desc:hover {
    cursor: pointer;
  }


  .card .card-image:hover {
    cursor: pointer;
  }

 

  .card.selected .card-desc {
    margin: auto;
    font-size: 22px;
    margin: 20px 0;
    justify-content: center;
  }

  .card.selected .card-desc:hover {
    cursor: default;
  }

  .card .card-desc h3:first-of-type {
    display: none;
    margin-right: 15px;
}

  .card.selected .card-desc h3:first-of-type {
      display: inline-block;
  }

  .card.selected.card-desc h3 {
    margin-top: 30px;

    text-align: left;
}

  .card-desc h3 {
      font-weight: 400;
      margin: 0;
      text-align: center;
      color: var(--dark-background);
  }

  .card.left-side .card-desc {
    justify-content: right;
    margin-left:0;
    margin-right: 25px;
  }

  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }

  .indicator {
    width: 15px;
    height: 15px;
    background-color: var(--secondary-background);
    /* border-radius: 50%; */
    margin: 5px;
    cursor: pointer;
    transition: 500ms;
  }

  .indicator.active {
    width: 45px;
  }

  .arrow {
    width: 35px;
    color: pink;
  }

  .arrow-left {
    margin-right: 1vw;
  }

  .arrow-right {
    margin-left: 1vw;
  }

  .card .arrow-left {
    display: none;
  }

  .card.selected .arrow {
    display: none;
    animation: fadeIn 0.5s ease-in-out;

  }

  .card.left-side .arrow-right {
    display: none;
    animation: fadeIn 0.5s ease-in-out;

  }

  .card.left-side .arrow-left {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
  }

  video {
  display: block;
}

.video-cont {
  width: 95%;
  border-radius: .5vw;
  border: .1vw solid #5AE98B;
  margin: 1.1vw;
  box-shadow: 0;
  margin-top: 5vw;
  overflow: hidden;
}

.card .card-video {
  width: 100%; /* Make the video element as wide as its container */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Ensure it takes up the full width */
}

.slide-container {
  position: relative;
}

.vid-border {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.vid-border video {
  z-index: 1;
  border: .3vw #0e0e0e solid;
  overflow: hidden;
  border-radius: 1.5vw;
  box-shadow: 0 0 3vw -.2vw rgba(0, 0, 0, 1);
}

#collect-vid {
  position:absolute;
  top: 25%;
  left: 8%;
  width: 24%;
  z-index: 1;
  border: .3vw #0e0e0e solid;
  overflow: hidden;
  border-radius: 1.8vw;
  box-shadow: 0 0 3vw -.2vw rgba(0, 0, 0, 1);
}

#flex-desktop-vid {
  position:absolute;
  top: 23%;
  left: 0%;
  width: 64%;
}

#flex-mobile-vid {
  position:absolute;
  top: 23%;
  left: 68%;
  width: 24%;
}

#food-profile-vid {
  position:absolute;
  top: 32%;
  left: 31%;
  width: 64%;
}

#food-profile-mobile-vid {
  position:absolute;
  top: 25%;
  left: 8%;
  width: 24%;
}

#ordering-vid {
  position:absolute;
  top: 32%;
  left: 7%;
  width: 64%;
}

#ordering-mobile-vid {
  position:absolute;
  top: 25%;
  left: 75%;
  width: 24%;
}



/* card info container */

.curve-cont {
  overflow: hidden;
}
.curve {
  display: block;
  margin-top:2vw;
  /* animation: fadeIn 0.4s ease-in-out; */
  
}

#card-info-container {
  display: block; /* Initially hide all card info content */
  /* color: white; */
  /* margin-top: 3vw; */
  padding: 40px;
  padding-bottom: 150px;
  /* padding-top:0; */
  background-color: white;
  /* animation: fadeIn 0.5s ease-in-out; */
  font-size: 24px;

}

#card-info-container h2 {
  font-size: 44px;
  margin-top:0;
  text-transform: uppercase;
  /* text-align: center; */
}

#card-info-container h3 {
  font-size: 24px;
  text-transform: uppercase;
  /* text-align: center; */
}

.card-info-container p {
  max-width: 800px;
}

.card-info-container:last-child {
  margin-bottom: 60px;
}


.card-info {
  display: none; /* Hide individual card info content */
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  animation: fadeIn 0.5s ease-in-out;
}

.flex-container {
  display: flex;
  /* margin-bottom: 20px; */
}

.flex-container:first-of-type {
  margin-top: 60px;
}

.flex-item {
  flex: 1;
  padding-right: 40px;
  /* border: 1px solid #ccc; */
}

.flex-item p {
  font-size: 20px;
}

.flex-item ul {
  font-size: 18px;
  list-style: none;
  padding: 0;
}



#back-to-top {
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  text-transform: uppercase;
  font-size: 18px;
}

#back-to-top:hover {
  cursor: pointer;
}








@media screen and (max-width: 1512px) {

  .carousel {
    height: 44vw !important;
  }

  .carousel-nav {
    /* max-width: 100%; */
  }

  .card.selected .card-desc {
    margin: 1.5vw 0;
  }

  .card.selected .card-desc h3 {
    font-size: 1.6vw;

  }
  .card-desc h3 {
    font-size: 1.2vw;
}

.indicator {
  width: .75vw;
  height: .75vw;
  margin: 0 .3vw;
}

}


@media screen and (max-width: 1024px) {

  .carousel {
    height: 93.4vw !important;
  }

  .nav-link {
    display: block;
    margin-bottom: 10px;
  }

  .carousel-nav {
    max-width: 100%;
  }

  .carousel-nav-link {
    max-width: 800px;
    padding: 0.2em .5em;

  }
  .carousel-curve {
    display: none;
  }
  
  .card {
    min-width: 75vw;
    /* height: 80vw; */
  }

  .card {
    z-index: 2;
  }

  .card.selected  {
    transform: scale(1.02);
  }

 
  #carousel-container {
    padding-left: 12.5vw;
    margin-top: 10px;

  }
  #carousel {
    height: 130vw;
  }

  .flex-container {
    flex-direction: column;
  }

  .card-desc  {
    display: none;
    margin: 0;
}
.card-desc h3 {
  font-size: 3.5vw;
}

.card.selected .card-desc {
  display:block;
  margin-top: 10px;
}

.card.selected .card-desc h3 {
  font-size: 3vw;

}

#card-info-container  {
  padding: 45px 20px;
}

#card-info-container h2 {
  /* font-size: 24px; */
  /* text-align: center; */
}

.carousel-indicators {
  margin: 0;
  padding: 0;
}

.indicator {
  width: 1.8vw;
  height: 1.8vw;
  margin: 0 1vw;
}

.indicator.active {
  width: 4.5vw;
}

.curve {
  margin-top: 6vw;
  width: 130%;
  transform: translateX(-10%);
}

.flex-item {
padding:0;
}

.flex-item h3 {
  margin-bottom: 8px;
}

.footer-logo {
  right: 50%;
  transform: translate(50%, 50%);
}

.footer-logo img {
  width: 300px;
}
}



@media screen and (max-width: 750px) {

  #intro-carousel-nav {
    display:none;
  }

  .carousel {
    height: 140vw !important;
    margin-top: 10px;

  }

  .card.selected .card-desc h3 {
    font-size: 5vw;
  
  }

  .carousel-nav {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .carousel-nav-link {
    padding: 0px;
    margin: 7px 10px;
  }
  
}