.nav-link {
  font-weight: 1000;
}
.nav-link.active {
  background-color: #f0dc1b;
  border-radius: 0.5em;
}
.one {
  background-color: #fb565a;
}
.one-text {
  color: #fb565a;
}
.two {
  background-color: #f0dc1b;
}
.two-text {
  color: #f0dc1b;
}
.three {
  background-color: #2d85de;
}
.three-text {
  color: #2d85de;
}
.four {
  background-color: #3eb489;
}
.four-text {
  color: #3eb489;
}
footer {
  background-image: url("../images/footer/footer.png");
  background-position: top;
  background-size: cover;
  color: #fff;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Bubblegum Sans", cursive !important;
  width: 100%;
  overflow-x: hidden;
}
main {
  flex: 1 0 auto;
}
.any-center,
#homeHead {
  display: flex;
  justify-content: center;
  align-items: center;
}
#homeHead {
  background-image: url("../images/home/kid_writing.jpg");
  height: 90vh;
  background-repeat: no-repeat;
  background-position: center;
}
.products {
  box-shadow: none !important;
  border: 1px dashed #fb565a;
}
.products .type-badge {
  position: absolute;
  left: 10px;
  top: 15px;
  padding: 5px 10px;
  border-radius: 1em;
  color: #fff;
}
.products .details-action {
  color: #fff;
  font-weight: 1000;
  background: #fb565a;
}
.products .details-action:hover {
  background: #f0dc1b;
}
.blogBg {
  background-image: url("../images/blob.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.circles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -10 !important;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  animation: floatingSquares 15s linear infinite;
  bottom: -150px;
}
@keyframes floatingSquares {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
#packgesDetail .timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}
#packgesDetail .timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: #505050;
  background: linear-gradient(
    to bottom,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  z-index: 5;
}
#packgesDetail .timeline li {
  padding: 1em 0;
}
#packgesDetail .timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#packgesDetail .direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}
#packgesDetail .direction-r {
  position: relative;
  width: 300px;
  float: right;
}
#packgesDetail .flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
}
#packgesDetail .flag {
  position: relative;
  display: inline;
  background: #f8f8f8;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
}
#packgesDetail .direction-l .flag {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
#packgesDetail .direction-r .flag {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
#packgesDetail .direction-l .flag:before,
#packgesDetail .direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #ff5050;
  z-index: 10;
}
#packgesDetail .direction-r .flag:before {
  left: -40px;
}
#packgesDetail .direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid rgba(0, 0, 0, 0);
  border-left-color: #f8f8f8;
  border-width: 8px;
  pointer-events: none;
}
#packgesDetail .direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid rgba(0, 0, 0, 0);
  border-right-color: #f8f8f8;
  border-width: 8px;
  pointer-events: none;
}
#packgesDetail .time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color: #fa5050;
  vertical-align: middle;
}
#packgesDetail .direction-l .time-wrapper {
  float: left;
}
#packgesDetail .direction-r .time-wrapper {
  float: right;
}
#packgesDetail .time {
  display: inline-block;
  padding: 4px 6px;
  background: #f8f8f8;
}
#packgesDetail .desc {
  margin: 1em 0.75em 0 0;
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}
#packgesDetail .direction-r .desc {
  margin: 1em 0 0 0.75em;
}
@media screen and (max-width: 660px) {
  #packgesDetail .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }
  #packgesDetail .timeline li {
    padding: 2em 0;
  }
  #packgesDetail .direction-l,
  #packgesDetail .direction-r {
    float: none;
    width: 100%;
    text-align: center;
  }
  #packgesDetail .flag-wrapper {
    text-align: center;
  }
  #packgesDetail .flag {
    background: #fff;
    z-index: 15;
  }
  #packgesDetail .direction-l .flag:before,
  #packgesDetail .direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #ff5050;
    z-index: 10;
  }
  #packgesDetail .direction-l .flag:after,
  #packgesDetail .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    pointer-events: none;
  }
  #packgesDetail .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }
  #packgesDetail .direction-l .time-wrapper {
    float: none;
  }
  #packgesDetail .direction-r .time-wrapper {
    float: none;
  }
  #packgesDetail .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: #f5f5f5;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 15;
  }
  #packgesDetail .direction-l .desc,
  #packgesDetail .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
  }
}
@keyframes msgMove {
  0% {
    top: -50%;
  }
  to {
    top: 0;
  }
}
.msgNotice {
  text-align: center;
  position: fixed;
  color: #fff;
  top: 0;
  padding: 10px;
  width: 100%;
  left: 0;
  z-index: 9999;
  animation: msgMove 1s;
  text-transform: uppercase;
  font-weight: bolder;
}
.img-fluid-height {
  height: 100%;
  width: auto;
}
.packageSelector.selected {
  background-color: #2d85de;
  color: #fff;
}
.packageSelector {
  cursor: pointer;
  transition: 0.2s linear;
}
.packageSelector:hover {
  transition: 0.2s linear;
  background-color: #2d85de;
  color: #fff;
}
.igniteSearch {
  cursor: pointer;
}
[data-mdb-toggle="modal"] {
  cursor: pointer;
}
#navbar,
.navbar {
  background: linear-gradient(-45deg, #fb565a, #f0dc1b, #2d85de, #3eb489);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
#navbar .nav-link,
.navbar .nav-link {
  color: #fff;
  font-family: "Galdeano", sans-serif;
  width: -moz-max-content;
  width: max-content;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#bottomNavbar {
  display: none;
  box-shadow: -1px 0px 10px #fb565a !important;
  position: fixed;
  bottom: 0;
  width: 100;
  z-index: 99;
  background-color: #fff;
}
#bottomNavbar a {
  text-align: center;
  font-size: 11px;
}
#bottomNavbar a i {
  font-size: 20px;
}
#bottomNavbar .bigCartIcon {
  width: 50px;
  height: 50px;
}
#bottomNavbar .bigCartIcon i {
  color: #fff !important;
  height: 56px;
  width: 55px;
  line-height: 52px;
  font-size: 17px;
  background: linear-gradient(-45deg, #fb565a, #f0dc1b, #2d85de, #3eb489);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  border: 4px solid #fff;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}
#topNavbar {
  display: none;
}
.searchBox {
  width: 20vw;
  border-radius: 2.5em;
}
#filterButton {
  display: none;
  z-index: 101;
  position: fixed;
  right: 33%;
  top: 0;
  border-radius: 0em 0 1em 1em !important;
  text-orientation: mixed;
  text-orientation: mixed;
  letter-spacing: 10px;
}
#pricingCard {
  @import "https://fonts.googleapis.com/css?family=Roboto:300";
}
#pricingCard body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
  background: #262626;
}
#pricingCard section {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 140px 0;
  background: #262626;
}
#pricingCard .card {
  position: relative;
  max-width: 300px;
  height: auto;
  background: linear-gradient(-45deg, #fe0847, #feae3f);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin: 0 auto;
  padding: 40px 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  overflow: hidden;
}
#pricingCard .card:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#pricingCard .pricing-card:nth-child(1) .card,
#pricingCard .pricing-card:nth-child(1) .card .title .fa {
  background: linear-gradient(-45deg, #ffec61, #f321d7);
}
#pricingCard .pricing-card:nth-child(2) .card,
#pricingCard .pricing-card:nth-child(2) .card .title .fa {
  background: linear-gradient(-45deg, #24ff72, #9a4eff);
}
#pricingCard .card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  transform: skewY(-5deg) scale(1.5);
  -webkit-transform: skewY(-5deg) scale(1.5);
  -moz-transform: skewY(-5deg) scale(1.5);
  -ms-transform: skewY(-5deg) scale(1.5);
  -o-transform: skewY(-5deg) scale(1.5);
}
#pricingCard .title .fa {
  color: #fff;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 100px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
#pricingCard .title h2 {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  z-index: 2;
}
#pricingCard .price {
  position: relative;
  z-index: 2;
}
#pricingCard .price h4 {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  font-size: 50px;
}
#pricingCard .option {
  position: relative;
  z-index: 2;
}
#pricingCard .option ul {
  margin: 0;
  padding: 0;
}
#pricingCard .option ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
}
#pricingCard .card a {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #262626;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  margin: 20px auto 0;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#pricingCard .card a:hover {
  text-decoration: none;
}
.fixed-action-button {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 70px;
  right: 5px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}
.brandSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brandSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.brandSwiper .swiper-slide {
  width: 60%;
}
.brandSwiper .swiper-slide:nth-child(2n) {
  width: 40%;
}
.brandSwiper .swiper-slide:nth-child(3n) {
  width: 20%;
}
.transparent {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none;
}
#choose-package .tabs {
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15),
    0 6px 12px 0 rgba(24, 94, 224, 0.15);
  padding: 0.75rem;
  border-radius: 99px;
}
#choose-package .tabs *,
#choose-package .tab {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 200px;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
}
#choose-package input[type="radio"] {
  display: none;
}
#choose-package input[type="radio"]:checked + label {
  color: #185ee0;
}
#choose-package input[id="1-month"]:checked ~ .glider {
  transform: translateX(0);
}
#choose-package input[id="3-month"]:checked ~ .glider {
  transform: translateX(100%);
}
#choose-package input[id="6-month"]:checked ~ .glider {
  transform: translateX(200%);
}
#choose-package input[id="12-month"]:checked ~ .glider {
  transform: translateX(300%);
}
#choose-package .glider {
  position: absolute;
  display: flex;
  height: 54px;
  width: 23.5%;
  background-color: #e6eef9;
  z-index: 1;
  border-radius: 99px;
  transition: 0.25s ease-out;
}
