@media only screen and (max-width:850px) {
    .homeCarousel .items {
        height: 400px;
    }
    .topBar {
        height: 70px;
    }
    
    .mtop {
        margin-top: 70px;
    }
    
    .sliderContent {
        width: 80%;
    }
    
    .sliderContent h1 {
        font-size: 7vw;
    }
    
    .sliderContent p {
        font-size: 4vw;
        font-weight: 400;
    }
    
    .hakkinda figure {
        width: 100% !important;
        margin: 0px !important;
        height: 250px;
    }
    
    .pdn {
        padding: 25px 0px;
    }
    
    .hakkinda article {
        width: 100%;
        padding: 25px 0px 0 0 !important;
    }
    
    .title2 h2 {
        font-size: 6vw;
        line-height: 1.4;
    }
    
    .hakkinda p {
        font-size: 4vw;
    }
    .title h2 {
        font-size: 7vw;
    }

    .hakkinda article h3 {
        font-size: 4.5vw;
        width: calc(100% - 30px);
        margin-left: 30px;
    }

    .hakkinda article h3 br {
        display: none;
    }

    .hakkinda article h3::before {
        width: 10px;
        height: 10px;
        top: 6px;
    }
    .ozellikList {
        display: inline-block;
    }
    
    .ozellikList li {
        width: 100%;
        margin: 5px 0px;
        padding: 20px 5%;
    }
    
    .ozellikList li strong {
        font-size: 50px;
    }
    
    .ozellikList li span {
        font-size: 4.5vw;
    }
    .threeColumn {
        display: inline-block;
        width: 100%;
        margin: 0px;
    }

    .container2 {
        max-width: 90%;
    }


    .videoCarousel {
        margin-top: 14px;
    }

    .hBox figure {
        width: 90px;
    }

    .hBox span strong {
        font-size: 4vw;
    }

    .hBox p {
        font-size: 4vw;
    }

    .hBox span {
        width: calc(100% - 90px);
        padding: 0px 5%;
    }

    .bottom {
        font-size: 3.5vw;
        line-height: 1.4;
        padding: 20px 0px;
    }
    .menu-trigger {
        width: 40px;
        height: 25px;
        position: relative;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        }
      .menu-trigger .line {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #fff;
      }
    
   
      .menu-trigger .line {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #025D90;
        transition: 0.3s;
      }
      .menu-trigger .line.line-1 {
        transition: all 0.3s 0.3s, transform 0.3s 0s;
      }
      .menu-trigger .line.line-2 {
        top: 50%;
        margin-top: -1px;
        left: 0;
        transition: all 0.3s 0.3s;
      }
      .menu-trigger .line.line-3 {
        bottom: 0;
        top: auto;
        left: 0;
        transition: all 0.3s 0.3s, transform 0.3s 0s;
      }
      .menu-trigger.active {
        transform: rotate(135deg);
        transition: all 0.5s 0.3s;
      }
      .menu-trigger.active .line-1 {
        top: 50%;
        margin-top: -1px;
        transform: rotate(90deg);
        transition: all 0.3s, transform 0.3s 0.3s;
      }
      .menu-trigger.active .line-2 {
        opacity: 0;
        transition: all 0.3s, opacity 0.3s 0s;
      }
      .menu-trigger.active .line-3 {
        bottom: 50%;
        margin-bottom: -1px;
        transform: rotate(0deg);
        transition: all 0.3s, transform 0.3s 0.3s;
      }
    .topMenu {
        position: fixed;
        right: 0px;
        top: 0px;
        height: 100vh;
        width: 270px;
        background-color: #025D90;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .topMenu>ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .topMenu>ul>li>a {
        font-size: 5vw;
        margin: 0px;
        color: #fff;
    }
    
    .topMenu>ul>li {
        padding: 20px 0px;
        min-width: 150px;
        margin: 0px;
    }
    .menuActive main {
        right: 270px;
    }
    .menuActive {
        overflow: hidden;
    }
    .shadowMask {
        position: fixed;
        left: 0px;
        top: 0px;
        width: auto;
        height: 100vh;
        bottom: 0px;
        right: 0px;
        z-index: 5;
        background-color: rgb(0 0 0 / 50%);
        opacity: 0;
        pointer-events: none;
        transition: all .3s cubic-bezier(0.48, -0.02, 0.57, 0.95);
    }
    
    .menuActive .shadowMask {
        opacity: 1;
        pointer-events: initial;
        right: 270px;
    }
    .logo {
        width: 200px;
        margin-left: 50px;
    }
    .header2 h1, .header2 h2 {
        font-size: 7vw;
        padding: 40px 0px;
    }
    
    .header2 {
        height: auto;
    }
    
    .centerContent article h2 {
        font-size: 5vw;
        text-align: justify;
    }
    
    .centerContent article p {
        font-size: 4vw;
        text-align: justify;
    }
    
    .img100 {
        margin-top: 0px;
    }
    .videoCarousel .owl-item .items figure {
        height: 250px;
    }
}