<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

.header {
    margin-bottom: 0;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    color: #46545B;
    font-size: 16px;
    direction: ltr;
    margin: 0 !important;
    padding: 0 !important; /* overflow-x: hidden; */
}

*::-webkit-scrollbar {
    width: 8px;
    background-color: #f2f2f2;
}

*::-webkit-scrollbar-thumb {
    background-color: #d62323;
}

button, p, div {
    padding: 0;
    margin: 0;
}



.button-3 {
    cursor: pointer;
    background: 0 0;
    border-radius: 0;
    outline: 0;
    border: none;
}

@font-face {
    font-family: gt_walsheim;
    src: url(../fonts/gt-walsheim-bold.woff2) format("woff2"),url(../fonts/gt-walsheim-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: gt_walsheim;
    src: url(../fonts/gt-walsheim-medium.woff2) format("woff2"),url(../fonts/gt-walsheim-medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

.navbar {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 34px 33px #00000052 inset;
}

    .navbar .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.navbar-header {
    padding-right: 40px;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #f7f6f6;
        background-color: rgb(215 45 35 / 77%);
        transition: all 0.2s ease-in;
    }

.nav-item:hover {
    background-color: rgb(215 45 35 / 77%);
}



.nav-dil-liste li {
    padding-inline: 10px;
    color: white;
    list-style: none;
    text-transform: uppercase;
}

.nav-item .dropdown-menu {
    background-color: #0764b0;
    min-width: 243px;
    left: 0;
    background-color: rgb(215 45 35 / 77%);
}

.navbar-nav li:not(:nth-of-type(1)), .nav-dil-liste li:not(:nth-of-type(1)) {
    border-left: 1px solid #ffffff2e;
}

.nav-item.dropdown:hover &gt; .dropdown-menu {
    DISPLAY: BLOCK;
    opacity: 1;
    padding: 0;
    border-left: 1px solid #ffffff2e;
    left: -1px;
}

    .nav-item.dropdown:hover &gt; .dropdown-menu li {
        border: 0px solid rgba(0,0,0,.15);
    }

.nav-item.dropdown .dropdown-menu li a {
    padding: 10px;
    transition: all 0.2s ease-in;
    color: #fff;
}

    .nav-item.dropdown .dropdown-menu li a:hover {
        background-color: #0a3159;
        color: #fff;
    }

.logo-img img {
    height: 42px;
    width: auto;
}

.hm-landing {
    position: relative;
    padding: 35px 13.53%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
}

.hm-landing-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0764b0;
    right: 9%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.slider-btn1,
.home-landing__line {
    display: none;
}

.home-landing-content-t-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d62323;
    z-index: 2;
    transform-origin: right top;
}

.home-landing__content {
    align-items: stretch;
    display: flex;
    background-color: red;
}

.bfr-brdr {
    position: relative;
    padding-block: 30px;
}

    .bfr-brdr::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        bottom: 0;
    }

.home-landing__content__text__heading__title {
    max-width: 450px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1em;
    text-align: left;
}

.owl-slider {
    margin-block: 100px;
}

    .owl-slider .item {
        padding: 20px;
    }

.home-product-field {
    position: relative;
}

    .home-product-field .product-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        z-index: -1;
    }

.mblock-90 {
    margin-block: 90px;
}

.mblock-30 {
    margin-block: 30px;
}

.mblock-10 {
    margin-block: 10px;
}

.border-right-1 {
    border-right: 3px solid #189fd0;
}

.home-product-h1 {
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-product-img {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.pro-fade-back {
    height: 100%;
    width: 100%;
    background: #a30000;
    z-index: 1;
    position: absolute;
    top: 0
}

.pro-fade-back-gr {
    height: 100%;
    width: 100%;
    background: #8f8f8f;
    z-index: 0;
    position: absolute;
    top: 0
}

.pro-fade-back2 {
    background: #a30000;
    width: 100%;
    height: 300px;
    z-index: 2;
    position: absolute;
    top: 0;
}

.pro-fade-back2-gr {
    background: #8f8f8f;
    width: 100%;
    height: 300px;
    z-index: 1;
    position: absolute;
    top: 0;
}

.home-product-h1 h1 {
    font-size: 27px;
    color: #189fd0;
    padding-inline: 10px;
}

.home-product-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.home-product-field {
    margin-block: 10px;
}

.border-left-1 {
    border-left: 3px solid #189fd0;
}

.reveal {
    opacity: 0;
}

    .reveal.active {
        opacity: 0;
    }

.reveal2 {
    opacity: 0;
}

    .reveal2.active {
        opacity: 1;
    }

.active.fade-left {
    animation: fade-left 0.5s ease-in;
}

.active.fade-left-green {
    animation: fade-left-green 0.8s ease-in;
}

.active.fade-right {
    animation: fade-right 0.5s ease-in;
}

.active.fade-right-green {
    animation: fade-right-green 0.8s ease-in;
}

.active.fade-img {
    animation: fade-img 1s ease-in;
}


@keyframes fade-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%);
        opacity: 1;
    }
}

@keyframes fade-left-green {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 1;
    }
}

@keyframes fade-right-green {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 1;
    }
}

@keyframes fade-img {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.home-banner {
    position: relative;
}

    .home-banner img {
        width: 100%;
        max-height: 300px;
        height: 100%;
        object-fit: cover;
    }

.footer-list-img {
    width: auto;
    height: auto;
    max-height: 135px;
}

.photo-field1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .photo-field1 h3 {
        font-size: 18px;
        margin-block: 10px 15px;
        color: #cacaca;
        font-weight: 700;
    }

.footer-photos-list {
    background: #a30000;
    padding-block: 20px;
}

    .footer-photos-list .col-6 {
        padding-block: 25px;
        padding-inline: 0;
    }

    .footer-photos-list h1 {
        color: white;
        font-weight: 600;
        font-size: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-block: 15px 40px;
        letter-spacing: 2;
    }

.footer-logo {
    margin-left: -28px;
}

.footer-text {
    padding: 0;
    line-height: 24px;
}

.footer-border-bottom {
    border-bottom: 1px solid #ffffff66;
    padding-bottom: 5px;
}

.kfontsize {
    font-size: 15px;
    padding-right: 15px;
}

.footer-logo-menu {
    display: flex;
    /*justify-content: space-between;*/
    /* align-items: center;*/
    border-bottom: 1px solid #ffffff66;
}

    .footer-logo-menu .footer-logo img {
        max-width: 200px;
        max-height: 150px;
        width: 100%;
        height: auto;
    }

    .footer-logo-menu .menuler-ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .footer-logo-menu .menuler-ul li {
            list-style: none;
            padding-inline: 10px;
            font-size: 13px;
            color: white;
        }

            .footer-logo-menu .menuler-ul li:not(:first-child) {
                border-left: 1px solid rgb(22, 22, 22);
            }

.footer-icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
}

    .footer-icons a {
        font-size: 13px;
        color: white;
    }

.footer-menu-about li {
    list-style-type: none;
}

.footer-detay-menu ul {
    padding: 0;
}

.footer-menu-about {
    color: white;
    font-size: 13px;
}

.margintop-90 {
    margin-top: 90px;
}

.pblock-90 {
    padding-block: 90px;
}

.bg-black {
    background-color: black;
}

.pblock-40 {
    padding-block: 40px;
}

.ptop-30 {
    padding-top: 30px;
}

.ptop-40 {
    padding-top: 40px;
}

.footer-copry {
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: center;
}

    .footer-copry input {
        height: 39px;
        padding: 5px;
        border: 1px solid red;
        border-radius: 5px;
    }

    .footer-copry button {
        height: 39px;
        padding: 5px 15px;
        background: #ff0101;
        color: white;
        border: none;
        border-radius: 7px;
    }

.diller-list {
    position: absolute;
    top: 20px;
    right: 0;
}

@keyframes expand {
    0% {
        left: 0%;
        width: 0%;
    }

    100% {
        left: -1.5px;
        width: 100%;
    }
}

.owl-carousel .owl-item img {
    max-height: 500px;
    object-fit: cover;
    max-width: 630px;
    object-position: bottom;
}

.bg-grey-1 {
    background-color: #fcfcfc;
}

.learn-bttn {
    /*border: 2px solid #1d3c34; */
    color: #1d3c34;
    background: white;
    padding: 7px 35px;
    max-width: 80%;
    margin-right: 15px;
    font-size: 13px;
    line-height: 2;
    /*text-transform: uppercase;*/
    /*letter-spacing: 4px; */
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 0;
    opacity: 1;
    -webkit-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
    margin-top: 15px;
}

.yeniliklerfont {
    text-align: justify;
    padding-right: 15px;
    font-size: 28px;
}

.learn-bttn:hover:before {
    opacity: 1;
    animation: expand 0.7s ease-in;
}

.owl-imgg img {
    border: 1px solid transparent;
    box-shadow: 0px 0px 18px #0000009e;
}

    .owl-imgg img:hover {
        border: 1px solid #00000054;
    }

.learn-bttn:hover {
    cursor: pointer;
}

.learn-bttn:before {
    z-index: -1;
    content: '';
    display: block;
    background-color: #1d3c34;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    opacity: 0;
}

.container-text h1 {
    color: #2a2a2a;
    font-weight: 700;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: 40px 25px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.owl-slider {
    margin-block: 30px 60px;
}

.owl-item .learn-bttn {
    max-width: unset;
    /*letter-spacing: 2px; 
    margin-left: 15%; */
    margin-top: -47px;
    padding: 3px 35px;
    border-radius: 7px;
    position: ABSOLUTE;
}

.home-landing-haseline i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    line-height: 25px;
    border: 1px solid white;
    margin-left: auto;
    margin-right: 18px;
}

.social-icons {
    padding: 0px; /*    display: flex;
    justify-content: flex-start;
    align-items: center;*/
}

    .social-icons li {
        margin-right: 8px;
        margin-top: 6px;
    }

        .social-icons li i {
            font-size: 15px;
            border: 1px solid #ffffff40;
            width: 25px;
            height: 25px;
            line-height: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .social-icons li a:hover i {
            color: #a30000;
        }

body.scrolled .navbar:before {
    height: 100%;
}

.navbar:before {
    content: '';
    display: block;
    width: 100%;
    height: 100% !important;
    background-color: rgb(0 0 0 / 28%);
    position: absolute;
    height: 00px;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: -1;
}

.urun-listesi-banner {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.banner-section {
    position: relative;
    width: 100%;
    height: 100%;
}

    .banner-section img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

.zoom-animation {
    animation: slideDown 10s ease-in;
}

.inner-img:hover {
    transform: scale(1.3);
}

@keyframes slideDown {
    0% {
        top: -50%;
    }

    8% {
        top: 0px;
        width: 100%;
    }

    100% {
        width: 120%
    }
}

.bg-full-grey {
    position: relative;
}

    .bg-full-grey::before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        background-color: #fcfcfc;
        z-index: -1;
    }

section {
    position: relative;
}

img {
    width: 100%;
    height: auto;
}

.urun-section-img {
    max-height: 600px;
}

.urun-section {
    padding: 0px 40px;
    margin-block: 30px 20px;
}

.urun-listesi .urun-h1 {
    margin-top: 20px;
}

.urun-section .owl-slider {
    margin-block: 20px;
}

.mblock-20 {
    margin-block: 20px;
}

.bg-white {
    background-color: white !important;
}

.buttons-color {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
}

    .buttons-color a {
        padding: 8px;
        max-width: 90px;
        border: 1px solid #2532d5;
        color: black;
        margin: 5px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        text-decoration: none;
    }

    .buttons-color i {
        margin-left: 15px;
        margin-top: 14px;
        border: 1px solid black;
        padding: 5px;
    }

.abslt {
    position: absolute;
    bottom: 0;
    right: -5px;
    width: 13px;
    height: 24px;
    background-color: #f7f7f7;
}

.urun-kategoryleri {
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
}

.ilk-alan {
    display: flex;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 15px;
    background-color: #c9c9c9;
    color: black;
    margin-right: -15px;
    transform: rotate(-90deg);
    justify-content: center;
    align-items: center;
    margin-left: -40px;
    border-bottom: 10px solid #728ca7;
}

    .ilk-alan i {
        padding: 10px;
        color: red;
    }

.ikinci-alan {
    margin-left: -20px;
    background: #c9c9c9;
    border-right: 10px solid #728ca7;
    padding: 5px;
}

    .ikinci-alan li {
        padding-block: 7px;
    }

        .ikinci-alan li a {
            text-decoration: underline !important;
            font-size: 16px;
        }

    .ikinci-alan ul li a:hover {
        color: red !important;
    }

.bgwhite-color-black {
    background-color: white !important;
    color: black !important;
}

    .bgwhite-color-black h1 {
        color: black !important;
    }

    .bgwhite-color-black h3 {
        color: black !important;
    }

.color-blck {
    color: black !important;
}

.about-sec-img {
    width: 100%;
}

.aciklamasayilaremay {
    font-size: 1.5rem;
}

.yeniliklergenel {
    padding-left: 60px;
    padding-right: 60px;
}

.sayilarlarlaemay h3 {
    color: #d62323;
    font-size: 4rem;
    padding-top: 2.5rem;
}

.sayilarlarlaemay {
    margin-bottom: 2.5rem;
}

.about-us-content h3 {
    color: #d62323;
}

#anasayfaaltbannerback {
    background-image: url(../images/bilgialin.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about-us-content-yk{margin-top:20px}
.displ-just-al-cntr {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-banner {
    position: relative;
}

    .about-banner img {
        width: 100%;
        max-height: 360px;
        height: auto;
        object-fit: cover;
    }

.contact-banner {
    margin-top: 86px;
    padding: 34px 40px;
    background: #2d2d2d;
    color: white;
}

    .contact-banner h1 {
        line-height: 38px;
        font-size: 38px;
        margin: 0;
    }

.form-sec-row {
    padding-block: 35px;
    justify-content: space-evenly;
    align-items: flex-start;
}

.form-label div {
    font-weight: 600;
}

.form-label input {
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 1px solid #0000004a;
}

.form-label textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #0000004a;
}

.form-input-area {
    position: relative;
}

    .form-input-area i {
        position: absolute;
        top: 12px;
        right: 12px;
        font-size: 15px;
        line-height: 14px;
    }

.contact-form button {
    padding: 8px 15px;
    margin-top: 20px;
    background: black;
    color: white;
    border: none;
    border-radius: 5px;
}

.contact-form .form-label {
    margin-bottom: 15px;
}

.adres-item {
    margin: 20px 10px;
}

    .adres-item p {
        margin-bottom: 7px;
    }

.t-bold {
    font-weight: bold;
}

.detail-context-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .detail-context-text &gt; * {
        margin-right: 10px;
    }

.detail-context-header h1 {
    margin-block: 25px;
    color: #0663b0;
}

.product-detail-section {
    margin-top: 50px;
}

.detail-tab-1 {
    justify-content: center;
    align-items: flex-start;
}

.detail-context-text {
    margin: 20px;
}

.detail-product-tab &gt; * {
    padding: 20px;
}

.detail-tab-1 {
    margin-block: 25px;
}

.detail-product-enter {
    font-size: 16px;
    font-weight: 700;
}

.light-color {
    color: #7d7d7d;
    position: relative;
}

    .light-color::after {
        width: 50%;
        height: 1px;
        background-color: #7d7d7d;
        position: absolute;
        bottom: -4px;
        left: 0;
        content: "";
    }

.detail-colors-select {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.colors-buton-tab {
    width: 20px;
    height: 20px;
    background: black;
    border-radius: 100%;
    margin: 12px 12px 12px 0;
}

.color-pink {
    background-color: pink;
}

.color-red {
    background-color: red;
}

.color-brown {
    background-color: brown;
}

.color-yellow {
    background-color: yellow;
}

.color-gray {
    background-color: gray;
}

.feature-tab-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tab2 {
    overflow: hidden;
}

    .tab2 .features-tabs {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px;
        transition: 0.3s;
        font-size: 16px;
        border-bottom: 1px solid transparent;
    }

        .tab2 .features-tabs:hover {
            font-weight: 600;
        }

.tabcontent {
    display: none;
    padding: 6px 12px;
}

.active3 {
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.637);
}

.disply-not-none-first {
    display: inline;
}

.active3-first {
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.637);
}

.maps-sec iframe {
    margin-block: 30px;
}

.arrow-down {
    bottom: 123px;
    right: -20px;
    position: absolute;
    z-index: 11;
    -webkit-animation: animate 2s infinite;
    -moz-animation: animate 2s infinite;
    -ms-animation: animate 2s infinite;
    -o-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

    .arrow-down &gt; .pageview {
        color: #d3d3d3;
        display: inline-block;
        font-size: 18px;
        line-height: 31px;
        text-shadow: 1px 1px 1px #ccc;
        text-decoration: none;
        font-weight: normal;
    }

@keyframes animate {
    0% {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 0
    }

    50% {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 20px);
        -ms-transform: translate(0px, 20px);
        -o-transform: translate(0px, 20px);
        transform: translate(0px, 20px);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 0
    }
}

.arrow-down &gt; .pageview {
    margin: 0;
    transform: rotate(-90deg);
    white-space: nowrap;
    position: relative
}

    .arrow-down &gt; .pageview i {
        margin-right: 10px
    }

.nav-link {
    text-transform: uppercase;
}

.tool-menu-list {
    position: absolute;
    right: 1px;
    top: 56px;
}

    .tool-menu-list ul {
        list-style: none;
        color: #fff;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .tool-menu-list li {
    }

        .tool-menu-list li a {
            padding: 10px;
            position: relative
        }

            .tool-menu-list li a:before {
                content: "|";
                left: -1px;
                top: 8px;
                position: absolute;
                color: #9f9e9e;
            }

        .tool-menu-list li:first-child a:before {
            content: ""
        }

        .tool-menu-list li a i {
        }

        .tool-menu-list li a img {
        }

.ms-inner-controls-cont .ms-nav-next {
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 6px;
    line-height: 25px;
    opacity: 1 !important;
    background: #00000061;
    color: white;
    position: absolute;
    top: 40%;
    right: 0px;
    display: flex !important;
}

    .ms-inner-controls-cont .ms-nav-next::before {
        content: "\f061";
    }

.ms-inner-controls-cont .ms-nav-prev {
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 6px;
    line-height: 25px;
    opacity: 1 !important;
    background: #00000061;
    color: white;
    position: absolute;
    top: 40%;
    left: 0px;
    display: flex !important;
}

    .ms-inner-controls-cont .ms-nav-prev::before {
        content: "\f060";
    }

    .ms-inner-controls-cont .ms-nav-next:hover, .ms-inner-controls-cont .ms-nav-prev:hover {
        cursor: pointer;
        background: #000000a2;
    }

/* demo-slider-banner */

.demo-cont {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: white;
    background-color: antiquewhite;
}

#home-landing__content {
    position: absolute;
    bottom: 93px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 120;
}

#home-landing__content, .home-screen__step__content__subtitle, .home-screen__step__content__title {
    font-family: gt_walsheim,Helvetica,Arial,sans-serif;
}

#home-landing__content__text__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d62323;
    z-index: 2;
    transform-origin: right top;
}

#home-landing__content__text {
    position: relative;
    padding: 35px 13.53%;
}

#home-landing__content__text__heading {
    position: relative;
    z-index: 2;
}

#home-landing__content__text__heading__baseline {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .4em;
    opacity: .5;
}

#home-landing__content__text__heading__title {
    max-width: 450px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1em;
}

#home-landing__content__text__body {
    position: relative;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 500;
    opacity: .6;
    letter-spacing: .04em;
    line-height: 1.5em;
    z-index: 2;
}

#home-landing__content__cta, .home-landing__line {
    display: none;
}

#home-landing__content__cta__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: right top;
}

#home-landing__content__cta__label {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

#home-landing__scroll {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 93px;
    fill: #d62323;
    background-color: #fff;
    cursor: pointer;
    background: 0 0;
    border-radius: 0;
    border: none;
    outline: 0;
}

#home-landing__scroll__icon {
    display: inline-block;
    width: 20px;
    height: 34px;
}

.home-landing__line:nth-child(1) {
    top: 0;
    bottom: 0;
    left: 7.15%;
    transform-origin: top;
}

#home-landing__content__cta, .home-landing__line {
    display: none;
}

    .home-landing__line:nth-child(2) {
        top: 0;
        bottom: 0;
        left: 42.5%;
        transform-origin: top;
    }

    .home-landing__line:nth-child(3) {
        top: 96px;
        right: 8.13%;
    }

    .home-landing__line:nth-child(3), .home-screen__step-1__lines__line:nth-child(1) {
        transform-origin: bottom;
        bottom: 0;
    }

@media screen and (min-width: 1024px) {
    #home-landing__content {
        bottom: 0;
        right: 7.23%;
    }

    #home-landing__content__text {
        width: 60%;
        padding: 40px 0 40px 7.77%;
    }

    #home-landing__content__text__heading__baseline {
        font-size: 10px;
    }

    #home-landing__content__text__heading__title {
        font-size: 20px;
    }

    #home-landing__content__text__body, #home-landing__content__text__heading {
        display: inline-block;
        width: 45.12%;
        vertical-align: top;
    }

    #home-landing__content__text__heading {
        margin-right: 9.66%;
    }

    #home-landing__content__text__heading {
        position: relative;
        z-index: 2;
    }

    #home-landing__content__text__body {
        padding-top: 10px;
        padding-left: 4.57%;
        padding-right: 7.62%;
        margin-left: -4px;
        font-size: 12px;
        line-height: 1.92em;
    }

    #home-landing__content__cta {
        position: relative;
        display: block;
        min-width: 22.9%;
        font-weight: 700;
        color: #d62323;
        text-align: center;
        font-size: 13px;
    }

    #home-landing__content__cta__bg::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #d62323;
        transform: scaleY(0);
        transform-origin: bottom left;
        transition: transform .3s cubic-bezier(.88,.01,.15,.99);
    }

    #home-landing__scroll {
        bottom: 65px;
        width: 7.23%;
        padding: 20px 0;
        fill: #fff;
        background-color: transparent;
    }

    #home-landing__content__cta:hover #home-landing__content__cta__bg::before {
        transform: scaleY(1);
        transform-origin: top left;
    }

    #home-landing__content__cta:hover #home-landing__content__cta__label {
        animation: home-landing__content__cta__label__roll-over .5s cubic-bezier(.77,0,.175,1) forwards;
    }

    .home-landing__line {
        position: absolute;
        display: block;
        width: 1px;
        background-color: #fff;
        opacity: .15;
        z-index: 2;
    }

        .home-landing__line:nth-child(1) {
            left: 4.1%;
        }

        .home-landing__line:nth-child(2) {
            left: 35.39%;
        }

        .home-landing__line:nth-child(3) {
            right: 7.23%;
        }
}


@keyframes home-landing__content__cta__label__roll-over {
    25% {
        transform: translateY(20px);
    }

    25.001% {
        transform: translateY(-20px);
        color: #fff;
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
        color: #fff;
    }
}


@media screen and (min-width: 1280px) {
    #home-landing__content__text__heading__title, #home-landing__content__text__heading__baseline, #home-landing__content__text__body {
        max-width: 100%;
    }

    #home-landing__content {
        right: 8.13%;
    }

    #home-landing__content__text {
        padding-left: 8.84%;
    }

    #home-landing__content__text__body, #home-landing__content__text__heading {
        width: 36.83%;
        padding-left: 3.56%;
    }

    #home-landing__content__text__heading {
        margin-right: 6.25%;
    }

    #home-landing__content__text__body {
        padding-top: 30px;
        padding-left: 4.57%;
        padding-right: 7.62%;
        margin-left: -4px;
        font-size: 12px;
        line-height: 1.92em;
    }

    #home-landing__content__text__body {
        padding-top: 25px;
        padding-right: 10.12%;
        font-size: 14px;
        line-height: 1.9em;
    }

    #home-landing__content__cta {
        font-size: 14px;
    }

    #home-landing__scroll {
        width: 8.13%;
    }

    .home-landing__line:nth-child(1) {
        left: 7.15%;
    }

    .home-landing__line:nth-child(2) {
        left: 33.5%;
    }

    .home-landing__line:nth-child(3) {
        right: 8.13%;
    }
}

#home-landing__content__text__bg {
    animation: red-to-right 1s ease-in;
}

#home-landing__content {
    animation: full-banner-right 0.5s ease-in;
}

@keyframes red-to-right {
    0% {
        right: 100%;
        left: inherit;
        width: 25%;
    }

    50% {
        width: 25%;
        right: 0;
    }

    100% {
        width: 100%;
        right: 0;
        left: inherit;
    }
}

@keyframes full-banner-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.basliklar {
    color: #a30000;
    font-size: 3rem;
}

#home-landing__content::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
}

#home-landing__content__text__heading {
    animation: content-scroll-top 1s cubic-bezier(.77,0,.175,1) forwards;
    animation-delay: 1.5s;
    opacity: 0;
}

#home-landing__content__text__body {
    animation: content-scroll-lower 1s cubic-bezier(.77,0,.175,1) forwards;
    animation-delay: 1.5s;
    opacity: 0;
}

#home-landing__content__cta__label {
    animation: content-scroll-top-label 1s cubic-bezier(.77,0,.175,1) forwards;
    animation-delay: 1.2s;
    opacity: 0;
}

@keyframes content-scroll-top {
    25% {
        transform: translateY(40px);
    }

    25.001% {
        transform: translateY(-40px);
        color: #fff;
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
        color: #fff;
    }
}

@keyframes content-scroll-top-label {
    25% {
        transform: translateY(40px);
    }

    25.001% {
        transform: translateY(-40px);
        color: #d62323;
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
        color: #d62323;
    }
}

@keyframes content-scroll-lower {
    25% {
        transform: translateY(-40px);
    }

    25.001% {
        transform: translateY(40px);
        color: #fff;
        opacity: 0;
    }

    100% {
        transform: translateY(20);
        opacity: 0.6;
        color: #fff;
    }
}

.owl-p {
    max-width: 596px;
    margin-inline: auto;
    text-align: center;
}


.collapsible {
    background-color: #efefef;
    color: #000000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-left: 3px solid black;
    margin-bottom: 10px;
    position: relative;
}

    .collapsible i {
        position: absolute;
        top: 40%;
        right: 15px;
    }


.contentxx {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    margin-bottom: 10px;
}

.slider-red-part {
    position: absolute;
    width: 110px;
    height: 170px;
    opacity: 1;
    background: red;
    left: 50%;
    margin-left: -55px;
    bottom: -170px;
    z-index: 99;
}

.slider-red-part-left {
    position: absolute;
    top: 0;
    border-color: #000;
    border-style: solid;
    opacity: 0;
    bottom: 0;
    z-index: 98;
}

.zoomreverse {
    animation: zoomreverse 1.5s ease-in;
}

.zoomreverse2 {
    animation: zoomreverse2 1.5s ease-out;
}

.toleftredbg {
    animation: toleftredbg 1.5s ease-in;
}

@keyframes toleftredbg {
    0% {
        bottom: -200px;
        opacity: 1;
        left: 50%;
        width: 80px;
    }

    70% {
        bottom: 0px;
        left: 20%;
        width: 80px;
        ;
    }

    100% {
        left: 0px;
        bottom: 0;
        opacity: 1;
        width: 110px;
        margin-left: 0
    }
}

@keyframes zoomreverse {
    0% {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    100% {
        width: 80%;
        height: 80%;
        top: 5%;
        left: 5%;
    }
}

.technic-section {
    margin-top: 24px;
}

    .technic-section .technic-baslik {
        margin: 0px;
        background: #f1f1f1;
        padding: 5px 25px;
    }

        .technic-section .technic-baslik h3 {
            padding: 0;
            margin: 0;
            color: #5b5b5b;
            font-size: 22px;
        }

.series-pro-list {
    justify-content: space-between;
    align-items: center;
}

.technic-section .technic-product {
    margin: 0;
    padding: 15px;
}

    .technic-section .technic-product h4 {
        padding: 10px;
        font-size: 16px;
        color: #5b5b5b;
    }

    .technic-section .technic-product img {
        padding-inline: 5%;
    }

    .technic-section .technic-product p {
        padding: 10px;
        color: #797979;
    }

.technic-properties-section {
    margin-block: 40px;
}

.tecknic-properties-list {
    list-style: none;
}

    .tecknic-properties-list li {
        position: relative;
        padding-inline: 53px 15px;
        padding-block: 14px;
    }

        .tecknic-properties-list li img {
            background: #bf0c0c;
            position: absolute;
            top: 10px;
            left: 5px;
            width: 35px;
            height: 35px;
            padding: 8px;
            border-radius: 50%;
        }

    .tecknic-properties-list h4 {
        font-size: 16px;
    }

    .tecknic-properties-list p {
        font-size: 14px;
        margin-bottom: 15px;
        color: #797979;
    }

    .tecknic-properties-list a {
        font-size: 13px;
        color: #414141;
        font-weight: 600;
        text-decoration: none;
    }

.property-img img {
    padding-inline: 30px;
}

.navbar-collapse.show {
    background: #242424;
}

.content-page .navbar-light .navbar-nav .nav-link {
    color: black;
}

.content-page li a { /* color: black !important; */
}


@media screen and (max-width: 700px) {
    .navbar, body { /* overflow-x:hidden; */
    }

    #P_Masterslider {
        overflow-x: hidden
    }

    #home-landing__content {
        bottom: 0;
    }

    #home-landing__content__text {
        padding: 10px;
    }

    #home-landing__content__text__heading__title {
        font-size: 15px;
    }

    .home-landing-haseline i {
        width: 15px;
        height: 15px;
        padding: 5px;
        line-height: 15px;
        margin-right: 20px;
    }

    .container-text h1 {
        font-size: 20px;
    }
}

.mmbtn {
    color: #fff;
    font-size: 23px;
    display: none
}

    .mmbtn:hover {
        color: white
    }

.footer-about-mb {
    display: none
}

.footer-about-ds {
    display: block
}

.diller-list-mb {
    display: none
}

@media (max-width: 993px) {
    .diller-list-mb {
        display: block
    }

    .footer-about-ds {
        display: none
    }

    .footer-about-mb {
        display: block
    }

    .mmbtn {
        display: inline-block
    }

    .mmbtn {
        color: #fff;
        font-size: 29px;
        margin-right: 15px;
    }

    .tool-menu-list {
        position: unset;
        padding-top: 15px;
    }

    .owl-item .learn-bttn {
        max-width: unset;
        /*letter-spacing: 2px;*/
        margin-top: -47px;
        padding: 3px 35px;
        border-radius: 7px;
        position: ABSOLUTE;
        width: 50%;
        /*margin-left: 25%;*/
        text-align: center;
    }

    .home-product-context {
        padding-bottom: 7px;
        border-bottom: 1px solid #ddd;
    }

        .home-product-context:first-of-type {
            border-bottom: 1px solid transparent;
        }

    .arrow-down {
        bottom: 100px;
        right: -45px;
    }

        .arrow-down &gt; .pageview {
            font-size: 15px;
            line-height: 27px;
        }

    .home-landing-haseline i {
        margin-right: 29px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: white;
        border-bottom: 1px solid #00000042;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important
    }

    .navbar-toggler {
        border-color: rgb(255 255 255 / 69%) !important;
    }

    .navbar-collapse.show {
        margin-left: -13px;
    }

    .footer-menu-about {
        padding-left: 0;
        width: 100%;
    }

    .footer-logo-menu .menuler-ul {
        display: block;
        justify-content: center;
        align-items: center;
    }
}

.footer-menu-about li a {
    color: white !important;
}

#Masterslider {
    overflow: hidden
}

.urun-listesi-saction {
    margin-top: 29px;
}

.nav-dil-liste {
    display: flex;
}

    .nav-dil-liste a {
        color: white !important
    }

    .nav-dil-liste a {
        color: white !important
    }

.content-midle-doc {
    width: 100%
}

.new-content-document {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 17px;
    display: flex;
    flex-direction: column; /* max-width: 354px; */
    width: 100%;
}

    .new-content-document label {
        border-bottom: 1px solid #ccc;
        color: #006e9a;
        padding: 5px 0;
        margin-bottom: 19px;
    }

    .new-content-document a {
        display: flex;
        align-items: center;
    }

        .new-content-document a i {
            font-size: 17px;
            margin-right: 11px;
        }


.icsayfabaslik {
    color: #d62323;
}

.title-ozel {
    position: absolute;
    top: 50%;
    margin-top: 20px;
    margin-left: 300px;
}

.aboutus-header {
    position: relative;
}

.aboutustitle {
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    bottom: 0;
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    right: 0;
    left: 0;
}

    .aboutustitle .container {
        margin: auto;
    }
    .aboutustitle h1 {
    color:#fff;
    font-size:4rem;
    font-weight:600;
    }
    .aboutustitle p {
        font-size:5rem;
        color:#fff;
    }
.emaybox {
    background: rgb(36, 17, 0);
    background: linear-gradient(90deg, rgba(36, 17, 0, 1) 0%, rgba(255, 0, 0, 1) 0%, rgba(214, 16, 17, 1) 48%);
    width: 200px;
    height: 80px;
    position: absolute;
    z-index: 1;
    right: 0;
}
.emaybox2 {
    background: rgb(36, 17, 0);
    background: linear-gradient(90deg, rgba(36, 17, 0, 1) 0%, rgba(255, 0, 0, 1) 0%, rgba(214, 16, 17, 1) 48%);
    width: 200px;
    height: 80px;
    position: absolute;
    z-index: 1;
    right: 0;
    margin-top: -45px;
}
.emaybox3 {
    background: rgb(36, 17, 0);
    background: linear-gradient(90deg, rgba(36, 17, 0, 1) 0%, rgba(255, 0, 0, 1) 0%, rgba(214, 16, 17, 1) 48%);
    width: 200px;
    height: 80px;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom:205px;
}
</pre></body></html>