* {
  box-sizing: border-box;
}

body {
  font-family: "Rubik", sans-serif;
  position: relative;
  height: 100vh;
}

img {
  draggable: false;
}

section {
  padding: 6rem 0;
}

.ml-auto {
  margin: 0 0 0 auto;
}

.mr-auto {
  margin: 0 auto 0 0;
}

.s-100 {
  width: 100%;
  height: 100%;
}

.bm-0 {
  padding: 0;
  margin: 0;
}

.w-rem-0-5 {
  width: 0.5rem;
  height: auto;
}

.w-rem-1 {
  width: 1rem;
  height: auto;
}

.w-rem-1-5 {
  width: 1.5rem;
  height: auto;
}

.w-rem-2 {
  width: 2rem;
  height: auto;
}

.w-rem-2-5 {
  width: 2.5rem;
  height: auto;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center-h {
  display: flex;
  justifiy-content: center;
}

.flex-between-h {
  display: flex !important;
  justify-content: between !important;
}

.fs-italic {
  font-style: italic;
}

.active-secondary-07 {
  background-color: rgba(255, 165, 89, 0.7);
  color: white;
}

.bg-dark-05 {
  background-color: rgba(69, 69, 69, 0.5);
}

a {
  text-decoration: none;
}

.navbar .nav-link, .navbar .navbar-brand {
  color: white !important;
}

button.navbar-toggler {
  padding: 0 0.675rem;
  border-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 1.5rem;
}

@keyframes decreaseHeight {
  from {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
.animate-decrease {
  animation: decreaseHeight 1s ease;
}

.navbar #siteNav .nav-link, .navbar #userAuth .nav-link {
  opacity: 0.9;
}
.navbar #siteNav .nav-link:hover, .navbar #userAuth .nav-link:hover {
  opacity: 1;
}
.navbar #userAuth i {
  margin-right: 0.5rem;
}

#footer {
  padding: 1rem !important;
}
#footer a {
  color: #ccc;
}

.btn-prm, .btn-scd {
  padding: 20px 40px;
  text-transform: uppercase;
  color: white;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}
.btn-prm:hover, .btn-scd:hover {
  cursor: pointer !important;
}

.btn-prm {
  background: #ff6000;
}

.btn-scd {
  background: #FFA559;
}

.btn-primary, .btn-secondary {
  color: white !important;
}

.sectionheader {
  text-align: center;
  color: #454545;
  font-size: 3.25rem;
  margin-bottom: 5rem;
}

#showcase {
  position: relative;
  padding: 0 !important;
  height: 100%;
}
#showcase .container h1 {
  color: #454545;
  font-size: 4.5rem;
  font-weight: 500 !important;
  letter-spacing: -0.2rem;
}
#showcase .container p {
  font-size: 1.5rem;
  color: #999;
}
#showcase .container #overlay-ltr, #showcase .container #container-background-img {
  position: absolute;
  height: 100%;
  width: 100%;
}
#showcase .container #overlay-ltr {
  z-index: -1;
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 60%);
}
#showcase .container #container-background-img {
  z-index: -2;
  right: 0;
  background-image: url("../img/landing/resized.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate3d(0, 1, 0, 180deg);
}
@media (max-width: 992px) {
  #showcase {
    background: rgba(255, 165, 89, 0.2);
  }
}

#languages {
  padding-top: 5rem;
  text-align: center;
}
#languages .container-icons {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin: 0;
}
#languages img {
  width: 10% !important;
  min-width: 80px !important;
  height: auto;
}
#languages .show-more {
  font-style: italic;
  color: #777;
  font-size: 2rem;
}

#howItWorks {
  background: rgba(255, 165, 89, 0.2);
  padding: 5rem 0;
}
#howItWorks h1 {
  color: #454545;
}
#howItWorks .step-wrapper {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}
#howItWorks .step-wrapper .counter-wrapper {
  margin: 0.5rem 3rem;
  min-width: 3rem;
  width: 3rem;
  height: 3rem;
  color: white;
  background-color: #FFA559;
  border-radius: 9999px;
  position: relative;
}
#howItWorks .step-wrapper .counter-wrapper span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#howItWorks .step-wrapper .bulletpoint {
  font-size: 1.25rem;
  line-height: 1.1;
  width: 100%;
}
#howItWorks .step-wrapper .bulletpoint a {
  text-decoration: none;
  color: #FFA559;
}

#faq button:focus {
  box-shadow: none !important;
}
#faq #appFits ul {
  list-style: none;
}
#faq #appFits ul li {
  display: flex;
  align-items: center;
}
#faq #appFits ul i {
  color: #ff6000;
  margin-right: 1rem;
}
#faq #appFits h6 {
  text-align: center;
}
#faq #appFits .emphasize {
  font-style: italic;
}
#faq #appFits .pro .emphasize {
  color: #ff6000;
}
#faq #appFits .contra {
  color: #aaa;
}
#faq #appFits .contra .close-cross {
  margin-right: 1.3rem;
  font-size: 1.25rem;
}
#faq #collapseAlgorithm .options {
  padding-top: 1rem;
}
#faq #collapseAlgorithm ul {
  list-style-type: none;
  padding: 0;
}

@media (max-width: 1200px) {
  #pricing .card-body {
    margin: 0 !important;
  }
}
#pricing .card-body {
  margin: 0 1.5rem;
}
#pricing h3, #pricing h4, #pricing .btn-prm, #pricing .btn-scd {
  text-align: center;
  width: 100%;
}
#pricing .card-title {
  font-weight: 400;
}
#pricing .feature-check {
  min-width: 1rem;
  height: auto;
  color: #FFA559;
  margin: 0 1rem 0 0;
}
#pricing .feature-deny {
  width: 0.8rem;
  height: auto !important;
  color: rgba(69, 69, 69, 0.5);
  margin: 0 1rem 0 0;
}
#pricing .btn-prm {
  display: inline-block;
  margin-top: 1.5rem;
}
#pricing .btn-scd {
  display: inline-block;
  margin-top: 1.5rem;
}
#pricing .list-group-item {
  display: flex;
  align-items: center;
}

.card {
  position: relative;
  overflow: hidden;
}
.card .translucent {
  filter: grayscale(1);
  opacity: 50%;
}
.card .current {
  background: #FFA559;
  color: white;
  text-transform: uppercase;
  position: absolute;
  right: -6rem;
  bottom: 2rem;
  padding: 5px 100px;
  transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  h1 {
    font-size: 4rem !important;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 3.5rem !important;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 3rem !important;
  }
  #howItWorks .step-wrapper .counter-wrapper {
    margin: 0.5rem 1.5rem;
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: 2.5rem !important;
  }
  #howItWorks .step-wrapper .counter-wrapper {
    margin: 0.5rem 0.75rem;
  }
}
@media (min-width: 350px) {
  #howItWorks h1 br {
    display: none;
  }
}
