﻿@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wide-desktop-only {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wide-desktop-only {
    display: none !important;
  }
}

.get-started-section {
  padding: 3rem;
  border-radius: 0.5rem;
  margin: 6rem -13vw 0;
  color: #fff;
  background-color: var(--primary-hover-bg-color);
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='10' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23b5cdf7' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.get-started-section .get-started {
  filter: drop-shadow(0px 8px 30px #888);
  max-width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.get-started-section .get-started h3 {
  font-size: 2rem;
  font-family: "DM Sans", sans-serif;
  margin: 0;
}
.get-started-section .get-started p {
  font-size: 1.1rem;
}
.get-started-section .get-started a {
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.75rem 1.75rem;
  border-radius: 0.75rem;
  background-color: rgba(85, 17, 34, 0.5333333333);
  margin-top: 2rem;
  transition: background-color 0.3s ease;
  color: #fff;
}
.get-started-section .get-started a:hover {
  background-color: rgba(68, 34, 51, 0.7333333333);
}
@media (max-width: 640px) {
  .get-started-section {
    margin: 3rem 0 0;
  }
  .get-started-section .get-started {
    max-width: 100%;
  }
}
.bg-g {
    background: var(--gray);
}
.bg-g-grad {
    background: linear-gradient(transparent, var(--gray) 40%, var(--gray) 100%, transparent 100%);
}
.bg-half-top {
    background: linear-gradient(to bottom, var(--gray) 50%, white 50%);
}
.bg-half-bottom {
    background: linear-gradient(to top, var(--gray) 50%, white 50%);
}
.top-section {
    display: flex;
    /*  align-items: center;
*/ gap: 1.2rem;
    padding: 3rem 0;
}
.top-section .headers {
  flex: 2;
  text-align: start;
  position: relative;
  margin-top: 3rem;
  /*        &:before {
              position: absolute;
              content: ' ';
              width: 43vw;
              height: 43vw;
              transform: translate(-50%, -50%);
              border-radius: 100%;
              background-color: rgba(21, 101, 216, .03);
              z-index: -1;

              @include tablet {
                  content: initial;
              }
          }
  */
}
.top-section .headers h1 {
  font-family: "Hammersmith One", sans-serif;
  font-size: 2.8rem;
/*  font-weight: 400;
  line-height: 4rem;
  letter-spacing: -0.0375rem;*/
  color: #111111;
  margin: 0 0 1.5rem;
}
.top-section .headers h1 b {
  color: var(--dark-blue);
}
.top-section .headers h2 {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 400;
/*  color: #686c80;*/
  margin: 0.5rem 0;
}
.top-section .headers .all-products-btn {
  display: inline-block;
  background-color: var(--dark-blue);
  border: 1px solid #222;
  color: #fff;
  border-radius: 0.6rem;
  text-decoration: underline;
  font-weight: 400;
  padding: 1rem 3rem;
  margin-top: 1.5rem;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: color, background-color;
}
.top-section .headers .all-products-btn:hover {
  color: #b5cdf7;
  background-color: #383838;
}
.top-section .image {
  flex: 3;
  margin-top: 3rem;
  align-content: center;
  text-align: center;
  mask-image: linear-gradient(transparent, #000 40%, #000 50%, transparent 85%);
}
.top-section .image img {
  width: auto;
      filter: hue-rotate(15deg);
/*  height: 100%;
  height: auto;*/
    max-height: 27rem;
}
@media (max-width: 640px) {
  .top-section {
    flex-direction: column;
  }
  .top-section .headers {
    flex: initial;
    text-align: center;
  }
  .top-section .image {
    display: none;
    flex: initial;
    margin: 0 50px;
  }
}

.features-section {
    display: flex;
    flex-direction: row;
    /*    margin-top: 5rem;*/
    gap: 1.5rem;
}
.features-section .feature-container {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
/*  padding: 3rem 0;*/
/*  border-bottom: 1px solid #ddd;*/
  border-radius: 0.6rem;
  background: #fff;
  margin-top: 3em;
}
.features-section .feature-container .image-container {
  flex: 1;
/*  display: flex;
  justify-content: center;*/
  margin: 2em;
}
.features-section .feature-container .image-container img {
  max-width: 100%;
  object-fit: contain;
  border-radius: 1.6rem;
}
.features-section .feature-container .text-container {
  flex: 1;
  text-align: start;
  padding: 0 1.5rem;
  flex-basis: content;
}
.features-section .feature-container .text-container .feature-link {
  display: inline-block;
  transition: all 0.2s ease-out;
  color: var(--text-color);
}
.features-section .feature-container .text-container .feature-link:hover {
  transform: scale(1.02);
  color: var(--link-color);
}
.features-section .feature-container .text-container h3 {
  font-family: "Hammersmith One", sans-serif;
}
.features-section .feature-container .text-container p {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
  color: #686c80;
}
.features-section .feature-container:nth-child(2n) {
  margin-top: 0;
}
.blog-section {
    padding: 3rem 0;
}
.blog-section h2 {
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .features-section {
    gap: 1.5rem;
    flex-direction: column;
/*    margin-top: 6rem;*/
  }
  .features-section .feature-container {
    flex-direction: column;
    gap: 0;
  }
  .features-section .feature-container .text-container {
    text-align: center;
  }
  .features-section .feature-container .text-container p {
    text-align: justify;
  }
  .features-section .feature-container:nth-child(2n) {
    flex-direction: column;
  }
}

.p-p {
  text-align: center;
/*  margin-top: 6rem;*/
  font-size: 1.5rem;
  line-height: 2.7rem;
}

.pt-3 {
    padding-top: 3em;
}