* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
:root {
  --primary-color: #f1f2f3;
  --secondry-color: #577ebf;
  --primary-text-color: #ffffff;
  --bg-color: #141516;
  --text-light-color: #f1f2f3;
  --card-bg-color: #1d1f21;
  --black-color: #f1f3f3;
  --brand-color: #2fc858;
  --primary-text-color: #ffffff;
  --secondry-text-color: #f1f2f3;
  --footer-text-color: #f1f2f3;
  --hover-color: rgb(30, 29, 29);
  --nav-menu: rgb(29, 31, 33, 0.75);
  --heading-fs: 4rem;
  --sub-heading: 2rem;
  --scroll-bar: #d8d9d8ed;
  --button-text-color: #3b403c;
  --input-bg-color: #1d1f21;
  --hero-section-text-color: #2fc858;
  --odd-bg-color: #18191b;
  --default-margin: 5rem;
}
.theme-mode {
  --primary-color: #3b403c;
  --brand-color: #259f46;
  /* --primary-text-color:#3B403C; */
  --secondry-color: #5589cc;
  --bg-color: #f1f2f3;
  --text-light-color: #25323a;
  --card-bg-color: #8bb09f52;
  --black-color: rgb(10, 10, 10);
  --button-text-color: #f1f2f3;
  /* --nav-menu: linear-gradient(85deg, #7093cb6d, #578dae6d); */
  --small-heading-color: #2f7f84;
  --hero-section-text-color: #3b403c;
  --odd-bg-color: #d0ddd84a;
  --hover-color: rgba(0, 34, 60, 0.226);
  --scroll-bar: gray;
  --input-bg-color: #ffffff80;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
body {
  background-color: var(--bg-color);
  font-family: "Schibsted Grotesk", sans-serif;
}
.container {
  overflow: hidden;
  width: 1350px;
  display: block;
  margin-inline: auto;
  position: relative;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--bg-color);
}

::-webkit-scrollbar-thumb {
  height: 8%;
  background: var(--brand-color);
  border-radius: 1rem;
}

/* up arrow icon */
.up-arrow-container {
  position: fixed;
  top: 90%;
  right: 1%;
  display: none;
  z-index: 10;
  animation-name: scrollTop;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  cursor: pointer;
}
.up-arrow {
  fill: var(--brand-color);
  transition: all 0.5s;
}
.up-arrow:hover {
  fill: var(--primary-color);
}
button {
  cursor: pointer;
}
@keyframes scrollTop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.center-content {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  padding-block: 5rem;
}
.bg-odd-row-color {
  background: var(--odd-bg-color);
}

.center-text {
  width: 80%;
  text-align: center;
  margin-inline: auto;
}

.text-center {
  text-align: center;
}

/* hero section css */
/* Logo Section */
.logo-section {
  width: 20%;
  padding: 0 12px;
  /* margin-left: 4rem; */
}
.logo-section img {
  width: 7rem;
  /* background-color: #f1f2f3;
  padding: 1rem;
  border-radius: 0.5rem; */
}
/* NAVIGATION MENU */
.white-link a {
  color: var(--primary-text-color) !important;
}
.white-link a:hover {
  background-color: var(--primary-color) !important;
  color: var(--bg-color) !important;
}
.nav-bar {
  max-width: 1900px;
  margin: auto;
  background-color: white;
  min-height: 100px;
  padding: 12px 20px;
}
nav ul {
  list-style: none;
}
nav li a {
  color: black;
  /* color: var(--primary-text-color); */
  font-size: 1.9rem;
  text-decoration: none;
  font-family: "Schibsted Grotesk", sans-serif;
  border-radius: 0.4rem;
  text-align: center;
  padding: 0.7rem;
  transition: all 0.5s;
}

nav li a:hover {
  /* background-color: white;
    color: black; */
  background-color: var(--primary-color);
  color: var(--bg-color);
}
/* .nav-menu {
  margin-top: -2rem;
} */

.zikomo-heading span {
  color: var(--secondry-color);
  font-size: var(--heading-fs);
}

.hero-section {
  /* height: 100vh;
    width: 100%;
    /* background-image: url("../images/svg/background_wave_dark_svg.svg"); 
    background-repeat: no-repeat;
    background-size: cover; */
  color: var(--secondry-text-color);
}

.change-hero-section-bg {
  /* color: var(--secondry-text-color); */
  color: #374151 !important;
  /* background-image: url("../images/svg/hero_section_background.svg"); */
}

.hero-main-section {
  /* margin-left: 4rem; */
  min-height: 100vh;
}
.hero-section-text {
  /* margin-top: -30rem; */
  text-align: center;
  height: 100%;
  width: 100%;
}
.her-section-heading {
  text-align: center;
}
.hero-sectin-button {
  /* align-self: self-start; */
  margin-top: 2.2rem;
}
.hero-sectin-button a {
  text-decoration: none;
  background: var(--primary-color);
  padding: 15px 30px;
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  transition: all 0.5s;
  color: var(--button-text-color);
  font-weight: 500;
  transition: background 0.5s;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
.hero-sectin-button a:hover {
  background-color: var(--card-bg-color);
  color: var(--primary-color);
  box-shadow: 0px 0px 10px 1px var(--primary-color);
}
.hero-section-heading h1 {
  font-size: 5.5rem;
  /* color: var(--primary-text-color); */
  letter-spacing: 0.2rem;
  font-family: "Roboto Slab", serif;
  font-family: "Schibsted Grotesk", sans-serif;
  margin-bottom: 2rem;
}
.hero-heading h1 {
  font-size: 4.5rem;
  letter-spacing: 0.2rem;
  font-family: "Roboto Slab", serif;
  font-family: "Schibsted Grotesk", sans-serif;
  margin-bottom: 2rem;
}
.hero-section-paragraph p {
  font-size: 2.5rem;
  /* color: var(--secondry-text-color); */
}

.color-black {
  color: black !important;
}

.hero-section-side-img img {
  width: 100%;
}
#text-anim {
  color: var(--hero-section-text-color);
  letter-spacing: 0.3rem;
}
/* .nav-menu {
  margin-right: 10rem;
} */
.nav-menu-container {
  display: flex;
}

/* Dark Mode Switch */
.toggle-container {
  margin-top: -2.2rem;
  position: absolute;
  right: 1rem;
  top: 5.2rem;
}
.toggle-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.toggle-slot {
  position: relative;
  top: -10;
  height: 3rem;
  width: 6.5rem;
  cursor: pointer;
  /* border: 5px solid #e4e7ec; */
  border-radius: 10rem;
  background-color: white;
  /* box-shadow: 0px 10px 25px #e4e7ec; */
  transition: background-color 250ms;
}

.toggle-checkbox:checked ~ .toggle-slot {
  background-color: #374151;
}

.toggle-button {
  transform: translate(0.8rem, 0.5rem);
  position: absolute;
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 50%;
  background-color: #ffeccf;
  box-shadow: inset 0px 0px 0px 0.75em #ffbb52;
  transition: background-color 250ms, border-color 250ms,
    transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
}

.toggle-checkbox:checked ~ .toggle-slot .toggle-button {
  background-color: #485367;
  box-shadow: inset 0px 0px 0px 0.75em white;
  transform: translate(3.6rem, 0.4rem) rotate(15deg);
}

.sun-icon {
  position: absolute;
  height: 2.2rem;
  width: 2.2rem;
  color: #ffbb52;
}

.sun-icon-wrapper {
  position: absolute;
  height: 2.2rem;
  width: 2.2rem;
  opacity: 1;
  transform: translate(3.6rem, 0.6rem) rotate(15deg);
  transform-origin: 50% 50%;
  transition: opacity 150ms, transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
}

.toggle-checkbox:checked ~ .toggle-slot .sun-icon-wrapper {
  opacity: 0;
  transform: translate(3.6rem, 0.6rem) rotate(0deg);
}

.moon-icon {
  position: absolute;
  height: 2.2rem;
  width: 2.2rem;
  color: white;
}

.moon-icon-wrapper {
  position: absolute;
  height: 2.2rem;
  width: 2.2rem;
  opacity: 0;
  transform: translate(3.6rem, 0.6rem) rotate(15deg);
  transform-origin: 50% 50%;
  transition: opacity 150ms, transform 500ms cubic-bezier(0.26, 2.5, 0.46, 0.71);
}

.toggle-checkbox:checked ~ .toggle-slot .moon-icon-wrapper {
  opacity: 1;
  transform: translate(0.7rem, 0.4rem) rotate(15deg);
}

/* Hamberger Icon */
.hamburger {
  display: none;
}

.bar,
.fa-times {
  width: 1.5rem;
  height: 3px;
  display: block;
  color: #fff;
  padding: 0;
  margin: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: black;
}

.bar:nth-child(1) {
  width: 1.2rem;
}

.bar:nth-child(2) {
  width: 2.5rem;
}

.bar:nth-child(3) {
  width: 3.5rem;
}

/* external css: flickity.css */
.hero-carousel-cell {
  width: 100%;
  height: 100vh;
  max-height: 750px;
  /* margin-right: 10px; */
  border-radius: 5px;
  padding: 0 20px;
}
.header {
  background-color: white;
}

/* master css */
/* Utilities */
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.d-flex {
  display: flex;
}
.jc-center {
  justify-content: center;
}
.flex-col {
  flex-direction: column;
}
.jc-space-between {
  justify-content: space-between;
}
.ai-center {
  align-items: center;
}
.g-1 {
  gap: 1rem;
}
.g-2 {
  gap: 1rem;
}
.g-3 {
  gap: 2rem;
}
.g-4 {
  gap: 4rem;
}
.g-5 {
  gap: 5rem;
}
/* Height Width */
.w-35 {
  width: 35%;
}
.w-25 {
  width: 50%;
}
.w-30 {
  width: 30%;
}
.w-50 {
  width: 50%;
}
.w-65 {
  width: 65%;
}
.w-60 {
  width: 60%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}

/* service section  */
.section-heading {
  margin: auto;
  max-width: 980px;
  font-size: var(--heading-fs);
  text-align: center;
  color: var(--brand-color);
}

.service-section h1 {
  margin: auto;
  max-width: 980px;
  font-size: var(--heading-fs);
  text-align: center;
  color: var(--brand-color);
}
.service-section {
  margin-bottom: var(--default-margin);
  padding: 12px;
}
.service-section p {
  font-size: 2rem;
  text-align: center;
  color: var(--primary-color);
  line-height: 1.5;
  margin-top: 2rem;
}
.hr-line {
  height: 1px;
  width: 100%;
  margin-block: 0.5rem;
}
.service-content {
  width: 30%;
  height: 40rem;
  background: var(--card-bg-color);
  padding: 3rem;
  text-align: center;
  position: relative;
  border-radius: 1.5rem;
  transition: all 0.5s !important;
}
.service-content:hover {
  border-width: 2rem;
  background-color: var(--hover-color);
}

.service-content h3 {
  font-size: var(--sub-heading);
  margin-top: 0.5rem;
  color: var(--primary-color);
}
.service-content p {
  color: var(--primary-color);
  font-size: 1.7rem;
  margin-top: 0.5rem;
}
.service-logo img {
  width: 35%;
}

/* what you get  */
.what-you-get-heading h1 {
  max-width: 980px;
  margin: auto;
  padding: 12px;
  font-size: var(--heading-fs);
  text-align: center;
  margin-bottom: var(--default-margin);
  color: var(--brand-color);
}

.what-you-get-box h2 {
  font-size: var(--sub-heading);
  color: var(--brand-color);
}

.what-you-get-box {
  border-left: 0.7rem solid var(--brand-color);
  padding-left: 1.2rem;
  border-top-left-radius: 1.5rem;
}
.what-you-get-box p {
  font-size: 2rem;
  margin-top: 1rem;
  color: var(--text-light-color);
}
.what-you-get-box ul {
  margin-left: 1.5rem;
}
.what-you-get-box li {
  font-size: 2rem;
  margin-top: 1rem;
  color: var(--text-light-color);
}
.what-you-get-side-image img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

/* experties section */
.heading-design {
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading-line {
  height: 0.3rem;
  width: 2rem;
  margin-left: 0.8rem;
  border-radius: 5rem;
  background-color: var(--brand-color);
}
.heading-line-center {
  height: 0.3rem;
  width: 5rem;
  margin-left: 0.8rem;
  background-color: var(--brand-color);
  border-radius: 5rem;
}
.experties-heading {
  text-align: center;
  width: 50%;
  margin-inline: auto;
  margin-bottom: var(--default-margin);
  margin-top: 3rem;
}
.experties-heading h2 {
  font-size: var(--heading-fs);
  color: var(--brand-color);
}
.experties-heading p {
  font-size: 1.8rem;
  color: var(--primary-color);
}
.exp-box {
  text-align: center;
  background-color: var(--card-bg-color);
  width: 32%;
  padding: 3rem;
  position: relative;
  border-radius: 1.5rem;
  height: 30rem;
  border-top: 7px solid var(--brand-color);
  border-bottom: 7px solid var(--brand-color);
  /* border-bottom-left-radius: 0%;
      border-bottom-right-radius: 0%; */
  transition: all 0.7s !important;
}
.exp-box:hover {
  background-color: var(--hover-color);
}
.exp-icon img {
  width: 90%;
}
.exp-box h3 {
  font-size: var(--sub-heading);
  color: var(--primary-color);
}
.exp-box p {
  color: var(--black-color);
  font-size: 1.6rem;
  margin-top: 1rem;
}

.exp-mobile-box img {
  width: 65%;
}
.exp-research img {
  margin-top: 0.5rem;
  width: 100%;
}

/* devlopment team */
/* .dv-team-heading {
  margin-top: 13rem;
} */
.dv-team-heading h1 {
  text-align: center;
  font-size: var(--heading-fs);
  color: var(--brand-color);
  /* margin-top: 10rem; */
  margin-bottom: var(--default-margin);
}
.dv-circle {
  height: 2rem;
  width: 2rem;
  background-color: var(--bg-color);
  border-radius: 50%;
  border: 0.5rem solid var(--brand-color);
  margin-bottom: 0.3rem;
  margin-right: 0.4rem;
  margin-left: 0.2rem;
}
.dv-line {
  height: 80%;
  width: 0.2rem;
  background-color: var(--brand-color);
  position: relative;
  left: 1rem;
}

.dv-content h3 {
  margin-left: 0.7rem;
  font-size: var(--sub-heading);
  color: var(--brand-color);
}
.dv-content p {
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-left: 0.7rem;
}
.dv-img img {
  width: 100%;
}

/* client section  */
.client-section-heading {
  margin-bottom: var(--default-margin);
}
.client-section-heading h1 {
  font-size: var(--heading-fs);
  color: var(--brand-color);
  text-align: center;
  /* margin-top: 18rem; */
}
.client-section-heading p {
  font-size: 1.8rem;
  color: var(--primary-color);
  text-align: center;
  margin-top: 1rem;
  margin-top: 2rem;
}

.brand-img img {
  width: 95%;
}
.brand-text p {
  font-size: 1.8rem;
  color: var(--text-light-color);
}
.brand-text h2 {
  font-size: var(--sub-heading);
  margin-bottom: 1rem;
  color: var(--brand-color);
}
.brand-text {
  margin-bottom: 3rem;
}
.flickity-button {
  display: none;
}
.flickity-page-dots {
  position: static !important;
  margin-top: 0.2rem !important;
}
.flickity-page-dots .dot {
  background-color: var(--brand-color) !important;
  transition: all 0.2s;
}
.dot:hover {
  background-color: #3cc858 !important;
  opacity: 1 !important;
}

.client-slider img {
  margin-right: 30px;
  object-fit: contain;
  height: 100px;
  width: 300px;
}

/* why choose */

.why-choose-container h3 {
  color: #1e853a;
  font-size: var(--sub-heading);
  margin-top: 15rem;
  margin-bottom: 1rem;
  text-align: center;
}
.why-ch-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.unique-ideas {
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-choose-container h1 {
  color: var(--brand-color);
  font-size: var(--heading-fs);
  text-align: center;
  /* margin-top: 15rem; */
  /* margin-bottom: 10rem; */
  margin-block: var(--default-margin);
}
.why-img {
  width: 40%;
}
.why-img img {
  width: 100%;
}
.why-content h2 {
  font-size: var(--sub-heading);
  margin-bottom: 1.5rem;
  color: var(--brand-color);
}
.why-content p {
  font-size: 1.8rem;
  margin-block: 0.8rem;
  color: var(--primary-color);
}

/* about us section */
.about-us-section-heading h1 {
  font-size: var(--heading-fs);
  color: var(--brand-color);
  text-align: center;
}
.about-us-section-heading h2 {
  font-size: 2rem;
  color: var(--primary-color);
}
.about-us-content p b {
  letter-spacing: 1px;
}
.about-text p {
  font-size: 2rem;
  width: 60%;
  text-align: center;
  margin-inline: auto;
  margin-top: 1rem;
  color: var(--text-light-color);
}
.different-section h2 {
  font-size: var(--heading-fs);
  color: var(--brand-color);
  text-align: center;
  /* margin-top: 2rem; */
  margin-bottom: var(--default-margin);
}

.diff-content {
  width: 32%;
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
}
.diff-border {
  border-right: 2px solid var(--brand-color);
}

.diff-dots {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: var(--brand-color);
}
.diff-heading-content h3 {
  font-size: var(--sub-heading);
  color: var(--brand-color);
}
.diff-content p {
  font-size: 1.6rem;
  color: var(--primary-color);
  margin-top: 1rem;
}
.diff-section {
  border-bottom: 2px solid var(--brand-color);
  margin-top: 3rem;
}

/* contact us */
.contact-main-container {
  /* min-height: 100vh; */
  width: 100%;
  /* background-image: url(../images/svg/contact_us_svg_wave.svg); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us-section h1 {
  font-size: var(--heading-fs);
  color: var(--brand-color);
  text-align: center;
  margin-block: var(--default-margin);
}
.contact-us-section {
  width: 85%;
  margin-inline: auto;
}
.contact-text p {
  font-size: 1.5rem;
  color: var(--primary-color);
}
.contact-img img {
  width: 90%;
}
.contact-container {
  background-color: transparent;
  padding: 3rem;
  margin-bottom: 7rem;
  border: 1px solid var(--brand-color);
  border-top-left-radius: 9rem;
  border-bottom-right-radius: 9rem;
  box-shadow: 0px 0px 2px #b5bdb9b7;
}
.contact-heading h2 {
  font-size: 2rem;
  text-align: center;
  color: var(--primary-color);
}

/* Contact form */
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem;
  border-radius: 2rem;
  position: relative;
}

.form label {
  position: relative;
}
textarea {
  width: 100%;
  padding: 10px 10px 20px 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  font-size: 1.8rem;
  border-radius: 0.5rem;
  color: var(--primary-color);
  background-color: var(--input-bg-color);
  border: 1px solid var(--brand-color);
}
.form label .input {
  width: 100%;
  padding: 10px 10px 20px 10px;
  outline: 0;
  border: 1px solid var(--brand-color);
  border-radius: 0.8rem;
  color: var(--primary-color);
  font-size: 1.6rem;
  background-color: var(--input-bg-color);
}

.form label .input + span {
  position: absolute;
  left: 10px;
  top: 15px;
  color: var(--primary-color);
  font-size: 1.5rem;
  cursor: text;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form label .input:focus + span,
.form label .input:valid + span {
  top: 30px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--brand-color);
}

.form label .input:valid + span {
  color: var(--primary-color);
}
.name-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: 49.5% 49.5%;
}
.submit {
  text-decoration: none;
  display: inline-block;
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 0.8rem;
  color: #fff;
  background-color: var(--brand-color);
  font-size: 1.8rem;
  transition: all 0.5s;
}

.submit:hover {
  background-color: #2fc858;
}

@media (max-width: 480px) {
  .form {
    padding: 2rem;
  }
}

/* footer css */
.footer-section {
  background-color: #1e2122;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.footer-logo img {
  width: 9rem;
  background-color: #f1f2f3;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-block: 2.5rem;
}
.details-section p {
  color: var(--footer-text-color);
  font-size: 1.6rem;
}

.web-footer ul {
  list-style: none;
}

.web-footer ul li a {
  text-decoration: none;
  color: var(--footer-text-color);
  font-size: 1.6rem;
  line-height: 1.8;
}
.web-footer ul li b {
  letter-spacing: 1px;
}
.web-footer ul li a:hover {
  color: var(--brand-color);
}
.web-footer ul li b:hover {
  color: #f1f2f3;
}
.contact-details-section {
  margin-top: -7.5rem;
}
.hr-line {
  height: 0.1rem;
  width: 95%;
  background-color: rgba(132, 132, 132, 0.608);
  margin-top: 2rem;
}
.footer-text p {
  font-size: 1.6rem;
  margin-top: 3.5rem;
  color: var(--footer-text-color);
  text-align: center;
}
.zikomo-info li a {
  pointer-events: none;
}

.address p {
  margin-bottom: 0.4rem;
}
.footer-text p b {
  color: var(--brand-color);
}

/* common css */
.hide {
  display: none;
}

.no-border {
  border: none !important;
}
/* responsive css */
/*BreakPoint 1400 */

@media only screen and (max-width: 1370px) {
  :root {
    --heading-fs: 4rem;
  }
  .container {
    max-width: 100%;
    display: block;
    margin-inline: auto;
  }
  .logo-section {
    /* margin-left: 2rem; */
  }
  .experties-container,
  .hero-section-side-img,
  .what-you-get-container,
  .client-section,
  .client-section-heading p,
  .why-ch-content,
  .diff-section,
  .contact-container,
  .footer-container,
  .opportunities-content .footer-logo,
  .benefits-section {
    margin-inline: 4rem;
  }

  .hero-section-side-img img {
    width: 100%;
    margin-right: 2rem;
  }
  .brand-img {
    width: 90%;
  }
  .op-box {
    height: 90rem;
  }
  .op-box-text {
    height: 70rem;
  }
  .op-box-h-1 {
    height: 85rem !important;
  }
  .opb-h-1 {
    height: 60rem !important;
  }
  .op-box-h-2 {
    height: 80rem !important;
  }
  .op-box-text-h {
    height: 66rem !important;
  }
  .footer-logo {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 1285px) {
  .footer-logo {
    margin-left: 4rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 1267px) {
  .op-box-text-h {
    height: 70rem !important;
  }
  .op-box-h-2 {
    height: 90rem !important;
  }
}
/*BreakPoint 1200 */
@media only screen and (max-width: 1200px) {
  .brand-section,
  .what-you-get-container,
  .client-section-heading p,
  .why-ch-content,
  .diff-section,
  .contact-container,
  .footer-container {
    width: 95%;
    margin-inline: auto;
  }
  .experties-container,
  .footer-logo,
  .about-content-section,
  .career-hero-section {
    margin-inline: 1rem;
  }
  .benefits-img img {
    width: 100%;
  }
  .opportunities-content {
    flex-direction: column;
    align-items: center;
    margin-inline: 2rem;
  }
  .op-box {
    width: 100%;
    height: 100%;
  }

  .contact-to-gmail {
    margin-top: 1rem;
  }

  .op-box-text-h,
  .op-box-h-2,
  .opb-h-2,
  .opb-h-1,
  .op-box-h-1,
  .op-box-text {
    height: 100% !important;
  }
}

/*BreakPoint 1000 */
@media only screen and (max-width: 1000px) {
  .why-ch-content {
    margin-top: 5rem;
  }
  .different-section h2 {
    margin-top: 10rem;
  }
  .hamburger {
    display: block;
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    z-index: 10;
  }
  .active .bar:nth-child(2) {
    opacity: 0;
  }
  .active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-315deg);
    transform: translateY(8px) rotate(-315deg);
    width: 4rem;
  }
  .active .bar:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    width: 4rem;
  }
  .nav-bar {
    padding: 12px 0;
    display: block;
    transition: all 0.6s;
  }
  .nav-menu-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-around;
    width: 0px;
    visibility: hidden;
    opacity: 0;
    padding: 10rem;
    background: var(--nav-menu);
    transition: all 0.2s;
    margin-top: 2rem;
  }
  .toggle-nav-bar {
    width: 100vw;
    height: calc(100vh - 100px);
    justify-content: flex-start;
    visibility: visible;
    opacity: 1;
  }
  .toggle-nav-bar li a {
    color: white;
  }
  nav ul li {
    margin-top: 4rem;
    text-align: center;
  }
  nav ul li:hover {
    scale: 1.2;
  }
  .card-container {
    flex-wrap: wrap;
  }
  .benefits-section {
    flex-direction: column;
  }
  .benefits-img {
    width: 80%;
  }
  .benefits-content {
    width: 100%;
  }
  .about-us-content {
    margin-inline: 2rem;
    display: block;
  }

  .op-box h3 {
    width: 100%;
  }
}

/*BreakPoint 900 */
@media only screen and (max-width: 900px) {
  .experties-container {
    flex-wrap: wrap;
  }
  .logo-section {
    width: 70%;
    /* margin: 2rem; */
  }
  .exp-box {
    width: 48%;
  }
  .service-content {
    width: 40%;
  }
  .brand-img,
  .brand-text {
    width: 100%;
  }
  .service-section p {
    width: 95%;
    text-align: center;
  }
  .web-details-section {
    flex-wrap: wrap;
  }
  .career-hero-section {
    flex-direction: column;
    margin-top: 2rem;
  }
  .career-img {
    width: 70%;
  }
  .career-heading {
    width: 90%;
  }
}

@media only screen and (max-width: 770px) {
  :root {
    --heading-fs: 3.5rem;
  }
  .hide-after-md {
    display: block;
  }
  .logo-section img {
    width: 8rem;
  }
  .hero-section-heading h1 {
    font-size: 3rem;
  }
  .hero-section-paragraph p {
    font-size: 1.5rem;
  }
  .logo-section {
    width: 70%;
    /* margin: 1rem; */
  }

  .hero-section-side-img,
  .service-content {
    width: 80%;
  }
  .hero-main-section {
    height: 95vh;
  }
  .service-section p {
    width: 95%;
    margin-inline: auto;
  }
  .card-container {
    flex-wrap: wrap;
  }
  .what-you-get-container {
    flex-direction: column-reverse;
  }
  .flex-col-until-md {
    flex-direction: column !important;
  }
  .what-you-get-side-image {
    width: 100%;
  }
  .box-container,
  .experties-heading,
  .dv-img,
  .dv-content-container,
  .why-content {
    width: 95%;
  }
  .hero-main-section {
    flex-direction: column-reverse;
    margin-block: auto;
  }
  .client-section {
    margin-inline: 1rem;
  }
  .hero-section-text {
    margin-top: -3rem;
    width: 100%;
  }

  .exp-box {
    width: 70%;
    height: 30rem;
  }
  .exp-box p {
    font-size: 1.8rem;
  }
  .exp-icon {
    width: 70%;
    margin-inline: auto;
  }
  .dv-container {
    flex-direction: column-reverse;
  }
  .brand-section {
    flex-direction: column;
  }
  .brand-img {
    margin-top: 2rem;
    width: 60%;
  }
  .brand-img img {
    width: 75%;
  }
  .why-ch-content {
    flex-direction: column-reverse;
  }
  .why-img {
    width: 90%;
  }
  .unique-ideas {
    flex-direction: column;
  }
  .diff-section {
    flex-direction: column;
    border: none;
  }
  .diff-content {
    width: 95%;
    border: none;
    margin-top: 5rem;
    border-left: 4px solid var(--brand-color);
    border-bottom: 4px solid var(--brand-color);
    border-radius: 1rem;
    /* box-shadow: 1px 1px 2px 1px var(--secondry-color); */
  }
  .brand-text p {
    font-size: 1.5rem;
  }
  .brand-text h2 {
    font-size: 1.8rem;
  }
  .contact-container {
    flex-direction: column-reverse;
  }
  .contact-form {
    width: 95%;
  }
  .contact-heading {
    margin-top: 2rem;
  }
  .footer-container {
    flex-direction: column;
  }

  .web-details-section {
    margin-top: 8rem;
    flex-wrap: nowrap;
  }

  .web-details-section {
    width: 95%;
    justify-content: center;
  }
  .hr-line {
    margin-inline: auto;
  }
  .details-section {
    margin-top: 3rem;
    align-self: self-start;
    width: 100%;
  }

  .contact-details-section {
    margin-top: 1rem;
  }
  .contact-us-section {
    width: 100%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 520px) {
  :root {
    --heading-fs: 3rem;
    --sub-heading: 2rem;
  }

  .career-heading h1 {
    font-size: 4rem;
  }
  /* .logo-section img {
      width: 8rem;
    } */
  .career-img {
    width: 100%;
  }
  .logo-section {
    /* width: 100%; */
  }
  .career-hero-section {
    flex-direction: column-reverse;
  }
  .career-hero-section {
    margin-top: -10rem;
  }
  .hero-section-side-img {
    width: 100%;
  }
  .about-content-section p {
    font-size: 1.6rem;
  }
  .opportunities-content {
    margin-inline: 0.5rem;
  }
  .op-box-text {
    padding: 1rem;
  }
  .brand-img {
    width: 90%;
    margin-bottom: 2rem;
  }
  .hero-section-text {
    margin-right: 6rem;
  }
  .hero-sectin-button a {
    padding: 15px 20px;
    font-size: 16px;
  }
  .service-content {
    width: 98%;
    margin-inline: 1rem;
    height: auto;
  }
  .contact-form {
    width: 100%;
  }
  .exp-box {
    width: 100%;
    height: 35rem;
  }
  .why-content p {
    margin-top: 2rem;
  }
  .contact-container {
    border: transparent;
    border-radius: 0.5rem;
  }
  .contact-form {
    width: 120%;
  }
  .web-details-section {
    flex-wrap: wrap;
  }
  .footer-logo img {
    width: 8rem;
  }
  textarea {
    height: 16rem;
  }
  .name-container {
    display: grid;
    gap: 1rem;
    grid-template-columns: 100%;
  }
  .career-heading h3 {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
  .benefits-content ul li,
  .benefits-content p,
  .benefits-content h1,
  .benefits-content h3 {
    margin-inline: -2.5rem;
  }
  .op-box {
    padding: 0.9rem;
  }
  .opportunities-content,
  .about-us-content {
    margin-inline: 0.7rem;
  }
  .contact-to-gmail {
    width: 50%;
    padding: 0.7rem;
    height: 3.5rem;
    margin-bottom: 1rem;
  }
  .contact-to-gmail a {
    font-size: 1.6rem;
  }
  .address-section,
  .contact-details,
  .contact-details-section {
    flex-direction: column;
  }
  .address-section {
    width: 100%;
  }
  .contact-details,
  .address-section {
    align-items: center;
    gap: 2rem;
  }
  .client-section-heading {
    margin-top: 10rem;
  }

  .header {
    width: 100% !important;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
  }
}
@media only screen and (min-width: 420px) {
  .hide--until-sm {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .hide--after-sm {
    display: block;
  }
  .exp-box {
    height: auto;
  }

  .hero-section-side-img {
    margin-right: 10rem;
  }
  .up-arrow-container {
    margin-right: 1rem;
  }
  .footer-text p {
    width: 90%;
    margin-inline: auto;
  }
  .opportunities-content {
    margin-inline: -0.2rem;
  }
}

@media (min-width: 770px) {
  .hide--until-md {
    display: block;
  }
}

/* new css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: Arial, sans-serif;
}

.bg {
  background-image: url("../images/hero-background.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* position: relative; */
  color: white;
}

.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 95px;
  background-color: #f1f2f3;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.content {
  display: flex;
  height: 100%;
  /* padding: 0; */
  flex-direction: column;
  justify-content: space-around;
  /* color: black; */
  text-align: center;
  /* padding-bottom: 80px; */
}

.content h1 {
  display: inline-block;
  font-size: 62px;
  color: white;
  background: black;
  padding: 12px;
  border-radius: 12px;
  margin: 0 8px;
  margin-bottom: 12px;
}

.content h3 {
  margin: 0 8px;
  font-size: 26px;
  color: white;
  background: black;
  padding: 12px;
  border-radius: 12px;
}
.cta-link {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 250px;
  transition: background-color 0.3s;
}

.cta-link:hover {
  background-color: #333;
}

.hero-footer {
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

.hero-demo-btn {
  margin-top: 0px !important;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 980px) {
  .bg {
    background-image: url("../images/no-text.jpg");
  }
  .content h1 {
    font-size: 42px;
    padding: 8px;
  }
  .content h3 {
    font-size: 26px;
    padding: 8px;
  }
}
@media (max-width: 750px) {
  /* .bg {
      background-image: url("images/no-text.jpg");
      } */
  .content h1 {
    font-size: 28px;
  }
  .content h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .bg {
    height: calc(50vh - 100px);
  }
  .content {
    padding-bottom: 0px;
  }
  .cta-link {
    margin-top: 8px;
  }

  .content > p {
    display: none;
  }
}
.app-header {
  position: absolute;
  width: 100%;
}
.hero {
  background: url("images/hero-background.jpeg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  max-height: 850px;
  max-width: 1900px;
}
/* mobile hero content */

.mob-hero-container {
  color: rgb(68, 68, 68);
  height: calc(50vh - 80px);
  gap: 22px;
}
.mob-hero-container h1 {
  font-size: 28px;
}
.mob-hero-container h3 {
  font-size: 22px;
}

.mob-hero-content {
  font-weight: 800;
  color: var(--brand-color);
  font-size: 22px;
  margin: 12px;
  border: 1px solid black;
  align-items: center;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}

.mob-hero-content p {
  padding: 0 22px;
}
.mob-hero-content button {
  background: black;
  color: white;
  width: 100px;
  border-radius: 12px;
  font-size: 42px;
  font-weight: 900;
}
