/* sass style.scss:style.css --watch */
.background-img {
  background-image: url('../imgs/home-icons-weelz/Group 733.webp');
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background-size: 100% 100%;
  padding-top: 122px;
}

.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
.main-header .navbar {
  margin: 0 !important;
  padding: 30px 30px;
}
.main-header .navbar .logo {
  width: 230px;
  object-fit: contain;
}
.main-header .navbar .nav-link {
  font-size: 1em !important;
}

.subheadline-1 {
  font-size: 3em;
  color: #ffffff;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

.subheadline-2 {
  font-size: 1em;
  color: #f7f7f7;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: #ffffff;
}

.btn-main-a {
  width: 205px;
  height: 45px;
  font-size: 1.2em;
  border-radius: 4px;
  box-shadow: 0 1.5px 7.5px 0 rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(97deg, #00c3e1 13%, #00c0dd 72%);
  color: #fff;
}
.btn-main-a:hover {
  color: #00c0dd !important;
  background: #fff !important;
}

.app-store {
  width: 110.3px;
  height: 35.7px;
}

.phone-background {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-background .img-mob-app {
  max-width: 530px;
  display: block;
  width: 100%;
}

.subheadline3 {
  font-size: 12px;
  font-weight: 600;
  color: #474747 !important;
}

.drop-down {
  width: 66px;
  height: 30px;
}

.dropdown-toggle::after {
  display: inline-block;
  color: #f1f1;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.language-btn {
  width: 66px;
  height: 30px;
  border-radius: 4px;
  background-image: linear-gradient(97deg, #00c3e1 13%, #00c0dd 72%);
}

.language-btn .value {
  height: 16.5px;
  margin: 0 11px 0 0;
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.08;
  text-align: end;
  color: #ffffff;
}

.navbar-light .navbar-toggler-icon {
  background-image: url('../imgs/home-icons-weelz/Hamburger_icon_white.svg.png');
}

@media screen and (max-width: 350px) {
  .navbar-toggler{
    margin: -30px;
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .navbar-toggler{
    margin: -20px;
  }
  .text-section {
    margin: 20px;
  }
  .logo {
    width: 100px;
  }
  .app-links{
    display: flex;
    justify-content:center;
    align-items: center;
  }
  
  .navbar-brand {
    width: 100px;
  }
  .btn-main-div {
    display: flex;
    justify-content: center;
  align-items: center;
  }
  .subheadline-1 {
    text-align: center;
  }
  .subheadline-2 {
    text-align: center;
  }
}
.navbar-light .navbar-toggler {
  color: #ffffff;
  border-color: #ffffff;
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    display: flex !important;
    align-items: center !important;
    margin-right: 0 !important;
    background-color: #ffffff !important;
    border-radius: 5px !important;
    box-shadow: 0 2.5px 8px 0 rgba(0, 0, 0, 0.05) !important;
    height: 110px !important;
    width: 110px !important;
    padding-top: 16px;
  }
}
@media screen and (min-width: 991px) {
  .navbar-nav {
    background-color: transparent !important;
  }

  .white-font-color {
    color: #ffffff !important;
    font-size: 12px !important;
  }

  nav {
    margin-top: 51.5px;
  }

  .large-language-btn {
    background-color: #ffffff !important;
    background-image: none;
  }

  .black-value {
    height: 16.5px;
    margin: 0 0 0 0;
    font-size: 15px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 1.08;
    text-align: end;
    color: black !important;
  }
}
.section-main {
  height: calc(100% - 122px);
  overflow-y: auto;
  position: absolute;
}

.link-app {
  width: 155px !important;
  height: 50px;
  overflow: hidden;
  border-radius: 10px !important;
  margin: 10px;
  background: #000 !important;
}
.link-app img {
  height: 100% !important;
  width: 100% !important;
}

/*# sourceMappingURL=style.css.map */
