@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.join-now-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .join-now-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .join-now-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .join-now-banner {
    height: 60vh;
  }
}
.join-now-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
@media only screen and (max-width: 540px) {
  .join-now-banner::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 26.44%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(177deg, rgba(0, 0, 0, 0) 43.27%, rgba(0, 0, 0, 0.65) 100%);
  }
}
.join-now-banner .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  margin-top: var(--headerheight);
}
@media only screen and (max-width: 540px) {
  .join-now-banner .video-background .container {
    padding: 0;
  }
}
.join-now-banner .video-background .container .bg-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 1;
  bottom: 30%;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .join-now-banner .video-background .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .join-now-banner .video-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.join-now-banner .video-background .container .bg-wrapper .btn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
  margin: auto;
}
.join-now-banner .video-background .container .bg-wrapper .btn a {
  font-weight: 700;
}
@media only screen and (max-width: 540px) {
  .join-now-banner .video-background .container .bg-wrapper .btn {
    display: flex;
    justify-content: center;
    margin: auto;
  }
}
.join-now-banner .video-background .container .bg-wrapper h1 {
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
  width: 100%;
  max-width: 790px;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .join-now-banner .video-background .container .bg-wrapper h1 {
    font-size: 28px;
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 80%;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 540px) {
  .join-now-banner .video-background .container .bg-wrapper h1 {
    max-width: 90%;
    text-align: center;
    margin: auto;
    font-size: 19px;
    line-height: 1.2;
  }
}
.join-now-banner .video-background .container .bg-wrapper p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--white);
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .join-now-banner .video-background .container .bg-wrapper p {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8784313725);
  }
}
@media only screen and (max-width: 540px) {
  .join-now-banner .video-background .container .bg-wrapper p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: rgba(255, 255, 255, 0.8588235294);
    display: none;
  }
}

.join-now-secAABB {
  position: relative;
  padding: 50px 0;
}
.join-now-secAABB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #FFFFFF 0%, #ACACAC 100%);
}
.join-now-secAABB .container {
  position: relative;
}
.join-now-secAABB .container .left-top {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 4px solid #232963;
  border-top: 4px solid #232963;
  width: 85px;
  height: 45px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .join-now-secAABB .container .left-top {
    left: 2%;
  }
}
.join-now-secAABB .container .right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 4px solid #232963;
  border-bottom: 4px solid #232963;
  width: 85px;
  height: 45px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .join-now-secAABB .container .right-bottom {
    right: 2%;
  }
}
.join-now-secAABB .container .bg {
  display: inline-block;
  font-weight: 700;
  font-size: 400px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%);
  color: rgba(255, 255, 255, 0.1803921569);
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .join-now-secAABB .container .bg {
    font-size: 240px;
    bottom: 0;
  }
}
.join-now-secAABB .container h2 {
  color: #232963;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  max-width: 35%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .join-now-secAABB .container h2 {
    max-width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .join-now-secAABB .container h2 {
    max-width: 65%;
  }
}
@media only screen and (max-width: 540px) {
  .join-now-secAABB .container h2 {
    max-width: 90%;
    font-size: 22px;
    line-height: 1.1;
    padding-top: 20px;
  }
}
.join-now-secAABB .container .swiper {
  padding: 40px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .join-now-secAABB .container .swiper {
    padding-bottom: 0;
  }
}
.join-now-secAABB .container .swiper::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 93%;
  margin: auto;
  border: 1px solid var(--primary);
}
@media only screen and (max-width: 768px) {
  .join-now-secAABB .container .swiper::before {
    top: 30%;
    max-width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .join-now-secAABB .container .swiper::before {
    top: 27%;
  }
}
.join-now-secAABB .container .swiper .swiper-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}
.join-now-secAABB .container .swiper .swiper-nav .swiper-prev, .join-now-secAABB .container .swiper .swiper-nav .swiper-next {
  background: none;
  border: none;
}
.join-now-secAABB .container .swiper .swiper-slide span {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background: var(--primary);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin: auto;
}
.join-now-secAABB .container .swiper .swiper-slide h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 15px;
}
.join-now-secAABB .container .swiper .swiper-slide p {
  text-align: center;
  font-weight: 500;
  color: black;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .join-now-secAABB .container .swiper .swiper-slide p {
    max-width: 90%;
    margin: auto;
  }
}
.join-now-secAABB .container .bottom-btn {
  text-align: center;
  margin: auto;
  padding: 30px 0 0 0;
}
.join-now-secAABB .container .bottom-btn a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #232963;
  padding: 10px 20px;
  border-radius: 25px;
  margin: auto;
}
.join-now-secAABB .container .bottom-btn a span {
  color: white;
  font-weight: 700;
  font-size: 16px;
}
.join-now-secAABB .container .bottom-btn a svg {
  width: 15px;
  height: 12px;
}
.join-now-secAABB .container .bottom-btn a svg path {
  fill: white;
}

.join-now-secAA {
  padding: 50px 0;
}
.join-now-secAA .heading {
  text-align: center;
  padding-bottom: 50px;
}
.join-now-secAA .heading h2 {
  color: #232963;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  max-width: 35%;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .join-now-secAA .heading h2 {
    max-width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .join-now-secAA .heading h2 {
    max-width: 65%;
  }
}
@media only screen and (max-width: 540px) {
  .join-now-secAA .heading h2 {
    max-width: 90%;
    font-size: 22px;
    line-height: 1.1;
    padding-top: 20px;
  }
}
.join-now-secAA .heading p {
  max-width: 70%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .join-now-secAA .heading p {
    max-width: 90%;
  }
}
@media only screen and (max-width: 540px) {
  .join-now-secAA .heading p {
    max-width: 100%;
    font-size: 14px;
  }
}
.join-now-secAA .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 10px;
}
@media only screen and (max-width: 768px) {
  .join-now-secAA .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.join-now-secAA .grid-box .col {
  display: flex;
  justify-content: start;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .join-now-secAA .grid-box .col {
    justify-content: center;
    gap: 20px;
  }
}
.join-now-secAA .grid-box .col figure {
  width: 20%;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .join-now-secAA .grid-box .col figure {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 540px) {
  .join-now-secAA .grid-box .col figure {
    height: 60px;
    width: 60px;
  }
}
.join-now-secAA .grid-box .col figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.join-now-secAA .grid-box .col figure svg {
  width: 100%;
  height: 100%;
}
.join-now-secAA .grid-box .col figcaption {
  width: 80%;
}
.join-now-secAA .grid-box .col figcaption h3 {
  font-size: 25px;
  color: var(--primary);
  margin-bottom: 6px;
  font-weight: 800;
}
.join-now-secAA .grid-box .col figcaption p {
  font-size: 14px;
  line-height: 1.4;
}
.join-now-secAA .bottom-btn {
  text-align: center;
  margin: auto;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.join-now-secAA .bottom-btn a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #232963;
  padding: 10px 20px;
  border-radius: 25px;
}
@media only screen and (max-width: 768px) {
  .join-now-secAA .bottom-btn a {
    margin: auto;
  }
}
.join-now-secAA .bottom-btn a span {
  color: white;
  font-weight: 700;
  font-size: 16px;
}
.join-now-secAA .bottom-btn a svg {
  width: 15px;
  height: 12px;
}
.join-now-secAA .bottom-btn a svg path {
  fill: white;
}/*# sourceMappingURL=joinnow.css.map */