html {
  scroll-behavior: smooth;
}

* {
  font-family: 'Merriweather 400' , serif;
  list-style: none;
}

body {
  Font-family: 'Merriweater 700', serif !important;
  overscroll-behavior-y: none;
  border: 1px solid #ccc
}

.navbar {
  Font-family: 'Merriweater 700', serif !important;
}

/* page scroll */

body .div {
scroll-snap-type: y mandatory;
overflow-y: scroll;
height: 100vh;

}

.section {
scroll-snap-align: start;

}

.bir {
  background-color: #ffffff;
}

.iki {
  background-color: #dedede;
  vertical-align: middle;
}

.uc {
  background-color: #ffffff;
}

.dort {
  background-color: #dedede;
}




main {
  background-color: #fff
}

h1 .mainpage-header {
  font-family: 'Merriweather 900', serif;
}


.faaliyetalanları {
  position: relative;
  z-index: 100;
}
.navbar-nav .nav-item a {
  color: #fff;
  transition: 0.5s;
  
}

.navbar-nav .nav-item a:hover {
  color: rgb(23, 195, 123);
}


#border {
  border: gray solid 1px;
}

.navbar-brand {
  border-right: gray solid 1px;
  margin-right: 15px;
  margin-left: 30px;
  padding-right: 10px;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Merriweater 900', serif !important;
  color:  #ffffff!important;
  border-right: rgb(33, 183, 120) solid 2px;
}

#navbar-nav .nav-item {
  margin-right: 15px;
}

.card {
  border: 0px !important;
}
.card h4{
  font-family: 'Merriweather', serif;
}

.card p {
  Font-family: 'Merriweater 700', serif !important;
}

.card a {
  text-decoration: none;
  color: rgb(33, 183, 120);
  font-weight: bold;
}
.card a:hover {
  text-decoration: none;
  color: rgb(33, 183, 120);
  font-weight: bold;
}
.card-img-top {
  width: 100%;
  height: 25vh;
  object-fit: cover;
  border-radius: 0;

}
  @media (min-width: 768px) {
    .card-img-top {
      height: 40vh;
    }
  }
.card-text {
  border-bottom: gray solid 1px;
  padding-bottom: 1rem;
}
.card-body {
  text-align: left !important;
  border-radius: 0 !important;
  border-left: 1px solid rgba(128, 128, 128, 0.389);
}

.btn {
  border-radius: 0 !important;
}


.col-md-3 hr {
  border: 2px solid green;
}

footer li a {
  text-decoration: none;
  color: black;
  transition: 0,5s ;

}
footer li a :hover{
  text-decoration: none;
  color: rgb(33, 183, 120) ;
}

footer h5 {
  border-bottom: 2px solid rgb(33, 183, 120) ;
  padding-bottom: 10px;
}

/* faaliyet alanlarımız background images */

#bg-constructionlaw {
  background: url(img/bg-construction.jpg);
  background-size:     cover;                     
  background-repeat:   no-repeat;
  background-position: center center;
  position: relative;              
}

#bg-labourlaw {
  background: url(img/bg-labour.jpg);
  background-size:     cover;                     
  background-repeat:   no-repeat;
  background-position: center center;  
  position: relative;
}

#bg-medicallaw {
  background: url(img/bg-medic.jpg);
  background-size:     cover;                     
  background-repeat:   no-repeat;
  background-position: center center;  
  position: relative;
}

#bg-constructionlaw::after {
  content: "";
  background: rgba(26, 51, 20, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#bg-labourlaw::after {
  content: "";
  background: rgba(26, 51, 20, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#bg-medicallaw::after {
  content: "";
  background: rgba(26, 51, 20, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.banner-image::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.banner-image> * {
  z-index: 10;
}


/* article */
.article-section {
  margin: 5% 10%;
}
  @media (max-width: 768px) {
    .article-section {
      margin: 5% 10%;
    }
  }
.article-section h2 {
  font-size: 4rem;
  padding: 2rem 1rem;
  font-weight: bold;
  font-family: 'Merriweather', serif;
}

.article-section h3 {
  font-weight: bold;
  font-family: 'Merriweather', serif;
  color: rgb(33, 156, 105);
}

.article-section h4 {
  font-weight: bold;
  font-family: 'Merriweather', serif;
  color: rgb(33, 156, 105);
}

.article-section p {
  color: rgb(30, 30, 30);
  font-family: 'Merriweather', serif;
}

#progress-bar {
  position: fixed;
  top: 104px;
  left: 0;
  height: 9px;
  background: linear-gradient(to right, rgb(255, 165, 0), rgb(23, 195, 123));
  width: 0%;
  z-index: 100;
  transition: width 0.2s ease-out;
}
  @media (max-width: 768px) {
    #progress-bar {
      position: fixed;
      top: 106.2px;
      left: 0;
      height: 8px;
      background: linear-gradient(to right, rgb(255, 165, 0), rgb(23, 195, 123));
      width: 0%;
      z-index: 100;
      transition: width 0.2s ease-out;
    }
  }



  .slider {
    margin-bottom: 30px;
    position: relative;
  }
  .slider .owl-item.active.center .slider-card {
    transform: scale(1.15);
    opacity: 1;
    background: #ff9966; /* fallback for old browsers */
    background: rgb(255,165,0);
    background: linear-gradient(90deg, rgba(255,165,0,1) 0%, rgba(21,195,23,0.9024203431372549) 100%)!important ; /* Chrome 10-25, Safari 5.1-6 */
    background: rgb(255,165,0);
    background: linear-gradient(90deg, rgba(255,165,0,1) 0%, rgba(21,195,23,0.9024203431372549) 100%)!important ; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
  }
  .slider-card {
    background: #fff;
    padding: 0px 0px;
    margin: 50px 15px 90px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
  }
  .slider-card img {
    border-radius: 5px 5px 0px 0px;
  }
  .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
  }
  .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
  }
  .owl-dots {
    text-align: center;
  }
  .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
  }
  .owl-dots .owl-dot.active {
  background: #000!important ;
  }




