@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root{
  --primary: #249c74;
  --secondary: #249c74;
  --btn-primary: #272727;
  --btn-primary-hover-text: #ffffff;
}

body {
  font-family: 'Roboto', sans-serif;
  /* font-family: 'Josefin Sans', sans-serif; */
  background-color: #ffffff;
  font-size: 16px;
}

a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000;
  text-transform: capitalize;
  text-decoration: none;
}

a:hover {
  color: #000;
}

.btn-primary {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: capitalize;
  background-color: transparent;
  color: #ff7b20;
  font-size: 18px;
  border: solid 1px #ff7b20;
  padding: 15px 45px;
  position: relative;
  border-radius: 0px;
  transition: all linear 0.3s;
  text-decoration: none;
}
.btn-primary:hover {
  background-color: transparent;
  border-color: var(--btn-primary);
  color: var(--btn-primary-hover-text);
}
.btn-primary:hover, .btn-primary:active,
.btn-primary:focus, .btn-primary.focus{
  background-color: transparent;
  border-color: var(--btn-primary);
  color: #000;
}
a{
  text-decoration: none !important;
}


.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #393653 !important;
}
.owl-dots .owl-dot.active {
  width: 20px;
  height: 8px;
  border-radius: 10px;
  background-color: #1f9417 !important;
}
.section-padding {
  padding: 80px 0px;
}
.bmw-section-heading {
  max-width: 420px;
  margin: 0 auto;
}
.bmw-section-heading h4 {
  font-size: 38px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 18px;
  color: #fff;
}
.bmw-section-heading h4 strong {
  font-weight: 700;
}
.bmw-section-heading p {
  color: #737373;
}

/* Global End */

/* Header */
.main-header .navbar {
  padding: 0;
}
.bmw-nav__wrap .navbar-brand img {
  max-width: 70px;
}
.bmw-nav__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.main-header .navbar svg {
  width: 100px;
}

.main-header {
  background-color: #ffffff;
  margin-bottom: 10px;
  box-shadow: 0px 0px 17px 1px rgb(0 0 0 / 12%);
}
.main-header .navbar-nav .nav-link {
  color: #000;
  text-transform: capitalize;
  padding: 20px 0px;
  font-weight: 500;
  position: relative;
}
.main-header .navbar-nav .nav-link.active:after {
  position: absolute;
  top: 0px;
  background-color: #1f9417;
  content: '';
  width: 100%;
  height: 2px;
  left: 0px;
  top: 50%;
}
.main-header .navbar-nav li.nav-item {
  padding: 0px 15px;
}

.main-header__contact--list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.main-header__contact--list a {
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
}


/* Banner */

.bmw-banner {
  position: relative;
  padding: 50px 0px 80px 0px;
}
/* .bmw-banner:after {
  position: absolute;
  left: 0;
  background-color: #ebf3fa;
  height: 100%;
  width: 50%;
  content: '';
  top: 0px;
  z-index: -1;
} */
.bmw-banner .bmw-widget p.top-p {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #868686;
}
.bmw-banner .bmw-widget {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* .bmw-banner .bmw-banner-wedget {
  padding-left: 100px;
} */
.bmw-banner .bmw-banner-wedget h1 {
  position: relative;
  text-transform: uppercase;
  color: #1f9417;
  margin-bottom: 10px !important;
  font-size: 36px;
  font-weight: 900;
  font-family: 'Josefin Sans', sans-serif;
}
.bmw-testimonial ul li h3 {
  color: #0c0c0c;
  font-weight: 200;
  font-size: 30px;
}
.bmw-banner .bmw-banner-wedget h2 {
  font-size: 24px;
  margin-top: 0px;
  color: #1f9417;
  font-weight: 700;
  margin-bottom: 30px !important;
}
/* .bmw-banner .bmw-banner-wedget h1:before {
  position: absolute;
  content: '';
  background-color: #1f9417;
  height: 2px;
  width: 80px;
  left: -100px;
  top: 27px;
} */

/* END Banner */

.bmw-upcoming-wrapper {
  padding: 80px 0px;
  background-color: #3f3d56;
}
.countdown {
  display: flex;
  transform-style: preserve3d;
  perspective: 500px;
  margin: 0 auto;
  justify-content: center;
}
.countdown.remove {
  animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
  overflow: hidden;
}
.number, .separator {
  display: block;
  color: #000;
  font-size: 45px;
  font-weight: 700;
  position: relative;
  text-align: center;
  width: 64px;
  font-family: 'Josefin Sans', sans-serif;
}
.separator {
  margin: 0;
  width: 2rem;
  top: -7px;
  color: #F5FBEF;
}
.new, .old, .current {
  color: #000;
  position: absolute;
  border-radius: 1rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.current {
  color: #F5FBEF;
}
.new {
  animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}
.old {
  animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}
.countdown section {
  position: relative;
}
#js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
  content: "Days";
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -15px;
  font-size: 16px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

#js-days:after {
  color: #F5FBEF;
}

.bmw-upcoming-wrapper p {
  color: #F5FBEF;
  text-transform: capitalize;
  font-weight: 400;
}
.bmw-upcoming-wrapper a {
  color: #F5FBEF;
  border: solid 1px #F5FBEF;
  text-transform: capitalize;
  padding: 11px 20px;
  display: inline-block;
  text-decoration: none;
}
#js-hours:after {
  content: "Hours";
  color: #F5FBEF;
}
#js-minutes:after {
  content: "Minutes";
  color: #F5FBEF;
}

#js-seconds .new,
#js-seconds .old {
  color: #F5FBEF;
}

#js-seconds:after {
  content: "Seconds";
  color: #F5FBEF;
}
@keyframes hide-countdown {
  to {
    height: 0;
    overflow: hidden;
  }
}
@keyframes show-new {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes hide-old {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
  }
}


/* END */



.join-widget {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.join-widget h4 {
  font-size: 34px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: capitalize;
  font-weight: 300;
}
.join-widget h4 strong{
  font-weight: 700;
}
.join-widget .bmw-total-mamber h4{
  font-weight: 700;
}
.join-widget .bmw-total-mamber {
  margin-top: 20px;
}

.bmw-join__steps {
  padding-left: 20px;
}

.bmw-join__steps li {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}
.bmw-banner .bmw-widget p {
  text-transform: capitalize;
  font-weight: 400;
  color: #6f6f6f;
}

/* Staking Options */
.bmw-ticket {
  background-size: cover;
  padding: 60px 0px;
  position: relative;
  background-color: #3f3d56;
  z-index: 9999;
}
/* .bmw-ticket:before {
  position: absolute;
  content: '';
  background-color: #1F9417;
  height: 170px;
  width: 100%;
  left: 0;
  right: 0px;
  bottom: 0px;
} */
.bmw-ticket svg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.bmw-ticket .btn-primary {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.bmw-ticket iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  z-index: 9999;
}
.bmw-ticket .bmw-section-heading p {
  color: #fff;
  font-weight: 300;
}
.bmw-ticket .fl-staking-widget {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px 15px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 54%);
}
.bmw-ticket .fl-staking-widget img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}
.bmw-ticket .fl-staking-widget ul {
  padding: 0px 75px;
  margin: 20px 0px;
}
.bmw-ticket .fl-staking-widget li {
  color: #000;
  list-style: none;
  font-weight: 600;
  font-size: 12px;
  padding: 8px 0px;
}
.bmw-ticket .fl-staking-widget li .fa-check-circle {
  color: #00ca5e;
  font-size: 16px;
  margin-right: 10px;
}
.bmw-ticket .fl-staking-widget li .fa-times-circle{
  color: #b21919;
  font-size: 16px;
  margin-right: 10px;
}
.bmw-ticket .fl-staking-widget h4 {
  color: #000;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 4px;
}
.bmw-ticket .fl-staking-widget p {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
}
.fl-staking-widget.fl-staking-widget-center {
  background-color: #2b478b;
  z-index: 99;
  transform: scale(1.1);
}
.fl-staking-widget.fl-staking-widget-center p,
.fl-staking-widget.fl-staking-widget-center h4,
.fl-staking-widget.fl-staking-widget-center li {
  color: #fff;
}
.bmw-ticket .fl-staking-widget .custom-btn {
  width: 100%;
  background-color: #1F9417;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 10px;
  padding: 14px 0px;
  text-transform: capitalize;
}
.fl-staking-widget.fl-staking-widget-center .custom-btn {
  color: #1a8006;
  background-color: #fff;
}



/* Bogo */


.bmw-blog .post-wrapper .post-user img {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  margin-right: 11px;
}
.bmw-blog .post-wrapper .post-user a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
.bmw-blog .blog-img .blog-date {
  position: absolute;
  top: 50%;
  right: 0px;
  background-color: #000;
  width: 80px;
  display: flex;
  height: 80px;
  align-items: center;
  border: solid 1px #1F9417;
  transform: translateY(-50%);
  flex-direction: column;
  justify-content: center;
}

.bmw-blog .blog-img img {
  max-width: calc(100% - 40px);
}
.bmw-blog .post-wrapper {
  max-width: calc(100% - 40px);
}
.bmw-blog .blog-img {
  position: relative;
  margin-bottom: 20px;
}
.bmw-blog .post-wrapper h4 {
  font-size: 22px;
  margin-top: 14px;
  font-family: 'Josefin Sans', sans-serif;
}
.bmw-blog .blog-wrapper {
  margin-top: 30px;
}
.post-wrapper .post-user {
  display: flex;
  align-items: center;
}
.bmw-blog .bmw-section-heading {
  text-align: left !important;
  margin: 0 !important;
}
.bmw-blog .bmw-section-heading h4 {
  color: #000;
}
.bmw-blog .blog-img .blog-date h4 {
  color: #fff;
  margin: 0;
  font-family: 'Josefin Sans', sans-serif;
}
.bmw-blog .blog-img .blog-date p {
  color: #fff;
  margin: 0;
}
.bmw-blog .owl-nav {
  position: absolute;
  bottom: -80px;
  right: 0px;
}
.bmw-blog {
  margin-bottom: 40px;
}
.bmw-blog .owl-nav button.owl-next, .bmw-blog .owl-nav button.owl-prev {
  width: 45px;
  font-size: 40px;
  height: 45px;
  background-color: #1F9417;
  line-height: 31px;
  color: #fff;
  margin-left: 2px;
  outline: none;
}
.bmw-blog .owl-nav button:hover {
  background-color: #2b478b;
}


/* team */

.bmw-team {
  padding: 80px 0px;
  background-color: #f2f2f2;
}
.bmw-team h4 {
  color: #000;
}
.bmw-team .team-text {
  margin-top: 20px;
}
.bmw-team .team-wedget .team-img img {
  border-radius: 5px;
}
.bmw-team .team-text h4 {
  font-weight: 700;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 0;
}
.bmw-team .team-text p {
  font-size: 14px;
  margin-top: 10px;
}
.bmw-blog .post-wrapper .post-date a {
  font-size: 12px;
  color: #000;
}
/* END Team */

/* upcoming webinar */

.bmw-upcoming-webinar-tab {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  padding: 0px 20px;
  margin-bottom: 15px;
}
.bmw-upcoming-webinar-tab .bmw-user-tab {
  float: left;
  width: 60px;
  margin-right: 20px;
}
.bmw-upcoming-webinar-tab .bmw-tab-right-text li {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0px;
  list-style: none;
  text-transform: capitalize;
}
.bmw-upcoming-webinar-tab .bmw-user-tab img.img-fluid {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.upcoming-webinar .bmw-upcoming-tab {
  max-width: 770px;
  margin: 0 0 0 auto;
  background-color: #2b478b;
  padding: 60px 0px;
}
.bmw-upcoming-tab .nav li.nav-item {
  width: 33.33%;
}
.bmw-upcoming-tab .nav li.nav-item a {
  border-radius: 0;
  background-color: #1f3b7d;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  border: 0;
  padding: 16px 0px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: capitalize;
}
.bmw-upcoming-tab .nav li.nav-item a.active {
  background-color: #1F9417;
}
.bmw-upcoming-tab .nav-tabs {
  border: 0;
  margin-bottom: 35px;
}
.bmw-upcoming-webinar-tab .bmw-tab-right-text h4 {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0;
  font-size: 18px;
}
.bmw-upcoming-webinar-tab .bmw-tab-right-text .bmw-tab-detail {
  line-height: 18px;
  margin-bottom: 10px;
}
.bmw-upcoming-webinar-tab .bmw-tab-right-text p {
  color: #fff;
  font-size: 14px;
}
.bmw-upcoming-webinar-tab .bmw-tab-right-text .bmw-tab-detail span {
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
}
.upcoming-webinar .bmw-upcoming-tab:before {
  position: absolute;
  content: '';
  max-width: calc(100% - 770px);
  width: 100%;
  background-image: url('../images/img-05.jpg');
  height: calc(100% - 0px);
  left: 0;
  top: 0;
  background-size: cover;
}
.upcoming-webinar .bmw-upcoming-tab .upcoming-heading h4 {
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
}
.upcoming-webinar .bmw-upcoming-tab .upcoming-heading h4 strong{
  font-weight: 700;
}
.upcoming-webinar .bmw-upcoming-tab .upcoming-heading:before {
  background-color: #1F9417;
  position: absolute;
  height: 2px;
  width: 100px;
  left: -113px;
  top: 18px;
  content: '';
}
.upcoming-webinar .bmw-upcoming-tab .upcoming-heading {
  position: relative;
  left: -100px;
  padding-bottom: 60px;
}
/* END upcoming webinar */



/* Discount */
.discount-wrapper {
  text-align: center;
  padding: 80px 0px;
}
.discount-wrapper h6 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 10px;
}
.discount-wrapper p {
  color: #000000;
  margin-bottom: 50px;
  max-width: 560px;
  margin: 0 auto;
}

.discount-wrapper a {
  display: inline-block;
  margin-top: 20px;
  color: #ff7b20;
  border: 1px solid #ff7b20;
}
.discount-wrapper a:hover {
  color: #208f19;
  border: 1px solid #208f19;
}
.bmw-featured-list li {
  display: flex;
}
.bmw-featured-list li .bmw-featured-icon {
  width: 70px;
  height: 70px;
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 20px;
}
.bmw-featured-list li .bmw-featured-icon svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.bmw-featured-list li .bmw-featured-icon:after {
  position: absolute;
  content: '';
  background-color: var(--primary-yallow);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  z-index: -9;
  right: -7px;
  bottom: 0;
}
.bmw-featured-list .bmw-featured-text {
  display: flex;
  align-items: center;
  width: calc(100% - 70px);
}
.bmw-featured-list li .bmw-featured-text h2 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #fff;
}
.bmw-featured-list li .bmw-featured-text p {
  margin: 0;
  color: #fff;
  font-weight: 300;
}
.discount-col-wrapper {
  background-color: #3f983a;
}
/* END discount */





/* Testimonial */

.bmw-testimonial-slide {
  background-color: #f2f2f2;
}
.bmw-testimonial .bmw-section-heading h4 {
  color: #000;
}
.bmw-testimonial ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #7b7b7b;
  list-style: none;
}
#testimonialSlide .bmw-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
}
#testimonialSlide .item {
  text-align: center;
}
#testimonialSlide .item p {
  font-size: 14px;
}
#testimonialSlide .bmw-img h4 {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 15px;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 0;
  font-weight: 600;
}
.bmw-testimonial-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#testimonialSlide .item p.item-pra {
  font-size: 18px;
  font-style: italic;
  color: #909090;
  font-family: 'Josefin Sans', sans-serif;
}
#testimonialSlide .bmw-img p {
  text-transform: capitalize;
  color: #6b6b6b;
}


/* END TestimonialSlide */



/* Footer */

.main-footer {
  padding: 20px 0px;
  background-color: #3f3d56;
}
.main-footer .border-right {
  border-color: #1f9417 !important;
}
.main-footer .f-widget h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 19px;
}
.main-footer .f-widget p {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.main-footer .f-widget .social-icon a {
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.main-footer .f-widget li {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  list-style: none;
}
.main-footer .f-widget .f-logo {
  margin-bottom: 15px;
}
.main-footer .f-widget p i {
  margin-right: 10px;
}
.btm-footer p {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  color: #fff;
}
.fl-social-icon {
  margin-bottom: 20px;
}
.main-footer .f-widget h3 {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffb700;
  margin-bottom: 30px;
}
.main-footer .f-widget h2 {
  font-size: 40px;
  color: #1F9417;
  text-transform: capitalize;
}
.main-footer .f-widget ul {
  padding: 0;
  margin: 0;
}
.main-footer .f-widget ul li {
  list-style: none;
}
.main-footer .f-widget ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 5px 0px;
  text-decoration: none;
}
.main-footer .f-logo p {
  font-size: 14px;
  max-width: 290px;
  margin-top: 15px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 400;
}
.fl-social-icon ul {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
.fl-social-icon ul:before {
  position: absolute;
  content: '';
  background-color: #ffb700;
  height: 1px;
  width: 96%;
  top: -21px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.fl-social-icon ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 8px;
}
.fl-social-icon ul li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url('../images/social-icon.png');
  background-size: 447px;
  background-position: 0px -1px;
}
.fl-social-icon ul li.icon02 a {
  background-position: -49px -1px;
}
.fl-social-icon ul li.icon03 a {
  background-position: -97px -1px;
}
.fl-social-icon ul li.icon04 a {
  background-position: -143px -1px;
}
.fl-social-icon ul li.icon05 a {
  background-position: -188px -1px;
}
.fl-social-icon ul li.icon06 a {
  background-position: -235px -1px;
}
.fl-social-icon ul li.icon07 a {
  background-position: -280px -1px;
}
.fl-social-icon ul li.icon08 a {
  background-position: -326px -1px;
}
.fl-social-icon ul li.icon09 a {
  background-position: -370px -1px;
}
.fl-social-icon ul li.icon10 a {
  background-position: -415px -1px;
}
/* END Footer */