/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #444444;
  font-size: 1.6rem; }

a {
  color: #00c1c1;
  text-decoration: none; }

a:hover {
  color: #00f4f4;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif; }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00c1c1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s; }
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0; }
  .back-to-top:hover {
    background: #00eaea;
    color: #fff; }
  .back-to-top.active {
    visibility: visible;
    opacity: 1; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  background: #00c1c1;
  top: -70px; }
  #header.header-scrolled, #header.header-inner-page {
    top: 0; }
  #header .logo h1 {
    font-size: 30px;
    margin: 0;
    line-height: 0;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
  #header .logo h1 a, #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none; }
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px; }
  @media (max-width: 992px) {
    #header {
      height: 60px; } }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.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: 10px 0 10px 30px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase; }
    .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: #334242; }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    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.3s; }
    .navbar .dropdown ul li {
      min-width: 200px; }
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 500;
      text-transform: none;
      color: #334242; }
      .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: #00c1c1; }
  .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 (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%; }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%; } }

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

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

  .navbar ul {
    display: none; } }
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 37, 37, 0.9);
  transition: 0.3s;
  z-index: 999; }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px; }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s; }
  .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #334242; }
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #00c1c1; }
  .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px; }
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); }
    .navbar-mobile .dropdown ul li {
      min-width: 200px; }
    .navbar-mobile .dropdown ul a {
      padding: 10px 20px; }
      .navbar-mobile .dropdown ul a i {
        font-size: 12px; }
    .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
      color: #00c1c1; }
  .navbar-mobile .dropdown > .dropdown-active {
    display: block; }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh + 72px);
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  margin-top: -72px; }
  #hero .carousel-item {
    width: 100%;
    height: calc(100vh + 72px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  #hero .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0; }
  #hero .carousel-content {
    text-align: center; }
  #hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700; }
  #hero p {
    width: 80%;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff; }
  #hero .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-position: center top; }
  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    opacity: 0; }
  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-start,
  #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s; }
  #hero .carousel-inner .carousel-item-next,
  #hero .carousel-inner .carousel-item-prev,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0); }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%; }
  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto; }
  #hero .carousel-indicators li {
    cursor: pointer; }
  #hero .btn-get-started {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    animation-delay: 0.8s;
    border: 2px solid #00c1c1; }
    #hero .btn-get-started:hover {
      background: #00c1c1;
      color: #fff;
      text-decoration: none; }
  @media (max-width: 768px) {
    #hero h2 {
      font-size: 28px; } }
  @media (min-width: 1024px) {
    #hero p {
      width: 60%; }
    #hero .carousel-control-prev, #hero .carousel-control-next {
      width: 5%; } }
  @media (max-height: 500px) {
    #hero {
      height: 150vh; }
      #hero .carousel-item {
        height: 150vh; } }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0; }

.section-bg {
  background-color: #f0f4f4; }

.section-title {
  text-align: center;
  padding-bottom: 30px; }
  .section-title h2 {
    font-size: 3.2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #334242; }
  .section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 1px;
    background: #00c1c1;
    bottom: 0;
    left: calc(50% - 100px); }
  .section-title p {
    margin-bottom: 0; }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #00c1c1;
  border-radius: 4px;
  padding: 8px 10px; }
  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 6px 15px 8px 15px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 4px; }
    .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
      color: #00c1c1;
      background: #fff; }
    .portfolio #portfolio-flters li:last-child {
      margin-right: 0; }
.portfolio .portfolio-item {
  margin-bottom: 30px; }
  .portfolio .portfolio-item img {
    border-radius: 4px; }
  .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;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 4px; }
    .portfolio .portfolio-item .portfolio-info h4 {
      font-size: 1.8rem;
      color: #fff;
      font-weight: 600;
      color: #00c1c1; }
    .portfolio .portfolio-item .portfolio-info p {
      color: #5f7c7c;
      font-size: 1.4rem;
      margin-bottom: 0; }
    .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
      position: absolute;
      right: 40px;
      font-size: 2.4rem;
      top: calc(50% - 18px);
      color: #495f5f; }
      .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
        color: #00c1c1; }
    .portfolio .portfolio-item .portfolio-info .details-link {
      right: 10px; }
  .portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s; }
    .portfolio .portfolio-item .portfolio-links a {
      color: #fff;
      margin: 0 2px;
      font-size: 2.8rem;
      display: inline-block;
      transition: 0.3s; }
      .portfolio .portfolio-item .portfolio-links a:hover {
        color: #28ffff; }
  .portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px; }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px; }
  .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 #00c1c1; }
    .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #00c1c1; }
  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(51, 66, 66, 0.08); }
    .portfolio-details .portfolio-info h3 {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee; }
    .portfolio-details .portfolio-info ul {
      list-style: none;
      padding: 0;
      font-size: 1.5rem; }
      .portfolio-details .portfolio-info ul li + li {
        margin-top: 10px; }
  .portfolio-details .portfolio-description {
    padding-top: 30px; }
    .portfolio-details .portfolio-description h2 {
      font-size: 2.6rem;
      font-weight: 700;
      margin-bottom: 20px; }
    .portfolio-details .portfolio-description p {
      padding: 0; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #212b2b;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px; }
  #footer .footer-top {
    padding: 60px 0 30px 0; }
    #footer .footer-top .footer-info {
      margin-bottom: 15px;
      color: #fff;
      text-align: center;
      padding: 30px 20px;
      border: 4px solid #374848; }
      #footer .footer-top .footer-info h3 {
        font-size: 24px;
        margin: 0 0 20px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 700; }
      #footer .footer-top .footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Noto Serif JP", serif; }
    #footer .footer-top .social-links a {
      font-size: 18px;
      display: inline-block;
      background: #334242;
      color: #fff;
      line-height: 1;
      padding: 8px 0;
      margin-right: 4px;
      border-radius: 4px;
      text-align: center;
      width: 36px;
      height: 36px;
      transition: 0.3s; }
      #footer .footer-top .social-links a:hover {
        background: #00c1c1;
        color: #fff;
        text-decoration: none; }
    #footer .footer-top h4 {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      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: #28ffff;
          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: #fff;
          transition: 0.3s;
          display: inline-block;
          line-height: 1; }
          #footer .footer-top .footer-links ul a:hover {
            color: #0fffff; }
    #footer .footer-top .footer-newsletter form {
      margin-top: 30px;
      background: #fff;
      padding: 6px 10px;
      position: relative;
      border-radius: 4px; }
      #footer .footer-top .footer-newsletter form input[type="email"] {
        border: 0;
        padding: 4px;
        width: calc(100% - 110px); }
      #footer .footer-top .footer-newsletter form input[type="submit"] {
        position: absolute;
        top: 0;
        right: -2px;
        bottom: 0;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 20px;
        background: #00c1c1;
        color: #fff;
        transition: 0.3s;
        border-radius: 0 4px 4px 0; }
        #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
          background: #008e8e; }
  #footer .copyright {
    border-top: 1px solid #3e5050;
    text-align: center;
    padding-top: 30px; }
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff; }
  @media (max-width: 575px) {
    #footer .footer-top .footer-info {
      margin: -20px 0 30px 0; } }
