@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
a {
  color: #ffc300;
  outline: 0;
  font-weight: bold;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.s1-position {
  padding-top: 15%;
  padding-left: 10vw;
  padding-bottom: 15%;
}

.s1-text h2 {
  font-weight: 600;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .s1-text h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1600px) {
  .s1-text h2 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .s1-text h2 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1200px) {
  .s1-text h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

@media screen and (max-width: 1200px) and (min-width: 1200px) {
  .s1-text h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 992x) {
  .s1-text h2 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .s1-text h2 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 576px) {
  .s1-text h2 {
    font-size: 1rem;
  }
}

.s1-text h1 {
  font-weight: 600;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .s1-text h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1600px) {
  .s1-text h1 {
    font-size: calc(1.4125rem + 1.95vw);
  }
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .s1-text h1 {
    font-size: 2.875rem;
  }
}

@media screen and (max-width: 1200px) {
  .s1-text h1 {
    font-size: calc(1.38125rem + 1.575vw);
  }
}

@media screen and (max-width: 1200px) and (min-width: 1200px) {
  .s1-text h1 {
    font-size: 2.5625rem;
  }
}

@media screen and (max-width: 992px) {
  .s1-text h1 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}

@media screen and (max-width: 992px) and (min-width: 1200px) {
  .s1-text h1 {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 768px) {
  .s1-text h1 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

@media screen and (max-width: 768px) and (min-width: 1200px) {
  .s1-text h1 {
    font-size: 1.5rem;
  }
}

.s2-text {
  padding: 1vw 0vw;
}

.s2-text .container-app {
  padding: 1vw 4vw;
}

.s2-text h2 {
  font-weight: 700;
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .s2-text h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .s2-text h2 {
    font-size: 1.125rem;
  }
}

.s2-text h5 {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 2vw 0;
}

@media screen and (max-width: 576px) {
  .s2-text h5 {
    font-size: 1rem;
  }
}

.s2-app {
  margin: auto;
  max-width: 60px;
  max-height: 60px;
  width: 5vw;
  height: 5vw;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .s2-app {
    max-width: 60px;
    max-height: 60px;
    width: 10vw;
    height: 10vw;
  }
}

.s2-text-border {
  border-top-style: inset;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.s2-text p {
  font-weight: 600;
  line-height: 29px;
  font-size: 1.25rem;
}

@media screen and (max-width: 992px) {
  .s2-text p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .s2-text p {
    font-size: 1rem;
  }
}

.s2-text span {
  font-weight: 400;
  line-height: 29px;
  font-size: 1.125rem;
}

.img-position {
  margin: auto;
}

@media screen and (max-width: 576px) {
  .img-position {
    margin: 0;
  }
}

.img-fluid {
  max-width: 120px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .img-fluid {
    width: 80% !important;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .s2-text .row {
    --bs-gutter-x: 0;
  }
}

.selc1t {
  position: relative;
  width: auto;
}

@media only screen and (min-width: 992px) {
  .selc1t .dropdown-menu.show {
    display: block;
  }
}

.button-op {
  border-radius: 10px;
  background-color: rgba(52, 58, 64, 0.9);
}

.btn-app {
  border-radius: 20px;
  height: 40px;
  width: 120px;
  border-color: #ffc300;
  border-width: 2px;
  font-weight: 700;
  background-color: #2c2c2c;
  color: #FFFFFF;
  margin: 0 0.5vw 1vw 0.5vw;
}
/*# sourceMappingURL=orbit.css.map */