/* ===================================
    Crafto - Gym and fitness
====================================== */
/* font */
@import url("https://use.typekit.net/rrw2seg.css");
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    --base-color: #91D800;  
    --dark-gray: #232323;
    --light-medium-gray: #cbcbcb;
    --alt-font: korolev-condensed, sans-serif;
    --primary-font: 'Urbanist', sans-serif;
} 
/* reset */
body {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: .4px;
}
/* noise texture overlay */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 99998;
    opacity: 0.045;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    background-repeat: repeat;
}
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--dark-gray);
    width: 12px;
    height: 12px;
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--dark-gray);
}
.custom-cursor .circle-cursor-outer {
    border: 1px solid transparent;
}
/* header */
header .navbar-brand img {
    max-height: 43px;
}
header .navbar-brand,
header.sticky .fixed-header .navbar-brand,
header.sticky .disable-fixed .navbar-brand {
    padding: 18px 0;
}
.header-push-button {
    padding-left: 25px;
}
.header-push-button .push-button span {
    background: var(--base-color);
}
.show-menu {
    overflow: visible;
}
.hamburger-nav {
    width: 42%;
    max-width: 600px;
}
.menu-item-list .nav-link {
    padding: 5px 20px 5px 0;
    font-size: 38px;
    width: auto
}
.hamburger-nav .menu-item-list {
    padding: 0;
}
/* btn */
.btn {
    font-weight: 500;
}
.btn.btn-extra-large {
    padding: 19px 33px 16px;
    font-size: 17px;
}
.btn.btn-large {
    font-size: 16px;
    padding: 14px 27px 12px;
}
.btn.btn-medium {
    font-size: 15px;
    padding: 14px 25px 10px;
}
.btn.btn-small {
    font-size: 14px;
    padding: 12px 21px 10px;
}
.btn.btn-very-small {
    font-size: 12px;
    padding: 9px 17px 5px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-base-color,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}
h1, .h1 {
    font-size: 4rem;
    line-height: 3.8rem;
}
h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.375rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* background color */
.bg-nero-grey {
    background-color: #1c1c1c;
}
.bg-cultured {
    background-color: #f4f9f6;
}
.bg-base-color-transparent {
    background-color: rgba(145, 216, 0, 0.95);
}
.bg-base-color-transparent-light {
    background-color: rgba(145, 216, 0, 0.6);
}
/* border color */
.border-color-base-color-transparent {
    border-color: rgba(116, 214, 11, 0.3) !important;
}
.event-style-03 .nav-tabs .nav-link {
    padding-top: 21px;
}
/* box shadow */
.box-shadow-double-large {
    -webkit-box-shadow: 0px 47px 45px rgb(0, 0, 0, 0.20);
    box-shadow: 0px 47px 45px rgb(0, 0, 0, 0.20);
}
/* tab style 08 */
.tab-style-08 ul .nav-item .nav-link.active, .tab-style-08 ul .nav-item .nav-link.show, .tab-style-08 ul .nav-item .nav-link:hover {
    color: var(--dark-gray);
}
.tab-style-08 ul .nav-item .tab-border {
    top: 0;
    bottom: auto;
    height: 4px;
}
.tab-style-08 ul .nav-item {
    border-right: 0;
}
/* accordion style */
.accordion-style-06 .accordion-item.active-accordion {
    background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}
.accordion-style-01 .accordion-item.active-accordion {
    padding: 30px 35px;
}
.accordion-style-02 .accordion-item .accordion-header {
    padding: 22px 0;
}
.team-style-08:hover figure figcaption .member-designation {
    opacity: 1;
}
/* social icon style 09 */
.social-icon-style-09 .medium-icon li {
    margin: 0 4px;
}
.social-icon-style-09 .medium-icon a {
    font-size: 18px;
}
/* Counter style 07 */
.counter-style-07 .vertical-counter-number ul {
    line-height: 1;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 19px;
    line-height: 22px;
}
.page-title-extra-small h2 {
    font-size: 4rem;
    line-height: 4rem;
}
.small-screen {
    height: 500px !important;
}
/* product row links */
.tt-product-row {
    display: flex;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.tt-product-row:hover {
    background-color: rgba(145, 216, 0, 0.06);
}
.tt-product-row:hover .bi-arrow-right {
    transform: translateX(4px);
    transition: transform 0.2s ease;
}
.tt-product-row .bi-arrow-right {
    transition: transform 0.2s ease;
}

/* product carousel card */
.tt-product-card {
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    will-change: transform;
}
.tt-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
}
.tt-product-card:active {
    transform: translateY(-1px) scale(0.98);
}
.tt-product-card-image {
    transition: background-color 0.22s ease;
}
.tt-product-card:hover .tt-product-card-image {
    background-color: #eef5d6;
}

/* review */
.review-star-icon i {
    color: var(--base-color);
}
/* text stroke color */
.text-outline-color-white { 
    -webkit-text-stroke-color: var(--white); 
}
/* right */
.right-minus-380px {
    right: -380px;
}
/* top */
.top-30 {
    top: 30%!important;
}
/* line height */
.lh-160 {
    line-height: 10rem;
}
.top-minus-200px {
    top: -200px;
}
/* newsletter popup  */
.subscribe-popup .mfp-close:before, .subscribe-popup .mfp-close:active:before {
    color: var(--dark-gray) !important;
}
.subscribe-popup button.mfp-close {
    background: rgba(255,255,255,0.85) !important;
    border-radius: 50% !important;
    z-index: 10;
}
.mfp-bg {
    background-color: var(--dark-gray);
}
/* footer */
footer .footer-logo img {
    max-height: 43px;
}
footer .nav-link {
    line-height: normal;
}
/* Revolution slider */
.rev_column_inner {padding-left: 30% !important; padding-right: 15% !important; }
.next-btn { background-size: 110% auto; background-position: right center; transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1) !important; }
.next-btn:hover { background-position: left center; }
#gym-and-fitness-slider .uranus.tp-leftarrow:before{width:50px; height:50px; line-height:50px; font-size:25px; content: "\F12F"; font-family: bootstrap-icons!important;}
#gym-and-fitness-slider .uranus.tp-rightarrow:before{width:50px; height:50px; line-height:50px; font-size:25px; content: "\F138"; font-family: bootstrap-icons!important;}
@media (max-width: 1500px) {
    .rev_column_inner {padding-left: 10% !important; padding-right: 10% !important; }
    .background-text {display: none !important;}
}
@media (max-width: 1399px) {
    .accordion-style-01 .accordion-item .accordion-body {
        padding-right: 40px;
    }
}
@media (max-width: 1199px) {
    .accordion-style-01 .accordion-item {
        padding: 20px 20px;
    }
    .accordion-style-01 .accordion-item.active-accordion {
        padding-left: 20px;
        padding-right: 20px;
    }
    .accordion-style-01 .accordion-item .accordion-body {
        padding-right: 10px;
    }
    .lg-left-minus-250px {
        left: -250px !important;
    }
    .next-btn {transition:  none !important;}
}
@media (max-width: 1023px) {
    .rev_column {width: 50% !important;}
}
@media (max-width: 778px) {
    .rev_row_zone .row { display: flex !important; flex-direction: column-reverse; }
    .rev_column { height: 100%; }
    .rev_column_inner {padding-bottom: 6% !important; padding-top: 6% !important; }
    #rs-gym-and-fitness-01 .tp-bgimg {background-image: url("../images/testmobile.png") !important;}
    #rs-gym-and-fitness-02 .tp-bgimg {background-image: url("../images/testmobile.png") !important;}
    #rs-gym-and-fitness-03 .tp-bgimg {background-image: url("../images/testmobile.png") !important;}
}
@media (max-width: 479px) {
    .rev_column_inner {padding-bottom: 8% !important; padding-top: 8% !important; padding-left: 3% !important; padding-right: 3% !important; }
}
@media  (max-width: 900px) and (orientation: landscape) {
    .right-col {padding: 35% 0 !important;}
}
@media (max-width: 991px) {
    .tab-style-08 ul .nav-item .nav-link {
        padding: 18px 20px;
    }
    .menu-item-list .nav-link {
        font-size: 30px;
    }
    .page-title-big-typography .small-screen {
        height: 300px !important;
    }
    .page-title-extra-small h2 {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
    .event-style-03 .nav-tabs .nav-link {
        padding: 17px 8px 14px;
    }
    .event-style-03 .accordion .accordion-title .event-time {
        min-width: 260px;
    }
    .small-screen {
        height: 400px !important;
    }
}
@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        letter-spacing: 0;
    }
    h1, .h1 {
        font-size: 2.8rem;
        line-height: 2.9rem;
    }
    h2 {
        font-size: 2.2rem;
        line-height: 2.4rem;
    }
    .menu-list-wrapper {
        padding: 25px 0;
    }
    .hamburger-nav {
        width: 85%;
    }
    .menu-item-list .nav-link {
        font-size: 28px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .page-title-big-typography .small-screen {
        height: auto !important;
    }
    .event-style-03 .accordion .accordion-title .event-time {
        min-width: 140px;
    }
    .small-screen {
        height: auto !important;
        min-height: 250px;
    }
    .tt-page-hero .small-screen {
        height: auto !important;
    }
}
@media (max-width: 575px) {
    .accordion-style-06 .accordion-item {
        padding: 10px 90px 10px 25px;
    }
    .accordion-style-06 .accordion-item.active-accordion {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .btn.btn-extra-large {
        font-size: 16px;
    }
    .header-push-button {
        padding-left: 0;
    }
    .hamburger-nav {
        width: 95%;
    }
    h1, .h1 {
        font-size: 2.4rem;
        line-height: 2.5rem;
    }
    h2 {
        font-size: 2rem;
        line-height: 2.2rem;
    }
    h3 {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }
    .page-title-extra-small h2 {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 479px) {
    .hamburger-nav {
        width: 100%;
    }
    .menu-item-list .nav-link {
        font-size: 24px;
    }
    h1, .h1 {
        font-size: 2rem;
        line-height: 2.2rem;
    }
    h2 {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .tt-product-row {
        flex-wrap: nowrap;
    }
    .lh-160 {
        line-height: 6rem;
    }
}

/* ─── Homepage product tabs: scrollable nav on mobile ──────────────────────── */
@media (max-width: 767px) {
    .tab-style-08 ul.nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 2px;
    }
    .tab-style-08 ul.nav-tabs::-webkit-scrollbar {
        display: none;
    }
    .tab-style-08 ul .nav-item .nav-link {
        white-space: nowrap;
        font-size: 13px;
        padding: 14px 16px;
    }
    .tt-product-row {
        padding: 15px 20px;
    }
    .page-title-extra-small h1 {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .tab-style-08 ul .nav-item .nav-link {
        font-size: 12px;
        padding: 12px 12px;
    }
    .tt-product-row {
        padding: 12px 16px;
    }
}

/* ─── Product Animation ─────────────────────────────────────────────────── */
.pa-section {
  position: relative;
  height: 180vh;
  margin-top: -200px;
}
.pa-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pa-scene {
  position: relative;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  gap: 0;
}
.pa-scene::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 55% at 65% 50%, rgba(145,216,0,.07) 0%, transparent 70%);
  pointer-events: none;
}

/* Text block */
.pa-text {
  flex: 1;
  min-width: 0;
  padding-right: 40px;
  z-index: 5;
}
.pa-text__label {
  font-family: 'Urbanist', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--base-color);
  display: block;
  margin-bottom: 18px;
}
.pa-text__heading {
  font-family: korolev-condensed, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  color: #232323;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.pa-text__heading span { color: var(--base-color); }
.pa-text__body {
  font-family: 'Urbanist', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  max-width: 380px;
}

/* Bottle wrap */
.pa-wrap {
  position: relative;
  width: clamp(280px, 48vw, 520px);
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}
.pa-bottle,
.pa-cap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pa-bottle {
  z-index: 1;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,.14)) drop-shadow(0 4px 8px rgba(0,0,0,.05));
}
.pa-cap {
  z-index: 2;
  will-change: transform;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.13));
}
.pa-pill {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(72px, 10vw, 120px);
  height: auto;
  object-fit: contain;
  opacity: 0;
  will-change: transform, opacity;
  pointer-events: none;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,.16));
  z-index: 6;
}
.pa-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
  z-index: 10;
}
.pa-hint__text {
  font-family: 'Urbanist', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c4c4c4;
}
.pa-hint__line {
  width: 1px;
  height: 30px;
  background: linear-gradient(to bottom, #ccc, transparent);
  animation: pa-drop 1.7s cubic-bezier(.4,0,.2,1) infinite;
}
@keyframes pa-drop {
  0%   { transform: scaleY(0); transform-origin: top;    }
  45%  { transform: scaleY(1); transform-origin: top;    }
  55%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
@media (prefers-reduced-motion: reduce) {
  .pa-hint__line { animation: none; opacity: 0.3; }
}
@media (min-width: 768px) {
  .pa-next-section {
    margin-top: -260px;
  }
}

/* Mobile: bottle centered, text overlaid at bottom */
@media (max-width: 767px) {
  .pa-scene {
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  /* Text as absolute overlay at the bottom so it doesn't push the bottle */
  .pa-text {
    position: absolute;
    bottom: 48px;
    left: 24px;
    right: 24px;
    padding: 20px 20px 16px;
    text-align: center;
    z-index: 5;
    background: linear-gradient(to top, rgba(255,255,255,0.92) 70%, transparent);
    border-radius: 12px;
  }
  .pa-text__label {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .pa-text__heading {
    font-size: 1.5rem;
    line-height: 1.15;
    margin-bottom: 6px;
  }
  .pa-text__body {
    font-size: 13px;
    line-height: 1.5;
    max-width: 100%;
  }
  .pa-wrap {
    width: clamp(240px, 70vw, 340px);
  }
  .pa-hint {
    display: none;
  }
  .pa-scene::before {
    background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(145,216,0,.07) 0%, transparent 70%);
  }
}