@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

:root {
  --theme-color: #fbaf3f;
  --theme-color-dark: rgba(255, 255, 255, 0.5);
  --theme-blue: #082337;
  --text-color: #fff;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  height: 100vh;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.header {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  margin-top: 30px;
}

.header .parkonic-info {
  margin-top: 30px;
  max-width: 600px;
  margin: 30px auto 0;
}

.header .parkonic-info h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--theme-blue);
  font-family: 'Poppins', sans-serif;
}

/* jibin */
.links-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.links-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.links-wrapper ul li {
  text-align: center;
}

.links-wrapper ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  text-decoration: none;
}

.links-wrapper ul li~li {
  margin-top: 15px;
}

.theme-btn__icon {
  font-size: 20px;
  margin-right: 0;
}

.theme-btn__icon i {
  margin-right: 10px;
}

.btn-theme-secondary {
  color: #fff;
  background-color: #022e48;
  border-color: #022e48;
}
.btn-theme-primary-new {
  color: #022e48;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.app_download_icon .app_download_icon_img{
  border-radius: 6px;
  max-width: 100%;
    height: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
}
.bg-gradient-very-light-gray{
  background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #fff);
}