@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&logoisplay=swap");
:root {
  --yellow: #f3b83b;
  --blue: #015ca8;
  /* --cucumber: #b4ddbf; */
  --cucumber: #b4ddbf;
  --gray: #4b4a4a;
  --black: #232323;
  --titleBG: #ff6f00;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  background: var(--blue);
  scroll-behavior: smooth;
}

.grid-container {
  display: grid;
  grid-template-columns: 40% 60%;
  background-color: #2196F3;
}

.grid-container > div {
  font-size: 30px;
}

.odd {
  background: #fff;
}

.fixxy {
  position: fixed;
  width: 30%;
  padding-bottom: 1.6em;
}
.fixxy li {
  list-style: none;
  font-weight: 900;
  line-height: 1.2em;
}
.fixxy .top-text {
  padding-top: 4em;
  margin-top: -1em;
}
.fixxy .top-text .ovp-1 {
  color: var(--blue);
  font-size: 0.7em;
}
.fixxy .top-text .ovp-2 {
  color: #232323;
  font-size: 0.5em;
}

nav {
  font-size: 0.5em;
  word-spacing: 2em;
  padding-top: 1em;
  padding-left: 1.7em;
  padding-bottom: 2em;
}
nav .background-slide {
  text-decoration: none;
  color: #222;
  padding: 0.5em 1em;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
}
nav .background-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: var(--yellow);
  transition: transform 300ms ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
nav .background-slide:hover::before,
nav .background-slide:focus::before {
  transform: scaleX(1);
}
nav .background-slide {
  transition: color 300ms ease-in-out;
  z-index: 1;
}
nav .background-slide:hover,
nav .background-slide:focus {
  color: white;
}

.inner-fixxy {
  padding-left: 1.4em;
  padding-bottom: 3em;
}

.social-icon img {
  display: inline-flex;
  justify-content: space-around;
  width: 30px;
  height: auto;
  transition: 200ms linear;
}

.social-icon li {
  list-style: none;
  display: inline;
  padding-right: 1em;
}

.social-icon li a img:hover {
  transform: scale(1.2, 1.2);
  transition: 200ms linear;
  transition-timing-function: ease-out;
}

.intro {
  font-size: 0.5em;
  text-wrap: pretty;
  max-width: 65ch;
}

.contact-btn {
  text-decoration: none;
  background: #015ca8;
  color: white;
  font-weight: 300;
  font-size: 0.6em;
  border-style: none;
  border-radius: 25px;
  padding: 10px 35px;
  transition: 200ms linear;
  transition-timing-function: ease-out;
}
.contact-btn:hover {
  background: #f3b83b;
  color: #232323;
  transition: 200ms linear;
  transition-timing-function: ease-out;
}

.footer {
  background: #232323;
  color: #fff;
  padding: 1em;
  text-align: center;
}
.footer p {
  font-size: 0.5em;
}

.yellow {
  background: var(--yellow);
}

.blue {
  background: var(--blue);
}

.green {
  background: var(--cucumber);
}

.gray {
  background: var(--gray);
}

.black{
  background: var(--black);
}

.titleBG{
  background: var(--titleBG);
}

.img-container {
  display: flex;
  flex-direction: column;
}

.page-number {
  color: #fff;
  font-size: 0.7em;
  padding-left: 1.5em;
}

.post-script{
  font-size: 0.4em;
  font-style: italic;
  padding-left: 1.5em;
}

.page-title {
  color: #fff;
  font-size: 0.7em;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
}


.bold{
  font-weight: bold;
  padding-top: 0.7em;
}

.desc{
  color: #fff;
  font-size: 0.7em;
  text-wrap: pretty;
  orphans: 2;
  margin:0;
  padding: 0 30% 1em 30%;
}

.card-txt {
  color: #fff;
  font-size: 0.7em;
  padding-left: 1.5em;
  padding-right: 1.5em;

  orphans: 3;
}

.about {
  color: #232323;
}
.about header {
  font-size: 0.7em;
  font-weight: 600;
  padding-top: 1.5em;
  padding-left: 1.5em;
}
.about p {
  padding-left: 1.5em;
  padding-right: 6em;
  font-size: 0.7em;
}

.hdr-about {
  color: #fff;
}

.img-mobile {
  width: 20%;
  margin: 0 auto;
  padding-bottom: 1em;
}

.img-prepaid{
  width: 40%;
  margin: 0 auto;
  padding-bottom: 1em;
}


.img-desk {
  width: 45%;
  margin: 0 auto;
  padding-bottom: 1em;
}

.prod-hero{
  width: 100%


}

.img-link {
  color: #fff;
  font-size: 0.7em;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  padding-bottom: 0.8em;
  transition: 300ms linear;
  transition-timing-function: ease-out;
}
.img-link:hover {
  color: #232323;
  transition: 300ms linear;
  transition-timing-function: ease-out;
}

.demo {
  background: var(--yellow);
  padding: 1em 2em 1em 1em;
  color: #fff;
}
.demo p {
  font-size: 0.7em;
}

.demo2 {
  background: var(--yellow);
  padding: 10em 0 10em 0;
  color: #fff;
}
.demo2 p {
  font-size: 0.7em;
}

/* copy email address */
.btn{
  background:none;
  border:none;
  color:#232323;
  font-family: Poppins;
  padding-top:1.5em;
  border-radius: 0px 15px 15px 0px;
  }
  
  button:active {
    color: var(--yellow);
  }

  .fld{    
visibility: hidden;
    }


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-container {
    grid-template-columns: auto;
  }
  .fixxy {
    position: unset;
    width: auto;
  }
  .fixxy .intro {
    width: 40%;
  }
  .img-mobile {
    width: 10%;
  }
  .img-desk {
    width: 30%;
  }
}
@media screen and (max-width: 740px) {
  .grid-container {
    grid-template-columns: auto;
  }
  .fixxy {
    position: unset;
    width: auto;
  }
  .fixxy .intro {
    width: 80%;
  }

  .post-script{
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  
}
@media screen and (min-width: 360px) and (max-width: 375px) {
  .grid-container {
    grid-template-columns: auto;
  }
  .fixxy {
    position: unset;
    width: auto;
  }
  .fixxy .top-text {
    margin-top: -2em;
  }
  .fixxy .intro {
    width: 80%;
  }

  .img-prepaid{
    width: 60%;
  }

  .desc{
    color: #fff;
    font-size: 0.6em;
    padding: 0 10% 1em 10%;
  }

  .card-txt {
    font-size: 0.6em;
    padding-left: 1em;
    padding-right: 1em;
    text-wrap: pretty;

  }
}/*# sourceMappingURL=main.css.map */