@font-face{
  font-family: 'capitana-black-italic';
  src:  url(../fonts/capitana.otf) format('OpenType');
}
@font-face{
  font-family: 'diana-webber-script';
  src:  url(../fonts/diana-webber-script.otf) format('OpenType');
}
.footer{
 background-color: #D7D5CA;
}
body{
 background-color: #D7D5CA;
 color: #66332b;
}

.my-float{
 margin-top:16px;
}
a
{
 color: #66332b !important;
}
.submenu
{
 background-color: #66332b !important;
}
.slicknav_nav
{
 background-color: #D7D5CA !important;
}
.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar
{
 background-color: #66332b !important;
}
.mobile_menu .slicknav_menu .slicknav_nav .slicknav_arrow
{
  color: #66332b !important;
}
.header-sticky.sticky-bar
{
 background-color: #D7D5CA;
}
.tabulation-2 .nav-pills .nav-item .nav-link.active {
  background-color: #47231d;
}
.header-btn
{
 background: rgb(71 71 71 / 10%);
}
a:hover
{
 color:  white !important;
}


@font-face{
  font-family: 'GOGOIA-Deco';
  src:  url(../fonts/GOGOIA-Deco.otf) format('OpenType');
}

@font-face{
  font-family: 'Gerhaus-Regular';
  src:  url(../fonts/Gerhaus-Regular.ttf) format('TrueType');
}
.heading-section .subheading{
  color: #abaa9f;
}
h1, h2, h3, h4, h5, h6 {
  color: white;
  font-family: "Gerhaus-Regular" !important;
}

.main-header .main-menu ul li {
  padding: 10px;
}

.main-header .main-menu ul li a{
  padding: 10px;
}
.randevuAl {
  background-color: #66332b;
  color: white !important;
  border-radius: 5px;
}

.randevuAl:hover{
  background: white; 
  color: #66332b !important;
}
pre{
  background: transparent;
  border: none;
font-weight: normal;
font-style: normal;
font-size: 16px;
font-family: unset !important;
color: #66332b;
  white-space: pre-wrap; /* Enter ve boşlukları korur */
  word-wrap: break-word; /* Çok uzun kelimeleri satır sonundan kırar */
  overflow-wrap: break-word; /* Yeni CSS standardı */
}
footer {
  font-size: 16px;
}