body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    height: 100%;
    
    /* background-color: rgba(238, 231, 222, 0.712); */
    font-family: 'Nunito', sans-serif;
    
    background: linear-gradient(180deg, rgba(245, 215, 171, 0) 0%, #f1dcac83 65.1%);
}

    

.navbar {
    padding: 0;
}

.navbar .navbar-nav .nav-link {
    padding: 1em;
}


/* Add this CSS code to your stylesheet */

/* Initial style for the after effect */
.nav-item::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
  
    background-color: #f39913; /* Set the color of the after effect */
    transition: width 0.4s; /* Set the transition duration for the effect */
  }
  
  /* Hover effect */
  .nav-item:hover::after {
    width: 100%;
  }


  .modal-content{
    border: #d4a349 solid 2px;
    box-shadow: 0px 0px 30px -2px rgba(7, 7, 7, 0.61);
    box-shadow: 0px 0px 26px 5px rgba(56,56,56,1);

    /* background-color: #000000 ; */
   

}

.modal-content img {
    height: 350px;
    width: 450px;
    
    /* background-color: #000000 ; */
   

}

.line{

    width: 463px;
    height: 1px;
    background-color: #9e9e9e;
}




.image-container1 {
    box-sizing: border-box;
    
    display: block;
    width: 100px;
    max-width: initial;
    height: 90px;
    border: none;
    /* object-fit: cover; */
 }

 .appointment-button1 {
    width: 170px;
    height: 41px;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(254,190,66,1);
    border-color: rgba(254,190,66,1);
    color: #ffffff;
 }



.konum{
  margin-left: 13%;
    
 }
 
.c-item {
    /* animation: fadeInRight 0.5s ease forwards; */
    height: 480px;
    margin-top: 40px;
   
}

.c-img {
   
    height: 100%;
   
    
} 

/* @keyframes fadeInRight {
    0% {
        opacity: 1;
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);

    }

} */

.carousel-control-next{

    background-color: rgb(54, 54, 54);
    height: 30px;
    width: 30px;
    /* margin-top: 11%; */
    margin-right: 5%;
    border-radius: 20px;
    
}


.carousel-control-next-icon{
 
    height: 15px;
    width: 15px;
    margin-left: 3px;
    

    
}

.carousel-control-prev{

    background-color: rgb(54, 54, 54);
    height: 30px;
    width: 30px;
    /* margin-top: 11%; */
    margin-left: 5%;
    border-radius: 20px;
}

.carousel-control-prev-icon{
 
    height: 15px;
    width: 15px;
    margin-right: 3px;
    

    
}

.indicate{
    display: flex;
    justify-content: center;
    padding: 30px;
}

.indicate button{
    margin: 0 10px;
    height: 10px;/*12*/
    width: 3px;/*8*/
    border-radius: 50%;
    border: 0px;
    background-color: rgb(216, 216, 216);
}

.indicate button.active {
    background-color: rgba(248, 188, 35, 1); /* Aktif düğme rengi - İhtiyaca göre değiştirilebilir */
    transform: scale(1.3);
  }



.yer{
    margin-top: 5%;
    position: relative;
    
}
.line23{
position: absolute;
width: 100%;
height: 0px;
left: 0px;
top: 20px;
border: 1px solid rgba(206, 127, 10, 0.164);;
transform: rotate(-1.08deg);

}

.line19{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 18px;
    bottom: 1420px;
    
    border: 1px solid rgba(134, 99, 46, 0.05);

}

.line21{
    
position: absolute;
left: 0px;
right: 0px;
top: 8px;
bottom: 1429px;
border: 1px solid rgba(117, 6, 6, 0.05);
}


.line22{
    
    position: absolute;
    left: 50%;
    right: 0px;
    top: 30px;
    bottom: 1429px;
    border: 1px solid rgba(130, 197, 186, 0.192);
    transform: rotate(-1.6deg);
    }

.line25{
    
        position: absolute;
        width: 50%;
        height: 0px;
        left: 0px;
        right: 0px;
        top: 15px;
        bottom: 1429px;
        border: 1px solid rgba(116, 125, 207, 0.075);
        transform: rotate(-1.7deg);
    }

.line20{
        position: absolute;
        width: 100%;
        height: 0px;
        left: 0px;
        top: 30px;
        border: 1px solid rgba(109, 109, 109, 0.082);;
        transform: rotate(-1.2deg);
        
 }
 .line24{
    
    position: absolute;
    left: 0px;
    right: 0px;
    top:18px;
    bottom: 1429px;
    border: 1px solid rgba(117, 78, 6, 0.05);
    transform: rotate(1.08deg);
    }

.hizmet{

    margin-top: 49px;
    padding: 20px;
}

.hizmet-baslik{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background-color: rgb(255, 255, 255);
    padding: 8px;
    
}

.hizmet-baslik button{
    width: 150px;
    height: 40px;
    background-color: #000000;
    color: #fff;
}

.hizmet-baslik button:hover{
    background-color: rgba(255, 192, 27, 1);
    color: #000000;
    /* border:  #e29b00 solid 2px; */
    font-weight: bolder;
}

/* .hizmet .swiper-pagination{
    margin-top: 80px;
} */


 @media screen and (min-width:400px) {

    .swiper {
        width: 100%;
        height: 100%;
      }

    .swiper-wrapper {
    
    padding: 50px 0;
  }

    
} 

@media screen and (min-width:260px) {

    .swiper {
        width: 100%;
        height: 100%;
      }

    .swiper-wrapper {
    
    padding: 50px 0;
  }

  .hizmet-baslik button{
    width: 120px;
    height: 40px;
    background-color: #000000;
    color: #fff;
    font-size: small;
    
}



    
} 




.swiper-pagination-bullet-active{
    background-color: rgba(248, 188, 35, 1) !important;   
    /* Aktif düğme rengi - İhtiyaca göre değiştirilebilir */
    transform: scale(1.3);
  }

.swiper-pagination-bullet{
  background-color: rgba(196, 196, 196, 0.712);  

}

.yorumlar .swiper-pagination{
    display: none;
}



.hizmetler{
    margin-left: 10px;
}


.hizmetler .card{
    margin: 10px;
    width: 260px;
    height: 400px;
    border-radius: 0px;
    box-shadow: 0px 4px 5px rgba(92, 92, 92, 0.438);
    
    
}

.img-wrapper{
    max-width: 100%;
    height: 17em;
    
    
}

  .swiper-slide img {
    
    width: 100%;
    height: 150px;
    box-shadow: 0px 4px 5px rgba(92, 92, 92, 0.438);
    
  }

.hizmetler a{
    margin-top: 50px;
}

.hizmetler a{
    border: 1px solid rgb(245, 137, 49);
    background-color: #fff;
    color: #000000;
    width: 170px;
}

.hizmetler a:hover{
    
    background-color: rgba(254,190,66,1);
    color: #ffffff;
    border: 1px solid rgb(245, 137, 49);
}


.sosyal{
    max-height: 100% ;
    background-color: rgb(245, 177, 41);
    padding: 20px;
    

}

.sosyal a:link{
    color:  rgb(255, 136, 0);
 }

 .sosyal a:visited{
    color: rgb(255, 136, 0);
 }

 .sosyal a:hover{ 
    color: #000000;
 }

 .sosyal a:visited:hover{ 
    color: #000000;
 }

.iconlar{
    display: flex;
    
    justify-content: center;
    align-items: center;
    
    /* margin-top: 2%; */
   
}


.iconlar .item {

    font-size: 30px;
    color: rgb(255, 136, 0);
    background-color: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 45px;
    

    /* background-color: #0f31a1; */
  
}

.iconlar .item:hover{

    color: #000000;


    /* background-color: #0f31a1; */
  
}

.yorum{

    background-color: rgba(239, 239, 239, 1);
    padding: 30px 30px;
    
}

.yorum-baslik{
    display: flex;
    justify-content: center;
    align-items:center;
    background-color: rgba(239, 239, 239, 1);
    padding: 8px;
    
}

.yorumlar{
    margin-left: 50px;
    
}


.yorumlar .card{
    margin: 10px;
    font-size: small;
    width: 250px;
    height: 330px;
    border-radius: 0px;
    box-shadow: 0px 4px 5px rgba(92, 92, 92, 0.438);
    
    
}

/* .yorumlar a{
    margin-top: 50px;
}

.yorumlar a{
    border: 1px solid rgb(245, 137, 49);
    background-color: #fff;
    color: #000000;
    width: 170px;
}

.yorumlar a:hover{
    
    background-color: rgba(254,190,66,1);
    color: #ffffff;
    border: 1px solid rgb(245, 137, 49);
} */

.rating-container1 {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: start ;
    margin-top: 0px;
    margin-bottom: 4px;
    
 }
 
 .svg-container {
    display: flex;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    color: rgba(254,190,66,1);

 }
 
 .rating-text {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: var(--font-weight-500) var(--font-size-12) Nunito;
    color: var(--color-black);
    white-space: pre-wrap;
 }
 
 .review-container1 {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 20px;
 }
 
 .review-text1 {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: var(--font-weight-500) var(--font-size-12) Nunito;
    white-space: pre-wrap;
 }
 
 .review-text {
    margin-top: 20px;
    color: black;
 }
 
 .review-text1:first-child {
    margin-top: 0px;
    text-align: left;
 }

 .highlighted-review {
    color: rgba(253, 183, 43, 0.829);
    text-decoration-line: underline;
 }
 .ara{

    margin-top: 80px;
 }
 

 .footer{
    height: 200px;
 }

 .container-footer{
    height: 100px;
    max-height: 100% ;
    display: flex;
    flex-direction: row;
    gap: 19px;
    align-items: center;
    justify-content: flex-start;
    overflow-x: hidden;
   
 
    padding-right: 20px;
    padding-left: 20px;
    
    

}
.copyright-text2 {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    
    color:#fff;
    white-space: pre-wrap;
 }
 
 .copyright-text1 {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    
    color:#fff;
    white-space: pre-wrap;
 }
 
 .icon-container {

    width: 20px;
    height: 20px;
    
    color:#fff;
 }
 
 .copyright-text {
    flex: 0 0 auto;
    padding: 0;
    margin: 0 0 0 -19px;
    
    color:#fff;
    white-space: pre-wrap;
 }
 
 .legal-info {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
  
    color:#fff;
    white-space: pre-wrap;
 }
 
 .privacy-policy-heading {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    
     color:#fff;
    text-decoration-line: underline;
    white-space: pre-wrap;
 } 

 .container-footer a:link{
    color: #fff;
 }

 .container-footer a:visited{
    color: #fff;
 }




/* KUCUK EKRAN ICIN BOYUTLANDIRMA*/

@media (max-width: 1200px) {

    .c-item {
        height: 320px;
        
    }

    .c-img {
   
        height: 100%;
        
        
    } 

    .yorumlar .swiper-pagination{
        display: block;
    }

   

}
@media (max-width: 767.98px) {

    .c-item {
        height: 220px;
        
    }

    .c-img {
   
        height: 100%;
        
        
    } 
    .indicate button{
        margin: 0 8px;
        padding: 4px;
        height: 8px;
        width: 8px;
        border-radius: 100%;
        border: 0px;
        background-color: rgb(216, 216, 216);
    }

    .collapse{
        padding-bottom: 8px;
    }

    .navbar-toggler-icon {
        background-color: #fff;
        
      }

      .navbar-toggler.active .navbar-toggler-icon {
        
        background-image: none;
        animation: rotateToClose 0.3s ease-in-out forwards;
        
        
      }

      .navbar-toggler.active {
        border-color: #fff;
       
        
      }
  
      .navbar-toggler:focus {
       box-shadow: none ;
      }


        
      .navbar-toggler.active .navbar-toggler-icon::before{
      content: '\00d7'; /* Unicode karakteri 'X' */
      color: #000000; /* İkon rengi */
      display:inline-block; /* X ikonunu göster */
      font-size: 1.9rem; /* İkonun boyutu */
      font-weight:bold;
      animation: rotateToClose 0.3s ease-in-out forwards;
 
      }

      @keyframes rotateToClose {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(90deg);
        }
      }


}




@media (max-width: 600px) {

    .c-item {
        height: 200px;
        
    }

    .c-img {
   
        height: 100%;
        
        
    } 

    .indicate button{
        margin: 0 5px;
        padding: 4px;
        height: 4px;
        width: 4px;
        border-radius: 50%;
        border: 0px;
        background-color: rgb(216, 216, 216);
    }

    .carousel-control-next{

        
        height: 20px;
        width: 20px;

        
    }


    .carousel-control-next-icon{
 
        height: 15px;
        width: 15px;
        margin-left: 3px;
        

        
    }
    
    .carousel-control-prev{
    
        
        height: 20px;
        width: 20px;

    }

    .carousel-control-prev-icon{
    
        height: 15px;
        width: 15px;
        margin-right: 3px;

    }

}


@media (max-width: 650px) {

    .yorumlar{
        margin-left: 20px;
        
    }

    .footer{
        height: 300px;
        margin-bottom: 0 ;
     }
    
     .container-footer{
        display:contents;
        height: 300px;
        justify-content: center;
        
        
       
        
        
        
    
    }
     
     .copyright-text1 {
      
        display: none;
        

     }
     
     .icon-container {
    
        width: 20px;
        height: 20px;
        
        color:#fff;
        padding: 10px;
        margin: 10px;
     }
     
     .copyright-text {
        
        padding: 10px;
        margin: 10px;
 
    
     }

     .copyright-text2 {
      
        padding: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        

     }
     
     .legal-info {
 
        padding: 10px;
        margin: 10px;
      

     }
     
     .privacy-policy-heading {
    
        padding: 10px;
        margin: 0 0 0 10px;
        

     } 

}


