@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 {
  /* --dark-blue-color: rgb(5, 18, 232); */
  /* --dark-blue-color: rgb(3, 13, 206);
  --medium-blue-color: rgb(36, 122, 255);
  --light-blue-color: rgb(74, 211, 255); */
  --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);

  --old-dark-purple: rgb(94, 57, 128);
}

body {
  font-family: "Helvetica";
  overflow-x: hidden;
}

.section {
  overflow: hidden;
}

.color-palette {
  background: #9469eb;
  background: #bd2e95;
}

a {
  text-decoration: none;
}

.top-bottom-border-dark {
  border: 3px solid rgb(39, 0, 75);
  border-width: 3px 0 3px 0;
}

.top-bottom-border-light {
  border: 3px solid white;
  border-width: 3px 0 3px 0;
}

ul {
  list-style-type: none;
}

.bi-check {
  font-size: 1.75rem !important;
}

#footer {
  background-color: var(--dark-blue-color);
  color: white !important;
}

#contact {
  background-color: #a6b1e1ff;
}

.navbar {
  font-family: "Helvetica";
}

.navbar-top {
  position: fixed;
  z-index: 11;
  color: white;
  transition: ease 0.5s;
}

.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%;
}

#plans-pricing {
  background-color: rgb(238, 238, 240);
}

/* Button Styles */
/* .hero-btn {

} */

.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: #a37cf0;
  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: #bd2e95;
  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;
}

.nav-dark-btn {
  background: var(--light-blue-color);
  border-radius: 25px;
  padding: 8px 18px;
  border: 1px solid var(--light-blue-color);
  color: white !important;
  transition: all 0.2s ease-in;
  text-shadow: none !important;
}

.nav-dark-btn:hover {
  background: white;
  color: var(--light-blue-color) !important;
}

/* End of Button Styles */

/* Landing Styles */
.main-landing-section {
  height: 100vh;
  position: relative;
}
.landing-center {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: url("/assets/main-banner-4-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
/* .landing-left {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: url("/assets/personal-left-side-min.jpg");
  background-size: contain;
  background-repeat: repeat;
  background-position: left;
}
.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: repeat;
  background-position: right;
} */
.landing-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(11, 48, 94, 0.7);
}
.landing-title-box {
  position: absolute;
  width: 45vw;
  height: 45vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* .logo-main {
  background: rgba(0, 0, 0, 0.5);
} */
/* .landing-logo {
  background-image: url("/assets/logo/White logo - no background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */
/* End of Landing Styles */

/* Hero Styles */
section {
  overflow: hidden;
}

#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;
}

#hero-section {
  height: 100vh;
}

.hero-container {
  height: 100vh;
}

.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/2guysComputer-min.jpg");
}

.hero-content {
  z-index: 7;
}

.hero-title-container {
  display: flex;
  flex-direction: column;
  z-index: 5;
}

.hero-text-container {
  display: flex;
  flex-direction: column;
  z-index: 5;
  align-items: center;
}

.hero-text {
  color: white;
  text-shadow: 1px 1px 3px black;
  z-index: 5;
  margin: 0px;
}

.hero-line {
  border-left: 8px solid rgb(107, 69, 143);
  overflow: hidden;
}

.hero-get-it-holder {
  overflow: hidden;
}

.hero-title {
  font-size: 7em;
  font-weight: 700;
}

.hero-title-sub-1 {
  font-size: 2.75rem;
}

.hero-title-get-it {
  font-size: 2.5rem;
  font-weight: bold;
}

.started-btn {
  z-index: 5;
}

/* End of Hero Styles */

/* Main Section Styles */
#main-section {
  /* background: linear-gradient(
    135deg,
    rgb(236, 233, 240) 0%,
    rgb(242, 240, 245) 45%,
    rgb(252, 252, 252) 100%
  ); */
  /* background: rgb(113, 65, 176);
  background: radial-gradient(
    circle,
    rgba(113, 65, 176, 1) 0%,
    rgba(211, 168, 215, 1) 100%
  ); */
}
/* .section-container {
  overflow: visible;
} */

.section-row {
  min-height: 25vh;
}

/* .section-2-container {
  margin-top: -200px;
}

.section-3-container {
  margin-top: -200px;
} */

.section-1 {
  z-index: -1;
  overflow: visible;
}

.section-2 {
  z-index: 10;
  overflow: visible;
}

.section-3 {
  z-index: 10;
  overflow: visible;
}

.hide-column {
  z-index: -1;
}

.save-time-container {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;
  border: 2px solid var(--dark-blue-color);
  border-radius: 15px;
  padding: 30px;
  background: white;
  min-height: 400px;
  /* background: linear-gradient(
    135deg,
    rgb(204, 191, 219) 0%,
    rgb(228, 224, 233) 45%,
    rgb(252, 252, 252) 100%
  ); */
}

.section-title {
  color: var(--dark-blue-color);
  font-size: 4rem;
  font-weight: 800;
  /* border-right: 1px solid black; */
}

.section-text-container {
  border-left: 2px solid var(--medium-blue-color);
}

.section-text-container-2 {
  border-left: 2px solid #bd2e95;
}

/* .section-1-title {
  border-right: 1px solid black;
}

.section-2-title {
  border-left: 1px solid black;
} */
.section-text {
  background: var(--dark-blue-color);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.section-1-flair {
  color: black;
  font-weight: 800;
}

.bi-trophy-fill {
  font-size: 3rem;
}

/* .section-2-flair {
  color: #bd2e95;
  text-shadow: 1px 1px 3px black;
} */
/* End of Main Section Styles */

/* Learn More Styles */
.learn-more {
  background-color: white;
  background: linear-gradient(135deg, #0b305e 0%, #1560bd 100%);
}

/*   --dark-blue-color: #0b305e;
  --medium-blue-color: #1560bd;
  --action-color: #1ba0f8; */

.learn-more-title {
  font-size: 6rem;
  font-weight: 800;
  color: white;
}

.learn-more-container {
  min-height: 110vh;
}

/* .learn-box-1 {
  background: rgb(17, 75, 71);
  background: linear-gradient(
    135deg,
    rgb(66, 121, 117) 0%,
    rgb(163, 209, 206) 45%,
    rgb(176, 221, 218) 100%
  );
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: white;
} */

.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;
}
/* End of Learn Styles */

/* FAQ Styles */
.faq-title {
  font-size: 4rem;
  font-weight: 700;
}

.faq-title-sub {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--light-blue-color);
}

/* .faq-row {
  border-bottom: 1px solid grey;
} */
.faq-column {
  border-right: 1px solid var(--medium-blue-color);
}

.faq-question {
  font-size: 1.4rem;
  font-weight: 700;
}

.faq-answer {
  font-size: 1.1rem;
  padding-left: 20px;
}
/* End of FAQ Styles */

.pricing-image-container {
  height: 80vh;
  /* background: rgb(41, 41, 41); */
  background: rgb(72, 69, 105);
  background-position: center;
  background-size: cover;
}

.pricing-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.9;
}

/* 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) {
  .section-title {
    font-size: 3rem;
    font-weight: 800;
  }

  .learn-more-container {
    min-height: 90vh;
  }
}

@media (max-width: 991px) {
  .navbar {
    background-color: var(--dark-blue-color);
  }

  .navbar-top {
    position: fixed;
    top: 0;
    z-index: 11;
  }

  .section-title {
    color: var(--dark-blue-color);
    font-size: 2.5rem;
    font-weight: 800;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 5em;
    font-weight: 700;
  }

  .hero-title-sub-1 {
    font-size: 2.25rem;
  }

  .hero-title-get-it {
    font-size: 2rem;
    font-weight: bold;
  }
  .section-text-container {
    border-top: 2px solid var(--medium-blue-color);
    border-left: none;
  }

  .section-text-container-2 {
    border-top: 2px solid var(--medium-blue-color);
    border-left: none;
  }

  .learn-more-title {
    font-size: 5rem;
    font-weight: 800;
    color: white;
  }

  .faq-column {
    border-bottom: 1px solid #9469eb;
    border-right: none;
  }

  .faq-question {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .hero-title {
    font-size: 3.5em;
    font-weight: 700;
  }

  .hero-title-sub-1 {
    font-size: 1.65rem;
  }

  .hero-title-get-it {
    font-size: 1.55rem;
    font-weight: bold;
  }

  .learn-more-container {
    min-height: 80vh;
  }

  .learn-more-title {
    font-size: 4rem;
    font-weight: 800;
    color: white;
  }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
  .hero-container {
    margin-top: 30px;
  }
  .hero-title {
    font-size: 4em;
    font-weight: 700;
  }

  .hero-title-sub-1 {
    font-size: 1.65rem;
  }

  .hero-title-get-it {
    font-size: 1.55rem;
    font-weight: bold;
  }
  .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;
  }
}

/* Small devices (landscape phones, 576px and up) */
/* @media (min-width: 576px) {
} */

/* Medium devices (tablets, 768px and up) */
/* @media (min-width: 768px) {
} */

/* Large devices (desktops, 992px and up) */
/* @media (min-width: 992px) {
} */

/* X-Large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) {
} */

/* XX-Large devices (larger desktops, 1400px and up) */
/* @media (min-width: 1400px) {
} */
