.card-body{
    border-top: 0px !important;
}
.seoBaslik{
    color: #1c62b6;
}
.tema_hotel_baslik{
    text-align: center;
    color: white;
}
.hotel_title{
    background-color:#1c62b6 ;
}
.tema-list-name{
    color: #1c62b6;
}
.list-group-item{
    border: none !important;
    padding: 10px; /* İstediğiniz yüksekliği ve genişliği ayarlayabilirsiniz */
    flex: 1;
}
.list-group{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; 
}
.tema-list{
    padding-left: 5px;
    padding-right: 0px;
}
.tur-baslik{
    color: #1c62b6 !important;
}
.tur-bg{
    background-color: #ebebeba6 !important;
}

.seoListe a{
    color: #000;
}
.hotel-status{
    margin-top: 5px;
    margin-bottom: 10px; 
    font-size: 17px;
    text-align: right;
    margin-right: 20px;
}

.hotel-list-title{
    color: #1c62b6;
    margin-left: 15px;
}

.txt-green{
    color: green;
}

.bg-white{
    color: rgb(255, 255, 255);
}
.txt-orange{
    color: rgb(255, 175, 25);
}

.txt-very-orange{
    color: rgb(255, 123, 0);
}
.txt-red{
    color: red;
}
.txt-white{
    color: white !important;
}
.txt-black{
    color: rgb(0, 0, 0);
}

.text-right{
    float: right !important;
}

.txt-perfect{
    color: rgb(82, 214, 0);
}

.bg-perfect{
    background: rgb(68, 179, 0) !important;
    border-radius: 80px !important;
}

.txt-cagla-blue{
    color: #1c62b6;
}

.txt-brown-light{
    color: #9e6400;
}
.txt-cagla-orange{
    color:#f47115 !important;
}

.bg-cagla-orange{
    background: #f47115 !important;
}

.buton-very-orange{
    background-color: rgb(255, 123, 0) !important;
}

.buton-perfect{
    background-color: rgb(82, 214, 0) !important;
}

.buton-perfect-light{
    background-color: rgb(82 214 0 / 71%) !important;
}

.bg-orange{
    background: orange !important;
}

.bg-cagla-blue{
    background: #1c62b6 !important;
}
.bg-light-yellow{
    background: #faf9d5 !important;
}
.mt-40{
    margin-top: 40px;
}
.mt-10{
    margin-top: 10px;
}
.style-2{
    border: 1px solid black !important;
}
.hotel-price-font{
    font-size: 22px;
}

.margin-bot-20{
    margin-bottom: 20px !important;
}

.otel-kampanya{
    width: 80px;
    
}

.text-left{
    text-align: left;
}

.detail-hotel-name{
    font-weight: bold;
    color: #1c62b6;
}

.hotel-detail{
    text-align: left;
}
.buton-wishlist{
    padding: 0 !important;
    font-size: 20px !important;
}
.detail-mt-5{
    margin-top: 7rem;
}
@media only screen and (max-width: 991px) {

    .detail-mt-5{
        margin-top: 5rem;
    }
    .hotel-detail{
        text-align: center !important;
    }
    .hotel-wish-buton{
        float: none !important;
    }
}

.bor-rad-15{
    border: 1px solid rgb(255, 255, 255);
    border-radius: 15px;
}

.bg-none{
   background: none !important;
}

.height-none{
    height: 0px !important;
}

.padding-none{
    padding: 0px !important;
    padding-top: 0px !important;
}

.txt-medium-size{
    font-size: 13px;
}

.progress-bar.bg-gradient-success {
    background: linear-gradient(to right, #ceff5c, #42caff) !important; /* Yeşilden koyu yeşile geçiş */
  }

.hotel-price-update {
    display: block !important;
}

.hotel-detail-discount{
    padding: 5px;
    background-color: #f47115;
    color: white;
    font-size: 12px;
    border-radius: 40px;
}

.card-body {
	padding: 17px 0px 12px 10px !important;
}

.txt-bold{
	font-weight:bold;
}
.pd-10{
	padding: 10px;
}
.bg-hotel-detail-comment {
	background-image: url(../img/icon/hotel-rating.svg) !important;
    background-repeat: no-repeat;
    padding: 5px;	
}

.hotel-h3{
	margin-top: 12px;
    margin-bottom: 10px;
    margin-left: 9px !important;
}

.galeri-container {
            width: 80%;
            margin: 50px auto;
            overflow: hidden;
            position: relative;
        }

        .galeri {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .galeri-elemani {
            min-width: 100%;
            overflow: hidden;
        }

        .galeri-elemani img {
            width: 100%;
            height: auto;
            display: block;
        }

        .onceki, .sonraki {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 24px;
            cursor: pointer;
            color: white;
            background-color: #333;
            border: none;
            padding: 10px;
            outline: none;
        }

        .onceki {
            left: 10px;
        }

        .sonraki {
            right: 10px;
        }
