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

    html, body {
        -webkit-text-size-adjust: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    body {
        overflow: hidden;
        overflow-y: auto;
        font-family: 'DM Sans', sans-serif;
          background-color: #fafafa;
          outline: none !important;
          font-weight: 300;
          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;
      }
  
  
      .header{
        padding-top: 10px;
        padding-bottom: 10px;
        z-index: 98;
        width: 100%;
        height: auto;
        position: fixed;
        backdrop-filter: blur(20px); 
        -webkit-backdrop-filter: blur(20px);
        background-color: rgba(255,255,255,0.4);
      }

      .header2{
        padding-top: 10px;
        padding-bottom: 10px;
        z-index: 98;
        width: 100%;
        height: auto;
        position: fixed;
        backdrop-filter: blur(20px); 
        -webkit-backdrop-filter: blur(20px);
        background-color: rgba(0,0,0,0.4);
      }
  
      .logo{
        width: 150px;
        height: 35px;
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-size: 90% auto;
        transition: 0.2s;
      }
  
      .logo.active{
        width: 180px;
        height: 35px;
        background-size: 90% auto;
      }

      .logo2{
        width: 150px;
        height: 35px;
        background-image: url(../images/logo2.png);
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-size: 90% auto;
        transition: 0.2s;
      }
  
      .logo2.active{
        width: 180px;
        height: 35px;
        background-size: 90% auto;
      }
  
  
      .main-menu-btn{
        margin-top: 12px;
        font-size: 15px;
        color: #2c3032;
        font-weight: 500;
        padding: 0px 20px;
        display: inline-block;
        transition: 0.2s;
      }
  
      .main-menu-btn:hover{
        opacity: 0.65;
        transition: 0.2s;
      }

      .main-menu-btn2{
        margin-top: 12px;
        font-size: 15px;
        color: #fff;
        font-weight: 500;
        padding: 0px 20px;
        display: inline-block;
        transition: 0.2s;
      }
  
      .main-menu-btn2:hover{
        opacity: 0.65;
        transition: 0.2s;
      }
  
  
      .search-btn{
        font-size: 14px;
        font-weight: 700;
        border: 2px solid #2f52a0;
        border-radius: 50px;
        padding: 10px 20px;
        color: #333;
        display: inline-block;
        cursor: pointer;
        font-weight: 500;
        transition: 0.2s;
      }
  
      .search-btn:hover{
        transition: 0.2s;
        border: 2px solid #2f52a0;
        background-color: #2f52a0;
        color: #fff;
        border-radius: 50px;
        padding: 10px 20px;
        display: inline-block;
      }
  
      .search-btn:hover .search-btn-ico{
        color: #fff;
      }
  
      .search-btn-ico{
        color: #2f52a0;
        font-size: 14px;
        transition: 0.2s;
      }
  
      .search-btn-ico:hover{
        font-size: 14px;
        transition: 0.2s;
      }
   
      .fullmenu-area{
        cursor: pointer;
        width: 44px;
        height: 44px;
        margin-left:10px;
        transform: scale(1);
        overflow: hidden;
        transition: 0.2s;
      }
  
      .fullmenu-area:hover{
        transform: scale(0.90);
        transition: 0.2s;
  
      }
  
      .full-menu-bg{
        background-color: rgba(36,46,128,0.9);
        backdrop-filter: blur(10px); 
        -webkit-backdrop-filter: blur(10px);
    }
    
    .full-menu-img-area{
        overflow: hidden;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
        position: relative;
    }
  
    .menu-area{
      padding-bottom: 150px;
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 70px;
      width: 100%;
      height: 100vh;
      position: absolute;
      overflow: auto;
      left: 0px;
      right: 0px;
      bottom: 0px;
      top: 0px;
      margin: auto;
      background-image: url(../images/menu-shadow.png);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100%;
  }
  
  
  .menu-title{
    display: block;
    color: rgba(255,255,255,0.5);
    font-weight: 700;
    font-size: 12px;
  }
  
  
  .fullmenu-button{
    line-height: 20px;
    margin-top: 7px;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: 0.2s;
    cursor: pointer;
  }
  
  .fullmenu-button:hover{
    opacity: 0.5;
    transition: 0.2s;
  }
  
  
  .bayi-cta{
    display: inline-block;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
  }
  
  .bayi-cta:hover{
    background-color: #fff;
    color: #28348b;
  }
  
  
  .banner{
    overflow: hidden;
    display: none;
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .banner-mob{
    width: 100%;
    overflow: hidden;
    height: auto;
    padding-top: 100px;
  }
  
  
  h1{
    font-size: 20px !important;
    font-weight: 500 !important;
    display: block !important;
    color: #323739 !important;
    line-height: 20px !important;
  }
  
  h2{
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #28348b !important;
    display: block !important;
    line-height: 30px !important;
  }
  
  h3{
    font-size: 15px !important;
    letter-spacing: 4px !important;
    color: #656666 !important;
    display: block !important;
    font-weight: 300 !important;
  }

  h3-white{
    font-size: 15px !important;
    letter-spacing: 4px !important;
    color: #fff !important;
  display: block !important;
  font-weight: 700 !important;
  }

  h3-content{
    font-size: 15px !important;
    letter-spacing: 0px !important;
    color: #fff !important;
  display: block !important;
  font-weight: 700 !important;
  }
  
  h4{
    font-size: 27px !important;
    font-weight: 700 !important;
    display: block !important;
    color: #323739 !important;
  }
  
  .h4-blue{
    font-size: 34px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    color: #2f52a0 !important;
  }
  
  h5{
    font-size: 25px !important;
    font-weight: 300 !important;
    color: #28348b !important;
    display: block !important;
  }
  
  h6{
    font-size: 25px !important;
    display: block !important;
    color: #28348b !important;
    font-weight: 700 !important;
    letter-spacing: -2px;
  }
  
  h7{
    font-size: 12px !important;
    display: block !important;
    color: #828282 !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
  }
  
  .number-area{
    border: 1px solid #cccccc;
    border-radius: 150px;
    padding: 25px 15px !important;
  }
  
  .product-box{
    border: 1px solid #cccccc;
    border-radius: 20px;
  }
  
  .product-right-area{
    position: relative;
    right:0px;
    bottom: 0px;
    width: 100%;
    height: 390px;
  }
  
  .product-right{
    height: 430px;
    right:0px;
    bottom: 0px;
    width: 100%;
    position: absolute;
    background-image: url(../images/urun1.png);
    background-repeat: no-repeat;
    background-position: right -20px bottom -40px;
    background-size: 72%;
    border-bottom-right-radius: 40px;
  }
  
  .product-half-area{
    position: relative;
    right:0px;
    bottom: 0px;
    width: 100%;
    height: 330px;
  }
  
  .product-half-area-img{
    height: 370px;
    right:0px;
    bottom: 0px;
    width: 100%;
    position: absolute;
    background-image: url(../images/urun2.png);
    background-repeat: no-repeat;
    background-position: right -20px bottom -40px;
    background-size: 53%;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
  }
  
  .product-half-area2{
    position: relative;
    right:0px;
    bottom: 0px;
    width: 100%;
    height: 330px;
  }
  
  .product-half-area-img2{
    height: 370px;
    right:0px;
    bottom: 0px;
    width: 100%;
    position: absolute;
    background-image: url(../images/urun3.png);
    background-repeat: no-repeat;
    background-position: right -160px bottom -55px;
    background-size: auto 120%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  
  p{
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 300 !important;
    color: #323739 !important;
    display: block !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
  
  info-text{
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.4) !important;
    display: block !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
  
  p-white{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #fff !important;
    display: block !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
  
  .banner-cta{
    font-size: 14px;
    border: 2px solid #2f52a0;
    border-radius: 50px;
    padding: 10px 25px;
    color: #555;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    transition: 0.2s;
  }
  
  .banner-cta:hover{
    transition: 0.2s;
    border: 2px solid #2f52a0;
    background-color: #2f52a0;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    display: inline-block;
  }
  
  .banner-cta:hover .banner-cta-ico{
    color: #fff;
  }
  
  .banner-cta-ico{
    color: #2f52a0;
    font-size: 14px;
    transition: 0.2s;
  }
  
  .banner-cta-ico:hover{
    font-size: 14px;
    transition: 0.2s;
  }
  
  .space{
    height: 50px;
  }
  
  
  .banner-scroll{
    display: none;
    z-index: 1;
    width: 50px;
    height: 50px;
    position: absolute;
    left:0px;
    right:0px;
    margin: auto;
    bottom: 20px;
    background-image: url(../images/scrolldown.svg);
    background-repeat: no-repeat;
    overflow: hidden;
    transition: 0.2s;
    animation: banner-scroll 2s infinite;
  }
   
  
    @keyframes banner-scroll {
      0% {
        background-position: center -20px;
      }
      50% {
      background-position: center 0px;
      }
      100% {
      background-position: center -20px;
      }
    }
  
  
    .hyper-box{
      color: #323739;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
    }
  
    .hyper-box:hover{
      text-decoration: underline;
    }
  
    .hyper-box-ico{
      color: #455af4;
      font-size: 13px;
      margin-left: 6px;
    }

    .hyper-product{
      color: #323739;
      display: inline-block;
      font-size: 13px;
      font-weight: 700;
    }
  
    .hyper-product:hover{
      text-decoration: underline;
    }
  
    .hyper-product-ico{
      color: #455af4;
      font-size: 13px;
      margin-left: 6px;
    }
  
    .title-stroke{
      width: 125px;
      height: 5px;
      background-image: url(../images/title-stroke.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
    }
  
    .wrap-bg{
      background-image: url(../images/wrap-bg.svg);
      background-repeat: no-repeat;
      background-position: left -250px center;
      background-size: auto 100%;
    }
  
  
    .form-area{
      background-color: #2f52a0;
      background-image: url(../images/teknoizolasyon-bg-ico2.svg);
      background-repeat: no-repeat;
      background-position: left -40px center;
      background-attachment: fixed;
      background-size: auto 35%;
    }
  
  
    form-subtitle{
      font-size: 24px;
      color: #fff;
      font-weight: 300;
      display: block;
    }
  
    form-title{
      font-size: 40px;
      line-height: 45px;
      color: #fff;
      font-weight: 700;
      display: block;
    }
  
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: rgba(255,255,255,0.7);
      opacity: 1; /* Firefox */
    }
  
    .field-dew{
      width:100%;
      padding: 15px 17px 15px 45px;
      color: #fff;
      border: 1px solid rgba(255,255,255,0.4);
      background-color: transparent;
      outline: none;
      border-radius: 40px;
      font-size: 14px;
      font-weight: 500;
      background-image: url(../images/field-user.svg);
      background-repeat: no-repeat;
      background-position: left 20px center;
      background-size: auto 30%;
      transition: 0.2s;
    }
  
    .field-dew:hover{
      border: 1px solid rgba(255,255,255,1);
      transition: 0.2s;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    }
  
    .field-dew2{
      width:100%;
      padding: 15px 17px 15px 45px;
      color: #fff;
      border: 1px solid rgba(255,255,255,0.4);
      background-color: transparent;
      outline: none;
      border-radius: 40px;
      font-size: 14px;
      font-weight: 500;
      background-image: url(../images/field-phone.svg);
      background-repeat: no-repeat;
      background-position: left 20px center;
      background-size: auto 30%;
      transition: 0.2s;
    }
  
    .field-dew2:hover{
      border: 1px solid rgba(255,255,255,1);
      transition: 0.2s;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    }
  
    .field-dew3{
      width:100%;
      padding: 15px 17px 15px 45px;
      color: #fff;
      border: 1px solid rgba(255,255,255,0.4);
      background-color: transparent;
      outline: none;
      border-radius: 40px;
      font-size: 14px;
      font-weight: 500;
      background-image: url(../images/field-mail.svg);
      background-repeat: no-repeat;
      background-position: left 20px center;
      background-size: auto 30%;
      transition: 0.2s;
    }
  
    .field-dew3:hover{
      border: 1px solid rgba(255,255,255,1);
      transition: 0.2s;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    }
  
    .field-dew4{
      width:100%;
      padding: 15px 17px 15px 45px;
      color: #fff;
      border: 1px solid rgba(255,255,255,0.4);
      background-color: transparent;
      outline: none;
      border-radius: 40px;
      font-size: 14px;
      font-weight: 500;
      background-image: url(../images/field-mesaj.svg);
      background-repeat: no-repeat;
      background-position: left 20px center;
      background-size: auto 30%;
      transition: 0.2s;
    }
  
    .field-dew4:hover{
      border: 1px solid rgba(255,255,255,1);
      transition: 0.2s;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    }
  
  
    content-title{
      font-size: 16px;
      color: #323739;
      display: block;
      font-weight: 500;
    }
  
    content-title-blue{
      font-size: 60px;
      color: #2f52a0;
      display: block;
      font-weight: 700;
    }
  
  
    .home-swipe-box{
      border: 1px solid #ccc;
      border-radius: 20px;
      padding: 20px 20px;
      height: 250px;
    }

    .mob-swipe-box{
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 20px 20px;
        height: auto;
      }
  
    .home-swipe-box-title{
      font-size: 28px;
      line-height: 28px;
      font-weight: 500;
      color: #2f52a0;
      display: block;
    }
  
    .home-swipe-box-title2{
      font-size: 38px;
      line-height: 28px;
      font-weight: 700;
      color: #2f52a0;
      display: block;
    }
  
    .home-swipe-box-subtitle{
      font-size: 18px;
      line-height: 28px;
      font-weight: 500;
      color: #2f52a0;
      display: block;
    }
  
  
    .footer-left{
      background-color: #e3e3e3;
      background-image: url(../images/footer-left-bg.jpg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: cover;
    }
  
    .footer-right{
      background-image: url(../images/footer-right-mob.jpg);
      background-repeat: no-repeat;
      background-position: center right;
      background-size:auto 100%;
    }
  
    .footer-right-bottom{
      border-top: 1px solid rgba(255,255,255,0.2);
    }
  
    .footer-ico{
      font-size: 12px;
      color: #2d539c;
    }
  
    .slider-lg-dew{
      padding-right: 0px !important;
      padding-left: 0px !important;
    }
  
    .slider-lg-dew2{
      padding: 0px 0px !important;
    }


    .header-mob{
        display: none !important;
    }

    .dew-nav{
      width: 100%;
      height: 60px;
      background-color: rgba(36,46,128,0.7);
      backdrop-filter: blur(20px) saturate(600%); 
      -webkit-backdrop-filter: blur(20px) saturate(600%);
      position: fixed;
      left:0px;
      right:0px;
      bottom: 0px;
      z-index: 98;
    }

    .dew-nav-btn{
      width: 100%;
      height: 60px;
      padding-top: 10px;
      opacity: 0.5;
    }

    .dew-nav-btn-active{
      width: 100%;
      height: 60px;
      padding-top: 10px;
    }

    .dew-nav-btn-text{
      font-size: 10px;
      margin-top: 3px;
      color: rgba(255,255,255,0.7);
      display: block;
      font-weight: 500;
    }

    .dew-nav-home{
      position: absolute;
      width: 100%;
      height: 60px;
      margin: auto;
      left:0px;
      right:0px;
    }

    .dew-nav-home-ico{
      width: 65px;
      height: 65px;
      position: absolute;
      left:0px;
      right:0px;
      top: -30px;
      background-color: #fff;
      box-shadow: 0px 10px 30px 5px rgba(0,0,0,.4);
      border-radius: 100px;
      margin: auto;
    }

    .mobil-menuarea{
      margin-top: -40px !important;
    }
    
    .content-banner{
      width: 100%;
      height: 60vh;
      background-image: url(../images/about-banner-mob.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative;
    }

  
    .content-banner-text{
      width: auto;
      max-width: 1300px;
      position: absolute;
      left:0px;
      right: 0px;
      margin: auto;
      bottom: 50px;
      width: 100%;
      height: auto;
    }

    .corporate-banner{
      width: 100%;
      height: 60vh;
      background-image: url(../images/corporate-banner-mob.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative;
    }

    .eps-banner{
      width: 100%;
      height: 60vh;
      background-image: url(../images/eps-banner-mob.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative;
    }

    content-banner-subtitle{
      font-size: 40px;
      color: #fff;
      display: block;
      font-weight: 700;
    }
  
    content-banner-title{
      font-size:55px;
      color: #6994ff;
      display: block;
      font-weight: 700;
    }

    .left-menu{
      border: 1px solid #c5c5c5;
      border-radius: 35px;
      overflow: hidden;
      position: -webkit-sticky;
      position: sticky;
      top: 70px;
      display: none;
    }
  
    .left-menu-button{
      background-image: url(../images/left-menu-arrow1.svg);
      background-repeat: no-repeat;
      background-position: right 15px center;
      background-size: auto 15px;
      border-radius: 30px;
      font-size: 13px;
      font-weight: 500;
      color: #333;
      padding: 20px 39px 20px 20px;
      line-height: 17px;
      transition: 0.2s;
      cursor: pointer;
      margin-top: 5px;
    }
  
    .left-menu-button:hover{
      background-color: #ececec;
    }
  
    .left-menu-button-active{
      background-image: url(../images/left-menu-arrow2.svg);
      background-repeat: no-repeat;
      background-position: right 15px center;
      background-size: auto 15px;
      border-radius: 30px;
      font-size: 13px;
      font-weight: 500;
      background-color: #294896;
      color: #fff;
      padding: 20px 39px 20px 20px;
      line-height: 17px;
      transition: 0.2s;
      cursor: pointer;
      margin-top: 5px;
    }

    .left-menu-title{
      font-size: 17px;
      font-weight: 700;
      letter-spacing: 3px;
      display: block;
      color: #294896;
    }

    .opener{
      overflow: hidden;
      position: fixed;
      height: 100vh;
      background-color: rgba(79,129,255,0.9);
      backdrop-filter: blur(20px); 
      -webkit-backdrop-filter: blur(20px);
      top: 0px;
      bottom: 0px;
      left:0px;
      margin: auto;
      z-index: 999998;
      animation: opener1 3s forwards;

    }
  
    
      @keyframes opener1 {
        0% {
          right: 0px;
        }
        50% {
          right: 0px;
        }
        100% {
          right: 100%;
        }
      }
  
  
      .opener-logo{
        margin: auto;
        position: absolute;
        top:0px;
        bottom: 0px;
        height: 100px;
        width: 100px;
        right:0px;
        left: 0px;
        filter: drop-shadow(0px 0px 20px rgba(0,0,0,.7));
      }
  
      #value{
        color: #fff;
        font-size: 100px;
        font-weight: 300;
        position: absolute;
        right:30px;
        bottom: 0px;
        margin: auto;
      }

      .ct-banner-text{
        margin-right: 5px;
        font-size: 12px;
        color: #fff;
        display: inline-block;
      }
  
      .ct-banner-link{
        margin-right: 5px;
        cursor: pointer;
        font-size: 12px;
        color: #fff;
        display: inline-block;
      }
  
      .ct-banner-link:hover{
        text-decoration: underline;
      }

      .lightimg{
        opacity: 1;
      }
  
      .lightimg:hover{
        opacity: 0.6;
      }

      .content-frame{
        cursor: pointer;
        border: 1px solid #ccc;
        border-radius: 25px;
        padding: 20px 20px;
        transition: 0.2s;
        margin-bottom: 10px;
      }
  
      .content-frame:hover{
        border: 1px solid #999;
        transition: 0.2s;
      }

      product-title{
        font-size: 25px !important;
        font-weight: 300 !important;
        color: #333 !important;
        display: block !important;
      }
  
      .modal-close{
        opacity: 1 !important;
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: absolute;
    right:0px;
    left: 0px;
    margin: auto;
    bottom: -50px;
    transition: 0.2s;
    z-index: 9898989;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    transform: scale(1.2);
    border-radius: 40px;
    background-color: #fff;
    background-image: url(../images/close-01.svg);
    background-size: auto 85%;
    background-repeat: no-repeat;
    background-position: center center;
    } 
    
    .modal-close:hover{
        background-color: #196ce1 !important;
        transform: scale(1.2) !important;
        background-image: url(../images/close-02.svg);
    }
  
    .modal-content{
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100% !important;
      margin: auto !important;
      pointer-events: auto;
      background-color: #fff;
      background-clip: padding-box;
      border:none !important;
      box-shadow: none !important;
      border-radius: 0.3rem;
      outline: 0;
      }

}