@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700);
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/default-assets/themify-icons.css);
@import url(css/style.css);
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #252525;
  line-height: 1.3;
  font-weight: 600;
}

a,
a:active,
a:focus,
a:hover {
  color: #252525;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 500;
}

li {
  list-style: none;
}

p {
  line-height: 1.9;
  color: #636363;
  font-size: 16px;
  font-weight: 400;
}

img {
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-img {
  background-image: url(img/kintsugi/logo2.jpg);
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: fixed;
  z-index: 100;
  color: #fff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  top: 20px;
  width: 30px;
  background: #fc6060;
  height: 30px;
  line-height: 30px;
}

img.mfp-img {
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
}

button.mfp-close,
button.mfp-arrow {
  background: #fc6060;
}

.mfp-bottom-bar {
  display: none !important;
}

.mfp-bg {
  background-color: #000;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray {
  background-color: #9a9279 !important;
}

textarea:focus,
input:focus {
  outline: none;
}

textarea:invalid,
input:invalid,
textarea:required,
input:required {
  box-shadow: none !important;
}

.border {
  border-color: #ebebeb;
}

.mfp-arrow-left::after {
  border-right-color: transparent;
}

.mfp-arrow-left::before {
  border-right-color: #fff;
}

.mfp-arrow-right::after {
  border-left-color: transparent;
}

.mfp-arrow-right::before {
  border-left-color: #fff;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-100 {
  margin-left: 100px;
}

.pt-50 {
  padding-top: 50px !important;
}

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px;
}

.section-padding-30-0 {
  padding-top: 30px;
  padding-bottom: 0;
}

.section-padding-50-0 {
  padding-top: 50px;
  padding-bottom: 0;
}

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-padding-80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  margin-top: -20px;
  color: #fc6060;
  font-size: 6px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: 36px;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: block;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px;
  }

  .kintsugi-info h2 {
    font-size: 18px;
  }

  p {
    font-size: 12px;
  }

  h5 {
    font-size: 18px;
  }

  li {
    font-size: 12px;
  }
  .mediaTag {
    margin-top: 350px;
  }

  .bg-img {
    background-image: url(img/kintsugi/logo2.jpg);
    background-position: center bottom;
    background-size: 80%;
    background-repeat: no-repeat;
  }
}
/* menu浅色 */
.classy-menu {
  background-color: rgba(255, 255, 255, 0.8) !important; /* 半透明白 */
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
}

/* 记得把菜单里面的文字和按钮改成深色，否则会看不清 */
.classy-menu a,
.classy-menu .logo-text {
  color: #222222 !important;
}

/* 1. 背景变透明，文字强行洗成深色 */
.classynav ul li,
.classynav ul li a,
.classynav ul li ul.dropdown li,
.classynav ul li ul.dropdown li a {
  background-color: transparent !important;
  background: transparent !important;
  color: #222222 !important; /* 深灰色字 */
}

/* 2. 那个折叠语言和联系方式的小箭头，也要洗成深色 */
.classy-navbar .dd-trigger {
  color: #222222 !important;
}

/* 3. 可选：鼠标滑过菜单时，变成淡淡的灰色背景 */
.classynav ul li a:hover,
.classynav ul li ul.dropdown li a:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #000000 !important;
}

.classy-menu {
  width: 30px; /* 根据你按钮的实际大小定死宽高 */
  height: 30px;
  background-color: transparent !important; /* 强制底色透明，防止白块出现 */
  overflow: hidden;
}

.section-heading p {
  margin-bottom: 0;
}

.section-heading.white p,
.section-heading.white h2 {
  color: #fff;
}

#scrollUp {
  position: fixed;
  right: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 40px;
  background-color: #fc6060;
  color: #fff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: 15962536;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 20px;
  }
}

#scrollUp:focus,
#scrollUp:hover {
  background-color: #000;
  color: #fff;
}

.btn:focus {
  box-shadow: none;
}

.alime-btn {
  position: relative;
  z-index: 1;
  min-width: 160px;
  height: 46px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  text-transform: capitalize;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fc6060;
  border-radius: 60px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.alime-btn.btn-2 {
  color: #252525;
}

.alime-btn:focus,
.alime-btn:hover {
  font-weight: 500;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  background-color: #fc6060;
  color: #fff;
}

.badges-btn {
  background-color: #ebebeb;
  padding: 5px 15px;
  display: inline-block;
  color: #636363;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  letter-spacing: 1px;
}

.badges-btn:hover,
.badges-btn:focus {
  background-color: #fc6060;
  color: #fff;
  font-weight: 500;
}

.header-area {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent;
}

.header-area .search-icon {
  position: relative;
  z-index: 1;
  margin-left: 80px;
}

.header-area .search-icon i {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.header-area .search-icon i:hover {
  transition: 0.5s;
  color: #fc6060;
}

.top-search-area .modal {
  background-color: rgba(0, 0, 0, 0.7);
}

.top-search-area .modal-content .modal-body {
  padding: 50px;
}

.top-search-area .modal-content .modal-body button.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  font-size: 14px;
}

.top-search-area .modal-content .modal-body button.close-btn.btn {
  padding: 0;
  background-color: transparent;
}

.top-search-area form {
  width: 100%;
  position: relative;
  z-index: 1;
}

.top-search-area form input {
  width: 100%;
  height: 50px;
  border: none;
  -webkit-box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  font-size: 12px;
  font-style: italic;
  padding: 0 20px;
}

.top-search-area form input:focus {
  -webkit-box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
}

.top-search-area form button {
  position: absolute;
  width: 100px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 10;
  border-radius: 0 6px 6px 0;
  border: none;
  background-color: #fc6060;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.classy-nav-container {
  background-color: transparent;
  padding: 0;
}

.classy-nav-container .classy-navbar {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 50px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .nav-brand {
    max-width: fit-content;
    margin-right: 15px;
  }
}

.classy-nav-container .classy-navbar .classynav ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #524e4e;
  font-weight: 500;
  padding: 0 20px;
  transition:
    background-color 0.5s,
    color 0.5s;
}

.classy-nav-container .classy-navbar .classynav ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li a:focus {
  color: #fc6060;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 14px;
    color: #252525;
  }
  .classy-nav-container .classy-navbar .classynav ul li a:hover,
  .classy-nav-container .classy-navbar .classynav ul li a:focus {
    color: #fc6060;
  }
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 14px;
    color: #fff;
  }
  .classy-nav-container .classy-navbar .classynav ul li a:hover,
  .classy-nav-container .classy-navbar .classynav ul li a:focus {
    color: #fc6060;
  }
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
  font-size: 14px;
  text-transform: capitalize;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
}

.classy-nav-container
  .classy-navbar
  .classynav
  ul
  li.cn-dropdown-item
  ul
  li
  a:focus,
.classy-nav-container
  .classy-navbar
  .classynav
  ul
  li.cn-dropdown-item
  ul
  li
  a:hover,
.classy-nav-container
  .classy-navbar
  .classynav
  ul
  li.megamenu-item
  ul
  li
  a:focus,
.classy-nav-container
  .classy-navbar
  .classynav
  ul
  li.megamenu-item
  ul
  li
  a:hover {
  color: #fc6060;
}

.classynav ul li.active a {
  position: relative;
  z-index: 1;
}

.classynav ul li.active a::before {
  width: calc(100% - 40px);
  height: 2px;
  background-color: #fc6060;
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: 1;
  content: '';
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav ul li.active a::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .classynav ul li.active a::before {
    display: none;
  }
}

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #fc6060;
}

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 210px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius: 6px;
}

.breakpoint-off .classynav ul li .megamenu {
  width: 100%;
}

.classy-navbar-toggler .navbarToggler span {
  background-color: #252525;
}

.main-header-area {
  position: relative;
  z-index: 1;
  background-color: transparent;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
}

.main-header-area.sticky {
  backdrop-filter: blur(10px); /* 磨砂玻璃特效，高级感核心 */
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); /* 淡淡的阴影，让它浮起来 */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-area.sticky .logo-text,
.header-area.sticky .classynav ul li a {
  color: #111111 !important; /* 下滑后文字可以更黑一点，提高可读性 */
}
.header-area.sticky .navbarToggler span {
  background-color: #111111 !important;
}

.classy-navbar-toggler .navbarToggler span {
  background-color: #fff;
}

.welcome-area {
  position: relative;
  z-index: 1;
}

.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.welcome-slides .owl-prev,
.welcome-slides .owl-next {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 70px;
  margin-top: -33px;
  z-index: 10;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 30px;
}

.welcome-slides .owl-prev:hover,
.welcome-slides .owl-prev:focus,
.welcome-slides .owl-next:hover,
.welcome-slides .owl-next:focus {
  background-color: #fc6060;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-slides .owl-prev,
  .welcome-slides .owl-next {
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .welcome-slides .owl-prev,
  .welcome-slides .owl-next {
    width: 40px;
    left: 15px;
    height: 40px;
    font-size: 18px;
    line-height: 44px;
  }
}

.welcome-slides .owl-next {
  left: auto;
  right: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-slides .owl-next {
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .welcome-slides .owl-next {
    right: 15px;
  }
}

.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 880px;
  background-color: #fc6060;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-welcome-slide {
    height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-welcome-slide {
    height: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .single-welcome-slide {
    height: 600px;
  }
}

.single-welcome-slide .welcome-text {
  position: relative;
  z-index: 1;
}

.single-welcome-slide .welcome-text h2 {
  font-weight: 700;
  font-size: 82px;
  display: block;
  margin-bottom: 0;
  background: -webkit-linear-gradient(#ff9696, #ffe89e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
  .single-welcome-slide .welcome-text h2 {
    font-size: 42px;
  }
}

.single-welcome-slide .welcome-text p {
  color: #fff;
  margin-bottom: 50px;
  display: block;
}

.single-welcome-slide .welcome-text .hero-mail-contact {
  color: #fff;
  font-style: italic;
  text-decoration: underline;
}

.single-welcome-slide .welcome-text .hero-mail-contact:hover,
.single-welcome-slide .welcome-text .hero-mail-contact:focus {
  color: #fc6060;
}

.footer-content {
  padding: 20px 0;
}

.footer-content .copywrite-text {
  position: relative;
  z-index: 1;
}

.footer-content .copywrite-text p {
  margin-bottom: 0;
  color: #252525;
}

@media only screen and (max-width: 767px) {
  .footer-content .copywrite-text p {
    font-size: 12px;
  }
}

.footer-content .copywrite-text p a {
  color: #fc6060;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .footer-content .copywrite-text p a {
    font-size: 12px;
  }
  .footer-content .footer-logo a img {
    max-width: 50px;
  }
}

.footer-content .social-info a {
  color: #252525;
  font-size: 16px;
  margin-right: 20px;
}

.footer-content .social-info a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .footer-content .social-info a {
    margin-right: 5px;
    font-size: 12px;
  }
}

.footer-content .social-info a:hover,
.footer-content .social-info a:focus {
  color: #fc6060;
}

.single-instagram-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-instagram-item img {
  width: 100%;
  -webkit-transition-duration: 1500ms;
  -o-transition-duration: 1500ms;
  transition-duration: 1500ms;
}

.single-instagram-item .instagram-hover-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(252, 96, 96, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-instagram-item .instagram-hover-content a {
  text-align: center;
}

.single-instagram-item .instagram-hover-content a i {
  color: #fff;
  font-size: 32px;
  display: block;
  margin-bottom: 15px;
}

.single-instagram-item .instagram-hover-content a span {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-instagram-item .instagram-hover-content a span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-instagram-item .instagram-hover-content a span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .single-instagram-item .instagram-hover-content a span {
    font-size: 12px;
  }
}

.single-instagram-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-instagram-item:hover .instagram-hover-content {
  opacity: 1;
  visibility: visible;
}

.instagram-gallery-single-item:hover .instagram-hover-content .zoom-img {
  margin-top: 0;
  opacity: 1;
}

.about-us-content h3 {
  font-size: 36px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .about-us-content h3 {
    font-size: 24px;
  }
}

.about-us-content .line {
  height: 3px;
  width: 70px;
  background-color: #fc6060;
  margin-bottom: 30px;
}

.about-video-area {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.about-video-area img {
  -webkit-box-shadow: 3px 0 24px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 0 24px rgba(0, 0, 0, 0.15);
  width: 100%;
  border-radius: 10px;
}

.about-video-area .video-icon a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  height: 50px;
  width: 50px;
  display: inline-block;
  background-color: #fc6060;
  text-align: center;
  line-height: 56px;
  font-size: 38px;
  border-radius: 50%;
}

.about-video-area .video-icon a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background-color: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fc6060;
  -webkit-animation: video-icon 1200ms linear infinite;
  animation: video-icon 1200ms linear infinite;
  z-index: -10;
}

.about-video-area .video-icon a:hover,
.about-video-area .video-icon a:focus {
  background-color: #000;
}

.about-video-area .video-icon a:hover::after,
.about-video-area .video-icon a:focus::after {
  border: 2px solid #000;
}

@-webkit-keyframes video-icon {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  50% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes video-icon {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  50% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.why-choose-us-content {
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  background-color: #fff;
  padding: 80px 30px 50px;
  border-radius: 10px;
  box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.why-choose-us-content .chosse-us-icon {
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  height: 76px;
  width: 76px;
  background-color: #fc6060;
  display: inline-block;
  text-align: center;
  line-height: 76px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: -38px;
  left: 50%;
  margin-left: -38px;
}

.why-choose-us-content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
}

.why-choose-us-content p {
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  font-size: 14px;
  margin-bottom: 0;
}

.why-choose-us-content:hover,
.why-choose-us-content:focus {
  background-color: #fc6060;
}

.why-choose-us-content:hover .chosse-us-icon,
.why-choose-us-content:focus .chosse-us-icon {
  background-color: #000;
  box-shadow: 0 5px 15px 2px rgba(255, 255, 255, 0.15);
}

.why-choose-us-content:hover h4,
.why-choose-us-content:hover p,
.why-choose-us-content:focus h4,
.why-choose-us-content:focus p {
  color: #fff;
}

.breadcrumb-area {
  position: relative;
  z-index: 1;
  height: 480px;
  background-color: #f8f3ed;
}

.breadcrumb-area2 {
  position: relative;
  z-index: 1;
  height: 340px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    height: 140px;
  }
}

.breadcrumb-area .page-title {
  color: #fff;
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .page-title {
    font-size: 24px;
  }
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}

.breadcrumb-content .breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.breadcrumb-content .breadcrumb .breadcrumb-item {
  color: #fc6060;
  font-weight: 400;
  font-size: 16px;
}

.breadcrumb-content .breadcrumb .breadcrumb-item a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.breadcrumb-content .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
  color: #fc6060;
}

.breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '\f105';
  color: #fff;
  font-family: 'FontAwesome';
}

.breadcrumb-area.blog {
  height: 550px;
}

.breadcrumb-area.blog .breadcrumb-content .post-catagory {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: #fc6060;
  font-weight: 500;
  margin-bottom: 15px;
}

.breadcrumb-area.blog .breadcrumb-content .post-catagory:hover,
.breadcrumb-area.blog .breadcrumb-content .post-catagory:focus {
  font-weight: 500;
  background-color: #000;
}

.breadcrumb-area.blog .breadcrumb-content .page-title {
  display: block;
  font-size: 48px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area.blog .breadcrumb-content .page-title {
    font-size: 30px;
  }
}

.breadcrumb-area.blog .breadcrumb-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-right: 21px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area.blog .breadcrumb-content .post-meta a {
    font-size: 13px;
  }
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a::after {
  content: '|';
  position: absolute;
  top: 0;
  right: -11px;
  z-index: 1;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a:last-child::after {
  display: none;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a:hover,
.breadcrumb-area.blog .breadcrumb-content .post-meta a:focus {
  color: #fc6060;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a:hover::after,
.breadcrumb-area.blog .breadcrumb-content .post-meta a:focus::after {
  color: #fff;
}

.blog-details-text {
  position: relative;
  z-index: 1;
}

.blog-details-text .row {
  margin-right: -5px;
  margin-left: -5px;
}

.blog-details-text .row .col-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.blog-details-text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.alime-blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  border-left: 3px solid #fc6060;
  padding-left: 30px;
}

.alime-blockquote h4 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #161715;
  line-height: 1.5;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .alime-blockquote h4 {
    font-size: 18px;
  }
}

.alime-blockquote h6 {
  font-size: 18px;
  color: #fc6060;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .alime-blockquote h6 {
    font-size: 14px;
  }
}

.post-author-area {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .post-author-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-author-area .popular-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}

.post-author-area .popular-tags li {
  display: inline-block;
  float: left;
  margin: 3px;
}

@media only screen and (max-width: 767px) {
  .post-author-area .post-social-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.post-author-area .post-social-info p {
  margin-bottom: 0;
  margin-right: 20px;
  color: #252525;
}

.post-author-area .post-social-info a {
  display: inline-block;
  color: #625b66;
  margin-right: 20px;
  font-size: 14px;
}

.post-author-area .post-social-info a:last-child {
  margin-right: 0;
}

.post-author-area .post-social-info a:hover,
.post-author-area .post-social-info a:focus {
  color: #fc6060;
}

.alime-pager-area {
  position: relative;
  z-index: 1;
}

.alime-pager-area .previous,
.alime-pager-area .next {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 290px;
}

@media only screen and (max-width: 767px) {
  .alime-pager-area .previous,
  .alime-pager-area .next {
    height: 180px;
  }
}

.alime-pager-area .previous::after,
.alime-pager-area .next::after {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  content: '';
  opacity: 0;
  visibility: hidden;
}

.alime-pager-area .previous .overlay-content,
.alime-pager-area .next .overlay-content {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 15%;
  text-align: center;
  z-index: 100;
}

.alime-pager-area .previous .overlay-content .post-title,
.alime-pager-area .next .overlay-content .post-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .alime-pager-area .previous .overlay-content .post-title,
  .alime-pager-area .next .overlay-content .post-title {
    font-size: 14px;
  }
}

.alime-pager-area .previous .overlay-content .post-title:hover,
.alime-pager-area .previous .overlay-content .post-title:focus,
.alime-pager-area .next .overlay-content .post-title:hover,
.alime-pager-area .next .overlay-content .post-title:focus {
  color: #fc6060;
}

.alime-pager-area .previous .overlay-content .previous-link,
.alime-pager-area .previous .overlay-content .next-link,
.alime-pager-area .next .overlay-content .previous-link,
.alime-pager-area .next .overlay-content .next-link {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -10%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  z-index: 100;
  opacity: 0;
}

.alime-pager-area .previous .overlay-content .previous-link:hover,
.alime-pager-area .previous .overlay-content .previous-link:focus,
.alime-pager-area .previous .overlay-content .next-link:hover,
.alime-pager-area .previous .overlay-content .next-link:focus,
.alime-pager-area .next .overlay-content .previous-link:hover,
.alime-pager-area .next .overlay-content .previous-link:focus,
.alime-pager-area .next .overlay-content .next-link:hover,
.alime-pager-area .next .overlay-content .next-link:focus {
  color: #fc6060;
}

.alime-pager-area .previous:hover::after,
.alime-pager-area .previous:focus::after,
.alime-pager-area .next:hover::after,
.alime-pager-area .next:focus::after {
  opacity: 1;
  visibility: visible;
}

.alime-pager-area .previous:hover .previous-link,
.alime-pager-area .previous:hover .next-link,
.alime-pager-area .previous:focus .previous-link,
.alime-pager-area .previous:focus .next-link,
.alime-pager-area .next:hover .previous-link,
.alime-pager-area .next:hover .next-link,
.alime-pager-area .next:focus .previous-link,
.alime-pager-area .next:focus .next-link {
  opacity: 1;
}

.alime-pager-area .next .overlay-content .next-link {
  left: auto;
  right: -10%;
}

.pagination {
  position: relative;
  z-index: 1;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination .page-link {
  padding: 12px 15px;
  color: #252525;
  border: none;
  background-color: #f7f7f7;
  margin-right: 5px;
  border-radius: 3px;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: #fc6060;
  color: #fff;
  border-color: #fc6060;
}

.pagination .page-link:focus {
  box-shadow: none;
}

.comment_area {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.comment_area .single_comment_area {
  position: relative;
  z-index: 1;
}

.comment_area .single_comment_area::after {
  position: absolute;
  width: 1px;
  background-color: #ebebeb;
  height: 100%;
  content: '';
  top: 0;
  left: 90px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .comment_area .single_comment_area::after {
    left: 50px;
  }
}

.comment_area .single_comment_area .single_comment_area::after {
  display: none;
}

.comment_area .comment-content {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  width: 70px;
  max-width: 70px;
  margin-right: 40px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    max-width: 40px;
    margin-right: 20px;
  }
}

.comment_area .comment-content .comment-author img {
  border-radius: 50%;
}

.comment_area .comment-content .comment-meta .post-date {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
  color: #b2b2b2;
  letter-spacing: 1px;
}

.comment_area .comment-content .comment-meta .post-date:hover,
.comment_area .comment-content .comment-meta .post-date:focus {
  color: #fc6060;
}

.comment_area .comment-content .comment-meta h5 {
  margin-bottom: 5px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-meta h5 {
    font-size: 16px;
  }
}

.comment_area .comment-content .comment-meta p {
  color: #636363;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-meta p {
    font-size: 13px;
  }
}

.comment_area .comment-content .comment-meta .like,
.comment_area .comment-content .comment-meta .reply {
  display: inline-block;
  padding: 5px 25px 5px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #ebebeb;
  text-transform: uppercase;
  border-radius: 2px;
}

.comment_area .comment-content .comment-meta .like:focus,
.comment_area .comment-content .comment-meta .like:hover,
.comment_area .comment-content .comment-meta .reply:focus,
.comment_area .comment-content .comment-meta .reply:hover {
  border-color: #fc6060;
  background-color: #fc6060;
  color: #fff;
}

.comment_area .children {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .comment_area .children {
    margin-left: 60px;
  }
}

.comment_area .children .single_comment_area:last-of-type {
  margin-bottom: 0;
}

.comment_area .children .single_comment_area .comment-author {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .comment_area .children .single_comment_area .comment-author {
    margin-right: 10px;
  }
}

.alime-blog-area {
  position: relative;
  z-index: 1;
}

.alime-blog-area .row {
  margin-right: -5px;
  margin-left: -5px;
}

.alime-blog-area .row .col-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.single-post-area {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-post-area::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 1;
}

.single-post-area .post-thumbnail {
  display: block;
  overflow: hidden;
}

.single-post-area .post-thumbnail img {
  width: 100%;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
}

.single-post-area .post-catagory {
  position: absolute;
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: #fc6060;
  top: 15px;
  right: 15px;
  z-index: 20;
  font-weight: 500;
}

.single-post-area .post-catagory:hover,
.single-post-area .post-catagory:focus {
  font-weight: 500;
  background-color: #000;
}

.single-post-area .post-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

.single-post-area .post-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}

.single-post-area .post-content .post-meta a {
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  margin-right: 21px;
}

.single-post-area .post-content .post-meta a:last-child::after {
  content: '|';
  position: absolute;
  top: 0;
  left: -11px;
  z-index: 1;
}

.single-post-area .post-content .post-meta a:hover,
.single-post-area .post-content .post-meta a:focus {
  color: #fc6060;
}

.single-post-area .post-content .post-meta a:hover::after,
.single-post-area .post-content .post-meta a:focus::after {
  color: #fff;
}

.single-post-area .post-content .post-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-area .post-content .post-title {
    font-size: 16px;
  }
}

.single-post-area .post-content .post-title:hover,
.single-post-area .post-content .post-title:focus {
  color: #fc6060;
}

.single-post-area:hover .post-thumbnail img,
.single-post-area:focus .post-thumbnail img {
  -webkit-transform: scale(1.4) rotate(10deg);
  -ms-transform: scale(1.4) rotate(10deg);
  transform: scale(1.4) rotate(10deg);
}

.related-news-area {
  position: relative;
  z-index: 1;
}

.related-news-area .row {
  margin-right: -5px;
  margin-left: -5px;
}

.related-news-area .row .col-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.team-content-area {
  position: relative;
  z-index: 1;
  padding: 40px;
  -webkit-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #fff;
}

.team-content-area .member-thumb {
  margin: 0 auto 40px;
  width: 165px;
}

.team-content-area .member-thumb img {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  border-radius: 50%;
}

.team-content-area h5 {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.team-content-area span {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #fc6060;
  font-size: 12px;
  text-transform: uppercase;
}

.team-content-area .member-social-info {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.team-content-area .member-social-info a {
  color: #636363;
  font-size: 16px;
  margin: 0 10px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.team-content-area .member-social-info a:hover,
.team-content-area .member-social-info a:focus {
  color: #fc6060;
}

.team-content-area:hover,
.team-content-area:focus {
  background-color: #fc6060;
}

.team-content-area:hover .member-thumb img,
.team-content-area:focus .member-thumb img {
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

.team-content-area:hover h5,
.team-content-area:hover span,
.team-content-area:focus h5,
.team-content-area:focus span {
  color: #fff;
}

.team-content-area:hover .member-social-info a,
.team-content-area:focus .member-social-info a {
  color: #fff;
}

.team-content-area:hover .member-social-info a:hover,
.team-content-area:hover .member-social-info a:focus,
.team-content-area:focus .member-social-info a:hover,
.team-content-area:focus .member-social-info a:focus {
  color: #000;
}

.alime-portfolio-area {
  position: relative;
  z-index: 1;
}

.alime-portfolio-area .container-fluid {
  padding-right: 10%;
  padding-left: 10%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .alime-portfolio-area .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .alime-portfolio-area .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .alime-portfolio-area .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.alime-projects-menu {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.alime-projects-menu .portfolio-menu .btn {
  position: relative;
  z-index: 1;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #ebebeb;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0;
  margin: 0 25px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
  .alime-projects-menu .portfolio-menu .btn {
    font-size: 14px;
    margin: 0 5px;
  }
}

.alime-projects-menu .portfolio-menu .btn::after {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #fc6060;
  content: '';
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 1;
}

.alime-projects-menu .portfolio-menu .btn.active::after {
  width: 100%;
}

.single-portfolio-content {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden;
}

.single-portfolio-content img {
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-portfolio-content .hover-content {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.single-portfolio-content .hover-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -26px;
  z-index: 100;
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fc6060;
  text-align: center;
  line-height: 52px;
  font-size: 30px;
  color: #fff;
}

.single-portfolio-content .hover-content a:hover,
.single-portfolio-content .hover-content a:focus {
  background-color: #000;
}

.single-portfolio-content:hover img,
.single-portfolio-content:focus img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.single-portfolio-content:hover .hover-content,
.single-portfolio-content:focus .hover-content {
  opacity: 1;
  visibility: visible;
}

.single-portfolio-content:hover .hover-content a,
.single-portfolio-content:focus .hover-content a {
  margin-top: -26px;
}

.alime-contact-form .form-control {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 2px;
  color: #afb4bf;
  font-size: 14px;
  border: 1px solid #ebebeb;
}

.alime-contact-form .form-control:focus {
  box-shadow: none;
  border-color: #fc6060;
}

.alime-contact-form textarea.form-control {
  height: 120px;
  padding: 20px;
}

.contact-area .contact-title {
  font-size: 56px;
}

@media only screen and (max-width: 767px) {
  .contact-area .contact-title {
    font-size: 30px;
  }
}

.contact-area .contact-info p {
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-area .contact-info a {
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-area .contact-info a {
    font-size: 14px;
  }
}

#map {
  height: 600px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #map {
    height: 400px;
  }
}

#map iframe {
  width: 100%;
  height: 100%;
  border: none !important;
  border-radius: 10px;
}

footer {
  background-color: #161715;
  height: vh;
}

.wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}

.containerUp {
  display: flex;
  flex-direction: column;
}

.social-info {
  display: flex;
  flex-direction: column;
  margin: 40px auto;
  padding-right: 15px;
}

.social-info > .icons {
  margin: 0 auto;
  transition: 0.5s;
}

.social-info > h2 {
  text-align: center;
  color: gainsboro;
  margin: 10px;
}

.social-info > .icons > a > img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin: 10px;
  transition: 0.3s;
}

.social-info > .icons > a > img:hover {
  cursor: pointer;
  overflow: hidden;
  transform: scale(1.2);
}

.connect {
  display: flex;
  flex-direction: column;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.connect > h2 {
  color: white;
  margin-top: 30px;
}

.connect > form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.connect > form > input {
  background-color: cornsilk;
  padding: 10px 15px;
  border: solid 1px;
  border-radius: 50px;
  width: 100%;
  max-width: 395px;
  text-align: center;
  margin: 0 auto;
}

.connect > form > button {
  margin: 15px auto;
  border: none;
  padding: 8px 15px;
  border-radius: 50px;
  background-color: red;
  color: whitesmoke;
  transition: 0.3s;
}

.connect > form > button:hover {
  letter-spacing: 1px;
  color: #ffe89e;
  outline-style: none;
}

.containerDown > a > h5 {
  color: #f7f7f7;
}

.containerDown > a > span {
  color: antiquewhite;
}

.containerDown {
  text-align: center;
}

.last > p {
  color: burlywood;
}

.last > p > .heart {
  color: red;
}

.last > p > a {
  color: #afb4bf;
}

@media only screen and (max-width: 750px) {
  body {
    background-color: lightblue;
  }
  .step {
    width: 100%;
  }
}

@media only screen and (min-width: 1170px) {
  .social-info {
    flex-grow: 2;
  }
}

/* moving body background   */

body {
  height: 100%;
  width: 100%;
  background: #f7f2ec;
  background-size: 300% 300%;
  animation: color 5s ease-in-out infinite;
}

@keyframes color {
  0% {
    background-position: 0 60%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.steps-section {
  background-color: #e3e0d5;
  padding: 3rem 5%;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.step {
  width: 300px;
  text-align: center;
}

.step img {
  width: 100%;
  border-radius: 10px;
}

.steps-section h3 {
  color: #404246;
  font-weight: 600;
}

.kintsugi-info h2 {
  text-align: left;
  margin-left: 10px;
}

.kintsugi-info p {
  text-align: left;
  margin-left: 40px;
}

.kintsugi-info {
  text-align: left;
  height: auto;
  width: 100%;
}

.marker-under {
  background: linear-gradient(transparent 60%, #ff9 60%);
}

.classy-navbar a {
  color: white;
  font-size: 1.2em;
  letter-spacing: 2px;
  position: relative;
  top: 2px;
  transition:
    border-radius 0.5s ease,
    transform 0.5s ease;
}

.logo-text {
  color: white;
  /*font-family: 'Pacifico', cursive; /* 手寫風格字體 */
  font-size: 0.5em;
  letter-spacing: 2px;
  position: relative;
  top: 2px;
  transition:
    border-radius 0.5s ease,
    transform 0.5s ease;
}

/* ---------- 開場動畫 ---------- */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9a9279;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

.loading-logo {
  /*font-family: 'Pacifico', cursive; /* 手寫風格字體 */
  color: #2f2d2d;
  font-size: 2.5em;
  letter-spacing: 4px;
  opacity: 0;
  animation: fadeIn 0.2s ease forwards;
  filter: brightness(0.8);
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cos-info {
  background-color: #ffffff87;
  margin-left: 20%;
  margin-right: 20%;
  border-radius: 12px;
  box-shadow: 3px 2px 20px 1px rgb(168 157 157 / 60%);
}

.cos2-info {
  border-radius: 12px;
  margin-top: 10px;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 15px;

  /* 核心：多层渐变叠加 */
  background: #ffffff87;

  /* 增强高级感：加一点点极为克制的内阴影，模拟卡纸边缘的厚度 */
  box-shadow: 3px 2px 20px 1px rgb(168 157 157 / 60%);

  /* 混色模式：让色彩交融更自然 */
  background-blend-mode: multiply;

  /* 相对定位，方便后面叠加纸张肌理 */
  position: relative;
  overflow: hidden;
}

/* 进阶：用伪元素模拟卡纸的颗粒肌理感 */
.cos2-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.04; /* 极低的透明度，隐隐约约的颗粒感最高级 */
  pointer-events: none;

  /* 利用 SVG 噪声滤镜生成纸张颗粒（直接写在 CSS 里，无需外部图片） */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

h1,
h3,
.about-us-content p {
  color: #eaeaea;
}

@media only screen and (max-width: 767px) {
  .cos-info {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .cos2-info {
    width: 320px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .pic2 img {
    height: 250px;
  }

  h1 {
    font-size: 1.8rem;
  }

  .classy-nav-container .classy-navbar .nav-brand {
    max-width: fit-content;
    margin-right: 15px;
  }
}

/* 課程頁面內容樣式 */
.course-detail-box {
  /* 移除了背景色和內邊距，交由外層 course-card-wrapper 管理 */
  padding: 0;
  border-radius: 5px;
}

.course-detail-box h3 {
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}

.course-detail-box p,
.course-detail-box li {
  color: #000000;
  line-height: 1.8;
}

.course-highlight {
  font-weight: bold;
}

/* ====== 減少背景圖區塊高度的修改 (使用 !important) ====== */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* 確保內部內容沒有額外的頂部外邊距 */
.breadcrumb-content {
  margin-top: 0 !important;
}
/* ======================================================= */

/* 調整卡片內的間距，移除原本 row 上的 mb-80 */
.course-card-wrapper .row {
  margin-bottom: 0 !important;
}

/* 確保圖片下方有足夠的間距，與下方的內容區塊分開 */
.course-card-wrapper .about-video-area {
  margin-bottom: 30px !important;
}

/* 移除 course-detail-box 上的背景，讓外層容器統一管理背景 */
.course-card-wrapper .course-detail-box {
  background-color: transparent;
  padding: 0;
}

/* 課程概覽卡片簡約樣式 (為流暢絲滑的動畫優化) */
.course-summary-card {
  background-color: #ffffff00;
  /* 提升陰影效果的質感 */
  border-radius: 6px; /* 輕微圓角 */
  /* 關鍵：設置過渡效果，確保動畫流暢 */
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.course-summary-card:hover {
  /* 懸停時輕微上浮 */
  transform: translateY(-5px);
  /* 懸停時陰影更明顯，增加懸浮感 */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
/* 設置課程標題的樣式，明顯提示可點擊 */
.course-summary-card h4 a {
  color: #2f2d2d; /* 核心改變：使用優雅的金色調 */
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.course-summary-card h4 a:hover {
  text-decoration: underline; /* 懸停時出現底線 */
  color: #7a6e53;
}
.course-summary-card p {
  margin-top: 0px; /* 稍微減少段落與標題間的間距 */
  padding-bottom: 15px;
  font-size: 0.5rem; /* 稍微縮小字體以適應更小的卡片高度 */
  line-height: 1.7;
  color: #000000a6;
  margin-block-end: 0;
  font-size: 0.8rem;
}

.sc-detail p {
  color: #000;
  padding-bottom: 5px;
  font-size: 0.6rem;
}

.about-us-content h3 {
  font-weight: 250;
  font-size: 1.3em;
  color: #2f2d2d;
  margin-bottom: 0;
}

.course-section {
  display: flex;
  flex-direction: column; /* 让内部元素从上往下排 */
  align-items: center; /* 核心：让所有子元素在水平方向居中 */
  text-align: center; /* 确保纯文本、图标等行内元素也居中 */
}

.course-top {
  height: 300px !important;
}

.kintsugi-info {
  /* 初始状态：完全透明 */
  opacity: 0;

  /* 绑定动画：动画名(fadeIn) 持续时间(5s) 缓动函数(ease) 停留在最后一帧(forwards) */
  animation: fadeIn 5s ease forwards;
}

/* 定义动画的关键帧 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.text-decoration-none-custom {
  text-decoration: none;
  color: inherit;
  display: block; /* 确保超链接撑满整个容器宽度 */
}

/* 加上之前教你的悬停变色效果，体验会非常棒 */
.text-decoration-none-custom:hover h3,
.text-decoration-none-custom:hover p.simple-text-color {
  color: #bfa15f;
  transition: color 0.2s ease;
}

/* --- ⑧ 预约区域样式 --- */
.notice-text {
  font-size: 0.85rem;
  color: #504c47;
}

.contact-box {
  background: #f4efe6;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  height: 100%;
}
.qr-placeholder {
  width: 140px;
  height: 140px;
  background: #fff;
  margin: 0 auto 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #999;
}

/* --- ⑨ 页尾 --- */
.footer-minimal {
  background-color: #f3f0eb;
  padding: 60px 0;
  text-align: center;
  font-size: 0.95rem;
  color: #656060;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.8rem;
  }

  .classy-nav-container .classy-navbar .nav-brand {
    font-family: 'Pacifico', cursive;
    max-width: fit-content;
    margin-right: 15px;
  }
}

.course-summary-card p {
  line-height: 1.5;
}

/* ================= 📱 手机端/点击触摸反馈特效 ================= */

/* 1. 让整个卡片区域具备平滑过渡效果 */
.text-decoration-none-custom {
  display: block;
  transition: all 0.25s ease-in-out;
  -webkit-tap-highlight-color: transparent; /* 清除手机点击时自带的丑陋蓝色高亮阴影 */
}

.about-video-area img {
  transition: transform 0.25s ease-in-out; /* 让图片放大缩小很丝滑 */
}

/* 2. 当手指在手机上“按住”模块时（:active 状态） */
.text-decoration-none-custom:active {
  transform: translateY(-4px); /* 整个模块向上微微抬起 4 像素 */
  opacity: 0.93; /* 产生极其轻微的半透明呼吸感，提示“已点中” */
}

/* 3. 同时让模块里的图片在按住时产生轻微放大/沉浸感 */
.text-decoration-none-custom:active .about-video-area img {
  transform: scale(1.03); /* 图片微微放大 3% */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12); /* 按钮下方陷下去一层柔和的阴影，立体感瞬间出来 */
}

/* 强制画廊图片在任何屏幕下都保持原图长宽比例，拒绝变形 */
.row .gallery-item img {
  width: 100% !important;
  height: auto !important; /* 彻底释放死高度，让它根据宽度自动按比例缩放 */
  object-fit: contain !important; /* 确保图片内容完整展现不被裁剪 */
  display: block;
}

/* 可选微调：如果你希望手机端并排的两个图之间有点呼吸感，高度对齐 */
.gallery-item {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  border-radius: 4px; /* 给学员作品加个精致的小圆角 */
}

/* 方案 B：CSS3 Column 瀑布流（像小红书一样紧凑错落） */
.waterfall-gallery {
  column-count: 2; /* ➔ 手机端默认排 2 列 */
  column-gap: 15px; /* ➔ 左右间距 */
  width: 100%;
}

.waterfall-gallery .gallery-item {
  break-inside: avoid; /* ➔ 防止图片在一半的地方被截断折行 */
  margin-bottom: 15px; /* ➔ 上下错开的间距 */
  border-radius: 6px;
  overflow: hidden;
}

.waterfall-gallery .gallery-item img {
  width: 100% !important;
  height: auto !important; /* ➔ 还原最完美的长宽比 */
  display: block;
}

/* 当屏幕是电脑端（大于768px）时，自动变成 4 列 */
@media (min-width: 768px) {
  .waterfall-gallery {
    column-count: 4;
    column-gap: 20px;
  }
  .waterfall-gallery .gallery-item {
    margin-bottom: 20px;
  }
}

.hero-title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 25px;
  color: #333030;
}

.hero-subtitle {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555050;
}

/* 让微信这一项哪怕没有 href 的实质跳转，也能有点击手势和高亮 */
.classynav ul li ul.dropdown li a {
  cursor: pointer !important;
}
.classynav ul li ul.dropdown li a:hover {
  color: #4cd964; /* 鼠标放上去时变成微信绿（或者你网页的主题色），点击暗示直接拉满 */
}

.pic2 img {
  height: 50%;
}

#courseA img {
  width: 60%;
}

#courseB img {
  width: 60%;
}

/* --- ⑦ 学员作品画廊 --- */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.gallery-item img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 240px;
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.85);
  padding: 2px 10px;
  font-size: 0.75rem;
  border-radius: 20px;
  color: #555;
}

.course-detail-box ul {
  padding-left: 0;
}
.exp-box p {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .text-muted {
    margin-left: 20px;
    text-align: left;
  }

  .course-detail-box {
    margin-left: 20px;
    text-align: left;
  }

  .kin-h5 h5 {
    margin-left: 10px;
    text-align: left;
  }
}

section {
  padding: 40px 0; /* 模块之间保持足够的留白呼吸感 */
}

.section-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #333030;
}

.section-subtitle {
  text-align: center;
  font-size: 0.9rem;
  color: #8c8273;
  margin-bottom: 60px;
}

/* 统一无棱角大圆角 */
.img-rounded {
  border-radius: 16px;
  object-fit: cover;
}

/* 完全圆润、无棱角的预约按钮 */
.btn-reservation {
  background-color: #2e2c2c;
  color: #ffffff;
  padding: 14px 40px;
  border-radius: 30px;
  border: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(94, 107, 92, 0.2);
}
.btn-reservation:hover {
  background-color: #4c574a;
  color: #ffffff;
  transform: translateY(-2px);
}

/* --- ③ 特色模块圆形图标 --- */
.feature-icon-circle {
  width: 70px;
  height: 70px;
  background-color: #f4efe6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.5rem;
}

/* --- ⑤ Course Menu 卡片 --- */
.course-card {
  background: #ffffff;
  border: none;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(160, 155, 145, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}
.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(160, 155, 145, 0.1);
}

.card-badge {
  display: inline-block;
  color: #8c8273;
  font-size: 0.75rem;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.card-price {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333030;
  margin-top: 25px;
}

/* 当 header 变成固定吸顶状态(sticky)时，强制让它里面的菜单大面板也跟着固定 */
.header-area.sticky .classy-menu {
  position: fixed !important;
  top: 70px !important; /* 这个高度要根据你 header 滚动后的实际高度来微调 */
  left: 0;
  width: 100%;
  height: calc(100vh - 70px) !important; /* 让菜单高度完美填满剩余的屏幕高度 */
  overflow-y: auto !important; /* 如果菜单内容多，允许内部滚动 */
}

/* 如果你的框架在手机端展开菜单时，是给整个导航栏加了特殊的 active 类名（比如 .menu-on） */
/* 为了保险起见，把下面这段也加上，确保它在任何滚动位置都能撑满全屏 */
.classy-menu.menu-on {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100vh !important;
  z-index: 999999 !important; /* 确保菜单不会被下方的金缮或水彩卡片盖住 */
}

/* 1. 让菜单面板变成高级的半透明白色磨砂 */
.classy-menu.menu-on {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100vh !important;

  /* 核心：0.8 的透明度，既能看清背后的色彩，又不会太稀薄 */
  background-color: rgba(255, 255, 255, 0.8) !important;

  /* 核心：15px 的高强度模糊，把后面的文字彻底“晕染”开，变成纯色块，这样就不会和菜单字重叠了 */
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;

  z-index: 999999 !important; /* 确保菜单层级最高 */
  overflow-y: auto !important;
}

/* 2. 核心补丁：当菜单打开时，强行废掉它背后整个网页的所有点击和滑动 */
/* classy-nav 插件在手机端展开菜单时，会自动给 html 或 body 标签加上一个 .body-collasped 或 .classy-nav-active 类名 */
/* 只要这个类名存在，后面网页的所有按钮都会变成“幻影”，绝对无法被误触 */
body.classy-nav-active,
html.classy-nav-active {
  overflow: hidden !important; /* 阻止后面网页滚动 */
}

/* 彻底阻断后面内容的鼠标和手指穿透点击 */
.classy-nav-active main,
.classy-nav-active .welcome-area,
.classy-nav-active div:not(.classy-menu) {
  /* 如果点击依然穿透，用这一招直接在全局把除菜单外的所有点击事件全部关闭 */
  /* pointer-events: none !important; */
}

@media only screen and (max-width: 767px) {
  .card-badge {
    display: flex;
    flex-direction: column; /* 让文字上下排列 */
    align-items: flex-start; /* 内部所有子元素靠左对齐 */
  }
}

/* 页脚整体基调 */
.studio-footer {
  padding: 40px 20px;
  text-align: center;
  background-color: #fcfbfa; /* 如果你整体是米色调，这个颜色会非常温柔 */
}

.footer-copyright {
  font-size: 12px;
  color: #a09e96;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
