.bg-color-siyah { background: var(--color-siyah); }
.bg-color-ana { background: var(--color-dogal-yesil); }
.bg-color-altin { background: var(--color-gunes-altin); }
.bg-color-kahve { background: var(--color-koyu-kahve); }
.bg-color-bej { background: var(--color-sakin-bej); }
.bg-color-mavi { background: var(--color-havuz-mavi); }

.text-color-beyaz { color: var(--color-beyaz); }
.text-color-koyu-kahve { color: var(--color-koyu-kahve); }
.text-color-ana { color: var(--color-dogal-yesil); }
.text-color-altin { color: var(--color-gunes-altin); }
 
 

h1,.h1{
    font-size:27px;
    line-height:28px;
    color: #062C41;
}
h2,.h2{
    font-size:24px;
    line-height:26px;
    color: #062C41;
}
h3,.h3{
    font-size:22px;
    line-height:24px;
    color: #062C41;
}
h4,.h4{
    font-size:19px;
    line-height:21px;
    color: #062C41;
}
h5,.h5{
    font-size:17px;
    line-height:19px;
    color: #062C41;
} 
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a{
    color:inherit;
    -webkit-transition:0.5s;
    transition:0.5s
}
a{ 
    -webkit-transition:0.3s;
    transition:0.3s
}

p{
    font-size:16px;
    line-height:24px;
    font-weight:400; 
    margin:0 0 10px; 
}
 

.fa-facebook-color{color: var(--color-facebook) !important;}
.fa-twitter-color{color: var(--color-twitter) !important;}
.fa-instagram-color{color: var(--color-instagram) !important;}
.fa-youtube-color{color: var(--color-youtube) !important;}

.social-share li:hover .fa-facebook-color,
.social-share li:hover .fa-twitter-color,
.social-share li:hover .fa-instagram-color,
.social-share li:hover .fa-youtube-color
{color: #fff}

.section-padding {
    position: relative;
    padding: 30px 0px;
}
.section-padding2 {
    position: relative;
    padding: 50px 0px;
} 
.section-padding3 {
    position: relative;
    padding: 80px 0px;
} 

.height-x8, .height-x8 img {
    width: 100%;
    height: 530px !important;
}
.height-x7, .height-x7 img {
    width: 100%;
    height: 510px !important;
}
.height-x6, .height-x6 img {
    width: 100%;
    height: 450px !important;
}
.height-x5, .height-x5 img {
    width: 100%;
    height: 400px !important;
}
.height-x4, .height-x4 img {
    width: 100%;
    height: 350px !important;
}
.height-x3, .height-x3 img {
    width: 100%;
    height: 300px !important;
}
.height-x2, .height-x2 img {
    width: 100%;
    height: 250px;
}
.height-x1, .height-x1 img {
    width: 100%;
    height: 180px;
}
.height-x8 img,
.height-x8 video,
.height-x7 img,
.height-x7 video,
.height-x6 img,
.height-x6 video,
.height-x5 img,
.height-x5 video,
.height-x4 img,
.height-x4 video,
.height-x3 img,
.height-x3 video,
.height-x2 img,
.height-x2 video,
.height-x1 img,
.height-x1 video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.w-70 {
    width: 70% !important; 
}   
a.max-btn,
button.max-btn {
    text-align: center; 
    display: inline-block;
    height: 38px;
    line-height: 40px;
    color:#fff;
    background: var(--color-turkuaz);
    padding: 5px 30px;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: 0.4s;
    transition: 0.4s; 
    border: 0 none; 
    border-radius: 0px; 
    position: relative;
    z-index: 1;
    cursor: pointer; 
    letter-spacing: 0.1px; 
    border-radius: 5px;
}
 

a.max-btn i,
button.max-btn i {
    padding-left: 6px;
    position: relative;
    font-size: 14px
}

a.max-btn:hover:after,
button.max-btn:hover:after {
    left: 0;
    width: 100%;
}

a.max-btn.btn-large,
button.max-btn.btn-large {
    height: 40px;
    line-height: 40px;
    padding: 0 50px !important;
    font-size: 17px;
}

a.max-btn.btn-large i,
button.max-btn.btn-large i { 
    padding-left: 10px
}

a.max-btn.btn-medium,
button.max-btn.btn-medium {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 17px;
}
 
a.max-btn.btn-small,
button.max-btn.btn-small {
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    font-size: 16px;
}
 
 
a.max-btn.btn-primary,
button.max-btn.btn-primary {
    background: var(--color-koyu-kahve2);
    color: var(--color-beyaz);
    font-weight: 400; 
}

a.max-btn.btn-primary:hover,
button.max-btn.btn-primary:hover {
    color: var(--color-beyaz);
    background: var(--color-gunes-altin);
    border:1px solid var(--color-beyaz);
}  


a.max-btn.btn-secondary,
button.max-btn.btn-secondary {
    background: var(--color-kirmizi); 
    color: var(--color-beyaz);
    font-weight: 400;
}

a.max-btn.btn-secondary:hover,
button.max-btn.btn-secondary:hover {
    color: var(--color-mor);
    background: var(--color-mor);
    border:1px solid var(--color-beyaz);
}  
 
a.max-btn.btn-uruncu,
button.max-btn.btn-uruncu {
    background: var(--color-kirmizi);
    color: var(--color-beyaz);
    font-weight:400; 
}

a.max-btn.btn-uruncu:hover,
button.max-btn.btn-uruncu:hover {
    color: var(--color-beyaz);
    background: var(--color-acik-mavi);
    border:1px solid var(--color-beyaz);
}  

a.max-btn.btn-curved,
button.max-btn.btn-curved {
    border-radius: 10px 5px
}

a.max-btn.btn-curved:hover,
button.max-btn.btn-curved:hover {
    border-radius: 5px 10px;
    color: #fff;
}

a.max-btn.btn-curved2,
button.max-btn.btn-curved2 {
    border-radius: 5px 10px
}

a.max-btn.btn-curved2:hover,
button.max-btn.btn-curved2:hover {
    border-radius: 10px 5px
}


a.max-btn.btn-border,
button.max-btn.btn-border {
    background-color: transparent;
    border: 1px solid var(--color-beyaz);
    color: var(--color-beyaz) ;
    width: auto;
    padding: 10px 20px;
    position: relative; /* Parent container relative positioning */
    display: inline-flex;
    align-items: center; /* Vertical centering */,
    text-align: right;
}
a.max-btn.btn-border:hover,
button.max-btn.btn-border:hover {
    background-color: var(--color-koyu-kahve);
    border-color: var(--color-koyu-kahve);
    color: var(--color-beyaz) ;
}
.btn-border span {
    padding: 0 56px;
    padding-right: 10px; 
    font-weight: 500;
}
.btn-border i {
    position: absolute;
    right:  -18px; /* Adjust this value as needed to move the icon half outside */
    font-size: 30px !important; 
}
.btn-border2 {
    border: 1px solid var(--color-lighten01) !important;
    color: var(--color-koyu-kahve) !important;
} 
.btn-border2:hover {
    border: 1px solid var(--color-koyu-kahve) !important;
    color: var(--color-beyaz) !important;
} 
.btn-border2:hover i{ 
    color: var(--color-koyu-kahve) !important;
} 

.max-btn-link {  
    font-size: 16px;
    color: var(--color-antrasit);
    padding-bottom: 2px;
    border-bottom: 2px solid var(--color-kirmizi); 
    line-height: 1.33;
    font-weight: 700;
    letter-spacing: 0.8px;
}
.max-btn-link i{  
    position: relative;
    top: 1px;
    margin-left: 5px;
    color: var(--color-kirmizi); 
}


.whatsapp_siparis {
    width: auto;
    background-color: #128c7e !important; 
    color: #fff !important; 
} 
.btn-link {
    font-size: 16px !important;
    line-height: 32px;
    font-weight: 600 !important;
    display: inline-block;
    white-space: nowrap;
    text-decoration: underline;
    color: var(--color-kirmizi);

}



    @font-face {
      font-family: 'fontello';
      src: url('../webfonts/fontello.eot?94952771');
      src: url('../webfonts/fontello.eot?94952771#iefix') format('embedded-opentype'),
           url('../webfonts/fontello.woff?94952771') format('woff'),
           url('../webfonts/fontello.ttf?94952771') format('truetype'),
           url('../webfonts/fontello.svg?94952771#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
  font-display: swap;
    }
    .sosyal-icon {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
     
      display: inline-block;
      text-decoration: inherit; 
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }

.fas, /* solid için */
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 6 Light';
  font-style: normal;
  font-weight: 300; /* Hafif için genelde 300 */
  font-display: swap;
  src: url("../webfonts/fa-light-400.woff2") format("woff2"), 
       url("../webfonts/fa-light-400.ttf") format("truetype"); 
}

.fa-light {
  font-family: 'Font Awesome 6 Light';
  font-weight: 300;
   font-style: normal !important;
}

 
.fab,
.fa-brands {
  font-weight: 400; }
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}
.fa-play:before{content:"\f04b"}   
.fa-facebook:before {
  content: "\f09a"; }
.fa-instagram:before {
  content: "\f16d"; }
.fa-whatsapp:before {
  content: "\f232"; }
.fa-youtube:before {
  content: "\f167"; }
.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}
.fa-map-marker:before{content:"\f041"}
.fa-long-arrow-left::before {
  content: "\f177"; }
.fa-long-arrow-right::before {
  content: "\f178"; }
.fa-angle-left::before {
  content: "\f104"; }
.fa-angle-right::before {
  content: "\f105"; } 
.fa-angle-down::before {
  content: "\f107"; }
.fa-angle-up::before {
  content: "\f106"; }
.fa-phone::before {
  content: "\f095";
  font-size: 15px; }
.fa-envelope::before {
  content: "\f0e0"; }
.fa-paper-plane::before {
  content: "\f1d8"; }
.fa-bars::before {
  content: "\f0c9"; }
.fa-x::before {
  content: "\58"; }  
 .fa-shop::before {
  content: "\f54f"; }
.fa-file-pdf::before {
  content: "\f1c1"; }
.fa-magnifying-glass::before {
  content: "\f002"; }
.fa-building::before {
  content: "\f1ad"; }
 .fa-bed::before {
  content: "\f236"; }

 
.shape-group li {
    position: absolute;
    z-index: -1;
}
.shape-group li  { 
    box-shadow: none !important;
}
.shape-group li.shape-1 {
    left: -40px; 
    top: -40px;
}
.shape-group li.shape-2 {
    right:  -10px;
    bottom: -60px;  
}
.shape-group li.shape-2 img {
    width: 158px;
    height: 174px;
}
.shape-group li.shape-3 img{
    width: 174px;
    height: 174px;
    box-shadow: none !important;
}
.shape-group li.shape-4 {
    right:  -10px;
    top: -60px;  
}


@-webkit-keyframes shapeupbounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes shapeupbounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
 
.shapeupbounce {
  -webkit-animation: shapeupbounce 3s ease-in-out 0s infinite alternate;
  animation: shapeupbounce 3s ease-in-out 0s infinite alternate;
} 
 

@-webkit-keyframes shapeleftbounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}

@keyframes shapeleftbounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
 
.shapeleftbounce {
  -webkit-animation: shapeleftbounce 3s ease-in-out 0s infinite alternate;
  animation: shapeleftbounce 3s ease-in-out 0s infinite alternate;
} 


 
@keyframes rotateIt {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
 
.rotate-element {
  animation: rotateIt 11s linear infinite; 
}

   



.back-koyu-kahve{background: var(--color-koyu-kahve);}
.back-havuz-mavi{background: var(--color-havuz-mavi);}
.back-gunes-altin{background: var(--color-gunes-altin);}
.back-krem{background: var(--color-krem);}
.back-krem2{background: var(--color-krem2);}

 





.rezervasyon-baslik {
  font-family: var(--font-Playfair);
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--color-antrasit)
}
.rezervasyon-aciklama { 
    font-size:15px;
    font-weight: 400;
    line-height: 24px; 
    color: var(--color-antrasit); 
}

 


#elektraweb-widget-area {
    height: 140px;
    z-index: 1000000;
    position: relative;
    background: var(--color-krem) !important;
    padding:0px 0px 60px 0px; 
}

.elektraweb-widget { 
  margin: 0 auto !important;
    box-shadow: none !important;  
    background: var(--color-krem) !important;
    height: 140px;

}

.elektraweb-formGroup input, .elektraweb-formGroup select, #guestSummary {  
    background: #fff !important;
    color: var(--color-koyu-kahve) !important;
    padding-left: 10px !important;
    padding-right:  10px !important;
}

 #guestSummary { 
  margin-top: 2px; 
    border-radius: 10px;
    height: 35px;
    display: block;
    line-height: 35px;
}


button#widgetSubmit { 
    border:none !important;
    height: 50px !important; 
    background-color: var(--color-koyu-kahve) !important; 
    font-size: 15px !important;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;

}






.rooms-page #hr_search_widget {
    background-image: none;
    box-shadow: none;
    margin-bottom: 20px;
}
.rooms-page #hr_search_widget .hr_container {
    height: auto !important
}

.rooms-page #hr_search_widget .col-lg-6  {
    width: 68% !important;
    max-width: 68% !important; 
} 
 
.rooms-page #hr_search_widget .col-lg-4  {
    width: 32% !important;
    max-width: 32% !important; 
} 
.rooms-page #hr_search_widget .col-lg-2 {
    width: 100% !important;
    max-width: 100% !important; 
    margin-top: 10px;
} 















 




 





.hakkimizda-stil-1{
  position: relative; 
  height: auto;
  overflow: hidden; 
  font-family: var(--font-Montserrat); 
  background-image: url(../img/bg-patten.png);
  background-position: bottom left;
  background-repeat: repeat-y;
  background-size: 20% auto; 
  padding-bottom: 40px !important
}
 
.hakkimizda-stil-1 .about-image-gallery {
    height: auto; 
    overflow: hidden;
    position: relative;  
}

.hakkimizda-stil-1 .about-image-gallery .main-img-1 {
    width: 100%;
    height:560px;
    object-fit: cover;
    border: 3px solid var(--color-krem);
    overflow: hidden;
     border-radius: 30px 5px 30px 5px;
}

.hakkimizda-stil-1 .about-image-gallery .main-img-2 {
    width: 100%;
    height: 200px;
    border: 3px solid var(--color-krem);
     position:relative;  
     margin-top: -30px;   
    overflow: hidden;
     border-radius: 30px 5px 30px 5px;
}

.hakkimizda-stil-1 .about-image-gallery .main-img-3 {
    width: 80%;
    height: 380px;
    border: 3px solid var(--color-krem);
     position:relative; 
     margin-top:70px;  
    overflow: hidden; 
     border-radius: 30px 5px 30px 5px;
    right: 0px;
    float: right;
}

.hakkimizda-stil-1 .about-image-gallery .main-img-1 img,
.hakkimizda-stil-1 .about-image-gallery .main-img-2 img,
.hakkimizda-stil-1 .about-image-gallery .main-img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

 
 

.hakkimizda-stil-1 .max-content {
    color: #fff;
} 

.hakkimizda-stil-1 .section-title .pre-title {
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: var(--font-Playfair);
    color: var(--color-gunes-altin); 
}

.hakkimizda-stil-1 .title {  
    font-size: 58px;
    line-height: 64px;
    text-align: left;
    font-weight: 200;
    text-transform: capitalize;
    letter-spacing: 2px; 
    font-style: italic;
    font-family: var(--font-Playfair);
    margin-bottom: 20px; 
    color: var(--color-krem);
}

.back-krem.hakkimizda-stil-1 .title {
    color: var(--color-koyu-kahve2);
}
.back-krem.hakkimizda-stil-1 .max-content {  
    color: var(--color-koyu-kahve);
}






.hakkimizda-stil-4 {
    position: relative;
    width: 100%;
    height: 100%;
}
 

.hakkimizda-stil-4 .thumbnail-1 {
    text-align: left;
    width: 94%;
    height: 280px;
}
.hakkimizda-stil-4 .thumbnail-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:20px 20px 0 20px;
    box-shadow: rgba(27,30,30,0.6) 0px 5px 12px; 
    position: relative;z-index: 99;
}

.hakkimizda-stil-4 .thumbnail-2 {
    margin-top: 30px;
    width: 94%;
    height: 240px;
}
.hakkimizda-stil-4 .thumbnail-2 img {
    border-radius: 20px 0 40px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(27,30,30,0.6) 0px 5px 12px; 
}

.hakkimizda-stil-4 .thumbnail-3 {
    margin-top: 0px;
    margin-left: 10px;
    text-align: left;
    width: 94%;
    height: 520px;
}
.hakkimizda-stil-4 .thumbnail-3 img {
    border-radius:30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(27,30,30,0.6) 0px 5px 12px; 
}
.hakkimizda-stil-4 .thumbnail-4 {
    text-align: left;
    width: 94%;
    height: 290px; 

}
.hakkimizda-stil-4 .thumbnail-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:20px 20px 0 20px;
    box-shadow: rgba(27,30,30,0.6) 0px 5px 12px; 
    position: relative;z-index: 99;
}
.hakkimizda-stil-4 {
  color: var(--color-sakin-bej)
}
 
 

.hakkimizda-stil-4 .max-content {
    color: #fff;
} 
.hakkimizda-stil-4 .max-content p{
    font-family: var(--font-Montserrat);
    font-size: 16px;
} 
.hakkimizda-stil-4 .section-title .pre-title {
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: var(--font-Playfair);
    color: var(--color-gunes-altin); 
}

.hakkimizda-stil-4 .title {  
    font-size: 58px;
    line-height: 64px;
    text-align: left;
    font-weight: 200;
    text-transform: capitalize;
    letter-spacing: 2px; 
    font-style: italic;
    font-family: var(--font-Playfair);
    margin-bottom: 40px; 
    color: var(--color-krem);
}



 .hakkimizda-kutu-2-dis {
    position: relative; 
}

.hakkimizda-stil-4 .yuvarlak {
    right:  -35px;
    z-index: -1;
    top: -30px;
    height: 120px !important;
    width: 120px !important;
    border-radius: 100% !important;
    background-color: var(--color-gunes-altin);
    position: absolute !important;
    opacity: 0.8
}

.hakkimizda-stil-4 .hakkimizda-video {
    position: absolute;
    bottom: 10px;
    left: -120px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(6px);
    padding: 32px 30px 20px;
    max-width: 420px; 
    -webkit-box-shadow: 2px 5px 12px rgba(27, 30, 30, 0.3);
    -moz-box-shadow: 2px 5px 12px rgba(27, 30, 30, 0.3);
    -ms-box-shadow: 2px 5px 12px rgba(27, 30, 30, 0.3);
    -o-box-shadow: 2px 5px 12px rgba(27, 30, 30, 0.3);
    box-shadow: 2px 5px 12px rgba(27, 30, 30, 0.3);
    z-index: 999;
    border-radius:10px;
    overflow: hidden;
}
.hakkimizda-stil-4 .hakkimizda-video h4 {
    color: var(--color-sakin-bej);
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom:  6px;
    padding-right: 50px;
    font-family: var(--font-Playfair);
}
.hakkimizda-stil-4 .hakkimizda-video span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    font-family: var(--font-Playfair);
}
.hakkimizda-stil-4 .hakkimizda-video span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 101px;
    height: 2px;
    background-color: var(--color-gunes-altin);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 24px;
}


.play-btn {
    display: inline-block; 
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 10px;
    position: relative;
    left: 148px;
    background-color: var(--color-gunes-altin);
    color: var(--color-sakin-bej);
    border-radius: 50%;
    cursor: pointer;
    font-size: 26px;
}







.max-ana-title-1 strong {
    font-size:40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px; 
    font-family: var(--font-MOD20);
    color: var(--color-koyu-kahve);
    margin-top: 0px;
} 
.max-ana-title-1.mavi-baslik strong {
    color: var(--color-koyu-kahve)
} 
.title strong {
  font-size: 15px;
    letter-spacing: 0px; 
    font-family: var(--font-Montserrat);
}
.max-ana-title-1-outer {
    overflow: hidden;
} 
.max-ana-title-1 .title {
line-height: 24px; 
  margin-top: 0px;
    font-size: 15px;
    color: var(--color-koyu-kahve);
}


 


.back-koyu-kahve .max-ana-title-1 strong {  
    color: var(--color-gunes-altin)
} 
.back-koyu-kahve .max-ana-title-1.mavi-baslik strong {
    color: var(--color-gunes-altin)
}  
.back-koyu-kahve .max-ana-title-1 .title { 
    font-size: 16px;
    color: var(--color-gunes-altin);
}




.spa-4-kart {
    display: block;
    border-radius: 8px;
    overflow: hidden; 
    height: auto;
}

.spa-4-resim {
    width: 100%;
    height: 100%;
    background-color: #d1b4a6;
    height: 320px;
    overflow: hidden;
}

.spa-4-resim1 {
    height: 320px;
}

.spa-4-resim2 {
    height: 260px;
}

.spa-4-resim a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #d1b4a6;
    height: 200px;
}

.spa-4-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.spa-4-resim:hover img {
    transform: scale(1.05);
}

 
.spa-4-detaylari {    
    flex: 1;    
    padding: 20px 0px;
    display: flex;
    flex-direction: column;    
    justify-content: space-between;    
}

/* 4. Başlık */
.spa-4-baslik {
    font-size: 20px;
    font-weight: 600;  
    margin-top: 0;
    margin-bottom: 12px;    
    color: var(--color-koyu-kahve);
}

/* 5. Kısa Açıklama (List) */
.spa-4-kisa-aciklama {
    list-style: none;
    padding: 0;
    margin-bottom: 20px; 
    font-size: 14px;  
    line-height: 22px;  
    color: #555;
    min-height: 130px;
}
    
 
.spa-4-etiketler {
    margin-bottom: 24px;
}

 
.spa-4-etiket {
    display: inline-block;
    background-color: var(--color-gunes-altin);
    color: var(--color-koyu-kahve);
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 14px;   
}

 
 
.spa-4-sure-etiketi {
    font-weight: bold;
    margin-right: 5px;
}

/* 10. Buton */
.spa-4-detay-buton {
    display: inline-block;
    background-color: var(--color-koyu-kahve);
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px; 
    transition: background-color 0.3s;
}

.spa-4-detay-buton:hover {
    background-color: var(--color-gunes-altin);
}




.spa-4-kart:hover .spa-4-detay-buton{
    background-color: var(--color-gunes-altin);
}


 
 



.mt-6 {
  margin-top: 100px;  
}
.max-kutu-7-block {  
    position: relative;
    overflow: hidden; 
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); 
    display: block; 
    border-radius: 5px; 
}

.max-kutu-7-block:hover {
    transform: scale(0.98);
    background: var(--color-gunes-altin);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

 
.max-kutu-7-image-container {
    position: relative;
    overflow: hidden;
}

 
.max-kutu-7-image-container img {
    display: block;
    width: 100%;
    height: auto;  
    border-radius: 5px; 
}

 
.max-kutu-7-content {
    padding: 20px;  
    color: white;
}

 
.number {
    font-size: 42px;   
    line-height: 1;
    color: white;
    font-style: italic;
    color: var(--color-koyu-kahve2); 
    font-family: var(--font-Playfair)
}
 
.max-kutu-7-block .title { 
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
    color: var(--color-koyu-kahve2); 
}


.max-kutu-7-block:hover .title { 
    color: var(--color-koyu-kahve); 
}


.max-kutu-7-block .description { 
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400;
    color: var(--color-koyu-kahve2); 
}







 


 





 





.spa-2-kart { 
    display: flex;
    border-radius: 8px;
    font-family: var(--font-ysabeau); 
    height: 240px; 
    border-bottom: 1px solid rgba(107,87,76,0.6);
    padding-bottom: 30px;
}

.spa-2-resim { 
    flex: 0 0 30%;
    background-color: #d1b4a6; 
    height: 100%; 
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.spa-2-resim a { 
    width: 100%;
    height: 100%;
    display: block; 
    border-radius: 8px;
}
.spa-2-resim img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.spa-2-detaylari-kapsayici {
    flex: 1;
    display: flex;
    padding: 20px;
}

.spa-2-temel-bilgi {
    flex: 2;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.spa-2-ek-bilgi {
    flex: 1;
    min-width:300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
}

.spa-2-baslik {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom:20px; 
    color: var(--color-koyu-kahve2);
}

.spa-2-kisa-aciklama {
    padding: 0;
    margin-bottom: 15px;
    font-size:15px;
    line-height: 30px;
    color: var(--color-koyu-kahve);
}
    
.spa-2-etiketler {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.spa-2-etiket {
    display: inline-block;
    background-color: var(--color-gunes-altin);
    color: var(--color-koyu-kahve);
    padding: 5px 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
}

.spa-2-sure {
    font-size: 18px;
    color: #333;
    margin-top: auto;
}

.spa-2-sure-etiketi {
    font-weight: bold;
    margin-right: 5px;
}

.spa-2-detay-buton {
    display: inline-block;
    background-color: var(--color-koyu-kahve);
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    transition: background-color 0.3s;
    width: 100%;
    margin-top: 10px;
}

.spa-2-detay-buton:hover {
    background-color:  var(--color-gunes-altin);
}









 
.parallax {
    background-image: url('../img/1.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 650px;
    position: relative;
}

.parallax-inner {
    width: 100%;
    height: 100%;
    padding: 0px;
    z-index: 999;
    display: flex;
    align-items: center; 
    justify-content: center;
}

.parallax-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.4) 80%);
    z-index: -1;
}

.parallax .content {
    width: 100%;
    height: 460px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    overflow: hidden;
}
.content-ust {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-family: var(--font-Montserrat);
    margin: 0;
    margin-bottom: 20px;
}
.parallax .content h1 {
    color: #fff;
    font-family: var(--font-MOD20);
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
    font-style: italic;
    font-weight: 400;
}

.parallax .content p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--font-Montserrat);
    margin: 0;
    margin-bottom: 20px;
}
.parallax-btn {
  display: inline-flex;  
  align-items: center;
  justify-content: space-around;
  padding: 10px 15px 10px 25px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff; 
  background: transparent;
  transition: 0.3s;
  font-weight:400;
}

.parallax-btn:hover {
  background: var(--color-koyu-kahve); 
  color: var(--color-sakin-bej);
}

.parallax-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;    
  height: 30px;   
  background: #fff;  
  color: #000;       
  border-radius: 50%;  
  margin-left: 10px;   
  transition: 0.3s;
}

.parallax-btn:hover .btn-icon {
  background: var(--color-sakin-bej);  
  color:  var(--color-koyu-kahve);       
}




.trwpwhatsappballon {
    width: 250px;
font-size: 14px;
border-radius: 12px; 
border: 1px solid #fff;
max-width: 250px;
display: none;
}
.trwpwhatsapptitle {
background-color: var(--color-dogal-yesil); 
color: white; 
padding: 20px; 
border-radius: 12px 12px 0px 0px;
text-align: center;
}
.trwpwhatsappmessage {
padding: 16px 12px;
background-color: white;
}
.trwpwhatsappinput {
background-color: white;
border-radius: 0px 0px 12px 12px;
padding-bottom: 10px;
}
.trwpwhatsappinput input {
width: 200px;
border-radius: 10px;
margin: 1px 1px 0px 10px;
padding:10px;
font-family: "Raleway", Arial, sans-serif;
font-weight: 300;
font-size: 13px;
background-color: #efefef;
border: 1px solid #d4d4d4;
}
.trwpwhatsappbutton {
    text-align: center;
background-color: var(--color-dogal-yesil); 
border-radius: 12px; 
padding: 8px 15px; 
cursor: pointer; 
color: #fff;
 width: 250px;
margin-top: 10px;
margin-bottom: 10px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.trwpwhatsappall {
position: fixed; 
z-index: 9999999999999999999; 
bottom: 0; 
right: 10px;
font-family: "Raleway", Arial, sans-serif;
font-weight: 300;
font-size: 15px;
}
.trwpwhatsappsendbutton {
  color: var(--color-dogal-yesil);
  cursor:pointer;
  font-size: 20px;
  background: transparent !important;
  border: none !important;
}
.trwpwhatsappsendbuttonbutton {border: none;}
.trwpwhatsappsendbutton button i {
float: right;
position: absolute;
z-index: 999999999999;
right: 23px;
top: 11;
bottom: 81px;
font-size: 18px !important;
}
.kapat {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
position: absolute;
right: 8px;
top: 6px;
font-size: 13px;
border: 1px solid #fff;
border-radius: 99px; 
color: white; 
cursor: pointer;
}








#breadcrumb {
    height: 210px;
    overflow: hidden;
    position: relative; 
background: 
        url('../img/shapes-1.png') repeat top right / contain, /* Resim Katmanı */
        linear-gradient(180deg, rgba(107, 87, 76, 1) 0%, rgba(107, 87, 76, 1) 100%) !important; /* Renk Katmanı */
}

 
#breadcrumb .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding-top:120px;
    height: 100%;
}
 
 .breadcrumb-info {
  width: 100%;
 }
 #breadcrumb .container .breadcrumb-info .bread-baslik {
  text-align: center;
     font-size: 20px;
     color: var(--color-gunes-altin);
     font-weight: 400;
     margin-bottom: 10px;
     line-height:22px;
     font-weight: 600;
     font-family: var(--font-ysabeau)
} 

 #breadcrumb .container .breadcrumb-info .bread-yazi {
  text-align: center;
     font-size: 16px;
     color: var(--color-krem);
     font-weight: 400;
     margin-bottom: 15px;
     line-height:34px; 
     font-family: var(--font-ysabeau)
} 
.bread-baslik i {
    margin-right: 6px;
     color: var(--color-krem);
}

.breadcrumb-separator {
    margin: 0 8px;
     color: var(--color-krem);
}
.fa-home:before{content:"\f015"}





















 





 .section-back1 {
    background: #ECE9DD;
} 
.section-back2 {
    background: #5C3434;
} 
 

.hakkimizda-sayfa-dis {
  position: relative;
  font-family: var(--font-Montserrat) }

.hakkimzida-slogan {
    color: var(--color-koyu-kahve);
}
.hakkimizda-sayfa-dis .max-img .img {
    width: 100%;
    height:540px;
    position: relative; 
    overflow: hidden; }
.hakkimizda-sayfa-dis .max-img .img2 {
    width: 100%;
    height:400px;
    position: relative; 
    overflow: hidden; }
.hakkimizda-sayfa-dis .max-img .img img,
.hakkimizda-sayfa-dis .max-img .img2 img{
    width: 100%;
    height:100%; 
    object-fit: cover;
    border-radius: 10px; }
  

.hakkimizda-sayfa-dis h3{ 
    font-size: 18px; 
line-height: 28px;
letter-spacing: 2px; 
}
.hakkimizda-sayfa-dis h2 { 
    font-size: 28px;
    line-height: 34px;
    font-weight: 600; 
    margin-bottom: 20px;
    color: var(--color-koyu-kahve);
}
.hakkimizda-sayfa-dis p{ 
    font-size: 15px; 
line-height: 24px;
margin-bottom: 0px; 
    color: var(--color-antrasit);
}
.hakkimizda-sayfa-dis2 p{ 
    font-size: 16px; 
line-height: 28px;
margin-bottom: 0px; 
    color: var(--color-antrasit);
}


.section-dis {
    position: relative;
    width: 40%;
    line-height: 26px;
    color: var(--color-oyu-kahve2)
}
.section-baslik{ 
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px; 
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.section-text{  
    font-weight: 600;
    font-size: 22px; 
    position: relative; 
    margin-bottom: 30px;
}

















.kesfet-stil-1 .kesfet-stil-1 {
  position: relative;
  color: var(--color-sakin-bej) }



.kesfet-stil-1 .kesfet-stil-block {
    position: relative; 
    overflow: hidden;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 35%);
    border-radius: 10px 10px 60px 10px;
}
.kesfet-stil-1 .kesfet-stil-block2 {
    position: relative; 
    overflow: hidden;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 35%);
    border-radius: 10px 10px 10px 60px;
}
.kesfet-stil-1 .kesfet-stil-image {
    width: 100%;  
}  
.kesfet-stil-1 .kesfet-stil-image img,
.kesfet-stil-1 .kesfet-stil-image video{
    width: 100%;
    height: 100%;
    object-fit: cover;
} 


.kesfet-stil-1 .kesfet-stil-text-dis {
    padding: 0px 0 0 40px;
}
.kesfet-stil-1 .kesfet-stil-text-dis2 {
    padding: 0px 40px 0 0px;
}
 
.kesfet-stil-1 .kesfet-stil-text-dis h4,
.kesfet-stil-1 .kesfet-stil-text-dis2 h4  { 
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    display: block;
    text-transform: uppercase;  
    margin-bottom: 20px; 
    color: var(--color-sakin-bej)
} 
.kesfet-stil-1 .kesfet-stil-text-dis h4:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: var(--color-gunes-altin); 
    margin-top: 10px;
    margin-bottom: 10px;
}
.kesfet-stil-1 .kesfet-stil-text-dis .kesfet-stil-text,
.kesfet-stil-1 .kesfet-stil-text-dis2 .kesfet-stil-text {
    font-size: 15px;
    margin: 0 0 30px; 
}
 
.pr-40 {
    padding-right: 40px;
}
.pr-60 {
    padding-right: 60px;
}


.back-krem  .kesfet-stil-text-dis h4,
.back-krem  .kesfet-stil-text {
  color: var(--color-koyu-kahve)
}

 
.back-koyu-kahve  .kesfet-stil-text {
  color: var(--color-krem)
}





.masonry-gallery-columns {
    column-count: 3;
    column-gap: 15px;
}

@media (max-width: 768px) {
    .masonry-gallery-columns {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .masonry-gallery-columns {
        column-count: 1;
    }
}

.grid-item {
    break-inside: avoid;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* JS ile yüksekliği buraya atanacak */
}

.grid-item img {
    width: 100%;
    /* Yükseklik artık 100% olarak ayarlandı */
    height: 100%; 
    display: block;
    /* Resmin kutuyu doldurmasını sağlar */
    object-fit: cover; 
    transition: transform 0.3s ease;
}

.grid-item:hover img {
    transform: scale(1.03);
}








.oda-resim-dis {
  position: relative;
}

.flexslider2 {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative; 
    border: 0 !important; 
}
 
 .flexslider2 .slides {
  height: 100%; 
  position: relative;
  overflow: hidden;  
    text-align: center; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
}
 .flexslider2 .slides li{ 
  height: 100%; 
  margin-bottom: 20px; 
}
 
.flexslider2 .oda-en_dis {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.flexslider2 .product-image {
  position: relative;
  overflow: hidden;
  height: 100% !important;
    width: 100% !important; 
    text-align: center; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
    border-radius: 3px; 
}
.flexslider2 .product-image a{ 
  height: 100% !important;
    width: 100% !important;
    display: block;
    overflow: hidden;
    border-radius: 10px;   
}

.flexslider2 .product-image img,
.flexslider2 .product-image iframe {
  width: 100% !important; 
  height: 100% !important;
    object-fit: cover;
    overflow: hidden;  
    border-radius: 10px;
}




 

.flexslider2 .flex-direction-nav {
  top: 44%;
  width: 100%;
  height:1px;  
  position: absolute;
  z-index: 2;   
  line-height: 50px; 
}

.flexslider2 .flex-direction-nav .flex-nav-next {  
    float: right;
  position: relative;
  right:  10px;     
  width: 50px;  
  height: 50px;
  display: inline-block;
}  
.flexslider2 .flex-direction-nav  .flex-nav-prev{  
  left: 10px;    
  position: relative;  
  width: 50px;  
  height: 50px; 
  display: inline-block;
}

.flexslider2 .flex-direction-nav  .flex-nav-prev a{
    width: 50px;  
  height: 50px;
  position: relative; 
  border-radius: 6px;
  background: var(--color-koyu-kahve);
}

.flexslider2 .flex-direction-nav .flex-nav-next a{
    width: 50px;  
  position: relative; 
  height: 50px;    
  border-radius: 6px;
  background: var(--color-koyu-kahve);
}

 .flexslider2 .flex-direction-nav .flex-nav-prev:hover a,
.flexslider2 .flex-direction-nav .flex-nav-next:hover a {
  background: var(--color-gunes-altin);
  color: var(--color-koyu-kahve);
}




.thum_flex {
  position: relative;
  cursor: pointer;
}

.thum_flex .flex-direction-nav {
  top: 30%;
  width: 100%;
  height: 1px; 
  position: absolute;
  display: none; 
}
.flex-direction-nav a { 
    width: 50px;
    height: 50px; 
}
.thum_flex  .flex-direction-nav .flex-nav-prev {
    width: 36px;
  right: 10px;  
  height: 36px; 
  position: absolute; 
}

.thum_flex  .flex-direction-nav .flex-nav-next {
    width: 36px;
    float: left;
  position: absolute;
  left: 10px;  
  height: 36px;  
}
.thum_flex  .flex-direction-nav a {
    line-height: 31px;
}

.thum_flex .flex-direction-nav a:before,.thum_flex .flex-direction-nav a:after {
    color: #fff !important; 
  background: #000;
  height: 32px;
    width: 32px;
  border-radius: 50%; 
  font-size: 16px;
}

#carousel  .thum {
  position: relative;
  overflow: hidden;
  height: 110px !important;
    width:200px !important; 
    text-align: center; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
    border-radius: 5px;
    overflow: hidden;
}

#carousel .thum img { 
    width: 100%;
  height: 120px !important;
    object-fit: cover;
    overflow: hidden; 
}

 


.urun-detay-sol {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.urun-detay-baslik {
    display: block;
    height: auto;
    overflow: hidden;
}
.urun-detay-baslik h1 {
    display: block;
    font-size: 30px; 
    font-weight: 500;   
    color: var(--color-koyu-kahve);
} 

.urun-detay-baslik p { 
  text-align: justify;
    font-size: 16px;    
    line-height: 28px; 
    color: var(--color-koyu-kahve);
}











.room-card {
    background-color: var(--color-krem);
    border: 1px solid var(--color-koyu-kahve);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden; 
    color: #333;  
    margin: 0 auto;
}

 
.room-header {
    padding: 25px 0px 0px 0px;
    text-align: center; 
}

.details-bar {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
    color: var(--color-koyu-kahve);
    font-size: 16px;
    font-weight: 500;
}

.detail-item i {
    color:var(--color-koyu-kahve);
    margin-right: 5px;
}

.price-section {
  width: 100%;
    background-color: #f7f7f7;
    padding: 20px 0;
    margin: 0 -15px; 
}
.price-section:hover { 
    background-color: var(--color-koyu-kahve) 
} 
.price-value {
  display: block;
    margin: 5px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-koyu-kahve);
}
.price-section:hover .price-value{ 
    color: var(--color-sakin-bej);
} 
.price-value i{
  margin-right: 5px;
}

.per-night {
    font-size: 14px;
    font-weight: normal;
    color: var(--color-koyu-kahve);
    margin-left: 5px;
}

 
.info-box {
    padding: 15px;
    border-bottom: 1px solid var(--color-koyu-kahve);
}

.info-box-footer {
    padding: 15px;
}

.info-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 12px;
    color: var(--color-koyu-kahve);
}

 
.info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.info-table td {
    padding: 6px 0;
    line-height: 1.4;
}

.info-table tr td:first-child {
    color: var(--color-koyu-kahve);
}

.info-table tr td:last-child {
    text-align: right;
    font-weight: 600;
    color: var(--color-koyu-kahve);
}

/* Özellik Etiketleri */
.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag {
    background-color: var(--color-gunes-altin);
    color: var(--color-koyu-kahve);
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.tag-small {
    background-color: var(--color-gunes-altin);
    color: var(--color-koyu-kahve);
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 14px; 
}

.fa-users::before {
  content: "\f0c0"; }

.fa-home::before {
  content: "\f015"; }








 

.oda-resim-ustu .slides::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;  
background: linear-gradient(180deg, 
    rgba(0, 0, 0, 0) 0%, 
    rgba(0, 0, 0, 0.50) 50%, 
    rgba(0, 0, 0, 0.80) 100% 
);
    pointer-events: none;
    opacity: 1;
    z-index: 5;
    border-radius: 15px;
}
  
 
 
.room-header2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;  
}

 
.details-bar2 {
    position: absolute;
    bottom: 30px;  
    left: 30px;  
    display: flex;
    gap: 25px;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff; 
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);  
    pointer-events: auto;
    font-family: var(--font-Cormorant)
}

.detail-item2 i {
    color: #ffffff;  
    margin-right: 5px;
}

 
.price-section2 {
    position: absolute;
    top: 30px;  
    right: 30px;  
    background-color: var(--color-koyu-kahve);  
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    pointer-events: auto;
    font-size: 16px;
}
 
.price-section2:hover { 
    background-color: var(--color-koyu-kahve) 
}  
.price-value2 i{
  margin-right: 5px;
}

.price-value2 {
    margin: 5px 0 5px 10px ;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-sakin-bej); 
    line-height: 1;  
}
.price-section2:hover .price-value2{ 
    color: var(--color-sakin-bej);
} 

 






.segment-diamond-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; 
    min-width: 280px;
    min-height: 280px;
}

.segment-diamond-shape {
    width: 280px;
    height: 280px;
    border: 1px solid var(--color-koyu-kahve);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
 


.segment-content {
    transform: rotate(-45deg);
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.segment-main-number {
    font-family: 'Playfair Display', serif;
    font-size: 76px;
    font-weight: 400;
     color: var(--color-koyu-kahve);
    line-height: 1;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.segment-decorative-dot {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--color-gunes-altin);
    z-index: 1;
}

.segment-main-number:first-child + .segment-decorative-dot {
    top: 70px;
    right: 0px;
}

.segment-description-text { 
    font-size:20px;
    color: #333333;
    line-height: 1.4;
    margin-top: 15px;
    z-index: 2;
    color: var(--color-koyu-kahve2);
}

@media (max-width: 991.98px) {
    .segment-diamond-wrapper {
        padding: 15px;
    }
    .segment-diamond-shape {
        width: 220px;
        height: 220px;
    }
    .segment-main-number {
        font-size: 60px;
    }
    .segment-decorative-dot {
        width: 18px;
        height: 18px;
        top: 8px;
        right: -8px;
    }
    .segment-description-text {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .segment-diamond-wrapper {
        padding: 10px;
    }
    .segment-diamond-shape {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }
    .segment-main-number {
        font-size: 55px;
    }
    .segment-decorative-dot {
        width: 16px;
        height: 16px;
        top: 7px;
        right: -7px;
    }
    .segment-description-text {
        font-size:20px;
    }
}












 .proje2 {
    position: relative;
    width: 100%;
    height: calc(100vh - 160px); /* Sayfanın geri kalan yüksekliği */
    display: flex;
    flex-direction: column;
    padding: 0px;  
    border-bottom:1px solid rgba(0, 0, 0, 0.2);
}
.proje2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25%;
    left: 0;
    top: 0;  
background: linear-gradient(180deg, 
  rgba(0, 0, 0, 0.60) 0%, 
  rgba(0, 0, 0, 0.30) 73.62%, 
  rgba(0, 0, 0, 0.01) 90%);

    pointer-events: none;
    opacity: 1;
    z-index: 5;
}
  

.proje2-resim {
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.proje2-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proje_renk {
    background: var(--color-krem);
    padding: 50px 0px;
}

/* Yazı alanı */
.proje2-text {
    height: 100px;
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
}
 

.proje2-title {
    font-size: 34px;
    line-height: 34px;
    color:var(--color-koyu-kahve2); 
    margin-bottom:  0px;   
    letter-spacing: .03em; 
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-Ysabeau); 
}

/* Liste */
.proje2-list {
    list-style: none;  
    padding: 0;
    margin: 0;
    display: flex;  
    align-items: center; 
    gap: 10px;   
}

.deneyim-etiketler {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
}

.deneyim-etiket {
    width: fit-content;
    background-color: var(--color-gunes-altin);
    color: var(--color-koyu-kahve);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
}


/* Scroll Down ve Ok */
.scroll-down {
    float: right; /* Sağ tarafa hizalar */
    display: flex;
    align-items: center;
    gap: 20px; 
    cursor: pointer;
}

.scroll-down span {
    font-size: 16px;
    color: hsla(0, 0%, 7%, .8);
}
.arrow {
    width: 20px;
    height: 20px;
    border-left: 2px solid hsla(0, 0%, 7%, .8);
    border-bottom: 2px solid hsla(0, 0%, 7%, .8);
    transform: rotate(315deg);
    animation: moveArrow 1.5s infinite;
    margin-top: -20px;
}

/* Okun aşağıya doğru hareket etmesi */
@keyframes moveArrow {
    0% {
        transform: translateY(0) rotate(315deg);
    }
    50% {
        transform: translateY(10px) rotate(315deg);
    }
    100% {
        transform: translateY(0) rotate(315deg);
    }
} 


.project-detail {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400; 
    color: var(--color-koyu-kahve);
}

.first-word { 
    color: rgba(18, 18, 18, 0.5);
}




.maxantalya-single-photo-gallery {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;  
    overflow: hidden;
    aspect-ratio: 5 / 4;
} 
.maxantalya-single-photo-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.maxantalya-photo-gallery-content {
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    -webkit-transform: translateZ(50px) translateY(-50%) translateX(-50%);
    transform: translateZ(50px) translateY(-50%) translateX(-50%);
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    width: 100%;
    text-align: center;
    transform-style: preserve-3d;
    color: #fff;
    font-size: 32px;
} 
.maxantalya-single-photo-gallery.maxantalya-3d .maxantalya-3d-project-card {
    box-shadow: 0 3px 47px rgba(0, 0, 0, 0.2);
}

.maxantalya-single-photo-gallery.maxantalya-3d .maxantalya-iocn-btn.full-round-btn {
    box-shadow: 0 0 50px 0 rgba(51, 51, 51, 0.3);
}

.maxantalya-photo-gallery-content a {
    margin: 0 20px 0 0;
    font-size: 30px;
}

.maxantalya-photo-gallery-content a:last-child {
    margin: 0;
}
.maxantalya-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background-color: #000;
    -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.maxantalya-single-photo-gallery:hover .maxantalya-gallery-overlay {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.maxantalya-single-photo-gallery:hover .maxantalya-photo-gallery-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
}
.maxantalya-single-photo-gallery  .banner-subtitle {
    font-size: 24px;
    width: 90%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 32px;
    position: absolute;
    line-height: 24px;
}

.fa-eye::before {
  content: "\f06e"; }







 

.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.iletisim-1-section__title {
    margin: 3px 0 20px;
    color: var(--color-koyu-kahve2);
    font-size: 26px;
    line-height: 30px;
    font-weight: 400; 
}
.contact-page .container {
  max-width: 800px;
}

.contact-page__form-box {
  position: relative;
  display: block;
}

.contact-page__form .row {
  --bs-gutter-x: 20px;
}

.contact-page__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}


.contact-page__form-input-box input[type="text"],
.contact-page__form-input-box input[type="email"],
.contact-page__form-input-box textarea,
.contact-page__form-input-box select {
  height: 50px;
  width: 100%;
  border: none; 
  padding-left: 10px;
  padding-right: 30px;
  outline: none;
  font-size: 15px;
  color: #fff;
  display: block;
  font-weight: 400;
  border-radius: 5px;
  background: var(--color-acikmavi); 
  color: #232628;  
  outline: none;
  border: 1px solid #ececec;
 background-color: #ececec; 
}
.contact-page__form-input-box input::placeholder,
.contact-page__form-input-box textarea::placeholder,
.contact-page__form-input-box select::placeholder {
    color: var(--color-koyumavi);  
    font-size: 15px;
}
 
.contact-page__form-input-box select { 
  padding-left: 25px;
  padding-right: 40px; 
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%2326293c' height='30' viewBox='0 0 30 30' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");

  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 12px;
}


.contact-page__form-btn {
  border: none;
}

.contact-page__form-input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100% !important;
}

.contact-page__form-input-box .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.contact-page__form-input-box .bootstrap-select>.dropdown-toggle {
  position: relative;
  background-color: var(--color-primary) !important;
  border-radius: 0;
  color: var(--color-dort) !important;
  font-size: 13px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  outline: none !important;
  border: 0;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  border-radius: 10px;
}
 
.contact-page__form-input-box textarea {
  font-size: 13px;
  color: var(--color-dort);
  font-weight: 400;
  height: 168px;
  width: 100%; 
  padding: 20px 10px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  border-radius: 10px;
}

.contact-page__form-btn-box {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.contact-page__form-btn {
  border: none;
}

.contact-page__form-input-box.text-message-box {
  height: 168px;
}



.contact-us-info {
    padding:0px 30px 30px 30px;
}
.contact-us-info ul li{
    padding-top: 30px;
}
.contact-us-info .heading-title {
    margin-bottom:26px;
    font-size: 26px;
    line-height: 26px;
    color: var(--color-koyu-kahve2);
}
.contact-us-info .address-list li .title {
    margin-bottom:10px;
    font-weight: 600;
    font-size: 19px;
    color: var(--color-koyu-kahve2);
}
.contact-us-info .address-list li p {
    margin-bottom:0px;
    font-size: 17px;
    color: #000;
}
.contact-us-info .social-share {
    padding-top:12px
}

.google-map-two {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 60px;
}
.google-map-two iframe{
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}
 



















 



.form-control {
  width: 100%;
  border: 0;
  color: var(--color-beyaz);
  font-size: 14px;
  font-weight: 500;
  background: rgba(233, 64, 87, 0.8);
  padding: 10px 0 10px;
  border-radius: 5px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.form-group {
  margin-bottom: 20px;
}

.form-group textarea.form-control {
  height:160px;  
}

.form-control:focus {
  color: #fff;
  outline: 0;
  background: var(--color-turuncu);
  box-shadow: none;
}

input.form-control {
  color: var(--color-beyaz);
  padding-left: 10px;
  background: rgba(233, 64, 87, 0.8);
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: var(--color-beyaz);
  text-align: left;
  font-size: 15px;
}
 
textarea.form-control::placeholder {
  color: var(--color-beyaz);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 15px;
  padding-left: 10px;
}
 
@media (min-width: 768px) {
  .row {
    display: flex;
    align-items: stretch;
  }

  .col-sm-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .col-sm-6 .form-group {
    flex: 1;
  }

 
}

 
.contact-social {
    margin-top:  20px; 
}
.contact-social > span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}
.social-links.without-bg li a {
    background-color: inherit;
    width: auto;
    height: auto;
}
.social-links.without-bg {
    display: inline-block;
    margin-left: 0px;
}
.social-links.without-bg li {
    margin-top: 5px;
    margin-right: 10px;
    display: inline-block;
}
.social-links.without-bg li a {
    display: inline-block;
    font-size: 22px;
    color: #fff;
} 

.social-links-footer.without-bg li a { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: var(--color-kirmizi);
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #fff;
}

 


.popup-mobile-menu {
    z-index:9999;
    position:fixed;
    content:"";
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,.8);
    visibility:hidden;
    opacity:0;
    -webkit-transition:opacity .5s ease-out;
    transition:opacity .5s ease-out
}
.popup-mobile-menu .inner {
    width:305px;
    z-index:999;
    position:absolute;
    background:#FFF;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    height:100%; 
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    opacity:0;
    left:-150px;
    -webkit-transition:all .5s ease-out;
    transition:all .5s ease-out
}
.popup-mobile-menu .inner .header-top {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    border-bottom:1px solid var(--color-border);
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:0px 20px 15px 20px;
}
.popup-mobile-menu .inner .header-top .logo a img {
    width: 128px;
    height:80px
}
.popup-mobile-menu .inner .header-top .logo a img.logo-dark {
    display:none
}
.popup-mobile-menu .inner .header-top .logo a img.logo-light {
    display:inline-block
}
.popup-mobile-menu .inner .header-top .close-menu .close-button {
    background:var(--color-white);
    border:0 none;
    color:var(--color-heading);
    width:40px;
    height:40px;
    line-height: 30px;
    font-size:20px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:100%;
    box-shadow:0 10px 20px rgba(0,0,0,.26);
    -webkit-transition:var(--transition);
    transition:var(--transition);
    font-weight: 600;
    cursor: pointer;
} 
.popup-mobile-menu .inner .header-top .close-menu .close-button:hover { 
    box-shadow:0 5px 15px rgba(0,0,0,.26); 
} 
.popup-mobile-menu.active {
    visibility:visible;
    opacity:1
}
.popup-mobile-menu.active .inner {
    opacity:1;
    left:0;
    overflow-y:auto
}
.popup-mobile-menu .mainmenu {
    list-style:none;
    padding:0;
    margin:0;
    padding:15px 20px
}
.popup-mobile-menu .mainmenu li {
    margin:0
}
.popup-mobile-menu .mainmenu li a {
    padding:8px 0;
    display:block;
    font-size:16px;
    font-weight:500
}
.popup-mobile-menu .mainmenu li a.active {
    color:var(--color-kirmizi)!important
}
.popup-mobile-menu .mainmenu li+li {
    border-top:1px solid var(--color-border)
} 
.popup-mobile-menu .mainmenu .has-droupdown .submenu {
    padding:0;
    max-width:100%;
    list-style:none;
    padding-left:14px; 
    position: relative !important;
    transform: translate(0px, 0px) !important;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {
    font-size:15px
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active {
    color:var(--color-kirmizi)!important
}
.popup-mobile-menu .mainmenu .has-droupdown>a {
    position:relative;
    color: var(--color-menu);
} 
 
.popup-mobile-menu.active {
    visibility: visible;
    opacity: 1;
}




.social-share li {
    margin:0px 3px 15px 6px; 
    width: 45px;
    display: inline-block;
} 
.social-share li a {
    border: 1px solid #000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
} 



footer {
    position: relative; 
    padding: 75px 0px 0px;
    font-family: var(--font-Montserrat);
    background: var(--color-koyu-kahve); 
} 

.footer-top{ 
    position: relative;
    color: var(--color-beyaz); 
    position: relative;
    width: 100%;
}
 
footer .container{
    z-index: 9;
    position: relative;
 }
.footer-logo{
    position: relative;
    height: auto;
    overflow: hidden;
    font-size: 22px;
}
.footer-logo img{
    width:189px; 
    height: 118px;
    margin-bottom: 10px; 
    display: block;
} 
.footer-logo span{
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
footer h3 { 
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}
footer a { 
    font-size: 16px;
    font-weight: 400;
    color: #fff;
} 
footer .widget {
    border: none !important;
    margin-bottom: 0; 
}
address {
    margin: 0;
    margin-top: 20px;
}
address span { 
    display: block; 
    padding-bottom: 5px;
    margin-bottom: 5px; 
    font-size: 14px;
}
 address span strong {
    display: inline-block;
    width: auto;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
footer .widget_recent_post {
    padding-left: 40px;
} 
footer .widget_recent_post li {
    padding: 2px 0 4px 0;
    margin: 0;
    margin-bottom: 10px;
    background: none;  
} 
footer .widget_recent_post li a{
    font-size: 16px;
} 

footer .widget h6 {
    font-size: 26px;
    position: relative;
    padding-left: 20px;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 400;
    color: var(--color-gunes-altin);
    font-family: var(--font-Playfair)
}

footer .widget h6::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: var(--color-gunes-altin);
    height: 100%;
}
.widget-address .contact {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.widget-address .contact .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .25s ease opacity;
    -o-transition: .25s ease opacity;
    -moz-transition: .25s ease opacity;
    transition: .25s ease opacity;
}
.widget-address  .contact .item svg,
.widget-address  .contact .item i  {
    width: 35px;
    height: 35px;
    fill: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 35px;
}
.widget-address .contact .item span {
    color: #fff;
    line-height: 1.5;
    -webkit-transition: .25s ease transform;
    -o-transition: .25s ease transform;
    -moz-transition: .25s ease transform;
    transition: .25s ease transform;
}
.widget-address .contact .item+.item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .05);
}

.widget-address .contact .item:hover  {
  color: var(--color-turuncu)
}
.widget-address .contact .item:hover svg {
  fill: var(--color-turuncu);
  stroke: var(--color-turuncu); /* gerekiyorsa */
}

footer .copyright-area {
    margin-top: 50px;
    padding: 22px 0;
    border-top:1px solid var(--color-gunes-altin);
    color: #fff;
}
footer .copyright-area p { 
    margin-bottom: 0;
    color: #fff;
} 


.progress {
    display: none;
}
 

 




 
















@media only screen and (max-width:992px) {

.pt-5,.pt-4 {
    padding-top: 1rem !important;
}
.mt-5 {
    margin-top: 1rem !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}

.section-padding3 { 
    padding: 30px 0px;
}

.container-expend {
        max-width: 720px;
         --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    }
#hr_search_widget {
  padding-bottom: 20px;
}
.hr_container {
    position: relative;
    height: auto;
    z-index: 9999;
}
.hakkimizda-stil-1 .title {
    font-size: 48px;
    line-height:54px; 
}
 .hakkimizda-stil-1 .about-image-gallery .main-img-2 {
    width: 48%;
    height: 240px; 
    margin-top: 0px; 
    float: left;
}
.hakkimizda-stil-1 .about-image-gallery .main-img-3 {
    width: 48%;
    height: 240px; 
    margin-top: 0px; 
    float: right;
}

.max-ana-title-1 strong { 
    margin-top: 20px;
    margin-bottom: 10px;
} 


.spa-2-detaylari-kapsayici { 
        flex-direction: column; 
        padding:0px 15px;  
    }
    .spa-2-kart {
        height: 300px;
        padding-bottom: 15px;
    }
    .spa-2-temel-bilgi { 
        flex: none; 
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;  
    }
    .spa-2-baslik {
    font-size: 16px; 
    margin-bottom: 6px; 
}
.spa-2-kisa-aciklama { 
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px; 
}


    .spa-2-ek-bilgi { 
        flex: none;
        width: 100%; 
        align-items: flex-start;
        text-align: left;
        margin-top: auto;
    }
    
    .spa-2-etiketler { 
        justify-content: flex-start;
    margin-bottom: 0px;
    }
    
    .spa-2-etiket { 
        margin-left: 0; 
        margin-right: 5px; 
    }

    .spa-2-sure { 
        margin-top: 15px;  
        order: -1;  
    }
    
    .spa-2-detay-buton { 
        width: 100%; 
        margin-top: 15px;  
    }

.mt-6 {
    margin-top:  0px;
}


.max-kutu-7-block .description {
    margin-top: 0px; 
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Maksimum satır sayısı */
    -webkit-box-orient: vertical;
}
.footer-cols > .col {
        flex: 0 0 100%;
        max-width: 100%; 
    }

.contact-social {
  margin-bottom: 20px;
}
footer .widget_recent_post {
    padding-left: 0px;
}
footer .widget h6 { 
    margin-top: 30px; 
    margin-bottom:  10px; 
}


.flexslider2 { 
    height: 380px; 
}
.price-section2 { 
    top: 20px;
    right: 20px; 
}


}



@media (min-width: 992px) {
    .row > .col-lg-5-column {
        /* Bootstrap'in ızgarasını (12) 5'e bölmek için her bir öğenin %20 genişliğinde olmasını sağlar. */
        width: 20%; 
    }
}

/* --- Mobil (md ve altı) için 3+2 Düzen Desteği (Ekstra Gerekli Olabilir) --- */
@media (max-width: 768px) {
    /* 3. elemandan sonra gelen 4. ve 5. elemanın alt satıra geçmesi için 
       sadece col-md-4 (33%) sınıfı yeterli olacaktır. */
    /* col-md-4 3 elemanı yan yana, 4. eleman alt satırın başına geçer. */
    /* row gx-5 zaten varsayılan boşluğu yönetecektir. */
}




@media (max-width: 768px) {

.spa-2-kart {
        flex-direction: column; 
        height: auto; 
        padding-bottom: 20px;
    }

    .spa-2-resim { 
        flex: none;
        width: 100%;
        border-radius: 8px 8px 0 0;
        height: 180px;
    }

    .spa-2-resim img {
        border-radius: 8px 8px 0 0;
    }
    
    .spa-2-detaylari-kapsayici {
        width: 100%;
        padding: 15px 0px;
    }

    .max-kutu-7-block .description { 
        min-height: 120px; 
    }

p {
    font-size: 14px;
    line-height: 22px; 
}

.flexslider2 { 
    height: 320px; 
}
.price-value2 {
    margin: 5px 0 5px 5px;
    font-size: 15px; 
}
.flexslider2 .flex-direction-nav .flex-nav-next,
.flexslider2 .flex-direction-nav .flex-nav-prev {  
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.flexslider2 .flex-direction-nav .flex-nav-next a,
.flexslider2 .flex-direction-nav .flex-nav-prev a  {
    width: 40px; 
    height: 40px; 
}
.flex-direction-nav a:before { 
    font-size: 26px; 
}

.details-bar2 { 
    bottom: 20px;
    left: 20px; 
    gap: 20px; 
}
.urun-detay-baslik h1 { 
    font-size: 26px; 
    margin-bottom: 10px;
}

.height-x6, .height-x6 img { 
    height: 340px !important;
}
.kesfet-stil-1 .kesfet-stil-text-dis h4, .kesfet-stil-1 .kesfet-stil-text-dis2 h4 {
margin-top: 30px;
}



}










@media only screen and (max-width:576px) {
.rezervasyon-baslik { 
    font-size: 28px;
    line-height: 36px; 
}
.segment-diamond-wrapper { 
    min-width: 200px;
    min-height: 200px;
}
    .segment-diamond-shape {
        width: 200px;
        height: 200px;
        margin-bottom: 0px;
    }

    .segment-diamond-wrapper {
        padding: 0px;
    }

.segmentler-dis {
  margin-top: 20px;
  margin-bottom: 20px;
}

    .spa-2-resim { 
        height: 240px;
        overflow: hidden;
    }

.parallax .content h1 { 
    margin-bottom: 16px;
    line-height: 34px; 
}
.parallax .content p { 
    font-size: 15px;
    line-height: 26px; 
    margin-bottom: 16px;
}

.max-header .header-brand { 
    height: 94px; 
}
.max-header { 
    height: 94px; 
}
.max-header .header-mainmenu { 
    height: 94px; 
}
.max-header .header-brand img {
    width: 150px;
    height: 94px;  
}
#breadcrumb {
    height: 170px; 
}

#breadcrumb .container { 
    padding-top: 100px; 
}
.hakkimizda-sayfa-dis .max-img .img,
.hakkimizda-sayfa-dis .max-img .img2 { 
    height: 300px; 
}


.hakkimizda-stil-4 .title {
  font-size: 46px;
        line-height: 54px;
    margin-bottom: 18px;
}

.hakkimizda-stil-4 .thumbnail-3 { 
    height: 330px;
}
.hakkimizda-stil-4 .thumbnail-4 { 
    height: 230px;
}

.hakkimizda-stil-4 .hakkimizda-video { 
    padding: 10px 14px 10px; 
}
.hakkimizda-stil-4 .hakkimizda-video h4 { 
    font-size: 15px;
    line-height: 24px; 
}

.proje2-title {
    font-size: 24px;
    line-height: 28px; 
}

.project-detail {
  margin-bottom: 20px;
}

.flexslider2 { 
    height: 280px; 
}


.height-x6, .height-x6 img { 
    height: 280px !important;
}
.contact-us-info .heading-title {
    margin-bottom:0px; 
}
.max-kutu-7-block .description {
        min-height: 130px;
    }
.height-x4, .height-x4 img { 
    height: 260px !important;
}

#breadcrumb .container .breadcrumb-info .bread-yazi { 
    margin-bottom: 18px;
    line-height: 22px; 
}



}










