/**********************************/
/* Project   :  Trinity Bath Html v.1 */
/* Creation  :  Jan, 2019 */
/* Preparing :  Ismail FIDAN */
/* Company   :  Tek Fikir */
/* Web Site  :  www.tekfikir.com */
/* E-Mail    :  info@tekfikir.com */
/**********************************/
body {
  background-color: #f9f9f9;
}
.main {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding-bottom: 100px	;
}
.main:before {
  content: '';
  background: url("../images/header-bg.png") repeat-y top center;
  display: block;
  position: absolute;
  height: 340px;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.main .wrapper .logo {
  margin: 50px auto 20px 10px;
  display: block;
  text-align: center;
}
.main .wrapper .logo a {
  display: inline-block;
}
.main .wrapper .desc {
  font: normal 20px/28px 'HeronSans', sans-serif;
  color: #6a5536;
  text-align: center;
}
.main .wrapper .desc:before {
  content: '';
  display: block;
  margin: 0 auto 20px;
  height: 5px;
  width: 140px;
  background-color: #ede4e4;
}
.main .brand-logos {
  position: relative;
  margin: 30px 0 0;
}
.main .brand-logos .brand-logo-container {
  position: absolute;
  z-index: 11;
  background-color: rgba(249, 249, 249, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.main .brand-logos .wrapper {
  position: relative;
}
.main .brand-logos .wrapper .button-group .button-item {
  height: 120px;
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.main .brand-logos .wrapper .button-group .button-item:hover {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.main .brand-logos .wrapper .button-group .button-item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.main .brand-logos .wrapper .button-group .button-item a span {
  width: 100%;
  text-align: center;
}
.main .brand-logos .wrapper .button-group .button-item a span img {
  margin: auto;
}
.main .brand-logos .wrapper .button-group .button-item.not-active {
  cursor: pointer;
}
.main .brand-logos .wrapper .button-group .button-item.not-active:before {
  content: 'MAĞAZAMIZ HAZIRLANIYOR!';
  font: 500 18px/1 'HeronSans', sans-serif;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 150%;
  background-color: rgba(90, 63, 24, 0.9);
  color: #fff;
  position: absolute;
  z-index: 111;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-filter: opacity(0);
  filter: opacity(0);
}
.main .brand-logos .wrapper .button-group .button-item.not-active:hover:before {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.main .copyright {
  background-color: #f9f9f9;
  position: absolute;
  padding: 15px 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font: 500 14px/1 'HeronSans', sans-serif;
  color: #785721;
}
.main .copyright span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
  margin: 0 3px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}
.swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 33px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 2px;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 200px;
}
@media screen and (max-width: 991px) {
  .main .brand-logos .brand-logo-container .container {
    width: 100%;
  }
  .main .brand-logos .wrapper .button-group .button-item {
    margin: 10px 0;
  }
}
/*# sourceMappingURL=custom.css.map */