body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
}
/* renkler */
.yesil-bg {
  background-color: #10af17;
}
.btn.yesil-bg:hover {
  background-color: #15cd1d;
}
.yesil-color {
  color: #10af17;
}
.online-btn {
  line-height: 30px;
  margin-top: 17px;
}
.blue-bg {
  background-color: #0f0bb2;
}
.blue-btn {
  color: #0f0bb2;
}
nav .button-collapse {
  margin: 0 8px;
}
img {
  width: 100%;
  height: auto;
}

.list-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
  flex-wrap: wrap;
}
#searchform {
  width: 50%;
}
#searchform div {
	display: flex;
	width: 80%;
	justify-content: center;
	align-items: center;
}
#s {
	border-color: #10af17;
  width: 80%;
}
#searchsubmit {
	width: 20%;
	background-color: #10af17;
	color: #fff;
}
.screen-reader-text.active {
	display: none;
}
.row {
  margin-bottom: 0px;
} /*  // metarialcss den gelen row sıfırladık. */
.up-nav {
  padding: 5px 0;
  text-align: right;
}
.up-nav a {
	color: #0e180f;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 0 10px;
}

nav {
  background-color: transparent;
  box-shadow: none;
}
nav ul a {
  text-transform: uppercase;
  color: #0f0bb2;
  font-weight: bold;
}
nav .brand-logo img {
  max-width: 200px;
  margin-top: 15px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  color: #0f0bb2;
}
header {
  position: relative;
}
.dropdown-content {
  min-width: 250px;
  max-height: 400px !important;
  height: auto !important;
}

.plaket {
  position: fixed;
  left: 2%;
  top: 10px;
}
.plaket img {
  max-width: 15%;
}
/* index text */
main .index-text {
  padding-top: 20%;
}
main .index-text .btn-large {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
}
main .index-text .btn-large:hover {
  background-color: #15cd1d;
}
main .index-text h2 {
  font-weight: bold;
  line-height: 1;
  margin: 0;
  color: #5f5f5f;
}
main .index-text h5 {
  font-weight: bold;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
  color: #5f5f5f;
}
main .index-text img {
  min-width: 450px;
  margin-bottom: 20px;
}

/*  single page  */
.bread-cumps {
  padding: 5px 0px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.owl-carousel {
  margin-top: 40px;
}
.owl-carousel .item {
  height: 500px;
}
.bread-cumps a {
  color: #2b2b2b;
  display: inline-block;
}

.single-page-header {
  font-weight: 900;
  text-align: center;
  margin-top: 40px;
}
.single-page-header h1 {
  font-weight: 900;
  color: #2c2d2c;
}
.single-page-header p {
  color: #2c2d2c;
  font-weight: 600;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.single-page-text {
  margin-top: 60px;
  margin-bottom: 60px;
}
/* single page  */
.single-page {
  margin: 50px 0px;
}
.single-page .single-banner {
  width: 100%;
  height: auto;
}
.single-page .single-banner img {
  width: 100%;
  object-fit: contain;
  height: 300px;
}
.single-page .single-banner-sp {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
  justify-content: center;;
}
.single-page .single-banner-sp img {
  width: 100% ;

  object-fit: contain !important;
}

.single-header {
  font-weight: 900;
  text-align: center;
  margin-top: 40px;
}
.single-header h3 {
  font-weight: 900;
  color: #2c2d2c;
}
.single-header article {
  color: #2c2d2c;
  font-weight: 200;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.single-text {
  margin-top: 60px;
  margin-bottom: 60px;
}
.info-bar {
  border-bottom: 1px solid #2c2d2c;
  border-top: 1px solid #2c2d2c;
  padding: 5px 5px;
}
/*  product */

.banner {
  height: 400px;
  width: 100%;
}
.banner img {
  width: 100%;
  max-width: 400px;
  display: inline-block;
}
.healt-banner-bg {
  background-color: #2e8fb0;
}
/* products */
.products-container {
  width: 100%;
  height: 500px;
  margin: 40px 0px;
  -webkit-clip-path: polygon(0 23%, 100% 0, 100% 82%, 0 100%);
  clip-path: polygon(0 23%, 100% 0, 100% 82%, 0 100%);
  position: relative;
}
.products-container .products-content {
  position: absolute;
  z-index: 999;
  color: #fff;
  right: 10%;
  top: 18%;
  text-align: right;
}
.products-container:nth-child(odd) {
  background-color: #0f0bb2;
}
.products-container:nth-child(even) {
  background-color: #10af17;
}
.products-content .product-image,
.products-content .product-text {
  display: block;
  float: left;
}
.products-content .product-image {
  padding: 10px;
}
.products-content .product-text {
  width: 60%;
  padding: 10px;
}
.products-content .product-text a {
  color: #fff;
}
.products-container:nth-child(odd) .products-content .product-text a:hover {
  color: #10af17;
}
.products-container:nth-child(even) .products-content .product-text a:hover {
  color: #0f0bb2;
}

.product-image-class {
  width: 100%;
}

/*  contact  */
.map-container {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
#maps {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 70vh;
}
#maps iframe {
  width: 100%;
  height: 70vh;
}

.form-container {
  width: 30%;
  position: absolute;
  right: -25%;
  bottom: 0;
  background-color: #0f0bb2;
  animation-name: form;
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.form-close {
  right: 0%;
  animation-name: formclose;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
input:not([type]),
input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="url"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="date"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="search"]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #0f0bb2;
  -webkit-box-shadow: 0 1px 0 0 #0f0bb2;
  box-shadow: 0 1px 0 0 #0f0bb2;
}

textarea {
  width: 100%;
  height: 3rem;
  border: none;
  border-bottom: solid 1px #fff;
  background-color: transparent;
}
textarea:not([type]):focus:not([readonly]) {
  width: 100%;
  height: 3rem;
  border: none;
  border-bottom: solid 1px #0f0bb2;
  background-color: transparent;
}
label {
  color: #fff;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  width: 100%;
  height: 30px;
  border-radius: 0;
  border: none;
}
@keyframes form {
  to {
    right: 0;
  }
}
@keyframes formclose {
  to {
    right: -25%;
  }
}
#cookie-notice {
  padding: 20px 0px;
  text-align: center;
}
#cn-accept-cookie {
  background-color: #10af17;
  padding: 5px;
  margin-left: 20px;
  border-radius: 5px;
  color: #fff;
}
#kapat {
  padding: 10px;
  display: block;
  height: 30vh;
  color: #fff;
  transition: all 0.5s;
}
.rotate {
  transform: rotate(180deg);
}

/*  Footer  */
footer {
  padding: 40px 0px 0px 0px;
  color: #fff;
}
footer .h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  display: block;
  margin-top:40px;
}
footer .h6 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  display: block;
}
footer .m-left {
  margin-right: 74px;
}
footer .socialIcon {
  display: flex;
  justify-content: flex-start;
  max-width: 150px;
}
footer .socialIcon a {
  color: #fff;
  padding: 10px;
  transition: color 0.3s;
}
footer .socialIcon a:first-child {
  padding-left: 0;
}
footer .socialIcon a:hover {
  color: #0f0bb2;
}
footer .footerCol a {
  color:#fff;
}

/* Blog page  */
.blogs {
  margin: 50px 0px;
}
.blog-image {
  object-fit: cover;
  height: 314px;
}
.news-header {
  text-align: center;
  margin-bottom: 50px;
}
.news-header h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 100px;
}
.news-header p {
  font-weight: 300;
  font-size: 24px;
}
.news-bar {
  margin-bottom: 30px;
}
.news-article-header h3 {
  font-weight: bold;
  margin: 0;
}
.news-article-header p {
  min-height: 200px;
}
.blogs .info-bar ul li {
  display: inline-block;
  width: 10%;
}
.blogs .info-bar ul {
  margin: 0;
}
.blogs .info-bar ul li a {
  color: #2b2b2b;
  transition: all 1s;
}
.blogs .info-bar ul li a:hover {
  color: #5f5f5f;
}
.blogs .info-bar ul li a i {
  transition: all 0.5s;
}
.blogs .info-bar ul li a:hover i {
  transform: translate(10px);
  transition: all 0.5s;
}
.blogs .info-bar ul li:nth-child(3) {
  text-align: right;
  width: 70%;
}
/*  products page  */
/*  Media query  */
@media (min-width: 320px) and (max-width: 480px) {
  .up-nav a {
	font-size: 15px;
}
.onlineBtn {
	margin-bottom: 100px;
  padding: 10px;
  font-size: 16px;
}
  main .index-text img {
    min-width: 300px;
  }
  .plaket {
    position: absolute;
    top: 70px;
    text-align: center;
    left: -206px;
  }
  .plaket img {
    max-width: 20%;
  }
  .product-image-class {
    width: 50%;
  }
  .products-container .products-content {
    top: 11%;
  }
  .products-content .product-text {
    width: 100%;
  }
  .product-text h3 {
    font-size: 2.5rem;
    line-height: 1;
    margin: 0;
  }
  .kutu-img {
    width: 100%;
    height: 100px;
  }
  .products-content .product-image,
  .products-content .product-text {
    float: right;
  }
}
