@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');


* {

    padding:0;margin:0;list-style-type: none;text-decoration: none;
}
.redBtn{
    background-color:#c00;
    font-size:14px;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center
}
.redBtn:hover{
    color:#fff
}

.redColor{
    color:#c00 !important
}
.header{
    border-bottom:#c00 solid 7px;
    padding-bottom:10px;
}
.topbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:47px;
    border-bottom:#e6e6e6 solid 2px;
    font-size:13px;
    color:gray;
    display:flex;
    align-items:center
}
@media(max-width:767px){
    .topbar  .phone{ padding-right:5px !important;margin-right:5px !important; }
    .header .logo img{ max-width: 150px !important; }
}

.topbar .phone, .topbar .email{
    display:flex;
    align-items:center;
    font-size:13px;
    color:#333;
    font-weight:300
}

.topbar .phone i, .topbar .email i{
    color:#c00;
    margin-right:5px
}
.topbar .phone{
    border-right:#e6e6e6 solid 1px;
    padding-right:15px;
    margin-right:15px
}
@media(max-width:400px){
     .topbar .phone{
        padding-right:5px;
        margin-right:5px
    }
}
.topbar .language{
    margin-left:auto;
}

.topbar .language .passive{
    opacity:.5
}
.header{
    margin-top:20px
}
.header .navbar .ma5menu__toggle{
    display:none
}
@media(max-width:992px){

.topbar .phone span, .topbar .email span{
    display: none;
}

    .header .navbar .ma5menu__toggle{
        display:block
    }
}
 .header .navbar .site-menu{
    display:flex;
    align-items:center;
    list-style-type:none
}
@media(max-width:992px){
     .header .navbar .site-menu{
        display:none
    }
}
 .header .navbar .site-menu > li{
    margin-right:15px
}
@media(max-width:1100px){
     .header .navbar .site-menu > li{
        margin-right:5px
    }
}
 .header .navbar .site-menu>  li a{
    font-size:16px;
    color:#333;
    font-weight:500
}
 .header .navbar .site-menu > li a:hover{
    color:#c00
}
 .header .navbar .site-menu > li a.active{
    color:#c00;
    position:relative
}
 .header .navbar .site-menu  > li a.active:after{
    position:absolute;
    content:"";
    width:100%;
    height:2px;
    background-color:#c00;
    left:0;
    bottom:0
}


 .header .navbar .redBtn{
    height:37px;
    width:123px
}
@media(max-width:460px){
     .header .navbar .redBtn{
        display:none
    }
}
 .header .navbar .redBtn i{
    margin-right:5px
}
.footer{
    background:linear-gradient(90deg,rgba(26,26,26,0.85) 0,rgba(26,26,26,0.85) 100%);
    padding-top:100px;
    padding-bottom: 100px;
    margin-top:50px;
    position:relative;
    overflow:hidden
}
.footer .logo img{
    width:100%;
    filter: brightness(0) invert(100%);
    max-width: 150px;
}

.footer .text{
    margin-top:30px;
    font-size:14px;
    line-height: 21px;
    color:gray;
    font-weight:300
}

.footer .widget .title{
    font-weight:600;
    font-size:17px;
    line-height:23px;
    color:#fff;
    position:relative;
    padding-left:10px
}
.footer .widget .title span{
    color:#c00
}
.footer .widget .title:before{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:2px;
    background-color:#c00;
    content:""
}
.footer .widget ul{
    margin-top:20px
}
.footer .widget ul li{
    margin-bottom:10px;
    overflow:hidden
}
.footer .widget ul li a{
    font-size:14px;
    color:gray;
    position:relative;
    overflow:hidden;
    transition:.5s
}
.footer .widget ul li a:before{
    content:"";
    font-family:"Font Awesome 5 Pro";
    color:#c00;
    left:-15px;
    position:absolute;
    transition:.5s
}
.footer .widget ul li a:hover{
    color:#fff;
    padding-left:15px
}
.footer .widget ul li a:hover:before{
    left:0
}
@media(max-width:768px){
    .footer .iletisim{
        display:none
    }
}
.footer .iletisim:before{
    background:#c00;
    background-size:contain;
    background-repeat:no-repeat;
    content:"";
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    z-index:1
}
@media(max-width:768px){
    .footer .iletisim:before{
        display:none
    }
}

.footer .iletisim > * { position: relative;z-index: 9;margin-left:100px; }


.footer .iletisim .title{
    font-weight:600;
    font-size:17px;
    line-height:15.72px;
    color:#fff;
    margin-bottom:20px
}

.footer .iletisim ul li + li{ margin-top:15px; } 
.footer .iletisim ul li strong{
    font-weight:600;
    font-size:14px;
    line-height:15.72px;
    color:#fff;
    margin-right:10px
}

.footer .iletisim  ul li span{
    font-size:14px;
    line-height:15.72px;
    color:#fff
}

.sliders .slide{
    position:relative;
    height: 70vh;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

   
.sliders .overlay{
    position:absolute;top:0;left:0;width:100%;height:100%;
    display: flex;align-items: center;justify-content: center;flex-direction: column;z-index: 1000;background: rgba(0,0,0,.4);
}

.sliders .title{
    font-size:59px;
    line-height:56.83px;
    color:#fff;
    font-weight:300
}
.sliders .text{
    font-size:18px;
    line-height:56.83px;
    color:#EFEFEF;
    font-weight:300
}



@media(max-width:992px){

     .sliders .overlay {
        padding:30px;
        justify-content: flex-end;
        text-align: center;
    }
    .sliders .title{
        font-size:24px;
    }
    .sliders .text{
        font-size:14px;
        line-height: 21px;
    }


       .sliders  .btn-danger {
            margin-top:15px;
       }
   
}
.sosyalMedya{
    top:50%;
    transform:translateY(-50%);
    position:absolute;
    right:100px;
    z-index:3;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:space-between
}
@media(max-width:460px){
    .sosyalMedya{
        display:none
    }
}
.sosyalMedya .text{
    font-size:14px;
    color:#fff;
    writing-mode:vertical-rl;
    text-orientation:mixed;
    margin-bottom:90px;
    position:relative
}
.sosyalMedya .text:after{
    left:50%;
    transform:translateX(-50%);
    height:65px;
    width:2px;
    background-color:#fff;
    content:"";
    display:block;
    position:absolute;
    bottom:-70px
}
.sosyalMedya .social li{
    margin-bottom:10px
}
.sosyalMedya .social li a{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    height:30px;
    width:30px
}
.sosyalMedya .social li a:hover{
    background-color:#c00;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%
}
.sliders .prev{
    top:50%;
    transform:translateY(-50%);
    position:absolute;
    color:#FFF;
    z-index:2;
    left:30px;
    font-size:62px
}
@media(max-width:460px){
    .sliders .prev{
        display:none
    }
}
.sliders .next{
    top:50%;
    transform:translateY(-50%);
    position:absolute;
    color:#fff;
    z-index:2;
    right:30px;
    font-size:62px
}
@media(max-width:460px){
     .sliders .next{
        display:none
    }
}


.columns{
    position:relative;
    margin-top:30px;
    margin-bottom:30px;
    z-index:3;
}
.columns .column{
    -webkit-box-shadow:0 0 8.71px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 8.71px 0 rgba(0,0,0,0.2);
    box-shadow:0 0 8.71px 0 rgba(0,0,0,0.2);
    width:100%;
    height:400px;
    position:relative
}
.columns img{
    width:100%;
    height:100%;
    object-fit:cover
}
.columns .overlay{
    padding:30px;
    position:absolute;
    width:100%;
    height:100%;
    display:flex;
    justify-content:flex-end;
    flex-direction:column;
    z-index:2;
    top:0;
    left:0
}
.columns .title{
    margin-top:3px;
    font-weight:600;
    font-size:21px;
    color:#333
}
.columns a{
    margin-top:5px;
    display:flex;
    align-items:center;
    font-size:13px;
    color:#000
}
.columns a i{
    width:25px;
    height:25px;
    color:#000;
    border:#c00 solid 1px;
    margin-right:5px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center
}
.products{
    background:url("../uploads/urunBg.jpg");
    background-size:cover;
    padding-top:47px;
    padding-bottom:42px
}
.products .urunImg{
    display:flex;
    align-items:center;
    justify-content:center;
    max-height: 500px;
    margin:0 auto;
}
.products .redBtn{
    width:123px;
    height:42px;
    font-size:13px;
    color:#fff
}
.products .titles{
    margin-top:10px;
    position:relative;
    padding-left:10px
}
.products .titles:before{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:4px;
    background-color:#333;
    content:""
}
.products .titles .title{
    font-size:26px;
    color:#333;
    font-weight:500
}
.products .titles .subtitle{
    font-size:14px;
    line-height:26.8px;
    color:#333
}
.products .text{
    font-weight:300;
    margin-top:20px;
    line-height: 21px;
    color:#666;
}

@media(max-width:460px){
   
    .products .urunImg {
   margin-top:100px;
    max-height: 300px;
}

}
.products .pagination{
    position:relative;
    list-style:none;
    box-sizing:content-box;
    display:block;
    margin-top:10px;
    text-align: center;
    z-index:1
}
.products .pagination>*{
    display:inline-block;
    color:red;
    height:25px;width:25px;
}


.products .swiper-pagination-bullet{
    opacity:1;
    background-color:#4d4d4d
}
.products .swiper-pagination-bullet-active{
    background-color:#fff;
    box-shadow:inset 0 0 0 5px #c00
}
.references{
    margin-top:50px;margin-bottom:50px;
}

.references .img{
    display:flex;
    align-items:center;
    width:100%;
    border:#e6e6e6 solid 1px;
    padding:5px;
    filter:grayscale(100%)
}
.references .img:hover{
    filter:grayscale(0);
}
.references .img img{
    width:100%;
    height:100%;
    object-fit:contain
}
.references .prev, .references .next{
   
    display:inline-block;
    width:30px;
    height:30px;
    line-height: 30px;
    text-align: center;
    color:#AAA;
    border:1px solid #EEE;
    margin-top:30px;

     border-radius:4px;
}
@media(max-width:1100px){
    .references .next,  .references .prev{
        display:none
    }
}
.hero{
    position: relative;
    padding:100px 0px;
    background: linear-gradient(90deg, rgba(215, 0, 0, 0.77) 0%, rgba(215, 0, 0, 0.77) 100%), url(../uploads/hero.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

.hero .container {   display:flex;align-items:center; justify-content:center; }



.hero  .title{
    font-size:36px;
    color:#fff;
    font-weight:500
}

.hero .breadcrumb{
    display: flex;align-items: center;justify-content: center;
    margin-left: auto;
}

.hero  .breadcrumb .breadcrumb-item{
    color:#fff
}
.hero  .breadcrumb .breadcrumb-item a{
    display: block;
    color:#fff
}
.hero  .breadcrumb .breadcrumb-item:before{
    content:"";
    font-family:"Font Awesome 5 Pro";
    color:#fff;
    padding:0 10px;
}
.hero  .breadcrumb .breadcrumb-item:first-child:before{
    display:none;
    content:""
}

.boxes{
    margin-top:50px;
    margin-bottom:50px;
}
.boxes .box{
    background-size:cover;
    background:#333;
    color:#fff;
    width:100%;
    height:180px;
    padding-left:30px;
    padding-top:38px;
    padding-bottom:25px;
    padding-right:90px;
    position:relative;
    display:flex;
    justify-content:space-between;
    flex-direction:column;
    z-index:1
}
.boxes .box a{
    color:#fff
}
.boxes .box.white{
    background-color:#e6e6e6
}
.boxes .box.white a{
    color:#333
}
.boxes .box.white .title, .boxes .box.white .info, .boxes .box.white .ikon{
    color:#333;
    border-color:#333
}
.boxes .box.white .title i, .boxes .box.white .info i, .boxes .box.white .ikon i{
    color:#333
}

.boxes .box .title{
    font-size:27px;
    color:#fff;
    font-weight:500
}
.boxes .box .subtitle{
    font-size:15px;
    color:#c00
}
.boxes .box .info{
    font-size:14px;
    line-height:15.72px;
    color:#fff
}
.boxes .box span{
    font-size:14px;
    line-height:15.72px;
    color:#333;
    font-weight:600
}
.boxes .box .ikon{
    position:absolute;
    right:15px;
    bottom:15px;
    border:#ccc solid 1px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center
}
.boxes .box .ikon i{
    color:#ccc
}


 .contact-title{
    font-weight:600;
    font-size:18px;
    color:#999;
    position:relative
}
.contact-title:after{
    position:absolute;
    content:"";
    width:calc(100% - 180px);
    height:1px;
    background:#999;
    top:50%;
    left:180px;
    margin-right:50px
}

.contact-form{
    -webkit-box-shadow:0 0 20.78px 0 rgba(0,0,0,0.14);
    -moz-box-shadow:0 0 20.78px 0 rgba(0,0,0,0.14);
    box-shadow:0 0 20.78px 0 rgba(0,0,0,0.14);
    padding:30px;
}
 .contact-form .title{
    font-size:27px;
    color:#333;
    margin-bottom:15px;
}


.contact-map{
    width:100%;
    height:470px;
      -webkit-box-shadow:0 0 20.78px 0 rgba(0,0,0,0.14);
    -moz-box-shadow:0 0 20.78px 0 rgba(0,0,0,0.14);
    box-shadow:0 0 20.78px 0 rgba(0,0,0,0.14);
}


.content .title{
    font-weight:600;
    font-size:20px;
    line-height:20px;
    margin-bottom:15px;
    color:#333
}

.content{
    font-size:15px;
    line-height:22.8px;
    color:#666;
    margin-top:10px;
    font-weight:300;
    text-align:justify;
    text-align-last:left
}

 .catalog{
    margin-top:55px;
    background:linear-gradient(90deg,rgba(51,51,51,0.89) 0,rgba(51,51,51,0.89) 100%),url("../uploads/katalogBg.png");
    width:100%;
    display:flex;
    align-items:center;
    flex-direction:column;
    padding-top:40px;
    text-align: center;
}
 .catalog .title{
    font-size:18px;
    line-height:22.81px;
    color:#fff;
    font-weight:500
}
 .catalog .subtitle{
    margin-top:5px;
    font-size:10px;
    line-height:11.23px;
    letter-spacing:8.2px;
    color:#666;
    font-weight:500
}
 .catalog img{
    margin-top:20px;
    -webkit-box-shadow:0 22px 21px -15px rgba(0,0,0,0.75);
    -moz-box-shadow:0 22px 21px -15px rgba(0,0,0,0.75);
    box-shadow:0 22px 21px -15px rgba(0,0,0,0.75);
    max-width: 50%;
    width:50%;
}

 .catalog .bottom{
    margin-top:30px;
    background:#c00;
    width:100%;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    color:#fff;
    font-weight:500
}
 .catalog .bottom i{
    margin-right:5px;
    font-size:20px
}
 .catalog .bottom:after{
    position:absolute;
    content:"";
    font-family:"Font Awesome 5 Pro";
    left:70%;
    bottom:-15%;
    font-size:66px;
    transform:rotate(-25deg);
    font-weight:300;
    opacity:.2
}
 .gallery {
    -webkit-box-shadow: 0 0 34.24px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: 0 0 34.24px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 34.24px 0 rgba(0,0,0,0.08);
    padding: 30px 30px 0px 30px;
    width: 100%;
    position: relative
}

.gallery + .gallery { margin-top:50px; }

 .gallery:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #c00;
    bottom: 0;
    left: 0;
    position: absolute
}

 .gallery .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

 .gallery  .heading {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

 .gallery .heading .titles .title {
    font-size: 16px;
    line-height: 22.31px;
    color: #000
}

 .gallery .heading .titles .subtitle {
    font-size: 14px;
    color: #999;
    font-weight: 300
}

 .gallery  .heading .arrows {
    display: flex
}

 .gallery  .heading .arrows .fotolarArrow {
    position: static;
    margin-top: 0;
    color: #000;
    height: 15px;
    width: 8px;
    margin-left: 10px
}

 .gallery  .heading .arrows .fotolarArrow:hover {
    color: #c00
}

 .gallery .heading .arrows .fotolarArrow:after {
    font-weight: bold;
    font-size: 13px
}

 .firmaFoto {
    width: 100%;
    height: 250px;
    position: relative;
    display: block
}

 .firmaFoto:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(215,0,0,0.61);
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    top: 0;
    left: 0;
    font-weight: 300
}

 .firmaFoto:hover {
    opacity: 1
}

 .firmaFoto:hover:after {
    display: flex
}

 .firmaFoto img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.partner img{
    max-height:110px
}
@media(max-width:768px){
   .partner img{
        max-height:auto
    }
}

 .partner{
    height:100px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center
}
.basvuruFormu{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    border-radius:0;
    background-color:#c00
}
.basvuruFormu .modal-header{
    border:0;
    padding-bottom:0
}

.basvuruFormu .modal-header .title{
    font-size:23px;
    color:#fff
}

.basvuruFormu .modal-body{
    padding-top:10px
}
.basvuruFormu .modal-body .text{
    font-weight:300;
    font-size:12px;
    color:#fff;
    margin-bottom:20px
}
.basvuruFormu .modal-body .form-control{
    border-color:#fff;
    color:#fff;
    margin-bottom:10px;
    font-weight:300;
    background:transparent
}
.basvuruFormu .modal-body .form-control::placeholder{
    color:#fff
}
.basvuruFormu .modal-body .form-control:focus{
    background:transparent;
    box-shadow:none;
    border-color:#fff
}

 .product .heading{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0.77) 100%), url(../uploads/hero.jpeg) center center no-repeat;
    background-size:cover;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:50px;
    padding:2rem 2rem 2rem 3rem;
}
 .product .heading  .title{
    font-weight:600;
    font-size:36px;
    color:#fff;
    margin-right:100px;
}


 .product .heading .image img { max-width:350px; }

 .product .nav-tabs{
    background:#c00 url("../uploads/urunTabBg.png");
    display: flex;align-items: center;justify-content: center;
    padding:0 1.5rem;
}
 .product .nav-tabs .nav-item{
    border-right:#ef2020 solid 2px;
    flex:1;flex-grow: 1;
}
 .product .nav-tabs .nav-item .nav-link{
    padding:1.5rem 1.5rem;
    border:0;
    font-size:14px;
    color:#fff;
    font-weight:500;
    display:flex;
    align-items:center;
    justify-content: center;
    text-align: center;
}

 .product .nav-tabs .nav-item .nav-link.active{
    background:rgba(0,0,0,.5    );
}
 .product .nav-tabs .nav-item:last-child{
    border:0
}
 .product .tab-pane{
    background:#f4f4f4;
    font-size:15px;
    color:gray;
    font-weight:300;
    padding:3rem;
}
 .product .tab-pane h1{
    font-size:27px;
    color:#000;
    font-weight:500
}
 .product .tab-pane h2{
    font-size:20px;
    margin-bottom:10px;
    color:#000
}

.product .tab-pane ul { margin-bottom:15px; }

.product .tab-pane img{ max-width:100%; }

@media(max-width:460px){


    .hero .container{ display: block; }

    .hero .title{ text-align:center; }
    

    .gallery { height:350px; }
.firmaFoto{ max-height:100px; }

     .product .heading{
        flex-direction:column;
        text-align: center;
        padding-top:30px;
        padding: 2rem;
    }
     .product .heading  .title{
    order: 2;
    margin-right:0px;
}
.product .heading .image img { max-width:200px; }
.product .nav-tabs { /* display: block; */ padding:0px;}
 .product .nav-tabs .nav-item { border-right:0px; }

 .product .nav-tabs .nav-item .nav-link { padding:.5rem;font-size:13px; }
 .product .tab-pane { padding:1.5rem; }
}

