@import url("https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
::before, ::after {
  font-family: "FontAwesome";
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #F58780;
}

h2 {
  font-family: "Arapey", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 70px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #401521;
}

.btn-primary {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: #401521;
  transition: 0.3s all ease-in-out;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  height: 50px;
  width: 280px;
}
.btn-primary:hover {
  color: #401521;
  background: #fff;
}
.btn-primary:focus {
  box-shadow: none;
  border: none;
  background: #fff;
  color: #401521;
}

.btn-secondary {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: #F58780;
  transition: 0.3s all ease-in-out;
  text-transform: uppercase;
  border-radius: 30px;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 13px 81px;
  border: none;
}
.btn-secondary:hover {
  color: #F58780;
  background: #fff;
}
.btn-secondary:focus {
  box-shadow: none;
  border: none;
  background: #fff;
  color: #F58780;
}

/* Container */
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1366px;
  padding: 0 10px;
}

.logo {
  width: 160px;
  height: auto;
}
.logo a img {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  z-index: 9;
  position: absolute;
  top: 20px;
}

.homepage .container {
  padding-left: 25px;
}

.banner {
  height: 100vh;
  background-color: #F58780;
  position: relative;
}
.banner figure {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  margin: 0;
}
.banner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner figcaption {
  color: #fff;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0px;
  width: 40%;
}
.banner figcaption h1 {
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 70px;
  margin: 47px 0 64px;
}
.banner figcaption h1 span.fontw200 {
  font-weight: 200;
}
.banner figcaption h1 span.fontw300 {
  font-weight: 300;
}
.banner figcaption h1 span.color {
  color: #FFE7E6;
  text-transform: uppercase;
}
.banner figcaption h2 {
  font-family: "Arapey", serif;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 0px;
}
.banner figcaption h3 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 500;
}

/* About */
.about {
  padding: 50px 220px 43px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about h4 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Arapey", serif;
  line-height: 45px;
  margin-bottom: 40px;
}
.about p {
  font-size: 30px;
  line-height: 35px;
  padding: 0 60px;
  font-family: "Arapey", serif;
}
.about span.icon {
  width: 100px;
  height: 100px;
  margin-bottom: 28px;
}

/* Footer */
.homepage footer .container {
  padding: 72px 100px 10px;
  position: relative;
  margin-top: -180px;
}

footer {
  background-color: #401521;
  color: #fff;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  background-image: url(../images/footer-img.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 532px;
  top: -180px;
  width: 100%;
}
footer h5 {
  font-weight: 400;
  font-family: "Arapey", serif;
  font-size: 30px;
  margin-bottom: 35px;
}
footer h4 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
}
footer h4 span {
  font-weight: bold;
  color: #F58780;
}
footer p {
  margin-bottom: 37px;
  font-size: 20px;
  font-weight: 600;
}
footer .btn-secondary {
  margin-bottom: 40px;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
}
footer .copyright p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
footer .copyright p strong {
  font-weight: 600;
}

ul.socialMediaIcon {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 50px;
}
ul.socialMediaIcon li {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.socialMediaIcon li i.fa {
  font-size: 18px;
}
ul.socialMediaIcon li a {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: 0.3s all ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.socialMediaIcon li a:hover {
  background-color: #F58780;
  color: #401521;
  border: none;
  border: 1px solid #F58780;
}

/* Video */
.video-container {
  height: 700px;
  position: relative;
  margin-bottom: 70px;
  margin-top: 0;
}
.video-container video {
  width: 100%;
  height: 100%;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

.why-join-wrapper {
  display: flex;
  gap: 29px;
  flex-wrap: wrap;
  margin-top: 43px;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.why-join-wrapper .box {
  background-color: #F58780;
  color: #fff;
  text-align: left;
  width: 380px;
  min-height: 215px;
  padding: 15px 34px 27px;
  border-radius: 10px;
  height: 215px;
  box-shadow: 0px 12px 40px rgba(245, 135, 128, 0.4);
}
.why-join-wrapper .box p {
  font-weight: 500;
  line-height: 26px;
}
.why-join-wrapper .box .heading {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 2px;
}
.why-join-wrapper .box span.icon {
  height: 50px;
  padding-right: 6px;
}
.why-join-wrapper .box:hover {
  background-color: #AD595A;
}

.events-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px;
  padding-left: 0;
}
.events-list li {
  list-style-type: none;
  width: 288px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
}
.events-list li span.icon {
  width: auto;
  height: 100px;
  transition: 0.3s all ease-in-out;
  display: flex;
  margin: 0 auto;
}
.events-list li h5 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 26px;
}
.events-list li p {
  font-weight: 500;
}

.note-founder {
  margin-top: 70px;
}

.founder-note {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 70px;
  margin-top: 28px;
}
.founder-note figure {
  width: 550px;
  height: 690px;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin: 0;
}
.founder-note figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.founder-note figure:hover img {
  transform: scale(1.2);
}
.founder-note .content {
  width: 562px;
  text-align: left;
}
.founder-note .content p {
  line-height: 30px;
}
.founder-note .content span.small-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
}
.founder-note .content h5 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 1rem;
}
.founder-note .content h5 span.lightfont {
  font-weight: 300;
}
.founder-note .content h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 1rem;
}
.founder-note .content h6 span.semibold {
  font-weight: 600;
}
.founder-note .content p.last-line {
  line-height: 30px;
  margin-bottom: 0;
}

.potential-outcomes {
  margin-top: 70px;
}
.potential-outcomes h2 {
  text-align: center;
  margin-bottom: 27px;
}
.potential-outcomes ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* margin-bottom: 80px; */
}
.potential-outcomes ul li {
  list-style-type: none;
  text-align: center;
  background-color: #F58780;
  width: 25%;
  color: #fff;
  padding: 30px 51px 29px;
  height: 250px;
}
.potential-outcomes ul li p {
  font-weight: 600;
  line-height: 30px;
  margin-top: 26px;
}
.potential-outcomes ul li span.icon {
  width: auto;
  height: 100px;
  margin-bottom: 40px;
}
.potential-outcomes ul li span.icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.potential-outcomes ul li:nth-child(even) {
  background-color: #AD595A;
}
.potential-outcomes ul li:nth-child(5) {
  background-color: #AD595A;
}
.potential-outcomes ul li:nth-child(6) {
  background-color: #F58780;
}
.potential-outcomes ul li:nth-child(7) {
  background-color: #AD595A;
  padding: 30px 31px 29px;
}
.potential-outcomes ul li:nth-child(8) {
  background-color: #F58780;
}

.last-img figure {
  margin: 0;
  height: 631px;
  margin-bottom: 240px;
}
.last-img figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Modal */
.modal {
  height: 750px;
  min-height: 750px;
  top: 50%;
  transform: translateY(-50%);
  overflow-y: hidden;
}
.modal .modal-body {
  padding: 0;
  position: relative;
  background-image: url(../images/modal-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 750px;
  min-height: 750px;
  background-position: center center;
  color: #fff;
  padding: 40px 20px;
}
.modal .modal-body .d-flex {
  flex-direction: row;
  flex-wrap: wrap;
}
.modal .modal-body .d-flex .content {
  width: 50%;
  padding: 0 2rem 0 1rem;
}
.modal .modal-body .d-flex .content h5 {
  font-family: "Arapey", serif;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 56px;
}
.modal .modal-body .d-flex .content h4 {
  font-size: 40px;
  margin-bottom: 40px;
}
.modal .modal-body .d-flex .content h4 span {
  font-weight: bold;
  color: #401521;
}
.modal .modal-body .d-flex .content p {
  font-weight: 600;
  font-size: 25px;
}
.modal .modal-body .d-flex .content .logo-img {
  margin-bottom: 57px;
}
.modal .modal-body .d-flex .form-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.modal .modal-body .d-flex .form-wrapper form {
  background-color: #fff;
  border-radius: 25px;
  width: 380px;
  color: #401521;
  position: absolute;
  bottom: -60px;
  width: 380px;
  padding: 0 25px 20px;
}
.modal .modal-body .d-flex .form-wrapper form h4 {
  font-size: 25px;
  font-family: "Arapey", serif;
  line-height: 70px;
}
.modal .modal-body .d-flex .form-wrapper form .form-label {
  font-size: 14px;
  font-weight: 500;
}
.modal .modal-body .d-flex .form-wrapper form .form-control {
  margin-bottom: 15px;
  border-radius: 5px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}
.modal .modal-body .d-flex .form-wrapper form .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}
.modal .modal-body .d-flex .form-wrapper .btn-close {
  position: absolute;
  right: 5rem;
  top: 0;
  color: #FFF;
  z-index: 9;
  text-transform: uppercase;
  background: none;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-body .d-flex .form-wrapper .btn-close:focus {
  box-shadow: none;
}
.modal .modal-body .d-flex .form-wrapper select.form-select.input-group-text {
  height: 40px;
  background: #FFF;
  width: 90px;
}
.modal .modal-body .d-flex .form-wrapper .input-group .form-control {
  width: 73%;
}
.modal .modal-body .d-flex .form-wrapper .btn-primary {
  width: 100%;
  border-color: transparent;
  box-shadow: none;
}
.modal .modal-body .d-flex .form-wrapper .btn-primary:hover {
  background-color: #F58780;
  color: #fff;
}

#ThankyouModal img.logo-img {
  height: 120px;
}
#ThankyouModal .modal-body {
  background-image: none;
  background-color: #F58780;
}
#ThankyouModal ul.socialMediaIcon {
  margin-top: 1rem;
}
#ThankyouModal ul.socialMediaIcon li a:hover {
  background-color: #401521;
  color: #fff;
}

.thankyou-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.thankyou-wrapper h4 {
  font-size: 32px;
  font-weight: 500;
  margin: 23px 0 32px;
}
.thankyou-wrapper p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 37px;
}
.thankyou-wrapper h1 {
  font-size: 120px;
  font-weight: bold;
  opacity: 0.2;
}

/* Floating Icon */
.floating-icon {
  position: fixed;
  background-color: #25D366;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 10px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
}
.floating-icon i.fa {
  color: #fff;
  font-size: 30px;
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1366px;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */

/* chagne brand color */
a:hover {
  color: #E14F5E;
}

body {
  color: #771521;
}

.btn-primary {
  background-color: #771521;
}
.btn-primary:hover {
  color: #771521;
  background: #FEF5D9;
}
.btn-primary:focus {
  background: #FEF5D9;
  color: #771521;
}

.btn-secondary {
  background-color: #E14F5E;
}
.btn-secondary:hover {
  color: #E14F5E;
  background: #FEF5D9;
}
.btn-secondary:focus {
  background: #FEF5D9;
  color: #E14F5E;
}

.banner {
  background-color: #E14F5E;
}
.banner figcaption {
  color: #FEF5D9;
}
.banner figcaption h1 span.color {
  color: #FEF5D9;
}

footer {
  background-color: #771521;
  color: #FEF5D9;
}
footer h4 span {
  color: #E14F5E;
}

ul.socialMediaIcon li a {
  border: 1px solid #FEF5D9;
}
ul.socialMediaIcon li a:hover {
  background-color: #E14F5E;
  color: #771521;
  border: 1px solid #E14F5E;
}

.why-join-wrapper .box {
  background-color: #E14F5E;
  color: #FEF5D9;
}
.why-join-wrapper .box:hover {
  background-color: #771521;
}

.founder-note figure {
  background: #FEF5D9;
}

.potential-outcomes ul li {
  background-color: #E14F5E;
  color: #FEF5D9;
}
.potential-outcomes ul li:nth-child(even) {
  background-color: #771521;
}
.potential-outcomes ul li:nth-child(5) {
  background-color: #771521;
}
.potential-outcomes ul li:nth-child(6) {
  background-color: #E14F5E;
}
.potential-outcomes ul li:nth-child(7) {
  background-color: #771521;
}
.potential-outcomes ul li:nth-child(8) {
  background-color: #E14F5E;
}

.modal .modal-body {
  color: #FEF5D9;
}
.modal .modal-body .d-flex .content h4 span {
  color: #771521;
}
.modal .modal-body .d-flex .form-wrapper form {
  background-color: #FEF5D9;
  color: #771521;
}
.modal .modal-body .d-flex .form-wrapper .btn-primary:hover {
  background-color: #E14F5E;
  color: #FEF5D9;
}
.modal .modal-body .d-flex .form-wrapper select.form-select.input-group-text {
  background: #FEF5D9;
}

#ThankyouModal .modal-body {
  background-color: #E14F5E;
}
#ThankyouModal ul.socialMediaIcon li a:hover {
  background-color: #771521;
  color: #FEF5D9;
}

.floating-icon {
  background-color: #25D366;
}
.floating-icon i.fa {
  color: #FEF5D9;
}
footer {
    background-color: #401521;
     
}

/* payment section  */

.membership-section {
    padding: 64px 24px;
    background-color: #FEF5D9;
}

.membership-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 48px;
}

.section-header h3 {
    font-family: "Meno Banner", serif;
    font-size: 36px;
    font-weight: 700;
    color: #771521;
    margin-bottom: 16px;
}

.section-header p {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    color: #E14F5E;
}

.pricing-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

.plan-card {
    background-color: #FEF5D9;
    border-radius: 16px;
    padding: 24px;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-card:hover {
    border-color: #E14F5E;
}

.plan-card.most-popular {
    background-color: #FFF;
    border-color: #E14F5E;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.most-popular .popular-tag {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E14F5E;
    color: #FFF;
    padding: 4px 16px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
}

.plan-card.gradient-bg {
    background: linear-gradient(135deg, #FEF5D9, #FFE7E6);
    border-color: #E14F5E;
}

.plan-card h4 {
    font-family: "Meno Banner", serif;
    font-size: 24px;
    font-weight: 600;
    color: #771521;
    text-align: center;
    margin-bottom: 8px;
}

.plan-card .price {
    text-align: center;
    margin-bottom: 16px;
}

.plan-card .price span {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #E14F5E;
}

.plan-card .price p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #1F7387;
    margin: 0;
}

.plan-card .price .old-price {
    text-decoration: none;
    font-size: 16px;
}

.plan-card .price .savings {
    font-weight: 600;
    color: #1F7387;
}

.plan-card .features {
    list-style-type: none;
    padding: 0;
    margin: 0 0 24px;
    text-align: center;
    color: #771521;
}

.plan-card .features li {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.plan-card .btn-primar {
    background-color: #771521;
    color: #FEF5D9;
    border: none;
    padding: 12px 24px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.plan-card .btn-primar:hover {
    background-color: #1F7387;
}

.plan-card .btn-secondary {
    background-color: #E14F5E;
    color: #FEF5D9;
    border: none;
    padding: 12px 24px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.plan-card .btn-secondary:hover {
    background-color: #C6495A;
}

.disclaimer {
    text-align: center;
    margin-top: 48px;
    color: #771521;
}

.disclaimer p {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    margin-bottom: 16px;
}

.disclaimer .guarantees {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.disclaimer .guarantees span {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    color: #1F7387;
}

.footer-links {
    list-style: none;
    padding: 15px 0px;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-links li a {
    text-decoration: none;
    color: #fff; /* Change to match footer text color */
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links li a:hover {
    color: #f28c8c; /* Highlight color on hover */
}

@media (max-width: 768px) {
  /* Adjustments for the main membership section layout */
  .membership-section {
    padding: 40px 15px;
  }
  .section-header {
    text-align: center;
    margin-bottom: 20px;
}

  /* Reduce font sizes for headers on smaller screens */
  .section-header h3 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .section-header p {
    font-size: 16px;
  }

  /* Make the pricing cards stack vertically */
  .pricing-plans {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Adjustments for individual plan cards */
  .plan-card {
    padding: 20px;
  }

  /* Adjust font size for the price on mobile */
  .plan-card .price span {
    font-size: 40px;
  }

  /* Stack the guarantee statements vertically */
  .disclaimer .guarantees {
    flex-direction: column;
    gap: 10px;
  }

  .disclaimer p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer-links li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    transition: color 0.3s ease;
}
}

