body {
    -webkit-font-smoothing: antialiased;
}

a {
    -webkit-font-smoothing: antialiased;
}


.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;
}




 .pine-table-button-white {
            display: block;
            margin: 20px;
            padding: 10px 20px;
            background: #fff;
            color: black;
            text-decoration: none;
            border-radius: 5px;
            font-size: 16px;

        }
        .pine-table-button-white:hover {
            background: #e3e3e3; color: #000;    transition: all 0.6s ease;
        }


.hero-top {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.vivo-button{width: 200px;
    border-radius: 100px;
    padding: 10px !important;
    border: 1px solid #fff;
    color: #fff !important;
    background: #e0dddd57;}


    .vivo-button-alt{width: 200px;
    border-radius: 100px;
    padding: 10px !important;
    border: 1px solid #fff;
    color: #000 !important;
    background: #fff;}


     .vivo-button-alt-2{width: 200px;

    padding: 10px !important;

    color: #fff !important; border-bottom: 1px dashed #fff;
    background: none;}

    
.rante {transform: rotate(
-90deg
) translateX(-65%);    font-family: 'Cera-Regular'; opacity: .9;
    transform-origin: 0 0;}


.rante:before {
    content: "------------------------------";
    vertical-align: baseline; color: #F5EB17;
    margin-right: 1em;letter-spacing: -2px;
}

.projects-container-filter>article>footer>h3{ font-family: 'vivo-tall-book'; }

.hero-nav {
    width: 90%;
    margin: auto;
    margin-top: 3vh;
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    justify-content: space-between; padding-bottom: 1em;
    align-items: center;
}

.sm-hero-words {
    display: inline-block;
    font-size: 7.5vh;
    line-height: 1.1;
    color: #F5EB17;
    letter-spacing: -1px;
}

.hero-nav-list {
    justify-self: end;
       font-family: 'Cera-Bold';
    font-weight: 100;
    position: relative;
}

.hero-nav-listItem {
        background: rgb(255 255 255 / 0%);
    width: 165px;
    height: 5.5vh;
    font-family: 'Cera-Bold';
    border-radius: 31px;
    border: 0.7px solid white;
    padding-left: 20px;
    -webkit-font-smoothing: antialiased;
    font-size: .93em;
    color: #ffffff;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
}






.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 !important;
 
    width: 260px;
    font-size: 18px;}

    .d-but-or:hover {    color: #fff !important;
    background:#000 ; }


    .d-blessed-b{  
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: 0.9em;
    display: inline-block;
    border-radius: 34px; 
    background: #ffffff;
 color: #000 !important;border:1px solid #fff;
 
    width: 260px;
    font-size: 18px;}

    .d-blessed-b:hover {    color: #fff !important;
    background:none ; border:1px solid #fff; }

.d-blessed-b-y {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    border-radius: 50%;
    background: #bea3a32e;
    color: #f8f8f8 !important;
    border: 1px solid #ffffff6b;
    width: 80px;
    height: 80px;
    position: relative; /* or static */
    z-index: 0; /* or adjust according to your needs */
}

.d-blessed-b-y:hover {
    color: #000 !important;
    background: #ffffff;
    border: 1px solid #ffffff;
}


.m-f{
  
  animation: rodar 80s infinite linear;
  transform: rotate(30deg);

}

@keyframes rodar {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    left: 30px;
  }
}




.hero-nav-listItem span {
    position: relative;
    left: 65px;
    transition: all 0.6s ease;
}

.hero-nav-listItem span.active {
    transform: rotate(180deg); top: -4px;
}

.hero-nav-listItem2 {
    position: absolute; z-index: 1000;
    font-family: 'Cera-Regular';
	top: 26px;
    /* transform: scaleX(0); */
	opacity:0;
    transition: all 0.3s ease-in;
	pointer-events:none;padding-left: 0px;
}

.hero-nav-listItem2.show {
    /* transform: scaleX(1); */
opacity: 1;
    top: 60px;
    pointer-events: auto;padding-left: 0px;
}

.hero-nav-listItem2 li {
        background: rgb(255 255 255);
    font-family:'cera-bold';
    width: 165px;
    min-height: 4.5vh;
    padding: 1.5vh 0 1.6vh 20px;
    font-size: .93em;
    line-height: 3vh;
    color: #000;
    cursor: pointer;
    border-bottom: 1px solid #97929240;
    transition: color 0.4s ease;
  
}



.hero-nav-listItem2 li:hover {
   background: rgb(254 254 236)   ;
}

.hero-nav-list li,
.hero-nav-list ul li {
    list-style: none;
}

.hero-image {
    position: absolute;
    top: 15vh;
    left: 14vw;    -webkit-font-smoothing: antialiased;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.3);
    z-index: -1;
}

.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-size: 21.5vh; line-height: 1.1; 

    color: #F5EB17;
    letter-spacing: -6px;
}

.inner-span {
    position: relative;
    top: 1.2vh;
    border-bottom: 1px solid #fff;
    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: 95%;
   height: 105vh;
    overflow: hidden;
    margin: auto;
	transition: all 0.8s linear;
}



.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:pink; */
    font-family: 'vivo-medium';
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-rendering: optimizelegibility;
}

.item-div {
    width: 100%;
    height: 90%;
    /* background:skyblue; */
    overflow: hidden;
}

.item-div img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.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;
    justify-content: center;
    /* background:grey; */
}

.item-footer button {
    background: none;
    width: 40%;
    padding: 1.5vh 0;
    border: 1px solid black;
    border-radius: 48px;
    transition: all 0.8s ease;
    font-family: 'vivo-light-body';
    font-size: 15px;
}

.item-footer button:hover {
    background: black;
    color: white;
}

.item-footer-alt {
    width: 100%;
    display: flex;
    align-items: center; color: 
    justify-content: center;
    /* background:grey; */
}

@media only screen and (max-width: 35em) {

    
.pne-showcase{ height:66vh !important; 
 }

 .pneshowfix{top: -36px !important;         left: -8px;}


    .nav__container {

  height: 80vh !important;}


  .menu {  right: 30px !important;     top: 27.5px !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; }

    .hero-top {
    position: relative;
    height: 100%;} .leta{ letter-spacing: 0px !important; } .h-fx { height:100% !important } .rante {transform: rotate(
360deg
) translateX(0%);    font-family: 'Cera-Regular'; opacity: .9;
    transform-origin: 0 0;}

.centa-centa{ text-align: center !important;} .auto-m{ margin: 0 auto;} .futa { height: 300px !important ;}
    .iitem-footer button { width: 100%;} .am{font-size: 4rem !important; } .full-fix{ width:100% !important } .m-f {
    margin-top: 3em !important;
}


.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}
}


.item-footer-alt button {
    background: #fff;
    width: 300px;
    padding: 1.5vh 0; color: #000;
    border: 1px solid #fff;
    border-radius: 48px;
    transition: all 0.8s ease;
    font-family: 'vivo-light-body';
    font-size: 17px;
}

.item-footer-alt button:hover {
    background: rgba(255, 255, 255, .4);
    color: #fff;
}

.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: rgba(220, 220, 220, 0.5);
    height: 8.5vh;
    width: 8.5vh;
    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;
	}
	
}
