/*  Wridz - Recovered from web.archive.org
    Original template: Globing | Responsive Bootstrap 4 Landing Template
    Rebuilt as static site
*/

:root {
  --fontBody: 'Montserrat', 'Roboto Condensed', sans-serif;
  --paletteColor1: #004cff;
  --paletteColor2: #005bea;
}

body {
  font-family: var(--fontBody);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

p {
  font-size: 15px;
}

a {
  text-decoration: none !important;
  outline: none;
}

.btn, .btn:focus, button, button:focus {
  outline: none !important;
}

/* Back to top / signup button */
.back-to-top {
  padding: 0.5em;
  position: fixed;
  bottom: 10px;
  right: 15px;
  display: block;
  text-align: center;
  z-index: 10000;
  border-radius: 10px;
  color: white !important;
  background-color: #004cff;
  transition: all 0.5s;
}

.back-to-top:hover {
  background-color: #003bcc;
  color: white !important;
}

/* Helper */
.section {
  padding-top: 50px;
  position: relative;
  background-color: #fff;
}

.title {
  text-transform: uppercase;
  font-size: 24px;
}

.title-subtitle {
  max-width: 600px;
}

.vertical-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-overlay {
  background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
  background: linear-gradient(to top, #005bea, #00c6fb);
  opacity: 0.6;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

/* Navbar */
.navbar-custom {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 0px !important;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav li a {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 16px;
  background-color: transparent !important;
  margin: 0 7px;
  letter-spacing: 0.05em;
  line-height: 24px;
  transition: all 0.5s;
}

.navbar-custom .navbar-brand {
  color: #004cff !important;
  text-transform: uppercase;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.wridzBanner {
  max-height: 65px;
  max-width: 125px;
}

@media (max-width: 991px) {
  .wridzBanner {
    max-height: 55px;
  }
}

.navbar-custom .navbar-toggler {
  color: #fff;
  font-size: 35px;
  padding: 0px;
}

.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li.active a {
  color: #004cff !important;
  transform: scale(1.1);
}

.navbar-custom.nav-sticky {
  background-color: #1a1a1a !important;
  padding: 15px 0px;
}

/* Home */
.bg-home {
  position: relative;
  padding: 190px 0;
  height: 750px;
  background-size: cover;
  background-position: center;
}

.home-title {
  font-size: 58px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px black;
  color: #fff;
}

.home-subtitle {
  font-size: 16px;
  line-height: 2;
  color: rgba(255,255,255,0.8);
}

/* Half-home (subpages) */
.half-home {
  background-size: cover;
  background-position: center;
  height: 250px;
}

/* Services */
.services-box {
  transition: all 0.5s;
  padding: 30px;
}

.services-box:hover {
  transform: translateY(-5px);
}

.services-box .services-icon {
  font-size: 32px;
  color: #004cff;
  margin-bottom: 20px;
}

/* FAQ buttons */
.buttonBase {
  display: inline-block;
  padding: 15px 40px;
  margin: 10px;
  border: 2px solid #004cff;
  background-color: #004cff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  min-width: 250px;
}

.buttonBase:hover {
  background-color: #003bcc;
  border-color: #003bcc;
  color: #fff;
}

/* Contact form */
.contact-form .form-control {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  height: 45px;
  box-shadow: none !important;
  margin-bottom: 15px;
}

.contact-form textarea.form-control {
  height: auto;
}

.contact-form .btn-custom {
  background-color: #004cff;
  color: #fff;
  border: 1px solid #004cff;
  padding: 12px 34px;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px;
  transition: all 0.5s;
}

.contact-form .btn-custom:hover {
  background-color: #003bcc;
  border-color: #003bcc;
}

/* Footer */
.footer {
  padding: 40px 0;
  background-color: #f8f9fa;
  background-size: auto;
}

.footer .social-icon {
  font-size: 20px;
  margin: 0 10px;
  transition: all 0.3s;
}

.footer .social-icon:hover {
  color: #004cff !important;
}

.footer-terms a {
  color: #6c757d;
  margin: 0 10px;
  transition: all 0.3s;
}

.footer-terms a:hover {
  color: #004cff;
}

.copy-rights {
  font-size: 14px;
}

/* Content pages */
.content-page {
  padding: 60px 0;
  min-height: 60vh;
}

.content-page h2 {
  margin-bottom: 20px;
}

.content-page p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.content-page ul {
  margin-bottom: 15px;
}

.content-page li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* Fadein animation */
.fadein {
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  to { opacity: 1; }
}

/* Social icons */
.social .list-inline-item {
  margin: 0 5px;
}

.social .social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all 0.3s;
}

.social .social-icon:hover {
  background-color: #004cff;
  border-color: #004cff;
  color: #fff !important;
}

/* Responsive */
@media (max-width: 991px) {
  .bg-home {
    height: auto;
    padding: 120px 0;
  }
  .home-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .bg-home {
    padding: 80px 0;
  }
  .home-title {
    font-size: 28px;
  }
  .buttonBase {
    min-width: 200px;
    padding: 12px 30px;
    font-size: 14px;
  }
}

/* Nav social */
.nav-social .facebook {
  border: 2px solid #5f5f5f;
  border-radius: 50%;
  height: 40px;
  display: inline-block;
  width: 40px;
  text-align: center;
  line-height: 38px;
}
