/** HOME PAGE **/

.steptitle {
  display:inline-block;
  font-size: 1.2rem;
  color:dimgray;
}
.step {
  text-align: left;
  font-weight:bold;
  font-size: 1.3rem;
}
.step::first-letter {
  font-size: 200%;
  color: var(--button_highlight_color);
}
.example {
  margin-top:10px;
  color: var(--primary_color);
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
}
.example:before {
  content: open-quote;
}
.example:after {
  content: close-quote;
}
.home-banner .btn-tryout,
.home-banner .btn-tryout.btn-primary {
  font-size: 1.35rem;
  margin-top: 1.25rem;
  background-color: var(--primary_color) !important;
  border: none !important;
  border-radius: 10px;
  padding: 10px 28px;
  font-family: 'Poppins', var(--site_font_family);
  font-weight: 600;
  color: #fff !important;
  box-shadow:
    0 0 5px rgba(255, 175, 55, 0.95),
    0 0 12px rgba(255, 155, 45, 0.55);
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.home-banner .btn-tryout:hover,
.home-banner .btn-tryout:focus,
.home-banner .btn-tryout.btn-primary:hover,
.home-banner .btn-tryout.btn-primary:focus {
  background-color: var(--primary_color_dark) !important;
  color: #fff !important;
  border: none !important;
  box-shadow:
    0 0 6px rgba(255, 185, 65, 1),
    0 0 14px rgba(255, 160, 50, 0.65);
}

.ad-card ul li {
  font-size:18pt;
  text-decoration: none;
  list-style:none;
}

.ad-card ul li, .ad-card ul li a {
  text-align:left;
  color:white;
  text-decoration:none;
  cursor:pointer;
}

.ad-card ul li a:hover {
  text-decoration:underline;
}

.fifth-banner {
  background-position: center;
  padding-top: 33px;
}

.owner-photo {
  border:7px solid white;
  width: 280px;
  float:right;
  border-radius:20px;
}

.home-banner {
  position: relative;
  display: block;
  height: 650px;
  margin: 0;
  overflow: hidden;
}

.home-banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.88;
  z-index: 0;
}

.home-banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.5rem 3rem 2rem;
  box-sizing: border-box;
}

.home-banner-headline {
  width: 100%;
}

#main-hook-text {
  margin: 0;
  padding: 0;
  height: auto;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.12;
  font-weight: 800;
  color: #fff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 2px 5px rgba(0, 0, 0, 0.65);
  font-family: 'Poppins', var(--site_font_family);
  text-align: center;
  letter-spacing: -0.02em;
}

.home-banner-body {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 2.5rem;
  margin-left: -3rem;
  margin-right: -3rem;
  padding-right: 3rem;
  box-sizing: border-box;
}

.home-banner-side {
  margin-left: 50%;
  width: calc(50% - 3rem);
  max-width: 560px;
  padding: 0;
}

.home-banner-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-banner-bullets li {
  margin-bottom: 0.85rem;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.35;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 1px 4px rgba(0, 0, 0, 0.65);
  font-family: 'Poppins', var(--site_font_family);
}

.banner-comparison {
  width:60%;
  margin:auto;
  border-bottom:1px solid var(--primary_light_color);
  padding-top:10px;
  padding-bottom:10px;
}

.left-comparison-item,
.right-comparison-item {
  font-size: 1rem;
}

.left-comparison-item {
  font-weight:bold;
}

.div-learn-more {
  background-color: white;
  padding:6px;  
  font-size: 1.6rem;
  width:220px;
  color: var(--font-color);
  text-align: center;
}

.label-learn-more { 
  font-size: 1.4rem;  
  text-align: center;
  display:inline-block;
  margin: 0 20px;
}
