@font-face {
  font-family: Prestige;
  src: url(../font/prestige/Prestige.ttf);
}

@font-face {
  font-family: Montserrat-bold;
  src: url(../font/Montserrat-Bold.ttf);
}

@font-face {
  font-family: EBGaramond;
  src: url(../font/EBGaramond-VariableFont_wght.ttf);
}

@font-face {
  font-family: Sarabun-Bold;
  src: url(../font/Sarabun-Bold.ttf);
}

@font-face {
  font-family: Sarabun-Regular;
  src: url(../font/Sarabun-Regular.ttf);
}

@font-face {
  font-family: Sarabun-SemiBold;
  src: url(../font/Sarabun-SemiBold.ttf);
}

@font-face {
  font-family: Montserrat-regular;
  src: url(../font/montserrat/Montserrat-Light.ttf);
}

@font-face {
  font-family: Montserrat-ebold;
  src: url(../font/montserrat/Montserrat-ExtraBold.ttf);
}

.container {
  z-index: 0;
  width: 92.708%;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  background-image: url(../images/backdrop.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}

/* @media only screen and (min-width: 1520px) {
    .page-wrapper {
        max-width: 1200px;
    }
} */
@media only screen and (max-width: 575px) {
  .d-md-block {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }
}

@media only screen and (min-width: 575px) {
  .d-md-block {
    display: block !important;
  }

  .d-sm-block {
    display: none !important;
  }

  .navbar>.container-fluid {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .d-md-block {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .navbar>.container-fluid {
    justify-content: center;
  }
}

/* Header & Banner Section */
button.navbar-toggler {
  border-color: #fff !important;
  padding: 5px 5px;
}

span.navbar-toggler-icon {
  filter: invert(1);
}

div#navbarSupportedContent {
  background-color: transparent;
  padding: 1rem;
  text-align: right !important;
}

.navbar-expand-lg .navbar-nav {
  width: 100%;
  justify-content: center;
}

.banner-bg {
  z-index: 1;
  background-color: #000;
  /*padding-bottom: 200px;*/
  padding-bottom: 110px;
  background-image: url('../images/bg-banner-canvas.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  /*background-size: 100% 40%;*/
  background-size: 100%;
}

.speaker-banner-bg {
  padding-bottom: 0;
  background-image: none;
}

.banner-bg-2 {
  z-index: 1;
  background-color: #000;
  /*padding-bottom: 200px;*/
  padding-bottom: 140px;
  background-image: url('../images/sec2-bg-canvas.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.banner-bg-2 .title {
  color: #00a9e8;
  font-size: 50px;
  font-family: Sarabun-Bold;
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 0;
}

.banner-bg-2 .subtitle {
  text-align: center;
  font-size: 26px;
  font-family: Sarabun-Bold;
}

.banner-area .navbar-collapse {
  justify-content: center;
  
}

.banner-area .nav-link {
  color: #00a9e8;
  font-family: Montserrat-bold;
  font-size: 16px;
  margin: auto 16px !important;
}

.banner-area .nav-link:hover {
  color: #2b59ff;
}

.banner-area .btn:hover {
  background: #fff !important;
  color: #000 !important;
}

.banner-area button.btn.btn-outline-secondary {
  border-color: #fff;
  color: #fff;
  font-size: 14px;
  font-family: Montserrat-bold;
  width: 202px;
  padding: 6px;
  margin: 0px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-area .banner-image {
  height: auto;
  width: 500px;
}

.banner-area .content-box {
  text-align: end;
}

.banner-area .client-logo {
  width: 62%;
  margin-top: 1rem;
}

.banner-area .heading {
  color: #00a9e8;
  font-size: 60px;
  font-family: EBGaramond;
  margin-top: 2rem;
}

.banner-area .heading-bold {
  color: #fff;
  font-size: 30px;
  font-family: Sarabun-Regular;
}

.banner-area .divider {
  position: relative;
  display: inline-block;
  width: 64%;
  height: 2px;
  background: #00a9e8;
  margin: 1.5rem 0rem;
}

.banner-area .venue .date {
  color: #fff;
  font-size: 26px;
  font-family: Sarabun-Bold;
}

.banner-area .venue .location {
  color: #fff;
  font-size: 20px;
  font-family: Sarabun-Bold;
}

@media only screen and (max-width: 767px) {
  .backimage img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -8rem;
  }
}

@media only screen and (max-width: 575px) {
  div#navbarSupportedContent {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1rem;
    text-align: center;
  }

  .navbar-expand-lg .navbar-nav {
    width: unset;
    justify-content: center !important;
    
  }

  .banner-area .nav-link {
    text-align: center;
  }

  .banner-area .banner-image {
    width: auto;
    float: unset;
    height: 445px;
    filter: brightness(0.3);
  }

  .banner-area .heading {
    font-size: 40px;
    margin-top: 1rem;
  }

  .banner-area .heading-bold {
    font-size: 20px;
  }

  .banner-area .venue .date {
    font-size: 16px;
  }

  .banner-area .venue .location {
    font-size: 16px;
    margin-bottom: 2rem;
  }

  .content-box {
    z-index: 2;
    position: relative;
  }

  .backimage {
    position: relative;
  }

  .backimage img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -10rem;
  }

  .banner-area .divider {
    width: 64%;
    height: 1px;
    margin: 0.5rem 0rem;
  }

  .banner-area button.btn.btn-outline-secondary {
    width: 100%;
    margin: 0px 28px;
  }
}

/* speaker-overview Section */
.speaker-overview {
  z-index: 1;
  position: relative;
  /* display: flex; */
  /* justify-content: center; */
  background-color: #000;
  z-index: 1;
  /*padding-bottom: 200px;*/
  padding-bottom: 120px;
  background-image: url('../images/sec2-bg-canvas.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.see-more {
  color: #fff;
  font-size: 20px;
  font-family: Montserrat-bold;
  text-decoration: none;
  text-transform: uppercase;

  i {
    /* font-size: 17px; */
    margin-left: .5rem;
  }
}

.speaker-box-new {
  position: relative;
  overflow: hidden;
}

.speaker-box-new .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding-bottom: 3rem;
  background-image: url('../images/speaker-bg.png');
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.speaker-box-new.no-btn .text {
  padding-bottom: 10px;
  justify-content: center;
}

.speaker-box-new:hover .text {
  opacity: 1;
  visibility: visible;
}

.speaker-box-new .text .speaker-name {
  color: #00a9e8;
  font-size: 25px;
  font-family: Sarabun-bold;
  margin-bottom: 5px;

  span {
    font-family: Sarabun-Regular;
    font-size: 21px;
  }
}

.speaker-box-new .text .speaker-designation {
  font-size: 14px;
  font-family: Sarabun-SemiBold;
}

.speaker-box-new .text .speaker-btn {
  background-color: #00a9e8;
  color: #fff;
  border-radius: 10px;
  padding: 14px 18px;
  text-decoration: none;
  border: 1px solid #00a9e8;
  outline: none;
  font-size: 18px;
  font-family: Sarabun-Regular;
  transition: all 0.3s ease;
  line-height: 100%;
}

.speaker-box-new .text .speaker-btn:hover {
  color: #00a9e8;
  background-color: #fff;
  border-color: #00a9e8;
}

.vector-bg {
  position: absolute;
  width: 99%;
  top: 55px;
  left: 0;
  z-index: -1;
}

.speaker-box {
  text-align: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 5px 40px 0px rgb(0, 169, 232, 0.15);
  transition: 0.3s;
  border-radius: 15px;
  padding: 23px 10px;
  /*min-height: 262px !important;*/
  border: 1px solid #00000000;
  margin: 1rem !important;
}

.speaker-box:hover {
  cursor: pointer;
  background: linear-gradient(291deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  border: 1px solid #00a9e8;
}

.speaker-overview .title {
  color: #00a9e8;
  font-size: 50px;
  font-family: Sarabun-Bold;
  margin-top: 2rem;
  text-align: center;
}

.speaker-overview .sub-title {
  color: #fff;
  font-size: 44px;
  font-family: Sarabun-Regular;
}

@media(min-width:1700px) {
  .speaker-overview .description {
    font-size: 24px;
  }
}

.glimpses .sub-title {
  font-size: 33px;
}

.speaker-box .speaker-image {
  /*width: 50%;*/
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

#speaker .row.align-items-stretch>[class*="col-"] {
  display: flex;
  justify-content: center;
}

/* Make the content box fill the column height */
#speaker .speaker-box {
  /*display: flex;*/
  /*flex-direction: column;*/
  width: 100%;
  /*height: 100%;*/
}

.speaker-box .speaker-name {
  color: #00a9e8;
  font-size: 20px;
  font-family: EBGaramond;
  margin-top: 0.5rem;
  margin-bottom: 0px;
  text-align: center;
}

.speaker-box .speaker-jd {
  color: #fff;
  font-size: 15px;
  font-family: Sarabun-Regular;
  margin-top: 0rem;
  text-align: center;
  padding: 0 0.5rem;
}

@media only screen and (max-width: 575px) {
  .banner-bg-2 .title {
    font-size: 35px;
    margin-bottom: 0;
  }

  .banner-bg-2 .subtitle {
    font-size: 18px;
  }

  .speaker-overview .title {
    font-size: 35px;
    margin-bottom: 0;
  }

  .speaker-overview .sub-title {
    font-size: 29px;
  }

  .speaker-box {
    /*height: 240px;*/
    margin: 1rem 3rem !important;
  }

  .speaker-box .speaker-name {
    font-size: 16px;
  }

  .speaker-box .speaker-jd {
    font-size: 12px;
  }

  .speaker-box .speaker-image {
    width: 54%;
    text-align: center;
  }
}

/* energy-sources */
.energy-sources {
  z-index: 1;
  background-color: #000;
}

.energy-sources .title {
  color: #00a9e8;
  font-size: 50px;
  font-family: Sarabun-Bold;
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 0;
}

.energy-sources .eng-heading {
  color: #00a9e8;
  font-size: 38px;
  font-family: Sarabun-Bold;
  margin-top: 1rem;
  text-align: left;
}

.subheading {
  color: #fff;
  font-size: 18px;
  font-family: EBGaramond;
  margin-top: 0.5rem;
  text-align: center;
}

.energy-sources .eng-description,
.energy-sources ul li {
  color: #fff;
  font-size: 16px;
  font-family: Sarabun-Regular;
  margin-top: 0rem;
  text-align: left;
}

@media(min-width: 1700px) {
  .energy-sources .eng-description,
  .energy-sources ul li {
    font-size: 18px;
  }
}

.energy-sources ul {
  padding-left: 1.4rem;
}

@media only screen and (max-width: 575px) {
  .energy-sources .title {
    font-size: 35px;
  }

  .energy-sources .eng-heading {
    font-size: 20px;
  }

  .energy-sources .eng-description {
    font-size: 16px;
  }
}

/* Location Details */
.loction-details {
  position: relative;
  background-color: #000;
  padding-bottom: 50px;
  z-index: 0;
  /* ensure content is above the pseudo-element */
}

.loction-details::before {
  content: '';
  position: absolute;
  inset: 0;
  /* shorthand for top/right/bottom/left: 0 */
  background-image: url('../images/bg-banner-canvas.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 50%;
  opacity: 0.4;
  /* adjust image transparency */
  z-index: -1;
  /* keep it behind content */
}

.loction-details .pc-logo {
  width: auto;
  padding: 3rem 0rem;
}

.loction-details .location-para {
  color: #fff;
  font-size: 24px;
  font-family: sarabun-Regular;
  padding: 0rem 6rem;
  text-align: center;
}

.loction-details .location-para-small {
  font-size: 24px;
}

.loction-details .location-para-small a,
.loction-details .location-para a {
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
}

.loction-details .location-des {
  color: #fff;
  font-size: 24px;
  font-family: Sarabun-Regular;
  margin-top: 0rem;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .loction-details .location-para {
    font-size: 20px;
    padding: 0rem 0rem;
  }

  .loction-details .location-des {
    font-size: 16px;
  }

  .loction-details .pc-logo {
    width: 50%;
    padding: 3rem 0rem;
  }
}

/* registration-details */
.registration-details {
  position: relative;
  background-color: #000;
  padding-bottom: 50px;
  z-index: 0;
}

.registration-details::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/bg-banner-canvas.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 50%;
  opacity: 0.4;
  z-index: -1;
}

.registration-details .pc-logo {
  width: auto;
  padding: 3rem 0rem;
}

.registration-details .head {
  color: #fff;
  font-size: 30px;
  font-family: EBGaramond;
  text-align: center;
  margin-bottom: 2rem;
}

.registration-details .head a {
  text-decoration: none;
  color: #00a9e8;
}

.registration-details .register-para {
  color: #fff;
  font-size: 18px;
  font-family: Sarabun-Regular;
  padding: 0rem 10rem;
  text-align: center;
}
@media(min-width:1700px) {
  .registration-details .head {
    font-size: 40px;
  }
  .registration-details .register-para {
    font-size: 24px;
  }
}

.registration-details .register-des {
  color: #fff;
  font-size: 16px;
  font-family: Sarabun-Regular;
  margin-top: 0rem;
  text-align: center;
}

.register-heading {
  color: #00a9e8;
  font-size: 30px;
  font-family: EBGaramond;
  text-align: center;
  margin-top: 3rem;
}

.register-image {
  width: auto;
}

@media only screen and (max-width: 575px) {

  .registration-details .head,
  .register-heading {
    font-size: 20px;
  }

  .registration-details .register-para {
    font-size: 16px;
    padding: 0rem 0rem;
  }

  .registration-details .register-des {
    font-size: 16px;
  }

  .registration-details .pc-logo {
    width: 50%;
    padding: 3rem 0rem;
  }

  .register-image {
    width: 100%;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  width: 80%;
}

.swiper-slide:nth-child(2n) {
  width: 60%;
}

.swiper-slide:nth-child(3n) {
  width: 40%;
}

.banner-image-wrapper {
  margin-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
p {
  color: #fff;
}

.content-box h1 {
  font-size: 55px;
}

.container-custom {
  width: 80%;
}


.enery-overview {
  z-index: 1;
  background-color: #000;
  padding-bottom: 50px;
  background-image: url('../images/sec2-bg-canvas.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 104%;
}

@media(min-width:1200px) {
  .col-xl-2 {
    padding: 0 !important;
    width: 17% !important;
  }
}

@media (max-width: 768px) {

  .banner-bg img,
  .banner-bg video {
    width: 100%;
    /*margin: 50px 0;*/
    margin: 0px 0;
    /*margin-bottom: 270px;*/
    margin-bottom: 20px;
  }

  .banner-bg-2 img {
    width: 100%;
    background-size: 120%;
  }

  .container-custom {
    width: 100%;
  }
}

.director-box img {
  outline: 2px solid #00a9e8;
  outline-offset: 6px;
  border-radius: 50%;
  margin-bottom: 2rem;
}

.director-box .d-title {
  font-size: 30px;
  color: #00a9e8;
  font-family: Sarabun-Bold;
  margin-bottom: 0.2rem;
}

.director-box .designation {
  font-size: 18px;
  color: #fff;
  font-family: Sarabun-Regular;
  margin-bottom: 0;
}
@media(min-width:1700px) {
  .director-box .d-title {
    font-size: 32px;
  }

  .director-box .designation {
    font-size: 24px;
  }
}

.speaker-modal {
  backdrop-filter: blur(7px);
}

.speaker-modal .modal-content {
  background-color: #000;
  border-radius: 0;
  background-image: url('../images/sec2-bg-canvas.png');
  background-position: center 186%;
  background-repeat: no-repeat;
}

.speaker-modal .modal-content .modal-body .close-btn {
  background-color: transparent;
  outline: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}

.speaker-modal .modal-content .modal-body .close-btn:hover {
  cursor: pointer;
  scale: 1.2;

  img {
    filter: brightness(0) invert(1);
  }
}

.speaker-modal .modal-content .modal-body {
  padding: 1.5rem;
  position: relative;
  padding-bottom: 7rem;
}

.speaker-modal .modal-content .modal-body .title {
  font-size: 50px;
  color: #00a9e8;
  font-family: Sarabun-Bold;
}

.speaker-modal .modal-content .modal-body .designation,
.speaker-modal .modal-content .modal-body .description {
  font-size: 24px;
  color: #fff;
  font-family: Sarabun-regular;
}


@media(max-width: 1600px) {
  .speaker-modal .modal-content .modal-body .title {
    font-size: 45px;
  }

  .speaker-modal .modal-content .modal-body .designation,
  .speaker-modal .modal-content .modal-body .description {
    font-size: 18px;
  }
}

@media(max-width: 1199px) {
  .speaker-modal .modal-content .modal-body .title {
    font-size: 29px;
  }
}

@media(max-width: 767px) {
  .speaker-modal .modal-content .modal-body {
    padding: .8rem;
  }

  .speaker-modal .modal-content .modal-body .close-btn {
    width: 4rem;
  }

  .speaker-modal .modal-content .modal-body .title {
    font-size: 35px;
  }

  .speaker-modal .modal-content .modal-body .designation,
  .speaker-modal .modal-content .modal-body .description {
    font-size: 16px;
  }
}

@media(max-width: 991px) {
  .speaker-modal .modal-content {
    background-position: center 100%;
  }
}


.modal-backdrop {
  --bs-backdrop-opacity: 0.7 !important;
}


.btn-download {
    background: #00a9e8;
    background-image: -webkit-linear-gradient(top, #00a9e8, #00a9e8);
    background-image: -moz-linear-gradient(top, #00a9e8, #00a9e8);
    background-image: -ms-linear-gradient(top, #00a9e8, #00a9e8);
    background-image: -o-linear-gradient(top, #00a9e8, #00a9e8);
    background-image: linear-gradient(to bottom, #00a9e8, #00a9e8);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px #666666;
    -moz-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
    font-family: Montserrat-bold;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

.btn-download:hover {
  background: #fff;
  color: #00a9e8;
  text-decoration: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        flex-grow: 0 !important;
    }
}

@media (max-width: 767px) {
    div#navbarSupportedContent {
        text-align: center !important;
    }
    
}
@media (min-width: 767px) {
    div#navbarSupportedContent {
        text-align: center !important;
    }
    
}