@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Rochester&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/*  Basic Css  */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
a, a:focus {
  text-decoration: none;
  -webkit-text-decoration: none;
  color: var(--black-color);
}

p, h1, h2, h3, h4, h5, h6, .p, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Outfit", sans-serif;
  background: var(--white-color);
}
::selection {
  background-color: var(--primary-color);
  color: var(--white-color);
}
::-moz-selection {
  background-color: var(--primary-color);
  color: var(--white-color);
}

:root {
  --primary-color: #FF4A72;
  --secondary-color: #535590;
  --title-color: #1E1E1E;
  --subtitle-color: #586169;
  --border-color: #DDE2E5;
  --black-color: #000000;
  --white-color: #FFFFFF;
}

/* scrollbar css settings*/
::-webkit-scrollbar {
  width: 6px;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  border-radius: 12px;
}
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
  border-radius: 8px;
}
::-moz-scrollbar {
  width: 6px;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
}
::-moz-scrollbar-track {
  border-radius: 8px;
}
::-moz-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 8px;
}
::-moz-scrollbar-thumb:hover {
  background: var(--secondary-color);
}

/* progress bar bottom to top  */
.progress-wrap {
  position: fixed;
  right: 34px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 2px var(--primary-color);
  z-index: 999;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  bottom: 24px;
  background: var(--primary-color);
  border-radius: 12px;
}
.progress-wrap:hover {
  background: transparent;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "\eedc";
  font-family: 'boxicons', sans-serif;
  text-align: center;
  color: var(--white-color);
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  animation: heartbeat 2s infinite;
  background-position: center;
  font-size: 30px;
}
.progress-wrap:hover::after {
  opacity: 1;
  color: var(--primary-color);
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--grey);
  stroke-width: 2;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}

.fw-normal {
  font-family: "Rochester", cursive;
  font-weight: 400;
}
.fw-3 {
  font-weight: 300;
}
.fw-4 {
  font-weight: 400;
}
.fw-5 {
  font-weight: 500;
}
.fw-6 {
  font-weight: 600;
}
.fw-7 {
  font-weight: 700;
}
.fw-8 {
  font-weight: 800;
}

/* Color And Background-Color Use for Html  */
.primary-color-L {
  color: var(--primary-color);
}
.primary-bgcolor-L {
  background: var(--primary-color);
}
.secondary-color-L {
  color: var(--secondary-color);
}
.secondary-bgcolor-L {
  background: var(--secondary-color);
}
.title-color-L {
  color: var(--title-color);
}
.title-bgcolor-L {
  background: var(--title-color);
}
.subtitle-color-L {
  color: var(--subtitle-color);
}
.subtitle-bgcolor-L {
  background: var(--subtitle-color);
}
.border-color-L {
  color: var(--border-color);
}
.white-color-L {
  color: var(--white-color);
}
.white-bgcolor-L {
  background: var(--white-color);
}
.black-color-L {
  color: var(--black-color);
}
.black-bgcolor-L {
  background: var(--black-color);
}

/* font size use for html  */
.fts-68 {
  font-size: 68px;
}
.fts-62 {
  font-size: 62px;
}
.fts-58 {
  font-size: 58px;
}
.fts-52 {
  font-size: 52px;
}
.fts-50 {
  font-size: 50px;
}
.fts-44 {
  font-size: 44px;
}
.fts-38 {
  font-size: 38px;
}
.fts-36 {
  font-size: 36px;
}
.fts-32 {
  font-size: 32px;
}
.fts-28 {
  font-size: 28px;
}
.fts-24 {
  font-size: 24px;
}
.fts-22 {
  font-size: 22px;
}
.fts-20 {
  font-size: 20px;
}
.fts-18 {
  font-size: 18px;
}
.fts-16 {
  font-size: 16px;
}
.fts-15 {
  font-size: 15px;
}
.fts-14 {
  font-size: 14px;
}
.fts-13 {
  font-size: 13px;
}
.fts-12 {
  font-size: 12px;
}
.fts-10 {
  font-size: 10px;
}

@media only screen and (max-device-width: 768px) {
  .fts-68 {
    font-size: 30px;
  }
  .fts-62 {
    font-size: 29px;
  }
  .fts-58 {
    font-size: 28px;
  }
  .fts-52 {
    font-size: 28px;
  }
  .fts-50 {
    font-size: 28px;
  }
  .fts-44 {
    font-size: 28px;
  }
  .fts-38 {
    font-size: 28px;
  }
  .fts-36 {
    font-size: 26px;
  }
  .fts-32 {
    font-size: 26px;
  }
  .fts-28 {
    font-size: 20px;
  }
  .fts-24 {
    font-size: 20px;
  }
  .fts-22 {
    font-size: 20px;
  }
  .fts-20 {
    font-size: 18px;
  }
  .fts-18 {
    font-size: 16px;
  }
  .fts-16 {
    font-size: 15px;
  }
  .fts-15 {
    font-size: 14px;
  }
  .fts-14 {
    font-size: 13px;
  }
  .fts-13 {
    font-size: 12px;
  }
  .fts-12 {
    font-size: 11px;
  }
  .fts-10 {
    font-size: 9px;
  }
}

/* navbar section start */
.navbar-pro-inner .brand-logo{
  width: 234px;
  object-fit: contain;
}
.navbar-pro-inner .navbar-ui li .nav-item{
  font-size: 15px;
  font-weight: 400;
  color: var(--subtitle-color);
  padding: 4px 6px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.navbar-pro-inner .navbar-ui li .nav-item:hover,
.navbar-pro-inner .navbar-ui li .nav-item.active{
  color: var(--primary-color);
}
.navbar-ui .btn-login{
  border: 1px solid var(--black-color);
  background: transparent;
  color: var(--black-color);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 25px;
  border-radius: 40px;
  font-weight: 400;
  transition: all 0.3s;
}
.navbar-ui .btn-login:hover{
  color: var(--white-color);
  background: var(--black-color);
}
.navbar-ui .btn-register{
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 25px;
  border-radius: 40px;
  font-weight: 400;
  transition: all 0.3s;
}
.navbar-ui .btn-register:hover{
  color: var(--primary-color);
  background: transparent;
}

/* header section start */
.header-pro-matrimony{
  background: url(../images/header-bg-01.png) no-repeat;
  background-size: cover;
}
.header-banner-pro .header-banner{
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 262px;
}
.header-apps-icon{
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
}
.header-apps-icon img{
  width: 150px;
}

/* Three Simple Steps section start */
.simple-steps-section{
  background: linear-gradient(180deg, #ECF0FE 0%, #FFFFFF 100%);
}
.count-number-box{
  background: var(--primary-color);
  width: 80px;
  height: 78px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  margin: auto;
  color: var(--white-color);
}

/* Happy Success Stories section start */
.success-stories-section{
  background: url(../images/success-stories-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.stories-right-contents{
  border: 1px solid var(--primary-color);
  border-radius: 0px 20px 20px 0px;
  background: #FEECF5;
}
.stories-left-img .couple-stories{
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
  border-radius: 20px 0px 0px 20px;
}
.stories-right-contents p{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.success-stories-slider .slick-prev{
  border: none;
  background: transparent;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  left: -20px;
  height: max-content;
}
.success-stories-slider .slick-prev::before{
  content: "\e9b4";
  font-family: 'boxicons';
  font-size: 20px;
  height: 38px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #1E1E1E66;
  border: 1px solid #1E1E1E66;
  color: var(--white-color);
}
.success-stories-slider .slick-next{
  border: none;
  background: transparent;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  right: -20px;
  height: max-content;
}
.success-stories-slider .slick-next::before{
  content: "\e9b4";
  font-family: 'boxicons';
  font-size: 20px;
  height: 38px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #1E1E1E66;
  border: 1px solid #1E1E1E66;
  color: var(--white-color);
  transform: rotate(180deg);
}
.success-stories-slider .slick-prev:hover::before,
.success-stories-slider .slick-next:hover::before{
  background: #1e1e1ea1;
  color: var(--white-color);
}
.success-stories-slider .slick-dots{
  display: flex;
  justify-content: center;
  gap: 6px;
  width: max-content;
  margin: auto;
  margin-top: 0;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
}
.success-stories-slider .slick-dots li{
  line-height: 0;
}
.success-stories-slider .slick-dots li button{ 
  height: 8px;
  width: 8px;
  font-size: 0;
  border: none;
  background: #B4CCB4;
  border-radius: 20px;
}
.success-stories-slider .slick-dots li.slick-active button{
  background: var(--primary-color);
}

/* language cast cities contries section */
.language-home-section{
  background: var(--secondary-color);
}
.citie-language-img .langeages-img{
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.border-right{
  border-right: 1px solid #ffffff47;
}

/* last added profiles section start */
.top-profile-img .profile-img{
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  border: 1px solid #bbbbbb;
}
.bottom-profile-content{
  text-align: center;
  border: 1px solid #bbbbbb;
  margin-top: -30px;
  border-radius: 12px;
  padding-top: 38px;
  box-shadow: 0px 13px 17.6px 0px #2EDBB214;
}
.last-profile-slider .slick-prev{
  border: none;
  background: transparent;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  left: -20px;
  height: max-content;
}
.last-profile-slider .slick-prev::before{
  content: "\e9b4";
  font-family: 'boxicons';
  font-size: 18px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: transparent;
  border: 1px solid var(--subtitle-color);
  color: var(--subtitle-color);
}
.last-profile-slider .slick-next{
  border: none;
  background: transparent;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  right: -20px;
  height: max-content;
}
.last-profile-slider .slick-next::before{
  content: "\e9b4";
  font-family: 'boxicons';
  font-size: 18px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: transparent;
  border: 1px solid var(--subtitle-color);
  color: var(--subtitle-color);
  transform: rotate(180deg);
}
.last-profile-slider .slick-prev:hover::before,
.last-profile-slider .slick-next:hover::before{
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: var(--white-color);
}

/* Our planning tools section start */
.get-planning{
  border: 1px solid var(--border-color);
  display: inline-block;
  padding: 9px 28px;
  border-radius: 30px;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
.get-planning:hover{
  background: var(--title-color);
  color: var(--white-color);
}

/* Best way to manage your Profile section start */
.whyappsiinnernai{
  background: #F9FCFF;
  border-radius: 40px;
  padding: 34px 40px 40px 48px;
}
.left_appsawaydivs .apcentersdfvf span {
  height: 12px;
  width: 2px;
  display: inline-block;
  background: #495057;
  margin: 0px 16px;
}
.apps-playstore-mng img{
  width: 150px;
}
.usersappsgroup .commanprofile{
	height: 44px;
	width: 44px;
	border-radius: 100%;
	object-fit: cover;
	object-position: top;
	border: 3px solid var(--white-color);
  margin-left: -20px;
}
.best-apps-boxbg{
  background: var(--primary-color);
  border-radius: 34px;
  padding: 22px;
  margin-top: 200px;
}
.best-apps-boxbg .right_Appsmockups{
  margin-top: -200px;
}
.best-apps-boxbg .left_appsawaydivs .apcentersdfvf span{
  background: var(--white-color);
}

/* about us section start */
.lftnumberchose h3{
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white-color);
}
.linehight-about {
  line-height: 22px;
}
.leftcheooses-maind .choosenlogo {
  width: 234px;
  object-fit: contain;
}

/* Community section start */
.browse_mainmatrimonys{
  background: #F8F9FA;
}
.single_browse-inner .icon_browse-vn {
  height: 52px;
  width: 52px;
  min-width: 52px;
  background: var(--white-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  box-shadow: 0px 2px 4px 0px #2124290D;
  font-size: 22px;
}
.right_content-browse .browse_list-direct a {
  font-size: 15px;
  font-weight: 400;
  color: var(--title-color);
}
.right_content-browse .browse_list-direct a.more-details{
  color: var(--black-color);
}
.browse_list-direct .br-lines {
  display: inline-block;
  height: 10px;
  width: 1px;
  background: var(--subtitle-color);
  margin: 0px 9px;
}

/* footer section start */
.top_footersborder {
  border-top: 1px solid var(--border-color);
}
.footerlist .footer-items{
  font-size: 14px;
  font-weight: 400;
  color: var(--subtitle-color);
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 8px 0px;
  transition: all 0.3s;
}
.footerlist .footer-items:hover{
  color: var(--secondary-color);
  margin-left: 3px;
}
.social-icons-footer{
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--white-color);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  font-size: 18px;
  transition: all 0.3s;
}
.social-icons-footer:hover{
  background: transparent;
  color: var(--primary-color);
}
.footer-inner-pro-bg{
  background: var(--secondary-color);
  padding: 40px;
  border-radius: 28px;
}
.footer-inner-pro-bg .footerlist .footer-items{
  color: var(--white-color);
}
.footer-inner-pro-bg .social-icons-footer{
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--white-color);
  border: 1px solid #ffffff26;
  background: #ffffff26;
  font-size: 18px;
  transition: all 0.3s;
}
.footer-inner-pro-bg .social-icons-footer:hover{
  background: transparent;
  color: var(--primary-color);
}