/* ========= [ * page-home_1 ]  =========*/

/* ===============[QR Menu]===============*/
.qr-menu-body {
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #282828;
  background-image: url(../img/noise.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  height: 100%;
  overflow: auto;

}

.qr-container {
  max-width: 600px;
  margin: 0 auto;
  background-color: unset;
  padding: 5px;
  height: 150vh;
  overflow: auto;
}

.qr-container .top-bar {
  display: flex;
  height: fit-content;
  width: 100%;
  background-color: unset;
  border: #b5b5b5;
  border-width: 2px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 10px;
  border-radius: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.qr-container .gigs {
  display: flex;
  flex: 1;
  justify-content: end;
  align-items: center;
}

.qr-container .logo {
  display: flex;
  flex: 1;
  justify-content: start;
  align-items: center;

}

.qr-container .space {
  display: flex;
  flex: 1;
  justify-content: end;
  align-items: center;
  width: fit-content;
}

.qr-container img {
  width: 20%;
}

.qr-gigs {
  width: 50% !important;
}

.qr-container .banner {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.qr-container .banner img {
  width: 100%;
  border-radius: 7px;
}

.qr-container .photo {
  background-color: white;
  width: 15%;
  aspect-ratio: 1/1;
  border-radius: 7px;
}

.qr-container .photo img {
  width: 100%;
}

.qr-container .kimlik {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  align-content: center;
  padding-top: 10px;
}

.qr-container .bilgiler {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: 7px;
}

.qr-container .bilgiler h1 {
  color: #fff;
  padding-top: 5px;
  font-size: large;
  font-weight: 700;
}

.qr-container .bilgiler h2 {
  color: #fff;
  font-size: medium;
  font-weight: 600;
}

.categories {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  align-items: center;
}

.category {
  color: #fff;
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-weight: 600;
}

.category:hover {
  background-color: unset;
  color: red;
}

.category.active-category {
  color: rgb(201, 0, 0);
  font-weight: 700;
  text-decoration: underline;
}

.content-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
  height: auto;
  /* İçerik yüksekliği */
}

.content {
  position: absolute;
  width: 100%;
  transition: transform 0.5s ease;
  transform: translateX(120%);
  z-index: 1;

}

.content.active {
  transform: translateX(0);
  z-index: 2;
}

.content.previous-right {
  transform: translateX(-120%);
  z-index: 1;
}

.content.previous-left {
  transform: translateX(120%);
  z-index: 1;
}

.quick-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.quick-bar .item {
  display: flex;
  flex-direction: column;
  background-color: #b5b5b5;
  flex: 1;
  width: 25%;
  aspect-ratio: 1/1;
  padding: 15px;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 4px;
}

.quick-bar .item p {
  margin: 0 auto;
  margin-top: 5px;
  font-size: x-small;
}

.menu .heder {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
}

.menu .header p {
  color: #fff !important;
  margin-top: 40px;
  font-weight: 600;
  font-size: x-large;
}

.menu-grid {
  display: flex;
  flex-direction: column;
}

.menu-grid .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  background-color: #999;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  padding: 0;
  margin: 4px;
}

.menu-grid .row {
  margin: 0 auto;
}

.menu-grid .item p {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: small;
}

.menu-grid .item img {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.rateus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
}

.rateus .icerik {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(20, 20, 20, 0.589);
  border-radius: 7px;
  padding: 10px;
  margin-top: 0;
}

.rateus .icerik h3 {
  font-size: large;
  font-weight: 700;
  color: #fff;
}

.rateus .icerik p {
  font-size: large;
  font-weight: 500;
  color: #b5b5b5;
  margin: 0 auto;
}

.rateus .header p {
  font-weight: 600;
  margin-top: 15px;
  color: #fff;
  font-size: x-large;
}

.rateus .header {
  margin: 0 start;
  margin-top: 40px;
}

.more-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 70px;
}

.more-info .header {
  margin-top: 40px;
  color: #fff;
  font-size: x-large;
}

.more-info .icerik {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(235, 235, 235, 0.562);
  border-radius: 7px;
  padding: 10px;
}

.more-info .icerik .konum {
  display: flex;
  flex: 3;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.more-info .icerik .saatler {
  display: flex;
  flex: 2;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 5px;
}

.more-info .icerik .gunler p {
  margin: 0 auto;
  font-size: small;
}

.more-info .icerik .saat p {
  margin: 0 auto;
  font-size: small;
}
.qr-container .content .etkinlik{
  display: flex;
  flex: 1;
  width: 50%;
}
.qr-container .content .etkinlik{
  position: relative;
  display: flex;
  flex: 1;
  width: 50%;
  border-radius: 7px;
  padding: 5px;
}
.qr-container .content .etkinlik img{
height: 100%;
width: 100%;
object-fit: cover;
border-radius: 7px;
}
.qr-container .content .tarih{
  position: absolute;
  top: 10px; /* Üstten 10px mesafe */
  right: 10px; /* Sağdan 10px mesafe */
  background: rgba(0, 0, 0, 0.5); /* Yarı şeffaf arka plan */
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}
.qr-container .content .type{
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.custom-radio {
  margin-top: 20px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px; /* Radio butonunun yerleştirileceği boşluk */
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
}

.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}

.radio-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e00000; /* Butonun kenar rengi */
  background: #fff; /* Butonun arka plan rengi */
  transition: background 0.3s, border-color 0.3s;
}

.custom-radio input[type="radio"]:checked + .radio-btn {
  background: #e00000; /* Seçili olduğunda arka plan rengi */
  border-color: #e00000; /* Seçili olduğunda kenar rengi */
}

.custom-radio input[type="radio"]:checked + .radio-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff; /* Seçili durumda iç kısım rengi */
}
.rating-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  max-width: 500px; color: #fff;
}

.rating h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #fff;
}

.rating {
  direction: rtl;
  display: inline-block;
}

.rating input {
  display: none;
}

.rating label {
  font-size: 2em;
  color: #ccc;
  cursor: pointer;
}

.rating input:checked ~ label {
  color: #f5c518; /* Seçili yıldızın rengi */
}

.rating input:checked ~ input:checked ~ label {
  color: #f5c518;
}

.rating label:hover,
.rating label:hover ~ label {
  color: #f5c518; /* Hover rengi */
}
.detail{
  width: 100%;
  height: 70px;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.qr-container .info{
  display: flex;
  flex-direction: row;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.qr-container .info textarea{
flex: 1;
width: 100%;
height: 35px;

}
.qr-container .gonder{
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.qr-container .gonder-btn{
  color: #fff;
  background-color: rgb(201, 0, 0);
  border-radius: 7px;
  width: 100px;
  height: 45px;
}



/* ====================================== */

/* --------------- navbar st1 --------------- */
.tc-topNav-st1 {
  position: relative;
  padding: 10px 4vw;
  border-bottom: 1px solid #fff3;
}

.tc-topNav-st1 .welcome {
  position: relative;
  font-size: 16px;
  color: #b5b5b5;
}

.tc-topNav-st1 .welcome::before {
  position: absolute;
  content: "";
  left: -10px;
  top: -5px;
  width: 15px;
  height: 8px;
  background-image: url(../img/vec1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.tc-topNav-st1 .social-links a {
  font-size: 15px;
  opacity: 0.3;
  -webkit-margin-start: 20px;
  margin-inline-start: 20px;
}

.tc-topNav-st1 .social-links a:hover {
  opacity: 1;
}

.tc-navbar-st1 {
  position: relative;
  padding: 0 4vw;
  color: #b5b5b5;
}

.tc-navbar-st1 .nav-link {
  font-size: 16px;
  padding: 30px;
  margin: 0 10px;
}

.tc-navbar-st1 .nav-link:hover,
.tc-navbar-st1 .nav-link.active {
  color: var(--cr-red1);
}

.tc-navbar-st1 .nav-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tc-navbar-st1 .nav-icons .menu-item {
  position: relative;
}

.tc-navbar-st1 .nav-icons .menu-item .nav-link {
  position: relative;
  padding: 0;
  -webkit-padding-end: 60px;
  padding-inline-end: 60px;
  font-size: 16px;
}

.tc-navbar-st1 .nav-icons .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-st1 .nav-icons .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;
}

@media screen and (max-width: 991px) {
  .tc-topNav-st1 .welcome {
    display: none;
  }

  .tc-topNav-st1 .social-links a {
    margin: 5px 15px;
  }

  .tc-navbar-st1 {
    padding: 15px;
  }

  .tc-navbar-st1 .navbar-toggler {
    border: 0;
  }

  .tc-navbar-st1 .nav-link {
    padding: 5px 0;
    margin: 0;
  }
}

/* --------------- header st1 --------------- */
.tc-header-st1 {
  position: relative;
  overflow: hidden;
}

.tc-header-st1 .swiper-slide-active .header-card {
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.tc-header-st1 .swiper-slide-active .header-card h2 {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tc-header-st1 .swiper-slide-active .header-card .text {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tc-header-st1 .swiper-slide-active .header-card .btns {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tc-header-st1 .header-card {
  position: relative;
  height: 800px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  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;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.tc-header-st1 .header-card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-dark1);
  opacity: 0.5;
}

.tc-header-st1 .header-card .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tc-header-st1 .header-card h2 {
  font-size: calc(6vw + 20px);
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: translateY(50px) scale(0.9);
  transform: translateY(50px) scale(0.9);
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tc-header-st1 .header-card .text {
  -webkit-transform: translateY(-50px) scale(0.9);
  transform: translateY(-50px) scale(0.9);
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tc-header-st1 .header-card .btns {
  -webkit-transform: translateY(50px) scale(0.9);
  transform: translateY(50px) scale(0.9);
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.tc-header-st1 .slider-controls {
  position: absolute;
  bottom: 50px;
  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;
}

.tc-header-st1 .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;
}

.tc-header-st1 .slider-controls .swiper-prev,
.tc-header-st1 .slider-controls .swiper-next {
  cursor: pointer;
}

/* --------------- about st1 --------------- */
.tc-about-st1 {
  position: relative;
  padding: 150px 0;
}

.tc-about-st1 .shaps {
  position: absolute;
  contain: "";
  left: 0;
  top: 40px;
  width: 100%;
  height: calc(100% - 180px);
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-about-st1 .title h2 {
  font-size: 80px;
}

.tc-about-st1 .img2 {
  position: relative;
  top: -200px;
}

@media screen and (max-width: 991px) {
  .tc-about-st1 .title h2 {
    font-size: 40px;
  }

  .tc-about-st1 .img2 {
    display: none;
  }

  .tc-about-st1 .th-500 {
    height: 350px !important;
    margin-bottom: 30px;
  }
}

/* --------------- services st1 --------------- */
.tc-services-st1 {
  position: relative;
  overflow: hidden;
}

.tc-services-st1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-dark1);
  opacity: 0.7;
}

.tc-services-st1 .glry-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tc-services-st1 .glry-img .tab-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.tc-services-st1 .glry-img .tab-img.current {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.tc-services-st1 .row .col-lg-3 {
  -webkit-border-end: 1px solid #fff3;
  border-inline-end: 1px solid #fff3;
}

.tc-services-st1 .row .col-lg-3:last-of-type {
  border: 0;
}

.tc-services-st1 .service-card {
  display: block;
  position: relative;
  padding: 100px 40px;
  text-align: center;
}

.tc-services-st1 .service-card:hover .more-btn {
  background-color: var(--cr-red1);
  border-color: var(--cr-red1);
}

.tc-services-st1 .service-card .icon {
  height: 85px;
  margin-bottom: 40px;
}

.tc-services-st1 .service-card .more-btn {
  font-size: 16px;
  border: 1px solid #fff4;
  border-radius: 50px;
  padding: 12px 30px;
  color: #fff;
  margin-top: 30px;
}

.tc-services-st1 .service-card .more-btn:hover {
  background-color: var(--cr-red1);
  border-color: var(--cr-red1);
}

@media screen and (max-width: 991px) {
  .tc-services-st1 .row .col-lg-3 {
    -webkit-border-end: 0;
    border-inline-end: 0;
    border-bottom: 1px solid #fff3;
  }
}

/* --------------- menu st1 --------------- */
.tc-menu-st1 {
  position: relative;
  padding: 150px 0;
}

.tc-menu-st1 .patt {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-menu-st1 .menu-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 50px;
  background-color: var(--cr-dark1);
  background-image: url(../img/noise.png);
  background-size: contain;
  background-repeat: repeat;
  border: 20px solid #333;
  z-index: 20;
}

.tc-menu-st1 .menu-wrapper .list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.tc-menu-st1 .menu-wrapper .list-item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  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-st1 .menu-wrapper .list-item .img {
  width: 85px;
  height: 95px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-menu-st1 .menu-wrapper .list-item .inf {
  width: 100%;
  -webkit-padding-end: 40px;
  padding-inline-end: 40px;
}

.tc-menu-st1 .menu-wrapper .list-item .price {
  text-align: end;
  line-height: 1.4;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-menu-st1 .menu-wrapper .list-item .discount {
  font-size: 13px;
  color: #fff;
  padding: 7px 20px;
  border-radius: 8px;
  background-color: var(--cr-red1);
  margin-top: 10px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .tc-menu-st1 .menu-wrapper {
    padding: 40px 20px;
  }

  .tc-menu-st1 .menu-wrapper .list-item {
    display: block;
  }

  .tc-menu-st1 .menu-wrapper .list-item .inf {
    padding: 20px 0;
  }

  .tc-menu-st1 .menu-wrapper .list-item .price {
    text-align: start;
  }
}

/* --------------- team st1 --------------- */
.tc-team-st1 {
  position: relative;
  padding-bottom: 120px;
}

.tc-team-st1 .team-card {
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.tc-team-st1 .team-card .img {
  position: relative;
  overflow: hidden;
}


.tc-team-st1 .team-card .info {
  padding: 30px;
}

/* --------------- video st1 --------------- */
.tc-video-st1 {
  position: relative;
}

.tc-video-st1 .video-card {
  position: relative;
  height: 750px;
}

.tc-video-st1 .video-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-dark1);
  opacity: 0.5;
}

.tc-video-st1 .video-card .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  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;
  z-index: 20;
}

/* --------------- restaurant st1 --------------- */
.tc-restaurant-st1 {
  position: relative;
  padding: 150px 0;
}

.tc-restaurant-st1 .vec3 {
  position: absolute;
  top: 170px;
  right: 35%;
}

@media screen and (max-width: 991px) {
  .tc-restaurant-st1 .img {
    height: 350px !important;
  }
}

/* --------------- reservation st1 --------------- */
.tc-reservation-st1 {
  position: relative;
}

.tc-reservation-st1 .reservation-card {
  position: relative;
  padding: 4vw;
  background-color: var(--cr-dark1);
  border-radius: 30px;
}

.tc-reservation-st1 .reservation-card .bg {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-reservation-st1 .reservation-card .imgs {
  position: absolute;
  left: 0;
  bottom: -100px;
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-reservation-st1 .reservation-card .title {
  position: relative;
  z-index: 20;
  margin-bottom: 50px;
}

.tc-reservation-st1 .reservation-card .form {
  position: relative;
  z-index: 20;
}

.tc-reservation-st1 .reservation-card .form .form-group {
  margin-bottom: 10px;
}

.tc-reservation-st1 .reservation-card .form .form-control {
  border: 1px solid #fff1;
  border-radius: 0;
  background-color: var(--cr-dark1);
  min-height: 50px;
  color: #999;
}

.tc-reservation-st1 .reservation-card .form .form-control::-webkit-input-placeholder {
  color: #999;
}

.tc-reservation-st1 .reservation-card .form .form-control::-moz-placeholder {
  color: #999;
}

.tc-reservation-st1 .reservation-card .form .form-control:-ms-input-placeholder {
  color: #999;
}

.tc-reservation-st1 .reservation-card .form .form-control::-ms-input-placeholder {
  color: #999;
}

.tc-reservation-st1 .reservation-card .form .form-control::placeholder {
  color: #999;
}

/* --------------- blog st1 --------------- */
.tc-blog-st1 {
  position: relative;
  padding: 150px 0;
}

.tc-blog-st1 .posts-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}

.tc-blog-st1 .post-card {
  position: relative;
}

.tc-blog-st1 .post-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  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-blog-st1 .post-card .img {
  position: relative;
  height: 350px;
}

.tc-blog-st1 .post-card .img .date {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--cr-dark1);
  text-align: center;
  padding: 10px;
  font-size: 16px;
  border-radius: 8px;
  width: 57px;
  line-height: 1.2;
}

.tc-blog-st1 .post-card .info {
  position: relative;
  padding: 30px 0;
}

.tc-blog-st1 .post-card .info .top-inf {
  font-size: 16px;
  margin-bottom: 10px;
}

.tc-blog-st1 .post-card .info .top-inf a {
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.tc-blog-st1 .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;
}

.tc-blog-st1 .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;
}

.tc-blog-st1 .slider-controls .swiper-prev,
.tc-blog-st1 .slider-controls .swiper-next {
  cursor: pointer;
}

/* --------------- instagram st1 --------------- */
.tc-instagram-st1 {
  position: relative;
}

.tc-instagram-st1 .img {
  display: block;
  position: relative;
  height: 370px;
  overflow: hidden;
}

.tc-instagram-st1 .img:hover::after {
  opacity: 0.7;
}

.tc-instagram-st1 .img:hover .icon {
  opacity: 1;
}

.tc-instagram-st1 .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-dark1);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-instagram-st1 .img .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-instagram-st1 .img {
    height: 200px;
  }
}

/* --------------- footer st1 --------------- */
.tc-footer-st1 {
  position: relative;
  padding-top: 150px;
}

.tc-footer-st1 .foot-suscribe {
  position: relative;
  padding-bottom: 80px;
}

.tc-footer-st1 .foot-suscribe::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  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-footer-st1 .foot-suscribe .from-group {
  position: relative;
}

.tc-footer-st1 .foot-suscribe .from-group .form-control {
  position: relative;
  min-height: 60px;
  background-color: transparent;
  border-radius: 60px;
  border-color: #fff2;
  margin-top: 30px;
  padding: 15px 40px;
  color: #fff;
}

.tc-footer-st1 .foot-suscribe .from-group .form-control::-webkit-input-placeholder {
  color: #999;
}

.tc-footer-st1 .foot-suscribe .from-group .form-control::-moz-placeholder {
  color: #999;
}

.tc-footer-st1 .foot-suscribe .from-group .form-control:-ms-input-placeholder {
  color: #999;
}

.tc-footer-st1 .foot-suscribe .from-group .form-control::-ms-input-placeholder {
  color: #999;
}

.tc-footer-st1 .foot-suscribe .from-group .form-control::placeholder {
  color: #999;
}

.tc-footer-st1 .foot-suscribe .from-group .butn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  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;
}

.tc-footer-st1 .footer-links {
  position: relative;
  padding: 150px 0 75px;
}

.tc-footer-st1 .links a {
  font-size: 16px;
  margin: 7px 0;
}

.tc-footer-st1 .links a:hover {
  color: var(--cr-red1);
}

.tc-footer-st1 .links.links-m0 a {
  margin: 2px 0;
}

.tc-footer-st1 .foot {
  position: relative;
  padding: 30px 0;
  text-align: center;
}

.tc-footer-st1 .foot::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  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;
}

.home-st1 {
  position: relative;
  background-color: #1B1B1B;
  color: #b5b5b5;
}

.home-st1 #scrollsmoother-container {
  background-image: url(../img/body_bg.png);
  background-size: contain;
  background-repeat: repeat-y;
}

.home-st1 h1,
.home-st1 h2,
.home-st1 h3,
.home-st1 h4,
.home-st1 h5,
.home-st1 h6 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .home-st1 br {
    display: none;
  }

  .home-st1 .fsz-50 {
    font-size: 30px !important;
  }

  .home-st1 .fsz-45 {
    font-size: 25px !important;
  }

  .home-st1 .fsz-40 {
    font-size: 25px !important;
  }

  .home-st1 .mb-90 {
    margin-bottom: 40px !important;
  }

  .home-st1 .fsz-30 {
    font-size: 18px !important;
  }

  .home-st1 .mb-50 {
    margin-bottom: 30px !important;
  }

  .home-st1 .mt-5 {
    margin-top: 2rem !important;
  }
}