

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

main {
  min-height: 100vh;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}

#header .logo img {
  max-height: 40px;
}

.header-social-links {
  margin: 0 0 0 30px;
}

.header-social-links a {
  color: #9ba6af;
  padding-left: 8px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #3498db;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

.event {
  padding-top: 0;
}

.event .event-slider img {
  width: 100%;
}

.event .event-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.event .event-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.event .event-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

.event .event-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(56, 64, 70, 0.08);
}

.event .event-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.event .event-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.event .event-info ul li+li {
  margin-top: 10px;
}

.event .event-description {
  padding-top: 30px;
}

.event .event-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.event .event-description p {
  padding: 0;
}

#footer {
  color: #444444;
  font-size: 14px;
  background: #f7fbfe;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3498db;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #3498db;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3498db;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #5faee3;
  color: #fff;
  text-decoration: none;
}

.b-blue {
  background: #3498db;
}

.c-blue {
  color: #3498db;
}

.tiket-icon {
  width: auto;
  height: 2rem;
  margin-right: 1rem;
}

.tiket-selected {
  border-bottom: 1px solid #eee;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: 700;
}

.text-weight-600 {
  font-weight: 600;
}

.border-dashed {
  border: var(--bs-card-border-width) dashed var(--bs-card-border-color)!important;
  box-shadow: none !important;
}

.card {
  padding: 25px;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-22 {
  font-size: 22px;
}

.col-xs-6 {
  width: 50%;
}

.mr-20 {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .xs-full {
    width: 100%;
  }

  .col-xs-70 {
    width: 70%;
  }

  .col-xs-30 {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .xs-full {
    width: max-content;
  }
}

.card {
  background-color: white;
  border: none;
  box-shadow: 0px 0 30px rgb(56 64 70 / 8%);
}

ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: #f1416c;
  padding-left: 0.25rem;
  font-weight: 700;
}

.text-sm {
  font-size: 12px;
}

@media(min-width:801px) {
  :not(.antiMaxW801).only_show_mobile {
    display: none
  }
}

@media(max-width:801px) {
  .only_show_dekstop {
    display: none
  }
}

.fixed-bottom-mobile {
  z-index:11;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  box-shadow:0px 0 30px rgb(56 64 70 / 8%);
}

.div-fixed-bottom-mobile {
  background-color:rgba(255,255,255,0);
  z-index:11
}

.bgc-white {
  background-color:#ffffff;
}

.container-fixed-bottom-mobile {
  padding-left:12px;
  padding-right:12px;
  padding-top:8px;
  padding-bottom:8px;
  display: block;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}