
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
  
  background-color: #ddd;
 
}


a{
   color: inherit;
   text-decoration: none;
   color:black;
   
}


header{
   display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 3%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10; 
     transition: background-color 0.3s ease; 
}




header.scrolled {
    background-color: rgba(0, 0, 0, 0.9); 
}


header nav{
    display:flex;
    flex-direction: row;
    align-items: center;
    gap:30px;
    font-size:15px;
}


main section {
    padding: 20px 10%;
}




.fade-in {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.5s ease-in-out;
}

.fade-in.show {
    opacity: 1;
    visibility: visible;
}

section.areaone{
    position: relative;  
  z-index: 2;    
    display:flex;
    align-items:Center;
    justify-content: center;
    flex-direction:row;
    gap:40px;
    transform: translateY(-15%);
}

section.areaone div h2{
    font-size:40px;
    text-align:Center;
    font-weight: 200;
}


section.areaone div{

    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content: center;
    gap:30px;

}

section.areaone img{

  width:40%;
  height:30;
}

section.areaone div p{
    color:darkgoldenrod;
    font-size:20px;
    text-align:center;
}


section.areaone:nth-child(odd){
    flex-direction:row-reverse
}

section.areaone img:nth-child(odd){
    transform: translateY(-10%);
}


section.combine h2{

        font-size:60px;
        font-weight: 300;
        color:darkgoldenrod;


    }

    section.combine{
        display:Flex;
        gap:20px;
    }

main > section.combine { 
  padding: 50px 0; 
}

section.combine{
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}

section.slider-wrap img{

    height:30%;
    background: inherit; /* slide’ın background’ını kopyalar */
  filter: brightness(0.6) blur(0px); /* istediğin filtreler */
}

section.slider-wrap{

    width:90%;
    height:30%;
    margin:0;
    padding: 0 0 ;
     border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
}



#slider-carousel .slide div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    color: white;
    text-align: center;
}

#slider-carousel .slide h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 200;
}

#slider-carousel .slide a.mainbutton {
    border: 1px solid #FFFFFF;
    padding: 20px 40px;
    background-color: darkgoldenrod;
    color: white;
    text-decoration: none;
}





#slider-carousel,
#slider-carousel .slide,
#slider-carousel .owl-stage-outer,
#slider-carousel .owl-stage,
#slider-carousel .owl-item {
    height: 100vh;
}

#slider-carousel .slide {
    width: 100%;
    
}


section.slider img{
    width:100%;
    height:100vh;
}



main > section.slider {
  padding: 0;             
  width: 100%;
  height: 100vh;
}


#slider-carousel,
#slider-carousel .owl-stage-outer,
#slider-carousel .owl-stage,
#slider-carousel .owl-item,
#slider-carousel .slide {
  height: 100vh;
}


#slider-carousel .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#slider-carousel .slide > div {
    text-align: center;
    padding-top:200px;
}

main > section.combine { 
  padding: 50px 0;
 }


section.combine > h2 { 
  padding: 0 10%; 
  margin-bottom: 24px;
 }


section.combine .slider-wrap { 
  width: 100%;
  margin: 0;
  padding: 0; }

#anasayfa-slider .owl-stage-outer { 
  overflow: visible;
 } 
html, body { 
  overflow-x: hidden; 
}

#anasayfa-slider .item {
  height: 60vh;                 
}
#anasayfa-slider .item img{
  width: 100%;
 height: 100%;
  object-fit: cover;
   display: block;
  border-radius: 14px;        
}


.services {
  padding: 50px 10%;
  font-family: 'Georgia', serif;
  color: #000;
}

.services-header {
  text-align: left;
  margin-bottom: 40px;
}

.services-header h2 {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 200;
  
}

.services-items {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.service {
  flex: 1;
  text-align: center;
}

.service img {
  height: 40px;
  margin-bottom: 20px;
}

.service h3 {
  font-size: 0.9rem;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 10px;
}

.service p {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.service a {
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: bold;
  color: #a0526f;
  text-decoration: none;
}


.pattern {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 60px 10%;
  font-family: 'Georgia', serif;
}

/* Sol taraf (resim) */
.pattern .image-side {
  position: relative;
}

.pattern .image-side::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 25px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: url('pattern.png') repeat;
  background-size: 12px 12px;
  z-index: 1;
}

.pattern .image-side img {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 400px;
  height: auto;
  border-left: 8px solid #d29b6d;
  border-bottom: 6px solid #7d4b57;
}


.pattern .text-side {
  max-width: 450px;
}

.pattern .text-side h2 {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 30px;
}

.pattern .btn {
  display: inline-block;
  background-color: #7d4b57;
  color: white;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 16px 35px;
  text-decoration: none;
}


.testimonial-carousel .item {
  height:600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f2ed; 
  padding: 60px 20px;
  text-align: center;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  max-width: 600px;
}

.testimonial-content .icon {
  width: 300px;   /* eski 40px */
  height: auto;
}

.testimonial-carousel .icon {
  width: 320px;   /* eski 50px */
  height: 120px;
  object-fit: contain;
}


.testimonial-content p {
  font-family: 'Georgia', serif;
  font-size: 1.2rem;
  color: #7d4b57;
  line-height: 1.6;
}

.testimonial-content h4 {
  font-size: 1rem;
  letter-spacing: 1px;
  color: black;
}

.testimonial-content span {
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: #555;
}




.blog {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}


.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.blog-item {
  display: flex;
  flex: 1 1 calc(50% - 40px);
  gap: 20px;
}

.blog-item img {
  width: 160px;
  height: auto;
  object-fit: cover;
}

.blog-text {
  flex: 1;
}

.blog-text time {
  font-size: 0.8rem;
  color: gray;
}

.blog-text h3 {
  font-size: 1.1rem;
  margin: 5px 0 10px;
}

.blog-text p {
  font-size: 0.9rem;
  line-height: 1.6;
}

div.item h3{
  font-size:60px;
}
div.item p{
  font-size:25px;
}


.contact {
  display: flex;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  padding: 40px 20px;
}

.contact-image {
  flex: 1;
  position: relative;
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-text {
  position: absolute;
  bottom: 15%;
  left:3%;
  color:#FFFFFF
}

.overlay-text h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.overlay-text p {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.contact-form {
  flex: 1;
  padding:0;
  margin:0;
}

.contact-form h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  padding:0;
}




.contact-form label {
  font-size: 0.85rem;
  margin-bottom: 5px;
  color: gray;
}

.contact-form input,
.contact-form textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 1rem;
  
}

.contact-form textarea {
  min-height: 350px;
}

.contact-form button {
  display: flex;              
  justify-content: center;    
  align-items: center;        
  
  width: 20%;                
  padding: 12px 20px;         
  
  border: none;
  background: #7a4b4b;
  color: white;
  font-size: 0.7rem;
  cursor: pointer;
  
}



section.contact-image{
    width:100%;
    padding:0;
    
}


.threearea {
    display: flex; 
    align-items:center;
    flex-direction:row;
    justify-content: center;
    gap: 50px; 
}

.threearea > div {
    display: flex; 
    flex-direction: column; /
}

.line {
             
    height: 2px;              
    background-color: black;  
    width: 100%;              
}


section.footer{

    display:flex;
     transform: translateY(10%);
    align-items:center;
    flex-direction:column;
    justify-content: center;
    margin-bottom: 20px;
    gap:10px;
}

section.footer img{

    width:50px;
    height:auto;
}

 @media (max-width: 768px) {


   
    section.areaone{

        display:flex;
        align-items:center;
        flex-direction:column;
        justify-content: center;
        transform: translateY(-0%);

       
    }
    .services-header h2{
      text-align:center;
    }


    section.areaone:nth-child(odd){

        display:Flex;
        align-items:Center;
        flex-direction:column;
        justify-content: center;

    }

     section.areaone div{
         transform: translateY(-20%);
         font-size:20px;
     }


     section.combine h2{
        font-size:30px;
     }




     div.services-items{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
     }

    section.pattern{

        display:flex;
        align-items:center;
        flex-direction:column;
        justify-content: center;
    }

    section.threearea{
        display:flex;
        align-items:center;
        flex-direction:row;
        width:100%;
        text-align:center;
    }
    section.threearea div{

      font-size:15px;
    }

   
    #slider-carousel .slide h1 {
    font-size: 30px !important;


    }




    div.service h3{
       font-size:20px;
    }

      div.service p{
        font-size:10px;}
  
      div.service a{
        font-size:10px;
      }

      div.testimonial-content p{
        font-size:30px;
      }

      .testimonial-carousel .icon {
            width:210px;
            height:210px;  
  }

  div.testimonial-content h4{
    font-size:15px;
  }

  section.blog{
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction:column;
  }

   article.blog-grid{
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
   }

  article.blog-item{
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction:column;
    text-align:center;
  }

 div.blog-text h3{
    font-size:20px;
 }

  div.blog-text p{
    font-size:15px;
  }

  article.blog-item img{
    width:300px;
    height:200px;
  }


  section.combine h3{
    font-size:30px;
  }

   .contact {
    flex-direction: column; 
    gap: 20px; 
    padding: 20px;
  }

  .contact-image {
    width: 100%;
    order: 1; 
     
  }

  .contact-image img {
    height: auto; 
     background: rgba(0,0,0,0.4);
  }

  .overlay-text {
    bottom: 10%;
    left: 5%;
  }

  .overlay-text h2 {
    font-size: 1.5rem;
  }

  .overlay-text p {
    font-size: 0.8rem;
  }

  .contact-form {
    width: 100%;
    padding: 0 10px;
    order: 2;
  }

  .contact-form form {
    width: 100%;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 1rem;
    padding: 8px 0;
  }

  .contact-form button {
    width: 100%; 
    padding: 12px;
    font-size: 1rem;
  }

  section.threearea div{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:15px;

  }

  footer{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
    font-size:20px;
    text-align:center;
  }



  section.threearea{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    text-align:center;
    font-size:5px;
    gap:10;
  }

  section.areaone img{
    width:100%;
    height:100%;
  }


      }

 