 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
 
body,html{margin:0;padding: 0;}
 
 
html,
body {
  height: 100%;
}

body {
 font-size:15px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto; 
  font-style: normal; 
}

p {
 font-size:15px;
}
 
  
  a {
  color: #000;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  text-decoration: none;
  }
  
      a:hover {
          color: #000;
          text-decoration: none;
      }

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.navbar-brand img{height: 40px !important;}
@media (max-width: 768px) {
  .navbar-brand img{height: 30px !important;}
  .bd-placeholder-img-lg {
      font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

  .nav-scroller .nav {
      display: flex;
      flex-wrap: nowrap;
      padding-bottom: 1rem;
      margin-top: -1px;
      overflow-x: auto;
      text-align: center;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
  }

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

  .bd-mode-toggle .dropdown-menu .active .bi {
      display: block !important;
  }


.nav-link{line-height: 60px; color: #fff; margin:0 10px ;}
.dropdown-toggle::after{color:#fff}

.btn{color:#fff;}
.btndark{color:rgb(0, 0, 0);}

/* Sadece büyük ekranlarda hover ile dropdown aç */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0; /* isteğe bağlı */
  }
}

 


.form-signin {
    max-width: 430px; 
    background-color: #f3f3f3;
    padding: 50px;
    z-index: 2;
}

.form-signin input  {
  margin-bottom:10px; 
}

 
.img-account-profile {
    height: 10rem;
}
.rounded-circle {
    border-radius: 50% !important;
}
.card {
 
}
.card .card-header {
    font-weight: 500;
}
.card-header:first-child {
    border-radius: 0.35rem 0.35rem 0 0;
}
.card-header {
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    background-color: rgba(33, 40, 50, 0.03);
    border-bottom: 1px solid rgba(33, 40, 50, 0.125);
}
 
 
.form-control, .dataTable-input {
    display: block;
    width: 100%;
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5ccd6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-borders .nav-link.active {
    color: #0061f2;
    border-bottom-color: #0061f2;
}
.nav-borders .nav-link {
    color: #69707a;
    border-bottom-width: 0.125rem;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
 
.carousel {
    margin-bottom: 4rem;
  }
 
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
   
  .carousel-item {
    height: auto; 
  }
  
  
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
   
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  /* rtl:begin:remove */
  .featurette-heading {
    letter-spacing: -.05rem;
  }
  
.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
  }
  
  .icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
  }
  
  .text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
  .text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
  .text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }
  
  .card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  .feature-icon-small {
    width: 3rem;
    height: 3rem;
  }
  

  
  /* rtl:end:remove */
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
   
   
  
  .carousel-control-prev-icon {
      margin: 20px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
      background-color: #000;
      padding:20px;border-radius:50%;background-size:60%
  }
  .carousel-control-next-icon {
      margin: 20px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
      background-color: #000;
      padding: 20px;
      border-radius: 50%;
      background-size: 60%
  }
  
  .carousel-indicators [data-bs-target]{background-color:#000}
    /*  
  -------------------------------------------------- */

/*********breadcrumb**************/
.breadcrumb-chevron {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    gap: .5rem;
  }
  .breadcrumb-chevron .breadcrumb-item {
    display: flex;
    gap: inherit;
    align-items: center;
    padding-left: 0;
    line-height: 1;
  }
  .breadcrumb-chevron .breadcrumb-item::before {
    gap: inherit;
    float: none;
    width: 1rem;
    height: 1rem;
  }
  
  .breadcrumb-custom .breadcrumb-item {
    position: relative;
    flex-grow: 1;
    padding: .75rem 3rem;
  }
  .breadcrumb-custom .breadcrumb-item::before {
    display: none;
  }
  .breadcrumb-custom .breadcrumb-item::after {
    position: absolute;
    top: 50%;
    right: -25px;
    z-index: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    content: "";
    background-color: var(--bs-tertiary-bg);
    border-top-right-radius: .5rem;
    box-shadow: 1px -1px var(--bs-border-color);
    transform: scale(.707) rotate(45deg);
  }
  .breadcrumb-custom .breadcrumb-item:first-child {
    padding-left: 1.5rem;
  }
  .breadcrumb-custom .breadcrumb-item:last-child {
    padding-right: 1.5rem;
  }
  .breadcrumb-custom .breadcrumb-item:last-child::after {
    display: none;
  }
  
  .breadcrumb a{color:#000;text-decoration:none}

/********************************/
#custom-cards .card{border: none;}
#custom-cards .card b{font-size: 20px;}

#custom-cards .card-body{text-align: center;}
#custom-cards .card-body .btn{color:#000}
#custom-cards .card-body .btn:hover{color:rgb(0, 97, 177)}


 
.album .card{border: none;}
.album .card b{font-size: 20px;}

.card-text b{font-size: 15px !important} 

.album .card-body{text-align: left;}
.album .card-body .btn{color:#000}
.album .card-body .btn:hover{color:rgb(0, 97, 177)}

.album .text-body-secondary{ font-size: 17px; }
#contact_msj h3{font-weight: bold;}
#contact_msj .btn{background-color: #fa0000;border-radius: 40px;padding: 5px 15px;}
#contact_msj .btn:hover{background-color: #fa0000;color:#fff;}
#footer1{ font-size: 13px;}
.bg-dark{background-color: #1d1d1d !important;color: #fff;}

.dropdown-menu-dark{    background-color: rgb(33 37 41 / 65%) !important;
  border: none; }

  .dropdown-menu-dark li{ border-bottom: 1px solid rgba(49, 49, 49, 0.445);padding: 10px; }

.blackcontent{background-color: #000;}
.blackcontent{color: #fff;}
.blackcontent p{color: #fff;}
.blackcontent h2{color: #fff;}
.blackcontent h3{color: #fff;}
.blackcontent h4{color: #fff;}
.blackcontent h5{color: #fff;}


.lightgraycontent {
    background-color: #fafafa
}


#graybg3box {
    background-color: rgb(27, 27, 27);
}
#graybg3box p{color: #fff;}
#graybg3box h1{color: #fff;}

#graybg3box .box{ background-color: rgb(0, 0, 0);padding: 20px;color: #fff;border-radius: 10px;margin-bottom: 20px;min-height: 240px; }

.underline{border-bottom: 1px solid #fff;width:100%;display: inline;padding-bottom: 5px;margin-bottom:20px;}
.iletisim span{ display: block;margin:10px 0;font-size:20px;max-width:350px;font-weight: 500;}
.link-body-emphasis:focus, .link-body-emphasis:hover{color:#fff !important}
.icon001{max-width:80px;margin:auto;display:block}

 .boxgray{ background-color: rgb(26, 24, 24);padding: 20px;color: #fff;border-radius: 10px;margin-bottom: 20px;min-height: 240px; }
 
 .boxwhite{ background-color: rgb(255, 255, 255);padding: 20px;color: rgb(5, 5, 5) !important;border-radius: 10px;margin-bottom: 20px;min-height: 390px; }
 .boxwhite p{color: rgb(0, 0, 0);}
 .boxwhite h2{color: rgb(0, 0, 0);}
.boxwhite h3{color: rgb(0, 0, 0);}
.boxwhite h4{color: rgb(0, 0, 0);}
.boxwhite h5{color: rgb(0, 0, 0);}


.nav .nav-link{color:#000;border:1px solid #ddd;background-color: #ddd;;width:30%;border-radius:10px;padding: 5px;line-height: 2;}
.nav .nav-link.active{color:#000;border:1px solid #ddd;background-color: rgb(255, 0, 0);color:#fff;}
.nav-tabs{border:0;}
 
.tab-box{    border: 1px solid #e1e1e1;
  padding: 20px 75px;
  border-radius: 12px;
  display: inline-flex
;margin:20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  background: #fff; 
font-size:20px;
}
.tab-box b{font-size:30px}

.row1{display:block}
.row2{display:block;max-width:80%;margin:auto;text-align:center}



#graybgWhitebox {
    background-color: rgb(27, 27, 27);
}

    #graybgWhitebox p {
        color: #000;
    }

    #graybgWhitebox h3 {
        color: #e21e1e;
    }

#graybgWhitebox .box {
    background-color: #fff;
    padding: 20px;
    color: #000;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 340px;
}

.lightgraycontent .boxwhite {
    background-color: rgb(255, 255, 255);
    padding: 0px 20px;
    color: rgb(5, 5, 5) !important;
    border-radius: 30px; 
    min-height: 350px;
    display: grid;
    align-items:flex-end;text-align:center
}

.border-radius-5{border-radius:5px}
.border-radius-15 {
    border-radius: 15px
}
.boxlightgray {
    background-color: #f9fafb
}

.blt {
    background-color: #eaecf0;padding:5px 15px;border-radius:15px;display:inline-block;margin:5px 5px
}

    .blt.red {
        background-color: #e30000;color:#fff
    }

.yuzde {
    font-size:48px;font-weight:bold;
    color: #e30000
}

#iconset1 img{height:40px}