@media only screen and (max-width:1600px){
    .header {
        height: 450px;
    }
    .ozellikSect ul li p {
        font-size: 16px;
    }
    
    .featureTop {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:850px){
    main {
        overflow-x: hidden;
    }
    .pdn {
        padding: 25px 0px;
    }
    
    p {
        font-size: 16px;
    }
    .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: #a7248d;
        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;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
        padding: 80px 30px 0px;
        z-index: 1;
        background-color: #5f0543;
    }
    .topMenu>ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .topMenu>ul>li>a {
        font-size: 5vw;
        margin: 0px;
        color: #fff;
        line-height: 1.2;
        display: table;
        padding: 10px 20px;
        margin: 10px 0px;
        border: none;
    }
    
    .topMenu>ul>li {
        margin: 0px;
        width: 100%;
    }
    .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.42, 0, 0.18, 1);
    }
    
    .menuActive .shadowMask {
        opacity: 1;
        pointer-events: initial;
        right: 270px;
    }
    .topMenu>ul>li:last-child {
        border: none;
    }
    .topBar {
        height: 80px;
        background-color: #f3f4f6;
    }
    .menuActive .topBar {
        left: -270px;
    }
    .topContactBtn {
        width: 90%;
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        bottom: 0;
        z-index: 4;
        left: 5%;
        border-radius: 360px;
        height: 55px;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 15px;
        background: #fff !important;
        color: rgb(168,36,142);
    }
   
    .sticky .topBar {
        box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    }
    .formTitle {
        font-size: 6vw;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .form-btn {
        transform: inherit;
        left: 0px;
        right: 0px;
        width: 100%;
        bottom: 0px;
        top: initial;
        box-shadow: 0px -5px 20px rgb(0 0 0 / 15%);
        z-index: 999;
        background-color: #5f0543;
    }
    .fixedForm {
        right: 0px;
        top: 110%;
        width: 100%;
        transform: initial !important;
        height: calc(100% - 60px);
        display: flex !important;
        align-items: center;
        justify-content: center;
        background-color: #a8248e;
    }
    .fixedForm.active {
        top: 80px;
        border-radius: 0px;
        z-index: 99;
        transform: initial !important;
    }
    .kapatForm {
        left: initial;
        right: 10px;
        top: 10px;
    }
    .fixedForm .form-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    #formDiv {
        width: 100%;
    }
    .header {
        height: 200px;
        background-position: 35% 50%;
    }
    
    .slogan {
        right: 5%;
        left: initial;
        width: 60%;
        transform: translate(0, -50%);
    }
    .bilgiBtn {
        width: max-content;
        display: inline-block;
    }
    
    .logo {
        width: 135px;
    }
    
    .mtop {
        margin-top: 75px;
    }
.title-1 {
    font-size: 5.5vw;
}

.talepBtn span {
    font-size: 3.5vw;
    padding: 15px 35px;
}

.talepBtn {
    margin-top: 20px;
}

.logolar {
    display: inline-block;
    text-align: center;
}

.logolar li {
    float: left;
    width: 46%;
    margin: 5px 1%;
    height: auto;
    padding: 0;
    float: initial;
    display: inline-block;
}

.title-2 {
    font-size: 7vw;
}

.ozellikSect ul li {
    width: 100%;
    height: auto;
    margin: 10px 0px;
}

.contact {
    width: 100%;
    height: auto;
    border-radius: 30px 30px 0px 0px;
    padding: 25px;
}

.map {
    border-radius: 20px 20px 0px 0px;
    height: 350px;
}

.contact p {
    width: 100%;
}

.footerForm {
    width: 100%;
    border-radius: 0px 0px 30px 30px;
    height: auto;
    padding: 30px;
}

.socialMedia {
    margin-top: 50px;
}

.bottom {
    padding-bottom: 80px;
}
.form-title {
    text-align: center;
}
}