.homecontent p{
    color: #888 !important;
    margin-bottom: 1rem !important;
}

.footercopyright a{
    color: #2d0c2d !important;
    text-decoration: underline !important;
}

.page-container div.container div p{
    color: #888 !important;
    margin-bottom: 1.5rem !important;
}


.preloader {
    display: block;
    margin-top: 5px;
    clear: both;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f4f6f9;
    background: linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);
    background-size: 800px 104px;
    position: relative;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}
.hotel-img .preloader {
    height: 169px;
}
.hotel-name-style .preloader {
    width: 80%;
}
.preloader {
    height: 24px;
}
.hotel-location.preloader {
    max-width: 50%;
}
.preload-board-type {
    width: 20%;
}
.preloader.w-80 {
    width:80%;
}
.preloader.w-60 {
    width: 60%;
}
.preloader.w-40 {
    width: 40%;
}
.preloader.w-10 {
    width: 10%;
}
.preloader.w-20 {
    width: 20%;
}
.review-hotel .preloader{
    float: right;
}
.review-hotel .preloader {
    min-width: 30%;
}
.hide-loader{
    display:none;
}
@media (max-width:991px){
    .skeleton-loader .hotel-card-facilities{
        padding:0 15px;
    }
    .skeleton-loader .align-right.review-hotel {
        display:flex;
    }
    .preloader.w-80,
    .preloader.w-60,
    .preloader.w-40 {
        display:none
    }
    .skeleton-loader .align-right.review-hotel .preloader:last-of-type{
        position:absolute;
        right: 16px;
    }
}


.blink_me {
    animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    to { opacity: 0; }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.betweenAges {
    font-size: 12px !important;
    font-weight: normal !important;
    color: #e35057 !important;
    padding-bottom: 8px !important;
}


.season-price-detail-box .info {
    width: 100%;
    padding: 0
}

.season-price-detail-box .info .list {
    width: 100%;
    padding: 3px 0;
    border-top: 1px solid #e9ecf2;
    text-align: left;
    font-size: 0
}

.season-price-detail-box .info .list:first-child {
    border-top: 0
}

.season-price-detail-box .info .list span {
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: middle
}

.season-price-detail-box .info .list span.question {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    width: 45%;
    color: #505162
}

.season-price-detail-box .info .list span.answer {
    width: 55%;
    text-align: right;
    line-height: 17px
}

.season-price-detail-box .info .list span.answer .old-price {
    font-size: 12px;
    font-size: .75rem;
    color: #9696b4;
    text-decoration: line-through
}

.season-price-detail-box .info .list span.answer b {
    font-weight: bold;
    font-size: 14px;
    font-size: .875rem;
    color: #505162
}

.product-info-list .product-info-item .product-info .product-info-right .price .tour-btn2:before {
    content: "Seç";
}
.product-info-list .product-info-item .product-info .product-info-right .price .tour-btn2:after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    margin-left: 2px;
}
.product-info-list .product-info-item .product-info .product-info-right .tour-check:checked + .tour-btn2 {
    color: #fff;
    background-color: #439e4a;
    border-color: #439e4a;
}
.product-info-list .product-info-item .product-info .product-info-right .tour-check:checked + .tour-btn2:before {
    content: "Seçildi";
}
.product-info-list .product-info-item .product-info .product-info-right .tour-check:checked + .tour-btn2:after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    margin-left: 2px;
}

.reservation-detail{
    z-index: 1005 !important;
}

.product-info-list .product-info-item{
    z-index: 1002 !important;
}

@media (max-width: 767.98px) {
    .search-form-content .dropdown-menu {
        z-index: 1110 !important;
    }
}




.alt_butonlar {
    display: none;
    overflow: hidden;
    position: fixed;
    width: 100%;
    max-width: 400px;
    height: 50px;
    bottom: 0;
    right: 0;
    /*display: flex;*/
    border-radius:10px;
    z-index: 999;

}

@media (max-width: 767px) {  /* 768px altındaki cihazlar (Mobil) */
    .alt_butonlar {
        display: flex;
    }
}


.alt_butonlar > div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1950A3;
    transition: background-color 0.3s, transform 0.2s; /* Animasyon eklendi */
    cursor: pointer; /* El işareti efekti */
}

@media (hover: hover) {
    .alt_butonlar .ara:hover {
        background-color: #143d82 !important;
        transform: scale(1.02);
    }

    .alt_butonlar .wp:hover {
        background-color: #0e6b5d !important;
        transform: scale(1.02);
    }
}


.alt_butonlar > div:active {
    transform: scale(0.98) !important;
}

.alt_butonlar .wp {
    background-color: #128C7E !important;

}


.alt_butonlar > div:last-child {
    border-right: none;
}

.alt_butonlar a {
    text-decoration: none;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-direction: row-reverse;
    transition: opacity 0.3s;
}
.alt_butonlar > div:hover a {
    opacity: 0.9 !important;
}

.alt_butonlar img {
    height: 24px;
}

.alt_butonlar .ara, .alt_butonlar .wp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.alt_butonlar .ara span, .alt_butonlar .wp span,
.alt_butonlar .numara_ic {
    font-size: 14px;
    color: white;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .alt_butonlar {
        max-width: 100%;
    }
}