/**
* Template Name: Nova
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/nova-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Reddit Sans", sans-serif;
  --font-primary: "Reddit Sans", sans-serif;
  --font-secondary: "Reddit Sans", sans-serif;
}

/* Colors */
:root {
  --color-default: #2b180d;
  --color-primary: #f0a500;
  --color-secondary: #1b1a17 ;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

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

body {
    font-family: var(--font-default);
    color: var(--color-default);
    /*background-image: url(https://preview.padc-platinumceramics.com/frontend/assets/img/logo/bgopacity.svg);*/
    /*background-repeat: repeat;*/
    /*background-size: contain;*/
    /*background-color: rgba(255, 255, 255, 0.8);*/
    /*background-color: rgb(255 255 255 / 87%);*/
    /*background-blend-mode: overlay;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #82cbed;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
.dis{
    display: flex;
    justify-content: center;
}
.juri_border{
    border-radius: 100%;
    border: 1px solid #f0a500;
    padding: 0.75rem;
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
   
}
.juri_border img{
    border-radius: 100%;
    /*aspect-ratio: 1 / 1;*/
    object-fit: cover;
    /*width: 100%;*/
    /*height: 150px;*/
    width: 150px;
    height: calc(150px * 1 / 1);
}
.juri_text{
    text-align: center;
}
.juri_text h3{
    font-size: 1.25rem;
    color: #666666;
}
.juri_text p{
    color: #999999;
    font-size: 1em;
    margin-bottom: 0px;
}
.img-fluid{
    width: 100%;
}
section {
  overflow: hidden;
  padding: 75px 0 75px 0;
}

.section-header {
  text-align: center;
  padding-bottom: 12px;
}

.section-header h2 {
  color: black;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  /*width: 60px;*/
  /*height: 2px;*/
  /*background: #f0a500;*/
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
}
#firstplace{
    /*transform: translate(0%, 50%);*/
    transform: translate(0%, 0%);
    z-index: 23;
}
#secondplace{
    /*transform: translate(0%, 50%);*/
    transform: translate(0%, 0%);
    z-index: 23;
}
#thirdplace{
    /*transform: translate(0%, 50%);*/
    transform: translate(0%, 0%);
    z-index: 23;
}
.card-prize{
    -webkit-box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #FFFEFD;
    padding: 22px 44px 22px 44px;
}
.card-prize .lazy{
    width: 60px;
    height: 100%;
}

.card-prize .nominal .atas{
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.088px;
}
.card-prize .nominal .bawah{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.064px;
}

.shdetail-prize{
    /*transition: opacity 1s ease-out;*/
    opacity: 1;
    /*height: 0;*/
    overflow: hidden;
}
.detail-prize{
    display: flex;
    justify-content: center;
    position: relative;
}
.centered {
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -59%);
}
.centered .list{
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.032px;
    margin-bottom: 24px;
}
.centered .list img{
    height: 100%;
}



@media only screen and (max-width: 768px) {
    .card-prize{
        padding: 22px 10px 22px 10px;
    }
    .card-prize .lazy{
        width: 36px;
    }
    .card-prize .nominal .atas{
        font-size: 14px;
    }
    .card-prize .nominal .bawah{
        font-size: 12px;
    }
    .centered {
        width: 140px;
    }
    .centered .list{
        font-size: 10px;
        margin-bottom: 5px;
        gap: 14px;
    }
    .centered .list img {
        width: 14px;
    }
    .detail-prize svg{
        height: 100%;
        width: 80%;
    }
}

.custom_popup{
    border-top: 15px solid #F8C028;
    border-radius: 10px;
}
.custom_popup .modal-body{
    margin-top: 22px;
}
.custom_popup .txt{
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.072px;
}
.custom_popup input{
    border-radius: 16px;
    border: 1px solid #FABF25;
    background: #F5F5F5;
}
.logobawah{
    max-height: 62px !important;
}
@media screen and (max-width: 576px) {
    .logobawah{
        max-height: 44px !important;
    }
}

.titlejuri{
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
   .titlejuri {
    font-size: 28px;
}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 140px 0 60px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs:before {
  content: "";
  background-color: rgba(27, 47, 69, 0.7);
  position: absolute;
  inset: 0;
}

.breadcrumbs h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-primary);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}


.breadcrumbs-follow {
  padding: 140px 0 60px 0;
  min-height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs-follow:before {
  content: "";
  background-color: rgba(27, 47, 69, 0.7);
  position: absolute;
  inset: 0;
}

.breadcrumbs-follow h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-primary);
}

.breadcrumbs-follow ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.breadcrumbs-follow ol a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.breadcrumbs-follow ol a:hover {
  text-decoration: underline;
}

.breadcrumbs-follow ol li+li {
  padding-left: 10px;
}

.breadcrumbs-follow ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}
.breadcrumbs-follow .send-link{
    color: #fff !important;
    font-weight: 900 !important;
    padding: 4px 10px 6px 10px !important;
    letter-spacing: 1px;
    border-radius: 10px;
    background: #f0a500;
    font-family: var(--font-default);
    font-size: 15px;
}
.launch{
  text-align: center;
  color: #fff;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #f0a500;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

.scroll-top:hover {
  background: #f0a500;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--color-primary);
  border-top-color: #fff;
  border-radius: 50%;
  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;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 24px 0;
}

@media (max-width: 1200px) {
  .header {
    padding: 12px 0;
  }
}

.header.sticked {
  background: #1b1a17 ;
  padding: 12px 0;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-secondary);
  margin: 0;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
  .navbar .dropdown ul a {
    color: var(--color-secondary);
  }
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

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

  .navbar li {
    position: relative;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 15px 30px;
    font-family: var(--font-default);
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    transition: 0.3s;
  }

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

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

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    right: 0px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.2s;
  }

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

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-secondary);
  }

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

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide,
  .btn-nav-showhide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #1b1a17 ;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-default);
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

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

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

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: rgb(255, 255, 255);
  }

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

  .mobile-nav-show {
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
  }

  .mobile-nav-hide {
    color: rgba(255, 255, 255, 0.9);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(71, 71, 71, 0.7);
    z-index: 9996;
  }
}


.navbar-mob{
  margin-left: 8px;
  display: block;
}
@media screen and (max-width:1279px){
  .navbar-mob{
    display: none;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  background: url("../img/padc-background-1.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  z-index: 3;
}

@media (min-width: 1279px) {
  .hero:after {
    position: absolute;
    content: "";
    width: 100%;
    opacity: 74%;
    background: var(--color-secondary);
    top: 0;
    bottom: 0;
  }
}
 @media (max-width: 1279px) {
  .hero:after {
    position: absolute;
    content: "";  
    width: 100%;
    opacity: 74%;
    background: var(--color-secondary);
    top: 0;
    bottom: 0;
  }
} 

.hero:before {
  position: absolute;
  content: "";
  background: rgba(27, 47, 69, 0.6);
  inset: 0;
}

@media (max-width: 1034px) {
  .hero:before {
    background: rgba(27, 47, 69, 0.7);
  }
}

.hero .container {
  z-index: 1;
}

@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}

.hero h2 {
    text-align: center;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #f0a500 ;
  font-family: var(--font-secondary);
}

.hero blockquote {
    color: #fff;
    /* padding-left: 20px; */
    font-size: 15px;
    font-family: var(--font-default);
    border-bottom: 2px solid var(--color-primary);
    margin: 0px 0 17px 0;
}

.hero .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #f0a500;
}

.btn-get-started {
  margin-left: 19px;
  padding: 4px 10px 6px 10px !important;
  letter-spacing: 1px;
  border-radius: 10px;
  background: #f0a500;
}
.btn-get-started:hover {
  background: #ad7600;
}
.btn-follow {
  margin-left: 0px;
  margin-top: 20px;
  padding: 4px 20px 6px 20px !important;
  letter-spacing: 1px;
  border-radius: 10px;
  background: #f0a500;
}
.btn-follow:hover{
  background: #ad7600;
}

.btn-popup {
  margin-left: 0px;
  margin-top: 20px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  transition: 0.5s;
  color: #fff;
  padding: 6px 10px 6px 10px !important;
  letter-spacing: 1px;
  border-radius: 10px;
  border-color: white;
  border: 1px;
  background: #f0a500;
}

.hero .btn-count-login {
    color: #fff !important;
    font-weight: 900 !important;
    padding: 4px 10px 6px 10px !important;
    letter-spacing: 1px;
    border-radius: 10px;
    background: #f0a500;
    margin-left: 0px;
    margin-top: 20px;
    font-size: 15px;
    display: inline-block;
    transition: 0.5s;
}
.hero .btn-count-login:hover {
  background: #ad7600;
}
.hero .btn-get-started:hover {
  background: rgba(86, 184, 230, 0.8);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: #fff;
}

.hero .btn-watch-video:hover i {
  color: #82cbed;
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
    line-height: 1;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Why Choose Us Section
--------------------------------------------------------------*/
.why-us {
  padding-bottom: 0;
}

.why-us .img-bg {
  min-height: 500px;
  background-size: cover;
}

.why-us .slides {
  background-color: #f7f9fc;
}

.why-us h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-secondary);
}

.why-us h4 {
  font-size: 18px;
  font-weight: 400;
  color: #29486a;
  font-family: var(--font-secondary);
}

.why-us .swiper {
  margin: 140px 140px 120px 140px;
  overflow: hidden;
}

.why-us .swiper-button-prev:after,
.why-us .swiper-button-next:after {
  font-size: 24px;
  color: var(--color-secondary);
}

.why-us .swiper-button-prev {
  left: 80px;
}

.why-us .swiper-button-next {
  right: 80px;
}

.why-us .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.why-us .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-secondary);
}

.why-us .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 1200px) {
  .why-us .swiper {
    margin: 60px 60px 40px 60px;
  }

  .why-us .swiper-button-prev,
  .why-us .swiper-button-next {
    display: none;
  }
}

@media (max-width: 575px) {
  .why-us .swiper {
    margin: 40px 40px 20px 40px;
  }
}

.page-about .why-us {
  padding: 0 0 80px 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 36px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
}

.about .content p {
  margin: 30px 0;
  color: #29486a;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 15px 26px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.backlayer{
    -webkit-box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
    background: rgba(255, 255, 255, 0.89);
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    margin-bottom: 2px;
}
/*--------------------------------------------------------------
# Services List Section
--------------------------------------------------------------*/
.services-list .service-item {
  -webkit-box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
  /*background:  linear-gradient(90deg, rgb(249 249 243 / 0%) 53%, rgba(230, 209, 134, 1) 100%), linear-gradient(158deg,rgba(155, 211, 213, 1) -18%, rgba(249, 249, 243, 1) 27%);*/
  background: white;
  border-top: 15px solid #F8C028;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.services-list .service-item img{
    width: 80px;
    padding: 20px 0px 20px 0px;
}

@media only screen and (max-width: 576px) {
    .services-list .service-item img{
        width: 40px;
    }
    .service-item{
        padding: 0px !important;
    }
    .services-list .service-item{
        border-top: 6px solid #F8C028;
    }
}
.services-list .service-item .modal-body{
    /*background: linear-gradient(90deg, rgb(249 249 243 / 0%) 53%, rgba(230, 209, 134, 1) 100%), linear-gradient(158deg, rgba(155, 211, 213, 1) -18%, rgba(249, 249, 243, 1) 27%);*/
    border-top: 15px solid #F8C028;
    border-radius: 10px;
}
.services-list .service-item .modal-body .atas{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: -0.08px;
    margin-bottom: 20px;
}

.services-list .service-item .modal-body .konten .open{
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.064px;
}
.services-list .service-item .modal-body .konten .date{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.08px;
    text-align: center;
    margin-bottom: 40px;
}
.services-list .service-item .modal-body .atas img{
    height: 84px;
    width: auto;
}

@media only screen and (max-width: 576px) {
    .services-list .service-item .modal-body .atas{
       font-size: 21px;
    }
    .services-list .service-item .modal-body .atas img{
        height: 66px;
    }
    .services-list .service-item .modal-body .konten .open{
        font-size: 14px;
    }
    .services-list .service-item .modal-body .konten .date{
        font-size: 19px;
    }
}

.services-list .service-item .icon i {
  font-size: 32px;
  line-height: 0;
  margin-right: 20px;
  color: #38618e;
}

.services-list .service-item .title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.services-list .service-item .title a {
  color: var(--color-secondary);
}

.services-list .service-item .title a:hover {
  color: #f0a500;
}

.services-list .service-item .description {
  /* line-height: 24px; */
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(#1b1a17de, #1b1a17de), url("../img/padc-background-2.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
  margin-bottom: 25px;
}

.call-to-action .cta-btn {
  font-family: var(--font-default);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #2aa5df;
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  padding-bottom: 0;
}

.features h3 {
  color: var(--color-secondary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.features .icon-list i {
  margin-right: 10px;
  font-size: 24px;
  line-height: 1.2;
}

.features .icon-list span {
  font-size: 18px;
  color: #29486a;
}

.features .phone-wrap {
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  .features .phone-wrap {
    position: relative;
  }
}

.features .phone-wrap img {
  width: 340px;
}

@media (max-width: 992px) {
  .features .phone-wrap img {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .features .phone-wrap img {
    width: 100%;
  }
}

.features .details {
  /*margin-top: 80px;*/
  padding: 40px 0;
  /*background-color: #f7f9fc;*/
}

.features .details h4 {
  color: var(--color-secondary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.features .details p {
  margin-bottom: 20px;
  font-size: 15px;
}

.features .details .btn-get-started {
  font-family: var(--font-primary);
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  background-color: var(--color-primary);
  color: #fff;
}

.features .details .btn-get-started:hover {
  background: #2aa5df;
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts .post-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-posts .post-box .post-img {
  overflow: hidden;
  position: relative;
}

.recent-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-posts .post-box .meta {
  margin-top: 15px;
}

.recent-posts .post-box .meta .post-date {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-primary);
}

.recent-posts .post-box .meta .post-author {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-secondary);
}

.recent-posts .post-box .post-title {
  font-size: 18px;
  color: var(--color-secondary);
  font-weight: 700;
  margin: 15px 0 0 0;
  position: relative;
  transition: 0.3s;
}

.recent-posts .post-box p {
  margin: 15px 0 0 0;
  color: rgba(27, 47, 69, 0.7);
}

.recent-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  margin-top: 15px;
}

.recent-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-posts .post-box:hover .post-title {
  color: var(--color-primary);
}

.recent-posts .post-box:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  overflow: hidden;
  background: #fff;
          -webkit-box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
    border-radius: 10px;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}
.member-img img{
    width: 100%;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: #000000;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a i {
  line-height: 0;
}

.team .team-member .social a:hover {
  color: var(--color-primary);
}

.team .team-member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .team-member .member-info {
  padding: 25px 15px 19px 15px;
  text-align: center;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--color-secondary);
}

.team .team-member .member-info span {
  padding-bottom: 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #6c757d;
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #6c757d;
}

.team .team-member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Services Cards Section
--------------------------------------------------------------*/
.services-cards {
  background: #f7f9fc;
}

.services-cards .card-item {
  border: 1px solid rgba(27, 47, 69, 0.1);
  background: #fff;
  position: relative;
  border-radius: 0;
}

.services-cards .card-item .card-bg {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-cards .card-item .card-body {
  padding: 30px;
}

.services-cards .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--color-secondary);
}

.services-cards .card-item p {
  color: var(--color-secondary);
  margin: 0;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(27, 47, 69, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #e8eff6;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }

  .testimonials .testimonial-item {
    margin: 40px 20px;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
  padding: 0;
  margin: 0 auto 30px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-flters li {
  color: var(--color-secondary);
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-item {
  position: relative;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-default);
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: rgba(27, 47, 69, 0.7);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--color-primary);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--color-primary);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(27, 47, 69, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6e2ef;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  /*background: url("../img/contact-bg.png") left top no-repeat;*/
  background-size: contain;
  position: relative;
}

@media (max-width: 640px) {
  .contact {
    background-position: center 50px;
  }
}

.contact:before {
  -webkit-box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
  background: rgba(255, 255, 255, 0.89);
  border-radius: 10px;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: #f0a500;
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #f0a500;
}

.contact .info-item p {
  cursor: pointer;
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color:#000;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 15px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #1f98d1;
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--color-primary);
}

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

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

/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  height: 100%;
  border-bottom: 1px solid #d6e2ef;
  padding-bottom: 30px;
}

.blog .posts-list article+article {
  margin-top: 60px;
}

.blog .posts-list .post-img {
  max-height: 240px;
  overflow: hidden;
}

.blog .posts-list .title {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0 0 0;
}

.blog .posts-list .title a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .meta-top {
  margin-top: 20px;
  color: #467ab3;
}

.blog .posts-list .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .posts-list .meta-top ul li+li {
  padding-left: 20px;
}

.blog .posts-list .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(86, 184, 230, 0.8);
}

.blog .posts-list .meta-top a {
  color: #467ab3;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .posts-list .content {
  margin-top: 20px;
}

.blog .posts-list .read-more a {
  display: inline-block;
  color: #1f98d1;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
}

.blog .posts-list .read-more a:hover {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(27, 47, 69, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(86, 184, 230, 0.8);
}

.blog .blog-details .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(27, 47, 69, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #38618e;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(27, 47, 69, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(27, 47, 69, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(var(--color-gray-rgb), 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar .sidebar-title {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(27, 47, 69, 0.2);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(86, 184, 230, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  font-size: 15px;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(var(--color-default-rgb), 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 18px;
  font-weight: 400;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(var(--color-default-rgb), 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #38618e;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(27, 47, 69, 0.15);
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(27, 47, 69, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(27, 47, 69, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(86, 184, 230, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(86, 184, 230, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(27, 47, 69, 0.8);
}

/*--------------------------------------------------------------
# Blog Home Pagination
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #38618e;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #2aa5df;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #dbf0fa;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  background: var(--color-primary);
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
}

.footer .footer-content {
  background-color: #1b1a17;
  background-size: contain;
  padding: 60px 0 60px 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 0px;
  margin-top: 0px;
}

.footer .footer-content .footer-info .logo {
    display: flex;
    align-items: center;
}
  
@media only screen and (max-width: 1199px) {
  .footer .footer-content .footer-info .logo {
      justify-content: center;
  }
}

.footer .footer-content .footer-info .logo {
  line-height: 0;
  /*margin-bottom: 25px;*/
}

.footer .footer-content .footer-info .logo img {
  max-height: 60px;
  margin-right: 6px;
}

.footer .footer-content .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  margin-top: 3px;
}

.footer .footer-content .footer-info p {
  font-size: 15px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: var(--color-secondary);
}

.footer .footer-content .social-links a {
  font-size: 14px;
  line-height: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  color: rgba(27, 47, 69, 0.5);
  margin-right: 10px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0a500;
  color: #fff;
  border-radius: 50px;
}

.footer .footer-content .social-links a:hover {
  background-color: #ad7600;
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: bold;
  color: #29486a;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  /*margin-bottom: 30px;*/
  margin-top: 0px;

}
.footer .footer-content .footer-links .display {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
@media only screen and (max-width: 1199px) {
.footer .footer-content .footer-links .display {
      justify-content: center;
      margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
.footer .footer-content .footer-links .display {
        display: grid;
        margin-top: 10px;
           gap: 0px;
  }
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul i {
  margin-right: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
    .footer .footer-content .footer-links ul li {
      justify-content: center;
    }
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: #f0a500;
}

.footer .footer-content .footer-contact p {
  line-height: 26px;
  color: var(--color-secondary);
}

.footer .footer-legal {
  background: #fff;
  padding: 30px 0;
}

.footer .footer-legal .copyright {
  text-align: center;
  color: var(--color-secondary);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
  color: var(--color-secondary);
}






/* ================ The Timeline ================ */
.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background:  linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(255 155 0) 8%, rgb(255 155 0) 92%, rgba(80,80,80,0) 100%);

  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 10px solid #f0a500;
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(0, 0, 0);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
  color: white;
  font-size: 17px;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  color: white;
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 767px) {

.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 2em 0;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

.flag-wrapper {
	text-align: center;
}

.flag {
	background: rgb(255,255,255);
	z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #fff;
	border-radius: 10px;
	border: 9px solid #f0a500;
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  color: black;
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	
  z-index: 15;
}

}

@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,.direction-r .desc {
	margin: 1em 4em 0 4em;
}

}














.collapsible {
  background: #f0a50045;
  padding: 20px 50px 20px 20px;
  border-radius: 1rem;
  margin-bottom: 10px;
  color: #000000;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 500;
}

.content {
  border-radius: 10px;
  margin-bottom: 15px;
  /* padding: 0 18px; */
  display: none;
  overflow: hidden;
  background-color: #f0a40000;
}
.content p{
  background: #f0a500;
  padding: 20px 50px 20px 20px;
  border-radius: 1rem;
  font-size: 18px !important;
  color: #fff;
  margin-bottom: 4px !important;
}

.btn-account a:hover{
  color: #fff
}



/*--------------------------------------------------------------
# account Section
--------------------------------------------------------------*/

#hero_account {
  width: 100%;
  height: 55vh;
  background: url("https://padc-platinumceramics.com/frontend/img/padc-background-1.jpg") top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  #hero_account {
    background-attachment: fixed;
  }
}
#hero_account:before {
  content: "";
  background: #1b1a17;
  opacity: .75;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero_account .hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 991px) {
  #hero_account .hero-container {
    top: 70px;
  }
}
#hero_account h1 {
  color: #fefefe;
  font-size: 46px;
  font-weight: 600;
  text-transform: uppercase;
}
#hero_account h1 span {
  color: #f0a500;
}
@media (max-width: 991px) {
  #hero_account h1 {
    font-size: 32px;
  }
}


#account{
  padding: 30px 0;
}

#account .nav-tabs{
  border: 0;
  margin-bottom: 40px;
}

#account .nav-tabs .nav-item{
  margin: 3px 6px;
}

#account .nav-tabs .nav-item a{
  border: 0;
  color:#1b1a17;
  border-radius: 20px;
}

#account .nav-tabs .nav-item a.active{
  border: 0;
  color:#fff;
  background-color: #f0a500;
  border-radius: 20px;
}

#account #tab_reset2{
  font-size: 14px;
}

#account .nav-tabs:hover{
  border: 0;
}

#account .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#account .error-message br + br {
  margin-top: 25px;
}

#account  .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#account .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}


#account .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#account .php-email-form .error-message br + br {
  margin-top: 25px;
}
#account .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#account .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#account .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#account .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
#account .php-email-form input:focus, #contact .php-email-form textarea:focus {
  border-color: #1b1a17;
}
#account .php-email-form input {
  padding: 10px 15px;
}
#account .php-email-form textarea {
  padding: 12px 15px;
}
#account .php-email-form button[type=submit] {
  background: #1b1a17;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}
#account .php-email-form button[type=submit]:hover {
  background: #0f0f0d;
}

.lbl{
    color: rgb(156, 163, 175);
    font-size: 12px;
    margin-bottom: 7px;
}
.member{
    color: var(--bs-body-color);
    font-size: 16px;
    font-weight: 700;
}
.padding-member{
    background: #fff;
}

#account input, #account select{
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
}
#account input:focus,#account select:focus {
  border-color: #242320
}
#account .form-check-input{
  padding: 7px;
}

#account .form-check-input:checked{
  background-color: #666;
}

#account select {
  padding: 10px 15px;
  color: var(--bs-body-color);
  text-transform: capitalize;
  font-weight: 500;
}
option::first-letter {
  text-transform: lowercase; /* change first letter to uppercase */
}
#account textarea {
  padding: 12px 15px;
}
#account button[type=submit] {
  background: #1b1a17;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 22px;
  margin-top: 40px;
}
#account button[type=submit]:hover {
  background: rgb(53, 53, 53);
}

.form-group .preview-form{
  width: 100%;
  max-width: 120px;
  height: 120px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 35%) 0px 2px 8px;
}

.form-group .prev-img{
  display: none;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.subtitle-regist{
  margin-bottom: 3px!important;
  font-size: 15px;
}

.form-group{
  position: relative;
  margin: 10px 0;
}
.form-control{
  font-weight: 500;
}

.form-group small{
  font-size: 12px;
  margin-bottom: -2px;
}

.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.focus-input::after {
  font-size: 14px;
  color: #999;
  background-color: #fff;
  line-height: .8;
  content: attr(data-placeholder);
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  padding: 0 6px;
  margin-left: 21px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.input:focus + .focus-input::after {
  top: -5px;
  font-size: 12px;
  color: #1b1a17;
}

.input:focus + .focus-input::before {
  width: auto;
}

.has-val.input + .focus-input::after, .has-val.input-select + .focus-input::after, .is-invalid.input + .focus-input::after, .not-eror.input + .focus-input::after {
  top: -5px;
  font-size: 12px;
  color: #1b1a17;
}

.has-val.input + .focus-input::before, .has-val.input-select + .focus-input::after, .is-invalid.input + .focus-input::after, .not-eror.input + .focus-input::after {
  width: auto
}
.pdf-upload{
    background: #f2f2f2;
    padding: 20px;
    /* margin-top: 17px; */
    border: 1px solid #aaa;
    border-radius: 4px;
}
.pdf{
    width: 100%;
}
.image-upload {
  border: 1.3px dashed #969696;
  display: flex;
  /*flex-direction: row-reverse;*/
  align-items: center;
}
.image-upload .preview{
    display: flex;
    justify-content: center;
}
.image-upload img {
  width:100%;
  display:none;
}

.image-upload .img-prev{
  display: block ;
}

.image-upload input {
  display:none;
}

.image-upload .label-upload {
  display:block;
  width:100%;
  height:100%;
  line-height:44px;
  padding: 0 14px;
  color:#999;
  font-size:14px;
  border-radius:5px;
  cursor:pointer;
}

.image-upload .label-upload1 {
  display:block;
  width:100%;
  height:100%;
  padding: 0 14px;
  color: var(--bs-body-color);
  font-size:14px;
  border-radius:5px;
  cursor:pointer;
  text-align: center;
}

.image-upload .label-upload2 {
  display: none;
  width:100%;
  height:100%;
  line-height:43px;
  padding-left: 16px;
  color:#999;
  font-size:14px;
  border-radius:5px;
  cursor:pointer;
}

.labelfor{
    font-size: 14px !important;
    margin-bottom: 20px !important;
}

.labelfor1{
    font-size: 19px !important;
    font-weight: 700;
}

.image-upload .preview img {
  max-width: 100px;
  width: 100%;
  /*height: 100px;*/
  margin: 18px 18px 18px 18px;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 35%) 0px 2px 8px;
  object-fit: cover;
  overflow: hidden;
}

.label-upload1 , .label-upload2, .label-upload3{
  margin-bottom: 10px;
  font-size: 14px;
 
}

.labelpdf-upload1{
    font-size: 16px;
    padding: 6px 15px 6px 15px !important;
    border-radius: 10px;
    background-color: #f0a500;
    font-weight: 600;
    display: flex;
    text-align: center;
}
.labelpdf-upload1-1{
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}


#account .ticket-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
#account .ticket-wrapper .ticket {
  background: #f0a500;
  height: 135px;
  width: 250px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: rgba(33, 35, 38, 0.6) 0px 10px 10px -10px;
}
#account .ticket-wrapper .ticket .ticket-txt{
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  border-bottom:2px solid #fff
}
#account .ticket-wrapper .ticket .ticket-sub-txt {
  color: #fff;
  position: absolute;
  font-size: 12px;
  left: 70px;
  font-weight: normal;
  top: 21%;
  left: 17%;
}

#account .ticket-wrapper .ticket .left {
  position: absolute;
  top: 40px;
  left: -40px;
  width: 64px;
  height: 58px;
  background: #fff;
  border-radius: 90px;
  box-shadow:  inset 0 0 10px #3f3f3f3f;
}
#account .ticket-wrapper .ticket-rip {
  background: #f0a500;
  height: 135px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  animation: tearoff 1.5s infinite;
  transform-origin: 0 100%;
  z-index: 10;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(33, 35, 38, 0.6) 0px 10px 10px -10px;
}
#account .ticket-wrapper .ticket-rip .right {
  position: absolute;
  top: 40px;
  right: -40px;
  width: 64px;
  height: 58px;
  background: #fff;
  border-radius: 90px;
  box-shadow:  inset 0 0 10px #3f3f3f3f;
  
}
#account .ticket-wrapper .ticket-rip .tear-line {
  right: auto;
  left: -5px;
}

#account .tear-line {
  position: absolute;
  top: -4px;
  right: -5px;
}
#account .tear-line p {
  width: 9px;
  height: 11px;
  background: #fff;
  border-radius: 90px;
  box-shadow: none;
  margin: 0 0 11px 0;
  box-shadow:  inset 0 0 3px #69696973;
}

@media screen and (max-width:365px){
  #account .ticket-wrapper {
    max-width: 250px;
  }

  #account .ticket-wrapper .ticket {
    height: 135px;
    width: 210px;
  }

  #account .ticket-wrapper .ticket-rip {
    height: 135px;
    width: 40px;
  }
  #account .ticket-wrapper .ticket .left {
    top: 47px;
    width: 56px;
    height: 43px;
  }

  #account .ticket-wrapper .ticket-rip .right {
    top: 47px;
    width: 56px;
    height: 43px;
  }

  #account .ticket-wrapper .ticket .ticket-txt{
    font-size: 35px;
  }
}

@keyframes tearoff {
  50% {
    right: 0;
  }
  60% {
    transform: rotate(5deg);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
  75% {
    right: -22px;
  }
  100% {
    right: 0;
  }
}

.nav-logout{
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}

.count-down-container {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 100px;
}
.count-down-box {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  place-items: center;
  text-align: center;
  display: grid;
  height: 100%;
  width: 100%;
}
.count-down-box:nth-child(1) {
  background-color: #f0a500;
}
.count-down-box:nth-child(2) {
  background-color: #cc8c02;
}
.count-down-box:nth-child(3) {
  background-color: #9e6c00;
}
.count-down-box:nth-child(4) {
  background-color: #684700;
}
.count-down-box h1 {
  margin-top:10px;
  font-size: 22px;
  color: white;
}
.count-down-box p {
  font-size: 13px;
  color: white;
}
.hint-message {
  margin: 15px 0px;
  text-align: center;
  font-size: 14px;
}
form i {
  margin-left: -30px;
  cursor: pointer;
}

.title-gallery {
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 4px 10px 4px 10px;
  border-radius: 10px;
  background-color: #f0a500;
}
.title-gallery:hover {
  color: #fff;
}

.bg-popup{
  height: 300px;
  background-color: #1b1a17
}
.bg-popup-header{
  background-color: #f0a500
}
.title-popup{
  font-weight: 900;
  color: #1b1a17;
  font-size:21px;
}
.logo-hero{
  height:250px;
}

.navbar-mobile a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown-mobile {
  float: left;
  overflow: hidden;
}
.navbar-mobile a:hover, .dropdown-mobile:hover .dropbtn {
  background-color: red;
}
.dropdown-content {
  right: 60px;
  display: none;
  position: absolute;
  background-color: #F9F9F9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  font-size: 13px;
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown-mobile:hover .dropdown-content {
  display: block;
}

.navbar-mobile{
  display: none;
}
@media screen and (max-width:1279px){
  .navbar-mobile{
    display: block;
  }
}

.flex-custom1{
  display: flex;
  justify-content:start;
}
.flex-custom2{
  display: flex;
  justify-content:center;
}
.flex-custom3{
  display: flex;
  justify-content:end;
}
.flex-contact-custom1{
  display: flex;
  justify-content:start;
}
.flex-contact-custom2{
  display: flex;
  justify-content:center;
}
.flex-contact-custom3{
  display: flex;
  justify-content:end;
}
@media screen and (max-width:991px){
  .flex-custom1{
    display: flex;
    justify-content:center;
  }
  .flex-custom2{
    display: flex;
    justify-content:start;
  }
  .flex-custom3{
    display: flex;
    justify-content:end;
  }
  .flex-contact-custom1{
    display: flex;
    justify-content:start;
  }
  .flex-contact-custom2{
    display: flex;
    justify-content:start;
  }
  .flex-contact-custom3{
    display: flex;
    justify-content:start;
  }
}
@media screen and (max-width:767px){
  .flex-custom1{
    display: flex;
    justify-content:start;
  }
  .flex-custom2{
    display: flex;
    justify-content:start;
  }
  .flex-custom3{
    display: flex;
    justify-content:start;
  }
}
@media screen and (max-width: 576px) {
   .card-prize .nominal .atas{
        font-size: 16px;
    }
    .card-prize .nominal .bawah{
        font-size: 14px;
    }
    .card-prize{
        gap: 20px;
    }
    .card-prize img{
        width: 40px;
    }
    .centered .list{
        font-size: 13px;
        margin-bottom: 9px;
    }
}

.display_juror{
    display: flex;
    gap: 70px;
    justify-content: center;
}
.kotak {
    -webkit-box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 25px -15px rgba(66, 68, 90, 1);
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    background: linear-gradient(40deg, rgb(255 152 0 / 37%) 0%, rgba(6, 10, 23, 0) 56.61%), linear-gradient(0deg, rgb(255 152 0 / 0%) 0.91%, rgba(6, 10, 23, 0) 25.26%);
    padding: 1.5rem;
}

.img_badge img {
    position: absolute;
    top: 40%;
    left: 73%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    width: 158px;
}

.card-header {
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 19px;
    line-height: 2rem;
    font-weight: 700;
    color: rgb(102, 102, 102);
}

.card-price {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: rgb(102, 102, 102);
}

.card-desc {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.625;
    color: #767676;
    font-weight: 500;
}

.card-lists {
    margin-bottom: 1.5rem;
    flex: 1 1 0%;
    color: #767676;
    font-weight: 500;
}

.card-lists .list {
    margin-bottom: 0.5rem;
    display: flex;
}

.card-lists .list svg {
    height: 1.5rem;
    width: 1.5rem;
    flex-shrink: 0;
    margin-right: 0.5rem;
    color: #f0a500;
}

.card-lists .list span{
    font-size: 1em;
}

.card-action {
    border: none;
    outline: none;
    display: inline-block;
    border-radius: 0.25rem;
    background-color: rgba(167, 139, 250, 1);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: rgba(17, 24, 39, 1);
}

@media only screen and (max-width: 576px) {
    .display_juror{
        display: grid;
        gap: 40px;
        justify-content: center;
    }
}
.calendar_mobile{
  display: none;
}
@media only screen and (max-width: 768px) {
    .calendar_desktop{
      display: none;
    }
    .calendar_mobile{
      display: block;
    }
}


.Timeline {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 200px;
}

.event1,
.event2, .event3 {
  position: relative;
}
.event1,
.event2, .event3 svg {
  margin-top: -7px;
}

.event1Bubble {
  position: absolute;
  background-color: #f0a500;
  width: 184px;
  height: 60px;
  top: -70px;
  left: -15px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(158, 158, 158, 0.64)
}

.event2Bubble {
  position: absolute;
  background-color: #f0a500;
  width: 184px;
  height: 60px;
  left: -151px;
  top: 38px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(158, 158, 158, 0.64)
}

.event2Bubble .eventTitle {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  font-weight: 700;
  flex: 1;
  align-items: center;
  margin-left: 12px;
  margin-top: 13px;
}

.event1Bubble:after,
.event1Bubble:before,
.event2Bubble:after,
.event2Bubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}

.event1Bubble:before {
  bottom: -8px;
  left: 13px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px;
}

.event1Bubble:after {
  bottom: -8px;
  left: 13px;
  border-top-color: #f0a500;
  border-width: 12px;
}

.event2Bubble:before {
  bottom: 59px;
  left: 149px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.event2Bubble:after {
  bottom: 57px;
  left: 149px;
  border-top-color: #f0a500;
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.eventTime {
  display: flex;
}

.DayDigit {
  font-size: 27px;
  margin-left: 10px;
  color: #4C4A4A;
}

.Day {
  font-size: 11px;
  margin-left: 12px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 0px;
  color: #000;
}

.MonthYear {
  font-weight: 600;
  line-height: 10px;
  color: #9E9E9E;
  font-size: 9px;
}

.eventTitle {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  font-weight: 700;
  flex: 1;
  align-items: center;
  margin-left: 12px;
  margin-top: 10px;
}

.time {
  position: absolute;
  width: 50px;
  font-size: 8px;
  margin-top: -3px;
  margin-left: -5px;
  color: #9E9E9E;
}

.eventAuthor {
  position: absolute;
  color: #9E9E9E;
  font-size: 8px;
  width: 100px;
  top: -8px;
  left: 63px;
}

.event2Author {
  position: absolute;
  color: #9E9E9E;
  font-size: 8px;
  width: 100px;
  top: 96px;
  left: -32px;
}

.time2{
  position: absolute;
  width: 50px;
  font-size: 8px;
  margin-top: -31px;
  margin-left: -5px;
  color: #9E9E9E;
}

.now{
    background-color: #000;
    color: white;
    border-radius: 7px;
    margin: 5px;
    padding: 4px 4px 2px 4px;
    font-size: 10px;
    border: 2px solid white;
    font-weight: bold;
    box-shadow: 0 0 0 2px #000;
}

.futureGray{
     filter: grayscale(1);
    -webkit-filter: grayscale(1);
  
}

.futureOpacity{
  -webkit-filter: opacity(.3);
  filter: opacity(.3);
  
}

.section-header h2{
    text-transform: uppercase;
}