.grde{ background-image: url('https://res.cloudinary.com/dih0krdcj/image/upload/v1665488023/Kolapo/main-gradient_zh5dnl.webp'); background-size: cover; background-position: top; }


@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-light';
    src: url('../fonts/kolapo-light.eot');
    src: url('../fonts/kolapo-light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/kolapo-light.woff2') format('woff2'),
    url('../fonts/kolapo-light.woff') format('woff'),
      url('../fonts/kolapo-light.ttf') format('truetype'),
       url('../fonts/kolapo-light.otf') format('opentype'),
    url('../fonts/kolapo-light.svg#kolapo-light') format('svg');
    font-weight: normal;
    font-style: normal;
    -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.otf') format('opentype'),
    url('../fonts/Cera/Kolapo-Book.svg#Kolapo-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}


#bg-wrap{ position: absolute; width:100% }



.wrap-flex{ flex-wrap:wrap }

.gkgeyt-video-section {
    width: 100%;
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.gkgeyt-video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 45%; /* Aspect ratio 16:9 */
    background-color: #000;
}

.gkgeyt-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.gkgeyt-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url('play-icon.svg');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.gkgeyt-text-overlay {
        position: absolute;
    bottom: 30px;
    height: 45px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 18px;
    border-radius: 32px;
    font-size: 16px;
    text-align: center;
}

.gkgeyt-video-container {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

.gkgeyt-video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}



.gkgeyt-title-container {
    position: absolute;
    top: 75px; /* Adjust the position */
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #fff;
}

.gkgeyt-title {

padding: 0px;
    margin: 0;
}

.gkgeyt-subtitle {

    margin: 5px 0 0 0;
    font-weight: 400;
}











.d-blessed-b-y {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    border-radius: 50%;
    color: #122C18;
    background: #ffffff;

 z-index: 1 !important;

    width: 80px;
    height: 80px;
    position: relative; /* or static */
    z-index: 0; /* or adjust according to your needs */
}

.d-blessed-b-y:hover {
    color: #122C18 ;
    background: #ffffff; opacity: .8;
 
}



#video-container {
    position: relative;
}

#video-overlay {
    position: fixed;
    top: 0;
    left: 0;z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

#video-popup {
    position: fixed; z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
    padding: 20px;
    text-align: center;
    display: none;
}

#close-btn {
    position: absolute;
    top: -30px;
    right: 10px; color: #fff;
    cursor: pointer;
}

.collapsible-container {
    position: absolute;
    bottom: -20px;
    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: 16px;
    color: #0e3531;
}

@font-face {
font-family: 'Brown-Regular';
src: url("fonts/Brown-Regular.otf") format("opentype");
font-weight: 100;
  font-style: normal;
}


 .hyde-alt{ display: none ;
  } 

@font-face {
font-family: 'Brown-Bold';
src: url("fonts/Brown-Bold.otf") format("opentype");
font-weight: 100;
  font-style: normal;
}

.animation-container {
  font-size: 24px;
  display: inline-block;
  align-items: center;
}

.animated-line {
  opacity: 0;
  animation: appear 1s forwards;
}

@keyframes appear {
  to {
    opacity: 1;
  }
}

.gk-opa {
  opacity: 0.9;
  transition: opacity 0.3s ease; /* Adjust the duration and timing function as needed */
}

.gk-opa:hover {
  opacity: 0.7;
}

.icon-g{ border: 1px solid #007e67;
    border-radius: 50%;
    width: 60px;
    color: #007e67;
    height: 60px;
    text-align: center;
    background: #97f9f08f; }

.wip {
    background: #c9f9c4;
    color: #35a62b;
    padding: 8px;
    font-size: 13px;
    border-radius: 7px;
    letter-spacing: 1px;
}

.kp-gkge {
    font-family: ibm plex sans!important;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 4px!important
}



#gkge-btc {


  transition: filter 1s ease-in-out; /* Smooth transition for the filter property */
}

.blur-clear {
  filter: blur(0); /* Clear state */
}

.blur-blurry {
  filter: blur(.7px); /* Blurry state */
}


.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;
}



.ibm-plex .sans-thin {
  font-family: "IBM Plex Sans" !important;
  font-weight: 100;
  font-style: normal;
}

.ibm-plex .sans-thin-italic {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.ibm-plex sans-extralight {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.ibm-plex sans-extralight-italic {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.ibm-plex sans-light {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ibm-plex sans-light-italic {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ibm-plex sans-regular {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ibm-plex sans-regular-italic {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ibm-plex sans-medium {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ibm-plex sans-medium-italic {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ibm-plex sans-semibold {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ibm-plex sans-semibold-italic {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.ibm-plex sans-bold {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ibm-plex sans-bold-italic {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}







.brown-reg {font-family: 'Brown-Regular';}
.hero-top {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.one-media{border:1px solid #fff;padding: 6px;background: crimson;border-radius: 6px 0px 0px 5px;}
.two-media{border: 1px solid #fff;padding: 5px 8px 6px 6px; text-transform: uppercase; background: rgb(246,246,246);
background: linear-gradient(90deg, rgba(246,246,246,1) 0%, rgba(227,227,227,1) 35%, rgba(249,249,249,1) 100%);border-radius: 0px 6px 6px 0px;color: #474646;margin-left: -4px;}


button.media-but:hover {
    filter: saturate(0);-webkit-font-smoothing: antialiased;
}


button.jogo:hover {
    background: black;
    color: #fff;
}
.d-but {
   border: 1px solid;
     font-family: 'Cera-Bold';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: .9em;
    display: inline-block;
    border-radius: 34px;
    width: 260px;
    font-size: 16px; color: #0e3531;
}


.d-buttle {
   border: 1px solid;
     font-family: 'Cera-Bold';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: .9em;
    display: inline-block;
    border-radius: 34px;
    width: 260px;
    font-size: 16px; color: #0e3531;
}


.d-buttle:hover{ background: #0e3531; color: #fff;  transition: all 0.2s ease-out; }



.dgk-but {
   border: 1px solid;
     font-family: 'Cera-Bold';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: .9em;
    display: inline-block;
    border-radius: 34px;
    width: 260px;
    font-size: 16px; color: #0e3531;
}

.dgk-but:hover{ background: #0e3531; color: #fff;  transition: all 0.2s ease-out;   border: 1px solid #0e3531;}



.d-bat {
    background: #04527f;
 
     font-family: 'Cera-Bold';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: .9em;
    display: inline-block;
    border-radius: 34px;border: 1px solid;
    width: 260px;
    font-size: 16px; color: #fff;
}

.d-bat:hover{ background: none; color: #04527f;   border: 1px solid; transition: all 0.2s ease-out; }


.d-bap {
    background: #c6369c;
 
     font-family: 'Cera-Bold';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: .9em;
    display: inline-block;
    border-radius: 34px;border: 1px solid;
    width: 260px;
    font-size: 16px; color: #fff;
}

.d-bap:hover{ background: none; color: #c6369c;   border: 1px solid; transition: all 0.2s ease-out; }


.d-bar {
    background: crimson;
 
     font-family: 'Cera-Bold';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: .9em;
    display: inline-block;
    border-radius: 34px;border: 1px solid;
    width: 260px;
    font-size: 16px; color: #fff;
}



.d-bar:hover{ background: none; color: crimson;   border: 1px solid; transition: all 0.2s ease-out; }


.d-bag {
    background: #039158;
 
     font-family: 'Cera-Bold';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: .9em;
    display: inline-block;
    border-radius: 34px;border: 1px solid;
    width: 260px;
    font-size: 16px; color: #fff;
}




.d-bag:hover{ background: none; color: #039158;   border: 1px solid; transition: all 0.2s ease-out; }




.d-baa {
    background:#823317;
 
     font-family: 'Cera-Bold';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: .9em;
    display: inline-block;
    border-radius: 34px;border: 1px solid;
    width: 260px;
    font-size: 16px; color: #fff;
}

.d-but-or{   font-family: 'Tw Cen Classified MT Std';
    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; }



.m-f{
  
  animation: rodar 80s infinite linear;
  transform: rotate(30deg);

}

@keyframes rodar {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    left: 30px;
  }
}




.d-baa:hover{ background: none; color:#823317;   border: 1px solid; transition: all 0.2s ease-out; }


.xd-but {
background: #fff;
     font-family: 'Cera-Bold';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: .9em;
    display: inline-block;
    border-radius: 34px;
    width: 260px;
    font-size: 16px; color: #0e3531

;
}


.xxd-but {
background: #03fe66;
     font-family: 'Cera-Bold';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: .9em;
    display: inline-block;
    border-radius: 34px;
    width: 260px;
    font-size: 16px; color: #0e3531

;
}


.xxd-but:hover {
background: #c5dbe2; color: #0e3531

;transition: all 0.2s ease-out; 
}

.xd-but:hover {
background: #03fe66; color: #0e3531

;transition: all 0.2s ease-out; 
}

.d-bttt{    border: 1px solid;
     font-family: 'Tw Cen Classified MT Std';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: 0.9em;
    display: inline-block;
    border-radius: 34px;
    width: 260px;
    font-size: 16px;
    color: #ffffff;}

    .d-bttt:hover{ background: #ffff; color: #5b0043;  transition: all 0.2s ease-out; }


.d-brttt{    border: 1px solid;
      font-family: 'Tw Cen Classified MT Std';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: 0.9em;
    display: inline-block;
    border-radius: 34px;
    width: 260px;
    font-size: 16px;
   color:#daf7a6;}

    .d-brttt:hover{ background: #daf7a6; color: #000;  transition: all 0.2s ease-out; }



.cera-l {
      font-family: 'kolapo-light' !important;
    -webkit-font-smoothing: antialiased;
}

.photo {
 
 height: 465px;background-repeat: no-repeat; background-size: cover;

  opacity: 0;
  transition: opacity 0.35s linear; */
}
.d-but:hover{ background: #0e3531; color: #fff;  transition: all 0.2s ease-out; }

   
    .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;}





#button {
  display: inline-block;
  background-color: #f2ff00;;
  width: 50px; color: #000 !important;
  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;

}

#button::after:hover {
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #0e3531; color: #fff !important;
}
#button:active {
  background-color: #555; color: #fff;
}
#button.show {
  opacity: 1;
  visibility: visible; color: #fff;
}

.vile{background-color: #041a14;

}
.file{ background: rgb(170,213,220);
background: linear-gradient(180deg, rgba(170,213,220,1) 0%, rgba(170,213,220,1) 67%, rgba(240,247,255,1) 100%);}


    .d-but-alt:hover{ background:#16A085; color: #fff; transition: all 0.2s ease-out; }




    .d-but-new{     
     font-family: 'Cera-bold';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: .9em;
    display: inline-block;
    border-radius: 34px;
    color:  #000;
    background: #f2ff00;
    width: 260px; 
    font-size: 18px;}


    .d-but-new:hover{ background: #00d72d61; color: #fff; transition: all 0.2s ease-out; ; }

.hero-nav {
    width: 100%;
    margin: auto;
    background: none; 
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    justify-content: space-between;
    align-items: center;
}

.butt-add{background: #ec5829 !important;
    color: #fff !important;
    margin-left: .5em;}

.hero-nav-list {
    justify-self: end;
  
    font-weight: 100;
    position: relative;
}

.hero-nav-list li, .hero-nav-list ul li {
    list-style: none;
    border-bottom: none;
    border-top: 1px solid #46003512; 
}

.hero-nav-listItem span {
    position: relative;
   
    transition: all 0.6s ease;
    color: #5b0043 !important;
}
.l-hofa{ color: #5b0043; }
.l-hofa:hover{ color: #b00e89 ; }

.d-but-newt{   font-family: 'Tw Cen Classified MT Std';
    padding-left: 2em !important;
    padding-right: 2em !important;
    -webkit-font-smoothing: antialiased;
    padding: 0.9em;
    display: inline-block;
    border-radius: 34px;
    color: #000;
    background: #f2ff00;
    width: 260px;
    font-size: 18px;}

    .d-but-newt:hover{   color: #000;   background: #fff}
.hero-nav-listItem {
     
    width: 165px;
    height: 5.5vh;
    border-radius: 48px;
    /* border: 0.7px solid #ffea07; */
    padding-left: 20px;
    font-size: .93em; background: #0e3531;
    color: #fff;
    z-index: ;
 
    cursor: pointer;
    display: flex;
    align-items: center;
}

.hero-nav-listItem span {
    position: relative;
    left: 74px;
    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:74px;
	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: #000;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.1s ease;
}


ol, ul{ padding: inherit !important; }



.hero-nav-listItem2 li:hover {
    color:  #44D362;
}

.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;
}

.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: 'Tw Cen Classified MT Std';  
    line-height: 1.2; color:#0e3531 !important; 
 

}

.inner-span {
    position: relative;
    top: 1.15vh; color: #DAF7A6 !important;
    border-bottom: 1px solid #DAF7A6;
    overflow: hidden;
    transition: all 0.8s ease-out; 
}

@media (max-width: 500px) {
	
    .hero-nav-listItem {
       width: 160px;
        height: 5.5vh;
    }
  
    .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-listItem2 li {
        width: 150px;
    }
    .inner-span {
        top: 12px;
    }
}

.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;
}

.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);
  }
}



.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;
  }
    
 #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 Queries for responsiveness */
@media only screen and (max-width: 600px) {
    #video-popup {
        padding: 10px; /* Adjust padding for smaller screens */
    }
}


@media only screen and (max-width: 35em) { 
	/* .video video { display: none; */
  /* width: 100%; */
  /* height: 100%  ; object-fit: cover; */
/* } */

/* .pauseBtn{ */
	/* display:none; */
/* } */


.hero-nav-listItem span{ left:65px !important }
       .gkge-off {
        padding-bottom: 1em;
        padding-top: 1em !important;
        height: auto !important;
    }


        .gkge-margin-fx {
        margin-left: 0em !important;
    }

   .pne-recipe-scrollable {
    display: flex;
    flex-wrap: nowrap !important;
    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(98% - 1px) !important; /* Each item takes almost full width with some space */
  }

  .pne-recipe-scrollable > *:nth-child(n) {
    margin-right: 0px; /* 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: 32px !important;
    flex-direction: column !important;}





.v-svg {
    width: 204px !important;
}
.gkkg{    text-align: center;}

.gk-lgr{ font-size:1.2em}

.dd-gk{    width: 210px !important;
    margin-top: 2em !important; 
}

.fl-gk{float:none !important;width: 250px !important;
    margin-top: 2em !important; }

.gk-ws { background:#fff !important }
    #video-popup iframe {
        width: 360px; /* Change width to 300px on mobile */
        height: 200px; /* Change height to 300px on mobile */
    }
.gk-up-way{ margin-top:-1em !important }
.gkge-no-dsp{ display:none !important; }

.collapsible-container {

    bottom: 15px;

    width: 350px

}
.inner-span {
    top: 6px;
}
.gkge-scroll-fix {   width: 18% !important; }
.gkge-border-r{    border-radius: 0px 0px 10px 10px !important;
}


.gkge-show {
    width: 93% !important;
    padding-left: 15px !important;
}

.gkge-border-l{    border-radius: 10px 10px 0px 0px !important;
}
.gk-np{ padding: 0px !important }

.gkge-no-pad{ padding-right: 0px !important }

.gkge-mmag{ margin-top:20px !important }

.gkge-nwb{ border-radius:0px !important }

.vid-overlay {
  position: absolute; visibility: visible;}

.gkge-margin-fx{     margin-left: 0em !important; } .gkge-news-alt:hover{background: none !important;} .gkge-news:hover{background: none !important;} .gkge-news { border:none !important; margin-bottom:3em } .gkge-last{ margin-bottom:3em !important } .gkge-news-alt{ margin-bottom:3em !important }


button.media-but{ display:block; }
.fxxx{ font-size: 1.95rem !important; } .h-fx{ height: 100% !important; }
.companies-container{ height: 300px !important; border-radius: 10px 10px 0px 0px !important; }
.delta-container{height: 300px !important; border-radius: 0px 0px 10px 10px !important;}

.d-buttle{ width: 85% !important;  } .d-but{ width: 100% !important;  } .no-bg{ background-image: none !important; height: 141vh !important; background-color: #fff !important; border-top: 1px solid #ddd } .no-bg-img{ background-image: none !important;  }

.dis-fix{ display: table !important; height: 100% !important; width: 100% !important; } .line-fx{line-height: 1.2;} .fiix{font-size: 2rem !important; } .full-fixr{ width: 100% !important; padding:0px !important } .full-fix{ width: 100% !important; } .m-f{ margin-top: 3em !important; }
.lowks { text-align: center !important; margin: 0 auto !important; }
.line-but { width: 100%; } .newboys { margin: 0 auto ; text-align: center; }
 .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; }

    .iitem-footer button { width: 100%;}
.hyde{ display: none !important; 
  } 

  .hyde-alt{ display: block;
  } 

  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: 'Tw Cen Classified MT Std'; }
.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;
	}
	
}
