@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
    --Primary-font: 'Poppins', sans-serif;
    --Secondary-Font: "Lato", sans-serif;
    --Primary-color: #838383;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    line-height: 26px;
    letter-spacing: normal;
    font-family: "Lato", sans-serif;
}
.flex {
    display: flex;
}
.container {
    max-width: 1110px;
    margin: 0px auto;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    display: block;
}
.a-center {
    align-items: center;
}
.j-center {
    justify-content: center;
}
.j-between {
    justify-content: space-between;
}
/* ---------------- header ---------------- */
.header-container {
    max-width: 1500px;
    margin: 0px auto;
    width: 100% !important;
}
.header-main-section {
    display: flex;
}
.header_top.flex.a-center {
    width: 84%;
    justify-content: end;
}
.contact.flex.a-center.header-right {
    width: 16%;
}
.contact.flex.a-center.header-right {
    justify-content: end;
}
a.head_logo img {
    width: 488px;
    height: 100%;
    margin-right: 214px;
}
.header_parent {
    background-color: white;
    padding: 40px 0 34px 0px;
    position: relative;
    box-shadow: 0px -5px 15px #83838354;
}
.header_parent {
    display: flex;
}
.menu a, .msg a {
    color: var(--Primary-color);
}
.menu {
    border-right: 1px solid #838383;
    margin-left: 5px;
}
.head_menu_right {
    text-align: end;
    margin-left: 0px;
}
.head_menu-bar .two-line-icon {
    font-size: 42px;
    color: var(--Primary-color);
}
/* .contact {
    position: absolute;
    top: 29%;
    left: 80%;
} */
.contact a i {
    color: var(--Primary-color);
}
.notification i {
    font-size: 27px;
    margin-left: 30px;
}
.user i {
    color: white !important;
    font-size: 22px !important;
}
.msg i {
    font-size: 36px;
    margin-top: 10px;
}
.user {
    margin-left: 32px;
    margin-top: 0px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--Primary-color);
}
.dating_head {
    text-align: center;
    color: var(--Primary-color);
    font-family: "Degular Display";
    font-size: 24px;
    font-weight: bold;
    margin-left: 32px;
    letter-spacing: 5px;
    line-height: 18px;
}
.header_bottom {
    margin-top: 19px;
}
.two-line-icon {
    width: 36px;
    height: 2px;
    background-color: var(--Primary-color);
    position: relative;
    margin: 10px 551px;
}
.two-line-icon::before {
    content: "";
    position: absolute;
    top: -10px;
    width: 46px;
    height: 2px;
    left: -10px;
    background-color: var(--Primary-color);
}
/* ---------------- end header ---------------- */
/* ---------------- resulte-page-form ---------------- */
.result_form_parent {
    margin-top: 88px;
}
.result_form_label {
    font-family: var(--Secondary-Font);
    font-size: 18px;
    color: var(--Primary-color);
    margin-top: 8px;
    margin-left: 2px;
    letter-spacing: 1px;
    margin-right: 14px;
    line-height: 30px;
}
input.search_bar::placeholder {
    letter-spacing: 1.2px !important;
}
.form-row {
    display: flex;
    gap: 20px;
}
.select-container {
    position: relative;
    width: 290px;
}
.select-container::before {
    content: "\f004";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #f48fb1;
    position: absolute;
    left: 18px;
    top: 48%;
    transform: translateY(-50%);
    pointer-events: none;
}
.select-container.age::before {
    content: "\f073";
}
.select-container select {
    width: 100%;
    padding: 16px 12px 18px 41px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    font-size: 16px;
    color: var(--Primary-color);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-container select:hover {
    border-color: #838383;
}
.select-container::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--Primary-color);
}
.search_bar {
    background-color: white;
    border: none;
    font-size: 30px;
    padding: 40px 28px 40px;
    letter-spacing: 0px;
    box-shadow: 0px 0px 17px #83838329;
}
input[type=search] {
    width: 100%;
}
input[type=search]::placeholder {
    font-size: 30px;
    font-family: 'Poppins';
    letter-spacing: -2.4px;
}
input[type=search]:focus {
    outline: none;
}
.search_btn {
    position: absolute;
    top: 33%;
    right: 40px;
}
button {
    background: none;
    border: none;
}
.search_btn i {
    font-size: 41px;
    color: var(--Primary-color);
}
.search_bar_parent {
    position: relative;
    margin-top: 11px;
}
/* ---------------- end resulte-page-form ---------------- */
/* --------------------- pagination ------------------------ */
.pagination_parent {
    margin-top: 71px;
    position: relative;
}
.pag_title_left {
    width: 90%;
}
.pag_title_left h3 {
    font-family: var(--Secondary-Font);
    color: var(--Primary-color);
    font-size: 18px;
}
.pag_title_right {
    width: 5%;
}
.pagination_icon_img svg {
    width: 23px;
    position: inherit;
    top: 10px;
    right: 23%;
}
.pag_title_right.flex.a-center {
    display: flex;
    justify-content: space-between;
}
.active svg path {
    fill: #f48fb1;
}
.pagination_nav_detail_img svg {
    width: 23px;
    position: inherit;
    top: 10px;
    right: 21%;
}
.pag_line {
    width: 100%;
    height: 1px;
    background-color: var(--Primary-color);
    margin-top: 18px;
}
/* .pag_img {
    width: 400px;
    margin-left: -26px;
    margin-top: 10px;
    position: relative;
} */
.pag_img img {
    width: 100%;
}
.pag_con_par {
    margin-top: -74px;
    height: 200px;
    width: 255px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 1px 1px 28px -14px #00000061;
    margin-left: 49px;
    position: relative;
    z-index: -1;
}
.pag_con {
    position: absolute;
    bottom: 35px;
    left: 60px;
    text-align: center;
}
.pag_con h5 {
    font-family: var(--Secondary-Font);
    font-size: 20px;
    color: #333333;
}
.pag_con p {
    font-family: var(--Secondary-Font);
    font-size: 16px;
    color: var(--Primary-color);
    margin-top: -5px;
}
.pag_con span {
    font-family: var(--Secondary-Font);
    font-size: 16px;
    color: #3f81cf;
}
.pag_button_bg {
    font-family: var(--Secondary-Font);
    font-size: 14px;
    color: white;
    position: absolute;
    padding: 5px 0px 4px 1px;
    background-color: #f48fb1;
    border-radius: 50px 0px 00px 50px;
    width: 50%;
    top: 23px;
    right: 0px;
    width: 189px;
    margin-bottom: 0px;
}
.pag_img {
    position: relative;
}
.res_pag_img {
    width: 100%;
    position: relative;
}
.date_btn {
    padding: 8px 30px 12px 25px;
    background-color: #3f81cf;
    border-radius: 1px 50px 50px 0px;
    width: 83%;
    position: absolute;
    top: 80%;
    left: 0%;
    display: flex;
}
.date_btn a {
    width: 28%;
    display: flex;
    align-content: center;
}
.date_btn img {
    width: 100%;
}
.date_btn p {
    font-family: var(--Secondary-Font);
    font-size: 20px;
    color: white;
    letter-spacing: -1px;
}
.pagination_post_parent {
    flex-wrap: wrap;
}
.pagination_post_parent.grid_view {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    row-gap: 80px;
    margin-top: 32px;
}
/* .pagination_post {
    width: calc(33% - 16px);
} */ 
.post_2_circle {
    height: 27px;
    width: 27px;
    border-radius: 50px;
    background-color: #18a71e;
    position: absolute;
    bottom: 21.6%;
    left: 84.3%;
    border: 2px solid #fff;
}
.post_3_circle {
    height: 25px;
    width: 25px;
    border-radius: 50px;
    background-color: #18a71e;
    position: absolute;
    bottom: 926px;
    left: 76.1%;
}
.post_5_circle {
    height: 25px;
    width: 25px;
    border-radius: 50px;
    background-color: #18a71e;
    position: absolute;
    bottom: 273px;
    left: 56.3%;
}
.post_6_circle {
    height: 25px;
    width: 25px;
    border-radius: 50px;
    background-color: #18a71e;
    position: absolute;
    bottom: 273px;
    left: 76.1%;
}
.pagination_number {
    margin-top: 75px;
    justify-content: space-evenly;
}
.pagination {
    display: flex;
    align-items: center;
    gap: 6px;
    background: white;
    padding: 4px 15px;
    border-radius: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 88px;
    width: 43% !important;
    margin-left: 317px;
    justify-content: space-between;
    margin-bottom: 87px !important;
}
.pagination_post_parent.list_view {
    margin-top: 32px;
}
.pagination_post_parent.list_view .pagination_post .pag_con_par {
    position: inherit;
    margin: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #000;
}
.pagination_post_parent.list_view .pag_img img {
    width: 100%;
    height: 100%;
}
.pagination_post_parent.list_view .pagination_post {
    display: flex !important;
    border: 1px solid #c9c9c9;
}
.pagination_post_parent.list_view .pagination_post .pag_img {
    width: 30%;
}
.pagination_post_parent.list_view .pagination_post .post_2_circle {
    bottom: 15.6%;
    left: 23%;
}
.page.active {
    background-color: #3f81cf;
    color: #fff;
    scale: 1.3;
    padding: 7px 15px;
}
.page {
    padding: 8px 20px;
    border-radius: 4px;
    color: #555;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}
.page:hover {
    background-color: #007bff;
    color: #fff;
}
.search_active {
    background-color: #007bff;
    color: white;
}
.disabled {
    color: #aaa;
    cursor: pointer;
}
.ellipsis {
    cursor: pointer;
}
/* --------------------- end pagination ------------------------ */
/* ------------------------- inbox ------------------------ */
.inbox_parent {
    background-image: url(../images/inbox_bg.png);
    width: 100%;
    background-size: cover;
    padding-top: 99px;
    padding-bottom: 101px;
    margin-top: 94px;
} 
.inbox_title {
    text-align: center;
    margin-left: 1px;
}
.inbox_title h4 {
    font-family: var(--Secondary-Font);
    font-size: 40px;
    font-weight: lighter;
    color: white;
    letter-spacing: 0.7px;
}
.inbox_title h4 font {
    font-weight: bold;
}
.inbox_title p {
    font-size: 16px;
    font-family: var(--Primary-font);
    color: white;
    margin-top: 20px;
    margin-left: 41px;
    margin-bottom: 23px;
}
.email_search_bar {
    margin-left: 189px;
    width: 66.5%;
    display: flex;
    justify-content: center;
    border-radius: 35px;
    background-color: white;
    padding: 15px 0px 9px 30px;
    border: none;
}
.email_search_bar:focus {
    outline: none;
}
input[type=email] {
    font-family: var(--Primary-font);
    font-size: 16px;
}
.email_search_bar_parent {
    position: relative;
}
.sub_txt {
    letter-spacing: 0.9px;
    margin-right: 15px;
    margin-left: 11px;
    color: white;
}
.subscribe_btn {
    position: absolute;
    top: 0px;
    right: 183px;
    background-color: #fd86c8;
    border-radius: 0px 27px 27px 0px;
    padding: 11px 23px 12px 23px;
}
/* ------------------------- end inbox ------------------------ */
/* -------------------- footer ----------------- */
footer {
    background-color: #333333;
    padding-top: 91px;
}
.footer_logo {
    text-align: center;
}
.footer_logo img {
    width: 34%;
}
.footer_icon {
    margin-top: 68px;
    margin-bottom: 28px;
}
.f_facebook {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid gray;
    transition: .3s;
    &:hover {
        background-color: #fd86c8;
        border: transparent
    }
}
.f_facebook i {
    color: white;
}
.f_in {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid gray;
    transition: .3s;
    &:hover {
        background-color: #fd86c8;
        border: transparent
    }
}
.f_in i {
    color: white;
}
.f_x {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid gray;
    transition: .3s;
    &:hover {
        background-color: #fd86c8;
        border: transparent
    }
}
.f_x i {
    color: white;
}
.f_insta {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid gray;
    transition: .3s;
    &:hover {
        background-color: #fd86c8;
        border: transparent
    }
}
.f_insta i {
    color: white;
}
.f_icon_comman {
    margin: 0px 3px;
}
.f_copyright {
    margin-top: 51px;
    padding-bottom: 55px;
}
.f_copyright p {
    font-family: var(--Secondary-Font);
    font-size: 12px;
    color: #b2b2b2;
    letter-spacing: 0.8px;
}
.f_helping ul li a {
    color: #b2b2b2;
    font-family: var(--Secondary-Font);
    font-size: 12px;
    letter-spacing: 1px;
    transition: .3s;

    &:hover {
        color: white;
    }
}
.policy {
    margin-right: 28px;
}
.terms {
    margin-right: 27px;
}
.support {
    margin-right: -3px;
}
/* -------------------- end footer ----------------- */
.res_header {
    display: none !important;
}
.responsive_logo img {
    width: 100%;
}
.res_mmenu_icon {
    border-right: 1px solid #838383;
    margin: 0px 40px;
}
.res_mmenu_icon img {
    padding-right: 5px;
    width: 100%;
}
.res_msg img, .res_notifiaction img, .res_user img {
    width: 100%;
}
.res_msg, .res_notifiaction, .res_user {
    margin: 0px 10px;
}
.res_pagination {
    display: none !important;
}
.res_subscribe_btn {
    display: none !important
}
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    display: none;
    background-color: white;
    color: #f48fb1;
    border: none;
    padding: 12px 16px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: background-color 0.3s, transform 0.3s;
}
#scrollTopBtn:hover {
    background-color: #f48fb1;
    transform: translateY(-3px);
    color: white;
}
a.head_menu-bar img {
    height: 13px;
    margin-bottom: 0px;
    margin-right: 3px;
}
a.msg {
    margin-top: 9px;
}
a.msg img {
    width: 36px;
}
a.notification img {
    width: 31px;
}
a.notification {
    margin-left: 30px;
}
/* -------------------------- individual-profile ---------------------------- */
.profile_left {
    width: 48.66%;
}
.tab_part.flex {
    padding-top: 32px;
}
.profile_part.flex {
    margin-top: 60px;
		position: relative;
}
.profile_right {
    width: 51.37%;
		-webkit-filter: drop-shadow(0px 3px 17px rgba(0, 0, 0, 0.08));
		filter: drop-shadow(0px 3px 17px rgba(0, 0, 0, 0.08));
		background-color: #ffffff;
		margin: 0px 0px 10px;
}
.profile_left img {
    width: 100%;
    height: auto;
}
.profile_title {
    text-align: center;
    line-height: 30px;
}
.profile_title h5 {
    font-family: var(--Primary-font);
    color: #333333;
    font-size: 32px;
    font-weight: 400;
    margin: 73px 0px 10px 0px;
}
.profile_title p {
    font-family: var(--Secondary-Font);
    color: var(--Primary-color);
    font-size: 20px;
    line-height: 24px;
		margin: 0px 0px 1px;
}
.profile_title span {
    font-family: var(--Secondary-Font);
    color: #3f81cf;
    font-size: 16px;
		line-height: 24px;
		padding: 0px 16px 0px 0px;
}
.profile_summary p {
    font-family: var(--Secondary-Font);
    color: var(--Primary-color);
    font-size: 16px;
    text-align: center;
    padding: 0px 75px;
    line-height: 24px;
    margin-bottom: 24px;
}
.profile_summary .sum{
    font-family: var(--Secondary-Font);
    color: var(--Primary-color);
    font-size: 16px;
    text-align: center;
    padding: 0 73px;
    line-height: 24px;
}
.heart_circle {
    height: 66px;
		max-width: 66px;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
}
.heart_circle i {
    color: #fd86c8;
    font-size: 30px;
}
.match_btn {
    color: white;
    font-family: var(--Primary-font);
    font-size: 16px;
    padding: 12px 51px 12px 54px;
    background-color: #3f81cf;
    border-radius: 25px;
    letter-spacing: 2px;
		margin: 0px 0px 0px 23px;
}
.msg_btn {
    padding: 0px;
    color: #838383;
    font-family: var(--Primary-font);
    border-radius: 25px;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0px 0px 0px 31px;
    height: 50px;
    width: 165px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
		justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
		align-items: center;
}
.p_r_line {
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    margin-top: 50px;
    margin-bottom: 25px;
}
.profile_end{
    margin-top: 38px;
		padding: 0px 52px 0px;
}
.carousel-nav {
	width: 35px;
  height: 69px;
  background: #4285f4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 44.5%;
  cursor: pointer;
  color: #fff;
	border: 1px solid #e2e2e2;
}
/*.carousel-nav.left .arrow {
  color: #4285f4;
  font-size: 24px;
  font-weight: bold;
  user-select: none;
}*/
/*.carousel-nav-right {
    width: 37px;
    height: 69px;
    background: #4285f4;
    border-radius: 0px 999px 999px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 568px;
    right: 369px;
    color: white;
    cursor: pointer;
}*/
.res_profile_parent{
    padding: 0px 30px;
    display: none;
}
.res_profile_part{
    box-shadow: 0px 0px 15px #b2b2b2;
    position: relative;
}
.res_profile_left,.res_profile_right{
    width: 50%;
}
.res_profile_left img{
    width: 100%;
}
.res_profile_title h4{
    font-family: var(--Primary-font);
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 12px;
}
.res_profile_title p{
    font-family: var(--Secondary-Font);
    color: var(--Primary-color);
    font-size: 20px;
}
.res_profile_title span{
    font-size: 14px;
    color: #3f81d0;
    margin-bottom: 12px;
}
.res_profile_title{
    text-align: center;
    margin-top: 30px;
}
.res_pro_btn_parent{
    font-family: var(--Primary-font);
    font-size: 18px;
    flex-wrap: wrap;
    padding: 40px 0;
}
.res_match {
    padding: 7px 20px;
    background-color: #3f81cf;
    color: white;
    width: 61%;
    border-radius: 16px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    transition: .3s;
    font-size: 17px;
    font-weight: 300;
    &:hover{
        color: var(--Primary-color);
        border: 1px solid var(--Primary-color);
        background-color: white;
    }
}
.res_msg_btn {
    padding: 7px 25px;
    border: 1px solid #b2b2b2;
    color: var(--Primary-color);
    width: 60%;
    border-radius: 10px;
    transition: .3s;
    font-size: 17px;
    font-weight: 300;
        &:hover{
        color: white;
        border: 1px solid transparent;
        background-color: #3f81cf;
    }
}
.res_pro_summary{
    margin: 50px 0;
}
.res_pro_summary p{
    text-align: center;
    font-family: var(--Primary-font);
    font-size: 20px;
    color: var(--Primary-color);
    line-height: 36px;
}
.res_heart_circle i {
    font-size: 18px;
    color: #fd86c8;
}
.res_heart_circle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
    position: absolute;
    top: -18px;
    right: -11px;
    background-color: white;
}
/* ---------------------- profile sec -------------------- */
/* --------------------- tab sec ---------------------- */
.tab_part {
    flex-wrap: wrap;
    gap: 31px;
}
.tab_left {
    width: 65.7%;
    padding: 0px;
		filter: drop-shadow(0px 3px 17px rgba(0,0,0,0.08));
		-webkit-filter: drop-shadow(0px 3px 17px rgba(0,0,0,0.08));
		background-color: #ffffff;
}
.tab_right {
    width: 31.5%;
}
.tab_right .tr_up {
    filter: drop-shadow(0px 3px 17px rgba(0, 0, 0, 0.08));
    -webkit-filter: drop-shadow(0px 3px 17px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    padding: 28px 29px;
}
.tab_right .t_r_title h4 {
    font-size: 20px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.4px;
    font-family: var(--Secondary-Font);
}
.tab-menu {
    display: flex;
    padding: 0px 41px;
    background-color: #fff;
    font-family: sans-serif;
		border-bottom: 1px solid #f0f0f0;
}
.tab {
    margin-right: 33px;
    padding: 16px 23px 18px 0px;
    position: relative;
    cursor: pointer;
    color: #333333;
    transition: all 0.3s ease;
    font-family: var(--Secondary-Font);
    font-weight: 400;
    font-size: 16px;
}
.tab:hover {
    color: #ff69b4;
}
.tab::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -1px;
    width: 0%;
    height: 2px;
    background-color: #fd86c8;
    transition: width 0.3s ease;
}
.tab:hover::after {
    width: 100%;
}
.tab.active {
    color: #fd86c8;
}
.tab.active::after {
    width: 100%;
}
.tab_profile h3 {
    font-family: var(--Primary-font);
    font-size: 20px;
    color: #111111;
    font-weight: 400;
    margin: 32px 0px 0px 39px;
}
.t_p_icon i {
    color: var(--Primary-color);
    margin-right: 31px;
    font-size: 22px;
    margin-top: 36px;
}
.t_p_summary p {
    font-family: var(--Secondary-Font);
    font-size: 16px;
    color: var(--Primary-color);
    line-height: 26px;
    font-weight: 400;
		padding: 19px 40px 0px;
}
.t_p_video video {
    margin: 36px 0px 0px 40px;
}
.t_p_line{
    width: 100%;
    height: 1px;
    margin-top: 53px;
    background-color: #f0f0f0;
}
.general_profile h3 {
    font-family: var(--Primary-font);
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    line-height: 60px;
    margin: 7px 0px 0px 38px;
}
.j_p_icon i {
    color: var(--Primary-color);
    margin-right: 31px;
    font-size: 23px;
    margin-top: 12px;
}
.g_p_summary_part{
    gap: 0px;
    padding: 0px 49px 44px 41px;
}
.g_p_s_right > div {
    justify-content: space-between;
}
.g_p_s_left{
    width: 45%;
}
.g_p_s_right{
    width: 45%;
}
.g_p_question li {
    font-family: var(--Secondary-Font);
    color: var(--Primary-color);
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    margin: 0px;
}
.g_p_answer {
    margin: 0px 0px 0px 51px;
}
.g_p_answer li {
    font-family: var(--Secondary-Font);
    color: #444444;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 35px;
}
.g_p_question_2 li {
    font-family: var(--Secondary-Font);
    color: var(--Primary-color);
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
}
.g_p_answer_2 li {
    font-family: var(--Secondary-Font);
    color: #333333;
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
}
.g_p_summary_part > div {
    margin: 10px 0px 0px;
}
.res_t_r_title h4 {
    font-family: var(--Secondary-Font);
    font-size: 24px;
    color: #1e232b;
    margin-top: -5px;
    margin-left: 28px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.t_r_summary ul li a p{
    font-family: var(--Secondary-Font);
    color: var(--Primary-color);
    font-size: 16px;
    transition: .2s;
    line-height: 18px;
}
.t_r_summary ul li a i {
    color: var(--Primary-color);
    font-size: 14px;
    margin-right: 17px;
    transition: .2s;
}
.t_r_summary ul li a {
    margin-left: 46px;
}
.t_r_summary ul {
    margin-top: 26px;
}
.t_r_summary ul li:hover a i{
    color: #3f81cf;
}
.t_r_summary ul li:hover p{
    color: #3f81cf;
}
.t_r_up{
    padding-bottom: 116px;
}
.tab_right .tr_btm {
    filter: drop-shadow(0px 3px 17px rgba(0, 0, 0, 0.08));
    -webkit-filter: drop-shadow(0px 3px 17px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    padding: 25px 30px;
    margin: 32px 0px 0px;
}
.t_r_box_parent {
    flex-wrap: wrap;
    gap: 30px 28px;
}
.box {
    height: 130px;
    width: 100%;
		max-width: 130px;
    background-color: #d5d5d5;
}
.t_summary_cmn{
    margin-bottom: 18px !important;
}

.res_tab_parent{
    display: none;
    padding: 0 20px;
}
.res_tab-menu {
    display: flex;
    padding: 0px 0px;
    background-color: #fff;
    font-family: sans-serif;
    /* margin-left: -36px; */
    justify-content: center;
}
.res_tab_line{
    margin-top: 7px;
}
.res_tab-menu .tab{
    font-size: 20px;
}
.res_tab_profile {
    box-shadow: 0px 0px 15px #b2b2b2;
    padding-top: 18px;
    padding-bottom: 30px;
}
.res_tab_profile h3{
    color: black;
    font-size: 26px;
    font-family: var(--Primary-font);
    font-weight: 400;
    margin-top: 40px;
    margin-left: 65px;
}
.res_t_p_summary p {
    font-family: var(--Secondary-Font);
    font-size: 24px;
    color: var(--Primary-color);
    margin-top: 18px;
    /* margin-left: 40px; */
    text-align: center;
    line-height: 41px;
}
.res_general_profile h3 {
    font-family: var(--Primary-font);
    font-size: 28px;
    color: black;
    font-weight: 500;
    margin-top: 30px;
    margin-left: 45px;
}
.res_g_p_question li {
    font-family: var(--Secondary-Font);
    color: var(--Primary-color);
    font-size: 20px;
    /* margin-left: 42px; */
    margin-bottom: 9px;
}
.res_g_p_question{
    margin-top: 45px;
}
.res_ans{
    margin-left: 50px;
}
.res_ans li{
    color: #444444;
}
.res_tr_up{
    margin-top: 30px;
    box-shadow: 0px 0px 15px #b2b2b2;
    padding: 35px 0;
}
.res_t_r_box_parent {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 99px;
    justify-content: center;
}
.res_box {

    height: 165px;
    width: 165px;
    background-color: #d5d5d5;
    margin-bottom: 18px;
    margin: 10px;
    margin-right: 10px;
}
.res_box-6, .res_box-4, .res_box-2 {
    height: 165px;
    width: 165px;
    background-color: #d5d5d5;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.res_t_summary_cmn{
    margin: 10px 30px;
}
.res_box_parent{
    box-shadow: 0px 0px 10px #b2b2b2;
    padding: 30px 0 10px 0;
    margin-bottom: 30px;
}
.t_r_summary ul li a i {
    color: var(--Primary-color);
    font-size: 12px;
    margin-right: 19px;
    transition: .2s;
}
.res_t_summary_cmn {
    margin: 25px 30px;
}
/* -------------------------- end individual-profile ---------------------------- */
/* ------------------------- intro ------------------------ */
.main_parent {
    background-image: url(../images/main_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.header{
    padding-bottom: 167px;
}
.logo{
    width: 50%;
}
.logo img {
    width: 654px;
    margin-left: 41%;
    padding-top: 160px;
}
.header h2 {
    font-family: var(--Primary-font);
    color: white;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 17.3px;
    text-align: center;
    margin-left: 9px;
    width: 100%;
    margin-top: 10px;
}
.search_page_btn{
    padding-bottom: 100px;
}
.intro_search_btn {
    font-family: var(--Primary-font);
    font-size: 24px;
    color: white;
    padding: 30px 60px;
    background-color: #fd86c8;
    border: 2px solid white;
    border-radius: 56px;
}
.login_join {
    flex-wrap: wrap;
    width: 50%;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 100px;
}
.log_in {
    font-family: var(--Primary-font);
    font-weight: 500;
    color: white;
    padding: 17px 70px;
    background-color: #3f81cf;
    border: 2px solid white;
    border-radius: 30px;
    margin-left: 100%;
    letter-spacing: 1.2px;
}
.join {
    font-family: var(--Primary-font);
    font-weight: 500;
    color: white;
    padding: 17px 77px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 30px;
    margin-left: 100%;
    letter-spacing: 1.2px;
    margin-top: 11px;
}
.end_part{
    padding-top: 65px;
    padding-bottom: 26px;
}
.end_part p{
    font-family: var(--Primary-font);
    font-weight: 500;
    color: white;
    font-size: 14px;
    text-align: center;
}
.end_part p {
    font-family: var(--Primary-font);
    font-weight: 500;
    color: white;
    font-size: 12px;
    text-align: center;
}
/* ----------------- main_parent ---------------- */
/* ------------------------- end intro ------------------------ */
/* -------------------------- date-a-base ------------------- */
.dab_title {
    margin-top: 56px; 
}
.dab_title h3 {
    font-family: var(--Secondary-Font);
    color: #3f81cf;
    font-weight: bold;
    margin-left: 63px;
    font-size: 42px;
    letter-spacing: 2.3px;
}
.user_slider_parent {
    margin-top: 78px;
    position: relative;
    margin-bottom: 68px;
}
.user_circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d5d5d5;
    margin: 0px 37px;
}
.user_circle img{
    width: 200px;
}
.date_carousel-nav {
    width: 28px;
    height: 67px;
    background: white;
    border-radius: 999px 0px 0px 999px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 23px;
    left: -30px;
    cursor: pointer;
}
.date_carousel-nav.left .arrow {
  color: #4285f4; /* Google blue or adjust as needed */
  font-size: 24px;
  font-weight: bold;
  user-select: none;
}
.date_carousel-nav-right {
    width: 37px;
    height: 69px;
    background: #4285f4;
    border-radius: 0px 999px 999px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 23px;
    right: -35px;
    color: white;
    cursor: pointer;
}
.main_box {
    padding: 54px 64px 24px 64px;
    box-shadow: 0px 0px 15px #b2b2b2;
    margin-bottom: 102px;
}
.user_box {
    box-shadow: 0px 0px 10px #b2b2b2;
    padding: 25px 30px;
    position: relative;
}
.user_name {
    width: 10.1%;
    margin-left: 31px;
    line-height: 4px;
}
.user_name P{
    font-family: var(--Primary-font);
    font-size: 20px;
}
.name{
    margin-bottom: 13px;
    font-family: var(--Primary-font);
    color: #333333;
}
.chk_bg{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fd86c8;
}
.chk_bg i{
    color: white;
    font-size: 10px;
}
.time{
    padding-bottom: 18px;
    font-family: var(--Secondary-Font);
    color: var(--Primary-color);
}
.bio_parent {
    width: 40%;
    margin-left: 62px;
    margin-top: -6px;
}
.bio_parent p {
    font-family: var(--Secondary-Font);
    left: 0.5px;
    letter-spacing: 0.2px;
    line-height: 28px;
    color: var(--Primary-color);
}
.date_heart_circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    background-color: white;
    position: absolute;
    top: -17px;
    right: -12px;
}
.date_heart_circle i {
    color: #fd86c8;
    font-size: 28px;
}
.user_box_2{
    margin-top: 40px;
}
.jasmine{
    width: 12.1%;
}
.jas_btn{
    padding: 13px 45px;
    background-color: #3f81cf;
    color: white;
    font-family: var(--Primary-font);
    margin-left: 0px;
    border-radius: 35px;
    margin-top: -5px;
}
.load_more {
    font-family: var(--Primary-font);
    font-size: 16px;
    color: white;
    background-color: #fd86c8;
    text-align: center;
    width: 35%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 20px;
    border-radius: 22px;
}
.user_info {
    margin-top: -10px;
    margin-bottom: 78px;
}
/* -------------- end my-date-a-base ---------------   */
.avatar-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* max-width: 600px; */
    margin: 55px 0px 18px 0px;
    overflow: hidden;
}
.avatars {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-left: 0px;
    padding: 0 62.5px;
}
div#avatarTrack .avatar.slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}
.avatars::-webkit-scrollbar {
  display: none;
}
.avatar {
    flex: 0 0 auto;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background-color: #ddd;
    overflow: hidden;
}
.avatar img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 50%;
}
.nav {
    background-color: #4285f4;
    color: white;
    border: none;
    width: 32px;
    height: 64px;
    cursor: pointer;
    z-index: 1;
    font-size: 18px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    padding: 0;
}
.nav.left {
    left: 0;
    border-radius: 50% 0% 0% 50%;
}
.nav.right {
    right: 0;
    border-radius: 0 50% 50% 5%;
}.nav.right {
    right: 0;
    border-radius: 0 50% 50% 5%;
}
.nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
/*.avatar.avatar_2 {
    margin-left: 5px;
}
.avatar.avatar_3 {
    margin-left: 5px;
}
.avatar.avatar_5 {
    margin-left: 8px;
}
.avatar.avatar_6 {
    margin-left: 4px;
    margin-right: 60px;
}*/
.avatar {
  margin: 6px;
}
.date_container{
    max-width: 1177px;
    margin: 0px auto;
}
/* -------------------------- date-a-base ------------------- */
/* .pagination_post_parent.grid_view .pagination_post {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
} */
.pagination_post_parent.list_view .pagination_post {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.pagination_post {
    margin: 0;
    position: relative;
}
.pagination_post {
    display: none;
}
[class$='_tab_content'] {
    display: none;
}
.profile_tab_content {
    display: block;
}
.carousel-nav-left {
    width: 37px;
    height: 69px;
    background: #4285f4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 568px;
    color: white;
    cursor: pointer;
}
.carousel-nav.left{
    left: -35px;
    border-radius: 100px 0px 0px 100px;
}
.carousel-nav.left span.arrow {
    margin: 0px 0px 0px 5px;
}
.carousel-nav.right {
    right: -35px;
    border-radius: 0px 100px 100px 0px;
}
.carousel-nav.right .arrow {
    margin: 0px 3px 0px 0px;
}
.carousel-nav.right.disable, .carousel-nav.left.disable {
    background: #fff !important;
    color: #4285f4 !important;
}
#dateABase .user_box {
    display: none;
}
section.footer-main {
    padding: 0px !important;
}
@media (max-width: 1700px) {
	.profile_right {
		margin: 0px 0px 7px;
	}
}
@media (max-width: 1200px) and (min-width: 992px) {
	.box {
    height: 97px;
    max-width: 97px;
	}
}
@media (max-width: 1200px) {
	.profile_parent .container,
	.tab_parent .container {
		max-width: 900px !important;
	}
	.profile_title h5 {
		margin: 33px 0px 8px 0px;
	}
	.p_r_line {
		margin: 25px 0px 15px;
	}
	.profile_summary p {
		padding: 0px 20px;
	}
	.profile_summary .sum {
		padding: 0px 20px;
	}
	.profile_end {
		padding: 0px 20px 0px;
	}
	.match_btn {
		margin: 0px 0px 0px 15px;
	}
	.msg_btn {
		margin: 0px 0px 0px 13px;
	}
	.tab_parent .tab_left {
		width: 65%;
	}
	.g_p_answer {
    margin: 0px;
	}
	.g_p_summary_part {
    flex-direction: column;
    align-items: flex-start;
	}
	.g_p_summary_part > div {
		width: 60%;
    justify-content: space-between;
	}
	.g_p_summary_part .g_p_s_right {
    width: 67%;
	}
	.t_r_summary ul li a {
    margin-left: 38px;
	}
}
@media (max-width: 991px) {
	.profile_part.flex {
		flex-direction: column;
	}
	.profile_parent .container, .tab_parent .container {
		max-width: 690px !important;
	}
	.profile_left {
		width: 100%;
		margin: 0px 0px -8px;
	}
	.profile_right {
		width: 100%;
	}
	.profile_end {
		padding: 0px 20px 30px;
	}
	.tab_parent .tab_left {
		width: 100%;
	}
	.tab_right {
		width: 100%;
	}
	.t_r_box_parent {
		gap: 30px 36px;
	}
	.carousel-nav {
		top: 61%;
	}
}
@media (max-width: 767px) {
	.profile_parent .container, .tab_parent .container {
		padding: 0px 20px;
	}
	.tab-menu {
		flex-wrap: wrap;
		padding: 0px 20px;
	}
	.g_p_summary_part > div {
		width: 91%;
	}
	.g_p_summary_part .g_p_s_right {
    width: 100%;
	}
	.profile_parent {
		display: block !important;
		padding: 0px !important;
	}
	.res_profile_parent {
		display: none !important;
	}
	.carousel-nav {
    top: 50%;
    height: 35px;
    width: 25px;
	}
	.carousel-nav.left {
		left: -10px;
	}
	.carousel-nav.right {
		right: -10px;
	}
	.profile_end {
		flex-wrap: wrap;
	}
	.match_btn {
		margin: 12px 0px 0px 0px;
	}
	.heart_circle {
		margin: 0px 12px 0px 0px;
	}
	.msg_btn {
    margin: 12px 0px 0px 0px;
	}
	.tab {
    margin-right: 22px;
	}
	.tab_profile h3 {
		margin: 32px 0px 0px 20px;
	}
	.t_p_summary p {
		padding: 19px 20px 0px;
	}
	.t_p_video video {
		margin: 20px 0px 0px;
		padding: 0px 20px;
		width: 100%;
	}
	.general_profile h3 {
		font-size: 16px;
		line-height: 20px;
		margin: 35px 0px 0px 20px;
	}
	.j_p_icon i {
		margin-top: 33px;
	}
	.g_p_summary_part {
		padding: 0px 20px 44px 20px;
	}	
	.tab_right .tr_btm {
		padding: 20px 20px;
	}
	.t_r_box_parent {
		gap: 20px 20px;
	}
	.box {
		height: 110px;
		max-width: 46.6%;
	}
}
a.heart-icon img {
    height: 16px;
    width: 20px;
}
a.like-icon img {
    height: 26px;
    width: 24px;
}
.date_btn span {
    display: flex;
    align-items: center;
    gap: 20px;
}