.custom-nav {
    margin: -8px 0px;
}
.btn-custom {
    color: #fff;
    background-color: #653f8f;
    border-color: #653f8f;
    font-size: 8px;
    height: fit-content;
}

.btn-custom:focus {
    box-shadow: 0 0 0 0.2rem rgb(195, 141, 255, .46);
}

.btn-custom:hover {
    color: #fff;
    background-color: #653f8f;
    border-color: #8450bd;
}

.custom:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(101, 63, 143, .46);
}

.custom:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #653f8f;
    border-color: #8450bd;
}

.forgot-pw-div {
    position: absolute;
    right: 80px;
    bottom: 0%;
    font-size: 8px;
}

.signup-div {
    position: absolute;
    right: 28px;
    bottom: 0%;
    font-size: 8px;
}

.custom-alert {
    position: fixed;
    right: 15px;
    font-size: 14px;
    padding: .5rem 1.25rem;
    border-radius: .5rem;
}

.custom-alert > .close{
    padding-left: 10px;
}

.welcome-div {
    height: auto;
    display: block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 580px;
    z-index: 9;
    margin-top: 50px;
}

.welcome-div > .inner-div {
    position: absolute;
    top: 40%;
    width: inherit;
    text-align: center;
}

.welcome-div > .inner-div > h2 > span,  .inner-div > p > span  {
    color: #ffffff;
    background: #0000005c;
    padding: 5px;
    border-radius: 10px;
    z-index: 5;
    position: sticky;
}

.user-pin-block {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 120px;
}


.marker {
    transform: perspective(40px) rotateX(20deg) rotateZ(-45deg);
    transform-origin: 50% 50%;
    border-radius: 50% 50% 50% 0;
    padding: 0 3px 3px 0;
    width: 60px;
    height: 60px;
    background: #2f323a;
    position: absolute;
    margin: -2.2em 0 0 -1.3em;
    -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: -1px 1px 4px rgba(0, 0, 0, .5);
    box-shadow: -1px 1px 4px rgba(0, 0, 0, .5);
}

.marker-image {
    position: absolute;
    z-index: 1;
    width: 60px;
    margin: -1.7em 0 0 -1.3em;
    border: 1px solid #42d0fc;
    border-radius: 50px;
}

.profile-marker > i {
    position: absolute;
    top: 37px;
    color: white;
    left: 5px;
    z-index: 1;
    font-size: 13px;
}

.trips-div {
    display: block;
    height: 520px;
    background: #fafafa;
}

.events-div {
    display: block;
    height: 520px;
    background: #fff;
}


.inner-div {
    margin-top : 50px;
}

.trips-div > .inner-div > h3, .events-div > .inner-div > h3 {
    text-align: center;
}

.typed-words-trips, .typed-words-events {
    font-weight: 400;
}

.sub-trip-heading {
    font-weight: 200;
}

.sub-trip-heading {
    font-size: 18px;
}

.line-div {
    width: 60px;
    content: "";
    height: 1px;
    border-radius: 6px;
    background: #f91942;
    display: block;
    position: relative;
    margin: 10px auto 0px auto;
    text-align: center;
    top: 0;
}

.slider-div {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: -webkit-center;
}

.slider-block {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 10px;
    padding: 0px;
    width: 98%;
    height: 260px;
    background: #424222;
    border-radius: 10px;
    transform: translate3d(0,0,0);
    transition: transform 0.3s;
}

.slider-block:hover {
    transform: translate3d(0,-6px,0);
}

.multiple_slider .slider-block img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: -webkit-fill-available;
    object-fit: cover;
}

.slider-caption-blog {
    position: absolute;
    bottom: 10px;
    background: #4c3d5f87;
    width: -webkit-fill-available;
    color: white;
    padding: 5px;
}

.tour-date {
    right: 10px !important;
    left: unset !important;
}

.date-span {
    text-decoration: underline;
}

.to-span {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255,255,255,0.7);
    line-height: 24px;
    margin-top: 0;
}

.desc-span {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255,255,255,0.7);
    line-height: 24px;
    margin-top: 0;
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
}

.event-fee {
    position: absolute;
    top: 25px;
    padding: 3px 5px;
    left: 15px !important;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-size: small;
    font-weight: 600;
}

.tag-class {
    background-color: green;
    color: white;
    padding: 2px;
    border-radius: 25px;
    font-size: smaller;
}

.yellow {
    background-color: #ffc601;
}

.detail-icon {
    color: #fff;
    font-size: 19px;
    cursor: pointer;
    background-color: rgba(24,24,24,0.4);
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    transition: all 0.4s;
}

.others-main {
    background: #58535d70;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
    font-size: 8px;
    color: #fff;
}

.others-main > span >span {
    background-color: #85808cb8;
    font-size: 10px;
    font-weight: 400;
    border-radius: 50px;
    padding: 2px 8px 3px 8px;
}

.trip-list-div {
    background-size: cover;background-position-y: center;max-width:45%;border-radius: 15px;
}

.trip-list-div > div {
    background: #00000063;
    padding: 15px;
    border-radius: 15px;
    height: 200px;
}

.tip-content-div {
    bottom: 10px;
    position: absolute;
    width: 100%;
}

.trip-texts {
    font-size: 15px;color: rgba(255,255,255,0.7);
    margin: 0px;
}

.budget-div {
    align-self: center;
    text-align: -webkit-center;
}

.budget-div > div {
    background: white;
    border-radius: 15px;
    width: max-content;
    padding: 0px 10px 3px 10px;
}


.select_dropdown_name {
    font-size: x-small;
}

.move_icon_right > select {
    border-radius: 5px;
    background: white;
}

.meet-local-div {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.07);
    background: #fff;
    border-radius: 4px;
    transition: 0.4s;   
}

.meet-local-action-div {
    display: flex;
    float: right;

}

.meet-local-action-div > div > a {
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: smaller;
    margin: 5px;
}

.action-detail > a {
    background: #317c90;
}

.action-invite > a {
    background: #f79831;
}

.icon-gender {
    background-color: #fa9709;
    padding: 13px 10px;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    line-height: 0;
    margin-top: 5px;
}

.filter-form {
    text-align: left !important;
}

.filter-row {
    margin-top: 50px !important;
    border-radius: 50px !important;
    width: 100% !important;
    background-color: #fff !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12) !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    padding: 9px !important;
    max-height: 68px !important;
    margin-bottom: 10px !important;
}

.filter-col {
    border-right: 1px solid #e9e9e9 !important;
    margin-top: 3px !important;
    position: relative !important;
}

.filter-input {
    font-size: 16px !important;
    border: none !important;
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 44px !important;
    line-height: 44px !important;
    box-shadow: none !important;
    cursor: pointer;
}

.filter-btn {
    width: 60%;
    border-radius: 30px;
}

.detail-span {
    overflow: unset;
    white-space: break-spaces;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: rgb(222 222 222);
}

.join-div {
    position: absolute;
    top: 10px;
    right: 25px;
}

.join-div > a {
    background-color: #f47d39;
    border-radius: 7px;
    color: white;
}

.join-div > a:hover {
    color: black;
}

.event-type {
    left: 28% !important;
}

.event-div {
    border-radius: 10px;
    transform: translate3d(0,0,0);
    transition: transform 0.3s;
    overflow: hidden;
    margin: 10px;
}

.country-flag {
    position: absolute;
    top: 34px;
    left: 81px;
    width: 40px;
    display: block;
    padding-top: 5px;
    padding-left: 10px;
}

.traveler-star {
    position: absolute;
    top: 0px;
    left: 90px;
}

.trp-specs > span {
    color: #f79931;
    font-size: 14px;
    font-weight: 500;
}

.create-event {
    margin-top: 10px;
}

.card-hover-shadow {
    transition: .3s;
    box-shadow: 0 6px 12px rgba(140,152,164,.25)!important;
    border-radius: 8px;
}

.card.card-hover-shadow, h6 {
    word-break: break-word;
}

.my-photo-div {
    height: 10rem;
}

.my-photo-div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

@media only screen and (max-width: 1366px){
    .couchmeet-header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px !important;
        padding-left: 15px !important;
        font-size: 16px !important;
    }

}

@media only screen and (max-width: 1280px){
    .couchmeet-header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px !important;
        padding-left: 10px !important;
        font-size: 15px !important;
    }
}