/* Navbar styling */
.navbar-brand img {
  transition: transform 0.3s ease;
}

.navbar-brand img:hover {
  transform: scale(1.1);
}

.nav-link {
  font-size: 1rem;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #007bff;
}

.dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* Four Cards */

#from-price {
  color: #f53;
  font-weight: bolder;
  float: inherit;
  font-size: 1.1rem;
  line-height: 2.8rem;
}

#star {
  margin-right: 0px;
  color: #ffd938;
}

#forth-card-title {
  color: #551606;
}

/* Four Cards */

/* Check-Icon-Genel */
.fa {
  margin-right: 0.625rem;
}

#green-check {
  color: green;
}

#red-x {
  color: red;
}

#genel-p {
  padding-top: 0.8rem;
  font-size: 0.9rem;
  color: #808080;
}

.card-text-list {
  padding-left: 0rem;
  list-style-type: none;
}

#solid-description {
  border-top: 1px solid #bbb;
  margin-top: 2rem;
}

#capraz-title {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-weight: 300;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#click-inline-red {
  color: red;
  font-weight: bolder;
}

/* Turlar ve Anasayfa Free Cancellation, Payment at the Office, Call Us */

#icon-aciklama {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6d7688;
}

#three-items-margin {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

#three-items {
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
}

.fa-circle {
  color: #f53;
}

/* Turlar ve Anasayfa Free Cancellation, Payment at the Office, Call Us */

/* Check-Icon-Genel */

/* Reservation */

#sticky-reserve {
  width: 100%;
  height: 3rem;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #0056b3, #007bff);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: white;
  border: none;
  text-align: center;
  position: relative;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

#sticky-reserve a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
}

#sticky-reserve a i {
  margin-right: 0.5rem;
}

#sticky-reserve:hover {
  background: linear-gradient(135deg, #007bff, #0056b3);
}

#reservation-box {
  background-color: #1a2b49;
  color: #ffffff;
  padding: 0.8rem;
}

#gonder {
  text-align: center;
  border-radius: 3rem;
}

#isim-form {
  padding-top: 1.3rem;
}

#price-tag-product {
  float: right;
  font-size: 0.9rem;
}

#price-tag-title {
  margin-top: 1rem;
  font-weight: bold;
}

#per-person {
  font-size: 1rem;
}

#nopayment {
  font-style: italic;
  font-size: 0.8rem;
}

.iti__country-name {
  color: #000;
}

.iti.iti--allow-dropdown {
  display: flex;
}

/* Reservation */

/* footer */

.footer a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #007bff;
}

.footer {
  background-color: #1a2b49;
  color: white; /* Metin rengini değiştirin */
}

.footer .row > div {
  padding-bottom: 35px;
}

/* footer */

/* contact page */
#contact-jumbo {
  background-color: #f2bfd5;
}

#contact-jumtext {
  text-align: center;
}

#contact-jumbody {
  background-color: #ffffff;
  width: %100;
}

#contact-body {
  align-items: center;
  border: 0rem;
}

#contact-link {
  color: black;
}
/* contact page */

/* packages */

#download-bro {
  float: right;
  margin-top: 1rem;
}

.item-baslik-paket {
  font-weight: 300;
}

#important-card-package {
  background: #b0c4de;
}

/* packages */

a.card-new-window {
  text-decoration: none;
}

a.card-new-window {
  text-decoration: none;
  color: black;
}

#home-heading1 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

#home-more {
  min-width: 320px;
  margin: 2rem;
  align-items: center;
}

#success-page {
  background-image: linear-gradient(
    174.2deg,
    rgba(255, 244, 228, 1) 7.1%,
    rgba(240, 246, 238, 1) 67.4%
  );
}

#check {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
}

.card-empty {
  border-style: none;
}

/* video-slider */

#video-slider video {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  #video-slider video {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1200px) {
  #video-slider video {
    width: 100%;
    height: auto;
  }
}

/* Instagram logosu */

.instagram-icon {
  font-size: 24px; /* Simge boyutu */
  background: linear-gradient(
    135deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
  background-clip: text; /* Standart özellik */
  -webkit-background-clip: text; /* WebKit tarayıcılar için */
  -webkit-text-fill-color: transparent; /* Metni şeffaf yapar */
  display: inline-block;
}

/* Instagram logosu */

/* Popüler Ürünler Başlığı Stili */
.populer-urunler {
  font-family: 'Lato', sans-serif; /* Daha modern bir yazı tipi */
  font-size: 1.5rem; /* Daha küçük bir başlık boyutu */
  font-weight: 400; /* Kalın yazı */
  color: #2c3e50; /* Daha sofistike bir koyu mavi tonu */
  text-align: center; /* Ortalanmış metin */
  margin: 20px 0; /* Üst ve alt boşluk */
  text-transform: uppercase; /* Büyük harf yap */
  letter-spacing: 1px; /* Daha az harf aralığı */
  position: relative; /* Pseudo element için gerekli */
  padding-bottom: 10px; /* Alt kısımda boşluk */
  transition: color 0.3s ease; /* Geçiş efekti */
}

.populer-urunler::after {
  content: ''; /* Boş içerik */
  display: block; /* Çizgi olarak görünecek */
  width: 150px; /* Çizgi genişliği */
  height: 3px; /* Çizgi kalınlığı */
  background-color: #2c3e50; /* Çizgi rengi */
  margin: 0 auto; /* Ortalamak için */
  margin-top: 8px; /* Metinle çizgi arasında boşluk */
  border-radius: 5px; /* Yuvarlatılmış köşeler */
}

/* Hover efekti */
.populer-urunler:hover {
  color: #34495e; /* Hafif renk değişimi */
}

.populer-urunler:hover::after {
  background-color: #34495e; /* Çizgi rengi değişimi */
}

.info-box-new {
  background-color: #f8f9fa; /* Hafif gri arka plan */
  border-left: 5px solid #007bff; /* Sol tarafta mavi vurgulu çizgi */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
  color: #333; /* Koyu gri yazı */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.info-box-new p {
  margin-bottom: 0; /* Paragraflar arasında ekstra boşluk olmasın */
}

.info-box-new strong {
  font-size: 1.25rem; /* Başlık için hafif büyütme */
  color: #007bff; /* Mavi renk */
}

section.bg-info {
  background: linear-gradient(135deg, #17a2b8, #1d809f);
  color: white;
}
section.bg-info h1 {
  font-size: 2.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
section.bg-info p {
  font-size: 1.1rem;
  line-height: 1.8;
}
