.container {
    max-width: 1260px;
  }
  
  /*
   * Custom translucent site header
   */
  
  .site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
  }
  .site-header a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  /*
   * Dummy devices (replace them with your own or something else entirely!)
   */
  
  .product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
  }
  
  .product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
  }
  
  .product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
  }
  
  
  /*
   * Extra utilities
   */
  
  .flex-equal > * {
    flex: 1;
  }
  @media (min-width: 768px) {
    .flex-md-equal > * {
      flex: 1;
    }
  }
.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: 0.75rem;
}
.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

/* Custom style */
:root {
    --purple: #673ab7;
    --bs-tertiary-bg-rgb: rgb(248,249,250);
    --navbar: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body,
body * {
    font-family: "Montserrat", sans-serif!important;
}
.logo {
    color: #fff;
}
.row {
    width: 100%;
}
header,
.bg-body-purple {
    background: var(--purple);
    color: #fff;
}
.bg-body-purple * {
    color: #fff;
}
.nav-link,
.nav-link:visited {
    color: #fff;
}
.nav-link:hover {
    color: #ddd;
}
.btn-purple {
    background: var(--purple);
    color: #fff;
}
.btn-purple:hover {
    color: #ddd;
}
.bg-body-tertiary {
    background: var(--bs-tertiary-bg-rgb);
}
.phone-link,
.phone-link:visited {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
}
.phone-link:hover {
    color: #ddd;
}
.text-body-purple {
    color: var(--purple);
}
.navbar-toggler-icon {
    background: var(--navbar);
}
.navbar-toggler {
    border: 1px solid #fff;
}
.btn-extra-lg {
    padding: 0.5rem 3rem;
    font-size: 1.75rem;
}
img {
    max-width: 100%;
    height: auto;
}
.z-1 {
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .fixed-top {
        position: relative;
    }

    .marketing__item:not(:last-of-type) {
        margin-bottom: 60px;
    }
}

.marketing__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marketing__btn-wrap {
    display: flex;
    margin-bottom: 0;
    margin-top: auto;
}