@font-face {
    font-family: 'Lufga';
    src: url('../fonts/LufgaRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/LufgaSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/LufgaBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
:root{
    --primary-color: #50D6C5;
    --secondary-color: #8700F9;
    --third-color: #2B1E50;
    --white-color: #fff;
    --dark-color:#3B3B3B;
    --gray-color:#778491;
    --font-lufga: 'Lufga';
}
body{
    font-family: 'Montserrat', sans-serif;
}
p{
    margin: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--font-lufga), sans-serif;
    font-weight: 600;
}
h2{
    font-size:3.75rem;
}
section .container-fluid{
    max-width: 1600px;
}
.husband-testimonial p{
    font-family: var(--font-lufga), sans-serif;
}
.header-buttons a {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 82px #00000014;
	border: 2px solid #E2ECEB;
	display: inline-block;
	width: 128px;
	height: 38px;
	text-align: center;
	border-radius: 35px;
	line-height: 34px;
	text-decoration: none;
	color: var(--primary-color);
	font-size: 16px;
	justify-items: center;
	align-items: center;
}
.header-buttons a.signup {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
}
.header-buttons a:hover{
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-color: var(--secondary-color);
}
.husband-menu li{
    margin-left:30px;
}
.husband-menu a{
    color: var(--dark-color);
    font-size: 16px;
    text-decoration: none;
    margin-right: 20px;
}
h1.hero-title {
    font-size: 5rem;
    font-weight: bold;
}
h1.hero-title span{
    color: var(--primary-color);
}
.btn{
    padding: 15px 38px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.btn-primary{
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none;
}
.btn-secondary{
    background-color: var(--third-color);
    color: var(--white-color);
    border: none;
}
.btn-outline-primary{
    border-color: var(--primary-color);
    color: var(--third-color);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus{
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
}
.btn-outline-secondary{
    border-color: var(--third-color);
    color: var(--third-color);
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-primary:hover,
.btn-primary:focus{
    border-color: var(--third-color);
    background-color: var(--third-color);
    color: var(--white-color);
}
.husband-testimonials {
    position: absolute;
    bottom: 0;
    left: -69px;
}
.husband-testimonial{
    background-color: var(--white-color);
    border-radius: 35px;
    width: 465px;
    position:relative;
    box-shadow: 0px 14px 69px #00000017;
}
.husband-testimonial:before{
    content:'';
    position:absolute;
    top: -31px;
    right: -6px;
    width:100%;
    height:100%;
    background-color: #fff;
    border-radius:35px;
    transform: rotate(7deg);
    backdrop-filter: blur(33px);
    opacity: 0.7;
}
.husband-testimonial .d-flex,
.husband-testimonial p{
    position:relative;
    z-index:9;
}
.pos-relative{
    position: relative;
}
.popup-bg{
    background-image: url('../images/popup-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%;
    background-color: #faf5ff;
    padding: 30px;
}
.form-title{
    font-size: 30px;
    font-weight: bold;
    color: var(--third-color);
    margin-bottom: 30px;
}
.form-group{
    margin-bottom: 30px;
}
label{
    color: var(--gray-color);
    font-size: 16px;
    margin-bottom:5px;
}
.form-control{
    border: 2px solid #D5DDEB;
    border-radius: 7px;
    padding: 15px 20px;
    width: 100%;
}
.popup-logo{
    max-width:130px;
}
.form-link{
    color: var(--secondary-color);
}
.popup-testimonial{
    background-color: var(--white-color);
    border-radius: 16px;
    box-shadow: 0px 14px 69px #A0BFBC9E;
    padding: 30px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
.popup-testimonial p{
    font-size:22px;
}
.sidebar{
    background-color: #1C1336;
    position: fixed;
    padding: 35px 25px !important;
    min-height: 100%;
}
.sidebar svg{
    width:150px;
}
.sidebar-footer{
    position:absolute;
    bottom:20px;
}
.form-header h2{
    font-size: 40px;
    font-weight: bold;
    color: var(--third-color);
}
.form-header p{
    color: var(--third-color);
}
.form-steps-footer{
    margin-top:5rem;
}

.option{
    display: flex;
    align-items: center;
    height: 96px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 34px #0000000D;
    border-radius: 14px;
    opacity: 1;
    margin-bottom: 20px;
}

.option-image{
    width: 57px;
    height: 37px;
    margin-left: 20px;
}

.option-text {
    /* UI Properties */
    text-align: left;
    font: normal normal 600 22px/38px Montserrat;
    letter-spacing: 0px;
    color: #21173D;
    opacity: 0.8;
    margin-left: 20px;
}

.header-text{
    /* UI Properties */
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 60px/79px var(--unnamed-font-family-lufga);
    text-align: left;
    font: normal normal bold 60px/79px Lufga;
    letter-spacing: 0px;
    color: #2B1E50;
    opacity: 1;
}

.user-profile-image {
	width: 100%;
	height: 305px;
	border-radius: 16px;
    opacity: 1;
    padding:0 8px;
}

.profile-image-upload {
	width: 100%;
	border-radius: 16px;
    cursor: pointer;
}

.profile-sm-subhead-font{
    font-size: 14.5px !important;
}

.profile-sm-font{
    font-size: 14px;
}

.profile-sm-justify{
    text-align: justify !important;
}

img#imagePreview {
    height: auto !important;
    width: 100% !important;
    display: block;
}

.file-upload {
    width: 100%;
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px dashed #B9B9B9;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    padding: 10px;
    position: relative;
}
.camera-button{
    position: absolute;
    bottom: 26px;
    left: 50%;
    opacity: 0.7;
    transform: translateX(-50%);
}

.upload-icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upload-icon-image{
    width: 70px;
    height: 70px;
}

.upload-text{
    margin-top: 15px;
    font-size: 28px;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 28px/var(--unnamed-line-spacing-42) Montserrat;
    letter-spacing: var(--unnamed-character-spacing-0);
}

.upload-text-heading{
    color: #8700F9;
}

.upload-text-2{
    margin-top: 5px;
    font: var(--unnamed-font-style-normal) normal medium 20px/var(--unnamed-line-spacing-42) Montserrat;
    letter-spacing: var(--unnamed-character-spacing-0);
}

.recorder-container {
	width: 100%;
	height: auto;
	background: var(--unnamed-color-213344) 0% 0% no-repeat padding-box;
	background: #213344 0% 0% no-repeat padding-box;
	border-radius: 11px 11px 0px 0px;
	opacity: 0.81;
	color: #fff;
	padding: 20px;
}

.recorder-body {
	top: 507px;
	left: 757px;
	width: 100%;
	background: #EBEBEB 0% 0% no-repeat padding-box;
	opacity: 0.53;
}

.recorder-footer {
	width: 100%;
	height: 80px;
	border: 1px solid #5D5D5D;
	border-radius: 0px 0px 11px 11px;
	display: flex;
	justify-content: space-between;
}

.recorder-icon {
	margin-left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.recorder-image{
    width: 30px;
    height: 30px;
}

.recorder-time {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 24px/40px Montserrat;
	text-align: left;
	font: normal normal bold 18px/40px Montserrat;
	letter-spacing: 0.7px;
	color: #3E3E3E;
	margin-left: 20px;
}

.pause-btn{
    border: 2px solid #707070;
    border-radius: 33px;
    opacity: 1;
    width: 120px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-right: 10px;
}

.pause-icon{
    height: 15px;
}

.pause-icon-text{
    margin-left: 7px;
    margin-left: 7px;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 23px/40px Montserrat;
    letter-spacing: var(--unnamed-character-spacing-0);
}

.stop-btn{
    border: 1px solid #707070;
    border-radius: 33px;
    opacity: 1;
    width: 120px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF363C;
    margin-right: 15px;
    color: #fff;
}

.stop-pause-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stop-icon{
    height: 15px;
}

.stop-icon-text{
    margin-left: 7px;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 23px/40px Montserrat;
    letter-spacing: var(--unnamed-character-spacing-0);
    color: #fff;
}


.play-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;  /* Adjust this width */
    height: 50px; /* Adjust this height */
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    border-radius: 50%; /* Circle shape */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); /* Optional shadow */
    cursor: pointer; /* Make cursor pointer */
}

/* Play icon inside the button */
.play-btn i {
    font-size: 20px; /* Adjust the size of the icon */
    color: #333; /* Change color of the play icon */
}

/* Hover effect */
.play-btn:hover {
    background-color: rgba(255, 255, 255, 1); /* Full opacity on hover */
    transform: scale(1.1); /* Optional: slight enlargement on hover */
}

/* Optional - Add some transition effect */
.play-btn {
    transition: transform 0.2s ease-in-out;
}

a{
    text-decoration: none;
}

.play-icon{
    height: 15px;
}

.play-icon-text{
    margin-left: 7px;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 23px/40px Montserrat;
    letter-spacing: var(--unnamed-character-spacing-0);
    text-wrap: nowrap;
    font-size: 15px;
}


.terms-container {
    width: 80%;
    max-width: 980px;
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.section {
    margin-bottom: 40px;
}

.section-title {
    color: #34495e;
    margin-bottom: 10px;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 20px/32px Montserrat;
    letter-spacing: var(--unnamed-character-spacing-0);
}

.section-list {
    list-style-type: disc;
    padding-left: 20px;
}

.section-list li {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 10px;
}

.step-navigation{
    justify-content: space-between;
    display: flex;
    margin-top: 20px;
}

.about-husbandpro{
    background-color: #FEFEFE;
    padding: 50px 0;
}
.w-42{
    width:42%;
}
/* Section Title */
.label-it span{
    position: relative;
    display: inline-block;
    z-index: 9;
}
.label-it span:after{
    content: '';
    display: inline-block;
    background-color: var(--primary-color);
    height: 12px;
    border-radius: 35px;
    left: 0;
    right: -3px;
    position: absolute;
    bottom: 13px;
    z-index: -1;
    opacity: 0.7;
}

.buddy-card {
	max-width:400px;
	display:inline-block;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 14px 69px #00000017;
	border-radius: 43px;
	opacity: 0.9;
	backdrop-filter: blur(33px);
	padding: 40px;
	font-family: var(--font-lufga), sans-serif;
	position: absolute;
	bottom: 5%;
	left: 10%;
}
.shape-radius{
    position: absolute;
    width: 65px;
    height: 65px;
    display: inline-block;
    overflow: hidden;
    right: -20px;
    bottom: -20px;
}
.shape-radius span {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #98DFD6;
    width: 200%;
    height: 200%;
    display: inline-block;
    border-radius: 50%;
}
.step-options .option{
    cursor: pointer;
    padding: 10px;
    border: 2px solid transparent;
    position: relative;
}
.step-options .option.active,
.step-options .option:hover,
.step-options .option:focus{
    border-color: var(--secondary-color);
}
.step-options .option.active svg,
.step-options .option:hover svg,
.step-options .option:focus svg{
	opacity:1;
}
.step-options .option svg{
	position:absolute;
	right: 20px;
	top: 54%;
	transform: translateY(-50%);
	opacity:0;
}
.text-lgbt{
    font-family: var(--font-lufga), sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    margin-top: -100px;
}
.coming-soon{
    font-size:4rem;
}
.vh-min-100{
    min-height: 100vh;
}

/* Card */
.card-header{
	background-color:transparent;
	border-bottom:0;
	font-weight: 600;
	font-size: 1.25rem;
	padding-top: 1.24rem;
}
.card-body label{
    width:100%;
}
.card-body strong{
	font-size:20px;
}
.move-up{
    margin-top: -60px;
}
.edit-section,
.edit-question{
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0px 3px 6px #7A7A7A14;
    border: 2px solid #EFEFEF94;
    border-radius: 0px 7px 0px 13px;
    color: var(--gray-color);
    padding: 4px 20px;
}

.card {
    padding-left: 1rem;
}
.open-options{
    border-color:rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.05);
    padding-top: 27px;
    padding-left: 28px;
}
.question-title span{
    position:absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: 0.2s;
}
.question.active input{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.question-options{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	opacity:0;
	visibility:hidden;
	background: #fff;
	z-index:1;
	max-height: 285px;
	overflow: scroll;
	box-shadow: 0 5px 7px #00000026;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.question.active .question-options{
	opacity:1;
	visibility:visible;
}
.question.active .question-title span,
.question.selected .question-title span{
	font-size: 12px;
	top: 21px;
}
.question-options .question-option{
	padding: 10px 28px;
	border-radius:10px;
	cursor: pointer;
}
.question-options .question-option.selected,
.question-options .question-option.answered,
.question-options .question-option:hover,
.question-options .question-option:focus{
	background:rgba(0, 0, 0, 0.05);
}

#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999999;
}
.spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
}

.information-husbandpro{
    padding: 0 0 50px 0;
}

.information-husbandpro p{
    font-size: 1.5rem;
}

.home-announcement{
    background-color: #8700f91f;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 40px;
    font-size: 1.5rem;
}

.home-announcement img{
	margin-right: 10px;
	height: 50px;
}

.section-general{
    padding: 0 0 50px 0;
}

.section-general h2{
    margin-bottom: 2rem;
}

.btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
}

.li-text{
    margin-bottom: 10px;
}

.section-general ul{
    font-size: 1.5rem;
    /* margin-bottom: 3rem; */
}
.section-general ul li{
	margin-bottom:1.2rem;
	align-items: flex-start;
}
.notification-box img{
	max-width:85%;
}
.active-question-options {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Example shadow */
    border: 1px solid #ccc;
}
.video-section {
    width: 100%;
}
.video-view{
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.pause-btn-sm {
    border: 2px solid #707070;
    border-radius: 33px;
    opacity: 1;
    width: 120px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-right: 10px;
}

.edit-profile{
    display: flex;
    margin-bottom:30px;
}

.sm-nav{
    display: none !important;
}

.text-align-sm{
    text-align: justify;
    font-size:1.5rem;
}

.happy-couples-text{
    margin-top: -18px;
    font-size: 17px;
}

.detail-text-lg{
    font-size:1.5rem;
}
.about-bottom-lg p{
    padding:0 0px 0 30px;
}
.happy-couples-main{
    padding-left:3rem;
}

.happy-couples-text .l1{
    font-size:18px;
    font-weight:bolder;
}
.happy-couples-text .l1-1{
    font-size:22px !important;
}
.happy-couples-text .l2{
    font-size:18px;
}
.font-white{
    color:white;
}

.profile-extra-info-header {
    background-color: transparent;
    border-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    padding-top: 1.24rem;
}

.profile-extra-info-text{
/* text-align: center; */
    font-size: 20px;
}

.pr-5-lg{
    padding-right:2rem;
}

.profile-page-logo{
        width:65%;
    }

.contactUs-page .form-control:focus {
    border-color: rgb(80, 214, 197) !important;
    box-shadow: none !important;
    outline: none !important;
}
.placeholder-style::placeholder {
    font-size: 17px;
    color: #aea8a8;
  }

  .video-view, .user-profile-image {
    transform: scaleX(-1); /* Mirrors the video horizontally */
    -webkit-transform: scaleX(-1); /* Safari compatibility */
    transform-origin: center; /* Ensure proper origin for transformation */
    -webkit-transform-origin: center; /* Safari compatibility *//* Mirrors the video horizontally */
  }
.home-footer .footer-logo{
    width: 80px;
    height: auto;
}

.error {
    color: red;
    visibility: visible;
  }
.form-qsteps-up .error, .form-qsteps .error{ padding-left:30px}

.about-us-video{width:80%; margin: 0 auto}

.hero-image {
    height: 479px;
    margin-left: -69px;
    margin-top: 38px;
}
.font-18{
    font-size:18px;
}

ul.list-unstyled li img {
    margin-top:-7px;
}