.logo-image{
    width:90px;
   margin-top:70px;
  }
  .head-logo{
   display:none;
  }
  @media only screen and (max-width:959px) { 
  
  .logo-image{
   display:none;
  }
  .head-logo {
   display:block !important;
   margin-left: 13rem;
  }
  .toggle__box{
    margin-left:24px !important;
  }

  
  .prev {
    left: 0;
    border-radius: 5px 5px 5px 5px;
    padding-left: 10px !important;
   }
   
   .next {
    right: 0;
    border-radius: 5px 5px 5px 5px;
    padding-right: 10px !important;
   } 
   .prev,
   .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 30px !important;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: transparent;
   }
  }
  
  .toggle__box{
    margin-left:30px !important;
  }

  
  .slider {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
  }

  .slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
  }


  .prev,
.next {
 cursor: pointer;
 position: absolute;
 top: 50%;
 width: auto;
 margin-top: -22px;
 padding: 16px;
 color: rgb(0, 0, 0);
 font-weight: bold;
 font-size: 50px;
 transition: 0.6s ease;
 border-radius: 0 3px 3px 0;
 user-select: none;
 background-color: transparent;
}

.prev:hover,
.next:hover {
 background-color: rgba(0, 0, 0, 0);
}

.prev {
 left: 0;
 border-radius: 5px 5px 5px 5px;
 padding-left: 5rem;
}

.next {
 right: 0;
 border-radius: 5px 5px 5px 5px;
 padding-right: 5rem;
}

.fa-chevron-left,
.fa-chevron-right {
 margin-right: 10px;
}

.container .gallery a img {
    padding: 10px;
    float: left;
    width: 32%;
	margin-left:1rem;
    height: auto;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
    border: none ;
  }

  @media only screen and (max-width:959px) {

    .logo-image {
      display: none;
    }

    .head-logo {
      display: block !important;
      margin-left: 15rem;
    }
    .container .gallery a img {
      padding: 10px;
      float: right;
      width: 100%;
      height: auto;
      -webkit-transition: -webkit-transform .15s ease;
      -moz-transition: -moz-transform .15s ease;
      -o-transition: -o-transform .15s ease;
      -ms-transition: -ms-transform .15s ease;
      transition: transform .15s ease;
      position: relative;
      border: none !important;
    }
  }

  .circle-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #BAA485;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
  }

  .circle:hover {
    background-color: white;
  }

  .circle i {
    font-size: 40px;
    color: black;
  }

  .circle-label {
    margin-bottom: 20px;
  }

  .circle-label p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0;
  }

  /* Metin stilleri */
  .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }

  .text-container p {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
  }

  /* Medya sorguları */
  @media only screen and (min-width: 601px) {
    .circle-container {
      flex-direction: row;
      margin-bottom: 30px;
    }

    .circle {
      margin: 0 40px;
    }

    .circle-label {
      margin-bottom: 20px;
    }

    .text-container {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 0 20px;
    }

    .text-container a {
      margin: 0 111px;
    }
  }


.satir {
    display: flex;
    justify-content: center;
}

.sutun {
  width: 100%;
    flex: 90%;
    padding: 10px;
}

.kart {
    transition: transform 0.4s;
}

.kart:hover {
    transform: scale(1.1);
}

.icerik {
    padding: 20px;
}

.kart img {
    width: 100%;
    height: auto;
}

.showroom-foto-1{
	border: 4px solid #BAA485 !important;
	border-radius: 25px;
	padding:5px !important;
}

.showroom-foto-2{
	border: 4px solid white !important;
	border-radius: 25px;
	padding:5px !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 767px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (max-width: 1199px) {
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 1199px) {
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (max-width: 767px) {
    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
