@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

:root {
  --yellow: #fdd028;
  --black: #000;
  --grey: #787878;

  --poppins: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ol,
ul,
li,
span,
label {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

h5#balance {
  background: var(--yellow);
  color: var(--black);
  padding: 10px 20px;
  color: #000;
  border-radius: 30px;
}

h5.card-title {
  margin-bottom: 0px;
}

.card-title span {
  font-size: 12px;
}

h5.card-title p {
  margin-bottom: 0;
}
.padding_70 {
  padding: 70px 0px;
}
.form-control {
  border: 1px solid #000;
}
.text_grey {
  color: var(--grey);
}

.form-control:focus {
  border: 1px solid var(--yellow);
  color: var(--black);
}
.text_yellow {
  color: var(--yellow);
}

.yellow_btn {
  background: var(--yellow);
  color: #002038;
  border: none !important;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.bg_layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/bg_image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #002038;
  z-index: -1;
}
button.navbar-toggler {
  background: var(--yellow);
}
/* .navbar {
  position: fixed;
  top: 0;
  width: 80%;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
} */
/* header */
.header .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--yellow);
}
.header img.header_logo {
  width: 130px;
}
.header .nav-link {
  color: #fff;
}
.header li.nav-item {
  padding: 0px 15px;
}
.info h2.heading {
  color: #fff;
  font-size: 57px;
  font-weight: 900;
  font-family: var(--poppins);
  line-height: 60px;
}
.info p.para {
  font-size: 24px;
  color: #fff;
  font-family: var(--poppins);
  padding: 15px 0px;
  line-height: 38px;
  opacity: 0.85;
}
.header .yellow_btn {
  padding: 12px 20px;
}
/* service */
.service_box .info h2.heading {
  font-size: 24px;
  line-height: 43px;
}
.service_box .info p.para {
  font-size: 18px;
  padding: 5px 0px;
  line-height: 26px;
}
.footer {
  background: #061927;
  text-align: center;
}
.ftr_box.info h2.heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 50px;
}
.footer .info p.para {
  font-size: 24px;
  text-transform: capitalize;
}
.copyright_Sec {
  border-top: 1px solid #787878;
}
.copyright_Sec.info p.para {
  font-size: 15px;
  text-transform: unset;
}
.services_head .info h2.heading {
  font-size: 48px;
}

.service_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}