@media only screen and (min-width:851px) {
    .sticky .topBar {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 34%);
        height: 80px;
    }
    .sticky .topBar .logo {
        width: 160px;
    }
    .topMenu ul li a:hover,
    .contactTel:hover {
        color: var(--brownColor);
    }
    .tabMenu li:not(.active):hover {
        background-color: #fbe4c7;
    }
}

@media only screen and (max-width: 1600px) {
    .title h1,
    .title h2 {
        font-size: 32px;
    }
    p {
        font-size: 18px;
    }
    .title2 h1,
    .title2 h2 {
        font-size: 35px;
    }
    .logo {
        width: 180px;
    }
    .topBar {
        height: 100px;
    }
    .ptop {
        padding-top: 100px;
    }
    .contactTel img {
        width: 33px;
    }
    .centerImg {
        width: 390px;
        margin: 30px auto 90px;
    }
    .socialContent ul li {
        font-size: 18px;
    }
    .socialCarousel .items {
        height: 480px;
    }
    .rptSect figure {
        height: 420px;
    }
    .threeBoxes figure {
        height: 480px;
    }
    .tabMenu li {
        width: 190px;
        font-size: 15px;
        height: 50px;
    }
    .katplaniSect h2 {
        font-size: 28px;
    }
    .katPlani h3 {
        font-size: 20px;
    }
    .katPlani table tr td {
        font-size: 16px;
        padding: 12px 0px;
    }
    .katplaniSect article:last-child table td {
        font-size: 13px;
    }
    .katplaniSect article {
        margin-bottom: 0;
    }
    #contactTabMenu li {
        font-size: 12px;
        padding: 11px 16px;
    }
    .cnContent table td {
        font-size: 18px;
    }
    .formBtn {
        width: 300px;
    }
    .fixedForm {
        width: 360px;
    }
    .form-title strong {
        font-size: 25px;
    }
    .contact_form .form-text,
    .contact_form .form-textarea {
        height: 35px;
    }
    textarea {
        padding-top: 5px !important;
    }
    .form-submit {
        width: 150px;
        height: 40px;
        font-size: 16px;
    }
    .whatsapp {
        width: 55px;
    }
    .galleryCarousel .owl-prev,
    .galleryCarousel .owl-next {
        width: 60px;
        height: 60px;
    }
    .galleryCarousel .owl-prev {
        left: -30px;
    }
    .galleryCarousel .owl-next {
        right: -30px;
    }
    .pdn {
        padding: 60px 0px;
    }
    .cicek-1 {
        width: 19%;
    }
    .kus {
        width: 13%;
    }
    .kelebek {
        width: 8%;
    }
    .yaprak {
        width: 40%;
    }
    .contactTel {
        margin: 5px 0px;
    }
    .tableFull {
        padding: 10px 0px !important;
        margin-top: 35px !important;
        margin-bottom: 0px !important;
    }
    .logolar {
        max-width: 1000px;
        margin: 0 auto 30px;
    }
    .logolar.min li {
        width: 200px;
    }
}

@media only screen and (max-width:850px) {
    .menuActive .topMenu {
        right: 0px;
    }
    main {
        overflow-x: hidden;
    }
    .pdn {
        padding: 25px 0px;
    }
    p {
        font-size: 15px;
    }
    .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: var(--primary);
        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: -280px;
        top: 0px;
        height: 100vh;
        width: 270px;
        background-color: var(--titlecolor);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
        background-color: var(--primary);
        padding: 0px 30px 0px;
        z-index: 1;
        transition: all ease-in-out .2s;
    }
    .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: 5px 0px;
        margin: 10px 0px;
    }
    .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;
    }
    .menuActive .topBar {
        left: -270px;
    }
    .sticky .topBar {
        box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
        background-color: #fff;
    }
    .bottom .topMenu {
        display: none !important;
    }
    .contactTel {
        display: none;
    }
    .logo {
        width: 150px;
    }
    .ptop {
        padding-top: 80px;
    }
    .title h1,
    .title h2 {
        font-size: 6.5vw;
    }
    .title h1 br,
    .title h2 br {
        display: none;
    }
    p br {
        display: none;
    }
    .title {
        margin-bottom: 10px;
    }
    .centerImg {
        width: 80%;
        margin: 20px auto;
        display: block;
    }
    .mgbNegative {
        margin-bottom: 30px;
    }
    .socialCarousel {
        width: 100%;
    }
    .socialContent {
        width: 100%;
        padding-top: 20px;
    }
    .title2 h1 br,
    .title2 h2 br {
        display: none;
    }
    .title2 h1,
    .title2 h2 {
        font-size: 6.5vw;
    }
    .title2 {
        margin-bottom: 10px;
    }
    .socialContent ul li {
        padding-left: 30px;
        font-size: 15px;
    }
    .socialContent ul {
        margin-top: 20px;
    }
    .socialContent ul li::Before {
        width: 18px;
        height: 18px;
    }
    .socialCarousel .items {
        height: 320px;
    }
    .cicek-1 {
        width: 40%;
        top: -6%;
    }
    .rptSect {
        flex-direction: column !important;
        margin-bottom: 20px;
    }
    .rptSect article {
        width: 90%;
        margin: 0 auto 20px !important;
        text-align: center;
    }
    .rptSect figure {
        width: 100% !important;
        border-radius: 0px !important;
        height: 250px;
    }
    .kelebek {
        right: 0%;
        top: -17%;
        width: 25%;
        z-index: 2;
    }
    .threeBoxes {
        flex-direction: column;
    }
    .threeBoxes article {
        width: 100%;
        text-align: center;
    }
    .threeBoxes figure {
        width: 100%;
        border-radius: 0px;
        height: 250px;
        margin: 20px 0px;
    }
    .yaprak {
        display: none;
    }
    .container,
    .container2,
    .container3 {
        max-width: 90%;
    }
    .kus {
        right: 0%;
        width: 33%;
        top: -22%;
    }
    .halfContent {
        width: 100%;
    }
    .tabMenu {
        position: relative;
        top: 0;
        margin-top: 20px;
    }
    .gallerySect {
        margin-top: 20px;
    }
    .tabMenu li {
        width: 50%;
    }
    .galleryCarousel .owl-prev,
    .galleryCarousel .owl-next {
        width: 40px;
        height: 40px;
    }
    .galleryCarousel .owl-next {
        right: -15px;
    }
    .galleryCarousel .owl-prev {
        left: -15px;
    }
    .katplaniSect figure {
        width: 100%;
        border-radius: 25px;
    }
    .katplaniSect {
        margin-top: 20px;
    }
    .katplaniSect article {
        width: 100%;
        padding-top: 15px;
    }
    .katplaniSect h2 {
        font-size: 6.5vw;
        margin-bottom: 20px;
    }
    .katPlani h3 {
        font-size: 5vw;
    }
    .katPlani table {
        width: 100%;
    }
    .katPlani {
        width: 100%;
        margin-bottom: 20px;
    }
    .katPlani table tr td {
        font-size: 15px;
    }
    .cnContent {
        width: 100%;
    }
    #contactTabMenu li {
        width: 47%;
        float: inherit;
        margin: 1%;
        display: inline-block;
    }
    #contactTabMenu {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .katplaniSect article:last-child .katPlani:last-child {
        margin-bottom: 0px;
    }
    .cnContent table td {
        font-size: 15px;
    }
    .cnContent table td:last-child {
        min-width: 70px;
    }
    .map {
        width: 100%;
        border-radius: 25px;
        margin-top: 20px;
    }
    .formBtn {
        display: none;
    }
    .whatsapp {
        display: none;
    }
    .bottom {
        padding-bottom: 90px;
        padding-top: 15px;
    }
    .bottom .logo {
        width: 110px;
    }
    .bottom .container {
        justify-content: center;
    }
    .fixedForm {
        height: calc(100vh - 80px);
        border-radius: 0px;
        padding: 15px 25px 60px;
        width: 95%;
    }
    .fixedForm {
        bottom: -100vh;
    }
    .ayricalikCarousel .items {
        width: 90%;
        margin: 0 auto;
    }
    .map {
        position: relative;
        height: 350px;
    }
    .parallax100 {
        height: 300px;
    }
    .logolar {
        display: inline-block;
        margin-top: -25px;
        align-items: center !important;
        text-align: center;
    }
    .logolar li {
        width: 46%;
        float: none;
        margin: 1.5%;
        min-height: 88px;
        display: inline-block;
        transform: scale(1);
    }
    .logolar li:nth-child(3) {
        width: 65%;
    }
    .iletisim-m {
        position: fixed;
        width: 100%;
        background: var(--brownColor);
        display: inline-block!important;
        box-sizing: border-box;
        bottom: -200px;
        z-index: 999;
        transition: all .3s ease-in-out;
        left: 0;
        display: inline-block;
    }
    .iletisim-m.active {
        bottom: 0;
        box-shadow: 0 0 15px rgba(0, 0, 0, .2)
    }
    .iletisim-m ul li {
        float: left;
        width: 50%;
        font-size: 22px;
        text-align: center;
        list-style: none
    }
    .iletisim-m ul li i {
        display: block;
        box-sizing: border-box;
        width: 27px;
        padding-bottom: 0;
        display: inline-block;
        position: relative;
        margin-right: 10px
    }
    .iletisim-m ul li:nth-child(1) {
        box-sizing: border-box;
        border-right: 1px solid #fff
    }
    .iletisim-m ul li:nth-child(2) {
        box-sizing: border-box
    }
    .iletisim-m ul li.form-icon {
        position: absolute;
        top: -25px;
        width: 80px;
        left: 50%;
        margin-left: -40px;
        text-align: center
    }
    .iletisim-m ul li a {
        color: #fff;
        font-size: 4vw;
        width: 100%;
        padding: 0;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        box-sizing: border-box;
        font-weight: 700
    }
    .iletisim-m ul {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0
    }
    .iletisim-m ul li:first-child a {
        justify-content: flex-start
    }
    .iletisim-m ul li.form-icon a {
        padding: 0
    }
    .iletisim-m ul li:nth-child(2) a {
        justify-content: flex-end
    }
    .tableFull .katPlani {
        width: 100% !important;
        margin: 0px !important;
    }
    .tableFull {
        width: 100% !important;
        margin: 0px !important;
        background-color: var(--primary);
        padding: 10px !important;
        border: none !important;
        margin-top: -20px !important;
    }
    .tableFull table tr td {
        padding: 5px 0px;
        color: #ffffff !important;
    }
    .logolar.min li {
        width: 38%;
        margin: 0 2%;
        min-height: initial;
    }
    .parallaxBg {
        background-attachment: initial;
    }
    .mobile-sanal {
        display: block !important;
    }
    .desktop-sanal {
        display: none !important;
    }
}