/*!
 * Start Bootstrap - Landing Page v5.0.0 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

/* Root variables */
:root {
  --primary-color: #E1306C;
  --body-color: #f7f7f7;
  --text-color: #636363;
  --text-color-dark: #000;
  --white-color: #fff;
  --light-color: #f8f9fa;
  --font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  /* Bootstrap colors */
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

/* Box sizing */
*, ::after, ::before {
  box-sizing: border-box;
}

/* Selection */
::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

/* Body */
body {
  margin: 0;
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-color);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-weight: var(--bs-body-font-weight);
  text-align: var(--bs-body-text-align, left);
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family), sans-serif;
  font-weight: 700;
}

/* Header Masthead */
header.masthead {
  position: relative;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-color: #343a40;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
header.masthead h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

/* Showcase */
.showcase .showcase-text {
  padding: 3rem;
}
@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}
.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

/* AJAX Result */
.ajax-res {
  display: none;
}

/* Features Icons */
.features-icons {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.features-icons .features-icons-item {
  max-width: 20rem;
}
.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}
.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}
.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

/* Instructions */
.instructions {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.instructions .testimonial-item {
  max-width: 18rem;
}
.instructions .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

/* Call to Action */
.call-to-action {
  position: relative;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-color: #343a40;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

/* Footer */
footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer-white-links a {
  color: #fff;
}
.footer-white-links a:hover {
  color: #f8f9fab5;
}

/* Utility Classes */
.bg-pink {
  background-color: #b20cff !important;
}
.bg-blue {
  background-color: #5851DB !important;
}
.bg-white {
  background-color: var(--white-color) !important;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.text-pink {
  color: #e1306c;
}

/* Buttons */
.btn-blue {
  color: #fff;
  background-color: #5851DB;
  border-color: #5851DB;
}
.btn-blue:hover {
  color: #fff;
  background-color: #5851DB;
  border-color: #5851DB;
}
.btn-pink {
  color: #fff;
  background-color: #E1306C;
  border-color: #E1306C;
}
.btn-pink:hover {
  color: #fff;
  background-color: #c30e4a;
  border-color: #E1306C;
}
