#primary-menu li{
   font-size: 16px;
}

body{
   font-weight: 300;
}


   .color-options {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
      margin-right: 212px;
   }

   .color-option {
      text-align: center;
      flex: 1;
      padding: 0 5px; /* Boşluğu ayarla */

   }

   .color-circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin: 0 auto;
   }

   .black .color-circle {
      background-color: black;
   }

   .white .color-circle {
      background-color: white;
      border: 1px solid #999;
   }

   .green .color-circle {
      background-color: green;
   }

   .mixed .color-circle {

   }



   /*sweet alert*/

   .swal-custom-style {
     background-color: black;
     color: white;
   }

   /* Custom CSS class for SweetAlert2 content */
   .swal-custom-style .swal2-content {
     color: white;
   }

   /*katalog*/

   .icon-container {
    position: fixed;
    z-index:1000;
    bottom: 98px;
    right: -4px;
    display: flex;
    align-items: center;
    background-color: black;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.icon-container i {
    font-size: 24px;
    color: #007bff;
    margin-right: 5px;
}

.icon-container span {
    font-size: 15px;
    color: white;
}


/*wp icon*/
.wp-icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.1019607843);
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 3000;
    font-size: 24px;
    text-align: center;
    padding: 3px;
    line-height: 45px;
    -webkit-box-shadow: 1px 1px 17px 0px rgb(0 0 0 / 32%);
    -moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.32);
    box-shadow: 1px 1px 17px 0px rgb(0 0 0 / 32%);
}

.wp-icon:visited{color:white;}

.wp-pulse:before,
.wp-pulse:after
{
    content: '';
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #fff;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
}

.wp-pulse:after {
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {

        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }

}

/*wp-icon*/


   /*table image*/
   .responsive-img {
      max-width: 100%;
      height: auto;
   }

#product1 {
    background: linear-gradient(to bottom, #0a192f, #0f3460);
}

#product2 {
    background: linear-gradient(to bottom, #0f3460, #1365a3);
}

#product3 {
    background: linear-gradient(to bottom, #1365a3, #1a7cc6);
}

#product4 {
    background: linear-gradient(to bottom, #1a7cc6, #1d76bb);
}

#product5 {
    background: linear-gradient(to bottom, #1d76bb, #2a82c9);
}

#product6 {
    background: linear-gradient(to bottom, #2a82c9, #3178b4);
}

#product7 {
    background: linear-gradient(to bottom, #3178b4, #2872af);
}

#product8 {
    background: linear-gradient(to bottom, #2872af, #2971a6);
}

#product9 {
    background: linear-gradient(to bottom, #2971a6, #2971a6);
}

#product10 {
    background: linear-gradient(to bottom, #2971a6, #2971a6);
}

.square img{
    width: 120px;
    height: auto;
}

.fence-title {
    font-size: 24px; /* veya başlığınıza uygun bir boyut */
    line-height: 1.2; /* Bu değeri ayarlayarak başlığın genel yüksekliğini kontrol edebilirsiniz */
    margin-bottom: 10px; /* İstediğiniz boşluk miktarını belirleyebilirsiniz */
}

.fence-hightlight {
    display: block; /* Span'ı bir blok elemanına çevirerek altındaki boşlukları kontrol edebilirsiniz */
    margin-top: -13px; /* İstediğiniz kadar span ile başlık arasındaki boşluğu ayarlayabilirsiniz */
    font-weight: bold; /* İstediğiniz stil özelliklerini ekleyebilirsiniz */
    position: relative;
}

.fence-hightlight::after {
    content: "";
    display: block;
    width: 25%;
    height: 6px;
    background-color: #dc3545;
    position: absolute;
    top: 100%;
}



    /* Gradiant renkli arka plan */
/* Gradiant renkli arka plan */
.screenshots-area {
   background: linear-gradient(to bottom, #0a1a31, #fefffc);
   color: white;

 }

 .footer{ background: #00907c; }

 /* Popup Arka Plan */
 .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow: hidden;
 }

 /* Popup İçerik */
 .popup-image {
    max-width: 90%;
    max-height: 90%;
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }

 /* Popup Kapatma Butonu */
 .popup-close {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
 }



 /* Resim Zoom İkonu */
 .zoom-icon {
    position: absolute;
    top: 50%; /* Resmin yüksekliğinin yarısı kadar yukarıda */
    left: 50%; /* Resmin genişliğinin yarısı kadar sağda */
    transform: translate(-50%, -50%);
    color: #333;
    cursor: pointer;
    z-index: 1;
    font-size: 52px; /* Büyüteç ikonunun boyutunu istediğiniz gibi ayarlayabilirsiniz */
 }


 /*contact*/

 .contact-info{
   line-height: 24px;
   font-size:16px;
   padding:10px 10px 3px 35px;
   border:1px solid black;
   border-radius: 35px;
   box-sizing: border-box;
 }

 .contact-item{
   margin-bottom: 5px;
 }
 /* --------- */

 .mainmenu li{
   text-transform: inherit;
 }

 .header{
   background-color: #fff;
 }
 .mainmenu li a{
   color:#000000;
   padding: 15px 5px;
 }
 .sticky .logo{
   margin-top: -1px;
 }
 .sticky .logo img{
   width: 111px;
 }
 .logo{
   margin-top: -15px;
 }
 .logo img{
   width: 133px;
 }
 .header.sticky{
   border-bottom: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 28px -24px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 28px -24px rgba(0,0,0,0.75);
box-shadow: 0px 10px 28px -24px rgba(0,0,0,0.75);
 }
 .banner-area{ padding-top: 411px;}
 .single-about-box i::before{ font-size: 51px; background-color: #00907c;}
 .single-about-box{     margin-top: -5px; }
 .sec-title h2{ margin-bottom: 5px;}
 .sec-title{ margin: 0 auto 100px;}
 .color-options{ width: 100%; justify-content: flex-start;}
 .color-option {
   text-align: center;
   flex: inherit;
   padding: 0 5px;
   width: 77px;
}
.teknik_cizimler{ padding:15px; }
.flexbox-center{ align-items: flex-start;}
.single-feature-box h2{ margin-top: 0; font-size: 21px;}
.appbox-btn2, .appbox-btn:hover {
   border: 1px solid rgba(255,255,255,0.4);
   background-color: #00907c;
   color: #ffffff;
   animation-delay: 2000ms;
}
.bize_ulasin{
   display: flex;
   position: relative;
   margin-top: 50px;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
}
 .fa-search-plus{
   font-size: 22px;
}
.bize_ulasin .appbox-btn:first-child{ /*background-color: #e3e3e3;*/ margin-right: 10px; }
.info_tech{ margin-bottom: 10px;}
.scrolltotop{ background: #00907c;}
.masaustu_kapat{ display: none;}

 @media (max-width:768px){
      .masaustu_kapat{ display: block;}
      .mobil_kapat{ display: none;}
      .contact-info{

         margin-top:20px;
         border:1px solid black;

      }
      .logo img{
         width: 91px;
       }
       .logo{
         margin-top: -1px;
       }
       .bize_ulasin .appbox-btn:first-child{ margin-bottom: 10px; }
       ul.slicknav_nav {

         background: #242424;

         border: none;
         border-radius: 8px;
     }
     .slicknav_btn{
      margin: 15px 5px 6px
     }
     .single-about-box{ margin-top: 51px; }
     .sec-title{ margin: 0 auto 0px;}
     .our_prd{ margin-bottom:50px;}

 }
