/**
 * PEYUP BOOTSTRAP 5 CUSTOM CSS
 * BOOTSTRAP CLEASSES NOT OVERRIDEDED 
 * 
 * @author    Sakib Hasan<shakibdhaka40@gmail.com>
 * @copyright https://www.peyup.com/copyright
 * @link      https://www.peyup.com
 */

* {
  font-family: "Roboto";
}
:root {
  --bs-primary: #352d83 !important;
}
.border-primary {
  border-color: var(--bs-primary) !important;
}
.nav-item a:hover {
  color: var(--bs-primary) !important;
}
.nav-item .peyup-btn-hover:hover {
  color: #fff !important;
}
.peyup-btn-hover:hover {
  background-color: var(--bs-primary) !important;
}
.top-header-left {
  flex-basis: 48%;
}
.top-header-left h1 {
  font-size: 2.7rem !important;
  font-weight: 900 !important;
  line-height: 3.5rem !important;
}
.top-header-left p {
  font-size: 1rem !important;
  font-weight: 300 !important;
  line-height: 1.5rem !important;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
.blue-banner-section {
  margin-top: 90px;
  height: 360px;
  background-image: url("../img/Home\ Banner\ Blue.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.blue-banner-section h3 {
  font-weight: 900 !important;
}
.blue-banner-section a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.blue-banner-section p {
  padding-left: 250px;
  padding-right: 250px;
  font-weight: 100 !important;
  font-size: 15px;
}
.blue-banner-section p b {
  font-weight: 900 !important;
}
.features-section {
  margin-top: 130px;
}
.features-header span {
  position: relative;
  font-weight: 800;
  font-size: 30px;
  color: var(--bs-primary) !important;
}
.features-header span::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 10px;
  background-color: #383eca2b;
  left: 0px;
  bottom: 2px;
  margin: 0px -10px 0px -10px;
}
.features-header p {
  font-weight: 100 !important;
  font-size: 16px;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.peyup-mt-140 {
  margin-top: 140px;
}
.peyup-mt--30 {
  margin-top: -30px;
}
.peyup-mt-150 {
  margin-top: 150px;
}
.single-featutre h2 {
  font-size: 26px;
  font-weight: 900;
}
.news-letter-section {
  margin: 200px 0px;
}
.peyup-max-w {
  width: 450px;
}
.footer-section h1 {
  font-weight: bolder;
  font-size: 50px;
}
.footer-section p {
  font-size: 22px;
}
.footer-section img {
  height: 120px;
  display: block;
  margin: 150px auto 15px auto;
}
.copyright {
  font-size: 14px !important;
}
.navbar-toggler img {
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .top-header-right img {
    height: 250px;
    width: 100%;
  }
  .blue-banner-section p {
    padding: 0px;
  }
  .single-featutre img {
    width: 100%;
  }
  .navbar-brand img {
    height: 50px;
    width: auto;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem var(--bs-primary);
  }
  .peyup-btn-hover {
    width: 130px;
  }
  .navbar-nav {
    margin-top: 20px;
  }
  .top-header-left h1 {
    font-size: 26px !important;
    text-align: center;
    line-height: normal !important;
  }
  .top-header-left p {
    text-align: center;
    font-size: 14px !important;
  }
  .top-header-group input {
    text-align: center;
  }
  .top-header-group button {
    margin-top: 10px;
    width: 100% !important;
  }
  .blue-banner-section {
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 50px 0px;
  }
  .blue-content-group h3 {
    text-align: center;
  }
  .peyup-mt-140,
  .peyup-mt--30,
  .peyup-mt-150 {
    margin-top: 50px;
  }
  .peyup-max-w button {
    margin-top: 15px;
    width: 100% !important;
  }
}
