@charset "UTF-8";
/* ========= [ * page-home_22 ]  =========*/
/* --------------- navbar style36 --------------- */
.navbar.style38 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
  background-image: url(../img/navbar_back.png);
  background-size: cover;
  background-position: bottom;
  z-index: 99;
}
.navbar.style38 .navbar-nav .nav-item .nav-link {
  margin: 0 30px;
  text-transform: uppercase;
  color: #fff;
}
.navbar.style38 .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}
.navbar.style38 .nav-btn {
  border: 2px dashed #fff5;
  padding: 15px 40px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
}
.navbar.style38 .nav-btn:hover {
  background-color: var(--color-orange5);
}

@media screen and (max-width: 991px) {
  .navbar.style38 {
    height: 100px;
  }
  .navbar.style38 .navbar-collapse {
    padding: 30px;
    margin-top: 50px;
    border-radius: 15px;
    background-color: var(--color-orange5);
  }
}
/* --------------- tc-header-style38 --------------- */
.tc-header-style38 {
  padding-top: 100px;
  min-height: 100vh;
  background-image: url(../img/header.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 300px 0;
}
.tc-header-style38::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.tc-header-style38 .info {
  padding-top: 150px;
}
.tc-header-style38 .info .circle-text {
  position: absolute;
  height: 120px;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(75px);
      -ms-transform: translateX(75px);
          transform: translateX(75px);
}
.tc-header-style38 .info .circle-text .rotate-text {
  -webkit-animation: rotateText 15s linear infinite;
          animation: rotateText 15s linear infinite;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.tc-header-style38 .info .circle-text .rotate-circle svg {
  width: 150px;
  fill: #fff;
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-header-style38 .info .icon {
  position: absolute;
  top: 25px;
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--color-orange5);
  padding: 20px 17px 15px;
}
@media screen and (max-width: 991px) {
  .tc-header-style38 {
    padding: 200px 0 100px;
  }
}
/* --------------- tc-services-style38 --------------- */
.tc-services-style38 {
  padding: 120px 0;
  background-color: #f9eee5;
}
.tc-services-style38 .ser-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.tc-services-style38 .ser-cards .ser-card {
  text-align: center;
  width: 200px;
}
.tc-services-style38 .ser-cards .ser-card .icon {
  height: 80px;
}
.tc-services-style38 .ser-btns {
  text-align: center;
}
.tc-services-style38 .ser-btns a {
  padding: 15px 40px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 5px;
}
.tc-services-style38 .ser-btns a i {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  color: var(--color-orange5);
}

@media screen and (max-width: 991px) {
  .tc-services-style38 .ser-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .tc-services-style38 .ser-cards .ser-card {
    width: 50%;
    margin-bottom: 50px;
  }
  .tc-services-style38 .ser-btns a {
    font-size: 14px;
  }
}
/* --------------- tc-about-style38 --------------- */
.tc-about-style38 {
  padding-top: 120px;
  position: relative;
}
.tc-about-style38::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  background-color: #222;
}
.tc-about-style38 .container {
  position: relative;
  z-index: 5;
}
.tc-about-style38 .img {
  position: relative;
  width: 100%;
  /* height: 550px; */
  max-width: 90vw;
  max-height: 90vw;
  border-radius: 50%;
}
.tc-about-style38 .img::after {
  position: absolute;
  content: "";
  left: -10px;
  top: -20px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--color-orange5);
}
.tc-about-style38 .img img {
  position: relative;
  z-index: 5;
  border-radius: 50%;
}
.tc-about-style38 .icons-content {
  -webkit-box-shadow: 0px -30px 60px 0px rgba(90, 90, 90, 0.06);
          box-shadow: 0px -30px 60px 0px rgba(90, 90, 90, 0.06);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
}
.tc-about-style38 .icons-content .icon-card {
  width: 20%;
  -webkit-border-end: 1px solid #9993;
          border-inline-end: 1px solid #9993;
  padding: 30px 15px;
  text-align: center;
}
.tc-about-style38 .icons-content .icon-card:last-of-type {
  border: 0;
}
.tc-about-style38 .icons-content .icon-card .icon {
  height: 70px;
}

@media screen and (max-width: 991px) {
  .tc-about-style38 .img {
    margin-bottom: 50px;
  }
}
/* --------------- tc-featured-style38 --------------- */
.tc-featured-style38 {
  padding: 120px 0;
  background-color: #222;
  color: #fff;
}
.tc-featured-style38 .feat-card {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.tc-featured-style38 .feat-card .img {
  position: relative;
  height: 275px;
}
.tc-featured-style38 .feat-card .info {
  position: relative;
  padding-top: 120px;
}
.tc-featured-style38 .feat-card .info::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 40px;
  width: 1px;
  height: 60px;
  background-color: #fff2;
}
.tc-featured-style38 .feat-card .info h5 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tc-featured-style38 .feat-card .info p {
  font-size: 14px;
  color: var(--color-orange5);
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .tc-featured-style38 {
    overflow: hidden;
  }
}
/* --------------- tc-testimonials-style38 --------------- */
.tc-testimonials-style38 {
  position: relative;
}
.tc-testimonials-style38::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background-color: #222;
}
.tc-testimonials-style38 .testi-content {
  padding: 120px 10vw;
  background-color: var(--color-orange5);
  color: #fff;
  position: relative;
  z-index: 10;
}
.tc-testimonials-style38 .testi-content .q_icon {
  width: 250px;
  max-width: 15%;
  position: absolute;
  bottom: 80px;
  right: 80px;
  z-index: 10;
  pointer-events: none;
}
.tc-testimonials-style38 .testi-content .testi-card {
  text-align: center;
}
.tc-testimonials-style38 .testi-content .testi-card h5 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.7;
}
.tc-testimonials-style38 .testi-content .testi-card h5 i {
  position: relative;
  top: -15px;
}
.tc-testimonials-style38 .testi-content .gallery-thumbs {
  margin-top: 50px;
}
.tc-testimonials-style38 .testi-content .gallery-thumbs .swiper-slide-active .slide-card .info {
  opacity: 1;
}
.tc-testimonials-style38 .testi-content .gallery-thumbs .slide-card {
  position: relative;
  padding-bottom: 80px;
  text-align: center;
}
.tc-testimonials-style38 .testi-content .gallery-thumbs .slide-card .icon {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.tc-testimonials-style38 .testi-content .gallery-thumbs .slide-card .icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.tc-testimonials-style38 .testi-content .gallery-thumbs .slide-card .info {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  top: 80px;
  width: 220px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-testimonials-style38 .testi-content .gallery-thumbs .slide-card .info h4 {
  font-size: 25px;
  text-transform: uppercase;
  white-space: nowrap;
}
.tc-testimonials-style38 .testi-content .gallery-thumbs .slide-card .info p {
  font-size: 14px;
  text-transform: uppercase;
  color: #e9b291;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-style38 .testi-content {
    padding: 50px 15px;
  }
  .tc-testimonials-style38 .testi-content .testi-card h5 {
    font-size: 15px;
  }
  .tc-testimonials-style38 .testi-content .testi-card h5 i {
    top: 0;
  }
}
/* --------------- tc-openingHours-style38 --------------- */
.tc-openingHours-style38 {
  padding: 120px 0;
}
.tc-openingHours-style38 .img {
  position: relative;
  height: 580px;
  -webkit-padding-start: 150px;
          padding-inline-start: 150px;
}
.tc-openingHours-style38 .img .op-card {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 330px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.tc-openingHours-style38 .img .op-card .card-content {
  padding: 40px;
}
.tc-openingHours-style38 .img .op-card .check-link {
  padding: 20px;
  text-align: center;
  background-color: #222;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
}
.tc-openingHours-style38 .img .op-card .check-link:hover {
  background-color: var(--color-orange5);
}

@media screen and (max-width: 991px) {
  .tc-openingHours-style38 .img {
    margin-top: 50px;
    padding: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .tc-openingHours-style38 .img .op-card {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
}
/* --------------- tc-team-style38 --------------- */
.tc-team-style38 .team-card {
  position: relative;
  overflow: hidden;
}
.tc-team-style38 .team-card:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tc-team-style38 .team-card .img {
  height: 35vw;
}
.tc-team-style38 .team-card .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-style38 .team-card .info p {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-orange5);
  margin-bottom: 10px;
}
.tc-team-style38 .team-card .info h5 {
  font-size: 24px;
  text-transform: uppercase;
}
.tc-team-style38 .team-card .info .socials {
  position: absolute;
  right: 30px;
  bottom: calc(100% - 27px);
}
.tc-team-style38 .team-card .info .socials a {
  width: 50px;
  height: 50px;
  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;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 15px #0001;
          box-shadow: 0 0 15px #0001;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.tc-team-style38 .team-card .info .socials a:hover {
  background-color: var(--color-orange5);
  color: #fff;
}
.tc-team-style38 .team-card .info .socials a.show {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.tc-team-style38 .team-card .info .socials .plus-btn {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.tc-team-style38 .team-card .info .socials .plus-btn:hover {
  background-color: #222;
  color: #fff;
}
.tc-team-style38 .team-card .info .socials .plus-btn.show i::before {
  content: "";
}

@media screen and (max-width: 991px) {
  .tc-team-style38 {
    padding: 0 15px;
  }
  .tc-team-style38 .team-card {
    margin-bottom: 30px;
    border: 1px solid #9993;
  }
  .tc-team-style38 .team-card .img {
    height: 500px;
  }
  .tc-team-style38 .team-card .info {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------- tc-blog-style38 --------------- */
.tc-blog-style38 {
  padding: 120px 0;
}
.tc-blog-style38 .blog-card {
  position: relative;
  margin-top: 50px;
}
.tc-blog-style38 .blog-card .img {
  position: relative;
  height: 250px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-blog-style38 .blog-card .img .tag {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 5px 20px;
  border-radius: 30px;
  background-color: #fff;
  color: var(--color-orange5);
}
.tc-blog-style38 .blog-card:hover .img {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
}

/* --------------- tc-footer-style38 --------------- */
.tc-footer-style38 {
  background-color: var(--color-orange5);
  color: #fff;
  padding-top: 120px;
}
.tc-footer-style38 .foot-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.tc-footer-style38 .foot-item ul li .icon {
  opacity: 0.3;
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
}
.tc-footer-style38 .tc-footer-slider38 {
  padding-left: 50px;
  position: relative;
}
.tc-footer-style38 .tc-footer-slider38 .swiper-pagination {
  position: absolute;
  left: 0;
  top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-footer-style38 .tc-footer-slider38 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  height: 25px;
  width: 4px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0.2;
  margin-bottom: 10px;
}
.tc-footer-style38 .tc-footer-slider38 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 35px;
  opacity: 1;
}
.tc-footer-style38 .foot {
  padding-bottom: 50px;
  margin-top: 100px;
}
.tc-footer-style38 .foot .foot-logo img {
  width: 100px;
}
.tc-footer-style38 .foot .foot-links a {
  -webkit-margin-start: 60px;
          margin-inline-start: 60px;
  text-transform: capitalize;
}
.tc-footer-style38 .foot .foot-social a {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

@media screen and (max-width: 991px) {
  .tc-footer-style38 .tc-footer-slider38 {
    padding-left: 30px;
  }
  .tc-footer-style38 .tc-footer-slider38 .foot-item {
    margin-bottom: 30px;
  }
  .tc-footer-style38 .foot {
    margin-top: 30px;
  }
  .tc-footer-style38 .foot .foot-links a {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
}
.home-style23 {
  font-family: "Yusei Magic", sans-serif !important;
  color: #222222;
}
.home-style23 h1, .home-style23 h2, .home-style23 h3, .home-style23 h4, .home-style23 h5, .home-style23 h6, .home-style23 .fm_Yusei {
  font-weight: 500;
}
.home-style23 .text, .home-style23 p {
  font-family: "Plus Jakarta Sans", sans-serif;
}

@media screen and (max-width: 991px) {
  .home-style23 br {
    display: none;
  }
  .home-style23 .fsz-60 {
    font-size: 35px !important;
  }
  .home-style23 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style23 .fsz-30 {
    font-size: 20px !important;
  }
  .home-style23 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style23 .mb-100 {
    margin-bottom: 50px !important;
  }
  .home-style23 .fsz-35 {
    font-size: 20px !important;
  }
  .home-style23 .fsz-18 {
    font-size: 15px !important;
  }
  .home-style23 .fsz-80 {
    font-size: 50px !important;
  }
}