@font-face {
    src: url('fonts/futura/futuramediumbt.ttf');
    font-family: "futur";
}
@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans&display=swap');

*{
    text-decoration: none!important;
}

html, body {
    font-family: 'Quattrocento Sans', sans-serif;
}

.logo {
    width: 200px!important;
}

.navbar-light {
    background-color: #ffffff!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16.5px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #C77DB5;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #C77DB5;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #C77DB5;
}

.bg-primary {
    background-color: #f4e6f1!important;
}

.skin-bg{
    background-color:#C77DB5 !important;
}

.skin-bg2{
    background-color:#fff2fc !important;
}

.bg-default {
    background-color: #651652!important;
}

.text-primary {
    color: #651652!important;
}

.text-light {
    color: #C77DB5!important;
}

.btn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-primary {
    background-color: #651652;
    border: #651652;
    color: #ffffff!important;
}

.btn-primary:hover {
    background-color: #C77DB5;
    border: #C77DB5;
    transition: 0.6s;
}

.btn-primary:focus {
    background-color: #C77DB5;
    border: #C77DB5;
    transition: 0.6s;
}

.btn-warning {
    background-color: #C77DB5;
    border: #C77DB5;
    color: #ffffff!important;
}

.btn-warning:hover {
    background-color: #651652;
    border: #651652;
    transition: 0.6s;
}

.btn-warning:focus {
    background-color: #651652;
    border: #651652;
    transition: 0.6s;
}

.icon {
    font-size: 20px!important;
    color: #651652;
}

.cart-badge {
    font-size: 8px!important;
    position: absolute;
    top: 27px;
    margin-left: -14px;
    color: #ffffff;
    background-color: #651652;
    border: 1.8px solid #ffffff;
}

/* Event Gallery */
#users_events_gallery_card{
    cursor: pointer;
    transition: ease-in-out 0.5s;
}

#gallery_overlay{
    z-index: 0;
    transition: ease-in-out 0.5s;
}

#view_gal_btn{
    transition: ease-in-out 0.5s;
    margin: auto;
    display: none;
}

#users_events_gallery_card:hover{

    transform: scale(1.02, 1.02);

}


#users_events_gallery_card:hover > #gallery_overlay{
    background-color: rgba(61, 61, 61, 0.349) !important;
    /* z-index: 1000000 !important; */
    transform: scale(1.02, 1.02);
    z-index: 100000000000 !important; 
    top: 0; 
    padding: 10% 0px 10% 0px !important;
    bottom: 0; 
    right: 0; 
    left: 0;
    display: block;
}

#users_events_gallery_card:hover #view_gal_btn{
    display: block;
}


/* Banner */
.banner {
    height: 80vh;
}

.banner .card-title {
    font-size: 45px;
    line-height: 59px;
}


/* Section */
.section h1 {
    font-size: 40px;
    font-weight: 400!important;
}

.section h4 {
    font-size: 30px;
    font-weight: 400!important;
}

.section h5 {
    font-size: 22px;
    font-weight: 400!important;
}

.section span {
    font-size: 23px;
    font-weight: 400!important;
}

.section .img {
    margin-top: -90px;
    margin-bottom: 50px;
}

.section .card-text {
    font-size: 17px!important;
    font-weight: 400!important;
}

.section .list-group-item {
    font-size: 20px;
}

.footer .btn {
    padding-bottom: unset!important;
    padding-top: unset!important;
}

.footer .list-group-item {
    font-size: 17px!important;
}

.footer .list-group-item a {
    color: #000000!important;
}

.footer .list-group-item a:hover {
    color: #C77DB5!important;
}

.footer .list-group-item a:focus {
    color: #C77DB5!important;
}

.scroll-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
}

.testimonial p {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 400!important;
}
.page-wrapper{
    padding:80px 0;
}
.page-wrapper-ex{
    padding:17% 0;
}
.page-wrapper-dashboard{
    padding: 90px 0;
    height: auto;
}
.page-wrapper-height{
    min-height:800px;
}

.rounded-lg{
    border-radius:10px !important;
}
input[type='text'],input[type='email'],input[type='password'],input[type='number'],input[type='search'],select{
    height:50px !important;
    border:1px solid #eaeaea;
}

#registry_type{
    height:35px !important;
}

input[type='date']{
    height:10em !important;
    border:1px solid #eaeaea;
}
textarea{
    height:150px !important;
    border:1px solid #eaeaea !important;
}

.btn-outline-primary {
    color: #651652 !important;
    border-color: #651652 !important;
  }
  
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #9c7e95 !important;
    border-color: #651652 !important;
  }

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #651652;
    background-color: #651652;
}

.wishlist-tab-content{
    display:none;
}
.wl-tab-active{
    display:block !important;
}

.form-radius{
    border-radius: 14em !important;
}

.underline{
    border-bottom:2px solid #C77DB5;
    width:50px;
    text-align:left;
    margin-left:unset;
}
.signup-signin-bg{
    background: linear-gradient(0deg, rgba(106, 48, 89, 0.91), rgb(106, 48, 89)), url(../images/backgrounds/sign_up_sign_in_bg.png) no-repeat;
    background-size:cover;
}
.signup-bg{
    background: linear-gradient(0deg, rgb(255, 242, 252, 0.96), rgb(255, 242, 252, 0.96)), url(../images/backgrounds/sign_up_sign_in_bg.png) no-repeat;
    background-size:cover;
}
.dropdown-menu{
    min-width:50px;
}
.dropdown-menu .dropdown-item{
    white-space:normal;
}
.dashboard-nav{
    position:fixed;
    margin-top: 0px;
    height: 100%;
    z-index: 10000 !important;
}
.dashboard-nav .nav-link{
    color:#848484;
    border-radius:5px;
    font-size:0.9em;
    margin-bottom:8px;
}
.dashboard-nav .nav-link:hover{
    color:#651652;
}

/* Position and style the close button (top right corner) */
.dashboard-nav .closebtn {
  display:none;
}
.dashboard-nav .active{
    background-color:#651652 !important;
    color:white !important;
}
.card-img{
    height:125px;
}
.avatar{
    object-fit: cover;
    border-radius:50%; 
}
.avatar-sm{
    width:38px;
    height:38px;
}

.avatar-md{
    width:50px;
    height:50px;
}

.avatar-lg{
    width:80px;
    height:80px;
}

/** gifts **/
.gifts-section .card .card-img-top{
    width:100%;
    height:190px;
    object-fit:cover;
}
.gifts-section .card .card-title{
    margin-top:20px;
}
.gifts-section .card .card-body{
    height:220px;
}
.gifts-section .card{
    background-color:rgba(255, 255, 255, 0);
}
.gifts-section  .nav-pills .nav-link.active{
    background-color:unset;
    border-radius:unset;
    border-bottom:3px solid #651652;
    color:black !important;
}

/** How it works **/
.hiw-banner-section img{
    width:450px;
    height:400px;
    object-fit: cover;
    border-radius:50%;
    border:5px solid white;
}
.hiw-body h2{
    margin-top:100px;
}
.hiw-body img{
    width:350px;
}
.get-started-hiw{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/hiw/5e8daeac2b441.png) no-repeat fixed;
    background-size:cover;
}

/** Registry **/
.registry .search-results{
    margin-top:80px;
}
.faqs .nav-pills .nav-link.active{
    background-color:unset;
    border-radius:unset;
    border:unset;
    color:#651652 !important;
}
.faqs .nav-pills .nav-link.active:before{
    content: '- ';
}
/** contact **/
.contact .contact-form{
    margin-top:50px;
}

#tagForm{
    border: none;
    outline: none;
}

#tagForm:focus{
    outline: none !important;
    box-shadow: none;
}

.border-wishlist{
    border: 1px solid #651652 !important;
}
.about-page div[aria-expanded="true"] {
    background: #a71b7e!important;
    color: #fff!important;
}
.about-page div[aria-expanded="true"] .text-muted{
    color: #fff!important;
}
.about-page .card {
    box-shadow: 0 0 14px 0 #ccc!important;
}
.mobile-hd .navbar-translate {
    padding: 20% 20% 0;
}



/*.row {*/
/*    margin-right: 0px !important;*/
/*    margin-left: 0px !important;*/
/*}*/

.event-gift-mobile {
    display: none !important;
}
.amount-mobile {
    display: none !important;
}

.xTwt{
    width: 100% !important; height: 200px !important; object-fit: contain !important;
}