@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");

:root{
    /*--pcolordark :#42A1B3;
    --pcolor:#195661;
    --scolor:#d4d4d3;
    --pink:#d15d8c;
    --lightpink:#fcdff0;*/
    --pcolordark :#E91E98 ;
    --pcolor:#fdb61c;
    --scolor:#d4d4d3;
    --pink:#d15d8c;
    --lightpink:#fcdff0;
    --thirdcolor:#28166f;
     --ff-primary: 'Roboto', sans-serif;

}
body{
    font-size: 14px;
    font-family: var(--ff-primary);
}
::selection { background-color:var(--lightpink); color: var(--pcolordark);}

::-webkit-scrollbar {width: 5px; height:0px; border-left: 1px solid var(--pcolor); }

::-webkit-scrollbar-thumb { background: var(--pcolordark); }

.border-radius{
    border-radius: 16px;
}
.font-reduce{
    font-size: calc(12px + .5vw);
}
.navbar-toggler:focus {
    outline: unset;
}
.navbar-brand img {
   height: 50px;
}

.error{color:red!important; font-weight: 400; font-size: 12px}
.base-lightpink{background:#fcdff0!important;}
.base-brown{background:#fdb41285!important;}
.base-pink{background:var(--pcolordark)!important;}

.btn-pink{
    background:var(--pcolordark);
    color:white;
 }
 .text-pink{
    color:var(--pink)!important;
 } 
 .text-lightpink{
    color:var(--lightpink)!important;
 } 
 .text-darkpink{
    color:var(--pcolordark)!important;
 }

.btn-pink:hover{ background:white!important;
    color:var(--pcolordark)!important;
    font-weight: bold;
 }
.btn-thirdpink{
    background: var(--thirdcolor);
}
.btn-darkpink{ 
    background:var(--pcolordark)!important;
    color:#fff!important;
    font-weight: bold;
}

.btn-darkpink:focus {
    outline: none;
  
}
.bg-lightpink{
    background:var(--lightpink)!important;
} 
.bg-darkpink{
background:var(--pink)!important;
}
.dropdown-menu {
right: 0px;
left:auto;
}
.fw-bold{
font-weight: 700!important;
}

.navbar-nav  .nav-link { 
    color: #fff ;
    font-weight: bold 
}
.navbar-nav  .nav-link:focus, .nav-link:hover {
    color: var(--pcolor)!important ;
    font-weight: bold; 
}

header {
    background: var(--pink);
    background: -moz-linear-gradient(to right, var(--pcolor) 10%,  var(--pink) 100%);
    background: -webkit-linear-gradient(to right, var(--pcolor) 10%,  var(--pink) 100%);
    background: -ms-linear-gradient(to right, var(--pcolor) 10%,  var(--pink) 100%);
   /* background: linear-gradient(to right, #fff 10%, var(--pink) 25%,  var(--pcolor) 50%, var(--pink) 75%, #fff 90%);*/
   background:linear-gradient(45deg, var(--pcolor) 15%, var(--pcolordark), var(--thirdcolor));

    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1002;

}
   
.toplogin {
    position: absolute;
    /*top:calc(100vh - 210px);*/
}

@media screen and (max-width:768px){
    /* header {
        /*background: white;*
    } */
    .toplogin {
        position: unset;
        /*top:unset;*/
        background: url('../uploads/bg-2.png');
    }

}

@media screen and (max-width:575.98px){
    header {
        background: white;
    }
    .navbar-collapse{
        background: #E91E98;
        @supports (background: linear-gradient(45deg, red, blue)) {
            background: linear-gradient(45deg, var(--pcolor) 15%, var(--pcolordark), var(--thirdcolor));
        }
        min-height: 100vh;
        min-width: 82%;
        right: 0;
        position: absolute;
        top: 60px;
    
    }
    .navbar-nav {
         padding-left: 10px; 
    }
    /* .navbar-nav .nav-item{
      
    } */
    .navbar-nav  .nav-link { 
        border-bottom: 2px solid #fff;
        color: #ffffff !important;
        font-weight: bold;
        padding: 10px 0 10px 16px;
        line-height: 2;
    }
    
}


    /*-----------------
    14. Select2
-----------------------*/

.select2-container .select2-selection--single {
    border: 1px solid #e3e3e3!important;
    border-radius: 0.25rem;
    height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:30px;
    right: 7px;
}
.select2-dropdown {
    background-color: #fcdff0!important;
    border: 1px solid #E91E63!important;
    box-shadow: 0px 0px 14px 10px #e91e6366!important;
}
.select2-container--default .select2-results>.select2-results__options {
    min-height: 250px!important;
    max-height: 250px!important;
    overflow-y: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ccc;
    border-width: 0 6px 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--pcolordark)!important;
}



/*latested member*/
.wishes-explore{
    padding:10px 0;
    background:var(--lightpink);
}

.wishes-holder {
    border-radius: 4px;
    text-align: center;
    padding: 0 15px 10px;
    /*height: 285px;*/
    transition: all 0.3s;
    background: rgb(238, 227, 204);
    background: linear-gradient(180deg, rgba(135, 8, 48, 1) 0%, rgba(218, 49, 103, 1) 100%);
}

.wishes-holder .wishes-thum {
    height: 150px;
    display: flex;
    justify-content: center;
 
}

.wishes-holder .wishes-thum .imgcontainer {
    width: 175px;
    height:175px;
    object-fit: cover;
    margin-top: -40px;
    position: relative;
    z-index: 99;
    transition: all 0.3s;
    border:5px solid var(--pcolordark);
    overflow: hidden;
}
.wishes-holder .wishes-thum img {
    width: 100%!important;
    height: 100%!important;
    filter: blur(9px);   transition: all 0.3s;
}
/*.wishes-holder .wishes-thum img {
    width: 175px;
    height:175px;
    object-fit: cover;
    margin-top: -40px;
    position: relative;
    z-index: 99;
    transition: all 0.3s;
}
*/


.wishes-slider-holder .item .title-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    overflow: hidden;
}

.wishes-slider-holder .item .title-bg p {
    color: #fff;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}

.wishes-holder hr {
    margin: 10px auto auto auto;
    border:0px;
    height:1px;
    background: #fff;
    opacity: unset;
}

.item:hover .wishes-thum .imgcontainer {
    margin-top: -60px;
}


.item:hover h5 {
    margin-top: -20px;
}


@media screen and (max-width:767px){
    .wishes-holder .wishes-thum {
        height: 150px;
        display: flex;
        justify-content: center;
       
    }

    
    .item span {
        visibility: visible; 
        font-size: 40px;
    }
 
    .wishes-slider-holder .item {
      
        max-width: unset;
    }
  
}

@media screen and (max-width:425px){

    .wishes-slider-holder .item {
      
        max-width: unset;
    }
    .item span {
        visibility: visible; 
        font-size: 40px;
    }
}

.wishes-slider-holder {
    padding-bottom: 20px;
}

.wishes-holder h5 {

    color: #fff;
    transition: all 0.5s;
    font-weight: 600;
    line-height: 1.5;

}
.wishes-holder p {
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
    color:#f0fff0;

}

#wishess-slider .owl-nav {
    text-align: center;
    margin: 20px 0;
}

#wishess-slider .owl-nav button {
    width: 36px;
    height: 34px;
    background: var(--c-red);
    color: #fff;
    font-size: 27px;
    border-radius: 4px;
    margin: 0 5px;
    line-height: 14px;
    padding: 3px 0 7px !important;
}

#wishess-slider .owl-dots {
    width: 90%;
    margin: 10px auto;
    display: none
}

#wishess-slider .owl-dots .owl-dot {
    display: none;
    zoom: 1;
}

#wishess-slider .owl-dots .owl-dot.active span {
    background: var(--c-red);
}

#wishess-slider .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 33%;
}

#wishess-slider .owl-dots .owl-dot span {
    background: #f2adae;
}

#wishess-slider .owl-dots .owl-dot span {
    width: 100%;
    height: 5px;
    margin: 5px 0px;
    display: block;
    -webkit-backface-visibility: visible;
    padding: 3px;
}


.wishes-slider-holder .item {
    padding-top: 60px;
    overflow: hidden;
    position: relative;
    max-width: 250px;
}

#wishess-slider .owl-item:nth-child(4n+1) .wishes-thum .imgcontainer {
    border-color: rgb(227, 20, 40);
}
#wishess-slider .owl-item:nth-child(4n+1) .wishes-holder {
    
    background: rgb(112, 174, 218);
}
#wishess-slider .owl-item:nth-child(4n+2) .wishes-thum .imgcontainer {
    border-color: rgb(255 228 118);
}
#wishess-slider .owl-item:nth-child(4n+2) .wishes-holder {
    
    background: rgb(159 30 87);
}
#wishess-slider .owl-item:nth-child(4n+3) .wishes-thum .imgcontainer {
    border-color: rgb(155, 40, 44);
}
#wishess-slider .owl-item:nth-child(4n+3) .wishes-holder {
       
    background: rgb(41, 92, 5);
    /*background: linear-gradient(180deg, rgba(46,155,46,1) 0%, rgba(69,145,65,1) 100%);*/
}
#wishess-slider .owl-item:nth-child(4n+4) .wishes-thum .imgcontainer {
    border-color: rgb(255,255,255);
}
#wishess-slider .owl-item:nth-child(4n+4) .wishes-holder {
    
    background: rgb(65, 82, 210);
}
/*
#wishess-slider .owl-item:nth-child(5n) .wishes-thum .imgcontainer {
    border-color: rgb(243, 4, 4);
}
#wishess-slider .owl-item:nth-child(5n) .wishes-holder {
    
    background: rgb(233, 151, 84);
}
#wishess-slider .owl-item:nth-child(6n) .wishes-thum .imgcontainer {
    border-color: rgb(220, 67, 187);
}
#wishess-slider .owl-item:nth-child(6n) .wishes-holder {
    
    background: rgb(115, 46, 155);
}*/
/* #wishess-slider .owl-item .wishes-thum .imgcontainer {
    border-color: rgb(210, 118, 65, 1);
} */



.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
}
.user-menu.nav > li > a {
    color: #000;
    font-size: 14px;
    line-height: 60px;
    padding: 0 15px;
  /*  height: 60px;*/
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0.2);
}
.flag-nav img {
    margin-right: 5px;
}
.flag-nav .dropdown-menu {
    max-height: 150px;
    min-width: 120px;
    overflow-y: auto;
}
.flag-nav .dropdown-menu .dropdown-item {
    padding: 5px 15px;
}
.user-img {
    display: inline-block;
    position: relative;
}

.main-drop .user-img img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.user-img .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    margin: 0;
    position: absolute;
    right: 0;
    width: 10px;
}
.user-menu .user-img .status {
    bottom: 12px;
}
.status {
    background-color: #263238;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
}
.status.online {
    background-color: #55ce63;
}
.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    /*content: "";*/
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.status.offline {
    background-color: var(--pcolor);
}
.status.away {
    background-color: #faa937;
}

.main-drop .dropdown-menu {
    background: linear-gradient(45deg, var(--pcolor) 15%, var(--pcolordark), var(--thirdcolor));
    min-width: 200px;
    width:318px;
    min-height: 100vh;
    max-width: 81vw;
    /*width:80vw;*/
    margin-top:0px;
    padding: 0 0 0 10px;
}
.main-drop .dropdown-item {
        border-bottom: 2px solid #fff;
        color: #ffffff !important;
        font-weight: bold;
        padding: 10px 0 10px 16px;
        line-height: 2;
        font-size: 16px;
    }

@media screen and (max-width:575.95px){
    .main-drop .dropdown-menu {
        /*background: #E91E98;
        background: linear-gradient(45deg, var(--pcolor) 15%, var(--pcolordark), var(--thirdcolor));*/
        background: #E91E98;
        
        @supports (background: linear-gradient(45deg, red, blue)) {
            background: linear-gradient(45deg, var(--pcolor) 15%, var(--pcolordark), var(--thirdcolor));
        }
        min-height: 100vh;
        /*min-width: 130px;*/
        max-width: 91vw;
        width:90vw;
        padding: 0 0 0 10px;
        margin:0;
    }
    .main-drop .dropdown-item {
        border-bottom: 2px solid #fff;
        color: #ffffff !important;
        font-weight: bold;
        padding: 10px 0 10px 16px;
        line-height: 2;
        font-size: 16px;
    }

}
