/* ==============================================================================================================================
														[ * Button Element ]
===============================================================================================================================*/
.restfolio-button {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  background-color: #212529;
  color: #fff;
  transition: all 0.2s ease;
}
.restfolio-button.animated-gradient-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
  background: -webkit-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  background: -o-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  background: linear-gradient(to right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.restfolio-button.animated-gradient-bg:hover::before {
  left: -50%;
}
.restfolio-button .restfolio-button-text {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.restfolio-button .restfolio-button-icon {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.restfolio-button:hover .hover-animation-right-to-left {
  animation: RL_smooth 1s ease-in-out infinite alternate both;
}
.restfolio-button.animated-icon .restfolio-button-content-wrapper .restfolio-button-icon {
  position: relative;
  transition: all 0.3s ease;
}
.restfolio-button.animated-icon .restfolio-button-content-wrapper .restfolio-button-icon:first-of-type {
  opacity: 0;
  transform: translateX(-10px);
}
.restfolio-button.animated-icon .restfolio-button-content-wrapper .restfolio-button-icon:last-of-type {
  opacity: 1;
  transform: translateX(0);
}
.restfolio-button.animated-icon:hover .restfolio-button-content-wrapper {
  padding-left: 10px;
}
.restfolio-button.animated-icon:hover .restfolio-button-content-wrapper .restfolio-button-icon:first-of-type {
  opacity: 1;
  transform: translateX(0);
}
.restfolio-button.animated-icon:hover .restfolio-button-content-wrapper .restfolio-button-icon:last-of-type {
  opacity: 0;
  transform: translateX(10px);
}

/* ==============================================================================================================================
														[ * Header Slider Element ]
===============================================================================================================================*/
.restfolio-header-slider {
  position: relative;
  height: 100%;
}
.restfolio-header-slider .container {
  z-index: 5;
  padding-left: 12px;
  padding-right: 12px;
}
.restfolio-header-slider a, .restfolio-header-slider span {
  display: inline-block;
}
.restfolio-header-slider .swiper-slide-active {
  z-index: 20;
}
.restfolio-header-slider .swiper-slide-active .header-card {
  opacity: 1;
  transition: all 1s ease;
}
.restfolio-header-slider .swiper-slide-active .header-card h2 {
  transform: translateY(0) scale(1) !important;
  filter: blur(0);
  transition: all 1s ease;
  transition-delay: 0.2s;
}
.restfolio-header-slider .swiper-slide-active .header-card .sub-title {
  transform: translateY(0) scale(1) !important;
  filter: blur(0);
  transition: all 1s ease;
  transition-delay: 0.2s;
}
.restfolio-header-slider .swiper-slide-active .header-card .btns {
  transform: translateY(0) scale(1) !important;
  filter: blur(0);
  transition: all 1s ease;
  transition-delay: 0.2s;
}
.restfolio-header-slider .header-card {
  position: relative;
  height: 800px;
  min-height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: all 1s ease;
}
.restfolio-header-slider .header-card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  opacity: 0.5;
}
.restfolio-header-slider .header-card .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restfolio-header-slider .header-card h2 {
  margin: 0;
  font-size: calc(6vw + 20px);
  font-weight: bold;
  text-transform: uppercase;
  transform: translateY(50px) scale(0.9);
  filter: blur(1px);
  transition: all 1s ease;
  transition-delay: 0.2s;
}
.restfolio-header-slider .header-card .sub-title {
  margin-top: 15px;
  transform: translateY(-50px) scale(0.9);
  filter: blur(1px);
  transition: all 1s ease;
  transition-delay: 0.2s;
}
.restfolio-header-slider .header-card .btns {
  margin-top: 40px;
  transform: translateY(50px) scale(0.9);
  filter: blur(1px);
  transition: all 1s ease;
  transition-delay: 0.4s;
}
.restfolio-header-slider .header-card .btns .btn1 {
  display: inline-block;
  width: 170px;
  padding: 15px;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 50rem;
  margin: 0.5rem;
  color: #ffffff;
}
.restfolio-header-slider .header-card .btns .btn1:hover {
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-2px);
}
.restfolio-header-slider .header-card .btns .btn2 {
  color: #ffffff;
  display: inline-block;
  background-color: #2e2e31;
  width: 170px;
  padding: 15px;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 50rem;
  margin: 0.5rem;
}
.restfolio-header-slider .header-card .btns .btn2:hover {
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-2px);
}
.restfolio-header-slider .slider-controls {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  z-index: 30;
  align-items: center;
  justify-content: center;
  display: flex;
}
.restfolio-header-slider .slider-controls .swiper-pagination {
  position: relative;
  width: max-content;
  display: inline-flex;
  margin: 0 15px;
  bottom: 2px;
}
.restfolio-header-slider .slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  opacity: 1;
  margin: 0 10px !important;
  outline: 1px solid transparent;
  outline-offset: 5px;
}
.restfolio-header-slider .slider-controls .swiper-pagination .swiper-pagination-bullet-active {
  outline: 1px solid #fff;
}
.restfolio-header-slider .slider-controls .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet {
  background-color: #fff;
}
.restfolio-header-slider .slider-controls .swiper-prev,
.restfolio-header-slider .slider-controls .swiper-next {
  cursor: pointer;
}
.restfolio-header-slider .slider-controls .swiper-prev svg,
.restfolio-header-slider .slider-controls .swiper-next svg {
  width: 14px;
  height: 14px;
  fill: #b5b5b5;
}
.restfolio-header-slider .swiper-notification {
  display: none;
}

/* ==============================================================================================================================
														[ * Services Gallery Element ]
===============================================================================================================================*/
.restfolio-services-gallery {
  position: relative;
}
.restfolio-services-gallery .container {
  z-index: 5;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.restfolio-services-gallery .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.restfolio-services-gallery .row > * {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.restfolio-services-gallery .section-head {
  margin-top: 20px;
  margin-bottom: 50px;
}
.restfolio-services-gallery .section-head .icon {
  height: 50px;
  margin-bottom: 20px;
}
.restfolio-services-gallery .section-head .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.restfolio-services-gallery .section-head .heading-title {
  margin: 0;
  margin-bottom: 20px;
}
.restfolio-services-gallery::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  opacity: 0.7;
}
.restfolio-services-gallery .glry-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.restfolio-services-gallery .glry-img .tab-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: all 0.7s;
}
.restfolio-services-gallery .glry-img .tab-img.current {
  transform: scale(1);
  opacity: 1;
}
.restfolio-services-gallery .row .col-lg-3 {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
}
.restfolio-services-gallery .row .col-lg-3:last-of-type {
  border: 0;
}
.restfolio-services-gallery .service-card {
  display: block;
  position: relative;
  padding: 100px 40px;
  text-align: center;
}
.restfolio-services-gallery .service-card:hover .more-btn {
  background-color: var(--color-ternary);
  border-color: var(--color-ternary);
}
.restfolio-services-gallery .service-card .icon {
  height: 85px;
  margin-bottom: 40px;
}
.restfolio-services-gallery .service-card .more-btn {
  display: inline-block;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2666666667);
  border-radius: 50px;
  padding: 12px 30px;
  margin-top: 30px;
}
.restfolio-services-gallery .service-card .more-btn:hover {
  background-color: var(--color-ternary);
  border-color: var(--color-ternary);
}
.restfolio-services-gallery .service-card .title {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .restfolio-services-gallery .row .col-lg-3 {
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .restfolio-services-gallery .section-head {
    margin-bottom: 30px;
  }
}
/* ==============================================================================================================================
														[ * Menu Card Element ]
===============================================================================================================================*/
.restfolio-menu-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.restfolio-menu-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2666666667) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 10px;
  background-repeat: repeat-x;
}
.restfolio-menu-card .img {
  width: 85px;
  height: 95px;
  border-radius: 8px;
  overflow: hidden;
  margin-inline-end: 20px;
  flex-shrink: 0;
}
.restfolio-menu-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restfolio-menu-card .inf {
  width: 100%;
  padding-inline-end: 40px;
}
.restfolio-menu-card .inf .title {
  margin-bottom: 15px;
}
.restfolio-menu-card .inf .description {
  margin: 0;
}
.restfolio-menu-card .price {
  text-align: end;
  line-height: 1.4;
  flex-shrink: 0;
}
.restfolio-menu-card .discount {
  font-size: 13px;
  color: #fff;
  padding: 7px 20px;
  border-radius: 8px;
  background-color: var(--color-ternary);
  margin-top: 10px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .restfolio-menu-card {
    display: block;
  }
  .restfolio-menu-card .inf {
    padding: 20px 0;
  }
  .restfolio-menu-card .price {
    text-align: start;
  }
}
/* ==============================================================================================================================
														[ * Contact Form Element ]
===============================================================================================================================*/
.restfolio-contact-form .row {
  --bs-gutter-x: 1.5rem;
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}
.restfolio-contact-form .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
.restfolio-contact-form.width-max-content input[type=submit] {
  width: max-content;
}
.restfolio-contact-form p {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  word-spacing: 0;
}
.restfolio-contact-form p .wpcf7-form-control-wrap {
  width: 100%;
}
.restfolio-contact-form p input:focus {
  box-shadow: none;
}
.restfolio-contact-form p textarea:focus {
  box-shadow: none;
}
.restfolio-contact-form p select:focus {
  box-shadow: none;
}
.restfolio-contact-form .wpcf7-spinner {
  position: absolute;
}
.restfolio-contact-form input[type=submit] {
  transition: all 0.3s linear;
}
.restfolio-contact-form input[type=submit]:hover {
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-2px);
}

/* ==============================================================================================================================
														[ * Blog Slider Element ]
===============================================================================================================================*/
.restfolio-blog-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
.restfolio-blog-slider .post-card {
  position: relative;
}
.restfolio-blog-slider .post-card.border-after::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2666666667) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 10px;
  background-repeat: repeat-x;
}
.restfolio-blog-slider .post-card .img {
  position: relative;
  height: 350px;
}
.restfolio-blog-slider .post-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restfolio-blog-slider .post-card .img .date {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  border-radius: 8px;
  width: 57px;
  line-height: 1.2;
}
.restfolio-blog-slider .post-card a.img {
  display: block;
  overflow: hidden;
}
.restfolio-blog-slider .post-card .info {
  position: relative;
  padding: 30px 0;
}
.restfolio-blog-slider .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 rgba(255, 255, 255, 0.1333333333);
  transition: all 0.3s ease;
}
.restfolio-blog-slider .post-card .info .more-link:hover {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.restfolio-blog-slider .post-card .info .date {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 30px;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: var(--color-secondary);
}
.restfolio-blog-slider .post-card .info .comment, .restfolio-blog-slider .post-card .info .author {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.restfolio-blog-slider .post-card .info .comment svg, .restfolio-blog-slider .post-card .info .author svg {
  margin-right: 0.75rem;
  width: 16px;
  height: 16px;
}
.restfolio-blog-slider .post-card .tags {
  font-size: 16px;
  margin-bottom: 5px;
}
.restfolio-blog-slider .post-card .tags a {
  display: inline-block;
  margin-inline-end: 20px;
}
.restfolio-blog-slider .slider-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
}
.restfolio-blog-slider .slider-controls .swiper-pagination {
  position: relative;
  width: max-content;
  display: inline-flex;
  margin: 0 15px;
  bottom: 2px;
}
.restfolio-blog-slider .slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  opacity: 1;
  margin: 0 10px !important;
  outline: 1px solid transparent;
  outline-offset: 5px;
}
.restfolio-blog-slider .slider-controls .swiper-pagination .swiper-pagination-bullet-active {
  outline: 1px solid #fff;
}
.restfolio-blog-slider .slider-controls .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet {
  background-color: #fff;
}
.restfolio-blog-slider .slider-controls .swiper-prev,
.restfolio-blog-slider .slider-controls .swiper-next {
  cursor: pointer;
}
.restfolio-blog-slider .slider-controls .swiper-prev svg,
.restfolio-blog-slider .slider-controls .swiper-next svg {
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 991px) {
  .restfolio-blog-slider br {
    display: none;
  }
}
/* ==============================================================================================================================
														[ * Team Element ]
===============================================================================================================================*/
.restfolio-team {
  position: relative;
}
.restfolio-team:hover .img::after {
  opacity: 1;
}
.restfolio-team:hover .img .social-icons {
  opacity: 1;
  bottom: 10px;
}
.restfolio-team .img {
  position: relative;
  overflow: hidden;
}
.restfolio-team .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restfolio-team .img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 50%;
  opacity: 0;
  transition: all 0.4s ease;
}
.restfolio-team .img .social-icons {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  border-radius: 10px;
  background-color: #1b1b1b;
  background-size: cover;
  background-repeat: repeat;
  white-space: nowrap;
  opacity: 0;
  z-index: 20;
  transition: all 0.4s ease;
}
.restfolio-team .img .social-icons a {
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 16px;
  margin: 15px;
  line-height: 1;
  opacity: 0.4;
}
.restfolio-team .img .social-icons a svg {
  width: 16px;
  height: 16px;
}
.restfolio-team .img .social-icons a:hover {
  color: var(--color-ternary);
  opacity: 1;
}
.restfolio-team .img .social-icons a:hover svg {
  fill: var(--color-ternary);
}
.restfolio-team .info {
  padding: 30px;
}
.restfolio-team .info .name {
  margin-bottom: 10px;
}
.restfolio-team .info .position {
  margin: 0;
}
.restfolio-team .info .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}
.restfolio-team .info .icon img {
  max-width: 100%;
  max-height: 100%;
}
.restfolio-team.hover .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 20;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}
.restfolio-team.hover:hover .info {
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* ==============================================================================================================================
														[ * Image Card Element ]
===============================================================================================================================*/
.restfolio-image-card {
  display: block;
  position: relative;
  height: 370px;
  overflow: hidden;
}
.restfolio-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restfolio-image-card:hover::after {
  opacity: 0.7;
}
.restfolio-image-card:hover .icon {
  opacity: 1;
}
.restfolio-image-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  opacity: 0;
  transition: all 0.3s ease;
}
.restfolio-image-card .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 30px;
  color: #fff;
}
.restfolio-image-card .icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media screen and (max-width: 991px) {
  .restfolio-image-card {
    height: 200px;
  }
}
/* ==============================================================================================================================
														[ * Heading Element ]
===============================================================================================================================*/
.restfolio-heading-text a {
  transition: all 0.3s ease;
}
.restfolio-heading-text > a, .restfolio-heading-text a:hover {
  color: inherit;
}
.restfolio-heading-text .restfolio-heading {
  margin: 0;
  position: relative;
  transition: all 0.3s ease;
}
.restfolio-heading-text .restfolio-heading .styled {
  display: inline-block;
}
.restfolio-heading-text .restfolio-heading.inline-block {
  display: inline-block;
}
.restfolio-heading-text.line-title::after {
  display: block;
  position: relative;
  content: "";
  width: 50%;
  height: 1px;
  background: linear-gradient(to right, transparent 50%, var(--color-secondary) 50%);
  background-size: 16px 2px, 100% 2px;
}

.restfolio-heading-text span {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .restfolio-heading-text .restfolio-heading.restfolio-text-breakline br {
    display: none;
  }
}
/* ==============================================================================================================================
														[ * Helpers Element ]
===============================================================================================================================*/
.restfolio-clip-path {
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}

.restfolio-height-90 {
  height: 90px;
}

/* ==============================================================================================================================
														[ * Mailchimp Element ]
===============================================================================================================================*/
.restfolio-mailchimp {
  position: relative;
}
.restfolio-mailchimp button {
  transition: all 0.2s ease;
}
.restfolio-mailchimp button:hover {
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-2px);
}

/* ==============================================================================================================================
														[ * Text Editor Element ]
===============================================================================================================================*/
.restfolio-text-editor p {
  margin: 0;
  word-spacing: 0;
}

/* ==============================================================================================================================
														[ * Home Slider Element ]
===============================================================================================================================*/
.restfolio-home-slider {
  position: relative;
  overflow: hidden;
  height: 800px;
}
.restfolio-home-slider .container {
  padding-left: 12px;
  padding-right: 12px;
}
.restfolio-home-slider .swiper-slide-active .content-float {
  opacity: 1;
  filter: blur(0);
  transition-delay: 0.5s;
}
.restfolio-home-slider .img {
  position: relative;
  height: 800px;
  overflow: hidden;
}
.restfolio-home-slider .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  opacity: 0.3;
}
.restfolio-home-slider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restfolio-home-slider .content-float {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 100%;
  opacity: 0;
  filter: blur(5px);
  transition: all 2s ease;
  transition-delay: 0.5s;
}
.restfolio-home-slider .content-float .info {
  text-align: center;
}
.restfolio-home-slider .content-float .info .hero-logo {
  max-height: 270px;
}
.restfolio-home-slider .content-float .info .sub-title {
  margin: 0;
  margin-bottom: 15px;
}
.restfolio-home-slider .content-float .info .title {
  margin: 0;
}
.restfolio-home-slider .content-float .btns .btn1 {
  display: inline-block;
  width: 170px;
  padding: 15px;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 50rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.restfolio-home-slider .content-float .btns .btn1:hover {
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-2px);
}
.restfolio-home-slider .content-float .btns .btn2 {
  display: inline-block;
  width: 170px;
  padding: 15px;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 50rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.restfolio-home-slider .content-float .btns .btn2:hover {
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-2px);
}
.restfolio-home-slider .swiper-button-next,
.restfolio-home-slider .swiper-button-prev {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}
.restfolio-home-slider .swiper-button-next::after,
.restfolio-home-slider .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}
.restfolio-home-slider .swiper-button-next {
  right: 3vw;
}
.restfolio-home-slider .swiper-button-next:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f178" !important;
  font-weight: 100;
}
.restfolio-home-slider .swiper-button-prev {
  left: 3vw;
}
.restfolio-home-slider .swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f177" !important;
  font-weight: 100;
}
.restfolio-home-slider.pagination-right .swiper-button-prev {
  left: auto;
  right: 3vw;
  top: calc(50% + 50px);
}
.restfolio-home-slider.pagination-right .swiper-button-next {
  left: auto;
  right: 3vw;
  top: calc(50% - 50px);
}

@media screen and (max-width: 991px) {
  .restfolio-home-slider {
    height: 600px;
  }
  .restfolio-home-slider .img {
    height: 600px;
  }
  .restfolio-home-slider .slider-card .btns .btn1, .restfolio-home-slider .slider-card .btns .btn2 {
    width: max-content;
    padding: 13px 20px;
  }
}
/* ==============================================================================================================================
														[ * Services Slider Element ]
===============================================================================================================================*/
.restfolio-services-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.restfolio-services-slider span {
  display: inline-block;
}
.restfolio-services-slider .service-card {
  transition: all 0.3s ease;
  position: relative;
  display: block;
  padding: 30px;
  border-radius: 20px;
}
.restfolio-services-slider .service-card .img {
  position: relative;
  border-radius: 20px;
  height: 160px;
  overflow: hidden;
  margin: 25px 0;
}
.restfolio-services-slider .service-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restfolio-services-slider .service-card .more-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.restfolio-services-slider .service-card .more-wrapper .icon {
  width: 50px;
  height: 50px;
}
.restfolio-services-slider .service-card .title {
  margin: 0;
}
.restfolio-services-slider .service-card:hover {
  border-color: var(--color-ternary);
}
.restfolio-services-slider .slider-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  z-index: 30;
  align-items: center;
  justify-content: center;
  display: flex;
}
.restfolio-services-slider .slider-controls .swiper-pagination {
  position: relative;
  width: max-content;
  display: inline-flex;
  margin: 0 15px;
  bottom: 2px;
}
.restfolio-services-slider .slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  opacity: 1;
  margin: 0 10px !important;
  outline: 1px solid transparent;
  outline-offset: 5px;
}
.restfolio-services-slider .slider-controls .swiper-pagination .swiper-pagination-bullet-active {
  outline: 1px solid var(--color-ternary);
}
.restfolio-services-slider .slider-controls .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet {
  background-color: var(--color-ternary);
}
.restfolio-services-slider .slider-controls .swiper-prev,
.restfolio-services-slider .slider-controls .swiper-next {
  cursor: pointer;
}
.restfolio-services-slider .slider-controls .swiper-prev svg,
.restfolio-services-slider .slider-controls .swiper-next svg {
  width: 14px;
  height: 14px;
  fill: var(--color-ternary);
}
.restfolio-services-slider .swiper-notification {
  display: none;
}

/* ==============================================================================================================================
														[ * Lines Element ]
===============================================================================================================================*/
.restfolio-lines {
  height: 250px;
  display: flex;
  justify-content: space-between;
}
.restfolio-lines span {
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: var(--color-ternary);
  transform: rotate(-45deg);
  transform-origin: top;
}

/* ==============================================================================================================================
														[ * Rotate Box Element ]
===============================================================================================================================*/
.restfolio-rotate-box {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}
.restfolio-rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 90px;
  width: 90px;
}
.restfolio-rotate-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.restfolio-rotate-box .image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 90px;
  width: 90px;
}
.restfolio-rotate-box .rotate-text {
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.restfolio-rotate-box .rotate-circle svg {
  width: 200px;
  height: 200px;
  transform: scale(1.2);
}
.restfolio-rotate-box .center-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes rotateText {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* ==============================================================================================================================
														[ * Menu Tabs Element ]
===============================================================================================================================*/
.restfolio-menu-tabs .nav-pills {
  list-style-type: none;
  width: max-content;
  max-width: 100%;
  border-radius: 50px;
  border: 1px dashed rgba(255, 255, 255, 0.1333333333);
  margin: 0 auto;
  padding: 12px 25px;
}
.restfolio-menu-tabs .nav-pills .nav-item {
  list-style-type: none;
  position: relative;
  padding-inline-end: 20px;
}
.restfolio-menu-tabs .nav-pills .nav-item::after {
  position: absolute;
  content: "/";
  right: 5px;
  top: 10px;
  color: #b5b5b5;
  line-height: 1.5;
}
.restfolio-menu-tabs .nav-pills .nav-item:last-of-type {
  padding-inline-end: 0;
}
.restfolio-menu-tabs .nav-pills .nav-item:last-of-type::after {
  display: none;
}
.restfolio-menu-tabs .nav-pills .nav-item .nav-link {
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 20px;
}
.restfolio-menu-tabs .nav-pills .nav-item .nav-link.active {
  background-color: var(--color-secondary);
  color: #fff;
}
.restfolio-menu-tabs .list-item {
  position: relative;
  display: block;
  padding: 30px 0;
}
.restfolio-menu-tabs .list-item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2666666667) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 10px;
  background-repeat: repeat-x;
}
.restfolio-menu-tabs .list-item .price {
  text-align: end;
  line-height: 1.4;
  flex-shrink: 0;
}
.restfolio-menu-tabs .list-item .discount {
  font-size: 13px;
  color: #fff;
  padding: 7px 20px;
  border-radius: 8px;
  background-color: var(--color-secondary);
  margin-top: 10px;
  display: inline-block;
}
.restfolio-menu-tabs .list-item .main-inf {
  display: flex;
}
.restfolio-menu-tabs .list-item .main-inf .img {
  width: 85px;
  height: 95px;
  border-radius: 8px;
  overflow: hidden;
  margin-inline-end: 20px;
  flex-shrink: 0;
}
.restfolio-menu-tabs .list-item .main-inf .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restfolio-menu-tabs .list-item .main-inf .inf {
  width: 100%;
  padding-inline-end: 40px;
}
.restfolio-menu-tabs .list-item .main-inf .inf .title {
  margin: 0;
  margin-bottom: 15px;
}
.restfolio-menu-tabs .list-item .main-inf .inf .description {
  margin: 0;
}
.restfolio-menu-tabs .list-item .more-info {
  margin: 0;
}
.restfolio-menu-tabs .list-item .num {
  font-size: 20px;
  color: var(--color-secondary);
  height: 100%;
}
.restfolio-menu-tabs .list-item .float-img {
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  z-index: 20;
  max-width: unset;
  max-height: unset;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
.restfolio-menu-tabs .list-item:hover::after {
  background-image: linear-gradient(to right, var(--color-secondary) 33%, rgba(255, 255, 255, 0) 0%);
}
.restfolio-menu-tabs .list-item:hover .float-img {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .restfolio-menu-tabs .list-item .row > .col-lg-1 {
    display: none;
  }
  .restfolio-menu-tabs .list-item .main-inf {
    margin-bottom: 20px;
  }
  .restfolio-menu-tabs .list-item .price {
    text-align: start;
  }
}
/* ==============================================================================================================================
														[ * Testimonials Element ]
===============================================================================================================================*/
.restfolio-testimonials {
  position: relative;
  overflow: hidden;
}
.restfolio-testimonials .info .text {
  font-size: 30px;
  text-align: center;
  font-style: italic;
}
.restfolio-testimonials .info .user-inf {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.restfolio-testimonials .info .user-inf .avatar {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin-inline-end: 30px;
  flex-shrink: 0;
}
.restfolio-testimonials .info .user-inf .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restfolio-testimonials .swiper-button-next,
.restfolio-testimonials .swiper-button-prev {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}
.restfolio-testimonials .swiper-button-next::after,
.restfolio-testimonials .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}
.restfolio-testimonials .swiper-button-next {
  right: 0;
}
.restfolio-testimonials .swiper-button-next:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f178" !important;
  font-weight: 100;
}
.restfolio-testimonials .swiper-button-prev {
  left: 0;
}
.restfolio-testimonials .swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f177" !important;
  font-weight: 100;
}

/* ==============================================================================================================================
														[ * Recipe Card Element ]
===============================================================================================================================*/
.restfolio-recipe-card {
  position: relative;
  overflow: hidden;
  display: block;
}
.restfolio-recipe-card .img {
  max-height: 100vw;
}
.restfolio-recipe-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restfolio-recipe-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  opacity: 0;
  transition: all 0.3s ease;
}
.restfolio-recipe-card .float-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
  opacity: 0;
  transition: all 0.3s ease;
}
.restfolio-recipe-card .float-info .title {
  margin: 0;
  font-size: 32px;
  margin-bottom: 15px;
  color: #ffffff;
}
.restfolio-recipe-card .float-info .description {
  font-size: 16px;
  margin: 0;
  color: var(--color-secondary);
  word-spacing: 0;
}
.restfolio-recipe-card:hover::after {
  opacity: 0.7;
}
.restfolio-recipe-card:hover .float-info {
  opacity: 1;
}

/* ==============================================================================================================================
														[ * Services Element ]
===============================================================================================================================*/
.restfolio-services {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.restfolio-services a {
  display: inline-block;
}
.restfolio-services .service-card {
  position: relative;
  padding: 0 30px;
}
.restfolio-services .service-card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1333333333), transparent);
}
.restfolio-services .service-card .img {
  height: 120px;
  margin-bottom: 40px;
}
.restfolio-services .service-card .img img {
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.restfolio-services .service-card .title {
  color: #ffffff;
  margin: 0;
  margin-bottom: 24px;
}
.restfolio-services .service-card .description {
  margin-bottom: 30px;
  color: #b5b5b5;
}
.restfolio-services .service-card .butn {
  display: inline-block;
  transition: all 0.3s ease;
  color: #b5b5b5;
}
.restfolio-services .service-card:hover::before {
  background-image: linear-gradient(to bottom, var(--color-secondary), transparent);
}
.restfolio-services .service-card:hover .img img {
  filter: grayscale(0);
}
.restfolio-services .service-card:hover .butn {
  color: var(--color-secondary);
}
.restfolio-services .slider-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  z-index: 30;
  align-items: center;
  justify-content: center;
  display: flex;
}
.restfolio-services .slider-controls .swiper-pagination {
  position: relative;
  width: max-content;
  display: inline-flex;
  margin: 0 15px;
  bottom: 2px;
}
.restfolio-services .slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  opacity: 1;
  margin: 0 10px !important;
  outline: 1px solid transparent;
  outline-offset: 5px;
}
.restfolio-services .slider-controls .swiper-pagination .swiper-pagination-bullet-active {
  outline: 1px solid #fff;
}
.restfolio-services .slider-controls .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet {
  background-color: #fff;
}
.restfolio-services .slider-controls .swiper-prev,
.restfolio-services .slider-controls .swiper-next {
  cursor: pointer;
}
.restfolio-services .slider-controls .swiper-prev svg,
.restfolio-services .slider-controls .swiper-next svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}
.restfolio-services .swiper-notification {
  display: none;
}

/* ==============================================================================================================================
														[ * Menu Slider Element ]
===============================================================================================================================*/
.restfolio-menu-slider .slider {
  position: relative;
  overflow: hidden;
  height: 580px;
}
.restfolio-menu-slider .slider .menu-card {
  position: relative;
  display: block;
  margin-top: 40px;
}
.restfolio-menu-slider .slider .menu-card .top-info {
  display: flex;
  align-items: center;
}
.restfolio-menu-slider .slider .menu-card .top-info .disc {
  position: relative;
  padding: 3px 20px;
  border-radius: 8px;
  background-color: var(--color-secondary);
  color: #fff;
  flex-shrink: 0;
  display: inline-block;
  transition: all 0.3s ease;
}
.restfolio-menu-slider .slider .menu-card .top-info .line {
  width: 100%;
  height: 1px;
  margin: 0 20px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2666666667) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 10px;
  background-repeat: repeat-x;
}
.restfolio-menu-slider .slider .menu-card .top-info .price {
  position: relative;
  flex-shrink: 0;
}
.restfolio-menu-slider .slider .menu-card .top-info .price .old-price {
  color: #b5b5b5;
  display: inline-block;
  font-size: 16px;
  opacity: 0.6;
  text-decoration: line-through;
}
.restfolio-menu-slider .slider .menu-card .top-info .price .selling-price {
  font-size: 24px;
  color: #fff;
  display: inline-block;
}
.restfolio-menu-slider .slider .menu-card .main-cont {
  display: flex;
  padding-top: 20px;
}
.restfolio-menu-slider .slider .menu-card .main-cont .img {
  width: 165px;
  height: 95px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 50px;
  flex-shrink: 0;
}
.restfolio-menu-slider .slider .menu-card .main-cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restfolio-menu-slider .slider .menu-card .main-cont .inf {
  width: 100%;
  padding-inline-end: 40px;
}
.restfolio-menu-slider .slider .menu-card .main-cont .inf .title {
  color: #ffffff;
  margin: 0;
  margin-bottom: 15px;
}
.restfolio-menu-slider .slider .menu-card .main-cont .inf .description {
  color: #b5b5b5;
  margin: 0;
  word-spacing: 0;
}
.restfolio-menu-slider .slider-controls {
  position: absolute;
  left: -5vw;
  bottom: 0;
  transform: translateX(0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: max-content;
  z-index: 30;
  display: flex;
}
.restfolio-menu-slider .slider-controls .swiper-pagination {
  flex-direction: column;
  margin: 15px;
  left: 0;
  top: 35px;
  position: relative;
  width: max-content;
  display: inline-flex;
  bottom: 2px;
}
.restfolio-menu-slider .slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  opacity: 1;
  margin: 10px 0 !important;
  outline: 1px solid transparent;
  outline-offset: 5px;
}
.restfolio-menu-slider .slider-controls .swiper-pagination .swiper-pagination-bullet-active {
  outline: 1px solid #fff;
}
.restfolio-menu-slider .slider-controls .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet {
  background-color: #fff;
}
.restfolio-menu-slider .slider-controls .swiper-prev,
.restfolio-menu-slider .slider-controls .swiper-next {
  cursor: pointer;
}
.restfolio-menu-slider .slider-controls .swiper-prev svg,
.restfolio-menu-slider .slider-controls .swiper-next svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}
.restfolio-menu-slider .swiper-notification {
  display: none;
}

@media screen and (max-width: 991px) {
  .restfolio-menu-slider .slider {
    height: 950px;
    padding-inline-start: 40px;
  }
  .restfolio-menu-slider .slider .menu-card .main-cont {
    display: block;
  }
  .restfolio-menu-slider .slider .menu-card .main-cont .img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/* ==============================================================================================================================
														[ * Dishes Slider Element ]
===============================================================================================================================*/
.restfolio-dishes-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.restfolio-dishes-slider .dish-card {
  display: block;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.restfolio-dishes-slider .dish-card .icon {
  height: 200px;
  margin-bottom: 40px;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.restfolio-dishes-slider .dish-card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.restfolio-dishes-slider .dish-card .title {
  margin: 0;
  margin-bottom: 15px;
  color: var(--color-secondary);
}
.restfolio-dishes-slider .dish-card .description {
  color: #b5b5b5;
}
.restfolio-dishes-slider .dish-card:hover .icon {
  filter: grayscale(0);
}
.restfolio-dishes-slider .slider-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  z-index: 30;
  align-items: center;
  justify-content: center;
  display: flex;
}
.restfolio-dishes-slider .slider-controls .swiper-pagination {
  position: relative;
  width: max-content;
  display: inline-flex;
  margin: 0 15px;
  bottom: 2px;
}
.restfolio-dishes-slider .slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  opacity: 1;
  margin: 0 10px !important;
  outline: 1px solid transparent;
  outline-offset: 5px;
}
.restfolio-dishes-slider .slider-controls .swiper-pagination .swiper-pagination-bullet-active {
  outline: 1px solid var(--color-secondary);
}
.restfolio-dishes-slider .slider-controls .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet {
  background-color: var(--color-secondary);
}
.restfolio-dishes-slider .slider-controls .swiper-prev,
.restfolio-dishes-slider .slider-controls .swiper-next {
  cursor: pointer;
}
.restfolio-dishes-slider .slider-controls .swiper-prev svg,
.restfolio-dishes-slider .slider-controls .swiper-next svg {
  width: 14px;
  height: 14px;
  fill: var(--color-secondary);
}
.restfolio-dishes-slider .swiper-notification {
  display: none;
}

@media screen and (max-width: 991px) {
  .restfolio-dishes-slider .dish-card {
    padding: 0 30px;
  }
}
/* ==============================================================================================================================
														[ * Products Slider Element ]
===============================================================================================================================*/
.restfolio-products-slider .nav-pills {
  width: max-content;
  max-width: 100%;
  border-radius: 50px;
  border: 1px dashed rgba(255, 255, 255, 0.1333333333);
  margin: 0 auto 50px;
  padding: 12px 25px;
}
.restfolio-products-slider .nav-pills .nav-item {
  list-style-type: none;
  position: relative;
  padding-inline-end: 20px;
}
.restfolio-products-slider .nav-pills .nav-item::after {
  position: absolute;
  content: "/";
  right: 5px;
  top: 10px;
}
.restfolio-products-slider .nav-pills .nav-item:last-of-type {
  padding-inline-end: 0;
}
.restfolio-products-slider .nav-pills .nav-item:last-of-type::after {
  display: none;
}
.restfolio-products-slider .nav-pills .nav-item .nav-link {
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 20px;
}
.restfolio-products-slider .nav-pills .nav-item .nav-link.active {
  background-color: var(--color-secondary);
  color: #fff;
}
.restfolio-products-slider .products-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.restfolio-products-slider .product-card {
  display: block;
  position: relative;
  text-align: center;
}
.restfolio-products-slider .product-card:hover .img .main-img {
  opacity: 0.4;
}
.restfolio-products-slider .product-card:hover .icons {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.restfolio-products-slider .product-card .img {
  height: 300px;
}
.restfolio-products-slider .product-card .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.restfolio-products-slider .product-card .icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  display: flex;
  z-index: 20;
  opacity: 0;
  transition: all 0.3s ease;
}
.restfolio-products-slider .product-card .icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #171717;
  color: #fff;
  margin: 3px;
}
.restfolio-products-slider .product-card .icons a svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}
.restfolio-products-slider .product-card .icons a:hover {
  background-color: var(--color-secondary);
}
.restfolio-products-slider .product-card .stars {
  font-size: 13px;
  color: var(--color-secondary);
  margin-bottom: 15px;
}
.restfolio-products-slider .product-card .stars svg {
  width: 13px;
  height: 13px;
  margin-right: 0.25rem;
  fill: var(--color-secondary);
}
.restfolio-products-slider .product-card .title {
  font-size: 24px;
  margin: 0;
  margin-bottom: 15px;
}
.restfolio-products-slider .product-card .price {
  color: #b5b5b5;
}
.restfolio-products-slider .product-card .price .old-price {
  opacity: 0.5;
}
.restfolio-products-slider .slider-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  z-index: 30;
  align-items: center;
  justify-content: center;
  display: flex;
}
.restfolio-products-slider .slider-controls .swiper-pagination {
  position: relative;
  width: max-content;
  display: inline-flex;
  margin: 0 15px;
  bottom: 1px;
}
.restfolio-products-slider .slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  opacity: 1;
  margin: 0 10px !important;
  outline: 1px solid transparent;
  outline-offset: 5px;
}
.restfolio-products-slider .slider-controls .swiper-pagination .swiper-pagination-bullet-active {
  outline: 1px solid var(--color-secondary);
}
.restfolio-products-slider .slider-controls .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet {
  background-color: var(--color-secondary);
}
.restfolio-products-slider .slider-controls .swiper-prev,
.restfolio-products-slider .slider-controls .swiper-next {
  cursor: pointer;
}
.restfolio-products-slider .slider-controls .swiper-prev svg,
.restfolio-products-slider .slider-controls .swiper-next svg {
  width: 14px;
  height: 14px;
  fill: var(--color-secondary);
}
.restfolio-products-slider .swiper-notification {
  display: none;
}

/* ==============================================================================================================================
														[ * Accordion Element ]
===============================================================================================================================*/
.restfolio-accordion .accordion-item {
  border-radius: 0;
  background-color: transparent;
  border: 0;
}
.restfolio-accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1333333333);
  padding: 20px 0;
}
.restfolio-accordion .accordion-item .accordion-body {
  padding: 20px 0;
}
.restfolio-accordion .accordion-item .accordion-body .text {
  color: #b5b5b5;
  font-size: 16px;
}
.restfolio-accordion.plus .accordion-item:last-of-type {
  border: 0 !important;
}
.restfolio-accordion.plus .accordion-item .accordion-button::after {
  background-image: none;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  transform: rotate(0);
  font-size: 18px;
  font-weight: 400;
}
.restfolio-accordion.plus .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.restfolio-accordion.arrow .accordion-button::after {
  filter: brightness(10000%);
  background-size: 14px;
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .restfolio-accordion.icon-responsive .accordion-item .accordion-button::after {
    display: none;
  }
}
/* ==============================================================================================================================
														[ * Testimonials Slider Element ]
===============================================================================================================================*/
.restfolio-testimonials-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.restfolio-testimonials-slider .testi-card .title-section {
  position: relative;
  margin-bottom: 40px;
}
.restfolio-testimonials-slider .testi-card .title-section h2 {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgba(189, 150, 117, 0.2);
  display: flex;
  align-items: center;
  margin: 0;
}
.restfolio-testimonials-slider .testi-card .title-section h2 .icon {
  height: 30px;
  margin-inline-end: 20px;
}
.restfolio-testimonials-slider .testi-card .text {
  font-size: 24px;
  font-style: italic;
}
.restfolio-testimonials-slider .testi-card .user-inf {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.restfolio-testimonials-slider .testi-card .user-inf .name {
  margin: 0;
}
.restfolio-testimonials-slider .testi-card .user-inf .position {
  margin: 0;
}
.restfolio-testimonials-slider .testi-card .user-inf .avatar {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin-inline-end: 30px;
  flex-shrink: 0;
}
.restfolio-testimonials-slider .slider-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  z-index: 30;
  align-items: center;
  justify-content: center;
  display: flex;
}
.restfolio-testimonials-slider .slider-controls .swiper-pagination {
  position: relative;
  width: max-content;
  display: inline-flex;
  margin: 0 15px;
  bottom: 1px;
}
.restfolio-testimonials-slider .slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  opacity: 1;
  margin: 0 10px !important;
  outline: 1px solid transparent;
  outline-offset: 5px;
}
.restfolio-testimonials-slider .slider-controls .swiper-pagination .swiper-pagination-bullet-active {
  outline: 1px solid var(--color-ternary);
}
.restfolio-testimonials-slider .slider-controls .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet {
  background-color: var(--color-ternary);
}
.restfolio-testimonials-slider .slider-controls .swiper-prev,
.restfolio-testimonials-slider .slider-controls .swiper-next {
  cursor: pointer;
}
.restfolio-testimonials-slider .slider-controls .swiper-prev svg,
.restfolio-testimonials-slider .slider-controls .swiper-next svg {
  width: 14px;
  height: 14px;
  fill: var(--color-ternary);
}
.restfolio-testimonials-slider .swiper-notification {
  display: none;
}

/* ==============================================================================================================================
														[ * Breadcrumbs Element ]
===============================================================================================================================*/
.restfolio-breadcrumbs a, .restfolio-breadcrumbs span {
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}
.restfolio-breadcrumbs .sep {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

/* ==============================================================================================================================
														[ * Cards Slider Element ]
===============================================================================================================================*/
.restfolio-cards-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.restfolio-cards-slider .service-card {
  display: block;
  position: relative;
  text-align: center;
}
.restfolio-cards-slider .service-card:hover .butn {
  background-color: var(--color-ternary);
  border-color: var(--color-ternary);
}
.restfolio-cards-slider .service-card .img {
  height: 85px;
  margin-bottom: 40px;
}
.restfolio-cards-slider .service-card .img img {
  max-width: 100%;
  max-height: 100%;
}
.restfolio-cards-slider .service-card .title {
  margin: 0;
  margin-bottom: 20px;
}
.restfolio-cards-slider .service-card .butn {
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2666666667);
  border-radius: 50px;
  padding: 12px 30px;
  color: #fff;
  margin-top: 30px;
}
.restfolio-cards-slider .slider-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  z-index: 30;
  align-items: center;
  justify-content: center;
  display: flex;
}
.restfolio-cards-slider .slider-controls .swiper-pagination {
  position: relative;
  width: max-content;
  display: inline-flex;
  margin: 0 15px;
  bottom: 2px;
}
.restfolio-cards-slider .slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  opacity: 1;
  margin: 0 10px !important;
  outline: 1px solid transparent;
  outline-offset: 5px;
}
.restfolio-cards-slider .slider-controls .swiper-pagination .swiper-pagination-bullet-active {
  outline: 1px solid #fff;
}
.restfolio-cards-slider .slider-controls .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet {
  background-color: #fff;
}
.restfolio-cards-slider .slider-controls .swiper-prev,
.restfolio-cards-slider .slider-controls .swiper-next {
  cursor: pointer;
}
.restfolio-cards-slider .slider-controls .swiper-prev svg,
.restfolio-cards-slider .slider-controls .swiper-next svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}
.restfolio-cards-slider .swiper-notification {
  display: none;
}

/* ==============================================================================================================================
														[ * Search Element ]
===============================================================================================================================*/
.restfolio-search-field {
  position: relative;
}
.restfolio-search-field input {
  position: relative;
  min-height: 60px;
  background-color: transparent;
  border-radius: 60px;
  margin-top: 30px;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: 100%;
}
.restfolio-search-field input:focus {
  box-shadow: none;
}
.restfolio-search-field .searchsubmit {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 12px 35px;
  transition: all 0.2s ease;
  border-radius: 50rem;
}
.restfolio-search-field .searchsubmit span {
  display: inline-block;
}
.restfolio-search-field .searchsubmit:hover {
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-2px);
}

/* ==============================================================================================================================
														[ * Portfolios Element ]
===============================================================================================================================*/
.restfolio-portfolios .row {
  --bs-gutter-x: 1.5rem;
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}
.restfolio-portfolios .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
.restfolio-portfolios .item {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.restfolio-portfolios .item .img {
  position: relative;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.restfolio-portfolios .item .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s ease;
}
.restfolio-portfolios .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restfolio-portfolios .item .img .discount {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.restfolio-portfolios .item .img .discount .disc {
  display: inline-block;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 6px;
  background-color: var(--color-ternary);
}
.restfolio-portfolios .item .info {
  padding-top: 30px;
}
.restfolio-portfolios .item .info .title {
  margin: 0;
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.restfolio-portfolios .item .info .tag {
  margin: 0;
}
.restfolio-portfolios .item:hover .img::after {
  opacity: 0.6;
}
.restfolio-portfolios .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.restfolio-portfolios .pagination a {
  display: inline-block;
  transition: all 0.3s ease;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  margin: 3px;
}
.restfolio-portfolios .pagination a:hover {
  background-color: var(--color-ternary);
  border-color: var(--color-ternary);
}

/* ==============================================================================================================================
														[ * Prev Next Element ]
===============================================================================================================================*/
.restfolio-prev-next {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.restfolio-prev-next::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.2666666667) 50%);
  background-size: 16px 2px, 100% 2px;
}
.restfolio-prev-next::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.2666666667) 50%);
  background-size: 16px 2px, 100% 2px;
}
.restfolio-prev-next .item {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.restfolio-prev-next .item .arrow {
  display: inline-block;
  padding: 5px 30px;
  font-size: 18px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1333333333);
  flex-shrink: 0;
}
.restfolio-prev-next .item .arrow svg {
  width: 18px;
  height: 18px;
}
.restfolio-prev-next .item .title {
  margin: 0;
}
.restfolio-prev-next .item .name {
  margin: 0;
}
.restfolio-prev-next .item:hover .arrow {
  background-color: var(--color-ternary);
  color: #fff;
}

/* ==============================================================================================================================
														[ * Border Element ]
===============================================================================================================================*/
.restfolio-border {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent 50%, var(--color-ternary) 50%);
  background-size: 16px 2px, 100% 2px;
}

/* ==============================================================================================================================
														[ * Fixed Menu Element ]
===============================================================================================================================*/
.restfolio-fixed-menu {
  background: transparent;
  height: 100vh;
  z-index: 999;
  transition: all 0.6s ease;
}
.restfolio-fixed-menu .clss {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  z-index: 99991;
  cursor: pointer;
}
.restfolio-fixed-menu .circle {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  mask: radial-gradient(15vw, transparent 100%, #000);
  -webkit-mask: radial-gradient(15vw, transparent 100%, #000);
  backdrop-filter: blur(10px);
  background-image: radial-gradient(calc(15vw + 1px), rgba(238, 238, 238, 0.3333333333) 100%, rgba(238, 238, 238, 0.1333333333));
}
.restfolio-fixed-menu .food-slider {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.restfolio-fixed-menu .food-slider .swiper-wrapper {
  align-items: center;
}
.restfolio-fixed-menu .food-slider .swiper-slide {
  position: relative;
  width: 28vw !important;
  height: 28vw !important;
  transform: scale(0.5) rotate(90deg);
  transition: all 1s ease;
}
.restfolio-fixed-menu .food-slider .swiper-slide-active {
  transform: scale(1) rotate(0);
  transition: all 1s ease;
}
.restfolio-fixed-menu .food-slider .dish-card {
  display: block;
}
.restfolio-fixed-menu .food-slider .dish-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.restfolio-fixed-menu .food-text-slider {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  height: 26vh;
  overflow: hidden;
}
.restfolio-fixed-menu .food-text-slider .text-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.restfolio-fixed-menu .food-text-slider .text-card .title {
  font-size: calc(4vw + 15px);
  text-transform: uppercase;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
.restfolio-fixed-menu .swiper-button-prev,
.restfolio-fixed-menu .swiper-button-next {
  z-index: 9999;
  width: 50px !important;
  height: 50px !important;
  background-color: rgba(255, 255, 255, 0.2666666667) !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.restfolio-fixed-menu .swiper-button-prev::after,
.restfolio-fixed-menu .swiper-button-next::after {
  font-size: 20px !important;
  color: var(--cr-dark1) !important;
}
.restfolio-fixed-menu .swiper-button-prev:hover,
.restfolio-fixed-menu .swiper-button-next:hover {
  background-color: #fff !important;
}

@media screen and (max-width: 991px) {
  .restfolio-fixed-menu .circle {
    mask: radial-gradient(27vw, transparent 100%, #000);
    -webkit-mask: radial-gradient(27vw, transparent 100%, #000);
    background-image: radial-gradient(calc(27vw + 1px), rgba(238, 238, 238, 0.3333333333) 100%, rgba(238, 238, 238, 0.1333333333));
  }
  .restfolio-fixed-menu .food-slider .swiper-slide {
    width: 50vw !important;
    height: 50vw !important;
  }
}
/* ==============================================================================================================================
														[ * Marquee Element ]
===============================================================================================================================*/
.restfolio-marquee {
  position: relative;
  overflow: hidden;
}
.restfolio-marquee .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.restfolio-marquee .swiper-wrapper .swiper-slide {
  width: max-content !important;
}
.restfolio-marquee .title {
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 120px;
  line-height: 150px;
  font-weight: 500;
}

/* ==============================================================================================================================
														[ * Feature Card Element ]
===============================================================================================================================*/
.restfolio-feature-card {
  position: relative;
  padding: 40px;
  z-index: 5;
  min-height: 450px;
}
.restfolio-feature-card.after-border::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #ADA195, rgba(173, 161, 149, 0.1333333333), transparent);
  top: 0;
  right: 0;
}
.restfolio-feature-card .top-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.restfolio-feature-card .top-cont .title {
  margin: 0;
}
.restfolio-feature-card .top-cont .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2666666667);
  color: var(--color-ternary);
  font-size: 18px;
  flex-shrink: 0;
}
.restfolio-feature-card .top-cont .icon svg {
  width: 18px;
  height: 18px;
  fill: var(--color-ternary);
}

@media screen and (max-width: 991px) {
  .restfolio-feature-card {
    min-height: max-content;
  }
  .restfolio-feature-card br {
    display: none;
  }
  .restfolio-feature-card.after-border::after {
    display: none;
  }
}
/* ==============================================================================================================================
														[ * Pages Slider Element ]
===============================================================================================================================*/
.restfolio-pages-slider {
  position: relative;
  overflow: hidden;
}
.restfolio-pages-slider .img {
  display: block;
}
.restfolio-pages-slider .img img {
  height: 700px;
  width: 100%;
  border-radius: 15px;
  margin-bottom: -50px;
  object-fit: cover;
  object-position: top;
}

/* ==============================================================================================================================
														[ * Image Element ]
===============================================================================================================================*/
.restfolio-image.rotate-center {
  animation: rotate-center 100s linear infinite both;
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ==============================================================================================================================
														[ * Preview Testimonials Element ]
===============================================================================================================================*/
.restfolio-preview-testimonials {
  position: relative;
}
.restfolio-preview-testimonials .swiper-button-next,
.restfolio-preview-testimonials .swiper-button-prev {
  top: 40%;
}
.restfolio-preview-testimonials .swiper-button-next::after,
.restfolio-preview-testimonials .swiper-button-prev::after {
  color: #fff;
  font-size: 25px;
}
.restfolio-preview-testimonials .swiper-button-next:hover::after,
.restfolio-preview-testimonials .swiper-button-prev:hover::after {
  color: var(--color-ternary);
}
.restfolio-preview-testimonials .swiper-button-next {
  right: 5vw;
}
.restfolio-preview-testimonials .swiper-button-prev {
  left: 5vw;
}
.restfolio-preview-testimonials .restfolio-preview-testimonials-slider {
  position: relative;
  overflow: hidden;
}
.restfolio-preview-testimonials .restfolio-preview-testimonials-slider .slide-card {
  text-align: center;
}
.restfolio-preview-testimonials .restfolio-preview-testimonials-slider .slide-card .text {
  font-size: 60px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .restfolio-preview-testimonials .swiper-button-next,
  .restfolio-preview-testimonials .swiper-button-prev {
    display: none;
  }
  .restfolio-preview-testimonials .restfolio-preview-testimonials-slider .slide-card .text {
    font-size: 35px;
  }
}
/* ==============================================================================================================================
														[   The End   ]
===============================================================================================================================*/

/*# sourceMappingURL=style.css.map */
