@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');


.bg-danger {
  background-color: #ed1c24 !important;
}


.motorcycle-home {
  background-image: url("/image/catalog/slider-new-3.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 23rem;
background-color: black;
}

.min {
  min-height: 80px;
}

.min-s {
  min-height: 86px;
}
 

ul {
  margin: 0px;
  padding: 0px;
}

ul li{
  list-style-position: inside;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif !important;
  font-weight: normal !important;
  color: #333 !important;
  margin-top: 0px !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit
}


h1 {
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
h2 {
  font-size: 40px !important;
  line-height: 1.2 !important;
}
h3 {
  font-size: 28px !important;
  line-height: 1.2 !important;
}
h4 {
  font-size: 22px !important;
  line-height: 1.2 !important;
}
h5 {
  font-size: 18px !important;
  line-height: 1.2 !important;
}
h6 {
  font-size: 16px !important;
  line-height: 1.2 !important;
}
a {
  color: #001232;
}
a:hover {
  color: #ed1c24;
  text-decoration: none;
}

.btn-style {
  background-color: #ffb52f;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  padding: 14px 33px 12px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  z-index: 99;
  border: 1px solid #ffb52f;
}

.btn-style:hover, .btn-style:focus {
  border: 1px solid #001232;
  color: #ffffff;
  background-color: #001232;
  box-shadow: none;
}

.btn-style.disabled,
.btn-style:disabled {
  border: 1px solid #ffb52f;
  background-color: #ffb52f;
  opacity: 0.8;
}

.btn-secondary {
  background-color: #fff;
  border-radius: 0;
  color: #001232;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  padding: 14px 33px 12px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  z-index: 99;
  border: 1px solid #e8e8e8;
}

.btn-secondary:hover, .btn-secondary:focus {
  border: 1px solid #ed1c24;
  color: #202020;
  background-color: #ed1c24;
  box-shadow: none;
}

.title-name {
	min-height: 40px!important;

}

.btn-we {
  margin: 0px 0px 15px 0px;
  display: block;
}

button:focus {
  outline: none;
}

p {
  font-size: 14px !important;
  font-weight: normal;
  color: #454545;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif !important;
}

.form-check .form-check-input {
  border: 1px solid #dcdcdc;
}

.upper 
{
 text-transform: uppercase;
}


.btn-link {
  color: #444;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.btn-link:hover{
  color: #ed1c24;
  text-decoration: none;
}

ul {
  margin: 0px 0px 0px 0px;
}

ul.list-style li{
  list-style-position: inside;
}

#error-not-found {
  margin-bottom: 90px;
}

.modal-dialog {
  margin: 20% auto;
}

.btn-info {
    margin-bottom: 15px;
}

.banner-area {
  margin-top: 15px;
}
.banner-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.banner-wrapper::before {
  position: absolute;
  content: "";
  background-color: #001232;
  opacity: .65;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.banner-wrapper::after {
  border: 1px solid #76818c;
  bottom: 40px;
  content: "";
  left: 40px;
  position: absolute;
  right: 40px;
  top: 40px;
  transition: all 0.4s ease 0s;
  z-index: 9;
  pointer-events: none;
}
.banner-content {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  padding: 10px;
}
.banner-content > h2 {
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 28px !important;
  letter-spacing: .3px !important;
  margin: 0 !important;
}
.banner-wrapper:hover::after{
  left: 20px;
  bottom: 20px;
  right: 20px;
  top: 20px;
}
.banner-wrapper:hover .banner-content > h2 {
  animation: 700ms ease-in-out 0s normal none 1 running zoomIn;
}

.product-area {
  margin-top: 50px;
  padding-bottom: 10px;
}

.product-area .section-title {
  margin-bottom: 60px;
}


.section-title > h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.section-title.section-fluid > p {
  width: 36%;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  margin: 0 auto;
}
.section-title > p span {
  font-weight: 600;
  color: #303030;
}

.product-tab-list {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.product-tab-list a h4 {
  color: #001232;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px;
  padding: 11px 26px 12px;
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.product-tab-list a.active h4 {
  color: #001232;
  background-color: #ed1c24;
}

.bg-img {
  background-position: center;
  background-size: cover;
}

.pagination li{
  display: inline-block;
  margin: 0 3px;
}
.pagination li.active span {
  background-color: #ed1c24;
  color: #fff;
}

.pagination li a,
.pagination li span {
  background-color: #f1f1f1;
  border-radius: 50px;
  color: #3f3f3f;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 35px;
  line-height: 38px;
  text-align: center;
  width: 35px;
}

.pagination-results {
  color: #444;
  letter-spacing: 0.4px;
  padding-top: 10px;
}

.search-title {
  color: #fff !important;
  font-size: 17px !important;
}

.navbar-toggler {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
}

.logo-small-device {
  margin-bottom: 10px;
}

#filter-module-toggle {
  background-color: #ed1c24 !important;
  color: #fff;
  display: inline-block;
  padding: 10px 14px 10px 13px;
  border-color: #ed1c24;
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase;
  font-size: 16px;
}

.form-control-header {
  min-width: 100%;
}

.btn-submit-header {
  background-color: #ed1c24;
  color: #001232;
  font-size: 17px;
  font-weight: bold;
  padding: 6px 26px 6px;
  width: 100%;
}

@media (min-width: 576px) {
    .container {
        max-width: 96%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 96%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 96%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1200px
    }
}

@media (max-width: 1100px) {
  .want-to-talk {
    font-size: 18px !important;
  }
}

  
@media  (min-width: 768px) {
  .navbar-expand-lg .navbar-collapse {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
