body {
  font-family: "Open Sans", sans-serif;
  background-color: black;
  color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body,
p {
  font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

.blue {
  color: #2259ec;
}

.navbar {
  background-color: #24262a;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.navbar .logo-image {
  padding-top: 10px;
  text-decoration: none;
  height: 36px;
  font-size: 32px;
}

.navbar .logo-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1rem;
  text-decoration: none;
}

.navbar .navbar-nav {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
  color: #9c9ead;
}

.navbar .dropdown .dropdown-menu {
  animation: fadeDropdown 0.2s; /* required for the fade animation */
}

.navbar .dropdown-menu {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: none;
  background-color: #24262a;
}

@keyframes fadeDropdown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.navbar .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-decoration: none;
}

.navbar .dropdown-item:hover {
  background-color: #24262a;
  color: #9c9ead;
}

.navbar .dropdown-divider {
  width: 100%;
  height: 1px;
  margin: 0.5rem auto 0.5rem auto;
  border: none;
  background-color: #505050;
}

.navbar .fa-stack {
  width: 2em;
  margin-right: 0.25rem;
  font-size: 0.75rem;
}

.navbar .fa-stack-2x {
  color: #0b36a8;
  transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
  color: #ffffff;
  transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
  color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
  color: #0b36a8;
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  font-size: 1.25rem;
}

.offcanvas-collapse {
  position: fixed;
  top: 3.25rem;
  bottom: 0;
  left: 100%;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #24262a;
  transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.navbar .container {
  display: flex;
  flex-direction: row;
}

.navbar .fa-stack {
  margin-right: 0;
  margin-left: 0.25rem;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 1.75rem;
    background-color: transparent;
    box-shadow: none;
    transition: all 0.2s;
  }

  .navbar.top-nav-collapse {
    padding-top: 0.5rem;
    padding-top: 0.5rem;
    background-color: #24262a;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
  }

  .offcanvas-collapse {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    overflow-y: visible;
    visibility: visible;
  }

  .offcanvas-collapse.open {
    -webkit-transform: none;
    transform: none;
  }

  .navbar .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar .nav-item .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .navbar .dropdown-menu {
    margin-top: 0.25rem;
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
  }

  .navbar .dropdown-divider {
    width: 90%;
  }

  .navbar .social-icons {
    margin-left: 0.5rem;
  }

  .navbar .fa-stack {
    margin-right: 0;
    margin-left: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .navbar .conatiner {
    max-width: 1330px;
  }
}
@media (max-width: 991px) {
  .navbar {
    background-color: #24262a;
  }
}

@media (max-width: 576px) {
  .navbar .navbar-brand {
    font-size: 1.5rem;
  }
}

.hero-section {
  position: relative;
  background-image: url("../images/Purple\ Tan\ Abstract\ Watercolor\ Background\ Respond\ With\ Kindness\ Quote\ Instagram\ Post.png");
  background-size: cover;
  background-position: center;
  height: 120vh;
  color: white;
  display: flex;
  align-items: center;
  border-radius: 10px;
  max-width: 1200px;
  padding: 0 20px;
  margin: 100px auto;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.hero-section .content {
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  margin-left: 30px;
}

.hero-section .display-4 {
  font-size: 72px;
  font-weight: 700;
  max-width: 600px;
}

.hero-section .lead {
  font-weight: 600;
}

.hero-section .btn-container {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  margin-top: 50px;
  gap: 20px;
  /* width: 100%;
    margin: 20px auto; */
  /* margin-left: -25px; */
}

.hero-section .btn-container .col {
  flex: 1 1 100%;
  text-align: center;
  padding: 5px 10px;
  width: 100%;
  max-width: 100%; /* Ensure the button spans the full width */
  /* display: block; */
}

.hero-section .btn {
  background-color: #0b36a8;
  border: 1px solid #0b36a8;
  border-radius: 20px;
  color: white;
  padding: 15px;
  font-size: 18px;
  text-transform: none;
  transition: background-color 0.3s;
  text-align: left;
  width: 100%;
  height: 150px;
}

.hero-section .btn:hover {
  background: #9ab2f3;
  color: black;
  border: 1px solid black;
  text-decoration: none;
}

.hero-section .btn .btn-heading {
  font-size: 28px;
  font-weight: 600;
}

.hero-section .btn .desc {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .hero-section .btn {
    height: 200px;
  }
}

@media (min-width: 768px) {
  .hero-section .btn-container .col {
    flex: 1;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    /* padding: 5px; */
  }

  .hero-section {
    padding: 0 40px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .hero-section .display-4 {
    font-size: 46px;
    max-width: 400px;
  }
  .hero-section .lead {
    font-size: 16px;
  }
  .hero-section .btn {
    height: 110px;
  }

  .hero-section .btn .btn-heading {
    font-size: 24px;
  }

  .hero-section .btn .desc {
    font-size: 16px;
    margin-top: -10px;
  }
}

@media (max-width: 426px) {
  .hero-section .display-4 {
    font-size: 35px;
    max-width: 200px;
  }
  .hero-section .btn {
    height: 115px;
  }

  .hero-section .btn .btn-heading {
    font-size: 20px;
  }

  .hero-section .btn .desc {
    font-size: 14px;
    margin-top: -10px;
  }
}
