/* ==================================================
  color
================================================== */

.is-mojo-town {
  --title-color: #0c5c78;
  --sub-color: #518ba0;
}

.is-mojo-sukiyaki {
  --title-color: #980c0c;
  --sub-color: #a5313c;
}

.is-fukujusou {
  --title-color: #b88b00;
  --sub-color: #d6b94c;
}

/* ==================================================
  is-mojo-town 
================================================== */

.is-mojo-town {
  color: #0c5c78;
}

.is-mojo-town .content-block h1 {
  font-size: 32px;
  margin: 70px 0 30px;
  color: #0c5c78;
  padding: 1rem 2rem;
  border-top: 3px solid #0c5c78;
  border-bottom: 3px solid #0c5c78;
  font-weight: 600;
}

.is-mojo-town .content-block h2 {
  font-size: 28px;
  padding: 1rem 2rem;
  color: #fff;
  background: #518ba0;
  box-shadow: 5px 5px #005670;
  margin: 40px 0 20px;
}

.is-mojo-town h3 {
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 3rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #da4a1f;
  margin: 20px 0;
}

/*--------------------------------------------------------------
.is-ebt
--------------------------------------------------------------*/

:root {
  --ebt-accent: #b10731;
}

.is-ebt .content-block h1 {
  position: relative;
  color: #0c5c78;
  font-size: 30px;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.is-ebt .content-block h2 {
  position: relative;
  color: #518ba0;
  text-transform: uppercase;
  font-size: 30px;
  padding-top: 55px;
  padding-bottom: 35px;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.is-ebt .badge-route {
  font-size: 16px;
  font-weight: 700;
}

.is-ebt .badge-route::before {
  background: #0f3bb6;
}

.is-ebt .clipadd {
  border-color: var(--ebt-accent);
}
.is-ebt .clipadd::after {
  background: var(--ebt-accent);
}

.is-ebt .route {
  font-size: 16px;
  font-weight: 700;
}
.is-ebt .route:before {
  background: #0f3bb6;
}
.is-ebt .exp {
  align-items: center;
  background-color: #f9f9f9;
  padding-left: 0px;
}
.is-ebt .exp p {
  font-size: 120%;
}

.is-ebt .exp i {
  position: relative;
  top: 15px;
  margin-right: 10px;
  color: #0f3bb6;
  font-size: 50px;
  line-height: 2px;
}

/* ==================================================
  is-mojo-sukiyaki content-block
================================================== */

.is-mojo-sukiyaki .content-block h1 {
  margin: 70px 0 30px;
  padding: 1rem 2rem;
  font-size: 32px;
  font-weight: 600;
  color: #980c0c;
  border-top: 3px solid #980c0c;
  border-bottom: 3px solid #980c0c;
}

.is-mojo-sukiyaki .content-block h2 {
  position: relative;
  padding: 55px 0 35px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #980c0c;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

.is-mojo-sukiyaki .content-block h3 {
  width: 100%;
  padding: 30px 0 8px;
  font-size: 24px;
  font-weight: 600;
  color: #980c0c;
  border-bottom: 1px solid #ccc;
}

.is-mojo-sukiyaki .content-block h4 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #009970;
}

.is-mojo-sukiyaki .content-block h4::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  background: #45cc00;
}

.is-mojo-sukiyaki .content-block h5 {
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1rem 3rem;
  color: #fff;
  background: #0098a9;
  border-radius: 0 100vh 100vh 0;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.is-mojo-sukiyaki .content-block h5::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}

.is-mojo-sukiyaki .content-block h6 {
  position: relative;
  margin: 10px 0;
  padding: 8px 5px 8px 50px;
  font-size: 22px;
  font-weight: 500;
  color: #474747;
  background: #f0ebe3;
  border-radius: 0 10px 10px 0;
}

.is-mojo-sukiyaki .content-block h6::before {
  font-family: shimonita;
  content: "\e924";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background: #980c0c;
  border: 3px solid #fff;
  border-radius: 10px 0 0 10px;
}

.is-mojo-sukiyaki .content-block p,
.is-mojo-town .content-block p {
  margin-bottom: 20px;
  padding: 15px 0;
  font-size: 120%;
  line-height: 1.8;
  color: #333;
}

.is-mojo-sukiyaki .content-block strong {
  font-size: 110%;
  color: #780b38;
  background: linear-gradient(
    transparent 0%,
    transparent 50%,
    #e5dfd3 50%,
    #e5dfd3 100%
  );
}

.is-mojo-sukiyaki .prmn,
.is-mojo-sukiyaki .prmna {
  display: inline-block;
}

.is-mojo-sukiyaki .prmn a,
.is-mojo-sukiyaki .prmna a {
  display: inline-block;
  margin: 5px 0;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.is-mojo-sukiyaki .prmn a {
  background: #ccc3b9;
  border: 1px solid #ecddc5;
}

.is-mojo-sukiyaki .prmna a {
  background: #980c0c;
  border: 1px solid #e4a482;
}

.is-mojo-sukiyaki .prmn a::after,
.is-mojo-sukiyaki .prmna a::after {
  content: "\e91b";
  font-family: shimonita;
  margin-left: 6px;
}

.is-mojo-sukiyaki .prmn a:hover,
.is-mojo-sukiyaki .prmn a.active {
  background: #db7a46;
  border-color: #e99e9e;
  transform: translateY(-6px);
}

.is-mojo-sukiyaki .about-card-title {
  color: #980c0c;
}

.is-mojo-sukiyaki .about-card .btn {
  border-radius: 4px;
  padding: 6px 30px;
  border: 2px solid #980c0c;
  color: #980c0c;
  font-weight: 500;
  font-size: 14px;
  margin: auto 20px 20px;
}

.is-mojo-sukiyaki .about-card .btn:hover {
  background-color: #e4a482;
  color: #fff;
}

.is-mojo-sukiyaki .about-card-title {
  color: #980c0c;
}
.is-mojo-sukiyaki .about-card-meta-category {
  border: 1px solid #980c0c;
  color: #980c0c;
}

.is-mojo-sukiyaki .nav-chip {
  background: #ccc3b9;
  border: 1px solid #ecddc5;
  color: #fff;
}

.is-mojo-sukiyaki .nav-chip:hover {
  border-color: #e99e9e;
  background: #db7a46;
  color: #fff;
}

.is-mojo-sukiyaki .nav-chip.is-active {
  background: #980c0c;
}

.journey-carousel .owl-dot.active {
  background-color: #980c0c;
}

/*-------------- geo-related-nav --------------*/

.is-mojo-sukiyaki .geo-related-link {
  border: 1px solid #980c0c;
  color: #980c0c;
}

.is-mojo-sukiyaki .geo-related-link:hover {
  background: #e4a482;
  color: #fff;
}

.is-mojo-sukiyaki .geo-related-link.is-active {
  border-color: #e4a482;
  background: #980c0c;
  color: #fff;
}

/* ==================================================
project header
================================================== */

.project-header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (min-width: 992px) {
  .project-header {
    flex-direction: row;
    align-items: center;
  }
}

.project-header-logo img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
}

.project-header-body {
  flex: 1;
  text-align: left;
}

.project-header-title {
  margin: 30px 0 0;
  line-height: 1.3;
}

.project-header-extra {
  position: absolute;
  right: 0;
  top: 0;
}

.project-header-extra img {
  display: block;
  max-width: 100px;
  height: auto;
}

.project-header-icon i {
  background-color: #477f9a;
  font-size: 70px;
  padding: 10px;
  border-radius: 0.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  color: #fff;
  transition: 0.3s;
}

.project-header-icon:hover i {
  background-color: #0c5c78;
}

.project-header-top {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

@media (max-width: 768px) {
  .project-header-title {
    padding-bottom: 0px;
    font-size: 28px;
  }
  .project-header-top {
    flex-wrap: wrap;
    gap: 15px;
  }
  .project-header-icon i {
    font-size: 30px;
  }
  .project-header-icon {
    margin-top: 10px;
  }
}

/* ==================================================
EBT
================================================== */

.is-ebt .project-header-logo img {
  max-width: 100px;
}

.is-ebt .project-header-body {
  padding-right: 120px;
}

@media (max-width: 991px) {
  .is-ebt .project-header-body {
    padding-right: 0px;
  }
}
.is-ebt .project-header {
  gap: 30px;
}

.is-ebt .project-header-title {
  color: #0c5c78;
}

/* ==================================================
GeoPark
================================================== */

.is-geo-park .project-header-logo img {
  max-width: 120px;
}

.is-geo-park .project-header-title {
  color: #0c5c78;
}

.is-geo-park .project-header-sub {
  color: #42a532;
}

/* ==================================================
Sukiyaki
================================================== */

.is-mojo-sukiyaki .project-header-logo img {
  max-width: 260px;
}

.is-mojo-sukiyaki .project-header-body {
  padding-right: 120px;
}
@media (max-width: 991px) {
  .is-mojo-sukiyaki .project-header-body {
    padding-right: 0px;
  }
  .is-mojo-sukiyaki .project-header-title {
    margin-top: 0;
  }
}
.is-mojo-sukiyaki .project-header h1 {
  color: #980c0c;
}

.is-mojo-sukiyaki .project-header p {
  color: #a5313c;
}

/* ==================================================
is-fukujuso
================================================== */

.is-fukujuso .project-header-logo img {
  max-width: 140px;
}

.is-fukujuso .project-header-title {
  color: #e5b800;
}
/*--------------------------------------------------------------
# Fukujuso
--------------------------------------------------------------*/

#level.is-fukujuso {
  background: #fed900;
}

#level.is-fukujuso .container {
  background: #fff;
}
.is-fukujuso .btn-primary {
  background: #fed900;
  border-color: #fed900;
  color: #333;
}

.is-fukujuso {
  --theme-color: #d6a800;
}

.is-fukujuso .project-header-title {
  color: #caa000;
}

.is-fukujuso .nav-chip a {
  color: #fff;
}
.is-fukujuso .project-header-icon i {
  background-color: #d6a800;
}
.is-fukujuso a:hover {
  color: #8a6f00;
}
.is-fukujuso .project-header-sub {
  color: #493a00;
}
.is-fukujuso .content-block h2 {
  color: #d6a800;
}
.is-fukujuso .nav-chip.is-active {
  background: #caa000;
}

.is-fukujuso .quotepin {
  border-color: #d6a800;
}

.is-fukujuso .quotepin::after {
  background: #d6a800;
}
@media (max-width: 991px) {
  .is-fukujuso .project-header-top,
  .is-fukujuso .project-header-extra {
    margin-top: 20px;
  }
  .is-fukujuso .project-header-title {
    margin: 0;
  }
}
.centered-img-70,
.centered-img-60 {
  text-align: center;
}

.centered-img-60 img {
  max-width: 60%;
  height: auto;
  display: inline-block;
}
.centered-img-70 img {
  max-width: 70%;
  height: auto;
  display: inline-block;
}

/* =========================
   Width utilities
========================= */
.sec-80 {
  max-width: 80%;
  margin: 0 auto;
}
.sec-70 {
  max-width: 70%;
  margin: 0 auto;
}
.sec-60 {
  max-width: 60%;
  margin: 0 auto;
}
.sec-50 {
  max-width: 50%;
  margin: 0 auto;
}
