/*
    styles
*/
.label-required::after {
    content: " *";
    color: red;
}

.nice-select {
    display: flex;
    align-items: center;
}

.gap-1 {
    gap: 1px;
}

.gap-3 {
    gap: 3px;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.sticky-content {
    position: fixed;
    width: 270px;
    right: 200px;
    top: 120px;
    z-index: 1000;
}

.activity-card .activity-text .activity-meta a span {
    font-size: inherit;
}

/* end custom global activity-card */

.iti.iti--allow-dropdown {
    width: 100%;
}

#register-form .invalid-feedback {
    text-align: left;
}

.sign-up-content input {
    width: 100%;
    margin: 0px;
    float: none;
}

.bg-thm-primary {
    background-color: var(--thm-primary);
}

.card.rounded {
    border-radius: 2rem !important;
}

.card .card-header.rounded {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
}


.activity-page-activities-item .activity-item-card .activity-item-text h3 {
    font-size: 1rem;
}

.gap-1 {
    gap: 0.3rem;
}

.gap-5 {
    gap: 2rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-10 {
    gap: 10px;
}

.top-0 {
    top: 0px;
}

.left-0 {
    left: 0px;
}

.login-content select,
.sign-up-content select {
    background-color: #efeff0;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-white-smoke {
    background-color: whitesmoke;
}

.btn-default {
    box-shadow: none;
}

.btn.rounded-xs {
    border-radius: 0.5rem !important;
}

.btn.btn-sm {
    font-size: 0.7rem;
    padding: 0.90rem;
    line-height: 0px;
}

.nice-select {
    width: 100%;
}

.nice-select .list {
    width: 100%;
}

.menu {
    width: 100%;
}

.menu .main-navigation {
    width: 100%;
}

#main-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
}

#main-nav li {
    display: block;
    margin-right: 0px;
}

.text-size-normal {
    font-size: 1rem;
}

.font-size-small {
    font-size: 0.85rem;
}


/* login form */

.login-modal .modal-dialog {
    transition: width !important;
    transition-duration: 0.2s !important;
}

.login-modal .modal-dialog {
    max-width: 500px;
    width: 500px;
}

.login-modal .modal-dialog.register-dialog {
    max-width: 800px;
    width: 800px;
}


.login-content,
.sign-up-content {
    max-width: 100%;
}

.sign-up-content input {
    width: 100%;
    margin: 0px;
    float: none;
}

.sign-up-content input:focus {
    background: #efeff0;
}

.activity-meta div {
    font-size: 14px;
    margin-right: 5px;
}

.activity-meta div i {
    margin-right: 5px;
    font-weight: 600;
    color: var(--thm-primary);
}

.activity-meta div:last-child {
    margin-right: 0;
}

.activity-meta button {
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
}

.nice-select .list {
    max-height: 200px;
    overflow-y: auto;
}


.login-content input,
.sign-up-content input {
    background: none;
    border: 1px solid #efeff0;
}


.login-content input,
.sign-up-content input:focus {
    background: none;
    border: 1px solid #efeff0;
}

.login-content input,
.sign-up-content select {
    background: none;
    border: 1px solid #efeff0;
}

.login-content input,
.sign-up-content select:focus {
    background: none;
    border: 1px solid #efeff0;
}

/* end login form */


.block-body {
    line-height: 1.5;
}

.scrollup {
    right: 20px;
    bottom: 125px;
    z-index: 100000;
}

/* about us section title */
.section-title p {
    margin: 0.75rem 0px;
}

/* end about us section title */



/* fullscreen gallery */
#tour-gallery-slider-elem {
    position: relative;
}

#tour-gallery-slider-elem.fullscreen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.801);
    z-index: 9999999;
    overflow: hidden;
}

body:has(#tour-gallery-slider-elem.fullscreen) {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#tour-gallery-slider-elem.fullscreen .tour-gallery-slider-wrapper-elem {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


#tour-gallery-slider-elem.fullscreen .owl-carousel {
    width: 100%;
    height: 100%;
}

#tour-gallery-slider-elem.fullscreen .owl-stage-outer {
    height: 100%;
}

#tour-gallery-slider-elem.fullscreen .owl-stage {
    height: 100%;
}

#tour-gallery-slider-elem.fullscreen .owl-item {
    height: 100%;
    /* background: blue; */
}

#tour-gallery-slider-elem.fullscreen .slider-main-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.view-fullscreen-galery-button {
    background-color: white;
    border: none;
    padding: 0.85rem;
    margin: 1rem;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    border-radius: 1rem;
    transition: all 0.3s;
    width: auto;
    color: var(--bg-dark);
}

#tour-gallery-slider-elem.fullscreen .view-fullscreen-galery-button {
    top: 0px;
    bottom: unset;

}

.view-fullscreen-galery-button:hover {
    background-color: whitesmoke;
    font-size: 1rem;
    font-weight: bold;
}

/* end fullscreen gallery */

.tour-content-menu {
    display: flex;
    gap: 1rem;
}

.tour-content-menu a {
    flex-grow: 1;
    color: var(--dark);
    font-size: 0.85rem;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.tour-content-menu a:hover {
    flex-grow: 1;
    color: var(--primary);
    font-size: 1rem;
}

.tour-gallery-fullscreen-slider.show {
    display: flex;
}

body:has(.tour-gallery-fullscreen-slider.show) {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.tour-gallery-fullscreen-slider.show .view-fullscreen-galery-button {
    top: 0px;
    bottom: unset;
}

.tour-gallery-fullscreen-slider {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.815);
    z-index: 9999999;
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: center;
}

.tour-gallery-fullscreen-slider .tour-gallery-fullscreen-slider-wrapper {
    width: 90%;
    height: 90%;
    position: relative;
}

.tour-gallery-fullscreen-slider #fullscreen-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.tour-gallery-fullscreen-slider #fullscreen-slider .owl-carousel {
    width: 100%;
    height: 100%;
}

/* .tour-gallery-fullscreen-slider #fullscreen-slider .owl-nav {} */

.tour-gallery-fullscreen-slider #fullscreen-slider .owl-nav .owl-prev,
.tour-gallery-fullscreen-slider #fullscreen-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    background: white;
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
    transform: translate(0%, -50%);
    transition: all 0.3s;
    cursor: pointer;
}

.tour-gallery-fullscreen-slider #fullscreen-slider .owl-nav .owl-prev:hover,
.tour-gallery-fullscreen-slider #fullscreen-slider .owl-nav .owl-next:hover {
    background: whitesmoke;
}


.tour-gallery-fullscreen-slider #fullscreen-slider .owl-nav .owl-prev i,
.tour-gallery-fullscreen-slider #fullscreen-slider .owl-nav .owl-next i {
    color: rgb(139, 139, 139);
    transition: all 0.3s;
}

.tour-gallery-fullscreen-slider #fullscreen-slider .owl-nav .owl-prev {
    left: 1rem;
}

.tour-gallery-fullscreen-slider #fullscreen-slider .owl-nav .owl-next {
    right: 1rem;
}

.tour-gallery-fullscreen-slider #fullscreen-slider .owl-stage-outer {
    width: 100%;
    height: 100%;
}

.tour-gallery-fullscreen-slider #fullscreen-slider .owl-stage-outer .owl-stage {
    width: 100%;
    height: 100%;
}

.tour-gallery-fullscreen-slider #fullscreen-slider .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.tour-gallery-fullscreen-slider #fullscreen-slider .owl-stage-outer .owl-stage .owl-item .item {
    width: 100%;
    height: 100%;
}

.tour-gallery-fullscreen-slider #fullscreen-slider .owl-stage-outer .owl-stage .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.grid-item:hover {
    box-shadow: none !important;
}

.activity-card {
    box-shadow: none;
}

.font-weight-semibold {
    font-weight: 600;
}

.object-position-center {
    object-position: center;
}

.object-fit-contain {
    object-fit: contain;
}

.object-fit-cover {
    object-fit: cover;
}

.page-item.active .page-link {
    border-color: var(--thm-primary);
    background-color: var(--thm-primary);
}

.page-link {
    color: var(--thm-primary);
}

.slider-main-img video {
    height: 100%;
    object-fit: cover;
}

.top-content-text {
    float: right;
}

.hideWhenUnauthElements {
    display: none;
}

.main-slider-content .container {
    aspect-ratio: 1600 / 592;
    min-height: 100px;
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .main-slider-content .container {
        aspect-ratio: 1 / 1;
    }
}

.slider-overlay {
    display: none;
}

.main-slider-content .slider-main-text.headline.pera-content {
    padding: 2rem;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* .activity-card, .activity-item-card{
        min-height: 650px;
        max-height: 650px;
    } */

.activity-card {
    display: flex;
    flex-direction: column;
}

.activity-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.activity-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.activity-card .activity-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.activity-card .activity-text .activity-agent {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.activity-card .activity-text .activity-agent .activity-agent-content {
    flex-grow: 1;
    display: flex;
    margin-top: 0px;
    justify-content: end;

}

.activity-item-card {
    display: flex;
    flex-direction: column;
}

.activity-item-card .activity-item-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
}


.activity-item-card .activity-item-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.activity-item-card .activity-item-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.activity-item-card .activity-rating {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

@media only screen and (max-width: 1440px) {
    .activity-item-card .activity-rating {
        font-size: 0.90rem;
    }

    .activity-item-card .activity-rating .h3 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1074px) {
    .activity-item-card .activity-rating {
        font-size: 0.90rem;
    }

    .activity-item-card .activity-rating .h3 {
        font-size: 1rem;
    }
}

/*
    end styles
*/
/*
    search bar
*/
.activity-page-activity-content-top .row {
    display: flex;
}

/*
    end search bar
*/

a[data-toggle="collapse"][aria-expanded="true"] .activity-block-title:after{
    transform: rotate(180deg);
}


