/* Imports */
/* Icons */
/* Fonts */
/*@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");*/
/*@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@100;200;300;400;500;600;800&display=swap");*/

/* Root Styling */
:root {
  --c1: rgba(255, 87, 119, 1);
  --c2: #bd1802;
  /* --fbold: "lemon_milkbold";
  --flight: "lemon_milklight";
  --fmedium: "lemon_milkmedium";
  --fregular: "lemon_milkregular"; */
}
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: "Manrope", sans-serif;
  src: url("../fonts/manrope/manrope-variable.ttf");
}

/* General Styling */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 300ms ease-in-out;
  font-family: "Manrope", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-family: "Manrope", sans-serif;
  margin: 0;
}
ul,
ol,
dl {
  margin-bottom: 0;
  padding: 0;
}
img {
  width: 100%;
}

/* mobile menu start */
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: -100%;
  top: 0;
  background-color: rgb(0 0 0 / 91%); /* Black fallback color */
  /* background-color: #f2682ade; */ /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 20%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  /* margin-top: 30px; */ /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.menu-btn {
  float: right;
}

.menu-btn a i {
  font-size: 30px;
  color: var(--c1);
}
.responsive-menu-btn a {
  width: max-content;
  margin: 22px auto;
}

.responsive-logo a {
  margin: 0 auto;
}
.overlay.active {
  left: 0;
}

.responsive-logo {
  width: 100%;
  margin: 0px auto 20px;
}
.nav-menu ul {
  display: flex;
  align-items: center;
  gap: 37px;
  justify-content: end;
}

.header-con {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 35px;
}
.banner {
  margin: -90px 0 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding: 140px 0 50px;
  background-position: center;
}

header.header {
  position: relative;
  padding: 10px 0;
  z-index: 99;
}

.nav-menu ul li a {
  color: #fff;
  font-size: 15px;
  position: relative;
  transition: all 0.5s;
}

.nav-menu ul li a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  background-color: var(--c1);
  bottom: 0;
  transition: all 0.5s;
}

.nav-menu ul li a:hover:before {
  width: 100%;
}

.nav-menu ul li .active:before {
  width: 100%;
}

.btn {
  background-color: var(--c1);
  padding: 10px 18px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.4s;
}

.btn:hover {
  background-color: transparent;
  border: 1px solid #ff5777;
  color: #ff5777;
}
.banner-content {
  /* position: absolute; */
  top: 330px;
  /* width: 35%; */
}
.banner__img {/* width: fit-content; */text-align: center;}
.banner__img img {
  width: 80%;
  margin: 0 auto;
}
.btn-1 {
  background-color: transparent;
  border: 1px solid;
}

.btn-1:hover {
  background-color: var(--c1);
  color: #fff;
}
.banner-content :is(h2,.main-heading) {
  font-size: 52px;
  color: #fff;
}

.banner-content a {
  margin: 30px 15px;
}
.about-item {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

.about-item img {
  margin: 0 auto;
  width: 80%;
  position: relative;
  top: 40px;
}

.about-content :is(h3,.about-heading) {
  font-size: 29px;
  font-weight: 600;
  line-height: 37px;
}

.about-content p {
  font-size: 15px;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
}

.about-content {
}
.btn-link {
  color: var(--c1);
  font-size: 17px;
  font-weight: 500;
}

.about-btn i {
  padding-left: 10px;
}
.topic {
  background-color: #6864ed3b;
}
.discover {
  padding: 0 0 70px;
}
.app img {
  width: auto;
  width: 28px;
}
.rating ul {
  display: flex;
  justify-content: flex-start;
}

.rating ul li {
  padding: 0 3px;
  color: rgb(104 100 237);
  padding-bottom: 10px;
}
.rating ul li span {
  color: #777;
}
.inner-profile {
  display: flex;
  align-items: center;
}

.profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.name {
  padding-left: 13px;
}
.app-item .qeues {
  background-color: #6864ed;
}
.app-item h3 {
  font-size: 41px;
  color: #000;
  padding-bottom: 35px;
}
.app-item h6 {
  font-size: 16px;
  font-weight: 600;
  width: 91%;
  padding-bottom: 35px;
  color: #000;
}

.app-item p {
  font-size: 15px;
  padding-top: 27px;
  font-weight: 400;
  line-height: 29px;
}

.name h4 {
  font-size: 23px;
  color: #000;
  font-weight: 600;
}

.name h5 {
  font-size: 18px;
  font-weight: 500;
}

.app-item h4 span {
  font-size: 17px;
  display: block;
  width: 80%;
  padding: 52px 0 20px;
}
.yellow .qeues {
  background-color: #eed064;
}
.green .qeues {
  background-color: #33cc79;
}
.purple .qeues {
  background-color: #6864ed;
}
.qeues {
  background-color: #eed064;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.app-box p {
  font-size: 16px;
  font-weight: 400;
  padding-top: 30px;
}
.app-box {
  padding: 24px 39px;
  border-radius: 25px;
  margin-bottom: 20px;
}

.yellow {
  background-color: #eed0645e;
}
.green {
  background-color: #33cc7980;
}
.purple {
  background-color: #6864ed66;
}
.app-item {
  padding-top: 40px;
}
.yellow .rating-2 ul li {
  color: #2196f3 !important;
}
.green .rating ul li {
  padding: 0 3px;
  color: rgb(51 204 121) !important;
  padding-bottom: 10px;
}
.love {
  background-color: #6864ed;
  padding: 70px 0 0;
}

.love-content h3 {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
}

.love-content p {
  color: #fff;
  padding-top: 21px;
  padding-bottom: 22px;
}
.app {
  padding: 0px 0 70px;
}
.dating-item h3 {
  font-size: 27px;
  font-weight: 600;
  padding-bottom: 20px;
}

.dating-item p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.dating-item {
  padding: 23px 26px;
  border-radius: 20px;
  min-height: 290px;
}
.title h3 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: -5px;
}

.title p {
  font-size: 16px;
  width: 38%;
  margin: 0 auto;
  padding-bottom: 30px;
  font-weight: 400;
}
.yellow-box {
  background-color: #f9eec6;
}

.purple-box {
  background-color: #c3c1f8;
}

.green-box {
  background-color: #99e5bc;
}
.online-dating {
  padding: 70px 0;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #8986F1;
  box-shadow: none;
}

.accordion-item {
  background-color: #8986F1;
  border-radius: 0px !important;
  margin: 30px 0;
  padding: 1px 26px;
  border-radius: 0px;
  border-bottom: 1px solid #fff;
}

.accordion-button {
  background-color: #8986F1;
  border-radius: 15px;
  font-size: 20px;
  line-height: 49px;
  font-weight: 500;
  color: #fff;
  padding: 0 0;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion-body {
  color: #fff;
  padding: 10px  0px 15px;
  font-size: 13px;
}
.accordion-button::after {
  background-image: none;
  content: "\f0ab";
  font-family: "Font Awesome 5 Pro";
  width: 35px;
  height: 70px;
  color: var(--c1);
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(0deg);
  content: "\f0aa";
}
.faqs {
  padding: 70px 0;
  background: #8986f1;
}
.footer-info p {
  font-size: 16px;
  padding: 15px 55px;
  /* line-height: 35px; */
  padding-left: 0;
}

.footer-info a {
  padding: 20px 66px;
  padding-left: 0;
}

.title1 {
  font-size: 22px;
  font-weight: 400;
  padding-top: 29px;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins";
}
.footer__quickLinks ul li a {
  font-size: 14px;
  color: #777;
}

.footer__quickLinks ul li {
  padding: 5px 2px;
}

.footer__nav input {
  width: 100%;
  height: 55px;
  border: 0;
  padding-left: 21px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 30px;
}
.social-icon ul {
  display: flex;
  padding-top: 15px;
  justify-content: flex-start;
}

.social-icon ul li {
  padding: 2px 11px;
}

.social-icon ul li a {
  background-color: #fff;
  color: #777777;
  padding: 6px 11px;
  font-size: 18px;
  background: transparent;
}

.social-icon ul li a:hover {
  background-color: var(--c1);
  color: #fff;
  border-radius: 50%;
}

.footer__copyright {
  /* text-align: center; */
  margin-top: 35px;
  border-top: 1px solid #8080803d;
  padding: 19px 0;
}
footer.footer {
  padding: 140px 0 0px;
  background-position: top;
  position: relative;
}

.footer :is(h6, a, p, li, i) {
  color: #fff;
}
.footer__nav .btnn {
  position: absolute;
  right: 0;
  background-color: var(--c1);
  padding: 14px 16px;
}

.footer__nav .btnn {
  position: absolute;
  right: 0px;
  background-color: var(--c1);
  padding: 16px 16px;
  border-radius: 30px;
  top: 0px;
  border: none;
  width: auto;
}
.footer__nav ul li {
  padding: 10px 0;
}
.f-news {
  position: relative;
}
.footer__copyright p {
  margin-bottom: 0;
}
:focus-visible {
  outline: 0;
}
.work-inner-item img {
  width: 90%;
}

.work-inner-content {
  display: flex;
}
.work {
  display: flex;
  padding: 35px 0;
}
.works-content h3 {
  font-family: Manrope;
  font-size: 38px;
  font-weight: 500;
  line-height: 42px;
  padding-bottom: 15px;
}

.works-content h6 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.work-content-inner p {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.work-content-inner h3 {
  padding: 0;
}

.works-content p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
.works-btn {
  padding-top: 35px;
}
.works {
  padding: 70px 0 0;
  margin: 0 0 -76px;
}
.accordion {
  padding: 0 50px;
}
.login-form {
  padding: 73px 50px;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 19%) 12px 13px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
  margin: 50px 0;
}

.login-form h3 {
  font-size: 36px;
  font-family: var(--fmedium);
  color: #000;
}

.login-form .inputField {
  display: flex;
  flex-direction: column;
  margin-bottom: 21px;
  position: relative;
  color: #fff;
}

.inputField input {
  background: #f8f8f8 !important;
  border: 0;
  border-radius: 5px;
  padding: 3px 7px;
  height: 50px;
}

.pass-show-hide-btn {
  position: absolute;
  bottom: 12px;
  right: 17px;
}

.login-form .btn span {
  width: 100% !important;
}

.login-form .btn {
  width: 26%;
}

.login-form .btn:before {
  width: 20%;
}

.login-form .btn:after {
  width: 29%;
}
.form-btn p {
  text-align: center;
  margin-top: 15px;
  font-weight: 500;
  color: #000;
}

.form-btn p a {
  color: #000;
  font-weight: 600;
}
.showPassword {
  display: block;
}
.hidePassword {
  display: none;
}
.pass-show-hide-btn.eye .hidePassword {
  display: block;
}
.pass-show-hide-btn.eye .showPassword {
  display: none;
}
.pass-show-hide-btn .icon {
  cursor: pointer;
  color: #000;
}
.form-btn {
  text-align: center;
}

/* contact */
/* get in touch */
form.contact :is(input, textarea) {
  width: 100%;
  height: 60px;
  border: 1px solid var(--c1);
  margin-bottom: 27px;
  color: #000;
  padding: 0 10px;
  background: transparent;
}

input::placeholder,
textarea::placeholder {
  padding-left: 15px;
  color: #000;
}

form.contact textarea {
  height: 150px;
  padding-top: 10px;
}

form.contact {
  padding: 0 20px;
}
.contact-item {
  /* width: 75%; */
  margin: 0 auto;
  border-radius: 10px;
}
.contact-us-page {
  padding: 80px 0;
}

.contact-us-page .title p {
  width: 100%;
  font-family: Poppins;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.contact-us-page .title h3 {
  font-family: Manrope;
  font-size: 43px;
  font-weight: 600;
  line-height: 81px;
}
.email-inner-item {
  text-align: center;
}

.email-item img {
  width: 30%;
}

.email-content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0em;
  padding-top: 10px;
}

.email-content h6 a {
  font-size: 16px;
  line-height: 36px;
  color: var(--c1);
}
.our-email {
  padding: 70px 0 0;
}

 
.breadcumb-con h3 {
  font-size: 70px;
}
section.membership-sec {
  margin: 70px 0;
}

.membership-title h2 {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 10px;
}

.membership-trial-box {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  background: #f3f2ff;
  overflow: hidden;
}

.meber-box-title-con h3 {
  color: #867ff1;
  font-size: 32px;
  font-weight: 600;
}

.membership-box-price-title {
  padding: 30px 50px;
  background: #fff;
}

.meber-box-title-con h6 {
  color: rgb(0 0 0 / 40%);
  margin-top: 15px;
}

.membership-box-price h3 {
  font-size: 22px;
}

.membership-box-price h3 span {
  font-size: 41px;
}

.membership-box-price {
  text-align: right;
}

.memebership-trial-box-list {
  padding: 30px 50px;
}

.memebership-trial-box-list-main {
  position: relative;
  padding-left: 40px;
}

.memebership-trial-box-list-main:before {
  content: "";
  height: 100%;
  width: 26px;
  background: #867ff1;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 18px;
}

.memebership-trial-box-list-item {
  position: relative;
}

.memebership-trial-box-list-item i {
  position: absolute;
  top: 0;
  background: #534f96;
  left: -37px;
  color: #fff;
  top: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
}

.memebership-trial-box-list-item h4 {
  font-size: 19px;
  font-weight: 800;
}

.memebership-trial-box-list-item p {
  font-size: 14px;
}
.membership-trial-box .btn {
  width: 95%;
  margin: 0 auto;
  display: table;
  margin-bottom: 19px;
  background: #867ff1;
  border-radius: 58px;
  text-transform: uppercase;
}
h6.seperator {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  color: #1e1f1f;
}

h6.seperator:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #666666;
  left: 0;
  top: 0;
  bottom: 0;
  height: 1px;
  margin: auto;
}

h6.seperator span {
  background: #fff;
  position: relative;
  padding: 10px;
}
.footer__copyright a {
    margin-left: 30px;
}

.inner-profile img {
    width: 50px;
    height: 50px;
}

.faqs .accordion {
    width: 65%;
    margin: 0 auto;
}

.work-inner-item {
    margin-right: 10px;
}

.works-content {
    width: 80%;
}
.responsive-logo img {
    width: 210px;
}

.container {
    max-width: 1222px;
}
.gender-item input:checked + label {
    background: #ec686b;
    color: #fff;
}

.gender-item label {
    padding: 7px 10px;
}

.gender-item input:checked + label {
    background: #ec686b;
    color: #fff;
}

.gender-item label {
    padding: 7px 10px;
}
