/*
Theme Name: SUSTAINABLE DISTRICT OUTLOOK 2025
Author: Kabupaten Lestari
Author URI: https://kabupatenlestari.org/
Description: Our default theme for Sustainable District Outlook 2025
Tags: Kabupaten Lestari, Indonesia
Version: 1.2.16
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: SUSTAINABLE DISTRICT OUTLOOK 2025
*/


/* ====== VARIABLE ======== */

:root {

    /* === FONT === */
    --font-primary: "Space Grotesk", sans-serif;

    /* === VAR - COLOR === */

    --color-neutral-100: #0e3b43;
    --color-neutral-90: #264f56;
    --color-neutral-80: #3e6269;
    --color-neutral-70: #56767b;
    --color-neutral-60: #6e898e;
    --color-neutral-50: #879da1;
    --color-neutral-40: #9fb1b4;
    --color-neutral-30: #b7c4c7;
    --color-neutral-20: #cfd8d9;
    --color-neutral-10: #e7ebec;
    --color-neutral-0: #FFFFFF;

    --color-white: #FFFFFF;

    --color-blue-main: #3D6FA7;
    --color-blue-text-light: #ecf1f6;
    --color-blue-surface: #3D6FA7;
    --color-blue-border: #3D6FA7;
    --color-blue-hover: #376496;
    --color-blue-pressed: #315986;
    --color-blue-focus: #315986;
    --color-blue-base:#3D6FA7;

    --color-brown-main: #9D5A36;
    --color-brown-text-light: #f5efeb;

    --color-green-main: #49A970;
    --color-green-text-light: #edf6f1;

}




/*--------------------------------------------------------------
 * General
 *--------------------------------------------------------------
 */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  background-color:#ffffff;
}


body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: var(--font-primary);
  color: var(--color-neutral-100);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

a {
  color: var(--color-blue-main);
  text-decoration: none;
}

a:hover {
  color: var(--color-blue-hover);
  text-decoration: none;
}
a:focus {
  color: var(--color-blue-focus);
  text-decoration: none;
}

a[disabled] {
  background: #555 !important;
  border-color: #555 !important;
}

a[disabled]:hover {
  background: #888 !important;
  border-color: #fff !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
}
section {
  padding: 0px;
}

/*--------------------------------------------------------------
 * Back to top button
 *--------------------------------------------------------------
 */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00abbc;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #00abbc;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
 * Preloader
 *--------------------------------------------------------------
 */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ff8600;
  border-top-color: #f0c808;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
 * Disable aos animation delay on mobile devices
 *--------------------------------------------------------------
 */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


.bg-coklat {
  background-color: #9D5A36;
}
.bg-blue {
  background-color: #3D6FA7;
}
.bg-green {
  background-color: #49A970;
}
.bg-white {
  background-color: #fff;
}

/*--------------------------------------------------------------
 * HEADER
 *--------------------------------------------------------------
 */
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  background: rgba(255, 255, 255, 1);
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(255, 255, 255, 1);
  padding: 10px 0;
}

#header .logo {
  font-size: 10px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}

#header .logo a {
  color: #8EB05C;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  transition: all 0.5s;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
#header .logo a span {
  opacity: 0;
}



#header .logo img {
  max-height: 60px;
  transition: all 0.5s;
}

#header.header-scrolled .logo img {
  overflow: hidden;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}

#header.header-scrolled .logo a {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/**
 * Desktop Navigation 
 */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 8px 12px;
}

.navbar a,
.navbar a:focus {
  display: block;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 16px;
  font-weight: 400 !important;
  font-weight: 400;
  color: #242424;
  white-space: nowrap;
  transition: 0.3s;
 
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #f0c808;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #ff8600;
}

.navbar li.registration {
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  width: auto;
  border: 0 !important;
}

.navbar.menu-registration li.registration {
  opacity: 1;
  width: auto;
  padding: 8px 12px;
}

.navbar li.registration > a {
  text-shadow: none;
}

.navbar li.registration > a,
.navbar li.registration > a:focus {
  padding: 10px 14px;
  margin-left: 15px;
  border-radius: 6px;
  color: #fff;
  background: #FF8601;
  border: 2px solid #FF8601;
}


.navbar li.registration > a:hover,
.navbar li.registration > a:focus:hover {
  color: #fff;
  background: #FF8601;
  border: 2px solid #FF8601;
  
}

.navbar>ul>li.registration > a:before {
  visibility: hidden;
}

/**
 * Mobile Navigation 
 */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  color: #242424;
}

.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 7, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  margin: 0 auto;
  width: 80%;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 18px;
  color:#242424;
  text-shadow: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #ff8600;
}

.navbar-mobile li.registration {
  opacity: 1;
  width: auto;
  padding: 8px 12px;
}

.navbar-mobile li.registration > a {
  color: #000;
}

.navbar-mobile li.registration > a,
.navbar-mobile li.registration > a:focus,
.navbar-mobile li.registration > a:hover {
  padding: 12px 25px;
  margin: 15px;
  border: 0px solid #ff4a17;
  color: #fff;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #242424;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
 * HOME SECTION
 *--------------------------------------------------------------
 */
 

#home {
  width: 100%;
  position: relative;
  padding-top: 81px;
}

.section-hero {
  min-height: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(assets/img/sdo2025banner-DJI_0056-desktop.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-blue-main);
  position: relative;
  z-index: 0;
}
.overlay-banner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.section-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-hero-subtitle {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.section-hero-maintitle {
  font-size: 46px;
  line-height: 64px;
  font-weight: 700;
  padding: 0 10%;
  margin-bottom: 0px;
}
.section-hero-maintitle span {
  background-color: var(--color-blue-main);
  padding: 0 2px;
}
.section-hero-whenwhere {}

.herohead {
  position: relative;
}
.devider-top {
  width: 100%;
  height: 50px;
  position: absolute;
  top: -40px;
  left: 0px;
  opacity: 1;
  z-index: 3;
  background-image: url(assets/img/devideralpha.svg);
  background-size: 100%;
}

.devider-top-beta {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  z-index: 3;
  background-image: url(assets/img/devideralpha.svg);
  background-size: 100%;
  background-position: left bottom;
}

.devider-bottom {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  z-index: 3;
  background-image: url(assets/img/devideralpha.svg);
  background-size: 100%;
  background-position: left top;
}

.metaevent {
  display: flex;
  padding: 20px 0;
  justify-content: center;
}
.metaevent-n {
  font-size: 18px;
  line-height: 18px;
  margin: 10px;
}
.icon-metaevent {
  width: 24px;
  vertical-align: -7px;
}

.btn-register,
.btn-register:visited {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 20px;
  transition: 0.5s;
  border-radius: 8px;
  color: #fff;
  background: #FF8601;
  border: 0px solid #FF8601;
  text-shadow: none;
}

.btn-register:hover {
  background-color: #e67901!important;
  color: #fff;
}
.btn-register:focus {
  color: #fff!important;
  background-color: #e67901!important;
}



@media screen and (min-width: 1600px) {
  .section-hero {
    min-height: 900px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {

}

@media (min-width: 1024px) {
  
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-hero {
    background-size: cover;
  }
  .section-hero-maintitle {
    font-size: 36px;
    line-height: 48px;
    padding: 0px;
  }

}

@media screen and (max-width: 767px) {
  #header .logo img {
    height: 50px;
  }
  #header.header-scrolled .logo img {
    height: 50px;
  }

  #home {}

  .metaevent {
    padding: 0px 0 20px;
  }
  .metaevent-n {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .icon-metaevent {
    display: block;
    margin: 0 auto 10px;
  }

  .btn-register {
    font-size: 18px;
  }

  .devider-top-beta {
    top:-30px;
  }
  .devider-bottom {
    bottom: -30px;
  }

  .section-hero {
    min-height: 720px;
    padding-bottom: 60px;
    background-image: url(assets/img/sdo2025banner-DJI_0056-mobile.jpg);

  }
  .section-hero-subtitle {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  .section-hero-maintitle {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    padding: 0 1%;
    margin-bottom: 0px;
  }

}


/* Banner Page Inside */
.mainbanner-desktop {
  display: block;
}
.mainbanner-mobile {
  display: none;
}
.mainbanner img {
  width:100%;
  height: 350px;
  object-fit: cover;
}

.contentwrapper {
  position: relative;
}
.hero-top {
  padding-top: 0px;
}
.hero-copy {
  padding: 40px 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.hero-subtitle {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--color-neutral-100);
}

.hero-maintitle-medium {
  color: var(--color-blue-main);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}



@media screen and (min-width: 1600px) {
  .mainbanner img {
    height: 540px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .mainbanner img {
    height: 400px;
  }
}


  

@media screen and (max-width: 767px) {
  .mainbanner-desktop {
    display: none;
  }
  .mainbanner-mobile {
    display: block;
  }
  .mainbanner img {
    width:100%;
    height: auto;
    object-fit:inherit;
  }

  /* banner inside page */
  #home {
    padding-top: 71px;
  }
  .hero-copy {
    padding:30px 16px;
  }

  .hero-maintitle {
    font-size: 26px;
    line-height: 32px;
  }
  .hero-maintitle-medium { 
    font-size: 24px;
    line-height: 32px;
  }
} 


/*--------------------------------------------------------------
 * Sections General
 *--------------------------------------------------------------
 */
section .container {
  padding-top: 80px;
  padding-bottom: 60px;
}

.titlesection {
  font-weight: 700;
}



@media screen and (max-width: 767px) {
  section .container {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .row>* {
    padding-left: 26px;
    padding-right: 26px;
  }
  
  .titlesection {
    font-size: 28px;
  }

}



/*--------------------------------------------------------------
 * EVENT OVERVIEW 
 *--------------------------------------------------------------
 */

#eventoverview {
  z-index: 3;
  position: relative;
}
#eventoverview .container {
  padding-top: 70px;
}
.img-intro {
  width: 100%;
}
.intro-desc {
  padding-right: 50px;
}
.intro p {
  font-size: 1.125rem;
}

.tema {}
.tema-col {
  padding:0px; 
  background: orange; 
  display: flex; 
  flex-direction: column;
}
.tema-content-n {
  height: 100%;
  padding: 36px 30px 30px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;

}
.tema-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight:600;
}
.tema-image-one {
  margin-bottom: 0px; 
  height: 200px; 
  padding:0px 0;
}
.tema-image-one img {
  width: 100%; 
  height: 200px; 
  object-fit: cover; 
  margin-bottom: 0px;
}
.tema-image-two {
  margin-bottom: 0px; 
  height: 270px; 
  padding:0px 0;
}
.tema-image-two img {
  width: 100%; 
  height: 270px; 
  object-fit: cover; 
  margin-bottom: 0px;
}
.tema-content-n.bg-coklat {
  color: var(--color-brown-text-light);
}
.tema-content-n.bg-blue {
  color: var(--color-blue-text-light);
}
.tema-content-n.bg-green {
  color: var(--color-green-text-light);
}

.tema-image-mobile {
  display: none;
}
.tema-image-desktop {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #eventoverview .container {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .intro-desc {
    padding-right: 0px;
  }
  .tema-image-mobile {
    display: block;
  }
  .tema-image-desktop {
    display: none;
  }
  .tema-image-two,
  .tema-image-two img {
    height: 240px;
  }
}




/*--------------------------------------------------------------
 * ORNAMENT LEFT RIGHT
 *--------------------------------------------------------------
 */
.ornament-section {
  position: relative;
}

.ornament-left-alpha,
.ornament-right-alpha {
  width: 200px;
  height: 450px;
  background-image: url(assets/img/Festival%20Lestari_LB-1000.png);
  background-repeat: no-repeat;
  background-size: 400px;
}

.ornament-left-alpha {
  position: absolute;
  left: 0px;
  top: -200px;
  z-index: 0;
  background-position: top 0px left -198px;
}

.ornament-right-alpha {
  position: absolute;
  right: 0px;
  top:-240px;
  z-index: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ornament-left-alpha,
  .ornament-right-alpha {
    width: 120px;
    height: 350px;
    background-size: 300px;
  }
  .ornament-left-alpha { 
    top: -100px;
    background-position: top 0px left -200px;
  }
  .ornament-right-alpha {
    top:-140px;
    width:180px;

  }
}

@media screen and (max-width: 767px) {
  .ornament-left-alpha,
  .ornament-right-alpha {
    width: 120px;
    height: 350px;
    background-size: 230px;
  }
  .ornament-left-alpha { 
    top: -100px;
    background-position: top 0px left -116px;
  }
  .ornament-right-alpha {
    top:-140px;
    background-position: top 0px left 10px;
  }
}

/*--------------------------------------------------------------
 * PROFIL KABUPATEN
 *--------------------------------------------------------------
 */

#profil {
  padding: 120px 0 120px;
  position: relative;
}
#profil .container {
  padding-bottom: 10px;
  padding-top: 0px
}

#profil .titlesection {
  margin-bottom: 0px;
}
.line-devider-2 {
  width:170px!important; margin: 0 auto!important;

}
.owl-stage {
  overflow-x: hidden!important;
}
.owl-carousel .owl-stage { 
  display: flex; 
}
.item {
  height: 100%;
  background: #F1F2F6;
  color: #0E3B43;
  padding: 30px 20px 20px;
}
.img-kab {
  width: 50px!important;
  height: auto!important;
  margin-bottom: 10px;
}
.title-kab {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}
.item p {
  font-size: 14px;
}

.owl-theme .owl-dots .owl-dot span {
  color: #F1F2F6;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: #FF8601!important;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 36px;
}

.loop {
  margin-bottom: 40px;
}


/*--------------------------------------------------------------
 * PEMBICARA 
 *--------------------------------------------------------------
 */

#speaker {
  background: #49A96F;
  color: #fff;
  position: relative;
  padding-top: 40px;
}
.row-listspeaker {
  padding-top: 30px;
  margin-bottom: 40px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.item-speaker {
  width: 18%;  
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.item-speaker-desc {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.foto-speaker {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  filter:grayscale(100%);
  object-fit: cover;
}
.nama-pembicara {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0px;
}
.nama-pembicara a {
  color: #fff;
}
.nama-desc {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px;
  color: #fff;
}

.todetail {
  font-size: 12px;
  letter-spacing: 0.5px;
}


/* modal pembicara */
.white-popup-block {
  background: #49A96F;
  padding: 10%;
  display: flex;
  gap:40px;
  color: #fff;
  font-size: 18px;
  height: 80vh;
  overflow-y: scroll;
}
.modal-pembicara-foto {
  max-width: 100%;
  margin-bottom: 0px;
}
.modal-pembicara-foto img {
  width: 300px;
  filter: grayscale(100%);
}
.modal-pembicara-desc {
  display: flex;
  flex-direction: column;
  gap:20px;
}
.modal-pembicara-title {
  font-size: 32px;
}
.modal-pembicara-title span {
  background: #3D6FA7;
  padding:0 5px;
}

.popup-modal {
  color: #fff;
  display: flex;
}
.popup-modal:hover,
.popup-modal:focus,
.popup-modal:visited {
  color: #fff;
}

.popup-modal-dismiss {
  display: block;
  position: absolute;
  top: -70px;
  right: 0px;
  width: 70px;
  height: 70px;
  color: #fff;
  background: var(--color-brown-main);
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-modal-dismiss i {
  font-size: 60px;
}


@media screen and (max-width: 1399px) {
  .item-speaker {
    width: 17%;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .item-speaker {
    width: 21%;
  }
  .nama-pembicara {
    font-size: 16px;
    line-height: 20px;
  }
  .nama-desc {
    font-size: 13px;
    line-height: 17px;
  }

  .white-popup-block {
    padding: 4%;
    font-size: 16px;
  }
  .modal-pembicara-foto img {
    width: 220px;
  }

  .modal-pembicara-title {
    font-size: 28px;
  }

}
@media screen and (max-width: 767px) {
  #speaker .titlesection {
    text-align: center;
    margin-bottom: 40px;
  }

  .row-listspeaker {
    gap: 16px;
  }

  .item-speaker {
    width: 100%;
    margin-bottom: 0px;
    flex-direction: row;
    gap: 20px;
    display: flex;
  }
  .item-speaker-desc {
    gap: 8px;
  }
  .foto-speaker {
    width: 100px;
    height: 100px;
    margin-top: 6px;
  }
  .nama-pembicara {
    font-size: 18px;
    line-height: 26px;

  }
  .nama-desc {
    font-size: 14px;
    line-height: 18px;
  }

  .white-popup-block {
    flex-direction: column;
    padding: 6%;
    height: 75vh;
     font-size: 16px;
  }
  .popup-modal-dismiss {
    width: 50px;
    height: 50px;
    top: -50px;
  }
  .modal-pembicara-foto {
    max-width: 60%;
    display: block;
    margin: 0 auto;
  }
  .modal-pembicara-foto img {
    width: 100%;
  }

  .modal-pembicara-title {
    font-size: 22px;
  }
  
}


/*--------------------------------------------------------------
 * JADWAL
 *--------------------------------------------------------------
 */

#jadwal {
  position: relative;
  z-index: 3;
  padding-top: 40px;
}
#pills-tab {
  gap:10px;
}

.btn-pill {
  border-radius: 70px!important;
  background: #eee;
  min-width: 150px;
  font-size: 20px;
  font-weight: 500;
}
.line-alpha {
  width: 100%;
}
.line-alpha img {
  width: 100%;
  height: 9px;
  object-fit:cover;
  object-position: center center;
}

#jadwal .nav-pills .nav-link.active, 
#jadwal .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #49A970
}

#jadwal .nav-link {
  color: #49A970;
}

.tanggal {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #3D6FA7;
}

.jadwal-n-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.jadwal-n-head-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.jadwal-n-head {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.jadwal-n-thumb {
  margin-bottom: 0px;
}
.jadwal-n-thumb img {
  height: 120px;
}

.jadwal-n-jam {
  min-width: 200px; 
}

.jadwal-n-title-acara {
  font-size: 20px;
}
.jadwal-n-title-acara small {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #jadwal {
    padding-bottom: 30px;
  }
  .btn-pill,
  .tanggal,
  .jadwal-n-title-acara {
    font-size: 18px;
  }
  .jadwal-n-head {
    flex-direction: column;
    align-items: start;
    gap:0px;
  }
   

  .jadwal-n-jam { 
    min-width: 100%;
  }
  .line-alpha {
    margin: 10px 0;
  }

}


/*--------------------------------------------------------------
 * KILASBALIK
 *--------------------------------------------------------------
 */

#kilasbalik {
  text-align: center;
  padding: 120px 0 60px;
  position: relative;
  z-index: 3;
}
.cerita-slider .item {
  padding: 0px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #3D6FA7;
  padding: 90px 0 20px;
  color: #F1F2F6;
  position: relative;
}
#footer a {
  color: #F1F2F6;
}
#footer a:hover {
  color: #fff;
}

.footer-section {
  margin-bottom: 50px
}

.logo-footer {
  width: 190px;
  height: auto;
  margin: 0 0 20px;
}

.titlecol-footer {
  font-size: 18px;
  height: 24px;
}

.kontak-column {
  display: flex;
  flex-direction: column;
}
.icon-sm {
  width: auto;
  height:24px;
  width:auto;
  margin:5px 5px 5px 0;
}
.icon-sm:hover {
  opacity: 0.7;
}
.kontakitem {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.iconkontak {
  height: 24px;
  margin-right: 16px;
}
.kontakitem p {
  margin: 0px;
}

.titlecol-footer {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}

.menufooter {}
.menufooter ul {
  margin:0;
  padding: 0px;
}
.menufooter li {
  list-style: none;
  margin: 0px 0 20px;
  padding: 0px;
  font-size: 14px;
  line-height: 18px;
}
.menufooter a {
  color: #F1F2F6;
}
.menufooter a:hover {
  color: #fff;
}


/* OTHER - CERITA */

.cerita-img {
  width: 100%;
}
.cerita-img img {
    width: 100%;
    height: auto;
}

.magnific-img img {
    width: 100%;
    height: auto;
}

.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
a.image-popup-vertical-fit-B {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.88;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 1 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 98%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }




/* FORM */
.required {
  color: red!important;
  font-weight: 600;
  font-size: 18px;
}
.required.small {
  font-size: 15px;
}

.panel-alpha {
  border-radius: 0px;
  border-top: 4px solid #dfc8ba;
  background: #FFF;
  padding: 2.5rem;
  box-shadow: -2px 2px 14px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: -2px 2px 14px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: -2px 2px 14px 0px rgba(0,0,0,0.1);
}
@media screen and (max-width: 767px) {
    .panel-alpha {
        padding: 1rem;
    }
}

.form-label {
    color: var(--color-neutral-100);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.question-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}


/* Custom Radio Checkbox */
/* custom checkboxes */
/***** RADIO BUTTON STYLES *****/
.rdio {
  position: relative;
  display: flex;
}
.rdio input[type=radio] {
  opacity: 0;
}
.rdio label {
  padding-left:20px;
  cursor: pointer;
  margin-bottom: 7px !important;
}
.rdio label:before {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid var(--color-blue-main);
  background: #fff;
}
.rdio input[type=radio] {
  margin: 0px;
}
.rdio input[type=radio]:disabled + label {
  color: #999;
}
.rdio input[type=radio]:disabled + label:before {
  background-color: #2196F3;
}
.rdio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 14px;
  height: 14px;
  background-color: var(--color-blue-main);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.rdio-default input[type=radio]:checked + label:before {
  border-color: #2196F3;
}

.rdio-primary input[type=radio]:checked + label:before {
  border-color: #2196F3;
}
.rdio-primary input[type=radio]:checked + label::after {
  background-color: #2196F3;
}

.custom-checkbox > [type=checkbox], .custom-checkbox label {
  /*margin-bottom:0px !important;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox > [type=checkbox]:not(:checked), 
.custom-checkbox > [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label, 
.custom-checkbox > [type=checkbox]:checked + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}


.custom-checkbox > [type=checkbox]:not(:checked) + label:before, 
.custom-checkbox > [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  margin-top: -9px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-blue-main);
  background: #ffffff;
  border-radius: 2px;
}




.custom-checkbox > [type=checkbox]:not(:checked) + label:after, 
.custom-checkbox > [type=checkbox]:checked + label:after {
  font: normal normal normal 18px/1 "FontAwesome";
  content: "\f00c";
  position: absolute;
  top: 11px;
  margin-top: -7px;
  left: 4px;
  color: var(--color-brown-main);
  xtransition: all 0.2s;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox > [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type=checkbox][data-indeterminate] + label:after {
  content: "−";
  left: 2px;
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}
.custom-checkbox > [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #fbc52d;
}
.custom-checkbox > [type=checkbox]:disabled:checked + label:after {
  color: #fbc52d;
  cursor: not-allowed;
}
.custom-checkbox > [type=checkbox]:disabled + label {
  color: #aaa;
  cursor: not-allowed;
}
.custom-checkbox > [type=checkbox]:checked:focus + label:before, .custom-checkbox > [type=checkbox]:not(:checked):focus + label:before {
  border: 2px solid var(--color-blue-main);
}
.custom-checkbox label:hover:before {
  border: 2px solid var(--color-blue-main) !important;
}
.custom-checkbox [type=checkbox]:disabled:not(:checked) + label:hover:before, .custom-checkbox [type=checkbox]:disabled:checked + label:hover:before {
  border: 2px solid var(--color-blue-main) !important;
}

.custom-checkbox > [type=checkbox]:checked + label:before {
    background-color: var(--color-blue-main);
}
.custom-checkbox > [type=checkbox]:checked + label:after {
    color: #fff;
}
  



/* ====== Thanks Page  ======== */
/* =================================== */

.thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    text-align: center;
}
.icon-berhasil {
    height:80px;
    color: var(--color-green-main); 
    display: inline-block; 
    margin-bottom: 20px;
    font-size: 64px;
}


.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}


.bd-callout-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-left:0.25rem solid #ffe69c;
}
