@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
body{
    /*background: url(https://teamtest.co.in/Matrimonial_CI2/assets/user-img/mrg-bg.jpeg);*/
    background: #f1f1f1 !important;
    background-size: cover,contain;
    height: 100vh;
    background-attachment: fixed;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}
a, a:hover{
    text-decoration: none !important;
}
.nav-links .nav-img{
    height: 2rem;
}

.logo img{
    width: 4.5rem;
}
.nav-bar{
    padding-right: 1rem;
    padding-left: 1rem;
}
/*.nav-icon img {*/
/*    width: 2.3rem;*/
/*    height: 2.3rem;*/
/*    background: linear-gradient(225deg, #ff7426 0%, #f93a13 100%);*/
/*    border-radius: 10%;*/
/*    padding: 0.3rem;*/
/*}*/
.head{
    font-family: Poppins, Helvetica, sans-serif;
    letter-spacing: 0.1rem;
    background: linear-gradient(0deg, #ff7426 0%, #f93a13 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: bold;
}
.cursive-head{
    font-family: 'Lobster', cursive;
    letter-spacing: 0.1rem;
    background: linear-gradient(0deg, #ff7426 0%, #f93a13 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.nav-tab{
    font-size: 1.2rem;
    /*font-family: 'Lobster', cursive;*/
    font-weight: 600;
    letter-spacing: 0.1rem;
    background: linear-gradient(0deg, #ff7426 0%, #f93a13 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.nav-tab:hover{
    /*border-bottom: 3px solid #fd655b;*/
    /*transition-delay: 5s;*/
}
.diet-radio-btn{
    gap: 3rem;
}
.button-profile1 {
          --c: #fff;
          /* text color */
          background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
            grey;
          /* background color */
          color: #0000;
          border: none;
          transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
          text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
            calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
          outline-offset: .1em;
          transition: 0.3s;
}
.button-profile2 {
    --c: #fff;
    /* text color */
    background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
            grey;
    /* background color */
    color: #0000;
    border: none;
    transform: perspective(500px) rotateY(calc(-20deg*var(--_i,-1)));
    text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
            calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
    outline-offset: .1em;
    transition: 0.3s;
}

.button-profile1:hover,.button-profile2:hover,
    .button-profile1:focus-visible,.button-profile2:focus-visible {
        --_p: 0%;
        --_i: 1;
}

.button-profile1 ,.button-profile2 {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
    cursor: pointer;
    padding: .3em .2em;
    width: 90%;
}
.custom-form label{
    /*font-family: 'Lobster', cursive;*/
    font-weight: 600;
    letter-spacing: 0.1rem;
    /*background: linear-gradient(0deg, #ff7426 0%, #f93a13 100%);*/
    background: linear-gradient(0deg, #111 0%, grey 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.custom-form .form-control {
   box-shadow: rgb(236 182 202) 0px 1px 1px 0px;
   border: 1px solid #ffd8d6;
}
.custom-form .form-control:focus{
    box-shadow: none !important;
    border: 1px solid #f19995;
}
.custom-btn{
    background: linear-gradient(0deg, #ff7426 0%, #f93a13 100%);
    color: #fff !important;
    font-weight: bold !important;
}
.album-pic{
    height: 5rem;
    width: 5rem;
}
textarea{
    resize: none !important;
}
.profile-img{
    width: 6rem;
}





/* ------------------------- messenger chat box page  -----------------------*/
.chatbox .mesg-body .user-messege {
    overflow-y: auto;
    height: 400px;
    background: #fff;
}


/* 000000----------  scrollbar modifies css start---------- 0000000 */

.chatbox .mesg-body .user-messege::-webkit-scrollbar {
    width: 10px;
}

.chatbox .mesg-body .user-messege::-webkit-scrollbar-track {
    background: #fff;
}

.chatbox .mesg-body .user-messege::-webkit-scrollbar-track:hover {
    color: rgb(0, 255, 132);
    background: #f1d2d2;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.chatbox .mesg-body .user-messege::-webkit-scrollbar-thumb {
    background-color: #f1d2d2;
    box-shadow: 0 -100vh 0 100vh var(--shadow), 0 0 15px 5px black;
}

.chatbox .mesg-body .user-messege::-webkit-scrollbar-thumb:hover {
    background: #c86c6c;
}

/* 000000----------  scrollbar modifies   css end---------- 0000000 */


/* ---------------ChatBOx Messege header start----------------- */

.chatbox .mesg-header {
    background-color: #f93a13;

}

.chatbox .mesg-header img {
    height: 60px !important;
    width: 60px !important;

}

/* ---------header call icons--------- */

.header-icon i:hover {
    color: rgb(132, 132, 132);
    cursor: pointer;

}

/* --------------------ChatBOx Messege body start----------------------- */

/* recieved mesg by user */

.recieved-mesg {
    display: flex;
    justify-content: start;
    padding: 5px;
    margin: 1px 15px;
    align-items: center;
    border-radius: 30px;
}

.user-messege img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 10px;
}

.user-msg-text p {
    font-size: 0.97rem;
    margin-bottom: 0;
}

.user-messege .user-msg-text {
    background: #f0efef;
    border-radius: 8px;
    max-width: 80%;
    text-align: start;
    padding: 7px 10px;
    transition: all 0.2s;
}

.user-messege .user-msg-text .mesg-time {
    font-size: 0.6rem;
    color: darkblue;
    text-align: end;

}

.user-msg-text:hover {
    box-shadow: 0px 0px 5px 0px black;
}

/*------- send messege the astrologer------- */

.sent-mesg {
    margin: 0px 15px;
    padding: 5px;
    border-radius: 30px;
    display: flex;
    justify-content: start;
    align-items: center;

}

.sent-mesg img {
    height: 40px !important;
    width: 40px !important;
}

.sent-mesg .user-msg-text {
    background-color: rgb(255, 231, 209);

}

/* --------------------ChatBOx Messege footer start----------------------- */

.chatbox .mesg-footer {
    background-color: #fb8c84;
}

.footer-icons i {
    margin: 10px;
    cursor: pointer;
    color: rgb(56, 56, 56);
    font-size: 1.3rem;
}

.mesg-footer input {
    border-radius: 30px;
    font-size: 1rem;
    box-shadow: none !important;
}
.user-list img{
    width: 3.5rem;
    height: 3.5rem;
    margin: 0;
    align-self: center;
}
.msg-text{
    display: block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


#profile-image-gallery{
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


#featured{
    max-width: 250px;
    max-height: 350px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid black;

}

.thumbnail{
    object-fit: cover;
    max-width: 100px;
    max-height: 50px;
    cursor: pointer;
    opacity: 0.5;
    margin: 5px;
    border: 2px solid black;

}

.thumbnail:hover{
    opacity:1;
}

.active{
    opacity: 1;
}

#slide-wrapper{
    max-width: 250px;
    display: flex;
    min-height: 100px;
    align-items: center;
}

#slider{
    width: 440px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;

}

#slider::-webkit-scrollbar {
        height: 5px;

}

#slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);

}
 
#slider::-webkit-scrollbar-thumb {
  background-color: #dede2e;
  outline: 1px solid slategrey;
   border-radius: 100px;

}

#slider::-webkit-scrollbar-thumb:hover{
    background-color: #18b5ce;
}

.arrow{
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: .3s;
}

.arrow:hover{
    opacity: .5;
    width: 25px;
    height: 25px;
}
.profile-bg{
    background-image: url(../user-img/profile_bg.png);
    background-size: cover;
}
.footer-mob {
    display: none;
}
.mobile-filter{
    display: none;
}
.mobile-filter-cross{
    display: none;
}
.profile-percent-mob{
    display: none;
}

@media only screen and (max-width: 768px) {
    body{
        padding-bottom: 6rem !important;
        height: unset;
    }
  .mob-hide-menu{
      display: none !important;
  }
  .nav-bar{
      justify-content: space-between;
      padding-right: 0 !important;
      padding-left: 0 !important;
  }
  .logo img {
        width: 2.5rem;
    }
    .logo-section-mob .cursive-head{
        display: none;
    }
    .head {
        letter-spacing: 0;
    }
    .footer-mob {
      display: block;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: center;
      z-index: 100;
    }
    .button-profile1, .button-profile2 {
        width: 100%;
    }
    .profile-bar{
        display: flex;
        width: 100%;
        overflow-x: scroll;
    }
    .button-profile2 {
        --c: #fff;
        background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat, grey;
        color: #0000;
        border: none;
        transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
        text-shadow: calc(var(--_i,-1)* 0.08em) -0.01em 0 var(--c), calc(var(--_i,-1)*-0.08em) 0.01em 2px #0004;
        outline-offset: 0.1em;
        transition: 0.3s;
    }
    .diet-radio-btn{
        gap: 1rem;
    }
    .filter-div{
        display: none;
        background: #fff;
    }
    .mobile-filter{
        display: block;
    }
    .mobile-filter-cross{
        display: block;
    }
    .profile-percent{
        display: none;
    }
    .profile-percent-mob{
        display: block;
    }
}















