@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600&display=swap');

:root {
  --color-0: #0f2125;
  --color-1: #033c60;
  --color-2: #c59229;
  --color-3: #737373;
  --color-4: #D7DCDE;
  --color-5: #ffffff;
  --color-6: #0f2125eb;
}

body {
  background: var(--color-5);
  color: var(--color-0);
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  font-size: clamp(1em, 0.75vw, 2em);
  isolation: isolate;
  scroll-behavior: smooth;
  transition: all .15s ease-in-out;
}

.hero-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5.5rem;
  background: url(../imgs/hero-main.png);
  background-size: cover;
  height: 80vh;
  position: relative;
  justify-content: center;
}

.hero-btm {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 192px;
  object-fit: fill;
  object-position: center;
}

.hero-text {
  color: var(--color-1);
  font-size: 2.4rem;
}

.navbar-brand img {
  height: 36px;
}

.m-head {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  transition: all .15s ease-in-out;
}

.soc a i {

  font-size: 1.4rem;
  padding: 0.3em;

}

.navbar-nav .a .nav-link {
  color: var(--color-0);
  font-size: clamp(1rem, 0.7vw, 1.7rem);
  font-weight: 500;
}

.navbar-nav .a .nav-link:is(:hover, :focus) {
  color: var(--color-2);

}

.btn-cta {
  font-weight: 500;
  color: var(--color-2);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 20px;
  display: inline-flex;
  width: 120px;
  height: 40px;
  cursor: pointer;
  background-color: var(--color-1);
  border: 1px solid var(--color-1);
  padding: 0.5rem 3.75rem;
  font-size: 1.1rem;
  justify-content: center;
  align-items: center;
}

.btn-cta:is(:hover, :focus) {
  color: var(--color-5);
  background-color: var(--color-2);
  border: 1px solid var(--color-2);
}

.btn-cta-1 {
  font-weight: 500;
  color: var(--color-1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 30px;
  display: inline-flex;
  width: 170px;
  height: 50px;
  cursor: pointer;
  background-color: var(--color-4);
  border: 1px solid var(--color-4);
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  justify-content: center;
  align-items: center;
  transition: all .15s ease-in-out;
}

.ico-drop {
  width: 20px;
  display: inline-flex;
  justify-content: center;
  color: var(--color-1);
  font-size: 1rem;
}

.emoji {
  position: relative;
  top: 4px;
}

.btn-cta-1:is(:hover, :focus) {
  color: var(--color-2);
  background-color: var(--color-1);
  border: 1px solid var(--color-1);
}

.main-p {
  padding: 5em 0px;
}

.bg-2 {
  background-color: var(--color-4);
}

.bg-3 {
  background: url(../imgs/bg-3.png);
  background-size: cover;
}

.cta-bar {
  background: var(--color-5);
  padding: 3rem;
  font-size: 1.5rem;
}

.head-nav {
  position: absolute;
  isolation: isolate;
  z-index: 1;
  width: 100%;
}

.cta-area {
  display: flex;
  justify-content: space-between;
  padding: 0rem 0.5rem;
  align-items: center;
}

.cta-area h5 {
  margin-bottom: 0;
  font-size: 2rem;
  color: var(--color-1);
}

.page-title {
  position: relative;
  font-size: 2.1rem;
  margin-bottom: 2.5rem;
  color: var(--color-1);
}

.page-title:after {
  position: absolute;
  content: "";
  width: 120px;
  height: 4px;
  left: calc(50% - 60px);
  background: var(--color-2);
  bottom: -8px;
  border-radius: 1px;
}

.bg-footer {
  background: var(--color-1);
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-4);
}

.card-pro {
  border-left: 3px solid var(--color-2);
  border-radius: 0;
  text-align: left;
  padding: 1rem;
  max-width: 90%;
}

.hero-con {
  background: rgb(255 255 255 / 90%);
  display: inline-flex;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: left;
  width: 80%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  align-content: flex-start;
}

.hero-con h4 {
  color: var(--color-2);
}

.card-area {
  display: grid;
  gap: 2rem;
  padding-top: 2rem;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: stretch;
  justify-content: space-evenly;
  align-content: stretch;
}

.card-title {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  color: var(--color-2);
}

.p-view {
  display: inline-flex;
  background: var(--color-4);
  border-radius: 35px;
  width: 80%;
  align-items: center;
  margin-bottom: 1rem;
}

.p-ico {
  height: 70px;
  display: flex;
  background: var(--color-1);
  aspect-ratio: 1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.p-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  font-size: 1.3rem;
  width: 100%;
  color: var(--color-1);
}

.p-text .small {
  font-size: 0.7em;
}

.count-area {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.count-box {
  width: calc(25% - 2rem);
  background: var(--color-1);
  color: var(--color-2);
  aspect-ratio: 1/0.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.count-box {
  width: calc(25% - 2rem);
  background: var(--color-6);
  color: var(--color-2);
}

.cout-num {
  color: var(--color-4);
  font-size: 3.2rem;
  font-weight: 500;
  height: 80px;
}

.cout-text {
  font-size: 1.2rem;
  font-weight: 500;
  height: 50px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.table-row {
  display: flex;
  position: relative;
  min-width: 1100px;
}

.table-row:after {
  position: absolute;
  content: "";
  width: 97%;
  height: 1px;
  left: 3%;
  background: var(--color-4);
  bottom: 0;
  border-radius: 1px;
  opacity: 0.5;
}

.table-area {
  overflow-y: auto;
}

.head-row::after,
.end-row:after {
  display: none;
}

.table-clm.a {
  width: 22%;
  text-align: right;
  font-weight: 600;
  font-size: 1.2rem;
  justify-content: flex-end;
  padding-right: 0.75rem;
}

.table-clm.b {
  width: 13%;
  color: var(--color-1);
  font-weight: 600;
  background: rgb(215 220 222);
}

.table-clm.d,
.table-clm.f {
  width: 13%;
  background: rgb(215 220 222 / 50%);
}

.table-clm.c,
.table-clm.e,
.table-clm.g {
  width: 13%;
  background: rgb(215 220 222 / 25%);
}

.head-row .table-clm {
  color: var(--color-1);
  font-weight: 600;
  background: transparent !important;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  height: 80px;
}

.table-clm {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-icon {
  height: 26px;
  margin-bottom: 0.5rem;
  position: relative;
  top: -5px;
}

.clients-wrapper {
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.client-img-a {
  height: 35px;
}

.client-img-b {
  height: 28px;
  position: relative;
  top: 5px;
}

.client-img-c {
  height: 20px;
  position: relative;
  top: 5px;
}

.client-img-d {
  height: 28px;
  position: relative;
  top: 5px;
}

.sub-title {
  color: #71767e;
  text-transform: capitalize;
  font-size: 1.1rem;
  margin-bottom: 0px;
}

.logo-sub {
  height: 40px;
}

.off-site {
  border: 1px solid #eee;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
}

.footer-sec .navbar-brand img {
  margin-bottom: 1rem;
}

.ft-con h5 a {
  text-decoration: none;
  color: var(--color-0);
}

.hf-1 {
  color: var(--color-1);
}

.menu-icon {

  width: 30px;
  aspect-ratio: 1;
}

.p-ico img {
  position: relative;
  width: 40px;
  aspect-ratio: 1;
}

.a1 {
  height: 40px;
  top: 2px;
}

.a2 {
  height: 50px;
  top: 1px;
}

.a3 {
  height: 35px;
}

.a4 {
  height: 37px;
  top: -2px;
  left: 4px;
}

.m-head a {
  height: 40px;
  border-radius: 50%;
  background: var(--color-5);
  color: var(--color-2);
  display: flex;
  width: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .15s ease-in-out;
}

.m-head a:is(:hover, :focus) {
  background: var(--color-2);
  color: var(--color-1);
}

.font-sub-small {
  font-size: 0.8rem;
}

.p-icon.a {
  top: 5px;
}

@media only screen and (min-width: 240px) and (max-width: 700px) {
  .card-area {
    grid-template-columns: auto;
  }

  .hero-btm {

    bottom: -1px;
    width: calc(100% + 1px);

  }

  .count-box {
    width: calc(90% - 2rem);
  }

  .table-clm.a,
  .table-clm.b,
  .head-row .table-clm {
    font-size: 0.9rem;
  }

  .cta-area {
    justify-content: center;
    flex-wrap: wrap;
  }

  .cta-area h5 {
    margin-bottom: 0.75rem;
  }

  .card-title {
    font-size: 1.3rem;
  }

  .p-text {
    font-size: 1rem;
  }

  .p-view {
    width: 100%;
  }

  .p-ico {
    height: 50px;
  }

  #navbarSupportedContent {
    background: #eef0f1;
    border-radius: 0.5rem;
  }
}

@media only screen and (min-width: 800px) and (max-width: 980px) {

  .cout-num {
    font-size: 2.75rem;
    height: 65px;
  }

  .cout-text {
    width: 90%;
    height: 55px;
  }

  .count-box {
    width: calc(33% - 2rem);
  }

  .p-view {
    width: 95%;
  }

  .p-text {
    font-size: 1rem;
    text-align: center;
    width: 85%;
  }
}