﻿@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../webfonts/Montserrat-Bold.eot');
    src: url('../webfonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/Montserrat-Bold.woff2') format('woff2'), url('../webfonts/Montserrat-Bold.woff') format('woff'), url('../webfonts/Montserrat-Bold.ttf') format('truetype'), url('../webfonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../webfonts/Montserrat-ExtraBold.eot');
    src: url('../webfonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../webfonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../webfonts/Montserrat-ExtraBold.woff') format('woff'), url('../webfonts/ExtraMontserrat-Bold.ttf') format('truetype'), url('../webfonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../webfonts/Montserrat-Light.eot');
    src: url('../webfonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../webfonts/Montserrat-Light.woff2') format('woff2'), url('../webfonts/Montserrat-Light.woff') format('woff'), url('../webfonts/Montserrat-Light.ttf') format('truetype'), url('../webfonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../webfonts/Montserrat-Medium.eot');
    src: url('../webfonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../webfonts/Montserrat-Medium.woff2') format('woff2'), url('../webfonts/Montserrat-Medium.woff') format('woff'), url('../webfonts/Montserrat-Medium.ttf') format('truetype'), url('../webfonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../webfonts/Montserrat-SemiBold.eot');
    src: url('../webfonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../webfonts/Montserrat-SemiBold.woff2') format('woff2'), url('../webfonts/Montserrat-SemiBold.woff') format('woff'), url('../webfonts/Montserrat-SemiBold.ttf') format('truetype'), url('../webonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../webfonts/Montserrat-Regular.eot');
    src: url('../webfonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/Montserrat-Regular.woff2') format('woff2'), url('../webfonts/Montserrat-Regular.woff') format('woff'), url('../webfonts/Montserrat-Regular.ttf') format('truetype'), url('../webfonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../webfonts/Montserrat-Black.eot');
    src: url('../webfonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../webfonts/Montserrat-Black.woff2') format('woff2'), url('../webfonts/Montserrat-Black.woff') format('woff'), url('../webfonts/Montserrat-Black.ttf') format('truetype'), url('../webfonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat-Bold';
    color: #ffff;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #fff;position: relative;
}

a {
    color: #000;
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0
}

img {
    border: 0;
}

p {
    margin: 5px 0;
}

:focus {
    outline: none;
}

.clear {
    clear: both;
}

.main {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

/*********index**************/
.index-container {
    position: relative;
    width: 100%;
    display: inline-block;
}

.header {
    display: inline-block;
    width: 100%;
    background: linear-gradient(90deg, rgba(63,21,179,1) 0%, rgba(86,108,213,1) 51%, rgba(109,191,245,1) 100%);
    padding: 6px 0;
    line-height: 2;position: relative;
}

    .header a {
        font-family: 'Montserrat-SemiBold';
        font-size: 14px;
    }

.phone {
    background: url(../images/2-08.svg) no-repeat left;
    float: left;
    margin-right: 50px;
    color: #fff;
    padding-left: 35px;
    background-size: 20%
}

   .fixed_phone {
    position: fixed;
    right: 0;
    z-index: 1000;
    background: #6dbff5;
    width: 215px;
    font-family: 'Montserrat-Medium';
    color: #fff;
    cursor: pointer;
    top: calc(100% - 84px);
}
.fixed_phone a{color: #fff;}


.fixed_phone img{    float: left;
    height: 50px;
    width: 50px;}
.phone_writing{display: block;color: #fff ;font-size: 16px;}

.mail {
    background: url(../images/1.svg) no-repeat left;
    float: left;
    color: #fff;
    padding-left: 35px;
    background-size: 15%;
}

.social_media {
    float: right
}
.social_media .support_area{
    float: left;
    width: 240px;
    color: #fff;
    font-size: 16px;
    
}
.support_area{    color: #fff;background: url(../images/destek-portali.png) no-repeat left;
    padding-left: 35px;
    background-size: 11%;}
.mm-menu a.support_area{color:#3f15b3 !important}
    .social_media a {
        display: block;
        width: 35px;
        height: 35px;
    }

.instagram {
    background: url(../images/3-08.svg) no-repeat left;
    float: left;
}

.linkedin {
    background: url(../images/4.svg) no-repeat left;
    float: right;
}

.logo {
    float: left;
    width: 170px;
    height: 70px;
    display:block
}

    .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.header_menu {
    float: right;
    width: 53%;
    margin: 30px 0 20px;
}

    .header_menu li {
        float: left;
        margin-right: 30px;
        position: relative;
    }

        .header_menu li a i {
            font-size: 14px;
            margin-left: 10px;
        }

        .header_menu li:last-child {
            margin-right: 0
        }

        .header_menu li a {
            color: #000;
            font-family: 'Montserrat-SemiBold';
            font-size: 18px;
            /* text-transform: uppercase; */
            display: block;
        }
      .header_menu li ul li{
        display: block;
        float: none;margin: 0;
      }
        .header_menu > li ul {
            position: absolute; 
            display: none; 
            top: 100%;
            left: -30px;
            width: 265px;
            border: 2px solid  #e2e2e2;
            background-color:  #fff;
            z-index: 5;
            border-radius: 15px;
          }
        .header_menu  > li ul li a {
            color:  #333;
            padding: 10px 15px;
            font-size: 16px; 
            font-family: 'Montserrat-Light';
          }

          .header_menu  > li ul li:hover a {
            background-color: 
        rgba(0, 0, 0, 0.05);
          }
          
          .header_menu > li:hover ul {
            display: block;
          }
/* .banner_slider{    width: 94%;
    margin: 0 auto;
    display: block;} */
.flexslider.index .slides img{object-fit: initial;}
.index_about {
    width: 100%;
    display: inline-block;    position: relative; bottom: 4px;
}

.top_about {
    background: linear-gradient(90deg, rgba(63,21,179,1) 0%, rgba(86,108,213,1) 51%, rgba(109,191,245,1) 100%);
    width: 100%;
    display: inline-block;
    margin: 45px 0;
    padding: 30px 0;
}

.about_box {
    background: url(../images/17-1-17.svg) no-repeat left;
    background-size: 16%;
    background-position: 16% 20%;
    padding: 1.5% 6%;
    border-right: 2px solid #fff;
    float: left; width: 25%; text-align: center;
  
}
.counter, .counter-suffix{  line-height: 1;   font-size: 50px;    font-family: 'Montserrat-SemiBold';display: inline-block;}

    .about_box:nth-child(2) {
        background: url(../images/17-2-17.svg)no-repeat left;
        background-size: 16%;
        background-position: 18% 17%;
    }

    .about_box:nth-child(3) {
        background: url(../images/17-3-17.svg)no-repeat left;
        background-size: 17%;
        background-position: 19% 20%
    }

    .about_box:nth-child(4) {
        background: url(../images/17-4-17.svg)no-repeat left;
        background-size: 18%;
        background-position: 27% 19%;
        border-right: none
    }

    .about_box .description {
        font-family: 'Montserrat-Regular';
        font-size: 18px;
        display: block
    }

.about_left {
    float: left;
    width: 40%;
    display: block;
    height: 545px;
}

    .about_left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about_right {
    float: right;
    color: #000;
    width: 50%;
    display: block;
    font-family: 'Montserrat-Light';
    font-size: 18px
}

.title {
    font-family: 'Montserrat-Bold';
    color: #3f15b3;
    font-size: 22px;
    padding: 15px 0;
}

.alt_title {
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    width: 72%;
    margin-bottom: 45px;
}

.about_right span {
    margin-bottom: 0px;
    display: block;
    width: 92%;
}

.index_button {
    background: linear-gradient(90deg, rgba(63,21,179,1) 0%, rgba(86,108,213,1) 51%, rgba(109,191,245,1) 100%);
    width: 150px;
    padding: 8px 0;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 10%;
}

    .index_button i {
        font-size: 12px;
        padding-left: 20px;
    }

.index_content {
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    background-color: #f4f4f4;
    display: block;
}

.content_i {
    width: 100%;
    display: inline-block;
    margin: 17% 0
}

.index_content .title {
    color: #38b3a2;
    float: left;
}

.right-writing {
    float: right;
    width: 43%;
    color: #000;
    font-family: 'Montserrat-Light';
    font-size: 18px;
    position: relative;
    margin-right: 2%;
}

    .right-writing:before {
        content: " ";
        background: url(../images/ikon-2-08.png) no-repeat center;
        background-size: 100%;
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        bottom: 50px;
        right: 102%;
    }

    .right-writing:after {
        content: " ";
        background: url(../images/ikon-1-08.png) no-repeat right;
        background-size: 100%;
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        left: 96%;
        top: 70%;
    }

.content_alt {
    width: 100%;
    margin-top: 40px;
    display: inline-block
}

.content_left {
    float: left;
    width: 67%;
    font-family: 'Montserrat-Light';
}

.content_box {
    background: url(../images/5.png) no-repeat left #fff;
    background-size: 14%;
    background-position: 15% 25%;
    margin: 0 30px 30px 0;
    padding:55px 85px 55px 115px;
    color: #000;
    float: left;
    width: 48%;
    height: 172px
}

    .content_box:nth-child(2) {
        background: url(../images/7-11.png) no-repeat left #fff;
        background-size: 11%;
        background-position: 15% 25%;margin-right: 0;
    }

    .content_box:nth-child(3) {
        background: url(../images/6-11.png) no-repeat left #fff;
        background-size: 14%;
        background-position: 15% 25%;;
    }

    .content_box:nth-child(4) {
        background: url(../images/8-11.png) no-repeat left #fff;
        background-size: 14%;
        background-position: 15% 25%;margin: 0;
    }

.content_image {
    float: right;
    width: 30%;
    height: 375px;
}

    .content_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.index_product{
    width:100%;
    display: inline-block;
    color:#000;
   
}
.index_image{
    width: 100%;
    height: 415px;display: inline-block;
}
.index_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_product_left{float:left;width: 25%;}
.product_box.left{
    width: 90%;
    margin:25px  18px 18px 0;
    height: 364px;
    padding-top:115px;
}
.product_box.wms{
    margin: 0 18px 18px 0;
    height: 230px;
    padding: 50px 25px 30px;
}
.product_box.wms .product_writing{line-height: 1 !important;height: 115px !important;}
.product_box.left::before{
    background: url(../images/product-b2b.svg) no-repeat left;
    width: 50px;
    height: 50px;
    bottom: 73%;
    left: 25px;
}
.product_box.left:hover::before{
    background: url(../images/product-b2b-beyaz.svg) no-repeat left;
}
.product_box.left .product_writing{
    line-height: normal;
    height: auto;
}
.product_left_alt{
    position: relative;
    width: 90%;
    border-left: 8px solid #3f15b3;
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat-Light';
    display: inline-block;
    margin-top: 30px;
    padding: 27px 20px 27px 40px;
}
.product_left_alt::before{
    content: '';
    background: url(../images/ikon-2-08.png) no-repeat center;
    background-size: 100%;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 100px;
    right: 86%;
}
.product_left_alt::after{
    content: '';
    background: url(../images/ikon-1-08.png) no-repeat right;
    background-size: 100%;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 71%;
    top: 70%;
}
.index_product_right{float:right;width:75% ;}
.index_product_right .alt_title{width: 100%;}
.product_box_alt{width: 100%;display: inline-block;}
.product_box{
position: relative;
 width: 32%;
 height: 230px;
 padding: 50px 25px 30px;
   color: #000; 
   box-shadow: 0px 0px 15px 0px rgba(162,157,157,0.75);
   overflow: hidden;display: block;float: left;
   margin: 0 18px 18px 0;
}
.product_box::before{
    content: '';
    background: url(../images/product-mobil.svg) no-repeat left;
    background-size: 100%;
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    bottom: 76%;
    left: 17px;
   
}
.product_box .title{
    color: #000;
    padding: 5px 0;
     font-size: 14px;
     font-family: 'Montserrat-Medium';margin-top:5px}
.product_writing{
    font-family: 'Montserrat-Light';
    font-size:14px;
    overflow: hidden;
    line-height: 1;
    height: 115px;
}
.index_product .fa-solid{ 
    float: right;
    font-size: 13px;
    color: #3f15b3;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid #3f15b3;
    padding: 6px;

}
.product_box:hover{
    background: linear-gradient(90deg,
     rgba(63,21,179,1) 0%,
     rgba(86,108,213,1) 51%,
      rgba(109,191,245,1) 100%);
      color:#fff;
      transition: background-color 1s ease;
}
.product_box:hover .title{
    color:#fff
}
.product_box:hover::before{     background: url(../images/product-mobil-beyaz.svg) no-repeat left;;
  }
.product_box.left.wms::before{    background: url(../images/product-wms.svg) no-repeat left;
    bottom: 76%;    left: 16px;
    width: 45px;
    height: 45px;}

.product_box.left.wms:hover::before{
    content: '';
    background: url(../images/product-wms-beyaz.svg) no-repeat left;
    bottom: 76%;
    left: 16px;
}
.product_box:hover .fa-solid{
    color:#fff;
    border:1px solid #fff
}
.product_box:nth-child(2)::before{
    background: url(../images/cafe-pos-mor.png) no-repeat left;
    background-size: 100%;
}
    .product_box:hover:nth-child(2)::before{
        background: url(../images/cafe-pos-beyaz.png) no-repeat left;
        background-size: 100%;
    }
    .product_box:nth-child(3){margin-right: 0;}
.product_box:nth-child(3)::before{
    background: url(../images/gorev-takip-mor.png) no-repeat left;
    background-size: 100%;
}
.product_box:hover:nth-child(3)::before{
    background: url(../images/gorev-takip-beyaz.png) no-repeat left;
    background-size: 100%;
 
}
.product_box:nth-child(4)::before{
    background: url(../images/uretim-fason-takip-mor.png) no-repeat left;
        background-size: 100%;
}
.product_box:hover:nth-child(4)::before{
    background: url(../images/uretim-fason-takip-beyaz.png) no-repeat left;
    background-size: 100%;
}
.product_box:nth-child(5)::before{
    background: url(../images/product-tedarikci.svg) no-repeat left;

}
.product_box:hover:nth-child(5)::before{
    background: url(../images/product-tedarikci-beyaz.svg) no-repeat left;

}
.product_box:nth-child(6){margin-right: 0;}
.product_box:nth-child(6)::before{
    background: url(../images/product-kuyum.svg) no-repeat left;

}
.product_box:hover:nth-child(6)::before{
    background: url(../images/product-kuyum-beyaz.svg) no-repeat left;

}
.index_blog{
    width: 100%; 
    display: inline-block;
    margin: 20px 0;
}
.index_blog .title{
    text-align: center;color: #38b3a2;
}
.blog_content{width: 100%;
display: block;
margin: 25px 0;
}
.blog_box{
    background-color: #f4f4f4;
    width: 31.4%;
    display: inline-block;
    margin-right: 30px; 
    height: 545px;
}
.blog_box img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.blog_alt{padding:30px 25px;}
.blog_box .title{font-family: 'Montserrat-Medium';
    font-size: 18px;color: #000;
    padding: 0;
    text-align: left;line-height: 1.1;}
    .index_blog .blog_writing{
    font-family: 'Montserrat-Light';
    font-size: 16px;
    padding: 15px 0;
    display: block;
}
.blog_box .index_button{
    background: #38b3a2;
    margin-top: 10px ;
    font-family: 'Montserrat-Light';
}
.blog_box:last-child{margin-right: 0;}


 /* Slider */
.index_referance{width: 100%;
    display: inline-block;
}
.index_referance .title{text-align: center;}

 .referance_slider {
    width: 100%;
    margin: 15px 0;
}
 .referance_box {
     width: 15% ;
     height: 100px;
     margin: 0 15px 0 15px;
     float: left;
     display: table !important;
}
  .img_cell {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
  .referance_box img 
  {   
    max-width: 81%;
    max-height: 50px;
    display: inline-block !important;
}

/* footer */
.footer_container{
    width:100%;display:inline-block;
    background: linear-gradient(90deg,
     rgba(63,21,179,1) 0%,
     rgba(86,108,213,1) 51%,
      rgba(109,191,245,1) 100%);
}
.footer_logo{
    float: left;
    width: 170px;
    height: 80px;
}
.footer_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.footer{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.footer_box{
    width: 32%;
    float: left;
    font-family: 'Montserrat-Medium';
    margin-right: 60px;
}
.footer_box .title{
    font-family: 'Montserrat-Bold';font-size: 16px;color: #fff;
}
.footer_box .address{
    margin: 20px 0 15px;
    background: url(../images/adress.png) no-repeat left;
    background-size: 9%;
    padding: 10px 0 10px 40px;
    background-position: 0% 30%;
}

.footer_box .phone{
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    padding: 10px 0 10px 40px;
    background-size: 11%;
    background-position: -2%;
}
.footer_box .mail{
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    padding: 10px 0 10px 40px;
    background-size: 9%;
    background-position: -1%;
}
.footer_box .support_area{     display: inline-block; width: 100%; padding: 10px 0 10px 40px;
    background-size: 9%;}
.footer_box:nth-child(2){
    width:12%;margin-right: 45px;
}
.footer_menu{
margin: 15px 0;


}
.footer_menu li{
padding:3px 0;
}
.footer_menu li a{
color: #fff;
}
.footer_box:nth-child(3)
{
    width:20%;margin-right: 40px;
}
.footer_box:nth-child(4)
{
    width:15%;margin-right: 0;
}
.footer_box:nth-child(4) .social_media{
    float: none;
    display: inline-block;width:100%;
    margin: 20px 0;
}
.footer_box:nth-child(4) .social_media a{
    color:#fff;
    padding: 5px 0 5px 40px;
    width: auto;
    height: auto;
    display: inline-block;
    margin-bottom: 5px;
}
.footer_box:nth-child(4) .linkedin{
    float: none;
}
.footer_box:nth-child(5){
    width: 8%;
    margin: 57px 0 0;
}
.footer_box:nth-child(5) img{
    max-width: 160px;
    height: 120px;
    object-fit: cover;}
.copyright{    text-align: center;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    padding: 31px 0 10px;
    display: inline-block;
    width: 100%;
} 
/*********kurumsal**************/
.institutional_container{width: 100%;
display: inline-block;}
.sub_page{
    width: 100%;
    height: 200px;
    display: inline-block;
    position: relative;
}
.sub_page img{
    width: 100%;
   height: 100%;
    object-fit: cover;
}
.navigation {
    width: 100%;
    display: inline-block;
    position: absolute;
    z-index: 3;
    margin-top: 15px;
    top: 34%;
    left: 0;
}
.navigation h1 {
    font-size: 28px;
    font-family: 'Montserrat-SemiBold';
    margin: 0;
    color: #fff;
    line-height: 30px;text-align: center;
}

.institutional_content{
    width: 100%;
    display: inline-block;
    margin: 45px 0;
}
.institutional_content .alt_title{
    width: 98%;
    margin-bottom: 25px;
}
.title.institutional{
    color: #38b3a2;
}
/*************ürünler**************/
.product_container{
    width: 100%;
    display: inline-block;
}
.product_container .product_content{
    margin: 50px 0 0;
}
.product_container .index_product {
margin: 50px 0;
}
.product_content{
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}
.title.p_content{
    text-align: center;
}
.alt_title.p_content{
    color: #000;
    text-align: center;
    width: 100%;
    margin: 10px 0 25px;font-size: 18px;
}
 .product_writing.p_content{
    text-align: center;
    height: auto;
    line-height: normal;
    font-size: 18px;
color: #000;
}
.product_content .index_product_right{
    width: 100%;
    float: none;
    margin: 50px 0;
}
.product_content .title{
    font-size: 20px;
    padding: 6px 0;

}
.product_content .product_writing{
    font-size: 16px;
    overflow: auto;
    line-height: normal;
    height: auto;
}
.product_content .product_box{
    height: 230px;
    width: 31%;
    margin: 0 40px 40px 0;
    padding: 65px 30px 40px;
}
.product_content .product_box:nth-child(3n){margin-right: 0;}
/*******b2b******/
.b2b .product_box::before{
    width: 55px;
    height: 55px;
    left: 22px;
    content: '';
    background: url(../images/b2b-siparis.svg) no-repeat left;
    bottom: 73%;
}
 .b2b .product_box:hover::before{
    background: url(../images/b2b-siparis-beyaz.svg) no-repeat left;
}
.b2b .product_box:nth-child(2)::before{
    background: url(../images/b2b-deneyim.svg) no-repeat left;

}
.b2b .product_box:hover:nth-child(2)::before{
        background: url(../images/b2b-deneyim-beyaz.svg) no-repeat left;
    }
.b2b .product_box:nth-child(3)::before{
    background: url(../images/b2b-cari.svg) no-repeat left;
}
.b2b .product_box:hover:nth-child(3)::before{
    background: url(../images/b2b-cari-beyaz.svg) no-repeat left;
}
.b2b .product_box:nth-child(4)::before{
    background: url(../images/b2b-erp.svg) no-repeat left;
}
.b2b .product_box:hover:nth-child(4)::before{
    background: url(../images/b2b-erp-beyaz.svg) no-repeat left;
}
.b2b .product_box:nth-child(5)::before{
    background: url(../images/b2b-tahsilat.svg) no-repeat left;

}
.b2b .product_box:hover:nth-child(5)::before{
    background: url(../images/b2b-tahsilat-beyaz.svg) no-repeat left;

} 

.b2b .product_box:nth-child(6)::before{
    background: url(../images/b2b-stok.svg) no-repeat left;

}
.b2b .product_box:hover:nth-child(6)::before{
    background: url(../images/b2b-stok-beyaz.svg) no-repeat left;

}
.product_detail{
    clip-path: polygon(0% 13%, 100% 0%, 100% 87%, 0% 100%);
    background-color: #f4f4f4;
    display: block;
    padding: 50px 0;
}
.product_detail .title{
    text-align: center;
    color: #000;
    font-size: 24px;
    margin: 25px 0;
}
.product_detail .title span{
    color: #38b3a2;
}
.product_detail_box{
    width: 100%;
    display: inline-block;
    margin: 20px 0 65px; 
}
.detail_box{
    float: left;
    width: 48%;
    margin: 0 30px 20px 0;
    background-color: #fff;
    padding: 45px 65px;
    text-align: center;
    font-family: 'Montserrat-Light';
    font-size: 18px;
    color: #000;
    height: 160px;
}
.detail_box:nth-child(2n){
    margin-right: 0;
}
.product_alt_detail{
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}
.product_alt_detail .title{
color:#000;
text-align: center;
font-size: 24px;
margin: 25px 0;
}
.product_alt_detail .title span{
    color: #3f15b3;
}
.product_alt_detail_left{
    float: left;
    width:50%;
    height: 540px;
}
.product_alt_detail_left img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_alt_detail_right{
    float: right;
    width: 50%;
    color: #000;
}
.product_alt_detail_right .alt_title{
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    text-align: right;
    width: 100%;
    margin-bottom: 10px;
}
.product_alt_detail_right .product_writing{
    font-size: 20px;
    text-align: right;
    height: auto;
    margin-bottom: 35px;
    line-height: normal;
}
.product_bottom{
    background-color: #38b3a2;
    color:#fff;
    font-family: 'Montserrat-Light';
    text-align: center;
    font-size: 22px;
    display: inline-block;
    padding: 35px 156px;
}
.product_bottom span{
    font-family:'Montserrat-Bold';
}

/*****************wms*************/
.wms .product_box::before{
    width: 55px;
    height: 55px;
    left: 22px;
    content: '';
    background: url(../images/wms-yonetim.svg) no-repeat left;
    bottom: 73%;
}
 .wms .product_box:hover::before{
    background: url(../images/wms-yonetim-beyaz.svg) no-repeat left;
}
.wms .product_box:nth-child(2)::before{
    background: url(../images/wms-depo.svg) no-repeat left;

}
.wms .product_box:hover:nth-child(2)::before{
        background: url(../images/wms-depo-beyaz.svg) no-repeat left;
    }
.wms .product_box:nth-child(3)::before{
    background: url(../images/wms-siparis.svg) no-repeat left;
}
.wms .product_box:hover:nth-child(3)::before{
    background: url(../images/wms-siparis-beyaz.svg) no-repeat left;
}
.wms .product_box:nth-child(4)::before{
    background: url(../images/wms-rota.svg) no-repeat left;
}
.wms .product_box:hover:nth-child(4)::before{
    background: url(../images/wms-rota-beyaz.svg) no-repeat left;
}
.wms .product_box:nth-child(5)::before{
    background: url(../images/wms-personel.svg) no-repeat left;

}
.wms .product_box:hover:nth-child(5)::before{
    background: url(../images/wms-personel-beyaz.svg) no-repeat left;

} 

.wms .product_box:nth-child(6)::before{
    background: url(../images/wms-analiz.svg) no-repeat left;

}
.wms .product_box:hover:nth-child(6)::before{
    background: url(../images/wms-analiz-beyaz.svg) no-repeat left;

}
/*****************görev ve talep takip*************/
.tlp .product_box::before{
    width: 55px;
    height: 55px;
    left: 22px;
    content: '';
    background: url(../images/tlp-atama.svg) no-repeat left;
    bottom: 73%;
}
 .tlp .product_box:hover::before{
    background: url(../images/tlp-atama-beyaz.svg) no-repeat left;
}
.tlp .product_box:nth-child(2)::before{
    background: url(../images/tlp-istakip.svg) no-repeat left;

}
.tlp .product_box:hover:nth-child(2)::before{
        background: url(../images/tlp-istakip-beyaz.svg) no-repeat left;
    }
.tlp .product_box:nth-child(3)::before{
    background: url(../images/tlp-oncelik.svg) no-repeat left;
}
.tlp .product_box:hover:nth-child(3)::before{
    background: url(../images/tlp-oncelik-beyaz.svg) no-repeat left;
}
.tlp .product_box:nth-child(4)::before{
    background: url(../images/tlp-gorev.svg) no-repeat left;
}
.tlp .product_box:hover:nth-child(4)::before{
    background: url(../images/tlp-gorev-beyaz.svg) no-repeat left;
}
.tlp .product_box:nth-child(5)::before{
    background: url(../images/tlp-isgucu.svg) no-repeat left;

}
.tlp .product_box:hover:nth-child(5)::before{
    background: url(../images/tlp-isgucu-beyaz.svg) no-repeat left;

} 

.tlp .product_box:nth-child(6)::before{
    background: url(../images/tlp-rapor.svg) no-repeat left;

}
.tlp .product_box:hover:nth-child(6)::before{
    background: url(../images/tlp-rapor-beyaz.svg) no-repeat left;

}
/*****************mobil saha sipariş*************/
.mbl .product_box::before{
    width: 55px;
    height: 55px;
    left: 22px;
    content: '';
    background: url(../images/mbl-yonetim.svg) no-repeat left;
    bottom: 73%;
}
 .mbl .product_box:hover::before{
    background: url(../images/mbl-yonetim-beyaz.svg) no-repeat left;
}
.mbl .product_box:nth-child(2)::before{
    background: url(../images/mbl-siparis.svg) no-repeat left;

}
.mbl .product_box:hover:nth-child(2)::before{
        background: url(../images/mbl-siparis-beyaz.svg) no-repeat left;
    }
.mbl .product_box:nth-child(3)::before{
    background: url(../images/mbl-kullanici.svg) no-repeat left;
}
.mbl .product_box:hover:nth-child(3)::before{
    background: url(../images/mbl-kullanici-beyaz.svg) no-repeat left;
}
.mbl .product_box:nth-child(4)::before{
    background: url(../images/mbl-urun.svg) no-repeat left;
}
.mbl .product_box:hover:nth-child(4)::before{
    background: url(../images/mbl-urun-beyaz.svg) no-repeat left;
}
.mbl .product_box:nth-child(5)::before{
    background: url(../images/mbl-cari.svg) no-repeat left;

}
.mbl .product_box:hover:nth-child(5)::before{
    background: url(../images/mbl-cari-beyaz.svg) no-repeat left;

} 

.mbl .product_box:nth-child(6)::before{
    background: url(../images/mbl-stok.svg) no-repeat left;

}
.mbl .product_box:hover:nth-child(6)::before{
    background: url(../images/mbl-stok-beyaz.svg) no-repeat left;

}
/*****************cafe pos*************/
.pos .product_box::before{
    width: 55px;
    height: 55px;
    left: 22px;
    content: '';
    background: url(../images/pos-oturma-duzeni.png) no-repeat left;
    bottom: 73%;
    background-size: 100%;
}
 .pos .product_box:hover::before{
    background: url(../images/pos-beyaz-oturma-düzeni.png) no-repeat left;
    background-size: 100%;
}
.pos .product_box:nth-child(2)::before{
    background: url(../images/pos-parcali-odeme.png) no-repeat left;
    background-size: 100%;

}
.pos .product_box:hover:nth-child(2)::before{
        background: url(../images/pos-beyaz-parcalı-odeme.png) no-repeat left;
        background-size: 100%;
    }
.pos .product_box:nth-child(3)::before{
    background: url(../images/pos-siparis-masa-yonetimi.png) no-repeat left;
    background-size: 100%;
}
.pos .product_box:hover:nth-child(3)::before{
    background: url(../images/pos-beyaz-siparis-masa-yonetimi.png) no-repeat left;
    background-size: 100%;
}
.pos .product_box:nth-child(4)::before{
    background: url(../images/pos-erp-entegrasyonu.png) no-repeat left;
    background-size: 100%;
}
.pos .product_box:hover:nth-child(4)::before{
    background: url(../images/pos-beyaz-erp-entegrasyonu.png) no-repeat left;
    background-size: 100%;
}
.pos .product_box:nth-child(5)::before{
    background: url(../images/pos-maliyet-yönetimi.png) no-repeat left;
    background-size: 100%;

}
.pos .product_box:hover:nth-child(5)::before{
    background: url(../images/pos-beyaz-maliyet-yonetimi.png) no-repeat left;
    background-size: 100%;

} 

.pos .product_box:nth-child(6)::before{
    background: url(../images/pos-indirim-yonetimi.png) no-repeat left;
    background-size: 100%;

}
.pos .product_box:hover:nth-child(6)::before{
    background: url(../images/pos-beyaz-indirim-yonetimi.png) no-repeat left;
    background-size: 100%;

}
/*****************üretim & fason*************/
.fsn .product_box::before{
    width: 55px;
    height: 55px;
    left: 22px;
    content: '';
    background: url(../images/fsn-parti-bazli-kontrol.png) no-repeat left;
    bottom: 73%;
    background-size: 100%;
}
 .fsn .product_box:hover::before{
    background: url(../images/fsn-beyaz-parti-bazli-kontrol.png) no-repeat left;
    background-size: 100%;
}
.fsn .product_box:nth-child(2)::before{
    background: url(../images/fsn-urun-takibi.png) no-repeat left;
    background-size: 100%;

}
.fsn .product_box:hover:nth-child(2)::before{
        background: url(../images/fsn-beyaz-urun-takibi.png) no-repeat left;
        background-size: 100%;
    }
.fsn .product_box:nth-child(3)::before{
    background: url(../images/fsn-reklamasyon.png) no-repeat left;
    background-size: 100%;
}
.fsn .product_box:hover:nth-child(3)::before{
    background: url(../images/fsn-beyaz-reklamasyon.png) no-repeat left;
    background-size: 100%;
}
.fsn .product_box:nth-child(4)::before{
    background: url(../images/fsn-performans-analizi.png) no-repeat left;
    background-size: 100%;
}
.fsn .product_box:hover:nth-child(4)::before{
    background: url(../images/fsn-beyaz-performans-analizi.png) no-repeat left;
    background-size: 100%;
}
.fsn .product_box:nth-child(5)::before{
    background: url(../images/fsn-hak-edis.png) no-repeat left;
    background-size: 100%;

}
.fsn .product_box:hover:nth-child(5)::before{
    background: url(../images/fsn-beyaz-hak-edis.png) no-repeat left;
    background-size: 100%;

} 

.fsn .product_box:nth-child(6)::before{
    background: url(../images/fsn-raporlama.png) no-repeat left;
    background-size: 100%;

}
.fsn .product_box:hover:nth-child(6)::before{
    background: url(../images/fsn-beyaz-raporlama.png) no-repeat left;
    background-size: 100%;

}
/*****************tedarikçi portalı*************/
.port .product_box::before{
    width: 55px;
    height: 55px;
    left: 22px;
    content: '';
    background: url(../images/port-verim.svg) no-repeat left;
    bottom: 73%;
    background-size: 100%;
}
 .port .product_box:hover::before{
    background: url(../images/port-verim-beyaz.svg) no-repeat left;
    background-size: 100%;
}
.port .product_box:nth-child(2)::before{
    background: url(../images/port-hızli.svg) no-repeat left;
    background-size: 100%;
}
.port .product_box:hover:nth-child(2)::before{
        background: url(../images/port-hizli-beyaz.svg) no-repeat left;
        background-size: 100%;
    }
.port .product_box:nth-child(3)::before{
    background: url(../images/port-urun.svg) no-repeat left;
    background-size: 100%;
}
.port .product_box:hover:nth-child(3)::before{
    background: url(../images/port-urun-beyaz.svg) no-repeat left;
    background-size: 100%;
}
.port .product_box:nth-child(4)::before{
    background: url(../images/port-bildirim.svg) no-repeat left;
    background-size: 100%;
}
.port .product_box:hover:nth-child(4)::before{
    background: url(../images/port-bildirim-beyaz.svg) no-repeat left;
    background-size: 100%;
}
.port .product_box:nth-child(5)::before{
    background: url(../images/port-genis.svg) no-repeat left;
    background-size: 100%;

}
.port .product_box:hover:nth-child(5)::before{
    background: url(../images/port-genis-beyaz.svg) no-repeat left;
    background-size: 100%;

} 

.port .product_box:nth-child(6)::before{
    background: url(../images/port-stok.svg) no-repeat left;
    background-size: 100%;

}
.port .product_box:hover:nth-child(6)::before{
    background: url(../images/port-stok-beyaz.svg) no-repeat left;
    background-size: 100%;

}
/*****************kuyum üretim*************/
.kym .product_box::before{
    width: 55px;
    height: 55px;
    left: 22px;
    content: '';
    background: url(../images/kym-tasarim-surecleri.png) no-repeat left;
    bottom: 73%;
    background-size: 100%;
}
 .kym .product_box:hover::before{
    background: url(../images/kym-beyaz-tasarim-surecleri.png) no-repeat left;
    background-size: 100%;
}
.kym .product_box:nth-child(2)::before{
    background: url(../images/kym-is-emri.png) no-repeat left;
    background-size: 100%;

}
.kym .product_box:hover:nth-child(2)::before{
        background: url(../images/kym-beyaz-is-emri.png) no-repeat left;
        background-size: 100%;
    }
.kym .product_box:nth-child(3)::before{
    background: url(../images/kym-on-maliyet.png) no-repeat left;
    background-size: 100%;
}
.kym .product_box:hover:nth-child(3)::before{
    background: url(../images/kym-beyaz-on-maliyet.png) no-repeat left;
    background-size: 100%;
}
.kym .product_box:nth-child(4)::before{
    background: url(../images/kym-ototmatik-fiyat.png) no-repeat left;
    background-size: 100%;
}
.kym .product_box:hover:nth-child(4)::before{
    background: url(../images/kym-beyaz-ototmatik-fiyat.png) no-repeat left;
    background-size: 100%;
}
.kym .product_box:nth-child(5)::before{
    background: url(../images/kym-uretim-hareketi.png) no-repeat left;
    background-size: 100%;

}
.kym .product_box:hover:nth-child(5)::before{
    background: url(../images/kym-beyaz-uretim-hareketi.png) no-repeat left;
    background-size: 100%;

} 

.kym .product_box:nth-child(6)::before{
    background: url(../images/kym-fire-geri-donusum.png) no-repeat left;
    background-size: 100%;

}
.kym .product_box:hover:nth-child(6)::before{
    background: url(../images/kym-beyaz-fire-geri-donusum.png) no-repeat left;
    background-size: 100%;

}
/* Personel Yönetimi */
.personelYönetimi .product_box::before{
    width: 55px;
    height: 55px;
    left: 22px;
    content: '';
    background: url(../images/personelYonetimi-izinMor.png) no-repeat left;
    bottom: 73%;
    background-size: 100%;
}
.personelYönetimi .product_box:hover::before{
    background: url(../images/personelYonetimi-izinBeyaz.png) no-repeat left;
    background-size: 100%;
}
.personelYönetimi .product_box:nth-child(2)::before{
    background: url(../images/personelYonetimi-masrafMor.png) no-repeat left;
    background-size: 100%;

}
.personelYönetimi .product_box:hover:nth-child(2)::before{
        background: url(../images/personelYonetimi-masrafBeyaz.png) no-repeat left;
        background-size: 100%;
    }
.personelYönetimi .product_box:nth-child(3)::before{
    background: url(../images/personelYonetimi-aracMor.png) no-repeat left;
    background-size: 100%;
}
.personelYönetimi .product_box:hover:nth-child(3)::before{
    background: url(../images/personelYonetimi-aracBeyaz.png) no-repeat left;
    background-size: 100%;
}
.personelYönetimi .product_box:nth-child(4)::before{
    background: url(../images/personelYonetimi-qrMor.png) no-repeat left;
    background-size: 100%;
}
.personelYönetimi .product_box:hover:nth-child(4)::before{
    background: url(../images/personelYonetimi-qrBeyaz.png) no-repeat left;
    background-size: 100%;
}
.personelYönetimi .product_box:nth-child(5)::before{
    background: url(../images/personelYonetimi-dijitalMor.png) no-repeat left;
    background-size: 100%;
}
.personelYönetimi .product_box:hover:nth-child(5)::before{
    background: url(../images/personelYonetimi-dijitalBeyaz.png) no-repeat left;
    background-size: 100%;
} 

.personelYönetimi .product_box:nth-child(6)::before{
    background: url(../images/personelYonetimi-egitimMor.png) no-repeat left;
    background-size: 100%;

}
.personelYönetimi .product_box:hover:nth-child(6)::before{
    background: url(../images/personelYonetimi-egitimBeyaz.png) no-repeat left;
    background-size: 100%;
}
/* iade */
.iade .product_box::before{
    width: 55px;
    height: 55px;
    left: 22px;
    content: '';
    background: url(../images/morHizliVeKolay.png) no-repeat left;
    bottom: 73%;
    background-size: 100%;
}
.iade .product_box:hover::before{
    background: url(../images/beyazHizliVeKolay.png) no-repeat left;
    background-size: 100%;
}
.iade .product_box:nth-child(2)::before{
    background: url(../images/morInceleme.png) no-repeat left;
    background-size: 100%;

}
.iade .product_box:hover:nth-child(2)::before{
        background: url(../images/beyazInceleme.png) no-repeat left;
        background-size: 100%;
    }
.iade .product_box:nth-child(3)::before{
    background: url(../images/morFotografYukleme.png) no-repeat left;
    background-size: 100%;
}
.iade .product_box:hover:nth-child(3)::before{
    background: url(../images/beyazFotografYukleme.png) no-repeat left;
    background-size: 100%;
}
.iade .product_box:nth-child(4)::before{
    background: url(../images/morOnayRed.png) no-repeat left;
    background-size: 100%;
}
.iade .product_box:hover:nth-child(4)::before{
    background: url(../images/beyazOnayRed.png) no-repeat left;
    background-size: 100%;
}
.iade .product_box:nth-child(5)::before{
    background: url(../images/morServisKaydi.png) no-repeat left;
    background-size: 100%;
}
.iade .product_box:hover:nth-child(5)::before{
    background: url(../images/beyazServisKaydi.png) no-repeat left;
    background-size: 100%;
} 

.iade .product_box:nth-child(6)::before{
    background: url(../images/morGelismisRaporlama.png) no-repeat left;
    background-size: 100%;

}
.iade .product_box:hover:nth-child(6)::before{
    background: url(../images/beyazGelismisRaporlama.png) no-repeat left;
    background-size: 100%;
}
/* Müşteri */
.musteri .product_box::before{
    width: 55px;
    height: 55px;
    left: 22px;
    content: '';
    background: url(../images/morSantral.png) no-repeat left;
    bottom: 73%;
    background-size: 100%;
}
.musteri .product_box:hover::before{
    background: url(../images/beyazSantral.png) no-repeat left;
    background-size: 100%;
}
.musteri .product_box:nth-child(2)::before{
    background: url(../images/morMusteriGecmisi.png) no-repeat left;
    background-size: 100%;

}
.musteri .product_box:hover:nth-child(2)::before{
        background: url(../images/beyazMusteriGecmisi.png) no-repeat left;
        background-size: 100%;
    }
.musteri .product_box:nth-child(3)::before{
    background: url(../images/morUrunSorgulama.png) no-repeat left;
    background-size: 100%;
}
.musteri .product_box:hover:nth-child(3)::before{
    background: url(../images/beyazUrunSorgulama.png) no-repeat left;
    background-size: 100%;
}
.musteri .product_box:nth-child(4)::before{
    background: url(../images/morHizli.png) no-repeat left;
    background-size: 100%;
}
.musteri .product_box:hover:nth-child(4)::before{
    background: url(../images/beyazHizli.png) no-repeat left;
    background-size: 100%;
}
.musteri .product_box:nth-child(5)::before{
    background: url(../images/morDetay.png) no-repeat left;
    background-size: 100%;
}
.musteri .product_box:hover:nth-child(5)::before{
    background: url(../images/beyazDetay.png) no-repeat left;
    background-size: 100%;
} 

.musteri .product_box:nth-child(6)::before{
    background: url(../images/morMusteriMemnuniyeti.png) no-repeat left;
    background-size: 100%;

}
.musteri .product_box:hover:nth-child(6)::before{
    background: url(../images/beyazMusteriMemnuniyeti.png) no-repeat left;
    background-size: 100%;
}

/**********referanslar**************/
.referance_container{
    width: 100%;
    display: inline-block;
}
.referance_container .sub_page{
    height: 100px;
}
.referance_container h1{
    color:#3f15b3
}
.referance_content{
    width: 100%;
    display: inline-block;
}
.referance_content .referance_box{
    width: 15%;
    height: 140px;
    padding: 20px;
    margin: 0 20px 20px 0;
    border: 1px solid #d6d6d6;
}
.referance_content .referance_box:nth-child(6n){margin-right: 0;}
.referance_content .referance_box img{
   max-height: 80px;max-width: 93%;
}
/************blog******************/
.blog_container{
    display: inline-block;
    width: 100%;
}
.blog_container .blog_box{
    margin-bottom: 30px;float: left;
}
.blog_container .blog_box:nth-child(3n){
  margin-right: 0;
}
.blog_content_detail{
    width:100%;
    display: inline-block;
}
.blog_image{
    width: 100%;
    height: 540px;
    display: inline-block;
    margin: 30px 0;
}
.blog_image img{
    /* object-fit: cover; */
    width: 100%;
    height: 100%;
}
.blog_content_detail h1{
    font-family: 'Montserrat-Medium';
    font-size: 24px;
    color: #38b3a2;
    margin: 20px 0;
}
.blog_content_detail .blog-alt{font-size: 22px;
    display: block;
    margin-bottom: 10px;}
.blog_writing{
    font-family: 'Montserrat-Light';
    font-size: 18px;
    color: #000;
    text-align: left;
}
.blog_writing div{
margin-bottom: 25px;
line-height: 1.2;
}
.blog_writing span{
    font-family: 'Montserrat-medium';
    font-size: 18px;
}
.blog_writing .madde{margin: 15px 0;}
.blog_content_detail .blog_box{
    width: 93% !important;
}
.blog_content.index .blog_box{width: 93% !important;}
/****************iletişim***************/
.contact_container{
    width: 100%;
    display: inline-block
}
.contact_container .sub_page{
    height: 45px;
}
.contact_container .sub_page .navigation{
    margin-top:0;position: relative;top: 0;
}
.contact_container h1{
    color: #3f15b3;
}

.contact_container .alt_title{
    color: #000;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat-Light';
    margin: 15px 0;
}
.contact_content{
    width: 100%;
    display: inline-block;
    border: 1px solid #000;
    padding: 15px 80px;
    margin: 15px 0 50px;
}
.form_list{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.form_list label{
    float: left;
    color: #000;
    font-family: 'Montserrat-Light';
    padding: 0px 0 10px;
    font-size: 18px;
}
.inp_contact{
    width: 56%;
    float: right;
    border:1px solid #000;
    padding: 10px 20px;
    font-size: 18px;
    font-family: 'Montserrat-Light';
}

.form_list textarea{
    resize: none; 
    padding: 15px 20px;
    height: 80px;
}

.form_list:last-child{width: 56%;
float: right; 
color: #000;
font-family: 'Montserrat-Light';
font-size: 14px;
}
.form_list:last-child input[id="cb1"] + label span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 2px;
    cursor: pointer;
    padding:0;
    margin-right: 10px;position: relative;
  }
  .form_list:last-child input[id="cb1"]:checked + label span::after  {
    position: absolute;
    bottom: -2px;
    right: 2px;
    content: "\2714";
    font-size: 14px;
    color: #3f15b3;
  }
  .form_list:last-child input[id="cb1"] {
    display: none;
  }
  .form_list:last-child label{cursor:pointer}
.form_list a{
font-family: 'Montserrat-Light';
}
.form_list a:hover{
    color: #3f15b3;
    text-decoration: underline;
}
.form_list button{
    /* margin-top: 15px; */
    background-color: #38b3a2;
    color: #fff;
    width: 80px;
    padding: 8px;
    text-align: center;
    float: right;
    cursor: pointer;
    border: none;
    font-size: 18px;
}
.contact-bottom{
    width:100%;
    display: inline-block;
    margin-bottom: 50px;
}
.contact-bottom-left{
    width:49%;
    float: left;
    height: 350px;

}
.contact-bottom-left img{width: 100%;height: 100%;}
.contact-bottom-right{
    float: right;
    width: 50%;
}
.contact-bottom-right iframe { border:none;height: 350px; width: 100%;}
    
/********* responsive tasarım ********/
#menu:not(.mm-menu):not(.mm) {
    display: none;
  }
  
  #header {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    /* background: var(--header-color, #bba6a2); */
    float: left;
  }
  #header a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 10px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    /**/
    color: #fff;
  }
  #header a[href="#menu"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mm-wrapper--opened #header a[href="#menu"] {
    display: none;
  }
  #header a[href="#page"] {
    display: none;
  }
  .mm-wrapper--opened #header a[href="#page"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mm-navbars.mm-navbars--bottom .mm-navbar{border: none;background: linear-gradient(90deg, rgba(63, 21, 179, 1) 0%, rgba(86, 108, 213, 1) 51%, rgba(109, 191, 245, 1) 100%);}
  .mm-btn--close:before {display: none;}
  .mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited{font-family: 'Montserrat-Medium';}
  /**mobil dikey***/
  @media only screen and (min-width:320px) and (max-width:480px){
    #header{display: block;}
    .main{width: 92%;}
    .header{position: sticky; top: 0; z-index: 4;}
    .header_menu{display: none;}
    .social_media{display: none;}
    .mail{display: none;    padding-left: 0; background-size: 30%;background-position: 40%;}
    .phone{float: right;margin:0}
    .instagram { background-size: 40%;}
    .linkedin { background-size: 40%;}
    .logo{float: none;margin:0 auto;width: 140px; height: 45px;}
    /* .banner_slider{width: 92%;} */
    .top_about{margin: 25px 0;    padding: 15px 0}
    .about_box{ padding: 1% 10%;background-size: 18%;background-position: 14% -3%;border: none;width: 50%;margin-bottom: 15px;}
    .about_box span {font-size: 12px;}
    .counter, .counter-suffix{font-size: 18px;}
    .about_box:nth-child(2) { background-size: 18%;  background-position: 20% -3%;}
    .about_box:nth-child(3) { background-size: 18%; background-position: 20% -3%}
    .about_box:nth-child(4) { background-size: 18%; background-position: 20% -3%}
    .about_left { width: 100%; height: 400px;}
    .about_right{width: 100%;    text-align: center;    font-size: 16px;}
    .alt_title{  width: 100%; margin-bottom: 20px;  font-size: 16px;  text-align: center;}
    .title{text-align: center;font-size: 24px;}
    .about_right span {margin-bottom: 15px;width: 100%;}
    .index_content{clip-path: none;    margin: 15px 0;}
    .content_i{margin: 0 0 10px; }
    .index_content .title{float: none;}
    .right-writing{    width: 88%;font-size: 16px;}
    .right-writing:before{    width: 27px;  height: 27px;    bottom: 85px;}
    .right-writing:after{width: 27px;  height: 27px;    left: 90%; top: 86%;}
    .content_image{width: 100%;}
    .content_left{width: 100%; margin: 10px 0;}
    .content_box{margin: 0 0 15px;  width: 100%; height: 135px; padding: 40px 30px 25px 75px;; background-position: 6% 16%;}
    .content_box:nth-child(2){background-position: 6% 16%;}
    .content_box:nth-child(3){background-position: 6% 16%;}
    .content_box:nth-child(4){background-position: 6% 16%;}
    .index_product_right{width: 100%;}
    .index_product_left{width: 100%;}
    .product_box{width: 100%;}
    .product_writing{font-size: 16px;height: auto; text-align: justify;}
    .product_box.left {  width: 100%;margin: 0; height: 235px; padding-top: 40px;}
    .product_left_alt{width:100%;padding: 15px 20px 15px 40px;}
    .product_left_alt::before{bottom: 62px; right: 89%;}
    .product_left_alt::after{left: 87%;}
    .index_blog{margin: 0;}
    .index_image{height: 140px;}
    .blog_box{width: 100%;margin: 0 0 15px;}
    .blog_box img{height: 225px;}
    .blog_alt {padding: 20px}
    .blog_box .title{font-size: 17px;}
    .blog_writing{font-size: 17px;text-align: justify;}
    .referance_box{height:auto}
    .referance_box img{max-height:50px}
    .footer_logo{float: none;  display: block;   margin: 0 auto;}
    .footer_box{width: 100%;margin: 0;}
    .footer_box .address { margin: 0px 0 20px;text-align: center; }
    .footer_box .phone{margin: 0px 0 20px;text-align: center;        background-position: 29%}
    .footer_box .mail{margin: 0px 0 20px;text-align: center;        background-position: 21%;}
    .footer_box .support_area{margin: 0px 0 20px;text-align: center;        background-position: 15%; background-size: 11%;}
    .footer_box:nth-child(2){width: 100%;margin: 0;}
    .footer_box:nth-child(3){width: 100%;margin: 0;}
    .footer_menu{margin: 0;text-align: center;}
    .footer_box:nth-child(4){width: 100%;}
    .footer_box:nth-child(4) .social_media{display: block;margin: 0 auto;   width: 72%;}
    .footer_box:nth-child(5) { width: 100%; margin: 0px 0; padding: 0 90px;}
    .copyright{padding-top:0}
    /***alt sayfalar***/  
    .institutional_content .alt_title {width: 100%;  margin-bottom: 20px; }
    .institutional_content {margin: 0;}
    .sub_page{height: 100px;}
    .navigation{margin: 0;}
    .product_container .product_content{margin-top: 15px;}
    .product_writing.p_content{text-align: justify;}
    .product_content .index_product_right{margin: 20px 0;}
    .product_content .product_box{width: 100%;margin: 0 0 20px;}
    .product_detail{clip-path: none;padding: 0;}
    .product_detail .title{margin: 0;font-size: 20px;}
    .product_detail_box {margin-top: 0;}
    .detail_box{height: 155px; width: 100%; padding: 20px 20px; margin-right: 0;}
    .product_detail_box {margin-bottom: 15px;}
    .product_alt_detail .title{margin: 0;font-size: 20px;}
    .product_alt_detail_left{width: 100%; height: 300px;}
    .product_alt_detail_right{width: 100%;margin-top:10px}
    .product_alt_detail_right .alt_title{text-align: center;}
    .product_alt_detail_right .product_writing{font-size: 18px;text-align: center;margin-bottom: 15px;}
    .product_bottom{ font-size: 16px;padding: 16px;}
    .referance_content .referance_box{width: 50%; margin: 0 0 20px; height: 130px; padding: 20px;}
    .blog_image {height: 240px;}
    .blog_content_detail h1{font-size: 22px;margin: 0;}
    .contact_content{    padding: 30px 15px;margin-top:45px}
    .contact-bottom{margin-bottom: 15px;}
    .contact-bottom-left{width: 100%;        margin-bottom: 10px;}
    .contact-bottom-right{width: 100%;}

  }
  /***mobil yatay**/
  @media only screen and (min-width:481px) and (max-width:767px){
    #header{display: block;}
    .main{width: 92%;}
    .header{position: sticky; top: 0; z-index: 4;}
    .header_menu{display: none;}
    .social_media{display: none;}
    .mail{display: none;    padding-left: 0; background-size: 30%;background-position: 40%;}
    .phone{float: right;margin:0}
    .instagram { background-size: 40%;}
    .linkedin { background-size: 40%;}
    .logo{float: none;margin:0 auto;width: 140px; height: 45px;}
    /* .banner_slider{width: 92%;} */
    .top_about{margin: 25px 0;    padding: 15px 0}
    .counter, .counter-suffix{font-size: 20px;}
    .about_box{padding: 0 8%; background-size: 20%;background-position: 14% -5%;} 
    .about_box span {font-size: 12px;}
    .about_box:nth-child(2) { background-size: 20%;  background-position: 17% 2%;}
    .about_box:nth-child(3) { background-size: 20%; background-position: 15% 2%;}
    .about_box:nth-child(4) { background-size: 20%; background-position: 15% 2%;}
    .about_left { width: 100%; height: 455px;}
    .about_right{width: 100%;    text-align: justify;}
    .alt_title{  width: 100%; margin-bottom: 20px;  font-size: 18px;  text-align: justify;}
    .title{text-align: center;}
    .about_right span {margin-bottom: 15px;width: 100%;}
    .index_content{clip-path: none;    margin: 15px 0;}
    .content_i{margin: 0 0 10px; }
    .index_content .title{float: none;}
    .right-writing{    width: 88%;font-size: 16px;}
    .right-writing:before{    width: 27px;  height: 27px;    bottom: 85px;}
    .right-writing:after{width: 27px;  height: 27px;    left: 90%; top: 86%;}
    .content_image{width: 100%;}
    .content_left{width: 100%;  margin: 20px 0;}
    .content_box{width: 47%; height: 135px; padding: 40px 30px 25px 60px;background-position: 6% 16%;}
    .content_box:nth-child(2){background-position: 6% 16%;}
    .content_box:nth-child(3){background-position: 6% 16%;}
    .content_box:nth-child(4){background-position: 6% 16%;}
    .index_product_right{width: 100%;}
    .index_product_left{width: 100%;}
    .product_box{width:48%;height: 190px;}
    .product_box:nth-child(2n){margin-right:0}
    .product_box:nth-child(3) { margin-right: 18px; }
    .product_writing{font-size: 16px;height: auto; text-align: justify;}
    .product_box.left {  width: 100%;margin: 0; height: 235px; padding-top: 40px;}
    .product_left_alt{width:100%;padding: 15px 20px 15px 40px;}
    .product_left_alt::before{bottom: 43px; right: 94%;;}
    .product_left_alt::after{ left: 90%; top: 54%;}
    .index_blog{margin: 0;}
    .index_image{height: 202px;}
    .blog_box{width: 47%;        margin: 0 30px 30px 0;}
    .blog_box:nth-child(2n) { margin-right: 0;}
    .blog_container .blog_box:nth-child(2n){margin-right:0;}
    .blog_container .blog_box:nth-child(3) {  margin-right: 30px}
    .blog_box img{height: 225px;}
    .blog_alt {padding: 20px}
    .blog_box .title{font-size: 18px;}
    .blog_writing{font-size: 18px;text-align: justify;}
    .referance_box{height:auto}
    .referance_box img{max-height:50px}
    .footer_logo{float: none;  display: block;   margin: 0 auto;}
    .footer_box{width: 100%;margin: 0;}
    .footer_box .address { margin: 0px 0 20px;text-align: center;        background-size: 6%;  background-position: 0% 3%; }
    .footer_box .phone{margin: 0px 0 20px;text-align: center;background-size: 7%; background-position: 38%;}
    .footer_box .mail{margin: 0px 0 20px;text-align: center;        background-size: 6%; background-position: 34%;}
    .footer_box .support_area {  background-size: 5%; text-align: center; background-position: 32%;}
    .footer_box:nth-child(2){width: 100%;margin: 0;}
    .footer_box:nth-child(3){width: 100%;margin: 0;}
    .footer_menu{margin: 0;text-align: center;}
    .footer_box:nth-child(4){width: 100%;}
    .footer_box:nth-child(4) .social_media{display: block;margin: 0 auto;   width: 43%;}
    .footer_box:nth-child(5) { width: 100%; margin: 0;padding: 0 35%; }
    .copyright {padding-top:0}
    /***alt sayfalar***/  
    .institutional_content .alt_title {width: 100%;  margin-bottom: 20px; }
    .institutional_content {margin: 0;}
    .sub_page{height: 100px;}
    .navigation{margin: 0;}
    .product_container .product_content{margin-top: 15px;}
    .product_writing.p_content{text-align: justify;}
    .product_content .index_product_right{margin: 20px 0;}
    .product_content .product_box{width: 46%;    padding: 65px 20px 40px;}
    .product_content .product_box:nth-child(3) { margin-right: 40px;}
    .product_detail{clip-path: none;padding: 0;}
    .product_detail .title{margin: 0;font-size: 20px;}
    .product_detail_box {margin-top: 0;}
    .detail_box{ width: 47%;padding: 25px 20px;height: 180px;}
    .product_detail_box {margin-bottom: 15px;}
    .product_alt_detail .title{margin: 0;font-size: 20px;}
    .product_alt_detail_left{width: 100%; height: 300px;}
    .product_alt_detail_right{width: 100%;margin-top:10px}
    .product_alt_detail_right .alt_title{text-align: center;}
    .product_alt_detail_right .product_writing{font-size: 18px;text-align: justify;margin-bottom: 15px;}
    .product_bottom{ font-size: 16px;padding: 16px;}
    .referance_content .referance_box{width: 50%; margin: 0 0 20px; height: 130px; padding: 20px;}
    .blog_image {height: 240px;}
    .blog_content_detail h1{font-size: 22px;margin: 0;}
    .contact_content{    padding: 30px 15px;}
  }
  /*mobil-tablet dikey**/
  @media only screen and (min-width:768px) and (max-width:1024px){
    #header{display: block;}
    .main{width: 92%;}

    .header{position: sticky; top: 0; z-index: 4;}
    .header_menu{display: none;}
    .social_media{display: none;}
    .mail{display: none;    padding-left: 0; background-size: 30%;background-position: 40%;}
    .phone{float: right;margin:0}
    .instagram { background-size: 37%;}
    .linkedin { background-size: 40%;}
    .logo{float: none;margin:0 auto;width: 140px; height: 45px;}
    .about_box{ font-size: 18px;padding: 1% 7%;background-size: 21%; background-position: 14% -5%;}
    .counter, .counter-suffix{font-size: 36px;}
    .about_box:nth-child(2) { background-size: 21%;  background-position: 17% 2%;}
    .about_box:nth-child(3) { background-size: 21%; background-position: 18% 2%;}
    .about_box:nth-child(4) { background-size: 21%; background-position: 24% 2%;}
    .about_right{ text-align: justify;}
    .alt_title{  width: 100%; margin-bottom: 20px;  font-size: 18px;  text-align: justify;}
    .title{text-align: center;}
    .about_right span {margin-bottom: 15px;width: 100%;}
    .index_content{clip-path: none;    margin: 15px 0;}
    .content_i{margin: 25px 0 10px; }
    .right-writing{ font-size: 16px;}
    .right-writing:before{    width: 27px;  height: 27px; bottom: 68px; right: 101%;}
    .right-writing:after{width: 27px;  height: 27px;  left: 93%; top: 82%;}
    .content_box{margin-right: 27px;width: 47%;  padding: 40px 30px 25px 50px;background-position: 6% 16%;}
    .content_box:nth-child(2){background-position: 6% 16%;}
    .content_box:nth-child(3){background-position: 6% 16%;}
    .content_box:nth-child(4){background-position: 6% 16%;}
    .index_product_right{width: 100%;}
    .index_product_left{width: 100%;}
    .product_box{ width: 48%;height: 190px; margin: 0 28px 28px 0;}
    .product_box:nth-child(2n){margin-right:0}
    .product_box:nth-child(3) { margin-right: 28px; }
    .product_writing{font-size: 16px;height: auto; text-align: justify;}
    .product_box.left {  width: 100%;margin: 0; height: 235px; padding-top: 40px;}
    .product_left_alt{width:100%;padding: 15px 20px 15px 40px;}
    .product_left_alt::before{bottom: 23px;right: 96%;}
    .product_left_alt::after{left: 92%;top: 45%;}
    .index_blog{margin: 0;}
    .index_image{height: 255px;}
    .blog_box{width: 47%; margin: 0 30px 30px 0;}
    .blog_box:last-child { margin-right: 30px; }
    .blog_box:nth-child(2n) { margin-right: 0; }
    .blog_container .blog_box:nth-child(2n){margin-right:0;}
    .blog_container .blog_box:nth-child(3) {  margin-right: 30px}
    .blog_box img{height: 225px;}
    .blog_alt {padding: 20px}
    .blog_box .title{font-size: 18px;}
    .blog_writing{font-size: 18px;text-align: justify;}
    .referance_box{height:auto}
    .referance_box img{max-height:50px}
    .referance_content .referance_box img{max-height:50px}
    .footer_logo{float: none;  display: block;   margin: 0 auto;}
    .footer_box .title {text-align: left;}
    .footer_box{margin-right: 18px;}
    .footer_box:nth-child(2) {margin-right: 25px;}
    .footer_box:nth-child(4) {width: 18%;}
    .footer_box:nth-child(3) { margin-right: 10px;width: 24%;}
    .footer_box:nth-child(5) {width: 25%;  margin: 0;}
    
    /***alt sayfalar***/  
    .institutional_content .alt_title {width: 100%;  margin-bottom: 20px; }
    .institutional_content {margin: 0;}
    .sub_page{height: 100px;}
    .navigation{margin: 0;}
    .product_container .product_content{margin-top: 15px;}
    .product_writing.p_content{text-align: justify;}
    .product_content .index_product_right{margin: 20px 0;}
    .product_content .product_box{width: 46%;    padding: 65px 20px 40px;}
    .product_content .product_box:nth-child(3) { margin-right: 40px;}
    .product_detail{clip-path: none;padding: 0;}
    .product_detail .title{margin: 0;font-size: 20px;}
    .product_detail_box {margin-top: 0;}
    .detail_box{ width: 47%;padding: 25px 20px;}
    .product_detail_box {margin-bottom: 15px;}
    .product_alt_detail .title{margin: 0;font-size: 20px;}
    .product_alt_detail_right{margin-top:10px}
    .product_alt_detail_right .alt_title{    font-size: 19px;}
    .product_alt_detail_right .product_writing{font-size: 17px;margin-bottom: 15px;}
    .product_bottom{ font-size: 16px;padding: 16px;}
    .referance_content .referance_box{width: 25%; margin: 0 0 20px; height: 130px; padding: 20px;}
    .blog_image {height: 240px;}
    .blog_content_detail h1{font-size: 22px;margin: 0;}
    .contact_content{    padding: 30px 15px;}
  }
/************ekran çözünürlükleri*************/
@media only screen and (min-width:1000px) and (max-width:1024px) {
    /**anasayfa**/
    .main{width: 95%;}

    .header_menu {width: 76%;padding-top:48px}
    .header_menu li { margin-right: 25px;}
    .alt_title{width: 100%;margin-bottom: 30px;}
    .index_content {clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);}
    .content_i{margin:13% 0;}
    .right-writing { width: 55%;}
    .content_box{padding: 55px 30px 55px 80px; width: 47%;}
    .index_product_left {width: 33%;  margin-top: 15%;}
    .index_product_right{width: 65%;}
    .product_box.left{height: 285px;}
    .product_box.left.wms{margin-top: 50px;}
    .product_left_alt::before { bottom: 81px; right: 89%;}
    .product_left_alt::after { left: 85%; top: 70%;}
    .product_box{ width: 47%;}
    .product_box:nth-child(3) { margin-right: 28px;}
    .index_image{height: 280px;}
    .blog_box {width: 31.4%; margin-right: 20px;}
    .blog_box:nth-child(2n) {margin-right: 20px;}
    .blog_box:last-child { margin-right: 0; }
    .referance_box{margin: 0 10px 0 10px;}
    .footer_box {margin-right: 40px;      width: 37%;}
    .footer_box:nth-child(2) { width: 14%;        margin: 0 15px 0 0;}
    .footer_box:nth-child(3) {width: 20%;        margin: 0 15px 0 0;}
    .footer_box:nth-child(4) { width: 15%;}
    .footer_box:nth-child(4) .social_media{width: 100%;}
    /**alt sayfalar**/
    .institutional_content .alt_title { width: 100%; margin-bottom: 25px;}
    .sub_page{height: 155px;}
    .about_right span {margin-bottom: 20px;}
    .product_container .product_content { margin-top: 30px ;}
    .product_content .product_box {width: 47.5%;}
    .product_content .product_box:nth-child(3n) { margin-right: 40px; }
    .product_content .product_box:nth-child(2n){margin-right: 0;}
    .product_content .index_product_right { margin: 30px 0;}
    .product_bottom {padding: 35px 75px;}
    .product_alt_detail_left { width: 50%;height: 540px;}
    .product_alt_detail_right {width: 50%;}
    .product_alt_detail_right .alt_title{text-align: right;}
    .product_alt_detail_right .product_writing{text-align: right;}
    .detail_box{ padding: 40px ;        width: 48%;}
    .referance_content .referance_box { width: 22%; padding: 30px; }
    .referance_container .sub_page {height: 90px; }
    .blog_container .blog_box:nth-child(2n) { margin-right: 20px; }
    .blog_container .blog_box:nth-child(3n) { margin-right: 0;}
    .blog_image {height: 370px;}
    .contact_content{padding: 45px 70px;}
    .inp_contact { width: 65%;}
    .form_list:last-child { width: 65%;}
    .form_list button {margin-top: 20px;}
}
