@media screen and (max-width: 1024px) {
    p {
        font-size: 14px;
    }
    @keyframes slide {
        0% {
            transform: translateX(0);
        }
        45% {
            transform: translateX(calc(-100% + 100vw));
        }
        50% {
            transform: translateX(calc(-100% + 100vw));
        }
        95% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(0);
        }
    }

    .main_navbar .menu_wrapper ul li:last-child{
        padding-right: 0;
    }

    .firts_menu_t {
        display: none;
    }

    .header_t_border {
        border-top: none;
        margin-top: 0;
    }

    .home_container {
        padding: 0 15px !important;
    }

    .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 40px;
    }

    .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;
    }

    .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: 50px;
        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: -20px;
        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 .banner_title {
        font-size: 30px;
    }

    .services_title {
        font-size: 22px;
        margin-bottom: 20px !important;
    }

    .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;
    }


    .project_p_title {
        font-size: 39px;
        height: 50px;
        justify-content: center;
    }

}

@media screen and (min-width: 1025px) {

    .mobile_menu {
        display: none !important;
    }

    .product_nav .slick-slide {
        padding-right: 100px;
    }
}

@media screen and (max-width: 768px) {
    .project_detail_slick .slick-dots{
        display: none!important;
    }
    .project_detail_slick .col-lg-7,
    .project_detail_slick .col-lg-5 {
        padding-left: 0;
        padding-right: 0;
    }

    .project_detail_t_alt .col-6{
        padding-left: 0;
    }
    .project_detail_r{
        padding-left: 0;
        margin-top: 20px;
    }
    .timeline_text{
        min-height: 75px;
    }

    .sozlesme{
        font-size: 14px;
    }

    .contact_item i{
        font-size: 18px;
    }

    .contact_item a{
        font-size: 14px;
    }
    .v_m_img{
        height: auto;
        object-fit: none;
    }
    .blog_detail_yan_img{
        width: 200px;
        height: 150px
    }
    .blog_detail_title{
        align-items: start;
        font-size: 22px;
    }

    .blog_detail_yan_ic{
        justify-content: space-between;
    }
    .row-0{
        margin-right: 0;
        margin-left: 0;
    }
    .px-sm-0{
        padding-left: 0;
        padding-right: 0;
    }
    .kayan_yazi{
        overflow-x: hidden;
    }
    .main_slider_section .main_slider .slide_content .slide_title {
        font-size: 68px;
    }

    .main_slider_section .main_slider .slide_content .slide_title span {
        font-size: 38px;
    }

    .slider_section_title {
        font-size: 22px;
    }

    .projects_wrapper {
        width: 300px;
    }

    .carousel_button.right {
        right: 21%;
    }

    .carousel_button.left {
        left: 20%;
    }

    .home_services {
        padding: 70px 0;
    }

    .services_card_body img {
        width: 80px !important;
    }

    .services_card_body h4 {
        font-size: 22px;
        margin-top: 10px;
        text-align: center;
    }

    .home_about {
        margin-bottom: 70px;
    }

    .about_random {
        padding: 80px 15px;
    }

    .product_section {
        padding-top: 50px;
    }

    .product_p {
        font-size: 21px;
    }

    .product_p p {
        display: inline-block;
        font-size: 21px;
    }

    .n_random {
        padding: 0 0 80px 0;
    }

    .all_project {
        margin: 20px 0 40px;
    }

    .product_card_dis {
        margin-bottom: 25px;
    }

    .outermost_circle {
        width: 30px;
        height: 30px;
    }

    .text {
        font-size: 2.5px;
    }

    .map_circle {
        width: 24px;
        height: 24px;
    }

    .m_outer_circle {
        width: 16px;
        height: 16px;
    }

    .m_circle {
        width: 10px;
        height: 10px;
    }

    .card_border {
        padding: 23px;
    }

    .blog_h3 {
        font-size: 24px;
    }

    .blog_card {
        margin-bottom: 20px;
    }

    .blog_title {
        margin-top: 15px;
    }

    .p_alt_title {
        font-size: 16px;
    }

    .slide {
        margin: 0 33px;
        width: 130px;
        height: 130px;
    }

    .footer_sol {
        justify-content: start;
    }

    .footer_sag_ic p {
        padding-right: 0;
    }

    .footer_border {
        margin-top: 30px;
    }

    .copyright {
        text-align: center;
    }

    .fnp_ust {
        text-align: center;
        margin-top: 10px;
    }

    .count {
        padding: 4rem;
        gap: 30px;
    }

    .main_banner {
        height: 450px;
        background-position: center !important;
    }

    .about_section {
        padding: 60px 0 40px;
    }

    .baskan_mesaj {
        padding: 60px 0;
    }

    .baskan_img {
        min-width: 100%;
    }

    .baskan_mesaj .col-lg-6:nth-child(2) {
        margin-top: 30px;
    }

    .v_m {
        padding: 50px 0 60px;
    }

    .baskan_mesaj_detail p {
        font-size: 14px;
    }

    .v_m_detail p {
        font-size: 14px;
        padding-right: 0;
    }

    .v_m_detail h2 {
        margin-top: 35px;
    }

    .v_m_detail {
        margin-bottom: 25px;
    }

    .yonetim {
        padding: 50px 0 120px;
    }

    .panel {
        flex: 0.2;
    }

    .panel.active {
        flex: 1;
    }

    .panel_overlay .yonetim_title {
        font-size: 18px;
    }

    .panel_overlay span p {
        font-size: 16px;
    }

    .kilometre_taslari {
        padding: 0 0 60px;
    }

    .timeline {
        margin: 70px 0 0;
        flex-wrap: wrap;
    }

    .timeline-item {
        margin-bottom: 50px;
    }

    .timeline-item .timeline_count {
        font-size: 40px;
    }

    .timeline_circle {
        width: 15px;
        height: 15px;
    }

    .timeline_line {
        height: 35px;
    }

    .timeline_text p {
        font-size: 18px;
    }

    .project_pages {
        padding: 60px 0;
    }

    .product_bar {
        display: none;
    }

    .services {
        padding: 60px 0;
    }

    .project_banner {
        height: 450px;
        background-position: center !important;
    }

    .project_detail {
        padding: 60px 0;
    }

    .project_detail_sol {
        padding-right: 0;
    }

    .project_detail_title {
        font-size: 34px;
    }

    .project_detail_t_alt {
        margin: 15px 0;
    }

    .project_detail_t_title {
        font-size: 18px;
    }

    .project_detail_t_detail {
        margin-top: 10px;
        font-size: 14px;
    }

    .carousel-container {
        height: 32vh;
    }

    .services_detail {
        padding: 60px 0;
    }

    .contact_section {
        padding: 70px 0;
    }

    .contact_map .contact_item {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .form-group input[type="submit"] {
        margin-top: 10px;
        font-size: 14px;
        padding: 5px;
    }
    .blog_section_card_dis {
        margin-bottom: 25px;
    }

    .blog-overlay h3 {
        font-size: 18px;
        padding-right: 0;
    }

    .blog_detail {
        padding: 70px 0;
    }

    .blog_detail_detay {
        margin: 40px 0;
    }

    .blog_detail_yan {
        padding-left: 0;
        margin-top: 40px;

    }

    .contact_item {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .career_card {
        border: 2px solid #56A5B0;
        margin-bottom: 20px;
    }

    .career_card_out .col-lg-3:last-child .career_card {
        border-right: 2px solid #56A5B0;
    }

    .career_card_out .col-lg-3{
        border-right:none;
    }

    .career_card_out{
        padding-top: 0px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .blog_detail_yan_img{
        width: 250px;
        height: 150px;
    }
    .baskan_img{
        width: 100%;
    }
    .v_m{
        padding: 70px 0;
    }

    .product_pages_card{
        aspect-ratio: 1/1.5;
    }

    .timeline-item .timeline_count{
        font-size: 54px;
    }

    .timeline_text p{
        font-size: 18px;
    }

    .baskan_mesaj{
        padding: 70px 0;
    }
    .about_section{
        padding: 70px 0 60px;
    }
    .main_slider_section .main_slider .slide_content .slide_title span {
        font-size: 40px;
    }

    .main_slider_section .main_slider .slide_content .slide_title {
        font-size: 68px;
    }

    .carousel_button.right {
        right: 12%;
    }

    .carousel_button.left {
        left: 10%;
    }

    .services_card_body h4 {
        margin-top: 15px;
        font-size: 24px;
    }

    .about_random {
        padding: 30px 15px;
    }

    .home_about h4 {
        font-size: 24px;
    }

    .about_random p {
        font-size: 14px;
    }

    .product_p p {
        display: inline;
        font-size: 24px;
    }

    .card-body a h5 {
        font-size: 26px;
    }

    .card_body_ic img {
        width: 20px !important;
    }

    .card_body_ic span {
        font-size: 14px;
    }

    .product_section_title {
        font-size: 13px;
    }

    .product_section_title .product_section_circle {
        width: 7px;
        height: 7px;
    }

    .product_section_title .product_section_line {
        width: 45px;
    }

    .yan_card_dis {
        margin-top: 5px;
    }

    .slide {
        margin: 0 23px;
        width: 175px;
        height: 180px;
    }

    .footer_sag_ic p {
        padding-right: 0;
    }

    .yukari_dis {
        bottom: 16%;
    }

    .blog_detail_yan {
        padding-left: 0;
    }
}

@media screen and (min-width: 800px) and (max-width: 1023px){
    .project_bar{
        width: 97.5%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1441px){
    .project_detail_title{
        font-size: 38px;
    }
    .project_detail_t_title{
        font-size: 16px!important;
    }
    .project_detail_slick .slick-dots li{
        margin-right: 10px!important;
    }
    .project_detail_slick .slick-dots li button{
        width: 20px!important;
    }
    .project_p_title{
        font-size: 48px;
        justify-content: center;
    }

    .timeline-item .timeline_count{
        font-size: 60px;
    }
    .references_inline {
        width: 200px;
        height: 200px;
    }
}
@media screen and (max-width: 496px) {
    .references_wrapper {
        animation: slide 15s ease-in-out infinite;
    }

    .form-modal-content {
        width: 95%;
    }

    .form-group .career-form{
        padding: 6px;
        font-size: 14px;
    }
    .form-group label{
        font-size: 14px;
    }

    .header_container_m{
        margin-top: 35px;
    }
    .loader {
        width: 12rem!important;
    }

    .p_project_p_h{
        font-size: 13px;
    }

    .carousel_button.left,
    .carousel_button.right {
        display: none;
    }

    .scroll_down {
        display: none;
    }

    .main_slider_section .main_slider .slide_content .slide_title span {
        font-size: 26px!important;
    }

    .main_slider_section .main_slider .slide_content .slide_title {
        font-size: 42px !important;
    }

    .slider_section_title {
        font-size: 18px;
    }

    .section_title {
        font-size: 20px;
    }

    .section_title .section_circle {
        width: 8px;
        height: 8px;
    }

    .about_random {
        padding: 50px 15px!important;
    }

    .project_p_h.pactive:after{
        border-bottom: 0px solid #1C1D1E;
    }

    .bar{
        top: 81%;
        width: 94%;
    }

    .project_bar{
        width: 94%;
    }
    .home_about h4 {
        font-size: 20px;
    }

    .bar_container h5:last-child{
        text-align: end;
    }

    .about_random p {
        font-size: 14px;
    }

    .a_section_title {
        font-size: 13px;
    }

    .a_section_title .a_section_circle {
        width: 6px;
        height: 6px;
    }

    .count {
        padding: 1rem !important;
        gap: 10px !important;
    }

    .count-item {
        height: 80px !important;
    }

    .counter {
        font-size: 40px !important;
    }

    .count_text {
        font-size: 12px !important;
        font-weight: 400 !important;
        letter-spacing: 1px !important;
    }

    .product_p {
        font-size: 20px !important;
    }

    .product_p p {
        font-size: 20px !important;
        display: inline !important;
    }

    .mobile_tab {
        display: flex;
        align-items: stretch;
    }

    .project_p_h {
        font-size: 18px;
    }

    .project_p_h.pactive {
        border-bottom: 4px solid #1C1D1E;
        padding-bottom: 10px;
    }

    .mobile_logo {
        width: 150px !important;
    }

    .product_card_dis {
        margin-bottom: 15px;
    }

    .card-body a h5 {
        font-size: 24px;
        margin: 15px 0;
    }

    .product_section_title {
        font-size: 13px;
    }

    .card_body_ic img {
        width: 20px !important;
    }

    .card_body_ic span {
        font-size: 14px;
    }

    .all_project {
        margin: 10px 0 30px;
    }

    .p_alt_title {
        font-size: 16px;
        font-weight: 700;
    }

    .card_body_ic_spot {
        font-weight: 300;
    }

    .n_random {
        padding: 0 0 50px 0;
    }

    .n_h4 {
        font-size: 20px;
        font-weight: 600;
    }

    .n_random .col-lg-4 {
        margin-bottom: 20px;
    }

    .n_circle_p {
        line-height: 1.5;
    }

    .map_circle {
        width: 14px !important;
        height: 14px !important;
    }

    .m_outer_circle {
        width: 20px !important;
        height: 20px !important;
    }

    .m_circle {
        width: 10px !important;
        height: 10px !important;
    }

    .outermost_circle {
        width: 22px !important;
        height: 22px !important;
    }

    .outer_circle {
        width: 20px !important;
        height: 20px !important;
    }

    .n_circle {
        width: 16px !important;
        height: 16px !important;
    }

    .text {
        font-size: 2px !important;
    }

    .blog_h3 {
        font-size: 20px;
    }

    .blog_tarih {
        margin-top: 2rem !important;
    }

    .yan_card_dis {
        --bs-gutter-y: 1rem;
    }

    .parallax {
        padding: 40px 0 80px;
    }

    .slide {
        margin: 0 28px !important;
        height: 100px !important;
        width: 100px !important;
    }

    .card_body a h5{
        font-size: 28px;
    }

    .footer_bg {
        padding: 60px 15px 35px;
    }

    .footer_sol {
        justify-content: start;
    }

    .footer_orta {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .footer_border {
        margin-top: 25px;
    }

    .blog_card img {
        object-fit: cover;
        height: auto !important;
        width: 100%;
    }

    .banner_container {
        margin-bottom: 100px;
    }


    .baskan_isim {
        margin-top: 5px;
    }


    .v_m_detail h2 {
        margin-top: 40px;
    }

    .v_m_detail p {
        padding-right: 0;
        font-size: 14px;
    }

    .v_m_img {
        margin-top: 15px;
    }

    .yonetim {
        padding: 60px 0 110px;
    }

    .panel {
        height: 60vh;
        flex: 0.2;
    }

    .panel.active {
        flex: 1;
    }

    .panel_overlay .yonetim_title {
        font-size: 19px;
    }

    .panel_overlay span p {
        font-size: 18px;
    }

    .kilometre_taslari {
        padding: 50px 0;
    }

    .timeline {
        margin: 40px 0;
    }

    .timeline-item .timeline_count {
        font-size: 18px;
    }

    .timeline_circle {
        width: 10px;
        height: 10px;
        margin-top: 30px;
    }

    .timeline_text p {
        font-size: 16px;
        font-weight: 400;
    }

    .project_pages {
        padding: 60px 0;
    }

    .project_p_title {
        font-size: 17px !important;
        height: 20px !important;
    }

    .product_pages_h {
        font-size: 16px;
    }

    .product_bar {
        width: 94%;
        display: none;
    }

    .product_pages_card_title {
        font-size: 22px;
    }

    .product_pages_card_detail p {
        font-size: 14px;
    }

    .product_pages_info {
        margin-top: 0;
    }

    .project_detail {
        padding: 50px 0;
    }

    .project_detail_title {
        font-size: 32px !important;
    }

    .project_detail_sol {
        padding-right: 0;
    }

    .project_detail_t_alt {
        margin: 50px 0 0;
    }

    .project_detail_t_detail {
        margin: 10px 0;
    }

    .project_detail_t_title {
        font-size: 18px;
    }

    .carousel-container {
        height: 28vh !important;
    }

    .services {
        padding: 50px 0 60px;
    }


    .main_banner {
        height: 300px !important;
    }

    .project_banner {
        height: 300px !important;
        background-position: center !important;
    }

    .blog_section {
        padding: 60px 0;
    }

    .blog_section_card_dis {
        margin-bottom: 15px;
    }

    .blog_detail {
        padding: 60px 0;
    }

    .blog_detail_yan {
        padding-left: 0;
        margin-top: 30px;
    }

    .home_services {
        padding: 50px 0;
    }

    .counter_plus {
        font-size: 40px;
    }

    .career{
        padding: 60px 0 50px!important;
    }

    .career_card{
        padding: 20px;
    }

    .career_title{
        font-size: 17px;
    }

    .blog_detail_yan_img{
        height: 100px;
        width: 200px;
    }
    .services_card_body h4 {
        font-size: 18px!important;
        margin-top: 10px;
    }
    .p_project_p_h.factive{
        border-bottom: 4px solid #000000;
    }
    .yukari_dis{
        right: 5%;
        bottom: 45%;
    }
}

@media screen and (min-width: 496px) and (max-width: 768px) {
    .project_p_title {
        font-size: 33px !important;
    }

    .product_pages_card {
        aspect-ratio: 1/1.5;
    }

    .product_pages_card_ic {
        height: 50%;
        padding: 0 60px 0 40px;
    }

    .footer_sol_ic h5{
        font-size: 19px;
    }

    .footer_sag_ic h5{
        font-size: 19px;
    }
    .bar{
        width: 97%;
    }
    .project_bar{
        width: 97%;
    }
    .yukari_dis{
        right: 5%;
        bottom: 50%;
    }
}
@media screen and (max-width: 320px){
    .yukari_dis{
        display: none!important;
    }
}