/** Banner **/
section.main-banner {
  max-height: 680px;
  height: 680px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.join-form-content {
    position: relative;
    z-index: 99;
}
section.main-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, #00046500 0%, #101010d9 100%);
}

.banner-content {
  padding: 2rem 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9999;
  top: -7rem;
}

section.main-banner .banner-content h6 {
  font-size: 18px;
  letter-spacing: 5.4px;
  line-height: 1;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.banner-content h2 {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 3rem;
  letter-spacing: 0.5rem;
}

.banner-content h1,
.banner-content b {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 64px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.5;
  word-spacing: 0;
  margin-bottom: 1.5rem;
}

.banner-content b {
  font-weight: bold;
  letter-spacing: 0.2rem;
  font-family: "Lora", serif;
}

.banner-content p {
  padding: 1.5rem 0 0;
  font-weight: 100;
  line-height: 2;
  max-width: 90%;
  margin: 0 auto;
}


/* Join Now Bar Section css */

section.join-now {
  position: relative;
  top: -8rem;
}

.join-form-content {
  /* background: linear-gradient(93.43deg, #000465 25.67%, #1C8C67 96.31%);
  border-radius: 20px;
  padding: 3.2rem 5rem 3.2rem 4rem;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center; */
}

.join-left {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(93.43deg, #000465 25.67%, #000465 96.31%);
    padding: 3.2rem 5rem 3.2rem 4rem;
    border-radius: 20px;
    width: 100%;
    background: #ddf6ef;
}

.join-left .box-grid {
  display: flex;
  justify-content: space-evenly;
  color: #fff;
  text-align: center;
  align-items: center;
}

.box-grid-img {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-right: 5rem;
  color: #000;
}

.box-grid-img img {
  background-color: #000465d4;
  border-radius: 50px;
  margin-bottom: 5px;
}

.box-grid-img p {
  margin: 0.5rem 0 0.2rem;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3.6px;
  color: #fff;
}

.box-grid-img:nth-child(4) {
  padding-right: 0;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.box-grid-img .price {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  color: #000;
}

.join-form-content .join-right {
  max-width: 30%;
  flex-basis: 30%;
}

.join-form-content .join-right button.primary-button {
  width: 100%;
  max-width: 281px;
  margin: 0 auto;
  display: block;
  background: #ff;
  border: 1px solid #fff;
}

/* Join Now Model */
.banner-content-model {
  /* background: linear-gradient(93.43deg, #000465 25.67%, #1C8C67 96.31%); */
  padding: 2rem 0;
  text-align: center;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
  background-color: #ECFFFA;
}

.banner-content-model h2 {
  color: #000465;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.5rem;
  margin-bottom: 1rem;
}

.banner-content-model h1,
.banner-content-model b {
  color: #3F9F7F;
  font-family: "Raleway", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 2rem;
  word-spacing: 0;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

.banner-content-model b {
  font-weight: 800;
  letter-spacing: 0;
  font-family: "Lora", serif;
}

.banner-content-model p {
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  max-width: 720px;
  margin: 0 auto;
  color: #fff;    display: none;
}
