:root {
  --themeDark: #2b2b2b;
  --themeDarkBlue: #1d364d;
  --themeHoverDarkBlue: #12273a;
  --themeOrange: #f58226;
  --themeYellow: #fdb72a;
  --themegreen: #24c363;
}
html{
  scroll-behavior: smooth;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Fredoka", sans-serif;
  background-color: #F8F8F8;
  line-height: 1.2;
  color: var(--themeDark);
}
img {
  max-width: 100%;
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: var(--themeBlue);
  text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}



/**===========new-css==============**/

.main_banner{
  background-image: url(../img/bannerBg.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
  padding-top: 120px;
  overflow: hidden;
  margin-bottom: 80px;
}
header .navbar{padding: 0;}
header .nav-item {
    margin-right: 50px;
}
header .nav-item:last-child{
  margin-right: 0;
}
header .nav-link{
  padding: 0 0 5px !important;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  position: relative;
}
header .nav-link:hover{
  color: #C6262F;
}
header .nav-link::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #C6262F;
  display: none;
}

header .nav-link.active{
  color: #C6262F;
}
 header .nav-link.active::before{
  display: block;
}
.navbar-brand{padding: 0; margin-right: 0;}
header {
    background: #fff;
    border-radius: 80px;
    padding: 14px 20px 14px 30px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    z-index: 99;
}
.offcanvas{
    justify-content: center;
    align-items: center;
}

.themeBlueButton {
    padding: 15px 40px;
    color: #fff;
    background: linear-gradient(90deg, #C02126 0%, #5D0915 100%);
    border-radius: 30px;
}

.themeBlueButton:hover,
.themeBlueButton:focus {
  background: linear-gradient(45deg, var(--themeOrange), var(--themeYellow));
  color: #fff;
}


.banner_Section {
    display: flex;
    margin-top: 73px;
    /* align-items: center; */
    position: relative;
}

.bannerImg {
    flex-shrink: 0;
        align-items: flex-end;
    display: flex
;
}

.banner_content {
    flex: 1;
    margin-right: 120px;
    padding-top: 48px;
    padding-bottom: 120px;
}

.find_btn {
    color: #fff;
    backdrop-filter: blur(5px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 213, 215, 0.2) 100%);
    padding: 8px 11px;
    border-radius: 16px;
    font-weight: 400;
    font-size: 16px;
    display: inline-flex;
}
.find_btn:hover{
  background: linear-gradient(90deg, #C02126 0%, #5D0915 100%);
  color: #fff;
}
.active_user_box {
    color: #fff;
    /* backdrop-filter: blur(15px); */
     background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
    /* background-color: #ffffff17; */
    border: 1px solid #ffffff1a;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding: 11px 13px;
    position: absolute;
    bottom: 157px;
    left: 50%;
    transform: translateX(-50%);
}
.user_list {
    display: flex;
}
.user_list li {
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.user_list li+li {
    margin-left: -15px;
}
.user_content span {
    font-size: 18px;
    font-weight: 500;
}

.user_content h6 {
    font-size: 14px;
    font-weight: 400;
}

.user_content {
    margin-left: 8px;
}
.find_btn img {
    flex-shrink: 0;
    margin-right: 10px;
}
.main-heading{
  margin-top: 44px;
  margin-bottom: 50px;
}
.main-heading h1{
  font-size: 54px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 32px;
}
.main-heading strong{
  color: #F68F2F;
}
.main-heading p{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  max-width: 500px;
}
.app_store span{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  display: inline-block;
}
.app_img a{
  margin-right: 16px;
  display: inline-block;
}
.app_img a:last-child{
  margin-right: 0;
}
.section_heading{
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.section_heading strong{
  color: #C6262F;
}

.app_box {
    background: #FDD9E5;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding-top: 76px;
    margin: auto;
    text-align: center;
    max-height: 409px;
}
.app_box.download_app{
      background: #FDD9E5;
}
.app_box.sign_up{
  background: #FEE9D8;
      padding-top: 0;
    padding-bottom: 76px;
}
.app_box.connect_app{
  background: #D9EAF3;
}
.download_app_link {
    color: #fff;
    background: #FDB4E5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: auto;
    margin: auto;
    box-shadow: 0px 4px 15px 0px #3D3C3C40;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 8px 31px;
    white-space: nowrap;
}
.app_box.sign_up .download_app_link:hover{
   color: #fff;
    background: linear-gradient(90deg, #C02126 0%, #5D0915 100%);
}
.app_box.sign_up .download_app_link {
    background: #ED964F;
    bottom: 0;
    top: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.app_box.connect_app .download_app_link {
    background: #458DB4;
}
.download_app_link:hover{
  color: #fff;
    background: linear-gradient(90deg, #C02126 0%, #5D0915 100%);
}
.app_section {
    margin: 60px 0 85px;
}

.feature_box{
  background-image: url(../img/featureBg.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 74px;
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}
.feature_block {
    display: flex;
    padding: 56px 71px 50px 95px;
}

.feature_content {
    margin-right: 43px;
}

.feature_img {
    flex-shrink: 0;
}
.feature_list li {
    margin-bottom: 29px;
    position: relative;
    padding-left: 36px;
}
.feature_list li::before{
  position: absolute;
  content: "";
  background-image: url(../img/tick.svg);
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
}
.feature_list li:last-child{margin-bottom: 0;}

.feature_list li h3 {
    color: #252525;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.feature_list li p {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
}
.feature_heading {
    background: #F0DFF8;
    padding: 27px 101px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    max-width: 643px;
    margin: auto;
}

.faq_section{
  margin-bottom: 80px;
}
.faq_box {
    display: flex;
    align-items: center;
}

.faq_img {
    flex-shrink: 0;
}

.faq_content {
    flex: 1;
    margin-left: 101px;
    background: #fff;
    border-radius: 20px;
    padding: 24px;
}

.faqImg {
    display: block;
    text-align: center;
        padding-top: 45px;
}
.accordion-item {
  border: none;
  /* border-bottom: 1px solid #e5e5e5; */
  border-radius: 16px !important;
  margin-bottom: 10px;
  overflow: hidden;
}

/* Default collapsed button */
.accordion-button.collapsed{
  border-bottom: 1px solid #e5e5e5;

}
.accordion-button {
  color: #171717;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 40px 20px 20px;
  background-color: transparent;
  box-shadow: none;
  position: relative;
  transition: background-color 0.3s ease;
}

/* Minus/Plus Icons */
.accordion-button::after {
  content: '';
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
  background-image: url(../img/plusIcon.svg);
  /* width: 18px;
  height: 18px; */
  background-repeat: no-repeat;
}

/* Open state styles */
.accordion-button:not(.collapsed) {
  background-color: #FFF6EF;
  border-radius: 16px;
  color: #171717;
  box-shadow: none;
}

/* Turn "+" into "–" when opened */
.accordion-button:not(.collapsed)::after {
  content: '';
  font-weight: bold;
    background-image: url(../img/minusIcon.svg);
    width: 14px;
    height: 2px;
    background-repeat: no-repeat;

}

/* Remove focus styles */
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* Accordion Body Style */
.accordion-body {
  background-color: #FFF6EF;
  padding: 0 20px 24px;
  font-size: 16px;
  color: #171717;
  line-height: 1.6;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

/* Round corner top and bottom on open item */
.accordion-collapse.show {
  border-top: none;
}

.meet_section {
    background-image:url(../img/meetBg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 70px 0 0;
    position: relative;
    margin-bottom: 80px;
}
.meet_section::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 150px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.meet_section h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 64px;
    color: #000;
}
.dating_App{
  background-image: url(../img/dating-appImg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 64px 10px;
  position: relative;
  z-index: 2;
  border-radius: 50px;
  overflow: hidden;
}

.dating_content {
    max-width: 805px;
    margin: auto;
}

.dating_content span {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

.dating_content h2 {
    font-size: 47px;
    font-weight: 500;
    margin-bottom: 32px;
    line-height: 1;
    color: #fff;
}

.dating_content p {
    font-size: 18px;
    font-weight: 400;
    max-width: 525px;
    margin: 0 auto 40px;
}

footer{
  background-image: url(../img/footerBg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.footer_inner_box{
  padding: 70px 0 28px;
  border-bottom: 1px solid #434242;
}
.copyright{padding: 27px 0; text-align: center; font-size: 14px; color: #CDCDCD; font-weight: 400;}

.footer_list_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.menu_list h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}

.menu_item {
    margin-bottom: 24px;
}

.menu_item a {
    font-size: 16px;
    color: #CDCDCD;
    font-weight: 400;
}
.menu_item a:hover{
  color: #F68F2F;
}

.menu_item:last-child {
    margin-bottom: 0;
}
.social_list{
  display: flex;
}
.social_item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.social_item:last-child{
  margin-right: 0;
}
.footer_logo_box {
    max-width: 263px;
}

.footer_logo_box p {
    font-size: 16px;
    color: #CDCDCD;
    font-weight: 400;
}

.footer_logo {
    display: block;
    margin-bottom: 10px;
}
/* .app_img {
    display: flex;
    align-items: flex-end;
} */
.dating_content .app_img {
    display: flex;
    align-items: center;
    justify-content: center;
}


.navbar-toggler:focus{
  box-shadow: none;
  border: none;
}
.btn-close {
    opacity: 1;
    filter: invert(1);
}



.terms_section {
  margin: 80px 0;
  color: #333;
}
.titleWrapper {
    position: relative;
    height: 300px;
    background-image: url(../img/innerBannerBg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 170px;
}
.titleWrapper h1 {
       font-size: 40px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
}
.terms_content {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.terms_content h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  color: #222;
}

.terms_content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}
.terms_content p:last-child{
  margin-bottom: 0;
}
