* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Serif 4", serif;
}

.font-kanit {
  font-family: "Kanit", sans-serif !important;
}

.font-source-serif {
  font-family: "Source Serif 4", serif !important;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 1400px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 1199px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section .h1 {
  font-size: clamp(36px, 10vw, 150px);
  font-weight: 700;
  line-height: normal;
  font-family: "Kanit", sans-serif !important;
  text-transform: uppercase;
}

.section .h2 {
  font-size: clamp(28px, 6vw, 62px);
  font-weight: 700;
  line-height: clamp(42px, 6vw, 92px);
  font-family: "Kanit", sans-serif !important;
}

.section .h3 {
  font-size: clamp(24px, 6vw, 42px);
  font-weight: 700;
  line-height: clamp(36px, 6vw, 62px);
  font-family: "Kanit", sans-serif !important;
}

.section .h5 {
  font-size: clamp(16px, 4vw, 24px);
  line-height: clamp(24px, 4vw, 32px);
}

.section .h6 {
  font-size: clamp(16px, 4vw, 18px);
  line-height: clamp(24px, 4vw, 28px);
  font-weight: 400;
  font-family: "Kanit", sans-serif !important;
}

.section .main-rounded-title {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: "Kanit", sans-serif !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 40px;
  border-radius: 80px;
  display: inline-block;
}

.section .main-rounded-title p {
  margin-bottom: 0;
}

.p-50 {
  padding: 50px !important;
}

@media (max-width: 1199px) {
  .p-50 {
    padding: 40px !important;
  }
}

@media (max-width: 991px) {
  .p-50 {
    padding: 30px !important;
  }
}

@media (max-width: 768px) {
  .p-50 {
    padding: 20px !important;
  }
}

@media (max-width: 575px) {
  .p-50 {
    padding: 10px !important;
  }
}

.pt-50 {
  padding-top: 50px !important;
}

@media (max-width: 1199px) {
  .pt-50 {
    padding-top: 40px !important;
  }
}

@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px !important;
  }
}

@media (max-width: 768px) {
  .pt-50 {
    padding-top: 20px !important;
  }
}

@media (max-width: 575px) {
  .pt-50 {
    padding-top: 10px !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}

@media (max-width: 1199px) {
  .pb-50 {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 991px) {
  .pb-50 {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 768px) {
  .pb-50 {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 575px) {
  .pb-50 {
    padding-bottom: 10px !important;
  }
}

.ps-50 {
  padding-left: 50px !important;
}

@media (max-width: 1199px) {
  .ps-50 {
    padding-left: 40px !important;
  }
}

@media (max-width: 991px) {
  .ps-50 {
    padding-left: 30px !important;
  }
}

@media (max-width: 768px) {
  .ps-50 {
    padding-left: 20px !important;
  }
}

@media (max-width: 575px) {
  .ps-50 {
    padding-left: 10px !important;
  }
}

.pe-50 {
  padding-right: 50px !important;
}

@media (max-width: 1199px) {
  .pe-50 {
    padding-right: 40px !important;
  }
}

@media (max-width: 991px) {
  .pe-50 {
    padding-right: 30px !important;
  }
}

@media (max-width: 768px) {
  .pe-50 {
    padding-right: 20px !important;
  }
}

@media (max-width: 768px) {
  .pe-50 {
    padding-right: 10px !important;
  }
}

.bg-theme-black {
  background-color: rgb(2, 3, 3) !important;
}

.bg-theme-green {
  background-color: rgb(95, 180, 169) !important;
}

.bg-theme-yellow {
  background-color: rgb(249, 209, 40) !important;
}

.bg-theme-peach {
  background-color: rgb(234, 126, 99) !important;
}

.bg-theme-brown {
  background-color: rgb(175, 92, 75) !important;
}

.bg-theme-sky-blue {
  background-color: rgb(193, 234, 235) !important;
}

.bg-theme-dark-gray {
  background-color: rgb(27, 27, 27) !important;
}

.text-theme-black {
  color: rgb(2, 3, 3) !important;
}

.text-theme-green {
  color: rgb(95, 180, 169) !important;
}

.text-theme-yellow {
  color: rgb(249, 209, 40) !important;
}

.text-theme-peach {
  color: rgb(234, 126, 99) !important;
}

.text-theme-brown {
  color: rgb(175, 92, 75) !important;
}

.text-theme-sky-blue {
  color: rgb(193, 234, 235) !important;
}

.text-theme-dark-gray {
  color: rgb(27, 27, 27) !important;
}

.btn {
  padding: 10px 10px 10px 20px;
  font-family: "Kanit", sans-serif !important;
  text-transform: uppercase;
}

.btn.btn-dark {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgb(2, 3, 3);
  color: rgb(255, 255, 255);
  border-radius: 50px;
  display: flex;
  align-items: center;
}

.btn.btn-dark span {
  display: inline-block;
  background-color: rgb(193, 234, 235);
  background-image: url(../images/icon-arrow-right.svg), url(../images/icon-arrow-right.svg);
  background-position: -25px 9px, 7px 9px;
  background-repeat: no-repeat, no-repeat;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-left: 10px;
  transition: 0.3s;
}

.btn.btn-dark:hover {
  border-color: rgb(255, 255, 255);
}

.btn.btn-dark:hover span {
  background-position: 7px 9px, 37px 9px;
}

.hidden {
  display: none;
}

.custom-checkbox {
  display: flex;
}

.custom-checkbox .round {
  position: relative;
  margin-right: 10px;
}

.custom-checkbox .round label {
  border: 1px solid rgb(95, 180, 169);
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: block;
}

.custom-checkbox .round label::after {
  border: 2px solid rgb(255, 255, 255);
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 12px;
}

.custom-checkbox .round input[type=checkbox] {
  visibility: hidden;
  display: none;
  opacity: 0;
}

.custom-checkbox .round input[type=checkbox]:checked+label {
  background-color: rgb(95, 180, 169);
  border-color: rgb(95, 180, 169);
}

.custom-checkbox .round input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.header-section {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-section .navbar {
  padding-top: 30px;
}

@media (max-width: 575px) {
  .header-section .navbar {
    padding-top: 10px;
  }
}

@media (max-width: 1400px) {
  .header-section .navbar .navbar-brand img {
    width: 180px;
  }
}

.header-section .navbar .navbar-toggler-icon {
  background-image: url(../images/icon-menu.svg);
  background-size: 40px;
}

.header-section .navbar .navbar-toggler:focus {
  box-shadow: none !important;
}

.header-section .navbar .navbar-nav {
  gap: 30px;
}

@media (max-width: 1400px) {
  .header-section .navbar .navbar-nav {
    gap: 18px;
  }
}

@media (max-width: 1199px) {
  .header-section .navbar .navbar-nav {
    gap: 0px;
    padding: 30px 30px 20px;
  }
}

.header-section .navbar .navbar-nav .nav-item {
  font-family: "Kanit", sans-serif !important;
}

.header-section .navbar .navbar-nav .nav-item .nav-link {
  color: rgb(255, 255, 255);
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1400px) {
  .header-section .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .header-section .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: rgb(2, 3, 3);
    text-align: center;
  }
}

.header-section .navbar .heder-btn {
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .header-section .navbar .heder-btn {
    padding: 0px 30px 30px 30px;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .header-section .navbar .navbar-collapse {
    background-color: rgb(255, 255, 255);
  }
}

.hero-section {
  min-height: 700px;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) {
  .hero-section {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 500px;
  }
}

.hero-section .video-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-section .video-section video {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-section .content-section {
  overflow: hidden;
}

.hero-section .content-section h1 {
  color: rgb(255, 255, 255);
  animation: transform-text 3s;
}

@keyframes transform-text {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0%);
  }
}

.hero-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(2, 3, 3) 0%, rgba(255, 255, 255, 0) 100%);
  height: 50px;
}

.banner-content-section {
  color: rgb(255, 255, 255);
}

.banner-content-section p {
  margin-bottom: 16px;
}

.about-us-section .inner-section {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
}

.team-section {
  background-image: url(../images/element-stars-yellow.svg), url(../images/element-clouds.svg);
  background-position: 13% 10%, 40% 95%;
  background-repeat: no-repeat, no-repeat;
}

@media (max-width: 768px) {
  .team-section {
    background-image: none;
  }
}

.team-section .swiper-container {
  width: 100%;
  height: 100%;
}

.team-section .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .team-section .swiper-container .swiper-slide {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.team-section .swiper-container .swiper-slide .team-image-slide {
  width: 100%;
}

.team-section .swiper-container .swiper-slide .team-image-slide h3 {
  text-align: start;
  background-color: rgb(27, 27, 27);
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .team-section .swiper-container .swiper-slide .team-image-slide h3 {
    padding-bottom: 30px !important;
  }
}

.team-section .swiper-container .swiper-slide .team-image-slide img {
  filter: grayscale(1);
  width: 100%;
}

.team-section .swiper-container .swiper-slide .team-content-slide {
  width: 100%;
  padding-top: 140px;
}

@media (max-width: 991px) {
  .team-section .swiper-container .swiper-slide .team-content-slide {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .team-section .swiper-container .swiper-slide .team-content-slide {
    padding-top: 30px !important;
  }
}

@media (max-width: 575px) {
  .team-section .swiper-container .swiper-slide .team-content-slide {
    padding-top: 16px !important;
  }
}

.team-section .swiper-container .swiper-slide .team-content-slide p {
  margin-top: 16px;
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  font-size: 24px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-section .swiper-container .swiper-slide .team-content-slide p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .team-section .swiper-container .swiper-slide .team-content-slide p {
    font-size: 16px;
  }
}

.team-section .swiper-container .swiper-slide .team-content-slide p:first-child {
  margin-top: 0;
}

.team-section .swiper-button {
  background-image: none !important;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  position: unset;
  padding-top: 50px;
  width: auto;
  height: 100%;
  margin-top: 0;
}

@media (max-width: 768px) {
  .team-section .swiper-button {
    padding-top: 30px !important;
  }
}

@media (max-width: 575px) {
  .team-section .swiper-button {
    padding-top: 10px !important;
  }
}

.team-section .swiper-button button {
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  padding: 0;
}

.team-section .swiper-button button:hover {
  color: rgb(193, 234, 235);
}

.team-section .swiper-button button:hover,
.team-section .swiper-button button:focus,
.team-section .swiper-button button:active,
.team-section .swiper-button button:focus-visible {
  box-shadow: none;
  outline: none;
  border-color: transparent;
}

.team-section .swiper-button-prev span {
  display: inline-block;
  background-color: rgb(193, 234, 235);
  background-image: url(../images/icon-arrow-left.svg), url(../images/icon-arrow-left.svg);
  background-position: 7px 9px, 37px 9px;
  background-repeat: no-repeat, no-repeat;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.3s;
}

.team-section .swiper-button-prev:hover {
  border-color: rgb(255, 255, 255);
}

.team-section .swiper-button-prev:hover span {
  background-position: -25px 9px, 7px 9px;
}

.team-section .swiper-button-next span {
  display: inline-block;
  background-color: rgb(193, 234, 235);
  background-image: url(../images/icon-arrow-right.svg), url(../images/icon-arrow-right.svg);
  background-position: -25px 9px, 7px 9px;
  background-repeat: no-repeat, no-repeat;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-left: 10px;
  transition: 0.3s;
}

.team-section .swiper-button-next:hover {
  border-color: rgb(255, 255, 255);
}

.team-section .swiper-button-next:hover span {
  background-position: 7px 9px, 37px 9px;
}

.speaker-section {
  position: relative;
}

.speaker-section .video-section video {
  max-height: 900px;
  min-height: 700px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1400px) {
  .speaker-section .video-section video {
    max-height: 900px;
    min-height: 850px;
  }
}

@media (max-width: 1199px) {
  .speaker-section .video-section video {
    max-height: 1000px;
    min-height: 900px;
  }
}

@media (max-width: 575px) {
  .speaker-section .video-section video {
    max-height: 1000px;
    min-height: 1000px;
  }
}

.speaker-section .content-section {
  background-color: rgba(2, 3, 3, 0.6);
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dhf-projects-section {
  background-image: url(../images/element-stars-yellow.svg), url(../images/element-arrow-draw-skyblue.svg), url(../images/element-clouds.svg);
  background-position: 13% 10%, 60% 11%, 35% 98%;
  background-repeat: no-repeat;
}

@media (max-width: 1440px) {
  .dhf-projects-section {
    background-position: 13% 10%, 63% 11%, 35% 98%;
  }
}

@media (max-width: 1199px) {
  .dhf-projects-section {
    background-position: 8% 8%, 70% 9%, 36% 99.5%;
  }
}

@media (max-width: 768px) {
  .dhf-projects-section {
    background-image: none;
  }
}

.dhf-projects-section .dhf-slider {
  height: 100%;
}

.dhf-projects-section .dhf-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dhf-projects-section .dhf-slider .swiper-button {
  width: auto;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  background-size: 24px;
  background-position: center;
}

.dhf-projects-section .dhf-slider .swiper-button.swiper-button-prev {
  background-image: url(../images/icon-arrow-left.svg);
}

.dhf-projects-section .dhf-slider .swiper-button.swiper-button-next {
  background-image: url(../images/icon-arrow-right.svg);
}

.dhf-projects-section .dhf-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

@media (max-width: 1199px) {
  .dhf-projects-section .dhf-content {
    padding-bottom: 150px !important;
  }
}

.dhf-projects-section .dhf-content .video-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .dhf-projects-section .dhf-content .video-link img {
    width: 80px;
  }
}

.faqs-section {
  background-image: url(../images/element-star-peach.svg), url(../images/element-question.svg), url(../images/element-stars-2-yellow.svg);
  background-position: 20% 100px, 87% 200px, 10% 83%;
  background-repeat: no-repeat;
}

@media (max-width: 1440px) {
  .faqs-section {
    background-position: 20% 100px, 87% 110px, 10% 96%;
  }
}

@media (max-width: 1199px) {
  .faqs-section {
    background-position: 16% 80px, 90% 90px, 10% 98%;
  }
}

@media (max-width: 768px) {
  .faqs-section {
    background-image: none;
  }
}

.faqs-section .accordion-item {
  border-radius: 20px;
  font-family: "Kanit", sans-serif !important;
  color: rgb(255, 255, 255);
  border: 0;
  background-color: rgb(2, 3, 3);
}

.faqs-section .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.faqs-section .accordion-item .accordion-header .accordion-button {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  border-radius: 20px !important;
  background-color: rgb(2, 3, 3);
  color: rgb(249, 209, 40);
  box-shadow: none;
}

.faqs-section .accordion-item .accordion-header .accordion-button.collapsed {
  color: rgb(255, 255, 255);
}

.faqs-section .accordion-item .accordion-header .accordion-button.collapsed::after {
  background-image: url(../images/icon-plus.svg);
}

.faqs-section .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../images/icon-minus.svg);
}

.faqs-section .accordion-item .accordion-body {
  font-family: "Kanit", sans-serif !important;
  font-size: 18px;
  font-weight: 300;
}

.lets-connect-section {
  background-image: url(../images/element-quote.svg), url(../images/element-curv-arrow-yellow.svg);
  background-position: 13.5% 24.8%, 83% 250px;
  background-repeat: no-repeat;
}

@media (max-width: 1440px) {
  .lets-connect-section {
    background-position: 1% 21.8%, 90% 220px;
  }
}

@media (max-width: 1199px) {
  .lets-connect-section {
    background-image: none;
  }
}

.lets-connect-section .contact-form .form-label {
  font-family: "Kanit", sans-serif !important;
  font-size: 1rem;
  color: rgb(255, 255, 255);
  font-weight: 300;
}

.lets-connect-section .contact-form .form-control {
  border-radius: 0;
  background-color: rgb(2, 3, 3);
  border-color: rgba(193, 234, 235, 0.4);
  color: rgb(255, 255, 255);
  transition: 0.3s;
  padding: 17px 20px;
  font-family: "Kanit", sans-serif !important;
}

.lets-connect-section .contact-form .form-control:hover {
  border: 1px solid rgb(95, 180, 169);
}

.lets-connect-section .contact-form .form-control:focus,
.lets-connect-section .contact-form .form-control:active {
  border: 1px solid rgb(95, 180, 169);
  box-shadow: 0 0 0 4px rgba(193, 234, 235, 0.2);
}

.lets-connect-section .contact-form ::-moz-placeholder {
  color: rgb(255, 255, 255);
  font-family: "Kanit", sans-serif !important;
  opacity: 0.4;
}

.lets-connect-section .contact-form ::placeholder {
  color: rgb(255, 255, 255);
  font-family: "Kanit", sans-serif !important;
  opacity: 0.4;
}

.footer-section {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Kanit", sans-serif !important;
  color: rgb(255, 255, 255);
  font-size: 22px;
  line-height: 34px;
}

.footer-section span {
  opacity: 0.4;
}

.footer-section a {
  color: rgb(255, 255, 255);
  transition: 0.3s;
  opacity: 0.4;
  text-decoration: none;
}

.footer-section a:hover {
  opacity: 1;
}

.read-more {
  color: rgb(249, 209, 40);
  background-color: transparent;
  border: none;
}

label.error,
span.error {
  color: red;
}

/*# sourceMappingURL=style.css.map */

/* for validation css */
#responseMessage {
  background-color: #004e00;
  padding: 15px;
  font-size: 15px;
  font-family: "Kanit", sans-serif !important;
  text-transform: uppercase;
  font-weight: 400;
}

.text-yellow {
  color: #f9d128
}

label.error,
span.error {
  font-size: 18px;
}

/*START NEWSLETTER CSS*/
.newsletter_heading {
  color: #676868;
}

.subscribe {
  display: block;
  position: relative;
  margin-top: 15px;
  width: 100%;
}

.subscribe__input {
  background-color: #020303;
  border: 1px solid #ffd720;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0px 50px 0 20px;
  /* text-align: center; */
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .subscribe__input {
    padding: 0 50px 0 20px;
  }
}

.subscribe__btn {
  background-color: transparent;
  border-radius: 0 25px 25px 0;
  color: #5fb4a9;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}

.subscribe__btn i {
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 768px) {
  .subscribe__btn {
    right: 0px;
  }
}

.subscribe__btn:hover i {
  color: #ffd720;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*END NEWSLETTER CSS*/
.watch-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  font-size: 22px;
  color: #000;
  background-color: #f9d128;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.watch-btn:hover {
  background-color: #ffcc00;
  transform: translateY(-2px);
}

.content-section {
  position: absolute;
  top: 30%;
}

.section .h1 {
  line-height: 1;
}

.watch-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.watch-section img {
  height: 35px;
}

.newsletter-section {
  text-align: center;
}

.newsletter-box {
  background: #020303;
  padding: 20px 20px;
  border-radius: 12px;
  max-width: 350px;
  margin: auto;
  box-shadow: 0 5px 25px rgb(255 215 0 / 50%);
  color: white;
}

.newsletter-box h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.newsletter-box p {
  color: #ffd700;
  margin-bottom: 30px;
}

#newsletterForm input {
  width: 100%;
  padding: 12px 18px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

#newsletterForm button {
  padding: 14px 30px;
  font-size: 1rem;
  background-color: #ffd700;
  color: #000;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#newsletterForm button:hover {
  background-color: #ffcc00;
}

#subscribe__btn {
  /* position: relative; */
  overflow: hidden;
}

.loader {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  border-top: 3px solid #1fc0f3;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background: #000;
}

.modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

@media (max-width: 600px) {
  .modal-content {
    width: 95%;
    height: auto;
  }
}