@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: #f5f6f7;
}

a:Hover {
    text-decoration: none;
}

* {
    outline: 0 !important;
}

p {
    margin: 0px;
}

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

ul li {
    list-style: none;
}

.mobileMenu {
    display: none;
}

.main-header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.main-header .sub-header {
    background: #16163c;
    transition: 300ms;
    height: 100px;
    display: flex;
    color:#fff;
}
.sub-header-content ul li{
    padding: 10px;
    display: flex;
    align-items: center;
}
.sub-header-content ul li a{
    color:#fff;
}
.sub-header-content ul li i{
    padding-right: 3px;
    color:#d13738;
}
.sub-header-content ul li a i{
    padding-right: 0px;
    color:#fff;
}
.main-header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    height: 100px;

}
.header-menu.menu {
    display: flex;
    width: 75%;
    justify-content: flex-end;
}

.main-header .header-container .main-menu ul {
    display: flex;
    align-items: center;
    padding-left: 45px;
}
.logo img{
    width: 250px;
}
.sub-header .title p{
    font-size: 12px;
}
.widgets{
    background: #f5f6f7;
    margin-top:50px;

}
.widget-list{
    margin-top:30px;
    margin-bottom: 50px;
}

.widget-list .item{
    background: #fff;
    box-shadow: 4px 6px 3px 0px #eaeaea;
}
.widget-list .item img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.widget-list .item a .content{
    opacity: 1;
    position: absolute;
    bottom: 0;
    margin-bottom:78px;
    width: 100%;
    height: 80%;
    background: #20213f91;

    transition: background-color 300ms;
}
.widget-list .item a:hover .content{
    opacity: 1;
    background: #580f147d;

}
.widget-list h6{
    height: 70px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #1e1c43;
    font-size: 19px;
    background: #fff;
}
.widgets h3{
    color: #16163c;
    text-align: center;
    font-weight: 100;
    border: 1px solid #e6e6e6;
    padding: 10px;
    width: 30%;
    display: flex;
    justify-content: center;
    margin: auto;
}
.widgets p{
    text-align: center;
    color: #16163c;
    margin-top:23px;
}
.main-header .header-container .main-menu ul li {
    color: #111;
    font-weight: 600;
    padding: 7px;
}
.languages {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    height: 100%;
    color: #fff;
}

.languages img {
    padding: 0px 5px;
}

.languages .list {
    position: absolute;
    background: #fff;
    transition: 300ms;
    text-align: center;
    transform: translate(0px, -20px);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    width: 113px;
    top: calc(100% - 3px);
    left: calc(50% - 67px);
}

.main-header .languages:Hover .list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.3);
}

.languages .active {
    align-items: center;
    display: flex;
    color: #111;
    font-size: 14px;
}
.languages a{color:#111;}
.languages .active:hover .list {
    display: block;
}

.languages .active span {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #111;
}

.languages .active span i {
    padding: 7px;
}
.main-header .header-container .main-menu ul li a {
    color: #16163c;
    font-size: 14px;
    font-weight: 600;
}
.languages .list ul{flex-direction: column;
    padding-left: 0 !important;}
.list ul li {
    padding:5px !important;
    width:100%;
    text-align:left;
    display:flex;
    justify-content:space-between;
}

.list ul li:hover{
    background:#b5b3b3;
}
.main-header.fixed-bar .header {
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
}
.languages-mobil{display:none;}
.main-header.fixed-bar .header .header-container:before{
    content: '';
    height: 0px;}

.icons{
    background: url(../images/footer-bg.png);
}

.icons h2{
    text-align: center;
    color: #16163c;
    margin-top: 30px;
}
.icons h2 strong{
    margin-right: 5px;
}
.icons p.baslik{
    text-align: center;
    width: 50%;
    margin: auto;
}
.icons .item span{
    display: block;
    font-size: 33px;
    font-weight: 700;
    color: #eb4428;
}
.icons .item{
    margin-top: 40px;
}
.icons .item h5{
    color: #373768;
}
.icons .item p{
    color: #373768;
    font-size: 14px;
}
.main-header .header-container .search form {
    display: none;
}

.main-header .header-container .search a {
    color: #111;
}

.main-header .header-container .search a:focus form {
    display: block;
}
.languages{
    display: block;
}

.languages .active:hover .list {
    display: block;
}

.languages .active span {
    display: flex;
    align-items: center;
    padding: 5px;
}

.languages .active span i {
    padding: 2px;
}
.main-slider{
    margin-top: 90px;
}
.main-slider button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 2px;
    background: #fff;
}

.main-slider button.owl-dot.active {
    background: red;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 200px;
    left: 500px;
}

.fixed-bar {
    display: block;
    width: 100%;
    height: 100px;
}

.fixed-bar .sub-header {
    display: none;
}
.header{
    width: 100%;
    position: absolute;
    display: flex;
    height: 100px;
    background: url(../images/header.png)top right no-repeat;
    margin-top: -52px;
}
.header-container:before{
    content: '';
    height: 100px;
    position: absolute;
    width: 5px;
    background: #d13738;
}
.logo{
    margin-left:15px;
    padding-left: 15px;
}
.main-footer{

    padding: 50px 0;
    background: #fff;
    box-shadow: -3px 1px 7px 0px #d0d0d0;
    margin-top: 70px;
    border-top: 1px solid #d0d0d02e;

}
.footer .social ul{
    display: flex;
    align-items: center;
    height: 100px;
}
.footer .social ul li{
    padding: 14px;
}
.footer .social ul li a{
    font-size: 24px;
    color: #282864;
}
.footer .sayfa ul li a{
font-size: 12px;
color: #515151;}
.page-header{
    width: 100%;
    height: 240px;
    background: #b70304;
    display: flex;
    align-items: flex-end;

}
.breadcrump{
    padding-bottom: 20px;
}
.page-header a{
    color: #eee;
    font-size: 14px;
}
.urun-list{
    margin-top:70px;
}
.urun-list .card{
    border: none;
    background: #fff;
    margin-top:30px;

}
.urun-list .icons span{
    border: 1px solid #eee;
    width: 76px;
    display: flex;
    align-items: center;
    height: 45px;
    padding: 3px;
    justify-content: center;
    font-size: 14px;
}
.urun-list .card:hover{box-shadow: 1px 2px 2px 0px #e4e2e2;}
.urun-list .card .icons{
     display: flex;
     align-items: center;
     color: #424242;
     justify-content: space-between;
     font-size: 17px;
    background: #fff;
    margin-top:10px;
 }
.urun-list .card .icons img{
    width:25px;
    height: 25px;
    margin-right: 5px;
}
.urun-list .card img{
    height: 200px;
    object-fit: contain;
}
.page-header h2{

    background: #911a1a;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 10px;
   padding: 16px;
    font-size: 22px;
}
.urun-resim{
    background: #fff;
    margin: 30px 0;
    padding: 20px;

}
.urun-resim img{
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.urun-resimleri .item{
    background: #fff;
    padding: 20px;
}
.urun-resimleri{
   
    margin:auto;
}
.urun-resimleri img{
    height: 200px;
    object-fit: cover;
}
.urun-resimleri button.owl-next{
    position: absolute;
    top: 40%;
    width: 45px;
    color: #fff !important;
    height: 45px;
    right: -45px;
    background: #b70304 !important;
}
.urun-resimleri button.owl-prev{
position: absolute;
top: 40%;
left: -45px;
background: #b70304 !important;
height: 45px;
width: 45px;
color: #fff !important;}
.ozellik-icon{
    width: calc(50% - 10px);
    height: 73px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 10px;
    box-shadow: 2px 3px 0 #ececec;
    margin-top: 20px;
    background: #fff;
}
.ozellik-icon2 {
    width: calc(100% / 4 - 10px);
    height: 73px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
}
.iconlar button{
      width: 100%;
    padding: 0;
    border: none;
    background: #111;
    height: 70px;
    margin-right: 10px;
    margin-top: 30px;

}
.iconlar button span{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.urun-akordiyon{
    width: 100%;
    margin:auto;
    margin-top:30px;
}
.urun-akordiyon .card-header{
    border:none;
    background: none;
}
.urun-akordiyon .card{
    margin: 5px 0;
    border: none;
}
.urun-akordiyon button{
    width: 100%;
    color: #111;
    font-weight: 700;
}
.urun-akordiyon .card-body{
    color: #5a5a5a;
}
.main-header .header-container .main-menu ul li ul{
    flex-direction: column;
    display: none;
    padding-left: 0;
}
.main-header .header-container .main-menu ul li:hover ul{
    flex-direction: column;
    width: 200px;
    display: block;
    padding-left: 0;
}
.main-header .header-container .main-menu ul li ul li{
    padding:0;
    font-weight: 400;
}
.main-header .header-container .main-menu ul li ul li:hover{
background: #eee;}
.btn-color-red{
    border-color: #d13738;
    background-color: #d13738;
    color: #fff;
    transition: 300ms;
}
.btn-color-red:hover{
    border-color: #81191a;
    background-color: #81191a;
    color: #fff;
}
.mb-30{
    margin-bottom: 30px;
}
.icerik h3{
    color: #424141;
    border-bottom: 1px solid #5a5a5a;
    padding-bottom: 8px;
}
.icerik p{
    color: #757577;
    font-size: 13px;
}
.main-footer p{
    font-size: 13px;
    color: #666364;
    margin-top:13px
}
.main-slider p i{
    font-size: 17px;
    padding: 5px;
}
.modal-baslik{
    width: 100%;
}
.modal-baslik h3{
    color: #626262;
    font-weight: 100;
    font-size:18px;
}
.urun-list a:hover .content{
    opacity: 1;
    height: 182px;
    transition: height 300ms;
}
.urun-list a .content{
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 28px;
    left: 21px;
    width: 88%;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 10%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #dc0d0d54;
}
.main-footer p i{
    margin-right:3px;
}
.map-box{
    width: 300px;
    height: 300px;
    background: #ed1c26;
    position: absolute;
    margin-top: -450px;
    right: 335px;
}
.map-box h3{
    color: #fff;
    font-weight: 100;
    padding: 10px 20px;
    border-bottom: 1px solid;
    margin: 10px;
}
.map-box p{
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.map-box a{
    height: 40px;
    background: #fff;
    padding: 10px 80px;
    font-weight: 500;
    margin: 16px;
    color: #646262;
}
.urun-list p{
      display:flex;
      justify-content:center;
      align-items:center;
      text-align:center;
    color: #ec1b23;
    border: 1px solid #fadddd;
    font-weight: 700;
    width: 100%;
    padding: 10px;
    height: 70px;
    background: #f3f3f3;
}