
@font-face {
    font-family: 'Nunito-Black';
    src: url(../fonts/Nunito-Black.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-BlackItalic';
    src: url(../fonts/Nunito-BlackItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Bold';
    src: url(../fonts/Nunito-Bold.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-BoldItalic';
    src: url(../fonts/Nunito-BoldItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-ExtraBold';
    src: url(../fonts/Nunito-ExtraBold.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-ExtraBoldItalic';
    src: url(../fonts/Nunito-ExtraBoldItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-ExtraLight';
    src: url(../fonts/Nunito-ExtraLight.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-ExtraLightItalic';
    src: url(../fonts/Nunito-ExtraLightItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Italic';
    src: url(../fonts/Nunito-Italic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Light';
    src: url(../fonts/Nunito-Light.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-LightItalic';
    src: url(../fonts/Nunito-LightItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Medium';
    src: url(../fonts/Nunito-Medium.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-MediumItalic';
    src: url(../fonts/Nunito-MediumItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Regular';
    src: url(../fonts/Nunito-Regular.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-SemiBold';
    src: url(../fonts/Nunito-SemiBold.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-SemiBoldItalic';
    src: url(../fonts/Nunito-SemiBoldItalic.ttf);
    font-style: normal;
}
footer .ff12 {
    width: 200px;
    justify-self: self-end;
    margin-top: 16px;
}
.navbar-brand {
    width: 100%;
    text-align: center;
}
.navbar-brand img {
    height: 150px;
}

:root {
    --color-white: #ffffff;
    --color-red: #aa3845;
    --color-gray9b: #9b9b9b;
    --color-gray58: #585858;
    --color-gray8f: #8f8f8f;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
    font-family: 'Nunito-Regular';
    background: #282828;
    background: radial-gradient(circle, rgb(83 83 83) 0%, rgb(80 80 80) 50%, rgb(35 35 35) 100%);
}

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

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

i {
    font-family: fontawesome;
    font-style: normal;
}

p {
    margin-bottom: 0;
}

.conboy {
    position: relative;
}

.navbar-expand-lg {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.navbar-collapse {
    flex-grow: inherit;
}

.nav-link {
    font-family: 'Nunito-Medium';
    font-size: 18px;
    color: var(--color-white);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--color-white);
    font-family: 'Nunito-Black';
}

.collapse li {
    margin-left: 20px;
}

.collapse .nav-item a {
    position: relative;
}

.collapse .active::before {
    display: inline-block;
    height: 10px;
    content: " ";
    text-shadow: none;
    background-color: var(--color-red);
    width: 10px;
    bottom: -5px;
    border-radius: 10px;
    position: absolute;
    left: calc(50% - 5px);
}

.nav-link:focus, .nav-link:hover {
    color: var(--color-white);
}

.dropdown-toggle {
    border: 1px solid #D3D3D3;
    border-radius: 20px;
    padding: 5px 10px;
    ruby-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90px;
    margin-top: 4px;
}

.menublack .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000000;
}

.menublack .nav-link {
    color: #000000;
}

.slider .box {
    width: 100%;
    height: 115vh;
    display: flex;
    align-items: end;
}

    .slider .box video {
        position: absolute;
        top: 0;
        left: 0;
        width: 101%;
        height: 101%;
        z-index: -1;
        object-fit: cover;
    }

.homeabout {
    padding: 100px 0;
}

    .homeabout .box { 
        align-content: center;
    }

    .homeabout .black {
        width: 50%;
        margin-bottom: 40px;
    }

    .homeabout h5 {
        font-family: 'Nunito-Black';
        font-size: 42px;
        color: var(--color-red);
        margin-bottom: -5px;
    }

    .homeabout h6 {
        font-family: 'Nunito-Blod';
        font-size: 28px;
        color: var(--color-gray9b);
        margin-bottom: 20px;
    }

    .homeabout p {
        font-family: 'Nunito-Medium';
        font-size: 18px;
        color: var(--color-gray58);
        margin-bottom: 20px;
    }

    .homeabout a {
        font-family: 'Nunito-Medium';
        font-size: 16px;
        color: var(--color-gray8f);
    }

.homecatalog {
    padding: 0 0 200px 0;
}

    .homecatalog .box {
        position: relative;
    }

    .homecatalog .box-first {
        background: linear-gradient(90deg, #E12222 0%, #B61C1C 50%, #AF1B1B 100%);
        width: 100%;
        height: 275px;
        border-radius: 20px;
    }

    .homecatalog .box-second {
        background: linear-gradient(90deg, #626567 0%, #444849 50%, #313636 100%);
        width: 100%;
        height: 275px;
        border-radius: 20px;
    }

    .homecatalog .box .ab {
        position: absolute;
        right: 30px;
        bottom: -100px;
    }

    .homecatalog .box h6 {
        font-family: 'Nunito-Bold';
        font-size: 35px;
        color: var(--color-white);
        margin-left: 30px;
        padding-top: 10px;
    }

    .homecatalog .box .view {
        position: absolute;
        left: 30px;
        bottom: 80px;
        padding: 15px 20px 10px 20px;
        background-color: #b7b7b736;
        border-radius: 10px;
    }

        .homecatalog .box .view .d-grid {
            place-items: center;
            text-align: center;
            color: var(--color-white);
            font-family: 'Nunito-Regular';
            font-size: 16px;
        }


.iletisimegec {
    padding: 0 0 50px 0;
    position: relative;
    color: var(--color-white);
}


    .iletisimegec .ilegec {
        min-height: 304px;
    }

    .iletisimegec a {
        color: var(--color-white);
    }

    .iletisimegec .abcon {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }

        .iletisimegec .abcon .row {
            height: 304px;
            align-items: center;
        }


    .iletisimegec .f1 {
        font-family: 'Nunito-Bold';
        font-size: 16px;
    }

    .iletisimegec .telefon {
        font-family: 'Nunito-Bold';
        font-size: 30px;
    }

    .iletisimegec .ilegecbuton {
        text-align: center;
        border: 1px solid;
        width: 150px;
        justify-self: center;
        padding: 10px 20px;
        border-radius: 20px;
        cursor: pointer;
    }

footer {
    padding: 50px 0 0 0;
    z-index: 1;
    position: relative;
}

    footer .flg {
        width: 80%;
    }

    footer .ff1 {
        font-family: 'Nunito-Medium';
        font-size: 16px;
        color: #ABABAB;
    }

    footer .ff2 {
        margin-top: 20px;
    }

    footer .ff3 li {
        margin-bottom: 10px;
    }

    footer .ff3 a {
        font-family: 'Nunito-Medium';
        font-size: 18px;
        color: var(--color-gray58);
    }

    footer .social {
        width: 200px;
        float: inline-end;
        display: flex;
        justify-content: space-between;
    }

        footer .social i {
            font-size: 22px;
        }

    footer .t {
        text-align: right;
    }

.sub-menu-samy {
    position: absolute;
    width: 100%;
    padding: 50px;
    background-color: red;
    left: 0;
    opacity: 0;
}

@media all and (min-width: 992px) {

		  
    .dropdown-menu {
        width: 13rem;
    }

    .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
    }

    .ktm-mega-menu {
        position: static;
    }

    .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
    }

    .dropdown-menu > li:hover > .submenu,
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.mega-menu {
    border: 1px solid #ebebeb;
    border-radius: 15px;
}

    .mega-menu .box {
        background: linear-gradient(181deg, #EFF0F0 0%, #DDDEDF 50%, #DDDEDF 100%);
        padding: 20px;
        justify-items: center;
        height: 220px;
        border-radius: 15px;
        display: grid;
        position: relative;
        align-content: space-between;
    }

        .mega-menu .box:hover {
            background: #ffffff;
            box-shadow: 5px 10px 23px 4px #d8d8d8;
        }

        .mega-menu .box img {
        }

    .mega-menu h3 {
        font-family: 'Nunito-Bold';
        font-size: 16px;
    }

.banner {
    position: relative;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
}

    .banner .first {
        position: absolute;
        width: 100%;
    }

.about {
    padding-top: 150px;
    position: relative;
    z-index: 1;
}

    .about .box {
        align-content: center;
        position: relative;
    }

        .about .box .breadcrumb {
            position: absolute;
            right: 0;
            top: 20px;
        }

            .about .box .breadcrumb li {
                font-family: 'Nunito-Bold';
                font-size: 14px;
                color: var(--color-gray58);
            }

    .about h5 {
        font-family: 'Nunito-Black';
        font-size: 42px;
        color: var(--color-red);
        margin-bottom: -5px;
    }

    .about h6 {
        font-family: 'Nunito-Bold';
        font-size: 28px;
        color: var(--color-gray9b);
        margin-bottom: 20px;
    }

    .about p {
        font-family: 'Nunito-Medium';
        font-size: 18px;
        color: var(--color-gray58);
        margin-bottom: 20px;
    }

    .about .green h6 {
        margin: 50px 0 25px 0;
        font-family: 'Nunito-ExtraBold';
        font-size: 30px;
        color: #526029;
    }

    .about .green p {
        margin: 25px 0;
        font-family: 'Nunito-Medium';
        font-size: 18px;
        color: var(--color-gray58);
    }

.uzun {
    padding: 50px 0 0 0;
}

.vismis {
    padding: 50px 0;
}

    .vismis .box {
        margin-bottom: 30px;
        background-color: #F7F7F7;
        width: 100%;
        padding: 20px;
        border-radius: 20px;
        height: 302px;
        align-content: center;
    }

    .vismis img {
        margin-bottom: 30px;
    }

    .vismis h6 {
        font-family: 'Nunito-Bold';
        font-size: 30px;
        color: #D21113;
    }

    .vismis p {
        font-family: 'Nunito-Bold';
        font-size: 18px;
        color: var(--color-gray58);
    }

.menustatic {
    position: relative;
}

/*.download {
    padding-top: 230px;
    background-image: url('../images/banner2.png');
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
}*/
.downbox {
    position: relative;
    width: 100%;
    height: 342px;
    background-color: red;
    border-radius: 15px;
    margin: 50px 0;
    background: linear-gradient(90deg, #F2F2F2 0%, #E0E0E0 50%, #FFF 100%);
    align-content: center;
    padding: 40px;
}

    .downbox h6 {
        font-family: 'Nunito-Black';
        font-size: 25px;
        color: var(--color-red);
    }

    .downbox p {
        font-family: 'Nunito-Medium';
        font-size: 20px;
        color: var(--color-gray58);
    }

    .downbox a {
        font-family: 'Nunito-ExtraBold';
        font-size: 18px;
        color: var(--color-gray58);
    }

    .downbox img {
        position: absolute;
        top: -60px;
        right: 0;
    }

.sertifika h6 {
    margin-top: 30px;
}

.sertifika .sponsors {
    margin: 10px 0 50px 0;
}

    .sertifika .sponsors .item {
        position: relative;
    }

        .sertifika .sponsors .item:hover .redbox {
            display: block !important;
        }

        .sertifika .sponsors .item .redbox {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #ff000059;
            z-index: 999999;
            top: 0;
            align-content: center;
            text-align: center;
            justify-items: center;
            display: none;
        }


            .sertifika .sponsors .item .redbox img {
                width: 50px;
            }


.contact h4 {
    color: #FB0D02;
    font-family: 'Nunito-Bold';
    font-size: 18px;
    margin: 0 0 20px 0;
}

.contact p {
    margin-bottom: 5px;
}

    .contact p span {
        font-family: 'Nunito-Bold';
        font-size: 18px;
        color: var(--color-gray58);
    }

    .contact p a {
        font-family: 'Nunito-Light';
        font-size: 18px;
        color: var(--color-gray58);
    }


.contact label {
    font-family: 'Nunito-MediumItalic';
    font-size: 18px;
    color: var(--color-gray58);
    margin: 20px 0;
    cursor: pointer;
}

.contact .rdi {
    accent-color: var(--color-red);
}

.contact .d-flexim {
    display: flex;
}

.contact .sag-menu {
    padding: 50px 15px;
    cursor: pointer;
}

.contact .secili {
    background-color: #fff !important;
    border-radius: 20px;
    border: 1px solid #dedede;
    background: linear-gradient(90deg, #efefef 0%, #fff 50%, #d7d7d7 100%);
    box-shadow: 0 0 10px 8px #d8d8d8;
}

    .contact .secili .rdil {
        color: var(--color-red) !important;
    }

.contact .maps {
    margin: 70px 0 40px 0;
}


.clearfix {
    margin: 70px;
}

.clearfix30 {
    margin: 30px;
}


.product {
    position: relative;
}

    .product .first {
        position: absolute;
        width: 100%;
    }

    .product .second {
        padding-top: 150px;
        position: relative;
        z-index: 1;
    }

    .product h2 {
        font-family: 'Nunito-Black';
        font-size: 30px;
        color: #9e9e9e;
    }

    .product p {
        font-family: 'Nunito-Medium';
        font-size: 16px;
        color: #3d3d3d;
        margin-bottom: 1.5rem;
    }

.urungruplari {
    margin-bottom: 60px;
}

    .urungruplari h6 {
        font-family: 'Nunito-Black';
        font-size: 40px;
        color: var(--color-red);
        text-align: center;
    }


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.owl-nav {
    display: block !important;
}

.sponsors {
    position: relative;
}

.owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: -5%;
}

.owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: -5%;
}

.modal h5 {
    color: #D21113;
    font-family: 'Nunito-Black';
    font-size: 22px;
}

.modal .submitbtrnbeyaz {
    background-color: #D21113;
    color: #fff;
    font-family: 'Nunito-Black';
    font-size: 16px;
    padding: 5px 25px;
    border-radius: 5px;
    border: none;
    float: right;
}

.bgimgs {
    background-color: #D21113;
    height: 95px;
    width: 95px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    position: fixed;
    right: 24px;
    bottom: 56px;
    overflow: hidden;
    z-index: 99;
    color: #fff;
    font-family: 'Nunito-Black';
    font-size: 16px;
    text-align: center;
    align-content: center;
    padding: 10px 5px 5px 5px;
}

.palm {
    text-align: center;
}

    .palm p {
        color: var(--color-siyah);
        font-size: 12px;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-right: 20px;
        padding: 10px;
        border-top: 1px solid #dedede;
        margin-top: 100px;
    }

    .palm span {
        color: var(--color-siyah);
        font-size: 12px;
        font-family: "DM Sans", sans-serif;
        font-weight: 300;
        font-style: normal;
    }

.footerlogo {
    height: 25px;
}

.collapse .webdegizle {
    display: none;
}

@media (min-width: 1921px) {
}


@media screen and (min-device-width: 1367px) and (max-device-width: 1537px) {
}

@media screen and (max-width: 1367px) {
}

@media (max-width: 1200px) {
    .navbar-brand img {
        height: 40px;
    }
}

@media (max-width: 992px) {
	 .nav-item {
		margin-left: 20px !important;
	} 
    .slider .box {
        height: 24vh;
    }

    .collapse .active::before {
        content: none;
    }

    .navbar-collapse {
        position: absolute;
        top: 55px;
        background-color: #d5d5d5;
        width: 100%;
        left: 0;
    }

    .ktm-mega-menu {
        display: none;
    }

    .collapse .webdegizle {
        display: inherit;
    }

       .dropdown-toggle {
            padding-left: 0;
        }

    .navbar-nav .show {
        position: absolute;
    }

    .homeabout {
        padding: 20px 0;
    }

        .homeabout .box {
            height: auto;
            padding: 20px 0;
        }

    .homecatalog {
        padding: 0 0 20px 0;
    }

        .homecatalog .box-first {
            height: 175px;
        }

        .homecatalog .box-second {
            height: 175px;
        }

        .homecatalog .box .ab {
            position: absolute;
            right: 30px;
            bottom: 10px;
            height: 100px;
        }

        .homecatalog .box {
            margin-bottom: 20px;
        }

            .homecatalog .box .view {
                bottom: 10px;
            }

    .about h5 {
        font-size: 30px;
    }

    .about h6 {
        font-size: 20px;
    }

    .about p {
        font-size: 15px;
    }

    .homeabout h5 {
        font-size: 30px;
    }

    .homeabout h6 {
        font-size: 20px;
    }

    .homeabout p {
        font-size: 15px;
    }

    .homecatalog .box h6 {
        font-size: 24px;
    }

    .iletisimegec img {
        height: 30px;
    }

    .iletisimegec .f1 {
        font-size: 14px;
    }

    .iletisimegec .telefon {
        font-size: 23px;
    }

    .iletisimegec .ilegec {
        background-color: red !important;
        display: none;
    }

    .iletisimegec .abcon {
        position: static;
        width: 100%;
        background: linear-gradient(90deg, #8b1212 0%, #a11818 50%, #d91818 100%);
    }

    footer {
        padding: 0;
    }

        footer .ff3 a {
            font-size: 15px;
        }

    .palm p {
        margin-top: 20px;
    }

    .about .box .breadcrumb {
        top: -540px;
    }

    .vismis h6 {
        font-size: 20px;
    }

    .vismis p {
        font-size: 15px;
    }

    .vismis .box {
        margin-bottom: 30px;
        width: 100%;
        padding: 0;
        height: auto;
    }

    footer .ff1 {
        margin-bottom: 10px;
    }
  
    .uzun {
        padding: 0;
    }

    .greeentop {
        margin-top: -60px;
    }

    .download-ws {
        padding-top: 55px;
    }

    .dbreadcrumb {
        top: -43px !important;
    }

    .downbox img {
        position: absolute;
        top: -54px;
        right: 0;
        height: 136px;
    }

    .owl-prev {
        position: absolute;
        left: 34%;
        bottom: -28px;
        top: auto;
    }

    .owl-next {
        position: absolute;
        right: 34%;
        bottom: -28px;
        top: auto;
    }

    .kalitebelgeleri {
        padding-bottom: 40px;
    }

    .about .green h6 {
        font-size: 22px;
    }

    .product .second {
        padding-top: 100px;
    }

    .product h2 {
        font-size: 24px;
    }

    .product p {
        font-size: 14px;
    }

    .urungruplari h6 {
        font-size: 24px;
    }

    .downbox {
        height: 298px;
        margin: 0px 0;
        padding: 40px;
    }

        .downbox h6 {
            font-size: 21px;
        }

        .downbox p {
            font-size: 14px;
        }

        .downbox a {
            font-size: 15px;
        }

    .contact .about {
        padding-top: 92px;
    }

        .contact .about .d-flexim {
            display: grid;
        }

    .contact .sag-menu {
        padding: 15px !important;
    }

    .contact p span {
        font-size: 16px;
    }

    .contact p a {
        font-size: 16px;
    }
}
