@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  scroll-behavior: smooth;
}
button.btn-outline-dark > a {
  text-decoration: none;
  color: inherit;
}
.clients-container {
  display: grid;
  grid-template-columns: 3fr 5fr;
  justify-items: center;
  align-items: center;
  margin: 1rem;
  padding: 0 1rem;
}
/* Connect with us */

#test1 {
  display: none;
}

@media screen and (max-width: 540px) {
  #test {
    display: none;
  }
  #test1 {
    display: flex;
    margin-left: 100px;
  }
}
@media screen and (max-width: 400px) {
  #test {
    display: none;
  }
  #test1 {
    display: flex;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 280px) {
  #test {
    display: none;
  }
  #test1 {
    display: flex;
    margin-left: 0;
  }
}

@media only screen and (min-width: 960px) {
  /* styles for browsers larger than 960px; */

  .ill-image-margin {
    margin-top: 45px;
    margin-bottom: 40px;
  }
  .contact-margin {
    margin-top: -180px;
  }

  .test-small {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 85%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 960px) {
  .contact-margin {
    margin-top: -40px;
  }
}

@media only screen and (max-device-width: 480px) {
  .ill-image-margin {
    margin-top: 45px;
  }
  .icon-size {
    width: 15px;
  }

  .test-small {
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    text-align: justify;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: start;
  }

  /* styles for mobile browsers smaller than 480px; (iPhone) */
}
@media only screen and (device-width: 768px) {
  /* default iPad screens */
  .ill-image-margin {
    margin-top: 40px;
  }
  .img-ill {
    max-width: 75%;
  }
  .contact-margin {
    margin-top: -10px;
  }
  .test-small {
    font-size: 16px;
  }
}

.test-title {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}

/* ------ */
.float {
  transition: Floating 6s ease-in-out 1s;
  animation: 6s ease-in-out 1s infinite reverse both running Floating;
  animation-name: Floating;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: Floating;
  -webkit-animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
}
@keyframes Floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 30px);
  }
  0% {
    transform: translate(0, -0px);
  }
}
@-webkit-keyframes Floating {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 30px);
  }
  to {
    -webkit-transform: translate(0, -0px);
  }
}

@media screen and (max-width: 767px) {
  .tooltiptext {
    margin: 0;
  }
}
/* .btn-outline-dark > a:hover {
  color: white;
} */

.testimonials {
  position: relative;
}
.testimonials #invert-1 {
  position: absolute;
  bottom: -28px;
  left: -15px;
  height: 95px;
}
.testimonials #invert-2 {
  position: absolute;
  right: 0;
  height: 95px;
}
#clients-container {
  display: flex;
  justify-content: space-evenly;
}
.tooltiptext {
  display: flex;
  align-items: stretch;
  visibility: visible;
  height: 250px;
  justify-content: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  align-items: center;
  margin: 2rem 0rem;
  text-align: start;
  overflow: hidden;
  border-radius: 8px;
  padding: 0 2rem;
  position: relative;
  box-shadow: 0px 10px 24px -8px rgba(71, 71, 71, 0.75);
  -webkit-box-shadow: 0px 10px 24px -8px rgba(71, 71, 71, 0.75);
  -moz-box-shadow: 0px 10px 24px -8px rgba(71, 71, 71, 0.75);
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  overflow: hidden;
  border-style: solid;
  border-color: white transparent transparent transparent;
  box-shadow: 0px 10px 24px -8px rgba(71, 71, 71, 0.75);
  -webkit-box-shadow: 0px 10px 24px -8px rgba(71, 71, 71, 0.75);
  -moz-box-shadow: 0px 10px 24px -8px rgba(71, 71, 71, 0.75);
}

/* .carousel-item > img,
.carousel-item > embed {
  height: 200px;
  margin: auto;
} */

/* sadasd */

.carousel-img {
  float: left;
  height: 64px;
  width: 156px;
  justify-self: end;
  /* padding-right: 20px; */
}
.carousel-container {
  text-align: start;
}
.client-text {
  justify-self: start;
}
.download-carousel {
  /* margin-top: -10px; */
  grid-column: 1/3;
}

.client-name-carousel {
  margin-bottom: -2px;
}

@media (max-width: 600px) {
  .testimonials #invert-2 {
    top: 25px;
    right: -20px;
    height: 50px;
  }
  .testimonials #invert-1 {
    bottom: 19px;
    left: -15px;
    height: 50px;
  }
  .translation-container {
    grid-template-columns: 1fr;
  }
  .translation {
    max-height: 165px;
  }
  .stigma {
    text-align: center;
  }
  .tooltiptext {
    padding: 2rem;
    margin: 2rem;
    text-align: center;
    align-items: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  /* .carousel-item img,
  .carousel-item embed {
    margin-left: 6rem;
    justify-self: end;
  } */

  /* .btn-container,
  .download-btn {
    height: 100%;
  } */
}

.single-client {
  display: flex;
  transition: all 0.2s ease-in;
  margin: 10px;
  z-index: 200000;
}
.testimonials-logo {
  cursor: pointer;
  width: 56px;
  height: 58px;
}
.wolfestone {
  width: 200px;
}
.client-name {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.client-position-carousel {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.client-detail-container p {
  margin: 5px 5px 5px 10px;
}

.display-none {
  display: none;
}

@media (max-width: 320px) {
  /* smartphones, iPhone, portrait 480x320 phones */
  .client-name-carousel,
  .client-position-carousel {
    font-size: 12px;
  }
  .tooltiptext {
    padding: 0;
    margin: 2rem;
    text-align: center;
    align-items: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  .carousel-img {
    width: 70px;
  }
  /* .client-text {
    margin-right: 3rem;
  } */
  .download-btn {
    width: 80px;
  }
  .bi-download {
    display: none;
  }
  .download-btn a {
    font-size: 8px;
  }
  .carousel-item img,
  .carousel-item embed {
    /* margin-left: 4rem; */
    justify-self: end;
  }
}
@media (max-width: 481px) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
  .client-name-carousel,
  .client-position-carousel {
    font-size: 12px;
  }
  .carousel-img {
    width: 80px;
  }
  /* .client-text {
    text-align: start;
    margin-left: 2rem;
  } */
  .tooltiptext {
    padding: 0;
    margin: 2rem;
    text-align: center;
    align-items: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
}

/* Ending of testitmonials */

.stigma-padding {
  padding: 20px 0 90px 0px;
}
.connect-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.translation-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 600px) {
  .translation-container {
    grid-template-columns: 1fr;
  }
  .translation {
    max-height: 165px;
  }
  .stigma {
    text-align: center;
  }
  .tooltiptext {
    padding: 1rem;
    margin: 1rem;
  }
}
.translation {
  text-align: center;
  margin-top: 48px;
}
.translation > span {
  font-size: 5em;
  font-weight: 900;
  opacity: 0.1;
  position: relative;
  top: 30px;
}
.translation-heading {
  /* position: relative; */
  top: -50px;
  font-size: 18px;
  font-weight: bold;
  color: #f76436;
}
/* 
div.footerBottom::before{
  content: '';
  border-top: 1px solid #111;
} */
.left-border::before {
  content: "";
  border-left: 2px solid #111;
  margin-left: 10px;
  margin-right: 10px;
  height: 15px;
}
.connect-with-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 3fr 1fr;
  margin: 5rem 8rem;
}
.socials-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  max-width: 435px;
}

@media (max-width: 900px) {
  .connect-with-us {
    margin: 1rem;
  }
  .socials-link {
    grid-column: 1/3;
  }
}
@media (max-width: 600px) {
  .connect-with-us {
    align-items: center;
  }
}
.bg-image-pattern {
  background-image: url(../img/background-pattern.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

html,
body {
  background-color: #ffff;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  line-height: 24px;
}
.color-white {
  color: #ffff;
}

.lead-texts {
  font-size: 2.5rem;
  font-weight: 800;
}

.medium-texts {
  font-size: 1.75rem;
  font-weight: 700;
  color: #f76436;
}

.small-texts {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

.mute-texts {
  color: #969bab;
}

.color-indicate {
  color: #f76436;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.scrolled-down {
  transform: translateY(80%);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.topnav-right {
  cursor: pointer;
  margin: 0 150px 0 35px;
}

.nav-icon {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
}

.sidenav a:hover {
  color: #f76436;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
}

.social-icons img {
  width: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 0 0;
}

.social-icons a {
  text-decoration: none;
  padding-left: 8px;
}

.social-icons ul {
  list-style: none;
}

.social-icons ul li {
  display: inline;
  cursor: pointer;
}

.social-icons-lg img {
  width: 81px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 0 0;
}

.video-button {
  float: right;
}

.hero-page {
  background: url("../img/theodore.png");
  background-color: #cccccc;
  height: 700px;
  width: 100%;
  background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hero-paragraph {
  font-size: 1rem;
  max-width: 350px;
  color: #eeeff4;
  font-weight: 300;
}

.heroInfo {
  width: 100%;
  align-content: center;
  position: absolute;
  top: 40%;
}

.hero-header {
  font-size: 2.5rem;
  max-width: 700px;
  font-weight: 800;
}

.heroInfoAlign {
  width: 100%;
  align-content: center;
}

/* .heroInfoWidth {
  padding-right: 15%;
} */

.watchVideo {
  top: 150px;
  left: 30%;
  position: relative;
}

.hero {
  /* height: 89px; */
  width: 100%;
  background-color: #f76436;
  align-content: center;
  position: absolute;
  top: 80%;
  padding: 10px;
}

.heroAlign {
  height: 89px;
  width: 100%;
  align-content: center;
}

.h1Text {
  font-size: 1.125rem;
  padding: 0;
  margin: 0;
}

.listText {
  font-size: 0.75rem;
  padding: 0;
  margin: 0;
}

.listText ul {
  list-style-type: disc;
}

.key-figures {
  padding: 110px 0 140px 116px;
}

.success-percentage {
  padding: 0px 0 0 130px;
}

.number-counter .col-6 {
  margin-top: 25px;
}

.number-counter .row {
  margin-top: 25px;
  padding: 0px 50px 0px 60px;
}

.success-percentage {
  background-image: url(../img/background-pattern.png);
  background-size: cover;
}

.number-counter .col-6 {
  margin-top: 25px;
}

.number-counter .row {
  margin-top: 25px;
  padding: 0px 50px 0px 60px;
}

/* .success-percentage {
  background-image: url(../img/background-pattern.png);
  background-size: cover;
} */

.line {
  width: 45%;
}

.wolfestone-logo {
  width: 290px;
  margin-bottom: 20px;
}

.success-percentage button {
  color: #ffff;
  margin-top: 30px;
}

.success-percentage button img {
  width: 25px;
  margin-right: 10px;
}

.success-percentage button:hover {
  color: #f76436;
}

/* On screens that are 980px wide or less */

@media screen and (max-width: 980px) {
  .lead-texts {
    font-size: 1.5rem;
  }

  .h1Text {
    font-size: 1rem;
    padding: 0;
    margin: 0;
  }

  .listText {
    font-size: 0.625rem;
    padding: 0;
    margin: 0;
  }

  .bar-content ul {
    list-style: disc;
    display: block;
  }

  .hero-header {
    font-size: 1.5rem;
    max-width: 500px;
  }

  .topnav-right {
    margin-right: 0;
  }

  .cta-btn {
    font-size: 0.875rem;
  }

  .key-figures,
  .success-percentage {
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .line {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-line {
    width: 100%;
  }

  .success-percentage {
    padding: 60px 0 60px 0;
  }

  .key-figures {
    padding: 60px 0 30px 0;
  }

  .video-button {
    margin-top: 50px;
  }

  .nav-icon {
    padding: 45px 20px 0 0;
  }

  .social-icons img {
    margin-left: -5px;
  }
}

/* Carousel slider */

.bottomDiv {
  position: relative;
  bottom: 80px;
}

.owl-prev {
  left: -30px;
}

.owl-next {
  right: -30px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 40px;
}

.owl-prev span,
.owl-next span {
  font-size: 4rem;
  color: white;
}

.wrapper-circle {
  width: 279px;
  height: 165px;
}

.card-img-top {
  width: 100%;
  height: 165px;
  object-fit: cover;
}
.wrapper-circle {
  width: 287px;
  height: 178px;
}
.image-slider {
  display: block;
  position: relative;
  bottom: 100px;
}

.social-icon {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  border-radius: 7px;
  margin-right: 11px;
  cursor: pointer;
}

.social-twitter {
  background-color: #55acee;
}

.social-facebook {
  background-color: #3b5999;
}

.social-linkedin {
  background-color: #0077b5;
}

.social-google {
  background-color: #dd4b39;
}

.social-instagram {
  background-color: #dd4b39;
}

.social-icon i {
  transition: 0.4s all;
}

.social-icon:hover i {
  transform: scale(1.1);
}

/* testimonial section css */
.testimonial {
  background-image: url(../assets/bg-image/translation-process.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
}
/* .translation {
  padding-bottom: 130px;
} */
/* Stigma section css */

#stigma-of-failure {
  padding-bottom: 80px;
}
.project-types-percentage {
  background-image: url(../img/background-pattern.png);
  background-size: cover;
  padding: 80px 0 80px 120px;
}
.header-text {
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 64px;
  /* identical to box height, or 356% */

  font-feature-settings: "salt" on, "liga" off;
}
.paragraph-size {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */

  font-feature-settings: "salt" on, "liga" off;
}

/* Trasnlation process css */
.translation-bg {
  background-image: url(../img/background-pattern.png);
  background-size: cover;
  padding: 80px 0 80px 120px;
}

.margin-bottom {
  margin-bottom: 20px;
}
.margin {
  margin: 5px;
}

/*Testomonial css  */

.bg-card {
  background-image: url(../img/Card.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 180px;
  max-width: 763px;
  position: relative;
  background-position: center;
}
.card-text {
  padding-top: 20px;
  padding-left: 90px;
  text-align: center;
  max-width: 84%;
}

/* connect with us */

.padding-left {
  padding-left: 70px;
}
.padding-top {
  padding-top: 60px;
}

.padding-bottom {
  padding-bottom: 30px;
}

.image-padding {
  padding-left: 15%;
}

/* Footer css */

#footer-section li {
  margin-top: 8px;
}

a.footer-a {
  text-decoration: none;
  transition: all 0.3s;
  margin-top: 30px;
}

.text-small {
  font-size: 0.9rem;
}
a:hover,
a:focus {
  text-decoration: none;
}

footer {
  background-color: #190217;
  width: 100%;
  height: 500;
}
div.blank {
  height: 50px;
  width: 90%;
  background-color: #190217;
  margin-left: 5%;
}
div.footerTop {
  display: flex;
  flex-direction: row;
  background-color: #190217;
  width: 90%;
  height: 300px;
  margin-left: 5%;
  border-bottom: 1px solid white;
  justify-content: space-between;
}

div.noteI {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

div.footerBottom {
  width: 90%;
  height: 150px;
  margin-left: 5%;
}

div.footerText {
  text-align: center;
  padding-top: 100px;
}

div.note {
  width: 280px;
  height: 120px;
  line-height: 28px;
}

div.icons {
  width: 255px;
  height: 100px;
}

img.margin-top {
  margin-top: 16px;
}
img.icons {
  padding-right: 5px;
  padding-top: 5px;
  width: 40px;
  height: 40px;
}

img.proz {
  width: 90px;
  height: 30px;
}
img.icons:hover {
  transform: scale(1.5);
}
img.proz:hover {
  transform: scale(1.25);
}

div.Links {
  width: 280px;
  height: 160px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
  font-feature-settings: "salt" on, "liga" off;
}

div.s_links {
  width: 55px;
  height: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  align-self: center;
  margin: 12px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 35px;
}

div.Support {
  width: 280px;
  height: 150px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  font-feature-settings: "salt" on, "liga" off;
}

div.p_links {
  width: 135px;
  height: 100px;
  font-family: Cambria;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  line-height: 35px;
  justify-content: start;
  padding-top: 10px;
}

div.Info {
  width: 300px;
  height: 200px;
  font-family: Cambria;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  font-feature-settings: "salt" on, "liga" off;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

img.iconsT:hover {
  transform: scale(1.2);
}

div.text {
  width: 300px;
  height: 24px;
  font-family: Cambria;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "salt" on, "liga" off;
  color: #d9dbe1;
  padding-left: 10px;
  padding-top: 5px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
div.iconT {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

img.iconsT {
  width: 30px;
  height: 30px;
}
#banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90vh;
  position: relative;
}
#banner-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

footer li a {
  color: #d9dbe1 !important;
  padding-top: 10px;
}

/* On screens that are 500px wide or less */
@media screen and (max-width: 576px) {
  /* footer mobile */

  .hero-page {
    background: url(../img/theodore.png);
    background-color: #cccccc;
    height: 800px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }

  .alignText {
    text-align: center;
  }
  .padding-left {
    padding-left: 0;
  }
  div.icons {
    width: 100%;
    height: 100px;
  }

  img.margin-top {
    margin-top: 1px;
  }
  img.icons {
    /* margin-left: 10px; */
    padding-right: 0px;
    padding-top: 0px;
    width: 30px;
    height: 30px;
    margin: 5px;
  }

  img.proz {
    width: 81.39px;
    height: 20px;
  }
  img.icons:hover {
    transform: scale(1.5);
  }
  img.proz:hover {
    transform: scale(1.25);
  }

  /* Stigma mobile*/

  .header-text {
    text-align: center;
  }
  .owl-prev {
    left: -20px;
  }

  .owl-next {
    right: -20px;
  }

  /* testomonial */

  .bg-card {
    padding-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    background-image: url(../img/mobilecard.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 320px;
    position: relative;
    background-position: center;
  }
  /* connect-with-us */

  /* preject types mobile */
  .translation-bg {
    padding: 80px 0 80px 50px;
  }

  .topnav-right {
    float: right;
    cursor: pointer;
  }
  .social-text {
    float: left;
  }

  .lead-texts {
    font-size: 1.5rem;
  }

  .medium-texts {
    font-size: 1rem;
  }

  .h1Text {
    font-size: 1rem;
    padding: 0;
    margin: 0;
  }

  .listText {
    font-size: 0.625rem;
    padding: 0;
    margin: 0;
  }

  .hero-header {
    font-size: 1.5rem;
    max-width: 200px;
  }

  .cta-btn {
    font-size: 0.875rem;
  }

  .hero-paragraph {
    font-size: 0.625rem;
    max-width: 220px;
    color: #eeeff4;
  }

  .key-figures,
  .success-percentage {
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .success-percentage,
  .key-figures {
    padding: 50px 0 60px 0;
  }

  .key-figures {
    padding-bottom: 30px;
  }

  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }

  .video-button {
    margin-top: 50px;
  }

  .social-icons img {
    width: 15px;
  }

  .nav-icon {
    padding: 47px 0 0 0;
  }

  .social-icons-lg img {
    width: 50px;
  }

  .nav-icon {
    padding: 45px 10px 0 0;
  }

  .section-2 {
    margin-top: 10px;
  }

  .hero {
    height: 100%;
    top: 75%;
    padding-left: 3%;
    padding-top: 3%;
  }

  .heroInfo {
    top: 35%;
  }

  .watchVideo {
    top: 0;
  }

  .heroInfoGap {
    row-gap: 30px;
  }

  .heroInfoWidth {
    padding-right: 0;
  }

  .hero {
    padding: 10px;
  }

  /* .bar-content {
    padding-top: 16px;
  } */
}

@media screen and (max-width: 1000px) {
  .heroInfoWidth {
    padding-right: 0;
  }
}
