body {
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    font-style: normal;
}

/* Sabit WhatsApp ve Telefon Butonları */
.fixed-contact-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fixed-contact-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.fixed-contact-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #128C7E 0%, #075E54 100%);
}

.phone-btn {
    background: linear-gradient(135deg, #e00712 0%, #b00509 100%);
}

.phone-btn:hover {
    background: linear-gradient(135deg, #b00509 0%, #800306 100%);
}

/* Mobil için ayarlamalar */
@media only screen and (max-width: 768px) {
    .fixed-contact-buttons {
        bottom: 20px;
        right: 20px;
        gap: 12px;
    }
    
    .fixed-contact-btn {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

header {
    /* background-color: rgb(0 0 0 / 39%); */
    z-index: 6999;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

header .logo {
    max-height: 40px;
}

.header_custom_bg {
    background-color: rgb(0 0 0 / 70%) !important;
}

.nav-item {
    margin-right: 10px;
    font-size: 18px;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-link {
    color: #fff
}

.carousel {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    /* margin-top: -100px; */
    position: relative;
    z-index: 500;
}

.carousel .carousel-inner {
    height: 100%;
}



.carousel-indicators {
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.carousel-indicators .active {
    background-color: #e00712;
    height: 15px !important;
    width: 15px !important;
}

.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    border: none;
    margin-top: 5px;
    position: relative;
    margin-right: 8px;
}

.lang_switch {
    position: absolute;
    top: 35%;
    left: -5px;
    z-index: 9500;
    cursor: pointer;
}

.lang_switch ul {
    list-style-type: none;
    padding-left: 0;
}

.lang_switch ul li {
    padding: 0;
}

.carousel-caption {
    text-align: left;
    bottom: 20%;
    width: 88%;
    left: 5%;
}

.carousel-caption h5 {
    font-size: 45px;
}

.carousel-caption p {
    width: 80%;
}

.products .card {
    border: none;
    transition: transform 0.2s;
}

.products .card:hover {
    transform: scale(1.05);
}

.slider_button {
    color: #fff;
    border-radius: 0;
    text-decoration: none;
}

.slider_button:hover {
    background-color: #e00712;
    color: #fff;
}

.slider_button i {
    margin-left: 10px
}

.slide_button_video {
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: linear-gradient(to bottom, #ff343f 5%, #e00712 100%);
    background-color: #e00712;
    border-radius: 6px;
    border: 1px solid #e00712;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}

.slide_button_video:hover {
    background: linear-gradient(to bottom, #e00712 5%, #ff343f 100%);
    background-color: #c62d1f;
}

.slide_button_video:active {
    position: relative;
    top: 1px;
}

.slider_katalog {
    position: absolute;
    bottom: -20px;
    right: 0
}

.carousel-p-inner {
    display: flex;
}

.carousel-p-item {
    flex: 0 0 auto;
    width: 16.666%;
    /* Her kutu genişliği 6 kutu için eşit olacak şekilde */
}

.carousel-p-item img {
    width: 100%;
    height: auto;
}

.carousel-p-item {
    padding: 10px;
}

.mainpage_seriler_div {
    border: 1px solid #d1d1d1;
    padding: 10px;
    position: relative;
    min-height: 350px;
    width: 32%;
    margin-right: 2%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.mainpage_seriler_div:last-child {
    margin-right: 0;
}

.mainpage_seriler_div img {
    width: 90%;
    text-align: center;
}

.mainpage_seriler_div h3 {
    text-align: center;
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.mainpage_seriler_div ul {
    text-align: center;
    list-style-type: none;
    padding-left: 0;
    border-top: 10px solid #e20613;
    padding-top: 10px;
}

.mainpage_seriler_div ul li a {
    color: #000;
    text-decoration: none;
    font-size: 17px;

}




.mainpage_products_div {
    border: 1px solid #d1d1d1;
    padding: 10px;
    position: relative;
    min-height: 500px;
}

.mainpage_products_div:hover .mainpage_products_div_button {
    background-color: #e00712;
    height: 40px;
    width: 40px;
    padding-top: 7px;
    margin-bottom: 15px
}

.mainpage_products_div h3 {
    margin-top: 15px;
    text-align: center;

}

.mainpage_products_div p {
    font-size: 14px;
    text-align: center;
}

.mainpage_products_div_button {
    background-color: #434343;
    color: #fff;
    border-radius: 0;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 17px;
    padding: 0;
    padding-top: 5px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.mainpage_products_div_button:hover {
    color: #fff
}

.owl-nav {
    position: absolute;
    top: 41%;
    width: 100%;
}

.owl-prev span {
    background-color: #e00712;
    font-size: 45px;
    color: #fff;
    padding-left: 10px;
    padding-bottom: 4px;
    padding-right: 10px;
    left: -50px;
    position: absolute;
    padding-top: 0;
    line-height: 40px;
    background-color: #e00712;
}

.owl-next span {
    background-color: #e00712;
    font-size: 45px;
    color: #fff;
    padding-left: 10px;
    padding-bottom: 4px;
    padding-right: 10px;
    right: -50px;
    position: absolute;
    padding-top: 0;
    line-height: 40px;
    background-color: #e00712;
}

.bg-dark {
    background-color: #000000 !important;
}

.performans_box .col-md-3 {
    margin-top: 50px;
    margin-right: 30px;
}

.performans_box .col-md-3 img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.performans_box .col-md-3 h5 {
    font-weight: bold;
    font-size: 18px;
}

.performans_box .col-md-3 p {
    font-size: 14px;
}


.performans_box_ust .col-lg-6 h2 {
    font-size: 38px;
}

.performans_box_ust .col-lg-6 {
    font-size: 21px;
}

.neden_bizi_row .col-lg-3 {
    position: relative;
    text-align: center;
    height: 200px;
}

.neden_bizi_row .col-lg-3 .col_1 {
    filter: brightness(0.30);
}

.neden_bizi_row .col-lg-3:hover .col_1 {
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

.neden_bizi_row .col-lg-3 p {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-20%, -50%);
    color: #fff;
    font-size: 15px;
}

.neden_bizi_row .col-lg-3 p a {
    color: #fff
}

.col_red_div {
    height: 20px;
    background-color: #e00712;
    width: 93.5%;
    text-align: center;
    margin: -1px auto;
}

.neden_bizi_row .col-lg-3:hover .col_red_div {
    background-color: black;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 30px;
    overflow-x: hidden;
    background-color: #e00712;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding-top: 3px;
    margin-top: 40px;
}

.marquee-track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.neler_yaptigimizi_kesfedin {
    background-image: url('../img/teklif_bg.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #e20612;
    /* max-height: 800px; */
    background-position: top center;
}

.form_submit_button {
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    background-color: #e00712;

}

.form_submit_button:hover {
    background-color: #e00712;
    color: #fff;
}

.form_submit_button i {
    margin-left: 20px
}

.hizli_cozum {
    margin-top: 160px;
}

.news-date {
    color: #e20613;
    font-weight: bold;
}

.read-more {
    color: #e20613;
    font-weight: bold;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

/* Footer Stil */
.footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
}

.footer h5 {
    color: #e20613;
    font-weight: bold;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .divider {
    border-left: 1px solid #555;
    height: 100%;
}

.footer .icon img {
    width: 24px;
    margin-right: 10px;
}

.footer .container .row .col-md-6 {
    border-right: 5px solid #3f3f3f;
}

.footer .container .row .col-md-6:last-child {
    border: none;
    padding-left: 40px;
}

.footer-logo {
    width: 160px;
}

.footer-social a {
    margin-right: 20px;
    font-size: 22px;
}

.footer-bottom {
    border-top: 5px solid #555;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
}

.footer-menu {
    margin: 20px auto;
    padding-left: 35%;
}

.footer-menu li a {
    font-size: 27px;
    text-decoration: none;
}

.footer-menu li a:hover {
    color: #e20613;
    text-decoration: none;

}

.no-right-border {
    border-right: none !important
}

.footer_right_text {
    font-size: 11px;
}

.footer_adres {
    font-size: 14px;
}

.footer-icon {
    color: #e20613;
    font-size: 20px;
    padding-right: 10px;
}

.footer-bilgi {
    font-size: 14px;
}

.mainpage_form {
    max-height: 600px;
}

.subpage_img {
    min-height: 626px;
    /* margin-top: -100px; */
    display: flex;
    /* Flexbox aktif */
    align-items: flex-end;
    /* İçeriği alta hizala */
}

.subpage_img h1 {
    color: #fff;
    font-size: 60px !important;
    font-weight: 700;
    margin-bottom: 0;
}

.subpage_img h3 {
    color: #fff;
    font-size: 55px !important;
    font-weight: 300;
}

.subpage_img p {
    color: #fff;
}

.hakkimizda_page_img {
    background-image: url('../img/hakkimizda_page.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.satis_page_img {
    background-image: url('../img/satis.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.satis_sonrasi_page_img {
    background-image: url('../img/satis_sonrasi.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.haberler_sub_page {
    background-color: #f2f2f2;
}

.haberler_page_main_title {
    font-weight: bold;
    font-size: 53px;
    margin-bottom: 0;
}

.haberler_page_sub_title {
    font-size: 44px;
    font-weight: 400;
}

.haberler_list_row {
    padding-bottom: 20px;
    border-bottom: 3px solid #e1e1e1;
}

.haberler_list_row_sehir_tarih {
    color: #e20613;
}

.haberler_list_row_sehir_tarih span {
    color: black;
    /* padding-left: 20px; */
}

.haberler_list_row_link {
    color: black;
    text-decoration: none;
}

.haberler_list_row_link:hover {}

.haberler_list_row_link i {
    color: #e20613;
    padding-left: 20px;
    font-weight: bold;
    font-size: 20px;
}

.haberler_list_categories {
    text-align: right;
}

.haberler_list_categories a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
    text-decoration: none;
}

.haberler_list_categories a:hover,
.haberler_list_categories a.active {
    background-color: #e20613;
    color: #fff
}

.haberler_list_categories_col {
    padding: 0
}

.teknik_servis_page_img {
    background-image: url('../img/teknik_page.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.teknik_servis_erisin_table {
    width: 100%;
}

.teknik_servis_ikon {
    color: #e20613
}

.form-group {
    margin-bottom: 20px
}

.musterilerden_page_img {
    background-image: url('../img/musterilerden_page.png');
    background-size: cover;
    background-repeat: no-repeat;
}


.full_menu_div {
    margin: 0;
    padding: 0;
    background-color: #000;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 99.5%;
    position: relative;
    z-index: 8888;
}

.full_menu_social_list li a {
    font-size: 15px;
}

.full_menu_div .row .col-md-5 {
    /* border-right: 5px solid #fff; */
    position: relative;
}

.full_menu_div .row .col-md-5:after {
    content: '';
    height: 60%;
    width: 3px;
    position: absolute;
    right: 10%;
    top: 19%;
    background-color: #fff;
}

.full_menu_div_right_side {
    padding-left: 40px;
    margin-top: 50px;
}

.full_menu_div_list {
    margin-top: 60px;
    padding-left: 25%;
}

.full_menu_div_sembol {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 41px;
}

.full_menu_div_close_button {
    position: absolute;
    top: 0rem;
    right: 13rem;
    font-size: 6rem;
    color: #d50000 !important;
    text-decoration: none;
    cursor: pointer
}

.iletisim_page_img {
    background-image: url('../img/iletisim_page.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.iletisim_page_red_title {
    color: #d50000;
    font-size: 37px;
    font-weight: bold;
}

.iletisim_page_h1_title {
    font-size: 60px;
}

.iletisim_info {
    list-style-type: none;
    padding: 0;
}

.iletisim_info li a {
    color: #000;
    text-decoration: none;
}

.iletisim_info li i {
    color: #d50000;
}


.iletisim_right_side h3 {
    font-weight: 800;
}


.red-background {
    background-color: #d50000;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.masonry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
}

.masonry-item {
    /* background-color: #f8f9fa;
    border: 1px solid #dee2e6; 
    border-radius: 8px;*/
    overflow: hidden;
}

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
}

.red-box {
    background-color: #d50000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    height: 150px;
}

.products_menu_container {
    display: flex;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 9000;
}

/* Sol Menü */
.products_menu_sidebar {
    width: 28%;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding: 20px; */
}

.products_menu {
    list-style: none;
}

.products_menu li {
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
}

.products_menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.products_menu li:hover,
.products_menu li:hover a {
    color: red;
}

.products_menu li span {
    font-size: 1.2rem;
    float: right;
}

.products_menu_sub_left_side {
    display: flex;
    justify-content: right;
}

.products_menu_social_icons {
    display: none;
    gap: 5px;
    width: 30px;
    float: right;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.products_menu_social_icons a {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
}


/* Sağ Ana Alan */
.products_menu_main_content {
    display: flex;
    flex: 1;
    padding: 20px;
    justify-content: space-between;
}

.products_menu_machine_info {
    width: 56%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* border-right: 5px solid black; */
    position: relative;
}

.products_menu_machine_info:after {
    display: none;
    content: '';
    height: 40%;
    width: 3px;
    position: absolute;
    right: 10%;
    top: 27%;
    background-color: #000000;
}



.products_menu_machine_info h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #b8b8b8;
    padding-left: 50px;
}

.products_menu_machine_info h1 span {
    font-weight: lighter;
    color: #b8b8b8;
}

.products_menu_machine_info img {
    width: 80%;
    /* max-width: 500px; */
    height: auto;
    margin-top: 20px;
    text-align: center;
    margin: 20px auto;
    /* border-right: 5px solid black; */
    /* border-spacing: 5cap; */
}

.products_menu_details {
    width: 34%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    margin-right: 5%;
    /* font-size: 11px; */
}

.products_menu_details h2 {
    font-size: 1.3rem;
    font-weight: bold;
}

.products_menu_details h2 span {
    font-weight: lighter;
}

.products_menu_details p {
    margin: 5px 0px;
    font-size: 14px;
    color: #333;
}

.products_menu_buttons {
    display: flex;
    gap: 10px;
}

.products_menu_buttons .products_menu_btn {
    padding: 10px 15px;
    background-color: red;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    font-size: 1rem;
}

.products_menu_close_btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 3%;
    font-size: 3rem;
    color: red;
    text-decoration: none;
}

.products_menu_urun_list {
    background-color: #161616;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.products_menu_urun_list .products_menu {
    width: 80%;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: left;
    padding-left: 0;
    align-items: flex-start;
}

.products_menu_urun_list .products_menu li h3 {
    font-size: 20px;
}

.products_menu_logo {
    position: absolute;
    top: 10px;
    left: 20px;
}

.products_menu_logo img {
    max-width: 41px;
}

.products_menu_detail_button {
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    background-color: #e00712;
    font-size: 13px;
    padding: 7px;
}

.products_menu_detail_button:hover {
    background-color: #e00712;
    color: #fff;
}

.products_menu_detail_button i {
    margin-left: 20px
}

.urun_detay_page_img {
    background-image: url('../img/urun_detay_page.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.urun_detay_page_img_col {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

.clear {
    clear: both;
}

.urun_banner_text {
    /* padding-left: 10px; */
}

.border_bottom_red {
    border-bottom: 35px solid #e00712;

}

.urun_detay_makina_gorseli {
    position: absolute;
    margin-top: -20%;
}

.product-tab-section {
    padding: 20px;
    background-color: #f9f9f9;
}

.product-header h1 {
    font-size: 2rem;
    font-weight: bold;
}

.product-header p {
    font-size: 1rem;
    margin: 10px 0;
}

.buttons a {
    margin-right: 10px;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
}

.tabs {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-content-tab-link {
    /* padding: 10px 15px; */
    color: #cccccc;
    border: none;
    cursor: pointer;
    /* border-radius: 5px; */
    background-color: transparent;
    font-size: 70px;
    padding: 0;
    line-height: 70px;

}

.product-content-tab-link.active {
    /* background-color: red; */
    color: #e00712;
}

.tab-content {
    margin-top: 20px;
}

.product-content {
    position: relative;
    z-index: 5555;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.products_tab_text_content {
    line-height: 20px;
}

.product_page_grey_area {
    background-color: #efefef;
}

.product_page_grey_area .col-lg-6 {
    text-align: right;
}

.product_page_grey_area_img {
    width: 200%;
    max-width: 160%;
    margin-top: -100px;
    margin-left: -100px;
}

.product_page_icons {
    height: 200px;
}

.product_page_icons .container div {
    text-align: center;
    background-position: center 40px;
    height: 200px;
    gap: 50px;
}

.product_page_icons .container div.icons-div:hover {
    background-color: #e00712;
}

.product_page_icons .container div.icons-div:hover p {
    color: #fff
}


.product_page_icons .mutfak_icon {
    background-image: url(../img/mutfak_siyah.png);
    background-size: auto;
    background-repeat: no-repeat;
}

.product_page_icons .mutfak_icon:hover {
    background-image: url(../img/mutfak_beyaz.png);
}

.product_page_icons .banyo_icon {
    background-image: url(../img/banyo_siyah.png);
    background-size: auto;
    background-repeat: no-repeat;
}

.product_page_icons .banyo_icon:hover {
    background-image: url(../img/banyo_beyaz.png);
}

.product_page_icons .mobilya_icon {
    background-image: url(../img/mobilya_siyah.png);
    background-size: auto;
    background-repeat: no-repeat;
}

.product_page_icons .mobilya_icon:hover {
    background-image: url(../img/mobilya_beyaz.png);
}

.product_page_icons .dolap_icon {
    background-image: url(../img/dolap_siyah.png);
    background-size: auto;
    background-repeat: no-repeat;
}

.product_page_icons .dolap_icon:hover {
    background-image: url(../img/dolap_beyaz.png);
}

.icons-div {
    width: 170px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icons-div p {
    padding: 0;
    margin: 0;
    margin-top: 130px;
    color: black;
}

.mfp-bg {
    z-index: 7042 !important;

}

.mfp-wrap {
    z-index: 8999 !important;
}

.product_page_red_area {
    background-color: #e20612;
    height: 120px;
    margin-top: 5rem;
    display: none;
}

.product_page_red_area_image_div img {
    /* max-width: 100%; */
    /* Görselin div boyutunu aşmasını engeller */
    max-height: 350px;
    /* Görsel boyutunu kontrol eder */
    margin-top: -100px;
}

.product_page_red_area_content_div {
    display: flex;
    align-items: center;
    /* Yazıyı dikey olarak ortalar */
    padding-left: 20px;
    /* Görselle yazı arasında boşluk */
    width: 20%;
}

.product_page_techical {
    margin-top: 12rem;
}

.product_page_techical h3 {
    border-bottom: 3px solid #d8d8d8;
}

table.MsoNormalTable {
    text-align: left;
    border: none;
    width: 100%;
    margin: 0 auto;
}

table.MsoNormalTable tr td {
    width: 30%;
}

table.MsoNormalTable tr td:first-child {
    width: 40%;
    /* padding-left: 20px; */
}

table.MsoNormalTable tr td {
    border-bottom: 1px solid #c0c0c0;
    padding-left: 20px;
}

table.MsoNormalTable tr td p {
    padding-top: 6px;
    font-size: 13px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-weight: 500;
}

table.MsoNormalTable tr:hover {
    background-color: #d8d8d8;
}

.haberler_list {
    border-top: 3px solid #c0c0c0;
    padding-top: 2rem;

}

.categories-title {
    font-weight: 600;
}

.top_menu_button,
.top_products_menu_button {

    cursor: pointer
}

.program-logo {
    display: flex;
    margin: 15px 0 20px;
}

.program-logo .logo-image:first-child {
    margin-right: 30px;
}

.logo-list {
    margin: 30px 0;
}

.logo-image {
    border: 1px solid #ddd;
    padding: 1rem;
    margin: 10px 0;
    text-align: center;
}


.hamburger_img {
    width: 50px;
    margin-top: 13px;
}

.teklif_cnc_baslik {
    font-size: 65px;
}

.footer-bottom-year {
    text-align: left;
    padding-left: 18%;
}

.footer-bottom-links {
    text-align: right;
}

.slider_video {
    filter: brightness(80%);
    /* height: 100%; */
    width: 100vw;
    /* Viewport genişliğini kaplar */
    height: 100vh;
    /* Viewport yüksekliğini kaplar */
    object-fit: cover;
    /* Video içeriğini düzgün bir şekilde kırpmak için */
    top: 0;
    left: 0;
    z-index: -1;
    /* İçeriklerin arkasında kalması için */
    background-color: black;
    /* Video yüklenmezse arka plan siyah olur */
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.header_lab {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 20px;
    z-index: 6000;
    transform: translateY(0);
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-color: transparent;
}

.header_lab.visible {
    background-color: rgba(51, 51, 51, 0.9);
}

.header_lab.hidden {
    transform: translateY(-100%);
}

/*mobile*/

/*dikey*/
@media only screen and (max-width: 480px) {
    .product_page_grey_area_img {}

    .mainpage_seriler_div {
        width: 50%;
        margin-right: 0;
    }

    .mainpage_seriler_div h3 {
        font-size: 16px
    }

    .mainpage_seriler_div ul li {
        margin-bottom: 5px;
    }

    .mainpage_seriler_div ul li a {
        font-size: 14px
    }

    header .row {
        vertical-align: middle;
        align-items: center;
        justify-content: center;
    }

    .mobile_lang_img {
        width: 50px;
        margin-top: 10px;
    }

    .mobile_lang_en {
        text-align: right;
        float: right;
        width: 50px;
    }

    .mobile_menu_cont {
        text-align: center;
    }

    .mobile_menu {
        list-style-type: none;
        /* width: 280px; */
        margin-top: 10px;
    }

    .mobile_menu li {
        margin-right: 10px;
        display: inline;
    }

    .mobile_menu li a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

    .hamburger_img {
        margin-top: 0;
    }

    .mobile_menu li::after {
        content: " /";
        /* Ayırıcı işareti ekle */
        color: #fff;
        padding-left: 20px;
    }

    .mobile_menu li:last-child::after {
        content: "";
        /* Son elemandan ayırıcıyı kaldır */
    }

    .hamburger_img_col_mobile {
        text-align: center;
    }

    .carousel {
        margin-top: -240px;
    }

    .header-mobile-social {
        width: 30%;
        margin-top: 20px;
    }

    .header-mobile-social a {
        color: #fff;
        margin: 0 auto;
    }

    .full_menu_div_close_button {
        right: 20px;
        font-size: 5rem;
    }

    .full_menu_div_sembol {
        top: 1rem;
        left: 1rem;
    }

    .full_menu_social_list {
        display: none;
    }

    .full_menu_div_list {
        margin-bottom: 40px;
        margin-top: 30px;
        padding-left: 0;
    }

    .carousel-caption {
        top: 22%;
        /* left: 22%; */
        width: 100%;
        left: 0;
        text-align: center;
        padding: 5%;
    }

    .carousel-caption h5 {
        font-size: 35px;
    }

    .carousel-caption p {
        /* display: none; */
        text-align: center;
        width: 100%;
        font-size: 11px;
    }

    .slider_katalog {
        bottom: 30px;
        right: -20px;
    }

    .mainpage_products_div h3 {
        font-size: 14px;
    }

    .mainpage_products_div p {
        font-size: 12px;
    }

    .mainpage_products_div {
        min-height: 430px;
    }

    .performans_box_ust {
        text-align: center;
    }

    .performans_box_ust .col-lg-6 h2 {
        font-size: 30px;
    }

    .performans_box_ust .col-lg-6 p {
        font-size: 18px;
        margin-top: 20px !important;
    }

    .performans_box .col-md-3 {
        margin-right: 0;
        border-right: 1px solid black;
    }

    .performans_box .col-md-3:first-child img {
        /* min-height: 70px; */
        padding-bottom: 19px;
    }

    .performans_box .col-md-3 h5 {
        font-size: 15px;
    }

    .performans_box .col-md-3 p {
        font-size: 11px;
    }

    .neden_bizi_row .col-lg-3 p {
        top: 35%;
        font-size: 11px;
    }

    .col_red_div {
        width: 100%;
    }

    .marquee {
        margin-top: 0;
    }

    .neler_yaptigimizi_kesfedin {
        text-align: center;
        padding-top: 30px !important;
    }

    .teklif_cnc_baslik {
        font-size: 40px;
        margin-top: -20px;
    }

    .hizli_cozum {
        margin-top: 110px;
    }

    .index_haberler {
        text-align: center;
    }

    .footer {
        text-align: center;
    }

    .mobile_footer_social_media {
        align-items: center;
        justify-content: center;
    }

    .footer_adres {
        margin-top: 0 !important;
    }

    .footer-bottom-year,
    .footer-bottom-links {
        text-align: center;
        padding-left: 0;
        font-size: 12px;
    }

    .subpage_img {
        margin-top: -200px;
        background-position: -380px;
        /* background-size: inherit; */
        text-align: center;
        /* min-height: 450px; */
        /* height: 450px; */
    }

    .subpage_img h1 {
        font-size: 30px !important;
    }

    .subpage_img h3 {
        font-size: 30px !important;
    }

    .haberler_sub_page {
        text-align: center;
    }

    .haberler_list_row_sehir_tarih {
        margin-bottom: 0 !important;
    }

    .categories-title {
        text-align: center;
    }

    .haberler_list_row_title {
        font-size: 16px;
    }

    .haberler_list_row_content {
        font-size: 12px;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important
    }

    .haberler_list_row_link {
        font-size: 12px;
        margin-top: -5px;
    }

    .teknik_servis_erisin_table {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .iletisim_page_img {
        background-position: -720px;
    }

    .iletisim_page_red_title,
    .iletisim_page_h1_title,
    .iletisim_page_content {
        text-align: center;
    }

    .iletisim_page_red_title {
        margin-top: -30px;
    }

    .iletisim_page_h1_title {
        font-size: 40px;
    }

    .urun_detay_makina_gorseli {
        left: 0;
        margin-top: 33%;
    }

    .subpage_img p {
        font-size: 13px;
    }

    .urun_detay_page_h1 {
        margin-top: 0px;
        top: -70px;
        position: relative;
    }

    .urun_banner_text {
        /* margin-bottom: 90px; */
        /* margin-top: -60px; */
        position: relative;
        top: -40px;
    }

    .urun_detay_banner_button {
        position: relative;
        top: -40px;
        font-size: 13px;
    }

    .tabs {
        flex-direction: row;
        gap: 20px;
    }

    .product-content {
        margin-top: 5rem;
    }

    .product_page_red_area_image_div img {
        margin-top: -30px;
    }

    .product_page_icons .container div {
        gap: 0;
    }

    .mobile_products_menu_div {
        margin: 0;
        padding: 0;
        background-color: #000;
        height: 100vh;
        position: relative;
        z-index: 8888;
    }

    .mobile_products_menu_header {
        background-color: black;
    }

    .mobile_products_menu_header_col {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mobile_products_menu_close_col {
        text-align: center;
        padding-bottom: 30px;
    }

    .mobile_products_menu_close {
        font-size: 150px;
        color: #d50000 !important;
        text-decoration: none;
        cursor: pointer;
        height: 70px;
        padding: 0;
        margin: 0;
        line-height: 70px;
        max-height: 70px;
        display: block;
    }

    .accordion-item,
    .accordion-button {
        background-color: black;
        color: #fff;
        border: none;
    }

    .accordion-button:not(.collapsed) {
        background-color: black;
        color: #fff
    }

    .accordion-button:not(.collapsed)::after {
        color: #fff;
        background-image: url('../img/accordion_img.png');
        transform: none;
    }

    .accordion-button::after {
        transform: rotateZ(-90deg);
        color: #fff;
        background-image: url('../img/accordion_img.png');
    }

    .accordion_product_list {
        background-color: #fff;
    }

    .accordion_product_list ul {
        list-style-type: none;
    }

    .accordion_product_list ul li {
        color: black;
        margin-bottom: 30px;
    }

    .accordion-flush {
        /* padding-bottom: 30px; */
    }

    .accordion_products_menu_buttons {
        display: flex;
        gap: 10px;
        margin-top: 20px;
    }

    .accordion_products_menu_buttons .accordion_products_menu_btn {
        padding: 10px 15px;
        background-color: red;
        color: #fff;
        text-decoration: none;
        text-align: center;
        border-radius: 5px;
        font-size: 1rem;
    }

    .accordion_products_menu_detail_button {
        color: #fff;
        border-radius: 0;
        text-decoration: none;
        background-color: #e00712;
        font-size: 13px;
    }

    .accordion_products_menu_detail_button:hover {
        background-color: #e00712;
        color: #fff;
    }

    .accordion_products_menu_detail_button i {
        margin-left: 20px
    }

    .full_menu_div_right_side {
        padding-left: 30px;
        padding-right: 30px;
    }

    header .logo {
        margin-top: 20px;
    }

    .mobile_slider_katalog_img {
        width: 100px;
        margin-top: 40px;
    }

    .footer .container .row .col-md-6:last-child {
        padding-left: 10px;
    }

    .urun_detay_page_img_col {
        position: inherit;
    }

    .footer_first_col {
        display: none;
    }

    .full_menu_div .row .col-md-5:after {
        display: none;
    }

    .lang_switch {
        display: none
    }
}

/*dikey*/

/*yatay*/
@media screen and (max-device-width: 950px) and (orientation:landscape) {


    header .row {
        vertical-align: middle;
        align-items: center;
        justify-content: center;
    }

    .mobile_lang_img {
        width: 50px;
        margin-top: 10px;
    }

    .mobile_lang_en {
        text-align: right;
        float: right;
        width: 50px;
    }

    .mobile_menu_cont {
        text-align: center;
    }

    .mobile_menu {
        list-style-type: none;
        /* width: 280px; */
        margin-top: 10px;
    }

    .mobile_menu li {
        margin-right: 10px;
        display: inline;
    }

    .mobile_menu li a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

    .hamburger_img {
        margin-top: 0;
    }

    .mobile_menu li::after {
        content: " /";
        /* Ayırıcı işareti ekle */
        color: #fff;
        padding-left: 20px;
    }

    .mobile_menu li:last-child::after {
        content: "";
        /* Son elemandan ayırıcıyı kaldır */
    }

    .hamburger_img_col_mobile {
        text-align: center;
    }

    .carousel {
        margin-top: -220px;
    }

    .header-mobile-social {
        width: 15%;
        margin-top: 20px;
    }

    .header-mobile-social a {
        color: #fff;
        margin: 0 auto;
    }

    .carousel-caption {
        top: 30%;
        /* left: 22%; */
        width: 100%;
        left: 0;
        text-align: center;
        padding: 5%;
    }

    .carousel-caption h5 {
        font-size: 35px;
    }

    .carousel-caption p {
        display: none;
    }

    .mobile_logo_land {
        text-align: center;
        margin-top: 10px;
    }

    .mobile_slider_katalog_img {
        display: none;
    }

    .slider_button {
        /* margin-top: -70px; */
    }

    .full_menu_div_close_button {
        right: 20px;
        font-size: 5rem;
    }

    .subpage_img {
        margin-top: -210px;
        background-position: -380px;
        /* background-size: inherit; */
        text-align: center;
        /* height: 450px; */
        /* min-height: 450px; */
    }

    .subpage_img h1 {
        font-size: 45px !important;
        /* margin-top: -70px; */
    }

    .subpage_img h3 {
        font-size: 30px !important;
        margin-bottom: 7rem !important;
    }

    .urun_detay_makina_gorseli {
        left: 10%;
        margin-top: 9%;
        width: 60%;
        display: none;
    }

    .tabs {
        flex-direction: row;
        gap: 20px;
    }

    .product-content {
        margin-top: 1rem;
    }

    .full_menu_div .row .col-md-5:after {
        display: none;
    }

    .lang_switch {
        display: none
    }
}

/*yatay*/

/*mobile*/

.products_menu_list_bottom_border {
    border-bottom: 2px solid #fff;
    margin-bottom: 5px;
}

.iletisim_box {
    border: 1px solid black;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 45% !important;
    padding: 20px;
}

.iletisim_box h4 {
    margin-bottom: 0px;
    line-height: 1;
}

.iletisim_box a {
    color: black;
    text-decoration: none;
    font-size: 14px;
}



.langs_links {
    margin-left: 8px;
    margin-top: 5px;
    display: none;
}

.langs_links li {
    margin-bottom: 5px;
}

.show_lang {
    display: block;

}

.index_social_links {
    position: relative;
    /* margin-left: -100px; */
}

.index_social_links a {
    display: block;
    /* Linkleri alt alta sıralar */
    /* margin: 10px 0; */
    /* Her link arasında biraz boşluk bırakır */
    color: #fff;
    /* Link metin rengi */
    text-decoration: none;
    /* Alt çizgiyi kaldırır */
    font-size: 1.5rem;
    /* Yazı boyutunu belirler */
    text-align: center;
    padding: 4px;
    line-height: 2rem;
}

.index_social_links a:hover {

    color: #fff;
    /* Link metin rengi */
}

.open_langs {
    width: 40px;
}

.langs_img {
    width: 40px;
}

.mtc-10 {
    margin-top: 7rem;
}

.ptc-5 {
    padding-top: 3rem;
}