@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  font-size: 10px;
}

a {
  text-decoration: none;
  display: inline-block;
}

.navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: all ease 800ms;
}

.navbar .navbar-nav {
  margin-left: auto !important;
}

.navbar .navbar-nav .nav-link {
  font-size: 1.6rem;
  color: #3B1E54;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: all ease 800ms;
}

.navbar .navbar-nav .nav-link.active {
  color: #D91656;
}

.navbar .navbar-nav .nav-link.active::after {
  left: 0;
  opacity: 1;
}

.navbar .navbar-nav .nav-link:hover {
  color: #D91656;
}

.navbar .navbar-nav .nav-link:hover::after {
  left: 0;
  opacity: 1;
}

.navbar .navbar-nav .nav-link:focus {
  color: #3B1E54;
}

.navbar .navbar-nav .nav-link::after {
  position: absolute;
  content: "";
  background-color: #D91656;
  height: 0.2rem;
  width: 100%;
  bottom: 0;
  left: -100%;
  opacity: 0;
  transition: all ease 500ms;
}

.navbar .navbar-nav .nav-item {
  padding: 1rem 2rem;
}

.navbar .navbar-brand img {
  width: 30rem;
}

.navbar.bg-dark {
  background-color: #eeeeee !important;
}

.navbar.navscrolldown {
  background-color: #fff !important;
  -webkit-box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1);
}

.navbar.navscrollup {
  background-color: transparent;
}

.banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #e1e1e1;
  /* background-image: url(../../assets/images/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
}

.banner .banner-icons {
  position: absolute;
  z-index: 5;
}

.banner .banner-icons.shape1 {
  animation: RotateClock 8s linear infinite;
  top: 20%;
  left: 14%;
}

.banner .banner-icons.shape2 {
  animation: Anticlock 8s linear infinite;
  bottom: 15%;
  left: 38%;
}

.banner .banner-icons.shape3 {
  animation: Anticlock 8s linear infinite;
  top: 10%;
  left: 30%;
}

.banner .banner-icons.shape4 {
  -webkit-animation: Dancing 1.5s infinite alternate;
  animation: Dancing 1.5s infinite alternate;
  top: 5%;
  left: 2%;
  width: 11rem;
}

.banner .banner-icons.shape5 {
  -webkit-animation: DancingDown 1.5s infinite alternate;
  animation: DancingDown 1.5s infinite alternate;
  top: 7%;
  left: 1%;
  width: 11rem;
}

.banner .banner-icons.shape6 {
  -webkit-animation: DancingDown 2.5s infinite alternate;
  animation: DancingDown 2.5s infinite alternate;
  top: 24%;
  right: 38%;
  width: 11rem;
}

.banner .banner-icons.shape7 {
  animation: RotateClock 8s linear infinite;
  bottom: 32%;
  right: 5%;
}

.banner .banner-icons.shape8 {
  -webkit-animation: DancingDown 3s infinite alternate;
  animation: DancingDown 3s infinite alternate;
  bottom: 31%;
  right: 29%;
}

.banner.inner-banner {
  height: 40vh;
  background: url(/assets/images/inner-bg.jpg);
}

.banner.inner-banner .inner-banner-heading-text a {
  color: #3B1E54;
}

.banner.inner-banner .inner-banner-heading-text .active {
  color: #D91656;
}

.banner.inner-banner-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 0;
}

.banner-heading {
  color: #3B1E54;
  text-transform: uppercase;
  position: absolute;
  top: 20%;
  left: 30%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  backface-visibility: hidden;
  text-align: left;
  max-width: 45%;
}

.banner-heading-primary {
  display: block;
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: 0.5rem;
  margin-bottom: 1rem;
  animation-name: MoveinLeft;
  animation-duration: 1s;
}

.banner-heading-sub {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.7rem;
  animation: MoveinRight 1s ease-out;
  margin-bottom: 1.5rem;
}

.banner-heading-sub span {
  font-weight: 400;
  color: #D91656;
}

.banner-heading-text {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 3rem;
  text-transform: capitalize;
  animation: MoveinLeft 1s ease-out;
}

.banner-heading-list {
  padding-left: 0;
  margin-bottom: 0;
  display: block;
}

.banner-heading-list-links {
  list-style: none;
  display: inline;
}

.banner-heading-list-links:first-child {
  margin-right: 1.5rem;
}

.inner-banner-heading {
  color: #3B1E54;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  backface-visibility: hidden;
  text-align: center;
  max-width: 100%;
  z-index: 1;
}

.inner-banner-heading-primary {
  display: block;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.5rem;
  margin-bottom: 1rem;
}

.inner-banner-heading-sub {
  display: block;
  font-size: 5.5rem;
  font-weight: 700;
  letter-spacing: 0.7rem;
  animation: MoveinRight 1s ease-out;
  margin-bottom: 1.5rem;
}

.inner-banner-heading-sub span {
  font-weight: 400;
  color: #D91656;
}

.inner-banner-heading-text {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 3rem;
}

.banner-img {
  position: absolute;
  top: 22%;
  right: 0%;
  transform: translateY(-50%);
  transform: translateX(-20%);
  backface-visibility: hidden;
  text-align: left;
}

.banner-img img {
  width: 55rem;
  animation: MoveinRight 1s ease-out;
}

.sections {
  padding: 8rem 0;
}

.service-section {
  background: url(/assets/images/section_bg.jpg);
  background-repeat: repeat;
}

.about-section {
  background-color: #fcfcfc;
}

.section-title {
  width: 70%;
  margin: auto;
  text-align: center;
}

.section-title.section-title-left {
  text-align: left;
  width: auto;
}

.section-title-primary {
  font-size: 3rem;
  font-weight: 700;
  color: #3B1E54;
  margin-bottom: 2rem;
}

.section-title-secundary {
  font-size: 1.6rem;
  color: #777;
}

.section-title-sub {
  font-size: 3rem;
  color: #3B1E54;
}

.client-details {
  background-color: #fff;
}

.btn:link,
.btn:visited {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 1.8rem;
  display: inline-block;
  /* letter-spacing: 0.5rem; */
  border-radius: 3rem;
  transition: all .2s;
  position: relative;
}

.btn:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn:hover::after {
  transform: scaleX(1.2) scaleY(1.8);
  opacity: 0;
}

.btn:active {
  transform: translateY(-0.1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.btn-white {
  background-color: #fff;
  color: #777;
}

.btn-white::after {
  background-color: #fff;
}

.btn-red {
  background-color: #D91656;
  color: #fff;
}

.btn-red::after {
  background-color: #D91656;
}

.btn-red:hover {
  color: #fff;
}

.btn-blue {
  background-color: #3B1E54;
  color: #fff;
}

.btn-blue::after {
  background-color: #3B1E54;
}

.btn-blue:hover {
  color: #fff;
}

.btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  z-index: -1;
  transition: all .2s;
}

.btn-animated {
  animation: MoveinUP .2s ease-out .75s;
  animation-fill-mode: backwards;
}

.services-card {
  text-align: center;
  background: #ffffff;
  padding: 6rem 3rem;
  -webkit-box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1);
  transition: all ease 300ms;
}

.services-card:hover {
  transform: translateY(-0.5rem);
  transition: all ease 300ms;
}

.services-card-inner {
  min-height: 35rem;
}

.services-card-img {
  width: 50% !important;
  margin: auto;
}

.services-card-title {
  margin-top: 3.5rem;
  font-size: 2.5rem;
  color: #3B1E54;
}

.services-card-text {
  font-size: 1.6rem;
  color: #777;
  margin-top: 2.2rem;
}

.services-card .btn {
  margin-top: 1.5rem;
}

.services-card.contact-card .services-card-inner {
  min-height: 20rem;
}

.services-card.contact-card .services-card-inner .services-card-title {
  margin-top: 0;
}

.services-card.contact-card ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 1.5rem;
  display: inline-block;
}

.services-card.contact-card ul li {
  list-style: none;
  margin-bottom: 1rem;
}

.services-card.contact-card ul li a {
  text-decoration: none;
  color: #3B1E54;
  font-size: 2.2rem;
  display: inline-block;
}

.services-card.contact-card ul li a:hover {
  color: #D91656;
}

.contact-form-primary {
  font-size: 1.4rem;
  color: #D91656;
}

.contact-form-sub {
  font-size: 2.5rem;
  color: #3B1E54;
}

.services-cards {
  text-align: center;
  padding: 6rem 3rem;
  transition: all ease 300ms;
}

.services-cards:hover {
  transform: translateY(-0.5rem);
  transition: all ease 300ms;
  background: #fff;
  -webkit-box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1);
}

.services-cards-inner {
  min-height: 35rem;
}

.services-cards-img {
  width: 50% !important;
  margin: auto;
}

.services-cards-title {
  margin-top: 3.5rem;
  font-size: 2.5rem;
  color: #3B1E54;
}

.services-cards-text {
  font-size: 1.6rem;
  color: #777;
  margin-top: 2.2rem;
}

.services-cards .btn {
  margin-top: 1.5rem;
}

.about-details {
  text-align: center;
  border: 8px solid #fcfcfc;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  margin: auto;
}

.about-details-circle {
  text-align: center;
  border: 1px solid #3B1E54;
  border-radius: 100%;
  height: 103px;
  width: 103px;
  line-height: 12rem;
  transition: all ease 500ms;
}

.about-details-circle:hover {
  background-color: #3B1E54;
}

.about-details-circle:hover .fa-bar-chart-o,
.about-details-circle:hover .fa-user-o,
.about-details-circle:hover .fa-thumbs-o-up {
  color: #fff;
}

.about-details-circle .fa-bar-chart-o,
.about-details-circle .fa-user-o,
.about-details-circle .fa-thumbs-o-up {
  font-size: 4rem;
  position: relative;
  z-index: 1;
  color: #3B1E54;
}

.about-details-img {
  width: 100%;
}

.about-content {
  text-align: center;
}

.about-content h5 {
  font-size: 4.8rem;
  font-weight: 600;
  color: #D91656;
}

.about-content span {
  font-size: 1.8rem;
  color: #3B1E54;
}

.about-content1 {
  text-align: center;
  margin-top: 3rem;
}

.about-content1 h5 {
  font-size: 4.8rem;
  font-weight: 600;
  color: #D91656;
}

.about-content1 span {
  font-size: 1.8rem;
  color: #3B1E54;
}

.how-works-sections {
  background-color: #fcfcfc;
}

.how-works {
  position: relative;
  text-align: center;
}

.how-works-inner {
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
  position: relative;
}

.how-works-inner::after {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  left: -15%;
}

.how-works-inner img {
  width: 7.5rem;
}

.how-works .how-works-title {
  font-size: 2rem;
  margin-top: 2.5rem;
}

.how-works .how-works-text {
  font-size: 1.6rem;
  color: #777;
}

.how-works.step1 .how-works-inner {
  border: 0.9rem solid #F5A438;
}

.how-works.step1 .how-works-inner::after {
  content: "1";
  background-color: #F5A438;
  border: 0.2rem solid #fff;
}

.how-works.step1 .how-works-title {
  color: #F5A438;
}

.how-works.step2 .how-works-inner {
  border: 0.9rem solid #8f5a90;
}

.how-works.step2 .how-works-inner::after {
  content: "2";
  background-color: #8f5a90;
  border: 0.2rem solid #fff;
}

.how-works.step2 .how-works-title {
  color: #8f5a90;
}

.how-works.step3 .how-works-inner {
  border: 0.9rem solid #2ea096;
}

.how-works.step3 .how-works-inner::after {
  content: "3";
  background-color: #2ea096;
  border: 0.2rem solid #fff;
}

.how-works.step3 .how-works-title {
  color: #2ea096;
}

.client-says {
  padding-left: 10rem;
  margin-top: 4rem;
}

.client-title-pan h5 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #D91656;
}

.client-title-pan h3 {
  font-size: 2.5rem;
  color: #3B1E54;
  margin-bottom: 2rem;
}

.client-title-pan p {
  font-size: 1.6rem;
  color: #3B1E54;
  font-weight: 300;
}

.client-says-single .client-says-text {
  font-size: 1.6rem;
  color: #777;
  margin-bottom: 3rem;
}

.client-says-single .client-profile .client-profilep-pic {
  position: relative;
  display: inline-table;
  margin-left: 3.5rem;
  margin-right: 2rem;
  float: left;
}

.client-says-single .client-profile .client-profilep-pic::after {
  position: absolute;
  content: "\f10d";
  top: 1.4rem;
  left: -3rem;
  font-family: FontAwesome;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  height: 45px;
  width: 45px;
  background-color: #3B1E54;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 4.5rem;
}

.client-says-single .client-profile .client-profilep-pic img {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
}

.client-says-single .client-profile .client-details {
  display: inline-table;
  float: left;
}

.client-says-single .client-profile .client-details h4 {
  margin-top: 1.8rem;
  font-size: 1.7rem;
  margin-bottom: 0;
}

.client-says-single .client-profile .client-details p {
  font-size: 1.2rem;
}

.footer-section {
  background-color: #e1e1e1;
  position: relative;
  overflow: hidden;
}

.footer-section .container {
  position: relative;
  z-index: 1;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  z-index: 0;
}

.footer-about img {
  width: 25rem;
}

.footer-about p {
  margin-top: 1rem;
  font-size: 1.6rem;
  color: #777;
}

.footer-links {
  font-size: 1.6rem;
  color: #777;
}

.footer-links-title {
  color: #D91656;
  font-size: 1.6rem;
}

.footer-links-list {
  padding-left: 0;
  margin-bottom: 0;
  width: 50%;
  float: left;
  display: block;
}

.footer-links-list li {
  display: block;
  margin-top: 1rem;
}

.footer-links-list li a {
  color: #3B1E54;
}

.footer-links-list li a:hover {
  color: #D91656;
}

.footer-links-list li a:hover em:hover {
  color: #D91656;
}

.footer-links-contact {
  padding-left: 0;
  margin-bottom: 0;
  float: left;
  display: block;
}

.footer-links-contact li {
  display: block;
  margin-top: 1rem;
  color: #3B1E54;
}

.best-selling-models .item {
  padding: 40px 30px;
}

.full-width {
  width: 100% !important;
}

.custom-floating .custom-form {
  border: 1px solid #e1e1e1;
  /* -webkit-box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1); */
  height: calc(3.5rem + 15px);
}

.custom-floating label {
  color: #3B1E54;
  font-size: 1.2rem;
}

.faq-accordion .accordion-item {
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.faq-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1.6rem;
  font-weight: 600;
  color: #3B1E54;
  background-color: #fdfaff;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #3B1E54;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(/assets/images/arrow-down.png);
}

.faq-accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(/assets/images/arrow-up.png);
}

.faq-accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: 1.6rem;
  color: #777;
}

.MoveinLeft {
  animation: MoveinLeft .5s ease-out .75s;
  animation-fill-mode: backwards;
}

.MoveinRight {
  animation: MoveinRight .5s ease-out .75s;
  animation-fill-mode: backwards;
}

.MoveinUP {
  animation: MoveinUp .5s ease-out .75s;
  animation-fill-mode: backwards;
}

@keyframes MoveinLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }

  80% {
    transform: translateX(1rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes MoveinRight {
  0% {
    opacity: 0;
    transform: translate(10rem);
  }

  80% {
    transform: translate(-1rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes MoveinUP {
  0% {
    opacity: 0;
    transform: translateY(10rem);
  }

  80% {
    transform: translateY(-2rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes RotateClock {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes Anticlock {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes Dancing {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-1rem);
  }
}

@keyframes Dancing {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-1rem);
  }
}

@-webkit-keyframes DancingDown {
  0% {
    transform: translateY(0rem);
  }

  100% {
    transform: translateY(-3rem);
  }
}

@keyframes DancingDown {
  0% {
    transform: translateY(0rem);
  }

  100% {
    transform: translateY(-3rem);
  }
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-45 {
  margin-bottom: 4.5rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-55 {
  margin-bottom: 5.5rem;
}

/*--------------------*/
.mt-5 {
  margin-top: 0.5rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-35 {
  margin-top: 3.5rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-45 {
  margin-top: 4.5rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-55 {
  margin-top: 5.5rem;
}

.inner-banner-icons li {
  position: absolute;
  display: block;
  list-style: none;
  width: 2rem;
  height: 2rem;
  background: rgba(255, 255, 255, 0.2);
  animation: inner-bg-animate 25s linear infinite;
  bottom: -150px;
  z-index: 0;
}

.inner-banner-icons li img {
  width: 100%;
}

.inner-banner-icons li:nth-child(1) {
  left: 25%;
  width: 5rem;
  height: 5rem;
  animation-delay: 0s;
}

.inner-banner-icons li:nth-child(2) {
  left: 10%;
  width: 5rem;
  height: 5rem;
  animation-delay: 2s;
  animation-duration: 12s;
}

.inner-banner-icons li:nth-child(3) {
  left: 60%;
  width: 5rem;
  height: 5rem;
  animation-delay: 4s;
}

.inner-banner-icons li:nth-child(4) {
  left: 40%;
  width: 4rem;
  height: 4rem;
  animation-delay: 0s;
  animation-duration: 18s;
}

.inner-banner-icons li:nth-child(5) {
  left: 65%;
  width: 5rem;
  height: 5rem;
  animation-delay: 0s;
}

.inner-banner-icons li:nth-child(6) {
  left: 75%;
  width: 80px;
  height: 80px;
  animation-delay: 3s;
}

.inner-banner-icons li:nth-child(7) {
  left: 35%;
  width: 5rem;
  height: 5rem;
  animation-delay: 7s;
}

.inner-banner-icons li:nth-child(8) {
  left: 50%;
  width: 5rem;
  height: 5rem;
  animation-delay: 15s;
  animation-duration: 45s;
}

.inner-banner-icons li:nth-child(9) {
  left: 20%;
  width: 5rem;
  height: 5rem;
  animation-delay: 2s;
  animation-duration: 35s;
}

.inner-banner-icons li:nth-child(10) {
  left: 85%;
  width: 5rem;
  height: 5rem;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes inner-bg-animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-100rem) rotate(0deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 8px;
  }
}