body {
  font-family: "Ginora Sans", sans-serif;
  background: #1d1d1d;
}
/*navbar - footer*/
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 32px;
  height: 80px;
  width: 80%;
  background: #232526;
  border-radius: 10px;
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
}
.nav-links {
  margin-left: 75px;
  margin-bottom: 0px;
  list-style: none;
}
.nav-links a {
  text-decoration: none;
  color: #f4f4f4;
  text-transform: uppercase;
  margin-right: 24px;
  transition: all ease 0.3s;
  position: relative;
  opacity: 0.75;
}
.nav-links a:hover {
  opacity: 1;
}
.nav-links a::after {
  transition: 300ms;
  width: 0%;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  background: #66ffe6;
  filter: blur(6px);
  height: 4px;
}
.nav-links a.active {
  opacity: 1;
}
.nav-links a.active::after {
  transition: 300ms;
  width: 100%;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  background: #66ffe6;
  filter: blur(6px);
  height: 4px;
}
.nav-links a:hover::after {
  width: 100%;
}
.get-started-btn {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #66ffe5;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 46px;
  padding-right: 45px;
}
/*side menu*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #f4f4f4;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.gradient-text {
  background: conic-gradient(
    from 180deg at 50% 50%,
    #66ffe6 -160.13deg,
    #8093ff 42.37deg,
    #66ffe6 199.87deg,
    #8093ff 402.37deg
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: normal;
}
.big-gradient-title {
  font-weight: 400;
  font-size: 42px;
  line-height: 54px;
  text-transform: capitalize;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #66ffe6 -160.13deg,
    #8093ff 42.37deg,
    #66ffe6 199.87deg,
    #8093ff 402.37deg
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
}

.normal {
  display: block;
  color: #b8b8b8;
}
.footer .big-gradient-title {
  font-weight: 400;
  font-size: 42px;
  line-height: 54px;
}
.footer-left-column {
  max-width: 487px;
}
.input {
  display: block;
  color: #b8b8b8;
  font-size: 18px;
  border: none;
  background: none;
  border-bottom: 1px solid #565656;
  margin-bottom: 55px;
  padding-left: 22px;
  padding-bottom: 19px;
  width: 466px;
}
.input-container {
  position: relative;
}
.input-container::after {
  content: "";
  background: linear-gradient(90deg, #99a9ff 0%, #5ce4cf 100%);
  height: 3px;
  width: 80px;
  position: absolute;
  left: 22px;
  bottom: -1px;
}
.textarea {
  resize: none;
  width: 466px;
}
.submit-btn {
  padding-left: 22px;
  background: none;
  border: none;
  color: #99a9ff;
}
.submit-arrow {
  margin-left: 3px;
  margin-top: -3px;
}
.footer-links a {
  font-size: 14px;
  text-decoration: none;
  color: #b8b8b8;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-right: 30px;
}
.footer-links a:hover {
  color: #99a9ff;
}
.footer-hr {
  margin-top: 50px;
  width: 100%;
}
.rights-reserved-txt {
  margin-top: 40px;
  display: block;
  text-align: center;
  color: #b8b8b8;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 14px;
}
/*Home Page*/
.welcome-section {
  padding-top: 200px;
  height: 100%;
}
.welcome-title {
  font-weight: 700;
  text-align: center;
  font-size: 52px;
  line-height: 66px;
  color: #f4f4f4;
}
.scroll-arrow-container {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}
.scroll-arrow-container > a > img {
  margin-top: 100px;
}
.images-container {
  position: relative;
  z-index: -1;
}
.small-right {
  position: absolute;
  top: 60px;
  right: -60px;
}
.h2-title {
  display: block;
  font-size: 42px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 54px;
}
.negative-margin p {
  color: #f4f4f4;
}
p {
  line-height: 24px;
  color: #b8b8b8;
  max-width: 620px;
  font-family: "Helvetica Neue", sans-serif;
}
.link-btn {
  color: #99a9ff;
  text-decoration: none;
}
.link-btn:hover {
  color: #99a9ff;
}
.link-btn img {
  margin-left: 5px;
  margin-top: -3px;
}
.negative-margin {
  margin-top: -160px;
}
.gradient-title {
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: capitalize;

  background: linear-gradient(90deg, #99a9ff -3.55%, #7affe8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.what-we-do {
  margin-top: 100px;
  margin-bottom: 100px;
}
.what-we-do ul {
  margin-left: -30px;
  color: #b8b8b8;
}
.what-we-do .h2-title {
  margin-left: 60px;
}
.small-right-2 {
  position: relative;
  top: -20px;
  left: -160px;
  max-height: 390px;
}
.kawaski {
  display: block;
  letter-spacing: 0.3em;
  text-transform: uppercase;

  color: rgba(184, 184, 184, 0.7);
}
.h3-title {
  font-size: 32px;
  color: #f4f4f4;
  text-transform: capitalize;
  line-height: 40px;
}
.how-we-do {
  margin-top: 100px;
  margin-bottom: 100px;
}
.how-we-do p {
  color: #b8b8b8;
}
.portfolio-jobs {
  margin-top: 100px;
}
.portfolio-sep-line {
  width: 100%;
  margin-top: -25px;
}
.jobs {
  margin-top: 60px;
}
.jobs a:last-child .job {
  border-bottom: none;
}
.portfolio-jobs p {
  color: #b8b8b8;
  max-width: 763px;
}
.job {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #60dbd4;
  margin-bottom: 50px;
  max-width: 763px;
  cursor: pointer;
}
.job-arrow {
  position: absolute;
  top: 50px;
  right: 120px;
}
.team-section {
  padding-top: 160px;
  padding-bottom: 100px;
}
.member {
  text-align: center;
}
.member-title {
  display: block;
  font-size: 22px;
  line-height: 18px;
  color: #b8b8b8;
}
.member-position {
  display: block;
  font-weight: 300;
  color: #b8b8b8;
}
.above {
  margin-top: -60px;
}
.vertical-sep-container {
  text-align: center;
}
.gray-container {
  position: relative;
  top: 20%;
  background: #232526;
  display: flex;
  align-items: center;
  padding: 50px;
}
.gray-container p {
  max-width: 360px;
  color: #b8b8b8;
}
.gray-container .link-btn {
  display: block;
}
/*about us*/
.quote-container {
  padding-top: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.quote-inner {
  position: relative;
}
.quote {
  font-weight: 700;
  font-size: 32px;
  line-height: 56px;
  color: #f4f4f4;
  text-transform: capitalize;
  max-width: 650px;
  display: block;
}

.author {
  display: block;
  font-size: 26px;
  line-height: 38px;
  text-transform: capitalize;
  color: #f4f4f4;
}
.melody-left {
  position: absolute;
  top: -60px;
  left: -140px;
}
.melody-right {
  position: absolute;
  bottom: 20px;
  right: -140px;
}
.padding-bottom {
  padding-bottom: 100px;
}
.letter-c {
  width: fit-content;
  text-align: center;
}
.letter-c img {
  transition: all ease-in-out 0.5s;
  filter: brightness(0.3);
  cursor: pointer;
}
.definition {
  display: none;
  margin-top: 18px;
  max-width: 171px;
  text-align: center;
}
.letter-c.active .definition {
  display: block;
}
.letter-c.active img {
  filter: brightness(1);
}
.crazy {
  font-weight: 700;
  font-size: 28px;
  line-height: 20px;
  color: #f4f4f4;
}
/*process page*/
.process-img {
  opacity: 0.6;
}
.text-over-img {
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: 100px;
  left: 80px;
}
.padding {
  padding-bottom: 100px;
  padding-top: 100px;
}
.careerpage.padding {
  padding-bottom: 0px;
}
.big-number {
  font-size: 230px;
  line-height: 160px;
}
.h4-title {
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  color: #f4f4f4;
  display: block;
}
.italic {
  font-size: 14px;
}
.step p {
  max-width: 480px;
}
.float-right {
  align-self: flex-end;
}
/*careers page*/

.careers .job p {
  text-transform: capitalize;
  color: #b8b8b8;
}
.careers .link-btn {
  padding-left: 32px;
}
.careers {
  padding-bottom: 40px;
}
.button-container {
  cursor: pointer;
  margin-right: 22px;
}
.button-container img {
  margin-right: 3px;
}
.button-container span {
  font-size: 15px;
  color: #b8b8b8;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
#purple {
  color: #99a9ff;
}
.main-job .h2-title {
  max-width: 433px;
}
.main-job p {
  font-size: 18px;
  text-transform: capitalize;
}
.main-job .sep-line {
  margin-top: 50px;
  width: 100%;
}
.job-posting {
  margin-top: 120px;
}
.job-container {
  border: 1px solid #30363a;
}
.job-container span {
  text-transform: capitalize;
}
.job-title {
  color: rgba(184, 184, 184, 0.7);
  font-size: 18px;
  display: block;
  margin-bottom: 12px;
}
.job-attribute {
  color: #b8b8b8;
  font-weight: 800;
  font-size: 18px;
}
.job-info {
  padding: 32px;
  padding-right: 50px;
}
.job-info-seperator {
  height: 80%;
  margin-right: 50px;
}
.job-description p {
  font-size: 16px;
}
.job-description ul {
  list-style: none;
  padding-left: 0px;
}
.job-description li {
  font-size: 16px;
  color: #b8b8b8;
}
.buttons-container {
  padding-top: 90px;
  padding-left: 60px;
  padding-right: 70px;
  background: #232526;
  width: 427px;
  height: 1284px;
}
.buttons-container span {
  display: block;
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  text-transform: capitalize;
  color: rgba(184, 184, 184, 0.7);
  cursor: pointer;
}
.buttons-container span:hover {
  color: white;
}

.faq-answer {
  margin-left: 70px;
  max-width: 649px;
}
.faq-answer img {
  width: 100%;
}
.faq-answer .h3-title {
  display: block;
  max-width: 455px;
}
/*careers*/
.career-main-c {
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center;
}
.gradient-text.big {
  font-size: 36px;
  line-height: 48px;
  text-transform: capitalize;
  display: block;
  font-weight: 400;
  background: -webkit-linear-gradient(#66ffe5, #8093ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
span {
  color: #b8b8b8;
}
.projects .get-started-btn {
  margin-right: 20px;
  display: inline-block;
  width: fit-content;
}
.project {
  margin-top: 120px;
}
.load-more {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  cursor: pointer;
}
.load-more img {
  margin-top: 3px;
  width: 25px;
  height: 20px;
}
.purple {
  text-transform: uppercase;
  display: block;
  color: #99a9ff;
}
/*coming soon page*/
.coming-soon-container {
  background: #232526;
  padding-left: 153px;
  padding-top: 78px;
  min-height: 620px;
}
.coming-soon-container .input {
  margin-bottom: 0px;
  margin-right: 12px;
}
.container-404 {
  background: #232526;
  padding-left: 153px;
  min-height: 620px;
  padding-right: 400px;
}
.menu-btn {
  display: none;
}
.step img {
  margin-right: 22px;
}
.mobile-buttons-container {
  display: none;
}
span.active {
  color: white;
}
.job-description p {
  font-family: "Gilroy-Regular", sans-serif;
}

.projects p {
  font-family: "Gilroy-Regular", sans-serif;
}
.text-decoration-underline {
  font-family: "Gilroy-Regular", sans-serif;
  line-height: 24px;
}
.portfolio-jobs .job p {
  font-family: "Helvetica Neue", sans-serif;
}
.portfolio-jobs.careers .job p {
  font-family: "Gilroy-Regular", sans-serif;
}
.blurry-circles {
  z-index: -3;
  top: 60px;
  left: 100px;
  position: fixed;
}
.colored-pattern {
  position: absolute;
  top: 400px;
  right: 150px;
  z-index: -2;
  height: 390px;
}
.big-pattern-c {
  text-align: center;
  position: relative;
  right: 250px;
}
.big-pattern {
  position: absolute;
  top: 220px;
  z-index: -2;
  height: 473px;
}
.animations {
  overflow: hidden;
}
.step {
  margin-top: 100px !important;
  position: relative;
}
.step-right {
  position: absolute;
  right: 60px;
}
.step-left {
  position: absolute;
  left: -460px;
}
/* .projects > div > div {
  width: fit-content;
  margin: 0px auto 120px auto;
} */
.career-main-c .welcome-title {
  font-weight: 700;
}
.welcome-title .gradient-text {
  background: conic-gradient(
    from 180deg at 50% 50%,
    #8093ff -45.12deg,
    #66ffe6 154.5deg,
    #8093ff 314.88deg,
    #66ffe6 514.5deg
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}
.get-started-btn .gradient-text {
  background: conic-gradient(
    from 180deg at 50% 50%,
    #8093ff -45.12deg,
    #66ffe6 154.5deg,
    #8093ff 314.88deg,
    #66ffe6 514.5deg
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}
.guide a {
  position: relative;
  right: 60px;
  text-decoration: none;
}
.guide a > span {
  color: #ffffff;
  font-weight: 700;
}
/*newsletter pop up*/
.modal:not(.career-form) .modal-content {
  background: linear-gradient(180deg, #3e6462, #464e68);
  padding: 20px;
  width: auto;
}
.modal:not(.career-form) .modal-content .input {
  color: #ffffff;
  padding-left: 0px;
  border-bottom: 1px solid #ffffff;
  max-width: 267px;
}
.modal:not(.career-form) .modal-content .input-container::after {
  left: 0px;
}
.modal:not(.career-form) .modal-content button {
  background: none;
  border: none;
}
.modal:not(.career-form) .modal-title {
  font-family: "Ginora Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 36px;
  /* or 95% */

  color: #f4f4f4;
}
.modal .modal-header {
  border-bottom: none;
}
button.close {
  position: absolute;
  top: 15px;
  right: 20px;
}
/*career form popup*/
.career-form .modal-content {
  background-color: #232526;
  padding: 100px;
}
.career-form .modal-header h5 {
  color: #f4f4f4;
  font-weight: 700;
  font-size: 32px;
  line-height: 74px;
  font-family: "Ginora Sans";
}
.career-form .modal-dialog {
  max-width: 65%;
}
.career-label {
  display: block;
  color: #f4f4f4;
  font-weight: 500;
  font-size: 20px;
  line-height: 74px;
  font-family: "Ginora Sans";
}
.career-input {
  width: 48%;
  background: none;
  border-radius: 8px;
  border: 1px solid #99a9ff;
  padding-top: 10px;
  padding-left: 16px;
  padding-bottom: 8px;
  color: #c9c9c9;
}
.career-input.alone {
  width: 100%;
}
textarea.career-input {
  resize: none;
  width: 100%;
  height: 160px;
}
.file-input {
  color: #c9c9c9;
}
.career-submit-btn {
  border: none;
  background: #7affe8;
  border-radius: 10px;
  color: #1d1d1d;
  font-weight: bold;
  width: 375px;
  height: 40px;
}
.red-required {
  color: #ff4f59;
}
.jobs a {
  text-decoration: none;
}
.owl-nav {
  bottom: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.gray-container > img {
  position: absolute;
  top: -40px;
  left: 50px;
  max-width: 100%;
}
.owl-carousel .owl-item img {
  display: block;
  height: 451px;
  width: auto;
  margin: 0 auto;
}
.gray-container > img {
  position: absolute;
  top: -100px;
  left: 0px;
  max-width: 100%;
}
.back-btn {
  display: block;
  color: #5ce4cf;
  text-decoration: none;
}
.back-btn:hover {
  color: #5ce4cf;
}
.back-btn img {
  margin-top: -2px;
  margin-right: 12px;
}
.rotate {
  transform: rotate(180deg);
}
.project > img {
  height: 600px;
}
.mobile-buttons-container > div span {
  cursor: pointer;
}
.answer .span {
  display: block;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(184, 184, 184, 0.7);
}

.faq-answer {
  display: none;
}
.job {
  transition: all 0.3s ease-in-out;
}
.job .h3-title {
  transition: all 0.3s ease-in-out;
}
.job:hover .h3-title {
  background: conic-gradient(
    from 180deg at 50% 50%,
    #66ffe6 -160.13deg,
    #8093ff 42.37deg,
    #66ffe6 199.87deg,
    #8093ff 402.37deg
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.stand-for-s {
  min-height: 588px;
}
#our-mission {
  position: relative;
  top: 120px;
}
.c-close {
  background: no-repeat;
  border: none;
}
.c-close img {
  width: 22px;
  height: 22px;
}
.process-img {
  width: 100%;
  max-height: 80vh;
}
@media (max-width: 1400px) {
  .career-input {
    margin-bottom: 40px;
    width: 100%;
  }
  .buttons-container {
    display: none;
  }
  .mobile-buttons-container {
    display: block;
  }
  .faq-answer {
    margin-top: 60px;
  }
}
@media (max-width: 1300px) {
  .how-we-do > div {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .how-we-do .kawaski {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .gray-container > img {
    top: -60px;
  }
  .newsletter-btn {
    margin-right: 30px !important;
  }
  .big-pattern-c {
    display: none;
  }
  .step-left,
  .step-right {
    display: none;
  }
  .footer-links {
    flex-direction: column;
    text-align: center;
    font-size: 12px;
  }
  .footer-links a {
    margin-right: 5px;
  }
  .footer-links > div:nth-child(1) {
    margin-bottom: 40px;
  }
  .nav-links {
    display: none;
  }
  .navbar .get-started-btn {
    display: none;
  }
  .menu-btn {
    display: block;
    cursor: pointer;
  }
  .small-right {
    position: static;
    display: block;
    margin-top: -260px;
    max-height: 250px;
  }
  .what-we-do > div {
    flex-direction: column-reverse;
  }
  .what-we-do ul {
    margin-left: 0px;
  }
  .what-we-do .gradient-title {
    display: block;
    margin-top: 40px;
  }
  .what-we-do .h2-title {
    margin-left: 0px;
  }
  .gray-container {
    top: 0%;
  }
  .footer > div {
    flex-direction: column;
  }
  form {
    margin-top: 40px;
  }
  .stand-for-s > div {
    display: block !important;
  }
  .stand-for-s img {
    max-width: 100%;
  }
  .definition {
    margin-top: 20px;
    position: static;
  }
  .mission-craziness-s > div {
    display: block !important;
  }
  .mission-craziness-s img {
    max-width: 100%;
  }
  .job-container {
    max-width: 100%;
    width: fit-content;
  }
  .job-container > div {
    overflow: scroll;
  }
  .job-title,
  .job-attribute {
    font-size: 16px;
  }
  .job-info {
    padding: 8px;
    padding-right: 12px;
  }
  .job-info-seperator {
    margin-right: 8px;
  }
}
@media (max-width: 990px) {
  .project > img {
    height: 400px;
  }
  .career-form .modal-content {
    padding: 22px;
  }
  .negative-margin {
    margin-top: 40px;
  }
  .small-right-2 {
    position: static;
    margin-top: -100px;
    max-height: 250px;
  }
  .how-we-do {
    margin-bottom: 0px;
  }
  .portfolio-jobs {
    margin-top: 120px;
  }
  .melody-left,
  .melody-right {
    width: 44px;
    height: 44px;
  }
  .melody-left {
    left: -44px;
    top: -20px;
  }
  .melody-right {
    right: -44px;
  }
  .gray-container .h2-title {
    font-size: 42px;
    line-height: 54px;
  }
  .main-job > div > div {
    flex-direction: column;
  }
  .btns-div {
    margin-top: 20px;
  }
  .main-job .h2-title {
    margin-top: 20px;
  }
  .container-404 {
    padding: 32px;
  }
  .images-container2 {
    display: block !important;
  }
  .small-right-2 {
    display: block;
  }
  .form-flex {
    flex-direction: column;
  }
  .submit-btn {
    margin-top: 40px;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .jobs {
    margin-top: 30px;
  }
  .guide a {
    right: auto;
  }
  .faq-answer {
    margin-left: 0px;
  }
  .job-arrow {
    right: 10px;
  }
  .career-form .modal-dialog {
    max-width: 85%;
  }
  .newsletter-shape {
    display: none;
  }
  .modal-content {
    width: 100%;
  }
  .melody-left,
  .melody-right {
    display: none;
  }
  .welcome-title {
    font-size: 42px;
    line-height: 43px;
  }
  .h2-title {
    font-size: 32px;
    line-height: 36px;
  }
  .team-section .vertical-sep-container {
    display: none;
  }
  .gray-container {
    margin-top: 80px;
  }
  .big-gradient-title {
    font-size: 32px;
    line-height: 44px;
  }
  .input {
    width: 90%;
  }
  .quote {
    font-size: 32px;
    line-height: 56px;
  }
  .text-decoration-underline {
    display: block;
    margin-top: 20px;
  }
  .gradient-text.big {
    font-size: 42px;
    line-height: 54px;
  }
  .coming-soon-form > div {
    flex-direction: column;
  }
  .coming-soon-form .submit-btn {
    margin-top: 20px;
  }
  .coming-soon-container {
    padding: 52px;
  }
  .text-over-img.tc {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 500px) {
  .project > img {
    height: auto;
  }
  .team-section {
    padding-top: 60px;
  }
  #our-mission p {
    margin-top: 20px !important;
  }
  #team {
    margin-top: 40px;
  }
  .gray-container {
    top: 0% !important;
    margin-top: 20px !important;
  }
}
@media (min-width: 500px) {
  .whatsapp-share {
    display: none;
  }
}
