@charset "UTF-8";
#brand2024 {
  font-family: "IBM Plex Sans Thai", sans-serif !important;
}
#brand2024 h1, #brand2024 h2, #brand2024 h3, #brand2024 h4, #brand2024 h5, #brand2024 h6, #brand2024 p, #brand2024 .section {
  font-family: "IBM Plex Sans Thai", sans-serif !important;
}
#brand2024 .dark #header-wrap {
  background-color: #293924 !important;
}

.svg-background {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 0.2;
}

.border-gold {
  border: 1px solid #D4AF37 !important;
}

#brand2024 .color {
  color: #D4AF37 !important;
}
#brand2024 #header .dark {
  background-color: #000000 !important;
}
#brand2024 .mainsponsors {
  width: 200px;
}
#brand2024 .clients-grid .grid-item a {
  opacity: unset;
}
#brand2024 .pricing-title {
  background-color: #FFFFFF !important;
}

.dark .menu-item.current > .menu-link, #brand2024 .dark .menu-item:hover > .menu-link, .dark .menu-item.current > .menu-link {
  color: #D4AF37 !important;
}

.ibm-plex-sans-thai {
  font-family: "IBM Plex Sans Thai", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.big-font {
  font-size: 52px !important;
}

.font-white {
  color: #FFFFFF !important;
}

.bg-black {
  background-color: #000000 !important;
}

.color-gold {
  color: #D4AF37 !important;
}

.font-gold {
  color: #D4AF37 !important;
}

.bg-gold {
  background-color: #D4AF37 !important;
}

.bg-dark-green {
  background-color: #293924 !important;
}

.color-black {
  color: #000000 !important;
}

.color-terra {
  color: #a80f19 !important;
}

.sponsors img {
  width: 100px;
}

.Mobile-Get-Tickets {
  display: none;
}

@media only screen and (max-width: 600px) {
  .Mobile-Get-Tickets {
    display: block;
    position: fixed;
    bottom: 40px;
    left: 0px;
    right: 0px;
    background: #FFFFFF !important;
    z-index: 4;
    border-top: 1px solid #cccccc;
    padding: 12px 20px;
    transform: translateY(0px);
    transition: transform 0.3s ease-in-out 0s;
  }
}
@media screen and (max-width: 992px) {
  .Mobile-Get-Tickets {
    display: block;
    position: fixed;
    bottom: 40px;
    left: 0px;
    right: 0px;
    background: #FFFFFF !important;
    z-index: 4;
    border-top: 1px solid #cccccc;
    padding: 12px 20px;
    transform: translateY(0px);
    transition: transform 0.3s ease-in-out 0s;
  }
}
button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

a,
a:hover {
  text-decoration: none;
}

.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 80px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}

.qty-container .qty-btn-plus {
  margin-left: -1px;
}

.qty-container .qty-btn-minus {
  margin-right: -1px;
}

.btn-cornered,
.input-cornered {
  border-radius: 4px;
}

.btn-rounded {
  border-radius: 50%;
}

.input-rounded {
  border-radius: 50px;
}

.background-main {
  background-image: url("images/2024-background-main.jpg"); /* images/2024-background-main.jpg */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.box-speakers-image img {
  width: 250px !important;
}

#main-sponsors img {
  width: 200px !important;
}

/* Media Query สำหรับหน้าจอที่เล็กกว่า 768px (แท็บเล็ต) */
@media screen and (max-width: 768px) {
  .stretched #gotoTop {
    bottom: 120px;
  }
  .feature-box {
    padding: 0px 20px;
  }
  .menu-link {
    font-size: 0.66rem !important;
  }
}
/* Media Query สำหรับหน้าจอที่เล็กกว่า 480px (มือถือ) */
@media screen and (max-width: 480px) {
  .stretched #gotoTop {
    bottom: 120px;
  }
  .background-main {
    background-image: url("images/2024-background-main-480.jpg"); /* images/2024-background-main-480.jpg */
  }
  .feature-box {
    padding: 0px 20px;
  }
  .box-speakers-image .team {
    padding: 20px 30px !important;
  }
  .box-speakers-image img {
    width: 200px !important;
  }
  #main-sponsors img {
    width: 150px !important;
  }
}
/*
Desktop : 2560x1440px
Tablet : 1024x768px
Mobile : 750x1334px
*/
