  :root {
    --food-slider-font-family: sans-serif;
    --food-slider-button-side-offset: 32px;
    --food-slider-button-mobile-side-offset: 24px;
    --food-slider-button-mobile-bottom-offset: 16px;
    --food-slider-title-font-size: 80px;
    --food-slider-title-line-height: 1.2;
  }

  .swiper-pagination-bullet{
    opacity: 1;
  }
  #app {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .text--line {
    font-size: 100px
  }

  svg {

    width: 100%;
    height: 500px;
  }
  .btn1{
    padding:1rem;
    border-radius:5px;
    color:#fff;
    position:relative;
    border:0;
    text-align:center;
    
}

.btn_3{
  
    position:relative;
    font-weight:500;
}

.btn_3:before{
    content:"";
    border-radius:50%;
    background-color:rgba(255,255,255,0.2);
    position:absolute;
    left:0;
    top:50%;
    width:50px;
    height:50px;
    transition:0.5s;
    transform:translate(0%, -50%);
}

.btn_3:after{
    content:"";
    font-family:"FontAwesome ";
    margin-left:5px;
}

.btn_3:hover:before{
    border-radius:40px;
    width:100%;
}
  .swiper-slide p {
    font-family:Rusthy;font-size:70px;
    /*font-size: 52px;*/
    letter-spacing: 0px;
    position: relative;
    top: -15px;
    color: #fff;
  }

  .text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 7% 28%;
    stroke-width: 2px;
    /*animation: stroke-offset 5s infinite linear;*/
    font-family: poppins;
  }

  .text-copy:nth-child(1) {
    stroke: #fff;
    stroke-dashoffset: 7%;
  }

  .text-copy:nth-child(2) {
    stroke: #fff;
    stroke-dashoffset: 14%;
  }

  .text-copy:nth-child(3) {
    stroke: #fff;
    stroke-dashoffset: 21%;
  }

  .text-copy:nth-child(4) {
    stroke: #ffff;
    stroke-dashoffset: 28%;
  }

  .text-copy:nth-child(5) {
    stroke: #fff;
    stroke-dashoffset: 35%;
  }

  @-webkit-keyframes stroke-offset {
    50% {
      stroke-dashoffset: 35%;
      stroke-dasharray: 0 87.5%;
    }
  }

  @keyframes stroke-offset {
    50% {
      stroke-dashoffset: 35%;
      stroke-dasharray: 0 87.5%;
    }
  }


  .text-copy1 {
    fill: none;
    stroke: white;
    stroke-dasharray: 7% 28%;
    stroke-width: 2px;
    /*animation: stroke-offset1 5s infinite linear;*/
  }

  .text-copy1:nth-child(1) {
    stroke: #fff;
    stroke-dashoffset: 7%;
  }

  .text-copy1:nth-child(2) {
    stroke: #fff;
    stroke-dashoffset: 14%;
  }

  .text-copy1:nth-child(3) {
    stroke: #fff;
    stroke-dashoffset: 21%;
  }

  .text-copy1:nth-child(4) {
    stroke: #fff;
    stroke-dashoffset: 28%;
  }

  .text-copy1:nth-child(5) {
    stroke: #fff;
    stroke-dashoffset: 35%;
  }

  @-webkit-keyframes stroke-offset1 {
    50% {
      stroke-dashoffset: 35%;
      stroke-dasharray: 0 87.5%;
    }
  }

  @keyframes stroke-offset1 {
    50% {
      stroke-dashoffset: 35%;
      stroke-dasharray: 0 87.5%;
    }
  }


  .text-copy2 {
    fill: none;
    stroke: white;
    stroke-dasharray: 7% 28%;
    stroke-width: 2px;
    /*animation: stroke-offset1 5s infinite linear;*/
  }

  .text-copy2:nth-child(1) {
    stroke: #fff;
    stroke-dashoffset: 7%;
  }

  .text-copy2:nth-child(2) {
    stroke: #fff;
    stroke-dashoffset: 14%;
  }

  .text-copy2:nth-child(3) {
    stroke: #fff;
    stroke-dashoffset: 21%;
  }

  .text-copy2:nth-child(4) {
    stroke: #fff;
    stroke-dashoffset: 28%;
  }

  .text-copy2:nth-child(5) {
    stroke: #fff;
    stroke-dashoffset: 35%;
  }

  @-webkit-keyframes stroke-offset2 {
    50% {
      stroke-dashoffset: 35%;
      stroke-dasharray: 0 87.5%;
    }
  }

  @keyframes stroke-offset2 {
    50% {
      stroke-dashoffset: 35%;
      stroke-dasharray: 0 87.5%;
    }
  }



  .text-copy3{
    fill: none;
    stroke: white;
    stroke-dasharray: 7% 28%;
    stroke-width: 2px;
    /*animation: stroke-offset1 5s infinite linear;*/
  }

  .text-copy3:nth-child(1) {
    stroke: #fff;
    stroke-dashoffset: 7%;
  }

  .text-copy3:nth-child(2) {
    stroke: #fff;
    stroke-dashoffset: 14%;
  }

  .text-copy3:nth-child(3) {
    stroke: #fff;
    stroke-dashoffset: 21%;
  }

  .text-copy3:nth-child(4) {
    stroke: #fff;
    stroke-dashoffset: 28%;
  }

  .text-copy3:nth-child(5) {
    stroke: #fff;
    stroke-dashoffset: 35%;
  }

  @-webkit-keyframes stroke-offset3 {
    50% {
      stroke-dashoffset: 35%;
      stroke-dasharray: 0 87.5%;
    }
  }

  @keyframes stroke-offset3 {
    50% {
      stroke-dashoffset: 35%;
      stroke-dasharray: 0 87.5%;
    }
  }


  .food-slider {
    width: 100%;
    height: 100%;
    font-family: var(--food-slider-font-family);
  }

  .food-slider-no-transition {
    transition-duration: 0ms !important;
    transition-delay: 0ms !important;
    transition-property: none !important;
  }

  .food-slider-no-transition *:not(.swiper-wrapper) {
    transition-duration: 0ms !important;
    transition-delay: 0ms !important;
    transition-property: none !important;
  }

  .food-slider-no-transition .swiper-wrapper {
    transition-delay: 0ms !important;
  }

  .food-slider .swiper {
    width: 100%;
    height: 100vh;
    transition: 1s background-color 1.3s;
  }

  .food-slider .swiper-wrapper {
    transition-delay: 1s;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  }

  .food-slider .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .food-slider-title {
    transition-delay: 1s;
    z-index: 10;
  }

  .food-slider-title-text {
    font-weight: 700;
    font-size: var(--food-slider-title-font-size);
    line-height: var(--food-slider-title-line-height);
    letter-spacing: -1px;
    color: #fff0;
    -webkit-text-stroke: 2px #fff;
    display: none
  }

  .food-slider-scale {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(0.6);
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    opacity: 0.9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .food-slider-scale img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1) translate(50%);
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    transition-property: transform;
  }

  .food-slider-button {
    transition: 0.5s;
    outline: none;
    position: absolute;
    width: 75px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .food-slider-button svg {
    display: block;
    transition: 0.5s;
  }

  .food-slider-button .food-slider-svg-circle-wrap {
    transition: 0.5s;
    transform-origin: -20px 40px;
    opacity: 1;
  }

  .food-slider-button circle {
    transition: 0.5s;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 1;
    transform-origin: 0px 0px 0px;
  }

  .food-slider-button .food-slider-svg-arrow {
    transition: 0.5s;
    fill: #fff;
    transform: rotateY(180deg) translate(-55px, 36.1px) scale(1.75);
  }

  .food-slider-button-prev {
    left: var(--food-slider-button-side-offset);
  }

  .food-slider-button-next {
    right: var(--food-slider-button-side-offset);
  }

  .food-slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
  }

  .food-slider-pagination .swiper-pagination-bullet {
    height: auto;
    width: auto;
    background: none;
    border-radius: 0px;
    padding: 0px;
  }

  .food-slider-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    opacity: 0.5;
  }

  .food-slider-pagination .swiper-pagination-bullet img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: none;
  }

  .food-slider-pagination .swiper-pagination-bullet span {
          display: inline-block;
    font-size: 14px;
    position: relative;
    top: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* background: #ffffff26; */
    padding: 0px 0px;
    width: fit-content;
    color: #ffffff;
    font-family: poppins;
    font-weight: 200;
    /* border-radius: 8px 8px 0px 8px; */
  }

  .food-slider-button-disabled {
    opacity: 0.2;
    cursor: default;
  }

  .food-slider-button .food-slider-svg-wrap {
    transform: translateY(353px);
  }

  .food-slider-button-next .food-slider-svg-wrap {
    transform: translateY(353px) rotateY(180deg);
    transform-origin: 80px 0px 0px;
  }

  .food-slider-button .food-slider-svg-line {
    transition: 0.5s;
    stroke: #fff;
    stroke-width: 2;
    transform: translate(50px, 42px);
  }

  .food-slider-button-prev:not(.food-slider-button-disabled):hover svg {
    transform: translate(-16px);
  }

  .food-slider-button-next:not(.food-slider-button-disabled):hover svg {
    transform: translate(16px);
  }

  .food-slider-button:not(.food-slider-button-disabled):hover .food-slider-svg-circle-wrap {
    transform: scale(1.1);
  }

  .food-slider-button:not(.food-slider-button-disabled):hover circle {
    stroke-dasharray: 4px;
    stroke-dashoffset: 4px;
    opacity: 1;
  }

  .food-slider-button:not(.food-slider-button-disabled):hover .food-slider-svg-arrow {
    transform: rotateY(180deg) translate(-40px, 36.1px) scale(1.75);
  }

  .food-slider-button:not(.food-slider-button-disabled):hover .food-slider-svg-line {
    transform: translate(35px, 42px) scaleX(0.5);
  }

  .autoplay-progress {
        font-size: 30px;
    position: absolute;
    right: var(--food-slider-button-side-offset);
    bottom: 25px;
    z-index: 10;
    width: 100%;
    height: 57px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #fff;
    
  }
  .autoplay-progress p{
         font-family: 'Roboto';
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 7px;
    left: 40px;
    position: relative;
  }
  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 1px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }

  .food-slider {
    --food-slider-title-font-size: 5rem;
  }

  @media (max-width: 480px) {
    .food-slider {
      --food-slider-title-font-size: 3rem;
    }
  }

  @media (max-width: 640px) {
    .food-slider-button {
      top: auto;
      bottom: var(--food-slider-button-mobile-bottom-offset);
      transform: none;
    }

    .food-slider-button-prev {
      left: var(--food-slider-button-mobile-side-offset);
    }

    .food-slider-button-next {
      right: var(--food-slider-button-mobile-side-offset);
    }

    .food-slider-pagination {
      padding-top: 20px;
      bottom: unset !important;
      top: 0 !important;
      padding-bottom: 0;
    }

    .autoplay-progress svg {
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .food-slider-pagination .swiper-pagination-bullet {
      width: 80px;
      height: 40px;
    }

    .food-slider-pagination .swiper-pagination-bullet span {
      font-size: 0;
      top: 0;
    }

    .food-slider-button {
      width: 80px;
    }

    .food-slider-title-text {
      font-size: 30px;
    }

    .food-slider .swiper-slide {
      height: 100%;
    }

    .food-slider-scale {
      height: 150%;
      width: 150%;
    }

    .autoplay-progress {
      left: 0;
      margin: 0 auto;
    }
  }
  .swiper-slide {
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: zoomout 10s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
  }

  .swiper-slide a{
    position: relative;
    top: -200px;
    font-family: poppins;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 300;


  }
  .swiper-slide {
    position: relative;
    overflow: hidden; /* Hide overflow */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit; /* Inherit the background from the parent */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    animation: zoomInOut 10s infinite ease-in-out;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
 .food-slider-pagination .swiper-pagination-bullet:active span {
      font-size: 0;
      top: 0;
      font-weight: 700;
    }
    .food-slider-pagination .swiper-pagination-bullet:active p {
      font-size: 0;
      top: 0;
      font-weight: 700;
    }
    .food-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  font-weight: 600; /* Set font weight to 600 when active */
}

.food-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active p.separator {
    font-weight: 200; /* Set font weight to normal for separator when active */
}
.food-slider-pagination .swiper-pagination-bullet:active p {
    font-size: 0;
    top: 0;
    font-weight: 200;
}


    
    
    /* Remove right border from the 1st, 2nd, 3rd, and 4th bullets */
.food-slider-pagination .swiper-pagination-bullet:nth-child(1) span {
  border-right: 1px solid #ffffff6e /* Remove border from the first bullet */
}

.food-slider-pagination .swiper-pagination-bullet:nth-child(2) span {
  border-right: 1px solid #ffffff6e /* Remove border from the second bullet */
}

.food-slider-pagination .swiper-pagination-bullet:nth-child(3) span {
  border-right: 1px solid #ffffff6e /* Remove border from the third bullet */
}

.food-slider-pagination .swiper-pagination-bullet:nth-child(4) span {
  border-right: none; /* Remove border from the fourth bullet */
}

