:root {
  --primary-color: #481B49;
  --secondary-color: #1F1F1F;
  --color-white: #ffffff;
  --color-green: #05FF4B;
  --text-center: center;
}

@font-face {
  font-family: 'rimouski';
  src: url('../fonts/rimouski_sb-webfont.woff2') format('woff2'),
    url('../fonts/rimouski_sb-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: 'rimouski';
  font-size: 16px;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
div,
section,
button, input, textarea, select {
  font-family: 'rimouski';
}

.more-shop-link {
  color: var(--primary-color);
  text-align: center;
  font-family: Rimouski;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-decoration-line: underline;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}
.text-end{
  text-align: right !important;
}
.discount-offer {
  border-radius: 5px;
  border: 2px solid var(--primary-color);
  padding: 30px;
  margin-bottom: 20px;
}

.discount-offer img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.discount-list {
  padding-top: 100px;
  padding-bottom: 100px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.margin-top-24 {
  margin-top: 24px
}

.margin-bottom-24 {
  margin-bottom: 24px
}

.primary-color {
  color: var(--primary-color);
}

.text-center {
  text-align: center !important;
}

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

/* container css :start */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1440px;
  }
}

/* container css :end */
/* Grid css start using display flex */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.col-lg-6,
.col-md-6,
.col-sm-6,
.col-sm-12 {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.col-6 {
  padding-left: 12px;
  padding-right: 12px;
}

.col-6 {
  width: 50%;
  flex: 0 0 auto;
}

@media screen and (min-width: 575px) {
  .col-sm-6 {
    width: 50%;
    flex: 0 0 auto
  }
}

@media screen and (min-width: 768px) {
  .col-md-6 {
    width: 50%;
    flex: 0 0 auto
  }
}

@media screen and (min-width: 992px) {
  .col-lg-6 {
    width: 50%;
    flex: 0 0 auto
  }
}

/* Grid css end using display flex */
/* welcome screen css start */
.scanno-screens {
  padding-top: 50px;
  padding-bottom: 50px;
}
.scanno-logo {
  max-width: 170px;
  max-height: 170px;
  width: 100%;
  height: 100%;
  margin-bottom: 53px;
}

.btn-green {
  width: 100%;
  background-color: var(--color-green);
  border: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px;
  color: var(--primary-color);
}

.btn-grey {
  width: 100%;
  background-color: #a6a6a6;
  border: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px;
  color: var(--primary-color);
}

.points {
  color: var(--color-white);
  text-align: var(--text-center);
  border-radius: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.point-text {
  margin: 0;
}

.points-count {
  font-size: 18px;
  margin-bottom: 6px;
}

.welcome-text {
  color: var(--primary-color);
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 38px;
}

.welcome-sub-text {
  font-size: 14px;
  line-height: 16.8px;
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 50px;

}

.voilet-border-btn {
  font-size: 18px;
  line-height: 21.6px;
  text-decoration: none;
  border: 2px solid #000000;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
  color: var(--primary-color);
  border-radius: 5px;
}
.business-bg-btn {
  font-size: 18px;
  line-height: 21.6px;
  text-decoration: none;
  border: 2px solid #09A752;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
  color: var(--color-white);
  border-radius: 5px;
  background-color: #09A752;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voilet-bg-btn {
  font-size: 18px;
  line-height: 21.6px;
  text-decoration: none;
  border: 2px solid var(--primary-color);
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
  color: var(--color-white);
  border-radius: 5px;
  background-color: var(--primary-color);
}

.logo-center {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.anchor-link {
  color: var(--primary-color);
}

.business-register-block {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  margin-top: 30px;
}

/* welcome screen css end */
.inputContainer {
  position: relative;
  width: 100%;
  margin-bottom: 33px;
}

.input {
  position: relative;
  height: 100%;
  width: 100%;
  border: 1px solid #EAEAEA;
  border-radius: 7px;
  font-size: 14px;
  padding: 0 20px;
  outline: none;
  background: none;
  display: block;
  height: 55px;
  z-index: 1;
}

/* Hide the placeholder texts (a) */
/* login page css start */
::placeholder {
  color: transparent;
}
.forget a{
  font-size: 15px;
  line-height: 18px;
}
.label {
  position: absolute;
  top: 20px;
  left: 15px;
  padding: 0 4px;
  background-color: white;
  color: #838383;
  font-size: 15px;
  transition: 0.5s;
  z-index: 0;
}
.input:not(:placeholder-shown)+.label, .input:focus+.label {
  top: -9px;
  left: 15px;
  z-index: 10;
  font-size: 15px;
  font-weight: 400;
  color: #838383;
}
.input:focus+.label {
  color: var(--primary-color);
}

.input:focus {
  border: 1px solid var(--primary-color);
}
.forget-password {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.login-password-container{
  margin-bottom: 20px;
}
.input-check label {
  font-size: 15px;
  line-height: 18px;
}
.eye-password {
  position: absolute;
  top: 20px;
  right: 15px;
  color: #484F57;
  z-index: 1;
}
.location{
  background: rgba(72, 27, 73, 0.11);
border-radius: 12px;
width: 43px;
height: 43px;
padding: 15px;
}
.business-bg-btn img {
  width: 21px;
  margin-right: 10px;
}
.bg-color {
  background: linear-gradient(107.86deg, #481B49 20.81%, #651967 91.33%);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.bg-color:before {
  content: "";
  position: absolute;
  bottom: -30%;
  width: 606px;
  height: 606px;
  left: -260px;
  border-radius: 900px;
  background: rgba(255, 254, 254, 0.1);
  background-blend-mode: color-burn;
  mix-blend-mode: normal;
  opacity: 0.5;
  z-index: -1;
}
.bg-color:after {
  content: "";
  position: absolute;
  top: -30%;
  width: 606px;
  height: 606px;
  right: -260px;
  border-radius: 900px;
  background: rgba(255, 254, 254, 0.1);
  background-blend-mode: color-burn;
  mix-blend-mode: normal;
  opacity: 0.5;
  z-index: -1;
}
.login-register {
  max-width: 1530px;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;  
}
.register-term {
  text-transform: inherit;
}
/* login page css end */
/* menu css :start */
.navbar {
  background-color: #481B49;
}
.menu {
  display: flex;
}
.navbar-menu .navbar-item .navbar-link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding-top:20px;
  padding-bottom:20px;
  position: relative;
  display: inline-block;
}
.navbar-menu .navbar-item.active .navbar-link:before {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background-color: #fff;
}
.navbar-menu {
  display: flex;
  padding: 0;
  margin: 0;
  height: 100%;
}
.navbar-menu .navbar-item {
  list-style: none;
}
.navbar {
  background-color: #481B49;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* menu css :end */

/* home page css :start  */
.home-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.arrow-box button {
  border: 1px solid #481B49;
  filter: drop-shadow(0px 2px 30px rgba(214, 225, 234, 0.48));
  border-radius: 5px;
  width: 42px;
  height: 42px;
}

.entry-title {
  font-size: 28px;
  line-height: 33.6px;
  margin: 0;
}

.page-title {
  margin-left: 40px;
  margin-right: 40px;
}
.arrow-active button {
  background-color: var(--primary-color);
}
.shop-bar-btn {
  background: #FFFFFF;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  font-size: 18px;
  line-height: 21.6px;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
  color: var(--primary-color);
}
.shop-bar-btn.active {
  background-color: var(--primary-color);
  color: #fff;
}
.member-card {
  background-image: url(../img/card-bg-full.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  margin-bottom: 30px;
  color: #fff;
  border-radius: 5px;
}
.card-heading {
  font-size: 18px;
  line-height: 21.6px;
  text-transform: uppercase;
}

.card-holder-name {
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
}

.user-id {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.id-number {
  font-size: 12px;
  line-height: 12px;
  padding: 5px 8px;
  border: 1.5px solid #FFFFFF;
  border-radius: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.member-card-detail {
  margin-top: 62px;
}

.card-right-side img {
  max-width: 80px;
  width: 100%;
}

.card-right-side {
  text-align: right;
}

.expiry-date-box {
  font-size: 12px;
  line-height: 12px;
  margin-top: 63px;
}
/* home page css :end */
@media screen and (min-width: 768px) {
  .margin-top {
    margin-top: 20px
  }
  input#auto-login, input#term {
    width: 24px;
    height: 24px;
}
  .margin-bottom {
    margin-bottom: 20px
  }
  .mobile-view{
    display: none;
  }
  .inputContainer {
    margin-bottom: 47px;
  }
  .points-count {
    font-size: 24px;
  }
  .input{
    font-size: 22px;
    height: 80px;
  }
  .input:not(:placeholder-shown)+.label, .input:focus+.label {
    font-size: 22px;
    top: -15px;
  }
  .label {
    font-size: 22px;
    top: 30px;
  }
  .login-password-container{
    margin-bottom: 30px;
  }
  .input-check label {
    font-size: 22px;
    line-height: 26.4px;
  }
  .scanno-screens {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .login-register{
    padding-left: 15px;
    padding-right: 15px;
  }
  .eye-password {
    top: 30px;
  }
  .location{
  width: 53px;
  height: 53px;
  }
  .business-bg-btn img {
    width: 35px;
}
.arrow-box button {
  width: 60px;
  height: 60px;
}
.entry-title {
  font-size: 45px;
}

.page-title {
  margin-left: 70px;
  margin-right: 70px;
}
.home-arrows {
  margin-top: 60px;
  margin-bottom: 60px;
}
.shop-bar-btn {
  font-size: 28px;
  line-height: 28px;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 30px;
}
.member-card {
  padding: 60px;
}
.card-heading {
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
}

.card-holder-name {
  font-size: 34px;
  line-height: 34px;
  text-transform: capitalize;
}

.user-id {
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
}
.id-number {
  font-size: 28px;
  line-height: 28px;
  padding: 11px;
}
.member-card-detail {
  margin-top: 140px;
}

.card-right-side img {
  max-width: 246px;
  width: 100%;
}

.card-right-side {
  text-align: right;
}

.expiry-date-box {
  font-size: 28px;
  line-height: 28px;
  margin-top: 95px;
}
.btn-green {
  width: 100%;
  background-color: var(--color-green);
  border: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 5px;
}
.forget a{
  font-size: 22px;
  line-height: 26.4px;
}
.welcome-text {
  font-size: 65px;
  line-height: 65px;
}

.welcome-sub-text {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 111px;
}

.voilet-border-btn,
.voilet-bg-btn, .business-bg-btn {
  font-size: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.business-register-block {
  font-size: 26px;
  line-height: 26px;
}
.navbar-menu .navbar-item .navbar-link {
  font-size: 22px;
  margin-left: 30px;
  margin-right: 30px;
}

}
@media screen and (min-width: 992px) {
.navbar-lg .mobile-icons{
display: none;
}
.navbar-menu {
  flex-direction: row;
  align-items: center;
}
.menu {
  justify-content: space-between;
}
}
@media screen and (min-width: 1024px) {
  .scanno-logo {
    max-width: 470px;
    max-height: 470px;
    margin-bottom: 0;
}
.forget-password{
  margin-bottom: 70px;
}
.business-register-block {
  margin-top: 60px;
}

}
@media screen and (min-width: 1200px) {
  
}

@media screen and (min-width: 1440px) {

  /* welcome screen css start */
  .btn-green {
    font-size: 32px;
    text-transform: uppercase;
  }

  .points-count {
    font-size: 32px;
  }

  /* welcome screen css end */
  .bg-color {
    overflow: hidden;
    padding-top: 96px;
    padding-bottom: 96px;
    height: 100%;
  }
}
@media screen and (min-width: 1900px) {
.bg-color {
  height: 100vh;
}
}
@media screen and (max-width: 991px) {
  .navbar-menu {
    flex-direction: column;
  }
  .prfile-navbar{
    flex-direction: row;
  }
  .prfile-navbar img{
    width: 18px;
  }
  .nav-menu-collaps {
    transform: translateX(-100%);
    transition: .3s;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
    box-shadow: 0px 0px 11px 3px rgba(0,0,0,.1);
    padding: 30px 10px;
}
.nav-menu-collaps.collaps-menu{
  transform: translateX(0%);
  transition: .3s;
}
.navbar-menu .navbar-item .navbar-link{
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block ;
  padding-left: 10px;
  padding-right: 10px;
}
#mobile-icon {
  margin-left: auto;
  background: rgba(255,255,255,.3);
  opacity: 1;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  border: 0;
}
#mobile-icon i {
  color: #fff;
  font-size: 18px;
}
.desktop-logo-view{
  display: none;
}
}
@media screen and (max-width: 767px) {
  .margin-top {
    margin-top: 15px
  }

  .margin-bottom {
    margin-bottom: 15px
  }
  .desktop-view{
    display: none;
  }
  .logo-mobile{
    margin-top: 43px;
  }
.scanno-mobile-logo{
  max-width: 170px;
  max-height: 170px;
}
.point-text {
  font-size: 11px;
}
}

@media(min-height:1300px) {
  .bg-color {
    height: 100vh !important;
  }
}