body, html {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif !important;
  color: black;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.debugger {
  position: fixed;
  top: 10px;
  left: 10px;
  color: red;
  font-size: 12px !important;
}

.debugger .sticky {
  position: sticky;
  top: 10px;
  left: 10px;
}

h1, h2, h3, h4, h5, p, a {
  font-weight: 100 !important;
  font-size: 1.7rem !important;
}

.bg-primary {
  background-color: #123456;
}

.flex {
  display: flex;
}

.background-gradient {
  color: white !important;
  background: rgb(0,174,239);
  background: linear-gradient(34deg, rgba(0,174,239,1) 0%, rgba(2,108,152,1) 100%);
}

.centre-container{
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.badges {
  position: relative;
  margin-top: 50px;
}

.badges .badge {
  text-align: center;
  margin: 30px 0;
}

.badges .badge .glomo {
  overflow: hidden;
  height: 100px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}

.p-30{
  padding: 30px;
}

.inner-shadow {
  box-shadow: 1px 1px 14px -2px rgba(0,0,0,0.31) inset;
  -webkit-box-shadow: 1px 1px 14px -2px rgba(0,0,0,0.31) inset;
  -moz-box-shadow: 1px 1px 14px -2px rgba(0,0,0,0.31) inset;
}

footer {
  padding: 30px;
  text-align: center;
  overflow: hidden;
}

footer .copy-right {
  position: absolute;
  width: 100vw;
  max-width: 100%;
  bottom: 0px;
  left: 0px;
}

footer .copy-right h3 {
  /* padding: 30px 0; */
}

footer .centre-container {
  padding: 30px;
  padding-bottom: 15px;
}



footer .footer-power {}
footer .logo {}

footer .star-text-logo {
  width: 200px !important;
  padding: 30px 0;
}

footer .logo svg {
  width: 100px !important;
}

footer a {
  text-decoration: none;
}

footer h1 {
  font-weight: bold !important;
}

.body-first {}
.body-first .plain {
  height: 100vh;
  position: relative;
}

.counter-container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
}

.counter-container .counter-sec {
  text-align: center;
  position: absolute;
  display: flex;
  top: 0px;
}

.counter-container span {
  width: 60px;
}

.counter-container .counter {
  bottom: -30px;
  text-align: center;
  position: absolute;
  display: flex;
  width: 240px;
}

.body-first .plain:nth-child(odd) {
  color: white !important;
  fill: white;
  background-color: black;
}

.body-first .plain:nth-child(even) {
  fill: black;
  box-shadow: 1px 1px 14px -2px rgba(0,0,0,0.31) inset;
  -webkit-box-shadow: 1px 1px 14px -2px rgba(0,0,0,0.31) inset;
  -moz-box-shadow: 1px 1px 14px -2px rgba(0,0,0,0.31) inset;
}

.body-first .plain:nth-child(odd) a {
  color: white !important;
}

.body-first .plain:nth-child(even) a {
  color: black !important;
}

.body-first .plain:nth-child(odd) .display-svg path {
  stroke: white;
  stroke-width: 1px;
}

.body-first .plain:nth-child(even) .display-svg path {
  stroke: black;
  stroke-width: 1px;
}

.body-first .plain svg {
  width: 200px;
}

.body-first .plain .image-container {
  width: 350px;
}

.body-first .plain .image-container img {
  max-width: 100%;
}

.body-first .plain .logo {
  width: 300px;
}

.body-first .plain .zro-icon {
  width: 130px;
}

.body-first .container {
  width: 768px;
}

.body-first .container .zro-icon {
  display: block;
  margin: 0 auto;
}

.body-first .centre-container{
  padding: 0 30px;
}

.centre-container .centre-container {
  max-width: 50%;
}

.body-first .container-inner {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.body-first .star-logo {
  position: absolute;
  top: 20px;
  /*right: 20px;*/
  right: 0;

  width: 100%;
  text-align: center;
}

.body-first .star-logo .star-logo-container {
  position: absolute;
  top: 20px;
  right: 20px;
}

.body-first .star-logo svg{
  width: 40px !important;
}

.svg-gear {}
.svg-rocket{}
.svg-piggy{
  width: 220px !important;
}
.svg-light{
  width: 150px !important;
}
.svg-family{
  width: 240px !important;
}
.svg-cardless{}
.svg-sim {
  width: 150px !important;
}

.svg-sim path {
  stroke-width: 2px;
}

.img-triangle {}
.img-sim {
  width: 150px !important;
}

.badge-glomo {
  width: 90%;
  max-width: 300px;
}

@media (max-width: 380px) {
  .pb-20 {
    margin-top: 50px;
    margin-bottom: 0px;
  }

  img.badge-glomo {
    width: 250px;
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .body-first .plain svg {
    width: 100px;
  }

  .body-first .plain .logo {
    width: 150px;
  }

  .body-first .plain .zro-icon {
    width: 60px;
  }

  .body-first .container .zro-icon {
    margin-bottom: 15px;
  }

  .body-first .centre-container{
    padding: 0px 8px;
  }

}

@media (max-width: 768px) {
  body, html {
    scrollbar-width: none;
  }

  h1, h2, h3, h4, h5, h6, p, a {
    font-size: 1.3rem !important;
  }

  .svg-gear {}
  .svg-rocket{}
  .svg-piggy{
    width: 170px !important;
  }
  .svg-light{
    width: 120px !important;
  }
  .svg-family{
    width: 210px !important;
  }
  .svg-cardless{}
  .svg-sim {
    width: 120px !important;
  }

  .img-triangle {
    max-width: 250px;
  }
  .img-sim {
    width: 110px !important;
  }

  .body-first .plain:nth-child(odd) .flex {
    flex-direction: column;
  }

  .body-first .plain:nth-child(even) .flex{
    flex-direction: column-reverse;
  }

  .body-first .plain svg {
    width: 150px;
  }

  .body-first .plain .logo {
    width: 200px;
  }

  .body-first .plain .zro-icon {
    width: 80px;
  }

  .counter-container{
    height: 65px;
  }

  .body-first .container {
    width: 100%;
  }

  .body-first .container .zro-icon {
    margin-bottom: 20px;
  }

  .counter-container span {
    width: 45px;
  }

  .counter-container .counter {
    width: 190px;
  }

  .counter-container .counter-sec {
    top: 0px;
  }

  .counter-container .counter {
    bottom: -35px;
  }

  footer .logo svg {
    width: 50px !important;
  }

  .centre-container .centre-container {
    padding: 20px 30px;
    max-width: 100%;
  }
}



@media (max-width: 1024px) { }
@media (max-width: 1200px) { }
@media (max-width: 480px) { }

