
*,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 50px;
}
h3 {
  font-size: 40px;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

:root {
  --black: #16161b;
  --green: #c6ec64;
  --lightgreen: #ebf4d1;
}

.bg-light-black {
  background-color: var(--black);
}

section {
  padding: 150px 0 0;
}

input {
  border-radius: 10px !important;

  border-color: var(--lightgreen) !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #dfdfdf;
  z-index: 0 !important;
}

.btn:hover {
  background-color: var(--green);
}

/* --header-start-- */
.btn-login {
  background-color: var(--green);
  padding: 10px 25px;
  border-radius: 10px;
}

.btn-search:hover{
  background-color: transparent;
  border-left: 1px solid #DEE3BD;
}
.btn-login:hover {
  background-color: var(--green);
}

/* Default Navbar Toggler */
.buttonsidebar .navbar-toggler-icon {
  background-image: url("/img/humburger.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

/* When expanded, change to cross icon */
.buttonsidebar[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("/img/cross.svg") !important;
}

/* Dark mode toggle */
.template--contact .buttonsidebar .navbar-toggler-icon {
  background-image: url("/img/humburgur-dark.svg") !important;
}

.template--contact .buttonsidebar[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("/img/x.png") !important;
}

.logo--dark {
  display: none;
}
.template--contact .logo--dark {
  display: block;
}
.template--contact .logo--light {
  display: none;
}

.navbar-nav li a {
  font-size: 16px;
}

.buttonsidebar:focus {
  box-shadow: none;
}

.menu--opened {
  overflow: hidden;
}
.footer-top{
  margin-top: 100px !important;
}
.menu--opened nav {
  height: 100vh;
  align-items: flex-start;
}

.mobile-view-show {
  display: none;
}
.btn.sign-btn:hover {
  background-color: transparent;
}
.template--home .bg-light-black {
  background-color: var(--black);
}
.template--home .bg-light-black .nav-link,
.template--home .bg-light-black .sign-btn {
  color: #fff;
}

.template--contact nav {
  background-color: #fff;
}
.template--contact .bg-light-black .nav-link {
  color: var(--black);
}

/* --header-end-- */
/* --banner-section-start-- */
.geo-target {
  color: var(--green);
}

.globe-img {
  transform: translate(-45%, -50%);
  opacity: 0.5;
}

.banner-section {
  min-height: calc(100vh - 66px);
}

.custom-card {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #dee3bd;
}

.custom-card p,
.tabs-wrapper p {
  color: #f9ffd2;
  margin-bottom: 0;
}

.custom-card p span {
  color: var(--green);
}
.tab-pane p span {
  color: var(--green);
}

.search-box input {
  border: 1px solid #dee3bd;
  border-radius: 10px;
  color: #fff;
}

.search-box input::placeholder {
  color: #f9ffd2;
  font-size: 18px;
  font-weight: 500;
}

.search-box input:focus {
  background-color: transparent;
  border-color: #c6ec64;
  color: #fff;
}
.footer-feilds input {
  color: #fff;
}

.footer-feilds input:focus {
  background: transparent !important;
  outline: none;
  color:#fff;
}

.search-icon {
  transform: translateY(-50%);
  cursor: pointer;
  border-left: 1px solid #dee3bd;
  border-radius: 0px 10px 10px 0px;
  color: var(--green);
}

.copy-icon {
  cursor: pointer;
  margin-top: 10px;
}

/* --banner-section-end-- */
/* ---tabs-section-start---  */
.tabs-wrapper {
  background-color: var(--lightgreen);
  border-radius: 50px;
}

.tabs-list {
  max-width: 748px;
  border-radius: 20px;
}

.tabs-wrapper .nav-tabs .nav-link,
.graph-content .nav-tabs .nav-link {
  color: var(--black);
  border-radius: 5px;
}

.tabs-wrapper .nav-tabs .nav-link.active {
  background-color: var(--black);
  color: var(--green);
}

/* ---tabs-section-end---  */
/* canvas-graph-start */
.graph-content h3,
.graph-content p {
  padding: 0 0 30px;
}

.graph-content p {
  max-width: 745px;
}

.graph-wrapper {
  max-width: 1120px;
  background-color: var(--black);
  border-radius: 30px;
  padding: 10px;
}

.graph-content .nav-tabs .nav-link.active {
  background-color: var(--green);
}

.chart-container {
  position: relative;
  width: 80%;
  margin: auto;
  padding-top: 20px;
}

.chart-title,
.chart-subtitle,
.chart-footer {
  text-align: center;
}
.chart-subtitle {
  display: flex;
  justify-content: space-between;
}

.chart-subtitle p {
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
}

.chart-footer {
  margin-top: 20px;
}

.spanText {
  color: var(--green);
}

.side-label {
  transform: rotate(-90deg);
  position: absolute;
  left: -165px;
  top: 50%;
  color: #fff;
}

/* canvas-graph-end */
/* ---geo-targetting-start---  */
.card-wrapper {
  background-color: var(--lightgreen);
  padding: 30px 15px;
  border-radius: 20px;
}

.card-wrapper h4,
.card-wrapper p {
  padding-top: 20px;
}

.card-wrap-img {
  background-color: var(--black);
  padding: 16px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.productsDropdown {
  width: auto;
  padding: 15px;
}

.productsDropdown .row {
  flex-wrap: nowrap;
}

.productsDropdown .col-6 {
  min-width: 220px; 
}

/* ---geo-targetting-end---  */
/* geo-litedatabase-start */
.geo-litedatabase {
  background-color: #27272e;
  padding: 100px 0;
  margin-top: 100px;
}

.geo-litedatabase div,
.geo-litedatabase p {
  color: #fff;
  font-size: 35px;
}

.geo-litedatabase p {
  font-size: 20px;
}

.geo-litedatabase div span,
.geo-litedatabase p a {
  color: var(--green);
}

/* geo-litedatabase-end */
/* footer-start */
.footer {
  padding: 100px 0 30px;
  background-color: var(--black);
  position: relative;
}

.links a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-feilds {
  width: 80%;
}

.footer-feilds input {
  padding: 10px;
}

.input-group-append,
.input-group-append-dynamic {
  position: absolute;
  right: 8px;
  top: 9px;
}

.input-group-append-dynamic {
  top: 34px;
}

.btn-success-custom {
  background-color: var(--green);
}

.custom-row-design hr {
  color: #2e2e3a;
  margin: 0 48px 0 48px;
}

.newsletter input {
  background-color: transparent;
  border-radius: 10px !important;
}

.newsletter input::placeholder {
  color: var(--lightgreen);
}

.footer-link {
  padding-inline-start: 0;
  list-style: none;
}
.footer-link li {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  line-height: 34px;
  font-weight: bold;
}

/* footer-end */

/* login-page-start */
.login-page {
  background-color: var(--lightgreen);
}

.login-content {
  max-width: 843px;
  background-color: #fff;
  border-radius: 30px;
  padding: 63px 100px 100px;
}

.login-content input {
  background-color: #f1f1f1;
  padding: 13px 10px;
}

.login-content .input-group i {
  top: 6px;
}

.login-page-btn {
  background-color: var(--green);
  border-radius: 10px;
}

.login-page-btn:hover {
  background-color: var(--green);
}

.login-content label {
  font-size: 14px;
}

.login-content p,
.social-btn,
.login-content input::placeholder {
  font-size: 14px;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #d1d5db;
}

.separator:not(:empty)::before {
  margin-right: 20px;
}

.separator:not(:empty)::after {
  margin-left: 20px;
}

.social-btn:hover {
  background-color: transparent;
  color: var(--black);
}

.login-page-form {
  max-width: 490px;
  width: 100%;
}

#password-field:focus {
  border-color: #dfdfdf;
}
.style-custom {
  font-size: 40px !important;
}

/* login-page-end */
/* register-page-start */
#checked[type="checkbox"],
#check[type="checkbox"] {
  accent-color: #000;
  width: 20px;
  height: 20px;
}
.error-signup {
  font-size: 14px;
  display: flex;
  color: red;
  font-weight: 400;
  flex-wrap: wrap;
  padding-left: 10px;
}

.geoplugin-img {
  width: 213px;
  object-fit: cover;
}
/* register-page-end */
/* contact-page-start */
.connect-button .icon {
  width: 50px;
  object-fit: cover;
  margin-right: 10px;
  margin-top: -10px;
}
.connect-button span {
  color: var(--green);
}
.contentradius-cusom {
  border-radius: 30px;
  padding: 100px;
}
.contentradius-cusom:before {
  content: "";
  position: absolute;
  background-image: url("/img/footer-left.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-lets textarea {
  border-radius: 10px;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  width: 100%;
}
.recaptcha-text {
  background-color: var(--lightgreen);
  padding: 30px 20px;
  border-radius: 20px;
}
/* contact-page-end */
.apple-icon {
  width: auto;
  height: 24px;
  object-fit: cover;
}
.anchor-static {
  border: 1px solid var(--black);
  text-align: center;
  padding: 10px;
}

.copy-btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.copied-badge {
  display: none;
  position: absolute;
  top: -25px;
  right: 0px;
  background: rgb(40, 167, 69);
  color: white;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
}

.copied-badge.show {
  display: inline;
  opacity: 1;
}
.resoonse_api {
  max-height: 334px;
  border: 1px solid #DEE3BD;
  border-radius: 10px;
  overflow: auto;
  padding: 20px;
}
.search-response {
  position: relative;
  background: transparent;
  border: 1px solid #DEE3BD;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.search-response input {
  color: #DEE3BD;
  padding: 15px 20px;
  border: unset;
  background: transparent;
}
.search-response button {
  border-left: 1px solid #DEE3BD;
  padding: 15px 20px;
  border-radius: unset;
}
.geo-text { font-size: 16px; }
.geo-yellow { color: #F9FFD2; }
.geo-green { color: #C6EC64; }
.geo-red { color: #FF6347; }

.resoonse_api .copy-icon{
  display: inline-block;
  float: right;
}
.resoonse_api > span {
  display: block;
}
.search-response input:focus {
  background: transparent;
  color: #DEE3BD !important;
}
.search-response input::placeholder{
color: #fff;
}
/* ---media query start--- */

.navbar  .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #89ba16;
  -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.2);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

/* Hide dropdown by default */
.nav-item.dropdown .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.webservicesDropdown {
  min-width: 300px;
}
.productsDropdown {
  min-width: 250px;
}

/* Navbar dropdown styles */
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  background-color: var(--lightgreen);
}

@media (max-width: 1024px) {
  .navbar {
    overflow-y: auto;
  }
}

@media (min-width: 1025px) {
  .navbar {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar .navbar-toggler {
    display: none;
  }

  .navbar .navbar-collapse {
    display: flex !important;
  }

  .navbar .navbar-nav {
    flex-direction: row;
  }

  .navbar .dropdown-menu {
    position: absolute !important;
    z-index: 1050;
    left: auto;
    top: 100%;
    margin-top: 0.5rem;
  }

 .navbar .dropdown-item {
    padding: 6px;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar .dropdown-item:active {
    background-color: white;
    color: var(--black);
  }
}

@media (min-width: 1025px) {
  .nav-line-hover::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid var(--green);
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.35s;
  }
  .nav-line:hover .nav-line-hover::after {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .input-col-wrapper {
    width: 35%;
  }
}

@media (max-width: 1440px) {
  .globe-mark img,
  .globe-mark-half img {
    width: 220px;
    object-fit: cover;
  }

  .login-content {
    max-width: 560px;
    padding: 20px 50px;
  }

  .login-content input {
    padding: 10px;
  }

  .globe-img img {
    width: 420px;
    object-fit: cover;
  }

  .documentaion-content p {
    font-size: 18px;
  }

  .banner-section p {
    font-size: 16px !important;
  }
  .geo-targetting h4 {
    font-size: 20px !important;
  }
  .geo-litedatabase p {
    font-size: 16px !important;
  }
  h1,
  h2 {
    font-size: 45px;
  }
  .connect-button h1 {
    font-size: 40px !important;
  }
  .login-page-form {
    max-width: 380px;
    padding: 20px;
  }
  .style-custom {
    font-size: 20px !important;
  }
}

@media (max-width: 1024px) {
  .banner-section {
    height: 100%;
  }

  .common-width {
    width: 100%;
    margin: 15px 0;
  }

  .banner-section h1 {
    font-size: 38px;
    margin: 20px 0;
  }

  h1,
  h2,
  h3,
  h4 {
    text-align: center;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 32px !important;
  }

  .banner-section p,
  .documentaion-content p {
    text-align: center;
    font-size: 16px !important;
  }

  .btn-login {
    width: 100%;
    margin-bottom: 20px;
  }

  section {
    padding: 40px 0 0;
  }

  .globe-img {
    top: -77px !important;
    right: 0;
    left: auto !important;
    transform: translateX(0);
  }

  .globe-img img {
    width: 180px;
  }

  .globe-mark-half {
    display: none;
  }

  .input-col-wrapper {
    margin-bottom: 20px;
  }

  .tabs-content-section button {
    font-size: 14px !important;
    padding: 8px;
  }

  .tabs-list p {
    font-size: 14px;
  }

  .tabs-wrapper {
    border-radius: 0;
  }

  .tabs-list {
    margin: 20px auto 0 !important;
  }

  .btn-login.login-btn-mobile {
    background-color: transparent;
    color: #000;
    margin: 0;
  }

  .navbar-nav {
    margin-top: 30px;
  }

  .navbar-nav li {
    border-bottom: 1px solid var(--lightgreen);
    padding: 15px 0;
  }

  .form-custom a {
    border-bottom: 1px solid var(--lightgreen);
    width: 100%;
    text-align: left;
    padding: 22px 0;
  }

  .geo-litedatabase h3 {
    font-size: 30px;
  }

  .geo-litedatabase {
    text-align: center;
  }

  .footer-feilds {
    width: 100%;
  }

  .mobile-view-show {
    display: block;
  }

  .geo-litedatabase {
    margin: 50px 0 0;
  }

  .login-content {
    max-width: 340px;
    padding: 0;
  }

  .footer-copy-custom {
    text-align: center;
  }

  .footer-copy {
    margin: 0 auto 40px;
    order: 1 !important;
  }

  .footer-copy-custom p {
    order: 2 !important;
  }

  .footer {
    padding: 20px 0;
  }

  .custom-row-design a img {
    display: block;
    margin: 0 auto;
  }

  .footer::before {
    background-image: url(/img/globe-mobile.svg);
    width: 100%;
    left: 0;
    background-size: 50% auto;
    background-position: top 66% center;
  }

  .footer-link {
    padding-bottom: 50px;
  }

  .footer::after {
    display: none;
  }

  .custom-row-design hr {
    margin: 0 48px 0 0;
  }
  .geo-target {
    display: block;
  }
  .connect-button {
    display: block !important;
  }
  .contentradius-cusom:before {
    top: 59%;
    background-size: 50%;
  }
  .contentradius-cusom {
    padding: 50px 20px;
    max-width: 840px;
    width: 100%;
  }
  .connect-button .icon {
    display: block;
    margin: 20px auto;
  }
  .contact-paragraph {
    text-align: center;
  }
  .template--home .button-login {
    color: #fff;
  }
  .sign-btn,
  .button-login {
    border: 0;
    border-bottom: 1px solid var(--lightgreen) !important;
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  .contentradius-cusom {
    max-width: 360px;
  }

  .productsDropdown {
    min-width: auto;
    max-width: 100%;
    padding: 10px;
  }

  .productsDropdown .row {
      flex-wrap: wrap; 
  }

  .productsDropdown .col-6 {
      width: 100%; 
      padding: 5px 0;
  }

  .productsDropdown .dropdown-item {
      white-space: normal; 
  }

}
