/* 
    Theme Name: Makazole Mapimpi Foundation
    Author: Uhost Africa
    Author URI: https://uhost.africa
    Description: The official theme for Makazole Mapimpi Foundation
    Version: 1.0
*/
/* **********************
*       Fonts          *
*************************/
@font-face {
  font-family: 'Gothic';
  font-style: normal;
  font-weight: normal;
  src: local('Gothic'), url('../fonts/gothic.ttf') format('truetype');
}

@font-face {
  font-family: 'GothicB';
  font-style: normal;
  font-weight: normal;
  src: local('GothicB'), url('../fonts/gothicb.ttf') format('truetype');
}





/* **********************
*       Global          *
*************************/
:root {
  --window-width: 100%;
  --window-height: 100%;
  --clients-grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  --spacing-120-280: 280px;
  --spacing-120-200: 200px;
  --spacing-96-200: 200px;
  --spacing-96-120: 120px;
  --spacing-64-120: 120px;
  --spacing-48-96: 96px;
  --spacing-32-72: 72px;
  --spacing-24-56: 56px;
  --spacing-32-48: 48px;
  --spacing-16-40: 40px;
  --spacing-20-32: 32px;
  --spacing-16-32: 32px;
  --font-size-80-144: 9rem;
  --font-size-48-120: 7.5rem;
  --font-size-40-72: 4.5rem;
  --font-size-32-72: 4.5rem;
  --font-size-24-48: 3rem;
  --font-size-24-40: 2.5rem;
  --font-size-24-32: 2rem;
  --font-size-20-32: 2rem;
  --font-size-16-20: 1.25rem;
  --font-size-18-24: 1.5rem;
}

/* .page-link {
} */
header {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  ;
}

body {
  background-color: #fff;
}

h1,
h2,
p {
  /* font-size: 1rem; */
  color: #fff;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

textarea:focus,
input:focus {
  outline: none;
}

.dp-none {
  display: none;
}

.navbar-brand {
  width: 12%;
}
.default .navbar-brand{
  top: 130px;
  position: relative;
}
.navbar-brand h1 {
  letter-spacing: 5px;
}

/* .navbar-brand::before {
	content: "";
	background-color: #fff;
	position: absolute;
	width: 1px;
	height: 90%;
	top: 0;
	left: 25.7%;
	display: block;
	padding: 8px 0;
} */
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  z-index: 3;
  padding: 0 20px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #838ad6;
}

.navbar-collapse {
  /* border-bottom: 1px solid #fff; */
}

.navbar-nav {
  /* border-right: 1px solid #fff; */
}
.page-header{
  height: 300px;
  background: url('./assets/images/bg4.jpg');
  background-size: cover;
}
.form-control {
  border-radius: 5px;
  border: 1px solid #e0dddd;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border: 1px solid #e0dddd;
  outline: none;
  box-shadow: none;
  color: #c8c8c8;
}

.btn-primary,
.btn-primary:hover {
  background-color: #000;
  border-color: #000;
  text-transform: uppercase;
  cursor: pointer;

}
.btn-primary.disabled,
.btn-primary:disabled{
  color: #495057;
  background-color: #efefef;
  border-color: #efefef;
  border-radius: 5px;
  padding: 5px;
}
.social-icons .icons {
  list-style: none;
  display: inline-flex;
  padding: 10px 0 0 0;
}
.section-default p {
  color: #2e3137;

}
/* .social-icons .icons::after{
	content: "";
	background-color: #fff;
	position: absolute;
	width: 1px;
	height: 90%;
	top: 0;
	left: 71.3%;
	display: block;
	padding: 8px 0;
} */
.social-icons .icons li {
  margin: 0 15px;
}

.social-icons .icons li a {
  color: #fff;
  font-size: 30px;
}

.social-icons .icons li a:hover {
  color: #838ad6;
  text-decoration: none;
}

/* **********************
*       HOMEPAGE        *
*************************/
section {}

.hero-homepage {
  height: 100vh;
  /* width: var(--window-width); */
  position: relative;
  background: url('./assets/images/bg.jpg');
  background-repeat: no-repeat;

}

.hero-homepage .video-wrapper .home_video {
  /* height: auto;
	width: var(--window-width); */
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  /* position: fixed; */
  top: 0;
  left: 0;
  /* z-index: -1; */

}

.hero-homepage .content {
  position: absolute;
  top: 25%;
  width: 100%;
}

.hero-homepage .content .header-text {
  z-index: 2;
  position: inherit;
}

.hero-homepage .content .header-text .title {
  font-family: hansonbold, arial, sans-serif;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.hero-homepage .content .header-text .subtitle {
  font-family: hansonbold, arial, sans-serif;
  font-size: 2rem;
  letter-spacing: .05em;
  line-height: 1;
  color: #fff;
  padding-top: 2rem;

}

#video_overlay {
  position: absolute;
  height: 100vh;
  width: var(--window-width);
  background-color: #000000a8;
  z-index: 2;
}

.js .homepage [data-content-fade=group-3] {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.js .homepage [data-content-fade=group-1],
.js .homepage [data-content-fade=group-2],
.js .homepage [data-content-fade=group-3] {
  opacity: 0;
}

[data-content-fade=group-1],
[data-content-fade=group-2],
[data-content-fade=group-3] {
  -webkit-animation: fadeIn .4s forwards;
  animation: fadeIn .4s forwards;
}

.hh__scroll {
  align-items: center;
  border: 1px solid hsla(0, 0%, 96%, .2);
  border-radius: 80px;
  bottom: 48px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 80px;
  justify-content: center;
  left: calc(50% - 40px);
  margin-top: 80px;
  position: absolute;
  transition: all .2s ease;
  width: 80px;
  z-index: 3;
}

.hh__scroll__icon {
  fill: #f5f5f5;
  background-image: url(./assets/images/icon-scroll-mouse-animated.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 48px;
  width: 48px;
  z-index: 3;
}

@media screen and (min-width: 40em) {
  .hh__scroll {
    bottom: 64px;
  }

  .hh__scroll__icon {
    background-image: url(./assets/images/icon-scroll-mouse-animated.svg);
  }
}

/* **********************
*       About        *
*************************/
.section-about {
  background: #fff;
  height: auto;
  padding-bottom: 4rem;
}

.section-about .header-text .title,
.section-packages .header-text .title,
.section-recruitment .header-text .title,
.section-submit .header-text .title,
.section-default .header-text .title {
  /* -webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #838ad6; */
  font-family: hansonbold, arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  margin: 0 var(--spacing-16-24);
  text-transform: uppercase;
  padding: 3rem;
}

.section-about .intro-content {}

.section-about .intro-content p {
  color: #2e3137;
  font-size: 20px;
}

.services__inner:first-child {
  padding-top: 15px;
}

.services__inner {
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  position: relative;
  transition: all .2s ease-in-out;
  white-space: nowrap;
  width: 100%;
}

.marguee__inner,
.marquee {
  display: flex;
}

.marquee__item:nth-child(2n) {
  color: #e9e9ea;
}

.marquee__item:nth-child(odd) {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #e9e9ea;
}

.marquee__item {
  font-family: hansonbold, arial, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  margin: 0 var(--spacing-16-24);
  text-transform: uppercase;
}

/* **********************
*    services-section        *
*************************/
.section-services {
  padding: 50px 0;
}

.section-services .header-text .title {
  /* -webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #e9e9ea; */
  color: #fff;
  font-family: hansonbold, arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  margin: 0 var(--spacing-16-24);
  text-transform: uppercase;
}

.cases-block-wrapper {
  background: #000;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.cases__item {
  opacity: 1;
  position: relative;
  transition: opacity .35s ease-in-out;
  /* padding-right: 16px; */
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

.c-wipe-mask.transition-end {
  opacity: 0;
  transition: opacity .1s ease .3s;
}

.card-case {
  border: 0;
}

.card-case .card__content {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  max-width: 100%;
  padding: 0 24px 48px;
  position: absolute;
  z-index: 5;
}

.card-case .card__logo-wrapper {
  margin-bottom: var(--spacing-16-24);
}

.card-case .card__logo {
  height: 56px;
  max-width: 96px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom left;
  object-position: bottom left;
  width: auto;
}

img,
picture {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
}

.card-case .card__title {
  color: #f5f5f5;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: var(--spacing-16-24);
  text-transform: uppercase;
}

.card-case .card__cta {
  color: #f5f5f5;
  display: inline-block;
  font-family: poppins, verdana, inter, arial, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.05;
  position: relative;
  text-transform: uppercase;
}

.card-case .card__label {
  background-color: rgba(4, 6, 23, .2);
  border-radius: 4px;
  color: #f5f5f5;
  font-family: poppins, verdana, inter, arial, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  left: 24px;
  letter-spacing: .15em;
  line-height: 1.15;
  padding: 8px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 32px;
  z-index: 5;
}

.card-case .card__image-wrapper {
  position: relative;
  transition: all .4s ease-in-out;
}

.card-case .card__image-wrapper:before {
  background: linear-gradient(180deg, rgba(4, 6, 23, 0) 55%, rgba(4, 6, 23, .8));
}

.card-case .card__image-wrapper:after,
.card-case .card__image-wrapper:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.slider-controls {
  align-items: center;
  display: flex;
  margin-top: var(--spacing-48-96);
}

.slider-controls__navigation {
  display: flex;
  margin-right: 24px;
}

.slider-controls__button:first-child {
  margin-right: 16px;
}

.slider-controls__button--disabled {
  cursor: not-allowed;
  opacity: .5;
}

.slider-controls__button {
  align-items: center;
  border: 1px solid hsla(0, 0%, 96%, .2);
  border-radius: 64px;
  cursor: pointer;
  display: flex;
  height: 64px;
  justify-content: center;
  transition: all .2s ease;
  width: 64px;
}

.slider-controls__button:hover {
  border-color: #838ad6;
}

.slider-controls__button__icon {
  fill: #f5f5f5;
  transition: all .2s ease;
}

.slider-controls__button .icon {
  color: #767676;
}

.slider-controls__button:hover .icon {
  color: #838ad6;
}

/** * Progress Bar */
.progress {
  display: block;
  width: 50%;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, #767676, #838ad6);
  background-repeat: no-repeat;
  background-size: 10% 100%;
  top: 24px;
  position: relative;
  margin-left: 30px;
  transition: background-size .4s ease-in-out;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.slick__controls {
  display: flex;
  margin-top: 3rem;
}

/* **********************
*    packages-section        *
*************************/
.section-packages {
  padding: 0 0 4rem 0;
}

.section-packages .packages {
  padding-top: 2rem
}

.section-packages .packages .package .card {
  min-height: 360px;
}

.section-packages .packages .package .card .card-footer a {
  color: #6c757d;
  text-transform: uppercase;
}

/* **********************
*   recruitment-section        *
*************************/
.section-recruitment,
.section-hire {
  padding: 0 0 4rem 0;
  background: #f7f7f7;
}

.section-jobs {
  padding-top: 2rem;
}

.section-recruitment .intro-content p,
.section-jobs .intro-content p {
  color: #212529
}

/* **********************
*   hire-section        *
*************************/
.section-hire {
  min-height: 300px;
  background: url('./assets/images/bg4.jpg');
  background-size: cover;
}

.section-hire .row .col-md {
  position: relative;
  top: 130px;
}
/* **********************
*    Submit Forms        *
*************************/
.form-wrapper {
  position: relative;
 
  display: flex;
  align-items: center;
  max-width: 1200px;
  max-height: 600px;
  width: 80%;
  height: 80%;
  background-color: #fff;
  transition: 0.64s ease-in-out;
}

.form__photo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}

.form__photo img {
  width: 100%;
  height: 100%;
}

.form__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 2rem;
  overflow: auto;
}

.form__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #686868;
}

.form__text p,
.form__text h5,
.form__text ul li {
  font-size: 0.875rem;
  color: #686868;
  line-height: 1.5;
}
/* **********************
*    MODAL POPUP        *
*************************/

@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600&subset=latin-ext");

* {
  box-sizing: border-box;
}

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: 0.64s ease-in-out;
}

.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 1200px;
  max-height: 600px;
  width: 80%;
  height: 80%;
  background-color: #fff;
  transform: rotate(32deg);
  transition: 0.64s ease-in-out;
}

.popup__photo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}

.popup__photo img {
  width: 100%;
  height: 100%;
}

.popup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 2rem;
  overflow: auto;
}

.popup__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #686868;
}

.popup__text p,
.popup__text h5,
.popup__text ul li {
  font-size: 0.875rem;
  color: #686868;
  line-height: 1.5;
}

.popup:target {
  visibility: visible;
  opacity: 1;
}

.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}

.popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #0a0a0a;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.popup__close:target {
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 40em) {
  .awards__inner {
    grid-gap: var(--grid-gap);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}

@media screen and (min-width: 40em) {
  .awards__inner {
    grid-gap: var(--grid-gap);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}

@media screen and (min-width: 40em) {
  .awards__column:first-child {
    grid-column: span 10;
  }
}

@media screen and (min-width: 40em) {
  .awards__column:last-child {
    grid-column: span 12;
    max-width: 100%;
  }
}

@media screen and (min-width: 60em) {
  .header__column {
    max-width: unset;
  }
}

@media screen and (min-width: 76em) {
  .awards__column:first-child {
    grid-column: 8/13;
  }
}

@media screen and (min-width: 76em) {
  .awards__column:last-child {
    grid-column: 1/7;
    grid-row: 1;
  }
}

@media screen and (min-width: 76em) {
  .awards__slider__inner {
    display: grid;
    gap: 32px 32px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 76em) {
  .awards__item {
    grid-area: auto;
    height: auto;
    padding: 64px 16px 48px;
    width: auto;
  }
}

/* **********************
*    Services        *
*************************/
.content-gradient {
  overflow-y: visible;
  position: relative;
}

.content-block--overflow {
  overflow-x: hidden;
}

.provided-services__title {
  margin-bottom: var(--spacing-16-40);
}

.provided-services__text {
  margin-bottom: var(--spacing-32-48);
}

.provided-services__slider {
  box-sizing: border-box;
  position: relative;
  width: calc(100% + var(--grid-gap)*2);
  z-index: 10;
}

.provided-services__slider .provided-services__item {
  max-width: 320px;
  transition: opacity .15s ease-in-out;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.provided-services__item__index {
  color: #ff1152;
  font-family: poppins, verdana, inter, arial, sans-serif;
  font-size: var(--font-size-48-120);
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  transition: all .35s ease-in-out;
  z-index: 1;
}

.content-block--dark .provided-services__item__title {
  color: #f5f5f5;
}

.provided-services__item__title {
  font-family: poppins, verdana, inter, arial, sans-serif;
  font-size: var(--font-size-24-32);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.content-block--dark .provided-services__item__text p {
  color: hsla(0, 0%, 96%, .8);
}

.provided-services__item__text p:last-child {
  margin-bottom: 0;
}

.slider-controls {
  align-items: center;
  display: flex;
  margin-top: 0
}

.content-gradient--bottom-left:after {
  background: radial-gradient(100% 100% at 0 100%, rgba(255, 17, 82, .34) 0, rgba(255, 17, 82, 0) 100%);
}

@media screen and (min-width: 40em) {
  .slider-controls {
    padding-left: 112px;
  }
}

@media screen and (min-width: 60em) {
  .provided-services__inner {
    grid-gap: var(--grid-gap);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }

  .provided-services__column {
    box-sizing: border-box;
    grid-column: span 5;
  }

  .provided-services__slider {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50vw;
  }

  .provided-services__slider .provided-services__item {
    max-width: 448px;
  }

  .provided-services__item__content {
    margin: -80px 0 0 64px;
  }
}

@media screen and (min-width: 1264px) {
  .provided-services__pagination {
    margin-right: calc(50vw - 38em);
  }
}

/* **********************
*       Contact        *
*************************/
.section-contact {
  background: #000;
  padding: 50px 0;
}

.section-contact .contact-info {
  color: #fff;
}

.section-contact .contact-info .title {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  color: #fff;
  text-transform: uppercase;
}

.section-contact .contact-info address span {
  padding: 10px 0;
  display: block;
}

.section-contact .contact-info .contact-list {
  list-style: none;
  padding: 0;
}

.section-contact .contact-info .contact-list li {
  padding: 10px 0;
}

.section-contact .contact-info .contact-list li a {
  color: #fff;
  text-decoration: none;

}

.section-contact .contact-info .contact-list li a:hover {
  color: #838ad6;
  text-decoration: none;
}

.section-contact .contact-info .contact-list li a i {
  padding-right: 10px;
}

.section-contact .contact-info .social-icons .icons {
  padding: 10px 0;
}

.section-contact .contact-info .social-icons .icons::after {
  display: none;
}

/* **********************
*       responsive      *
*************************/
@media (max-width: 769px) {
  .navbar-light .navbar-toggler {
    color: #fff;
  }

  .navbar-light {
    z-index: 999;
    /* background: #000000eb; */
    padding-bottom: 2rem;
  }

  .hero-homepage .content .header-text .title {
    font-size: 2rem;
  }

  .hero-homepage .content .header-text .subtitle {
    font-size: 1.2rem;
  }

  .social-icons .icons::after {
    display: none;
  }

  .navbar-brand {
    width: 40%;
    float: right;
    position: relative;

  }

  .navbar-brand::before {
    display: none;
  }

    .section-about .header-text .title,
    .section-packages .header-text .title,
    .section-recruitment .header-text .title,
    .section-submit .header-text .title,
    .section-default .header-text .title {
    padding: 2rem 0;
    font-size: 2rem;
  }

  .packages .package{
    margin-bottom: 1rem;
  }
  .section-packages .packages:last-child{
    padding-top: 0;
  }

  .cases__item {
    padding: 0 0 0 16px;
  }

  .slick__controls {
    padding: 0 15px;
  }

  .popup__photo,
  .form__photo {
    display: none !important;
    ;
  }

  .popup-inner .popup__text,
  .form-wrapper .form__text {
    width: 100%;
    padding: 1rem;
    display: block;
  }
  .page-header {
    background-position: top;
  }
}