@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("./cdrstrap.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease-in-out;

}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(238, 114, 4, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 2px;
    /* Handle on hover */
}

::-webkit-scrollbar-thumb:hover {
    background: #EE7204;
}

.mm-menu.mm-theme-dark {
    z-index: 9999;
}

.mm-menu.mm-offcanvas {
    z-index: 999 !important;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar .mm-prev:not(.mm-close) {
    background: #ee7204 !important;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-prev::before {
    border-color: #2c2b2b;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-close::before {
    border-color: #ee7204;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-close::after {
    border-color: #ee7204;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar .mm-close:not(.mm-prev) {
    background: transparent !important;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
    border: 2px solid #ffffff;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > .mm-close {
    border: 2px solid #ee7204;
}

#mm-blocker {
    z-index: 11;
}

@media (max-width: 1024px) {
    .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }

    .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img.header-home-img {
        filter: invert(1);
        height: 25px;
    }

    .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img {
        height: 35px;
    }
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: sticky;
    z-index: 10;
    background-color: #fff;
}

header .top {
    width: 100%;
    background: #0d4b9f;
}

header .top .top-nav {
    width: 100%;
    min-height: 39px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}

@media (max-width: 1024px) {
    header .top .top-nav {
        display: none;
    }
}

header .top .top-nav .top-mail {
    width: 33.3%;
    display: flex;
    justify-content: start;
    gap: 10px;
}

header .top .top-nav .top-mail .mail {
    display: flex;
    justify-content: start;
    width: 100%;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    font-size: 13px;
}

header .top .top-nav .top-mail .mail img {
    height: 18px;
}

header .top .top-nav .top-mail .mail span {
    font-size: 13px;
    line-height: 16px;
}

header .top .top-nav .top-sosyal {
    display: flex;
    justify-content: center;
    gap: 10px;
}

header .top .top-nav .top-sosyal a {
    padding: 0;
    margin: 0;
    max-height: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
}

header .top .top-nav .top-sosyal a img {
    height: 20px;
}

header .top .top-nav .top-sosyal a span {
    font-size: 13px;
    margin: 0;
    padding: 0 0 0 10px;
    color: #ffffff;
}

header .bottom {
    width: 100%;
}

header .bottom nav {
    background: rgba(255, 255, 255, 0.2);
}

header .bottom nav .max-width-cdr {
    width: 100%;
    height: 90px;
    max-height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    padding: 0 30px;
}

@media (max-width: 1024px) {
    header .bottom nav .max-width-cdr {
        height: 110px;
    }
}

@media (max-width: 768px) {
    header .bottom nav .max-width-cdr {
        height: 80px;
    }
}

@media (max-width: 500px) {
    header .bottom nav .max-width-cdr {
        gap: 25px;
        padding-right: 0 !important;
        padding-left: 10px !important;
    }
}

header .bottom nav .max-width-cdr a.logo {
    height: 90px;
    width: 100%;
    max-height: 90px;
    max-width: 180px;
    display: flex;
    justify-content: center;
    align-content: center;
}

@media (max-width: 768px) {
    header .bottom nav .max-width-cdr a.logo {
        height: 80px;
        width: 100%;
        max-height: 80px;
        max-width: 180px;
    }
}

@media (max-width: 768px) {
    header .bottom nav .max-width-cdr a.logo {
        height: 80px;
        width: 100%;
        max-height: 80px;
        max-width: 150px;
    }
}

header .bottom nav .max-width-cdr a.logo img.logo {
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
}

header .bottom nav .max-width-cdr .right {
    display: flex;
    justify-content: end;
    align-items: center;
    width: calc(100% - 200px);
    gap: 30px;
}

header .bottom nav .max-width-cdr .right ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 35px;
    width: 100%;
}

@media (max-width: 1280px) {
    header .bottom nav .max-width-cdr .right ul {
        display: none;
    }
}

header .bottom nav .max-width-cdr .right ul li {
    color: #000000;
    font-weight: 600;
    position: relative;
    line-height: 25px;
    padding: 10px 0;
}

header .bottom nav .max-width-cdr .right ul li.margin-right-minus {
    margin-right: -17px !important;
}

header .bottom nav .max-width-cdr .right ul li.social-link a img {
    border-radius: 50%;
    border: 1px solid #000000;
    padding: 1px;
}

header .bottom nav .max-width-cdr .right ul li:hover a {
    color: #ee7204;
}

header .bottom nav .max-width-cdr .right ul li:hover ul {
    padding: 10px 15px;
}

header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu {
    opacity: 1;
    visibility: visible;
    width: fit-content;
    overflow: unset;
    animation: alt-menu-onhover 0.5s ease-in-out;
    top: 45px;
    border-radius: 5px;
}

header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu li {
    padding: 0 7px;
}

header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu li img {
    width: 23px;
    height: 23px;
    opacity: 1;
    visibility: visible;
}

header .bottom nav .max-width-cdr .right ul li.social-link:hover ul {
    margin-top: 0;
}

header .bottom nav .max-width-cdr .right ul li.social-link:hover ul.altmenu {
    padding: 0 5px;
}

header .bottom nav .max-width-cdr .right ul li.social-link:hover ul.altmenu li {
    padding: 0;
}

header .bottom nav .max-width-cdr .right ul li.social-link:hover ul.altmenu li a {
    padding: 0;
}

header .bottom nav .max-width-cdr .right ul li a {
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

header .bottom nav .max-width-cdr .right ul li ul.altmenu {
    animation: alt-menu-outhover 0.5s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #EAEAEA;
    top: 25px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    z-index: 3;
    width: 0;
    min-width: 0;
    overflow: hidden;
    gap: 0;
}

header .bottom nav .max-width-cdr .right ul li ul.altmenu li {
    width: 100%;
    min-height: 39px;
    max-height: 39px;
    height: max-content;
    display: flex;
    justify-content: start;
    align-items: center;
    background: #EAEAEA;
    color: #000000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

header .bottom nav .max-width-cdr .right ul li ul.altmenu li:nth-last-child(1) {
    border-bottom: none;
}

header .bottom nav .max-width-cdr .right ul li ul.altmenu li:hover a {
    color: #ee7204;
}

header .bottom nav .max-width-cdr .right ul li ul.altmenu li img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

header .bottom nav .max-width-cdr .right ul li ul.altmenu li a {
    color: #000000;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 15px;
    justify-content: flex-start;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

header .bottom nav .max-width-cdr .right a {
    text-decoration: none;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

header .bottom nav .max-width-cdr .right a.lang-link img {
    margin: 0;
    width: 26px;
    height: 26px;
}

header .bottom nav .max-width-cdr .right a.lang-link span {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}

header .bottom nav .max-width-cdr #close {
    display: none;
    padding: 9px 12px;
    margin: 21px 20px;
    color: #ffffff;
    right: 0;
    font-size: 24px;
}

@media (max-width: 1280px) {
    header .bottom nav .max-width-cdr #close {
        display: block !important;
        color: #000000;
    }

    header .bottom nav .max-width-cdr #close i {
        font-size: 32px;
        background: #232323;
        color: #ffffff;
        width: 40px;
        display: flex;
        height: 40px;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 500px) {
    header .bottom nav .max-width-cdr #close i {
        font-size: 34px;
    }
}


.owl-carousel .item img.web-slider {
    display: block !important;
}

.owl-carousel .item img.mobil-slider {
    display: none !important;
}

@media (max-width: 768px) {
    .owl-carousel .item img.web-slider {
        display: none !important;
    }

    .owl-carousel .item img.mobil-slider {
        display: block !important;
    }
}

.web-none {
    display: none;
}

@media (max-width: 1024px) {
    .web-none {
        display: block;
    }
}

.mobil-none {
    display: block;
}

@media (max-width: 1024px) {
    .mobil-none {
        display: none;
    }
}

body.scrolled header {
    top: -39px;
}

.main-space {
    margin-top: 55px !important;
    margin-bottom: 65px !important;
}

@media (max-width: 500px) {
    .main-space {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

.max-width-cdr {
    max-width: 1440px !important;
    margin: 0 auto;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

@media (max-width: 400px) {
    .max-width-cdr {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.content-space {
    padding: 55px 0 65px 0;
}

@media (max-width: 1024px) {
    .content-space {
        padding: 50px 20px 50px;
    }
}

@media (max-width: 500px) {
    .content-space {
        padding: 45px 20px 55px;
    }
}

.rl-no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tb-no-pad {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@keyframes alt-menu-onhover {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes alt-menu-outhover {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

.mobil-yuzen-alan {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

@media (max-width: 425px) {
    .mobil-yuzen-alan {
        height: 82px !important;
    }
}

@media (max-width: 375px) {
    .mobil-yuzen-alan {
        height: 72px !important;
    }
}

@media (max-width: 320px) {
    .mobil-yuzen-alan {
        height: 62px !important;
    }
}

@media (max-width: 500px) {
    header nav .max-width-cdr {
        justify-content: center;
    }

    .mobil-yuzen-alan {
        opacity: 1;
        visibility: visible;
        height: 90px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 20px;
        z-index: 1000;
    }

    .mobil-yuzen-alan a {
        height: 90px;
        width: calc((100% - 40px) / 3);
    }
}

h2 {
    font-size: 37px;
    color: #FFFFFF;
}

@media (max-width: 475px) {
    h2 {
        font-size: 35px;
        line-height: 35px;
    }
}

.max-width {
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
}
@media (max-width: 425px) {
    .max-width {
    padding: unset;}
}
.detail {
    display: flex;
    align-items: center;
    gap: 5px;
}

.detail:hover a {
    color: #ee7204;
    text-decoration: underline;
}

.detail:hover i {
    transform: translateX(10px);
    color: #ee7204;
}

.detail a {
    color: #000000;
    transition: 0.5s;
    font-weight: 600;
    font-size: 15px;
}

.detail i {
    font-size: 20px;
    transition: 0.5s;
}

.index-detail {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: -25px;
}

@media (max-width: 425px) {
    .index-detail {
        margin-top: -10px;
    }
}

.index-detail:hover i {
    transform: translateX(10px);
    color: #ee7204;
}

.index-detail:hover a {
    color: #ee7204;
    text-decoration: underline;
}

.index-detail a {
    color: #000000;
    transition: 0.5s;
    font-weight: 600;
    font-size: 15px;
}

.index-detail i {
    font-size: 20px;
    transition: 0.5s;
}

.about {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .container {
    max-width: 1240px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.about .container .about-left {
    width: 50%;
    padding: 0 20px;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .about .container .about-left {
        display: none;
    }
}

.about .container .about-left .about-left-line {
    width: 40px;
    height: auto;
    background-color: #ee7204;
}

.about .container .about-left img {
    width: calc(100% - 60px);
}

.about .container .about-right {
    width: 50%;
    padding-left: 20px;
}

@media (max-width: 1024px) {
    .about .container .about-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 70%;
    }
}

@media (max-width: 768px) {
    .about .container .about-right {
        width: 90%;
    }
}

@media (max-width: 450px) {
    .about .container .about-right {
        width: 100%;
        padding: 0;
    }
}

.about .container .about-right .text {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.about .container .about-right .text img {
    max-height: 50px;
}

.about .container .about-right .text h2 {
    font-size: 50px;
    color: #000000;
}

@media (max-width: 425px) {
    .about .container .about-right .text h2 {
        font-size: 32px !important;
    }
}

@media (max-width: 425px) {
    .about .container .about-right .text h2 {
        width: 40px;
    }
}

.about .container .about-right p {
    font-size: 13px;
    margin-bottom: 20px;
}

.about .container .about-right ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about .container .about-right ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.about .container .about-right ul li p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
}

.about .container .about-right ul li i {
    font-size: 20px;
}

.about .container .about-right .istikrar {
    border-bottom: 3px solid #ee7204;
    width: max-content;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
}

@media (max-width: 425px) {
    .about .container .about-right .istikrar {
        margin-bottom: 20px;
    }
}

.about .container .about-right .istikrar h1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 30px;
    font-weight: 500;
}

.about .container .about-right .istikrar h1 p {
    color: #ee7204;
    font-size: 30px;
    border-right: 3px solid #ee7204;
    padding: 0 20px;
}

@media (max-width: 450px) {
    .about .container .about-right .istikrar h1 p {
        font-size: 23px;
    }
}

@media (max-width: 400px) {
    .about .container .about-right .istikrar h1 p {
        font-size: 18px !important;
    }
}

.about .container .about-right .istikrar h1 p:first-child {
    padding-left: 0;
}

.about .container .about-right .istikrar h1 p:last-child {
    border-right: none;
    padding-right: 0;
}

.products {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.products .products-top {
    background-image: url("../../images/user/site/urunler-top.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*revize own*/
    padding-top: 5px;
}

@media (max-width: 1024px) {
    .products .products-top {
        padding: 50px 20px 65px;
    }
}

@media (max-width: 425px) {
    .products .products-top {
        min-height: 370px;
        padding: 45px 10px 55px;
    }
}

.products .products-top .max-width {
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .products .products-top .max-width {
        margin-top: 0;
    }
}

.products .products-top .max-width p {
    color: #FFFFFF;
    text-align: center;
}

@media (max-width: 425px) {
    .products .products-top .max-width p {
        font-size: 14px;
    }
}

.products .products-bottom {
    background-image: url("../../images/user/site/zahit.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 325px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 65px;
}

@media (max-width: 425px) {
    .products .products-bottom {
        min-height: 730px;
        padding-bottom: 55px;
    }
}

.products .products-bottom .container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
}

@media (max-width: 425px) {
    .products .products-bottom .container {
        gap: 0px;
    }
}

.products .products-bottom .container .products-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-top: -250px;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .products .products-bottom .container .products-items {
        margin-bottom: 40px;
        padding: 0 20px;
    }
}

@media (max-width: 450px) {
    .products .products-bottom .container .products-items {
        margin-top: -100px;
        margin-bottom: 20px;
        padding: 0 10px;
        gap: 10px;
    }
}

.products .products-bottom .container .products-items .products-item {
    width: calc((100% - 60px) / 4);
    background-color: #FFFFFF;
    transition: 0.5s;
    margin-bottom: 10px;
    cursor: pointer;
    z-index: 0;
}

@media (max-width: 1024px) {
    .products .products-bottom .container .products-items .products-item {
        width: calc((100% - 40px) / 3);
    }
}

@media (max-width: 768px) {
    .products .products-bottom .container .products-items .products-item {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 450px) {
    .products .products-bottom .container .products-items .products-item {
        width: 100%;
    }
}

.products .products-bottom .container .products-items .products-item img {
    width: 100%;
    z-index: 0;
    height: 250px;
    object-fit: cover;
    position: relative;
}

.products .products-bottom .container .products-items .products-item .products-item-bottom {
    background-color: #FFFFFF;
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 425px) {
    .products .products-bottom .container .products-items .products-item .products-item-bottom {
        padding: 0;
        gap: 0px;
    }
}

.products .products-bottom .container .products-items .products-item .products-item-bottom .detail p {
    max-height: 25px;
}

@media (max-width: 425px) {
    .products .products-bottom .container .products-items .products-item .products-item-bottom .detail p {
        min-height: 25px;
    }
}

.products .products-bottom .container .products-items .products-item .products-item-bottom a {
    color: #000000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

@media (max-width: 425px) {
    .products .products-bottom .container .products-items .products-item .products-item-bottom a {
        padding-top: 0;
    }
}

.products .products-bottom .container .products-items .products-item .products-item-bottom a h3 {
    width: 70%;
    text-align: center;
    min-height: 52px;
    line-height: 26px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 425px) {
    .products .products-bottom .container .products-items .products-item .products-item-bottom a h3 {
        width: 80%;
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        min-height: 44px;
    }
}

@media (max-width: 380px) {
    .products .products-bottom .container .products-items .products-item .products-item-bottom a h3 {
        font-size: 14px;
    }
}

.products .products-bottom .container .products-items .products-item .products-item-bottom a p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 20px;
}

@media (max-width: 425px) {
    .products .products-bottom .container .products-items .products-item .products-item-bottom a p {
        font-size: 12px;
        min-height: 40px;
        line-height: 20px;
    }
}

.products .products-bottom .container .products-items .products-item .products-item-bottom .detail {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 5px;
    justify-content: center;
}

.products .products-bottom .container .products-items .products-item .products-item-bottom .detail p {
    color: #000000;
    transition: 0.5s;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    padding: 0;
}

.products .products-bottom .container .products-items .products-item .products-item-bottom .detail i {
    font-size: 20px;
    transition: 0.5s;
    display: flex;
    align-items: center;
}

.products .products-bottom .container .products-items .products-item:nth-last-child(2) .products-item-bottom h3 {
    width: 100%;
}

.products .products-bottom .container .products-items .products-item:hover {
    transform: translateY(-10px);
}

.products .products-bottom .container .products-items .products-item:hover .products-item-bottom .detail p {
    color: #ee7204;
    text-decoration: underline;
}

.products .products-bottom .container .products-items .products-item:hover .products-item-bottom .detail i {
    transform: translateX(10px);
    color: #ee7204;
}

.facility {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    background-image: url("../../images/user/site/uretim.jpg");
    background-repeat: no-repeat;
    background-position: left;
}

@media (min-width: 1920px) {
    .facility {
        background-size: 50%;
    }
}

@media (max-width: 1440px) {
    .facility {
        background-position: -230px;
    }
}

@media (max-width: 1366px) {
    .facility {
        background-position: -267px;
    }
}

@media (max-width: 1280px) {
    .facility {
        background-position: -310px;
    }
}

@media (max-width: 1024px) {
    .facility {
        background-position: -540px;
    }
}

.facility .facility-left {
    width: 50%;
}

@media (max-width: 768px) {
    .facility .facility-left {
        display: none;
    }
}

.facility .facility-right {
    width: 50%;
    background-color: #000000;
    min-height: 550px;
    padding: 60px 100px 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 1024px) {
    .facility .facility-right {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .facility .facility-right {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .facility .facility-right {
        padding: 45px 20px 55px;
        min-height: unset;
    }
}

.facility .facility-right h2 {
    letter-spacing: 3px;
}

@media (max-width: 425px) {
    .facility .facility-right h2 {
        font-size: 35px;
        text-align: center;
        /*revize own*/
        line-height: 35px;
        margin-bottom: 9px;
    }
}

.facility .facility-right p {
    font-size: 13px;
    width: 55%;
    color: #d0d0d0;
    line-height: 16px;
}

@media (max-width: 1024px) {
    .facility .facility-right p {
        width: 100%;
    }
}

.facility .facility-right .facility-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    margin-top: 20px;
    width: 420px;
}

@media (max-width: 450px) {
    .facility .facility-right .facility-items {
        width: 100%;
    }
}

.facility .facility-right .facility-items .facility-item {
    border: 2px solid #FFFFFF;
    padding: 10px;
    width: 100%;
    transition: 0.5s;
}

@media (max-width: 425px) {
    .facility .facility-right .facility-items .facility-item {
        width: 90%;
    }
}

.facility .facility-right .facility-items .facility-item h3 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
}

@media (max-width: 425px) {
    .facility .facility-right .facility-items .facility-item h3 {
        font-size: 16px;
    }
}

.facility .facility-right .facility-items .facility-item:hover {
    transform: translateX(10px);
    background-color: #ee7204;
}

.facility .facility-right .detail {
    margin-top: 20px;
}

.facility .facility-right .detail a {
    color: #FFFFFF;
}

.facility .facility-right .detail i {
    color: #FFFFFF;
}

.facility .facility-right .detail:hover a {
    color: #ee7204;
}

.facility .facility-right .detail:hover i {
    color: #ee7204;
}

.brandmark {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brandmark .max-width h2 {
    line-height: 42px;
    color: #000000;
}

@media (max-width: 475px) {
    .brandmark .max-width h2 {
        line-height: 35px;
        margin-bottom: 3.5px;
        color: #000000;
    }
}

.brandmark .max-width p {
    text-align: center;
}

.brandmark .max-width .brandmark-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 425px) {
    .brandmark .max-width .brandmark-items {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.brandmark .max-width .brandmark-items .brandmark-item {
    width: calc((100% - 40px) / 3);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .brandmark .max-width .brandmark-items .brandmark-item {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 425px) {
    .brandmark .max-width .brandmark-items .brandmark-item {
        width: 100%;
    }
}

.brandmark .max-width .brandmark-items .brandmark-item:hover .brandmark-item-right {
    filter: none;
}

.brandmark .max-width .brandmark-items .brandmark-item .brandmark-item-left {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 156px;
}

@media (max-width: 1024px) {
    .brandmark .max-width .brandmark-items .brandmark-item .brandmark-item-left {
        width: 40%;
    }
}

@media (max-width: 425px) {
    .brandmark .max-width .brandmark-items .brandmark-item .brandmark-item-left {
        min-height: 116px;
        width: 30%;
    }
}

.brandmark .max-width .brandmark-items .brandmark-item .brandmark-item-left img {
    height: 156px;
}

@media (max-width: 425px) {
    .brandmark .max-width .brandmark-items .brandmark-item .brandmark-item-left img {
        height: 116px;
    }
}

.brandmark .max-width .brandmark-items .brandmark-item .brandmark-item-right {
    width: 70%;
    padding: 50px;
    background-color: #dedede;
    min-height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
    transition: 0.5s;
}

@media (max-width: 425px) {
    .brandmark .max-width .brandmark-items .brandmark-item .brandmark-item-right {
        padding: 30px;
        min-height: 116px;
    }
}

.brandmark .max-width .brandmark-items .brandmark-item .brandmark-item-right img {
    width: 100%;
    object-fit: fill;
    max-height: 34px;
}

.referances {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebebeb;
}

.referances .max-width h2 {
    color: #000000;
    line-height: 37px;
}

@media (max-width: 475px) {
    .referances .max-width h2 {
        text-align: center;
        margin-bottom: 2px;
    }
}

.referances .max-width p {
    text-align: center;
}

.referances .max-width .referances-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    margin: 30px 0;
}

@media (max-width: 425px) {
    .referances .max-width .referances-items {
        margin: 10px 0;
    }
}

.referances .max-width .referances-items .referances-item {
    width: calc((100% - 40px) / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 325px;
    position: relative;
}

@media (max-width: 1024px) {
    .referances .max-width .referances-items .referances-item {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 450px) {
    .referances .max-width .referances-items .referances-item {
        width: 100%;
        min-height: 200px;
    }

    .referances .max-width .referances-items .referances-item:nth-last-child(1) {
        display: none;
    }

    .referances .max-width .referances-items .referances-item :nth-last-child(1) {
        display: none;
    }
}

.referances .max-width .referances-items .referances-item:hover .referance-item-filter {
    opacity: 1;
}

.referances .max-width .referances-items .referances-item img {
    width: 100%;
    min-height: 325px;
    object-fit: cover;
}

@media (max-width: 425px) {
    .referances .max-width .referances-items .referances-item img {
        min-height: 200px;
    }
}

.referances .max-width .referances-items .referances-item .referance-item-filter {
    position: absolute;
    width: 100%;
    min-height: 325px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(122, 122, 122, 0) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

@media (max-width: 425px) {
    .referances .max-width .referances-items .referances-item .referance-item-filter {
        min-height: 200px;
    }
}

.referances .max-width .referances-items .referances-item .referance-item-filter .referance-item-filter-texts {
    border-bottom: 10px solid #ee7204;
    width: 90%;
    min-height: 325px;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 425px) {
    .referances .max-width .referances-items .referances-item .referance-item-filter .referance-item-filter-texts {
        min-height: 200px;
    }
}

.referances .max-width .referances-items .referances-item .referance-item-filter .referance-item-filter-texts h3 {
    color: #FFFFFF;
    font-size: 30px;
    width: 300px;
    line-height: 35px;
    margin-bottom: 30px;
}

@media (max-width: 425px) {
    .referances .max-width .referances-items .referances-item .referance-item-filter .referance-item-filter-texts h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.history {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.9);
}

.history .max-width {
    gap: 0;
}

.history .max-width h2 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 23px;
    color: #ffffff;
}

@media (max-width: 450px) {
    .history .max-width h2 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 4px;
        text-align: center;
    }
}

.history .max-width h3 {
    font-size: 51px;
    color: #FFFFFF;
    margin-top: -20px;
}

@media (max-width: 425px) {
    .history .max-width h3 {
        font-size: 40px;
        margin-top: -10px;
        margin-bottom: 10px;
    }
}

.history .max-width p {
    text-align: center;
    width: 80%;
    color: #FFFFFF;
}

@media (max-width: 425px) {
    .history .max-width p {
        width: 100%;
    }
}

.history .max-width .index-timeline {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .history .max-width .index-timeline {
        min-height: 400px;
        max-height: 400px;
    }
}@media (max-width: 500px) {
    .history .max-width .index-timeline {
        display: none;
    }
}

.history .max-width .index-timeline .line {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 50px;
    width: 100%;
    background-image: url("../../images/user/site/yatay-line.svg");
    background-repeat: no-repeat;
    background-position: right;
}
@media (max-width: 1024px) {
    .history .max-width .index-timeline .line{
        background-position: 50% 55%;
    }
}@media (max-width: 768px) {
    .history .max-width .index-timeline .line{
        background-position: 50% 58%;
        gap: 10px;
    }
}
.history .max-width .index-timeline .line .item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    color: rgba(255, 255, 255, 0.7);
    max-width: 250px;
}

.history .max-width .index-timeline .line .item:nth-child(1) .circle {
    min-width: 110px;
    max-width: 110px;
    min-height: 110px;
    max-height: 110px;
}

.history .max-width .index-timeline .line .item:nth-child(1) .circle .year {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    font-size: 22px;
}

.history .max-width .index-timeline .line .item:nth-child(1) .top-text {
    background-position: 0 bottom;
    margin-left: 55px;
    padding-bottom: 75px;
}

.history .max-width .index-timeline .line .item:nth-child(1) .bottom-text {
    background-position: 0 top;
    margin-left: 55px;
    padding-top: 75px;
}

.history .max-width .index-timeline .line .item:nth-child(odd) .bottom-text {
    background-image: unset;
}

.history .max-width .index-timeline .line .item:nth-child(even) .top-text {
    background-image: unset;
}

.history .max-width .index-timeline .line .item .top-text {
    width: 100%;
    text-align: left;
    padding-bottom: 65px;
    background-image: url("../../images/user/site/top-line.svg");
    background-repeat: no-repeat;
    background-size: 10px 50px;
    background-position: 0 bottom;
    min-height: 100px;
    max-height: 100px;
    margin-left: 45px;
}
@media (max-width: 1024px) {
    .history .max-width .index-timeline .line .item .top-text {
        min-height: 130px;
        max-height: 130px;

    }
}@media (max-width: 768px) {
    .history .max-width .index-timeline .line .item .top-text {
        min-height: 160px;
        max-height: 160px;

    }
}
.history .max-width .index-timeline .line .item .bottom-text {
    width: 100%;
    text-align: left;
    padding-top: 65px;
    background-image: url("../../images/user/site/bottom-line.svg");
    background-repeat: no-repeat;
    background-size: 10px 50px;
    background-position: 0 top;
    min-height: 100px;
    max-height: 100px;
    margin-left: 45px;
}

.history .max-width .index-timeline .line .item .circle {
    min-width: 90px;
    max-width: 90px;
    min-height: 90px;
    max-height: 90px;
    border-radius: 50%;
    background-color: #ee7204;
    display: flex;
    justify-content: center;
    align-items: center;
}

.history .max-width .index-timeline .line .item .circle .year {
    background-color: #57585a;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

@media (max-width: 768px) {
    .history .max-width .index-timeline .line .item.none-768 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .history .max-width .index-timeline .line .item.none-1024 {
        display: none;
    }
}

.history .max-width .index-timeline .line a.link {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 30px;
}
@media (max-width: 1024px) {
    .history .max-width .index-timeline .line a.link{
        margin-top: 32px;
    }
}@media (max-width: 768px) {
    .history .max-width .index-timeline .line a.link{
        margin-top: 55px;
    }
}
.history .max-width .index-timeline .line a.link .text {
    font-size: 22px;
    color: #ee7204;
    font-weight: 500;
}

.history .max-width a.history-mobil-link {
    display: none;
}

@media (max-width: 500px) {
    .history .max-width a.history-mobil-link {
        display: block;
        margin: 50px 0 0 0;
        color: #ee7204;
        font-size: 26px;
        line-height: 26px;
        font-weight: 500;
    }
}

.news {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 425px) {
    .news .max-width {
        padding: 0 10px;
    }
}

.news .max-width h2 {
    color: #000000;
    line-height: 37px;
    margin-bottom: 19px;
}

@media (max-width: 425px) {
    .news .max-width h2 {
        text-align: center;
    }
}

.news .max-width p {
    text-align: center;
}

.news .max-width .news-items {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    margin: 30px 0;
}

@media (max-width: 425px) {
    .news .max-width .news-items {
        margin: 10px 0;
    }
}

.news .max-width .news-items .news-item {
    max-width: calc((100% - 40px) / 3);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .news .max-width .news-items .news-item {
        max-width: calc((100% - 40px) / 3);
    }
}

@media (max-width: 768px) {
    .news .max-width .news-items .news-item {
        max-width: calc((100% - 20px) / 2);
    }
    .news .max-width .news-items .news-item:last-child {
        display: none;
    }
}

@media (max-width: 500px) {
    .news .max-width .news-items .news-item {
        max-width: 100%;
    }
}

.news .max-width .news-items .news-item:hover .news-item-top img {
    transform: scale(1.1);
}

.news .max-width .news-items .news-item:hover .news-item-bottom .detail {
    color: #ee7204;
}

.news .max-width .news-items .news-item:hover .news-item-bottom .detail i {
    transform: translateX(10px);
    color: #ee7204;
}

.news .max-width .news-items .news-item .news-item-top {
    width: 100%;
    max-height: 290px;
    overflow: hidden;
    transition: 0.5s;
}

.news .max-width .news-items .news-item .news-item-top img {
    width: 100%;
    object-fit: cover;
    height: 290px;
    transition: 0.5s;
}

@media (max-width: 425px) {
    .news .max-width .news-items .news-item .news-item-top {
        height: 200px;
    }

    .news .max-width .news-items .news-item .news-item-top img {
        height: 100%;
    }
}

.news .max-width .news-items .news-item .news-item-mid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 20px;
    background-color: #efefef;
    gap: 20px;
}
@media (max-width: 1024px) {
    .news .max-width .news-items .news-item .news-item-mid {
        padding: 10px;
        gap: 10px;
    }
}@media (max-width: 768px) {
    .news .max-width .news-items .news-item .news-item-mid {
        padding: 20px;
        gap: 20px;
    }
}
@media (max-width: 425px) {
    .news .max-width .news-items .news-item .news-item-mid {
        padding: 10px;
        gap: 10px;
    }

    .news .max-width .news-items .news-item .news-item-mid .item-mid-date {
        min-height: unset;
        max-height: unset;
        width: unset;
    }

    .news .max-width .news-items .news-item .news-item-mid .item-mid-date .day {
        font-size: 34px;
    }
}

.news .max-width .news-items .news-item .news-item-mid .item-mid-date {
    background-color: #FFFFFF;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 22%;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}
@media (max-width: 1024px){
    .news .max-width .news-items .news-item .news-item-mid .item-mid-date {
        width: 29%;
    }
}
.news .max-width .news-items .news-item .news-item-mid .item-mid-date .day {
    color: #000000;
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    line-height: 42px;
    letter-spacing: 3px;
}

.news .max-width .news-items .news-item .news-item-mid .item-mid-date .month {
    font-size: 13px;
    color: #ee7204;
    font-weight: 500;
}

.news .max-width .news-items .news-item .news-item-mid .item-mid-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 78%;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}
@media (max-width: 1024px){
    .news .max-width .news-items .news-item .news-item-mid .item-mid-text {
        width: 71%;
    }
}
.news .max-width .news-items .news-item .news-item-mid .item-mid-text h3 {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

@media (max-width: 425px) {
    .news .max-width .news-items .news-item .news-item-mid .item-mid-text h3 {
        overflow: hidden;
        min-height: 44px;
        margin-bottom: 6px;
    }
}

.news .max-width .news-items .news-item .news-item-mid .item-mid-text p {
    font-size: 12px;
    text-align: left;
}

.news .max-width .news-items .news-item .news-item-bottom {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 10px;
}

.news .max-width .news-items .news-item .news-item-bottom .detail {
    color: #FFFFFF;
    font-size: 13px;
    transition: 0.5s;
}

.news .max-width .news-items .news-item .news-item-bottom .detail i {
    color: #FFFFFF;
}

.news .max-width .news-items .news-item .news-item-bottom img {
    height: 20px;
}

.footer {
    width: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0 35px;
}

@media (max-width: 1024px) {
    .footer {
        padding: 50px 20px 35px;
    }
}

.footer .max-width {
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
}

.footer .max-width .footer-top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-height: 275px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .footer .max-width .footer-top {
        flex-wrap: wrap;
        max-height: max-content;
        gap: 20px;
    }
}

.footer .max-width .footer-top a {
    color: #FFFFFF;
}

.footer .max-width .footer-top .footer-bottom-1 {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    max-height: 275px;
    min-height: 275px;
}

@media (max-width: 1024px) {
    .footer .max-width .footer-top .footer-bottom-1 {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .footer .max-width .footer-top .footer-bottom-1 {
        width: 48%;
    }
}

@media (max-width: 450px) {
    .footer .max-width .footer-top .footer-bottom-1 {
        width: 100%;
    }
}

.footer .max-width .footer-top .footer-bottom-1 .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .max-width .footer-top .footer-bottom-1 img {
    width: 100%;
}

.footer .max-width .footer-top .footer-bottom-2 {
    width: 25%;
    margin-left: 14%;
    max-height: 275px;
}

@media (max-width: 1024px) {
    .footer .max-width .footer-top .footer-bottom-2 {
        margin-left: 2%;
    }
}

@media (max-width: 768px) {
    .footer .max-width .footer-top .footer-bottom-2 {
        width: 48%;
        margin-left: 0;
    }
}

@media (max-width: 450px) {
    .footer .max-width .footer-top .footer-bottom-2 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .footer .max-width .footer-top .footer-bottom-2 ul {
        text-align: center;
    }
}

.footer .max-width .footer-top .footer-bottom-2 p {
    font-size: 20px;
    font-weight: 600;
    color: #ee7204;
    margin-bottom: 10px;
}

.footer .max-width .footer-top .footer-bottom-2 ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer .max-width .footer-top .footer-bottom-2 ul li {
    transition: 0.5s;
}

.footer .max-width .footer-top .footer-bottom-2 ul li a {
    font-size: 15px;
    font-family: sans-serif;
    transition: 0.5s;
}

@media (max-width: 500px) {
    .footer .max-width .footer-top .footer-bottom-2 ul li a {
        font-size: 16px;
        font-weight: bold;
    }
}

.footer .max-width .footer-top .footer-bottom-2 ul li:hover a {
    text-shadow: 1px -1px 0 #FFFFFF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 500px) {
    .footer .max-width .footer-top .footer-bottom-2 ul li:hover a {
        text-shadow: unset !important;
    }
}

.footer .max-width .footer-top .footer-bottom-3 {
    width: 25%;
    max-height: 275px;
}

@media (max-width: 1024px) {
    .footer .max-width .footer-top .footer-bottom-3 {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .footer .max-width .footer-top .footer-bottom-3 {
        width: 48%;
    }
}

@media (max-width: 450px) {
    .footer .max-width .footer-top .footer-bottom-3 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer .max-width .footer-top .footer-bottom-3 ul {
        text-align: center;
    }
}

.footer .max-width .footer-top .footer-bottom-3 p {
    font-size: 20px;
    font-weight: 600;
    color: #ee7204;
    margin-bottom: 10px;
}

.footer .max-width .footer-top .footer-bottom-3 p:nth-last-child(2) {
    margin-top: 26px;
}

.footer .max-width .footer-top .footer-bottom-3 ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer .max-width .footer-top .footer-bottom-3 ul li {
    transition: 0.5s;
}

.footer .max-width .footer-top .footer-bottom-3 ul li:hover a {
    text-shadow: 1px -1px 0 #FFFFFF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 500px) {
    .footer .max-width .footer-top .footer-bottom-3 ul li:hover a {
        text-shadow: unset !important;
    }

    .footer .max-width .footer-top .footer-bottom-3 ul li a {
        font-size: 16px;
        font-weight: bold;
        font-family: sans-serif;
        transition: 0.5s;
    }
}

.footer .max-width .footer-top .footer-bottom-4 {
    width: 25%;
    max-height: 275px;
}

@media (max-width: 768px) {
    .footer .max-width .footer-top .footer-bottom-4 {
        width: 48%;
    }
}

@media (max-width: 450px) {
    .footer .max-width .footer-top .footer-bottom-4 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.footer .max-width .footer-top .footer-bottom-4 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 450px) {
    .footer .max-width .footer-top .footer-bottom-4 ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.footer .max-width .footer-top .footer-bottom-4 ul li:first-child a {
    align-items: flex-start;
}

.footer .max-width .footer-top .footer-bottom-4 ul li:first-child a img {
    padding-top: 4px;
}

@media (max-width: 425px) {
    .footer .max-width .footer-top .footer-bottom-4 ul li:first-child {
        width: 70%;
    }
}

@media (max-width: 320px) {
    .footer .max-width .footer-top .footer-bottom-4 ul li:first-child {
        width: 100%;
    }
}

.footer .max-width .footer-top .footer-bottom-4 ul li .footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}

.footer .max-width .footer-top .footer-bottom-4 ul li .footer-social a {
    width: max-content;
}

.footer .max-width .footer-top .footer-bottom-4 ul li a {
    font-size: 15px;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 250px;
    gap: 12px;
    line-height: 27px;
}

@media (max-width: 425px) {
    .footer .max-width .footer-top .footer-bottom-4 ul li a {
        width: 100%;
    }
}

.footer .max-width .footer-top .footer-bottom-4 p {
    font-size: 20px;
    font-weight: 600;
    color: #ee7204;
    margin-bottom: 10px;
}

.footer .footer-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2px;
    background-color: #FFFFFF;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
}

.footer .footer-bottom .footer-bottom-item {
    position: absolute;
    padding: 5px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-bottom .footer-bottom-item p {
    color: #ee7204;
    font-size: 22px;
    border-right: 2px solid #ee7204;
    font-weight: 600;
    padding: 0 10px;
    text-align: center;
}

.footer .footer-bottom .footer-bottom-item p:last-child {
    border-right: none;
}

.copyright {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    color: #000000;
    padding: 0 20px;
}

@media (max-width: 425px) {
    .copyright {
        padding: 20px;
        height: unset;
    }
}

.copyright .max-width {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

@media (max-width: 425px) {
    .copyright .max-width {
        flex-direction: column;
    }
}

.copyright .max-width .copyright-left {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 425px) {
    .copyright .max-width .copyright-left {
        text-align: center;
    }
}

.copyright .max-width .copyright-right {
    display: flex;
    gap: 5px;
    color: #000000;
}

@media (max-width: 500px) {
    .copyright .max-width .copyright-right {
        line-height: 50px;
    }
}

.breadcrumb {
    min-height: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border-bottom: 2px solid #000000;
    background-image: url("../../images/user/site/breadcrumb-bg.jpg");
    background-size: cover;
    background-position: center center;
}

@media (max-width: 425px) {
    .breadcrumb {
        min-height: 100px;
    }
}

.breadcrumb .breadcrumb-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 3%;
}

@media (max-width: 1024px) {
    .breadcrumb .breadcrumb-list {
        flex-wrap: wrap;
    }
}

.breadcrumb .breadcrumb-list span {
    display: flex;
    gap: 20px;
    z-index: 1;
}

@media (max-width: 425px) {
    .breadcrumb .breadcrumb-list span {
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
    }

    .breadcrumb .breadcrumb-list span a {
        font-size: 14px;
    }

    .breadcrumb .breadcrumb-list span i {
        font-size: 14px;
    }
}

.breadcrumb .breadcrumb-list span a {
    color: #ffffff;
    font-size: 16px;
    line-height: 33px;
}

.breadcrumb .breadcrumb-list span i {
    color: #ffffff;
    font-size: 16px;
    line-height: 33px;
}

.kayit-right {
    width: 100%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.kayit-right h3 {
    font-size: 32px;
    line-height: 44px;
}

.kayit-right form {
    width: 100%;
}

.kayit-right form .input-texts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .kayit-right form .input-texts {
        flex-direction: column;
    }
}

.kayit-right form .input-texts .ad {
    padding: 15px 20px;
    width: 50%;
    border: none;
    background-color: rgba(40, 51, 83, 0.05);
}

@media (max-width: 500px) {
    .kayit-right form .input-texts .ad {
        width: 100%;
    }
}

.kayit-right form .input-texts .mail {
    padding: 15px 20px;
    width: 50%;
    border: none;
    background-color: rgba(40, 51, 83, 0.05);
}

@media (max-width: 500px) {
    .kayit-right form .input-texts .mail{
        width: 100%;
    }
}

.kayit-right form .input-texts:focus {
    border: none;
}

.kayit-right form .cv {
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    background-color: rgba(40, 51, 83, 0.05);
}

.kayit-right form .mesaj {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    width: 100%;
    padding: 10px 20px 120px;
    border: none;
    background-color: rgba(40, 51, 83, 0.05);
}
.kayit-right form a{
    color: #ee7204;
}
.kayit-right form .input-btnn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.kayit-right form .input-btnn .gonder {
    padding: 7px 15px;
    border: 1px solid #f2f3f5;
    background-color: #f2f3f5;
    font-size: 14px;
    transition: 0.5s;
    cursor: pointer;
    color: #000000;
}

.kayit-right form .input-btnn .gonder:hover {
    background-color: #ee7204;
    color: #ffffff;
}

.full-products-menu {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 5px;
}

@media (max-width: 768px) {
    .full-products-menu {
        width: 50%;
    }
}

@media (max-width: 425px) {
    .full-products-menu {
        width: 100%;
    }
}

.full-products-menu .full-products-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.full-products-menu .full-products-menu-item .h2 {
    width: 100%;
    font-size: 15px;
    background-color: #000000;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    transition: 0.5s;
    color: #FFFFFF;
}

.full-products-menu .full-products-menu-item .h2 a {
    color: #FFFFFF;
    font-weight: 400;
}

.full-products-menu .full-products-menu-item .h2 .icon-prod {
    font-size: 15px;
    color: #FFFFFF;
}

.full-products-menu .full-products-menu-item .h2:hover {
    padding-left: 30px;
}

.full-products-menu .full-products-menu-item .menu-bottom-prod {
    width: 100%;
    font-size: 15px;
    color: #000000;
    background-color: #FFFFFF;
    padding: 7px 10px 7px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    transition: 0.5s;
    font-weight: 400;
}

.full-products-menu .full-products-menu-item .menu-bottom-prod.active {
    background-color: #dedede;
    padding-left: 30px;
}

.full-products-menu .full-products-menu-item .menu-bottom-prod:last-child {
    padding-bottom: 14px;
}

.full-products-menu .full-products-menu-item .menu-bottom-prod:nth-child(2) {
    padding-top: 14px;
}

.full-products-menu .full-products-menu-item .menu-bottom-prod:hover {
    padding-left: 30px;
    background-color: #dedede;
}

.normal-sayfa {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.normal-sayfa .max-width h1 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
}

.normal-sayfa .max-width p {
    text-align: center;
}

.normal-sayfa .max-width .full-products-page {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
}

@media (max-width: 1024px) {
    .normal-sayfa .max-width .full-products-page {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .normal-sayfa .max-width .full-products-page {
        flex-direction: column-reverse;
    }
}

.normal-sayfa .max-width .full-products-page .full-products-items {
    width: 77%;
}

@media (max-width: 768px) {
    .normal-sayfa .max-width .full-products-page .full-products-items {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .normal-sayfa .max-width .full-products-page .full-products-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.normal-sayfa .max-width .full-products-page .full-products-items figure {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

@media (max-width: 425px) {
    .normal-sayfa .max-width .full-products-page .full-products-items figure {
        margin-left: 0;
        margin-bottom: 20px;
    }
}

.normal-sayfa .max-width .full-products-page .full-products-items figure img {
    float: right;
}

.normal-sayfa .max-width .full-products-page .full-products-items h2 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
}

.normal-sayfa .max-width .full-products-page .full-products-items .dokuman {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.normal-sayfa .max-width .full-products-page .full-products-items .dokuman b {
    width: 12%;
}

.normal-sayfa .max-width .full-products-page .full-products-items .dokuman p {
    width: 88%;
}

@media (max-width: 1024px) {
    .normal-sayfa .max-width .full-products-page .full-products-items .dokuman b {
        width: 18%;
    }

    .normal-sayfa .max-width .full-products-page .full-products-items .dokuman p {
        width: 82%;
    }
}

@media (max-width: 768px) {
    .normal-sayfa .max-width .full-products-page .full-products-items .dokuman b {
        width: 20%;
    }

    .normal-sayfa .max-width .full-products-page .full-products-items .dokuman p {
        width: 80%;
    }
}

@media (max-width: 425px) {
    .normal-sayfa .max-width .full-products-page .full-products-items .dokuman b {
        width: 25%;
    }

    .normal-sayfa .max-width .full-products-page .full-products-items .dokuman p {
        width: 75%;
    }
}

.normal-sayfa .max-width .full-products-page .full-products-items .icerikler {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.normal-sayfa .max-width .full-products-page .full-products-items .table {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
}

.normal-sayfa .max-width .full-products-page .full-products-items .table .table-item {
    width: 100%;
    display: flex;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.normal-sayfa .max-width .full-products-page .full-products-items .table .table-item:last-child {
    border-bottom: 1px solid #000000;
}

.normal-sayfa .max-width .full-products-page .full-products-items .table .table-item .table-item-left {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    text-align: center;
    border-right: 1px solid #000000;
}

@media (max-width: 425px) {
    .normal-sayfa .max-width .full-products-page .full-products-items .table .table-item .table-item-left {
        width: 25%;
    }
}

.normal-sayfa .max-width .full-products-page .full-products-items .table .table-item .table-item-right {
    padding: 10px 20px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 425px) {
    .normal-sayfa .max-width .full-products-page .full-products-items .table .table-item .table-item-right {
        width: 75%;
    }
}

.normal-sayfa .max-width .full-products-page .full-products-items .table .table-item .table-item-right p {
    text-align: left;
}

.normal-sayfa .max-width .full-products-page .full-products-items h3 {
    margin-top: 10px;
}

.normal-sayfa .max-width .full-products-page .full-products-items p {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.normal-sayfa .max-width .full-products-page .full-products-items p b {
    font-size: 18px;
    text-align: left;
}

.normal-sayfa .max-width .full-products-page .full-products-items ul {
    margin-bottom: 10px;
}

.normal-sayfa .max-width .full-products-page .full-products-items ul li {
    list-style: disc;
    margin-left: 30px;
}

.normal-sayfa .max-width .full-products-page .full-products-items a {
    border-radius: 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin-left: 40px;
    gap: 20px;
    text-align: center;
    padding: 8px 10px;
    background-color: #ee7204;
    color: #ffffff;
    transition: 0.5s;
}

.normal-sayfa .max-width .full-products-page .full-products-items a:hover {
    background-color: #232323;
    color: #ffffff;
}

.normal-sayfa .max-width .full-products-page .full-products-items a img {
    height: 35px;
}

.normal-sayfa .max-width .full-products-page .full-products-items .kayit {
    width: 100%;
    margin-top: 30px;
}

.normal-sayfa .max-width .full-products-page .full-products-items .kayit .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.normal-sayfa .max-width .full-products-page .full-products-items .kayit .container .max-width {
    max-width: 1440px;
    width: 100%;
    display: flex;
    background-color: #FFFFFF;
}

.normal-sayfa .max-width .full-products-page .full-products-items label {
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 500px) {
    .normal-sayfa .max-width .full-products-page .full-products-items label {
        font-size: 12px;
        line-height: 18px;
    }
}

.normal-sayfa .max-width .full-products-page .full-products-items label.kvkk-checkbox a {
    border-radius: unset;
    margin-top: unset;
    display: unset;
    align-items: unset;
    justify-content: unset;
    width: unset;
    margin-left: unset;
    gap: unset;
    text-align: unset;
    padding: unset;
    background-color: unset;
    color: #ee7204;
    transition: 0.5s;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 500px) {
    .normal-sayfa .max-width .full-products-page .full-products-items label.kvkk-checkbox a {
        font-size: 12px;
        line-height: 18px;
    }
}

.sertifikalarimiz {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sertifikalarimiz .products-top {
    background-image: url("../../images/user/site/zahit.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1024px) {
    .sertifikalarimiz .products-top {
        padding: 50px 20px 65px;
    }
}

@media (max-width: 425px) {
    .sertifikalarimiz .products-top {
        min-height: 400px;
        padding: 40px 20px 65px;
    }
}

.sertifikalarimiz .products-top .max-width {
    margin-top: 55px;
}

@media (max-width: 1024px) {
    .sertifikalarimiz .products-top .max-width {
        margin-top: 0;
    }
}

.sertifikalarimiz .products-top .max-width h1 {
    font-size: 37px;
    color: #000000;
}

.sertifikalarimiz .products-top .max-width p {
    color: #000000;
    text-align: center;
}

@media (max-width: 425px) {
    .sertifikalarimiz .products-top .max-width p {
        font-size: 14px;
        margin-top: 45px;
    }
}

.sertifikalarimiz .products-top .container {
    max-width: 1440px;
    width: 100%;
    padding: 0 15px;
}

.sertifikalarimiz .products-top .container .products-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 65px;
}

@media (max-width: 1024px) {
    .sertifikalarimiz .products-top .container .products-items {
        margin-bottom: 0px;
    }
}

@media (max-width: 425px) {
    .sertifikalarimiz .products-top .container .products-items {
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 55px;
    }
}

.sertifikalarimiz .products-top .container .products-items .products-item {
    width: calc((100% - 40px) / 3);
    background-color: #FFFFFF;
    transition: 0.5s;
    margin-bottom: 10px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .sertifikalarimiz .products-top .container .products-items .products-item {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 768px) {
    .sertifikalarimiz .products-top .container .products-items .products-item {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 425px) {
    .sertifikalarimiz .products-top .container .products-items .products-item {
        width: 100%;
    }
}

.sertifikalarimiz .products-top .container .products-items .products-item img {
    width: 100%;
    z-index: 1;
    height: 275px;
    object-fit: cover;
    position: relative;
}

@media (max-width: 425px) {
    .sertifikalarimiz .products-top .container .products-items .products-item img {
        height: 150px;
    }
}

.sertifikalarimiz .products-top .container .products-items .products-item .products-item-bottom {
    background-color: #ececec;
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -8px;
}

@media (max-width: 425px) {
    .sertifikalarimiz .products-top .container .products-items .products-item .products-item-bottom {
        padding: 10px;
        gap: 0px;
    }
}


.sertifikalarimiz .products-top .container .products-items .products-item .products-item-bottom a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 30px;
}

@media (max-width: 425px) {
    .sertifikalarimiz .products-top .container .products-items .products-item .products-item-bottom a {
        padding: 20px 0px;
    }
}
@media (max-width: 1280px) {
    .sertifikalarimiz .products-top .container .products-items .products-item .products-item-bottom a {
        min-height: 116px;
    }
}
.sertifikalarimiz .products-top .container .products-items .products-item .products-item-bottom a h2 {
    width: 100%;
    color: #000000;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .sertifikalarimiz .products-top .container .products-items .products-item .products-item-bottom a h2 {
        min-height: 56px;
    }
}

@media (max-width: 425px) {
    .sertifikalarimiz .products-top .container .products-items .products-item .products-item-bottom a h2 {
        width: 80%;
        text-align: center;
        font-size: 15px;
        min-height: unset;
    }
}

.sertifikalarimiz .products-top .container .products-items .products-item .products-item-bottom p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 425px) {
    .sertifikalarimiz .products-top .container .products-items .products-item .products-item-bottom p {
        font-size: 12px;
    }
}

.sertifikalarimiz .products-top .container .products-items .products-item .products-item-bottom .detail {
    margin-bottom: 20px;
}

.sertifikalarimiz .products-top .container .products-items .products-item .products-item-bottom .detail a {
    padding: 0;
}

@media (max-width: 425px) {
    .sertifikalarimiz .products-top .container .products-items .products-item .products-item-bottom .detail a {
        font-size: 13px;
    }
}

.sertifikalarimiz .products-top .container .products-items .products-item:nth-last-child(2) .products-item-bottom h2 {
    width: 100%;
}

.sertifikalarimiz .products-top .container .products-items .products-item:hover {
    transform: translateY(-10px);
}

.ortak-uclu-liste {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ortak-uclu-liste .products-top {
    background-image: url("../../images/user/site/ortak-sayfa-bg.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1440px) {
    .ortak-uclu-liste .products-top {
        padding: 50px 15px 65px;
    }
}

@media (max-width: 1024px) {
    .ortak-uclu-liste .products-top {
        padding: 50px 20px 65px;
    }
}

@media (max-width: 425px) {
    .ortak-uclu-liste .products-top {
        min-height: 400px;
        padding: 40px 20px 65px;
    }
}

.ortak-uclu-liste .products-top .max-width {
    margin-top: 55px;
}

@media (max-width: 1024px) {
    .ortak-uclu-liste .products-top .max-width {
        margin-top: 0;
    }
}

.ortak-uclu-liste .products-top .max-width h1 {
    font-size: 36px;
    line-height: 48px;
    color: #000000;
}

.ortak-uclu-liste .products-top .max-width p {
    color: #000000;
    text-align: center;
}

@media (max-width: 425px) {
    .ortak-uclu-liste .products-top .max-width p {
        font-size: 14px;
    }
}

.ortak-uclu-liste .products-top .container {
    max-width: 1440px;
    width: 100%;

}

.ortak-uclu-liste .products-top .container .products-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 55px;
}

@media (max-width: 1024px) {
    .ortak-uclu-liste .products-top .container .products-items {
        margin-bottom: 40px;
    }
}

@media (max-width: 425px) {
    .ortak-uclu-liste .products-top .container .products-items {
        gap: 10px;
    }
}

.ortak-uclu-liste .products-top .container .products-items .products-item {
    max-width: calc((100% - 20px) / 3);
    width: 100%;
    background-color: #FFFFFF;
    transition: 0.5s;
    margin-bottom: 10px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .ortak-uclu-liste .products-top .container .products-items .products-item {
        max-width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 425px) {
    .ortak-uclu-liste .products-top .container .products-items .products-item {
        margin-bottom: 0 !important;
        min-height: 40px;
        max-width: 100%;
    }
}

.ortak-uclu-liste .products-top .container .products-items .products-item img {
    width: 100%;
    z-index: 1;
    height: 275px;
    object-fit: cover;
    position: relative;
}

@media (max-width: 425px) {
    .ortak-uclu-liste .products-top .container .products-items .products-item img {
        height: 150px;
    }
}

.ortak-uclu-liste .products-top .container .products-items .products-item .products-item-bottom {
    background-color: #FFFFFF;
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -8px;
}

@media (max-width: 425px) {
    .ortak-uclu-liste .products-top .container .products-items .products-item .products-item-bottom {
        padding: 10px;
        gap: 0px;
    }
}

.ortak-uclu-liste .products-top .container .products-items .products-item .products-item-bottom a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 30px;
}

@media (max-width: 425px) {
    .ortak-uclu-liste .products-top .container .products-items .products-item .products-item-bottom a {
        padding: 30px 0px;
    }
}

.ortak-uclu-liste .products-top .container .products-items .products-item .products-item-bottom a h2 {
    width: 100%;
    color: #000000;
    text-align: center;
    line-height: 28px;
    font-size: 22px;
}

@media (max-width: 1024px) {
    .ortak-uclu-liste .products-top .container .products-items .products-item .products-item-bottom a h2 {
        min-height: 84px;
    }
}

@media (max-width: 425px) {
    .ortak-uclu-liste .products-top .container .products-items .products-item .products-item-bottom a h2 {
        width: 80%;
        text-align: center;
        font-size: 15px;
        min-height: 34px;
    }
}

.ortak-uclu-liste .products-top .container .products-items .products-item .products-item-bottom p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 425px) {
    .ortak-uclu-liste .products-top .container .products-items .products-item .products-item-bottom p {
        font-size: 12px;
    }
}

.ortak-uclu-liste .products-top .container .products-items .products-item .products-item-bottom .detail {
    margin-bottom: 20px;
}

.ortak-uclu-liste .products-top .container .products-items .products-item .products-item-bottom .detail a {
    padding: 0;
}

@media (max-width: 425px) {
    .ortak-uclu-liste .products-top .container .products-items .products-item .products-item-bottom .detail a {
        font-size: 13px;
    }
}

.ortak-uclu-liste .products-top .container .products-items .products-item:nth-last-child(2) .products-item-bottom h2 {
    width: 100%;
}

.ortak-uclu-liste .products-top .container .products-items .products-item:hover {
    transform: translateY(-10px);
}

.ortak-uclu-liste .products-top .container .products-items .products-item:hover .detail i {
    transform: translateX(10px);
    color: #ee7204;
}

.ortak-uclu-liste .products-top .container .products-items .products-item:hover .detail a {
    color: #ee7204;
    text-decoration: underline;
}

.ortak-liste-5li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ortak-liste-5li .products-top {
    background-image: url("../../images/user/site/ortak-sayfa-bg.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1024px) {
    .ortak-liste-5li .products-top {
        padding: 55px 20px 65px;
    }
}

.ortak-liste-5li .products-top .max-width {
    margin-top: 55px;
}

@media (max-width: 1024px) {
    .ortak-liste-5li .products-top .max-width {
        margin-top: 0;
    }
}

.ortak-liste-5li .products-top .max-width h1 {
    font-size: 36px;
    line-height: 48px;
    color: #000000;
    text-align: center;
}

.ortak-liste-5li .products-top .max-width p {
    color: #000000;
    text-align: center;
}

@media (max-width: 425px) {
    .ortak-liste-5li .products-top .max-width p {
        font-size: 14px;
    }
}

.ortak-liste-5li .products-top .container {
    max-width: 1440px;
    width: 100%;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .ortak-liste-5li .products-top .container {
        padding: 0 15px;
    }
}

.ortak-liste-5li .products-top .container .products-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 65px;
}

@media (max-width: 1024px) {
    .ortak-liste-5li .products-top .container .products-items {
        margin-bottom: 0;
    }
}

@media (max-width: 425px) {
    .ortak-liste-5li .products-top .container .products-items {
        gap: 10px;
    }
}

.ortak-liste-5li .products-top .container .products-items .products-item {
    max-width: calc((100% - 40px) / 5);
    width: 100%;
    transition: 0.5s;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #FFFFFF;
}

@media (max-width: 1024px) {
    .ortak-liste-5li .products-top .container .products-items .products-item {
        max-width: calc((100% - 20px) / 3);
    }
}

@media (max-width: 768px) {
    .ortak-liste-5li .products-top .container .products-items .products-item {
        max-width: calc((100% - 10px) / 2);
    }
}

@media (max-width: 425px) {
    .ortak-liste-5li .products-top .container .products-items .products-item {
        max-width: 100%;
    }
}

.ortak-liste-5li .products-top .container .products-items .products-item img {
    width: 100%;
    z-index: 1;
    height: 250px;
    object-fit: cover;
    position: relative;
}

@media (max-width: 425px) {
    .ortak-liste-5li .products-top .container .products-items .products-item img {
        margin-top: 0;
    }
}

.ortak-liste-5li .products-top .container .products-items .products-item .products-item-bottom {
    background-color: #FFFFFF;
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -8px;
}

@media (max-width: 425px) {
    .ortak-liste-5li .products-top .container .products-items .products-item .products-item-bottom {
        padding: 10px;
        gap: 0;
    }
}

.ortak-liste-5li .products-top .container .products-items .products-item .products-item-bottom a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
}

@media (max-width: 425px) {
    .ortak-liste-5li .products-top .container .products-items .products-item .products-item-bottom a {
        padding: 30px 0;
    }
}

@media (max-width: 425px) {
    .ortak-liste-5li .products-top .container .products-items .products-item .products-item-bottom a {
        padding: 5px;
        margin-bottom: 10px;
    }

    .ortak-liste-5li .products-top .container .products-items .products-item .products-item-bottom a h2 {
        width: 80%;
        text-align: center;
        font-size: 22px;
        line-height: 28px;
        min-height: 56px;
    }
}

.ortak-liste-5li .products-top .container .products-items .products-item .products-item-bottom a h2 {
    width: 100%;
    color: #000000;
    text-align: center;
    line-height: 28px;
    min-height: 56px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ortak-liste-5li .products-top .container .products-items .products-item .products-item-bottom p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 425px) {
    .ortak-liste-5li .products-top .container .products-items .products-item .products-item-bottom p {
        font-size: 12px;
    }
}

.ortak-liste-5li .products-top .container .products-items .products-item .products-item-bottom .detail {
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .ortak-liste-5li .products-top .container .products-items .products-item .products-item-bottom .detail {
        margin-bottom: 0;
    }
}

.ortak-liste-5li .products-top .container .products-items .products-item .products-item-bottom .detail a {
    padding: 0;
}

@media (max-width: 425px) {
    .ortak-liste-5li .products-top .container .products-items .products-item .products-item-bottom .detail a {
        font-size: 13px;
    }
}

.ortak-liste-5li .products-top .container .products-items .products-item:nth-last-child(2) .products-item-bottom h2 {
    width: 100%;
}

.ortak-liste-5li .products-top .container .products-items .products-item:hover {
    transform: translateY(-10px);
}

.ortak-liste-5li .products-top .container .products-items .products-item:hover .products-item-bottom .detail i {
    transform: translateX(10px);
    color: #ee7204;
}

.ortak-liste-5li .products-top .container .products-items .products-item:hover .products-item-bottom .detail a {
    color: #ee7204;
    text-decoration: underline;
}

.ortak-liste-4lu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ortak-liste-4lu .products-top {
    background-image: url("../../images/user/site/ortak-sayfa-bg.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1024px) {
    .ortak-liste-4lu .products-top {
        padding: 55px 20px 65px;
    }
}

.ortak-liste-4lu .products-top .max-width {
    margin-top: 55px;
}

@media (max-width: 1024px) {
    .ortak-liste-4lu .products-top .max-width {
        margin-top: 0;
    }
}

.ortak-liste-4lu .products-top .max-width h1 {
    font-size: 36px;
    line-height: 48px;
    color: #000000;
    text-align: center;
}

.ortak-liste-4lu .products-top .max-width p {
    color: #000000;
    text-align: center;
}

@media (max-width: 425px) {
    .ortak-liste-4lu .products-top .max-width p {
        font-size: 14px;
    }
}

.ortak-liste-4lu .products-top .container {
    max-width: 1440px;
    width: 100%;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .ortak-liste-4lu .products-top .container {
        padding: 0 15px;
    }
}

.ortak-liste-4lu .products-top .container .products-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 65px;
}

@media (max-width: 1024px) {
    .ortak-liste-4lu .products-top .container .products-items {
        margin-bottom: 0;
    }
}

@media (max-width: 425px) {
    .ortak-liste-4lu .products-top .container .products-items {
        gap: 10px;
    }
}

.ortak-liste-4lu .products-top .container .products-items .products-item {
    max-width: calc((100% - 30px) / 4);
    width: 100%;
    transition: 0.5s;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #FFFFFF;
}

@media (max-width: 1024px) {
    .ortak-liste-4lu .products-top .container .products-items .products-item {
        max-width: calc((100% - 20px) / 3);
    }
}

@media (max-width: 768px) {
    .ortak-liste-4lu .products-top .container .products-items .products-item {
        max-width: calc((100% - 10px) / 2);
    }
}

@media (max-width: 425px) {
    .ortak-liste-4lu .products-top .container .products-items .products-item {
        max-width: 100%;
    }
}

.ortak-liste-4lu .products-top .container .products-items .products-item img {
    width: 100%;
    z-index: 1;
    height: 250px;
    object-fit: cover;
    position: relative;
}

@media (max-width: 425px) {
    .ortak-liste-4lu .products-top .container .products-items .products-item img {
        margin-top: 0;
    }
}

.ortak-liste-4lu .products-top .container .products-items .products-item .products-item-bottom {
    background-color: #FFFFFF;
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -8px;
}

@media (max-width: 425px) {
    .ortak-liste-4lu .products-top .container .products-items .products-item .products-item-bottom {
        padding: 10px;
        gap: 0;
    }
}

.ortak-liste-4lu .products-top .container .products-items .products-item .products-item-bottom a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
}

@media (max-width: 425px) {
    .ortak-liste-4lu .products-top .container .products-items .products-item .products-item-bottom a {
        padding: 30px 0;
    }
}

@media (max-width: 425px) {
    .ortak-liste-4lu .products-top .container .products-items .products-item .products-item-bottom a {
        padding: 5px;
        margin-bottom: 10px;
    }

    .ortak-liste-4lu .products-top .container .products-items .products-item .products-item-bottom a h2 {
        width: 80%;
        text-align: center;
        font-size: 22px;
        line-height: 28px;
        min-height: 56px;
    }
}

.ortak-liste-4lu .products-top .container .products-items .products-item .products-item-bottom a h2 {
    width: 100%;
    color: #000000;
    text-align: center;
    line-height: 28px;
    min-height: 56px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ortak-liste-4lu .products-top .container .products-items .products-item .products-item-bottom p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 425px) {
    .ortak-liste-4lu .products-top .container .products-items .products-item .products-item-bottom p {
        font-size: 12px;
    }
}

.ortak-liste-4lu .products-top .container .products-items .products-item .products-item-bottom .detail {
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .ortak-liste-4lu .products-top .container .products-items .products-item .products-item-bottom .detail {
        margin-bottom: 0;
    }
}

.ortak-liste-4lu .products-top .container .products-items .products-item .products-item-bottom .detail a {
    padding: 0;
}

@media (max-width: 425px) {
    .ortak-liste-4lu .products-top .container .products-items .products-item .products-item-bottom .detail a {
        font-size: 13px;
    }
}

.ortak-liste-4lu .products-top .container .products-items .products-item:nth-last-child(2) .products-item-bottom h2 {
    width: 100%;
}

.ortak-liste-4lu .products-top .container .products-items .products-item:hover {
    transform: translateY(-10px);
}

.ortak-liste-4lu .products-top .container .products-items .products-item:hover .products-item-bottom .detail i {
    transform: translateX(10px);
    color: #ee7204;
}

.ortak-liste-4lu .products-top .container .products-items .products-item:hover .products-item-bottom .detail a {
    color: #ee7204;
    text-decoration: underline;
}

.urun-listesi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../../images/user/site/ortak-sayfa-bg.jpg");
    background-size: cover;
    background-position: center;
}

.urun-listesi .max-width h1 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
}

@media (max-width: 500px) {
    .urun-listesi .max-width h1 {
        text-align: center;
        font-size: 32px;
        line-height: 40px;
    }
}

.urun-listesi .max-width p {
    text-align: center;
}

.urun-listesi .max-width .full-products-page {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 0;
}

@media (max-width: 1024px) {
    .urun-listesi .max-width .full-products-page {
        gap: 30px;
    }
}

@media (max-width: 425px) {
    .urun-listesi .max-width .full-products-page {
        flex-direction: column-reverse;
    }
}

.urun-listesi .max-width .full-products-page .full-products-menu {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
}

@media (max-width: 768px) {
    .urun-listesi .max-width .full-products-page .full-products-menu {
        width: 27%;
    }
}

@media (max-width: 425px) {
    .urun-listesi .max-width .full-products-page .full-products-menu {
        width: 100%;
    }
}

.urun-listesi .max-width .full-products-page .full-products-menu .full-products-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.urun-listesi .max-width .full-products-page .full-products-menu .full-products-menu-item .h2 {
    width: 100%;
    font-size: 15px;
    background-color: #000000;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    transition: 0.5s;
    color: #FFFFFF;
}

.urun-listesi .max-width .full-products-page .full-products-menu .full-products-menu-item .h2 a {
    color: #FFFFFF;
    font-weight: 400;
}

.urun-listesi .max-width .full-products-page .full-products-menu .full-products-menu-item .h2 .icon-prod {
    font-size: 15px;
    color: #FFFFFF;
}

.urun-listesi .max-width .full-products-page .full-products-menu .full-products-menu-item .h2:hover {
    padding-left: 30px;
}

.urun-listesi .max-width .full-products-page .full-products-menu .full-products-menu-item .menu-bottom-prod {
    width: 100%;
    font-size: 15px;
    color: #000000;
    background-color: #FFFFFF;
    padding: 7px 10px 7px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    transition: 0.5s;
    font-weight: 400;
}

.urun-listesi .max-width .full-products-page .full-products-menu .full-products-menu-item .menu-bottom-prod:last-child {
    padding-bottom: 14px;
}

.urun-listesi .max-width .full-products-page .full-products-menu .full-products-menu-item .menu-bottom-prod:nth-child(2) {
    padding-top: 14px;
}

.urun-listesi .max-width .full-products-page .full-products-menu .full-products-menu-item .menu-bottom-prod:hover {
    padding-left: 30px;
    background-color: #dedede;
}
.urun-listesi .max-width .full-products-page .full-products-menu .full-products-menu-item .menu-bottom-prod.active {
    padding-left: 30px;
    background-color: #dedede;
}

.urun-listesi .max-width .full-products-page .full-products-items {
    width: 77%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 768px) {
    .urun-listesi .max-width .full-products-page .full-products-items {
        width: 73%;
    }
}

@media (max-width: 425px) {
    .urun-listesi .max-width .full-products-page .full-products-items {
        width: 100%;
    }
}

.urun-listesi .max-width .full-products-page .full-products-items h2 {
    font-size: 26px;
    color: #000000;
}

.urun-listesi .max-width .full-products-page .full-products-items .full-products-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 425px) {
    .urun-listesi .max-width .full-products-page .full-products-items .full-products-item {
        gap: 10px;
    }
}

.urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item {
    width: calc((100% - 60px) / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    gap: 10px;
    color: #000000;
}

@media (max-width: 1024px) {
    .urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item {
        width: calc((100% - 40px) / 3);
    }
}

@media (max-width: 768px) {
    .urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 425px) {
    .urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item {
        width: 100%;
    }
}

.urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item:hover .products-item-img img {
    transform: scale(1.1);
}

.urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item:hover .products-item-line {
    width: 80%;
}

.urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item .products-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

@media (max-width: 425px) {
    .urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item .products-item-img {
        width: 100%;
        height: 350px !important;
    }

    .urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item .products-item-img img {
        width: 100%;
        height: 350px !important;
        object-fit: cover !important;
    }
}

.urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item .products-item-img img {
    width: 100%;
    height: 200px;
    object-fit: fill;
    transition: 0.5s;
}

.urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item h2 {
    color: #ee7204;
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px;
    text-align: center;
    min-height: 54px;
    max-height: 54px;
    height: 54px;
    overflow: hidden;
}

.urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item p {
    font-size: 15px;
    margin-top: -13px;
    min-height: 46px;
    max-height: 46px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 500px) {
    .urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item p {
        font-size: 18px;
        line-height: 26px;
        min-height: 52px;
        max-height: 52px;
    }
}

.urun-listesi .max-width .full-products-page .full-products-items .full-products-item .full-products-bit-item .products-item-line {
    height: 2px;
    width: 20%;
    background-color: #000000;
    transition: 0.5s;
    margin-top: 5px;
}

.urun-detay {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px 65px;
    background-image: url("../../images/user/site/ortak-sayfa-bg.jpg");
    background-size: cover;
    background-position: center;
}

.urun-detay .max-width h1 {
    text-align: center;
    font-size: 36px;
}

.urun-detay .max-width p {
    text-align: center;
}

.urun-detay .max-width .full-products-page {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .urun-detay .max-width .full-products-page {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .urun-detay .max-width .full-products-page {
        flex-direction: column-reverse;
    }
}

.urun-detay .max-width .full-products-page .full-products-menu {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 768px) {
    .urun-detay .max-width .full-products-page .full-products-menu {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .urun-detay .max-width .full-products-page .full-products-menu {
        width: 100%;
    }
}

.urun-detay .max-width .full-products-page .full-products-menu .full-products-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.urun-detay .max-width .full-products-page .full-products-menu .full-products-menu-item .h2 {
    width: 100%;
    font-size: 15px;
    background-color: #000000;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    transition: 0.5s;
    color: #FFFFFF;
}

.urun-detay .max-width .full-products-page .full-products-menu .full-products-menu-item .h2 a {
    color: #FFFFFF;
    font-weight: 400;
}

.urun-detay .max-width .full-products-page .full-products-menu .full-products-menu-item .h2 .icon-prod {
    font-size: 15px;
    color: #FFFFFF;
}

.urun-detay .max-width .full-products-page .full-products-menu .full-products-menu-item .h2:hover {
    padding-left: 30px;
}

.urun-detay .max-width .full-products-page .full-products-menu .full-products-menu-item .menu-bottom-prod {
    width: 100%;
    font-size: 15px;
    color: #000000;
    background-color: #FFFFFF;
    padding: 7px 10px 7px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    transition: 0.5s;
    font-weight: 400;
}

.urun-detay .max-width .full-products-page .full-products-menu .full-products-menu-item .menu-bottom-prod:last-child {
    padding-bottom: 14px;
}

.urun-detay .max-width .full-products-page .full-products-menu .full-products-menu-item .menu-bottom-prod:nth-child(2) {
    padding-top: 14px;
}

.urun-detay .max-width .full-products-page .full-products-menu .full-products-menu-item .menu-bottom-prod:hover {
    padding-left: 30px;
    background-color: #dedede;
}

.urun-detay .max-width .full-products-page .full-products-menu .full-products-menu-item .menu-bottom-prod.active {
    padding-left: 30px;
    background-color: #dedede;
}

.urun-detay .max-width .full-products-page .full-products-items {
    width: 77%;
    background-color: #ededed;
    padding-bottom: 30px;
    position: relative;
}

@media (max-width: 768px) {
    .urun-detay .max-width .full-products-page .full-products-items {
        width: 100%;
        flex-direction: column-reverse;
    }
}

@media (max-width: 425px) {
    .urun-detay .max-width .full-products-page .full-products-items {
        width: 100%;
    }
}

.urun-detay .max-width .full-products-page .full-products-items .urun-iletisim {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin: 0 0 0 20px;
}

@media (max-width: 768px) {
    .urun-detay .max-width .full-products-page .full-products-items .urun-iletisim {
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .urun-detay .max-width .full-products-page .full-products-items .urun-iletisim {
        left: unset;
        right: 30px;
    }
}

.urun-detay .max-width .full-products-page .full-products-items .urun-iletisim .whatsapp-iletisim {
    background-color: #25d165;
    display: flex;
    justify-content: start;
    align-content: center;
    gap: 5px;
    width: max-content;
    padding: 5px 7px 5px 5px;
    border-radius: 5px;
}

.urun-detay .max-width .full-products-page .full-products-items .urun-iletisim .whatsapp-iletisim:hover i {
    color: white;
}

.urun-detay .max-width .full-products-page .full-products-items .urun-iletisim .whatsapp-iletisim:hover span {
    color: white;
}

.urun-detay .max-width .full-products-page .full-products-items .urun-iletisim .whatsapp-iletisim i {
    font-size: 25px;
    color: black;
    transition: all 0.3s ease-in-out;
}

.urun-detay .max-width .full-products-page .full-products-items .urun-iletisim .whatsapp-iletisim span {
    color: black;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 500px) {
    .urun-detay .max-width .full-products-page .full-products-items .urun-iletisim .whatsapp-iletisim span {
        display: none;
    }
}

.urun-detay .max-width .full-products-page .full-products-items .urun-iletisim .email-iletisim {
    background-color: #c7c6cd;
    display: flex;
    justify-content: start;
    align-content: center;
    gap: 5px;
    width: max-content;
    padding: 5px 7px 5px 5px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.urun-detay .max-width .full-products-page .full-products-items .urun-iletisim .email-iletisim i {
    font-size: 25px;
    color: black;
    transition: all 0.3s ease-in-out;
}

.urun-detay .max-width .full-products-page .full-products-items .urun-iletisim .email-iletisim span {
    color: black;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 500px) {
    .urun-detay .max-width .full-products-page .full-products-items .urun-iletisim .email-iletisim span {
        display: none;
    }
}

.urun-detay .max-width .full-products-page .full-products-items .urun-iletisim .email-iletisim:hover {
    background: black;
}

.urun-detay .max-width .full-products-page .full-products-items .urun-iletisim .email-iletisim:hover i {
    color: #c7c6cd;
}

.urun-detay .max-width .full-products-page .full-products-items .urun-iletisim .email-iletisim:hover span {
    color: #c7c6cd;
}

.urun-detay .max-width .full-products-page .full-products-items h1 {
    font-size: 38px;
    color: #ee7204;
    margin-left: 20px;
    margin-bottom: 10px;
}

@media (max-width: 425px) {
    .urun-detay .max-width .full-products-page .full-products-items h1 {
        margin-left: 0;
        font-size: 17px;
    }
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px;
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .urun-detay .max-width .full-products-page .full-products-items .full-products-item-left {
        width: 100%;
    }
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left .under-line {
    width: calc(100% - 500px);
    height: 2px;
    background: #e47000;
    margin-bottom: 20px;
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left ul {
    width: 100%;
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left ul li {
    width: 100%;
    margin-left: 20px;
    margin-bottom: 5px;
}

@media (max-width: 425px) {
    .urun-detay .max-width .full-products-page .full-products-items .full-products-item-left ul li {
        margin-left: 0;
    }
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left ul li b {
    font-size: 20px;
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left ul li p {
    text-align: left;
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left ul li a {
    border-radius: 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    gap: 20px;
    text-align: center;
    padding: 8px 10px;
    background-color: #ee7204;
    color: #ffffff;
    transition: 0.5s;
}

@media (max-width: 425px) {
    .urun-detay .max-width .full-products-page .full-products-items .full-products-item-left ul li a {
        width: 100%;
        margin-left: 0px;
    }
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left ul li a img {
    height: 35px;
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left ul li a:hover {
    background-color: #232323;
    color: #ffffff;
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left b {
    font-size: 20px;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 5px;
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left p {
    text-align: left;
    margin-left: 20px;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left .katalog {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left a {
    border-radius: 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65%;
    gap: 20px;
    text-align: center;
    padding: 8px 10px;
    background-color: #ee7204;
    color: #ffffff;
    transition: 0.5s;
}
@media (max-width: 1024px) {
    .urun-detay .max-width .full-products-page .full-products-items .full-products-item-left a {
        width: 95%;
    }
}
@media (max-width: 768px) {
    .urun-detay .max-width .full-products-page .full-products-items .full-products-item-left a {
        width: 50%;
    }
}

@media (max-width: 425px) {
    .urun-detay .max-width .full-products-page .full-products-items .full-products-item-left a {
        width: 100%;
        margin-left: 0px;
    }
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left a h3 {
    font-size: 20px;
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left a img {
    height: 35px;
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-left a:hover {
    background-color: #232323;
    color: #ffffff;
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: right;
    padding: 30px;
}

@media (max-width: 768px) {
    .urun-detay .max-width .full-products-page .full-products-items .full-products-item-right {
        width: 100%;
    }
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-right .urun-items {
    display: flex;
    justify-content: space-between;
    width: 90%;
}

@media (max-width: 768px) {
    .urun-detay .max-width .full-products-page .full-products-items .full-products-item-right .urun-items {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .urun-detay .max-width .full-products-page .full-products-items .full-products-item-right .urun-items {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-right .urun-items .urun-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 768px) {
    .urun-detay .max-width .full-products-page .full-products-items .full-products-item-right .urun-items .urun-item {
        width: 100%;
    }
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-right .urun-items .urun-item .urun-item-img {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-height: 375px;
    overflow: hidden;
}

.urun-detay .max-width .full-products-page .full-products-items .full-products-item-right .urun-items .urun-item .urun-item-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.projeler {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px 20px 65px;
}

@media (max-width: 500px) {
    .projeler {
        padding: 45px 20px 55px;
    }
}

@media (max-width: 500px) {
    .projeler .max-width {
        padding-left: 0;
        padding-right: 0;
    }

    .projeler .max-width .full-products-page {
        flex-direction: column-reverse;
    }

    .projeler .max-width h1 {
        font-size: 32px;
        line-height: 44px;
    }
}

.projeler .max-width h1 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
}

.projeler .max-width p {
    text-align: center;
}

.projeler .max-width .full-products-page {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 30px;
}

.projeler .max-width .full-products-page .full-products-items {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
}

.projeler .max-width .full-products-page .full-products-items .full-products-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    border-radius: 10px;
}

.projeler .max-width .full-products-page .full-products-items .full-products-item:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.projeler .max-width .full-products-page .full-products-items .full-products-item:hover p {
    color: #FFFFFF;
}

.projeler .max-width .full-products-page .full-products-items .full-products-item img {
    padding: 10px 0px 10px 30px;
    height: 70px;
}

.projeler .max-width .full-products-page .full-products-items .full-products-item p {
    transition: 0.5s;
    font-weight: 600;
    text-align: left;
    padding: 10px 30px 10px 0px;
}

.projeler .max-width .full-products-page .full-products-items .full-products-item b {
    font-weight: 900;
    margin-right: 10px;
}

.news-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px 0 65px;
}

@media (max-width: 1024px) {
    .news-page {
        padding: 55px 20px 65px;
    }
}

@media (max-width: 425px) {
    .news-page {
        padding: 45px 20px 55px;
    }

    .news-page .max-width {
        padding-right: 0;
        padding-left: 0;
    }
}

.news-page .max-width h1 {
    font-size: 36px;
    line-height: 48px;
    color: #000000;
}

@media (max-width: 425px) {
    .news-page .max-width h1 {
        font-size: 32px;
        line-height: 44px;
        text-align: center;
    }
}

.news-page .max-width p {
    text-align: center;
}

.news-page .max-width .news-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    margin: 30px 0;
}

@media (max-width: 768px) {
    .news-page .max-width .news-items {
        gap: 35px;
        justify-content: center;
    }
}

@media (max-width: 425px) {
    .news-page .max-width .news-items {
        margin: 0;
    }
}

.news-page .max-width .news-items .news-item {
    width: calc((100% - 40px) / 3);
    max-width: 466.6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .news-page .max-width .news-items .news-item {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 768px) {
    .news-page .max-width .news-items .news-item {
        width: 100%;
    }
}

.news-page .max-width .news-items .news-item .news-item-top {
    width: 100%;
    max-height: 290px;
    overflow: hidden;
    transition: 0.5s;
}

.news-page .max-width .news-items .news-item .news-item-top img {
    width: 100%;
    object-fit: cover;
    height: 290px;
    transition: 0.5s;
}

@media (max-width: 375px) {
    .news-page .max-width .news-items .news-item .news-item-top {
        max-height: 200px;
    }

    .news-page .max-width .news-items .news-item .news-item-top img {
        height: 200px;
    }
}

.news-page .max-width .news-items .news-item .news-item-mid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 20px;
    background-color: #efefef;
    gap: 20px;
}

.news-page .max-width .news-items .news-item .news-item-mid .item-mid-date {
    background-color: #FFFFFF;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 22%;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}

@media (max-width: 500px) {
    .news-page .max-width .news-items .news-item .news-item-mid .item-mid-date {
        min-height: 70px;
        max-height: 70px;
    }
}

.news-page .max-width .news-items .news-item .news-item-mid .item-mid-date .day {
    color: #000000;
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    line-height: 42px;
    letter-spacing: 3px;
}

@media (max-width: 500px) {
    .news-page .max-width .news-items .news-item .news-item-mid .item-mid-date .day {
        font-size: 38px;
        line-height: 44px;
    }
}

.news-page .max-width .news-items .news-item .news-item-mid .item-mid-date .month {
    font-size: 13px;
    color: #ee7204;
    font-weight: 500;
}

.news-page .max-width .news-items .news-item .news-item-mid .item-mid-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 78%;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}

.news-page .max-width .news-items .news-item .news-item-mid .item-mid-text h2 {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

@media (max-width: 425px) {
    .news-page .max-width .news-items .news-item .news-item-mid .item-mid-text h2 {
        overflow: hidden;
        min-height: 44px;
        margin-bottom: 6px;
    }
}

.news-page .max-width .news-items .news-item .news-item-mid .item-mid-text p {
    font-size: 12px;
    text-align: left;
}

.news-page .max-width .news-items .news-item .news-item-bottom {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 10px;
}

.news-page .max-width .news-items .news-item .news-item-bottom .detail {
    color: #FFFFFF;
    font-size: 13px;
    transition: 0.5s;
}

.news-page .max-width .news-items .news-item .news-item-bottom .detail i {
    color: #FFFFFF;
}

.news-page .max-width .news-items .news-item .news-item-bottom img {
    height: 20px;
}

.news-page .max-width .news-items .news-item:hover .news-item-top img {
    transform: scale(1.1);
}

.news-page .max-width .news-items .news-item:hover .news-item-bottom .detail {
    color: #ee7204;
}

.news-page .max-width .news-items .news-item:hover .news-item-bottom .detail i {
    transform: translateX(10px);
    color: #ee7204;
}

.blog-detail {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px 20px 65px;
}

@media (max-width: 500px) {
    .blog-detail .max-width {
        padding: 0;
    }
}

.blog-detail .max-width h1 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
}



@media (max-width: 500px) {
    .blog-detail .max-width h1 {
        font-size: 23px;
        line-height: 34px;
    }
}

.blog-detail .max-width p {
    text-align: center;
}

.blog-detail .max-width .full-products-page {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .blog-detail .max-width .full-products-page {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .blog-detail .max-width .full-products-page {
        flex-direction: column;
    }
}

.blog-detail .max-width .full-products-page .full-products-items {
    width: 100%;
    gap: 20px;
}

@media (max-width: 768px) {
    .blog-detail .max-width .full-products-page .full-products-items {
        width: 100%;
    }
}

.blog-detail .max-width .full-products-page .full-products-items figure {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
    max-width: 30%;
}

@media (max-width: 768px) {
    .blog-detail .max-width .full-products-page .full-products-items figure {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
        max-width: 50%;
    }
}

@media (max-width: 500px) {
    .blog-detail .max-width .full-products-page .full-products-items figure {
        max-width: 100%;
        float: unset;
        width: 100%;
        margin: 0 0 15px 0;

    }
}

.blog-detail .max-width .full-products-page .full-products-items figure img {
    float: right;
    width: 100%;
}

@media (max-width: 500px) {
    .blog-detail .max-width .full-products-page .full-products-items figure img {
        float: unset;
        width: 100%;
    }
}

.blog-detail .max-width .full-products-page .full-products-items h2 {
    text-align: left;
    font-size: 20px;
    color: #000000;
    margin-top: 15px;
}

.blog-detail .max-width .full-products-page .full-products-items .dokuman {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.blog-detail .max-width .full-products-page .full-products-items .dokuman b {
    width: 12%;
}

@media (max-width: 1024px) {
    .blog-detail .max-width .full-products-page .full-products-items .dokuman b {
        width: 18%;
    }
}

@media (max-width: 768px) {
    .blog-detail .max-width .full-products-page .full-products-items .dokuman b {
        width: 20%;
    }
}

@media (max-width: 425px) {
    .blog-detail .max-width .full-products-page .full-products-items .dokuman b {
        width: 25%;
    }
}

.blog-detail .max-width .full-products-page .full-products-items .dokuman p {
    width: 88%;
}

@media (max-width: 1024px) {
    .blog-detail .max-width .full-products-page .full-products-items .dokuman p {
        width: 82%;
    }
}

@media (max-width: 768px) {
    .blog-detail .max-width .full-products-page .full-products-items .dokuman p {
        width: 80%;
    }
}

@media (max-width: 425px) {
    .blog-detail .max-width .full-products-page .full-products-items .dokuman p {
        width: 75%;
    }
}

.blog-detail .max-width .full-products-page .full-products-items .icerikler {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.blog-detail .max-width .full-products-page .full-products-items .table {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
}

.blog-detail .max-width .full-products-page .full-products-items .table .table-item {
    width: 100%;
    display: flex;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.blog-detail .max-width .full-products-page .full-products-items .table .table-item:last-child {
    border-bottom: 1px solid #000000;
}

.blog-detail .max-width .full-products-page .full-products-items .table .table-item .table-item-left {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    text-align: center;
    border-right: 1px solid #000000;
}

@media (max-width: 425px) {
    .blog-detail .max-width .full-products-page .full-products-items .table .table-item .table-item-left .table-item-left {
        width: 25%;
    }
}

.blog-detail .max-width .full-products-page .full-products-items .table .table-item .table-item-right {
    padding: 10px 20px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 425px) {
    .blog-detail .max-width .full-products-page .full-products-items .table .table-item .table-item-right {
        width: 75%;
    }
}

.blog-detail .max-width .full-products-page .full-products-items .table .table-item .table-item-right p {
    text-align: left;
}

.blog-detail .max-width .full-products-page .full-products-items h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.blog-detail .max-width .full-products-page .full-products-items p {
    text-align: left;
    margin-bottom: 10px;
}

.blog-detail .max-width .full-products-page .full-products-items p b {
    font-size: 18px;
}

.blog-detail .max-width .full-products-page .full-products-items ul {
    margin-bottom: 10px;
}

.blog-detail .max-width .full-products-page .full-products-items ul li {
    list-style: disc;
    margin-left: 30px;
}
.blog-detail .max-width .full-products-page .full-products-items a{
    color:#EE7204;
    font-weight: 600;
}
.blog-detail .max-width .full-products-page .full-products-items a.spec {
    border-radius: 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin-left: 40px;
    gap: 20px;
    text-align: center;
    padding: 8px 10px;
    background-color: #ee7204;
    color: #ffffff;
    transition: 0.5s;
}

.blog-detail .max-width .full-products-page .full-products-items a.spec img {
    height: 35px;
}

.blog-detail .max-width .full-products-page .full-products-items a.spec:hover {
    background-color: #232323;
    color: #ffffff;
}

.blog-detail .max-width .full-products-page .benzer-haberler {
    width: 100%;
}

.blog-detail .max-width .full-products-page .benzer-haberler h2 {
    font-size: 28px;
    color: #000000;
    margin-top: 0;
    /*margin-bottom: 20px;*/
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

@media (max-width: 425px) {
    .blog-detail .max-width .full-products-page .benzer-haberler .news-items {
        margin: 0;
    }
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item {
    width: calc((100% - 60px) / 4);
    max-width: 466.6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item {
        width: calc((100% - 40px) / 3);
    }
}

@media (max-width: 768px) {
    .blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item {
        width: calc((100% - 20px) / 2);
    }

    .blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item:last-child {
        display: none;
    }
}

@media (max-width: 500px) {
    .blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item {
        width: 100%;
    }
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item:hover .news-item-top img {
    transform: scale(1.1);
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item:hover .news-item-bottom .detail {
    color: #ee7204;
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item:hover .news-item-bottom .detail i {
    transform: translateX(10px);
    color: #ee7204;
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-top {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    transition: 0.5s;
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-top img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    transition: 0.5s;
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-mid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 20px;
    background-color: #efefef;
    gap: 20px;
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-mid .item-mid-date {
    background-color: #FFFFFF;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-mid .item-mid-date .day {
    color: #000000;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    line-height: 42px;
    letter-spacing: 3px;
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-mid .item-mid-date .month {
    font-size: 13px;
    color: #ee7204;
    font-weight: 500;
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-mid .item-mid-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 78%;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-mid .item-mid-text h2 {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

@media (max-width: 425px) {
    .blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-mid .item-mid-text h2 {
        overflow: hidden;
        min-height: 44px;
        margin-bottom: 6px;
    }
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-mid .item-mid-text p {
    font-size: 12px;
    text-align: left;
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-bottom {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 10px;
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-bottom .detail {
    color: #FFFFFF;
    font-size: 13px;
    transition: 0.5s;
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-bottom .detail i {
    color: #FFFFFF;
}

.blog-detail .max-width .full-products-page .benzer-haberler .news-items .news-item .news-item-bottom img {
    height: 20px;
}

.basin-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px 20px 65px;
}

@media (max-width: 500px) {
    .basin-page .basin-page {
        padding: 45px 20px 55px;
    }
}

@media (max-width: 500px) {
    .basin-page .max-width {
        padding: 0;
    }
}

.basin-page .max-width h1 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    color: #000000;
}

@media (max-width: 500px) {
    .basin-page .max-width h1 {
        text-align: center;
        font-size: 32px;
        line-height: 44px;
    }
}

.basin-page .max-width p {
    text-align: center;
}
.justify-content-between{
    margin-top: 20px;
}
.basin-page .max-width .full-products-page {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .basin-page .max-width .full-products-page {
        gap: 30px;
    }
}

@media (max-width: 425px) {
    .basin-page .max-width .full-products-page {
        flex-direction: column;
    }
}

.basin-page .max-width .full-products-page .full-products-items {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 768px) {
    .basin-page .max-width .full-products-page .full-products-items {
        width: 73%;
    }
}

@media (max-width: 425px) {
    .basin-page .max-width .full-products-page .full-products-items {
        width: 100%;
    }
}

.basin-page .max-width .full-products-page .full-products-items p {
    text-align: left;
}

.basin-page .max-width .full-products-page .full-products-items ul li {
    list-style: disc;
    margin-left: 30px;
}

.basin-page .max-width .full-products-page .full-products-items h2 {
    font-size: 26px;
    color: #000000;
}

.basin-page .max-width .basin-items {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 20px;
}

.basin-page .max-width .basin-items .basin-item {
    max-width: calc((100% - 60px) / 4);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #95999b;
    padding: 20px 20px 0 20px;
}

@media (max-width: 1024px) {
    .basin-page .max-width .basin-items .basin-item {
        max-width: calc((100% - 60px) / 3);
    }
}

@media (max-width: 768px) {
    .basin-page .max-width .basin-items .basin-item {
        max-width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 425px) {
    .basin-page .max-width .basin-items .basin-item {
        max-width: 100%;
    }
}

.basin-page .max-width .basin-items .basin-item:hover .basin-item-img img {
    transform: scale(1.1);
}

.basin-page .max-width .basin-items .basin-item:hover .basin-line {
    width: 60%;
}

.basin-page .max-width .basin-items .basin-item .basin-item-img {
    width: 100%;
    object-fit: cover;
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
    border: 2px solid #ffffff;
    cursor: pointer;
}

.basin-page .max-width .basin-items .basin-item .basin-item-img img {
    width: 100%;
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
    transition: 0.5s;
    object-fit: cover;
}

.basin-page .max-width .basin-items .basin-item .basin-line {
    height: 2px;
    width: 20%;
    background-color: #ffffff;
    transition: 0.5s;
    margin-bottom: 20px;
    margin-top: 10px;
}

.basin-page .max-width .basin-items .basin-item p.haber-merkezi {
    color: white;
    line-height: 22px;
    margin-top: 20px;
    min-height: 22px;
}

@media (max-width: 1024px) {
    .basin-page .max-width .basin-items .basin-item p.haber-merkezi {
        min-height: 44px;
    }
}

.videos-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos-page .max-width h1 {
    font-size: 36px;
    line-height: 48px;
    color: #000000;
    text-align: center;
}

@media (max-width: 425px) {
    .videos-page .max-width h1 {
        font-size: 32px;
        line-height: 44px;
    }
}

.videos-page .max-width p {
    text-align: center;
}

.videos-page .max-width .news-items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    margin: 10px 0;
}

.videos-page .max-width .news-items .news-item {
    width: calc((100% - 40px) / 3);
    max-width: 466.6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

@media (max-width: 1024px) {
    .videos-page .max-width .news-items .news-item {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 425px) {
    .videos-page .max-width .news-items .news-item {
        width: 100%;
    }
}

.videos-page .max-width .news-items .news-item:hover .news-item-top img {
    transform: scale(1.1);
}

.videos-page .max-width .news-items .news-item .news-item-top {
    width: 100%;
    max-height: 290px;
    overflow: hidden;
    transition: 0.5s;
}

.videos-page .max-width .news-items .news-item .news-item-top img {
    width: 100%;
    object-fit: cover;
    height: 290px;
    transition: 0.5s;
}

.videos-page .max-width .news-items .news-item .news-item-mid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px;
    background-color: #000;
}

.videos-page .max-width .news-items .news-item .news-item-mid .item-mid-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
}

.videos-page .max-width .news-items .news-item .news-item-mid .item-mid-text h2 {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
}

@media (max-width: 425px) {
    .videos-page .max-width .news-items .news-item .news-item-mid .item-mid-text h2 {
        overflow: hidden;
        min-height: 44px;
        margin-bottom: 6px;
    }
}

.videos-page .max-width .news-items .news-item .news-item-mid .item-mid-text p {
    font-size: 12px;
    text-align: left;
}

.videos-page .max-width .news-items .news-item .news-item-mid .item-mid-filter {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    min-height: 390px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos-page .max-width .news-items .news-item .news-item-mid .item-mid-filter img {
    transform: scale(0.7);
    margin-top: -80px;
    transition: 0.5s;
}

.videos-page .max-width .news-items .news-item .news-item-mid .item-mid-filter:hover img {
    transform: scale(0.9);
}

.kurumsal-kimlik-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 500px) {
    .kurumsal-kimlik-page .max-width .max-width {
        padding: 0;
    }

    .kurumsal-kimlik-page .max-width h1 {
        text-align: center;
        font-size: 36px;
        line-height: 48px;
    }
}

@media (max-width: 500px) and (max-width: 500px) {
    .kurumsal-kimlik-page .max-width h1 {
        text-align: center;
        font-size: 32px;
        line-height: 44px;
    }
}

.kurumsal-kimlik-page .max-width h1 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
}

.kurumsal-kimlik-page .max-width p {
    text-align: center;
}

.kurumsal-kimlik-page .max-width .full-products-page {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .kurumsal-kimlik-page .max-width .full-products-page {
        gap: 30px;
    }
}

@media (max-width: 425px) {
    .kurumsal-kimlik-page .max-width .full-products-page {
        flex-direction: column;
    }
}

.kurumsal-kimlik-page .max-width .full-products-page .full-products-items {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.kurumsal-kimlik-page .max-width .full-products-page .full-products-items .kurumsal-item {
    display: flex;
    width: calc((100% - 60px) / 3);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #eaeaeb;
}

@media (max-width: 768px) {
    .kurumsal-kimlik-page .max-width .full-products-page .full-products-items .kurumsal-item {
        width: calc((100% - 30px) / 2) !important;
    }
}

@media (max-width: 500px) {
    .kurumsal-kimlik-page .max-width .full-products-page .full-products-items .kurumsal-item {
        width: 100% !important;
    }
}

.kurumsal-kimlik-page .max-width .full-products-page .full-products-items .kurumsal-item:hover .kurumsal-item-img {
    transform: scale(1.1);
}

.kurumsal-kimlik-page .max-width .full-products-page .full-products-items .kurumsal-item:hover .download {
    padding-left: 50px;
}

.kurumsal-kimlik-page .max-width .full-products-page .full-products-items .kurumsal-item .kurumsal-item-img {
    width: 100%;
    object-fit: cover;
    padding: 10px 40px;
    margin-top: 40px;
    transition: 1s;
}

.kurumsal-kimlik-page .max-width .full-products-page .full-products-items .kurumsal-item .kurumsal-item-img img {
    width: 100%;
    object-fit: fill;
    max-height: 85px;
    min-height: 85px;
}

.kurumsal-kimlik-page .max-width .full-products-page .full-products-items .kurumsal-item h2 {
    width: 100%;
    font-size: 18px;
    color: #000000;
    padding: 20px 40px;
    font-weight: 500;
    text-align: center;
    min-height: 94px;
}

.kurumsal-kimlik-page .max-width .full-products-page .full-products-items .kurumsal-item .download {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    background-color: #000000;
    gap: 10px;
    padding: 20px 40px;
    transition: 1s;
}

.kurumsal-kimlik-page .max-width .full-products-page .full-products-items .kurumsal-item .download i {
    font-size: 22px;
    color: #ffffff;
}

.kurumsal-kimlik-page .max-width .full-products-page .full-products-items .kurumsal-item .download p {
    font-size: 16px;
    color: #ffffff;
}

.sertificate-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebebeb;
    padding: 0 15px;
}

.sertificate-page .max-width h1 {
    font-size: 36px;
    line-height: 48px;
    color: #000000;
    text-align: center;

}

.sertificate-page .max-width p {
    text-align: center;
}

.sertificate-page .max-width .full-products-page {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .sertificate-page .max-width .full-products-page {
        gap: 30px;
    }
}

@media (max-width: 425px) {
    .sertificate-page .max-width .full-products-page {
        flex-direction: column;
    }
}

.sertificate-page .max-width .full-products-page .referances-items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 76%;
    gap: 20px;
}

@media (max-width: 425px) {
    .sertificate-page .max-width .full-products-page .referances-items {
        width: 100%;
    }
}

.sertificate-page .max-width .full-products-page .referances-items .referances-item {
    width: calc((100% - 60px) / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 325px;
    position: relative;
    padding: 20px;
    background-color: #fff;
}

@media (max-width: 1024px) {
    .sertificate-page .max-width .full-products-page .referances-items .referances-item {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 425px) {
    .sertificate-page .max-width .full-products-page .referances-items .referances-item {
        width: 100%;
        min-height: 200px;
    }
}

.sertificate-page .max-width .full-products-page .referances-items .referances-item:hover .referance-item-filter {
    opacity: 1;
}

.sertificate-page .max-width .full-products-page .referances-items .referances-item img {
    width: 100%;
    min-height: 325px;
    object-fit: cover;
}

@media (max-width: 425px) {
    .sertificate-page .max-width .full-products-page .referances-items .referances-item img {
        min-height: 200px;
    }
}

.sertificate-page .max-width .full-products-page .referances-items .referances-item .referance-item-filter {
    position: absolute;
    width: calc(100% - 40px);
    min-height: 325px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(122, 122, 122, 0) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

@media (max-width: 1024px) {
    .sertificate-page .max-width .full-products-page .referances-items .referances-item .referance-item-filter {
        min-height: 461.17px;
    }
}

@media (max-width: 768px) {
    .sertificate-page .max-width .full-products-page .referances-items .referances-item .referance-item-filter {
        min-height: 325px;
    }
}

@media (max-width: 425px) {
    .sertificate-page .max-width .full-products-page .referances-items .referances-item .referance-item-filter {
        min-height: 420.81px;
    }
}@media (max-width: 375px) {
    .sertificate-page .max-width .full-products-page .referances-items .referances-item .referance-item-filter {
        min-height: 356.06px;
    }
}@media (max-width: 320px) {
    .sertificate-page .max-width .full-products-page .referances-items .referances-item .referance-item-filter {
        min-height: 284.86px;
    }
}

.sertificate-page .max-width .full-products-page .referances-items .referances-item .referance-item-filter .referance-item-filter-texts {
    width: 100%;
    min-height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 425px) {
    .sertificate-page .max-width .full-products-page .referances-items .referances-item .referance-item-filter .referance-item-filter-texts {
        min-height: 200px;
    }
}

.sertificate-page .max-width .full-products-page .referances-items .referances-item .referance-item-filter .referance-item-filter-texts p {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    margin-top: 150px;
}
@media (max-width: 425px) {
    .sertificate-page .max-width .full-products-page .referances-items .referances-item .referance-item-filter .referance-item-filter-texts p{
        margin-top: 80px;
    }
}
@media (max-width: 500px) {
    .history-page {
        padding: 45px 20px 55px;
    }

    .history-page .max-width {
        margin: 0 auto;
    }

    .history-page .max-width h1 {
        font-size: 32px;
    }

    .history-page .max-width .timeline {
        width: 100%;
        padding-left: 50px;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .history-page .max-width .timeline .line {
        width: 4px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 35px !important;
        background-color: #ee7204;
        background-image: linear-gradient(to right, transparent 3px, #ee7204 3px);
        margin-top: 40px;
    }

    .history-page .max-width .timeline .line .item {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 290px;
        margin-left: -46px;
    }

    .history-page .max-width .timeline .line .item:nth-child(1) .circle {
        min-height: 20px;
        max-height: 20px;
        display: flex;
        justify-content: start;
        align-items: start;
        background-color: transparent;
        margin-left: -9.5px;
    }

    .history-page .max-width .timeline .line .item:nth-child(1) .circle .min-circle {
        min-width: 15px;
        max-width: 15px;
        min-height: 15px;
        max-height: 15px;
        border-radius: 50%;
        background-color: #ee7204;
    }

    .history-page .max-width .timeline .line .item:last-child .circle {
        min-height: 20px;
        max-height: 20px;
        display: flex;
        justify-content: start;
        align-items: end;
        background-color: transparent;
        margin-left: -9.5px;
    }

    .history-page .max-width .timeline .line .item:last-child .circle .min-circle {
        min-width: 15px;
        max-width: 15px;
        min-height: 15px;
        max-height: 15px;
        border-radius: 50%;
        background-color: #ee7204;
    }

    .history-page .max-width .timeline .line .item.item-active {
        display: none;
    }

    .history-page .max-width .timeline .line .item.item-mobil {
        display: flex;
    }

    .history-page .max-width .timeline .line .item .circle {
        min-width: 90px;
        min-height: 90px;
        background-color: #ee7204;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -47px;
    }

    .history-page .max-width .timeline .line .item .circle .year {
        width: 75px;
        height: 75px;
        background-color: #57585a;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: #ffffff;
        z-index: 1;
    }

    .history-page .max-width .timeline .line .item:last-child .circle .year {
        width: 80px;
        height: 80px;
        font-size: 14px !important;
    }

    .history-page .max-width .timeline .line .item .content {
        padding-left: 60px;
        background-image: url("../../images/user/site/icons/right-line.svg");
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: left 50%;
        margin-left: -10px;
    }

    .history-page .max-width .timeline .line .item .content p {
        text-align: left;
    }

    .history-page .max-width .timeline .line .item:nth-last-child(2) {
        margin-top: unset;
        margin-bottom: -20px;
    }

    .history-page .max-width .timeline .line .item:nth-last-child(2) .circle .year {
        width: 75px;
        height: 75px;
        font-size: 14px !important;
    }
}

@media (min-width: 501px) {
    .history-page {
        padding: 55px 20px 65px;
    }

    .history-page .max-width {
        margin: 0 auto;
    }

    .history-page .max-width h1 {
        font-size: 36px;
        line-height: 48px;
    }

    .history-page .max-width .timeline {
        width: 100%;
        padding-left: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .history-page .max-width .line {
        width: 4px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 65px;
        background-color: #ee7204;
        background-image: linear-gradient(to right, transparent 3px, #ee7204 3px);
        background-position: center;
        margin-top: 25px;
    }

    .history-page .max-width .line .item {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 700px;
        margin-left: -343px;
        margin-top: -10px;
    }

    .history-page .max-width .line .item:nth-child(1) .circle {
        min-height: 20px;
        max-height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        margin-left: 0px;
    }

    .history-page .max-width .line .item:nth-child(1) .circle .min-circle {
        min-width: 15px;
        max-width: 15px;
        min-height: 15px;
        max-height: 15px;
        border-radius: 50%;
        background-color: #ee7204;
    }

    .history-page .max-width .line .item:last-child .circle {
        min-height: 20px;
        max-height: 20px;
        display: flex;
        justify-content: center;
        align-items: end;
        background-color: transparent;
        margin-left: 0px;
    }

    .history-page .max-width .line .item:last-child .circle .min-circle {
        min-width: 15px;
        max-width: 15px;
        min-height: 15px;
        max-height: 15px;
        border-radius: 50%;
        background-color: #ee7204;
    }

    .history-page .max-width .line .item:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .history-page .max-width .line .item:nth-child(odd) .content {
        padding-right: 60px;
        background-image: url("../../images/user/site/icons/left-line.svg");
        background-position: right 50%;
        text-align: right;
    }

    .history-page .max-width .line .item:nth-child(odd) .contents {
        padding-left: 60px;
        background-image: url("../../images/user/site/icons/right-line.svg");
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: left 50%;
    }

    .history-page .max-width .line .item.item-mobil {
        display: none;
    }

    .history-page .max-width .line .item:nth-last-child(2) {
        margin-top: unset;
        margin-bottom: -20px;
    }

    .history-page .max-width .line .item:nth-last-child(2) .circle .year {
        width: 75px;
        height: 75px;
        font-size: 14px !important;
    }

    .history-page .max-width .line .item .empty-box {
        min-width: 90px;
        min-height: 90px;
    }

    .history-page .max-width .line .item .circle {
        min-width: 90px;
        min-height: 90px;
        background-color: #ee7204;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .history-page .max-width .line .item .circle .year {
        width: 75px;
        height: 75px;
        background-color: #57585a;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: #ffffff;
        z-index: 1;
    }

    .history-page .max-width .line .item .content {
        background-repeat: no-repeat;
        background-size: 50px;
        width: 300px;
    }

    .history-page .max-width .line .item .content p {
        font-size: 15px;
    }

    .history-page .max-width .line .item:nth-child(even) .content {
        padding-left: 60px;
        background-image: url("../../images/user/site/icons/right-line.svg");
        background-position: left 50%;
    }
}

.referances-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebebeb;
}

.referances-page .max-width h1 {
    font-size: 37px;
    color: #000000;
    text-align: center;
}

.referances-page .max-width p {
    text-align: center;
}

.referances-page .max-width .referances-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    margin: 30px 0;
}

.referances-page .max-width .referances-items .referances-item {
    width: calc((100% - 40px) / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 325px;
    position: relative;
}

@media (max-width: 1024px) {
    .referances-page .max-width .referances-items .referances-item {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 425px) {
    .referances-page .max-width .referances-items .referances-item {
        width: 100%;
        min-height: 200px;
    }
}

.referances-page .max-width .referances-items .referances-item:hover .referance-item-filter .referance-item-filter-texts h2 {
    transform: translateY(-40px);
}

.referances-page .max-width .referances-items .referances-item img {
    width: 100%;
    min-height: 325px;
    object-fit: cover;
}

@media (max-width: 425px) {
    .referances-page .max-width .referances-items .referances-item img {
        min-height: 200px;
    }
}

.referances-page .max-width .referances-items .referances-item .referance-item-filter {
    position: absolute;
    width: 100%;
    min-height: 325px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(122, 122, 122, 0) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: 0.5s;
    opacity: 1;
}

@media (max-width: 425px) {
    .referances-page .max-width .referances-items .referances-item .referance-item-filter {
        min-height: 200px;
    }
}

.referances-page .max-width .referances-items .referances-item .referance-item-filter .referance-item-filter-texts {
    border-bottom: 10px solid #ee7204;
    width: 90%;
    min-height: 325px;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 425px) {
    .referances-page .max-width .referances-items .referances-item .referance-item-filter .referance-item-filter-texts {
        min-height: 200px;
    }
}

.referances-page .max-width .referances-items .referances-item .referance-item-filter .referance-item-filter-texts h2 {
    color: #FFFFFF;
    font-size: 30px;
    width: 300px;
    line-height: 35px;
    margin-bottom: 30px;
    transition: 0.5s;
}

@media (max-width: 425px) {
    .referances-page .max-width .referances-items .referances-item .referance-item-filter .referance-item-filter-texts h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.referances-detail {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../../images/user/site/ortak-sayfa-bg.jpg");
    background-size: cover;
    background-position: center;
}

.referances-detail .max-width h1 {
    font-size: 37px;
}

@media (max-width: 425px) {
    .referances-detail .max-width h1 {
        text-align: center;
    }
}

.referances-detail .max-width p {
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 425px) {
    .referances-detail .max-width p {
        margin-bottom: 10px;
    }
}

.referances-detail .max-width .referance-mid {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 2px solid rgba(238, 114, 4, 0.5);
    padding: 10px;
}

@media (max-width: 1024px) {
    .referances-detail .max-width .referance-mid {
        padding: 30px;
    }
}

@media (max-width: 425px) {
    .referances-detail .max-width .referance-mid {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .referances-detail .max-width .referance-mid {
        flex-direction: column;
    }
}

.referances-detail .max-width .referance-mid .referances-detail-items {
    display: flex;
    width: 45%;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

@media (max-width: 1024px) {
    .referances-detail .max-width .referance-mid .referances-detail-items {
        flex-direction: column;
        width: 40%;
    }
}

@media (max-width: 768px) {
    .referances-detail .max-width .referance-mid .referances-detail-items {
        flex-direction: row;
        width: 100%;
    }
}

@media (max-width: 425px) {
    .referances-detail .max-width .referance-mid .referances-detail-items {
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
    }
}

.referances-detail .max-width .referance-mid .referances-detail-items .referances-items-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

@media (max-width: 1024px) {
    .referances-detail .max-width .referance-mid .referances-detail-items .referances-items-left {
        width: 100%;
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    .referances-detail .max-width .referance-mid .referances-detail-items .referances-items-left {
        width: 40%;
    }
}

@media (max-width: 425px) {
    .referances-detail .max-width .referance-mid .referances-detail-items .referances-items-left {
        width: 100%;
    }
}

.referances-detail .max-width .referance-mid .referances-detail-items .referances-items-left p {
    font-size: 16px;
    text-align: left;
}

.referances-detail .max-width .referance-mid .referances-detail-items .referances-items-left p b {
    font-size: 16px;
}

.referances-detail .max-width .referance-mid .referances-detail-items .referances-items-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

@media (max-width: 1024px) {
    .referances-detail .max-width .referance-mid .referances-detail-items .referances-items-right {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .referances-detail .max-width .referance-mid .referances-detail-items .referances-items-right {
        width: 60%;
    }
}

@media (max-width: 425px) {
    .referances-detail .max-width .referance-mid .referances-detail-items .referances-items-right {
        width: 100%;
    }
}

.referances-detail .max-width .referance-mid .referances-detail-items .referances-items-right p {
    font-size: 16px;
    text-align: left;
}

.referances-detail .max-width .referance-mid .referances-detail-items .referances-items-right p b {
    font-size: 16px;
}

.referances-detail .max-width .referance-mid .referances-detail-owl {
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .referances-detail .max-width .referance-mid .referances-detail-owl {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .referances-detail .max-width .referance-mid .referances-detail-owl {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 425px) {
    .referances-detail .max-width .referance-mid .referances-detail-owl {
        margin-top: 0px;
    }
}

.referances-detail .max-width .referance-mid .referances-detail-owl .referances-owl-left {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    z-index: 2;
    margin-top: 15px;
    background-color: rgb(245, 245, 245);
}

.referances-detail .max-width .referance-mid .referances-detail-owl .referances-owl-left img {
    width: calc((100% - 30px) / 3);
    max-height: 150px;
    object-fit: cover;
}

.referances-detail .max-width .referance-mid .referances-detail-owl .owl-carousel {
    width: 100%;
}

.referances-detail .max-width .referance-mid .referances-detail-owl .owl-carousel .item {
    width: 100% !important;
    max-height: 400px;
    float: right;
}

@media (max-width: 768px) {
    .referances-detail .max-width .referance-mid .referances-detail-owl .owl-carousel .item {
        width: 100% !important;
    }
}

.referances-detail .max-width .referance-mid .referances-detail-owl .owl-carousel .item img {
    object-fit: cover;
}

.referances-detail .max-width .referance-mid .referances-detail-owl .owl-carousel .item img.web-slider {
    display: block !important;
}

@media (max-width: 768px) {
    .referances-detail .max-width .referance-mid .referances-detail-owl .owl-carousel .item img.web-slider {
        display: none !important;
    }
}

.referances-detail .max-width .referance-mid .referances-detail-owl .owl-carousel .item img.mobil-slider {
    display: none !important;
}

@media (max-width: 768px) {
    .referances-detail .max-width .referance-mid .referances-detail-owl .owl-carousel .item img.mobil-slider {
        display: block !important;
    }
}

a#yukari {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: 40px;
    height: 40px;
    background-color: #ee7204;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 2;
}

a#yukari i {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 500px) {
    a#yukari {
        bottom: 25px;
    }
}

.sabitheader {
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.iletisim-bilgileri {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 55px 20px 65px;
    flex-direction: column;
}

.iletisim-bilgileri .max-width h1 {
    font-size: 37px;
    text-align: center;
}

.iletisim-bilgileri .max-width p {
    text-align: center;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    gap: 50px;
}

@media (max-width: 768px) {
    .iletisim-bilgileri .max-width .iletisim-bilgileri-items {
        flex-direction: column;
        gap: 30px;
    }
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item {
    max-width: calc((100% - 50px) / 2);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    background-color: #eff1f3;
    padding: 40px;
    min-height: 630px;
}

@media (max-width: 1024px) {
    .iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item {
        max-width: calc((100% - 50px) / 2);
    }
}

@media (max-width: 768px) {
    .iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 425px) {
    .iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item {
        padding: 20px;
    }
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item h2 {
    font-size: 27px;
    color: #ee7204;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .iletisim-item-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .iletisim-item-text img {
    width: 30px;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .iletisim-item-text .iletisim-adres {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    gap: 20px;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .iletisim-item-text p {
    text-align: left;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .iletisim-item-text a {
    text-align: left;
    color: #000000;
    text-decoration: none;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit {
    width: 100%;
    margin-top: 20px;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width {
    max-width: 1440px;
    width: 100%;
    display: flex;
    background-color: #FFFFFF;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right {
    width: 100%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right h3 {
    font-size: 32px;
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right h3 {
        min-height: 96px;
    }
}

@media (max-width: 425px) {
    .iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right h3 {
        min-height: 25px;
        font-size: 20px;
    }
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right form {
    width: 100%;
    padding: 0px 20px 20px;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right form .mesaj {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    width: 100%;
    padding: 10px 20px 120px;
    border: none;
    background-color: rgba(40, 51, 83, 0.05);
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right form .input-btnn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right form .input-btnn .gonder {
    color: #ffffff;
    padding: 7px 15px;
    border: 1px solid #f2f3f5;
    background-color: #f2f3f5;
    font-size: 14px;
    transition: 0.5s;
    cursor: pointer;
    color: #000000;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right form .input-btnn .gonder:hover {
    background-color: #ee7204;
    color: #ffffff;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right form .input-texts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right form .input-texts:focus {
    border: none;
}

@media (max-width: 425px) {
    .iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right form .input-texts {
        width: 100%;
        flex-direction: column;
    }
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right form .input-texts .ad {
    padding: 15px 20px;
    width: 50%;
    border: none;
    background-color: rgba(40, 51, 83, 0.05);
}

@media (max-width: 425px) {
    .iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right form .input-texts .ad {
        width: 100%;
    }
}

.iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right form .input-texts .mail {
    padding: 15px 20px;
    width: 50%;
    border: none;
    background-color: rgba(40, 51, 83, 0.05);
}

@media (max-width: 425px) {
    .iletisim-bilgileri .max-width .iletisim-bilgileri-items .iletisim-bilgileri-item .kayit .container .max-width .kayit-right form .input-texts .mail {
        width: 100%;
    }
}

.not-found {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
    background-image: url("../../images/user/site/ortak-sayfa-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.not-found h2 {
    color: #000000;
}

.sayfa-galeri {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.sayfa-galeri figure {
    float: unset;
    max-width: calc((100% - 60px) / 5) !important;
    width: 100%;
    max-height: 200px;
    height: 100%;
    overflow: hidden;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .sayfa-galeri figure {
        max-width: calc((100% - 30px) / 4) !important;
    }
}

@media (max-width: 768px) {
    .sayfa-galeri figure {
        max-width: calc((100% - 30px) / 4) !important;
    }
}

.sayfa-galeri figure img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*# sourceMappingURL=style.css.map */
