
/* width */
::-webkit-scrollbar {
  height: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: transparent;
}


body {
  -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar  {
    display: none;
    height: 0;
    width: 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

    html, body {
        overflow-x:hidden;
        -webkit-text-size-adjust: none;
	      touch-action: manipulation;
      } 

      body {
        /*
          -webkit-user-select: none;
          -ms-user-select: none;
          user-select: none;
          */
          background-color: #fff !important;
          overflow: overlay;
          font-family: 'Plus Jakarta Sans', sans-serif !important;
          outline: none !important;
          font-weight: 500;
          color: #000 !important;
          -webkit-transition: all 0.2s ease-in-out;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          text-decoration: none;
          margin: auto;
          direction:ltr;
          overflow-x: hidden !important;
          height: auto;
      }

      .show{
        background-color: rgba(0,0,0,.7) !important;
      }

      .main-title{
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 30px;
        color: #2f5a51;
        display: block;
        font-weight: 800;
      }

      .main-subtitle{
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 15px;
        color: rgb(47, 90, 81,0.5);
        display: block;
        font-weight: 800;
        letter-spacing: 2px;
      }
  
      .urun-frame{
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
        overflow: hidden;
        width: 100%;
        height: 450px;
        border-radius: 20px;
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: 0.1s ease-in-out;
      }

      .urun-frame:active{
        opacity: 0.96;
        transform: translateY(5px);
        transition: 0.1s ease-in-out;
      }
      

      .urun-frame2{
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
        overflow: hidden;
        width: 100%;
        height: 300px;
        border-radius: 20px;
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: 0.1s ease-in-out;
      }

      .urun-frame2:active{
        opacity: 0.96;
        transform: translateY(5px);
        transition: 0.1s ease-in-out;
      }

      .urun-frame3{
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
        overflow: hidden;
        width: 100%;
        height: 200px;
        border-radius: 20px;
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: 0.1s ease-in-out;
      }

      .urun-frame3:active{
        opacity: 0.96;
        transform: translateY(5px);
        transition: 0.1s ease-in-out;
      }

      .urun-text-area{
        border-radius: 20px 20px 0px 0px;
        position: absolute;
        top:0px;
        left:0px;
        right:0px;
        margin: auto;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 150px;
        padding-top: 30px;
        height: auto;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
      }

      .urun-title{
        transition: 0.1s ease-in-out;
        letter-spacing: -0.7px;
        font-size: 30px;
        color: #fff;
        display: block;
        font-weight: 800;
        line-height: 35px;
      }

      .urun-title-en{
        letter-spacing: 2px;
        font-size: 11px;
        color: rgba(255,255,255,0.85);
        display: block;
        font-weight: 800;
        line-height: 20px;
        font-style: italic;
      }

      .urun-subtitle{
        font-size: 13px;
        color: rgba(255,255,255,1);
        display: block;
        font-weight: 500;
        line-height: 20px;
      }

      .main-cta{
        width: 80%;
        height: auto;
        padding: 10px;
        font-size: 10px;
        letter-spacing: 2px;
        font-weight: 700;
        backdrop-filter: blur(10px); 
        -webkit-backdrop-filter: blur(10px);
        background-color: rgba(0,0,0,0.1);
        border-radius: 10px 10px 0px 0px;
        color: #fff;
        box-shadow: 0px -10px 20px rgba(0,0,0,.2);
        position: absolute;
        left:0px;
        right:0px;
        bottom: 0px;
        margin: auto;
        text-align: center;
      }

      .nt1{
        margin-top: -2rem;
      }

      .nt2{
        margin-top: -3rem;
      }

      .nt3{
        margin-top: -4rem;
      }

      .nt4{
        margin-top: -5rem;
      }


      .main-bg{
        background-repeat: repeat;
        background-position: center top;
        background-size:100%;
        width: 100%;
        height: auto;
        margin: 0px !important;
        padding: 0px !important;
      }

      .main-bg2{
        background-repeat: no-repeat;
        background-position: center top;
        background-size:100%;
        width: 100%;
        height: auto;
        margin: 0px !important;
        padding: 0px !important;
      }


      .info-text{
        font-size: 12px;
        font-weight: 600;
        color: rgba(0,0,0,.4);
      }     



      .dew-nav{
        padding-left:3px;
        padding-right: 3px;
        padding-top: 0px;
        width: 90%;
        height: 60px;
        margin: auto;
        position: fixed;
        z-index:9998;
        backdrop-filter: blur(10px); 
        -webkit-backdrop-filter: blur(10px);
        background-color: rgba(255,255,255,0.8);
        left:0px;
        right:0px;
        bottom: 20px;
        border-radius: 80px;
        box-shadow: 0px 0px 30px rgba(0,0,0,.1);
      }

      .dew-nav-btn{
        padding-top: 11px;
        width: 20%;
        height: 60px;
        border-radius: 80px;
        float: left;
        font-size: 9px;
        font-weight: 600;
        color: #1d1d1d;
        text-align: center;
      }

      .dew-nav-btn:active{
        opacity: 0.7;
        transform: scale(0.93);
        border: 1px solid rgba(0,0,0,.5);
        color: #fff !important;
        background-color: #2f5a51;
      }

      .dew-nav-btn:active img{
        filter: brightness(132);
      }

      .cleardew{
        clear: both;
      }

      .detay{
        margin-bottom: 15px;
        border-radius: 20px;
        position: relative;
        background-color: #fff;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        transition: 0.05s ease-in-out;
      }

      .detay:active{
        background-color: #2f5a51;
        transition: 0.05s ease-in-out;
      }

      .detay:active .detay-yemek-title{
        color: #fff;
        transition: 0.05s ease-in-out;
      }

      .detay:active .detay-yemek-en-title{
        color: #fff;
        transition: 0.05s ease-in-out;
      }

      .detay:active .detay-yemek-fiyat{
        color: #fff;
        transition: 0.05s ease-in-out;
      }

      .detay img{
        border-radius: 20px;
      }


      .detay-yemek-title{
        font-size: 14px;
        font-weight: 700;
        color: #1d1d1d;
        display: block;
        line-height: 17px;
      }

      .detay-yemek-en-title{
        margin-top: -2px;
        font-size: 10px;
        font-style: italic;
        font-weight: 600;
        color: rgba(0,0,0,.6);
        display: block;
        line-height: 20px;
      }

      .detay-yemek-img-area{
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.2));
        margin-left: -30px;
      }

      .detay-yemek-fiyat{
        font-size: 13px;
        font-weight: 800;
        color: #1d1d1d;
        display: block;
        line-height: 20px;
      }


      .modal-close{
        opacity: 1 !important;
        background-color: #e53935;
        overflow: hidden;
        width: 50px;
        height: 50px;
        position: fixed;
        right:30px;
        top: 20px;
        margin: auto;
        transition: 0s;
        z-index: 9898989;
        cursor: pointer;
        transform: scale(1);
        border-radius: 10px;
        background-image: url(../images/close-01.svg);
        background-size: auto 85%;
        background-repeat: no-repeat;
        background-position: center center;
    } 
    
    .modal-close:active{
        background-color: #000 !important;
        transform: scale(0.9) !important;
    }
  
    .modal-content{
      position: relative;
      
      padding-top: 0px !important;
      height: 100vh;
      padding-left:0px !important;
      padding-right: 0px !important;
      overflow: auto;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0px !important;
      width: 100% !important;
      top: 10px !important;
      margin: auto !important;
      pointer-events: auto;
      background-image: url(../images/modal-bg.jpg);
      background-size: auto 100%;
      background-repeat: no-repeat;
      border:none !important;
      box-shadow: none !important;
      border-radius: 10px !important;
      outline: 0;
      }



      .urun-detay-title{
        font-size: 28px;
        line-height: 38px;
        color: #fff;
        display: block;
        font-weight: 800;
      }

      .urun-detay-comment{
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500;
        color: rgba(255,255,255,.8);
        display: block;
        line-height: 19px;
      }

      .urun-detay-price{
        font-size: 17px;
        font-weight: 800;
        color: #fff;
        display: block;
      }

      .detayimgarea{
        overflow: hidden;
      }


      .swipe-content{

      }

      .swipe-content img{
        border-radius:20px;
      }


      .multimg{
        width: 20px;
        height: 20px;
        background-image: url(../images/multimg.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        position:absolute;
        right: 15px !important;
        top: 15px !important;
      }

}