/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Features
- Details 1
- Details Modal
- Details 2
- Testimonials
- Invitation
- Pricing
- Questions
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #f9f8f8
- Buttons - navy blue #272556
- Buttons - orange #31ac54
- Headings text - navy blue #272556
- Body text - dark gray #565578
******************************************/

/*************************   */

/*     General Styles     */

/*************************   */
body,
html {
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
}


a {
  color: #565578;
  text-decoration: underline;
}

.header a {
  color: white;
}

.header p {
  color: white;
}

.p-large {
  line-height: 1.5;
}

.p-small {
  line-height: 1.5;
}

.testimonial-text {
  font-style: italic;
}

.testimonial-author {
  font-weight: 600;
  line-height: 1.5;
}

.li-space-lg li {
  margin-bottom: 0.5rem;
}

a:hover {
  color: #565578;
  text-decoration: underline;
}

.no-line {
  text-decoration: none;
}

.no-line:hover {
  text-decoration: none;
}

.blue {
  color: #6168ff;
}

.bg-gray {
  background-color: #f9f8f8;
}

.btn-solid-reg {
  display: inline-block;
  padding: 1.375rem 2.25rem 1.375rem 2.25rem;
  border: 1px solid #272556;
  border-radius: 30px;
  background-color: #272556;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-solid-reg:hover {
  background-color: transparent;
  color: #272556; /* needs to stay here because of the color property of a tag */
  text-decoration: none;
}

.btn-solid-lg {
  display: inline-block;
  padding: 1.625rem 2.625rem 1.625rem 2.625rem;
  border: 1px solid #31ac54;
  border-radius: 30px;
  background-color: #31ac54;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-solid-lg:hover {
  background-color: transparent;
  color: #31ac54; /* needs to stay here because of the color property of a tag */
  text-decoration: none;
}

.btn-solid-sm {
  display: inline-block;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 1px solid #272556;
  border-radius: 30px;
  background-color: #272556;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-solid-sm:hover {
  background-color: transparent;
  color: #272556; /* needs to stay here because of the color property of a tag */
  text-decoration: none;
}

.btn-outline-reg {
  display: inline-block;
  padding: 1.375rem 2.25rem 1.375rem 2.25rem;
  border: 1px solid #31ac54;
  border-radius: 30px;
  background-color: transparent;
  color: #31ac54;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-outline-reg:hover {
  background-color: #31ac54;
  color: #fff;
  text-decoration: none;
}

.btn-outline-lg {
  display: inline-block;
  padding: 1.625rem 2.625rem 1.625rem 2.625rem;
  border: 1px solid #31ac54;
  border-radius: 30px;
  background-color: transparent;
  color: #31ac54;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-outline-lg:hover {
  background-color: #565578;
  color: #fff;
  text-decoration: none;
}

.btn-outline-sm {
  display: inline-block;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 1px solid #31ac54;
  border-radius: 30px;
  background-color: transparent;
  color: #31ac54;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-outline-sm:hover {
  background-color: #31ac54;
  color: #fff;
  text-decoration: none;
}

.form-floating label {
  margin-left: 0.5rem;
  color: #72719b;
}

.form-floating .form-control {
  padding-left: 1.25rem;
}

.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.25rem;
  border: 1px solid #31ac54;
  border-radius: 30px;
  background-color: #31ac54;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  cursor: pointer;
  transition: all 0.2s;
}

.form-control-submit-button:hover {
  border: 1px solid #31ac54;
  background-color: transparent;
  color: #31ac54;
}

/* end of fade animation for rotating text - replaceme */

/*********************   */

/*     Navigation     */

/*********************   */
.navbar {
  background-color: #122742;
  font-weight: 600;
  line-height: 0.875rem;
}

.navbar .navbar-brand {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.navbar .logo-image img {
  width: auto;
  height: 40px !important;
}

/* max-width 375px */
@media (min-width: 375px) {
  .modal-content img {
    border-radius: 6px;
  }

  .navbar .logo-image img {
    height: 50px !important;
  }
}

.navbar .logo-text {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.offcanvas-collapse {
  position: fixed;
  top: 4.6rem; /* adjusts the height between the top of the page and the offcanvas menu */
  bottom: 0;
  left: 100%;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #122742;
  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 .navbar-nav {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link.active {
  color: #31ac54;
}

/* Navbar Mobile Icon */

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(47,172,84, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
}

/* End Nsvbar Mobile Icon */

/* Dropdown Menu */
.navbar .dropdown-menu {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border: none;
  background-color: #122742;
}

.navbar .dropdown .dropdown-menu {
  animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.navbar .dropdown-item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-decoration: none;
}

.navbar .dropdown-item:hover {
  background-color: #122742;
  color: #31ac54;
}

.navbar .dropdown-divider {
  width: 100%;
  height: 1px;
  margin: 0.5rem auto 0.5rem auto;
  border: none;
  background-color: #d1d1d1;
}

/* end of dropdown menu */

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  font-size: 1.25rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/*******************   */

/*     Features     */

/*******************   */
.cards-1 {
  padding-top: 9rem;
  padding-bottom: 1.25em;
  text-align: center;
}

.cards-1 .h2-heading {
  margin-bottom: 3.75rem;
}

.cards-1 .h2-heading span {
  color: #31ac54;
  text-decoration: underline;
}

.cards-1 .card {
  margin-bottom: 5rem;
  border: none;
  background-color: transparent;
}

.cards-1 .card-icon {
  width: 76px;
  height: 76px;
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-left: auto;
  border-radius: 10px;
  background-color: #efebfd;
}

.ex-basic-1 .list-unstyled .fas {
  font-size: 0.375rem;
  line-height: 1.625rem;
}

.cards-1 .card-icon .fas,
.cards-1 .card-icon .far {
  color: #8763ee;
  font-size: 2.5rem;
  line-height: 76px;
}

.modal-content .list-unstyled .fas {
  font-size: 0.75rem;
  line-height: 1.75rem;
}

.cards-1 .card-icon.green {
  background-color: #defaeb;
}

.basic-2 .list-unstyled .fas {
  font-size: 0.375rem;
  line-height: 1.625rem;
}

.cards-1 .card-icon.green .fas,
.cards-1 .card-icon.green .far {
  color: #00d462;
}

.cards-1 .card-icon.blue {
  background-color: #e2ebfd;
}

.cards-1 .card-icon.blue .fas,
.cards-1 .card-icon.blue .far {
  color: #1f68f3;
}

.copyright p,
.copyright a {
  color: #fff;
  text-decoration: none;
}

.copyright p {
  opacity: 0.8;
}

.cards-1 .card-body {
  padding: 0;
}

.cards-1 .card-title {
  margin-bottom: 1rem;
}

.basic-1 p {
  margin-bottom: 1.875rem;
}

.footer p,
.footer ul {
  color: #fff;
  opacity: 0.8;
}

.cards-1 .card-body p {
  margin-bottom: 1.125rem;
}

/******************   */

/*     Pricing     */

/******************   */
.cards-2 {
  padding-top: 9rem;
  padding-bottom: 5.25em;
}

.cards-2 .h2-heading {
  margin-bottom: 3.75rem;
  text-align: center;
}

.cards-2 .card {
  margin-bottom: 5rem;
  padding: 4rem 1rem;
  border: 1px solid #9fa3ae;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.cards-2 .card-body {
  padding: 0;
}

.cards-2 .card-title {
  margin-bottom: 2rem;
}

.cards-2 .card-title .decoration-lines {
  width: 30px;
  margin-bottom: 0.25rem;
}

.cards-2 .card-title .decoration-lines.flipped {
  transform: scaleX(-1);
}

.cards-2 .card-title span {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  color: #272556;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: -0.2px;
}

.cards-2 .card-body .list-unstyled {
  margin-bottom: 3rem;
}

.footer .li-space-lg li {
  margin-bottom: 0.375rem;
}

.cards-2 .card-body .list-unstyled li {
  margin-bottom: 0.625rem;
}

.cards-2 .card-body .price {
  margin-bottom: 3rem;
  color: #272556;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 2rem;
  letter-spacing: -0.2px;
}

.cards-2 .card-body .price span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 0;
}

/*****************   */

/*     Footer     */

/*****************   */
.footer {
  padding-top: 5em;
  padding-bottom: 2.5em;
  background-color: #1f3960;
}

.footer-main {
  display: flex;
  justify-content: space-between;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer .footer-col {
  margin-bottom: 3rem;
}

.footer h6 {
  margin-bottom: 0.625rem;
  color: #fff;
  opacity: 0.8;
}

.footer form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5em;
}

.footer form .btn-solid-lg {
  border-radius: 0;
  padding: 1.625rem 2.625rem 1.625rem 2.625rem;
}

.footer form label input {
  height: 46px;
}

.footer .subscribe-form {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  flex-basis: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .footer_subscribe_header {
    text-align: left;
  }

  .footer-main {
    display: flex;
    flex-direction: column;
  }

  .footer .subscribe-form {
    display: inline;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
    flex-basis: 100%;
  }
}

.footer .row {
  justify-content: center;
}

/********************   */

/*     Copyright     */

/********************   */
.copyright {
  padding-bottom: 1rem;
  background-color: #1f3960;
  text-align: center;
}

/*****************************   */

/*     Back To Top Button     */

/*****************************   */
#myBtn {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #44434a;
  cursor: pointer;
}

#myBtn:hover {
  background-color: #1d1d21;
}

#myBtn img {
  margin-bottom: 0.25rem;
  width: 18px;
}
