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

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

      html{
        visibility: hidden;
      }
  
  

      @keyframes grow-progress {
        from { transform: scaleX(0); }
        to { transform: scaleX(1); }
      }
      
      #progress {
        position: fixed;
        display: none;
        left: 0;
        top: 0;
        width: 100%;
        z-index:99991238 !important;
        height:3px;
        background: #ea1b22;
        z-index:99998;
        transform-origin: 0 50%;
        animation: grow-progress auto linear;
        animation-timeline: --page-scroll;
      }
      
      
      
      
      
          body {
            /**
              -webkit-user-select: none;
              -ms-user-select: none;
              user-select: none;
              **/
              text-shadow: rgba(0,0,0,.01) 0 0 1px;
              background-color: #fff !important;
              overflow: overlay;
              font-family: "Lexend Deca", sans-serif !important;
              outline: none !important;
              color: #000 !important;
              -webkit-transition: all 0.2s ease-in-out;
              text-decoration: none;
              margin: auto;
              direction:ltr;
              /**
              overflow-x: hidden !important;
              **/
              position: relative;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              -webkit-tap-highlight-color: transparent;
              }
      
              /**main-font-weight 300-700**/
      
              .opener{
                width: 350px;
                height: 191px;
                position: fixed;
                left:0px;
                right:0px;
                top: 0px;
                bottom: 0px;
                margin: auto;
                overflow: hidden;
              }
      
              .opener-feather{
                width: 350px;
                height: 191px;
                position: absolute;
                left:0px;
                right:0px;
                top: 0px;
                bottom: 0px;
                margin: auto;
                background: rgb(255,255,255);
                background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
                z-index:9;
              }
      
              .opener1{
                width: 350px;
                height: 191px;
                position: absolute;
                top: 0px;
                background-image: url(../images/opener1.svg);
                background-size: 100% 100%;
                background-position: center center;
                background-repeat: no-repeat;
                animation: name 1s forwards;
              }
            @keyframes name {
              0% {
                left:-350px;
                filter: blur(10px);
                opacity: 0;
              }
            100% {
              left:0px;
              filter: blur(0px);
              opacity: 1;
            }
            }
              .opener2{
                width: 350px;
                height: 191px;
                position: absolute;
                top: 0px;
                background-image: url(../images/opener2.svg);
                background-size: 100% 100%;
                background-position: center center;
                background-repeat: no-repeat;
                animation: surname 1s forwards;
              }
              @keyframes surname {
                0% {
                  right:-350px;
                }
              100% {
                right:0px;
              }
              }
              .opener3{
                width: 350px;
                height: 191px;
                position: absolute;
                left: 0px;
                right:0px;
                bottom: 0px;
                top: 0px;
                background-image: url(../images/opener3.svg);
                background-size: 100% 100%;
                background-position: center center;
                background-repeat: no-repeat;
                animation: title 2s forwards;
              }
              @keyframes title {
                0% {
                  opacity: 0;
                  filter: blur(20px);
                }
              100% {
                opacity: 1;
                  filter: blur(0px);
              }
              }
      
              .opener-fadeout{
                width: 100%;
                height: 100vh;
                position: fixed;
                left:0px;
                right: 0px;
                bottom: 0px;
                top: 0px;
                margin: auto;
                background-color: #fff;
                z-index:99;
                animation: fadeout 4s forwards;
              }
      
              @keyframes fadeout {
                0% {
                  opacity: 0;
                }
              90% {
                opacity: 0;
              }
              100% {
                opacity: 1;
              }
              }
      
      
              .header{
                z-index:998;
                width: 100%;
                top: 0px;
                height: auto;
                padding: 20px 20px 20px 20px;
                backdrop-filter: blur(10px); 
                -webkit-backdrop-filter: blur(10px);
                background-color: rgba(255, 255, 255, .8);
                position: fixed;
                transition: 0.3s ease-in-out;
                box-shadow: 0px 10px 40px rgba(0,0,0,0.0);
              }
      
              .header.active{
                padding: 5px 10px 5px 10px;
                transition: 0.3s ease-in-out;
                box-shadow: 0px 10px 40px rgba(0,0,0,0.05);
                height: 60px;
              }
      
              .logo{
                position: fixed;
                left: 0px;
                right: 0px;
                top: 10px;
                margin: auto;
                width: 100%;
                height: 70px;
                background-image: url(../images/borabalcioglu-logo.svg);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 85% 85%;
                transition: 0.3s ease-in-out;
                display: inline-block;
              }
      
              .logo.active{
                top: -200px;
              }

              .logo-mob{
                position: fixed;
                background-image: url(../images/borabalcioglu-logo-active.svg);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: auto 50%;
                left: 0px;
                right: 0px;
                top: -100px;
                width: 100%;
                height: 60px;
                transition: 0.3s ease-in-out;
              }

              .logo-mob.active{
                top: 0px;
                transition: 0.3s ease-in-out;
              }
      
      
              .DEWcontainer{
                width: 90%;
                margin: auto;
              }
      
              .DEWcontainer-2{
                width: 90%;
                margin: auto;
              }
      
              .DEWfooter{
                width: 60%;
                margin: 60px auto 100px auto;
              }
      
              .main-menu-button{
                font-size: 18px;
                cursor: pointer;
                font-weight: 400;
                letter-spacing: -0.3px;
                color: #000;
                display: inline-block;
                border-bottom: 2px solid transparent;
                transition: 0.3s ease-in-out;
                padding-bottom: 5px;
                padding-top: 5px;
                margin-right: 40px;
              }
      
              .main-menu-button.active{
                font-size: 15px;
                transition: 0.3s ease-in-out;
              }
      
              .main-menu-button:hover{
                border-bottom: 2px solid rgba(0,0,0,0.5);
                transition: 0.3s ease-in-out;
              }
      
              .banner{
                width: 90%;
                height: auto;
                margin: 120px auto 50px auto;
                border: 1px solid #ea1b22;
                border-radius: 15px;
                padding: 25px 15px 0px 15px;
              }
      
              .banner img{
                border-radius: 15px;
              }
      
              h1{
                font-size: 70px !important;
                color: #ea1b22 !important;
                display: block !important;
                font-weight: 600 !important;
                letter-spacing: -2px !important;
              }
      
              h2{
                font-size: 17px !important;
                color: #000 !important;
                display: block !important;
                font-weight: 400 !important;
                letter-spacing: 0px !important;
              }
      
              h3{
                font-size: 18px !important;
                letter-spacing: 5px !important;
                color: #000 !important;
                display: block !important;
                font-weight: 600 !important;
                padding: 5px 15px !important;
                border-top: 1px solid rgba(0,0,0,.2) !important;
                border-bottom: 1px solid rgba(0,0,0,.2) !important;
                display: inline-block !important;
              }
      
              h4{
                font-size: 27px !important;
                color: #000 !important;
                display: block !important;
                font-weight: 500 !important;
                line-height: 32px !important;
              }
      
              h5{
                font-size: 20px !important;
                color: #000 !important;
                display: block !important;
                font-weight: 500 !important;
                line-height: 25px !important;
              }
              h6{
                font-size: 14px !important;
                color: rgba(0,0,0,.7) !important;
                display: block !important;
                font-weight: 400 !important;
                line-height: 20px !important;
              }
      
              p{
                font-size: 16px !important;
                font-weight: 300 !important;
                color: rgba(0,0,0,.8) !important;
                display: block !important;
                line-height: 25px !important;
              }
      
      
              .cta1{
                border: 1px solid #ea1b22;
                padding: 10px 50px;
                font-size: 15px;
                font-weight: 500;
                color: #000;
                display: inline-block;
                border-radius: 35px;
                cursor: pointer;
                transition: 0.1s ease-in-out;
              }
      
              .cta1:hover{
                border: 1px solid #ea1b22;
                background-color: #ea1b22;
                color: #fff;
                transition: 0.1s ease-in-out;
              }
      
              .cta1:active{
                border: 1px solid #1d1d1d;
                background-color: #1d1d1d;
                color: #fff;
                transition: 0.01s ease-in-out;
              }
      
              .cta2{
                border: 1px solid #ea1b22;
                padding: 10px 50px;
                background-color: #ea1b22;
                font-size: 15px;
                font-weight: 500;
                color: #fff;
                display: inline-block;
                border-radius: 35px;
                cursor: pointer;
                transition: 0.1s ease-in-out;
              }
      
              .cta2:hover{
                border: 1px solid #ea1b22;
                background-color: transparent;
                color: #1d1d1d;
                transition: 0.1s ease-in-out;
              }
      
              .cta2:active{
                border: 1px solid #1d1d1d;
                background-color: #1d1d1d;
                color: #fff;
                transition: 0.01s ease-in-out;
              }
      
              .cta3{
                border: 1px solid #ea1b22;
                padding: 15px 50px;
                background-color: #ea1b22;
                font-size: 15px;
                font-weight: 500;
                color: #fff;
                display: inline-block;
                border-radius: 35px;
                cursor: pointer;
                transition: 0.1s ease-in-out;
              }
      
              .cta3:hover{
                border: 1px solid #ea1b22;
                background-color: transparent;
                color: #1d1d1d;
                transition: 0.1s ease-in-out;
              }
      
              .cta3:active{
                border: 1px solid #1d1d1d;
                background-color: #1d1d1d;
                color: #fff;
                transition: 0.01s ease-in-out;
              }
      
              .info-text{
                font-size: 13px;
                color: rgba(0,0,0,0.44);
                display: block;
                font-weight: 400;
              }
      
             .main-box{
              position: relative;
              border-radius: 18px;
              border:1px solid #ea1b22;
              padding: 20px;
              min-height: 490px;
              cursor: pointer;
              transition: 0.1s ease-in-out;
             }
      

             .main-box:active{
              border: 1px solid rgba(0,0,0,.1);
              transition: 0.001s ease-in-out;
              transform: scale(1);
              box-shadow: 0px 20px 30px rgba(0,0,0,.0);
             }
      
             .main-box-nav{
              width: 90%;
              height: 50px;
              margin: auto;
              position: absolute;
              left:0px;
              right:0px;
              bottom: 30px;
              border-radius: 17px;
             }
      
             .left-stroke{
              width: 70px;
              height: 2px;
              display: inline-block;
              background-color: #ea1b22;
             }
           
             .main-box-img{
              width: 100%;
              height: 140px;
              background-repeat: no-repeat;
              background-position: center center;
              background-size: cover;
              border-radius: 17px;
              transition: 0.1s ease-in-out;
             }
      
             .news-title{
              font-size: 18px;
              font-weight: 400;
              color: #000;
              line-height: 23px;
              display: block;
             }
      
             .news-subtitle{
              font-size: 15px;
              font-weight: 400;
              color: rgba(0,0,0,.7);
              display: block;
              line-height: 23px;
             }
      
             .share-ico{
              width: 35px;
              height: 35px;
              background-color: #fff;
              border: 1px solid rgb(0,0,0,.3);
              border-radius: 100px;
              font-size: 14px;
              text-align: center;
              padding-top: 10px;
              color: rgba(0,0,0,.5);
              cursor: pointer;
              transition: 0.1s ease-in-out;
              margin-left: 5px;
              margin-right: 5px;
              font-weight: 700;
             }
      
             .share-ico:hover{
              background-color: #ea1b22;
              color: #fff;
              border: 1px solid #ea1b22;
              transition: 0.1s ease-in-out;
             }
      
      
             .home-social{
              display: inline-block;
              margin: auto 5px;
              width: 45px;
              height: 45px;
              font-size: 20px;
              color: #fff;
              text-align: center;
              padding-top: 6px;
              background-color: #ea1b22;
              border-radius: 10px;
              border: 2px solid #ea1b22;
              transition: 0.1s ease-in-out;
             }
      
             .home-social:hover{
              background-color: #fff;
              color: #000;
              border: 2px solid #ea1b22;
              transition: 0.1s ease-in-out;
             }
      
             .auto-box{
              border-radius: 18px;
              border:1px solid #ea1b22;
              padding:40px;
             }
      
             .journal-input{
              margin: auto;
              width: 100%;
              height: auto;
              padding: 15px 20px 13px 50px;
              border: 1px solid rgba(0,0,0,.4);
              font-size: 15px;
              font-family: "Lexend Deca", sans-serif !important;
              font-weight: 400;
              outline: none;
              border-radius: 13px;
              background-repeat: no-repeat;
              background-position: left 15px center;
              background-size: auto 35%;
              background-image: url(../images/mail-ico.svg);
             }
      
      
             .journal-input:hover{
              border: 1px solid rgba(0,0,0,.9);
             }
      
             .journal-input:focus{
              outline: 3px solid rgb(0, 0, 255,0.1);
              border: 1px solid rgb(190, 190, 233);
             }
      
             .journal-send{
              padding: 13px 20px;
              cursor: pointer;
              border: 1px solid #ea1b22;
              background-color: #ea1b22;
              color: #fff;
              border-radius: 13px;
              font-size: 16px;
              transition: 0.1s ease-in-out;
             }
      
             .journal-send:hover{
              background-color: #fff;
              color: #000;
              border: 1px solid #ea1b22;
              transition: 0.1s ease-in-out;
             }
      
             .journal-send:active{
              background-color: #1d1d1d;
              border: 1px solid #1d1d1d;
              color: #fff;
              transition: 0.01s ease-in-out;
             }
      
             .footer-link{
              font-size: 17px;
              font-weight: 400;
              color: #000;
              display: inline-block;
              margin-left: 10px;
              margin-right: 10px;
              cursor: pointer;
             }
      
             .footer-link:hover{
              opacity: 0.6;
             }
      
             .footer-sublink{
              font-size: 14px;
              font-weight: 300;
              color: rgba(0,0,0,.6);
              display: inline-block;
              margin-left: 10px;
              margin-right: 10px;
              cursor: pointer;
             }
      
             .footer-sublink:hover{
              opacity: 0.6;
             }
      
            
            .modal-close{
              opacity: 1 !important;
              background-color: #ea1b22;
              overflow: hidden;
              width: 35px;
              height: 35px;
              position: absolute;
              right:10px;
              top: 10px;
              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:hover{
            background-color: #e94046 !important;
            transform: scale(1) !important;
        }
          
          .modal-close:active{
              background-color: #000 !important;
              transform: scale(0.9) !important;
          }
        
          .modal-content{
            position: relative;
            height: auto;
            padding: 40px !important;
            overflow: auto;
            -ms-flex-direction: column;
            flex-direction: column;
            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;
            border-radius:20px !important;
            outline: 0;
            z-index:9898989 !important;
            }
      
      
      .show{
        height: 100vh !important;
        backdrop-filter: blur(15px); 
        background-color: rgb(0, 0, 0,0.3);
        -webkit-backdrop-filter: blur(15px);
        z-index:9998 !important;
      }
      
      .modal-backdrop{
        display: none !important;
      }
      
      body.modal-open {
        overflow: hidden;
        z-index:9998 !important;
      }
      
      .modal-backdrop.show{
      z-index:998 !important;
      opacity: 0 !important;
      }
      
      .mob-solutions{
      font-size: 12px;
      display: block;
      font-weight: 700;
      color: #1d1d1d;
      padding: 20px 10px 20px 30px;
      }
      
      .dew-hr{
        width: 100%;
        height: 2px;
        background-color: rgba(0,0,0,.085);
        margin-top: 10px;
        margin-bottom: 10px;
      }
      
      .form-input{
        margin: auto;
        width: 100%;
        height: auto;
        padding: 12px 20px;
        border: 1px solid rgba(0,0,0,.4);
        font-size: 15px;
        font-family: "Lexend Deca", sans-serif !important;
        font-weight: 400;
        outline: none;
        border-radius: 13px;
       }
      
       .form-input:hover{
        border: 1px solid rgba(0,0,0,.9);
       }
      
       .form-input:focus{
        outline: 3px solid rgb(0, 0, 255,0.1);
        border: 1px solid rgb(190, 190, 233);
       }


       .mobillogo{
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 40px;
        text-align: center;
       }
      

       .mobilmenuarea{
       }


       

       .dew-nav{
        bottom: 0px;
        width: 100%;
        height: 60px;
        backdrop-filter: blur(10px); 
        -webkit-backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, .8);
        position: fixed;
        left: 0px;
        right: 0px;
        z-index:9998;
        box-shadow: 0px -10px 40px rgba(0,0,0,0.1);
        transition: 0.3s ease-in-out;
       }

       .dew-nav.active{
        bottom: 0px;
        transition: 0.3s ease-in-out;
       }

       .dew-nav-btn{
        position: relative;
        float: left;
        width: 25%;
        padding-top: 6px;
        height: 60px;
        text-align: center;
       }

       .dew-nav-btn-active{
        width: 50%;
        position: absolute;
        left: 0px;
        right: 0px;
        height: 6px;
        bottom: 0px;
        background-color: #ea1b22;
        border-radius: 10px 10px 0px 0px;
        margin: auto;
       }

       .dew-nav-btn:active{
        transform: scale(0.9);
       }

       .dew-nav-btn-text{
        margin-top: 2px;
        font-size: 8px;
        font-weight: 400;
        color: #000;
        display: block;
       }




 /**content**/


       .content-banner{
        width: 100%;
        height: 200px;
        display: flex;
        align-items: end;
        justify-content: center;
        padding-bottom: 15px;
       }

       .content-banner-title{
        font-size: 25px;
        color: #000;
        font-weight: 500;
        display: block;
       }

       .content-banner-subtitle{
        font-size: 15px;
        color: #777;
        font-weight: 400;
        display: block;
       }


 .title1{
  font-size: 30px;
  font-weight: 500;
  color: #000;
  display: block;
  line-height: 35px;
 }

 .title2{
  font-size: 16px;
  font-weight: 400;
  color: #777;
  display: block;
  line-height: 35px;
 }

 p{
  font-size: 15px !important; 
  color: #1d1d1d !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 25px !important;
 }

 .mainimg{
  border-radius: 15px;
 }



 /**content2**/

 .content-banner2{
  width: 100%;
  height: 120px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 80px;
 }

 .news-cover{
  width: 100%;
  height: 300px;
  overflow: hidden;
  padding: 0;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
 }

 .news-cover-buttons{
  width: auto;
  height: auto;
  padding: 10px 20px;
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255,255,255,1);
  border-top-left-radius: 30px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #fff;
 }

 .news-content-title{
  font-size: 26px !important;
  color: #000 !important;
  display: block !important;
  font-weight: 400 !important;
  line-height: 31px !important;
 }
 .news-content-subtitle{
  font-size: 18px !important;
  color: #000 !important;
  display: block !important;
  font-weight: 300 !important;
  line-height: 25px !important;
 }

 .tag-box{
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 4px;
  background-color: #ea1b22;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.1s ease-in-out;
 }

 .tag-box:hover{
  background-color: #1d1d1d;
  transition: 0.1s ease-in-out;
 }

 .content-share-ico{
  width: 35px;
  height: 35px;
  border-radius: 100px;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  color: #ea1b22;
  cursor: pointer;
  transition: 0.1s ease-in-out;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
 }

 .content-share-ico:hover{
  color: #000;
  transform: scale(1.6);
  transition: 0.1s ease-in-out;
 }

 .center-stroke{
  margin: 50px auto 50px auto !important;
  width: 250px;
  height: 1px;
  background-color: #ea1b22;
 }

 .DEWcontainer-3{
  width: 80%;
  margin: auto;
}

.news-pagination-area{
  cursor: pointer;
  padding: 10px;
  background-color: #F7F8FA;
  border-radius: 18px;
  transition: 0.1s ease-in-out;
}

.news-pagination-area:hover{
  background-color: #ebecee;
  transform: translateY(-10px);
  transition: 0.1s ease-in-out;
}

.news-pagination-img{
  width: 100px;
  height: 130px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
}

.news-pagination-text{
  width: calc(100% - 100px);
  height: 130px;
  float: right;
  padding: 10px 10px 10px 20px;
}

.news-pagination-img2{
  width: 100px;
  height: 130px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: right;
}

.news-pagination-text2{
  width: calc(100% - 100px);
  height: 130px;
  float: left;
  padding: 10px 20px 10px 10px;
}

.clear-fix{
  clear: both;
}

.pagination-title{
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: block;
  line-height: 19px;
}

.news-pagination-arrow{
  font-size: 12px;
  color: rgba(0,0,0,.6);
  display: block;
  font-weight: 400;
}

/**final**/

.contact-social{
  width: 35px;
  height: 35px;
  margin-right: 0px;
  border-radius: 10px;
  background-color: #e94046;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  cursor: pointer;
}

.contact-social:hover{
  background-color: #1d1d1d;
}

.lightimg{
  opacity: 1;
  transition: 0s ease-in-out;
}

.lightimg:hover{
  opacity: 0.8;
  transition: 0s ease-in-out;
  transform: scale(1.05);
}

}













