@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}
.cursor{
    cursor: pointer;
}
/* login start */
.login :is(.left-side, .right-side){
    height: 100vh;
    width: 100%;
}
.login .left-side{
    background: linear-gradient(180deg, #F1F4F9, #fff);
}
.login .right-side{
    background: #FFFBFE; 
    padding: 50px 86px;
}
.login .right-side .inner{
    display: flex;
    flex-direction: column;
}
.login .right-side .inner img.inner-img{
    width: 190px;
}
.login .right-side .inner h5{
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    font-size: 20px;
}
.login .right-side label{
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
}
.input{
    font-family: "DM Sans", sans-serif;
    display: block;
    width: 100%;
    padding: .9rem 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F8F8FA;
    background-clip: padding-box;
    border: 1px solid #2F4763;
    border-radius: 10px;
}
.input::placeholder{
    font-size: 15px;
}
.form{
    flex: 1;
}
.form .inp{
    position: relative;
}
.form .inp i{
    position: absolute;
    right: 14px;
    top: 19px;
    font-size: 20px;
    cursor: pointer;
}
.form .forgot{
    font-size: 15px;
    cursor: pointer;
    color: #5060BB;
    font-weight: 500;
    text-decoration: none;
}
.myBtn{
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    background-color: #2F4763;
    border: none;
    color: white;
    border-radius: 10px;
    padding: 10px 0;
}
.form .link span{
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    color: #626368;
}
.form .link a{
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    color: #2F4763;
    text-decoration: none;
}
/* login end */

/* signup start */
.signup .right-side{
    padding: 18px 86px;
}
.signup .text-s h5{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: #2F4763;
}
.signup .text-s p{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
}
.signup .user .user-img {
    width: 80px;
    height: 80px;
    background: #E8E8E8;
    border-radius: 100%;
}
.signup .box{
    border-radius: 10px;
    border: 2px solid #2F4763;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    cursor: pointer;
}
.signup .box p{
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}
.signup .form .box.active{
    background-color: #2F4763;
    color: white;
}
.signup.eight .form textarea{ 
    font-family: "DM Sans", sans-serif;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    background-color: #F8F8FA;
    padding: 15px;
}
.signup.eight .form textarea::placeholder{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
}
.signup-back{
    position: absolute; 
    top: 16px; 
    left: 10px;
}
.forgot .inner{
    background: linear-gradient(180deg, #eaf2ff, #fff);
}
/* signup end */

/* community start */
.community .user{
   width: 42px;
   height: 42px;
   border-radius: 100%;
}
.community .user img{
   width: 42px;
   height: 42px;
   border-radius: 100%;
   /* width: 100%; */
   object-fit: cover;
}
.community .input.search{
    background-color: #F8F8FA;
    border: 2px solid #EEEEF0;
}
.community .filter{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F8FA;
    border: 2px solid #EEEEF0;
    border-radius: 10px;
    cursor: pointer;
}
.community .custom-nav .in{
    position: relative;
}
.community .custom-nav .in img{
    position: absolute;
    position: absolute;
    top: 16px;
    left: 18px;
}
/* community end */

/*reccommend start*/
.recommend-position{
    position: relative;
    overflow: hidden;
}
.recommend h5, .allMembers h5{
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}
.recommend .main-box .box:first-child{
    padding-left: 0 !important;
}
.recommend .main-box .img-box{
    width: 260px;
    height: 280px;
    border-radius: 12px;
    position: relative;
}
.recommend .main-box .img-box img{
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
    height: 100%;
}
.recommend .main-box .img-box .text-box{
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 94%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: white;
    padding: 12px;
    border-radius: 10px;
    transform: translateX(-50%);
    height: 94px;
    overflow: hidden;
}
.recommend .main-box .img-box .text-box h6{
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.recommend .main-box .img-box .text-box p{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
}
/*reccommend end*/



/* allMembers start */
.allMembers .main-box .box{
    border: 2px solid #EEEEF0;
    border-radius: 10px;
}
.allMembers .main-box .img-box{
    width: 85px;
    height: 85px;
    border-radius: 10px;
}
.allMembers .main-box .img-box img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.allMembers .main-box .box .text-box h6{
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #171B2E;
}
.allMembers .main-box .box .text-box p{
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #9496A5;
}
/* allMembers end */



/* botton-navigation start */
.botton-navigation{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    padding: 8px 0;
    cursor: pointer;
    box-shadow: 1px 6px 8px 1px black
}
.botton-navigation a{
    text-decoration: none;
}
.botton-navigation .item p{
    margin-bottom: 0;
    color: #2F4763;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
}
/* botton-navigation end */


/* memberDetails start */
.memberDetails{
    background: linear-gradient(180deg, #e4eeff, #fff);
}
.memberDetails .left-side .form .text-s {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.memberDetails .left-side .form .text-s .img-box{
    width: 210px;
    height: 280px;
    border-radius: 10px;
}
.memberDetails .left-side .form .text-s img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.memberDetails .left-side .form .text-s h5{
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    color: #171B2E;
    font-size: 18px;
}
.memberDetails .left-side .form .text-s p{
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    color: #9496A5;
    font-size: 14px;
}

.memberDetails .right-side .inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.memberDetails .right-side .inner h6{
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    color: #9496A5;
    font-size: 17px;
}
.memberDetails .right-side .inner .info p{
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    color: #171B2E;
    font-size: 17px;
}
.memberDetails .right-side .inner .info {
    margin-bottom: 25px;
}
.memberDetails .right-side .inner .info .skl-bx{
    padding: 5px 10px;
    border: 2px solid #EEEEF0;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.memberDetails .right-side .inner .info .skl-bx p{
    margin-bottom: 0;
    font-size: 14px;
}
.TrendingEvent .viewall{
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    color: #171B2E;
    font-size: 16px;
    text-decoration: none;
}
/* memberDetails end */


/* event start */
.event .box .text-box .top .redBtn{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    background-color: #ce331d;
    color: white;
    border-radius: 30px;
}
.event .box .text-box .top .whiteBtn{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    background-color: #F8F8FA;
    color: #000000;
    border-radius: 30px;
}
.event .TrendingEvent .main-box .text-box .aa{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.eventInfo .upper {
    height: 50vh;
    position: relative;
}
.eventInfo .upper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.eventInfo .upper .arrow{
    position: absolute;
    top: 30px;
    left: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.eventInfo .text-box .top .redBtn{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #ce331d;
    color: white;
    border-radius: 30px;
}
.eventInfo .text-box .top .whiteBtn{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #F8F8FA;
    color: #000000;
    border-radius: 30px;
}
.eventInfo .text-box h5{
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    color: #171B2E;
    font-size: 18px;
}
.eventInfo .text-box p{
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    color: #626368;
    font-size: 15px;
}
.eventInfo .counting p{
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
/* event end */


/* profile start */
.profile .nav-tabs .nav-item.show .nav-link, .profile .nav-tabs .nav-link.active{
    background-color: transparent;
    border: none;
    color: #171B2E;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 4px solid #171B2E;
}
.profile .nav-tabs .nav-link{
    background-color: transparent;
    border: none;
    color: #626368;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;

}
.profile .edit a p{
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    cursor: pointer;
}
.profile .edit a{
    color: #07070A;
    text-decoration: none;
}
.profile .logout p{
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    cursor: pointer;
}
.editProfile .right-side .top p{
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
.serviceDetails .d-ser{
    position: relative;
}
.serviceDetails .d-ser img{
    position: absolute;
    top: 12px;
    left: 10px;
    width: 30px;
}
/* profile end */
.input-error {
    border:1px solid red;
}

@media screen and (max-width: 768px) {
    .login .right-side{
        padding: 0;
    }
    .login .right-side .inner{
        box-shadow: none !important;
    }
    .login :is(.left-side, .right-side){
        height: unset;
    }
    .login .left-side {
        background: linear-gradient(180deg, #e4eeff, #fff);
    }
    .login .left-side .mob.img{
       width: 180px;
    }
    .counting{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 0px 0px 8px -4px black;
        width: 100%;
        background: white;
        padding: 21px;
    }
    .eventInfo .lower .inner .text-box{
        margin-bottom: 140px;
    }
}
@media screen and (max-width: 576px) {
    .profile .nav-tabs .nav-item.show .nav-link, .profile .nav-tabs .nav-link.active{
        font-size: 13px;
    
    }
    .profile .nav-tabs .nav-link{
        font-size: 13px;
    }
}


.ellipsis-text {
    width: 80%; /* Set a fixed width */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflowed text */
    text-overflow: ellipsis; /* Show ellipsis (...) */
  }

  .next-arrow{
        transform: rotate(180deg);
        position: absolute;
        top: 50%;
        right: 0;
  }
  .prev-arrow{
        position: absolute;
        top: 50%;
        left: 0;
  }
  .trash{
    background-color: #ce331d;
    padding: 10px;
    border-radius: 100%;
    display: inline-flex;
  }
  .trash i{
    color: white;
  }