@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root{
    --btn-bg-color:#1A2B49;
    --p-color:#333333;
    --a-color:#101922;
}



body {
  font-family: "Roboto", sans-serif;
  background-color: #f7f7f7; 
  color: #333;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #222;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  font-family: "Roboto", sans-serif;
  border: none;
  cursor: pointer;
  padding: 0.6rem 1rem;
  border-radius: 6px;
}

input, textarea, select {
  font-family: "Roboto", sans-serif;
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.box {
    width: 100%;
    height: 250px;
    background-color: #00639C;
}

.nav-menu{
  background-color: white;
}

.logo-header{
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.menu-list{
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.menu-list ul{
  display: flex;
  margin: 0;

}

.menu-list ul li{
  margin: 0 10px;
}

.logo-header img{
  width: 50%;
}

.currency-list .dropdown button{
   background-color: transparent;
    color: var(--a-color);
    border: none;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.currency-list .dropdown button:active{
      color: var(--a-color);
      background-color: transparent;
      border-color: transparent;
}

.currency-list .dropdown-menu {
  min-width: 80px;
}

.currency-list .dropdown-menu li a{
  font-size: 14px;
}

.currency-and-login{
 width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.login{
  background-color: #dee2e6;
    border-radius: 20px;
    padding: 5px 30px;
}


.home-search{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home-search img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.searh-content{
  width: 100%;
  height: 100%;
}

.searh-content-title{
   position: absolute;
    top: 40%;
    padding: 0 50px;
    width: 100%;
    text-align: -webkit-center;
}

.title{
width: 80%;
text-align: start;
}

.title h2{
  color: #fff;
  font-size: 55px;
  width: 50%;
  font-family: "Philosopher", sans-serif;
}

.title span{
  color: #fff;
}

.search-main{
  background-color: #fff;
  border-radius: 10px;  
  width: 80%;
  overflow: hidden;
}
.checkindate{
  padding: 10px 30px;
}
.checkout{
   padding: 10px 30px;
}

.guest{
   padding: 10px 30px;
}

.checkindate label{
  color: #9ca3af;
  font-weight: 600;
}

.checkindate-main{
  display: flex;
}

.checkindate .input-cls{
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: start;
}

.checkindate div i{
    color: burlywood;
    margin: 0 20px 0 0;
    position: relative;
    top: 15px;
    font-size: 20px;
}

.checkindate .input-cls input{
  border: none;
  padding: 0;
  color: black;
  font-weight: 600;
}
.checkindate .input-cls input:focus{
  box-shadow: none;
  border: none;
}


.checkout label{
  color: #9ca3af;
  font-weight: 600;
}


.checkout-main{
  display: flex;
}

.checkout .input-cls{
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: start;
}

.checkout div i{
    color: burlywood;
    margin: 0 20px 0 0;
    position: relative;
    top: 15px;
    font-size: 20px;
}

.checkout .input-cls input{
  border: none;
  padding: 0;
  color: black;
  font-weight: 600;
}
.checkout .input-cls input:focus{
  box-shadow: none;
  border: none;
}




.guest label{
  color: #9ca3af;
  font-weight: 600;
}


.guest-main{
  display: flex;
}

.guest .input-cls{
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: start;
}

.guest div i{
    color: burlywood;
    margin: 0 20px 0 0;
    position: relative;
    top: 15px;
    font-size: 20px;
}

.guest .input-cls input{
  border: none;
  padding: 0;
  color: black;
  font-weight: 600;
}
.guest .input-cls input:focus{
  box-shadow: none;
  border: none;
}

.guest-count label{
  color: black;
    font-weight: 600;
}


.checkout .input-cls input::placeholder {
  color: black;
    font-weight: 600;
}

.checkindate .input-cls input::placeholder {
  color: black;
    font-weight: 600;
}

.guest-count label i{
  position: relative;
  top: 0;
  color: black;
  font-weight: 600;
  margin: 0 0 0 20px;
}

.search-btn{
  width: 100%;
  height: 78px;
  overflow: hidden;
}

.search-btn button{
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: var(--btn-bg-color);
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.search-btn button i{
  font-size: 30px;
}

.search-btn button:hover{
    background-color: var(--btn-bg-color);

}


.price-list{
  background-color: white;
  border-radius: 20px;
  width: 60%;
  position: relative;
  top: 40px;
  padding: 20px;
}

.price-title{
  text-align: start;
}

.list-price{
  border-bottom: 1px solid #ccc;
      display: flex;
    justify-content: center;
    padding: 15px 0;
}


.list-price ul{
  display: flex;
  padding: 0;
  margin: 0;
}

.list-price ul li{
  margin: 0 5px;
}

.price-item{
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
}


.price-item{
  padding: 5px 15px;
  background-color: #e8e9ec;
  color: #1A2B49;
  border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

.price-item.active{
  padding: 5px 15px;
  background-color: #1A2B49;
  color: #ffffff;
  border-top: 1px solid #1A2B49;
   border-bottom: 1px solid #1A2B49;
}

.price-lbl{
  font-weight: 600;
}

.date-lbl{
  font-size: 13px;
}

.price-lbl{
  font-size: 15px;
}


.list-price ul li:first-child .price-item {
 border-top-left-radius: 7px;
 border-bottom-left-radius: 7px;
}

.list-price ul li:last-child .price-item {
  border-top-right-radius: 7px;
   border-bottom-right-radius: 7px;
}

.list-title .main-title{
   font-family: "Playfair Display", serif;
   font-weight: 500;
}

.section{
  padding: 90px 0;
}

.list-title .small-title{
  color: burlywood;
}

.hotel-card{
  background-color: white;
  border: 1px solid #9ca3af40;
  margin: 30px 0 0 0;
}


.hotel-card-content{
  padding: 15px;
}

.hotel-card-photo{
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.hotel-card-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-title{
  font-family: "Playfair Display", serif;
   font-weight: 500;
   font-size: 23px;
}

.hotel-content{
  border-bottom: 1px solid #9ca3af40;
}

.hotel-card-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.hotel-paragraf{
  color: #9ca3af;
  font-size: 14px;
  margin: 10px 0;
}


.hotel-link a{
  color: #9ca3af;
  font-weight: 600;
  margin: 0;
}

.hotel-price span{
  color: #9ca3af;
  font-weight: 500;
}

.price-sml{
  color: burlywood;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: 23px;
}

.footer{
  background-color: white;
  display: flex;
  align-content: center;
  align-items: center;
  align-content: center;
  height: 80px;
}

.coparation p{
  margin: 0;
  color: #9ca3af;
}


.footer-menu{
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: end;
}

.footer-menu li{
   color: #9ca3af;
   margin: 0 10px 0 0;
}

.banner-content{
  background-color: white;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}


.banner-menu ul {
  display: flex;
  justify-content: flex-start;  
}

.banner-menu ul li{
  margin: 0 10px 0 0;
}

.banner-menu ul li:first-child{
   color: #9ca3af;
}


.checkindate-list{
  background-color: #f9fafb;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #dadbdb;
      height: 50px;
}

.checkindate-list label,
.checkindate-list input{
  font-size: 13px;
}

.checkindate-list div i {
    color: burlywood;
    margin: 0 20px 0 0;
    position: relative;
    top: 5px;
    font-size: 20px;
}


.checkout-list{
  background-color: #f9fafb;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #dadbdb;
      height: 50px;
}

.checkout-list label,
.checkout-list input{
  font-size: 13px;
}

.checkout-list div i {
    color: burlywood;
    margin: 0 20px 0 0;
    position: relative;
    top: 5px;
    font-size: 20px;
}


.guest-list{
  background-color: #f9fafb;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #dadbdb;
      height: 50px;
}

.guest-list label,
.guest-list input{
  font-size: 13px;
}

.guest-list div i {
    color: burlywood;
    margin: 0 20px 0 0;
    position: relative;
    top: 5px;
    font-size: 20px;
}

.guest-list .guest-count{
      padding: 0;
    position: relative;
    bottom: 10px;
}

.guest-list .guest-count i{
      font-size: 12px;
    position: relative;
    top: 2px;

}

.search-list{
    width: 100%;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    font-size: 13px;
}

.search-list button{
  font-size: 13px;
}

.banner-menu{
    height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-list-content{
  padding: 30px 0;
}

.search-list-content-info-title h2{
  font-family: "Playfair Display", serif;
  color: var(--a-color);
}

.search-list-content-info-description p{
   color: #9ca3af;
}

.category-list ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.category-list ul li{
 margin: 0 10px;
 background-color: white;
 padding: 10px 20px;
 border-radius: 30px;
 border: 1px solid #9ca3af;
 font-size: 13px;
}

.category-list ul li.active{
  background-color: #101922;
  color: white;
}

.room-card{
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 15px;
  margin: 20px 0 0 0;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.room-card .room-photo{
  width: 40%;
}

.room-card .room-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-card .room-content{
  width: 60%;
  display: flex;
}


.room-content-title h3{
      font-family: "Playfair Display", serif;
}
.room-content-item-one{
  width: 60%;
  background-color: white;
  padding: 15px;
}

.room-content-item-two{
  width: 40%;
}

.room-content-adult{
  display: flex;
}

.room-content-adult{
  color: #9ca3af;
}

.room-content-adult i{
  margin: 0 10px 0 0;
  color: #9ca3af;
}

.room-features .room-features-item{
  padding: 5px 0;
}

.room-features .room-features-item span{
  color: #37383a;
}

.room-features .room-features-item i{
  color: burlywood;
  margin: 0 5px 0 0;
}

.room-features{
  width: 100%;
  height: 70%;
}

.room-details-link a{
  /* color: rgb(240, 140, 9); */
  color: burlywood;
}

.room-price label{
  font-weight: 600;
  font-size: 30px;
  color: black;
}

.room-content-item-two{
  padding: 20px;
  display: grid;
  align-content: space-between;
}

.room-price{
  text-align: end;
}

.room-price label{
  font-family: "Playfair Display", serif;
}

.room-price p{
  color: #37383a;
}

.select-btn{
  text-align: end;
}

.select-btn .btn-select{
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: var(--btn-bg-color);
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.price-contet{
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  margin-top: 30px;
}

.price-date{
  display: flex;
  justify-content: space-between;
}

.checkin-info{
  display: grid;
}

.checkin-info label{
  color: #9ca3af;
  font-weight: 600;
}

.checkin-info span{
  font-size: 15px;
  color: black;
  font-weight: 500;
}

.duraktion{
  display: grid;
}

.duraktion label{
color: #9ca3af;
  font-weight: 600;
}

.duraktion span{
font-size: 15px;
  color: black;
  font-weight: 500;
}

.guestInfo{
  display: grid;
}

.guestInfo label{
color: #9ca3af;
  font-weight: 600;
}

.guestInfo span{
font-size: 15px;
  color: black;
  font-weight: 500;
}

.hotel-info-text{
  display: flex;
  margin-top: 30px;
  background-color: burlywood;
  padding: 10px;
  border-radius: 10px;
  color: white;
}

.hotel-info-text .hotel-info-icon{
  width: 15%;
}



.banner-gallery{
  position: relative;
  margin: 30px 0;
}

.gallery-photo-big{
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 15px;
}

.gallery-photo-big img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.gallery-photo-small{
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 15px;
}

.gallery-photo-small img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-title-features{
  border-bottom: 1px solid #9ca3af81;
  padding: 0 0 25px 0;
  margin: 0 0 40px 0;
}

.hotel-title-star{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 ;
}

.hotel-title-star h2{
  font-family: "Playfair Display", serif;
}
.hotel-title-star ul{
  padding: 0;
  margin: 0;
  display: flex;
}

.hotel-title-star ul li{
  margin: 0 5px;
  color: burlywood;
}

.hotel-features-list ul{
  padding: 0;
  margin: 0;
  display: flex;
}

.hotel-features-list ul li{
  margin: 0 7px;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
}

.hotel-features-list ul li i{
  color: burlywood;
  margin: 0 5px;
}

.room-amenites-content{
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.room-amenites-title{
  margin: 0 0 30px 0;
}

.room-amenites-item{
  display: flex;
}

.room-amenites-item .room-amenites-icon{
  width: 20%;
}

.room-amenites-item .room-amenites-icon i{
  color: rgb(238, 155, 46);
  background-color: rgba(222, 184, 135, 0.397);
  padding: 5px 7px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.room-amenites-item .room-amenites-title{
  width: 80%;
}


.room-detail-price-card{
  margin: 40px 0 0 0;
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  border-top: 6px solid burlywood;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.price-card-price p{
  color: #9ca3af;
  margin: 0;
}
.price-card-price label{
  color: #9ca3af;
}

.price-card-price label span{
  font-weight: 600;
  color: black;
  font-family: "Playfair Display", serif;
  font-size: 30px;
}

.price-card-item{
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.price-card-item label{
  color: #9ca3af;
}

.hotel-price-total{
  display: flex;
  justify-content: space-between;
}

.title-cls{
  color: black;
  font-weight: 600;
  font-size: 18px;
}

.price-cls{
  font-weight: 600;
  color: rgb(180, 107, 12);
   font-size: 18px;
}

.description-cls{
  font-size: 12px;
  margin-top: 15px;
  color: #9ca3af;
}


.price-send-btn .btn-price-send {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: var(--btn-bg-color);
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


/*modal*/

 .modal-backdrop.show {
      background-color: rgba(0,0,0,0.85);
    }
    .modal-dialog {
      max-width: 90vw !important;
      margin: 1.5rem auto;
    }
    .modal-content {
      background-color: #111;
      color: #f9f9f9;
      border-radius: 12px;
      border: none;
      padding: 1.5rem 2rem 2rem;
      position: relative;
      overflow: visible;
      user-select: none;
    }
    .modal-header {
      border-bottom: none;
      padding: 0;
      margin-bottom: 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .modal-title {
      font-weight: 600;
      font-size: 1.4rem;
      margin: 0;
    }
    .modal-subtitle {
      font-size: 0.9rem;
      color: #aaa;
      margin-top: 0.15rem;
    }
    .btn-share, .btn-close-custom {
      background: #252525;
      border: none;
      color: #f9f9f9;
      font-size: 1.3rem;
      opacity: 0.7;
      transition: opacity 0.3s ease;
    }
    .btn-share:hover, .btn-close-custom:hover {
      opacity: 1;
      cursor: pointer;
    }

    
    .gallery-container {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

   
    /* .main-image-container img {
      width: 750px;
      max-width: 100%;
      height: 600px;
      max-height: 80vh;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 0 25px rgba(255,255,255,0.2);
      user-select: none;
    } */

    
    .nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.15);
      border: none;
      color: white;
      font-size: 3rem;
      width: 60px;
      height: 100px;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: background 0.3s ease;
      user-select: none;
      z-index: 9999;
      box-shadow: 0 0 10px rgba(255,255,255,0.3);
    }
    .nav-btn:hover {
      background: rgba(255, 255, 255, 0.5);
    }
    .nav-prev {
      left: -20px; 
    }
    .nav-next {
      right: -20px; 
    }

    .thumbnails {
      margin-top: 1.2rem;
      display: flex;
      justify-content: center;
      gap: 16px;
      overflow-x: auto;
      padding-bottom: 0.6rem;
      scrollbar-width: none;
    }
    .thumbnails::-webkit-scrollbar {
      display: none;
    }
    .thumbnails img {
      width: 90px;
      height: 90px;
      border-radius: 8px;
      object-fit: cover;
      cursor: pointer;
      opacity: 0.65;
      border: 3px solid transparent;
      transition: opacity 0.3s ease, border-color 0.3s ease;
      flex-shrink: 0;
      user-select: none;
      box-shadow: 0 0 8px rgba(0,0,0,0.2);
    }
    .thumbnails img.active,
    .thumbnails img:hover {
      opacity: 1;
      border-color:burlywood;
      box-shadow: 0 0 12px burlywood;
    }

    .modal-footer {
      border-top: none;
      margin-top: 1.2rem;
      color: #d1d1d1;
      display: flex;
      justify-content: space-between;
      font-size: 1.1rem;
      font-weight: 500;
      padding: 0 0.5rem;
      user-select: none;
    }

    .main-image-container img {
  width: 750px;
  max-width: 100%;
     height: 100%;
    max-height: 90vh;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(255,255,255,0.2);
  user-select: none;
  
  
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: translateX(0);
  position: relative;
}
.main-image-container img.fade-out {
  opacity: 0;
  transform: translateX(-20px);
}
.main-image-container img.fade-in {
  opacity: 1;
  transform: translateX(0);
}


 .gallery-modal-btn{
  position: absolute;
  right: 10%;
  bottom: 5%;
 }

 .gallery-modal-btn .btn-gallery{
  background-color: #e9e8e6;
  color: black;
  border-radius: 20px;
  padding: 10px 20px;
 }

 .modal-title{
  color: white;
  font-family: "Playfair Display", serif;
 }


 #openDivBtn {
            font-size: 16px;
            cursor: pointer;
        }

        /* Gizli div stili */
        #counterDiv {
            display: none;
            margin-top: 20px;
            padding: 20px;
            border: 1px solid #ccc;
            width: 250px;
            background-color: #f9f9f9;
            border-radius: 5px;
            position: absolute; /* ekrana göre konum */
            z-index: 1000;
        }

        .counter {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            align-items: center;
        }

        .counter button {
           width: 35px;
    height: 35px;
    font-size: 22px;
    cursor: pointer;
    padding: 1px;
    position: relative;
        }

        .counter span {
            font-size: 16px;
            margin: 0 10px;
            min-width: 20px;
            text-align: center;
        }

      
        #counterDiv label{
          color: black;
          font-weight: 600;
        }





  #loadingOverlay {
    visibility: hidden;  /* Başlangıçta gizli */
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); /* Buz gibi şeffaf */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

/* Overlay gösterildiğinde */
#loadingOverlay.show {
    visibility: visible;
    opacity: 1;
}

/* Loading yazısı */
#loadingText {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/* Noktalar animasyonu */
#dots::after {
    content: '';
    animation: dotsAnim 1s steps(3, end) infinite;
}

@keyframes dotsAnim {
    0%, 20% { content: ''; }
    40% { content: '.'; }
    60% { content: '..'; }
    80%, 100% { content: '...'; }
}

.paragraf-content-main p {
    color: #9ca3af;
    font-size: 14px;
    margin: 30px 0;
}
       

.datepicker-cell.selected, .datepicker-cell.selected:hover {
    background-color: #1a2b49 !important;
    color: #fff;
    font-weight: 600;
}

.datepicker-cell.today:not(.selected) {
    background-color: #1a2b4991 !important;
}
