/* global */
body {
  display: flex;
  flex-direction: column;
  color: #000;
}

.container {
  max-width: 1200px !important;
}

.container-top {
  display: block;
  background-color: #f0ecf5;
}

.container-top .top {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}

.container-top .media {
  max-width: 600px;
}

.container-top #app-logo {
  margin-bottom: 0;
}

.title {
  font-weight: 700;
}

.container-relative {
  position: relative;
  background-color: white;
}

img {
  max-width: 100%;
}

.text {
  font-weight: 300;
}

.lead {
  font-weight: 400;
  line-height: 20px;
}

.btn {
  border-radius: 0;
  min-width: 200px;
}

.btn-xlg {
  padding: .5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.btn-outline-secondary:focus,
.btn-trial:focus,
.btn-outline-secondary:active,
.btn-trial:active,
.btn-outline-secondary,
.btn-trial:hover,
.btn-outline-secondary:hover {
  background-color: #c3a571;
  color: #000;
  border: 1px solid transparent;
  box-shadow: none !important;
}

.btn-trial {
  background-color: #000;
  color: #fff;
}

.btn-black-trial {
  background: #000;
  border: 2px solid #ebe7f7;
  color: #fff;
}

.btn-black-trial:hover {
  background-color: #fff;
  outline: #ebe7f7 none 0;
  color: #000;
}

.download-info {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  backface-visibility: hidden;
  transition: .5s ease-out;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Segoe UI" !important;
  color: #000;
}

.btn:hover .download-info {
  visibility: visible;
  opacity: 1;
  transition: .3s ease-out;
}

hr {
  border-top: 1px solid #c4c3c3;
  margin-top: 3.5rem;
  margin-bottom: 3rem;
  max-width: 1200px;
}

#app-logo {
  padding: 0;
  max-width: 100%;
}

.container-top .badge-free {
  font-size: 18px;
  font-weight: 100;
}

.reviews .accent-text,
.reviews a {
  color: rgb(20 14 33/60%) !important;
  font-weight: 600;
}

/* main containers */
.grey {
  background-color: #f0ecf5;
}

.free-trial {
  background-color: #000;
}

.free-trial p,
.free-trial .features-heading {
  color: #fff;
}

.features-heading {
  margin-bottom: 1rem;
  margin-top: 0;
}

/* video */
.embed-responsive {
  overflow: hidden;
  position: relative;
  max-width: 730px;
}

/* carousel */
.glide__bullet {
  background-color: #c4c4c4;
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all .1s ease-in-out;
  cursor: pointer;
  line-height: 0;
  margin: 0 .25em;
  appearance: auto;
  outline: none !important;
}

.glide__slide {
  padding: 3rem 4.5rem 1rem 4.5rem;
  min-height: 344px;
  border: 10px solid white;
  background-color: #f0ecf5;
}

.glide__bullets {
  text-align: center;
  margin-top: 1rem;
  position: relative;
}

.glide__bullet.active {
  background-color: #000;
}

.carousel-control-next,
.carousel-control-prev {
  width: 6%;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='40' viewBox='0 0 21 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.933594 1L20.0531 19.9341L1.11895 39.0536' stroke='%23646464'/%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='40' viewBox='0 0 21 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1191 1L0.999681 19.9341L19.9338 39.0536' stroke='%23646464'%3E%3C/path%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
}

.carousel-item i {
  font-size: 1.25rem;
}

a.text-secondary {
  font-weight: 400;
}

a.text-secondary:focus,
a.text-secondary:hover {
  font-weight: 600;
  text-decoration: none;
}

/* carousel responsiveness */
@media (width >= 576px) {
  .glide__slide {
    padding: 3rem 4.5rem 1rem 4.5rem;
    min-height: 344px;
    border: 10px solid white;
  }
}

@media (width <= 575.98px) {
  .glide__slide {
    padding: 2rem 1rem;
    min-height: 390px;
  }
  
  .glide__slide img {
    max-width: 70%;
  }
}

/* sticky footer */
html,
body {
  height: 100%;
}

main {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer {
  margin-top: auto;
}

/* RESPONSIVENESS */
@media (width <= 575.98px) {
  .container-top {
    padding-left: 0;
    padding-right: 0;
  }
  
  .title {
    font-size: 1.25rem;
    line-height: 26px;
  }
  
  #app-logo {
    max-width: 75px;
  }
  
  .top-icons {
    text-align: center;
  }
  
  .glide__slide {
    padding: 2rem 1rem;
    min-height: 390px;
  }
}

@media (width >= 576px) {
  .title {
    font-size: 42px;
    line-height: 44px;
  }
  
  .w-sm-none {
    width: auto !important;
    width: initial !important;
  }
}

@media (width <= 767.98px) {
  .container-top {
    margin-top: 3.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .sub-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
  }
  
  #app-logo {
    max-width: 60px;
  }
  
  .top-buttons {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
  
  .container-top-icons .icon-media {
    padding-bottom: 0;
    margin-bottom: -.5rem;
  }
  
  .container {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}

@media (width >= 768px) {
  .w-md-none {
    width: auto !important;
    width: initial !important;
  }
  
  .sub-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
  }
  
  .container-top {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  
  .top-buttons {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  
  .container-top-icons .icon-media {
    padding-bottom: 1rem;
  }
}

@media (width >= 768px) and (width <= 991.98px) {
  .container-top-icons {
    max-width: 600px;
    margin-left: 65px;
  }
  
  .container {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (width <= 991.98px) {
  .container-top .media {
    margin-left: auto;
    margin-right: auto;
  }
  
  .container-top-icons {
    padding-top: .5rem;
    padding-left: 1rem;
  }
  
  img {
    padding-top: 10px;
  }
}

@media (width >= 992px) {
  .container-top-icons {
    padding-top: 1rem;
  }
  
  .grey {
    padding-top: 5rem;
    margin-bottom: -40px;
  }
}

@media (width <= 1199.98px) {
  .main-pic {
    text-align: center;
  }
  
  .trial-data-types {
    max-width: 300px;
  }
  
  .features-heading {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
  }
  
  .grey .text {
    margin-bottom: 0;
  }
  
  .text,
  .lead {
    font-size: 1rem;
  }
  
  .text {
    line-height: 20px;
  }
  
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (width >= 1200px) {
  .main-pic {
    text-align: right;
  }
  
  .features-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
  }
  
  .container {
    padding-right: 0;
    padding-left: 0;
  }
  
  .container-marketing {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  
  .top-buttons {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  
  .glide__slide {
    min-width: 1230px;
    border: 10px solid white;
  }
  
  .text,
  .lead {
    font-size: 1.25rem;
  }
}

/* main-pic position */
@media (width >= 992px) and (width <= 1279.98px) {
  .main-pic img {
    margin-right: -15%;
  }
}

@media (width >= 1280px) and (width <= 1439.98px) {
  .main-pic img {
    max-width: 100%;
    margin-right: 0%;
  }
}

@media (width >= 1440px) and (width <= 1919.98px) {
  .main-pic img {
    max-width: 110%;
    margin-right: -15%;
  }
}

@media (width >= 1920px) {
  .main-pic img {
    max-width: 120%;
    margin-right: -25%;
  }
}
