/* .section-home {
    background-color:#db3860;
} */

.bg-body-prpl {
  background-color: #6C32D0;
}
.section {
  margin-top: 100px;
  margin-bottom: 50px;
}
.section-home {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: #fff;
}

.section-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(
    125% 125% at 50% 90%,
    #ffffff 00%,
    #ec4899 100%
  );
  background-size: 100% 100%;
}

.section-home .container {
  position: relative;
  z-index: 1;
}



.home-page {
    background-position: center;
    height: 100vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* add text shadow for better readability */

.home-page h1, .home-page .lead, h3, label, button {
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); */
    color: #000
}

.main-navbar {}
.main-navbar .navbar-nav {
  margin-left: 10px;
}

/* .main-navbar .navbar-collapse.collapsing,
.main-navbar .navbar-collapse.show {
  padding-top: 10px;
} */



.main-navbar .navbar-collapse.collapsing .nav-item,
.main-navbar .navbar-collapse.show .nav-item {
  display: block;
  border-bottom: 1px solid #fff;
}

.main-navbar .navbar-collapse.collapsing .nav-item:last-child,
.main-navbar .navbar-collapse.show .nav-item:last-child {
  border-bottom: 0;
}

.main-navbar .nav-item.active, .main-navbar .nav-item {
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  transition: border 0.3s ease;
  border: 2px solid transparent;
}
.main-navbar .nav-item.active, .main-navbar .nav-item:hover {
  border: 2px solid #fff;
  border-radius: 5px;
}

.main-navbar .nav-item .nav-link {
  padding-left: 10px;
}

.nav-item .nav-link {
  color: #fff
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#findYourPartnerModal {
  top: 100px;
}
.modal-backdrop {
  z-index: auto;
}

/* 
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
} */

/* only apply hover behavior for devices with a mouse/hover capability */
@media (hover: hover) and (pointer: fine) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    margin-top: 0; /* optional to match your styling */
  }
  .dropdown:hover > .nav-link, 
  .dropdown:hover > .dropdown-toggle {
    /* optional: style when hover-open */
  }
}



.logo {
    width: 150px;
    height: 40px;
    background-color: #f284ba;
    padding: 5px;
    border-radius: 5px;
}
.logo img {
  width: 100%;
  height: auto;
}


.looking-for {
	background: #1e1e1ee1;
	padding: 10px 0;
	border-radius: 10px;
}
.looking-for label {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 15px;
  cursor: pointer;
}
.looking-for .form-check:last-child {
  margin-right: 0px;
}
.looking-for .form-check:last-child label {
  border-right: none;
  padding-right: 0px;
}
.looking-for .form-check {
  margin-bottom: 0px;
}


.btn-prpl {
	background: #6C32D0;
	color: #fff;
  border: 0
}
.btn-prpl:hover {
  background-color: #4507AE;
  color: #fff
}
.btn-prpl:active {
  background-color: #4507AE !important;
  color: #fff !important;
}
.btn-pink {
	background: #f284ba;
	color: #fff;
  border: 0
}
.btn-pink:hover {
  background-color: #cc6d9b;
  color: #fff
}
.btn-pink:active {
  background-color: #cc6d9b!important;
  color: #fff !important;
}


.section-success-stories {
    background-color: #f8f9fa;
    padding: 50px 0;
}
.success-reviews {
  width: 35%;
  margin: auto;
}
.success-reviews img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.section-find-us {
    background-color: #e9ecef;
    padding: 50px 0;
}

/* footer */

.section-footer {
  padding: 50px 0;
  display: block;
}
.section-footer ul {
  margin: 0;
  padding: 0
}
ul.footer-links {
  list-style: none;
}
ul.footer-links li {
  display: inline-block;
  padding-right: 30px;
}
ul.footer-links li:last-child {
  padding-right: 0px;
}
ul.footer-links li a {
  text-decoration: none;
  color: #fff
}

.social-links {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.social-links ul {
  list-style: none;
}
.social-links ul li {
  display: inline-block;
  padding-right: 30px;
}
.social-links ul li:last-child {
  padding-right: 0px;
}
.social-links ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 50px;
}



/* Profiles Section */

.section-profiles {
  
}
.profile-card {
  
}

@media (min-width: 768px) {
  .card-img, .card-img-bottom, .card-img-top {
    width: 50%;
  }
}
.card-img, .card-img-bottom, .card-img-top {
  width: 30%;
  margin: 25px auto 0;
}



/* Login Page */
.login-btn-bottom-info {}
.login-btn-bottom-info p {
  margin-bottom: 5px !important;
}


.login-button {
  width: 80%;
  margin: 0 auto;
  display:block;
}


.errorlist {
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
}

.errorlist li {
	font-weight: bold;
	color: red;
}


/* HNW Section */
.section-hnw {}
.bg-prpl {
  background-color: #6C32D0;
  color: #fff;
}
.bg-pink {
  background-color: #f284ba;
  color: #fff;
}

.section-why-choose {}
.section-why-choose .card {}
.section-why-choose .card img {
  width: 100%;
  margin: 0;
}

