

@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);
}







  .promo_head{
                width: 100%;
                height: 27rem;
           
                display: grid;
                justify-content: center;
                align-items: center;
                gap: 1rem;
                position: relative;
                top: 5rem;
                padding-left: 0rem;
                place-content: center;
                place-items: center;
            }


            .promo_head_xtra{
                width: 22rem;
                height: 15rem;
                 border-radius: 5px;
                background-color: #ccc;

            }


            .promo_xtar2{
                width: 100%;
                height: 100%;
              display: grid;
                grid-template-columns: repeat(2, 1fr);
                row-gap: 1rem;
                    place-content: center;
                place-items: center;

                
              

            }


            .xtra{
            width: 10.5rem;
            height: 10rem;
               background-color: #ccc;
                border-radius: 5px;
               
            }
            .xxtra{
              width: 10.5rem;
           height: 10rem;
                background-color: #ccc;
                 border-radius: 5px;
              
            }








            .carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
    filter: brightness(0.8);
}
.slide img {
  width: 100%;
  height: 100%;

  border-radius: 5px;
}
.slide.show {
  opacity: 1;
  z-index: 2;
}

/* ✅ Steady dots (always visible) */
.dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
  opacity: 1 !important;
  visibility: visible !important;
}
.dots button.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.dots button.dot.active {
  background:rgb(211, 145, 3);
  transform: scale(1.2);
}

.no-ad-placeholder {
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 5px;
}
.no-ad-placeholder.small {
  background: #ddd;
}




  @media (min-width: 375px) {
    .promo_head{
                width: 100%;
                height: 27rem;
           
                display: grid;
                justify-content: center;
                align-items: center;
                gap: 1rem;
                position: relative;
                top: 5rem;
                padding-left: 0rem;
                place-content: center;
                place-items: center;
            }


            .promo_head_xtra{
                width: 23.1rem;
                height: 15rem;
                 border-radius: 5px;
                background-color: #ccc;

            }


            .promo_xtar2{
                width: 100%;
                height: 100%;
              display: grid;
                grid-template-columns: repeat(2, 1fr);
                row-gap: 1rem;
                    place-content: center;
                place-items: center;
             gap: 0.4rem;

                
              

            }


            .xtra{
            width: 11.1rem;
            height: 10rem;
               background-color: #ccc;
                border-radius: 5px;
               
            }
            .xxtra{
              width: 11.1rem;
           height: 10rem;
                background-color: #ccc;
                 border-radius: 5px;
              
            }
  }


  @media (min-width: 390px) {
    
  .promo_head{
                width: 100%;
                height: 27rem;
           
                display: grid;
                justify-content: center;
                align-items: center;
                gap: 1rem;
                position: relative;
                top: 5rem;
                padding-left: 0rem;
                place-content: center;
                place-items: center;
            }


            .promo_head_xtra{
                width: 23.7rem;
                height: 15rem;
                 border-radius: 5px;
                background-color: #ccc;

            }


            .promo_xtar2{
                width: 100%;
                height: 100%;
              display: grid;
                grid-template-columns: repeat(2, 1fr);
                row-gap: 1rem;
                    place-content: center;
                place-items: center;
             gap: 0.4rem;

                
              

            }


            .xtra{
            width: 11.7rem;
            height: 10rem;
               background-color: #ccc;
                border-radius: 5px;
               
            }
            .xxtra{
              width: 11.7rem;
           height: 10rem;
                background-color: #ccc;
                 border-radius: 5px;
              
            }

  }


  @media (min-width: 412px) {

    
  .promo_head{
                width: 100%;
                height: 27rem;
           
                display: grid;
                justify-content: center;
                align-items: center;
                gap: 1rem;
                position: relative;
                top: 5rem;
                padding-left: 0rem;
                place-content: center;
                place-items: center;
            }


            .promo_head_xtra{
                width: 25.2rem;
                height: 15rem;
                 border-radius: 5px;
                background-color: #ccc;

            }


            .promo_xtar2{
                width: 100%;
                height: 100%;
              display: grid;
                grid-template-columns: repeat(2, 1fr);
                row-gap: 1rem;
                    place-content: center;
                place-items: center;
             gap: 0.4rem;

                
              

            }


            .xtra{
            width: 12.4rem;
            height: 10rem;
               background-color: #ccc;
                border-radius: 5px;
               
            }
            .xxtra{
               width: 12.4rem;
           height: 10rem;
                background-color: #ccc;
                 border-radius: 5px;
              
            }
  }

  @media (min-width: 414px) {}

  @media (min-width: 428px) {
    
  .promo_head{
                width: 100%;
                height: 27rem;
           
                display: grid;
                justify-content: center;
                align-items: center;
                gap: 1rem;
                position: relative;
                top: 5rem;
                padding-left: 0rem;
                place-content: center;
                place-items: center;
            }


            .promo_head_xtra{
                width: 26.4rem;
                height: 15rem;
                 border-radius: 5px;
                background-color: #ccc;

            }


            .promo_xtar2{
                width: 100%;
                height: 100%;
              display: grid;
                grid-template-columns: repeat(2, 1fr);
                row-gap: 1rem;
                    place-content: center;
                place-items: center;
             gap: 0.4rem;

                
              

            }


            .xtra{
            width: 12.9rem;
            height: 10rem;
               background-color: #ccc;
                border-radius: 5px;
               
            }
            .xxtra{
               width: 12.9rem;
           height: 10rem;
                background-color: #ccc;
                 border-radius: 5px;
              
            }
  }

  @media (min-width: 430px) {}


  @media (min-width: 500px) {
     .promo_head{
                width: 100%;
                height: 27rem;
           
                display: grid;
                justify-content: center;
                align-items: center;
                gap: 1rem;
                position: relative;
                top: 5rem;
                padding-left: 0rem;
                place-content: center;
                place-items: center;
            }


            .promo_head_xtra{
                width: 29.6rem;
                height: 15rem;
                 border-radius: 5px;
                background-color: #ccc;

            }


            .promo_xtar2{
                width: 100%;
                height: 100%;
              display: grid;
                grid-template-columns: repeat(2, 1fr);
                row-gap: 1rem;
                    place-content: center;
                place-items: center;
             gap: 0.4rem;

                
              

            }


            .xtra{
            width: 14.6rem;
            height: 10rem;
               background-color: #ccc;
                border-radius: 5px;
               
            }
            .xxtra{
               width:14.6rem;
           height: 10rem;
                background-color: #ccc;
                 border-radius: 5px;
              
            }
  }

  @media (min-width: 540px) {

         .promo_head{
                width: 100%;
                height: 27rem;
           
                display: grid;
                justify-content: center;
                align-items: center;
                gap: 1rem;
                position: relative;
                top: 5rem;
                padding-left: 0rem;
                place-content: center;
                place-items: center;
            }


            .promo_head_xtra{
                width: 33.6rem;
                height: 15rem;
                 border-radius: 5px;
                background-color: #ccc;

            }


            .promo_xtar2{
                width: 100%;
                height: 100%;
              display: grid;
                grid-template-columns: repeat(2, 1fr);
                row-gap: 1rem;
                    place-content: center;
                place-items: center;
             gap: 0.4rem;

                
              

            }


            .xtra{
            width: 16.5rem;
            height: 10rem;
               background-color: #ccc;
                border-radius: 5px;
               
            }
            .xxtra{
               width:16.5rem;
           height: 10rem;
                background-color: #ccc;
                 border-radius: 5px;
              
            }
  }


  @media (min-width: 640px) {
    html{
        font-size: 10px;
      }


      .promo_head{
                width: 99%;
                height: 27rem;
           
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 1rem;
                position: relative;
                top: 6rem;
                padding-left: 1rem;
            }


            .promo_head_xtra{
                width: 70%;
                height: 100%;
                 border-radius: 5px;
                background-color: #ccc;

            }


            .promo_xtar2{
                width: 30%;
                height: 100%;
                 display: grid;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 1rem;
              

            }


            .xtra{
            width: 100%;
            height: 13rem;
               background-color: #ccc;
                border-radius: 5px;
               
            }
            .xxtra{
                 width: 100%;
            height: 13rem;
                background-color: #ccc;
                 border-radius: 5px;
              
            }
            















.carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.slide.show {
  opacity: 1;
  z-index: 2;
}

/* ✅ Steady dots (always visible) */
.dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
  opacity: 1 !important;
  visibility: visible !important;
}
.dots button.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.dots button.dot.active {
  background: #fff;
  transform: scale(1.2);
}

.no-ad-placeholder {
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 5px;
}
.no-ad-placeholder.small {
  background: #ddd;
}

    }


    @media (min-width: 768px) {



      .promo_head{
                width: 99%;
                height: 27rem;
           
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 1rem;
                position: relative;
                top: 6rem;
                padding-left: 1rem;
            }


            .promo_head_xtra{
                width: 70%;
                height: 100%;
                 border-radius: 5px;
                background-color: #ccc;

            }


            .promo_xtar2{
                width: 30%;
                height: 100%;
                 display: grid;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 1rem;
              

            }


            .xtra{
            width: 100%;
            height: 13rem;
               background-color: #ccc;
                border-radius: 5px;
               
            }
            .xxtra{
                 width: 100%;
            height: 13rem;
                background-color: #ccc;
                 border-radius: 5px;
              
            }
            















.carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.slide.show {
  opacity: 1;
  z-index: 2;
}

/* ✅ Steady dots (always visible) */
.dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
  opacity: 1 !important;
  visibility: visible !important;
}
.dots button.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.dots button.dot.active {
  background: #fff;
  transform: scale(1.2);
}

.no-ad-placeholder {
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 5px;
}
.no-ad-placeholder.small {
  background: #ddd;
}
    }

    @media (min-width: 820px) {}

    @media (min-width: 853px) {
      html{
          font-size: 14px;
        }



          .promo_head{
                width: 99%;
                height: 27rem;
           
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 1rem;
                position: relative;
                top: 6rem;
                padding-left: 1rem;
            }


            .promo_head_xtra{
                width: 70%;
                height: 100%;
                 border-radius: 5px;
                background-color: #ccc;

            }


            .promo_xtar2{
                width: 30%;
                height: 100%;
                 display: grid;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 1rem;
              

            }


            .xtra{
            width: 100%;
            height: 13rem;
               background-color: #ccc;
                border-radius: 5px;
               
            }
            .xxtra{
                 width: 100%;
            height: 13rem;
                background-color: #ccc;
                 border-radius: 5px;
              
            }
            















.carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.slide.show {
  opacity: 1;
  z-index: 2;
}

/* ✅ Steady dots (always visible) */
.dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
  opacity: 1 !important;
  visibility: visible !important;
}
.dots button.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.dots button.dot.active {
  background: #fff;
  transform: scale(1.2);
}

.no-ad-placeholder {
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 5px;
}
.no-ad-placeholder.small {
  background: #ddd;
}
        
   
      }
      
      
      @media (min-width: 980px) {
        html{
            font-size: 16px;
          }
        
        
            .promo_head{
                width: 99%;
                height: 27rem;
           
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 1rem;
                position: relative;
                top: 12rem;
                padding-left: 1rem;
            }


            .promo_head_xtra{
                width: 70%;
                height: 100%;
                 border-radius: 5px;
                background-color: #ccc;

            }


            .promo_xtar2{
                width: 30%;
                height: 100%;
                 display: grid;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 1rem;
              

            }


            .xtra{
            width: 100%;
            height: 13rem;
               background-color: #ccc;
                border-radius: 5px;
               
            }
            .xxtra{
                 width: 100%;
            height: 13rem;
                background-color: #ccc;
                 border-radius: 5px;
              
            }
            















.carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.slide.show {
  opacity: 1;
  z-index: 2;
}

/* ✅ Steady dots (always visible) */
.dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
  opacity: 1 !important;
  visibility: visible !important;
}
.dots button.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.dots button.dot.active {
  background: #fff;
  transform: scale(1.2);
}

.no-ad-placeholder {
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 5px;
}
.no-ad-placeholder.small {
  background: #ddd;
}
        
        
        }


          @media (min-width: 1024px) {}

  

          @media (min-width: 1280px) {

       

            .promo_head{
                width: 99%;
                height: 27rem;
           
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 1rem;
                position: relative;
                top: 12rem;
                padding-left: 1rem;
            }


            .promo_head_xtra{
                width: 70%;
                height: 100%;
                 border-radius: 5px;
                background-color: #ccc;

            }


            .promo_xtar2{
                width: 30%;
                height: 100%;
                 display: grid;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 1rem;
              

            }


            .xtra{
            width: 100%;
            height: 13rem;
               background-color: #ccc;
                border-radius: 5px;
               
            }
            .xxtra{
                 width: 100%;
            height: 13rem;
                background-color: #ccc;
                 border-radius: 5px;
              
            }
            















.carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.slide.show {
  opacity: 1;
  z-index: 2;
}

/* ✅ Steady dots (always visible) */
.dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
  opacity: 1 !important;
  visibility: visible !important;
}
.dots button.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.dots button.dot.active {
  background: #fff;
  transform: scale(1.2);
}

.no-ad-placeholder {
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 5px;
}
.no-ad-placeholder.small {
  background: #ddd;
}






          }
