button{
    cursor: pointer;
}

/* .topbar{
    
} */

p{
    margin-bottom: 0px;
}

.white-round-btn{
    background: #fff;
    color: var(--secondary-pink);
    box-shadow: -0.14px 2px 22px #03040426;
    border-radius: 33px;
    width: 300px;
    border: none;
    position: relative;
    max-width: 100%;
}

.round-big-btn{
    box-shadow: -0.14px 2px 22px #03040426;
    border-radius: 33px;
    width: 300px;
    border: none;
    position: relative;
    max-width: 100%;
}


.round-big-btn img, .white-round-btn img{
    width: 25px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}


:root{
    --primary-color:#FF8B7E;
    --primary-red:#D20A11;
    --primary-lightPink:#F7E6E6;
    --primary-green:#00C752;
    --secondary-pink:#E57265;
}


.primary-color{
    background-color: var(--primary-color);
    color: #fff;
}

.sec-color{
    background-color: var(--secondary-pink);
    color: #fff;
}

.topbar-nav {
    background: #FFFFFF;
    -webkit-box-shadow: 0 10px 10px -10px #0000001a;
    -moz-box-shadow: 0 10px 10px -10px #0000001a;
    box-shadow: 0 10px 10px -10px #0000001a;
    opacity: 1;
    position: relative;
    border-bottom: 1px solid #00000012;
}

.logo img{
    width: 221px;
}

.topbar-icons{
    text-align: center;
    /* letter-spacing: ; */
}

.topbar-icons img{
    width: 27px;
    height: 28px;
}

.profile-img img{
    width: 62px;
    height: 62px;
    border-radius: 50%;
}

.premium-green {
    color: #FFFFFF;
    background: #00C853 0% 0% no-repeat padding-box;
    border-radius: 18px;
    border: none;
    height: fit-content;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 18px;
}

.credit img{
    width: 23px;
    height: 23px;
}

/* filter-reload */

.filter-reload {
    background: #FFFFFF;
   
}

.filter-reload img{
    width: 23px;
    height: 23px;
}

#top-searchbar{
    position: relative;
    border:1px solid #D7D7D7;
    border-radius: 20px;
    display: flex;
    align-items: center;
	overflow: hidden;
}

#top-searchbar input{
    width: 460px;
    border-radius: 20px;
    padding: 7px 14px;
    border: none;
    font-size: 0.9em;
    font-weight: 600;
    outline: none;
}

a.search-btn {
    padding-right: 30px;
    border-left: 1px solid #D7D7D7;
    height: 100%;
    position: absolute;
    right: 0;
    padding-left: 24px;
    display: block;
}


a.search-btn img {
    margin-top: 4px;
    width: 28px;
    height: auto;

}

a.search-btn:hover{}


.back_to_home {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px 10px 15px;
	position: relative;
		overflow: hidden;
}




.left_sec{
    text-align: center;
    color: #fff;
}

.left_sec .profile img {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    object-fit: cover;
}

.left_sec .edit-name-icon{
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.left_sec .bord_rad_8 {
    border-radius: 8px;
    font-weight: 500;
    padding: 13px;
	position:relative;
}

.upgrade-account p {
    color: var(--primary-color);
    font-weight: 500;
    padding-bottom: 14px;
}

.upgrade-account button {
    color: #FFFFFF;
    background: #00C853 0% 0% no-repeat padding-box;
    border-radius: 23px;
    border: none;
    height: fit-content;
    padding: 12px 35px;
    font-size: 0.9rem;
	font-weight: 600;

}

.gift-box {
    position: relative;
    border-radius: 8px;
}



.gift-box img {
    height: 350px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.gift-content{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#open_gift{
    background-color: var(--primary-color);
    color: #FFFFFF;
    border-radius: 23px;
    border: none;
    width: 150px;
	font-weight:600;
}

.right_sec .top-menu img{
    width: 32px;
    height: 32px;
}


.top-menu .icon-menu{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: var(--primary-color);
    text-align: center;
   
    width: calc((100% - 60px)/7);
    position: relative;
}

.top-menu .icon-menu a {
    color: var(--primary-color);
    display: inline-block;
    line-height: normal;
    padding: 10px 0;
    display: block;
}

.top-menu .icon-menu p{
    margin-top: 10px;
    font-size: 0.7em;
}

.top-menu .icon-menu #mutual-likes {
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: smaller;
    background-color: var(--primary-red);
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.right_sec .big-profile img{
    height: 430px;
    width: 100%;
	object-fit: cover;
}

.right_sec .personal-info{
    background-color: #fff;
    border-radius: 25px;
    transform: translateY(-70px);
}

.right_sec .edit-info{
    padding: 15px 24px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 29px;
    display: flex;
    justify-content: space-between;
   
}

.right_sec .edit-info p{
    font-weight: 600;
}

.right_sec .edit-info img{
    width: 24px;
    height: 24px;
}

.right_sec .gallery-images img {
    height: 152px;
    border: 1px solid #d6d6d6d4;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}


.footer {
    font-size: small;
    background-color: #FBF2F2;
    flex-wrap: wrap;
    text-align: center;

}


.footer a{
    color: rgba(0, 0, 0, 0.808);
    font-weight: 700;
}

.footer * {
    padding: 0 2px;
}

.mutual-likes{
    background-color: #fff;
    border-radius: 10px;
}

.mutual-likes .num_likes {
    background-color: #FFE8E5;
    border-radius: 8px;
}

.mutual-likes .num_likes img{
    width: 49px;
    height: 49px;
}

.mutual-likes .num_likes span{
    color: var(--primary-red);
    font-size: 1.4em;
    font-weight: 600;
}

.mutual-likes .btn-types button {
    background: none;
    border-radius: 20px;
    width: 120px;
    font-size: small;
    border: 1px solid #b2b2b2;
    color: #b2b2b2;
    font-weight: 600;
    padding: 10px 10px;
    margin-right: 12px;
}



/* person cards */

.personCard {

    border-radius: 5px;
    font-size: 0.9em;
    background-color: #fff;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 12%);
    overflow: hidden;
    margin-bottom: 10px;
	
	

	
	
}
.person-cards {
    margin: 0px -4px;
}

.img-box-mutual {
    width: 25%;
    padding: 0px 4px;
}

.sevan-box {
    width: 14.28%;
    padding: 0px 4px;
}


.personCard .person-profile{
    position: relative;
}

.personCard .person-profile img{
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.personCard-icons{
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.personCard-icons a{
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.4);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.personCard .personCard-icons img{
    width: 18px;
    height: 18px;
}

.personCard .person-info p {
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.online-active {
    margin-left: 6px;
}


.personCard .person-info span {
    font-weight: 600;
    font-size: 11px;
    display: inline-block;
}







.pro-user img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.pro-user {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 12%);
}

.pro-user .user-name {
    position: absolute;
    bottom: 10px;
    color: #fff;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 15px !important;
}

.online-active{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #00C853;
}

.round-btn{
    border-radius: 23px;
    border: none;
    font-size: 0.9em;
}

.round-btn-126{
    border-radius: 20px;
    border: none;
    width: 126px;
    font-size: 0.8em;
}

.bg_lightpink {
    background: var(--primary-lightPink);
    border-radius: 5px;
}

.pro-btns button {
    width: 140px;
    border: 0.2px solid #E57265;
    padding: 14px 10px;
    transition: 0.2s;
    color: var(--primary-color);
    outline: none;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    line-height: normal;
    background-color: #ff8a7d26;
    margin-right: 10px;
}






.pro-btns button:hover,
button.act-btn{
    background-color: var(--primary-color);
    color: #fff;
	opacity:1;
}

button.act-btn img{
	filter: brightness(0) invert(1);}







/* Packs */

.packs .pack {
    border-radius: 7px;
    box-shadow: -0.14px 2px 22px #03040426;
   
    height: 100%;
    position: relative;
    background: var(--primary-color);
}

.pack-type {
    background: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    padding: 16px;
    font-size: 29px;
    color: #000000;
    letter-spacing: 2.25px;
    border-radius: 7px 7px 0px 0px;
}

.pack-details{
    color: #fff;
}

.pack-details h1{
    font-size: 150px;
    font-weight: 700;
}

.pack-details h2 {
    font-weight: 800;
    font-size: 36px;
}

.pack-price span {
    font-size: 19px;
    position: relative;
    right: 15px;
}

.pack-details p.text-dark,
.pack-details p.text-dark small {
    font-size: 18px;
}


.pack-details p.text-dark small {
font-weight:500;
}



.pack-details h2.pack-price{
    font-weight: bold;
}

.save_percent_btn {
    color: var(--primary-green);
    background: #fff;
    width: 200px;
    padding: 10px 0;
    margin: auto;
    border-radius: 15px 15px 0 0;
    font-weight: 800;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 60px;
}



.select-pack {
    background: var(--primary-green);
    width: 100%;
    color: #fff;
    border: none;
    padding: 20px 10px;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
	border-radius: 0px 0px 7px 7px;
}

.top-triangle-arrow{
    position: relative;
}

.top-triangle-arrow::after{
    content: '';
    width: 50px;
    height: 25px;
    background-color: #fff;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    clip-path: polygon(50% 0%, 100% 100% , 0% 100%);
}


.p-strip-btn{
    background: var(--secondary-pink);
    color: #fff;
    position: relative;
}

.p-strip-btn button{
    background-color: #fff;
    color: #E57265;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%,50%);
    width: 330px;
}

.bottom-menu {
    background-color: #FBF2F2;
    border-bottom: 0.1px solid rgba(128, 128, 128, 0.301);
    padding: 35px 0px 20px 0px;
}

.bottom-menu ul{
    list-style-type: none;
    padding: 0;
}

.bottom-menu ul a{
    color: rgba(0, 0, 0, 0.808);
    font-size: 0.9em;
    font-weight: 600;
}



