
body::-webkit-scrollbar {
    display: none;
  }
  
  body{
  overflow-x:hidden;
  font-family: 'Exo 2', sans-serif;
  }
  
  
  
  /*/////////////////////////////////////////////////////////////////*/
  /* Thin Scrollbar */
  :root{
    scrollbar-color: #000000 rgb(0, 16, 51), !important;
    scrollbar-width: thin !important;
  }
  
  ::-webkit-scrollbar-corner {
      background: #999999;
  }
  
  
  /*
  
   find it on html: <!--later maybe            <button class="btn1">Contact Us</button>  -->
  
  .btn1{
  outline:none;
  padding:10px 20px;
  border-radius:20px;
  color:#fff;
  transition:0.5s;
  width:150px;
  background:#70412e;
  border:1px solid #70412e;
  box-shadow:0px 1px 1px 0px #000;
  }
  
  .btn1:hover{
  background:transparent;
  border:1px solid #fff;
  box-shadow:0px 0px 0px 0px #fff;
  }
  */
  
  
  
  
  
  /*/////////////////////////////////////////////////////////////////*/
  /*CAROUSEL*/
  #myCarousel h1{
  position:absolute;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content: center;
  top:30%;
  font-family: 'Pirata One';
  color:#fff;
  font-size: 100px;
  
  }
  
  #myCarousel .sub-title,#myCarousel .btn1{
  color:#fff;
  position:absolute;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content: center;
  top:30%;
  }
  
  #myCarousel .btn1{
  position:absolute;
  top:50%;
  left:45%;
  }
  
  @media (max-width:600px){
  #myCarousel .btn1{
  position:absolute;
  left:30%;
  top:55%;
  }
  .carousel-inner{
  max-height:70vh;
  width:100%;
  }
  #myCarousel img{
  height:70vh;
  width:100%;
  }
  }
  
  @keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
  }
  .carousel-inner .item > img {
  -webkit-animation: zoom 10s;
  animation: zoom 10s;
  }
  
  
  /*/////////////////////////////////////////////////////////////////*/
  /*SECTION1*/
  .container {
      width: 95%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .section1 {
      display: flex;
      overflow-x: auto;
      gap: 20px;
      padding: 30px 0; 
      scroll-behavior: smooth;
      scrollbar-width: none;
    }
    
    .section1::-webkit-scrollbar {
      display: none;
    }
    
    .section1 .card {
      flex: 0 0 auto;
      width: 200px;
      height: 150px;
      padding: 20px;
      text-align: center;
      font-family: 'Yeon Sung', cursive;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 6px 16px -6px rgba(0, 0, 0, 0.4);
    }
    
    .section1 .card img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      pointer-events: none;
    }
    
    /* Responsive: Mobile */
    @media (max-width: 600px) {
      .section1 {
        height: auto;
      }
    
      .section1 .card {
        min-width: 300px;
      }
    }
  
    
  
  /* SECTION2 */
  .flex-row {
  background: linear-gradient(#ffffff, #FFBBE5);
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: auto;
  min-height: 70vh; /* Ensures image can fill vertical space */
}
  
  .image-box {
  flex: 1;
  display: flex;
  align-items: stretch;
  }



  /* makes text and image half and half:
  .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  }

  below it delete to use this:
  */
  
  .image-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;
}



  .text-box {
  flex: 1;
  padding: 60px;
  color: rgb(0, 0, 0);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;

  }
  
  .text-box h2 {
  font-family: 'Righteous';
  font-weight: 700; /* Bold */
  font-size: 6rem;
  margin: 0 0 20px;
   text-shadow:
   2px 2px 0 #ffb5e0,
   4px 4px 8px rgba(0,0,0,0.3);
  }

  
  .text-box em {
  font-family: 'Righteous';
  font-style: normal;
  font-size: 6rem;
  color: #ff2c8e;
  text-transform: none !important; 
  text-shadow:
    1px 1px 0 #fff,
    2px 2px 0 #ffb5e0,
    4px 4px 8px rgba(0,0,0,0.3);
}
  .text-box p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 2rem;
  color: #000;
  }
  
  /* Responsive fix for mobile */
  @media (max-width: 768px) {
  .flex-row {
    flex-direction: column;
    min-height: auto;
  }
  
  .image-box,
  .text-box {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
    text-align: center;
  }
  
  .image-box img {
    height: auto;
  }
  
  .text-box h2 {
    font-size: 2.5rem;
  }
  
  .text-box em {
    font-size: 4rem;
  }
  
  .text-box p {
    font-size: 1.2rem;
  }
  }
  
  
  /*SECTION5*/
  .section5 {
    width: 100%;
    margin-top: 5%;
    padding: 0 20px;

  }
  
  .section5 h3 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  
  /* Optional: If you have FAQ images in a list */
  .section5 ul li img {
    width: 500px;
    height: 320px;
    padding-right: 20px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .section5 ul li b {
    text-align: right;
  }
  
  /* FAQ container */
  .accordation {
    width: 90%;
    max-width: 900px;
    overflow: visible;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin: 0 auto;
  }
  
  /* Panel (FAQ) styles */
  .panel-group {
    margin-bottom: 0;
  }
  
  .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    border: 1px solid #ddd;
  }
  
  .panel-group .panel .panel-heading {
    padding: 0;
  }
  
  .panel-group .panel .panel-heading h4 a {
    background: #f8f8f8;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 18px;
    text-decoration: none;
    transition: background 0.15s ease-in-out;
    border-radius: 8px;
  }
  
  .panel-group .panel .panel-heading h4 a:hover,
  .panel-group .panel .panel-heading h4 a:not(.collapsed) {
    background: #fff;
  }
  
  .panel-group .panel .panel-heading h4 a i {
    color: #999;
    float: right;
    transition: transform 0.3s;
  }
  
  .panel-group .panel .panel-heading h4 a:not(.collapsed) i {
    transform: rotate(180deg);
  }
  
  .panel-group .panel .panel-body {
    padding: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
  }
  
  .panel-group .panel + .panel {
    border-top: none;
  }
  
  @media (max-width: 768px) {
    .accordation {
      width: 95%;
      padding: 20px;
    }
  
    .panel-group .panel .panel-heading h4 a {
      font-size: 16px;
      padding: 14px;
    }
  
    .panel-group .panel .panel-body {
      font-size: 14px;
      padding: 12px;
    }
  }
  

/*/////////////////////////////////////////////////////////////////*/
 

 

.fade-top {
  position: relative;
  height: 50px;
  background: linear-gradient(to bottom, #FFBBE5 20%, rgba(255, 187, 229, 0) 70%);
  margin-bottom: -50px; 
  z-index: 2;
}


.fade-top1 {
  position: relative;
  height: 70px;
  background: linear-gradient(to bottom, #712d38 10%, rgba(255, 255, 255, 0) 70%);
  margin-bottom: -50px; 
  z-index: 2;
}


/*
  .Menu {
    background: linear-gradient(-45deg, #ffffff, #ffd7f6, #dfcaff, rgb(205, 210, 255));
    background-size: 400% 400%;
    animation: gradientMove 5s ease infinite;
    padding: 40px 20px;
    text-align: center;
    padding-bottom: 50px;
  }
  
  @keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

  delete below it
*/




.Menu {
  position: relative;
  padding-top: 20px;
  text-align: center;
  color: white;
  height: 100vh;
  margin-bottom: -20px;
}


.menu-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;

}


.menu-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1) saturate(0.6) hue-rotate(-20deg) blur(3px); /* darkens video to make text/images pop */
  opacity: 1;
}


  .Menu h3{
  font-family: 'Righteous', cursive;
  font-size: 70px;
  padding-top: 5rem;
  color: #ffffff;
  text-shadow: 2px 2px 0 #ffc7c7, 4px 4px 0 rgb(0, 16, 51),;
  letter-spacing: 3px;
  text-transform: uppercase;
  }
  
  .Menu img {
    width: 900px;
    height: 650px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    margin-top: -40px;
    border-radius: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) scale(1);
  }
  
  .Menu img:hover {
    transform: perspective(1000px) scale(1.08); 
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.5), 0 0 25px #ff2c2c;
    cursor: pointer;
  }

  
  
  /*/////////////////////////////////////////////////////////////////*/
  /*FOOTER*/
  .footer {
      text-align: center;
      padding: 30px 0;
      background: linear-gradient( rgb(0, 16, 51), rgb(0, 16, 51), rgb(0, 16, 51), rgb(0, 16, 51), rgb(0, 16, 51), rgb(0, 16, 51), rgb(0, 16, 51), rgb(0, 16, 51));
    
    }

    .footer h3 {
      color: #f8f8f8;
      padding-bottom: 2rem;
    }
    
    .footer div {
      margin: 10px auto;
      font-size: 18px;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }
    
    .footer i {
      background: #fff;
      color: #000;
      width: 50px;
      height: 50px;
      font-size: 20px;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s ease;
    }
    
    /* Hover styles per icon */
    .footer i.fa-instagram:hover {
      background: #fd375a;
      color: #fff;
    }
    
    .footer i.fa-envelope:hover {
      background: #cc8620;
      color: #fff;
    }
    
    .footer i.fa-phone:hover {
      background: #70412e;
      color: #fff;
    }
    
    .footer i.fa-tiktok:hover {
      background: #69C9D0;
      color: #000;
    }
    
    .footer p {
      color: #fff;
      margin-top: 30px;
    }
    
    .footer .fa-heart-o {
      background: none;
      color: #fd375a;
    }
    
  /*/////////////////////////////////////////////////////////////////*/
  /* for credits in .html
  .credits{
    background:#1e1e1e;
    padding:10px;
    position:fixed;
    right:0;
    bottom:20px;
    color:gray;
    font-size:13px;
    width:200px;
  }
  */
  
  
  /*/////////////////////////////////////////////////////////////////*/
  /* New nav class selectors */
  .navWrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 80px;
  transition: all 0.3s ease-in-out;
  }
  
  .brandBox {
  font-family: 'Pacifico', cursive;
  font-size: 26px;
  color: #fe3859;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
  }
  
  .brandBox:hover {
  transform: scale(1.05);
  }
  
  .menuShell {
  display: flex;
  align-items: center;
  gap: 25px;
  }
  
  
  .menuShell ul {
    list-style: none;
    display: flex;
    gap: 100px;
    margin: 0;
    padding: 0;
  }
  
  
  .menuShell ul li a {
  text-decoration: none;
  color: #70412e;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  transition: color 0.3s;
  }
  
  .menuShell ul li a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #fe3859;
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease-in-out;
  }
  
  .menuShell ul li a:hover {
  color: #fe3859;
  }
  
  .menuShell ul li a:hover::after {
  width: 100%;
  }
  
  .toggleTrigger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 6px;
  }
  
  .toggleTrigger div {
  width: 25px;
  height: 3px;
  background-color: #70412e;
  border-radius: 2px;
  transition: all 0.3s ease;
  }
  
  /* Mobile nav */
  @media (max-width: 768px) {
  .menuShell ul {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 8px;
  }
  
  .navLinks {
    display: flex;
    gap: 20px; /* controls spacing between nav links */
  }
  
  .menuShell.showNav ul {
    display: flex;
  }
  
  .toggleTrigger {
    display: flex;
  }
  
  .toggleTrigger.active div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .toggleTrigger.active div:nth-child(2) {
    opacity: 0;
  }
  
  .toggleTrigger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  }
  
  .navScrollDark .toggleTrigger div {
    background-color: blue !important;
  }
  
  .navScrollDark .menuShell ul li a {
    color: #70412e !important;
  }
  
  .navScrollDark .menuShell ul li a::after {
    background-color: #fe3859;
  }
  /*
  
  
  
  
  */

  @media (max-width: 768px) {


  .carousel-inner {
    max-height: 100%;
    width: 100%;
  }

  /* Scales the image properly */
  #myCarousel img,
  .carousel-inner .item img {
    
    height: 100%;
    object-fit: cover;   
    object-position: center;
  }

    #myCarousel img,
   .item img {
    padding-top: 100px;
  }


  /* Optional: reduce arrow size */
  .carousel-control.left,
  .carousel-control.right {
    font-size: 24px;
      top: 27%
  }

  /* Optional: tweak indicators for spacing */
  .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-top: 10rem;
  }
}
 
@media (max-width: 768px) {
  .Menu {
    position: relative;
    padding-top: 30px;
    text-align: center;
    color: white;
    height: 100vh;
    overflow: hidden;
  }

  .Menu h3 {
    font-size: 4rem;
    z-index: 2;
    position: relative;
  }

  .Menu img {
    width: 90%;
    height: 60vh;
    margin-bottom: 20px;
    border-radius: 20px;
    z-index: 2;
    position: relative;
  }

  .menu-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .menu-bg-video::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.3); /* Optional dark overlay */
    z-index: 1;
  }

  .menuShell {
    position: relative; /* Needed for positioning dropdown correctly */
  }

  .menuShell ul {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    width: 200px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  .menuShell.showNav ul {
    display: flex;
  }
}

#section1,
#section2,
#section3 {
  scroll-margin-top: 50px; /* Adjust based on your navbar height */
}

#section0{
  scroll-margin-top: 200px;
}