body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    height: 100%;
    
    /* background-color: rgba(238, 231, 222, 0.712); */
    font-family: 'Nunito', sans-serif;
    
    background:#fff;
}

    

.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 ; */
   

}

.image-container1 {
   
        
        box-sizing: border-box;
        display: block;
        width: 100px;
        max-width: initial;
        height: 100px;

        object-fit: fill;
   
 }

 .head{
  display: flex;
  justify-content: space-between;
    height: 100px;
    
 }

 .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%;
   
    
} 

.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);
  }


  .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;
 }


     section h3{


        color: #f39913;
    }


    .advice_container .yazi{
     
      
       margin-left: 10%;
       
      
    }

    .advice_container::before {
        
        content: "";
        position: absolute;
        width:100px;
        height: 100px;
  
        background-color: rgb(255, 255, 255);
        clip-path: polygon(0 0, 0% 100%, 55% 50%);
    }


    /* metin yanındaki resimler*/

    #item1 {
        
      position: absolute;
      transform: skewY(15deg);
      box-shadow: 10px 10px #00000015;
      width: 250px;
      height: 250px;
    }

    #item2 {
      
        position: relative;
        width: 250px;
        height: 350px;
        z-index: -1;
        left: 150px;
        top: 150px;
        transform: skewY(15deg);
        box-shadow: 10px 10px #00000015;
        
    }


    /* /metin yanındaki resimler*/

    

    .hakkımızda-butonlar {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .check {
        display: flex;
        justify-content:center;
        align-items: center;
        width: 160px;
        height: 160px;
        font-size: 140px;
        background-color: #ffffff;
        color: rgba(248, 188, 35, 1);
        border: 1px solid #ffba25;
        box-shadow: 10px 10px #00000015;
        
        
      }


      .check a:link{
        color:  rgba(248, 188, 35, 1);
     }
    
     .check a:visited{
        color: rgba(248, 188, 35, 1);
     }
    

     .check a:hover{ 
        color: #fff;
     }
     .check a:visited:hover{ 
        color: #fff;
     }

    .check-w{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: auto;
        color: #000000;
        font-size: 15px;
        font-weight: bolder;
    }

    .check:hover{
        background-color: #fdc305;
        color: #ffffff;
    }

    ul.taahhüt{
        list-style-type: circle;
        font-weight: bold;
    }


 /* KUCUK EKRAN ICIN BOYUTLANDIRMA*/

@media (max-width: 1200px) {

    .c-item {
        height: 320px;
        
    }

    .c-img {
   
        height: 100%;
        
        
    } 

    .resim {
        justify-content:center;
        align-items: center;
        margin-bottom: 50px;
        display: none !important;
       
       
    }


    #item1{
        
        
        width: 150px ;
        height: 150px ;
      }
  
      #item2 {
        
        width: 150px ;
        height: 150px ;
        
        left: 100px ;
        top: 100px ;

        
      }


      .resim2 {
        
        justify-content:center;
        align-items: center;
        margin-bottom: 50px;
       
       
    }

    #item3{
        width: 100% ;
        height: 100px ;
        object-fit: cover;
        margin-bottom: 10px;
        border: 2px solid rgb(8, 8, 8);

      
      }
  
      #item4 {
        width: 100% ;
        height: 100px ;
        object-fit: cover;
    border: 2px solid rgb(8, 8, 8);

      }


    /* #item3{
        width: 100% ;
        height: 150px ;
        object-fit: cover;
       margin-right: 20px;
       border-style: outset;
      
      }
  
      #item4 {
        width: 100% ;
        height: 150px ;
        object-fit: cover;
        border-style: outset;
      } */
   

}
@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;

    }

}

.hakkımızda-butonlar{

    padding-left: 55px !important;
}


@media (max-width: 650px) {


    .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;
        

     } 

}





    @media (max-width: 900px) {

        .advice_container::before {
        
            content: "";
            position: absolute;
            width:200px;
            height: 200px;
      
            background-color: rgb(255, 255, 255);
            clip-path: polygon(0 0, 0% 100%, 25% 50%);
        }

        .image-container1 {
   
        
            box-sizing: border-box;
            display: block;
            width: 200px;
            max-width: initial;
            height: 200px;
    
            object-fit: fill;
       
     }
    
     .head{
      display: flex;
      justify-content: space-between;
        height: 200px;
        align-items: center;
        
     }
       
    
    }

    

    @media (max-width: 500px) {


         
        section .baslik{
         padding: 0 !important;
         
        }

        .advice_container::before {
        
            content: "";
            position: absolute;
            width:80px;
            height: 80px;
      
            background-color: rgb(255, 255, 255);
            clip-path: polygon(0 0, 0% 100%, 25% 50%);
        }

        .image-container1 {
   
        
            box-sizing: border-box;
            display: block;
            width: 80px;
            max-width: initial;
            height: 80px;
    
            object-fit: fill;
       
     }


    
     .head{
      display: flex;
      justify-content: space-between;
        height: 80px !important;
        align-items: center;
        
        
     }

     section h3{

        font-size: smaller;
        color: #f39913;
    }

    section .yazi{

        font-size: x-small !important;
        color: #ffffff;
        
       
        
    }

    .hakkımızda-butonlar{

        padding-left: 8% !important;
    }
       
    
    }

    @media (max-width: 400px) {


        .hakkımızda-butonlar{

            padding-left: 55px !important;
        }

        .check {
            display: flex;
            justify-content:center;
            align-items: center;
            width: 100px;
            height: 100px;
            font-size: 80px;
            background-color: #ffffff;
            color: rgba(248, 188, 35, 1);
            border: 1px solid #ffba25;
            box-shadow: 10px 10px #00000015;
            
            
          }
    
        .check-w{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100px;
            height: auto;
            color: #000000;
            font-size: 15px;
            font-weight: bolder;
        }


    }

    @media (max-width: 300px) {

        .hakkımızda-butonlar{

            padding-left: 32% !important;
        }


    }