*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  font-size: 9px;
  font-style: "poppins", sans-serif;
}


 
/* @media screen (max-width: 700px) { */
  
/* } */
/* Remove default margin */

html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-size: 9px;
  background-color: #f5fbff;
  box-sizing: border-box;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

p,
span {
  font-size: 2.1rem;
  font-weight: 400;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.overall {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #f5fbff;

}

.nav-container {
  width: 100%;
  z-index: 23;
}

header {
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.08);
  background-color: #fff;

}




/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.active{
  background-color: ;
  color: white;
}

.navbar-brands {
  width: 22.3rem;
  display: flex;
  align-items: center;
}

.navbar-nav a {
  color: #000;
  font-size: 2.5rem;
  text-decoration: none; 
}

.hover-links {
  position: relative;
  display: inline-block;
}

.hover-links:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.3rem;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-links:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.navbar-nav {
  display: flex;
  margin-top: 1rem;
  gap: 1em;
}

.menu li {
  padding: 0.5rem 1.4rem;
  margin-right: 2rem;
}

.menu li:hover a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease;
}

input[type="checkbox"] {
  display: none;
}

.contact {
  background-color: #005088;
  border-radius: 0.1rem;
  padding: 0.9rem 2rem;

}

.contact a {
  color: #fff;
}

.hero-section {
  width: 100%;
  background-image: url(/images/nigeriaafrica.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-color: #f5fbff;
  padding: 13rem 0rem 4.7rem 7.3rem;
}

.technology {
  background: #005088;
  color: white;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 7.6rem;
}

.hero-section-text {
  width: 54%;
}

.hero-section-text>h2 {
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 7.6rem;
}

.hero-section-text>p {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 4rem;
  margin-top: 3rem;
}

.get-started {
  background: #005088;
  border: none;
  color: white;
  padding: 10px 30px 10px 30px;
  font-size: 2.2rem;
  font-weight: 500;
  border-radius: 0.4rem;
  margin-top: 5.8rem;
}

.logo-section {
  width: 40%;
  margin-top: 12.8rem;
}

.logos {
  display: flex;
  gap: 0rem 4rem;
  height: 49.07;
}

.solution-sect {
  background-color: #fff;
}

.solution-sect-container {
  padding: 7.2rem 7.3rem;
}

.about-text {
  font-weight: 700;
  vertical-align: top;
  font-size: 2.5rem;
  text-decoration: underline;
}

.providing-thinking {
  margin-bottom: 5rem;
}

.providing>h2 {
  font-weight: 600;
  font-size: 4.3rem;
  line-height: 5.7rem;
  box-align: Left;
  Vertical-align: Top;
}

.providing>p {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.services-cards {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 4.4rem 0rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  width: 31%;
  border: 2px solid black;
  justify-content: center;
  align-items: center;
  border: 1px solid #d4d4d4;
  border-radius: 1.6rem;
  padding: 6rem 1.3rem 4.5rem 1.3rem;

}

.service-card>h5 {
  font-weight: 600;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.7rem;
}

.service-card>p {
  text-align: center;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 147.5%;
}

.service-image {
  width: 85px;
  height: 90px;
  margin-bottom: 4rem;
}

.services-button-container {
  text-align: center;
}

.service-button {
  margin-top: 6rem;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.3rem;
  background: #005088;
  border-radius: 3px;
  border: none;
  color: white;
  padding: 12px 32px 13px 39px;
}

.added-products {
  text-align: center;
  margin-bottom: 1rem;
}



.added-ill {
  Font-size: 24px;
  Line-height: 110%;
  display: block;
  list-style-type: disc;
  padding-inline-start: 40px;

}

.addonslad{
  height: 518.12px;
  width: 1331.51px;
}
#product{
  padding: 0rem 7.3rem 14.9rem 7.3rem;
}



.added-products h1{
font-size: 2.4rem;
font-weight: 600;
font-family: sans-serif;
}
.added-ill li {
  text-align: left;
  font-weight: 600;
  vertical-align: center;
  font-size: 2.4rem;
  font-family: sans-serif;
}

.added-ill p {
  text-align: left;
  font-family: sans-serif;
}

.providing-thinking {
  display: flex;
}

.providing {
  width: 50%;
}

.thinking {
  width: 50%;
  display: flex;
  align-items: flex-end;
}

.thinking-image {
  width: 100%;
}

.checkbox-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 15px;
}

.checkbox-image {
  width: 37px;
  height: 40px;
}

.single-checkbox {
  display: flex;
  align-items: center;
  gap: 0px 30px;

}

.single-checkbox>p {
  align-self: center;
  margin: 0px;
}

.services-explore {
  margin: 5.8rem 0rem;
  margin-top: 15rem;
}

.services-explore>h5 {
  font-weight: 600;
  font-size: 4.3rem;
  line-height: 5.7rem;
  text-align: center;
}

.services-explore>p {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.perfect-solution-text {
  text-align: center;
  font-weight: 600;
  font-size: 4.3rem;
  line-height: 5.7rem;
  vertical-align: top;
  margin-top: 15rem;
}

.perfect-solution-text-tag {
  text-align: center;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.perfect-solution-card {
  display: flex;
  justify-content: space-between;
  gap: 2.2rem;
}

.colored-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0rem;
  width: 25%;
}

.perfect-solution-colour {
  border-radius: 1rem;
  color: #728CFD;
  background-color: #EAEDFF;
  flex-wrap: wrap;
  justify-content: space-between;
}

.perfect-solution-colour-1 {
  border-radius: 1rem;
  color: #FECB4B;
  background-color: #FFF6DD;
  ;
}

.perfect-solution-colour-2 {
  border-radius: 1rem;
  color: #57B833;
  /* background-color: ; */
  background: #E7FBDF;

}

.perfect-solution-colour-3 {
  border-radius: 1rem;
  color: #FF8549;
  background-color: #FFF0E9;
}

.perfect-solution-card {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.our-blog {
  background-color: #f5fbff;
  padding: 0rem 7.3rem 14.9rem 7.3rem;
}

.text-our-blog>h5 {
  text-align: center;
  font-weight: 600;
  font-size: 4.3rem;
  line-height: 5.7rem;
  padding-top: 8.6rem;
}

.text-our-blog>p {
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.6rem;
  padding: 1.2rem 0rem;
  width: 75%;
}

.pictures-our-blog {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 2rem 0rem;
  margin-top: 6rem;
}

.picture-picture {
  width: 29%;
  text-align: center;
}

.picture-picture-text {
  width: 90%;
  margin: 0 auto;

}

.picture-picture-text>h5 {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 3.4rem;
  text-align: start;
  margin-top: 1.7rem;
}

.picture-picture-text>p {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.2rem;
  text-align: start;
}

.client-section {
  background-color: #fff;
  /* padding: 0rem 7.3rem 14.9rem 7.3rem;; */
  padding: 5rem;
}

.client-section>h3 {
  font-weight: 600;
  font-size: 4.3rem;
  line-height: 5.7rem;
  text-align: center;
  padding-top: 9.1rem;
}



.outro{
  padding: 5rem;
}

.new-text{
  margin-top: 2rem;
}

.copyright {
  background-color: #fff;
  color: black;
  text-align: center;
  font-size: 12px;
}

.swiper{
  width: 100%;
  overflow-x: hidden;
}

.swiper-slide{
  height: unset;
  width: 100%;  
  padding: 5rem;
  object-fit: cover;
  background: #0E1330;
  border-radius: 20px;
  position: relative;
  margin: 20px 0;
  width: 280px;
  color: white;
}

.swiper-slide::before{
  content: "";
  position: absolute;
  height: 55%;
  width: 40%;
  border-radius: 20px 20px 0 0;
}

.newcard .newcard-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.9rem;
  position: relative;
  z-index: 100;
}

.newcard .newnameprofession{
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-top: 10px;
  color: #333;
}

.newnameprofession .newname{
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.newnameprofession .newprofession{
  font-size: 15px;
  font-weight: 500;
  color: white;
}

.newprofession{
  display: block;
}


#mail {
  font-size: 21px;
}

.mails:hover {
  color: rgb(48, 149, 243);
}

#number {
  font-size: 21px;
  line-height: 33px;
}

.numbers:hover {
  color: rgb(48, 149, 243);
}

#location {
  font-size: 18px;
  line-height: 33px;
}

.location {
  color: black;
  font-size: 16px;
  line-height: 33px;
  font-weight: 350;
  padding-left: 5px;
}

.mail a {
  color: black;
  text-decoration: none;
  font-size: 16px;
  line-height: 33px;
}

.number a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  line-height: 33px;
}

.location a {
  font-size: 21px;
  line-height: 33px;
  color: black;
}

.nav-links2 ul li {
  list-style-type: none;
  text-decoration: none;
  padding-bottom: 20px;
  display: block;
  color: black;
}

.nav-links2 ul li a {
  color: black;
  text-decoration: none;
  font-size: 16px;
  line-height: 33px;
  font-weight: 350;
  padding-right: 30px;
  padding-left: 20px;
}

.nav-links2 ul li a:hover {
  color: rgb(48, 149, 243);
}

.navs {
  display: flex;
  justify-content: space-between;
}



@media (max-width:800px){

  .contact {
    width: 110px;
  }

  .hero-section-text {
    width: 100%;
}

.hero-section-text>p {
  font-size: 2.1rem;
  font-weight: 200;
  line-height: 3rem;
  margin-top: 3rem;
}
.logo-section {
  width: 100%;
}
.addonslad {
  width: 100%;
}
.fig-newtext{
  font-size: 16px;
  
  }
.service-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 2px solid black;
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 1.6rem;
    padding: 6rem 1.3rem 4.5rem 1.3rem;
}
.navs {
  padding: 1rem 0rem 1rem 0rem;
  justify-content: left;
}

}


@media (max-width:500px){
  .hero-section-text {
    width: 100%;
}


.logos {
  display: none;
}
.hero-section-text>h2 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 7.6rem;
}
.get-started {
  margin-top: 5.8rem;
}
.technology {
  font-size: 3.9rem;
  font-weight: 600;
}

.addonslad {
  width: 100%;
}


.thinking-image {
  width: 100%;
  display: block;
  margin: 0;
}
  .solution-sect-container {
    padding: 5.1rem 2.3rem;
    display: block;
  }
  .about-text {
    font-weight: 400;
    vertical-align: top;
    font-size: 2.3rem;
    text-decoration: underline;
  }
  .providing-thinking {
    display: block;
  }

  
  
  .providing {
    width: 100%;
    display: block;
    margin: 0;
  }
  
  .thinking {
    width: 100%;
    display: block;
    margin: 0;
    align-items: flex-end;
  }
  

  .providing>h2 {
    font-weight: 600;
    font-size: 10px;
    font-family: Poppins;
    line-height: 27.3px;
  }
  .providing-thinking {
    margin-bottom: 5rem;
    display: block;
  }

  .providing>p {
    font-weight: 100;
    font-size: 12px;
    line-height: 2.6rem;
  }

  .perfect-solution-card {
    display: block;
    justify-content: space-between;
    gap: 2.2rem;
  }

  .checkbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 9px;

  }
  .single-checkbox>p {
    align-self: center;
    font-size: 14px;
    margin: 0px;
  }

  .checkbox-image {
    width: 32px;
    height: 40px;
  }
  
  .single-checkbox {
    display: flex;
    align-items: center;
    gap: 0px 30px;
  
  }

  .perfect-solution-text {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3.1rem;
    margin: 0;
  }
  .added-ill p {
    font-size: 1.5rem;
  }
  
.addonslad {
  width: 100%;
  height: 100%;
}
.text-our-blog>p {
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 3.6rem;
  padding: 1.2rem 0rem;
  width: 75%;
}
.picture-picture-text>h5 {
  font-weight: 400;
  font-size: 1.7rem;
}
.picture-picture-text>p {
  font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.4rem;
  text-align: start;
}
.client-section>h3 {
  font-weight: 600;
  font-size: 3.3rem;
  }
 
  .perfect-solution-text-tag {
    text-align: center;
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 2.6rem;
    text-align: center;
    margin: 0;
  }


  .services-explore {
    margin: 5.8rem 0rem;
    /* margin-top: 15rem; */
  }
  
  .services-explore>h5 {
    font-weight: 700;
    font-size: 17px;
    line-height: 27.3px;
    text-align: center;
  }
  
  .services-explore>p {
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 2.6rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  } 

  .services-cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    gap: 3.1rem 0rem;
}

  
  .perfect-solution-colour {
    margin: 0;
    border-radius: 1rem;
    color: #728CFD;
    background-color: #EAEDFF;
    width: 260px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .perfect-solution-colour-1 {
    width: 260px;
  }
  
  .perfect-solution-colour-2 {
    width: 260px;
  
  }
  
  .perfect-solution-colour-3 {

    width: 260px;
    border-radius: 1rem;
  }
  .swiper-slide{
    
  }

  .our-blog {
    background-color: #f5fbff;
    padding: 0%;
    /* padding: 0rem 7.3rem 14.9rem 7.3rem; */
  }
  
  .picture-picture {
    width: unset;
    text-align: center;
  }
  
  .picture-picture-text>h5 {
    font-weight: 400;
    font-size: 1.9rem;
  } 
  
  .pictures-our-blog {
    display: block;
  }
}


@media (max-width:1024px){
  .hero-section-text>h2 {
    font-size: 4.2rem;
    font-weight: 760;
    line-height: 7.6rem;
}

.contact {
  width: 110px;
}

.technology {
  background: #005088;
  color: white;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 7.6rem;
}
}

@media (min-width:500px) and (max-width:800px){

}

@media and (min-width:801px) and (max-width:1024px){


}




