body {
  line-height: 1.6;
  background-color: #f5f5f7;
}
.container {
  max-width: 1200px;
}
.footer,
section {
  background: none !important;
}
a:focus,
button:focus,
.btn:focus {
  outline: none;
}
a {
  color: #000000;
}
a:hover,
a.cta,
.text-primary {
  color: #0063ff !important;
}
.btn {
  font-weight: 400;
  color: #0063ff;
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #0063ff;
  border-color: #0063ff;
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
}
.btn-group-rounded-pill .btn {
  border-radius: 50rem;
  padding: 1.1rem 2.5rem;
  font-weight: 600;
}
.card-header {
  border-bottom: none;
}
.badge-secondary {
  background-color: #ddd;
}

.navbar-brand {
  height: auto !important;
}
#pixai-digital-logo {
  width: 130px;
}
#hp-arrow-down {
  font-size: 35px;
}
.vh-30 {
  min-height: 30vh;
}
.vh-70 {
  min-height: 70vh;
}
.vh-80 {
  min-height: 80vh;
}
.vh-90 {
  min-height: 90vh;
}
.modal-open .modal {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.modal-content {
  border-radius: 0 0 15px 15px !important;
}
.card-body {
  color: #000;
  font-weight: 400;
  font-size: 2rem;
}

.card-body p {
  font-size: 2rem;
}
.card-header h5 {
  padding-right: 10px;
}
.card-bg {
  min-height: 650px;
  background-position: center;
  border-radius: 20px !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.heading.h1 {
  font-size: 4.5rem;
  font-weight: 700;
}
.subheading {
  line-height: 1.5;
}
h1,
.h1 {
  font-weight: 700;
  text-shadow: 0px 1px 1px darkgray;
}
.inversed .h1 {
  color: white;
}
.card-bg.inversed {
  background-color: black;
}
.card-bg.background-contain {
  background-size: contain;
  background-position: bottom;
}
.money-bag-emoji {
  max-width: 60px;
}
/*Messages*/
.chat {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.messages {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.message {
  border-radius: 20px;
  padding: 8px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  box-shadow: 0 1px 1px rgba(68, 68, 68, 0.15);
}
.yours {
  align-items: flex-start;
}
.yours .message {
  margin-right: 25%;
  background-color: #e9e9ea;
  position: relative;
}
.yours .message.last:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -7px;
  height: 20px;
  width: 20px;
  background: #e9e9ea;
  border-bottom-right-radius: 15px;
}
.yours .message.last:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -10px;
  width: 10px;
  height: 20px;
  background: #f5f5f7;
  border-bottom-right-radius: 10px;
}
.mine {
  align-items: flex-end;
}
.mine .message {
  color: white;
  margin-left: 25%;
  background: #1c8dfd;
  background-attachment: fixed;
  position: relative;
}
.mine .message.last:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -8px;
  height: 20px;
  width: 20px;
  background: #1c8dfd;
  background-attachment: fixed;
  border-bottom-left-radius: 15px;
}
.mine .message.last:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 20px;
  background: #f5f5f7;
  border-bottom-left-radius: 10px;
}
.card .align-middle {
  position: absolute;
  top: 20%;
}
.card.card-half .align-middle {
  top: 10%;
}
.card .align-middle.text-position-top {
  top: 15%;
}
/*Messages*/
/* Mobile devices (tablets, 768px and down) */
@media (max-width: 768px) {
  .mt-10,
  .my-10 {
    margin-top: 4.5rem !important;
  }
  #pixai-digital-logo {
    width: 90px;
  }
  .heading.h1 {
    font-size: 2.2rem;
  }
  .lead {
    font-size: 1.2rem;
  }
  h5,
  .h5 {
    font-size: 1rem;
  }
  .card-body {
    font-size: 2rem;
  }
  .money-bag-emoji {
    max-width: 25px;
  }
  #navbar-main a {
    font-size: 0.7rem;
  }
}
/* Mobile devices (tablets, 1410px and down) */
@media (max-width: 1410px) {
}
/* Mobile devices (tablets, 992px and down) */
@media (max-width: 992px) {
}
/* Mobile devices (tablets, 768px and down) */
@media (max-width: 768px) {
  .heading.h1,
  h1 p {
    font-size: 3rem !important;
  }
  body {
    line-height: 1.5;
  }
}
/* Mobile devices (tablets, 541px and down) */
@media (max-width: 541px) {
  .heading.h1,
  .h1,
  h1 p {
    font-size: 2.1rem !important;
  }
  #hero-panels .card .h1 {
    font-size: 1.5rem !important;
    text-shadow: none;
  }
  .h4.subheading {
    font-size: 16px;
    line-height: 24px;
  }
  .hero .lead,
  .hero p {
    font-size: 16px;
  }
  .card-bg {
    background-position: center bottom;
    background-size: contain;
    min-height: 430px;
  }
  .card .align-middle,
  .card .align-middle.text-position-top {
    top: 10%;
  }
}
/* Mobile Small devices (tablets, 415px and down) */
@media (max-width: 415px) {
  .col-xl-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .mt-xs-6 {
    margin-top: 4.5rem !important;
  }
  .hero .lead,
  .hero p {
    font-size: 15px;
  }
  .badge {
    font-size: 12px;
  }
}
/* Mobile devices (tablets, 321px and down) */
@media (max-width: 321px) {
  .hero .lead,
  .hero p {
    font-size: 11px;
  }
}
