

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --swiper-theme-color: #ff4931;
}


/* Mobile-first styles */

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: "Kanit", sans-serif;
  --swiper-theme-color: rgb(211, 145, 3);
}







/* 📱 Bottom Tab Style */
.tab_start {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0;
  background: #000000;
  color: white;
  transition: background 0.3s;
  z-index: 100;
  height: 4.7rem;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.tab-item {
  cursor: pointer;
  font-size: 18px;
}

/* 🎨 Color when touching footer */
.tab_start.scrolled {
  background: #000000;
  color: #222;
}

.tab-item ul {
  display: flex;
  justify-content: center; /* or center / space-around */
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  gap: 2rem;

}

.tab-item ul li {
  flex: 1; /* 🔥 This distributes all <li> equally */
  list-style: none;
}

.tab-item ul li a {
  display: flex; /* 🔥 use flex here instead of grid */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: aliceblue;
  text-decoration: none;
  width: 100%; /* make the <a> fill the <li> */
}

.tab-item ul li a h6 {
  color: #9c9c9c;
  font-weight: 500;
  margin-top: 4px;
}


.count_zero{
    position: absolute;
    font-size: 12px;
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(211, 145, 3);
    border-radius: 100%;
    color: aliceblue;
    top: 0.2rem;
margin-left: 1rem;

}



  @media (min-width: 375px) {
    
  }


  @media (min-width: 390px) {
    /* 📱 Bottom Tab Style */
.tab_start {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0;
  background: #000000;
  color: white;
  transition: background 0.3s;
  z-index: 100;
  height: 4.7rem;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.tab-item {
  cursor: pointer;
  font-size: 18px;
}

/* 🎨 Color when touching footer */
.tab_start.scrolled {
  background: #000000;
  color: #222;
}

.tab-item ul {
  display: flex;
  justify-content: center; /* or center / space-around */
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  gap: 2.5rem;

}

.tab-item ul li {
  flex: 1; /* 🔥 This distributes all <li> equally */
  list-style: none;
}

.tab-item ul li a {
  display: flex; /* 🔥 use flex here instead of grid */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: aliceblue;
  text-decoration: none;
  width: 100%; /* make the <a> fill the <li> */
}

.tab-item ul li a h6 {
  color: #9c9c9c;
  font-weight: 500;
  margin-top: 4px;
}


.count_zero{
    position: absolute;
    font-size: 12px;
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(211, 145, 3);
    border-radius: 100%;
    color: aliceblue;
    top: 0.2rem;
margin-left: 1rem;

}

  }


  @media (min-width: 412px) {

    /* 📱 Bottom Tab Style */
.tab_start {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0;
  background: #000000;
  color: white;
  transition: background 0.3s;
  z-index: 100;
  height: 4.7rem;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.tab-item {
  cursor: pointer;
  font-size: 20px;
}

/* 🎨 Color when touching footer */
.tab_start.scrolled {
  background: #000000;
  color: #222;
}

.tab-item ul {
  display: flex;
  justify-content: center; /* or center / space-around */
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  gap: 2.5rem;

}

.tab-item ul li {
  flex: 1; /* 🔥 This distributes all <li> equally */
  list-style: none;
}

.tab-item ul li a {
  display: flex; /* 🔥 use flex here instead of grid */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: aliceblue;
  text-decoration: none;
  width: 100%; /* make the <a> fill the <li> */
}

.tab-item ul li a h6 {
  color: #9c9c9c;
  font-weight: 500;
  margin-top: 4px;
}


.count_zero{
    position: absolute;
    font-size: 12.5px;
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(211, 145, 3);
    border-radius: 100%;
    color: aliceblue;
    top: 0.2rem;
margin-left: 1rem;

}
  }

  @media (min-width: 414px) {}

  @media (min-width: 428px) {
        /* 📱 Bottom Tab Style */
.tab_start {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0;
  background: #000000;
  color: white;
  transition: background 0.3s;
  z-index: 100;
  height: 4.7rem;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.tab-item {
  cursor: pointer;
  font-size: 21px;
}

/* 🎨 Color when touching footer */
.tab_start.scrolled {
  background: #000000;
  color: #222;
}

.tab-item ul {
  display: flex;
  justify-content: center; /* or center / space-around */
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  gap: 2.5rem;

}

.tab-item ul li {
  flex: 1; /* 🔥 This distributes all <li> equally */
  list-style: none;
}

.tab-item ul li a {
  display: flex; /* 🔥 use flex here instead of grid */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: aliceblue;
  text-decoration: none;
  width: 100%; /* make the <a> fill the <li> */
}

.tab-item ul li a h6 {
  color: #9c9c9c;
  font-weight: 500;
  margin-top: 4px;
}


.count_zero{
    position: absolute;
    font-size: 12.5px;
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(211, 145, 3);
    border-radius: 100%;
    color: aliceblue;
    top: 0.2rem;
margin-left: 1rem;

}
  }

  @media (min-width: 430px) {}


  @media (min-width: 500px) {
    .tab_start {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0;
  background: #000000;
  color: white;
  transition: background 0.3s;
  z-index: 100;
  height: 4.7rem;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.tab-item {
  cursor: pointer;
  font-size: 21px;
}

/* 🎨 Color when touching footer */
.tab_start.scrolled {
  background: #000000;
  color: #222;
}

.tab-item ul {
  display: flex;
  justify-content: center; /* or center / space-around */
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  gap: 3.5rem;

}

.tab-item ul li {
  flex: 1; /* 🔥 This distributes all <li> equally */
  list-style: none;
}

.tab-item ul li a {
  display: flex; /* 🔥 use flex here instead of grid */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: aliceblue;
  text-decoration: none;
  width: 100%; /* make the <a> fill the <li> */
}

.tab-item ul li a h6 {
  color: #9c9c9c;
  font-weight: 500;
  margin-top: 4px;
}


.count_zero{
    position: absolute;
    font-size: 12.5px;
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(211, 145, 3);
    border-radius: 100%;
    color: aliceblue;
    top: 0.2rem;
margin-left: 1rem;

}
  }

  @media (min-width: 540px) {}


  @media (min-width: 640px) {
    html{
        font-size: 10px;
      }

    }


    @media (min-width: 768px) {}

    @media (min-width: 820px) {}

    @media (min-width: 853px) {
      html{
          font-size: 14px;
        }
      }
      
      
      @media (min-width: 980px) {
        html{
            font-size: 16px;
          }}


          @media (min-width: 1024px) {}

  

          @media (min-width: 1280px) {

      .tab_start{
        display: none;
       }

       #bottomTab{
          display: none;

       }

       

       .tab-item{
        display: none;
       }
            
          }
