@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;
}

body {
  width: 100%;
  height: 100%;
}

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

  --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;
  /* color: #d6e1e7; */
  color: #fff;
  text-decoration: none;
}

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

#sendOtp {
  background: #000;
  color: #fff;
}

.btn:hover {
  background: #2d2d2d !important;
  color: #fff;
}

.bg_gradient {
  background: #2d2d2d !important;
  color: #fff !important;
}
.text_green {
  color: var(--green);
}
.btn-green {
  /* background: linear-gradient(to right, #00f8b1, #009268); */
  background: #fff;
  color: #000;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}
.bg-green {
  /* background: linear-gradient(to bottom, #00f8b1, #009268); */
  background: #000;
  color: #fff !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

h4.card-title.text-black,
h5.card-title.text-black {
  color: #fff !important;
}

.main-content .card-body {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.table > thead {
  vertical-align: bottom;
  background: #000 !important;
}

.bg-dark {
  background-color: #2d2d2d !important;
}

.gradient {
  background: linear-gradient(90deg, #002038, #00515b) !important;
  color: #fff;
}
.btn_gradient {
  background: linear-gradient(90deg, #5edcc4, #34c098);
  color: #fff;
  font-size: 18px;
  padding: 14px;
  border-radius: 15px;
}
.dashboard h5 {
  font-size: 22px;
}

.card {
  border: 2px solid #fff;
}

h5.card-title {
  margin-bottom: 0px;
}
.circle-icon {
  width: 10px;
  height: 10px;
  background-color: #fff; /* green-ish from your gradient */
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.card-title span {
  font-size: 12px;
}

h5.card-title p {
  margin-bottom: 0;
}
.padding_70 {
  padding: 70px 0px;
}
.form-control,
.form-select {
  color: #000;
  border-radius: 20px;
}
input::placeholder {
  color: #fff !important;
  opacity: 1 !important; /* Ensure full visibility */
}
.copy_url .form-control {
  color: #fff;
}
.text_grey {
  color: var(--grey);
}

/* .form-control:focus {
  border: 1px solid var(--green);
  color: #fff;
  background: transparent;
  border-radius: 20px;
} */
.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: url("/assets/images/bg_imagee.webp") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  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;
}

.authentication-bg .form-control {
  background: transparent !important;
  border-radius: 10px;
  padding: 14px;
  color: #fff;
}

/* website */

.bg_black {
  background-color: #000;
}

.bg_gray {
  background-color: #110f0f;
}

header.website_header {
  background: transparent;
}

header.website_header img.logo_img {
  max-width: 200px;
  width: 100%;
}

header.website_header a.nav-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--poppins);
  color: #fff;
}

header.website_header a.nav-link:hover,
header.website_header a.nav-link.active {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--poppins);
  color: #ffa800;
}

header.website_header .navbar-expand-lg .navbar-nav {
  align-items: center;
  gap: 20px;
}

header.website_header .yellow_border_btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--poppins);
  color: #ffa800;
  border: 1px solid #ffa800 !important;
  border-radius: 30px;
  width: max-content;
  padding: 10px 30px !important;
  text-transform: uppercase;
  background: transparent;
}

.home_sec {
  background: url(../images/main_bnr_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 150px;
  margin-top: -80px;
}

.home_sec .info h1.heading {
  font-size: 80px;
  line-height: 82px;
  font-weight: 400;
  font-family: var(--poppins);
  color: #fff;
  text-transform: capitalize;
}

.home_sec .info h1.heading span.text {
  font-size: 80px;
  line-height: 82px;
  font-weight: 600;
  font-family: var(--poppins);
  color: #fff;
  text-transform: capitalize;
}

.bnr_image {
  position: relative;
}

.bnr_image .img_2 {
  position: absolute;
  right: 50px;
  top: 50px;
}

.website_body .info h2.heading {
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  font-family: var(--poppins);
}

.website_body p.para {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--poppins);
  color: #ffffff99;
  text-transform: capitalize;
  text-align: justify;
}

.services_sec .info p.para {
  text-align: center;
  width: 50%;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
}

.services_sec .card {
  border: 2px solid #fff;
  background: transparent;
  padding: 30px;
  min-height: 250px;
  height: 100%;
  margin: 0;
}

.services_sec .card h3.card-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  font-family: var(--poppins);
  margin-bottom: 20px;
}

.services_sec .card p.para {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2%;
}

.testimonial_sec .info p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.tstmnl_box {
  background: #0f0f0f;
  border: 1px solid #a1aebf;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 300px;
  height: 100%;
}

.tstmnl_box img {
  max-width: 60px;
}

.tstmnl_box .cnt h3,
.tstmnl_box p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--poppins);
}

.tstmnl_box p {
  color: #ffffff99;
}

.tstmnl_box p.para {
  font-size: 16px;
  line-height: 24px;
}

.tstmnl_box .cnt h3,
.tstmnl_box p.para {
  color: #fff;
}

.top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial_slider .owl-nav {
  width: max-content;
  position: absolute;
  top: -50px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial_slider .owl-nav button span {
  background: transparent;
  border: 1px solid #ffa800 !important;
  padding: 15px;
  color: #ffa800;
  font-size: 10px;
  border-radius: 5px;
}

ul.footer_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 15px;
  margin-bottom: 25px;
}

ul.footer_links a,
p.copyright {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2%;
  font-family: var(--poppins);
  color: #fff;
}

ul.footer_links a:hover {
  color: var(--yellow);
}

p.copyright {
  color: #ffffff99;
}
