p {
    font-size: clamp(15px, 0.833vw, 22px) !important;

  }
  h4, .h4, h5, .h5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .main-menu .main-menu__left .main-menu__nav .main-menu__list > li > a, .main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list > li > a {
    font-size: clamp(20px, 1.094vw, 24px) !important;
  }
    .main-menu .main-menu__left {
    gap: 35px !important;
  }
  .title-banner .banner-area {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    padding: 0px !important;
    margin-top: -129px !important;
    background: #cb252c !important;
    color: aliceblue !important;
    margin-bottom: 70px !important;
  }

.blog-video-sec .video-block {
    position: relative;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.thumbnail-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;

}
.hotel-detail-sidebar .detail-title {
  border-radius: 10px 10px 0 0;
  background: rgb(111, 181, 255) !important;
    background-color: rgb(111, 181, 255);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
  padding: 16px 32px;

}
.p-24 {
  padding: clamp(6px, 1.25vw, 18px) !important;
}
.text-red {
  --bs-text-opacity: 1;
  color: rgb(255, 0, 0) !important;
}
h1, .h1 {
  font-size: clamp(20px, 3.177vw, 42px) !important;

}
hr {

  padding: 10px !important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
  display: none;
}
.cus-btn-2.btn-sec {

  border: 1px solid #ffffff00 !important;
  background: rgb(203, 37, 44) !important;
  color: #fff !important;

}

.cus-btn-3.btn-sec {
  padding: clamp(10px, 0.83vw, 24px);
  border-radius: 10px;
  border: 1px solid #ffffff00 !important;
  background: rgb(3, 109, 26) !important;
  color: #fff !important;
  box-shadow: none;
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(10px, 0.95vw, 24px);
  font-weight: 600;
}
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 1000;
    display: none; /* İlk başta gizli */
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cookie-consent a {
    color: #4CAF50;
    text-decoration: underline;
}

.cookie-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.cookie-button:hover {
    background-color: #45a049;
}
/* Mobil cihazlar için ek stil */
@media (max-width: 600px) {
    .cookie-consent {
        padding: 10px; /* Mobilde padding'i küçült */
        flex-direction: column; /* Mobilde içeriği dikey hizala */
    }

    .cookie-consent p {
        margin-bottom: 10px; /* Mobilde metin ile buton arasına boşluk ekle */
        text-align: center; /* Metni yatayda ortala */
    }

    .cookie-button {
        width: 100%; /* Mobilde butonun genişliğini tam yap */
        padding: 8px 16px; /* Mobilde buton padding'ini küçült */
    }
}