.about-us > .title, .features > .title, .sections > .title, .screen-app > .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 100px;
  margin-bottom: 100px;
  font-size: 35px;
  font-weight: bold;
  color: #088081;
}

.about-us > .title .shape, .features > .title .shape, .sections > .title .shape, .screen-app > .title .shape {
  content: "";
  position: absolute;
  top: 65px;
  right: 160px;
  width: 100px;
  height: 9px;
  background-color: #e6d938;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.about-us > .title .shape::after, .features > .title .shape::after, .sections > .title .shape::after, .screen-app > .title .shape::after {
  position: absolute;
  content: "";
  right: -49px;
  width: 200px;
  background-color: #e6d938;
  height: 2.5px;
  top: 3px;
}

html[dir="ltr"] .about-us > .title, html[dir="ltr"] .features > .title, html[dir="ltr"] .sections > .title, html[dir="ltr"] .screen-app > .title {
  padding-right: 0;
  padding-left: 100px;
}

html[dir="ltr"] .about-us > .title .shape, html[dir="ltr"] .features > .title .shape, html[dir="ltr"] .sections > .title .shape, html[dir="ltr"] .screen-app > .title .shape {
  right: initial;
  left: 160px;
  width: 100px;
}

html[dir="ltr"] .about-us > .title .shape::after, html[dir="ltr"] .features > .title .shape::after, html[dir="ltr"] .sections > .title .shape::after, html[dir="ltr"] .screen-app > .title .shape::after {
  left: -49px;
  right: initial;
}

.active {
  background-color: #e6d938 !important;
}

.header .overlay .caption .buttons .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b7ac20), to(#e6d938));
  background-image: linear-gradient(#b7ac20, #e6d938);
  color: #fff;
  font-size: 16pt;
  width: 190px;
  padding: 5px 10px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.header .overlay .caption .buttons .btn img {
  width: 20px;
  margin-right: 5px;
  margin-top: 0;
}

.header .overlay .caption .buttons .btn:hover {
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
}

.header .overlay .caption .buttons .android {
  padding-block: 6.5px;
  margin-right: 50px;
}

.app .buttons .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a2a3), to(#088081));
  background-image: linear-gradient(#00a2a3, #088081);
  color: #fff;
  font-size: 16pt;
  width: 190px;
  padding: 5px 10px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.app .buttons .btn img {
  width: 20px;
  margin-right: 5px;
  margin-top: 0;
}

.app .buttons .btn:hover {
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
}

.app .buttons .android {
  padding-block: 6.5px;
  margin-right: 50px;
}

.header, .about-us, .features .overlay, .app, .footer {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

html, body {
  overflow-x: hidden;
}

.header {
  position: relative;
  background-image: url("../images/ebro header.png");
  height: 100vh;
}

.header .navbar {
  z-index: 10000;
  padding: 50px 122px 0 85px;
  margin-bottom: 160px;
}

.header .navbar .navbar-brand {
  position: relative;
  width: 180px;
  margin-left: 0;
}

.header .navbar .navbar-brand img {
  position: absolute;
  top: -40px;
  width: 100%;
}

.header .navbar .navbar-collapse .navbar-nav {
  margin-right: 80px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: bold;
  font-size: 16pt;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
  border: none;
  content: url("../icons/Icon ionic-ios-arrow-down.svg");
}

.header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  filter: brightness(95%);
  -webkit-filter: brightness(95%);
}

.header .navbar .navbar-collapse .navbar-nav .dropdown {
  position: relative;
}

.header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
  position: absolute;
  right: -114px;
  min-width: 14rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  font-size: 16pt;
  color: #343434;
}

.header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-item {
  text-align: center;
  font-size: 16pt;
  padding-block: 15px;
}

.header .navbar .navbar-collapse .navbar-nav .dropdown .ar {
  position: relative;
  margin-bottom: 30px;
}

.header .navbar .navbar-collapse .navbar-nav .dropdown .ar::after {
  position: absolute;
  top: 78px;
  left: 22px;
  content: "";
  background-color: #00a2a3;
  width: 80%;
  height: 1px;
}

.header .overlay {
  width: 100%;
  z-index: 1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 265px;
}

.header .overlay .caption .title {
  margin-bottom: 12px;
}

.header .overlay .caption .title h3 {
  font-size: 30pt;
  font-weight: bold;
  color: #015354;
  font-weight: bold;
}

.header .overlay .caption .text {
  font-size: 19pt;
  color: #015354;
  padding-left: 180px;
  margin-bottom: 163px;
}

.header .overlay .caption .buttons .android {
  margin-right: 30px;
}

.header .overlay .image {
  position: absolute;
  width: 35%;
  left: 10%;
  top: 40%;
}

.header .overlay .image img {
  -o-object-fit: none;
     object-fit: none;
  display: block;
  max-width: 100%;
  height: auto;
  transform: rotateY(-25deg);
  -webkit-transform: rotateY(-25deg);
  -moz-transform: rotateY(-25deg);
  -ms-transform: rotateY(-25deg);
  -o-transform: rotateY(-25deg);
}

.about-us {
  padding-top: 220px;
}

.about-us .title {
  margin-bottom: 0;
}

.about-us .title .shape {
  top: 58px;
  right: 127px;
  width: 50px;
}

.about-us .title .shape::after {
  right: -25px;
  width: 100px;
  height: 2.5px;
  top: 3px;
}

.about-us .show-case {
  padding-inline: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-us .show-case .text {
  font-size: 16pt;
  margin-top: 100px;
  color: #343434;
  padding-left: 40px;
}

.about-us .show-case .text .text-1 {
  margin-bottom: 40px;
}

.about-us .show-case .image {
  width: 100%;
}

.features {
  position: relative;
  padding: 50px 0 150px;
}

.features .overlay {
  background-image: url("../images/features bg ebro.png");
  height: 300px;
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.features .show-case {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(427px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(427px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 100px;
  margin-top: 640px;
  gap: 20px;
}

.features .show-case .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features .show-case .feature .image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a2a3), to(#088081));
  background-image: linear-gradient(#00a2a3, #088081);
  width: 95px;
  height: 95px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 95px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.features .show-case .feature .content {
  margin-right: 20px;
  margin-bottom: 20px;
}

.features .show-case .feature .content .title {
  font-size: 20pt;
  font-weight: bold;
  text-align: start;
  color: #015354;
  margin-bottom: 15px;
}

.features .show-case .feature .content .text {
  font-size: 14pt;
  color: #088081;
}

.features .show-case .feature:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.features .show-case .feature:nth-child(even) .image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b7ac20), to(#e6d938));
  background-image: linear-gradient(#b7ac20, #e6d938);
}

.features .show-case .feature:first-child .image img {
  width: 50px;
}

.features .show-case .feature:nth-child(2) .image img {
  width: 40px;
}

.features .show-case .feature:nth-child(3) .image img {
  width: 70px;
}

.features .show-case .feature:last-child .image img {
  width: 55px;
}

.sections {
  background-color: #f5ffff;
  padding: 100px 0 150px;
}

.sections .title {
  margin-bottom: 120px;
}

.sections .title .shape {
  right: 138px;
}

.sections .show-case {
  padding-inline: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(500px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 50px;
}

.sections .show-case .section {
  position: relative;
  height: 260px;
}

.sections .show-case .section img {
  width: 100%;
  height: 100%;
}

.sections .show-case .section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sections .show-case .section .overlay span {
  font-weight: bold;
  font-size: 22pt;
  margin-right: 50px;
}

.sections .show-case .section .overlay .text-building {
  color: #e6d938;
}

.sections .show-case .section .overlay .text-cars {
  color: #088081;
}

.sections .show-case .section .overlay .bg {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 130px;
  background-color: transparent;
}

.sections .show-case .section .overlay .bg img {
  width: 70px;
}

.sections .show-case .section .overlay .building {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6d938), to(#b7ac20));
  background-image: linear-gradient(#e6d938, #b7ac20);
}

.sections .show-case .section .overlay .car {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#088081), to(#00a2a3));
  background-image: linear-gradient(#088081, #00a2a3);
}

.screen-app {
    position: relative;
    padding: 50px 0px;
    background: #FFFFFF;
}

.screen-app .screen-img {
  position: absolute;
  left: 50%;
  bottom: 230px;
  width: 300px;
  height: 563px;
  z-index: 111;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.screen-app .screen-slider {
  margin-top: 50px;
}

.screen-app .screen-slider .owl-dots {
  text-align: center;
  margin-top: 150px;
}

.screen-app .screen-slider .owl-dots .owl-dot {
  height: 9px;
  width: 25px;
  background: #b0c9dd;
  border-radius: 15px;
  display: inline-block;
  margin: 0px 2px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.screen-app .screen-slider .owl-dots .active {
  background: #71acc3;
  width: 50px;
}

.screen-app .screen-slider .owl-dots.disabled {
  display: inherit !important;
}

.screen-app .owl-carousel .owl-item {
  background-color: transparent !important;
}

.screen-app .owl-carousel .owl-item img {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 5px 6px #EBEBEB;
          box-shadow: 0px 5px 6px #EBEBEB;
  border-radius: 20px;
}

.screen-app .owl-carousel .center img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.app {
  padding: 50px 100px;
  background: #e6d938;
  background-image: url("../images/download app bg.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app .title {
  color: #fff;
  font-size: 18pt;
  font-weight: bold;
}

.app .buttons .android {
  margin-right: 30px;
}

/*
.footer {
  background-image: url("../images/ebro footer.png");
  padding: 80px 0 200px;
}

.footer .logo {
  width: 150px;
  margin-top: -30px;
}

.footer .logo img {
  width: 100%;
}

.footer .title {
  color: #e6d938;
  font-weight: bold;
  font-size: 16pt;
  margin-bottom: 35px;
}

.footer .items {
  color: #fff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.footer .items .item {
  font-size: 14pt;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .items .item img {
  margin-left: 10px;
}

.footer .items .item span {
  font-size: 12pt;
  font-weight: bold;
}

.footer .items .item .link {
  color: #f5ffff;
}

.footer .items .item:hover .link {
  color: #e6d938;
}

.footer .items .item + .item {
  margin-top: 25px;
}

.footer .items .custom-item + .custom-item {
  margin-top: 35px;
}
*/

html[dir="ltr"] .header {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

html[dir="ltr"] .header .navbar {
  padding: 50px 85px 0 122px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

html[dir="ltr"] .header .navbar .navbar-brand {
  margin-left: 0;
  margin-right: 0;
}

html[dir="ltr"] .header .navbar .navbar-collapse .navbar-nav {
  margin-right: 0;
  margin-left: 80px;
}

html[dir="ltr"] .header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-toggle::after {
  margin-left: 0.255em;
  margin-right: 0;
}

html[dir="ltr"] .header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
  right: initial;
  left: -114px;
}

html[dir="ltr"] .header .navbar .navbar-collapse .navbar-nav .dropdown .ar::after {
  left: initial;
  right: 22px;
}

html[dir="ltr"] .header .overlay {
  width: 100%;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

html[dir="ltr"] .header .overlay .caption .text {
  padding-left: 0;
  padding-right: 180px;
}

html[dir="ltr"] .header .overlay .caption .buttons .android {
  margin-right: 0;
  margin-left: 30px;
}

html[dir="ltr"] .header .overlay .image {
  left: initial;
  right: 10%;
}

html[dir="ltr"] .about-us .title .shape {
  left: 127px;
  right: initial;
  width: 50px;
}

html[dir="ltr"] .about-us .title .shape::after {
  left: -25px;
  right: initial;
}

html[dir="ltr"] .features .show-case .feature .content {
  margin-right: 0;
  margin-left: 20px;
}

html[dir="ltr"] .sections .title .shape {
  right: initial;
  left: 138px;
}

html[dir="ltr"] .sections img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

html[dir="ltr"] .sections .overlay {
  top: 0;
  right: initial;
  left: 10%;
}

html[dir="ltr"] .sections .overlay span {
  margin-left: 50px;
  margin-right: 0px;
}

html[dir="ltr"] .app .buttons .android {
  margin-right: 0;
  margin-left: 30px;
}

html[dir="ltr"] .footer .items .item img {
  margin-left: 0;
  margin-right: 10px;
}

@media (max-width: 1399.98px) {
  .header .navbar {
    padding: 35px 107px 0 77px;
    margin-bottom: 100px;
  }
  .header .navbar .navbar-nav .dropdown .dropdown-menu {
    right: -130px !important;
  }
  .header .overlay {
    top: 150px;
  }
  .header .overlay .caption {
    margin-top: 68px;
  }
  .header .overlay .caption .title h3 {
    font-size: 21pt;
  }
  .header .overlay .caption .text {
    padding-left: 100px;
    margin-bottom: 132px;
  }
  .header .overlay .image {
    width: 37%;
  }
  .about-us .title {
    padding-right: 120px;
  }
  .about-us .title .shape {
    right: 150px;
  }
  .screen-app .screen-img {
    bottom: 235px;
    width: 252px;
    height: 477px;
  }
}

@media (max-width: 1280.98px) {
  .header .navbar {
    padding: 35px 90px 0 70px;
  }
  .header .navbar .navbar-nav {
    margin-right: 30px !important;
  }
  .header .overlay .image {
    width: 41%;
  }
  .about-us > .title::before, .about-us > .title::after, .features > .title::before, .features > .title::after, .sections > .title::before, .sections > .title::after, .screen-app > .title::before, .screen-app > .title::after {
    width: 30%;
  }
  .about-us .title {
    padding-right: 100px;
  }
  .about-us .title .shape {
    right: 130px;
  }
  .about-us .show-case .image {
    position: relative;
    left: 70px;
  }
}

@media (max-width: 1199.98px) {
  .header .navbar {
    padding: 35px 55px 0 28px;
  }
  .header .navbar .navbar-brand {
    width: 130px;
  }
  .header .navbar .navbar-nav {
    margin-right: 45px !important;
  }
  .header .overlay .caption .text {
    font-size: 18pt;
    padding-left: 30px;
  }
  .header .overlay .image {
    width: 44%;
    left: 5%;
  }
  .about-us .show-case .text {
    padding-left: 0;
  }
  .about-us .show-case img {
    width: 850px;
  }
  .screen-app .screen-img {
    bottom: 240px;
    width: 208px;
    height: 392px;
  }
  .footer {
    margin-top: -5px;
  }
}

@media (min-width: 992px) and (max-width: 1025px) {
  .header .navbar {
    padding: 35px 53px 0 28px;
    margin-bottom: 75px;
  }
  .header .overlay .image {
    width: 50%;
  }
  .about-us .title {
    padding-right: 60px;
  }
  .about-us .title .shape {
    right: 85px;
  }
  .about-us .show-case {
    padding-inline: 60px;
  }
  .about-us .show-case img {
    width: 775px;
  }
  .features .show-case {
    margin-top: 700px;
  }
}

@media (max-width: 991.98px) {
  .header .navbar {
    padding-right: 27px;
    padding-left: 27px;
    position: relative;
  }
  .header .navbar .navbar-brand {
    position: absolute;
    width: 110px;
    right: 40%;
    top: 62px;
  }
  .header .navbar .navbar-toggler {
    color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b7ac20), to(#e6d938));
    background-image: linear-gradient(#b7ac20, #e6d938);
    position: absolute;
    left: 35%;
    top: 50px;
  }
  .header .navbar .navbar-toggler span {
    color: #fff;
    font-size: 22pt;
    padding: 5px;
  }
  .header .navbar .navbar-nav {
    margin-right: 0 !important;
    margin-top: 100px;
    padding: 25px;
    background-color: #e6d938;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .header .navbar .navbar-nav .nav-item {
    width: 100%;
  }
  .header .navbar .navbar-nav .nav-item:hover {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .header .navbar .navbar-nav .nav-item:hover .nav-link {
    color: #e6d938;
    width: 100%;
    text-align: center;
  }
  .header .navbar .navbar-nav .dropdown .dropdown-menu {
    max-width: 14rem;
    transform: translateX(-204%);
    -webkit-transform: translateX(-204%);
    -moz-transform: translateX(-204%);
    -ms-transform: translateX(-204%);
    -o-transform: translateX(-204%);
  }
  .header .navbar .navbar-nav .nav-item + .nav-item {
    margin-top: 25px;
  }
  .header .overlay {
    left: 45px;
  }
  .header .overlay .caption .buttons .btn {
    font-size: 14pt;
    width: 145px;
  }
  .header .overlay .caption .buttons .android {
    margin-right: 10px;
  }
  .header .overlay .image {
    width: 52%;
    left: 0;
  }
  .features .overlay {
    height: 230px;
  }
  .features .overlay img {
    height: 650px;
  }
  .screen-app .screen-img {
    bottom: 234px;
    width: 270px;
    height: 506px;
  }
  .footer .container {
    max-width: 800px;
  }
}

@media (max-width: 768px) {
  .header .navbar .navbar-brand {
    right: 28%;
  }
  .header .navbar .navbar-nav .dropdown .dropdown-menu {
    transform: translateX(-160%);
    -webkit-transform: translateX(-160%);
    -moz-transform: translateX(-160%);
    -ms-transform: translateX(-160%);
    -o-transform: translateX(-160%);
  }
  .header .overlay {
    left: -20px;
  }
  .header .overlay .caption .buttons .btn {
    width: 150px;
  }
  .header .overlay .caption .buttons .android {
    margin-right: 5px;
  }
  .header .overlay .image {
    width: 67%;
    top: 53%;
    left: 0%;
  }
  .about-us {
    padding-bottom: 120px;
  }
  .about-us .show-case img {
    width: 700px;
  }
  .features .show-case .feature {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features .show-case .feature .content {
    width: 400px;
  }
  .features .show-case .feature:nth-child(even) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .app {
    padding: 50px 25px;
  }
}

@media (max-width: 767.98px) {
  .header .overlay {
    left: 70px;
  }
  .header .overlay .caption .text {
    font-size: 14pt;
  }
  .header .overlay .caption .buttons .btn {
    width: 140px;
  }
  .header .overlay .caption .buttons .btn span {
    font-size: 13pt;
  }
  .header .overlay .caption .buttons .btn img {
    width: 20px;
  }
  .header .overlay .image {
    left: -9%;
  }
  .screen-app .screen-img {
    bottom: 241px;
    width: 190px;
    height: 365px;
  }
  .footer .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 70px;
  }
  .footer .items .item + .item {
    margin-right: 30px;
  }
  .footer .custom-items {
    margin-top: 25px;
  }
  .footer .title {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .header .navbar .navbar-brand {
    right: 32%;
  }
  .header .navbar .navbar-toggler {
    left: 30%;
  }
  .header .navbar .dropdown .dropdown-menu {
    transform: translateX(-112%) !important;
    -webkit-transform: translateX(-112%) !important;
    -moz-transform: translateX(-112%) !important;
    -ms-transform: translateX(-112%) !important;
    -o-transform: translateX(-112%) !important;
  }
  .header .overlay {
    padding-right: 0;
    left: 0;
    top: 170px;
  }
  .header .overlay .row {
    --bs-gutter-x: 0rem;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .header .overlay .row .caption {
    text-align: center;
  }
  .header .overlay .row .caption .text {
    padding-left: 0;
    font-size: 17pt;
  }
  .header .overlay .row .image {
    display: none !important;
  }
  .about-us .title {
    padding-right: 60px;
  }
  .about-us .title .shape {
    right: 88px;
  }
  .about-us .show-case {
    padding-inline: 50px;
  }
  .about-us .show-case .image {
    left: 45px;
  }
  .about-us .show-case .image img {
    width: 530px;
  }
  .features > .title {
    padding-right: 50px;
  }
  .features > .title .shape {
    right: 110px;
  }
  .features .overlay {
    height: 175px;
  }
  .features .overlay img {
    height: 475px;
  }
  .features .show-case .feature .content {
    width: 290px;
  }
  .features .show-case .feature .content .title {
    font-size: 16pt;
  }
  .features .show-case .feature .content .text {
    font-size: 12pt;
  }
  .sections .title {
    padding-right: 55px;
  }
  .sections .title .shape {
    right: 95px;
  }
  .sections .show-case {
    padding-inline: 25px;
  }
  .screen-app .title {
    margin-bottom: 300px;
    padding-right: 50px;
  }
  .screen-app .title .shape {
    right: 110px;
  }
  .screen-app .screen-img {
    bottom: 187px;
    width: 671px;
    height: 1284px;
  }
  .app {
    padding: 50px 10px;
  }
  .app .title {
    font-size: 20px;
  }
  .app .buttons .btn {
    width: 165px;
  }
  .app .buttons .android {
    margin-right: 10px;
    margin-left: 0;
  }
  .footer .logo {
    width: 85px;
  }
  .footer .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .items .item {
    font-size: 15pt;
  }
  .footer .items .item span {
    font-size: 15pt;
  }
  .footer .title {
    font-size: 20px;
  }
}

@media (min-width: 360px) and (max-width: 415px) {
  .header .navbar {
    padding-inline: 15px;
  }
  .header .navbar .navbar-brand {
    right: 15%;
  }
  .header .navbar .navbar-toggler {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 40px;
    left: 80px;
  }
  .header .navbar .dropdown .dropdown-menu {
    transform: translateX(-66%) !important;
    -webkit-transform: translateX(-66%) !important;
    -moz-transform: translateX(-66%) !important;
    -ms-transform: translateX(-66%) !important;
    -o-transform: translateX(-66%) !important;
  }
  .header .overlay .row .caption .text {
    font-size: 13pt;
    font-weight: bold;
  }
  .about-us > .title, .features > .title, .sections > .title, .screen-app > .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 0;
  }
  .about-us > .title .shape, .features > .title .shape, .sections > .title .shape, .screen-app > .title .shape {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .about-us .show-case {
    padding-inline: 20px;
  }
  .about-us .show-case .image {
    left: 50px;
  }
  .about-us .show-case .image img {
    width: 400px;
  }
  .features .overlay {
    height: 130px;
  }
  .features .overlay img {
    height: 350px;
  }
  .features .show-case {
    margin-top: 530px;
  }
  .features .show-case .feature .content {
    width: 160px;
  }
  .features .show-case .feature .content .title {
    font-size: 12pt;
    margin-bottom: 6px;
  }
  .features .show-case .feature .content .text {
    font-size: 10pt;
  }
  .sections .show-case {
    padding-inline: 10px;
    -ms-grid-columns: (minmax(320px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
  .sections .show-case .section {
    height: 200px;
  }
  .sections .show-case .section img {
    width: 100%;
    height: 100%;
  }
  .app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
  .app .title {
    margin-bottom: 20px;
  }
  .app .buttons .btn {
    width: 145px;
  }
  .app .buttons .btn span {
    font-size: 14pt;
  }
  .footer .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .items .item {
    font-size: 14pt;
  }
}

@media (min-width: 280px) and (max-width: 350.98px) {
  .header .navbar {
    padding-inline: 10px;
  }
  .header .navbar .navbar-brand {
    top: 65px;
    right: 11%;
  }
  .header .navbar .navbar-toggler {
    width: 60px;
    top: 40px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 25px;
    left: 50px;
  }
  .header .navbar .dropdown .dropdown-menu {
    transform: translateX(-54%) !important;
    -webkit-transform: translateX(-54%) !important;
    -moz-transform: translateX(-54%) !important;
    -ms-transform: translateX(-54%) !important;
    -o-transform: translateX(-54%) !important;
  }
  .header .overlay .caption .title h3 {
    font-size: 18pt;
  }
  .header .overlay .caption .text {
    font-size: 12pt !important;
    font-weight: bold !important;
  }
  .header .overlay .caption .buttons .btn {
    width: 125px !important;
  }
  .header .overlay .caption .buttons .btn span {
    font-size: 12pt;
  }
  .header .overlay .caption .buttons .btn img {
    width: 18px;
  }
  .about-us > .title, .features > .title, .sections > .title, .screen-app > .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 0;
  }
  .about-us > .title .shape, .features > .title .shape, .sections > .title .shape, .screen-app > .title .shape {
    left: initial;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }
  .about-us .show-case {
    padding-inline: 10px;
  }
  .about-us .show-case .image {
    left: 30px;
  }
  .about-us .show-case .image img {
    width: 275px;
  }
  .features .overlay {
    height: 90px;
  }
  .features .overlay img {
    height: 240px;
  }
  .features .show-case {
    margin-top: 430px;
  }
  .features .show-case .feature .image {
    width: 85px;
  }
  .features .show-case .feature .content {
    width: 140px;
  }
  .features .show-case .feature .content .title {
    font-size: 11pt;
    margin-bottom: 6px;
  }
  .features .show-case .feature .content .text {
    font-size: 10pt;
  }
  .sections .show-case {
    padding-inline: 10px;
    -ms-grid-columns: (minmax(220px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  .sections .show-case .section {
    height: 140px;
  }
  .sections .show-case .section img {
    width: 100%;
    height: 100%;
  }
  .sections .show-case .section .overlay .bg {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .sections .show-case .section .overlay .bg img {
    width: 50px;
  }
  .screen-app .screen-img {
    bottom: 229px;
    width: 301px;
    height: 610px;
  }
  .app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
  .app .title {
    margin-bottom: 20px;
  }
  .app .buttons .btn {
    width: 110px;
  }
  .app .buttons .btn span {
    font-size: 10pt;
  }
  .app .buttons .btn img {
    width: 13px;
  }
  .footer .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .items .item {
    font-size: 11pt;
  }
  .footer .items .item span {
    font-size: 11pt;
  }
}

@media (max-width: 1399.98px) {
  html[dir="ltr"] .header .navbar {
    padding: 35px 105px 0 107px;
  }
  html[dir="ltr"] .header .navbar .navbar-nav .dropdown .dropdown-menu {
    right: 0 !important;
    left: -130px !important;
  }
  html[dir="ltr"] .header .overlay .caption .text {
    padding-right: 100px;
    padding-left: 0;
  }
  html[dir="ltr"] .about-us .title {
    padding-left: 145px;
    padding-right: 0;
  }
  html[dir="ltr"] .about-us .title .shape {
    left: 175px;
    right: initial;
  }
}

@media (max-width: 1280.98px) {
  html[dir="ltr"] .header .navbar {
    padding: 35px 90px 0 90px;
  }
  html[dir="ltr"] .header .navbar .navbar-nav {
    margin-right: 0 !important;
    margin-left: 30px !important;
  }
  html[dir="ltr"] .about-us .title {
    padding-left: 120px;
  }
  html[dir="ltr"] .about-us .title .shape {
    left: 150px;
    right: initial;
  }
  html[dir="ltr"] .about-us .show-case .image {
    position: relative;
    right: 70px;
    left: initial;
  }
}

@media (max-width: 1199.98px) {
  html[dir="ltr"] .header .navbar {
    padding: 35px 50px 0 30px;
  }
  html[dir="ltr"] .header .navbar .navbar-nav {
    margin-right: 0 !important;
    margin-left: 45px !important;
  }
  html[dir="ltr"] .header .overlay .caption .text {
    padding-left: 0;
    padding-right: 30px;
  }
  html[dir="ltr"] .header .overlay .image {
    right: 5%;
    left: initial;
  }
  html[dir="ltr"] .about-us .show-case .text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1025px) {
  html[dir="ltr"] .header .navbar {
    padding: 35px 50px 0 20px;
  }
  html[dir="ltr"] .about-us .title {
    padding-left: 60px;
    padding-right: 0;
  }
  html[dir="ltr"] .about-us .title .shape {
    right: initial;
    left: 85px;
  }
}

@media (max-width: 991.98px) {
  html[dir="ltr"] .header .navbar .navbar-brand {
    right: initial;
    left: 40%;
  }
  html[dir="ltr"] .header .navbar .navbar-toggler {
    left: initial;
    right: 35%;
  }
  html[dir="ltr"] .header .navbar .navbar-nav {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 100px;
  }
  html[dir="ltr"] .header .navbar .navbar-nav .dropdown .dropdown-menu {
    transform: translateX(204%);
    -webkit-transform: translateX(204%);
    -moz-transform: translateX(204%);
    -ms-transform: translateX(204%);
    -o-transform: translateX(204%);
  }
  html[dir="ltr"] .header .overlay {
    right: -90px;
    left: initial;
  }
  html[dir="ltr"] .header .overlay .caption .buttons .android {
    margin-right: 0;
    margin-left: 10px;
  }
  html[dir="ltr"] .header .overlay .image {
    right: 0;
    left: initial;
  }
}

@media (max-width: 768px) {
  html[dir="ltr"] .header .navbar {
    padding-inline: 22px;
  }
  html[dir="ltr"] .header .navbar .navbar-brand {
    right: initial;
    left: 28%;
  }
  html[dir="ltr"] .header .navbar .navbar-nav .dropdown .dropdown-menu {
    transform: translateX(160%);
    -webkit-transform: translateX(160%);
    -moz-transform: translateX(160%);
    -ms-transform: translateX(160%);
    -o-transform: translateX(160%);
  }
  html[dir="ltr"] .header .overlay {
    right: 10px;
    left: initial;
  }
  html[dir="ltr"] .header .overlay .caption .buttons .android {
    margin-right: 0;
    margin-left: 5px;
  }
  html[dir="ltr"] .header .overlay .image {
    width: 67%;
    top: 53%;
    right: -30px;
  }
}

@media (max-width: 767.98px) {
  html[dir="ltr"] .header .overlay {
    right: -70px;
    left: initial;
  }
  html[dir="ltr"] .header .overlay .image {
    right: -14%;
    left: initial;
  }
  html[dir="ltr"] .footer .items .item + .item {
    margin-right: 0;
    margin-left: 30px;
  }
}

@media (max-width: 575.98px) {
  html[dir="ltr"] .header .navbar .navbar-brand {
    right: initial;
    left: 32%;
  }
  html[dir="ltr"] .header .navbar .navbar-toggler {
    left: initial;
    right: 30%;
  }
  html[dir="ltr"] .header .navbar .dropdown .dropdown-menu {
    transform: translateX(112%) !important;
    -webkit-transform: translateX(112%) !important;
    -moz-transform: translateX(112%) !important;
    -ms-transform: translateX(112%) !important;
    -o-transform: translateX(112%) !important;
  }
  html[dir="ltr"] .header .overlay {
    padding-right: 0;
    padding-left: 0;
    right: 0;
    left: initial;
  }
  html[dir="ltr"] .header .overlay .row {
    --bs-gutter-x: 0rem;
  }
  html[dir="ltr"] .header .overlay .row .caption {
    padding-right: 0;
    padding-left: 0;
  }
  html[dir="ltr"] .header .overlay .row .caption .text {
    padding-left: 0;
    padding-right: 0;
  }
  html[dir="ltr"] .about-us .title {
    padding-right: 0;
    padding-left: 60px;
  }
  html[dir="ltr"] .about-us .title .shape {
    right: initial;
    left: 88px;
  }
  html[dir="ltr"] .about-us .show-case {
    padding-inline: 50px;
  }
  html[dir="ltr"] .about-us .show-case .image {
    left: initial;
    right: 45px;
  }
  html[dir="ltr"] .about-us .show-case .image img {
    width: 530px;
  }
  html[dir="ltr"] .features > .title {
    padding-right: 0;
    padding-left: 50px;
  }
  html[dir="ltr"] .features > .title .shape {
    right: initial;
    left: 110px;
  }
  html[dir="ltr"] .sections .title {
    padding-right: 0;
    padding-left: 55px;
  }
  html[dir="ltr"] .sections .title .shape {
    right: initial;
    left: 95px;
  }
  html[dir="ltr"] .screen-app .title {
    padding-right: 0;
    padding-left: 50px;
  }
  html[dir="ltr"] .screen-app .title .shape {
    right: initial;
    left: 110px;
  }
  html[dir="ltr"] .app .buttons .android {
    margin-right: 0;
    margin-left: 10px;
  }
  html[dir="ltr"] .footer .logo {
    width: 120px;
  }
  html[dir="ltr"] .footer .items .item {
    font-size: 10pt;
  }
  html[dir="ltr"] .footer .items .item span {
    font-size: 10pt;
  }
  html[dir="ltr"] .footer .title {
    font-size: 14px;
  }
}

@media (min-width: 360px) and (max-width: 420px) {
  html[dir="ltr"] .header .navbar .navbar-brand {
    right: initial;
    left: 15%;
  }
  html[dir="ltr"] .header .navbar .navbar-toggler {
    left: initial;
    right: 80px;
  }
  html[dir="ltr"] .header .navbar .dropdown .dropdown-menu {
    transform: translateX(66%) !important;
    -webkit-transform: translateX(66%) !important;
    -moz-transform: translateX(66%) !important;
    -ms-transform: translateX(66%) !important;
    -o-transform: translateX(66%) !important;
  }
  html[dir="ltr"] .about-us > .title, html[dir="ltr"] .features > .title, html[dir="ltr"] .sections > .title, html[dir="ltr"] .screen-app > .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 0;
  }
  html[dir="ltr"] .about-us > .title .shape, html[dir="ltr"] .features > .title .shape, html[dir="ltr"] .sections > .title .shape, html[dir="ltr"] .screen-app > .title .shape {
    left: initial;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }
  html[dir="ltr"] .about-us .show-case .image {
    right: 75px;
    left: initial;
  }
  html[dir="ltr"] .about-us .show-case .image img {
    width: 400px;
  }
  html[dir="ltr"] .app .buttons .btn {
    width: 145px;
  }
  html[dir="ltr"] .app .buttons .btn span {
    font-size: 14pt;
  }
  html[dir="ltr"] .app .buttons .android {
    margin-right: 0;
    margin-left: 10px;
  }
}

@media (min-width: 280px) and (max-width: 350.98px) {
  html[dir="ltr"] .header .navbar {
    padding-left: 10px;
    padding-right: 5px;
  }
  html[dir="ltr"] .header .navbar .navbar-brand {
    right: initial;
    left: 11%;
  }
  html[dir="ltr"] .header .navbar .navbar-toggler {
    left: initial;
    right: 50px;
  }
  html[dir="ltr"] .header .navbar .dropdown .dropdown-menu {
    transform: translateX(54%) !important;
    -webkit-transform: translateX(54%) !important;
    -moz-transform: translateX(54%) !important;
    -ms-transform: translateX(54%) !important;
    -o-transform: translateX(54%) !important;
  }
  html[dir="ltr"] .about-us > .title, html[dir="ltr"] .features > .title, html[dir="ltr"] .sections > .title, html[dir="ltr"] .screen-app > .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 0;
  }
  html[dir="ltr"] .about-us > .title .shape, html[dir="ltr"] .features > .title .shape, html[dir="ltr"] .sections > .title .shape, html[dir="ltr"] .screen-app > .title .shape {
    left: initial;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }
  html[dir="ltr"] .about-us .show-case {
    padding-inline: 10px;
  }
  html[dir="ltr"] .about-us .show-case .image {
    left: initial;
    right: 30px;
  }
  html[dir="ltr"] .about-us .show-case .image img {
    width: 275px;
  }
  html[dir="ltr"] .app .buttons .btn {
    width: 110px;
  }
  html[dir="ltr"] .app .buttons .btn img {
    width: 13px;
  }
  html[dir="ltr"] .app .buttons .btn span {
    font-size: 10pt;
  }
}

@media (min-width: 972px) and (max-width: 972px) {
  .header .overlay .image {
    width: 55%;
  }
}

@media (min-width: 912px) and (max-width: 913px) {
  .header .overlay .image {
    width: 58%;
  }
}

@media (min-width: 820px) and (max-width: 820px) {
  .header .navbar .navbar-nav .dropdown .dropdown-menu {
    transform: translateX(-160%) !important;
    -webkit-transform: translateX(-160%) !important;
    -moz-transform: translateX(-160%) !important;
    -ms-transform: translateX(-160%) !important;
    -o-transform: translateX(-160%) !important;
  }
  .header .overlay {
    left: 14px;
  }
  .header .overlay .image {
    width: 63%;
  }
  .about-us .show-case .image {
    left: 120px;
  }
  .features .show-case .feature {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features .show-case .feature .content {
    width: 400px;
  }
  .features .show-case .feature:nth-child(even) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .app .buttons .btn {
    width: 170px;
  }
  .app .buttons .android {
    margin-right: 10px;
  }
}

@media (min-width: 540px) and (max-width: 541px) {
  .sections .show-case .section img {
    width: 98%;
  }
  .screen-app .screen-img {
    bottom: 191px;
    width: 626px;
    height: 1235px;
  }
  .app .buttons .btn {
    width: 140px;
    font-size: 14pt;
  }
}

@media (min-width: 412px) and (max-width: 415px) {
  .about-us .show-case .image {
    left: 15px;
  }
  .screen-app .screen-img {
    bottom: 209px;
    width: 472px;
    height: 932px;
  }
}

@media (min-width: 390px) and (max-width: 394px) {
  .screen-app .screen-img {
    bottom: 209px;
    width: 464px;
    height: 880px;
  }
}

@media (min-width: 375px) and (max-width: 376px) {
  .screen-app .screen-img {
    bottom: 215px;
    width: 418px;
    height: 839px;
  }
}

@media (min-width: 360px) and (max-width: 361px) {
  .screen-app .screen-img {
    bottom: 220px;
    width: 416px;
    height: 801px;
  }
}

@media (min-width: 972px) and (max-width: 972px) {
  html[dir="ltr"] .header .overlay {
    padding-left: 70px;
    padding-right: 0;
  }
}

@media (min-width: 912px) and (max-width: 913px) {
  html[dir="ltr"] .header .overlay {
    right: -45px;
  }
  html[dir="ltr"] .header .overlay .image {
    right: -45px;
  }
}

@media (min-width: 820px) and (max-width: 820px) {
  html[dir="ltr"] .header .navbar .navbar-nav .dropdown .dropdown-menu {
    transform: translateX(160%) !important;
    -webkit-transform: translateX(160%) !important;
    -moz-transform: translateX(160%) !important;
    -ms-transform: translateX(160%) !important;
    -o-transform: translateX(160%) !important;
  }
  html[dir="ltr"] .header .overlay {
    right: -14px;
    left: initial;
  }
  html[dir="ltr"] .header .overlay .image {
    right: -30px;
  }
  html[dir="ltr"] .about-us .show-case .image {
    right: 120px;
    left: initial;
  }
  html[dir="ltr"] .app .buttons .btn {
    width: 170px;
  }
  html[dir="ltr"] .app .buttons .android {
    margin-left: 10px;
    margin-right: 0;
  }
}

@media (min-width: 540px) and (max-width: 541px) {
  html[dir="ltr"] .app .buttons .btn {
    width: 140px;
  }
}

@media (min-width: 412px) and (max-width: 415px) {
  html[dir="ltr"] .about-us .show-case .image {
    left: initial;
    right: 50px;
  }
}


.overlay:before {
    background-color: transparent;
}

img.logo {
    max-height: 120px;
}

.menu-wrap {
    position: relative;
}

.header {
    margin-top: -110px;
    height: calc(100vh + 110px);
}

#features {
    color: #078384;
    background: transparent;
}

.about-us {
    padding-bottom: 50px;
    padding-top: 50px;
}