#patch-siparis-section {
    display: none;
}

#patch-siparis-new-section {
    width: 100%;
    height: 30vh;
    background-image: url(../images/about-1.png);
    background-position: center 65%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#motor-img {
    width: 40vw;
    max-width: 150px;
    height: auto;
    -webkit-filter: drop-shadow(3px 3px 0 gray) 
                    drop-shadow(-3px -3px 0 white);
    filter:drop-shadow(3px 3px 0 gray) 
           drop-shadow(-3px -3px 0 white);
}

#patch-siparis-new-section h4 { /* deprecated */
    margin: auto;
    color: #c4161c;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    border: 3px solid black;
}

.new-phone, .bnew-phone {
    padding: 5px;
    border-radius: 10px;
    background-color: white;
    display: inline-block;
    z-index: 100;
    max-width: 30vw;
    position: fixed;
    top: 10px;
    right: 10px;
}

.new-phone {
    font-size: 2.5vw;
}

.red-phone img {
    width: 25px;
    height: 25px;
}

.red-phone a {
    color: #c4161c;
    font-size: 18px;
}

.bnew-phone {
    border: 2px solid black;
    font-size: 18px;
}

@media screen and (min-width: 992px) {
  .new-phone {
      display:none;
  }
  
  .red-phone {
      transform: translateY(80px);
  }
}

@media screen and (max-width: 380px) {
  .new-phone {
      transform: scale(75%);
      top: 15px !important;
      right: 0 !important;
  }
  .new-phone img {
      width: 10px !important;
      height: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .bnew-phone {
      right: calc(5px + 5vw);
  }
}

@media screen and (max-width: 991px) {
  .bnew-phone {
      display:none;
  }
}

.new-phone a, .bnew-phone a {
    
    color: #c4161c;
    margin-left: 10px;
}

.new-phone img, .bnew-phone img {
    width: 25px;
    height: 25px;
}

.new-phone img {
    transform: translateY(0px);
}

.bnew-phone img {
    transform: translateY(-5px);
}

/* -------------------------------------------------- */

#selectDiv {
    width: 700px;
    max-width: 90%;
    margin: 30px auto 0;
}

body {
    overflow-x: hidden;
}

@media screen and (max-width: 991px) {
  #patch-siparis-new-section h4 { /* dep. */
      font-size: 25px;
  }
}

@media screen and (min-width: 768px) {
  #subeList .timeline-item-wrap .cell-sm-6 {
        padding-bottom: 150px;
    }
}

#subeList .timeline-item-wrap {
    overflow: hidden;
}

.hidden {
    display: none;
}

#se-sl {
    font-size: 25px;
    color: white;
    margin-left: 20px;
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0 10px;
}

@media screen and (max-width: 560px) {
  #se-sl {
      font-size: 4vw !important;
  }
  
  #motor-img {
      width: 20vw !important;
  }
}


@media screen and (min-width: 992px) {
  #iletisim-phone {
        margin-left: 110px;
    }
}


.iconFA {
    font-size: 90px;
    color: #2b2c2f !important;
}

.icon-wrap a {
    color: #2b2c2f !important;
}

/* .fa-angle-up:before {
    content: "" !important;
} */

.item-default {
    font-size: min(50vw, 350px);
    padding: 50px;
    color: #F0F1F3;
    margin-top: 50px;
}

.menu-items {
    min-height: 60vh;
}

.menu-items img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.menu-items div {
    width: 100%;
    max-width: 90vw;
    min-height: 50vh;
    max-height: 70vh;
    background-color: #F0F1F3;
    border-radius: 20px;
    margin-top: 50px;
}



.selection *, .select2-dropdown--below {
    font-size: 16px !important;
    font-weight: bold !important;
}


@media screen and (min-width: 1200px) {
  .menu-items div {
        max-height: 1000vh;
    }
}
