@font-face {
  font-family: "Inter medium";
  src: url(../assets/Fonts/Inter_28pt-Medium.ttf);
}
@font-face {
  font-family: "Semi bold";
  src: url(../assets/Fonts/Inter_28pt-SemiBold.ttf);
}

@font-face {
  font-family: "Extra bold";
  src: url(../assets/Fonts/Inter_28pt-ExtraBold.ttf);
}
@font-face {
  font-family: "Regular";
  src: url(../assets/Fonts/Inter_28pt-Regular.ttf);
}
@font-face {
  font-family: "Bold";
  src: url(../assets/Fonts/Inter_28pt-Bold.ttf);
}
.inter-medium {
  font-family: "Inter medium";
}
.inter-regular {
  font-family: " Regular";
}

.inter-semibold {
  font-family: "Semi bold";
}

.inter-extrabold {
  font-family: "Extra bold";
}
.inter-bold {
  font-family: "Bold";
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  /* margin: 0rem 6.84rem 0rem 6.84rem; */
}


.navbar {
  height: 5rem;
  background: #ffffff;
  height: 80px;
  bottom: 0;
}

.navbar {
 
  .nav-item{
    a{
      font-size: 1rem;
      color: #0B0D14;
    }
  }
  .mybtn {
    font-size: 1rem;
    color: #0e0d0d;
    width: 13.375rem;
    height: 2.75rem;
    border-radius: 1rem;
    background: #fec545;
    border: none;
  }
  li a img {
    width: 1.25rem;
    height: 1.25rem;
  }
}

/* ---------------------------ABOUT ARK TECH--------------------------------------- */
.services {
  height: 14.75rem;
  width: 76.3125rem;
  background: url(../images/BG3.png);
  align-items: center;
  align-content: center;
  margin-block-start: 6rem;
  text-align: center;
  margin-inline-start: 50px;

  .servicesContent {
    color: #ffffff;
    width: 43.375rem;
    height: 19.3125rem;
    /* padding-block-start: 2.9375rem; */
    padding-block-end: 3.9375rem;
    padding-inline-start: 50%;

    h2 {
      height: 4.125rem;
      font-size: 3.625rem;
      width: 50.875rem;
    }
    p {
      width: 33rem;
      height: 1.8125rem;
      font-size: 1rem;
      margin-inline-end: 0.625rem;
    }
  }
}

/* ------------------------WHO WE ARE-------------------------------- */
.mission {
  height: 36.1875rem;
  margin-block: 6.25rem;
  align-self: center;

  .card5 {
    width: 18.2825rem;
    height: 30.0625rem;
    border-radius: 0.875rem;
    margin-block-start: -33.125rem;
  }
  .div-card6 {
    /* position: absolute;
    margin-inline-start: 6%; */
  }
  .card6 {
    width: 307.69px;
    height: 467px;
    border-radius: 0.875rem;
    margin-block-start: 20%;
    margin-inline-start: 50%;
  }
  .missionStatement {
    height: 579px;
    width: 900px;
    border-radius: 14px;
    background: #f6fffc;
    align-items: center;
    justify-content: end;
    background-image: url(../images/Asset\ 4\ 1.png);

    h2-tag {
      height: 389px;
      width: 515px;
      text-align: center;
      align-content: center;
    }

    h2 {
      font-size: 42px;
      line-height: 63px;
      color: #0f172a;
      margin-inline-start: 228px;
    }
    p {
      width: 515px;
      /* text-align: center; */
      align-content: center;
    }
    .p-tag {
      width: 515px;
      height: 288px;
      font-size: 16px;
      margin-inline-start: 224px;
    }
  }
}

/* -----------------------Say hello to our team members----------------------------- */

.teamMembers {
  .top {
    display: flex;
    justify-content: space-between;
    margin-inline: 2.6875rem;
    margin-inline: 6.4375rem;
    align-items: center;
    margin-block-end: 2.25rem;

    h2 {
      font-size: 2.625rem;
      color: #0f172a;
      /* width: 26.0625rem; */
      height: 7.0625rem;
    }
    p {
      font-size: 1.125rem;
      color: #475569;
      width: 33.375rem;
      height: 8.1875rem;
      margin-block-end: 0;
    }

    button {
      border: none;
      font-size: 1rem;
      color: #0e0d0d;
      background: #fec545;
      width: 8.5rem;
      height: 2.75rem;
      border-radius: 1rem;
    }
  }

  .teamMembersCarousel {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-block-end: 2.9375rem;

    .members {
      img {
        width: 19.5rem;
        height: 19.9375;
        margin-block-end: 1.5rem;
      }

      .name-div {
        width: 9.8125rem;
        height: 2.5rem;
        /* border: 1px solid #01b2a4;
        border-radius: 1.1875rem; */
        margin-block-end: 0.5rem;

        p {
          /* padding-inline: 1rem; */
          color: #060606;
          font-size: 1.25rem;
        }
      }

      .job-role {
        color: #6c7c94;
        font-size: 1rem;
      }
      .staff {
        color: #475467;
        margin-block-end: 1.5rem;
      }

      .socialIcons {
        display: flex;
        gap: 1rem;
        a img {
          width: 1.5rem;
          height: 1.5rem;
        }
      }
    }
  }
  .bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-inline: 3.75rem;
  }
}

/* ------------------------FOOTER------------------------ */

.footer {
  background: #ffffff;

  padding-block: 2.5rem;
  padding-inline: 3rem;
  display: none;
  grid-template-columns: auto auto;
  margin-inline: 2.40625rem;
  margin-block-start: 7%;
  margin-block-end: 2.25rem;
  border-radius: 20px;
  border: 0.25rem solid #edeff1;

  .top {
    margin-block-end: 1.875rem;
  }

  .left-end {
    p {
      width: 492px;
      height: 72px;
      font-size: 16px;
      color: #64748b;
      margin-block-end: 10%;
    }

    span {
      width: 336px;
      height: 24px;
      font-size: 14px;
      color: #667085;
    }
  }

  .footerlist {
    display: grid;
    grid-template-columns: auto auto auto;
    /* gap: 1rem; */

    ul li {
      list-style: none;
      font-size: 16px;
      margin-block-start: 0.5rem;

      .contact {
        margin-block-start: 5rem;
      }
    }
  }
}

.hvr-fade:before {
    background-color: #fec545 !important;
}
  .dropdown-menu {
    --bs-dropdown-link-active-bg: #ffffff !important;
  }
  .hvr-bounce-to-top:before {
    background-color: #fec545 !important;
    border-radius: 1rem;
  }
  .grid-services:hover {
    h3 {
      color: #060809;
    }
  }
  .myButton:active {
    background-color: #f5b726;
    transform: translateY(4px);
  }



@media screen and (max-width: 36rem){
  .navbar .mybtn {
    display: none;
  }

  
  .navbar, .myNav{
    max-width: 425px !important;
    width: 425px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    background: #ffffff;
  }

  .dropdown-item {
    background: #ffffff !important;
    }

  nav a {
  text-decoration: none !important;
  }

  .nav-item a:hover {
  text-decoration: none !important;
  }

  .services {
    width: 425px !important;
  height: 275px;
  background-image: url(../images/BG\ ph.png);
  background-repeat: round;
  margin-block-start: 3.0625rem;

  .servicesContent {
    color: #ffffff;
    width: 300px;
    height: 100px;
    padding-block-start: 50px;
    margin-block-start: 25px;
    padding-block-end: 47px;
    padding-inline-start: 0;
    margin-inline-start: 50px;

    h2 {
      height: 48px;
      font-size: 34px;
      width: 300px;
      margin-block-end: 15px;
    }
    p {
      width: 276px;
      height: 38px;
      font-size: 1rem;
      margin-inline-end: 0;
    }
  }
}

/* ------------------------WHO WE ARE-------------------------------- */
.mission {
  height: 881px;
  width: 425px;
  margin-block: 32px;
  align-self: center;
  display: flex;
  background: #F6FFFC;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding-inline: 22px;
  

  .card5 {
    width: 187.47px;
    height: 292px;
    border-radius: 0.875rem;
    margin-block-start: -370px;
    margin-inline-end: 107.53px;
  }
  .div-card6 {
    position: relative;
    width: 298px;
    max-width: 425px;
    height: 328px;
    margin-block-start: 32px;
    padding-block-start: 33px;
    margin-block-end: 32px;
  }
  .card6 {
    width: 196.95px;
    height: 284px;
    border-radius: 0.875rem;
    margin-block-start: 0;
    margin-inline-start: 102px;
    
  }
  .missionStatement {
    height: 514px;
    width: 317px;
    max-width: 425px;
    border-radius: 0;
    background: #f6fffc;
    align-items: center;
    justify-content: center;
    background-image: url(../images/Asset\ 4\ 1.png);

    h2-tag {
      height: 514px;
      width: 317px;
      text-align: center;
      align-content: center;
    }

    h2 {
      font-size: 32px;
      line-height: 43px;
      color: #0F172A;
      text-align: center;
      margin-inline-start: 0;
       margin-block: 30px;
    }
    p {
      width: 303px;
      text-align: center;
      font-size: 16px;
      align-content: center;
    }
    .p-tag {
      width: 303px;
      height: 288px;
      margin-inline-start: 0;
    }

    .myP{
      display: none;
    }
  }
}

/* -----------------------Say hello to our team members----------------------------- */

.teamMembers {
  width: 425px;
  margin-block-start: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  .top {
    height: 269px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-inline: 0;
    align-items: center;
    align-content: center;
    margin-block-end: 50px;
    margin-block-start: 25px;

    h2 {
      font-size: 32px;
      color: #0f172a;
      width: 343px;
      height: 135px;
      text-align: center;
      margin-block-end: 13px;
      line-height: 43px;
    }
    p {
      font-size: 1.125rem;
      color: #475569;
      width: 343px;
      text-align: center;
      margin-block-end: 24px;
    }

    .myDiv{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
    }

    button {
      border: none;
      font-size: 1rem;
      color: #0e0d0d;
      background: #fec545;
      width: 136px;
      height: 44px;
      border-radius: 1rem;
    }
  }

  .teamMembersCarousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 1.5rem;
    justify-content: center;
    margin-block-end: 32px;
    margin-block-start: 32px;

    .members {
      img {
        width: 351px;
        height: 296px;
        margin-block-end: 24px;
      }

      .name-div {
        width: 353px;
        height: 30px;
        /* border: 1px solid #01b2a4;
        border-radius: 1.1875rem; */
        margin-block-end: 4px;

        p {
          /* padding-inline: 1rem; */
          width: 353px;
          height: 24px;
          color: #060606;
          font-size: 1.25rem;
        }
      }

      .job-role {
        color: #6c7c94;
        font-size: 1rem;
      }
      .staff {
        color: #475467;
        margin-block-end: 1.5rem;
      }

      .socialIcons {
        display: flex;
        gap: 1rem;
        a img {
          width: 1.5rem;
          height: 1.5rem;
        }
      }
    }
  }
  .bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-inline: 0;

    .icons {
      display: none;
      width: 9.5rem;
      gap: 1.5rem;
    }
  }
}

.footer-ph {
  margin-block-start: 36px;
  border: 0.25rem solid #edeff1;
  border-radius: 2rem;
  border-left: none;
  border-right: none;
  border-bottom: none;
  
  .myP {
    width: 343px;
    height: 48px;
    font-size: 16px;
    color: #475467;
  }
  .top {
    margin-block-end: 40px;
    ul li {
      list-style: none;
      font-size: 16px;
      color: #475467;

      a {
        text-decoration: none;
        color: #475467;
      }
    }
  }

}
/* ------------------------FOOTER------------------------ */

.footer {
  display: none;
}

.hvr-underline-from-left:before {
    background: #fec545 !important;
    width: 0;
  }
.hvr-fade:before {
    background-color: #fec545 !important;
  }
  .dropdown-menu {
    --bs-dropdown-link-active-bg: #ffffff !important;
  }
  .hvr-bounce-to-top:before {
    background-color: #fec545 !important;
    border-radius: 1rem;
  }
  .grid-services:hover {
    h3 {
      color: #060809;
    }
  }
  .myButton:active {
    background-color: #f5b726;
    transform: translateY(4px);
  }

}

@media screen and (min-width: 1024px){
  .services {
  height: 14.75rem;
  width: 76.3125rem;
  background: url(../images/BG3.png);
  align-items: center;
  align-content: center;
  margin-block-start: 6rem;
  text-align: center;
  margin-inline-start: 50px;

  .servicesContent {
    color: #ffffff;
    width: 43.375rem;
    height: 19.3125rem;
    /* padding-block-start: 2.9375rem; */
    padding-block-end: 3.9375rem;
    padding-inline-start: 50%;

    h2 {
      height: 4.125rem;
      font-size: 3.625rem;
      width: 50.875rem;
    }
    p {
      width: 33rem;
      height: 1.8125rem;
      font-size: 1rem;
      margin-inline-end: 0.625rem;
    }
  }
}

/* ------------------------WHO WE ARE-------------------------------- */
.mission {
  height: 36.1875rem;
  margin-block: 6.25rem;
  align-self: center;
  display: flex;
  flex-direction: row;
  position: relative;

  .card5 {
    width: 18.2825rem;
    height: 30.0625rem;
    border-radius: 0.875rem;
    position: absolute;
    margin-block-start: -33.125rem;
  }
  .div-card6 {
    position: absolute;
    margin-inline-start: 6%;
  }
  .card6 {
    width: 307.69px;
    height: 467px;
    border-radius: 0.875rem;
    margin-block-start: 20%;
    margin-inline-start: 50%;
  }
  .missionStatement {
    height: 579px;
    width: 900px;
    border-radius: 14px;
    background: #f6fffc;
    align-items: center;
    justify-content: end;
    /* padding-block-end: 60%; */
    position: absolute;
    /* right: 3%; */
    left: 24.5%;
    margin-inline-start: 5.7%;
    background-image: url(../images/Asset\ 4\ 1.png);

    h2-tag {
      height: 389px;
      width: 515px;
      text-align: center;
      align-content: center;
    }

    h2 {
      font-size: 42px;
      line-height: 63px;
      color: #0f172a;
      margin-inline-start: 228px;
    }
    p {
      width: 515px;
      /* text-align: center; */
      align-content: center;
    }
    .p-tag {
      width: 515px;
      height: 288px;
      font-size: 16px;
      margin-inline-start: 224px;
    }
  }
}

/* -----------------------Say hello to our team members----------------------------- */

.teamMembers {
  .top {
    display: flex;
    justify-content: space-between;
    margin-inline: 2.6875rem;
    margin-inline: 6.4375rem;
    align-items: center;
    margin-block-end: 2.25rem;

    h2 {
      font-size: 2.625rem;
      color: #0f172a;
      /* width: 26.0625rem; */
      height: 7.0625rem;
    }
    p {
      font-size: 1.125rem;
      color: #475569;
      width: 33.375rem;
      height: 8.1875rem;
      margin-block-end: 0;
    }

    button {
      border: none;
      font-size: 1rem;
      color: #0e0d0d;
      background: #fec545;
      width: 8.5rem;
      height: 2.75rem;
      border-radius: 1rem;
    }
  }

  .teamMembersCarousel {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-block-end: 2.9375rem;

    .members {
      img {
        width: 19.5rem;
        height: 19.9375;
        margin-block-end: 1.5rem;
      }

      .name-div {
        width: 9.8125rem;
        height: 2.5rem;
        /* border: 1px solid #01b2a4;
        border-radius: 1.1875rem; */
        margin-block-end: 0.5rem;

        p {
          /* padding-inline: 1rem; */
          color: #060606;
          font-size: 1.25rem;
        }
      }

      .job-role {
        color: #6c7c94;
        font-size: 1rem;
      }
      .staff {
        color: #475467;
        margin-block-end: 1.5rem;
      }

      .socialIcons {
        display: flex;
        gap: 1rem;
        a img {
          width: 1.5rem;
          height: 1.5rem;
        }
      }
    }
  }
  .bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-inline: 3.75rem;

    .icons {
      width: 9.5rem;
      gap: 1.5rem;
      display: none;
      flex-direction: row;
    }
  }
}

/* ------------------------FOOTER------------------------ */

.footer {
  background: #ffffff;
  padding-block: 2.5rem;
  padding-inline: 3rem;
  display: grid;
  grid-template-columns: auto auto;
  margin-inline: 2.40625rem;
  margin-block-end: 76px !important;
  border-radius: 20px;
  border: 0.25rem solid #edeff1;

  .top {
    margin-block-end: 1.875rem;
  }

  .left-end {
    p {
      width: 492px;
      height: 72px;
      font-size: 16px;
      color: #64748b;
      margin-block-end: 10%;
    }

    span {
      width: 336px;
      height: 24px;
      font-size: 14px;
      color: #667085;
    }
  }

 
  .footerlist {
    display: grid;
    grid-template-columns: auto auto auto;

    ul li {
      list-style: none;
      font-size: 16px;
      margin-block-start: 0.5rem;

      .contact {
        margin-block-start: 5rem;
      }

      a {
        text-decoration: none;
        font-size: 16px;
        color: #0b0d14;
      }
    }
  }
}

.footer-ph{
  display: none;
}

/* ----------------HOVER EFFECTS-------------------- */
.hvr-underline-from-left:before {
    background: #fec545 !important;
    
  }
.hvr-fade:before {
    background-color: #fec545 !important;
 
}
  .dropdown-menu {
    --bs-dropdown-link-active-bg: #ffffff !important;
  }
  .hvr-bounce-to-top:before {
    background-color: #fec545 !important;
    border-radius: 1rem;
  }
  .grid-services:hover {
    h3 {
      color: #060809;
    }
  }
  .myButton:active {
    background-color: #f5b726;
    transform: translateY(4px);
  }
}
