@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;1,9..40,300&display=swap');


:root {
  --cg-primary-color: #E29D68;
  --cg-primary-color-dark: hsl(26, 68%, 60%);
  --cg-secondary-color: #344551;
  --cg-pricing-card-color: #465d6d;
  --cg-dark-secondary-color: rgb(40, 53, 62);
  --cg-light-secondary-color: hsl(205, 22%, 70%);
  --cg-black: #232323;
  --cg-light: #F5F5F5;
  --cg-cream: #ebebeb;
  --cg-grey: hsl(205, 22%, 90%);
  --cg-light-dark: hsl(0, 0%, 90%);
}

html {
  overflow-x: hidden;
}
body{

  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
    overflow-x: hidden;
}


.owl-nav {
  display: none;
}

.slider-overlay {
  position: relative;
}

.slider-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.service-banner {
  margin-top: -16vh;
}

.service-banner .card-title {
  color: var(--cg-primary-color);
  font-size: 1rem;
  margin-top: 3rem;
}

.service-banner .card-img-overlay {
  top: 7px;
  right: 5px;
  bottom: 7px;
  left: 5px;
  background-color: rgba(0, 0, 0, 0.7);
}

.slider-item {
  margin-top: 32vh;
}

.logo img {
  width: 100% !important;
  aspect-ratio: 5 / 2;
  object-fit: contain;
  mix-blend-mode: darken;
}

.box-quote {
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
}

.testimony {
  margin-top: 2rem;
  font-size: 1.5rem;
}

#carouselTestimony .carousel-indicators {
  margin-bottom: -2rem;

}

#carouselTestimony .carousel-indicators button {
  background-color: var(--cg-primary-color);
}

#carouselTestimony .carousel-indicators button .active {
  background-color: var(--cg-primary-color-dark);
}

.gallery .card {
  width: 18rem;
  height: 18rem;
}

.gallery .card img {
  object-position: center;
  object-fit: cover;
  height: inherit;
}

.gallery .card .title-banner {
  position: absolute;
  bottom: 8px;
  right: 4px;
  background-color: #fff;
  color: var(--cg-secondary-color);
  font-weight: bold;
}


.gallery .card-img-overlay, .gallery .card-img-overlay .title-banner{
  transition: all 400ms linear;
}
.gallery .card-img-overlay:hover {
  background-color: rgba(226, 157, 104,0.2);
}

.gallery .card-img-overlay:hover .title-banner{
  background-color: var(--cg-primary-color);
  color: var(--cg-light);

}



footer ul li a,
.navbar .nav-item a {
  color: var(--cg-light-secondary-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.cg-nav .nav-item a {
  color: var(--cg-secondary-color) !important;
}

footer ul li a:hover,
.navbar .nav-item a:hover {
  color: var(--cg-primary-color) !important;
  text-decoration: none;
}

.cg-btn-primary {
  background-color: var(--cg-primary-color);
  color: var(--cg-light);
  border: 2px solid var(--cg-primary-color);
}

.cg-btn-primary:hover {
  background-color: var(--cg-primary-color-dark);
  color: var(--cg-light);
  border: 2px solid var(--cg-primary-color);
}

.cg-btn-secondary {
  background-color: var(--cg-secondary-color);
  color: var(--cg-light);
  border: 2px solid var(--cg-secondary-color);
}

.cg-btn-secondary:hover {
  background-color: var(--cg-dark-secondary-color);
  color: var(--cg-light);
  border: 2px solid var(--cg-dark-secondary-color);
}

.cg-btn-light {
  background-color: var(--cg-light);
  color: var(--cg-primary-color);
  border: 0;
}

.cg-btn-light:hover {
  background-color: var(--cg-light-dark);
  color: var(--cg-primary-color-dark);
  border: 0;
}

.cg-nav {
  background-color: var(--cg-light) !important;
  box-shadow: 1px 1px 4px rgb(12, 23, 48, 0.2);
}

.cg-nav .navbar-toggler {
  background-color: var(--cg-secondary-color) !important;
}

.blogs .card {
  max-width: 35rem;
}

.blog-banner {
  position: absolute;
  bottom: -12%;
  width: 78%;
  margin-right: auto;
  margin-left: auto;
}

.blog-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}


.blogs .card {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;

}

.blogs .card .date-banner {
  position: absolute;
  right: 2rem;
  top: -2rem;

}

/* Services Page*/

/* From Uiverse.io by codebykay101 */
.anim {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.1;
  background-color: red;
  margin-left: 30%;
  margin-top: 25%;
}

.anim .square {
  position: absolute;
  width: 300px;
  height: 300px;
}

.anim .square:nth-child(2) {
  transform: translate(-25%, -25%) rotateX(180deg);
  /*filter: hue-rotate(60deg); */
}

.anim .square:nth-child(3) {
  transform: translate(25%, 25%) rotate(180deg);
  /*filter: hue-rotate(180deg);*/
}

.anim .square::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--cg-secondary-color);
  box-shadow: 0 0 0 8px #344551, 0 0 0 15px #3445519c;
  animation: animateSquare 4s linear infinite;
}

@keyframes animateSquare {
  0% {
    transform: translate(2px,2px);
  }

  25% {
    transform: translate(178px,2px);
  }

  50% {
    transform: translate(178px,178px);
  }

  75% {
    transform: translate(2px,178px);
  }

  100% {
    transform: translate(2px,2px);
  }
}

.anim .square span {
  position: absolute;
  inset: 10px;
  overflow: hidden;
  transform: rotate(calc(90deg * var(--i)));
}

.anim .square span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: var(--cg-secondary-color);
  transform: translateX(-100%);
  animation: animate 4s linear infinite;
  animation-delay: calc(1s * var(--i));
}

@keyframes animate {
  0% {
    transform: translateX(-100%);
  }

  50%,100% {
    transform: translateX(100%);
  }
}


.service-board .tab-pane{
  max-width: 30rem;
  margin-left: 1rem ;
}
.service-board .tab-pane p{
  padding: 1rem;
  text-align: justify;
}
.service-board .list-group .list-group-item.active,
.service-board .list-group .list-group-item:hover{
  background-color: var(--cg-dark-secondary-color);
  border-color: var(--cg-dark-secondary-color);
}

/*Gallery Page*/
/* From Uiverse.io by eslam-hany */
.book {
    position: relative;
    border-radius: 10px;
    width: 220px;
    height: 300px;
    background-color: whitesmoke;
    -webkit-box-shadow: 1px 1px 12px #000;
    box-shadow: 1px 1px 12px #000;
    -webkit-transform: preserve-3d;
    -ms-transform: preserve-3d;
    transform: preserve-3d;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    margin-top: 7%;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.cover {
    top: 0;
    position: absolute;
    background-color: lightgray;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-box-shadow: 1px 1px 12px #000;
    box-shadow: 1px 1px 12px #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.book:hover .cover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotatey(-80deg);
    -ms-transform: rotatey(-80deg);
    transform: rotatey(-80deg);
    overflow: hidden;
}




.wave {
    position: absolute;
    width: 540px;
    height: 700px;
    opacity: 0.6;
    left: 0;
    top: 0;
    margin-left: -50%;
    margin-top: -70%;
    background: linear-gradient(744deg, #E29D68, #E29D68 60%, #465d6d);
}

.icon {
    width: 3em;
    margin-top: -1em;
    padding-bottom: 1em;
}

.infotop {
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 5.6em;
    left: 0;
    right: 0;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.name {
    font-size: 14px;
    font-weight: 100;
    position: relative;
    top: 1em;
    text-transform: lowercase;
}

.wave:nth-child(2),
.wave:nth-child(3) {
    top: 210px;
}

.playing .wave {
    border-radius: 40%;
    animation: wave 3000ms infinite linear;
}

.wave {
    border-radius: 40%;
    animation: wave 55s infinite linear;
}

.playing .wave:nth-child(2) {
    animation-duration: 4000ms;
}

.wave:nth-child(2) {
    animation-duration: 50s;
}

.playing .wave:nth-child(3) {
    animation-duration: 5000ms;
}

.wave:nth-child(3) {
    animation-duration: 45s;
}

@keyframes wave {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*End of Gallery Page*/

/*Blog Articles Page*/

.blog-page .card {
  max-width: 25rem;
}

.blog-page .blog-banner {
  position: absolute;
  bottom: -18%;
  width: 78%;
  margin-right: auto;
  margin-left: auto;
}

.blog-page  .blog-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}


.blog-page .card {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;

}

.blog-page .card .date-banner {
  position: absolute;
  right: 2rem;
  top: -2rem;

}
.blogs .card, .blog-page .card, .blogs .card .blog-banner>div, .blog-page .card .blog-banner>div{
  transition: all 400ms linear;
}

.blogs .card:hover,.blog-page .card:hover, .blogs .card:hover .blog-banner>div,.blog-page .card:hover .blog-banner>div{
  background-color: var(--cg-cream) !important;
}
.packages {
  position: absolute;
  margin-top: -25vh;
}
.packages .card{
  width: 24rem;
  border-bottom-right-radius: 155px;
}

.eventcarousel .card{
  width: 18rem;
}

.eventcarousel .card .card-img-overlay{
  transition: background-color 400ms linear;
}

.eventcarousel .card .card-img-overlay:hover{
  background-color: rgba(226, 157, 104,0.2);
}

.eventcarousel .card .event-calendar{
  right: 15px;
  top: -25px;
}

.eventcarousel .card .event-calendar h5{
  position: relative;
  z-index: 10;
  font-size: 1rem;
}
.eventcarousel .card .card-footer {
  color: var(--cg-secondary-color);
  background-color: var(--cg-grey);
  font-weight: bold;
  text-align: center;
}
.owl-carousel .owl-stage-outer{
  padding-top: 25px;
}

.event-item {
  text-decoration: none;
  color: var(--cg-black);
  border-bottom: 1px solid var(--cg-light-secondary-color);
  transition: background-color 400ms linear;
}
.event-item img{
  max-width: 320px;
}
.event-item:hover {
  background-color: rgba(226, 157, 104,0.2);
}

.service-set{
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style:oblique;
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-stretch: ultra-expanded;
  letter-spacing: 0.4rem;


  text-transform: uppercase;
  color: var(--cg-dark-secondary-color);
}

.stage {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /*background-image: url("https://img.freepik.com/free-photo/general-army-overseeing-special-reconnaissance-mission-control-center_482257-89811.jpg?t=st=1721644617~exp=1721648217~hmac=f1c294e9f5e0b0334d556c67710992f5ecf5a02110a61046b84ece268d542b0f&w=1380")*/
}
.stage.grid, .stage.columns {
  align-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}

.letter {
  text-align: center;
  color: var(--cg-dark-secondary-color);
  font-size: 10vmax;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
}
.stage.grid .letter {
  flex-basis: 50%;
}
.stage.columns .letter {
  flex-basis: 25%;
}
.intro, .gsap {
  font-size: 5vmax;
  color: var(--cg-cream);
}
.intro {
  padding: 2px 1.3vmax;
  font-weight: 300;
  display: none;
}
.gsap {
  padding: 2px 0;
  font-weight: 600;
  display: none;
}
.stage.final .intro, .stage.final .gsap {
  display: block;
}
.sl{
  font-size:16px;
  color:var(--cg-dark-secondary-color);
}
.c {
  background: var(--cg-dark-secondary-color);
  color: var(--cg-primary-color);
  border-top-left-radius: 5%;
  border-bottom-left-radius: 5%;
}
.g {
  background: var(--cg-secondary-color);
  color: var(--cg-primary-color);
}
.a {
   background: var(--cg-dark-secondary-color);
   color: var(--cg-primary-color);
  }
.s {
 /* background-image: url("/images/city.webp");*/
  background: var(--cg-secondary-color);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--cg-primary-color);
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
}
.stage.plain .letter {
  background: transparent;
  color: var(--cg-cream);
  padding: 0;
}
.c .sl, .g .sl,.a .sl, .s .sl{
  color: var(--cg-primary-color);
}

.gs-logo {
  position: fixed;
  width: 100px;
  bottom: 20px;
  right: 30px;
}

/*Services PAGE START*/
.scroller {
  height: 100vh;
}


.text {
  color: #fff;
}

.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--cg-cream);
}


.text-wrap {
  position: relative;
  overflow: hidden;
  width: 450px;
  height: 80vh;
}

.panel-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 40px;
  text-align:start;
  background-color: var(--cg-cream);
  transform:translateY(100%);
  opacity: 0;
}

.panel-text.blue-text {
  color: blue;
}

.panel-text.red-text {
  color: red;
}

.panel-text.purple-text {
  color: purple;
}

.panel-text.orange-text {
  color: orange;
}






.p-wrap {
  position: relative;
  overflow: hidden;
  width: 450px;
  height: 80vh;
}

.panel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../images/5ed12171d9d512cb2feead83_5.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel._2 {
  z-index: 1;
  background-image: url("../images/5f5a5b3515c4dd0c2c455925_110642301_938622823267359_7859124022958180678_n201.jpg");
}

.panel.induction {
  background-image: url("/images/binduction.webp");
  z-index: auto;
}

.panel.directdev {
  z-index: auto;
  background-image: url("/images/blog1.webp");
}

.panel.evaluating {
  z-index: auto;
 background-image: url("/images/evaluations.webp");
}
.panel.strategy {
  z-index: auto;
 background-image: url("/images/strategicplanning.webp");
}
.panel.leadership {
  z-index: auto;
 background-image: url("/images/lead.webp");
}
.panel.executive {
  z-index: auto;
 background-image: url("/images/executive_dev_program.webp");
}
.panel.custom {
  z-index: auto;
 background-image: url("/images/blog3.webp");
}

.panel.panel-last {
  z-index: auto;
  background-image: url("/images/customsolutions.webp");
}


/*SERVICES PAGE END*/


/*Subscription Section*/
/* Subscription Cards  */
.card__price {
  width: min(300px, 100%);
  margin: auto;
  background-color: var(--cg-cream);
  text-align: center;
  border-top-left-radius: 4rem;
  border: 2px solid var(--cg-cream);
  position: relative;
}

.card__price::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 120px;
  background-color: var(--cg-primary-color);
  top: 32px;
  right: -2.5px;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.cardprice__body {
  padding: 2rem 1.5rem;
  max-width: 25ch;
  margin: auto;
}

.cardprice__title {
  font-weight: 800;
  color: #121513;
  font-size: 1.25rem;
  margin-block: 1.5rem 0.75rem;
}

.cardprice__paragraph {
  color: #303830;
  font-size: 0.875rem;
}

.cardprice__ribbon {
  margin-top: 1.5rem;
  display: grid;
  place-items: center;
  height: 50px;
  background-color: var(--cg-primary-color);
  position: relative;
  width: 110%;
  left: -5%;
  top: 10px;
  position: relative;
  border-radius: 0 0 2rem 2rem;
}

.cardprice__ribbon::after,
.cardprice__ribbon::before {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  bottom: 100%;
  z-index: -2;
  background-color: #191c39;
}

.cardprice__ribbon::before {
  left: 0;
  transform-origin: left bottom;
  transform: rotate(45deg);
}

.cardprice__ribbon::after {
  right: 0;
  transform-origin: right bottom;
  transform: rotate(-45deg);
}

.cardprice__ribbon-label {
  display: block;
  width: 84px;
  aspect-ratio: 1/1;
  background-color: #fff;
  position: relative;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 8px solid var(--cg-primary-color);
  display: grid;
  place-items: center;
  font-weight: 900;
  line-height: 1;
  font-size: 1.5rem;
}

.cardprice__ribbon-label::before,
.cardprice__ribbon-label::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 50%;
}

.cardprice__ribbon-label::before {
  right: calc(100% + 4px);
  border-bottom-right-radius: 20px;
  box-shadow: 5px 5px 0 var(--cg-primary-color);
}

.cardprice__ribbon-label::after {
  left: calc(100% + 4px);
  border-bottom-left-radius: 20px;
  box-shadow: -5px 5px 0 var(--cg-primary-color);
}





/*End Subscriptions Section*/







@media (max-width: 1080px) {
  .packages .card{
    width: 22rem;
  }
}
@media (max-width: 1000px) {
  .packages .card{
    width: 20rem;
  }
}



@media (max-width: 991.98px) {
  .slider-item {
    margin-top: 20vh;
  }

  .testimony {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .testimony {
    margin-top: 0;
    font-size: 1.1rem;
  }
  .packages{
    position: relative;
  }
  .packages .card{
    width: 24rem;
  }
}

@media (max-width: 496px) {
  .slider-item {
    margin-top: 14vh;
  }
  .packages{
    position: relative;
  }
}


/*Utilities*/

.bg-blur{
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(3px);
}
.cg-border-primary {
  border-color: var(--cg-primary-color) !important;
}

.cg-border-secondary {
  border-color: var(--cg-secondary-color) !important;
}

.cg-primary-text {
  color: var(--cg-primary-color) !important;
}

.cg-secondary-text {
  color: var(--cg-secondary-color) !important;
}

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.bg-repeat {
  background-repeat: repeat;
}
.bg-mini-logo {
  background-image: url('../images/logo-light-mini.webp');
  background-color: rgba(255, 255, 255,0.7);
  background-blend-mode:lighten;
}

.bg-harare {
  background-image: url('../images/htown.webp');
}

.bg-membership {
    background-image: url('../images/membership.webp');
  }

.bg-teamwork {
  background-image: url('../images/teamwork.webp');
}

.bg-overlay, .bg-overlay-70 {
  position: relative;
}

.bg-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.88);
  z-index: 1;
}
.bg-overlay-70::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.70);
  z-index: 1;
}

.rounded-bottom-30{
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.cg-dark-text {
  color: var(--cg-black) !important;
}

.cg-light-text {
  color: var(--cg-light-secondary-color) !important;
}

.cg-bg-primary {
  background-color: var(--cg-primary-color) !important;
}

.cg-bg-secondary {
  background-color: var(--cg-secondary-color) !important;
}

.cg-bg-dark-secondary {
  background-color: var(--cg-dark-secondary-color) !important;
}

.cg-bg-cream {
  background-color: var(--cg-cream) !important;
}

.cg-bg-grey {
  background-color: var(--cg-grey) !important;
}
.bg-white{
  background-color: #fff;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}
.z-index-4 {
  z-index: 4 !important;
}

.min-height-150 {
  min-height: 150px !important;
}

.list-style-none {
  list-style-type: none;
}

.fs-7{
  font-size: 0.9rem;
}
