/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Rajdhani:wght@400;500;600;700&display=swap'); */
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Rajdhani', sans-serif;
*/
/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&family=Titillium+Web:wght@400;600;700;900&display=swap'); */
/*
font-family: 'Nunito Sans', sans-serif;
font-family: 'Titillium Web', sans-serif;
*/
/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&family=Poppins:wght@400;500;600;700;800;900&display=swap'); */
/*
font-family: 'Nunito Sans', sans-serif;
font-family: 'Poppins', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Rajdhani:wght@400;500;600;700&display=swap');
/*
font-family: 'Nunito Sans', sans-serif;
font-family: 'Rajdhani', sans-serif;
*/

body{
    background-color: #000 !important;
    color:#fff !important;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Rajdhani', sans-serif;
  }

  * , body{
    letter-spacing: unset !important;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Rajdhani', sans-serif;
  
  }
  h1,h2,h3,h4,h5,h6 { color:#fff !important}

  P{
    font-size: 18px;
  }

  .bgWhite{background-color: #000 !important;}

.hizmetBox{
    position: absolute;
    bottom: 0px;
    left: 15px;
    background-color: #000;
    width: 95%;
  padding: 10px;
  opacity: 0.6;
  }
  .hizmetBox h3{
    color:#FFD416 !important;
    font-size: 14px !important;
  }
  
  .hizmetBox p{
    font-size: 12px !important;
    color:#fff !important;
  }
    .logo img{
  margin-top:-40px;
    }
  .hizmetResim{
    width: 100%;
    height: auto;
  }
  .hizmetSatir {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fbfbfb;
  }
  .hizmetSatir2{
    background-color: #fff;
  }
  .collage-image-wrapper:hover{
    
    position: relative;
  
  }
  .collage-image-wrapper .box{
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
  
  
  }
  .collage-image-wrapper:hover .box{
  
    background-color: #000;
    display: block;
  }
  .collage-image-wrapper  h3{
    color:#fff !important;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: none;
  
  }
  .collage-image-wrapper .box h3{
    color:#fff !important;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  
  .cX{width: 50px; height: 1px; border-top:2px solid #ccc; position: absolute; right: 25px; top: 10px; display: none}
  .cY{width: 1px; height: 50px; border-left:2px solid #ccc; position: absolute; right: 25px; top: 10px; display: none;}
  
  @media (hover: hover) {
    .collage-image-wrapper .box{
      transition: 0.6s;
        width: 100%;
      height: 100%;
      opacity: 0.6;
      display: block;
   
    }
  
    .collage-image-wrapper .box:hover h3{
      transition-duration: 2s;  
      transition-delay: 1s;     
      display: block;
  
    }
  
    .collage-image-wrapper .box:hover .cX{
      transition-duration: 2s;  
      transition-delay: 1s;     
      display: block;
  
    }
    .collage-image-wrapper .box:hover .cY{
      transition-duration: 2s;  
      transition-delay: 1s;     
      display: block;
  
    }
  
  }
  
  
  
  
  .snip1577 {
    font-family: 'Montserrat', Arial, sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
  
    margin:-10px;
    
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #000;
  
  }
  
  
  .snip1577 *,
  .snip1577:before,
  .snip1577:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  
  }
  
  .snip1577 img {
    max-width: 120%;
    backface-visibility: hidden;
    vertical-align: top;
  }
  
  .snip1577:before,
  .snip1577:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #fff;
    z-index: 1;
    opacity: 0;
  
  
  }
  
  .snip1577:before {
    width: 0;
    height: 1px;
  }
  
  .snip1577:after {
    height: 0;
    width: 1px;
  }
  
  .snip1577 figcaption {
    position: absolute;
    left: 30px;
    bottom: 30px;
  
  }
  
  .snip1577 h3,
  .snip1577 h4 {
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
    opacity: 0;
    color:#fff !important;
  }
  
  .snip1577 h4 {
    font-size: .8em;
    text-transform: uppercase;
  }
  
  .snip1577 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  
  .snip1577:hover img,
  .snip1577.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
    
  }
  
  .snip1577:hover:before,
  .snip1577.hover:before,
  .snip1577:hover:after,
  .snip1577.hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    
  }
  
  .snip1577:hover:before,
  .snip1577.hover:before {
    width: 40px;
    
  }
  
  .snip1577:hover:after,
  .snip1577.hover:after {
    height: 40px;
  }
  
  .snip1577:hover h3,
  .snip1577.hover h3,
  .snip1577:hover h4,
  .snip1577.hover h4 {
    opacity: 1;
  }
  
  .snip1577:hover h3,
  .snip1577.hover h3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  
  .snip1577:hover h4,
  .snip1577.hover h4 {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  
  
  
  /********************************* */
  .btn-whatsapp-pulse {
      background: #25d366;
      color: white;
      position: fixed;
      bottom: 20px;
      right: 20px;
      font-size: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 0;
      height: 0;
      padding: 35px;
      text-decoration: none;
      border-radius: 50%;
      animation-name: pulse;
      animation-duration: 1.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
  }
  
  @keyframes pulse {
      0% {
          box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
      }
      80% {
          box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
      }
  }
  
  .btn-whatsapp-pulse-border {
      bottom: 20px;
      right: 25px;
      animation-play-state: paused;
  }
  
  .btn-whatsapp-pulse-border::before {
      content: "";
      position: absolute;
      border-radius: 50%;
      padding: 25px;
      border: 5px solid #25d366;
      opacity: 0.75;
      animation-name: pulse-border;
      animation-duration: 1.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
  }
  
  @keyframes pulse-border {
      0% {
          padding: 25px;
          opacity: 0.75;
      }
      75% {
          padding: 50px;
          opacity: 0;
      }
      100% {
          opacity: 0;
      }
  }
  
  
  
  
  
  /* ===== Scrollbar CSS ===== */
    /* Firefox */
    * {
      scrollbar-width: auto;
      scrollbar-color: #000000 #ffffff;
    }
  
    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
      width: 16px;
    }
  
    *::-webkit-scrollbar-track {
      background: #ffffff;
    }
  
    *::-webkit-scrollbar-thumb {
      background-color: #000000;
      border-radius: 10px;
      border: 3px solid #ffffff;
    }
    
  .bgWhite{
    background: #fff;
  }
  .pReal{
    position: relative;
  }
  .resTitle{
    position: absolute; bottom: 0px; left: 10px; width: auto; background: #000; opacity: 0.8; padding-left: 10px;  padding-right: 10px; color:#fff;
  }
  h1{
    padding: 10px;
    margin: 0px;
    color:#000;
    border-bottom: 1px dashed #000;
    padding-left: 0px;
    font-size: 34px;
  }
  .sayfaH1{
    margin-bottom: 10px;
    color:#fff;
    border-color:#fff;
  }
  .dNone{display: none;}
   
  input , textarea {
    border-color:#ccc !important;
  }
  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000 !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000 !important;
  }
  .fancybox-toolbar , .fancybox-navigation{
    color:#fff !important;
  }
  
  .social li a{ color:#000 !important; }
  .btn-blue {
  
      color:#fff  !important;
      background: #000 !important;
  }
  
  .fancybox-bg{
    background: #fff !important;
    opacity: 1 !important;
  }
  .fancybox-button--play{display: none;}
  .fancybox-button--thumbs{display: none;}
  .fancybox-caption {
      background:none !important;
      color:#000 !important;
      font-weight: bold !important;
    }
  
    .fancybox-button {background: none !important;}
    .fancybox-button svg {color:#000 !important;}
  
  @media screen and (max-width: 720px) {
    .navbar {
       background: #fff !important;
    
    }
    .navbar-nav{background: #fff !important}
  
    .logo img{
  margin-top:-20px;
    }
  }
  
  .side-body{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .side-body .row{
    margin:0px !important;
  }
  .side-body .container.inner { padding-top: 0px;}
  .header-bg-image .nav-menu-wrapper{background-image:url(/style/menu.bg.jpg) !important; }
  
  .submenu-vertical ul li a{font-size:24px !important}
  .submenu-vertical ul li ul li a{font-size:12px !important}
  .fancybox-container {z-index: 9999999 !important;}
  
  .breadcrumb { margin-top: 0px; border-radius: 0px 0px 0px 0px;}
  /******************************************** */
  .page_sidebar{flex:0 0 300px;width:280px;position:relative; width:100%;flex:0 0 100%;  display:none; padding-left:10px; padding-right: 10px; z-index: 100; padding-top: 10px; margin-top:-20px;}
  .sidebar {
      background: #f9fafb;
      padding: 0.75rem;
      border-radius: 0.375rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      padding-left: 0px; padding-right: 30px;
    
  }
  .sidebar .sidebar_item {
      width: 100%;
      padding: 0.75rem;
      padding-right: 1.75rem;
      border-radius: 0.375rem;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      color: #525252;
      position: relative;
   
      font-weight: 400;
      transition: all 0.3s;
  }
  .sidebar .sidebar_item span {
      flex: 1;
  }
  .sidebar .sidebar_item .icon {
      font-size: 16px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 1rem;
      transition: all 0.3s;
      opacity: 0;
  }
  .sidebar .sidebar_item:not(:last-child) {
      margin-bottom: 0.25rem;
  }
  .sidebar .sidebar_item:hover,
  .sidebar .sidebar_item.active {
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
      background: white;
   
      font-weight: 500;
      color: #000;
  }
  .sidebar .sidebar_item:hover .icon,
  .sidebar .sidebar_item.active .icon {
      right: 0.75rem;
      opacity: 1;
  }
  @media screen and (max-width: 991px) {
    .page_sidebar{display:block;}
      .sidebar {
      
          position: absolute;
          top: 00px;
          opacity: 0;
          pointer-events: none;
          transition: all 0.3s;
          z-index: 99;
      }
      .sidebar.active {
          pointer-events: all;
          opacity: 1;
          top:  50px;
      }
  }
  .mobile_sidebar_button {
    cursor: pointer;
      display: none;
      width: 100%;
      padding: 0.75rem;
      border-radius: 0.375rem;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      color: #000;
  
      position: relative;
      background: #fff;
   
      font-weight: 500;
      transition: all 0.3s;
      margin-bottom: 0.5rem;
  }
  .mobile_sidebar_button span {
      flex: 1;
  }
  .mobile_sidebar_button .icon {
      font-size: 16px;
      background: white;
  }
  @media screen and (max-width: 991px) {
      .mobile_sidebar_button {
          display: flex;
      }
  } 
  .sidebar .sidebar_item:not(:last-child) {
      margin-bottom: 0.25rem;
  }
  
  .sidebar .sidebar_item {
      width: 100%;
      padding: 0.75rem;
      padding-right: 1.75rem;
      border-radius: 0.375rem;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      color: #525252;
      position: relative;
  
      font-weight: 400;
      transition: all 0.3s;
  }
  .sidebar .sidebar_item .icon {
      font-size: 16px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 1rem;
      transition: all 0.3s;
      opacity: 0;
  }
  
  
  /************************** */
  main {
    margin-bottom: 20px;
  }
  .example-marquee {
                  position: relative;
              }
  
  #nperde{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: BLACK;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.1;

  }
              .contentx {
                  display: table;
                  width: 100%;
                  min-height: 70vh;
                  z-index: 1;
               
                  position: relative;
              }
  
              .contentx .innerx {
                  display: table-cell;
                  vertical-align: middle;
                  text-align: center;
                  padding-left: 16px;
                  padding-right: 16px;
              }
  
              .contentx .innerx h1,
              .contentx .innerx h2 {
                color: white;
                text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5);
                
                position:absolute;
              }
  
              .contentx .innerx h1 {
                font-size: 4wh;
                border-bottom: 0px;
   
                right: 40px;
                bottom:12vh;
                
              }
              .contentx .innerx h2 {
                font-size: 4wh;
                border-bottom: 0px;
   
                right: 50px;
                bottom:5vh;
                
              }




              .promo-2.subpage-2 {
                height: 347px;
                background-position: center center;
                background-size: cover;
                color: #38434d;
                position: relative;
            }
            
            .promo-2 {
                overflow: hidden;
            }

            .nullHeader{
                height: 140px;
                width: 100%;
            }

            footer{
              background-color: #262626; width:100%; color:#fff; padding:10px; margin-top:10px; font-size:14px; padding-bottom:0px;
              width: 100%;
              overflow: hidden;
            }
            footer .logo {
              margin-bottom: 10px;
               max-width: 150px !important;
            }
            footer ul{
              padding: 0px;
            }
            
            footer ul li{
              padding:0px; 
              margin:0px;
              list-style: none;
              font-size:18px;
              line-height: 28px;
            }

            footer ul li a:hover{
              color:RED !important;
            }

            footer .menu-social-media { position: unset !important; text-align:left !important;  padding:0px !important; margin-top: 15px;}
            .hizmetler{
              margin-bottom: 20px;
              
            }
            .hizmetItem{
                margin:5px;
                position: relative;
            }

            .hizmetBody{
              position: absolute;
              left: 0px;
              top: 0px;
              height: 100%;
              width: 100%;
              background-color: #000;
              opacity: 0.6;
            
            }

            .hizmetBodycX{width: 50px; height: 1px; border-top:2px solid #ccc; position: absolute; right: 25px; top: 10px;  }
            .hizmetBodycY{width: 1px; height: 50px; border-left:2px solid #ccc; position: absolute; right: 25px; top: 10px;  }
            .hizmetBody:hover{
              opacity: 0;
              transition: opacity 1s ease-out; /* It slowly shows the element as we place the mouse on the box and when the time reaches 2 seconds, it is fully visible. */  
    -webkit-transition: opacity 1s ease-out;  
    -moz-transition: opacity 1s ease-in-out;  
            }



            .hizmetBaslik{
              position:absolute;
              bottom: 10px;
              left: 10px;
            }

            .slick-prev{
              position:absolute;
              left: -3%;
              z-index: 5;
              top: 37%;
              font-size: 35px;
              cursor:pointer;
            }

            .slick-next{
              cursor:pointer;
              position:absolute;
              right: -3%;
              z-index: 5;
              top: 37%;
              font-size: 35px;
            }


            @media only screen and (min-width : 1224px) {
             .slick-next{
              right:-14px;
             }
             .slick-prev{
              left:-14px;
             }    
              }


              .anasayfaH2{
                font-size: 32px;
              }
              .anasayfaH3{
                font-size: 28px;
                padding-top:10px;
                padding-bottom:10px;
                font-weight: bold;
                color:#565656 !important;
              }
              .anasayfaxx p{
                margin: 0px;
                margin-bottom: 5px;
                margin-top: 5px;
              }

         