@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap");
body {
  background: #080808;
  font-family: "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
/* Banner start.....................*/
.navbar-brand {
  width: 100px;
  height: 100px;
}

.carousel-caption {
  top: 21%;
  text-align: left;
}

.nav-link {
  color: #f9d306;
  text-transform: uppercase;
}

.carousel-caption h1 {
  text-transform: uppercase;
  font-weight: 700;
  size: 48px;
}

.carousel-caption span {
  color: #f9d306;
  font-weight: 700;
  size: 48px;
  text-transform: uppercase;
}

.btn-success {
  background-color: #f9d306;
  border: #f9d306;
  color: black;
}

.btn-success:hover {
  background-color: #d6a400;
  border: #d6a400;
}

.instant-with {
  margin: 100px 0;
  text-align: center;
}

.instant-with p {
  font-size: 35px;
  font-weight: 700;
  color: white;
}

/*end banner...................................*/
/*start....We Are KOB................*/
.we_are_kob {
  background-image: url("../images/Rectangle31.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.we_are_kob h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.we_are_kob h2 {
  text-transform: uppercase;
  font-weight: 600;
  size: -19px;
  text-align: center;
  font-size: 48px;
  color: #f9d306;
}

.we_are_kob h3 {
  font-weight: 600;
  font-size: 24px;
  color: #f9d306;
}

.we_are_kob p {
  color: #fff;
}

.we_are_kob .btn-danger {
  background-color: #C30000 !important;
}

.allevent {
  padding: 50px 0;
}

.allevent h1 {
  font-weight: 600;
  font-size: 48px;
  color: #f9d306;
}

.allevent li {
  font-weight: 600;
  font-size: 34px;
  color: #fff;
}

.how_works {
  padding: 50px 0;
}

.how_works h1 {
  font-weight: 600;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.how_works h4, p {
  color: #fff;
}

.d-seteps {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 80px 75px;
  font-size: 14px;
  text-align: center;
  background-image: url(../images/steps.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

.d-seteps-img {
  background-image: url(../images/red-box-img.jpg);
  height: 264px;
  width: 268px;
  border-radius: 0px;
}

.how_works1 h2 {
  font-size: 64px;
  color: #fff;
  font-weight: 300;
}

.how_works1 span {
  color: #f9d306;
}

.how_works1 h3 span {
  color: #f9d306;
  font-size: 24px;
  text-transform: uppercase;
}

.whykrrish {
  padding: 50px 0;
  color: #fff;
}

.whykrrish h1 {
  font-size: 48px;
  color: #f9d306;
  text-align: center;
  margin-bottom: 30px;
}

.whykrishbox {
  background: url(../images/image28.png) no-repeat #c40000;
  background-size: cover;
  font-size: 16px;
  text-align: center;
  padding: 15px;
  height: 350px;
  border-radius: 15px;
}

.copyright {
  color: #cfcfcf;
  border-top: 1px solid #fff;
}

.nav-link:hover {
  color: #d6b702e3;
}

.card-padding {
  padding: 16px;
  border-color: #f9d306;
  background-color: black;
  border-radius: 15px;
  margin-top: 30px;
}

/*end....We Are KOB................*/
/*# sourceMappingURL=style.css.map */