/* Body */
body {
  background-image: url('https://robinhome.ai/img/bg.avif');
  background-position: -700px 0;
  background-repeat: no-repeat;
  background-size: 1440px 1006px;
  font-family: 'Manrope', sans-serif;
}
body.team {
  background-image: none;
}
@media (min-width: 576px) {
  body {
    background-position: top right;
  }
}
::selection {
  background: #d3Bcec;
}

/* Typography */
h1 {
  color: #111;
  font-size: 3.75rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.21875rem;
}
@media (min-width: 576px) {
  h1 {
    font-size: 5.25rem !important;
  }
}

h2 {
  color: #1a1a1a;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.125rem;
}
@media (min-width: 576px) {
  h2 {
    font-size: 3.75rem !important;
  }
}

h4 {
  font-size: 0.875rem;
  font-weight: 700;
}

p {
  color: #5e5851;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  p {
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) {
  p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  #home p {
    max-width: 28rem;
  }
}

pre {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  white-space: pre-wrap;
}

/* Buttons */
.btn-primary {
  --bs-btn-bg: #0c8ce9;
  border: none;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
}

/* Navigation Bar */
.navbar-nav .nav-item:not(:last-child) {
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item:not(:last-child) {
    margin-right: 2rem;
  }
}
.navbar-toggler-icon {
  background-image: url('https://robinhome.ai/img/icon-menu.avif');
  background-size: 1.5rem;
}
.navbar-nav {
  --bs-nav-link-color: #1a1a1a;
}
.navbar-toggler {
  border: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* Home */
#home {
  text-align: center;
}
@media (min-width: 992px) {
  #home {
    text-align: left;
  }
}

#home p {
  color: #111;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  #home p {
    font-size: 1.0625rem;
  }
}

p.lead {
  color: #111;
  font-size: 1.5rem !important;
  font-weight: 300;
  line-height: 2rem;
}
@media (min-width: 576px) {
  p.lead {
    font-size: 2.125rem !important;
    line-height: 2.5rem;
    margin-top: -0.25rem;
  }
}

#home .btn {
  font-size: 18px;
  padding: 12px 30px;
}
@media (max-width: 991.98px) {
  #home img {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  #home img {
    margin-top: 1rem;
  }
}

/* Why Robin? */
#why-robin {
  background-color: #f2f0eb;
}
#why-robin .scroll-wrapper {
  -ms-overflow-style: none;
  padding: 0.5rem 6rem;
  scrollbar-width: none;
}
@media (max-width: 991.98px) {
  #why-robin .scroll-wrapper {
    padding: 0.5rem 4rem;
  }
}
@media (max-width: 767.98px) {
  #why-robin .scroll-wrapper {
    padding: 0.5rem 2rem;
  }
}

#why-robin .scroll-wrapper::-webkit-scrollbar {
  display: none;
}

#why-robin .card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem 0.5rem 1.5rem;
  transition: transform 0.3s;
  width: 24rem;
}
@media (max-width: 767.98px) {
  #why-robin .card {
    padding: 1rem 1.5rem 0.5rem 1.5rem;
    transition: transform 0.3s;
    width: 20rem;
  }
}
#why-robin .card:hover {
  transform: translateY(-5px);
}

h3.card-title {
  font-size: 1.375rem;
}
p.card-text {
  font-size: 1rem;
}

/* Testimonials */
#testimonials .carousel-inner {
  padding-top: 0.5rem;
}
#testimonials .card {
  background-color: #f2f5f8;
  border-radius: 1.5rem;
  transition: transform 0.3s;
}
#testimonials .card:hover {
  transform: translateY(-5px);
}
#testimonials .card p.lead {
  color: #000;
  font-size: 1.5rem !important;
  font-weight: 500;
}
#testimonials .card p {
  color: #171A1F;
  font-size: 1.125rem;
}
.carousel-indicators {
  position: relative;
}

/* What to expect */
#what-to-expect {
  background-color: #f2f5f8;
}
@media (max-width: 991.98px) {
  #what-to-expect {
    text-align: center;
  }
}

#pricing {
  background-color: #cbd5e0;
}

#what-to-expect h2 span {
  color: #0c8ce9;
}
img.what-to-expect-1 {
  max-height: 320px;
}
img.what-to-expect-2 {
  max-height: 380px;
}

/* Pricing */
#pricing .card {
  background-color: #f2f5f8;
  border-radius: 1.5rem;
  transition: transform 0.3s;
}
#pricing .card:hover {
  transform: translateY(-5px);
}
#pricing h3 {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
}
#pricing h3 span {
  color: #c7c7c7;
  font-size: 1.25rem;
  font-weight: 300;
}
#pricing ol, ul {
  padding-left: 0;
}
#pricing ul li {
  background-image: url("https://robinhome.ai/img/icon-pricing-yes.avif");
  background-position: 0 0.15rem;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #666;
  list-style: none;
  padding: 0 0 0.9rem 2rem;
}
#pricing ul li.no {
  background-image: url("https://robinhome.ai/img/icon-pricing-no.avif");
}

/* Waitlist */
#waitlist {
  background-color: #98acf3;
  text-align: center;
}
@media (max-width: 991.98px) {
  #waitlist {
    padding-bottom: 0 !important;
  }
}

input[type=text],
input[type=tel],
input[type=email] {
  border-color: #fff;
  border-radius: 2rem !important;
  display: inline-block !important;
  font-size: 18px;
  height: 60px;
  padding: 0 2.5rem !important;
  width: 70% !important;
}
@media (max-width: 575.98px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    width: 90% !important;
  }
}

input[type=checkbox] {
  border-color: #fff;
  margin-right: 0.5rem;
}

label {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  label {
    font-size: 15px;
  }
}

#waitlist button {
  border: none !important;
  border-radius: 2rem !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  height: 50px;
  width: 70%;
}
@media (max-width: 575.98px) {
  #waitlist button {
    width: 90%;
  }
}

@media (max-width: 575.98px) {
  img.waitlist {
    width: 50%;
  }
}
@media (min-width: 768px) {
  img.waitlist {
    width: 50%;
  }
}
@media (min-width: 992px) {
  img.waitlist {
    width: 70%;
  }
}

.invalid-feedback {
  color: #b51700;
  font-size: 1rem;
  margin: .5rem auto 0;
  padding-left: 2.5rem;
  text-align: left;
  width: 70%;
}
@media (max-width: 991.98px) {
  .invalid-feedback {
    padding-left: 0rem;
    text-align: center;
    width: 100%;
  }
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #fff;
  background-position: right calc(.575em + .1875rem) center;
  background-size: calc(.9em + .5rem) calc(.9em + .5rem);
}
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #fff;
  background-image: none;
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid,
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #fff;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
  color: #111;
}

.invalid-feedback-checkbox {
  margin-top: 0rem;
  padding-left: 3.8rem;
}
@media (max-width: 991.98px) {
  .invalid-feedback-checkbox {
    padding-left: 0rem;
  }
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #0d6efd;
}

.blockquote-footer {
  color: #333;
}
.blockquote-footer::before {
  content: "";
}

/* About us */
#about-us {
  background-color: #fff;
  text-align: center;
}

@media (min-width: 576px) {
  p.bio {
    font-size: 18px;
  }
}

#about-us h3 {
  font-size: 24px;
  font-weight: 600;
}
#about-us h3 span {
  font-weight: 300;
}

/* Footer */
footer ul li {
  color: #5f6980;
  font-size: 14px;
  font-weight: 400;
}
footer ul li .nav-link {
  color: #5F6980;
}
footer p {
  color: #5f6980;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .footer-links {
    text-align: center;
  }
  .footer-links img {
    margin-bottom: 2rem;
  }
}

/* Goto Top */
#gotoTop {
  border-radius: 2rem !important;
  height: 64px;
  left: auto !important;
  opacity: 0;
  pointer-events: none;
  right: 24px !important;
  transition: opacity 0.3s ease-in-out;
  width: 64px;
}
.fixed-bottom {
  bottom: 24px !important;
}

/* Join the Waitlist */
#joinTheWaitlist {
  bottom: 30px !important;
  display: none;
  font-size: 17px;
  left: 50% !important;
  opacity: 0;
  padding: 0.8rem 2rem;
  pointer-events: none;
  right: auto !important;
  transition: opacity 0.3s ease-in-out;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  #joinTheWaitlist {
    display: block;
  }
}

/* Scroll Fade */
.fade-in {
  opacity: 0;
  transform: translateY(20vh);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  visibility: hidden;
  will-change: opacity, visibility;
}
.fade-in.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}