/* ~~~~~~~~~~~~~~~ Variables ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ Default Setup ~~~~~~~~~~~~~~~ */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Montserrat";
  background-color: #ffffff;
}

body.active {
  overflow-y: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ~~~~~~~~~~~~~~~ Reuseable Code  ~~~~~~~~~~~~~~~ */
.container {
  max-width: 130rem;
  margin: 0 auto;
}

.btn {
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 12.1rem;
  min-height: 4.5rem;
  border-radius: 2rem;
  padding: 1.4rem 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
}

.common {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 1.5rem;
}
.common h3 {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 700;
  max-width: 79.6rem;
  color: #3F4E80;
  position: relative;
}
.common h3 .heart-1 {
  position: absolute;
  top: 0;
  left: 1rem;
  max-width: 5.386rem;
  opacity: 0.2;
  z-index: -1;
}
.common h3 .heart-2 {
  position: absolute;
  bottom: 0;
  right: 14rem;
  max-width: 3.947rem;
  rotate: 30deg;
  opacity: 0.5;
  display: none;
}
.common p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  max-width: 82.8rem;
  color: #6b6b6b;
}

/* ~~~~~~~~~~~~~~~ Header  ~~~~~~~~~~~~~~~ */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 7rem;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease-in;
}
.header.active {
  background-color: #ffffff;
}
.header .header-left .logo img {
  max-width: 21.5rem;
}
.header .header-center .navigation .nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F6F6;
  border-radius: 4rem;
}
.header .header-center .navigation .nav-list .nav-link a {
  min-width: 11.5rem;
  min-height: 4.1rem;
  border-radius: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 3.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #474747;
}
.header .header-center .navigation .nav-list .nav-link.active > a {
  background-color: #EF7380;
  font-weight: 700;
  color: #ffffff;
}
.header .header-center .navigation .nav-list .nav-btn {
  display: none;
}
.header .header-right .nav-btn .btn {
  background-color: #3F4E80;
}
.header .header-right .hamburger-menu {
  display: none;
}

/* ~~~~~~~~~~~~~~~ Hero  ~~~~~~~~~~~~~~~ */
.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero .back-object .card-img {
  position: absolute;
  top: 19.9rem;
  left: 1rem;
  max-width: 23.527rem;
}
.hero .back-object .text-img {
  position: absolute;
  bottom: 8.255rem;
  left: 4.8rem;
  border-radius: 2rem;
  max-width: 34.4rem;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.hero .back-object .heart-img {
  position: absolute;
  top: 10rem;
  right: 0;
  max-width: 37.819rem;
  height: 35.297rem;
  opacity: 0.08;
  z-index: -1;
}
.hero .back-object .emoji-img {
  position: absolute;
  bottom: 24.855rem;
  right: 4.1rem;
  max-width: 19rem;
  z-index: -1;
  border-radius: 2rem;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.hero .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 18.6rem;
  padding-bottom: 8.155rem;
}
.hero .hero-content h1 {
  font-size: 10rem;
  line-height: 10rem;
  font-family: "Baloo2";
  font-weight: 800;
  color: #EF7380;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.hero .hero-content h1:nth-child(1) {
  max-width: 91.2rem;
  position: relative;
}
.hero .hero-content h1:nth-child(1) img:nth-child(2) {
  position: absolute;
  top: 0;
  right: -3.5rem;
  max-width: 3.719rem;
}
.hero .hero-content h1:nth-child(2) {
  max-width: 71.7rem;
}
.hero .hero-content p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #474747;
  max-width: 92.8rem;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}
.hero .hero-content .btn {
  background-color: #EF7380;
}

/* ~~~~~~~~~~~~~~~ Step ~~~~~~~~~~~~~~~ */
.step .heading {
  margin: 0 auto;
  max-width: 92.2rem;
  min-height: 22.29rem;
  background-image: url(../images/step/Mask\ group.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step .heading h2 {
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 700;
  color: #3F4E80;
  max-width: 82.3rem;
  text-align: center;
  position: relative;
}
.step .heading h2 .heart-1 {
  position: absolute;
  top: -1rem;
  left: 3rem;
  max-width: 9.844rem;
  opacity: 0.2;
  z-index: -1;
}
.step .heading h2 .heart-2 {
  position: absolute;
  bottom: 0;
  right: 7rem;
  max-width: 4.854rem;
  rotate: 30deg;
  opacity: 0.5;
}
.step .step-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.755rem;
}
.step .step-container .step-card {
  flex-basis: 30.9rem;
  height: 18.9rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  row-gap: 1.6rem;
}
.step .step-container .step-card h5 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
  color: #3F4E80;
}
.step .step-container .step-card h5 span {
  color: #EF7380;
}
.step .step-container .step-card p {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #737373;
}

/* ~~~~~~~~~~~~~~~ Story ~~~~~~~~~~~~~~~ */
.story {
  padding-top: 9.2rem;
  padding-bottom: 16rem;
}
.story .story-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.story .story-container .back-heart {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 27.165rem;
  rotate: 15deg;
  opacity: 0.08;
}
.story .story-container .story-image {
  flex-basis: 56.374rem;
}
.story .story-container .story-content {
  flex-basis: 70.7rem;
}
.story .story-container .story-content h3 {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 700;
  color: #3F4E80;
  max-width: 68.8rem;
  position: relative;
}
.story .story-container .story-content h3 .heart-1 {
  position: absolute;
  top: 0;
  left: -2rem;
  max-width: 5.386rem;
  z-index: -1;
  opacity: 0.2;
}
.story .story-container .story-content h3 .heart-2 {
  position: absolute;
  bottom: 0;
  right: 28rem;
  max-width: 4.854rem;
  rotate: 30deg;
  opacity: 0.5;
}
.story .story-container .story-content p {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 500;
  color: #6b6b6b;
  margin-top: 1.569rem;
  margin-bottom: 3rem;
}
.story .story-container .story-content .btn {
  background-color: #EF7380;
}

/* ~~~~~~~~~~~~~~~ Feature ~~~~~~~~~~~~~~~ */
.feature .feature-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6rem;
}
.feature .feature-container .feature-card {
  width: 42rem;
  min-height: 17.8rem;
  padding-top: 1.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
  border-radius: 5px 5px 100px 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.feature .feature-container .feature-card:nth-child(1) {
  background-color: #EF7380;
}
.feature .feature-container .feature-card:nth-child(2) {
  background-color: #3F4E80;
}
.feature .feature-container .feature-card:nth-child(3) {
  background-color: #ffffff;
}
.feature .feature-container .feature-card:nth-child(3) .title h5 {
  color: #EF7380;
}
.feature .feature-container .feature-card:nth-child(3) p {
  color: #474747;
}
.feature .feature-container .feature-card .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature .feature-container .feature-card .title h5 {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #ffffff;
}
.feature .feature-container .feature-card p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #ffffff;
  margin-top: 0.367rem;
  max-width: 34.2rem;
}

/* ~~~~~~~~~~~~~~~ Filter ~~~~~~~~~~~~~~~ */
.filter {
  padding-top: 10rem;
  padding-bottom: 7.6rem;
}
.filter .join-btn {
  background-color: #EF7380;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.filter .filter-container {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 1.7rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 4rem;
  max-width: 42.5rem;
  height: 35.3rem;
  padding: 3.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  position: relative;
}
.filter .filter-container .back-heart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 73.2rem;
}
.filter .filter-container .filter-col {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.filter .filter-container .filter-col:nth-child(1) label span {
  color: #EF7380;
}
.filter .filter-container .filter-col:nth-child(1) .btn-container .select-btn:nth-child(2) {
  background-color: #EF7380;
}
.filter .filter-container .filter-col:nth-child(2) label span {
  color: #3F4E80;
}
.filter .filter-container .filter-col:nth-child(2) .btn-container .select-btn:nth-child(3) {
  background-color: #3F4E80;
}
.filter .filter-container .filter-col:nth-child(5) .input-container input {
  width: 100%;
  text-align: left;
  padding-left: 1.5rem;
}
.filter .filter-container .filter-col label {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: #6b6b6b;
}
.filter .filter-container .filter-col label span {
  font-weight: 700;
}
.filter .filter-container .filter-col .btn-container {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.filter .filter-container .filter-col .btn-container .select-btn {
  background-color: #f0f0f0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  border-radius: 0.5rem;
  cursor: pointer;
}
.filter .filter-container .filter-col .input-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.filter .filter-container .filter-col .input-container input {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  background-color: #f0f0f0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #CACACA;
}
.filter .filter-container .filter-col .select-container {
  width: 12.2rem;
  height: 4.4rem;
  border-radius: 0.5rem;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter .filter-container .filter-col .select-container .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2.25rem;
  width: 100%;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  color: #6b6b6b;
}
.filter .filter-container .filter-col .find-btn {
  height: 4.5rem;
  width: 100%;
  position: relative;
  top: 2.9rem;
  border: none;
  outline: none;
  background-color: #EF7380;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0.5rem;
  cursor: pointer;
}

/* ~~~~~~~~~~~~~~~ Explore ~~~~~~~~~~~~~~~ */
.explore .view-btn {
  background-color: #EF7380;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.explore .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.explore .tab-list li button {
  min-width: 10.3rem;
  min-height: 5rem;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  outline: none;
  border: 1px solid #3F4E80;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3F4E80;
  cursor: pointer;
}
.explore .tab-list li.active > button {
  background-color: #3F4E80;
  color: #ffffff;
  font-weight: 600;
}
.explore .explore-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5rem;
  margin-bottom: 4rem;
}
.explore .explore-container .explore-card {
  width: 31rem;
  height: 34.7rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.explore .explore-container .explore-card .content {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 27.9rem;
  padding-top: 1.6rem;
  padding-left: 1rem;
  padding-bottom: 1.7rem;
  padding-right: 1.7rem;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 1rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.explore .explore-container .explore-card .content h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1.8rem;
}
.explore .explore-container .explore-card .content p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}
.explore .explore-container .explore-card .content h6 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: #ffffff;
}

/* ~~~~~~~~~~~~~~~ tips ~~~~~~~~~~~~~~~ */
.tips {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.tips .explore-btn {
  background-color: #EF7380;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.tips .tips-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 4rem;
}
.tips .tips-container .tips-card {
  width: 31rem;
  height: 36.3rem;
}
.tips .tips-container .tips-card .image img {
  border-radius: 1rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.tips .tips-container .tips-card .content {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2.4rem;
  width: 27.9rem;
  height: 15.2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  background-color: #ffffff;
  position: relative;
  top: -8rem;
}
.tips .tips-container .tips-card .content .title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #474747;
  margin-bottom: 1.8rem;
  line-height: 2.2rem;
}
.tips .tips-container .tips-card .content .date {
  color: #EF7380;
  font-size: 1.4rem;
  font-weight: 600;
}

/* ~~~~~~~~~~~~~~~ footer ~~~~~~~~~~~~~~~ */
.footer {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #1E2833;
}
.footer .footer-row-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3.6rem;
  border-bottom: 1px solid rgba(127, 127, 127, 0.2823529412);
}
.footer .footer-row-1 .footer-left .logo img {
  max-width: 21.5rem;
}
.footer .footer-row-1 .footer-right {
  display: flex;
  align-items: center;
  gap: 3.9rem;
}
.footer .footer-row-1 .footer-right .text {
  font-size: 2.2rem;
  font-weight: 400;
  color: #ffffff;
}
.footer .footer-row-1 .footer-right .btn {
  background-color: #EF7380;
}
.footer .footer-row-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.footer .footer-row-2 .footer-col:nth-child(1) {
  width: 28.9rem;
}
.footer .footer-row-2 .footer-col:nth-child(2) {
  width: 12rem;
}
.footer .footer-row-2 .footer-col:nth-child(3) {
  width: 7.5rem;
}
.footer .footer-row-2 .footer-col:nth-child(4) {
  width: 8.3rem;
}
.footer .footer-row-2 .footer-col .label {
  font-size: 2.2rem;
  font-weight: 400;
  color: #ffffff;
  max-width: 17.6rem;
  margin-bottom: 3.4rem;
}
.footer .footer-row-2 .footer-col .email-input {
  width: 28.9rem;
  height: 5.1rem;
  display: flex;
}
.footer .footer-row-2 .footer-col .email-input input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2235294118);
}
.footer .footer-row-2 .footer-col h5 {
  font-size: 1.7rem;
  font-weight: 400;
  color: #EF7380;
  margin-bottom: 2.1rem;
}
.footer .footer-row-2 .footer-col ul {
  display: flex;
  flex-direction: column;
  row-gap: 2.2rem;
}
.footer .footer-row-2 .footer-col ul li {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
}
.footer .footer-row-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7rem;
}
.footer .footer-row-3 .footer-left ul {
  display: flex;
  align-items: center;
  gap: 3.9rem;
}
.footer .footer-row-3 .footer-left ul li {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
}
.footer .footer-row-3 .footer-right .social-links {
  display: flex;
  align-items: center;
  gap: 4rem;
}

/* ~~~~~~~~~~~~~~~ Blog Page CSS ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ Blog Hero ~~~~~~~~~~~~~~~ */
.blog-hero {
  height: 60vh;
  width: 100%;
  background-image: url(../images/blog/blog-hero/pexels-jasmin-wedding-photography-1415131.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.blog-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4.3px);
  -webkit-backdrop-filter: blur(4.3px);
  z-index: -1;
}
.blog-hero .blog-top {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.blog-hero .blog-top h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 6rem;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
.blog-hero .blog-top p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
  max-width: 50rem;
  color: #ffffff;
  margin-top: 2rem;
}
.blog-hero .blog-bottom {
  background-color: #EF7380;
  padding: 2rem 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.blog-hero .blog-bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.blog-hero .blog-bottom ul li {
  color: #ffffff;
}
.blog-hero .blog-bottom ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
}
.blog-hero .blog-bottom ul li a img {
  width: 2rem;
  height: 2rem;
}

/* ~~~~~~~~~~~~~~~ Blog Stories ~~~~~~~~~~~~~~~ */
.recent-stories {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.recent-stories .recent-stories-container {
  margin-top: 6rem;
}
.recent-stories .recent-stories-container .recent-stories-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.recent-stories .recent-stories-container .recent-stories-1 .recent-left,
.recent-stories .recent-stories-container .recent-stories-1 .recent-right {
  flex-basis: 50%;
}
.recent-stories .recent-stories-container .recent-stories-1 .recent-right h5 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2rem;
  color: #EF7380;
}
.recent-stories .recent-stories-container .recent-stories-1 .recent-right h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  color: #3F4E80;
  margin: 2rem 0;
}
.recent-stories .recent-stories-container .recent-stories-1 .recent-right p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: #1E2833;
  margin-bottom: 1rem;
}
.recent-stories .recent-stories-container .recent-stories-1 .recent-right a {
  font-size: 2rem;
  font-weight: 500;
  color: #EF7380;
}
.recent-stories .recent-stories-container .recent-stories-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 4rem;
}
.recent-stories .recent-stories-container .recent-stories-2 .recent-card {
  flex-basis: 25%;
}
.recent-stories .recent-stories-container .recent-stories-2 .recent-card h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #EF7380;
}
.recent-stories .recent-stories-container .recent-stories-2 .recent-card h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3F4E80;
  margin-bottom: 1rem;
}
.recent-stories .recent-stories-container .recent-stories-2 .recent-card p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #626262;
}

/* ~~~~~~~~~~~~~~~ Community ~~~~~~~~~~~~~~~ */
.community .community-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 6rem;
}
.community .community-container .community-card {
  flex-basis: 25%;
}
.community .community-container .community-card .image {
  height: 18rem;
  width: 100%;
  overflow: hidden;
}
.community .community-container .community-card h4 a {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  color: #3F4E80;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.community .community-container .community-card h4 a:hover {
  color: #EF7380;
}
.community .community-container .community-card p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #626262;
}

/* ~~~~~~~~~~~~~~~ Relationships ~~~~~~~~~~~~~~~ */
.relationships {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.relationships .relationships-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 6rem;
}
.relationships .relationships-container .relationships-card {
  flex-basis: 25%;
}
.relationships .relationships-container .relationships-card .image {
  height: 18rem;
  width: 100%;
  overflow: hidden;
}
.relationships .relationships-container .relationships-card h4 a {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  color: #3F4E80;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.relationships .relationships-container .relationships-card h4 a:hover {
  color: #EF7380;
}
.relationships .relationships-container .relationships-card p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #626262;
}

/* ~~~~~~~~~~~~~~~ Lifestyle ~~~~~~~~~~~~~~~ */
.lifestyle {
  padding-bottom: 9rem;
}
.lifestyle .lifestyle-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 6rem;
}
.lifestyle .lifestyle-container .lifestyle-card {
  flex-basis: 25%;
}
.lifestyle .lifestyle-container .lifestyle-card .image {
  height: 18rem;
  width: 100%;
  overflow: hidden;
}
.lifestyle .lifestyle-container .lifestyle-card h4 a {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  color: #3F4E80;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.lifestyle .lifestyle-container .lifestyle-card h4 a:hover {
  color: #EF7380;
}
.lifestyle .lifestyle-container .lifestyle-card p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #626262;
}

/* ~~~~~~~~~~~~~~~ Contact Page CSS ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ Contact Hero ~~~~~~~~~~~~~~~ */
.contact-hero {
  width: 100%;
  background-image: url(../images/contact/contact-hero/pexels-juan-mendez-1066801.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.contact-hero .contact-form {
  display: flex;
  justify-content: center;
  padding-top: 15rem;
  padding-bottom: 10rem;
}
.contact-hero .contact-form .form-container {
  position: relative;
  max-width: 97.7rem;
  width: 100%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  padding-left: 10rem;
  padding-right: 10rem;
  padding-top: 10rem;
  padding-bottom: 7rem;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.contact-hero .contact-form .form-container h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
}
.contact-hero .contact-form .form-container form {
  margin-top: 3rem;
}
.contact-hero .contact-form .form-container form .input-row .input-box label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
}
.contact-hero .contact-form .form-container form .input-row .input-box input {
  width: 100%;
  padding: 0 2rem;
  border: none;
  outline: none;
  background-color: #ffffff;
  width: 100%;
  min-height: 5.4rem;
  border-radius: 0.808rem;
  border: 1px solid #D6D6D6;
}
.contact-hero .contact-form .form-container form .input-row-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
  row-gap: 2rem;
}
.contact-hero .contact-form .form-container form .input-row-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 2rem;
}
.contact-hero .contact-form .form-container form .input-row-2 .input-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-hero .contact-form .form-container form .input-row-2 .input-box textarea {
  width: 100%;
  height: 20rem;
  border: 1px solid #d6d6d6;
  padding: 2rem;
  outline: none;
  border-radius: 0.808rem;
  background-color: #ffffff;
  resize: none;
}
.contact-hero .contact-form .form-container form .input-row-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  row-gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.contact-hero .contact-form .form-container form .submit-btn {
  background-color: #EF7380;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

/* ~~~~~~~~~~~~~~~ About Page CSS ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ About Hero ~~~~~~~~~~~~~~~ */
.about-hero {
  width: 100%;
  height: 70vh;
  background-image: url(../images/about/about-hero/about-hero.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: -1;
}
.about-hero .about-hero-content h1 {
  font-size: 5rem;
  font-weight: 700;
  font-family: "Baloo2";
  text-transform: uppercase;
  color: #3F4E80;
  padding: 1rem 4rem;
  background-color: #ffffff;
}

/* ~~~~~~~~~~~~~~~ About ~~~~~~~~~~~~~~~ */
.about {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.about .about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 4rem;
}
.about .about-container:nth-child(even) {
  margin-top: 4rem;
  margin-bottom: 4rem;
  flex-direction: row-reverse;
}
.about .about-container:nth-child(even) .content {
  left: auto;
  right: -10rem;
}
.about .about-container .image {
  width: 55%;
}
.about .about-container .content {
  width: 45%;
  background-color: #ffffff;
  position: relative;
  left: -8rem;
  padding: 2rem;
}
.about .about-container .content h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.1584rem;
  color: #3F4E80;
  margin-bottom: 1rem;
}
.about .about-container .content p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.89rem;
  color: #1E2833;
}

/* ~~~~~~~~~~~~~~~ login Page CSS ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ login Hero ~~~~~~~~~~~~~~~ */
.login-hero {
  width: 100%;
  min-height: 100vh;
  padding-top: 15rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-image: url(../images/login/login-hero/login-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: -1;
}
.login-hero .login-container {
  width: 45rem;
  background-color: #ffffff;
  border-radius: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  position: relative;
}
.login-hero .login-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.login-hero .login-container form .input-container {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.login-hero .login-container form .input-container .input-box {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.login-hero .login-container form .input-container .input-box label {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #3F4E80;
}
.login-hero .login-container form .input-container .input-box input {
  height: 4.5rem;
  width: 100%;
  border-radius: 0.6rem;
  background-color: #E8EAee;
  padding-left: 1rem;
  border: none;
  outline: none;
}
.login-hero .login-container form .input-container .forgot-btn {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #3F4E80;
  display: inline-flex;
  justify-content: center;
}
.login-hero .login-container form .input-container .login-btn {
  height: 5.3rem;
  width: 100%;
  padding: 1.4rem 0;
  border-radius: 25rem;
  background-color: #dadada;
  font-size: 2rem;
  color: #999999;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.login-hero .login-container form .input-container .or-text {
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #3F4E80;
}
.login-hero .login-container form .input-container .or-text::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 25%;
  background-color: #3F4E80;
}
.login-hero .login-container form .input-container .or-text::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 25%;
  background-color: #3F4E80;
}
.login-hero .login-container form .input-container .google-btn {
  cursor: pointer;
  max-width: 50%;
  margin: 0 auto;
}
.login-hero .login-container form .input-container .bottom-para {
  font-size: 1.1rem;
  line-height: 1.9rem;
  color: #7f8B96;
}

/* ~~~~~~~~~~~~~~~ Membership Page CSS ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ Membership Hero ~~~~~~~~~~~~~~~ */
.membership-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.membership-hero .back-object .circle-img-1 {
  position: absolute;
  top: 25rem;
  left: 1rem;
  max-width: 23.527rem;
}
.membership-hero .back-object .circle-img-2 {
  position: absolute;
  top: 15rem;
  right: 1rem;
  max-width: 23.527rem;
}
.membership-hero .back-object .emoji-img {
  position: absolute;
  bottom: 40rem;
  right: 4.1rem;
  max-width: 19rem;
  z-index: -1;
  border-radius: 2rem;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.membership-hero .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 18.6rem;
  padding-bottom: 8.155rem;
}
.membership-hero .hero-content h1 {
  font-size: 10rem;
  line-height: 10rem;
  font-family: "Baloo2";
  font-weight: 800;
  color: #EF7380;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.membership-hero .hero-content h1:nth-child(1) {
  max-width: 91.2rem;
  position: relative;
}
.membership-hero .hero-content h1:nth-child(1) img:nth-child(2) {
  position: absolute;
  top: 0;
  right: -3.5rem;
  max-width: 3.719rem;
}
.membership-hero .hero-content h1:nth-child(2) {
  max-width: 71.7rem;
}
.membership-hero .hero-content p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #474747;
  max-width: 80rem;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}
.membership-hero .hero-content .btn {
  background-color: #EF7380;
}
.membership-hero .card-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.membership-hero .card-container .card {
  width: 42rem;
  padding-top: 4.9rem;
  padding-bottom: 4.2rem;
  background-color: #ffffff;
  border-radius: 1rem;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.membership-hero .card-container .card .icon {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 1rem;
  background-color: #3F4E80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.membership-hero .card-container .card h4 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: #EF7380;
}
.membership-hero .card-container .card:hover {
  border: 1px solid #EF7380;
}
.membership-hero .card-container .card:hover > .icon {
  background-color: #EF7380;
}

/* ~~~~~~~~~~~~~~~ Levels ~~~~~~~~~~~~~~~ */
.levels .levels-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
.levels .levels-container .levels-card {
  width: 31rem;
  border-radius: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding-bottom: 4rem;
}
.levels .levels-container .levels-card h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #EF7380;
  padding: 1.3rem 0;
  text-align: center;
  margin-bottom: 3rem;
}
.levels .levels-container .levels-card h6 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #3F4E80;
  text-align: center;
  max-width: 24.3rem;
  margin: 0 auto;
}
.levels .levels-container .levels-card h4 {
  font-size: 3rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #EF7380;
  text-align: center;
  margin-top: 3rem;
}
.levels .levels-container .levels-card ul {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding-left: 2rem;
}
.levels .levels-container .levels-card ul li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 500;
}
.levels .levels-container .levels-card .btn {
  background-color: #EF7380;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.levels .levels-container .levels-card .btn:hover {
  background-color: #3F4E80;
}

/* ~~~~~~~~~~~~~~~ Match ~~~~~~~~~~~~~~~ */
.match {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.match .match-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.4rem;
  margin-bottom: 5rem;
}
.match .match-container .match-card {
  width: 30.8rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.match .match-container .match-card .content {
  padding-top: 1.8rem;
  padding-left: 2rem;
  padding-bottom: 1.8rem;
}
.match .match-container .match-card .content h4 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 600;
  color: #EF7380;
}
.match .match-container .match-card .content p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #474747;
  margin-top: 0.8rem;
  margin-bottom: 1.8rem;
}
.match .match-container .match-card .content .location {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.match .match-container .match-card .content .location h6 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #474747;
}
.match .btn {
  background-color: #EF7380;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}/*# sourceMappingURL=style.css.map */


