html,
body {
  height: 100%;
}

body {
  background-color: #f0f0f0;
  /** font-family: 'Roboto', sans-serif; **/

  font-weight: 600;
  transition: opacity 500ms;
}

body:not(.ready) {
  opacity: 0;
}

body.ready {
  opacity: 1;
}

header {
  position: absolute;
  left:0;
  right:0;
  z-index: 10;
  margin-top: 50px;
  margin-bottom: 50px;
}

a.img {
  display: inline-block;
  margin: 0px;
  margin-left: 10px;
}

a.img img {
  max-height: 100px;
}

nav {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  position: relative;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0px 0px 20px rgba(100, 100, 100, 0.5);
  padding: 0px 5px 5px;
  border: 1px solid #c32029;
}

nav ul {
  list-style-type: none;
  margin: 0px 20px 0px 10px;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  display: block;
  padding: 40px 20px 40px;
  color: #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: medium;
  font-family: sans-serif;
}

nav ul li a:hover {
}

nav ul li.href a {
  background-color: #c32029;
  color: #fff;
  padding: 40px 20px;
}

nav ul li a {
  position: relative;
  transition: background-color 1000ms ease, color 1000ms ease;
}

nav ul li.active a,
nav ul li.current a,
nav ul li a:focus {
  background-color: #5292ae;
  color: #fff;
  outline: none;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.08);
}

nav ul li:hover a {
  background-color: #5292ae;
  color: #fff;
}

.example {
  /* margin-top: -220px; */
}

header .after {
  display: block;
  width: 100%;
  filter: url("#flt_tag");
}

header .filter {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 60%, 0 100%);
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  z-index: -1;
  margin-top: -20px;
  height: 40px;
  background-color: rgb(195, 32, 41);
}

footer {
  margin-top: 50px;
  background-color: #1f1f1f;
  min-height: 380px;
}

.font-900 {
  font-weight: 900;
}

.font-700 {
  font-weight: 700;
}

.mtop-100 {
  margin-top: -100px;
}

.slick-1 {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  margin: 10px 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  padding: 0px 0px;
  text-decoration: none;
  overflow: hidden;
  border: 0px solid rgba(255, 255, 255, 0.1);
  transition: all 500ms;
}

.slick-1:hover {
  border: 0px solid rgb(82, 146, 174, 1);
}

.slick-1 h6 {
  background-color: rgba(0, 0, 0, 1);
  padding: 15px 10px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  font-size: 1em;
  position: relative;
  z-index: 10;
  margin: 0;
}

span.btn-action {
  border-radius: 5px;
  color: #fff;
  background-color: #5292ae;
  display: inline-block;
  padding: 8px;
  font-size: 0.8em;

  margin-top: 20px;
}

span.img-slick-1 {
  /*
    max-width: 100%;
    border-radius: 5px;
    margin: 0px 0px 20px;
    */
  transition: all 1000ms;
  min-height: 200px;
  display: block;
  background-size: cover;
}

.slick-1:hover .img-slick-1 {
  transform: scale(1.1);
}

footer{
    
padding-top: 50px;    
}

.img-footer {
  margin: 0px 0px 0px;
}

.footer-p {
  margin: 10px 0px;
  display: inline-block;
  max-width: 90%;
  padding-left: 10px;
  font-weight: normal;
}

.footer-span {
  font-weight: bold;
  color: #a0a0a0;
}

.footer-article {
  color: #f0f0f0;
  padding: 5px 5px;
  display: block;
  font-size: 1em;
  margin: 20px 0px;
}

.footer-article:not(:last-child) {
  border-bottom: 1px dashed #a0a0a0;
}

.section {
  min-height: max-content;
  margin: 20px 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: block;
  text-decoration: none;
  font-weight: 400;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.img-100 {
  max-width: 100%;
  max-height: 100%;
}

.img-rounded {
  border-radius: 5px;
}

.img-rounded-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.border-rounded {
  border-radius: 5px;
}

.border-rounded-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.border-rounded-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.h6-section {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 10px;
  color: #fff;
  margin: 0px;
  margin-top: -50px;
  display: block;
  position: relative;
}

.p-section {
  color: #fff;
  font-size: 0.8em;
  padding: 10px;
  background-color: #8a8a8a;
}

.bg-default {
  background-color: #5292ae;
}

.section:hover .h6-section {
  background-color: rgba(0, 0, 0, 0.8);
}

.nav-footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 0px;
}

.nav-footer li {
  line-height: 2em;

  /* display: inline-block; */
}

.nav-footer li a {
  color: #f0f0f0;
  text-decoration: none;
  font-weight: 600;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
}

.nav-footer li a:hover {
  color: #000000;
  background-color: rgba(255,255,255,0.5);
  
}

.h5-nav-footer {
  color: #fff;
}

.mtop-220 {
  /* margin-top: -220px; */
}

.main-header {
  min-height: 340px;
  /* 
    */
  background-image: url("../rm309-adj-05.jpg");

  background-size: cover;
  background-position: center;
  /* background-color: #1f1f1f */;
  position: relative;
}

.bg-main-header {
  /* background-color: rgba(0,0,0, 0.8); */
  /* background-color: rgba(82, 146, 174, 0.8); */
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.1);
}

.minh-500 {
  min-height: 500px;
}

.main-header-h1 {
  background-color: rgb(82, 146, 174);
  backdrop-filter: blur(5px);
  display: block;
  max-width: max-content;
  margin-top: 180px;
  margin: 180px auto auto;
  padding: 20px 50px;
  border-radius: 10px;
  font-size: 1.5em;
  color: white;
  font-weight: 600;
}

.after-shape {
  display: block;
  width: 100%;
  filter: url("#flt_tag");
  position: relative;
  z-index: -1;
}

.filter-shape {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 60%, 0 100%);
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  z-index: -1;
  margin-top: -20px;
  height: 40px;
  background-color: rgb(195, 32, 41);
}

.mbottom-50 {
  margin-bottom: 50px;
}

.bg-content {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.toggle {
  display: none;
}

.slick-1 h6 {
  text-align: center;
}

.w100-m30 {
  max-width: calc(100% - 30px);
}

.text-justify {
  text-align: justify;
}

.p-30 {
  padding: 30px;
}

.article-index {
  line-height: 1.3em;
}

.section {
  padding: 30px;
  border: 1px solid #c32029;
}

.section-block {
}

.section-block {
}

.mmedya {
  display: block;
  min-height: 350px;
  background-size: cover;
  margin: 5px;
  border-radius: 5px;
  background-position: center;
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #5292ae;
}

.hizmett {
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  display: block;
  text-decoration: none;
  margin-bottom: 50px;
  background-color: #ffffff;
}

.hizmett-img {
  background-position: center;
  background-size: cover;
  min-height: 180px;
  display: block;
  margin: 10px;
  position: relative;
  border-radius: 5px;
}

.hizmett-img:after,
.mmedya:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: #c32029;
  transition: opacity 500ms;
  opacity: 0;
  border-radius: 5px;
}

.hizmett-img:hover:after,
.mmedya:hover:after {
  opacity: 0;
}

.hizmett-baslik {
  background-color: #c32029;
  font-size: 1em;
  color: #fff;
  padding: 10px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-decoration: none;
  margin: 0px;
  text-align: center;
  font-weight: 400;
}

.gallery-grids {
  width: 25%;
}

.gallery-grids.mmedya-25 {
  width: 25%;
}

.gallery-grids.hizmett-20 {
  width: 20%;
}

.hizmett-h2 {
}

.mmedya:after {
  border-radius: 5px;
}

.hizmett,
.mmedya {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.gallery-rows {
}

.gallery-rows .hizmett {
  padding: 10px;
}

.gallery-rows .hizmett .hizmett-img:after {
  background-color: #5292ae;
}

.gallery-rows .hizmett .hizmett-img {
  width: 100%;
  height: 100px;
  margin: 0px;
  border: 0px solid transparent;
}

.gallery-rows .hizmett.zero p {
  color: #000;
  padding: 10px;
  padding-left: 0px;
  padding-bottom: 0px;
  font-weight: 400;
}

.gallery-rows .hizmett.one p {
  color: #000;
  padding: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: right;
  font-weight: 400;
}

.gallery-rows .hizmett .hizmett-baslik {
  background-color: transparent;
  text-align: left;
  color: #c32029;
  padding: 10px 0px 0px;
  font-weight: 400;
}

.gallery-rows .hizmett.zero .hizmett-img:after {
  /*
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    */
}

.gallery-rows .hizmett.zero .hizmett-img {
  /*
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    */
}

.gallery-rows .hizmett.zero .hizmett-baslik {
  text-align: left;
}

.gallery-rows .hizmett.one .hizmett-img:after {
  /*
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    */
}

.gallery-rows .hizmett.one .hizmett-img {
  /*
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    */
}

.gallery-rows .hizmett.one .hizmett-baslik {
  text-align: right;
}

.index-img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.fa-footer-span{
    display: inline-block;
    color: #000000;
    border-radius: 5px;
    font-size: 2em;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    
}

@media screen and (max-width: 1024px) {
  .toggle {
    display: block;
    padding: 5px 15px;
    border-radius: 50%;
    margin: 0px auto;
    background-color: white;
    color: #c32029;
    width: 60px;
    height: 60px;
    font-size: 2.1em;
    /* margin-top: -50px; */
    top: -50px;
    z-index: 10;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }

  header {
    margin-top: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
  }

  .example {
    margin-top: 0px;
  }

  nav {
    display: block;
  }

  nav a.img {
    display: block;
    padding: 10px 20px;
  }

  a.img img {
    display: block;
    margin: 0px auto;
  }

  nav ul {
    margin: 0px 20px;
    padding: 0px;
    display: none;
  }

  nav ul li {
    display: block;
    margin: 5px 0px 5px;
    border-bottom: 1px solid #c32029;
  }

  nav ul li:last-child {
    padding-bottom: 20px;
    border-bottom: 0px;
  }

  nav ul li a {
    padding: 10px 20px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
  }

  header .after {
    /* display: none; */
  }

  .main-header {
    margin-top: 0px;
  }

  .gallery-grids {
    max-width: 50%;
    min-width: 50%;
  }
}
