@font-face {
  font-family: "Hanken Book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/hanken-book/Hanken-Book.woff") format("woff");
}

@font-face {
  font-family: "Hanken Book";
  font-style: normal;
  font-weight: lighter;
  src: url("../fonts/hanken-book/Hanken-Light.woff") format("woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/helvetica/Helvetica.woff") format("woff");
}

@font-face {
  font-family: "Biko";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/biko/Biko_Regular.woff") format("woff");
}

:root {
  --grey-color: rgb(237, 242, 242);

  --dark-blue-color: #0b305e;
  --medium-blue-color: #1560bd;
  --light-blue-color: #1ba0f8;

  --dark-blue-color-rgb: rgb(11, 48, 94);
  --medium-blue-color-rgb: rgb(21, 96, 189);
  --action-color-rgb: rgb(27, 160, 248);
}

body {
  font-family: "Helvetica";
}

a {
  text-decoration: none;
}

.nav-light-text {
  color: black !important;
  text-shadow: none !important;
}
.nav-move-up {
  transform: translateY(-130px);
}

.navbar-top-price {
  background-color: var(--dark-blue-color) !important;
}

.navbar-white {
  background-color: white !important;
}

.nav-box {
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
  background-color: rgb(231, 222, 240) !important;
}

.navbar-brand-top {
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 6px 13px rgba(0, 0, 0, 0.1),
    0px 10px 23px rgba(0, 0, 0, 0.1);
}

.nav-item-top-price {
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 6px 13px rgba(0, 0, 0, 0.1),
    0px 10px 23px rgba(0, 0, 0, 0.1);
}

.navbar-top {
  position: fixed;
  top: 0;
  z-index: 11;
  transition: transform 0.2s linear;
}

.js-work-link {
  position: relative;
}
.underline {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: calc(2px);
  background-color: var(--light-blue-color);
}

.logo-text {
  font-family: "Hanken Book";
  text-transform: initial;
}

.apoyo-logo {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

#footer {
  background-color: var(--dark-blue-color);
  color: white !important;
}

#light-footer {
  background-color: white;
  color: black !important;
  font-size: 1.1rem;
}

.nav-light-footer {
  border-bottom: 1px solid black;
}

/* Button Styles */
.started-btn {
  background: var(--light-blue-color);
  color: white;
  font-size: 1.5rem;
  padding: 8px 18px;
  border-radius: 30px;
  border: 1px solid var(--light-blue-color);
  transition: all 0.2s ease-in;
}

.started-btn:hover {
  background: white;
  color: var(--light-blue-color);
  border: 1px solid var(--light-blue-color);
}

.personal-btn {
  background-color: #a680f0;
  border-color: white;
  transition: all 0.3s ease-in;
}

.personal-btn:hover {
  background-color: white !important;
  color: #a37cf0;
  transform: scale(1.03);
  transition: all 0.3s ease-in;
}

.business-btn {
  background-color: #cf62b0;
  border-color: white;
  transition: all 0.3s ease-in;
}

.business-btn:hover {
  background-color: white !important;
  color: #bd2e95;
  transform: scale(1.03);
  transition: all 0.3s ease-in;
}

.combo-btn {
  background-color: #a37cf0;
  border-color: white;
  transition: all 0.3s ease-in;
}

.combo-btn:hover {
  background: white !important;
  color: #a37cf0;
  transform: scale(1.03);
  transition: all 0.3s ease-in;
}

.nav-dark-btn {
  background: var(--light-blue-color);
  border: 1px solid var(--light-blue-color);
  border-radius: 25px;
  transition: all 0.2s ease-in;
  text-shadow: none !important;
  color: white !important;
}

.nav-dark-btn:hover {
  background: white;
  color: var(--light-blue-color) !important;
  border: 1px solid var(--light-blue-color);
}

.nav-light-btn {
  background-color: white;
  color: rgb(94, 57, 128) !important;
  border-color: rgb(94, 57, 128);
  transition: all 0.3s ease-in;
}

.nav-light-btn:hover {
  background: #a37cf0 !important;
  color: white !important;
  transition: all 0.3s ease-in;
}

/* loading-screen styles */
.loading-container {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translate(-50%, -50%);
  background: rgb(226, 225, 225);
  border-radius: 7px;
}

.loading {
  display: none;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--light-blue-color);
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.card-input {
  border: 1px solid black;
  padding: 5px;
}

/* personal-hero Styles */
section {
  overflow: hidden;
}

.personal-landing-section {
  height: 100vh;
  position: relative;
}
.personal-landing-left {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: url("/assets/personal-left-side-min.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.personal-landing-right {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: url("/assets/personal-right-side-min.jpg");
  clip-path: polygon(68% 0, 100% 0, 100% 100%, 32% 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.personal-landing-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(11, 48, 94, 0.6);
}
.personal-landing-title-box {
  position: absolute;
  width: 50vw;
  height: 50vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.personal-logo-main {
  background: rgba(0, 0, 0, 0.5);
}

#personal-hero-section {
  background: linear-gradient(0deg, rgb(133, 115, 151), rgb(39, 0, 75));
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.personal-hero-container {
  height: 100vh;
}

.personal-hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  background-image: url("/assets/todoComputer-min.jpg");
}

.img-flower {
  width: 75px;
  height: 75px;
}

.personal-hero-content {
  z-index: 7;
}

.personal-hero-title-container {
  display: flex;
  flex-direction: column;
  z-index: 5;
}

.personal-hero-text-container {
  display: flex;
  flex-direction: column;
  z-index: 5;
  align-items: center;
}

.personal-hero-text {
  color: white;
  text-shadow: 1px 1px 3px black;
  z-index: 5;
}

.personal-hero-line {
  border-left: 8px solid var(--medium-blue-color);
  overflow: hidden;
}

.ps-hero-get-it-holder {
  overflow: hidden;
}

.personal-hero-title {
  font-family: "Hanken Book";
  font-size: 4.5rem;
  font-weight: 700;
}

.personal-hero-sub {
  font-family: "Biko";
  font-size: 2.25rem;
}

.personal-hero-get-it {
  font-family: "Biko";
  font-size: 2.5rem;
}

.started-btn {
  z-index: 5;
}
/* End of Personal-Hero Styles */

/* Personal Process Styles */
/* #personal-process-section {
  background: linear-gradient(135deg, #b292f3 0%, #d1c2f1 45%, #e3dbf3 100%);
} */
#personal-process-section {
  background: white;
}

.personal-process-container {
  min-height: 110vh;
}
.bi-p-process {
  font-size: 4rem;
}

.personal-process-title {
  font-size: 6rem;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-bottom: 8px solid var(--medium-blue-color);
}

/* .phone-examples {
  background: linear-gradient(135deg, #b292f3 0%, #d1c2f1 45%, #e3dbf3 100%);
} */

.phone-examples {
  background: linear-gradient(
    90deg,
    rgb(161, 212, 247) 0%,
    var(--medium-blue-color) 75%
  );
}
/* .examples-title {
  font-size: 2.5rem;
  color: rgb(94, 57, 128);
} */
.examples-title {
  font-size: 2.5rem;
  color: white;
}

.ph-icon {
  color: white;
}

.pp-card {
  min-height: 65vh;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 10px;
}

/* .pp-header-1 {
  background: linear-gradient(135deg, #986cf0 0%, #bca5ee 45%, #cfc1f3 100%);
  border-radius: 15px 15px 0px 0px !important;
  color: white;
} */

/* .pp-header-2 {
  background: linear-gradient(225deg, #986cf0 0%, #bca5ee 45%, #cfc1f3 100%);
  border-radius: 15px 15px 0px 0px !important;
  color: white;
} */
.pp-header-1 {
  border-radius: 15px 15px 0px 0px !important;
  background: white;
}

.pp-header-2 {
  border-radius: 15px 15px 0px 0px !important;
  background: white;
}

.bi-p-process {
  color: var(--light-blue-color);
}
.bi-p-process:hover {
  color: var(--medium-blue-color);
}

.pp-item {
  font-size: 1.5rem;
}

.ph-item {
  font-size: 1.25rem;
  color: white;
}

ul {
  list-style-type: none;
}

#personal-footer {
  background-color: var(--dark-blue-color);
  color: white;
}

#business-footer {
  background-color: var(--dark-blue-color);
  color: white;
}

#pricing-footer {
  background-color: var(--dark-blue-color);
  color: white !important;
}

/* End of Personal Process Styles */

/* Business Services Styles */
.business-landing-section {
  height: 100vh;
  position: relative;
}
.business-landing-left {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: url("/assets/business-left-side-min.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.business-landing-right {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: url("/assets/business-right-side-min.jpg");
  clip-path: polygon(68% 0, 100% 0, 100% 100%, 32% 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.business-landing-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(11, 48, 94, 0.6);
}
.business-landing-title-box {
  position: absolute;
  width: 50vw;
  height: 50vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.business-logo-main {
  background: rgba(0, 0, 0, 0.5);
}

#business-hero-section {
  background: linear-gradient(0deg, rgb(133, 115, 151), rgb(39, 0, 75));
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.business-hero-container {
  min-height: 100vh;
}

.business-hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.55;
  background-image: url("/assets/boardMeeting-min.jpg");
}

.business-hero-content {
  z-index: 7;
}

.business-hero-title-container {
  display: flex;
  flex-direction: column;
  z-index: 5;
}

.business-hero-text-container {
  display: flex;
  flex-direction: column;
  z-index: 5;
  align-items: center;
}

.business-hero-text {
  color: white;
  text-shadow: 1px 1px 3px black;
  z-index: 5;
}

.business-hero-line {
  border-left: 8px solid var(--medium-blue-color);
  overflow: hidden;
}

.business-hero-title {
  font-family: "Hanken Book";
  font-size: 3.75rem;
  font-weight: bold;
}

.business-hero-sub {
  font-family: "Hanken Book";
  font-size: 2rem;
}

.started-btn {
  z-index: 5;
}

.bs-bg {
  background-image: url("/assets/todoComputer-min.jpg");
}

/* .business-assistant-section {
  background: linear-gradient(135deg, #e26ec1 0%, #e6c5dd 45%, #c9c1c6 100%);
} */
.business-assistant-section {
  background: white;
}

.specialized-container {
  background: #9c1b78;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.business-assistant-title {
  font-size: 4.5rem;
  font-weight: bold;
}

/* Business Process Styles */

.business-process-container {
  min-height: 110vh;
}
.business-process-title {
  font-size: 6rem;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-bottom: 8px solid var(--medium-blue-color);
}
.bp-card {
  min-height: 65vh;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 10px;
}

.bi-b-process {
  font-size: 4rem;
  color: var(--light-blue-color);
}

.bi-b-process:hover {
  color: var(--medium-blue-color);
}

.bh-icon {
  color: rgb(24, 38, 100);
}

.bi-calendar2-week {
  color: var(--light-blue-color);
}
.consultation-text {
  color: var(--light-blue-color);
}

.bp-header {
  background: white;
  border-radius: 15px 15px 0px 0px !important;
}

/* .bp-header-2 {
  background: linear-gradient(
    180deg,
    #9c1b78 0%,
    #ca90ba 45%,
    #d6c7d2 100% 100%
  );
  border-radius: 15px 15px 0px 0px !important;
  color: white;
}

.bp-header-3 {
  background: linear-gradient(225deg, #9c1b78 0%, #ca90ba 45%, #d6c7d2 100%);
  border-radius: 15px 15px 0px 0px !important;
  color: white;
} */

/* .bp-title {
  font-size: 2.2rem;
} */

.pb-under {
  text-decoration: underline;
}

.bp-body {
  font-size: 1.5rem;
}
/* End of Business Process */

/* Business Integrate Styles */
#integrate-section {
  background: radial-gradient(
    circle,
    var(--medium-blue-color) 0%,
    rgb(230, 235, 240) 100%
  );
}

.integrate-container {
  min-height: 100vh;
}

.integrate-title {
  font-size: 5rem;
  font-weight: bold;
}

.integrate-text {
  font-size: 1.75rem;
}

.we-got {
  font-size: 3rem;
}

.integrate-group .bi {
  font-size: 2.5rem;
}
/* End of Business Integrate Styles */

/* Served/Industries Styles */
.bs-examples-title {
  font-size: 3rem;
  font-weight: bold;
  color: var(--dark-blue-color);
}

.pricing-link-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--dark-blue-color);
}

.ep-item {
  font-size: 1.2rem;
}

.bs-examples-text {
  font-size: 1.5rem;
}
/* End of Served/Industries Styles */

.bs-sign-up-container {
  min-height: 90vh;
}

.chat-container {
  background: linear-gradient(
    180deg,
    var(--light-blue-color) 0%,
    var(--medium-blue-color) 45%,
    var(--dark-blue-color) 100%
  );
  color: white;
  border-radius: 20px;
  /* background-color: var(--grey-color); */
  /* border: 3px solid var(--medium-blue-color);
  color: black; */
}

.chat-title {
  font-size: 3.5rem;
  font-weight: bold;
}

.chat-text {
  font-size: 1.25rem;
}

.large-link-text {
  font-size: 1.7rem;
  color: var(--light-blue-color);
}

/* End of Busines Services styles */

/* Pricing Styles */
/* #pricing-comparison-section {
  background: rgb(219, 200, 238);
} */
.pricing-hero-container {
  min-height: 75vh;
}

.pricing-title {
  /* font-family: "Biko"; */
  font-size: 2.5rem;
}

.pricing-title-2 {
  /* font-family: "Hanken Book"; */
  font-size: 6rem;
  font-weight: 700;
}

.price-condition {
  font-size: 1rem;
  color: rgb(134, 133, 133);
}

.p-price-box {
  border-style: solid;
  border-color: var(--medium-blue-color);
  border-radius: 15px;
  min-height: 30vh;
}

.b-price-box {
  border-style: solid;
  border-color: var(--dark-blue-color);
  border-radius: 15px;
  min-height: 30vh;
}

.price-hero-holder {
  overflow: hidden;
}

.personal-price {
  color: var(--medium-blue-color);
  font-weight: bold;
  font-size: 2rem;
}

.business-price {
  color: var(--dark-blue-color);
  font-weight: bold;
  font-size: 2rem;
}

.pricing-hero-content {
  z-index: 7;
}

.bi-price {
  font-size: 3rem;
}

.compare-title {
  font-size: 4rem;
  font-weight: bold;
}

.compare-title-sub {
  font-size: 3rem;
  font-weight: bold;
}

.compare-column {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 10px;
}

.price-title-col-1 {
  background: var(--medium-blue-color);
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price-title-col-2 {
  background: var(--dark-blue-color);
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price-row {
  padding-bottom: 5px;
  min-height: 330px;
}

.row-grey {
  background: rgb(243, 242, 242);
  min-height: 115px;
}

.price-header {
  border-bottom: 1px solid black;
}

.price-col {
  padding: 15px;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
}
.features-list {
  list-style-type: disc;
  font-size: 1.1rem;
}

.price-col-2 {
  padding: 15px;
  border-bottom: 1px solid grey;
}

.price-bot-col {
  padding: 15px;
  background: rgb(166, 132, 201);
}

.price-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.price-text {
  font-size: 1.15rem;
  font-weight: 500;
  /* color: var(--light-blue-color); */
}
.b-colour {
  color: var(--light-blue-color);
}
.b-colour-bold {
  color: var(--dark-blue-color);
  font-weight: bold;
}
.p-colour {
  color: var(--light-blue-color);
}
.p-colour-bold {
  color: var(--medium-blue-color);
  font-weight: bold;
}
.detail-text {
  /* font-style: italic; */
  list-style-type: none;
}
.service-details-text {
  font-size: 1.5rem;
  color: var(--light-blue-color);
}

.combo-box-title {
  color: white;
  background: linear-gradient(
    90deg,
    var(--medium-blue-color),
    var(--dark-blue-color)
  );
  border-radius: 15px;
}

.combo-title {
  font-size: 4rem;
  font-weight: bold;
}

.combo-title-sub {
  font-size: 1.5rem;
}

.combo-icon-p {
  font-size: 2rem;
  color: var(--medium-blue-color);
}

.combo-icon-b {
  font-size: 2rem;
  color: var(--dark-blue-color);
}

#combo-section {
  background: var(--grey-color);
}

.combo-price {
  background: -webkit-linear-gradient(#9668f1, #c02895);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.combo-sign-up-container {
  background: linear-gradient(
    180deg,
    var(--light-blue-color) 0%,
    var(--medium-blue-color) 45%,
    var(--dark-blue-color) 100%
  );
  border-radius: 20px;
  color: white;
}
/* End of Pricing Styles */

/* Email Welcome Styles */
.welcome-container {
  min-height: 100vh;
}
/* End of Email Welcome Styles */

/* Profile Styles */
.profile-container {
  min-height: 100vh;
}

/* #delete-section {
  border: 5px solid black;
} */

.delete-personal-container {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translate(-50%, -50%);
  background: rgb(226, 225, 225);
  border-radius: 7px;
}

.delete-personal-item {
  display: none;
}

.delete-account-loading {
  display: none;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--light-blue-color);
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.delete-personal-loading {
  display: none;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--light-blue-color);
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.delete-business-loading {
  display: none;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--light-blue-color);
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.delete-business-container {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translate(-50%, -50%);
  background: rgb(226, 225, 225);
  border-radius: 7px;
}

.delete-business-item {
  display: none;
}

.delete-account-container {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translate(-50%, -50%);
  background: rgb(226, 225, 225);
  border-radius: 7px;
}

.delete-account-item {
  display: none;
}

.welcome-text {
  font-family: "Hanken Book";
  font-weight: 600;
  font-size: 3.3rem;
}

.welcome-name {
  color: var(--medium-blue-color);
}

.welcome-detail {
  font-family: "Biko";
  font-size: 1.6rem;
}

/* .welcome-name {
  font-weight: 800;
  border-bottom: 5px solid rgb(94, 57, 128);
} */

.profile-shadow {
  border: 2px solid var(--dark-blue-color);
}

.personal-shadow {
  border: 2px solid var(--dark-blue-color);
}

.business-shadow {
  border: 2px solid var(--dark-blue-color);
}

.bi-profile-check {
  color: var(--light-blue-color);
  font-size: 1.8rem;
  padding-right: 10px;
}

.bi-gear {
  font-size: 2rem;
}

.learn-box-1 {
  background: linear-gradient(135deg, #1ba0f8 0%, #57b8f8 45%, #7cc5f7 100%);
  border-radius: 25px;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.learn-box-2 {
  background: linear-gradient(135deg, #7cc5f7 0%, #57b8f8 45%, #1ba0f8 100%);
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: white;
}

.bi-learn {
  font-size: 5rem !important;
}

.account-title {
  border-bottom: 3px solid var(--medium-blue-color);
}

.detail {
  font-size: 1.2rem;
}
.detail-heading {
  font-size: 1.2rem;
  font-weight: bold;
}

/* .profile-business-box {
  border: 4px solid #c02895;
} */

.info-text {
  font-size: 1.75rem;
}
.personal-su-btn {
  background: linear-gradient(90deg, #8252e4, var(--dark-blue-color));
  color: white;
  border-radius: 20px;
  transition: all 0.2s ease-in;
}
.personal-su-btn:hover {
  background: linear-gradient(90deg, var(--dark-blue-color), #8252e4);
  color: white;
  transform: scale(1.05);
}
.business-su-btn {
  background: linear-gradient(90deg, #c02895, var(--dark-blue-color));
  color: white;
  border-radius: 20px;
  transition: all 0.2s ease-in;
}
.business-su-btn:hover {
  background: linear-gradient(90deg, var(--dark-blue-color), #c02895);
  color: white;
  transform: scale(1.05);
}

.account-container {
  min-height: 100vh;
}
/* End of Profile Styles */

/* Start of Intake */

.login-form {
  min-height: 100vh;
}

.login-container {
  min-height: 90vh;
}

.intake-title {
  font-size: 4rem;
  color: black;
  border-bottom: 4px solid var(--medium-blue-color);
}

.small-title {
  font-size: 3rem;
  color: black;
  border-bottom: 4px solid var(--medium-blue-color);
}

.password-small {
  font-size: 0.75rem;
}

.understand-text {
  font-weight: 600;
}

.card-update-text {
  font-size: 1rem;
}

/* .form-control:focus {
  border-color: rgb(94, 57, 128);
  box-shadow: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(94, 57, 128, 0.6);
} */

.form-shadow {
  border-radius: 7px;
  border: 1px solid var(--dark-blue-color);
}

.pers-form-shadow {
  border-radius: 7px;
  border: 1px solid #a37cf0 rgb(132, 101, 204);
}

.bus-form-shadow {
  border-radius: 7px;
  border: 1px solid #c52a99;
}

.error {
  display: none;
  /* border: 1px solid red; */
  /* background-color: rgb(250, 206, 206); */
  color: red;
  padding: 5px 5px 5px 5px;
}

.payment-box {
  background: white;
  border: 2px solid var(--medium-blue-color);
  border-radius: 15px;
}

.business-payment-box {
  display: none;
}

/* End of Intake */

/* Start of Account */
#log-in-form {
  background: linear-gradient(135deg, #efebf7, #d6c6f7);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh;
}

/* End of Acount */

/* Contact-Us Styles */
.contact-container {
  min-height: 90vh;
}

.message-success-row {
  display: none;
  min-height: 50vh;
}

/* End of Contact-Us Styles */

.four-container {
  min-height: 80vh;
}

/* PHONE CONTAINERS */
.phone-graphic {
  position: relative;
  width: 330px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.phone-case {
  box-shadow: inset 3px 3px 8px var(--medium-blue-color),
    inset 0 0 3px var(--dark-blue-color),
    inset -3px -3px 8px 0px var(--dark-blue-color), 10px 10px 15px #b8b8b8;
  border-radius: 50px;
  background: var(--dark-blue-color);
  width: 330px;
  padding: 10px;
}
.phone-case:before {
  content: "";
  position: absolute;
  background: var(--dark-blue-color);
  width: 5px;
  height: 30px;
  left: -5px;
  top: 140px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: inset 4px 0px 2px var(--dark-blue-color);
}
.phone-case:after {
  content: "";
  position: absolute;
  background: var(--dark-blue-color);
  width: 5px;
  height: 70px;
  left: 330px;
  top: 150px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: inset 1px 0 4px var(--dark-blue-color),
    inset -2px 3px 5px var(--medium-blue-color), 10px 10px 15px #b8b8b8;
}
.phone-container-outer {
  position: relative;
  font-family: helvetica;
  font-size: 0.8rem;
  border: 1px solid #8f8f8f;
  border-radius: 40px;
  box-shadow: inset 1px 1px 10px #ddd, inset 1px 1px 3px #8f8f8f,
    0 0 6px var(--dark-blue-color);
  background-color: #000;
}
.phone-container-inner {
  position: relative;
  background: #fff;
  margin: 13px;
  border-radius: 30px;
  overflow: hidden;
}
.phone-container-outer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 650px;
  background: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.2) 25%,
    rgba(255, 255, 255, 0) 25%
  );
  z-index: 5;
  border-radius: 40px;
}
.phone-container-inner:before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #000;
  width: 110px;
  height: 17px;
  left: calc(50% - 55px);
  border-radius: 0 0 20px 20px;
  z-index: 2;
}
.phone-header {
  position: absolute;
  width: 100%;
  height: 95px;
  top: 0;
  background-color: #f4f4f4;
}

/* HEADER ICONS AND TIME */
.phone-header-time {
  position: absolute;
  font-size: 0.8rem;
  top: 5px;
  left: 15px;
}
.phone-header-icons {
  position: absolute;
  top: 5px;
  right: 15px;
}
.phone-header-icons .material-icons {
  font-size: 0.9rem;
}
.phone-header-icons .material-icons.battery {
  transform: rotate(90deg);
}

/* CONTACT IMAGE AND NUMBER */
.contact-image {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 30px;
  left: calc(50% - 17px);
  background-color: #b4b4ba;
  box-shadow: 0 0 0 3px #b4b4ba;
  border-radius: 100%;
  overflow: hidden;
}
.contact-image .bi {
  font-size: 2rem;
  color: #fff;
  margin-left: 1.5px;
}
.contact-phone {
  position: absolute;
  font-size: 0.62rem;
  top: 73px;
  left: 96px;
}
.contact-phone a {
  color: #000;
}

/* PHONE MESSAGES */
.phone-messages {
  margin-top: 100px;
  padding: 20px;
  height: 470px;
}
.message {
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.message p {
  position: relative;
  z-index: 5;
  margin: 0;
}
.message-contact {
  position: relative;
  background-color: #f1f1f1;
  text-align: left;
  margin-right: 20%;
}
.message-you {
  position: relative;
  background-color: var(--medium-blue-color);
  color: #fff;
  text-align: right;
  margin-left: 20%;
}
.message-contact:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  height: 20px;
  width: 20px;
  background: #f1f1f1;
  border-bottom-right-radius: 15px;
}
.message-contact:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -15px;
  width: 15px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 20px;
}
.message-you:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  height: 20px;
  width: 20px;
  background: var(--medium-blue-color);
  border-bottom-left-radius: 15px;
}
.message-you:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -15px;
  width: 15px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 20px;
}

/* PHONE FOOTER */
.phone-footer {
  position: absolute;
  height: 40px;
  bottom: 0;
  width: 100%;
  background-color: #efefef;
}
.phone-footer-icons {
  position: absolute;
  bottom: 3px;
  left: 15px;
  color: #7b838d;
  font-size: 1.4rem;
}
.phone-footer-input {
  position: absolute;
  bottom: 7px;
  left: 50px;
  width: 200px;
  border: 1px solid #cfcfd2;
  padding: 3px 10px;
  border-radius: 30px;
}
.phone-footer-input p {
  margin: 0;
  color: #cfcfd2;
}

/* Large devices (desktops, 960px and up) */
@media (min-width: 992px) {
  .nav-light-text {
    color: black !important;
    text-shadow: none !important;
  }

  .nav-move-up {
    transform: translateY(-130px);
    transition: transform 0.5s linear;
  }

  .navbar-brand-top {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 6px 13px rgba(0, 0, 0, 0.1),
      0px 10px 23px rgba(0, 0, 0, 0.1);
  }

  .nav-item-top {
    color: white;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 6px 13px rgba(0, 0, 0, 0.1),
      0px 10px 23px rgba(0, 0, 0, 0.1);
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .personal-process-container {
    min-height: 90vh;
  }

  .pp-card {
    min-height: 50vh;
  }
  .bp-card {
    min-height: 60vh;
  }
}

@media (max-width: 991px) {
  .navbar-secondary {
    background-color: var(--dark-blue-color) !important;
  }

  .navbar-top {
    position: fixed;
    top: 0;
    z-index: 11;
  }
  .navbar {
    background-color: var(--dark-blue-color);
  }

  .personal-landing-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .personal-landing-right {
    clip-path: polygon(68% 0, 100% 0, 100% 100%, 32% 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .business-landing-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .business-landing-right {
    clip-path: polygon(68% 0, 100% 0, 100% 100%, 32% 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .section-title {
    color: var(--dark-blue-color);
    font-size: 2.5rem;
    font-weight: 800;
  }

  .pp-card {
    min-height: 30vh;
  }
  .bp-card {
    min-height: 50vh;
  }
  .business-hero-title {
    font-size: 3.25rem;
    font-weight: bold;
  }

  .business-hero-sub {
    font-size: 2rem;
  }

  .integrate-title {
    font-size: 4rem;
  }
  .chat-title {
    font-size: 3.5rem;
  }

  .chat-text {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  /* .business-landing-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  } */
  .business-landing-right {
    display: none;
  }
  .personal-hero-title {
    font-size: 3.25rem;
    font-weight: 700;
  }
  .personal-hero-sub {
    font-size: 2rem;
  }
  .personal-hero-get-it {
    font-size: 1.9rem;
  }

  .personal-process-title {
    font-size: 5rem;
  }

  .business-hero-title {
    font-size: 2.75rem;
    font-weight: bold;
  }

  .business-hero-sub {
    font-size: 1.75rem;
  }
  .business-process-title {
    font-size: 5rem;
  }
  .bs-examples-title {
    font-size: 2.5rem;
  }
  .chat-title {
    font-size: 3rem;
  }

  .chat-text {
    font-size: 1.5rem;
  }
  .combo-title {
    font-size: 3rem;
  }
  .intake-title {
    font-size: 3.25rem;
  }
  .welcome-text {
    font-size: 2.75rem;
  }
  .welcome-detail {
    font-size: 1.4rem;
  }
  .detail-heading {
    font-size: 1rem;
  }
  .detail {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .personal-landing-right {
    display: none;
  }
  .personal-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
  }
  .personal-hero-sub {
    font-size: 1.6rem;
  }
  .personal-hero-get-it {
    font-size: 1.5rem;
  }
  .personal-process-title {
    font-size: 4rem;
  }
  .pp-item {
    font-size: 1.25rem;
  }
  .examples-title {
    font-size: 2rem;
  }
  .business-hero-title {
    font-size: 2rem;
    font-weight: bold;
  }

  .business-hero-sub {
    font-size: 1.25rem;
  }
  .bp-item {
    font-size: 1.25rem;
  }
  .business-process-title {
    font-size: 4rem;
  }

  .integrate-title {
    font-size: 3rem;
  }
  .integrate-text {
    font-size: 1.45rem;
  }
  .bs-examples-title {
    font-size: 1.75rem;
  }
  .ep-item {
    font-size: 1rem;
  }
  .chat-title {
    font-size: 2rem;
  }

  .chat-text {
    font-size: 1.25rem;
  }
  .pricing-title {
    font-size: 1.75rem;
  }

  .pricing-title-2 {
    font-size: 4rem;
    font-weight: 700;
  }
  .compare-title {
    font-size: 2.5rem;
  }
  .compare-title-sub {
    font-size: 2rem;
  }
  .combo-title {
    font-size: 2.25rem;
  }
  .intake-title {
    font-size: 2.75rem;
  }
  .welcome-text {
    font-size: 2.15rem;
  }
  .welcome-detail {
    font-size: 1.2rem;
  }
  .small-title {
    font-size: 2.25rem;
  }
}

@media (max-width: 340px) {
  .business-hero-container {
    padding-top: 90px;
  }
  .business-hero-title {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 20px;
  }

  .business-hero-sub {
    font-size: 1.25rem;
  }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
  .personal-hero-container {
    margin-top: 50px;
  }
  .personal-hero-title {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .personal-hero-sub {
    font-size: 1.35rem;
  }
  .personal-hero-get-it {
    font-size: 1.25rem;
  }

  .business-hero-container {
    margin-top: 30px;
  }
  .business-hero-title {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 20px;
  }

  .business-hero-sub {
    font-size: 1.25rem;
  }
}
