@charset "UTF-8";
/* ========= [ * page-home_1 ]  =========*/
.alt-font {
  font-family: "Playball", serif;
  font-style: italic;
}

.alt-font-1 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.alt-font-2 {
  font-family: "Herr Von Muellerhoff", serif;
  font-style: italic;
}

.alt-font-3 {
  font-family: "Arima", system-ui;
  font-optical-sizing: auto;
  /* font-style: italic; */
  font-style: normal;
}

.alt-font-4 {
  font-family: "Protest Revolution", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.alt-font-5 {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

.alt-font-6 {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.text-gold {
  color: #df9755 !important;
}

.text-sky11-blue {
  color: #02d5ef !important;
}

.text-sky11-green {
  color: #00ff8a !important;
}

.text-orange {
  color: var(--bs-orange) !important;
}

.text-offer {
  color: #fee332 !important;
}

.text-price {
  color: #3b060f !important;
}

.text-coffee {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-coffee-red {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-gradient-sky {
  background-image: linear-gradient(to right, #d63f70, #55ab87, #992087, #ffbda5, #6c1e68);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient {
  color: #D63E6E;
  background-image: linear-gradient(45deg, #c32482, #cca71b, #419b7f, #01b5db, #0c70ca);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-4 {
  color: #4b1066;
  background-image: linear-gradient(45deg, #1f0520, #bb2082, #cb8935, #03b2bd, #1e5dc1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-3 {
  color: #D63E6E;
  background-image: linear-gradient(45deg, #ed4d80, #88e9c0, #992087, #fcc9b6, #02A7DE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-1 {
  color: #D63E6E;
  background-image: linear-gradient(45deg, #D63E6E, #55AB87, #992087, #FFBEA6, #02A7DE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
  color: #D63E6E;
  background-image: linear-gradient(45deg, #D63E6E, #55AB87, #992087, #FFBEA6, #6B1E67, #02A7DE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gradient-sky {
  background-image: linear-gradient(to right top, #D63E6E, #55AB87, #992087, #FFBEA6, #6B1E67)
}

.bg-gradient-purple-magento {
  background-image: linear-gradient(to right top, #ac277a, #ab5630, #6e9555, #30968a, #027ccc);
}

.bg-gradient-purple-sky {
  background-image: linear-gradient(90deg, #C5476F 0%, #992B8B 50%, #0FA5DB 100%)
}

.bg-coffee-lite {
  background-color: #f4d1d587 !important;
}

.bg-coffee {
  background-color: #f4d1d5 !important;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* adjust opacity (0.5 = 50% dark) */
  /* pointer-events: none; */
  /* allows clicks to pass through */
}



a {
  text-decoration: none !important;
  color: white !important;
}

a:hover {
  color: var(--sky11-text-active-primary) !important;
}

.section-title .vk-m-subtitle {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  line-height: 1.54em;
  text-transform: capitalize;
  color: var(--main-color);
  font-size: 56px;
  font-weight: 700;
  font-family: "Corinthia", serif;
  letter-spacing: 2.24px;
  white-space: nowrap;
}

.section-title h3::before {
  content: '';
  top: 0;
  left: 0;
  background: url(../images/icon-sub-heading.svg) no-repeat;
  background-position: left center;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: none;
}

.vk-center-text .vk-m-subtitle {
  color: #f0a039 !important;
}

.vk-center-text .vk-m-subtitle::before {
  width: 144px;
  height: 1px;
  display: block;
  content: "";
  border-block-end: 0;
  flex-grow: 1;
  border-block-start: 1px solid #f0a039 !important;
  margin: 0 40px;
}

/* --------------- navbar st3 --------------- */
.tc-navbar-st3 {
  position: relative;
  height: 90px;
  background-color: #1b1b1b;
}

.tc-navbar-st3::after {
  position: absolute;
  content: "";
  left: -100px;
  top: 99%;
  height: 50px;
  width: calc(((100vw - 1320px) / 2) + 250px);
  background-color: #1b1b1b;
  border-bottom-right-radius: 10px;
  -webkit-transform: skew(-60deg);
  transform: skew(-60deg);
}

.tc-navbar-st3 .navbar-brand {
  margin-top: 40px;
}

.tc-navbar-st3 .navbar-brand .logo {
  height: 100px;
}

.tc-navbar-st3 .social-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
 

.tc-navbar-st3 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 20px 0;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.tc-navbar-st3 .navbar-nav .nav-item .nav-link:hover,
.tc-navbar-st3 .navbar-nav .nav-item .nav-link.active {
  color: var(--cr-orange1);
}

.tc-navbar-st3 .vec1 {
  position: absolute;
  right: 30%;
  top: 0;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st3 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .tc-navbar-st3 .navbar-brand {
    height: 90px;
    margin-top: 0;
  }

  .tc-navbar-st3 .navbar-nav {
    margin: 20px 0;
  }

  .tc-navbar-st3 .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
  }

  .tc-navbar-st3 .social-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* --------------- header st3 --------------- */
.tc-header-st3 {
  position: relative;
}

.tc-header-st3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #040404;
  /* background-color: var(--cr-dark1); */
  opacity: 0.5;
}

.tc-header-st3 .header-slider .img {
  height: 800px;
  overflow: hidden;
}

.tc-header-st3 .header-slider .info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0%;
  z-index: 20;
  width: 100%;
  text-align: center;
}

.tc-header-st3 .header-slider .info h1 {
  position: relative;
  font-size: calc(17vw + 20px);
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: bold;
  z-index: 1;
}

.tc-header-st3 .header-slider .info .fish {
  position: relative;
  height: 50vw;
  margin: -25vw 0 -15vw;
  z-index: 2;
  display: block;
}

.tc-header-st3 .header-slider .info h2 {
  position: relative;
  font-size: calc(8vw + 30px);
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  z-index: 3;
  display: inline-block;
}

.tc-header-st3 .header-slider .info h2 .float-dis {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-60%, -20%);
  transform: translate(-60%, -20%);
}

@media screen and (max-width: 991px) {
  .tc-header-st3 .header-slider .img {
    height: 600px;
  }
}

.tc-inner-header-st1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------- about st1 --------------- */
.about-page-st1 .tc-about-st5 {
  position: relative;
  padding: 140px 0;
}

.tc-about-st1 {
  position: relative;
  padding: 150px 0;
}

.tc-about-st1 .shaps {
  position: absolute;
  contain: "";
  left: 0;
  top: 40px;
  width: 100%;
  height: calc(100% - 140px);
  /* 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;
  }

  .tc-about-st1 {
    padding-top: 50px;
  }
}

/* --------------- about st1 --------------- */
/* --------------- about st3 --------------- */
.home-st4 h1,
.home-st4 h2,
.home-st4 h3,
.home-st4 h4,
.home-st4 h5,
.home-st4 h6 {
  color: #fff;
  font-weight: 400;
}

.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 .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 #ed8800eb;
  /* -webkit-text-stroke: 1px #fff3; */
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.tc-about-st4 .visitors {
  position: absolute;
  right: 0;
  bottom: 33%;
  -webkit-transform: translateX(35%);
  transform: translateX(35%);
}

.tc-about-st3 {
  position: relative;
  padding-bottom: 140px;
  background-color: #171717;
  overflow: hidden;
}

@media (min-width: 1400px) {
  .tc-about-st3 {
    -webkit-padding-end: calc((100vw - 1320px) / 2);
    padding-inline-end: calc((100vw - 1320px) / 2);
  }

  .tc-about-st3 .container,
  .tc-about-st3 .container-lg,
  .tc-about-st3 .container-md,
  .tc-about-st3 .container-sm,
  .tc-about-st3 .container-xl,
  .tc-about-st3 .container-xxl {
    max-width: 1650px;
    padding: 0;
  }
}

.tc-about-st3 .imgs .img1 {
  position: relative;
  height: 425px;
}

.tc-about-st3 .info {
  position: relative;
  padding-top: 140px;
}

.tc-about-st3 .info .icon-list {
  position: relative;
  padding-top: 30px;
}

.tc-about-st3 .info .icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0;
}

.tc-about-st3 .info .icon-list li .icon {
  width: 32px;
  height: 32px;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-about-st3 .rotate-box {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
  margin: 100px auto 0;
}

.tc-about-st3 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 90px;
  width: 90px;
}

.tc-about-st3 .rotate-box .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-about-st3 .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%;
  color: #fff;
  border: 1px solid #fff2;
}

.tc-about-st3 .rotate-box .rotate-circle svg {
  width: 200px;
  height: 200px;
  fill: #fff;
  -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-about-st3 .video-card {
  position: relative;
  margin-top: 60px;
}

.tc-about-st3 .video-card .img {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.tc-about-st3 .video-card .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-color: var(--cr-orange1);
  border-radius: 50%;
  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;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  color: #fff;
  font-size: 25px;
  outline: 10px solid #bd967522;
}

.tc-about-st3 .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-st3 .lines span {
  width: 1px;
  height: 100%;
  background-color: var(--cr-orange1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.tc-about-st3 .testimonials {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.tc-about-st3 .testimonials .testimonials-slider {
  position: relative;
  overflow: hidden;
}

.tc-about-st3 .testimonials .title {
  position: relative;
}

.tc-about-st3 .testimonials .title h2 {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px dashed var(--cr-orange1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-about-st3 .testimonials .title h2 .icon {
  height: 30px;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.tc-about-st3 .testimonials .main-text {
  font-size: 24px;
  font-style: italic;
}

.tc-about-st3 .testimonials .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-about-st3 .testimonials .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;
}

.tc-about-st3 .shap {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .tc-about-st3 .info {
    padding-top: 40px;
  }

  .tc-about-st3 .video-card .play-btn {
    left: 50%;
  }
}

/* --------------- recipes st3 --------------- */
.tc-recipes-st3 {
  position: relative;
}

.tc-recipes-st3 .cards {
  position: relative;
}

.tc-recipes-st3 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}

.tc-recipes-st3 .item .img {
  max-height: 100vw !important;
}

.tc-recipes-st3 .item::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-recipes-st3 .item .float-info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-recipes-st3 .item .float-info h5 {
  font-size: 32px;
  margin-bottom: 15px;
}

.tc-recipes-st3 .item .float-info p {
  font-size: 16px;
  color: var(--cr-orange1);
}

.tc-recipes-st3 .item:hover::after {
  opacity: 0.7;
}

.tc-recipes-st3 .item:hover .float-info {
  opacity: 1;
}

/* --------------- services st3 --------------- */
.tc-services-st3 {
  position: relative;
  padding: 140px 0;
}

.tc-services-st3 .vecs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;

}

.tc-services-st3 .vec3 {
  position: absolute;
  top: -90px;
  left: 0;
  max-width: 18%;
}

.tc-services-st3 .vec32 {
  position: absolute;
  top: -60px;
  left: 0;
  max-width: 18%;
}

.tc-services-st3 .vec31 {
  position: absolute;
  /* top: -90px; */
  bottom: 0;
  right: 0;
  max-width: 18%;
}

.tc-services-st3 .vec2 {
  position: absolute;
  top: 3vw;
  /* bottom: 0; */
  right: 0;
  max-height: 25%;
  pointer-events: none;
}

.tc-services-st3 .vec19 {
  position: absolute;
  /* top: 3vw; */
  bottom: 0;
  /* width: 100%; */
  /* max-height: 25%; */
  /* left: 0; */
  /* max-width: 100%; */
  pointer-events: none;
}

.tc-services-st3 .vec20 {
  position: absolute;
  /* top: 3vw; */
  bottom: 0;
  left: 0;
  max-width: 18%;
  /* pointer-events: none; */
}

.tc-services-st3 .vec21 {
  position: absolute;
  /* top: 3vw; */
  bottom: 0;
  right: 0;
  max-height: 25%;
  pointer-events: none;
}

.tc-services-st3 .vec22 {
  position: absolute;
  /* top: 3vw; */
  bottom: 0;
  left: 0;
  max-height: 25%;
  pointer-events: none;
}

.tc-services-st3 .services-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.tc-services-st3 .service-card {
  position: relative;
  padding: 0 30px;
}

.tc-services-st3 .service-card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2), to(transparent));
  background-image: linear-gradient(to bottom, #fff2, transparent);
}

.tc-services-st3 .service-card .icon {
  height: 120px;
  margin-bottom: 40px;
}

.tc-services-st3 .service-card .icon img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-services-st3 .service-card:hover::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--cr-orange1)), to(transparent));
  background-image: linear-gradient(to bottom, var(--cr-orange1), transparent);
}

.tc-services-st3 .service-card:hover .icon img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.tc-services-st3 .service-card:hover .more-link {
  color: var(--cr-orange1);
}

/* --------------- clients st3 --------------- */
.tc-clients-st3 {
  position: relative;
  padding-bottom: 140px;
  overflow: hidden;
}

.tc-clients-st3 .title {
  position: relative;
  text-align: center;
}

.tc-clients-st3 .title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #fff2;
}

.tc-clients-st3 .title .txt {
  position: relative;
  font-size: 24px;
  padding: 10px 40px;
  color: #fff;
  /* background-color: var(--cr-orange1); */
  border-radius: 50px;
  font-weight: 400;
  z-index: 20;
}

.tc-clients-st3 .brand {
  position: relative;
  height: 70px;
  width: 100%;
  margin-top: 60px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-clients-st3 .brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-clients-st3 .brand:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

/* --------------- menus st3 --------------- */
.tc-menus-st3 {
  position: relative;
  padding: 0 3vw;
}

.tc-menus-st3 .menu-side .slider-controls {
  left: 0;
  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-menus-st3 .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-menus-st3 .menu-side .slider-controls .swiper-pagination .swiper-pagination-bullet {
  margin: 10px 0 !important;
}

.tc-menus-st3 .menu-slider {
  position: relative;
  overflow: hidden;
  height: 580px;
}

.tc-menus-st3 .content {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-image: url(../img/menu_bg.png);
  background-size: contain;
  background-repeat: repeat;
}

.tc-menus-st3 .content .img {
  height: 1000px;
  min-height: 100%;
  overflow: hidden;
}

.tc-menus-st3 .menu-side {
  position: relative;
  padding: 140px 5vw;
}

.tc-menus-st3 .menu-side .menu-card {
  position: relative;
  display: block;
  margin-top: 40px;
}

.tc-menus-st3 .menu-side .menu-card .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-menus-st3 .menu-side .menu-card .top-info .disc {
  position: relative;
  padding: 3px 20px;
  border-radius: 8px;
  background-color: var(--cr-orange1);
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-menus-st3 .menu-side .menu-card .top-info .price {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-menus-st3 .menu-side .menu-card .top-info .price small {
  font-size: 16px;
  opacity: 0.6;
  text-decoration: line-through;
}

.tc-menus-st3 .menu-side .menu-card .top-info .price span {
  font-size: 24px;
  color: #fff;
}

.tc-menus-st3 .menu-side .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-menus-st3 .menu-side .menu-card .main-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.tc-menus-st3 .menu-side .menu-card .main-cont .img {
  width: 165px;
  height: 95px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-menus-st3 .menu-side .menu-card .main-cont .inf {
  width: 100%;
  -webkit-padding-end: 40px;
  padding-inline-end: 40px;
}

@media screen and (max-width: 991px) {
  .tc-menus-st3 .content .img {
    height: 400px;
  }

  .tc-menus-st3 .menu-side .menu-card .main-cont {
    display: block;
  }

  .tc-menus-st3 .menu-side .menu-card .main-cont .img {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    margin-bottom: 30px;
  }

  .tc-menus-st3 .menu-slider {
    height: 950px;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
  }
}

/* --------------- team st3 --------------- */
.tc-team-st3 {
  position: relative;
  padding: 140px 0;
}

.tc-team-st3 .vec2 {
  position: absolute;
  top: 3vw;
  right: 0;
  max-height: 25%;
  pointer-events: none;
}

.tc-team-st3 .team-card {
  position: relative;
  margin-top: 50px;
}

.tc-team-st3 .team-card .img {
  position: relative;
  overflow: hidden;
  height: 450px;
}

.tc-team-st3 .team-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tc-team-st3 .team-card .img .social-links {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-image: url(../img/team/social_bg.png);
  background-size: contain;
  background-repeat: repeat;
  border-radius: 10px;
  overflow: hidden;
  z-index: 20;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-team-st3 .team-card .img .social-links a {
  width: 50px;
  height: 50px;
  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-team-st3 .team-card .img .social-links a:hover {
  color: var(--cr-orange1);
}

.tc-team-st3 .team-card:hover .img .social-links {
  bottom: 30px;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-team-st3 .team-card .img {
    height: 350px;
  }
}

/* --------------- reservation st3 --------------- */
.tc-reservation-st3 {
  position: relative;
}

.tc-reservation-st3 .vec3 {
  position: absolute;
  top: -100px;
  left: 0;
  max-width: 18%;
}

.tc-reservation-st3 .vec4 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 18%;
}

.tc-reservation-st3 .vec5 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 18%;
}

.tc-reservation-st3 .reservation-card {
  position: relative;
  padding: 40px 15px;
  /* background-color: var(--cr-dark1); */
  border-radius: 30px;
  overflow: hidden;
}

.tc-reservation-st3 .reservation-card .bg {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tc-reservation-st3 .reservation-card .title {
  position: relative;
  z-index: 20;
  margin-bottom: 50px;
}

.tc-reservation-st3 .reservation-card .form {
  position: relative;
  z-index: 20;
}

.tc-reservation-st3 .reservation-card .form .form-group {
  margin-bottom: 10px;
}

.tc-reservation-st3 .reservation-card .form .form-control {
  border: 1px solid #fff1;
  border-radius: 0;
  background-color: var(--cr-dark1);
  min-height: 50px;
  color: #999;
}

.tc-reservation-st3 .reservation-card .form .form-control::-webkit-input-placeholder {
  color: #999;
}

.tc-reservation-st3 .reservation-card .form .form-control::-moz-placeholder {
  color: #999;
}

.tc-reservation-st3 .reservation-card .form .form-control:-ms-input-placeholder {
  color: #999;
}

.tc-reservation-st3 .reservation-card .form .form-control::-ms-input-placeholder {
  color: #999;
}

.tc-reservation-st3 .reservation-card .form .form-control::placeholder {
  color: #999;
}

/* --------------- blog st3 --------------- */
.tc-blog-st3 {
  position: relative;
  padding: 150px 0;
}

.tc-blog-st3 .posts-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
  /* padding-top:150px;
  padding-bottom: 150px; */
  justify-content: center;
  display: flex;
  margin: 0 auto;
}

.tc-blog-st3 .post-card {
  position: relative;
}

.tc-blog-st3 .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-st3 .post-card .img {
  position: relative;
  height: 350px;
}

.tc-blog-st3 .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-st3 .post-card .info {
  position: relative;
  padding: 30px 0;
}

.tc-blog-st3 .post-card .info .top-inf {
  font-size: 16px;
  margin-bottom: 10px;
}

.tc-blog-st3 .post-card .info .top-inf a {
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.tc-blog-st3 .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-st3 .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-st3 .slider-controls .swiper-prev,
.tc-blog-st3 .slider-controls .swiper-next {
  cursor: pointer;
}

/* --------------- instagram st3 --------------- */
.tc-instagram-st3 {
  position: relative;
  padding-bottom: 200px;
}

.tc-instagram-st3 .img {
  display: block;
  position: relative;
  height: 370px;
  overflow: hidden;
}

.tc-instagram-st3 .img:hover::after {
  opacity: 0.7;
}

.tc-instagram-st3 .img:hover .icon {
  opacity: 1;
}

.tc-instagram-st3 .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-st3 .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-st3 .img {
    height: 200px;
  }
}

/* --------------- footer st3 --------------- */
.tc-footer-st3 {
  position: relative;
  /* background-color: #171717; */
}

.tc-footer-st3 .foot-logo {
  position: relative;
  width: 200px;
  height: 200px;
  padding: 15px;
  /* padding: 35px; */
  background-color: #1b1b1b;
  border-radius: 60px;
  -webkit-transform: translateY(-65%) rotate(45deg);
  transform: translateY(-65%) rotate(45deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-footer-st3 .foot-logo .logo {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 2px;
  left: 0px;
  /* top: 20px;
  left: 20px; */
}

.tc-footer-st3 .vecs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-footer-st3 .foot-suscribe {
  position: relative;
  /* padding-bottom: 80px; */
}

.tc-footer-st3 .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-st3 .foot-suscribe .from-group {
  position: relative;
}

.tc-footer-st3 .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-st3 .foot-suscribe .from-group .form-control::-webkit-input-placeholder {
  color: #999;
}

.tc-footer-st3 .foot-suscribe .from-group .form-control::-moz-placeholder {
  color: #999;
}

.tc-footer-st3 .foot-suscribe .from-group .form-control:-ms-input-placeholder {
  color: #999;
}

.tc-footer-st3 .foot-suscribe .from-group .form-control::-ms-input-placeholder {
  color: #999;
}

.tc-footer-st3 .foot-suscribe .from-group .form-control::placeholder {
  color: #999;
}

.tc-footer-st3 .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-st3 .footer-links {
  position: relative;
  padding: 150px 0 75px;
}

.tc-footer-st3 .links a {
  font-size: 16px;
  margin: 7px 0;
}

.tc-footer-st3 .links a:hover {
  color: var(--cr-orange1);
}

.tc-footer-st3 .links.links-m0 a {
  margin: 2px 0;
}

.tc-footer-st3 .foot {
  position: relative;
  padding: 30px 0;
  text-align: center;
}

.tc-footer-st3 .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-st3 {
  background-color: #131213;
  /* background-color: #1b1b1b; */
  color: #b5b5b5;
}

.home-st3 h1,
.home-st3 h2,
.home-st3 h3,
.home-st3 h4,
.home-st3 h5,
.home-st3 h6 {
  color: #fff;
  font-weight: 400;
}

.home-st3 .swiper-button-next,
.home-st3 .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-st3 .swiper-button-next::after,
.home-st3 .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}

.home-st3 .swiper-button-next:hover,
.home-st3 .swiper-button-prev:hover {
  background-color: #BD967533;
  border-color: #BD967533;
  color: var(--cr-brown1);
}

.home-st3 .swiper-button-next {
  right: 3vw;
}

.home-st3 .swiper-button-next:after {
  font-family: "Font Awesome 6 Pro";
  content: "" !important;
  font-weight: 100;
}

.home-st3 .swiper-button-prev {
  left: 3vw;
}

.home-st3 .swiper-button-prev:after {
  font-family: "Font Awesome 6 Pro";
  content: "" !important;
  font-weight: 100;
}

.home-st3 .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-st3 .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-st3 .slider-controls .swiper-prev,
.home-st3 .slider-controls .swiper-next {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .home-st3 br {
    display: none;
  }

  .home-st3 .fsz-80 {
    font-size: 40px !important;
  }

  .home-st3 .fsz-70 {
    font-size: 35px !important;
  }

  .home-st3 .fsz-50 {
    font-size: 30px !important;
  }

  .home-st3 .fsz-45 {
    font-size: 25px !important;
  }

  .home-st3 .fsz-40 {
    font-size: 25px !important;
  }

  .home-st3 .mb-90 {
    margin-bottom: 40px !important;
  }

  .home-st3 .fsz-30 {
    font-size: 18px !important;
  }

  .home-st3 .mb-50 {
    margin-bottom: 30px !important;
  }

  .home-st3 .mt-5 {
    margin-top: 2rem !important;
  }

  .home-st3 .butn.size-1 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 20px;
  }
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;

}

.html-video {
  background-color: #000;
  left: 0;
  position: absolute;
  top: 50%;
  z-index: -3;
  object-fit: cover;
  transform: translateY(-50%);

}

.bg-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.bg-black {
  background-color: #000;
}

.h-850px {
  height: 850px;
}

.lg-h-650px {
  height: 650px;
}

.md-h-500px {
  height: 500px;
}

.contact-page-st1 .tc-contact-st7 .contact .contact-form {
  position: relative;
  padding: 45px;
  background-color: #1b1b1b;
  border-radius: 20px;
}

.border-1 {
  border-width: 1px !important
}

.border-2 {
  border-width: 2px !important
}

.border-3 {
  border-width: 3px !important
}

.border-4 {
  border-width: 4px !important
}

.border-6 {
  border-width: 6px !important
}

.border-7 {
  border-width: 7px !important
}

.border-8 {
  border-width: 8px !important
}

.border-9 {
  border-width: 9px !important
}

.border-10 {
  border-width: 10px !important
}

.border-solid {
  border-style: solid !important
}

.border-groove {
  border-style: groove !important
}

.border-ridge {
  border-style: ridge !important
}

.border-inset {
  border-style: inset !important
}

.border-outset {
  border-style: outset !important;
}

.border-dashed {
  border-style: dashed !important
}

.faq-page-st1 .tc-faq-st11 .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;
}

.faq-page-st1 .tc-faq-st11 .accordion .accordion-item {
  border-radius: 0;
  background-color: transparent;
  border-color: #df9755 !important;
  border: 0;
}

.faq-page-st1 .tc-faq-st11 .info {
  position: relative;
  padding: 140px 0;
}

@media screen and (min-width: 991px) {
  .faq-page-st1 .tc-faq-st11 {
    -webkit-padding-start: calc((100vw - 1320px) / 2);
    padding-inline-start: calc((100vw - 1320px) / 2);
  }
}

.line-clamp-10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-8 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/****Packages*****/
#header {
  margin: 20px;
}

#header>h1 {
  text-align: center;
  /* font-size:3rem; */
}

#header>p {
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
}

/* .container{
  width:100vw;
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
  padding:40px 20px;
} */
.bg-dps-glass-morphism-1 {
  background: rgb(255 255 255 / 12%);
  border-radius: 50%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  /* border: 1px solid rgba(255, 255, 255, 0.668); */
  /* border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, darkblue, darkorchid) 0; */
}

.card-package {
  /* display: flex;
  flex-direction: column; */
  width: 100%;
  height: 550px;
  margin-bottom: 60px;
  /* padding: 10px; */
}


.card-package-2 {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: auto;
  /* border-radius: 50%; */
  /* margin-bottom: 60px; */
}

.card-package>div {
  /* box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.5); */
}

.card-package-image {
  width: 400px;
  height: 250px;
}

.card-package-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.card-package-text {
  margin: -30px auto;
  margin-bottom: -50px;
  height: 250px;
  width: 320px;
  /* background-color:#1D1C20; */
  color: #fff;
  padding: 20px;
  transition: 0.5s;
  /* position: relative; */
}

.card-package-text:hover {
  transform: translate(0, -10px);
}

.card-package-meal-type {
  font-style: italic;
}

.card-package-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
  margin-top: 5px;
}

/* .card-package-body{
  font-size:1.25rem;
} */
.card-package-price {
  width: 80px;
  height: 80px;
  background-color: #03242ab0;
  /* background-color:#970C0A; */
  color: #fff;
  margin-left: auto;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* card circle */
.card-circle {
  text-align: center;
  margin-top: 50px;
  /* background:#27496D;    
     border:10px solid transparent; */
  color: #fff;
  padding: 20px;
  width:160px;
  height: 160px;
  border-radius: 50%;
}

.card-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 5px;
  /* border thickness */
  background: linear-gradient(to right top, #e21c5a, #d2e00c, #eb02c8, #ed3f00, #92008a);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  opacity: 10;
  transition: opacity 0.3s ease;
}

/* .card-circle::after {
  content: "";
  position: absolute;
  inset: -10px; 
  border-radius: 50%;
  background: linear-gradient(to right top, #e21c5a, #d2e00c, #eb02c8, #ed3f00, #92008a);
  filter: blur(20px); 
  z-index: -1;
  opacity: 2;
  transition: opacity 0.4s ease;
} */

.card-circle:hover::before {
  opacity: 1;
}

.card-circle .card-title {
  font-weight: 600;
  font-size: 16px;
}

.card-circle .card-text {
  font-weight: 400;
}

.card-circle .card-icon i {
  font-size: 60px;
  /* display:block; */
}

/* .card-circle:nth-child(2){
    background:#142850;
} */
.card-circle .btn {
  /* Font-family: Montserrat; */
  background: transparent;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 5px 30px;
  border-radius: 0px;
  Font-weight: 600;
}

.card-circle .btn,
.card-circle .card-icon i,
.card-circle {
  transition: all ease-in-out 0.2s;
}

.card-circle:hover .btn {
  background: #00A8CC;
  color: #fff;
  border: 1px solid transparent;
}

.card-circle .btn:hover {
  transform: scale(1.1);
}



.card-circle:hover i {
  text-shadow: 0px -1px 10px #00A8CC;
  transform: scale(1.2)rotate(20deg);
}

@media only screen and (min-width: 1200px) {
  .card-circle:nth-child(3) {
    /* margin-left: -40px; */
    z-index: 0;
  }

  /* .card-circle {
    width: 180px;
    height: 180px;
  } */

  .card-circle:nth-child(2) {
    /* margin-left: -20px; */
    box-shadow: 1px 2px 20px 8px rgba(241, 235, 235, 0.12);
    /* transform: scale(1.2); */
    z-index: 1;
  }

  .card-circle .card-icon i {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .card-circle {
    width: 340px;
    height: 340px;
  }

  .card-circle .card-icon i {
    font-size: 50px;
  }

  .card-circle .card-icon i {
    margin-top: -25px;
  }

  .card-circle:nth-child(3) {
    /* margin-left: -50px; */
    z-index: 0;
  }

  .card-circle:nth-child(2) {
    /* margin-left: -20px; */
    z-index: 1;
  }

  .wp-block-video {
    height: 500px;
  }
}

/****Packages*****/
.bg-dps-glass-morphism {
  background: rgb(0 87 91 / 32%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-dps-glass-morphism-10 {
  background: rgb(0 0 0 / 60%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.bg-dps-glass-morphism-9 {
  background: rgb(111 92 71 / 30%);
  /* background: rgb(0 87 91 / 32%); */
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 2px solid var(--sky11-border-primary);
}


.bg-dps-glass-morphism-2 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0.668);
}

.bg-dps-glass-morphism-7 {
  background: rgba(19, 0, 14, 0.83);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-dps-glass-morphism-4 {
  background: rgb(255 255 255 / 70%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-dps-glass-morphism-3 {
  background: rgb(135 5 5 / 32%);
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-dps-glass-morphism-5 {
  background: rgb(5 125 131 / 80%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-dps-glass-morphism-6 {
  background: rgb(141 3 3 / 54%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-dps-glass-morphism-8 {
  background: rgb(4 0 57 / 60%);
  /* background: linear-gradient(135deg, #e21c5a8a, #e00c6cad, #3e02eba6, #ed3f007a, #92008a94); */
  /* background: linear-gradient(135deg, #e21c5a, #e00c6c, #3e02eb, #ed3f00, #92008a); */
  /* background: linear-gradient(135deg, #e21c5a, #d2e00c, #eb02c8, #ed3f00, #92008a); */
  background-size: 300% 300%;
  animation: gradientShift 12s ease infinite;
  border-radius: 50%;
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

/* Optional smooth animated gradient movement */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


.bottom-1px {
  bottom: 1px
}

.bottom-2px {
  bottom: 2px
}

.bottom-3px {
  bottom: 3px
}

.bottom-4px {
  bottom: 4px
}

.bottom-5px {
  bottom: 5px
}

.bottom-6px {
  bottom: 6px
}

.bottom-7px {
  bottom: 7px
}

.bottom-8px {
  bottom: 8px
}

.bottom-9px {
  bottom: 9px
}

.bottom-10px {
  bottom: 10px
}

.bottom-11px {
  bottom: 11px
}

.bottom-12px {
  bottom: 12px
}

.bottom-13px {
  bottom: 13px
}

.bottom-14px {
  bottom: 14px
}

.bottom-15px {
  bottom: 15px
}

.bottom-16px {
  bottom: 16px
}

.bottom-17px {
  bottom: 17px
}

.bottom-18px {
  bottom: 18px
}

.bottom-19px {
  bottom: 19px
}

.bottom-25px {
  bottom: 25px
}

/* .video-package-bg-section {
  position: relative;
  overflow: hidden;
} */

.video-package-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.video-package-overlay {
  position: absolute;
  inset: 0;
  background-size: cover;
  /* background: rgba(0, 0, 0, 0.6); */
  background: linear-gradient(360deg, rgba(0, 4, 17, 0) 27.5%, #000106 100%), linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 100%);
  z-index: 0;
}

.video-package-overlay-3 {
  position: absolute;
  inset: 0;
  background-size: cover;
  /* background: rgba(0, 0, 0, 0.6); */
  background: linear-gradient(360deg, rgb(2 15 58 / 19%) 27.5%, #ffffffba 100%), linear-gradient(0deg, rgb(42 41 41 / 0%) 0%, rgb(8 8 8 / 0%) 100%);
  z-index: 3;
}

.video-package-overlay-2 {
  position: absolute;
  inset: 0;
  background-size: cover;
  /* height: 50px; */
  width: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
  background: linear-gradient(360deg, rgba(0, 4, 17, 0) 27.5%, #000106bf 100%), linear-gradient(0deg, rgb(0 0 0 / 37%) 0%, rgb(0 0 0 / 43%) 100%);
  z-index: 0;
  top: -7px;
}

.video-package ::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(6, 13, 38, 0) 0%, #060d26 100%);
  position: absolute;
  z-index: -1 !important;
  left: 0;
  top: -2px;
  /* bottom: -2px; */
}


.section-head-st3,
.container {
  position: relative;
  z-index: 2;
}

.z-index-1 {
  z-index: 1;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

/* textg-divider */
.divider {
  width: 100%;
  max-width: 496px;
  position: relative;
  height: 1px;
  margin: 32px auto 64px
}

@media screen and (max-width: 480px) {
  .divider {
    max-width: 50%
  }
}

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, #d9b282, transparent)
}

.div-arrow-down:after {
  top: -7px;
  height: 14px;
  transform: rotate(45deg);
  border-bottom: 1px solid #d9b282
}

.div-arrow-down:after,
.div-stopper:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: calc(50% - 7px);
  width: 14px;
  background-color: #0a0d0f;
  border-right: 1px solid #d9b282
}

.div-stopper:after {
  top: -6px;
  height: 12px;
  border-left: 1px solid #d9b282
}

.sky-text-stroke {
  /* font-size: 80px; */
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #d9b282;
  color: transparent;
  -webkit-text-fill-color: transparent;

}

.sky-text-stroke-green {
  /* font-size: 80px; */
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #98d982;
  color: transparent;
  -webkit-text-fill-color: transparent;

}

.sky-text-stroke-pink {
  /* font-size: 80px; */
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #ff00ee;
  color: transparent;
  -webkit-text-fill-color: transparent;

}

.sky-text-stroke-gradient {
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Create a pseudo-element to simulate gradient stroke */
.sky-text-stroke-gradient::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #1f0520, #bb2082, #cb8935, #03b2bd, #1e5dc1, #bb2082, #cb8935);
  /* background: linear-gradient(45deg, #1f0520, #bb2082, #cb8935, #03b2bd, #1e5dc1, #bb2082, #cb8935); */
  background-size: 300% 300%;
  animation: gradientFlow 4s linear infinite;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 2px transparent;
  /* filter:
    drop-shadow(0 0 1px #1f0520)
    drop-shadow(0 0 1px #bb2082)
    drop-shadow(0 0 1px #cb8935)
    drop-shadow(0 0 1px #03b2bd)
    drop-shadow(0 0 1px #1e5dc1); */
  z-index: -1;
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.sky-text-stroke-2 {
  /* font-size: 80px; */
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #58151c;
  color: transparent;
  /* Make fill color transparent */
  -webkit-text-fill-color: transparent;
  /* Ensures no fill color in WebKit browsers */
  /* font-family: Impact, Charcoal, sans-serif; */
}

.sky-text-stroke-3 {
  /* font-size: 80px; */
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #9fff00;
  /* -webkit-text-stroke-color: #ffffff; */
  color: transparent;
  /* Make fill color transparent */
  -webkit-text-fill-color: transparent;
  /* Ensures no fill color in WebKit browsers */
  /* font-family: Impact, Charcoal, sans-serif; */
}

/* swing image */
.swing {
  display: inline-block;
  animation: swing 12s ease-in-out infinite;
  animation-timing-function: ease-in-out;
  transform-origin: top center;
}

.swing img {
  width: 100%;
  display: block;
}

@keyframes swing {
  0% {
    transform: rotate(-1.5deg);
  }

  25% {
    transform: rotate(1.5deg);
  }

  50% {
    transform: rotate(-1.5deg);
  }

  75% {
    transform: rotate(1.5deg);
  }

  100% {
    transform: rotate(-1.5deg);
  }
}



/* @keyframes swing {
  0% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(-5deg);
  }
} */


/* swing image */

.package-img-overlay {
  position: absolute;
  inset: 0;
  background-size: cover;
  /* background: rgba(0, 0, 0, 0.6); */
  background: linear-gradient(360deg, rgba(0, 4, 17, 0) 27.5%, #000000f0 100%), linear-gradient(0deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%);
  z-index: 0;
}

.package-dropdown {
  margin-left: 70px;
  border-color: 1px solid #df9755 !important;
}

.linear-wipe-2 {
    background: linear-gradient(to right, #ffc107 20%, #FF0 40%, #ed5b4b 60%, #da9112 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    animation: shine 1.5s linear infinite;
}

.hero-video-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* Give desktop height also */
.hero-banner-video {
    width: 100%;
    height: 100vh;          /* IMPORTANT */
    object-fit: cover;
    opacity: 0;
    transition: opacity .5s ease;
}

.hero-banner-video.video-loaded {
    opacity: 1;
}

/* Your mobile height */
@media only screen and (max-width: 991px) {
    .hero-banner-video {
        height: 500px;
    }
}

.super-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 28px;
  background: linear-gradient(145deg, #0f0f0f, #1c1c1c);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  color: #00ffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  z-index: 1;
}

.super-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, #00ffff, #ff00ff, #00ffff);
  animation: rotate-super-button 4s linear infinite;
  z-index: -2;
}

.super-button::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #0a0a0a;
  border-radius: inherit;
  z-index: -1;
}

.super-button:hover { 
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
}

.super-button:hover .arrow {
  transform: translateX(6px);
}

.arrow {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease-in-out;
  color: #00ffff;
}

@keyframes rotate-super-button {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sky-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10rem;
    transition: all 0.02s;
    font-weight: bold;
    cursor: pointer;
    color: rgb(37, 37, 37);
    z-index: 0;
    background: #ffffff;
    color: #ffffff !important;  
    box-shadow: 0 0 26px #c564ff87;
    transition:all 0.2s ease-in;
}

.sky-btn:hover {
    color:white !important;
    box-shadow: 3px 3px 0px #ffff;
}

.sky-btn:active {
  transform: scale(0.97);
}

.hoverEffect {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.hoverEffect div {
  background: rgb(222, 0, 75);
  background: linear-gradient(90deg, rgb(255 27 177) 0%, rgb(86 75 255) 49%, rgb(0 233 255) 100%);
  border-radius: 40rem;
  width: 10rem;
  height: 10rem;
  transition: 0.4s;
  filter: blur(20px);
  animation: effect infinite 3s linear; 
}

.sky-btn:hover .hoverEffect div {
  width: 8rem;
  height: 8rem;
}

@keyframes effect {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.animated-gradient-text {
  color: transparent;
  background-image: linear-gradient(to right ,rgb(255 27 177), rgb(86 75 255), rgb(0 233 255));
  -webkit-background-clip: text;
  background-clip: text;    
  background-size: 200%;
  background-position: -200%;
  animation: animated-gradient 4s infinite alternate-reverse;      
}

@keyframes animated-gradient{
  to{
    background-position: 200%;
  }
}

.main-menu, .submenu{
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgb(56 56 56 / 20%);
    border-radius: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 2px solid var(--sky11-border-primary);
}

.menu-item .submenu .submenu{
    border: 2px solid var(--sky11-border-primary);
}