

@media screen and (max-width: 1025px){
    .sector_button{
        transform: rotate(-90deg);
    }
    .sector_button_up{
        left: 0;
        top: 35%;
    }

    .sector_button_down{
        left: 95%;
        bottom: 37%;
    }
    .sector_section{
        padding: 80px 0;
    }
    .sector_right{
        margin-top: 25px;
    }
    .parallax .row{
        justify-content: center!important;
    }
    .projcard-innerbox::before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .projcard:nth-child(2n) .projcard-img {
        width: 100%
    }

    .projcard-img {
        width: 100%
    }

    .projcard:nth-child(2n) .projcard-textbox::after {
        content: none;
    }

    .projcard-textbox::before {
        content: none;
    }

    .projcard .projcard-textbox {
        position: initial;
        padding: 20px;
        width: 100% !important;
        height: 100%;
    }

    .projcard-blue .projcard-bar, .projcard-textbox div {
        z-index: 2
    }

    .projcard-textbox div {
        color: #fff !important;
    }
}

@media screen and (max-width: 1025px) {
    .blog_area {
        padding: 26px;
    }

    .blog_a_pad{
        padding: 20px!important;
    }
    .news{
        margin-top: 50px;
        padding-left: 0;
    }
    .mps-0{
        padding-left: 0;
    }
    .about_section{
        padding: 50px 0;
    }
    .fnp_br{
        display: none;
    }
    .services_cards{
        width: 315px;
    }
    .parallax {
        padding: 50px 20px;
    }

    .parallax_fluid {
        position: initial;
        margin-top: 0;
    }

    .parallax_fluid:before {
        content: none;
    }

    .parallax_steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        margin-top: 0;
        padding: 0;
        flex-direction: column;
    }

    .parallax_steps > :last-child {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .parallax_steps-step_wrapper {
        margin: 25px 0 0 0;
    }

    .parallax_marker_spot {
        display: none;
    }

    .parallax_header h4 {
        font-size: 38px;
    }

    .parallax_header_first {
        padding-left: 50px;
    }

    .parallax_img {
        width: 55px;
        margin-bottom: 4px;
    }

    .parallax_steps-step .title {
        font-size: 14px;
        text-align: center;
    }

    .dgr_product_title{
        font-size: 28px;
    }
    .dgr_product_out .col-lg-6.last-child .dgr_product_desc{
        padding-left: 0;
        margin: 25px 0;
    }
    .dgr_product_desc{
        padding-right: 0;
        margin: 25px 0;
    }
    .pages{
        padding: 60px 0;
    }
    .youtube_link{
        margin: 0 0 30px;
    }
    .right_card{
        margin: 30px 0;
    }
    .product_card_image{
        margin: 0 auto;
    }
    .breadcrumb a{
        font-size: 14px;
    }
    .pdf{
        margin: 30px 0;
    }
    .dgr_product_out{
        margin-top: 40px;
    }
    .container_fnp {
        margin: 40px;
    }

    .breadcrumb-nav {
        margin-left: 33px;
    }


    .project_out_first, .project_out_second {
        margin-bottom: 50px
    }

    p {
        font-size: 14px;
    }

    .home_container {
        padding: 0 15px !important;
    }

    .main_slider_section .main_slider img {
        height: 100vh;
    }

    .section_title {
        font-size: 30px;
    }

    .main_slider_section .main_slider .slide_content .slide_title {
        font-size: 40px;
    }

    .main_slider_section .main_slider .slide_content {
        width: 100%;
        padding: 0 15px;
    }

    .service_slider_area .slick-slide {
        margin-right: 20px;
    }

    .service_slider_area .slick-slide:last-child {
        margin-right: 0;
    }

    .toggle_desk {
        display: none !important;
    }

    .mobile_lang {
        display: block;
    }

    .pb-100 {
        padding-bottom: 50px !important;
    }

    .pt-100 {
        padding-top: 50px !important;
    }

    .service_slider_area .slick-dots {
        margin-top: 20px;
    }

    .service_slider_area .service_arrow {
        bottom: -50px;
    }

    .next_arrow {
        right: 34%;
    }

    .prev_arrow {
        right: 50%;
    }

    .about_grid_item {
        padding: 50px 15px 50px 15px;
    }

    .main_navbar {
        position: fixed;
        display: block;
        left: -100%;
        width: 85%;
        background: #fff;
        transition: 0.3s ease-in-out;
        height: 100vh;
        margin: 0;
        top: 0;
        padding: 20px;
    }

    .main_navbar .menu_wrapper .firts_menu {
        display: none;
    }

    .main_navbar .menu_wrapper .second_menu {
        display: none;
    }

    .activate {
        left: 0px;
    }

    .desktop_logo {
        display: none;
    }

    .mobile_logo {
        display: block;
    }

    .mobile_menu {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
        align-items: start !important;
    }

    .mobile_menu li {
        list-style: none;
        padding: 10px 0;
        width: 100%;
    }

    .mobile_submenu {
        padding-left: 1rem !important;
    }

    .mobile_menu .menu_item .menu_link {
        color: #000;
        padding-right: 20px;
    }

    .menu_item.has_dropdown:after {
        content: "\f078";
        display: none;
        font-family: 'FontAwesome';
        color: #000;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile_menu .mobile_submenu {
        flex-direction: column;
        align-items: start !important;
    }

    .mobile_menu .mobile_submenu li a {
        font-size: 14px;
        font-weight: 400 !important;
    }


    .mobile_nav {
        position: absolute;
        top: 20px;
        right: 10px;
        background: transparent;
        outline: none;
        appearance: none;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: end;
        transition: 0.3s ease-in-out;
    }

    .menu_item.has_dropdown {
        position: relative;
    }

    .menu_item.has_dropdown span.dropd {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        height: 45px;
        text-align: right;
        padding: 10px 0;
    }

    .mobile_nav span {
        transition: 0.3s ease-in-out;
    }

    .mobile_nav span:nth-child(1) {
        width: 40px;
        height: 1px;
        background: #fff;
        display: block;
        margin-bottom: 10px;
        text-align: right;
    }

    .mobile_nav span:nth-child(2) {
        width: 20px;
        height: 1px;
        background: #fff;
        display: block;
        text-align: right;
        margin-bottom: 10px;
    }

    .mobile_nav span:nth-child(3) {
        width: 30px;
        height: 1px;
        background: #fff;
        display: block;
        text-align: right;
        margin-bottom: 10px;
    }

    .mobile_nav.collapsed span:nth-child(1) {
        width: 30px;
        transform: rotate(45deg) translateX(1px);
        transform-origin: top left;
        left: 5px;
    }

    .mobile_nav.collapsed span:nth-child(2) {
        opacity: 0;
    }

    .mobile_nav.collapsed span:nth-child(3) {
        width: 30px;
        transform: rotate(-45deg);
        transform-origin: top left;
        bottom: -1px;
    }

    .product_wrapper {
        padding-left: 15px;
        margin-left: 0;
    }

    .partner_card_slider {
        transform: translateX(0) !important;
    }

    .partner_card_slider .slick-slide {
        margin-right: 15px;
        margin-left: 15px;
    }

    .video_section .video_bg {
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .play-button {
        width: 50px;
        height: 50px;
    }

    .oil_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px !important;
    }

    .vertical_align {
        padding: 15px !important;
    }

    .video_section {
        padding: 100px 0 !important;

    }

    .footer_menu {
        padding-left: 0;
    }

    .footer_title {
        text-align: left;
    }

    footer div.text-center {
        text-align: left !important;
    }

    .footer_contact {
        padding-left: 0;
    }

    .footer_title.pad-left {
        padding-left: 0px !important;
    }

    .cookie_area {
        text-align: center;
    }

    .footer_bottom .d-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer_bottom .fnp {
        margin-bottom: 20px;
    }

    .footer_middle .row {
        gap: 30px;
    }

    .partner_title {
        font-size: 26px !important;
    }

    .corporate_oil_section {
        padding: 0 0 50px 0;
    }

    .home_about:before {
        opacity: 0;
    }

    .about_slider .slick-slide img {
        height: auto;
    }

    .about_grid_item {
        padding-bottom: 0;
    }

    .header {
        padding: 10px 0;
    }

    .scroll_down {
        transform: translateX(-50%);
    }

    .product_section .container.pb-100 {
        padding-bottom: 30px !important;
    }


    .partner_title:after {
        top: 35px;
        left: 15px;
    }

    .about_section .about_detail {
        position: relative;
        left: 0;
        box-shadow: none;
    }

    .m-mb-50 {
        margin-bottom: 50px;
    }

    .m-mb-20 {
        margin-bottom: 20px;
    }

    .main_banner {
        height: 200px !important;
    }

    .main_banner .banner_title {
        font-size: 30px;
    }

    .services_title {
        font-size: 22px;
        margin-bottom: 20px !important;
    }

    .services_detail p {
        margin-bottom: 30px;
    }

    .contact_title {
        font-size: 20px;
    }

    .contact_info_title {
        font-size: 16px;
    }

    .info1_wrapper p {
        font-size: 14px;
    }

    .footer_social:after, .footer_social:before {
        display: none;
    }

    .footer_social {
        justify-content: start;
    }

    .prev_product {
        right: 70px;
        bottom: -15px;
        left: auto;
        z-index: 9999;
    }

    .next_product {
        right: 15px;
        left: auto;
        bottom: -15px;
    }

    .m-flex-column-reverse {
        flex-direction: column-reverse !important;
    }

    .home_social {
        left: 10px;
        bottom: 60px;
    }

    #section03 a span {
        width: 36px;
        height: 36px;
    }

    #section03 a span::before {
        width: 36px;
        height: 36px;
    }

    #section03 a {
        padding-top: 35px;
        left: 30px;
    }

    .home_social:before {
        height: 80px;
        top: -100px;
    }

    .footer_sol {
        justify-content: flex-start;
        margin: 15px 0;
    }


}

@media (max-width: 850px) {
    .pages_title {
        font-size: 26px;
        padding-left: 60px;
    }

    .pages_title:before {
        width: 50px;
    }

    .dgr_product_out .col-lg-6:first-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .dgr_product_out .col-lg-6.last-child {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .dgr_product_title {
        font-size: 32px;
    }

    .dgr_product_button {
        font-size: 14px;
    }

    .dgr_product_out .col-lg-6.last-child .dgr_product_button {
        font-size: 14px;
    }

    .blog_right {
        padding: 30px 0;
    }

    .blog_right h3 {
        font-size: 26px;
    }

    .blog_spot {
        margin: 20px 0 40px 70px;
    }

    .about_video_container {
        width: 100% !important;
    }

    .breadcrumb-nav {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .breadcrumb {
        padding-left: 10px;
    }

    .section_title:before {
        width: 50px;
    }

    .section_title {
        padding-left: 70px;
    }

    .content_detail {
        padding-right: 0;
    }

    .container_fnp {
        margin: 0 20px !important;
    }

    .about_section {
        padding: 50px 0;
    }

    .fnp_br {
        display: none;
    }

    .form {
        grid-template-columns: 1fr;
    }

    .contact-form:before {
        top: -13px;
        left: initial;
        right: 70px;
    }

    .square {
        transform: translate(140%, 43%);
        height: 350px;
    }

    .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%;
    }

    .text {
        margin: 1rem 0 1.5rem 0;
    }

    .social-media {
        padding: 1.5rem 0 0 0;
    }

    .about_detail {
        font-size: 14px;
    }

    .overlay div:first-child {
        font-size: 34px;
    }

    .services_a_card {
        width: 100%;
    }

    .services_content {
        right: 0;
    }

    .sector_title_up {
        font-size: 22px;
    }

    .sector_title {
        font-size: 28px;
    }

    .yukari_dis {
        bottom: 15%;
        right: 0;
    }

    .contact_card_btn_list {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .footer_sol {
        justify-content: flex-start;
        margin: 15px 0;
    }

}

@media screen and (max-width: 768px){
    .popup .popup_inner{
        width:100%;
    }
    .sector_detail{
        margin-top: 40px;
    }

    .sector_button_up{
        left: 0;
        top: 35%;
    }

    .sector_button_down{
        left: 92%;
        bottom: 35%;
    }
}

@media screen and (max-width: 496px) {
    .catalog_p_h{
        font-size: 14px;
        padding: 10px;
    }
    .parallax {
        padding: 50px 0;
    }
    .sector_detail{
        margin-top: 20px;
    }
    .sector_right{
        margin-top: 0;
    }
    .dgr_product_title {
        font-size: 24px !important;
    }
    .blog_a_pad{
        padding: 0!important;
    }

    .dgr_product_desc {
        padding-right: 0;
        font-size: 14px;
        margin: 10px 0;
    }

    .dgr_product_out .col-lg-6.last-child .dgr_product_desc {
        padding-left: 0;
    }

    .d-xs-none {
        display: none;
    }

    .container {
        padding: 1.5rem;
    }


    .square,
    .big-circle {
        display: none;
    }

    form,
    .contact-info {
        padding: 1.7rem 1.6rem;
    }

    .text,
    .information,
    .social-media p {
        font-size: 0.8rem;
    }

    .title {
        font-size: 1.15rem;
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .icon {
        width: 23px;
    }

    .input {
        padding: 0.45rem 1.2rem;
    }

    .header {
        padding: 30px 0 !important;
    }

    .mobile_nav {
        top: 30px !important;
    }

    .contact-btn {
        padding: 0.45rem 1.2rem;
    }

    .slide_description {
        padding: 0 20px;
    }

    .subscribe_section {
        padding: 0 0 70px 0;
    }

    .subscribe_card_form button {
        font-size: 14px;
    }

    .subscribe_card_form input {
        font-size: 14px;
        border-radius: 0;
    }

    .about_title {
        font-size: 28px;
    }

    .about_video_container {
        height: 300px;
    }

    .services_section {

        padding: 100px 0;
    }

    .services_image {
        object-fit: contain;
    }

    .sector_button_down{
        left: 85%;
        bottom: 40%;
    }

    .sector_button_up{
        left:0;
        top: 32%;
    }

    .services_a_card {
        height: 350px !important;
        padding: 20px;
        justify-content: flex-start;
    }

    .services_a_title {
        padding-left: 13%;
    }

    .services_a_title::before {
        width: 17%;
    }

    .services_a_card .row:nth-child(2) {
        padding-left: 0%;
    }

    .services_a_link.active {
        font-size: 12px;
    }

    .services_a_link {
        font-size: 12px;
    }

    .services_card_detail-title {
        font-size: 22px;
    }

    .sector_section {
        padding: 150px 0 50px;
    }

    .services_card_detail-detail {
        padding-right: 0;
    }

    .services_card_detail.active {
        padding-right: 0;
        margin-top: 40px;
    }

    .sector_section .col-lg-12:nth-child(1) {
        margin: 120px 0 50px 0;
    }

    .services_a_card_but {
        flex-direction: row;
        top: 80%;

    }

    .services_card_but {
        margin-bottom: 0;
        margin-left: 20px;
    }

    .sector_right {
        padding-left: 12px;
    }

    .sector_baslik {
        font-size: 24px;
        margin: 20px 0;
    }


    .comment_area {
        padding: 0;
    }

    .comment_card_title {
        font-size: 24px;
        padding: 30px 0 0 0;
    }

    .comment_btn_left, .comment_btn_right {
        top: 13%;
    }

    .comment_btn_left {
        left: -15px;
        padding: 5px 15px;
    }

    .comment_btn_right {
        right: -15px;
        padding: 5px 15px;
    }

    .comment_card {
        padding: 0 10px 50px 10px;
    }

    .comment_client {
        line-height: 1.5;
    }

    .comment_card_indicators .indicator {
        width: 30px;
    }

    .comment_card_indicators .indicator.active {
        width: 30px;
    }

    .comment_client p {
        margin-bottom: 0;
    }



    .blog_area_title {
        font-size: 20px;
        margin-bottom: 26px;
        padding-left: 50px;
    }

    .blog_area_title:before {
        width: 40px;
    }

    .blog_a_right_title, .blog_new_title {
        margin: 15px;
        font-size: 18px;
    }

    .blog_a_right_detail {
        font-size: 14px;
    }

    .carousel {
        margin-bottom: 60px;
    }

    .carousel-controls {
        bottom: -25px;
        gap: 20px;
    }

    .services_card_but,
    .blog_a_card_left,
    .blog_a_card_right,
    .blog_new_card_left,
    .blog_new_card_right {
        padding: 5px 15px;
    }


    .news {
        padding: 0;
    }

    .carousel-controls_new {
        bottom: 35px;
        gap: 20px;
    }

    .blog_new_btn {
        margin-bottom: 60px;
    }

    .blog_new_detail, .blog_a_right_detail {
        margin: 0 1rem 1rem 1rem;
    }

    .new_time {
        font-size: 14px;
        margin: 15px 0 0 15px;
    }

    .footer_sol {
        justify-content: left;
        margin: 15px 0;
    }

    .copyright, .fnp_ust {
        text-align: center;
        margin: 5px 0;
    }

    .subscribe_card {
        padding: 20px;
    }

    .subscribe_card h3 {
        font-size: 28px;
    }

    .subscribe_card .detail {
        font-size: 16px;
    }

    /*UYGULAMALAR*/
    .project_out_first, .project_out_second {
        margin-bottom: 1rem
    }

    .pages_title {
        font-size: 20px !important;
        padding-left: 50px !important;
    }

    .pages_title::before {
        width: 40px;
    }

    .product_card_image {
        height: auto;
    }

    .project_card_detail {
        bottom: 20px;
    }

    .project_card_detail h3 {
        font-size: 22px;
    }

    .project_detail_pages {
        margin-bottom: 0;
    }

    .projcard:nth-child(2n) .projcard-textbox {
        right: 0px !important;
        top: 0;
        padding: 20px;
    }

    .projcard:nth-child(2n) .projcard-textbox::before {
        content: none;
    }

    .projcard-innerbox::before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .projcard-blue .projcard-bar, .projcard-textbox div {
        z-index: 2
    }

    .projcard .projcard-textbox {
        position: initial;
        padding: 20px;
        width: 100% !important;
        height: 100%;
    }

    .projcard-img::after {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .projcard .projcard-textbox::before {
        content: none;
    }

    .projcard-textbox div {
        color: #fff !important;
    }

    .contact_card_btn_list {
        display: block !important;
    }

    .breadcrumb-nav {
        display: none;
    }

}


@media screen and (min-width: 1025px) {
    .popup-content img{
        height:90vh!important;
    }
    .mobile_menu {
        display: none !important;
    }

    .product_nav .slick-slide {
        padding-right: 100px;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1440px){
    .fnp_br{
        max-width: 100%;
        right: 20px;
        bottom: -150px;
    }
    .services_cards{
        width: 345px;
        height: 275px;
    }
    .services_cards .detail{
        padding: 15px;
    }
    .dgr_product_title{
        font-size: 38px;
    }
}

@media screen and (min-width: 1199px) and (max-width: 1550px){
    .projcard-innerbox::before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .projcard:nth-child(2n) .projcard-img {
        width: 100%
    }

    .projcard-img {
        width: 100%
    }

    .projcard:nth-child(2n) .projcard-textbox::after {
        content: none;
    }

    .projcard-textbox::before {
        content: none;
    }

    .projcard .projcard-textbox {
        position: initial;
        padding: 20px;
        width: 100% !important;
        height: 100%;
    }

    .projcard-blue .projcard-bar, .projcard-textbox div {
        z-index: 2
    }

    .projcard-textbox div {
        color: #fff !important;
    }
}