.contact input {
    background: #fff;
    border: 1px solid #D6C1A7;
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #D6C1A7;
    font-size: 16px;
    height: 60px;
    padding: 10px;
    width: 100%;
    margin: 20px 0px;
    font-family: 'poppins', sans-serif;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact input:focus {
    background: #fff;
    border: 1px solid #6B4F3B;
    color: #6B4F3B;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}


.form-control::placeholder {
    color: #D6C1A7;
    opacity: 1;
}

.btn-contact-bg {
    border-radius: 30px;
    color: #fff;
    outline: medium none !important;
    padding: 15px 27px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #D6C1A7;
    font-family: 'poppins', sans-serif;
    cursor: pointer;
    width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #6B4F3B;
    color: #fff;
}

/*START ADDRESS*/

.single_address {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 40px;
}

@media only screen and (max-width:768px) {
    .single_address {
        padding-left: 0px;
    }
}

.single_address i {
    background: #D6C1A7;
    color: #6B4F3B;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-right: 14px;
    font-size: 22px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single_address:hover i {
    background: #6B4F3B;
    color: #F5F5F0;
}

.single_address h4 {
    font-size: 18px;
    margin-bottom: 0px;
    overflow: hidden;
    font-weight: 600;
}

.single_address p {
    overflow: hidden;
    margin-top: 5px;
}

.section-title h1 {
    font-size: 44px;
    font-weight: 500;
    margin: 50px 0px;
    color: #6B4F3B;
    position: relative;
    text-transform: capitalize;
}
.section-title b {
    color: #6B4F3B;
}
.section-title p {
    padding: 0 10px;
    width: 70%;
    margin: auto;
    letter-spacing: 1px;
}
.section-title {
    margin-bottom: 60px;
}
.text-center {
    text-align: center!important;
}
nav.navbar.navbar-expand-lg.bg-body-tertiary {
    background-color: #F5F5F0!important;
}
a.nav-link {
    font-size: 22px;
    color: #6B4F3B;
    padding: 0 14px!important;
    transition: 0.5s;
}
button.btn.btn-danger {
    color: #fff;
    border-color: #6B4F3B;
    background-color: #6B4F3B;
    font-size: 18px;
    margin: -4px 0px;
    transition: 0.5s;
    padding: 8px 35px;
}
button.btn.btn-danger:hover {
    color: #6B4F3B;
    border-color: #D6C1A7;
    background-color: #D6C1A7;
}
a.nav-link:hover {
    font-size: 22px;
    color: #D6C1A7;
    padding: 0 14px!important;
}
#carouselExampleDark,
#carouselExampleDark .carousel-inner,
#carouselExampleDark .carousel-item {
  height: 750px;
}

#carouselExampleDark .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#carouselExampleDark .carousel-caption {
  bottom: 60px;
  background: rgba(0, 0, 0, 0.4); /* daha okunur olsun diye arkaplan */
  padding: 20px;
  border-radius: 8px;
  color: white;
}
.page-section {
  padding: 6rem 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}
.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.card {
    width: 17rem!important;
    margin-bottom: 20px;
}
img.galeri {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 50px 0px;
    border-radius:10px;
    cursor: pointer;
}
.show {
    display: none;
    position: fixed; /* Değiştirildi */
    z-index: 1050; /* Bootstrap modal z-index'ine yakın tut */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.show .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.show .img-show {
    width: 90%;
    max-width: 800px;
    height: auto;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1060;
}

.img-show span {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1061;
}

.img-show img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1060;
}

i.bi.bi-x-circle-fill {
    color: #D6C1A7;
}
body{
    font-family: "Poppins", sans-serif;
}
.wrapper {
  max-width: 100%;
  margin: 50px auto;
}

.speechbubble {
  background-color: #6B4F3B;
  color: #F5F5F0;
  font-size: 0.8em;
  line-height: 1.75;
  padding: 30px 25px;
  margin-bottom: 50px;
  border-right: 5px solid #D6C1A7;
  position: relative;
}

/* Sağ ok (sağdan çıkan balon) */
.speechbubble::after {
  content: '';
  position: relative;
  bottom: -45px;
  left: 150px;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #6B4F3B transparent;
  display: block;
  width: 0;
  margin-top: -30px;
}

/* Alıntı işareti */
.speechbubble p::before {
  content: "“";
  font-family: Georgia;
  font-size: 40px;
  line-height: 0;
  display: inline-block;
}

/* Kullanıcı adı */
.username {
  display: inline;
  font-style: italic;
  float: right;
}

.username::before {
  content: '- ';
}
