
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&amp;family=Jost:wght@300;400;500&amp;display=swap");


body::-webkit-scrollbar {
  width: 13px; 
}

body::-webkit-scrollbar-thumb {
  background-color: deeppink;
  border-radius: 4px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: darkmagenta; 
}

body::-webkit-scrollbar-corner {
  background-color: transparent; 
}

:root {
  --textcolor-primary: #0070ff;
  --textcolor-white: white;
  --textcolor-red: red;
  --textcolor-black: black;
  --textcolor-lightgray: lightgray;
  --textcolor-deeppink: deeppink;
  --textcolor-green: green;

  --backgroundcolor-deeppink: deeppink;
  --backgroundcolor-gray: gray;
  --backgroundcolor-black: black;
  --backgroundcolor-white: white;
  --backgroundcolor-lightgray: lightgray;

--btntext-white : white;
--btntext-deeppink: deeppink;
--btntext-black: black;

--btnbackgroundcolor-deeppink:deeppink;
--btnbackgroundcolor-black:black;

  --font-12: 12px;
  --font-13: 13px;
  --font-14: 14px;
  --font-15: 15px;
  --font-16: 16px;
  --font-17: 17px;
  --font-18: 18px;
  --font-20: 20px;
  --font-30:30px;
  --font-24:24px;
  --font-26: 26px;
  --font-36:36px;

  --icon-deeppink :deeppink;
  --icon-white :white;
  --icon-red :red;
  --icon-lightgray :lightgray;
--icon-black : black;

--Iconsize-10: 10px;
--Iconsize-12: 12px;

--hovercolor-deeppink : deeppink;
--hovercolor-white : white;
--hovercolor-black : black;


--activecolor-deeppink : deeppink;
--activecolor-white : white;

/* border color */

--bordertopclr-deeppink:deeppink;

}

/*-- Common Style --*/
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #4c4d56;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}
/* @media (min-width: 1200px) {
  .container {
      max-width: 1250px;
  }
} */
body[dir="rtl"] {
  text-align: right;
}

h1,
h2,

h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  color: #0e0e0e;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.5;
  /* margin-bottom: 0; */
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover {
  background-color: deeppink !important;
  color: white !important;
  
}
.btn:hover .fa-language {
  color: black !important; /* Change Font Awesome icon color to black */
}
a,
button,
img,
input {
  transition: all 0.3s linear;
  outline: 0;
}

img {
  max-width: 100%;
}

a:focus,
button:focus,
img:focus,
input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--hovercolor-deeppink);
}

ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

button,
input[type="submit"] {
  cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding: 120px 0px;
}

@media only screen and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

.section-padding-03 {
  padding-top: 140px;
}

@media only screen and (max-width: 1199px) {
  .section-padding-03 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding-03 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-03 {
    padding-top: 60px;
  }
}

/*--Section Title--*/
.section-title .title {
  font-size: 48px;
  line-height: 54px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #0e0e0e;
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 36px;
  }
}

.section-title .title.white {
  color: #ffffff;
}

.section-title .sub-title {
  font-size: 20px;
  line-height: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #086ad8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title .sub-title.color-2 {
  color: #ff5538;
}

.section-title .sub-title.color-3 {
  color: #11ddf5;
}

.section-title .sub-title.white {
  color: #ffffff;
}



/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e8e8e8;
  width: 7px;
  height: 7px;
  transition: all 0.3s linear;
  position: relative;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  border: 1px solid #57585a;
  transform: scale(0);
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border-radius: 50%;
  transition: all 0.3s linear;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #086ad8;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}

/*--  Preloader Styles  --*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999999;
}

#preloader .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
}

#preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #086ad8;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
/* input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]),
textarea {
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #999;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 10px 10px;
  max-width: 100%;
  width: 100%;
  font-size: 13px;
 
} */

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
textarea:focus {
  outline: none;
  border-color: #086ad8;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
/* .btn-margin {
  margin-top: 40px;
}
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.btn-wrap .btn {
  margin: 5px;
}
.btn-3 {
  height: 50px;
  line-height: 45px;
  font-size: 14px;
  padding: 0 40px;
  background: #ff5538;
  color: #ffffff;
}
.btn-4 {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 45px;
  background: #11ddf5;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  color: #ffffff;
}

.btn-4:hover {
  background: #ffffff;
  color: #11ddf5;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*="btn-icon-"] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}

.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}

.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-primary {
  background-color: #086ad8;
  border-color: #086ad8;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #086ad8;
  border-color: #086ad8;
}

.btn-secondary {
  background-color: #000c29;
  border-color: #000c29;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #000c29;
  border-color: #000c29;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0e0e0e;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.btn-white::after {
  background: #086ad8;
}

.btn-white::before {
  background: #086ad8;
} */

/*  2.1 - Header Top CSS
*/
.header-section {
  position: fixed;
  left: 0;
  top: 0;
  background: var(--backgroundcolor-white);
  width: 100%;
  z-index: 999;
  /* box-shadow: 0px 20px 43px 0px rgba(0, 0, 0, 0.09); */
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo a img {
  width: 150px;
}
.header-menu .main-menu {
  display: flex;
}

.header-menu .main-menu li {
  position: relative;
  padding: 20px 25px;
}

.header-menu .main-menu li a {
  font-size: var(--font-16);
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  color:var(--textcolor-black);
}

.header-menu .main-menu li.active-menu>a {
  color: var(--color-deeppink);
}

.header-menu .main-menu li .menu-icon::after {
  content: '\f16c'; 
  font-family: "flaticon";
  font-size: var(--Iconsize-10);
  color:var(--icon-black);
  margin-left: 5px;
  transition: all 0.3s linear;
}

.header-menu .main-menu li:hover>a {
  color: var(--hovercolor-deeppink);
}
.header-menu .main-menu li:hover {
  color: var(--hovercolor-deeppink);
  background-color: #eee;
  border-bottom: 4px solid deeppink;
}
.list-group a:hover {
  color: var(--hovercolor-deeppink);
  background-color: #eee;
  border-bottom: 4px solid deeppink;
}
.header-menu .main-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-menu .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 250px;
  background: var(--backgroundcolor-white);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.09);
  padding: 20px 0;
  border-radius: 5px;
  border-top: 3px solid var(--hovercolor-deeppink);  
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s linear;
}

.header-menu .main-menu li .sub-menu li {
  padding: 0;
}

.header-menu .main-menu li .sub-menu li a {
  padding: 5px 25px;
  font-size: var(--font-15);
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  position: relative;
  z-index: 1;
}


.header-menu .main-menu li .sub-menu li:hover>a {
  color:var(--hovercolor-deeppink);
}

.top-btn {
  display: flex;
  flex-direction:row;
  }
  
  
  .header-btn button {
  position: relative;
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 0.5em;
  cursor: pointer;
  overflow: hidden;
  background-color: var(--btntext-deeppink);
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
  padding: 20px;
}

.header-btn button span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  z-index: 2;
}

.header-btn button::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: top 0.3s ease;
  z-index: 1;
}

.header-btn button:hover::before {
  top: 0; /* slide the white layer over the pink background */
}

.header-btn button:hover span {
 color: black;
}

.header-btn button i {
  margin-right: 8px;
  color: inherit;
}


.active-menu{
  color: var(--textcolor-deeppink);
}

@media only screen and  (max-width:992px) {
  .offcanvas-body .top-btn {
    display: flex;
    flex-direction: row;
    margin-top:115px;
}

}

/* 
.btn:focus,
.btn:focus:active {
  box-shadow: none;
}
.btn:hover {
color:var(--btntext-deeppink);
} */


/* hamburgar menu */

.offcanvas {
  visibility: visible !important;
}

.offcanvas-start {
  top: 0;
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%);
}

.offcanvas-backdrop {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateX(-100%);
  transition: transform .3s ease-in-out;
}

.offcanvas-start.active {
  transform: translateX(-0%) !important;
}

.offcanvas-backdrop.active {
  transform: translateX(-0%) !important;
}


.header-section{
  padding: 5px;
}
.header-toggle {
  margin-left: 30px;
}

.header-toggle button {
  background: none;
  border: 0;
  padding: 0;
}

.header-toggle button span {
  width: 25px;
  height: 2px;
  background: var(--btnbackgroundcolor-deeppink);
  margin: 5px 0;
  display: block;
}

.header-toggle button span:last-child {
  margin-bottom: 0;
}

  .offcanvas {
  background: var(--backgroundcolor-white);
  width: 320px;
}

.offcanvas-header {
  border-bottom: 1px solid #ddd;
}

.offcanvas-header .close-btn{
  background: none;
  border: 0;
  font-size: 18px;
  color: var(--btntext-deeppink);
  transition: all 0.3s linear;
}
.offcanvas-header .close-btn i{
  background: none;
  border: 0;
  font-size: 18px;
  color: var(--btntext-deeppink);
  transition: all 0.3s linear;
}
.offcanvas-header .close-btn:hover {
  transform: rotate(90deg);
  color: var(--btnbackgroundcolor-black);
}
.offcanvas-header .close-btn i:hover {
  color: var(--btnbackgroundcolor-black);
}

.offcanvas-logo img {
  width: 130px;
}

.offcanvas-menu .main-menu li {
  position: relative;
}


.offcanvas-menu .main-menu li.subTitle {
  font-size: var(--font-14);
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  color: #686868;
  padding: 5px 0px;
  text-transform: uppercase;
}

.offcanvas-menu .main-menu li.paddingLeft {
  padding-left: 10px;
}

.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  color:var(--textcolor-black);
  padding: 5px 0px;
  position: relative;
}

.offcanvas-menu .main-menu li:hover>a {
  color: var(--hovercolor-deeppink);
}

@media only screen and (max-width: 575px) {
  .offcanvas {
    width: 280px;
  }
}

/* Start of banner section */

main{
  position: relative;
}

.hero-content {
  background-image: url('../images/bg/Logmarriage.jpg');
  min-height: 90vh; 
  background-repeat: no-repeat;
background-size: cover;
  background-position:center center;
margin-top: 40px;
}
.hero-content2{
  background-image: url('../images/bg/5d4e5d31a3758c9d615f1041c4607457.jpg');
  min-height: 90vh; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
margin-top: 40px;
}
.hero-content3{
  background-image: url('../images/bg/R.jpeg');
  min-height: 90vh; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 40px;

}
/* End of banner section */


/* Start of Form section */

.top{
  border: none;
  background-color:white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
position: absolute;
bottom: 120px;  
border-radius: 20px;
padding: 20px;
}

label{
  font-size: var(--font-13);
  color: var(--textcolor-black);
}
.form-select option{
background-color:var(--backgroundcolor-deeppink);
color: var(--textcolor-white);
}
.form-select:focus{
box-shadow: none;
}
  .header-btn-2  button {
  position: relative;
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 0.5em;
  cursor: pointer;
  overflow: hidden;
  background-color: var(--btntext-deeppink);
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
  padding: 20px;
}

.header-btn-2  button span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  z-index: 2;
}

.header-btn-2  button::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: top 0.3s ease;
  z-index: 1;
}

.header-btn-2  button:hover::before {
  top: 0; /* slide the white layer over the pink background */
}

.header-btn-2  button:hover span {
 color: black;
}

.header-btn-2  button i {
  margin-right: 8px;
  color: inherit;
}



/* End of Form section */

/* Start of Welcome section */
.head{
  margin-top: -5px!important;  
}

.head .head-text{
  color: var(--textcolor-deeppink);
font-weight: 400;
font-size: var(--font-30);
margin: 10px;
}
.head .head-text-para{
font-size: var(--font-14);
font-weight: 500;
margin-bottom: 20px;
}

.icon-container::before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 15%;
  background-color: var(--backgroundcolor-lightgray);
  position: relative;
  bottom: 5px;
  right: 5px;
}
.icon-container::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 15%;
  background-color: var(--backgroundcolor-lightgray);
  position: relative;
  bottom: 5px;
  left: 5px;
}
.icon-container i{
 color:var(--icon-deeppink);
}

.card{
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
border-radius: 10px;
}
.card img{
  width: 30%;
}
.info h5{
  font-size: var(--font-18);
  font-weight: 600;
}
.right-icon i{
 margin-left: 8px; 
font-size: var(--Iconsize-12);
}
.right-icon a{
  font-size: var(--font-13);
  font-weight: 600;
}

/* End of Welcome section */



/* {Start of download section} */

.download{
  background-image: url('../images/bg/Features.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
padding-top: 80px;
padding-bottom: 80px;
  }
.g-play p{
  font-size: var(--font-24);
margin-bottom: 20px;
}
.g-play h1{
  font-size: var(--font-36);
  color: var(--textcolor-deeppink);
margin-bottom: 20px;

}

/* {End of download section} */

/* Membership plan */
.banner-member{
  margin-top: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    color: rgb(255, 255, 255);
    background: linear-gradient(to right, rgb(137, 33, 107), rgb(218, 68, 83));
    min-height: 70vh;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.banner-member::before{
  left: -120px;
  bottom: 20px;
  width: 350px;
  height: 350px;
  background: rgb(158, 42, 101);
}
.banner-member::before{
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: all 0.5s ease;
  animation: zoomout 5s infinite linear both;

}
.banner-member::after{
  right: -120px;
  width: 350px;
  height: 350px;
  background: rgb(218, 68, 83);
}

.banner-member::after{
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: all 0.5s ease;
  animation: zoomout 5s infinite linear both;

}
@keyframes zoomout {
0% {
  transform: scale(1);
}
50% {
  transform: scale(2);
  opacity: 0.7;
}
100% {
  transform: scale(1);
}
}
.banner-txt {
  position: relative;
  z-index: 1;
}

.banner-txt h1{
  color: var(--textcolor-white);
margin-bottom: 20px;
line-height: 1.2;
font-size: 60px;
}
.banner-txt p{
  font-size: var(--font-18) ;
}

@media screen and (max-width:992px) {
  .banner-txt h1{
  font-size: 40px;
  }
  .banner-txt p{
    font-size: var(--font-15) ;
  }
  
}

/* From Uiverse.io by alexruix */ 
.card-member {
  border-radius: 10px;
  background: #f5f5f5;
  position: relative;
  padding: 1.8rem;
  border: 2px solid #c3c6ce;
  transition: 0.5s ease-out;
  overflow: visible;
 }

 .card-details h5{
color: var(--textcolor-deeppink);
 }
.card-member .title{
  background: linear-gradient(to right, rgb(137, 33, 107), rgb(218, 68, 83));
  padding: 25px 40px;
  border-radius: 10px;
  margin: -20px;
}



 .card-member .card-button {
  /* transform: translate(-50%, 125%); */
  width: 60%;
  border-radius: 0.50rem;
  border: none;
  background-color: var(--backgroundcolor-deeppink);
  color: #fff;
  font-size: 1rem;
  padding: .5rem 1rem;
  /* position: absolute;
  left: 20%;
  bottom: 0; */
  opacity: 1;
  transition: 0.3s ease-out;
 }
 

 .center {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

 .card-member .title h5{
    margin-top: 10px;
    color: var(--textcolor-white);
 }
 .card-member .title h3{
  color: var(--textcolor-white);
}
 .card-member:hover {
  border-color: var(--bordertopclr-deeppink);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
  transform: scale(1.02);
cursor: pointer;
 }
 
 .card-member:hover .card-button {
  /* transform: translate(-50%, 50%); */
  opacity: 1;
 }
.card-button:hover{
  color:var(--btntext-deeppink);
background-color:var(--btnbackgroundcolor-black);
border-radius: 0.30rem;

}
.headercheckout{
  padding: 15px;
  background-color: deeppink;
  font-size: 15px;
}
.deeppink{
  color: deeppink;
}
.gt-panel-body {
  padding: 10px 15px;
  border-top: none !important;
  background: rgba(249, 249, 249, 1);
  box-shadow: 0px 2px 0px 0px rgba(208, 208, 208, 1);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(208, 208, 208, 1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(208, 208, 208, 1);
  width: 100%;
  float: left;
  border: 1px solid #DDDDDD;
}

/* Membership plan */



 /* Start of Contact CSS */
 .Contact{
  background-color: #fefbf3;
}
 .top-txt{
  background: #2a2c3c;
    background: linear-gradient(to right, #2a262691, #2a2c3c);
padding-top: 160px;
padding-bottom: 150px;

  }
.top-txt h1{
  font-size: var(--font-24);
  color: #ffb400;;
  margin-bottom: -10px;
}
.top-txt h2{
  font-size: 65px!important;
    background: -webkit-linear-gradient(45deg, #00ff72, #66b5ff 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.top-txt p{
  font-size: 20px;
  color: var(--textcolor-white);
}
.main{
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  background-color:white;
}
.main-txt{
  border-top: 7px solid var(--bordertopclr-deeppink);
  border-radius: 10px;
}

.main-txt::after{
  content: '';
  display: inline-block;
  height: 1px;
  width: 107%;
  background-color: rgba(235, 232, 232, 0.836);
  position: relative;
  left: -15px;
}

.txt-2 h4:last-child{
  font-size: var(--font-16);
  }
  .txt-2{
    margin-top: -20px;
  }

.top-txt h2{
  font-size: var(--font-26);
} 

.main-txt h4{
  font-size: var(--font-16);
  color: var(--textcolor-deeppink);
}
.icon i{
  color: var(--icon-black);
}
@media screen and (max-width:992px) {
  .top-txt h1{
  font-size: var(--font-20);
}
.top-txt h2{
  font-size: var(--font-36)!important;
}
} 

.side-img{
  background: linear-gradient(45deg, rgb(242, 209, 132), rgb(255, 238, 178) 80%);
  border-radius: 10px 0px 0px 10px;
  border-top: 7px solid var(--bordertopclr-deeppink);
  margin-right: -12px;
  box-shadow: -7px 10px 10px -2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.side-img h4{
  font-size: var(--font-36);
  color: #66451c;

}
.side-img h1{
  font-size: 50px;
  color: #66451c;
  line-height:1.2;
}
.img-container-contact img{
  margin-top: 50px;
}

.logo{
  width: 100%;
  height: 80px;
  background: url(../images/bg/login-bg.png) center bottom / 300px;
  position: absolute; 
  left: 0px;
  bottom: 0px;
  right: 0px;
  transition: all 0.5s ease-in-out 0s;
  animation: 500s linear 0s infinite normal both running movehor;
  border-radius: 0px 0px 10px 10px;
}
@keyframes movehor{
0% {
  background-position: 0px -18px;
}
100% {
  background-position: -10000% -18px;
}
}

@media screen and (min-width:1400px) {
.logo{
  animation: 100s linear 0s infinite normal both running movehor;
}
}

@media screen and (max-width:992px) {

.side-img{
  border-radius: 10px 10px 0px 0px;
  box-shadow: 10px 0px 10px -2px rgba(0, 0, 0, 0.2);
  padding: 70px!important;
}
.side-img h4:first-child{
  margin-top: -40px;
}
.side-img h1{
  line-height: 2;
}

.form-txt{
  border-top: none!important;
  border-radius: 0px!important;
}
.Contact .row {
 --bs-gutter-x: 0rem;
}
.form{
  box-shadow: 6px 5px 20px 0px  rgba(0, 0, 0, 0.2)!important;
  border-radius: 0px 0 10px 10px!important;
}

}

.form-all{
  margin-top: -20px;
  background-color: white;

}

.form{
  box-shadow: 6px 5px 10px 0px  rgba(0, 0, 0, 0.2);
  border-radius: 0px 10px 10px 0px;
}
.form-txt{
  border-top: 7px solid var(--bordertopclr-deeppink);
  border-radius: 0px 10px 0px 0px;
  background-color: white;

}

.form-txt::after{
  content: '';
  display: inline-block;
  height: 1px;
  width: 108%;
  background-color: rgba(235, 232, 232, 0.836);
  position: relative;
  left:-16px;
}
.form h4{
  font-size: var(--font-16);
  color: var(--textcolor-deeppink);
}

.form-control:focus{
  border-color: var(--bordertopclr-deeppink);
  border: 1px solid;
} 
.form-all input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus, textarea:focus {
  outline: none;
  border-color: var(--bordertopclr-deeppink);
}
.captcha .link{
  color: var(--textcolor-deeppink);
margin-right: 5px;
}
 .form-control:focus{
box-shadow: none;
}

.header-btn-3 button {
  outline: 0;
  border: 0;
  display: flex;
  flex-direction: column; 
  width: 100%;
  max-width: 90px;
  height: 50px;
  border-radius: 0.5em;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
} 
  
.header-btn-3 button div {
  transform: translateY(0);
  width: 100%;
}

.header-btn-3 button div {
  transition: 0.6s cubic-bezier(.16, 1, .3, 1);
}

.header-btn-3 button div span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  height: 50px;
  padding: 0.85em 1.125em;
} 

.header-btn-3  button div:nth-child(1) {
  background-color: var(--btntext-deeppink)
}

.header-btn-3 button div:nth-child(2) {
  background-color:white;
  }

.header-btn-3 button:hover div {
  transform: translateY(-50px);   
}
.header-btn-3 button:hover .pa-4{
  color: var(--bordertopclr-deeppink);
  }
.header-btn-3 button p {
  font-size: 17px;
  font-weight: bold;
  color:var(--btntext-white);
  margin: 0;
}
.header-btn-3 button:active {
  transform: scale(0.95); 
}

 /* End of Contact CSS */


/* Login */

.login {
  position: relative;
  background-image: url('../images/bg/Logmarriage.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 70px;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: -1; 
}

.login-form .card-top{
  background-color:white;
  border-radius: 7px;
}

.card-top .card-txt h2{
color: var(--textcolor-deeppink);
}
.card-top .card-txt p{
  color: var(--textcolor-black);
margin-bottom: 30px;
}

.contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]){
font-size: var(--font-15) ;
color: var(--textcolor-white);
background-color: rgba(0, 0, 0, 0.733);
}
 .contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus, textarea:focus {
  outline:2px solid var(--bordertopclr-deeppink);
  color: var(--textcolor-white);
  border: none;
}
.contact-form .form-control::placeholder {
    color: var(--textcolor-white)!important;
}
.form-check-top{
  display: flex;
  align-items: baseline;
    justify-content: space-between;
}
.form-check-top .form-check-label{
margin-top: 3px;
}
.form-check-top .forgot:hover{
cursor: pointer;
text-decoration: underline;
color: var(--hovercolor-deeppink);
}
.form-check-top .form-check-label:hover{
color: var(--hovercolor-deeppink);
cursor: pointer;
}
.custom-checkbox {
  cursor: pointer;
  appearance: none; 
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.733); 
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.custom-checkbox:checked {
  background-color: var(--backgroundcolor-deeppink);
  border-color: white;

}
.custom-checkbox:focus {
  box-shadow:none;
}
/* .login-btn {
  display: block;
  margin: auto;
} */
.login-btn .btn{
  background-color: var(--btnbackgroundcolor-deeppink);
  color: var(--btntext-white);
  width: 200%;
  border-color:deeppink
}
.login-btn .btn:hover{
background-color: rgba(255, 20, 145, 0.779);
}
.ortxt{
  display: flex;
  justify-content:center;
}
.ortxt span{
color: var(--textcolor-black);
}
.login-btn-2 .btn-2{
 background-color: rgba(45, 45, 45, 0.653);
  color: var(--btntext-white);
  width: 200%;
}
.login-btn-2 .btn-2:hover{
  background-color:var(--btnbackgroundcolor-deeppink);
  color: var(--btntext-white);

}
.newmember{
display: flex;
margin-bottom: -1px!important;
}
.newmember p:first-child {
color: var(--textcolor-deeppink);
margin-left: 5px;
}
.newmember p:last-child {
color: var(--textcolor-black);
margin-left: 6px;
}
.newmember p:last-child a:hover {
text-decoration: underline;  
cursor: pointer;
}
/* Login */


/* forgot css */
.forgot-form {
  min-height: 70vh;
display: flex;
  justify-content: center;
  align-items: center;  
}
.forgot-form .forgot-card-top{
  background-color:var(--backgroundcolor-white);
  border-radius: 7px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
} 
  
.forgot-card-top .forgot-card-txt h2{
color: var(--textcolor-deeppink);
}

/* forgot css */

/* Model */

.modal-header .btn-close:focus{
  box-shadow: none!important;
}
.modal-header{
border-bottom: none;
} 
.modal-header h1{
color: var(--textcolor-deeppink);
} 
  
  .modal-contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus, textarea:focus {
    outline:2px solid var(--bordertopclr-deeppink);
    border: none;
  }
  .modal-contact-form .form-control::placeholder {
    color: #000000!important; 
  }
  .modal-content{
max-width:70%;
    margin:auto;
  }
.modal-footer{
  border-top: none;
}

.modal-footer .btn{
  background-color: var(--btnbackgroundcolor-deeppink);
  color: var(--btntext-white);
}

/* Model */


/* Register form */


.Register{
  background-image: url('../images/bg/Logmarriage.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
margin-top: 70px;
min-height: 80vh;
/* z-index: 1; */
}
.Register::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: -1; 
}



.Register-form .card-top{
  background-color:white;
  border-radius: 7px;
}
.Register-form i{
  color: var(--icon-deeppink);
} 
.Register-form button{
  border:1px solid rgba(197, 197, 197, 0.771);
}
.Register-form button:focus{
box-shadow: none; 
}
.Register-form button:hover{
  border:1px solid rgba(197, 197, 197, 0.771);
}
.Register-form .form-select:hover{
  cursor: pointer;
}
.Register-form .form-select{
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)!important;
  font-size: var(--font-14);
}
.Register-form .form-select:focus {
  border-color: var(--backgroundcolor-deeppink);
}
select.form-select option {
  color: #000000;
  background-color: #fff;
}
.Registerall-form input:focus {
  border-color: var(--backgroundcolor-deeppink)!important;
}
.Registerall-form input {
 font-size:var(--font-14)!important;
 padding-left: 13px!important;
 color: #21252999!important;

}

.custom-time-input {
  padding: 3px 12px!important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)!important;
}
.Register-form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.636)!important;
}

.Register-form .form-control {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)!important;
}
.in{
  width: 124%;
}
.css-1jqq78o-placeholder {
  color: rgba(0, 0, 0, 0.636)!important;
}
 .css-pylk10-control {
  border-color:var(--backgroundcolor-deeppink)!important;
} 
.Register-form .Register-btn{
  display:flex;
  justify-content: center;
}
.Register-form .Register-btn:hover{
cursor: pointer;
}
.Register-form .Register-btn .btn{
  color: var(--btntext-white);
  background-color: var(--btntext-deeppink);
  width: 200px;
}
.Register-form .Register-btn .btn:hover{
background-color: rgba(255, 20, 145, 0.688);
}

/* Register form */




 /* Start of Footer CSS */
 .footer-section {
  background: var(--backgroundcolor-black);
} 

.footer-widget-wrap {
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer-widget .footer-widget-title {
  font-size: var(--font-13);
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.widget-link {
  padding-top:  22px;
}

.widget-link .link li {
  margin-top: 7px;
}

.widget-link .link li,i {
  font-size: var(--font-13);
  color: #c4c5c7;
  transition: all 0.3s linear;
}

.widget-link .link li:hover i{
  padding-left: 10px;
  color: var(--hovercolor-deeppink);
} 
.widget-link p {
  font-size: var(--font-13);
  color: #c4c5c7;
}

.footer-social .social {
  margin-top: 15px;
}

.footer-social .social li {
  display: inline-block;
}

.footer-social .social li+li {
  margin-left: 5px;
}

.footer-social .social li i {
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social .social li i {
  color: var(--icon-black);
}

.footer-copyright-area {
  border-top: 1px solid #1b202f;
  padding-top: 15px;
  padding-bottom: 30px;
}
.copyright-text {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .copyright-text {
    text-align: center;
  }
}

.copyright-text p {
  font-size: 14px;
  color: #c4c5c7;
}
/* End of footer section */


.features {
  padding-top: 50px;
}

.service-list h2 {
  margin-bottom: 30px;
}

.service-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.service-list ul li::before {
  background-image: url(../images/bullet.png);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  background-size: 20px;
  content: '';
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
}

.carousel .control-dots,
.carousel .carousel-status {
  display: none;
}
.col-xxl-12{
  width: 75%;
}
.col-xxl-4{
  width: 25%;
}
.tab-content{
       padding: 15px; 
      background: rgba(255, 255, 255, 1.00);
      border: 1px solid #ddd;
      border-top: 0px;
}
.inSearchTitle {
  font-size: 22px;
  font-weight: 700;
  color: var(--textcolor-deeppink);
}
.col-xxl-6 {
  width: 37.5%;
}
.col-xxl-10 {
  width: 62.5%;
}
.col-xs-4 {
  width: 25%;
}
.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}
.gt-form-control {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-group {
  margin-bottom: 15px;
}
.searchWrapper { 
	/* border: none !important; */
padding: 0px !important;
  }
  .chip{
    background-color:var(--backgroundcolor-deeppink) !important;
  }
  .highlightOption {
    background-color: var(--backgroundcolor-deeppink)  !important;

  }
  .multiSelectContainer input {
    height: 40px;
    padding: 9px 12px;
  }
  .gt-btn-green {
    color: #fff;
    background-color: var(--backgroundcolor-deeppink) ;
    border-color: var(--backgroundcolor-deeppink) ;
    transition: all 0.3s ease-in-out;
}
.gt-search-opt select.gt-form-control {
  background: url(../images/bg/sel-dropdown.gif) no-repeat scroll right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px !important;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}

.mb-20 {
  margin-bottom: 20px;
}
.fontMerriWeather{
  color:var(--backgroundcolor-deeppink) 
}
.pb-15 {
  padding-bottom: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.gt-panel-head {
  background: var(--backgroundcolor-deeppink) ;
  color: rgba(255, 255, 255, 1.00);
  padding: 15px;
  border-radius: 5px;
}
.gt-margin-right-10 {
  margin-right: 10px;
  color: white;
}
.gt-margin-left-10 {
  margin-left: 10px;
  color: white;
}
.gt-margin-bottom-15 {
  margin-bottom: 15px;
}
.gt-panel {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.gt-panel.gt-panel-default .gt-panel-head {
  background: #f2f2f2;
  color: #353535;
  border-bottom: 0px;
  width: 100%;
  float: left;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px 1px 3px 0px #AFAFAF;
}
.gt-panel .gt-panel-body {
  padding: 10px 15px;
  border-top: none !important;
  background: rgba(249, 249, 249, 1);
  box-shadow: 0px 2px 0px 0px rgba(208, 208, 208, 1);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(208, 208, 208, 1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(208, 208, 208, 1);
  width: 100%;
  float: left;
  border: 1px solid #DDDDDD;
}
input[type="radio"]:checked {
  accent-color: var(--backgroundcolor-deeppink); /* Change to desired color */
}
.gt-margin-top-10 {
  margin-top: 10px;
}
.gt-text-blue {
  color: var(--backgroundcolor-deeppink)  !important;
}
.alert-warning {
  color: #8a6d3b; 
  margin-bottom: 10px;
}
.P{
  margin-bottom: 10px;
}
.containerbg{
  background-image: url(../images/bg/flower.png), url(../images/bg/flower.png), linear-gradient(#f5e4de, #f5e4de) !important;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, 30%, 100%;
  padding: 35px 0;
}
.brideimg {
  width: 150px;
  margin: 0 auto; /* Centers the image horizontally */
  margin-bottom: -30px;
  background: #f5e4de;
  padding: 0 30px;
  box-shadow: 0 3px 10px #0006;
  border-radius: 25px;
  display: block; /* Ensures the image is treated as a block element for centering */
}

.onclickto{
  margin-top:13vh;
    font-weight: 500;
    font-size: 40px;
    color: var(--backgroundcolor-deeppink) ;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
 
}

.blink-text {
  animation: blink 1s infinite; /* Blink every 1 second */
}
.paddtopbottom{
  padding-top: 5%;
}
.searchbox{

    padding: 20px;
    border-radius: 40px;
    background: #aa737085 !important;
}
.filter-btn{
  border-radius: 50% !important;
  border: 2px solid !important;
  background-color: #fff !important;
  padding: 8px 8px 2px;
  height: 50px;
  width: 50px;
justify-content: center;
  align-items: center;
  display: flex;
}
.filter-btn i {
  font-size: 28px;
  font-weight: bolder;
  color: black;

}
.card-sec {
  box-shadow: 0 3px 10px #0003;
  border-radius: 16px;
  padding: 10px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 1.25rem;
}
.profilename{
  font-size: 16px !important;
  color: var(--backgroundcolor-deeppink);
  font-weight: 600 !important;
  text-transform: capitalize !important;
  margin-bottom: 0 !important;
}
.card-body{
  padding: 0.55rem 0px 0px 0px
}
.cardboxsty {
  overflow: hidden;
  height: 100px;
  margin-bottom: 6px;
  padding: 10px;
}
.cardboxsty:hover {
  overflow: auto; /* Show scrollbar on mouse hover */
}
.cardboxsty::-webkit-scrollbar {
  width: 4px; /* Scrollbar width */
}

.cardboxsty::-webkit-scrollbar-thumb {
  background-color: var(--backgroundcolor-deeppink);
  border-radius: 4px; /* Rounded corners */
}

.cardboxsty::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Thumb color on hover */
}

.cardboxsty::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Track color */
  border-radius: 4px; /* Optional rounded corners for the track */
}
.viewprofile {
  background-color:var(--backgroundcolor-deeppink) !important;
  box-shadow: 0 0 4px #0000005c;
  padding: 11px 14px !important;
  border-radius: 12px;
  font-weight: 600;
font-size: 14px;
line-height: 0.75;
  border:0px;
}
.viewprofile1 {
  background-color: #f0f0f0 !important;
  border: 1px solid #f0f0f0 ;
  box-shadow: 0 0 4px #0000005c;
  padding: 4px 14px !important;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  max-width: 172px;
}
.card-container{
  border-radius: 14px;
  width: 350px;
  box-shadow: 0 0 10px #0000005c !important;
}
.filter-box {
  position: absolute;
 
  background: #fff;
  z-index: 1;
  border: 1px solid #e5bebe;
  border-radius: 10px;
  box-shadow: 0 3px 10px #0006;
       padding: 1.25rem;
}
.card-title {
  font-size: 18px !important;
  color: #333f57 !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  margin-bottom: 0 !important;
}
.ml-4 {
  margin-left: 1.5rem !important; 
}
.slider-container {
  position: relative;
  width: 300px; 
  margin: 0px auto 20px auto;
}

input[type="range"] {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 6px;
  margin: 0;
  appearance: none;
  background: transparent;
}

.thumb {
  pointer-events: auto;
  position: relative;
  z-index: 3;
  height: 0;
}

.thumb::-webkit-slider-thumb {
  pointer-events: auto;
  width: 16px;
  height: 16px;
  background: #2196F3;
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
}

.slider-track {
  position: relative;
  width: 100%;
  height: 6px;
  background: #ddd;
  border-radius: 3px;
  z-index: 1;
}

.slider-range {
  position: absolute;
  height: 100%;
  background: var(--backgroundcolor-deeppink);
  z-index: 2;
  border-radius: 3px;
}
/* .thumb:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 12px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: deeppink;
} */

label {
  display: inline-block;
  margin-bottom: 17px
}
.MaritalStatus{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.viewprofile-container {
  display: flex;
  gap: 20px; /* Optional, adds space between the divs */
}
.d-flex {
  position: relative;
  display: flex;
  justify-content: space-between; /* Adds space between items */
}
.filterboxscroll {
  overflow-y: hidden;
  height: 400px;
  padding: 4px;
}
.filterboxscroll:hover {
  overflow: auto; /* Show scrollbar on mouse hover */
}
.filterboxscroll::-webkit-scrollbar {
  width: 4px; /* Scrollbar width */
}

.filterboxscroll::-webkit-scrollbar-thumb {
  background-color:var(--backgroundcolor-deeppink);
  border-radius: 4px; /* Rounded corners */
}

.filterboxscroll::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Thumb color on hover */
}

.filterboxscroll::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Track color */
  border-radius: 4px; /* Optional rounded corners for the track */
}

.mg-tp-25 {
  margin-top: 25px;
}
.multiSelectContainer li:hover{
  background-color: var(--backgroundcolor-deeppink) !important;
}
.multiSelectContainer li {
  display: flex;
  align-items: center;
}
.login-btn {
  /* width: 260px;
  height: 54px; */
  color: #fff !important;
  background-color: var(--backgroundcolor-deeppink) !important;
  font-size: 20px !important;
  font-family: Helvetica !important;
  border: none !important;
  border-radius: 15px !important;
  display: flex;
  justify-content: center; /* Horizontally centers the text */
  align-items: center; /* Vertically centers the text */
  text-align: center; 
}
.mt-6{
  margin-top: 6rem;
}

.profile-header {

  background: var(--backgroundcolor-deeppink);
  width: 100%;
  z-index: 999;
}



button:hover i {
  /* Reset all hover effects */
  background-color: transparent !important;
  color: inherit !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}
.gt-navbar-green {
  margin-top: 5rem !important;
  background-color: var(--backgroundcolor-deeppink);
  border-color:var(--backgroundcolor-deeppink);
  box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 35%);
}
.pr-30 {
  padding-right: 30px !important;
}
.pl-30 {
  padding-right: 30px !important;
}
.profile-details{
  color: var(--textcolor-deeppink);
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.gtMemAlbum {
  position: absolute;
  background: #FF6D00;
  padding: 12px 20px;
  border-radius: 50%;
  top: -15px;
  left: -5px;
  color: white;
  font-size: 18px;
  box-shadow: -1px 1px 7px #636363;
}
 .gt-panel {
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%) !important;
  border-radius: 5px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
 .gt-panel-head1 {
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 5px 5px 0px 0px;
  background: white;
  /* background: rgb(19, 19, 19); */
  color: #353535;
  /* color: #ff0088; */
  width: 100%;
  float: left;  
  border-bottom: 1px solid #f3f3f3;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px; 
} 
 .gt-panel-head1 {
  padding: 15px;
}
 .gt-panel-head1 span {
  font-size: 15px;
  margin-top: 5px;
}

.gt-panel-head1 span i {
  margin-right: 10px;
  color: var(--backgroundcolor-deeppink);
}
.gt-panel-body1 {
  background: #FFFFFF;
  /* background: #1a191958; */
  border: none;
  border-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
  border-radius: 0px 0px 5px 5px;
  padding: 10px 15px;
}
.col-xs-7 {
  width: 43.75%;
  /* color: #ff9646; */
    color: black;
}
.col-xs-9 {
  width: 56.25%;
}
.Name{
  font-weight: 500;
  color: var(--textcolor-deeppink);

}
.btn-default {
  width: 100%;
  color: #ff6d00;
  background-color: #f9f9f9;
  border-color: #dcdcdc;
  font-weight: 500;
  letter-spacing: 0.4px;
  transition: all 0.3s ease-in-out;
}

.gtMemProfileBtn .btn-default i {
  color: #ff6d00;
}
.gt-bg-green {
  background:var(--backgroundcolor-deeppink);
  color: rgba(255, 255, 255, 1.00);
}
.inBorderExtraLightGrey {
  border-bottom: 1px solid #f3f3f3;
}
.col-xxl-6 {
  width: 37.5%;
}
.col-xxl-2 {
  width: 12.5%;
}
.col-xxl-8 {
  width: 50%;
}
.gt-pref-match {
  background:var(--backgroundcolor-deeppink);
  float: left;
  padding: 3px 6px;
  border-radius: 50%;
  font-size: 16px;
}
.text-deepink{
  color: var(--backgroundcolor-deeppink);;
}
.gt-pref-not-match {
  background: #C7C7C7;
  float: left;
  padding: 3px 6px;
  border-radius: 50%;
  font-size: 16px;
}
.inMemPartnerPrefDet b {
  font-weight: 500 !important;
}
.btn-default {
  border-radius: 0 !important;
}
.login-btn3 {
  width: 260px;
  height: 54px;
  color: #fff !important;
  background-color: var(--backgroundcolor-deeppink) !important;
  font-size: 20px !important;
  font-family: Helvetica !important;
  border: none !important;
  border-radius: 15px !important;
  display: flex;
  justify-content: center; /* Horizontally centers the text */
  align-items: center; /* Vertically centers the text */
  text-align: center; 
}
.fixLangugeBtn {
  position: fixed;
  bottom: 0px;
  left: 10px;
  box-shadow: 0px 0px 10px 1px #000000ab;
  background-color: deeppink;
  border-radius: 10px 10px 0px 0px;
  color: white;
  padding: 0.5rem 1.2rem;
  font-size: 14px;
  font-weight: 400;
}
.onlineWidget {
  margin-top: -35px;

  right: 0;
  left: 77%;
  position: fixed;
  top: 100%;
  background-color: #5CB85C;
  height: 35px;
  padding: 4px 8px;
  width: 200px;
  cursor: pointer;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 3px #FFFFFF;
  -webkit-box-shadow: 0 0 3px #FFFFFF;
  box-shadow: 0 0 3px #FFFFFF;
}
.channel{
  display: none;
}
.count {
  color: red;
  float: left;
  font-size: 26px;
  font-weight: bold;
  margin-top: -3px;
  text-align: center;
  width: 30px;
}
.label {
  float: left;
  font-size: 10px;
  padding: 7px 0 0 7px;
  text-transform: uppercase;
  color: black;
}
.arrow {
  background: url(../images/bg//arrow.png) no-repeat top center;
  position: absolute;
  right: 6px;
  width: 25px;
  height: 25px;
}
.HeaderProfileIcon{
  max-height: 60px;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.Mobile{
  font-size: 74px;
  color: deeppink;
}
.MobileSubTitle{
  color: deeppink;
}
.Register-btn .btn {
  color: var(--btntext-white);
  background-color: var(--btntext-deeppink);
}
#otp-input {
  display: flex;
  column-gap: 8px;
}
#otp-input input {
  text-align: center;
  padding: 10px 8px 0px 8px;
  border: 1px solid #adadad;
  border-radius: 4px;
  outline: none;
  height: 50px;
  width: 50px;
  border-top: none;
  border-left: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 3px solid #b1b1b1;
}
#otp-input input:focus {
  border: 1px solid #497e76;
  border-top: none;
  border-left: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 3px solid #b1b1b1;
}
#otp-input input:focus::placeholder {
  color: transparent;
}
#otp-input input::-webkit-outer-spin-button,
#otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#otp-input input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}
.fontSize{
  font-size: 17px;
  color: deeppink;
}
.img-responsive1{
  width: 71px;
}
textarea:focus {
  border-color: #FF1493 !important;
  outline: none; 
  box-shadow: 0 0 5px #FF1493; 
}
.profile-table tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.profile-table tr:nth-child(even) {
  background-color: #ffffff;
}

.profile-table td {
  vertical-align: middle;
  padding: 8px 12px;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-overlay .modal-content {
  background: white;
  padding: 15px;
  width: 300px;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.modal-overlay .modal-header {
  display: flex;
  justify-content: space-between;
 
} 
.modal-overlay .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 10px;
  padding-top: 0px;}
  .modal-overlay .close-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.modal-overlay .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.modal-overlay .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  
}
.modal-overlay .list-group-item+.list-group-item {
  border-top-width: 1px;
}

  
/* Start of Myprofile Page */
.MyProfile{
  /* background-color: #fefbf3; */
  background-color: #01010190;

}
.pro-head{
  color:var(--textcolor-deeppink);
}
.MyProfile .mt{
padding-top:120px;
}
.gt-panel-head1 .edit-btn i{
  color: var(--icon-deeppink)!important;
}
.gt-panel-head1 .edit-btn:hover i{
  color: var(--icon-white)!important;
}
 .gt-panel-head1 .edit-btn{
border: 1px solid;
border-radius:20px;
padding: 1px 15px;
color: var(--icon-deeppink)!important;
}
.gt-panel-head1 .edit-btn:hover{
  color: var(--icon-white)!important;
}
.txt-pink{
  color: var(--textcolor-deeppink);
}
.profile .gt-panel-head1{
  display: flex;
  justify-content: space-between;
}

.thumbnail {
  position: relative;
  display: inline-block;
}

.edit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 16px;
  font-weight: bold;
}

.thumbnail:hover .edit-overlay {
  opacity: 1;
  cursor: pointer;
}

.edit-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.img-responsive.gtFullWidth {
  width: 100%;
  height: auto;
}
/* Modal Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Modal Container */
.modal-container {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Modal Title */
.modal-title {
  font-size: 18px;
  margin-bottom: 20px;
}

/* Modal Buttons */
.modal-button {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.modal-button:hover {
  background: #0056b3;
}

.cancel-button {
  background: #6c757d;
}

.cancel-button:hover {
  background: #5a6268;
}

/* Image Preview */
.thumbnail {
  position: relative;
  overflow: hidden;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.edit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.thumbnail:hover .edit-overlay {
  opacity: 1;
}
.paginationbackground{
  background-color: deeppink;
  color: white;
  padding: 8px;
  border: 1px solid white;
}
/* End of Myprofile Page */

 .fileinput{
  height: 200px;
  width: 100%;
  background-color: #f6f7f904;
  border: 1px solid #dcdcdd;
  color: var(--blackColor);
  padding: 11px 16px 12px;
}
.mt-6 {
    margin-top: 6rem !important;
}

.move-left-right {
  animation: leftToRight 2.2s ease-in-out forwards;
}

.move-right-left {
  animation: rightToLeft 2.2s ease-in-out forwards;
}

.blink-delay {
  opacity: 0;
  animation: blink 1s step-start infinite;
  animation-delay: 2s; 
  margin-top: -40px;
}
@keyframes leftToRight {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes rightToLeft {
  from {
    transform: translateX(200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animated-bar {
  transition: width 1.5s ease-in-out;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.3) 10px,
    transparent 10px,
    transparent 20px
  );
  animation: moveBg 1s linear infinite;
}

@keyframes moveBg {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 20px;
  }
}
.carousel-control-prev,
.carousel-control-next {
  width: auto;
  height: auto;
  top: auto; 
  bottom: 10px; 
  transform: translateY(0); 
}

.carousel-control-prev {
  left: 45%; 
}

.carousel-control-next {
  right: 45%; 
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: deeppink;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}


