

@font-face {
    font-family: 'Tw Cen Classified MT Std';
    src: url('../fonts/TwCenClassMTStd-Regular.eot');
    src: url('../fonts/TwCenClassMTStd-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TwCenClassMTStd-Regular.woff2') format('woff2'),
        url('../fonts/TwCenClassMTStd-Regular.woff') format('woff'),
        url('../fonts/TwCenClassMTStd-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.cera-k{    font-family: 'Tw Cen Classified MT Std'; -webkit-font-smoothing: antialiased; }




@font-face {
    font-family: 'Kolapo-Book';
    src: url('../fonts/Cera/Kolapo-Book.eot');
    src: url('../fonts/Cera/Kolapo-Book.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Cera/Kolapo-Book.woff2') format('woff2'),
    url('../fonts/Cera/Kolapo-Book.woff') format('woff'),
      url('../fonts/Cera/Kolapo-Book.ttf') format('truetype'),
    url('../fonts/Cera/Kolapo-Book.svg#Kolapo-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.mot-5 {     margin-top: 2.7rem !important;
 }







/* Cart Button */
.pnerecipe-cart-btn {
  position: fixed;
  bottom: 60px;
  -webkit-font-smoothing: antialiased;
  left: 88%;
  background-color: #f2ff00;
  color: #0d3531;
  padding: 10px 20px;
  width: 50px;
  height: 50px;
  border: 1px solid #0d3531;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  z-index: 1000;
}

.b-hv{border:1px solid }
.b-hv:hover{ border:1px solid #000  }

/* Cart Modal */
.pnerecipe-cart-modal {
  position: fixed;
  top: 0;  -webkit-font-smoothing: antialiased;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.pnerecipe-cart-modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;  -webkit-font-smoothing: antialiased;
  width: 700px;
  text-align: center;
}

.pnerecipe-cart-modal-content ul {  -webkit-font-smoothing: antialiased;
  list-style-type: none;
  padding: 0;
}

.pnerecipe-cart-modal-content ul li {
  margin: 10px 0;
  display: flex;  -webkit-font-smoothing: antialiased;
  justify-content: space-between;
  align-items: center;
}

.pnerecipe-cart-modal-content ul li button {
    background: #ffffff;
    color: #6d6d6d;
    border: 1px solid;     font-family: 'IBM Plex Sans'; transition: opacity 1s ease, transform 1s ease; /* Smooth transition for fade and slide */
    padding: 4px 11px;
    border-radius: 5px; font-size: 15px;  -webkit-font-smoothing: antialiased;
    cursor: pointer;
}


.pnerecipe-cart-modal-content ul li button:hover{ background:#000; color:#fff }


.pnerecipe-addon-item {
text-align: left; font-family: 'pine-bold'; margin-right: 23px;  -webkit-font-smoothing: antialiased;
}

.pnerecipe-package-item {
text-align: left;font-family: 'pine-bold';  -webkit-font-smoothing: antialiased;
}

.pne-seg {
   color: #a32de1;
    display: block;
    background: #f2e6f2;

  max-width: 100px;
    margin-top: 5px;    margin-bottom: 14px;
    font-family: 'IBM Plex Sans';
width: 60px;
    font-weight: 600;
    padding: 3px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 9px;
    border-radius: 4px;
}

.pne-seg-p {
     color: #008435;
    display: block;
    background: #e6f2ea;
  max-width: 100px;
    margin-top: 5px;    margin-bottom: 14px;
    font-family: 'IBM Plex Sans';
width: 60px;
    font-weight: 600;
    padding: 3px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 9px;
    border-radius: 4px;
    
}





  .pnerecipe-package-btn {
  background-color: #007bff; /* Blue for packages */
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.pnerecipe-addon-btn {
  background-color: #28a745; /* Green for addons */
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer; 
}

.pnerecipe-package-btn:hover,
.pnerecipe-addon-btn:hover {
  opacity: 0.9;
}

 
  /* Table-like styling for cart rows */
#pnerecipe-cart-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px; /* Limit the height */
  overflow-y: auto; /* Enable vertical scrolling if content exceeds height */
}

/* Custom Scrollbar Styling */
#pnerecipe-cart-list::-webkit-scrollbar {
  width: 1px; /* Width of the scrollbar */
}

#pnerecipe-cart-list::-webkit-scrollbar-track {
  background: #f4f4f4; /* Track background */
  border-radius: 4px; /* Rounded edges for track */
}

#pnerecipe-cart-list::-webkit-scrollbar-thumb {
  background: #666; /* Scrollbar thumb color */
  border-radius: 4px; /* Rounded edges for thumb */
}

#pnerecipe-cart-list::-webkit-scrollbar-thumb:hover {
  background: #0056b3; /* Darker color on hover */
}


  #pnerecipe-cart-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 8px;
  }

  /* Specific styles for item types */
  .item-text-package {
    color: #00796b; /* Teal text for package */

  }

  .item-text-addon {
    color: #ffb300; /* Amber text for addon */

  }

  /* Duration controls and remove button styling */
 .pnerecipe-duration-controls {
  display: flex;    
  font-family: 'IBM Plex Sans';
  align-items: center;    right: 3%;
  gap: 20px;
  font-size: 16px;

  /* Remove position: absolute; */
  position: relative; /* Keeps it positioned relative to its container */
  margin-left: auto; /* Pushes it to the right side of the container */
}

  .pnerecipe-remove {
    background-color: #fff; 
    color: #000; border: 1px solid ;
   
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 4px;
  }

  .pnerecipe-remove:hover {
    background-color: firebrick;  color: #fff; border: 1px solid;
  }



#pnerecipe-cart-count {
    position: relative;
    font-size: 10px;
    display: block;
    border-radius: 10px; color: #0d3531;
    margin-left: 1em;
    border: 1px solid #0d3531;
    margin-top: -17px;
    width: 26px;
    height: 19px;
}


.pnerc{
    margin-top: -6px;
    margin-left: -6px;
    font-size: 22px;
    display: block;
    }

/* Hidden class */
.hidden {
  display: none;
}



.pneric{    width: -webkit-fill-available;
    text-align: left; 
}



.aepine-loading-container {
  position: relative;
}

.pine-ai-kolor {
  opacity: 0; /* Initially hidden */
      transform: translateY(-20px); /* Start slightly above */
    transition: opacity 1s ease, transform 1s ease; /* Smooth transition for fade and slide */
  background: linear-gradient(to right, #007AFF, #6B4EFF, #FF5E9F, #FF6200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.aepine-hidden-text {
  display: inline;
}

.aepine-loading-dots {
  display: flex;
  justify-content: flex-start; /* Align dots to the left */
  align-items: center;
  margin-top: 10px;
}

.aepine-dot {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background-color: #fff; /* Keep the dot color the same (white) */
  border-radius: 50%;
  animation: aepine-traffic-light 1.8s infinite ease-in-out;
  opacity: 0; /* Start with dots invisible */
}

.aepine-dot:nth-child(1) {
  animation-delay: 0s;
}

.aepine-dot:nth-child(2) {
  animation-delay: 0.6s; /* Delay to create the sequential effect */
}

.aepine-dot:nth-child(3) {
  animation-delay: 1.2s; /* Delay to create the sequential effect */
}

@keyframes aepine-traffic-light {
  0%, 100% {
    opacity: 1; /* Make the dot visible */
  }
  50% {
    opacity: 0; /* Hide the dot at the midpoint */
  }
}








/* Container for the slideshow */
.ae-slide-show-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

/* Wrapper for slides */
.ae-slide-show-wrapper {
    display: flex;
    gap: 16px; /* Space between slides */
    padding-left: 16px; /* Add padding for the first slide */
}

/* Individual slide items */
.ae-slide-show-item {
    flex: 0 0 calc(43% - 10px); /* Two full slides in view with some margin */
    height: 600px; /* Fixed height for each slide */
    background-color: #1a1a1a; /* Dark background */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;

    

    color: #fff;
    text-align: center;
    padding: 16px;
}

/* Headings inside slide items */
.ae-slide-show-item h2 {
    margin: 0;
    font-size: 2.2rem; font-family: 'pine-bold';

}

/* Paragraph inside slide items */
.ae-slide-show-item p {
    margin: 8px 0 16px;
    font-size: 1.2rem;

}

/* Buttons container */
.ae-slide-show-buttons {
    display: flex;
    gap: 8px;
}

/* Buttons */
.ae-slide-show-btn {
    background-color: #007aff;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.3s;
}

.ae-slide-show-btn:hover {
    background-color: #005bb5;
}





.ae-slide-show-btn-alt {
    
    color: #fff;
    border: 1px solid;
    border-radius: 50px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.3s;
}

.ae-slide-show-btn-alt:hover {
    background-color: #fff; color: #000; border: 1px solid #fff;
}

.ae-slide-show-btn-alt-black {
    
    color: #000;
    border: 1px solid;
    border-radius: 50px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.3s;
}

.ae-slide-show-btn-alt-black:hover {
    background-color: #888; color: #fff; border: 1px solid #888;
}




/* Custom scrollbar styling for Chrome, Edge, and Safari */
.ae-slide-show-container::-webkit-scrollbar {
    height: 8px; display: none;
}

.ae-slide-show-container::-webkit-scrollbar-thumb {
    background: #007aff;
    border-radius: 4px;display: none;
}

.ae-slide-show-container::-webkit-scrollbar-track {
    background: transparent;display: none;
}


.ae-up-text{justify-content: normal;     padding-top: 5em;}


.ae-down-text{justify-content: end ;padding-bottom: 5em;}

/* Responsive design */
@media (max-width: 768px) {
    .ae-slide-show-item {
        flex: 0 0 80%; /* Smaller width on mobile */
        height: 450px;
    }
}







 button{ outline:none !important }

 .m-f{
  
  animation: rodar 80s infinite linear;
  transform: rotate(30deg);

}


.pne-popular {     text-align: center;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background: #fd5b1f;
    width: 75px;
    border-radius: 21px;
    height: 26px;
    margin-top: 5px;
    padding: 5px; }


.collapsible-container {
    position: absolute;
    bottom: -80px;
    right: 20px; /* Adjusted for open state */
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0; /* Start with opacity set to 0 */
    transition: right 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.5s ease-out;

}



.collapsible-tag {
    font-size: 18px;
    color: #122C18;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collapsible-headline {
    font-size: 24px;
    color: #122C18;
    margin-bottom: 10px;
}

.collapsible-bottom {
    font-size: 17px;
    color: #0e3531;
    text-align: left;
}

.collapsible-content {
    display: none;
}


.collapsible-container.open {
    right: 20px;
    opacity: 1; /* Fade in when the panel is open */
}

.collapsible-container.open .collapsible-content {
    display: block;
}

.close-button {
    cursor: pointer;
    font-size: 17px;
    color: #0e3531;
}



.close-button:hover{ opacity:.5 !important }


  .pine-table-container {
            display: flex;
            gap: 20px;
        }
        .pine-table {
            background: white; z-index: 1;
            border-radius: 10px;

            overflow: hidden;
    
         
            border: 1px solid #9b99a4;
        }
        .pine-table-header {
            padding: 20px;
            background: #f7faff; border-bottom: 1px solid #e0dfe5;
        }
        .pine-table-header h3 {
            margin: 0;
     
            color: #333;
        }
        .pine-table-header p {
            margin: 10px 0 0;

            color: #666;
        }
        .pine-table-price {
            background: #f8faff;
            padding: 20px;
            font-size: 32px;
            font-weight: bold;
            color: #333;
        }
        .pine-table-price span {
            font-size: 16px;
            font-weight: normal;
            color: #666;
        }
        .pine-table-content {
            padding: 10px;
        }
        .pine-table-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .pine-table-content ul li {
            margin: 10px 0;
            font-size: 14px;
            color: #333;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .pine-table-content ul li::before {
            content: '\F012C';font-family:"Material Design Icons";
            color: #333; 

        }
        .pine-table-button {
            display: block;
            margin: 20px;
            padding: 10px 20px;
            background: #007bff;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 16px;

        }
        .pine-table-button:hover {
            background: #0056b3; color: #fff;
        }
        .pine-table-pro {
            border: 2px solid #007bff;
        }
     
        .pine-table-pro .pine-table-price {
            background: #e0f0ff;
        }









.pine-mnu{
    /* border: 1px solid; */
    border-radius: 50%;
 
  
    text-align: center;
    right: 0px;
    margin-bottom: 7px;
    padding: 2px;
    display: inline-block;
    height: 33px;
    width: 33px;
    position: relative;
    }








.kp-gkge {
    font-family: ibm plex sans!important;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 4px!important;
}


.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in.delayed {
  transition-delay: .4s;
}

.fade-in.delayeder {
  transition-delay: .9s;
}

.fade-in.delayedest {
  transition-delay: .12s;
}

.fade-in.delayedest-m {
  transition-delay: 5.1s;
}

.fade-in.delayedest-q {
  transition-delay: 6s;
}


.d-but-newt{   
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: 0.9em;
    display: inline-block;
    border-radius: 34px;
    color: #0d3531;
    background: #f2ff00;
    width: 260px;
    font-size: 18px;}

    .d-but-newt:hover{   color: #0d3531;   background: #fff}


   
.d-but-alt{      border: 1px solid #fff;
   font-family: ''Tw Cen Classified MT Std'';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: .9em;
    display: inline-block;
    border-radius: 34px;
 background: #00d72d61; color: #0e3531;
    width: 260px;
    font-size: 18px;}


        .d-but-alt:hover{ background:#16A085; color: #fff; transition: all 0.2s ease-out; }

.d-but-or {
  
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: 0.9em;
    display: inline-block;
    border-radius: 34px;
    background: #ff5733;
    color: #fff;
    width: 260px;
    font-size: 18px;
}


  .d-but-or:hover {    color: #fff;
    background:#000; }


@keyframes rodar {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    left: 30px;
  }
}

.brown-reg {font-family: 'Brown-Regular';}
.hero-top {
    position: relative;
    height: auto; padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.sac{ font-family: 'sacramento'; }

video {
  display: block;
  height: 450px !important;

  object-fit: cover;

}

.pine-tall{ font-family: 'Six Caps'; -webkit-font-smoothing: antialiased; }
.pine-medium { font-family: 'pine-medium'; -webkit-font-smoothing: antialiased;  }
.pine-light{ font-family: 'pine-light'; -webkit-font-smoothing: antialiased;  }
.pine-bold{ font-family: 'pine-bold'; -webkit-font-smoothing: antialiased;  }

#button {
  display: inline-block;
  background-color: #fd5b20;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
content: "\F005D";
    font-family: 'material design icons';
      font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */


@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}


.stast { border: 1px solid;
    border-radius: 50px;
    padding: 10px;
    padding-left: 3em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    padding-right: 3em; }
.stast :hover{ background: #000 !important; color: #fff! important; }


.photo {
 
 height: 465px;background-repeat: no-repeat; background-size: cover;

  opacity: 0;
  transition: opacity 0.35s linear; */
}

.photo[data-scroll=in] {
  opacity: 1;
  transition-duration: 1s;
}



.playlist{     border-radius: 10px 10px 0px 0px; }


.capt{background: #141414;
    color: #fff;
    padding: 12px;
}


.capt-alt {
    background: #ffffff;
    color: #000;
    border: 1px solid #000;
    padding: 12px;
}

.capt-alt-a {
    background: #ffffff;
    color: #000;
 
    padding: 12px;
}

.capt-alt-cap {
    background: #ffffff;
    color: #000; border-bottom: none !important;
    border: 1px solid #000;
    padding: 12px;
}

.d-but-new {
    border: 1px solid;
    padding-left: 2em !important;
    padding-right: 2em !important;
    padding: 1em;
    border-radius: 34px;
    width: 220px;
    text-align: center;
    font-size: 15px;
}
 .d-but-new:hover{ background: #690410; color: #fff; transition: all 0.2s ease-out; }

.kp-b{ color: #51070f; }

.wip{background: #c9f9c4;
    color: #35a62b;
    padding: 8px;
    font-size: 13px;
    border-radius: 7px;
    letter-spacing: 1px;}

.hero-nav {
    width: 100%;
    margin: auto;
    background: none; 
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    justify-content: space-between;
    align-items: center;
}
.insta-color {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.butt-add{background: #ec5829 !important;
    color: #fff !important;
    margin-left: .5em;}

.hero-nav-list {
    justify-self: end;
  
    font-weight: 100;
    position: relative;
}

.d-but{        border: 1px solid;
    padding-left: 2em !important;
    padding-right: 2em !important;
    padding: 1em;
    border-radius: 34px;
    font-size: 16px;}


    .d-but:hover{ background: #690410; color: #fff; transition: all 0.2s ease-out; }


    


.hero-nav-listItem {
     
    width: 165px;
    height: 5.5vh;
    border-radius: 48px;
    /* border: 0.7px solid #ffea07; */
    padding-left: 20px; border: 1px solid #fff;
    font-size: .93em; background:none;
    color: #fff;
    z-index: ;
 
    cursor: pointer;
    display: flex;
    align-items: center;
}

.hero-nav-listItem span {
    position: relative;
    left: 65px;
    transition: all 0.6s ease;
}

.hero-nav-listItem span.active {
    transform: rotate(180deg);
}

.hero-nav-listItem2 {
    position: absolute; z-index: 1000;
    margin-left: 6px;
	top: 26px;
    /* transform: scaleX(0); */
	opacity:0;
    transition: all 0.3s ease-in;
	pointer-events:none;
}

.hero-nav-listItem2.show {
    /* transform: scaleX(1); */
	opacity:1;
	top:68px;
	pointer-events:auto;
}

.hero-nav-listItem2 li {
      background: #fff;
    width: 160px;
    min-height: 4.5vh;
    padding: 1.5vh 0 1.6vh 20px;
    font-size: .93em;
    line-height: 2.3vh;
    color: #69040f;
    cursor: pointer;
    border-bottom: 1px solid #20010540;
    transition: color 0.1s ease;
}


ol, ul{ padding: inherit !important;  }



.hero-nav-listItem2 li:hover {
    color:  #fff;      background:#51070f;transition: all 0.3s ease-in;
}

.hero-nav-list li,
.hero-nav-list ul li {
    list-style: none;
}

.hero-image {
    position: absolute;
    top: 25vh;
    left: 14vw;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.3);
    z-index: -1;
}
button{ outline: none !important; }
.hero-words-box {
    margin-top: 12vh;
    margin-left: 10vw;
    height: 40vh;
    width: 80vw;
    /* border: 1px solid red; */
}

.hero-word-top {
    /* overflow:hidden; */
    height: 50%;
    width: 100%;
    /* border: 1px solid red; */
}

.hero-words {
    display: inline-block;
    font-family: 'Cera-regular';
  
    line-height: 1; color: #000 !important; 
 

}

.cera-l{   font-family: "ITC Clearface Std";    -webkit-font-smoothing: antialiased; }

.inner-span {
    position: relative;
    top: 1.5vh;
    border-bottom: 1px solid #000;
    overflow: hidden;
    transition: all 0.8s ease-out; 
}

@media (max-width: 500px) {
	
    .hero-nav-listItem {
        width: 150px;
    }
    .hero-nav-listItem span {
        left: 57px;
    }
    .hero-words {
        font-size: 10vh;
    }
	
	
	
    .hero-words-box {
        margin-top: 10vh;
        margin-left: 5vw;
    }
}

@media (max-width: 400px) {
    .hero-words {
        font-size: 9vh;
    }
    .hero-nav-listItem span {
        left: 40px;
    }
    .hero-nav-listItem2 li {
        width: 150px;
    }
    .inner-span {
        top: 2.5vh;
    }
}

.inner-span span {
    position: relative;
    /* transition: all 0.8s ease; */
}

.inner-span span.animate {
    animation: animateDown 7s ease infinite;
}

@keyframes animateDown {
    0% {
        top: 16vh;
    }
    20% {
        top: 0vh;
    }
    70% {
        top: 0vh;
    }
    80% {
        top: 0vh;
    }
    100% {
        top: 16vh;
    }
}

.services-container {
    position: relative;
    width: 100%;
   height: 90vh;
    overflow: hidden;
    margin: auto;
	transition: all 0.8s linear;
}

.line-but{border: 1px solid #0c0c0c;
    padding: 1.2em;  background:background: rgb(219,238,255);
background: linear-gradient(229deg, rgba(219,238,255,1) 80%, rgba(206,232,255,1) 80%);
    width: 250px; transition: all 0.8s ease;
    border-radius: 2px;}

   button.line-but.mt-1:hover {
    background: #dbeeff; transition: all 0.8s ease;
}


.line-butt{border: 1px solid #0c0c0c;
    background: background: none;
    height: 50px;
    font-size: 1.4em;
    width: 50px;
    transition: all 0.8s ease;
    border-radius: 50%;}

   button.line-butt.mt-1:hover {
    background: #dbeeff; transition: all 0.8s ease;
}

.services-filter {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    min-width: 100%;
    transition: all 0.8s linear;
}

.services-container:hover .services-filter{
	right:0%;
}

.services-item {
    height: 100%;
    width: 100%;
    border-right: 1px solid #ddd;
    display: grid;
    /* grid-template-rows: 1fr 3fr 1fr; /*
    /* background: yellow; */
}

.item-header {
    background: linear-gradient(to left, #2c3e50, #1b1d1e);
    font-family: 'vivo-medium';
    width: 100%;
    padding: 2em;
    display: flex;
    margin-top: 31.3em;
    align-items: center;
    justify-content: center;
    text-rendering: optimizelegibility;
}


.text-scr{ font-size: 6em !important; }

.item-div {
    width: 90%;
    height: 90%;
    /* background:skyblue; */
    overflow: hidden;
}

.item-div img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.item-footer-alt {
    width: 100%;
    display: flex;
    align-items: center; color: 
    justify-content: center;
    /* background:grey; */
}


.item-footer-alt-new button {
   width: 220px;
    padding: .8vh 0;
    color: #fff;
    border-radius: 5px;
    transition: all 0.8s ease;
    font-family: 'Cera-Medium';
    font-size: 18px;
}
.item-footer-alt-new {
    width: 100%; border-radius: 5px;
    display: block;
    align-items: center; color: 
    justify-content: center;
    /* background:grey; */
}

.iitem-footer button {
    width: 550px;
    padding: 1.5vh 0;
    color: #fff;
    background: black;
    border-radius: 48px;
    text-transform: uppercase;
    font-size: 31px;
}

.item-footer {
    width: 100%;
    display: flex;
    align-items: center;
   
    /* background:grey; */
}

.plate { background: #fff;
    width: 70px;
    margin: 0 auto;
    justify-content: space-between;
    color: #000;
    padding-top: 13px;
    border-radius: 50px;
    height: 70px; transition: color 0.4s ease;}


    .plate:hover { background: none;
    width: 70px; border: 1px solid #fff ;
    margin: 0 auto;
    justify-content: space-between;
    color: #fff;
    padding-top: 13px;
    border-radius: 50px;
    height: 70px; transition: color 0.4s ease;}


.item-footer button {
    background: #fc3c44;
    width: 40%;
    padding: 1.5vh 0;
 color: #fff;
   
    transition: all 0.8s ease;
    font-family: 'Cera-Bold';
    font-size: 15px;
}

.item-footer button:hover {
    background: #fff;
    color: #fc3c44;
}

.item-footer-alt {
    width: 100%;
    display: flex;
    align-items: center; color: 
    justify-content: center;
    /* background:grey; */
}




.nav-link {
    display: block;
    padding: .5rem .1rem !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;}




@-webkit-keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.no-id{ visibility:hidden !important; }


.video {
  width: 100%;
  height: 700px;border: 1px solid #fff;



  position: relative;
}
/* .video video { */
  /* width: 100%; */
  /* height: 700px;  */
/* } */

.playbutton {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  text-indent: -9999;
  color: transparent;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.playbutton:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 40px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #FFF;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.playbutton:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 40px;
  display: block;
  width: 30px;
  height: 40px;
  border-left: 10px solid #FFF;
  border-right: 10px solid #FFF;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: translate3d(0, 0, 0);
}
.playbutton:hover:after {
  opacity: 1;
  width: 150px;
  left: -25px;
}
.playbutton.loading:before {
  opacity: 0;
}
.playbutton.loading:after {
  opacity: 1;
  width: 150px;
  left: -25px;
  border-radius: 3px;
  -webkit-animation: spin 800ms linear infinite;
  -moz-animation: spin 800ms linear infinite;
  -ms-animation: spin 800ms linear infinite;
  -o-animation: spin 800ms linear infinite;
  animation: spin 800ms linear infinite;
}
.playbutton.playing {
  top: 90%;
  left: 90%;
}
.playbutton.playing:after {
  -webkit-animation: endspin 600ms;
  -moz-animation: endspin 600ms;
  -ms-animation: endspin 600ms;
  -o-animation: endspin 600ms;
  animation: endspin 600ms;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  top: 30px;
  left: 40px;
  width: 30px;
  opacity: 1;
  opacity: .1;
}
.playbutton.playing:before {
  opacity: 0;
}
.playbutton.playing:hover:after {
  opacity: 1;
}
.playbutton.playing.paused:before {
  opacity: 1;
}
.playbutton.playing.paused:after {
  opacity: 0;
}
.cap:hover {
    filter: contrast(1.5);
}

.cape:hover {
    filter: contrast(1.1);
}

.cog-small{
  width: 50px;
  height: 50px;
  background: #102BA3;
  margin: 50px auto;
  }
    .pd-fx{ padding: 0.5em; }
 #cog {
    -webkit-animation: cog 1s infinite;         
    -moz-animation: cog 1s infinite;
    -ms-animation: cog 1s infinite;             
    animation: cog 1s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;     
    -ms-animation-timing-function: linear;
    animation-timing-function: linear   
}
@keyframes cog {
100%{ 
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}
}








@media only screen and (max-width: 35em) {
	/* .video video { display: none; */
  /* width: 100%; */
  /* height: 100%  ; object-fit: cover; */
/* } */

/* .pauseBtn{ */
	/* display:none; */
/* } */ 


 .pnerecipe-duration-controls {

  gap: 8px;
  font-size: 14px;

 
}



.pnerecipe-cart-btn {
    position: fixed;
    bottom: 28px;
    left: 63%;}

.pnerecipe-cart-modal-content

{ padding:7px ; width: 97%}


.pne-bg-fix-1{
    background-size: contain !important;
    background-repeat: no-repeat !important;

    background-position: 50% 220% !important;}


    .pne-bg-fix-2{
  
    background-repeat: no-repeat !important;
    background-color:#79a0b1 !important;
          background-position: 50% -81% !important;}


             .pne-bg-fix-3{
          background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: 50% 275% !important;}


.ae-slide-show-item p{ font-size:1.1rem }
.ae-slide-show-item h2 {

    font-size: 1.8rem;}

.lirrle {margin-top: -6em !important}

.text-xxl-fix{ font-size: 1.25rem; }



    span.aepine-hidden-text {
    font-size: 33.5px; line-height: 1;
}

.pne-wdth-fix{ width:70px !important }

.gkge-off{padding-bottom: 1em;
    padding-top: 1em !important; height: auto !important;}

    .pne-camp-text{ font-size:26px }

.pne-ae-txt-fix {
    font-size: 33.5px !important;line-height: 40px !important;
}

.bord-pne{ border: none !important }
  .pne-recipe-scrollable {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none; /* Hide scrollbar in Firefox */
    -ms-overflow-style: none; /* Hide scrollbar in Internet Explorer */
  }

  .pne-recipe-scrollable::-webkit-scrollbar {
    display: none; /* Hide scrollbar in Webkit-based browsers */
  }

  .pne-recipe-scrollable > * {
    flex: 0 0 auto; /* Prevent items from shrinking */
    margin-right: 8px; /* Optional: Add spacing between items */
    width: calc(85% - 16px); /* Each item takes almost full width with some space */
  }

  .pne-recipe-scrollable > *:nth-child(n) {
    margin-right: 8px; /* Ensure there's space between items */
  }

  /* This will make the last item slightly cut off to show part of the next one */
  .pne-recipe-scrollable::after {
    content: '';
    display: block;
    width: 8px; /* Adding space to show part of the next item */
  }

.pne-bt{width: 315px !important}

.pne-flx{display: flex
;
    align-items: center !important;
    gap: 6px !important;
    flex-direction: column !important; margin: 0 auto;}


.cd-morph-dropdown .links-list a,
.cd-morph-dropdown .btn {

  margin-left: 6px !important;}

 #pineGGridContainer {
        display: grid;
        grid-auto-flow: column; /* Horizontal scrolling */
        grid-auto-columns: minmax(330px, 1fr); /* Ensure visible width on mobile */
        overflow-x: scroll; /* Allow horizontal scrolling */
        width: 100vw; /* Full viewport width */
        padding: 0;
    }

    /* Hide scrollbar on mobile */
    #pineGGridContainer::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Webkit browsers */
    }
    #pineGGridContainer {
        -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
        scrollbar-width: none; /* Hide scrollbar for Firefox */
    }



.pine-g-search-bar input{ width: 90% !important }

.pine-g-search-icon{    left: 83% !important;}

.gk-lgr{ font-size:1.2em}

  .pine-rectangle-grid {
    grid-template-columns: repeat(2, 1fr) !important; /* Two columns on larger screens */
  }

/* Full-width grid container */
.pine-rectangle-grid {
  display: grid;
  grid-template-columns: 1fr; /* Single column layout on mobile */
  gap: 10px; /* Add spacing between items */
  width: 100%;
  max-width: 100vw; /* Ensures no horizontal overflow */
  overflow-y: auto; /* Enable vertical scroll */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
}

/* Hide scrollbar for mobile devices */
.pine-rectangle-grid::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.pine-rectangle-grid {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Style for the rectangle grid items */
.pine-rectangle {
  position: relative;
  width: 100%; /* Full width for each grid item */
  aspect-ratio: 1 / 1; /* Square shape */
  background-size: cover;
  background-position: center;
  border-radius: 8px; /* Optional: rounded corners */
}


.securepine-popup{width: 95% !important}



/* Custom class for full-width, vertically scrollable grid */
.full-width-scrollable {
  display: flex;
  flex-direction: row;
  gap: 16px; /* Space between items */
  width: 100%;
  overflow-y: auto; /* Enable vertical scrolling */
}

  .full-width-scrollable {
    scrollbar-width: none; /* For Firefox */
  }

  .full-width-scrollable::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Edge */
  }

.full-width-scrollable > * {
  flex-shrink: 0; /* Prevent items from shrinking */
  scroll-snap-align: start; /* Align each item at the start */
  width: calc(100% - 32px); /* Adjust to ensure proper sizing, optional */
  max-width: 300px; /* Example max width for items */
  border-radius: 8px; /* Optional: Rounded corners */
}

.youtubefx{ left:145px !important; height:300px !important }



.pin-rectangle{left: 456px !important}


.pin-video-rectangle{left: 145px !important}

.pine-pb { padding-bottom:2em !important }

#pineblur-button {

    bottom: 45px !important;
 
    min-width: 40px !important;
    min-height: 40px !important;
 
}



.pine-fest{    font-size: 15px;}
.pine-fontx{ font-size:1.5em }

.pne{ font-size:27px !important }

.pine-profile {
    height: 300px !important;
    width: 100% !important;}

.pine-prf{ width: 90%         ;margin: 0 auto;}



.pine-profile {
    height: 300px;
    width: 300px;
   
    margin-top: 2em;
}


.gkge-wts{    margin-top: -0.8em !important} .gkge-p-fix{ margin-top:-1em !important }
.gkge-margin-fx {
    margin-left: 0em !important;
}

.gkge-no-pad {
    padding-right: 0px !important;
}

.gkge-nwb{ border-radius:0px !important }

.gkge-border-r{    border-radius: 0px 0px 10px 10px !important;
}

.gkge-border-l{    border-radius: 10px 10px 0px 0px !important;
}

.fiix{font-size: 2rem !important; }


.cd-morph-dropdown{ position: relative;
    height: 0px !important;
    z-index: 1000;
    } 
.h-fx{ height:100% !important } 
 .fxxx {
    font-size: 1.95rem !important;
}  .m-f {
    margin-top: 3em !important;
} .da-block{ display:block; }
.cd-morph-dropdown .morph-dropdown-wrapper{ top: 100px !important; } .hide-hide{ display: none; }
.pd-fx{ padding: none !important; } .hight-fx{ height: auto !important; padding-bottom: 2em; } .betn{background: #ff7101 !important;
    margin-top: 1em;
    border-radius: 40px !important;
    width: 330px;
    color: #fff !important;} .font-correct-small{ width: 100% !important ;  } .nobg-img{ background-image: none !important; } .hide-pon-mobile { display: block; margin-top:3.2em } .font-correct-big{ width: 100% !important ; font-size: 5em !important; } .text-scr{ font-size: 4em !important; } .wedth{ width: 100% !important; } .jusibe-fx{ height: 40%; }
.lowks { text-align: center !important; margin: 0 auto !important; } .hero-f{ height: 100% !important; padding-bottom:5px !important } .full-fix{ width:100% !important }
.line-but { width: 100%; } .newboys { margin: 0 auto ; text-align: center;  } .fot-fx{ font-size: 2.5em; } .sp-op{ display: none; }
 .no-marg-top{ margin-top: 0em !important; }  .width-mobile { width: 100% !important; } .floot-none{ float: none !important; text-align: center;  margin: 0 auto; padding-top: 1em}

    .item-header { margin-top: 31em; }

    .pine-pads{ padding:1px !important } .no-pine-pads { padding: 0px !important } .no-pine-marg{ margin: 0px !important  } .no-pine-bord{ border: none !important; }

    .iitem-footer button { width: 100%;}
.hyde{ display: none !important; 
  } 
  html{ overflow: none; } 
  body{ overflow: none } 
  .no-disp { visibility: hidden; }

}

@media only screen and (max-width: 64em) {
.hyde{ display: none !important; 
  } 
  html{ overflow: none; } 
  body{ overflow: none } 
  .no-disp { visibility: hidden; }
 .magin-mob { margin: 0 auto;  
 padding-bottom: 1em }  .magin-mob-alt { margin: 0 auto;  margin-bottom: 1.5em} .floot-none{ float: none !important; text-align: center;  margin: 0 auto; padding-top: 1em}
}

.cera-medium { font-family: 'Cera-Medium'; }
.cera-regular { font-family: 'Cera-Regular'; }
.cera-bold { font-family: 'Cera-Bold'; }

.item-footer-alt button {
    background:#ec5829;
    width: 220px;
    padding: 1.5vh 0; color: #fff;
 
       border-radius: 35px;
    transition: all 0.8s ease;
    font-family: 'Cera-Medium';
    font-size: 18px;
}

.item-footer-alt button:hover {
    background: rgba(255, 255, 255, 1);
    color: #000;
}




.services-btns-box{
	position: absolute;
	width: 100%;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	display:flex;
	justify-content:space-between;
}

.services-btns, 
.services-btns2 {
   border-radius: 50%;
    background: #fff;
    height: 8.5vh;
    width: 8.5vh;
    color: #000;
    font-size: 5vh;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.services-btns3 {
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%);
   border-radius: 50%;
    background: skyblue;
    height: 8.5vh;
    width: 8.5vh;
    color: #034c45;
    font-size: 5vh;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.services-btns4 {
	position:absolute;
	bottom:5%;
	right:5%;
   border-radius: 50%;
    /* background: skyblue; */
    height: 8.5vh;
    width: 8.5vh;
    color: white;
    font-size: 5vh;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}




.services-right {
    left: 96%;
}



@media (max-width: 500px) {
	
    .services-right {
        left: 88%;
    }


}

@media (max-width: 400px) {
    .services-right {
        left: 80%;
    }
	
	.brands-outer-box{
		position:relative;
		overflow-x:auto;
		
	}
	
	
	.brands-box{
		display:flex;
		flex-wrap:nowrap;
		align-items:center;
		width: 750%;
		right:30%;
	}
	
	.single-brand-box{
		width:80%;
		/* border-right: 1px solid white; */
	}
	
	.services-btns2 {
		 visibility: visible;
	}
	
}
