@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");

:root {
  --primary-color: #89c7e7;
  --primary-color-hover: #6ab2d6;
  --secondary-color: #febd2f;
  --secondary-color-hover: #d49815;
  --box-shadow: #c9c9c9;
  --white: #ffffff;
  --font-family: "Fredoka One", cursive;
}

* {
  font-family: var(--font-family)
}

html,
body {
  scroll-behavior: smooth;
  background-color: var(--primary-color);
  height: 100vh;
}


.pre-loader {
  height: 100vh;
  background-color: #fff;
  position: fixed;
  width: 100vw;
  z-index: 999999;
  align-items: center;
  text-align: center;
  display: flex;
}

.pre-loader img {
  margin: auto;
}

a {
  color: var(--secondary-color);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-color-hover);
  text-decoration: none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

#header.header-scrolled {
  background: var(--primary-color);
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: var(--secondary-color);
}
.navbar .CTA-Nav
{
  /* color: var(--secondary-color); */
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 5px;
  top: calc(100% + 30px);
  margin: 5px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px var(--primary-color);
  transition: 0.3s;
  border-radius: 15px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: var(--primary-color);
  margin: 0 5px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff !important;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--primary-color);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block !important;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  margin: 5px;
  font-size: 15px;
  color: var(--primary-color);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff !important;
  box-shadow: 0px 0px 30px var(--primary-color);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a:hover {
  color: #fff !important;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fff !important;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.gamely-logo {
  width: 10rem;
  max-height: unset !important;
}

/* HERO */
#hero {
  /* height: 200vh; */
  background-image: url(/assets/images/backgrounds/hero_bg_desktop.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero .section-1 {
  min-height: 100vh;
  position: relative;
}

#hero .section-1 .banner_heading h1 {
  font-family: var(--font-family);
  text-align: center;
}

#hero .section-1 .banner_heading p {
  font-family: var(--font-family);
  text-align: center;
  color: #4a4a4a !important;
  font-weight: 100;
  font-size: 1.5em !important;
}

#hero .section-1 .img_1 {
  width: 100%;
}

#hero .section-1 .img_2 {
  width: 100%;
}

#hero .section-1 .bubble-item {
  background-color: #fff9;
  height: 4vw;
  border-radius: 2vw;
  box-shadow: 2px 2px 4px #7c7c7c;
  align-items: center;
  display: grid;
  text-align: center;
  margin-bottom: 1vw;
}

#hero .hero-card {
  /* border:2px solid;
  border-color: #2e8bbbe6; */
  padding: 1em;
  border-radius: 1em;
}

#hero .section-1 .bulb_holder {
  text-align: center;
}

#hero .section-1 .bulb_holder img {
  width: 10vw;
  margin: auto;
}

#hero .section-1 .hero_store_buttons h3 {
  font-family: var(--font-family);
}

#hero .hero-img img {
  width: 100%;
}

#hero .section-1 .hero_store_buttons .box {
  background-color: var(--secondary-color);
  padding: 1em;
  border-radius: 2em;
}

#hero blockquote {
  border-left: 2px solid var(--secondary-color);
}

#hero .heading .card {
  border: 1px solid var(--secondary-color-hover);
  border-radius: 1rem;
  background: transparent;
}

#hero .heading h1 {
  width: auto !important;
  font-size: 5em;
  font-family: var(--font-family);
  color: var(--secondary-color);
  text-transform: uppercase;
}

#hero .heading h2 {
  margin-bottom: 1rem;
  color: var(--bs-gray-900);
  font-family: var(--font-family);
  font-size: 3.5rem !important;
}

#hero .heading h4 {
  font-family: var(--font-family);
}

#hero .caption {
  color: var(--bs-gray-900);
  font-size: 1.5rem;
  /* text-transform: uppercase; */
}

#hero p {
  font-size: 1rem !important;
  /* margin-left: 1rem !important; */
  width: 100% !important;
}

#hero .cta-heading {
  font-family: var(--font-family);
}

#hero .cta-box {
  background-color: var(--secondary-color);
  border-radius: 1em;
}


#hero .section-2 {
  /* min-height: 100vh; */
  position: relative;
}

#hero .section-2 .character-assemble {}

#hero .section-2 .character-assemble img {
  width: 140%;
  margin-left: 50%;
  transform: translateX(-50%);
  display: block;
}

#hero .section-2 .butterfly-points {
  position: relative;
}

/* Butter flys start */

#hero .section-2 .butterfly-points .gif_butter {
  position: relative;
  cursor: pointer;
  display: inline-flex;
}

#hero .section-2 .butterfly-points .gif_butter img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

#hero .section-2 .butterfly-points .gif_butter .ripple-wrapper {
  width: 4vw !important;
  height: 4vw !important;
}

#hero .section-2 .butterfly-points #gif_butter1 {
  align-items: center;
  margin-bottom: 2em;
}

#hero .section-2 .butterfly-points #gif_butter2 {
  align-items: center;
  margin-bottom: 2em;
}

#hero .section-2 .butterfly-points #gif_butter3 {
  align-items: center;
  margin-bottom: 2em;

}

#hero .section-2 .butterfly-points #gif_butter4 {
  align-items: center;
  margin-bottom: 2em;

}

.butterfly_ripple {
  display: block;
  width: 2vw;
  height: 2vw;
  animation: ripple 0.6s linear infinite;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

/* ripple effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgb(225, 225, 225),
      0 0 0 20px rgb(255, 255, 255),
      0 0 0 40px rgba(225, 225, 225, 0.1),
      0 0 0 60px rgba(225, 225, 225, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(225, 225, 225, 0.945),
      0 0 0 40px rgba(225, 225, 225, 0.1),
      0 0 0 60px rgba(225, 225, 225, 0.1),
      0 0 0 80px rgba(225, 225, 225, 0);
  }
}

#hero .section-2 .butterfly-points #ripple1 {
  left: 15%;
  top: 21%;

}

#hero .section-2 .butterfly-points #ripple2 {
  right: 23%;
  top: 10%;
}

#hero .section-2 .butterfly-points #ripple3 {
  left: 16%;
  bottom: 5%;
}

#hero .section-2 .butterfly-points #ripple4 {
  right: 17%;
  bottom: 34%;
}

/* Butter flys end */

#hero .section-2 .butterfly-points .butterfly-img {}

#hero .section-2 .icon_touch_helper {
  position: absolute;
  width: 10vw;
  left: 0;
  right: 0;
  top: 0vw;
  margin: auto;
}

#hero .section-2 .butterfly-points .butterfly-text {
  font-size: 1em;
  height: auto;
  align-items: center;
  display: grid;
  text-align: center;
  background-color: #89c7e78c;
  padding: 1vw;
  border-radius: 4vw;
}

#hero .section-2 .butterfly-points .butterfly-text {
  width: 25vw;
}

#hero .section-2 .character-assemble {
  position: relative;

}

#hero .lbl_butterfly_info {
  margin: auto;
  color: #a9bbc5;
  font-size: 0.75em;
}


/* Star points start */

#starPoints {
  display: block;
  vertical-align: middle;
  height: 100vh;
}

#starPoints .modal-dialogue {
  height: 100%;
  display: flex;
  align-items: center;
}

#starPoints .modal-content {
  background: transparent;
  border: none;
}

#starPoints .modal-header {
  border: none;
  text-align: right;
  display: block;
}

#starPoints .modal-body {
  border: none;
}

#starPoints .modal-footer {
  border: none;
}

#starPoints button.close {
  background: transparent;
  border: none;
  font-size: 3em;
  color: #fff;
}

#starPoints .swiper-slide h3 {
  font-family: "Fredoka One", cursive;
  margin-bottom: 1vh;
  color: #fff !important;
  letter-spacing: 1px;
  font-size: 7vh;
}

#starPoints .swiper-slide h5 {
  font-family: "Fredoka One", cursive;
  margin-bottom: 1vh;
  color: #fff !important;
  letter-spacing: 1px;
  font-size: 4vh;
}

#starPoints .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #fff;
}

#starPoints .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: #fff;
}

#starPoints .swiper-slide ul li,
p {
  font-size: 1em;
}

#starPoints .swiper-slide {
  font-size: 1em;
  padding: 0em;
  min-height: 0vh;
  background-color: #000816db;
}

#starPoints .swiper {
  border-radius: 0;
}

#starPoints .swiper {
  width: 100%;
  height: 100%;
  border-radius: 2em;
  /* background-color: #0b0913; */
}

#starPoints .swiper-slide {
  height: auto !important;
}

#starPoints .swiper-slide {
  padding: 2em;
  min-height: 80vh;
  text-align: center;
  font-size: 18px;
  display: grid;
  padding-top: 0;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#starPoints .swiper-slide ul li,
p {
  text-align: left;
  margin-bottom: 0.5em;
  color: #fff !important;
  letter-spacing: 1px;
  font-size: 1.75vw !important;
}



#starPoints .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Star points end */

/* FEATURES Start */
#features .section-title h2 {
  padding-top: 3em;
  /* color: #fff; */
  color: var(--secondary-color) !important;
  font-family: "Fredoka One", cursive;
  font-size: 3em;
  text-align: center;
  font-weight: bolder;
}

#features .section-title h2::after {
  display: none;
}

.feature_item_row {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
}

.feature_item_row.right_image {}

.feature_item_row.left_image {}

.cta {
  background: #2a2c39;
  padding: 1em 0;
}

.feature_item_row .content-wrap {
  align-items: center;
  display: flex;
}

.feature_item_row h3 {
  color: #fbfbfb;
  font-family: "Fredoka One", cursive;
  font-weight: bolder;
  font-size: 4em;
}

.feature_item_row p {
  color: #fbfbfb !important;
  /* color: #484848 !important; */
  font-family: "Fredoka One", cursive;
  font-size: 1.5em;
}

.feature_item_row img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}


#cta-mid,
#cta-end {
  background-color: var(--secondary-color) !important;
}

.cta .cta-btn {
  width: 25vw;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: var(--secondary-color);
}

/* FEATURES End */

/* Steps start */

#follow_steps {
  padding: 0 1.5em;
}

#follow_steps h3.step_head {
  padding-top: 1.5em;
  /* color: var(--secondary-color); */
  color: #fbfbfb;
  font-family: "Fredoka One", cursive;
}

#steps .section-title h2::after {
  display: none;
}

#steps .section-title h2 {
  padding-top: 3em;
  color: #fbfbfb;
  font-family: "Fredoka One", cursive;
  font-size: 3em;
  text-align: center;
  font-weight: bolder;
  line-height: 1.5em;
}

#follow_steps div.steps_item {
  border-top: 10px dashed;
  /* border-color: #fdfdfd !important; */
  color: #fbfbfb;
  margin: 0;
  padding: 30px;
  counter-increment: section;
  position: relative;
}

#follow_steps div.steps_item p {
  color: #fbfbfb !important;
}

#follow_steps div.steps_item:nth-child(even):before {
  content: counter(section);
  right: 100%;
  left: -25px;
  position: absolute;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  background-color: #febd2f;
  text-align: center;
  color: white;
  font-size: 1.5em;
  align-items: center;
  display: grid;
}

#follow_steps div.steps_item:nth-child(odd):before {
  content: counter(section);
  left: 100%;
  right: 0;
  margin-left: -25px;
  position: absolute;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  background-color: #febd2f;
  text-align: center;
  color: white;
  font-size: 1.5em;
  align-items: center;
  display: grid;
}

#follow_steps div.steps_item:nth-child(even) {
  border-left: 10px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

#follow_steps div.steps_item:nth-child(odd) {
  border-right: 10px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
}

#follow_steps div.steps_item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#follow_steps div.steps_item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* Steps end */

/* Video Start */
section#video {
  background-color: var(--secondary-color);
}

#video .video_wrapper {
  padding: 33vw 0 0 0;
  position: relative;
  width: 70%;
  margin: auto;
}

/* Video End */
/* Footer start */
#footer .social-links a {
  background: var(--secondary-color);
}

.back-to-top {
  background: var(--secondary-color);
}

/* Footer end */


.contact .info {
  width: 100%;
  background: transparent;
}

.contact .info h4 {
  font-family: var(--font-family);
}

.contact .info i {
  color: var(--secondary-color);
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: var(--secondary-color);
  color: #fff;
}

.contact .php-email-form {
  background: transparent;
}

.contact .php-email-form button[type=button] {
  background: var(--secondary-color);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit] {
  background: var(--secondary-color);
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--secondary-color-hover);
}

.contact .php-email-form button[type=button]:hover {
  background: var(--secondary-color-hover);
}

.contact .php-email-form input{
  border-radius: 5em;
}

.contact .php-email-form textarea{
  border-radius: 1em;
}

.contact .contact_heading{
  font-family: var(--font-family);
  color: #3a3a3a;
}

.contact .info p{
  color: #323232 !important;
  margin-left: 0.2rem !important;
}

.contact .php-email-form .sent-message,.error-message{
  border-radius: 4em;
}

/* Testimonial Start */
.testimonials .section-title h2 {
  padding-top: 3em;
  color: #fbfbfb;
  font-family: "Fredoka One", cursive;
  font-size: 3em;
  text-align: center;
  font-weight: bolder;
  line-height: 1.5em;
}
.testimonials .section-title h2::after{
  width: 0;
  margin: 0;
}
.testimonials .swiper-slide{
  height: unset;
  background-color: var(--secondary-color);
  border-radius: 1em;
}
.testimonials .testimonial-item{
  box-shadow: none;
  padding: 30px 30px 10px 30px;
  min-height: auto;
}
.testimonials .testimonial-item .text-white{
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgb(255 255 255);
  margin: 0px;
  text-transform: uppercase;
}
.testimonials .swiper-pagination .swiper-pagination-bullet{
  border-color: var(--secondary-color);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active{
  background-color: var(--secondary-color);
}
/* Testimonial End */



/* --------------------------------RESPONSIVENESS==================================================== */
@media screen and (max-width:1440px) {
  #hero .section-1 .bubble-item {
    font-size: 0.75em;
    height: 5vw;
  }
}

@media only screen and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media screen and (orientation:landscape) and (max-width:1200px) {
  #starPoints .col-12.col-lg-6 {
    width: 50% !important;
  }

  #starPoints .col-12.col-lg-6 p {
    font-size: 1em !important;
  }

  /* Done */
  .cta .col-12.store_btn_container {
    width: 50%;
  }

  /* Done */
  #features .feature_item_row {
    display: inline-block !important;
  }

  #features div.image-wrap,
  div.content-wrap {
    float: left !important;
    width: 50%;
  }

  #features .content-wrap p {
    font-size: 1.05rem !important;
    width: 100%;
  }

  #features .content-wrap h3 {
    font-size: 1.5rem !important;
    width: 100%;
    padding-top: 2em;
  }

  #features .feature_item_row:nth-child(odd) .content-wrap div.p-5 {
    padding-left: 0em !important;
  }

  #features .feature_item_row:nth-child(even) .content-wrap div.p-5 {
    padding-right: 0em !important;
  }

  /* Done */
  #steps #follow_steps,
  #follow_steps_image {
    width: 50%;
  }

  #steps #follow_steps h3.step_head {
    font-size: 1.25em !important;
  }

  #steps #follow_steps div.steps_item {
    border: 2px dashed;
    padding: 25px;
  }

  #follow_steps div.steps_item:nth-child(odd) {
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
  }

  #follow_steps div.steps_item:nth-child(even) {
    border-right: none !important;
  }

  #steps #follow_steps h3.step_head {
    padding-top: 1em !important;
  }

  #video .container {
    padding: 0em 3em !important;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  #hero .hero-card {
    background-color: #0e0f62ab!important;
  }

  #hero blockquote div {
    color: #fff !important;
  }

  #hero .hero-img img {
    width: 70%;
  }

  #hero .section-2 .character-assemble img {
    width: 100%;
  }

  #hero .section-2 .butterfly-points .butterfly-text {
    width: 35vw;
  }

  #starPoints .swiper-slide img {
    width: 80%;
    margin: auto;
  }

  .feature_item_row h3 {
    font-size: 2.25em;
  }

  #video .video_wrapper {
    width: 100%;
  }

  /* }

@media screen and (max-width:960px) { */

  #starPoints .swiper-slide ul li,
  p {
    font-size: 3vw !important;
  }

  .feature_item_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .feature_item_row .image-wrap {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .feature_item_row .content-wrap {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

@media screen and (max-width:768px) {
  #hero .section-1 .img_2 {
    width: 50vw;
  }

  #hero .section-1 .bubble-item {
    font-size: 0.8em;
    height: 11vw;
    border-radius: 10em;
    width: 60vw;
  }

  #starPoints .swiper-slide ul li p {
    font-size: 4vw !important;
  }

  #starPoints .swiper-slide h3 {
    font-family: "Fredoka One", cursive;
    margin-bottom: 1vh;
    color: #fff !important;
    letter-spacing: 1px;
    font-size: 6vw;
  }

  #starPoints .swiper-slide img {
    width: 70%;
    margin: auto;
  }

  .feature_item_row h3 {
    font-size: 1.85em;
  }

  .cta .cta-btn {
    width: 100%;
  }
}

@media only screen and (max-width:575px) {
  #hero .hero-card {
    border-radius: 0;
  }

  #hero .section-2 .butterfly-points .butterfly-text {
    width: 60vw;
    height: 10vw;
  }
}

@media only screen and (max-width:436px) {
  #hero .section-2 .butterfly-points .butterfly-text {
    background: transparent;
  }
}