

@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);
}







   nav{
                position: fixed;
                width: 100%;
                height: auto;
                z-index: 230;
                  z-index: 1100;
            }

            .header_subs{
              display: none;
            }







              .main_nav{
                width: 100%;
                height: auto;
                justify-content: center;
                display: flex;
                align-items: center;
            }


            .major_nav{
                width: 95%;
                height: 4rem;
                background-color: #ffcb05;
                border-radius: 10px;
                display: flex;
                justify-content: start;
                align-items: center;
                padding-left: 1rem;
                gap: 13rem;
            }



             .major_nav img{
              width: 60px;
             }


             .major_nav ul{
              display: none;
              align-items: center;
              gap: 3rem;
             }


              


               .sign_up{
                position: relative;
                left: 29rem;

                  width: 12rem;
    background: rgba(0, 0, 0, 0.856);
         backdrop-filter: blur(2px);
           height: 3rem;
           border-radius: 60px;
           display: none;
           align-items: center;
           justify-content: center;
               }

                .sign_up a{
                  font-size: 16px;
                  color: #fff;
                }


                .icon_menu i{
                  color: #000;
                  font-size: 25px;
                }




                

    .paymentbar{
    
      background: #001f3edc;
        height: 100%;
        align-items: center;
        z-index: 1890;
        width: 100%;
       justify-content: center;
        position: fixed;
        box-shadow: 0 0 3px rgb(0, 0, 0, 0.4);
    }
                    
    .overlay{
      display: none;
    }


  .popup {
         background: #001f3edc;
    width: 100%;
         height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  background: rgba(19, 19, 19, 0.336);


  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
 
  pointer-events: none;
  z-index: 1000;
     backdrop-filter: blur(5px);
     padding-top: 7rem;

      display: flex;
  align-items: center;
  justify-content: start;
}

/* Hidden state */
.hidden {
  display: none;
}

/* 🎬 Pop-in animation */
@keyframes popIn {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  60% {
    transform: translate(-50%, -50%) scale(1.1); /* wave overshoot */
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

/* 🎬 Pop-out animation */
@keyframes popOut {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}

/* Add animation classes */
.pop-in {
  animation: popIn 0.6s ease forwards;
  pointer-events: auto;
}

.pop-out {
  animation: popOut 0.4s ease forwards;
}


.popup h2{
color: #0a0a0a;
font-size: 24px;
background-color: #ffcb05;
width: 3rem;
height: 3rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: 30px;
margin-left: 1rem;
position: absolute;
margin-top:-28rem;
}


.background_text_slim_menu{
display: flex;
align-items: center;
justify-content: center;
  width: 100%;
  height: 25rem;
  
  margin-top: 1rem;
}


.text_menu{
  background-color: #f0f0f0;
  height: 100%;
  width: 90%;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
 
}


.div_home{
  display: flex;
  align-items: center;
  padding-left: 2rem;
  margin-top: 1rem;
  gap: 1rem;
  height: 3rem;
  border-radius: 30px;
  width: 90%;
  box-shadow: 0 0 2px rgb(0, 0, 0, 0.4);
}


.div_home a{
  color: #000;
  font-size: 13px;
}



.div_home_extra{
  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 1rem;
  gap: 1rem;
  color: #000;
  height: 3rem;
  background-color: #000000;
  border-radius: 30px;
  width: 60%;
  box-shadow: 0 0 2px rgb(0, 0, 0, 0.4);
}


.div_home_extra a{
  color: #f0f0f0;
  font-size: 14px;
}




  @media (min-width: 375px) {}


  @media (min-width: 390px) {
    
            .major_nav{
                width: 95%;
                height: 4rem;
                background-color: #ffcb05;
                border-radius: 10px;
                display: flex;
                justify-content: start;
                align-items: center;
                padding-left: 1rem;
                gap: 15rem;
            }



             .major_nav img{
              width: 60px;
             }


             .major_nav ul{
              display: none;
              align-items: center;
              gap: 3rem;
             }


              


               .sign_up{
                position: relative;
                left: 29rem;

                  width: 12rem;
    background: rgba(0, 0, 0, 0.856);
         backdrop-filter: blur(2px);
           height: 3rem;
           border-radius: 60px;
           display: none;
           align-items: center;
           justify-content: center;
               }

                .sign_up a{
                  font-size: 16px;
                  color: #fff;
                }


                .icon_menu i{
                  color: #000;
                  font-size: 25px;
                }

  }


  @media (min-width: 412px) {
     .major_nav{
                width: 95%;
                height: 4rem;
                background-color: #ffcb05;
                border-radius: 10px;
                display: flex;
                justify-content: start;
                align-items: center;
                padding-left: 1rem;
                gap: 17rem;
            }

  }

  @media (min-width: 414px) {}

  @media (min-width: 428px) {
      .major_nav{
                width: 95%;
                height: 4rem;
                background-color: #ffcb05;
                border-radius: 10px;
                display: flex;
                justify-content: start;
                align-items: center;
                padding-left: 1rem;
                gap: 18rem;
            }
  }

  @media (min-width: 430px) {}


  @media (min-width: 500px) {
    .major_nav{
                width: 95%;
                height: 4rem;
                background-color: #ffcb05;
                border-radius: 10px;
                display: flex;
                justify-content: start;
                align-items: center;
                padding-left: 1rem;
                gap: 20rem;
            }
  }

  @media (min-width: 540px) {
    .major_nav{
                width: 95%;
                height: 4rem;
                background-color: #ffcb05;
                border-radius: 10px;
                display: flex;
                justify-content: start;
                align-items: center;
                padding-left: 1rem;
                gap: 22rem;
            }
  }


  @media (min-width: 640px) {
    html{
        font-size: 10px;
      }



       nav{
                position: fixed;
                width: 100%;
                height: auto;
                z-index: 230;
            }

            .header_subs{
 background: rgba(0, 0, 0, 0.6);
 width: 100%;
 height: 4rem;
 padding-left: 8rem;
 padding-top: 1rem;
     backdrop-filter: blur(5px);
     display: block;
            }



            .header_subs ul{
                display: flex;
                align-items: center;
                justify-content: start;
                gap: 2rem;
            }



               .header_subs ul li a{
                color: #fff;
                font-weight:400;
               }


            .main_nav{
                width: 100%;
                height: auto;
                justify-content: center;
                display: flex;
                align-items: center;
            }


            .major_nav{
                width: 95%;
                height: 5rem;
                background-color: #ffcb05;
                border-radius: 10px;
                display: flex;
                justify-content: start;
                align-items: center;
                padding-left: 2rem;
                gap: 3rem;
            }



             .major_nav img{
              width: 50px;
             }


             .major_nav ul{
              display: flex;
              align-items: center;
              gap: 4rem;
             }


               .major_nav ul a{
                color: #000;
                font-size: 11px;
               }


               .sign_up{
                position: relative;
                left: 9rem;

                  width: 12rem;
    background: rgba(0, 0, 0, 0.856);
         backdrop-filter: blur(2px);
           height: 3rem;
           border-radius: 60px;
           display: flex;
           align-items: center;
           justify-content: center;
               }

                .sign_up a{
                  font-size: 10px;
                  color: #fff;
                }



                .icon_menu{
                  display: none;
                }

    }


    @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) {

            nav{
                position: fixed;
                width: 100%;
                height: auto;
                z-index: 230;
            }

            .header_subs{
 background: rgba(0, 0, 0, 0.6);
 width: 100%;
 height: 4rem;
 padding-left: 8rem;
 padding-top: 1rem;
     backdrop-filter: blur(5px);
     display: block;
            }



            .header_subs ul{
                display: flex;
                align-items: center;
                justify-content: start;
                gap: 2rem;
            }



               .header_subs ul li a{
                color: #fff;
                font-weight:400;
               }


            .main_nav{
                width: 100%;
                height: auto;
                justify-content: center;
                display: flex;
                align-items: center;
            }


            .major_nav{
                width: 95%;
                height: 5rem;
                background-color: #ffcb05;
                border-radius: 10px;
                display: flex;
                justify-content: start;
                align-items: center;
                padding-left: 2rem;
                gap: 3rem;
            }



             .major_nav img{
              width: 60px;
             }


             .major_nav ul{
              display: flex;
              align-items: center;
              gap: 4rem;
             }


               .major_nav ul a{
                color: #000;
                font-size: 16px;
               }


               .sign_up{
                position: relative;
                left: 29rem;

                  width: 12rem;
    background: rgba(0, 0, 0, 0.856);
         backdrop-filter: blur(2px);
           height: 3rem;
           border-radius: 60px;
           display: flex;
           align-items: center;
           justify-content: center;
               }

                .sign_up a{
                  font-size: 16px;
                  color: #fff;
                }



                .icon_menu{
                  display: none;
                }
            
          }
