@charset "UTF-8";




/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st4 --------------- */
.tc-navbar-st4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #000;
}
.tc-navbar-st4 .navbar-brand .logo {
  width: 200px;
  
}
.tc-navbar-st4 .social-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-navbar-st4 .social-side .menu-item {
  position: relative;
}
.tc-navbar-st4 .social-side .menu-item .nav-link {
  position: relative;
  padding: 0;
  -webkit-padding-end: 60px;
          padding-inline-end: 60px;
  font-size: 16px;
}
.tc-navbar-st4 .social-side .menu-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st4 .social-side .menu-item .nav-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st4 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 400;
  padding: 15px 25px;
}
.tc-navbar-st4 .navbar-nav .nav-item .nav-link:hover, .tc-navbar-st4 .navbar-nav .nav-item .nav-link.active {
  color: var(--cr-brown1);
}
.tc-navbar-st4 .phone-link {
  position: relative;
  padding: 25px 30px;
}
.tc-navbar-st4 .phone-link .bg {
  position: absolute;
  left: 0;
  top: -7px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st4 {
    position: relative;
    padding: 20px;
  }
  .tc-navbar-st4 .navbar-brand {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 0;
  }
  .tc-navbar-st4 .navbar-nav {
    margin: 20px 0;
  }
  .tc-navbar-st4 .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
  }
  .tc-navbar-st4 .social-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tc-navbar-st4 .fsz-24 {
    font-size: 14px !important;
  }
}
/* --------------- header st4 --------------- */
.tc-header-st4 {
  position: relative;
}
.tc-header-st4 .header-slider {
  position: relative;
  overflow: hidden;
  height: 900px;
}
.tc-header-st4 .header-slider .swiper-slide-active .content-float {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.tc-header-st4 .header-slider .img {
  position: relative;
  overflow: hidden;
  height: 900px;
}
.tc-header-st4 .header-slider .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-dark1);
  opacity: 0.3;
}
.tc-header-st4 .header-slider .content-float {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  width: 100%;
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.tc-header-st4 .header-slider .content-float .info {
  position: relative;
  padding-top: 100px;
}
.tc-header-st4 h1 {
  font-size: 89px;
  line-height: 1.1;
}
.tc-header-st4 .swiper-button-next {
  left: auto !important;
  right: 3vw;
  top: calc(50% - 50px);
}
.tc-header-st4 .swiper-button-prev {
  left: auto !important;
  right: 3vw;
  top: calc(50% + 50px);
}

@media screen and (max-width: 991px) {
  .tc-header-st4 h1 {
    font-size: 50px;
  }
  .tc-header-st4 .header-slider {
    height: 600px;
  }
  .tc-header-st4 .header-slider .img {
    height: 600px;
  }
}
/* --------------- reservation st4 --------------- */
.tc-reservation-st4 {
  position: relative;
  padding: 140px 0 90px;
}
.tc-reservation-st4 .vec1 {
  position: absolute;
  top: 100px;
  right: calc((100vw - 1320px) / 2 );
  max-width: 18%;
}
.tc-reservation-st4 .reservation-card {
  position: relative;
  overflow: hidden;
}
.tc-reservation-st4 .reservation-card .title {
  position: relative;
  z-index: 20;
  margin-bottom: 50px;
}
.tc-reservation-st4 .reservation-card .form {
  position: relative;
  z-index: 20;
}
.tc-reservation-st4 .reservation-card .form .form-group {
  margin-bottom: 10px;
}
.tc-reservation-st4 .reservation-card .form .form-control {
  border: 0;
  border-bottom: 1px dashed #fff2;
  border-radius: 0;
  background-color: transparent;
  min-height: 50px;
  color: #b5b5b5;
}
.tc-reservation-st4 .reservation-card .form .form-control::-webkit-input-placeholder {
  color: #b5b5b5;
}
.tc-reservation-st4 .reservation-card .form .form-control::-moz-placeholder {
  color: #b5b5b5;
}
.tc-reservation-st4 .reservation-card .form .form-control:-ms-input-placeholder {
  color: #b5b5b5;
}
.tc-reservation-st4 .reservation-card .form .form-control::-ms-input-placeholder {
  color: #b5b5b5;
}
.tc-reservation-st4 .reservation-card .form .form-control::placeholder {
  color: #b5b5b5;
}

@media screen and (max-width: 991px) {
  .tc-reservation-st4 {
    overflow: hidden;
  }
}
/* --------------- about st4 --------------- */
.tc-about-st4 {
  position: relative;
  padding: 140px 0;
}
.tc-about-st4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40%;
  height: 80%;
  background-color: #23211F;
}
.tc-about-st4 .icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #fff;
  margin-top: 30px;
}
.tc-about-st4 .icon-list li .icon {
  height: 30px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-about-st4 .video-card {
  position: relative;
  margin-top: 90px;
  height: 650px;
  max-height: 100vw;
}
.tc-about-st4 .video-card .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--cr-brown1);
  color: #fff;
  font-size: 20px;
  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;
  outline: 10px solid #fff1;
}
.tc-about-st4 .visitors {
  position: absolute;
  right: 0;
  bottom: 33%;
  -webkit-transform: translateX(35%);
          transform: translateX(35%);
}
.tc-about-st4 .visitors .cont {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  letter-spacing: 5px;
}
.tc-about-st4 .visitors .cont .txt {
  color: transparent;
  -webkit-text-stroke: 1px #fff3;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.tc-about-st4 .visitors .cont .num {
  color: var(--cr-brown1);
}
.tc-about-st4 .lines {
  position: absolute;
  top: 0;
  right: 70px;
  width: 100px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-about-st4 .lines span {
  width: 1px;
  height: 100%;
  background-color: var(--cr-brown1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.tc-about-st4 .vec2 {
  position: absolute;
  top: 140px;
  left: 0;
  max-width: 18%;
}

@media screen and (max-width: 991px) {
  .tc-about-st4 {
    overflow: hidden;
  }
  .tc-about-st4 .visitors {
    display: none;
  }
}
/* --------------- dishes st4 --------------- */
.tc-dishes-st4 {
  position: relative;
}
.tc-dishes-st4 .cir-wrapper {
  position: relative;
}
.tc-dishes-st4 .cir-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, var(--cr-brown1)));
  background: linear-gradient(to right, transparent 50%, var(--cr-brown1) 50%);
  background-size: 16px 2px, 100% 2px;
}
.tc-dishes-st4 .cir-wrapper .rotate-box {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
  background-color: #2B2724;
  border-radius: 50%;
  z-index: 20;
}
.tc-dishes-st4 .cir-wrapper .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 90px;
  width: 90px;
}
.tc-dishes-st4 .cir-wrapper .rotate-box .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-dishes-st4 .cir-wrapper .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  border: 1px solid #fff2;
}
.tc-dishes-st4 .cir-wrapper .rotate-box .rotate-circle svg {
  width: 200px;
  height: 200px;
  fill: var(--cr-brown1);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@-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-dishes-st4 .dishes-slider {
  position: relative;
  overflow: hidden;
  margin-top: 140px;
  padding-bottom: 80px;
}
.tc-dishes-st4 .dishes-slider .dish-card {
  display: block;
  position: relative;
  text-align: center;
}
.tc-dishes-st4 .dishes-slider .dish-card .icon {
  height: 200px;
  margin-bottom: 40px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-dishes-st4 .dishes-slider .dish-card:hover .icon {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media screen and (max-width: 991px) {
  .tc-dishes-st4 .dishes-slider .dish-card {
    padding: 0 30px;
  }
}
/* --------------- choose st4 --------------- */
.tc-choose-st4 {
  position: relative;
  padding: 140px 0;
}
.tc-choose-st4 .line-title {
  position: relative;
  font-size: 16px;
  color: var(--cr-brown1);
  text-transform: capitalize;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-choose-st4 .line-title .txt {
  position: relative;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-choose-st4 .line-title::after {
  display: block;
  position: relative;
  content: "";
  width: 50%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, var(--cr-brown1)));
  background: linear-gradient(to right, transparent 50%, var(--cr-brown1) 50%);
  background-size: 16px 2px, 100% 2px;
}
.tc-choose-st4 .img {
  position: relative;
}
.tc-choose-st4 .img .number-box {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--cr-brown1);
  padding: 30px 20px 20px;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 991px) {
  .tc-choose-st4 .img {
    margin-bottom: 30px;
  }
}
/* --------------- products st4 --------------- */
.tc-products-st4 {
  position: relative;
  padding: 140px 0;
  background-color: #BD967511;
}
.tc-products-st4 .nav-pills {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-radius: 50px;
  border: 1px dashed #fff2;
  margin: 0 auto 50px;
  padding: 12px 25px;
}
.tc-products-st4 .nav-pills .nav-item {
  position: relative;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}
.tc-products-st4 .nav-pills .nav-item::after {
  position: absolute;
  content: "/";
  right: 5px;
  top: 10px;
}
.tc-products-st4 .nav-pills .nav-item:last-of-type {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.tc-products-st4 .nav-pills .nav-item:last-of-type::after {
  display: none;
}
.tc-products-st4 .nav-pills .nav-item .nav-link {
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 20px;
}
.tc-products-st4 .nav-pills .nav-item .nav-link.active {
  background-color: var(--cr-brown1);
  color: #fff;
}
.tc-products-st4 .products-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.tc-products-st4 .product-card {
  display: block;
  position: relative;
  text-align: center;
}
.tc-products-st4 .product-card:hover .img .main-img {
  opacity: 0.4;
}
.tc-products-st4 .product-card:hover .icons {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.tc-products-st4 .product-card .img .main-img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-products-st4 .product-card .icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-products-st4 .product-card .icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: #171717;
  color: #fff;
  margin: 3px;
}
.tc-products-st4 .product-card .icons a:hover {
  background-color: var(--cr-brown1);
}
.tc-products-st4 .vec3 {
  position: absolute;
  top: 50px;
  right: calc((100vw - 1320px) / 2 );
  max-width: 18%;
}

@media screen and (max-width: 991px) {
  .tc-products-st4 {
    overflow: hidden;
  }
}
/* --------------- faq st4 --------------- */
.tc-faq-st4 {
  position: relative;
}
.tc-faq-st4 .shap1 {
  position: absolute;
  left: 0;
  top: 50px;
  width: 50%;
  pointer-events: none;
}
.tc-faq-st4 .info {
  position: relative;
  padding: 140px 0;
}
.tc-faq-st4 .accordion .accordion-item {
  border-radius: 0;
  background-color: transparent;
  border: 0;
}
.tc-faq-st4 .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-bottom: 1px dashed #fff2;
  padding: 20px 0;
}
.tc-faq-st4 .accordion .accordion-item .accordion-body {
  padding: 20px 0;
}
.tc-faq-st4 .accordion .accordion-item .accordion-body .text {
  color: #b5b5b5;
  font-size: 16px;
}
.tc-faq-st4 .accordion .accordion-button::after {
  -webkit-filter: brightness(10000%);
          filter: brightness(10000%);
  background-size: 14px;
  opacity: 0.7;
}
.tc-faq-st4 .img {
  position: relative;
  height: 100%;
  padding: 0 0 100px 100px;
}
.tc-faq-st4 .img::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: var(--cr-brown1);
  opacity: 5%;
  width: 70%;
  height: 70%;
}

@media screen and (min-width: 991px) {
  .tc-faq-st4 {
    -webkit-padding-start: calc((100vw - 1320px) /2 );
            padding-inline-start: calc((100vw - 1320px) /2 );
  }
}
@media screen and (max-width: 991px) {
  .tc-faq-st4 {
    overflow: hidden;
  }
  .tc-faq-st4 .info {
    padding: 80px 15px;
  }
}
/* --------------- faq st4 --------------- */
.tc-menu-st4 {
  position: relative;
}
.tc-menu-st4 .img {
  position: relative;
  height: 100%;
  padding: 0 100px 100px 0;
}
.tc-menu-st4 .img::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-color: var(--cr-brown1);
  opacity: 5%;
  width: 70%;
  height: 70%;
}
.tc-menu-st4 .menu-side {
  position: relative;
  padding: 140px 0;
}
.tc-menu-st4 .menu-side .disc-card {
  display: inline-block;
  position: absolute;
  padding: 10px 40px;
}
.tc-menu-st4 .shap1 {
  position: absolute;
  right: 0;
  top: 50px;
  width: 50%;
  pointer-events: none;
}
.tc-menu-st4 .menu-side .slider-controls {
  left: -70px;
  bottom: 150px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-menu-st4 .menu-side .slider-controls .swiper-pagination {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
  top: 35px;
  left: 0;
}
.tc-menu-st4 .menu-side .slider-controls .swiper-pagination .swiper-pagination-bullet {
  margin: 10px 0 !important;
}
.tc-menu-st4 .menu-slider {
  position: relative;
  overflow: hidden;
  height: 580px;
}
.tc-menu-st4 .menu-card {
  position: relative;
  display: block;
  margin-top: 40px;
}
.tc-menu-st4 .menu-card .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-menu-st4 .menu-card .top-info .disc {
  position: relative;
  padding: 3px 20px;
  border-radius: 8px;
  background-color: var(--cr-brown1);
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-menu-st4 .menu-card .top-info .price {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-menu-st4 .menu-card .top-info .price small {
  font-size: 16px;
  opacity: 0.6;
  text-decoration: line-through;
}
.tc-menu-st4 .menu-card .top-info .price span {
  font-size: 24px;
  color: #fff;
}
.tc-menu-st4 .menu-card .top-info .line {
  width: 100%;
  height: 1px;
  margin: 0 20px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #fff4), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #fff4 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 10px;
  background-repeat: repeat-x;
}
.tc-menu-st4 .menu-card .main-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
.tc-menu-st4 .menu-card .main-cont .dish-img {
  width: 100px;
  height: 95px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-margin-end: 50px;
          margin-inline-end: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-menu-st4 .menu-card .main-cont .inf {
  width: 100%;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
  margin-top: 15px;
}
.tc-menu-st4 .dis-card {
  position: absolute;
  left: -60px;
  top: 60px;
  padding: 15px 10px 10px;
  background-color: var(--cr-red1);
  color: #fff;
  border-radius: 30px 20px 20px;
  text-align: center;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media screen and (min-width: 991px) {
  .tc-menu-st4 {
    -webkit-padding-end: calc((100vw - 1320px) /2 );
            padding-inline-end: calc((100vw - 1320px) /2 );
  }
}
@media screen and (max-width: 991px) {
  .tc-menu-st4 {
    overflow: hidden;
  }
  .tc-menu-st4 .info {
    padding: 80px 15px;
  }
  .tc-menu-st4 .dis-card {
    display: none;
  }
  .tc-menu-st4 .menu-side {
    padding: 140px 20px;
  }
}
/* --------------- testimonials st4 --------------- */
.tc-testimonials-st4 {
  position: relative;
  padding: 140px 0;
  border-bottom: 1px dashed var(--cr-brown1);
}
.tc-testimonials-st4 .testimonials-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.tc-testimonials-st4 .testi-card .title {
  position: relative;
}
.tc-testimonials-st4 .testi-card .title h2 {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px dashed #BD967533;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-testimonials-st4 .testi-card .title h2 .icon {
  height: 30px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.tc-testimonials-st4 .testi-card .main-text {
  font-size: 24px;
  font-style: italic;
}
.tc-testimonials-st4 .testi-card .user-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.tc-testimonials-st4 .testi-card .user-inf .avatar {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st4 {
    padding-top: 120px;
  }
}
/* --------------- blog st4 --------------- */
.tc-blog-st4 {
  position: relative;
  padding: 140px 0;
}
.tc-blog-st4 .posts-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.tc-blog-st4 .post-card {
  position: relative;
  background-color: #BD967511;
  padding: 30px 30px 20px;
}
.tc-blog-st4 .post-card .tags {
  position: relative;
  margin-bottom: 15px;
}
.tc-blog-st4 .post-card .tags a {
  font-size: 16px;
  color: var(--cr-brown1);
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}
.tc-blog-st4 .post-card .tags a i {
  font-size: 13px;
}
.tc-blog-st4 .post-card .img {
  display: block;
  position: relative;
  height: 250px;
  overflow: hidden;
}
.tc-blog-st4 .post-card .info {
  position: relative;
  padding-top: 30px;
}
.tc-blog-st4 .post-card .info .more-link {
  display: block;
  position: relative;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-top: 40px;
  border-top: 1px dashed #fff2;
}
.tc-blog-st4 .post-card .info .more-link:hover {
  color: var(--cr-brown1);
  border-color: var(--cr-brown1);
}
.tc-blog-st4 .post-card .info .date {
  position: absolute;
  bottom: 0;
  right: 30px;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: var(--cr-brown1);
  color: #fff;
}

/* --------------- footer st4 --------------- */
.tc-footer-st4 {
  position: relative;
  overflow: hidden;
}
.tc-footer-st4 .footer-links {
  position: relative;
  padding: 150px 0 75px;
  background-color: #171717;
}
.tc-footer-st4 .footer-links .lines {
  position: absolute;
  top: 0;
  right: 70px;
  width: 100px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-footer-st4 .footer-links .lines span {
  width: 1px;
  height: 100%;
  background-color: var(--cr-brown1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.tc-footer-st4 .links a {
  font-size: 16px;
  line-height: 2;
}
.tc-footer-st4 .links a:hover {
  color: var(--cr-brown1);
}
.tc-footer-st4 .links.links-m0 a {
  margin: 2px 0;
}
.tc-footer-st4 .social-links {
  position: relative;
  margin-top: 30px;
}
.tc-footer-st4 .social-links a {
  font-size: 16px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.tc-footer-st4 .social-links a:hover {
  color: var(--cr-brown1);
}
.tc-footer-st4 .foot {
  position: relative;
  text-align: center;
  padding: 30px 0;
  border-top: 1px dashed #fff2;
}
.tc-footer-st4 .lines {
  position: absolute;
  top: 0;
  right: 70px;
  width: 100px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-footer-st4 .lines span {
  width: 1px;
  height: 100%;
  background-color: var(--cr-brown1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

@media screen and (max-width: 991px) {
  .tc-footer-st4 .foot-suscribe .from-group .butn {
    position: relative;
    margin-top: 20px;
  }
  .tc-footer-st4 .shap {
    bottom: 100px;
  }
}
.home-st4 {
  background-color: #1b1b1b;
  color: #b5b5b5;
}
.home-st4 .sub-font1 {
  font-family: "Pacifico", cursive;
}
.home-st4 h1, .home-st4 h2, .home-st4 h3, .home-st4 h4, .home-st4 h5, .home-st4 h6 {
  color: #fff;
  font-weight: 600;
}
.home-st4 .swiper-button-next,
.home-st4 .swiper-button-prev {
  width: 90px;
  height: 90px;
  border: 1px solid #fff3;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-st4 .swiper-button-next::after,
.home-st4 .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}
.home-st4 .swiper-button-next:hover,
.home-st4 .swiper-button-prev:hover {
  background-color: #BD967533;
  border-color: #BD967533;
  color: var(--cr-brown1);
}
.home-st4 .swiper-button-next {
  right: 3vw;
}
.home-st4 .swiper-button-next:after {
  font-family: "Font Awesome 6 Pro";
  content: "" !important;
  font-weight: 100;
}
.home-st4 .swiper-button-prev {
  left: 3vw;
}
.home-st4 .swiper-button-prev:after {
  font-family: "Font Awesome 6 Pro";
  content: "" !important;
  font-weight: 100;
}
.home-st4 .slider-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 30;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-st4 .slider-controls .swiper-pagination {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px;
  bottom: 2px;
}
.home-st4 .slider-controls .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--cr-brown1);
}
.home-st4 .slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  outline-color: var(--cr-brown1);
}
.home-st4 .slider-controls .swiper-prev,
.home-st4 .slider-controls .swiper-next {
  cursor: pointer;
  color: var(--cr-brown1);
}

@media screen and (max-width: 991px) {

  .home-st4 .fsz-50 {
    font-size: 30px !important;
  }
  .home-st4 .fsz-45 {
    font-size: 25px !important;
  }
  .home-st4 .fsz-40 {
    font-size: 25px !important;
  }
  .home-st4 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-st4 .fsz-30 {
    font-size: 18px !important;
  }
  .home-st4 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-st4 .mt-5 {
    margin-top: 2rem !important;
  }
}

