* {
    padding: 0;
    margin: 0;
}

body {
  width: 100%;
  background: #FFFADA;
}

html, body { 
  overflow-x: hidden; 
}

header {
  background-image: url(Assets/Brownbg.jpg);
  min-height: 174px;;
}

ul {
  text-decoration: none;
  display: flex;
  gap: 67px;
  align-items: center;
  justify-content: center;
}

li {
  list-style-type: none;
}

li a {
  color: #F09797;
  font-family: 'Figtree';
  font-size: clamp(19px, 1.9vw, 24px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

li a:hover {
  color: #FFFADA;
}

.section_1 {
  width: 100%;
  height: 90vh;
  border-radius: 50px 50px 0 0;
  background: #FFFADA;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
  margin-top: -50px;
  padding-top: 40px;
  box-sizing: border-box;
  position: relative;
  justify-content: space-between;
}

.section_1 h1 {
  color: #221816;
  font-family: "Wosker Demo";
  font-size: 8vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  z-index: 99;
}

.heroimage {
  position: absolute;
  top: 88px;
  z-index: 99;
  width: 50%;
  min-width: 700px;
}

button {
  border-radius: 32.662px;
  border: none;
  background: #FFFADA;
  box-shadow: 0 3.381px 4.226px 1.691px rgba(0, 0, 0, 0.43);
  backdrop-filter: blur(40.10931396484375px);
  display: flex;
  padding: 16px 47px;
  color: #221816;
  text-align: center;
  font-family: 'Figtree';
  font-size: 20.287px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  transition: all 300ms ease-in-out;
  margin-top: 5%;
}

button:hover {
  background-color: #221816;
  color: #FFFADA;
}

.sec1_green {
  background: #ABCD77;
  width: 100%;
  height: 40vh;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll_wrapper {
  width: 100%;
  height: 61px;
  overflow: hidden;
  position: relative;
  background: #F09797;
  display: flex;
}

.scroll {
  overflow: clip;
}

.scroll_track {
  display: flex;
  width: max-content;
  animation: scroller 12s linear infinite;
}

.scroll_track p {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0 24px;
  color: #fff;
  font-family: 'Figtree';
  font-weight: 700;
  font-size: 24px;
  line-height: 61px;
}

@keyframes scroller {
  to { 
    transform: translateX(-50%); 
  }
}

.herostar {
  width: 18%;
  max-width: 289px;
  position: absolute;
  top: 247.5px;
  right: 29px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 1s ease-in-out;
}

.herostar2 {
  width: 18%;
  max-width: 289px;
  position: absolute;
  top: 300px;
  left: 0;
  opacity: 0;
  transform: scale(0.8);
  transition: all 1s ease-in-out;
}

.herostar.show, .herostar2.show {
  opacity: 1;
  transform: scale(1);
}

.section_2 {
  background-image: url(Assets/Brownbg.jpg);
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding: 15.047px 0 14.433px 0;
  box-sizing: border-box;
}

.section_2 h2 {
  color: #FFFADA;
  text-align: center;
  font-family: "Wosker Demo";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 2;
  z-index: 99;
}

.section_2 p {
  color: #FFFADA;
  text-align: center;
  font-family: 'Figtree';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 99;
}

.sec2_images{
  position: relative;
  width: 80%;                       
  min-height: clamp(260px, 32vw, 440px);  
  margin: 0 auto;
  top: 40px;
}

.sec2_img1, .sec2_img2, .sec2_img3, .sec2_img4 {
  position: absolute;
  height: auto;
  display: block;
  transition: all 300ms ease-in-out;
}

.sec2_img1 { 
  left: 3vw;  z-index: 1; 
}

.sec2_img2 { 
  left: 20vw; z-index: 2; 
}

.sec2_img3 { 
  left: 38vw; z-index: 4; 
}

.sec2_img4 { 
  left: 56vw; z-index: 3; 
}

.section_2:hover .sec2_img1, .section_2:hover .sec2_img3 {
  transform: rotate(15deg);
}

.section_2:hover .sec2_img2, .section_2:hover .sec2_img4 {
  transform: rotate(-15deg);
}

.paperclip {
  position: absolute;
  top: 27%;
  right: 13%;
  z-index: 99;
  width: clamp(20px, 5.5vw, 40px);
  min-width: 20px;
}

.paperclip2 {
  position: absolute;
  top: 85%;
  left: 14%;
  z-index: 99;
  width: clamp(20px, 5.5vw, 40px);
  min-width: 20px;
}

.star {
  max-width: 268px;
  position: absolute;
  right: 0;
  width: 20%;
}

.asterisk {
  max-width: 160px;
  position: absolute;
  width: 20%;
  top: 100px;
}

.section_3 {
  height: auto;
  width: 100%;
  padding: 70px 0;
  box-sizing: border-box;
  position: relative;
}

.sec3_top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.sec3_titles {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_3 h2 {
  color: #221816;
  text-align: center;
  font-family: "Wosker Demo";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section_3 p {
  color: #221816;
  text-align: center;
  font-family: 'Figtree';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.warm1, .warm2 {
  position: absolute;
  top: 38%;
  z-index: 0;
  width: 20vw;
  min-width: 160px;
  max-width: 260px;
}

.warm1 { 
  left: 0; 
}

.warm2 { 
  right: 0; transform: scaleX(-1); 
}

.buttons {
  display: flex;
  gap: 35px;
  justify-content: center;
  margin: 60px auto 0;
}

.buttons img {
  max-width: 48px;
  max-height: 48px;
}

.buttons img.is-disabled { 
  opacity: 0.35; 
}

.drinks_viewport {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1; 
}

.drinks_track {
  display: flex;
  align-items: flex-end;
  transition: transform 400ms ease;
}

.drink_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 0 6px 0;
  box-sizing: border-box;
  min-width: calc(100% / 3);
}

.drink_card img {
  width: clamp(180px, 25vw, 260px);
  height: auto;
  position: relative;
  z-index: 2;
}

.drink_label {
  display: flex;
  padding: 15px 20px;
  border-radius: 22px;
  background: #221816;
}

.drink_label p {
  color: #FFF;
  text-align: center;
  font-family: 'Figtree';
  font-size: 18.248px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.section_4 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 30px;
  overflow: hidden;
  margin-top: 40px;
}

.sec4_titles {
  display: flex;
  flex-direction: column;
}

.sec4_titles h2 {
  color: #ABCD77;
  text-align: center;
  font-family: "Wosker Demo";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sec4_titles p {
  color: #221816;
  text-align: center;
  font-family: 'Figtree';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
} 

.filmstrip_container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0;
  height: fit-content;
  min-height: 380px;
}

.filmtape_bg {
  position: absolute;
  width: 100%;
  min-height: 380px;
  z-index: 1;
}

.filmstrip_viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.filmstrip_track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 35vw);
  gap: 20px;
  scroll-snap-type: x mandatory;
  padding: 0;
  position: relative;
  z-index: 2;
}

.film_item {
  position: relative;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #221816;
  padding: 0 8px;
  height: auto;
}

.film_item video {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.filmstrip_viewport { 
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}

.filmstrip_viewport::-webkit-scrollbar { 
  display: none; 
}

.section_5 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.sec5_titles {
  margin: 40px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sec5_titles h2 {
  color: #E88D5D;
  text-align: center;
  font-family: "Wosker Demo";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.sec5_titles p {
  color: #333333;
  text-align: center;
  font-family: 'Figtree';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  max-width: 600px;
}

.sec5_inside {
  background: #A7D18B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 80vh;
  width: 100%;
  padding: 60px 20px;
}

.orange_strip {
  background: #E88D5D;
  width: 100%;
  height: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
}

.orange_strip img {
  width: 28%;
  height: auto;
  position: absolute;
}

.orange_strip_img2 {
  right: 0;
}

.orange_strip_img1 {
  left: 0;
}

.testimonials {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
}

.sec5_testm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 600px;
  min-height: 100%;
}

.testimonial_content {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: opacity 0.5s ease-in-out;
}

.testimonial_content.active {
  display: flex;
}

.sec5_profile {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid white;
  object-fit: cover;
  margin-bottom: 20px;
}

.quotes_icon {
  width: 10%;
  height: auto;
  margin-bottom: 20px;
}

.testimonial_text {
  color: #333333;
  text-align: center;
  font-family: 'Figtree';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 400px;
}

.star_rating {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
}

.testimonial_author {
  color: #333333;
  text-align: center;
  font-family: 'Figtree';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dot_indicator {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 50px;
  z-index: 20;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #333333;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.dot:not(.active) {
  opacity: 0.3;
}

.dot.active {
  opacity: 1;
}

.sec5_pink_star_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.sec5_pink_asterisk_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: auto;
  z-index: 1;
}

.section_6 {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}

.sec6_star {
  position: absolute;
  top: 30px;
  width: 20%;
}

.sec6_group {
  display: flex;
  width: 90vw;
  justify-self: right;
  justify-content: space-between;
  margin-right: -70px;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.sec6_group2 {
  display: flex;
  width: 90vw;
  justify-self: left;
  justify-content: space-between;
  margin-left: -70px;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.location {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.location a  {
  color: #221816;
  text-align: center;
  font-family: 'Figtree';
  font-size: clamp(13px, 3.06px + 2.26vw, 32px);  
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.location img {
  max-width: 75.6px;
}

.sec6_arrow {
   transform: scaleX(-1)
}

footer {
  background: #221816;
  display: flex;
  width: 100%;
  height: 60vh;
  padding: 140px 111px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 70px;
  flex-direction: column;
}

.footer_up {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer_up_left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer_up_left p {
  color: #FFF;
  font-family: 'Figtree';
  font-size: 16.9px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.928px;
}

.footer_up_right {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer_up_right p {
  color: #FFF;
  text-align: right;
  font-family: 'Figtree';
  font-size: 15.022px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.51px; 
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer_bottom p {
  color: #FFF;
  text-align: right;
  font-family: 'Figtree';
  font-size: 13.145px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.092px; 
}




@media (max-width: 440px){

  nav ul { display: flex; }
  nav ul li { display: none; }
  nav ul li:nth-child(4) { display: block; }

  .section_1 h1 { 
    font-size: 12vw; 
  }

  .heroimage { 
    width: clamp(300px, 70vw, 450px); 
    z-index: 100;
  }

  .section_1 { 
    height: 70vh; padding-top: 20px; 
  }
  
  .sec3_top { 
    grid-template-columns: 1fr; row-gap: 16px; 
  }

  .buttons { 
    justify-content: center; 
    margin-top: 14px;
  }

  .drink_card { 
    gap: 12px; 
    padding-top: 10px; 
  }

  .drink_label p { 
    font-size: 16px; 
  }

  .warm1, .warm2 { 
    display: none; 
  }

  .drinks_viewport { 
    width: 100%; 
    padding: 0 10px;
    margin: 20px auto 0 auto;
  }

  .section_3 {
    padding: 40px 0;
  }

  .sec3_top {
    width: 95%;
    margin: 0 auto;
    padding: 0 10px;
  }

  .buttons {
    margin: 20px auto 0;
    gap: 15px;
  }

  .buttons img {
    width: clamp(30px, 6vw, 40px);
    height: auto;
  }

  .drink_card {
    gap: 8px;
    padding: 8px 0 4px 0;
  }

  .drink_card img {
    width: clamp(140px, 35vw, 200px);
  }

  .drink_label {
    padding: 10px 15px;
  }

  .drink_label p {
    font-size: 14px;
  }

  .section_3 h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .section_3 p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sec3_titles {
    text-align: center;
    padding: 0 10px;
  }

  .drinks_track {
    gap: 5px;
  }

  .drink_card {
    min-width: calc(100% / 2);
    max-width: calc(100% / 2);
  }

  .buttons img {
    min-width: 30px;
    min-height: 30px;
  }
  
  .filmstrip_track { 
    grid-auto-columns: minmax(240px, 90vw); 
    gap: 16px; 
    padding: 0 16px; 
  }
  
  .filmtape_bg {
    min-height: 300px;
  }
  
  .film_item video {
    height: 180px;
  }

  .filmstrip_container {
    padding: 20px 0;
    min-height: 300px;
  }

  .section_4 { 
    padding: 30px 0; 
    margin-top: 30px;
  }

  .sec4_titles h2 { 
    font-size: 32px; 
  }
  .sec4_titles p { 
    font-size: 20px;
  }
  
  .scroll_track p { 
    font-size: 20px; 
  }

  .section_2 h2 { 
    font-size: 32px; 
  }

  .section_2 p { 
    font-size: 20px; 
  }
  
  .section_3 h2 { 
    font-size: 32px; 
  }

  .section_3 p { 
    font-size: 20px; 
  }

  .sec5_titles h2 {
    font-size: 32px;
  }

  .sec5_titles p {
    font-size: 16px;
  }

  .testimonial_text {
    font-size: 16px;
  }

  .sec5_profile {
    width: 70px;
    height: 70px;
  }

  .sec5_pink_star_top, .sec5_pink_asterisk_bottom {
    width: 150px;
  }
  
  .sec5_testm {
    width: 90%;
    height: 105%;
    max-width: 400px;
  }

  .section_6 img[src*='Asterisk'] { max-width: 80vw; }
}


@media (max-width: 700px) {
  .section_1 h1 { 
    font-size: 11vw; 
  }

  .drinks_viewport { 
    width: 100%; 
  }

}


@media (max-width: 900px){

  nav ul {
    display: flex;
    gap: 0;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    justify-self: center;
  }

  nav ul li { 
    display: none; 
  
  }
  nav ul li:nth-child(4) { 
    display: block; 
  }
  
  nav ul::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('Assets/burgermenu.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-right: 20px;
  }

  .section_1 h1 { 
     font-size: 9vw;  
  }

  .section_1 {
    width: 100%;
    height: 70vh;
  }

  button {
    margin-top: 25%;
  }

  .heroimage { 
    width: 70%; 
    min-width: 400px;
    z-index: 100;
  }
  
  .sec1_green {
    z-index: 0;
    height: 50vh;
  }

  .herostar {
    z-index: 999;
  }
  
  .herostar2 {
    z-index: 999;
  }
  
  .herostar.show, .herostar2.show {
    opacity: 1;
    transform: scale(1);
  }
  
  
  .sec2_images{
    min-height: auto;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 8px 16px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .sec2_images::-webkit-scrollbar {
    display: none;
  }

  .sec2_img1, .sec2_img2, .sec2_img3, .sec2_img4 {
    position: static;            
    width: 60%;                  
    min-width: 260px;
    height: auto;
    flex: 0 0 auto;
    transform: none;             
    scroll-snap-align: center;
  }

  .drink_card { 
    min-width: calc(100% / 2); 
  }

  .drinks_viewport { 
    width: 70%; 
  }

  .warm1, .warm2 { 
    width: 26vw; top: 44%; 
  }

  .filmstrip_container {
    overflow: hidden;
    width: 200%;
  }

  .filmtape_bg {
    flex-shrink: 0;
  }

  .filmstrip_track { 
    grid-auto-columns: minmax(240px, 80vw); 
    padding: 0;
  }
  
  .section_4 { 
    padding: 50px 0; 
  }

  .sec5_titles {
    padding: 30px 20px 20px 20px;
  }

  .sec5_titles h2 {
    font-size: 36px;
  }

  .sec5_titles p {
    font-size: 17px;
  }

  .testimonials {
    max-width: 500px;
    width: 90%;
  }
  
  .sec5_testm {
    width: 95%;
    height: auto;
    max-width: 500px;
    min-height: 100%;
  }
  
  .dot_indicator {
    margin-top: 40px;
  }

  .testimonial_text {
    font-size: 17px;
    max-width: 350px;
  }

  .sec5_pink_star_top, .sec5_pink_asterisk_bottom {
    width: 180px;
  }
  
  .sec5_inside {
    min-height: 70vh;
    padding: 40px auto;
    justify-self: center;
    align-self: center;
  }

  .orange_strip {
    height: 30%;
  }


  .sec6_group {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    flex-direction: column;
    gap: 16px;
  }

  .sec6_group2 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    flex-direction: column;
    gap: 16px;
  }

  .section_6 img[src$='arrow.svg'] {
     display: none; 
  }

  .section_6 img[src*='Asterisk'] { 
    max-width: 60vw; height: auto; order: 1; 
  }

  .section_6 .location { 
    order: 2; margin-top: 8px; 
  }

  footer { height: auto; padding: 60px 24px; gap: 40px; }
  .footer_up { flex-direction: column; align-items: center; gap: 20px; }
  .footer_up_right p { text-align: center; }
  .footer_bottom { flex-direction: column; align-items: center; gap: 8px; }
}

