:root {
  --theme-color: rgb(247,139,34);
  --theme-color2: #3F9065;
  --theme-color3: #FF9924;
  --theme-color4: #F1C40F;
  --title-color: #121212;
  --body-color: #6C6C6C;
  --smoke-color: #F7F2E2;
  --smoke-color2: #E9C590;
  --smoke-color3: #F2F2F2;
  --smoke-color4: #FDE1B9;
  --black-color: #000000;
  --black-color2: #072F25;
  --black-color3: #171717;
  --black-color4: #2F394A;
  --black-color5: #22272E;
  --black-color6: #2D333D;
  --black-color7: #0E0E13;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #AFB1C3;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #D8DDE1;
  --th-border-color2: #9D9D9D;
  --th-border-color3: #252A31;
  --th-border-color4: #353B45;
  --th-border-color5: #49515C;
  --th-border-color6: #383D46;
  --title-font: "Barlow Condensed", sans-serif;
  --body-font: "Inter", sans-serif;
  --banger-font: "Bangers", system-ui;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1520px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --th-body-background: #ffffff;
}
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/* Insta css
 ---------------------*/
.insta-item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.insta-item .thumb {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.insta-item .thumb img {
  width: 100%;
  height: 100%;
}
.insta-item .thumb .icon {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--white-color);
  font-size: 24px;
  opacity: 0;
}

.insta-item:hover .thumb .icon {
  top: 50%;
  opacity: 1;
}
.insta-item:hover .thumb::before {
  opacity: 0.6;
}
.insta-item .thumb:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--black-color);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.instsSlider2 .swiper-slide:nth-child(1) .thumb {
  border-radius: 10px 180px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(1) .thumb img {
  border-radius: 10px 180px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(1) .thumb:before {
  border-radius: 10px 180px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(2) .thumb {
  border-radius: 180px 10px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(2) .thumb img {
  border-radius: 180px 10px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(2) .thumb:before {
  border-radius: 180px 10px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(3) .thumb {
  border-radius: 100px;
}
.instsSlider2 .swiper-slide:nth-child(3) .thumb img {
  border-radius: 100px;
}
.instsSlider2 .swiper-slide:nth-child(3) .thumb:before {
  border-radius: 100px;
}
.instsSlider2 .swiper-slide:nth-child(4) .thumb {
  border-radius: 10px 10px 180px 180px;
}
.instsSlider2 .swiper-slide:nth-child(4) .thumb img {
  border-radius: 10px 10px 180px 180px;
}
.instsSlider2 .swiper-slide:nth-child(4) .thumb:before {
  border-radius: 10px 10px 180px 180px;
}
.instsSlider2 .swiper-slide:nth-child(5) .thumb {
  border-radius: 180px 10px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(5) .thumb img {
  border-radius: 180px 10px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(5) .thumb:before {
  border-radius: 180px 10px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(6) .thumb {
  border-radius: 10px 180px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(6) .thumb img {
  border-radius: 10px 180px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(6) .thumb:before {
  border-radius: 10px 180px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(7) .thumb {
  border-radius: 180px 10px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(7) .thumb img {
  border-radius: 180px 10px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(7) .thumb:before {
  border-radius: 180px 10px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(8) .thumb {
  border-radius: 50%;
}
.instsSlider2 .swiper-slide:nth-child(8) .thumb img {
  border-radius: 50%;
}
.instsSlider2 .swiper-slide:nth-child(8) .thumb:before {
  border-radius: 50%;
}
.instsSlider2 .swiper-slide:nth-child(9) .thumb {
  border-radius: 10px 10px 180px 180px;
}
.instsSlider2 .swiper-slide:nth-child(9) .thumb img {
  border-radius: 10px 10px 180px 180px;
}
.instsSlider2 .swiper-slide:nth-child(9) .thumb:before {
  border-radius: 10px 10px 180px 180px;
}
.instsSlider2 .swiper-slide:nth-child(10) .thumb {
  border-radius: 180px 10px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(10) .thumb img {
  border-radius: 180px 10px 10px 10px;
}
.instsSlider2 .swiper-slide:nth-child(10) .thumb:before {
  border-radius: 180px 10px 10px 10px;
}

.instsSlider2 .swiper-slide {
  margin-bottom: 30px !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.instsSlider2 .swiper-slide.swiper-slide-active {
  margin-top: 30px;
  margin-bottom: 0px !important;
}
.instsSlider2 .swiper-slide.swiper-slide-active .insta-item .thumb {
  border-radius: 100px;
}
.instsSlider2 .swiper-slide.swiper-slide-active .insta-item .thumb img {
  border-radius: 100px;
}
.instsSlider2 .swiper-slide.swiper-slide-active .insta-item .thumb:before {
  border-radius: 100px;
}

/* Extra small devices */
@media (max-width: 575px) {
  .instsSlider2 .swiper-slide.swiper-slide-active .insta-item .thumb {
    border-radius: 50px;
  }
  .instsSlider2 .swiper-slide.swiper-slide-active .insta-item .thumb img {
    border-radius: 50px;
  }
  .instsSlider2 .swiper-slide.swiper-slide-active .insta-item .thumb:before {
    border-radius: 50px;
  }
}



/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/* Food 1 ---------------------------------- */
.food-card-1 {
  text-align: center;
}
.food-card-1:hover .thumb img {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.food-card-1:hover .thumb .food-mask {
  background: var(--theme-color2);
}
.food-card-1:hover .thumb .actions {
  visibility: visible;
  opacity: 1;
  right: 30px;
}
.food-card-1:hover .actions {
  opacity: 1;
  visibility: visible;
}
.food-card-1:hover .content .price {
  background: var(--theme-color);
  color: var(--white-color);
}
.food-card-1 .thumb {
  border-radius: 20px;
  padding: 60px 30px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.food-card-1 .thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.food-card-1 .thumb .food-mask {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: var(--white-color);
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.food-card-1 .thumb .actions {
  height: 60%;
  position: absolute;
  top: -7px;
  right: 10px;
  text-align: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 40px;
}
.food-card-1 .thumb .actions .icon-btn {
  --btn-size: 46px;
  font-size: 14px;
  border-radius: 99px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
  background: var(--white-color);
  border: 0;
  color: var(--theme-color2);
}
.food-card-1 .thumb .actions .icon-btn:hover {
  background-color: var(--theme-color3);
  color: var(--black-color);
}
.food-card-1 .thumb .actions > * {
  margin: 0 0;
}
.food-card-1 .thumb .actions > * > a {
  margin: 0;
}
.food-card-1 .content {
  position: relative;
  padding: 55px 30px 30px 30px;
  z-index: 2;
}
.food-card-1 .content .box-title {
  margin-bottom: 10px;
}
.food-card-1 .content .price {
  background: var(--theme-color3);
  display: inline-block;
  font-size: 20px;
  padding: 12px 22px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -81px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-1-hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.food-card-1:hover .thumb .menu-1-hover-img {
  opacity: 1;
  visibility: visible;
}

/* Food 2  Grid ---------------------------------- */
.food-card-1.style-2 .thumb .food-mask {
  background-color: var(--smoke-color);
}
.food-card-1.style-2:hover .thumb .food-mask {
  background-color: var(--theme-color2);
}

.filter-menu .th-btn.tab-btn.btn-mask {
  background: var(--smoke-color4);
  padding: 11px 26px;
}
.filter-menu .th-btn.tab-btn.btn-mask.active {
  background: var(--theme-color);
  color: var(--white-color);
}

/* Food 3 List ---------------------------------- */
.food-card-1.style-2.style-3 {
  background: #F7F2E2;
  padding: 25px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.food-card-1.style-2.style-3:hover .thumb .food-mask {
  background: transparent;
}
.food-card-1.style-2.style-3:hover .content .price {
  background: var(--theme-color);
}
.food-card-1.style-2.style-3:hover .thumb::before {
  height: 100%;
  width: 100%;
  opacity: 0.7;
}
.food-card-1.style-2.style-3 .thumb {
  padding: 25px 25px;
  position: relative;
  width: 180px;
}
.food-card-1.style-2.style-3 .thumb:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: var(--theme-color2);
  -webkit-mask-image: url("../img/bg/menu-1-msk-bg.png");
          mask-image: url("../img/bg/menu-1-msk-bg.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 3;
}
.food-card-1.style-2.style-3 .thumb img {
  width: 100%;
  width: 100%;
}
.food-card-1.style-2.style-3 .thumb .food-mask {
  background: var(--white-color);
}
.food-card-1.style-2.style-3 .thumb .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 12px;
  left: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 40%;
  height: 100%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.food-card-1.style-2.style-3 .content {
  text-align: start;
  padding: 20px;
}
.food-card-1.style-2.style-3 .content .price {
  position: static;
  -webkit-transform: inherit;
          transform: inherit;
  margin-top: 30px;
  background: var(--theme-color4);
}

@media (max-width: 425px) {
  .food-card-1.style-2.style-3 {
    padding: 25px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/* Menu 1 ---------------------------------- */
.menu-item-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 20px;
  margin-bottom: 30px;
}
.menu-item-1 .thumb {
  width: 84px;
  height: 84px;
}
.menu-item-1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-item-1 .content .left .box-title {
  font-size: 28px;
  margin-bottom: 2px;
}
.menu-item-1 .content .left .box-text {
  position: relative;
}
.menu-item-1 .content .left .box-text:before {
  content: "";
  position: absolute;
  right: -88%;
  top: 15px;
  width: 78%;
  background: var(--smoke-color);
  height: 1px;
  border: 1px dashed var(--theme-color2);
}
.menu-item-1 .content .right .price {
  font-size: 28px;
  font-family: var(--banger-font);
  margin: 0;
  margin-top: 25px;
}
.menu-item-1 .content .right .price span {
  margin-right: -4px;
  font-size: 22px;
}
.menu-item-1 .thumb img {
  border-radius: 20px;
}

.menu-1-content-wrap .filter-menu {
  padding-top: 10px;
}
.menu-1-content-wrap .th-btn.tab-btn {
  margin-top: 0;
}

.menu-img-1-1 {
  margin-left: -150px;
  margin-top: -215px;
}
.menu-img-1-1 img {
  border-radius: 250px 250px 0 250px;
}

.menu-img-1-2 {
  margin-right: -130px;
  margin-bottom: -10px;
  text-align: end;
  padding-bottom: 110px;
}
.menu-img-1-2 img {
  border-radius: 0px 250px 250px 250px;
}

.menu-1-content-wrap .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
  border-bottom: 0;
  gap: 12px;
  margin-top: 10px;
}
.menu-1-content-wrap .nav-tabs .nav-item .nav-link {
  border-radius: 30px;
  background: transparent;
  border: 1px solid var(--th-border-color);
  color: var(--title-color);
}
.menu-1-content-wrap .nav-tabs .nav-item .nav-link.active {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.menu-1-content-wrap.style-2 .title-area .th-btn {
  margin-top: 0px;
}
.menu-1-content-wrap.style-2 .nav-tabs {
  gap: 15px 25px;
  margin-bottom: 55px;
}

.menu-1-content-wrap.style-2 .nav-tabs .nav-link.th-btn {
  background: var(--smoke-color4);
  border: 0;
  padding: 15px 24px;
  border-radius: 0;
}
.menu-1-content-wrap.style-2 .nav-tabs .nav-link.th-btn.active {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

@media (max-width: 1800px) {
  .menu-img-1-1 {
    margin-left: -90px;
  }
  .menu-img-1-2 {
    margin-right: -90px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .menu-item-1 .content .left .box-text::before {
    right: -70%;
  }
  .menu-item-1 .content .left .box-text::before {
    content: "";
    position: absolute;
    right: -88%;
    width: 60%;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .menu-item-1 .content .left .box-text::before {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .menu-item-1 .content .left .box-title {
    font-size: 24px;
    margin-bottom: 2px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .menu-item-1 .content .left .box-text::before {
    display: block;
  }
  .menu-img-1-1.gsap-scroll-float-down2 {
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .menu-item-1 .content .left .box-text::before {
    display: none;
  }
}
@media (max-width: 420px) {
  .menu-item-1 .content .right {
    width: 80px;
  }
  .menu-item-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-item-1 .content {
    gap: 10px;
  }
}
/* Best Price 1 ---------------------------------- */
.best-deal-img-1-1 {
  margin-left: -230px;
  margin-top: -330px;
  border-radius: 0 0 200px;
}
.best-deal-img-1-1 img {
  border-radius: 0 0 200px;
}

.best-deal-img-1-2 {
  margin-left: 100px;
  margin-right: -100px;
}
.best-deal-img-1-2 img {
  border-radius: 100px;
}

.menu-1-content-wrap.style-2 {
  border-top: 1px dashed var(--th-border-color2);
  padding-top: 35px;
}
.menu-1-content-wrap.style-2 .menu-item-1 {
  border-bottom: 1px dashed var(--th-border-color2);
  padding-bottom: 40px;
  margin-bottom: 36px;
}
.menu-1-content-wrap.style-2 .menu-item-1 .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-1-content-wrap.style-2 .menu-item-1 .content .right .price {
  margin: 0;
  font-weight: 400;
}
.menu-1-content-wrap.style-2 .menu-item-1 .content .right .price span {
  font-size: 28px;
  margin-right: 0;
}
.menu-1-content-wrap.style-2 .menu-item-1 .box-text:before {
  display: none;
}

.menu-text-slider-wrap {
  position: relative;
  margin-top: 70px;
}
.menu-text-slider-wrap .menu-text.single {
  padding: 0 0 57px;
  font-size: 50px;
}
.menu-text-slider-wrap .box-title {
  font-size: 33px;
  font-family: var(--banger-font);
}
.menu-text-slider-wrap .swiper-pagination-bullets {
  margin: 0 0 20px;
}
.menu-text-slider-wrap .round-shape {
  position: absolute;
  width: 400px;
  height: 326px;
  background: var(--theme-color2);
  left: 50%;
  border-radius: 50%;
  bottom: -230px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu-text-slider-wrap .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid transparent;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.menu-text-slider-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 13px;
  opacity: 1;
  position: relative;
  cursor: pointer;
  background: var(--white-color);
}
.menu-text-slider-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color4) !important;
}
.menu-text-slider-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .best-deal-img-1-1 {
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .best-deal-img-1-2 {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }
  .best-deal-img-1-2.gsap-scroll-float-up {
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
}



/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 24px 32px;
  min-width: 125px;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.th-btn i {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
  color: var(--white-color);
}
.th-btn .btn-icon {
  margin-bottom: -3px;
}
.th-btn:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.3;
}
.th-btn:focus, .th-btn:hover, .th-btn.active {
  color: var(--white-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--title-color);
}
.th-btn:focus:before, .th-btn:hover:before, .th-btn.active:before {
  -webkit-animation: shine 1.5s ease-out;
          animation: shine 1.5s ease-out;
}
.th-btn.btn-mask {
  border-radius: 0;
  -webkit-mask-image: url(../img/theme-img/btn-shape.png);
          mask-image: url(../img/theme-img/btn-shape.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.th-btn.btn-mask:hover, .th-btn.btn-mask:active, .th-btn.btn-mask:focus {
  border-radius: 0;
}
.th-btn.btn-mask:hover {
  border-radius: 0;
}
.th-btn.style2 {
  background: var(--title-color);
  color: var(--white-color);
}
.th-btn.style2:hover, .th-btn.style2:active, .th-btn.style2:focus {
  background: var(--theme-color);
}
.th-btn.style3 {
  background: var(--theme-color3);
  color: var(--title-color);
}
.th-btn.style3:hover, .th-btn.style3:active, .th-btn.style3:focus {
  color: var(--white-color);
  background: var(--theme-color2);
}
.th-btn.style4 {
  background: var(--theme-color2);
  color: var(--white-color);
}
.th-btn.style4:hover, .th-btn.style4:active, .th-btn.style4:focus {
  color: var(--white-color);
  background: var(--theme-color2);
}
.th-btn.style5 {
  background: var(--white-color);
  color: var(--title-color);
}
.th-btn.style5:hover, .th-btn.style5:active, .th-btn.style5:focus {
  color: var(--title-color);
  background: var(--theme-color3);
}
.th-btn.style6 {
  background: transparent;
  color: var(--white-color);
  border: 1px solid #C9AB81;
  border-radius: 0;
  padding: 19px 42px;
}
.th-btn.style6:hover, .th-btn.style6:active, .th-btn.style6:focus {
  color: var(--title-color);
  background: var(--theme-color3);
}
.th-btn.btn-sm {
  padding: 20px 48px;
}

@-webkit-keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes btn-icon-anim {
  0% {
    top: 0;
    right: 2px;
  }
  25% {
    top: -10px;
    right: -10px;
  }
  50% {
    top: 10px;
    opacity: 0;
    right: 17px;
  }
  100% {
    top: 0;
    right: 2px;
    opacity: 1;
  }
}
@keyframes btn-icon-anim {
  0% {
    top: 0;
    right: 2px;
  }
  25% {
    top: -10px;
    right: -10px;
  }
  50% {
    top: 10px;
    opacity: 0;
    right: 17px;
  }
  100% {
    top: 0;
    right: 2px;
    opacity: 1;
  }
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 54px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--icon-bg, transparent);
  color: var(--title-color);
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--th-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.icon-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 99px;
}
.icon-btn.style2:hover {
  background-color: var(--title-color);
}
.icon-btn.style3 {
  background-color: var(--smoke-color);
  color: var(--title-color);
  border: none;
  border-radius: 99px;
}
.icon-btn.style3:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.4em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
  --icon-size: 40px;
  font-size: 14px;
  border: 1px solid;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style3:before, .play-btn.style3:after {
  background-color: var(--white-color);
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.play-btn.style3:hover:before, .play-btn.style3:hover:after {
  background-color: var(--white-color);
}
.play-btn.style4 > i {
  --icon-size: 100px;
  color: var(--title-color);
}
.play-btn.style4:before, .play-btn.style4:after {
  background-color: transparent;
  border: 1px solid var(--title-color);
}
.play-btn.style4:hover > i {
  color: var(--white-color);
}
.play-btn.style4:hover:before, .play-btn.style4:hover:after {
  border: 1px solid var(--white-color);
}
.play-btn.style5 > i {
  --icon-size: 44px;
  color: var(--title-color);
  font-size: 18px;
}
.play-btn.style5:hover > i {
  color: var(--white-color);
}
.play-btn.style6 {
  /* Extra small devices */
}
.play-btn.style6 > i {
  --icon-size: 100px;
  color: var(--white-color);
  font-size: 20px;
  background: transparent;
  border: 2px solid var(--white-color);
}
.play-btn.style6:before, .play-btn.style6:after {
  background: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style6:hover > i {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.play-btn.style6:hover:before, .play-btn.style6:hover:after {
  border-color: var(--theme-color);
}
@media (max-width: 575px) {
  .play-btn.style6 > i {
    --icon-size: 60px;
  }
}

.link-btn {
  font-weight: 600;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--title-color);
}
.link-btn .icon {
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: -2px;
}
.link-btn i {
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  position: relative;
  font-size: 14px;
  top: -1px;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.link-btn:hover, .link-btn.active {
  color: var(--theme-color);
}
.link-btn:hover::before, .link-btn.active::before {
  width: 100%;
}
.link-btn.style2 {
  color: var(--white-color);
}
.link-btn.style2:before {
  width: 100%;
  background: var(--white-color);
}
.link-btn.style2:hover {
  color: var(--theme-color);
}
.link-btn.style2:hover:before {
  background: var(--theme-color);
  width: 70%;
}
.link-btn.style3 {
  color: var(--theme-color);
  margin-bottom: 0;
}
.link-btn.style3:before {
  width: 100%;
  background: var(--theme-color);
}
.link-btn.style3:hover {
  color: var(--white-color);
}
.link-btn.style3:hover:before {
  background: var(--white-color);
  width: 70%;
}
.link-btn.style4 {
  color: var(--title-color);
  margin-bottom: 0;
}
.link-btn.style4:before {
  width: 100%;
  background: var(--title-color);
}
.link-btn.style4:hover:before {
  width: 70%;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 55px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
