@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@import url("../font/Bahnschrift/style.css");
@import url("../font/Freehand/style.css");

body {
    font-family: "Roboto Condensed", sans-serif;
    /* background: url('../images/dot_bg.png') repeat; */
}

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

a:hover,
a:active {
    color: #1f1f1f;
    text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
}

b,
strong {
    font-weight: 600;
}

section {
    padding: 30px 0px;
}

p {
    margin-bottom: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
    padding: 0px;
}

h1,
h2,
h3,
h1,
h2,
h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

::selection {
    color: #000;
    background: #dbdbdb;
}

::-moz-selection {
    color: #000;
    background: #dbdbdb;
}

::-webkit-input-placeholder {
    color: #6f6f6f;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: #6f6f6f;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6f6f6f;
    text-overflow: ellipsis;
    opacity: 1;
}

:focus {
    outline: 0 !important;
}

header {
    position: relative;
    /* height: 100px; */
    margin-top: 10px;
}

header .container {
    position: relative;
}

header .logo {
    padding: 19px 0;
    position: relative;
}

header nav.menu {
    padding: 19px 0px;
    position: absolute;
    right: 30px;
}

header nav.menu ul {
    float: left;
    margin-left: 10px;
}

header nav.menu ul li a {
    padding: 12px 10px;
    font-weight: 600;
    display: table;
    font-size: 17px;
}

header nav.menu ul li a:hover {
    color: #bf202f;
}

header nav.menu #menuList li {
    float: left;
    padding: 0px;
}

header nav.menu #menuList .katalog a {
    background: #bf202f;
    color: #fff;
    transition: .5s;
    padding: 5px 10px;
    border: 1px solid #bf202f;
    /* margin-top: 4px; */
    border-radius: 30px;
    font-weight: 400 !important;
    font-size: 15px;
    margin-top: 7px;
    margin-left: 16px;
}

header nav.menu #menuList .katalog a:hover {
    background: #fff;
    border: 1px solid #bf202f;
    color: #bf202f;
}

header nav.menu #menuSosyal li {
    float: left;
}

header nav.menu #menuSosyal li a {
    padding: 5px;
    position: relative;
    top: 4px;
}

header nav.menu .dropdownLang {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: 6px;
}

header nav.menu .dropdownLang:hover .dropdown-content {
    display: block;
}

header nav.menu .dropdownLang .dropbtn {
    color: white;
    font-size: 13px;
    border: none;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    line-height: 28px;
}

header nav.menu .dropdownLang .dropdown-content {
    display: none;
    width: 70px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

header nav.menu .dropdownLang .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 7px;
    border-top: 1px solid #eee;
}

header nav.menu .dropdownLang .dropdown-content a:hover {
    background-color: #ddd;
}

header .dropdownList {
    position: relative;
    display: inline-block;
}

header .dropdownList:hover .dropdown-contentList {
    display: block;
}

header .dropdownList .dropbtnList {

    padding: 12px 8px;
    font-weight: 600;
    display: table;
    font-size: 14px;
    border: none;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    transition: .5s;
}

header .dropdownList .dropdown-contentList {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: .5s;
    min-width: 195px;
}

header .dropdownList .dropdown-contentList a {
    color: #333;
    text-decoration: none;
    display: block !important;
    padding: 8px 12px;
    border-top: 1px solid #eee;
    width: 100%;
    text-transform: uppercase;
}

header .dropdownList .dropdown-contentList a:hover {
    background-color: #bf202f;
    color: #fff;
}

.slider {
    padding: 0px;
    border-radius: 40px;
    overflow: hidden;
    margin-top: 20px;
}

.slider #owl-slider .owl-nav {
    position: absolute;
    bottom: 20%;
    right: 14%;
}

.slider #owl-slider .owl-nav .owl-prev {
    right: 0;
}

.slider #owl-slider .owl-nav .owl-next {
    left: 0;
}

.slider #owl-slider .owl-nav button {
    position: absolute;
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
}

.slider #owl-slider .owl-nav button:hover {
    background: #f9f9f9;
    color: #000;
}

.slider #owl-slider .owl-dots {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: rotate(90deg);
}

.slider #owl-slider .owl-dots .active span {
    border-color: #fff !important;
}

.slider #owl-slider .owl-dots button span {
    background: transparent;
    border: 3px solid rgba(255, 252, 252, 0.5);
}

.slider #owl-slider .icSlider {
    background-repeat: no-repeat;
    width: 100%;
    height: 380px;
    background-size: cover;
    overflow: hidden;
    border-radius: 30px;
}

.slider #owl-slider .icSlider .container {
    position: relative;
    display: table;
    height: 100%;
    border-radius: 100px;
    overflow: hidden;
}

.slider #owl-slider .icSlider .text {
    position: absolute;
    left: 0px;
    top: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    transform: translateY(-50%);
    padding: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.slider #owl-slider .icSlider .text h2 {
    font-size: 35px;
    font-weight: 600;
}

.slider #owl-slider .icSlider .text b {
    font-style: italic;
    font-weight: 100;
    font-size: 35px;
}

.aboutHome {
    padding: 50px 0px;
    position: relative;
}

.aboutHome .leftText {
    transform: rotate(-90deg);
    position: absolute;
    color: #bc912d;
    text-transform: uppercase;
    z-index: 2;
    letter-spacing: 20px;
    left: 1%;
    font-weight: bold;
    font-size: 5rem;
    bottom: 40%;
}

.aboutHome:before {
    width: 33.33%;
    content: '';
    text-transform: uppercase;
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0;
    /* background: url('../images/solBg.jpg') no-repeat left center; */
    background-size: cover;
    z-index: -1;
}

.aboutHome:after {
    width: 70%;
    content: '';
    position: absolute;
    right: 0px;
    height: 100%;
    top: 0;
    background-image: url(../images/linner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    z-index: -1;
}

.aboutHome .text span {
    margin-bottom: 10px;
    display: table;
    color: #333333;
    /* font-size: 15px; */
    font-weight: 200;
}

.aboutHome .text h2 {
    color: #000000;
    font-weight: 400;
    font-size: 41px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.aboutHome .text h2 b {
    font-weight: 900;
}

.aboutHome .text p {
    margin-bottom: 30px;
    color: #333;
}

.aboutHome .text a {
    padding: 9px 20px;
    background: #bf202f;
    color: #fff;
    font-size: 14px;
    transition: .3s;
    border: 1px solid transparent;
}

.aboutHome .text a:hover {
    border: 1px solid #bf202f;
    color: #bf202f;
    background: transparent;
}

.videoOynat {
    position: absolute;
    top: 50%;
    left: 0;
    display: block !important;
    width: 33.33%;
    text-align: center;
    transform: translate(0, -50%);
    z-index: 2;
}

.videoOynat span {
    display: block;
    color: #fff;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.videoOynat img {
    width: 100px
}

.homeUrunler {
    padding: 0;
    position: relative;
    display: table;
    width: 100%;
    background: #f1f1f1;
}

.homeUrunler .right {
    width: 100%;
}

.homeUrunler .right ul {
    width: 100%;
    display: table;
}

.homeUrunler .right ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    background: #f1f1f1;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.homeUrunler .right ul li a {
    display: table;
    width: 100%;
    height: 100%;
}

.homeUrunler .right ul li a img {
    width: 100.5%;
    opacity: .8;
    transition: .3s;
}

.homeUrunler .right ul li a h2 {
    width: 100.5%;
    background: rgba(44, 41, 49, 0.7);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: .3s;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 0;
}

.homeUrunler .right ul li a:hover h2 {
    padding: 25px 0;
    background: rgba(44, 41, 49, 1);
}

.homeUrunler .right ul li a:hover img {
    opacity: 1;
}

.homeUrunler .right ul li:hover {
    -webkit-box-shadow: 0px 0px 50px -2px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 50px -2px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 50px -2px rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.contdown {
    padding-top: 25px;
    padding-bottom: 0;
    position: relative;
    background: #f1f1f1;
}

.part-item {
    border: 1px solid #ddd;
    padding: 15px;
}

.part-item img {
    width: 100%;
}

.news-block {
    position: relative;
}

.news-block .inner-box {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px;
}

.news-block .inner-box .image {
    position: relative;
    background-color: #0b0b0b;
    overflow: hidden;
}

.news-block .inner-box img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .inner-box:hover .image img {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.news-block .inner-box .lower-box {
    position: relative;
    padding-top: 10px;
    text-align: center;
}

.news-block .inner-box .lower-box .post-info {
    position: relative;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
}

.news-block .inner-box .lower-box h3 {
    position: relative;
    /* color:#242424; */
    font-size: 17px;
    /* line-height:1.6em; */
    font-weight: 400;
    margin-bottom: 10px;
}

.news-block .inner-box .lower-box h3 a {
    position: relative;
    color: #000000;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    font-size: 14px;
    -o-transition: all 0.5s ease;
}

.news-block .inner-box .lower-box .read-more {
    padding: 5px 7px;
    background: #000000;
    color: #fff;
    font-size: 12px;
    transition: .3s;
    /* margin-top: 5px; */
    display: block;
    text-align: center;
    border: 1px solid transparent;
}

.news-block .inner-box:hover .lower-box .read-more {
    border: 1px solid #bf202f;
    color: #bf202f;
    background: transparent;
}


.news-block2 {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 270px;
}

.news-block2 .innerBox {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgb(191, 32, 47);
    background: linear-gradient(360deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
    transition: .5s;
}

.news-block2 .innerBox h3 {
    transition: .5s;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 10px;
    padding: 10px;
    width: 100%;
}

.news-block2 .innerBox a {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 7px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    transition: .5s;
}

.news-block2 .innerBox a:hover {
    background: rgb(0 0 0);
    color: #fff;
}

.news-block2:hover .innerBox {
    top: 0;
}

a.whatsappDetay {
    padding: 5px 7px;
    background: #33bb46;
    color: #fff;
    font-size: 14;
    transition: .3s;
    margin-top: 5px;
    display: block;
    text-align: center;
    border: 1px solid transparent;
    font-weight: 300;
}

a.whatsappDetay:hover {
    border: 1px solid #33bb46;
    color: #33bb46;
    background: transparent;
}

a.telMore {
    padding: 5px 7px;
    background: #bf202f;
    color: #fff;
    font-size: 14;
    transition: .3s;
    margin-top: 5px;
    display: block;
    text-align: center;
    border: 1px solid transparent;
    font-weight: 300;
}

a.telMore:hover {
    border: 1px solid #bf202f;
    color: #bf202f;
    background: transparent;
}

.sec-title {
    position: relative;
    padding-bottom: 40px;
}

.sec-title h2 {
    position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.sec-title h2:after {
    position: absolute;
    content: '';
    left: 100%;
    margin-left: 10px;
    width: 40px;
    height: 2px;
    bottom: 8px;
    /* background-color: #911314; */
}

.sec-title .title {
    position: relative;
    color: #797979;
    font-size: 20px;
    font-style: italic;
    margin-top: 8px;
    line-height: 1.6em;

}

.sec-title .text {
    position: relative;
    color: #494949;
    font-size: 16px;
    margin-top: 15px !important;
    line-height: 1.8em;
}

footer {
    width: 100%;
    background: rgb(29 30 28);
    padding-top: 25px;
}

.footerText .col-md-6 a i {
    display: inline-block;
    padding-left: 10px;
}

.footerText .col-md-4 a {
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    background: #ffffff;
    font-weight: 300;
    padding: 15px 20px;
    margin-top: 25px;
    transition: .3s;
    border: 1px solid transparent;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
}

.footerSocial {
    text-align: right;
}

.footerSocial h4 {
    font-weight: 400;
    color: #fff;
    font-size: 33px;
}

.footerSocial a {
    height: 45px;
    line-height: 43px;
    width: 45px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    color: #000;
    background: #fff;
    font-weight: 300;
    margin-top: 25px;
    transition: .3s;
    border: 1px solid transparent;
}

.footerText .col-md-4 a:hover,
.footerSocial a:hover {
    background: #bf202f;
    border-color: #bf202f;
    color: #fff;
}

.footerCopy {
    padding: 15px 0 25px 0;
    border-top: 1px solid #292929;
    margin-top: 25px;
    color: #eee;
    font-weight: 300;
    font-size: 15px;
}

.basliklar {
    padding: 0;
}

.basliklar h1 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    padding-top: 35px;
    text-align: right;
}

.dlinkler {
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 35px;
    text-align: right;
}

.dlinkler a {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px !important;
}

.sideBar {
    border: 1px solid #f1f1f1;
    background: #fff;
}

.sideBar a {
    color: #383838;
    padding: 15px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    transition: .3s;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    text-transform: uppercase;
}

.sideBar a:last-child {
    border: none;
}

.sideBar a:hover {
    background: #383838;
    color: #fff;
}

.sideBar h1 {
    color: #fff;
    background: #000;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.icBractum {
    padding: 0px;
    display: table;
    width: 100%;
    overflow: hidden;
    background: url(../images/header_bg.jpg) no-repeat center right;
    background-size: cover;
}

.icBractum .leftimg {
    width: 70%;
    float: left;
    overflow: hidden;
    height: 372px;
}

.icBractum .rightlist {
    width: 30%;
    float: left;
    background: #ed1e24;
    min-height: 200px;
    padding: 102px;
}

.icBractum .rightlist ul {
    display: table;
    float: right;
    text-align: right;
    position: relative;
}

.icBractum .rightlist ul h2 {
    position: absolute;
    right: -115px;
    top: 71px;
    text-transform: uppercase;
    transform: rotate(90deg);
    letter-spacing: 20px;
    font-size: 50px;
    color: rgba(0, 0, 0, 0.1);
}

.icBractum .rightlist ul li a {
    font-size: 25px;
    line-height: 42px;
    text-transform: uppercase;
    padding-right: 66px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.2);
    transition: .5s;
}

.icBractum .rightlist ul li a:hover {
    color: #000;
}

.icBractum .rightlist .urunList li {
    padding-right: 50px;
    color: #414141;
    font-size: 40px;
    line-height: 50px;
    position: relative;
}

.icBractum .trightList {
    background: #333;
    padding: 61px 100px;
}

.icBractum .trightList ul h2 {
    letter-spacing: 6px;
    color: #fff;
    top: 95px;
}

.icBractum .trightList ul li {
    padding-left: 150px;
    color: #414141;
    font-size: 40px;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
}

.aboutPage {
    position: relative;
    padding: 25px 0;
}

.aboutPage:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(../images/linner.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.aboutPage .text h2 {
    color: #ed1e24;
    font-weight: 600;
    font-size: 41px;

    margin-bottom: 30px;
}

.aboutPage .text p {
    text-align: justify;
}

.urunlerPage {
    padding: 21px 0px;
    background: #fff;
}

.urunlerPage .text {
    text-align: center;
    padding-bottom: 50px;
}

.urunlerPage .text h4 {
    text-transform: uppercase;
    font-weight: 300;
}

.urunlerPage .text p {
    font-weight: 200;
}

.urunlerPage ul {
    width: 100%;
    display: table;
}

.urunlerPage ul li {
    width: 25%;
    float: left;
    text-align: center;
    background: #f1f1f1;
    transition: 1s;
}

.urunlerPage ul li:nth-child(even) {
    background: #dedcdc;
}

.urunlerPage ul li a {
    display: table;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.urunlerPage ul li a img {
    margin-bottom: 40px;
}

.urunlerPage ul li a h2 {
    height: 35px;
    transition: .3s;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #333333;
}

.urunlerPage ul li:hover h2 {
    color: #ed1e24;
    border-bottom: 1px solid #ed1e24
}

.urunlerPage ul li:hover {
    background: #fff;
}

.urunlerIc a {
    display: table;
    width: 100%;
    height: 100%;
    transition: .3s;
    z-index: 99;
}

.urunlerIc a span {
    display: block;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #bf202f;
    font-weight: normal !important;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border: none;
    transition: .3s;
    opacity: 0;
    z-index: 99;
}

.urunlerIc a:hover span {
    opacity: 1;
}

.urunlerIc a img {
    width: 100%;
    margin: 0 auto;
    display: table;
    transition: .3s;
}

.urunlerIc a h2 {
    text-align: center;
    font-size: 17px;
    padding: 20px;
    color: #333;
    background: #f1f1f1;
    text-transform: uppercase;
    transition: .3s;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.urunlerIc {
    border: 1px solid #f1f1f1;
    position: relative;
    height: 310px;
    overflow: hidden;
}

.urunlerIc a:hover h2 {
    background: #000000;
    color: #fff;
}

.urunlerIc a:hover img {
    opacity: .6;
}

.urunlerPage .urundetayQP #urundetayimg {
    border: 1px solid #dedcdc;
}

.urunlerPage .urundetayQP #urundetayimg .item img {
    width: 75%;
    padding: 30px;
    margin: 0 auto;
}

.urunlerPage .urundetayQP #urundetayimg .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.urunlerPage .urundetayQP #urundetayimg .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
}

.urunlerPage .urundetayQP #urundetayimg .owl-nav .owl-prev {
    left: -27px;
}

.urunlerPage .urundetayQP #urundetayimg .owl-nav .owl-next {
    right: -27px;
}

.urunlerPage .urundetayQP .textDetay {
    padding-left: 40px;
}

.urunlerPage .urundetayQP .textDetay h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.urunlerPage .urundetayQP .textDetay ul li {
    text-align: left;
    float: inherit;
    width: 100%;
    margin-bottom: 20px;
}

.urunlerPage .urundetayQP .textDetay ul li:nth-child(even) {
    background: none;
}

.urunlerPage .urundetayQP .textDetay ul li span {
    width: 93px;
    margin-right: 20px;
    display: table;
    float: left;
}

.urunlerPage .urundetayQP .textDetay .colorUrun h4 {
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 20px;
}

.headerMobil {
    height: 76px;
    background: ;
    position: relative;
    display: none;
}

.headerMobil .logo2 {
    position: absolute;
    top: 20px;
}

.headerMobil .mobile-menu {
    width: 100%;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    z-index: 9998;
    min-height: 100%;
    height: 100%;
    background: #000;
    margin: 0;
    position: fixed;
    transition: .5s;
}

@media (min-width: 1024px) {
    .headerMobil .mobile-menu {
        float: right;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        min-height: auto;
        height: auto;
        padding: 0;
        width: auto;
        background: transparent;

    }
}

.headerMobil .mobile-menu.open {
    left: 0;
}

.headerMobil .mobile-menu .logoic {
    position: absolute;
    top: 18px;
    left: 15px;
}

.headerMobil .mobile-menu .langMobil {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.headerMobil .mobile-menu .langMobil ul li {
    float: left;
    margin: 0px 10px;
}

.headerMobil .mobile-menu .langMobil ul li a {
    color: #000;
}

.headerMobil .mobile-menu .MobilSosyal {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.headerMobil .mobile-menu .MobilSosyal ul li {
    float: left;
    margin: 0px 10px;
}

.headerMobil .mobile-menu .MobilSosyal ul li a {
    color: #fff;
}

.headerMobil a {
    text-decoration: none;
}

.headerMobil .main-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
    .headerMobil .main-menu {
        width: 600px;
        margin: 0 auto;
    }
}

.headerMobil .main-menu__item {
    padding: 0;
    display: block;
    position: relative;
}

@media (min-width: 1024px) {
    .headerMobil .main-menu__item {
        float: left;
        display: block;
    }
}

.headerMobil .main-menu__link {
    border-bottom: 0;
    color: #fff;
    display: block;
    padding: 9px;
    position: relative;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 20px;
}

@media (min-width: 1024px) {
    .headerMobil .main-menu__link {
        float: left;
        color: black;
    }
}

.headerMobil .main-menu__link:hover,
.headerMobil .main-menu__link:focus,
.headerMobil .main-menu__link:active {
    border-bottom: 0;
    background: black;
    color: white;
}

.headerMobil .open-button {
    width: 30px;
    height: 30px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    position: absolute;
    cursor: pointer;
    border-bottom: 0;
    top: 50px;
    right: 15px;
    z-index: 9999;
    border-bottom: 0;
    top: 30px;
}

@media (min-width: 1024px) {
    .headerMobil .open-button {
        display: none;
    }
}

.headerMobil .open-button:hover {
    border-bottom: 0;
}

.headerMobil .open-button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.headerMobil .open-button span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

.headerMobil .open-button span:nth-child(2) {
    top: 10px;
    transform-origin: left center;
}

.headerMobil .open-button span:nth-child(3) {
    top: 20px;
    transform-origin: left center;
}

.headerMobil .open-button.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.headerMobil .open-button.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.headerMobil .open-button.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 19px;
    left: 8px;
}

.homeUrunler .right ul li a img {
    height: auto !important;
    /* width: 100% !important; */
    opacity: .8;
    transition: .3s;
}

#urunSlider {
    position: relative !important;
}

#urunSlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
}

#urunSlider .owl-nav .owl-prev {
    left: -60px;
}

#urunSlider .owl-nav .owl-next {
    right: -60px;
}

#urunSlider .owl-nav button {
    position: absolute;
    color: #000;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
}

#urunSlider .owl-nav button:hover {
    background: #000;
    color: #fff;
}


#hizSlider {
    position: relative !important;
}

#hizSlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
}

#hizSlider .owl-nav .owl-prev {
    left: -60px;
}

#hizSlider .owl-nav .owl-next {
    right: -60px;
}

#hizSlider .owl-nav button {
    position: absolute;
    color: #000;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
}

#hizSlider .owl-nav button:hover {
    background: #000;
    color: #fff;
}


#tekUrunSlide {
    position: relative !important;
}

#tekUrunSlide .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
}

#tekUrunSlide .owl-nav .owl-prev {
    left: 0;
}

#tekUrunSlide .owl-nav .owl-next {
    right: 0;
}

#tekUrunSlide .owl-nav button {
    position: absolute;
    color: #000;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
}

#tekUrunSlide .owl-nav button:hover {
    background: #000;
    color: #fff;
}

.urunlerDETAY ul {
    width: 100% !important;
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    margin-bottom: 15px
}

.urunlerDETAY ul li {
    background: #a5a5a5;
    color: #404040;
    padding: 7px 10px;
}

.urunlerDETAY ul li::before {
    content: '-';
    display: inline-block;
    padding-right: 5px;
}

.urunlerDETAY ul li:nth-child(odd) {
    background: #cecece;
}

.ileisimPAGE {
    display: table;
    width: 100%;
    padding: 0px;
    margin-top: -7px;
}

.ileisimPAGE .left {
    background: #bf202f url(../images/telefon.png) no-repeat right bottom;
    padding: 116px 157px;
    width: 100%;
    float: left;
}

.ileisimPAGE .left ul h2 {
    font-size: 28px;
    color: #fff;
}

.ileisimPAGE .left ul li {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
}

.ileisimPAGE .left ul li span {
    /* display: table; */
    /* float: left; */
    /* margin-right: 20px; */
    display: block;
    float: left;
    margin-right: 8px;
    /* margin-top: 3px; */
    font-size: 13px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #bf202f;
    text-align: center;
    line-height: 25px;
}

.ileisimPAGE .right {
    background: #f1f1f1;
    padding: 55px 100px 41px 100px;
    width: 50%;
    float: left;
}

.ileisimPAGE .right h2 {
    font-size: 28px;
    color: #757575;
    margin-bottom: 20px;
}

.ileisimPAGE .right form .form-control {
    background: transparent;
    border-radius: 20px;
    border-color: #b9b9b9;
    padding: 10px;
    font-size: 13px;
    resize: none;
}

.ileisimPAGE .right form textarea.form-control {
    height: 83px;
}

.ileisimPAGE .right form .form-control:focus {
    border-color: #bf202f;
    box-shadow: 0 0 0 0.2rem rgba(19, 99, 79, 0.14);
}

.ileisimPAGE .right form .btn-primary:active,
.ileisimPAGE .right form .btn-primary.active {
    background-color: #333333;
    border-color: #bc912d;
}

.ileisimPAGE .right form button {
    transition: .3s;
    float: right;
    background: #bf202f;
    border-color: #bf202f;
    color: #fff;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 20px;
    /* border-radius: 0px; */
}

.ileisimPAGE .right form button:focus {
    box-shadow: 0 0 0 0.2rem rgba(188, 145, 45, 0.25);
}

.ileisimPAGE .right form button:hover {
    background: transparent !important;
    color: #bf202f;
    border-color: #bf202f !important;
}

@media screen and (max-width: 1500px) {
    .aboutHome .leftText {
        left: -147px;
    }

    .ileisimPAGE .left {
        padding: 117px 157px;
    }
}

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

    .slider {
        margin-bottom: 20px;
        margin-left: 10px;
    }

    .slider .container {
        padding: 0 !important;
    }

    header {
        display: none;
    }

    .aboutHome {
        padding: 0;
        padding-bottom: 50px;
    }

    .aboutHome:before {
        display: none
    }

    footer {
        text-align: center !important;
    }

    .footerSocial {
        text-align: center;
        margin-top: 15px;
    }

    .videoOynat {
        position: relative !important;
        display: block !important;
        width: 100%;
        text-align: center;
        transform: translate(0, 0) !important;
        z-index: 2;
        padding: 25px 0;
        background: url('../images/solBg.jpg') no-repeat center center;
        background-size: cover;
        margin-bottom: 15px;
    }

    .aboutHome .leftText {
        display: none;
    }

    .aboutHome .text h2 {
        font-size: 24px;
    }

    .slider #owl-slider .icSlider {
        height: 200px;
        background-size: cover;
    }

    .slider #owl-slider .owl-nav {
        display: none !important;
    }

    .slider #owl-slider .icSlider .text {
        left: 20px;

    }

    .slider #owl-slider .icSlider .text b {
        font-size: 15px;
    }

    .slider #owl-slider .icSlider .text h2 {
        font-size: 15px;
        font-weight: 500;

    }

    .slider #owl-slider .icSlider .text span {
        display: none;
    }

    .slider #owl-slider .owl-dots {
        display: none;
    }

    .slider #owl-slider .owl-nav {
        right: 50%;
        transform: translateX(50%;
    );
        bottom: 20%;
    }

    .slider #owl-slider .owl-nav button {
        width: 25px;
        height: 25px;
    }

    #urunSlider .owl-nav .owl-prev {
        left: 0;
    }

    #urunSlider .owl-nav .owl-next {
        right: 0;
    }

    #tekUrunSlide .owl-nav .owl-prev {
        left: 0;
    }

    #tekUrunSlide .owl-nav .owl-next {
        right: 0;
    }

    .homeUrunler .left {
        width: 100%;
        padding: 50px 0;
    }

    .homeUrunler .left h2 {
        font-size: 25px;
        text-align: center;
    }

    .homeUrunler .right {
        width: 100%;
    }

    .homeUrunler .right ul li {
        width: 100%;
    }

    .headerMobil {
        display: block;
    }

    .icBractum .leftimg {
        width: 100%;
        height: auto;
    }

    .icBractum .rightlist {
        width: 100%;
        padding: 65px;
    }

    .icBractum .rightlist ul {
        text-align: center;
        margin: 0 auto;
        float: inherit;
        width: 100%;
    }

    .icBractum .rightlist ul li a {
        text-align: center;
        padding-right: 0;
    }

    .icBractum .trightList ul li {
        padding: 0px !important;
    }

    .aboutPage {
        padding: 30px;
    }

    .aboutPage:before {
        background-repeat: repeat-y;
        opacity: .5;
    }

    .urunlerPage {
        padding-bottom: 0px;
    }

    .urunlerPage ul li {
        width: 100%;
        float: none !important;
        display: block;
        margin-bottom: 15px;
    }

    .urunlerPage ul li:nth-child(odd) {
        background: #dedcdc;
    }

    .urunlerPage ul li:nth-child(even) {
        background: none;
    }

    .urunlerPage .urundetayQP #urundetayimg .owl-nav .owl-prev {
        left: 8px;
    }

    .urunlerPage .urundetayQP #urundetayimg .owl-nav .owl-next {
        right: 8px;
    }

    .urunlerPage .urundetayQP .textDetay {
        padding-left: 0px;
        padding: 30px 0px;
    }

    .urunlerPage .urundetayQP ul li:nth-child(odd) {
        background: none;
    }

    .footerTop h4 {
        text-align: center;
        margin-bottom: 20px;
    }

    .footerTop h4 b {
        margin: 0 auto;
    }

    .footerTop ul {
        top: 0px;
        float: inherit;
        margin: 0 auto;
        display: table;
    }

    .markalarHome .imgg {
        margin-bottom: 20px;
    }

    .haberlerPAGE .textHab {
        /* padding: 0px 30px; */
    }

    .haberlerPAGE .textHab h2 {
        font-size: 23px;
    }

    .ileisimPAGE .left {
        width: 100%;
        padding: 30px;
    }

    .ileisimPAGE .left ul li {
        font-size: 14px;
    }

    .ileisimPAGE .right {
        width: 100%;
        padding: 30px;
        border-bottom: 1px solid #eee;
    }

    #back-to-top {
        bottom: 60px !important;
    }

    .katalogs {
        opacity: 1 !important;
        bottom: 60px !important;
        display: block;
        left: 40px !important;
        background: #bf202f !important
    }


    .whatsapp2, .mobilePhone {
        position: fixed;
        bottom: 0;
        display: block !important;
        width: 50%;
        height: 50px;
        text-align: center;
        background: #33bb46 !important;
        color: #fff !important;
        font-size: 15px;
        cursor: pointer;
        z-index: 200;
        line-height: 50px;
        font-weight: 500;
    }

    .whatsapp {
        display: none;
    }

    .mobilePhone {
        right: 0px !important;
        background: #323840 !important;
    }

}


.whatsapp2, .mobilePhone {
    display: none;
}


.whatsapp, #back-to-top, .katalogs {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #212121;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: .3s;
    border-radius: 40px;
}

.katalogs {
    opacity: 1 !important;
    bottom: 40px;
    display: block;
    right: 137px;
    background: #bf202f !important;
}

.katalogs:hover {
    color: #fff;
    border: 1px solid #fff;
}

.whatsapp {
    opacity: 1 !important;
    bottom: 40px;
    right: 90px;
    background: #33bb46 !important;
}

.whatsapp:hover {
    color: #fff;
    border: 1px solid #fff;
}

#back-to-top:hover {
    background: rgba(44, 41, 49, 1);
    border-color: #fff;
    color: #fff;
}

#back-to-top.show {
    opacity: 1;
}

.textImg {
    width: 100%;
    margin-bottom: 15px;
    border:
}

.refImg {
    background: #f1f1f1;
    padding: 5px;
}

.refImg img {
    width: 100%;
}

.digerUrun {
    padding: 25px 0;
    width: 100%;
    background: #f1f1f1;
}

.itemsUrun {
    border: 1px solid #f1f1f1;
}


/* popUp */
.popupSite {
    background: none !important;
    border: none !important;
    position: relative !important;
}

.popupSite button {
    text-shadow: none !important;
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    color: #fff;
    background: #bf232f !important;
    width: 35px;
    height: 35px;
    opacity: 1 !important;
    transition: .3s;
    font-size: 20px;
}

.popupSite button:hover {
    background: #fff !important;
    color: #bf232f !important;
    border: 1px solid #bf232f !important;
}

.popupSite img {
    width: 100%;
}

.icerikEtiket {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding: 5px 0;
}

.icerikEtiket a {
    display: inline-block;
    font-size: 12px;
    padding: 7px;
    margin-right: 5px;
    margin-top: 8px;
    border-radius: 4px;
    background: #eee;
    transition: .3s;
}

.icerikEtiket a:hover {
    color: #fff;
    background: #aaa;
}


.logo img {
    width: 210px;
    margin-top: 5px;
}


.digitalkure {
    float: right;
    margin-top: -43px;
}
.digitalkure a {color:#fff}