:root {
  --primary-color: #1b4d3f;
  --white-color: #fff;
  --lighter-green: #f3f6f5;
  --body-font-family: "Inter", sans-serif;
  --heading-font-family: "Playfair", serif;
  --black: #000;
  --black-alph: rgba(0 0 0/50%);
  --g_1: #14392e;
  --g_2: #215e4d;
  --g_3: #2e846c;
  --g_4: #3caa8b;
  --g_5: #55c3a5;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font-family);
  font-size: clamp(16px, 4vw, 18px);
  color: var(--black);
}

body,
html {
  scroll-padding-top: 55px;
  /* adjust the pixel amount here for your top navigation bar height */
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--heading-font-family);
}

h2 {
  /* font-size: 2.75rem; */
  font-size: clamp(2rem, 6vw, 2.75rem);
}

h3 {
  /* font-size: 2rem; */
  font-size: clamp(1.15rem, 6vw, 2rem);
}

h4 {
  /* font-size: 1.5rem; */
  font-size: clamp(0.95rem, 6vw, 1.5rem);
}

h4 {
  /* font-size: 1.35rem; */
  font-size: clamp(0.85rem, 6vw, 1.35rem);
}

.navbar-expand-lg .navbar-collapse {
  flex-grow: inherit;
}

p {
  color: var(--black-alph);
  line-height: 1.9rem;
}

.light-txt {
  color: var(--white-color);
}

header {
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 5px rgb(27 77 63 / 10%);
}

.logo {
  /* background-color: var(--primary-color); */
  color: var(--white-color);
}

.logo img {
  height: 48px;
}

.txt-green {
  color: var(--primary-color);
}

.bg-green {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.pattern-bg {
  background: var(--primary-color) url(assets/checkbox_pattern.png) repeat top left;
}

.navbar-toggler {
  margin-right: 15px;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-color: var(--primary-color)/50%; */
  border-width: 2px;
  border-width: 0;
  width: auto;
  height: auto;
  /* padding: 0; */
}

.navbar-toggler:focus {
  box-shadow: none;
}

header nav {
  background-color: var(--white-color);
  font-size: 1rem;
}

.navbar-nav li.nav-item {
  border-bottom: 1px solid #e5e5e5;
}

.navbar-nav li.nav-item:last-child {
  border-bottom: 0px;
}

header nav a.nav-link {
  color: var(--primary-color);
  font-weight: 600;
}

.navbar-expand-lg .navbar-nav {
  gap: 15px;
}

.contact {
  border-radius: 100px;
  padding: 5px 15px !important;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  display: inline-flex;
  font-weight: 500 !important;
  align-items: center;
}

.contact:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.banner {
  overflow: hidden;
  background-color: var(--lighter-green);
  align-items: end;
  display: flex;
  margin-top: 4rem;
  position: relative;
  height: 70vh;
}

.banner h1 {
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--body-font-family);
}

.galaxy {
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: translate(50%, 50%);
  width: 520px;
  height: 520px;
  z-index: 0;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.circle {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px dashed rgb(27 77 63/20%);
  border-spacing: 10px;
  animation: circle 90s linear infinite;
  position: relative;
  box-sizing: border-box;
}

.circle>span {

  position: absolute;
  border-radius: 100px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.circle_outer_1 {
  width: 520px;
  height: 520px;
  padding: 40px;
}

.circle_outer_1>span.dot-1 {
  height: 20px;
  width: 20px;
  top: 0;
  left: 170px;
  background-color: var(--g_1);
}

.circle_outer_1>span.dot-2 {
  height: 10px;
  width: 10px;
  top: 130px;
  left: 26px;
  background-color: var(--g_5);
}

.circle_outer_2 {
  width: 400px;
  height: 400px;
  padding: 30px;
}

.circle_outer_2>span.dot-1 {
  height: 20px;
  width: 20px;
  top: -10px;
  left: 170px;
  background-color: var(--g_5);
}

.circle_outer_2>span.dot-2 {
  height: 30px;
  width: 30px;
  top: 152px;
    left: 380px;
  background-color: var(--g_4);
}

.circle_outer_2>span.dot-3 {
  height: 20px;
  width: 20px;
  top: 220px;
    left: -10px;
  background-color: var(--g_3);
}

.circle_outer_3 {
  width: 280px;
  height: 280px;
}

.circle_outer_3>span.dot-1 {
  height: 10px;
  width: 10px;
  top: 0;
    left: 100px;
  background-color: var(--g_1);
}

.circle_outer_3>span.dot-2 {
  height: 20px;
  width: 20px;
  top: 270px;
    left: 150px;
  background-color: var(--g_3);
}

.circle_outer_4 {
  height: 360px;
  width: 360px;
  display: none;
}

.circle_outer_4>span.dot-1 {
  height: 15px;
  width: 15px;
  top: 266px;
  left: 324px;
  background-color: var(--g_5);
}

.circle_outer_4>span.dot-2 {
  height: 40px;
  width: 40px;
  top: -20px;
  left: 150px;
  background-color: var(--g_2);
}

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.type-txt {
  /* display: flex;
  align-items: flex-start;
  height: calc(100vh - 20vh);
  font-size: larger;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  padding-top: 25%; */
  display: flex;
  align-items: center;
  height: calc(100vh);
  font-size: larger;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  padding-top: 0;
}

.typewrite {
  padding-right: 10px;
}

.chnage-txt {
  font-size: 2rem;
  font-family: var(--heading-font-family);
  color: var(--primary-color);
  padding-right: 1rem;
  line-height: normal;
  text-transform: uppercase;
}

.wrap {
  /* padding-right: 1.25rem; */
  background-color: var(--primary-color);
  color: var(--white-color);
}

.cyber-space {
  position: absolute;
  right: 0;
  width: 300px;
  z-index: 0;
}

.why-cyber .card {
  border-radius: 12px;
  height: 100%;
}

.small-heading {
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 1.15rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.big-hero {
  /* font-size: 2.5rem; */
  font-size: clamp(1.8rem, 5vw, 2.25rem);
  font-weight: 400;
  font-family: var(--heading-font-family);
  line-height: clamp(2.35rem, 5vw, 3rem);
}

.hero-txt {
  color: var(--black);
}

.card {
  padding: 0 15px 15px 15px;
  border: 0px;
  box-shadow: 1px 1px 5px rgb(27 77 63 / 50%);
}

.card-title {
  font-size: 1.75rem;
  font-weight: medium;
}

.card-img-top {
  width: 32px;
  padding: 0;
  box-sizing: border-box;
  margin: 40px 15px 25px 15px;
}

.card-body {
  padding-bottom: 2rem;
}

.lighter-bg {
  background-color: var(--lighter-green);
}

.impact .__bx {
  border-bottom: 1px solid var(--black-alph);
}

.impact .__bx:last-child {
  border-bottom: 0px;
}

.big-number {
  font-size: 4rem;
  color: var(--primary-color);
}

.big-txt {
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--black);
}

.bg-bx_1 {
  background: url(assets/bg-green1.jpg) top left no-repeat;
}

.bg-bx_2 {
  background: url(assets/bg-green2.jpg) top left no-repeat;
}

.bg-bx_1,
.bg-bx_2 {
  border-radius: 18px;
  padding: 2rem;
  height: 100%;
}

.bg-bx .card {
  box-shadow: none;
  border-radius: 16px;
  padding: 1.25rem 1.5rem 0rem 1.5rem;
  height: 100%;
}

.bg-bx .card .card-title {
  color: var(--primary-color);
}

.impact__bx {
  padding-bottom: 6rem;
}

.digital {
  margin-top: -40px;
}

.fully-digitally .card {
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 2px 12px rgb(27 77 63 / 10%);
  text-transform: uppercase;
}

.fully-digitally .card-body {
  padding-bottom: 1rem;
}

.fully-digitally .country a {
  text-decoration: none;
  color: var(--primary-color);
}

.fully-digitally .country a p {
  color: var(--primary-color);
}

.fully-digitally .country img {
  width: 6rem;
  padding: 0.5rem;
  box-sizing: border-box;
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
  transition: 0.5s;
}

.fully-digitally .country:hover img {
  box-shadow: 0 2px 20px rgb(27 77 63 / 20%);
}

.fully-digitally p {
  font-size: .7rem;
  margin: 0;
}

.fully-digitally .btn-link {
  text-transform: capitalize;
  color: var(--primary-color);
  text-decoration: none;
}
.fully-digitally .btn-link:focus, .fully-digitally .btn-link:active {
  background-color: transparent;
}
.fully-digitally :not(.btn-check)+.btn:active {
  background-color: transparent;
  border: none;
  color: var(--primary-color);
}

.mission-bg {
  background: var(--lighter-green) url(assets/growth_arrow.svg) bottom right no-repeat;
  background-size: 36%;
}

.mission h3 {
  position: relative;
  padding-left: 100px;
}

.mission h3::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 2px;
  background-color: var(--primary-color);
  width: 90px;
}

.mission .highlight {
  color: var(--primary-color);
  text-transform: uppercase;
  /* text-decoration: underline; */
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px dashed var(--primary-color);
}

.connecting_bridge {
  position: relative;
  background: url(assets/bridge.png) bottom left no-repeat;
  background-size: 90%;
  padding: 3rem 0 10rem 0;
}

.connecting_bridge h4 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  
}

.connecting_bridge a {
  background-color: var(--lighter-green);
  color: var(--primary-color);
  border-radius: 100px;
  padding: 15px 30px;
  text-decoration: none;
}

.connecting_bridge .text {
  display: flex;
  justify-content: center;
}

.connecting_bridge .text>div {
  text-align: center;
}

.sectors .card {
  border-radius: 1rem;
  background-color: var(--white-color);
  box-shadow: 0 1px 8px rgb(27 77 63 / 15%);
  padding: 15px;
  height: 100%;
}

.sectors .card>span {
  display: inline-block;
  background-color: var(--lighter-green);
  border-radius: 100px;
  padding: 10px;
  width: fit-content;
  margin: 15px 15px 0px 15px;
}

.sectors .card>span img {
  margin: 0;
  padding: 0;
}

.sectors .card h4 {
  color: var(--primary-color);
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.btn-primary:hover {
  border-color: var(--primary-color);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--white-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

._company {
  text-align: left;
  padding: 0 1rem;
}

.tagline h4.chnage-txt {
  font-size: clamp(1rem, 4vw, 1.5rem);
  ;
  text-transform: capitalize;
}

.tagline h4.chnage-txt span {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 0 0.15rem;
}

footer {
  font-size: 1rem;
}

.footer-area {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.socials {
  display: flex;
  gap: 15px;
}

.socials img {
  width: 32px;
}
.top {
  position: fixed;
  bottom: 11%;
  right: 50%;
  padding: 10px;
  background-color: var(--primary-color);
  color: var(--primary-color);
  border-radius: 100px;
  z-index: 10;
  transition: 0.5s;
  width: 48px;
  height: 48px;
  transform: translate( 50%, -50%);
  border: 2px solid rgb(255 255 255/40%);
  display: flex;
}
.hide {
  opacity:0;
 
}
.show {
  opacity:1;

}
p.small-txt{
  font-size: 0.65rem;
  line-height: normal;
  margin-top: 15px;
}

/****** Media Query Start *****/

/* //Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .logo img {
    height: 58px;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .logo img {
    height: 68px;
  }

  .chnage-txt {
    font-size: 3rem;
  }

  .banner {
    padding: 0 2rem;
    margin-top: 0rem;
    height: 100vh;
  }
  
  .banner h1 {
    font-size: 1.5rem;
    margin-left: 4px;
  }

  .galaxy {
    width: 680px;
    height: 680px;
  }

  .circle_outer_1 {
    width: 680px;
    height: 680px;
    padding: 50px;
  }

  .circle_outer_1>span.dot-1 {
    height: 30px;
    width: 30px;
    top: 172px;
        left: 18px;
  }

  .circle_outer_1>span.dot-2 {
    height: 15px;
    width: 15px;
    top: 409px;
    left: calc(100% - 88px);
  }

  .circle_outer_2 {
    height: 540px;
    width: 540px;
    padding: 30px;
  }

  .circle_outer_2>span.dot-1 {
    height: 20px;
    width: 20px;
    top: 41px;
        left: 100px;
  }

  .circle_outer_2>span.dot-2 {
    height: 40px;
    width: 40px;
    top: 100px;
    left: 473px;
  }

  .circle_outer_2>span.dot-3 {
    height: 30px;
    width: 30px;
    top: 344px;
        left: 0;
  }

  .circle_outer_3 {
    height: 400px;
    width: 400px;
  }

  .circle_outer_3>span.dot-1 {
    height: 15px;
    width: 15px;
    top: -8px;
        left: 206px;
  }

  .circle_outer_3>span.dot-2 {
    height: 30px;
    width: 30px;
    top: 182px;
    left: -15px;
  }

  .circle_outer_4 {
    height: 260px;
    width: 260px;
    display: block;
  }

  .circle_outer_4>span.dot-1 {
    height: 15px;
    width: 15px;
    top: 172px;
        left: 3px;
  }

  .circle_outer_4>span.dot-2 {
    height: 30px;
    width: 30px;
    top: -10px;
        left: 150px;
  }

  .type-txt {
    align-items: center;
    height: calc(100vh);
    padding-top: 0%;
  }

  .cyber-space {
    width: 400px;
  }

  .impact .__bx {
    border-right: 1px solid var(--black-alph);
  }

  .impact .__bx:last-child {
    border-right: 0px;
  }

  .impact .__bx {
    border-bottom: 0px;
  }

  .bg-bx_1,
  .bg-bx_2 {
    padding: 2rem;
  }

  .mission-bg {
    background-size: 24%;
  }

  .connecting_bridge {
    background-size: 80%;
    padding: 3rem 0 10rem 0;
  }

  .connecting_bridge .text {
    justify-content: end;
  }

  .connecting_bridge .text>div {
    text-align: end;
  }

  .footer-area {
    flex-direction: row;
  }

  .tagline h4.chnage-txt {
    font-size: clamp(1rem, 4vw, 1.5em);
  }

  .contact {
    padding: 8px 20px !important;
  }

  .big-txt {
    font-size: 1.5rem;
  }

  .fully-digitally p {
    font-size: 1rem;
  }

  .bg-bx_1,
  .bg-bx_2 {
    padding: 20% 20% 2rem 2rem;
  }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  header {
    position: sticky;
    top: 0;
  }

  .navbar-nav li.nav-item {
    border-bottom: none;
  }

  .chnage-txt {
    font-size: 4rem;
  }

  .cyber-space {
    width: 500px;
  }

  .banner {
    height: calc(83vh);
  }

  .galaxy {
    width: 800px;
    height: 800px;
  }

  .circle_outer_1 {
    width: 800px;
    height: 800px;
    padding: 50px;
  }

  .circle_outer_1>span.dot-1 {
    height: 30px;
    width: 30px;
    top: 140px;
    left: 66px;
  }

  .circle_outer_1>span.dot-2 {
    height: 15px;
    width: 15px;
    top: 492px;
    left: calc(100% - 20px);
  }

  .circle_outer_2 {
    height: 620px;
    width: 620px;
    padding: 30px;
  }

  .circle_outer_2>span.dot-1 {
    height: 20px;
    width: 20px;
    top: 18px;
        left: 170px;
  }

  .circle_outer_2>span.dot-2 {
    height: 40px;
    width: 40px;
    top: 252px;
    left: 598px;
  }

  .circle_outer_2>span.dot-3 {
    height: 30px;
    width: 30px;
    top: 440px;
    left: 124px;
  }

  .circle_outer_3 {
    height: 450px;
    width: 450px;
  }

  .circle_outer_3>span.dot-1 {
    height: 15px;
    width: 15px;
    top: 250px;
    left: 438px;
  }

  .circle_outer_3>span.dot-2 {
    height: 40px;
    width: 40px;
    top: 182px;
    left: -18px;
  }

  .circle_outer_4 {
    height: 280px;
    width: 280px;
  }

  .circle_outer_4>span.dot-1 {
    height: 15px;
    width: 15px;
    top: 270px;
    left: 150px;
  }

  .circle_outer_4>span.dot-2 {
    height: 40px;
    width: 40px;
    top: -14px;
    left: 150px;
  }

  .why-cyber .col-bx {
    border-radius: 0px;
  }

  .why-cyber .col-bx .card {
    border-radius: 12px;
  }

  .impact .__bx {
    border-right: 1px solid var(--black-alph);
  }

  .impact .__bx:last-child {
    border-right: 0px;
  }

  .impact .__bx {
    border-bottom: 0px;
  }

  .bg-bx_1,
  .bg-bx_2 {
    padding: 3rem 4rem 2rem 2rem;
  }

  .mission-bg {
    background-size: 28%;
  }

  .connecting_bridge {
    background-size: auto;
  }

  ._company {
    text-align: center;
  }

  .tagline h4.chnage-txt {
    font-size: clamp(1.25rem, 4vw, 1.85em);
  }

}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .galaxy {
    width: 900px;
    height: 900px;
  }

  .circle_outer_1 {
    width: 900px;
    height: 900px;
    padding: 60px;
  }

  .circle_outer_1>span.dot-1 {
    height: 30px;
    width: 30px;
    top: 140px;
    left: 90px;
  }

  .circle_outer_1>span.dot-2 {
    height: 15px;
    width: 15px;
    top: 800px;
    left: calc(100% - 182px);
  }

  .circle_outer_2 {
    height: 710px;
    width: 710px;
    padding: 30px;
  }

  .circle_outer_2>span.dot-1 {
    height: 20px;
    width: 20px;
    top: 35px;
    left: 170px;
  }

  .circle_outer_2>span.dot-2 {
    height: 40px;
    width: 40px;
    top: 100px;
    left: 720px;
  }

  .circle_outer_2>span.dot-3 {
    height: 50px;
    width: 50px;
    top: 600px;
    left: 90px;
  }

  .circle_outer_3 {
    height: 530px;
    width: 530px;
  }

  .circle_outer_3>span.dot-1 {
    height: 15px;
    width: 15px;
    top: 400px;
    left: 578px;
  }

  .circle_outer_3>span.dot-2 {
    height: 40px;
    width: 40px;
    top: 182px;
    left: -10px;
  }

  .circle_outer_4 {
    height: 360px;
    width: 360px;
  }

  .circle_outer_4>span.dot-1 {
    height: 15px;
    width: 15px;
    top: 340px;
    left: 224px;
  }

  .circle_outer_4>span.dot-2 {
    height: 40px;
    width: 40px;
    top: -20px;
    left: 150px;
  }

  .chnage-txt {
    font-size: clamp(2.5rem, 5.5vw, 5rem);
  }

  .bg-bx_1,
  .bg-bx_2 {
    padding: 25% 25% 2rem 2rem;
  }

  .tagline h4.chnage-txt {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }

  .cyber-space {
    width: 560px;
  }
  .why-cyber .col-bx .card {
    border-radius: 0px;
  }
  .why-cyber .col-bx:first-child .card {
    border-radius: 12px 0px 0px 12px;
  }

  .why-cyber .col-bx:last-child .card {
    border-radius: 0 12px 12px 0px;
  }

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

  .cyber-space {
    width: 620px;
  }
}