@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?6l7lgr");
  src: url("../fonts/icomoon/icomoon.eot?6l7lgr#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?6l7lgr") format("truetype"), url("../fonts/icomoon/icomoon.woff?6l7lgr") format("woff"), url("../fonts/icomoon/icomoon.svg?6l7lgr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

/* Resim Büyütme Efektleri */
.grid-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.grid-item .img-wrap {
  overflow: hidden;
  position: relative;
}

.grid-item .img-wrap img {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

.grid-item:hover .img-wrap img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

/* Hover overlay efekti */
.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.grid-item:hover .hover-overlay {
  opacity: 1;
}

/* Resim başlık efekti */
.grid-item .text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.grid-item:hover .text-wrap {
  opacity: 1;
  transform: translateY(0);
}

.grid-item .text-inner h2 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* Magnific Popup Animasyon Efektleri */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Fade animasyonu */
.mfp-with-fade .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-with-fade.mfp-removing .mfp-content {
  opacity: 0;
}

/* Popup içindeki resim için animasyon */
.mfp-with-anim {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s;
}

.mfp-with-anim.mfp-ready {
  opacity: 1;
  transform: scale(1);
}

.mfp-with-anim.mfp-removing {
  opacity: 0;
  transform: scale(0.8);
}

/* Başlık animasyonu */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.fadeInUp {
  animation-name: fadeInUp;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Varela Round", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #d3387b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #d3387b;
  outline: none;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Varela Round", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #d3387b;
}

::-moz-selection {
  color: #fff;
  background: #d3387b;
}

::selection {
  color: #fff;
  background: #d3387b;
}

#fh5co-page {
  position: relative;
  overflow-x: hidden;
}

#fh5co-aside {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  left: -50%;
  width: 50%;
  background: #000;
  background-size: cover;
  color: gray;
  padding: 30px;
  z-index: 100;
  overflow-y: scroll;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-aside .image-bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000 url("../images/img_7.jpg") no-repeat;
  z-index: 1;
  background-size: 100% auto;
}
#fh5co-aside > .row {
  z-index: 5;
  position: relative;
}
#fh5co-aside .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
#fh5co-aside h2 {
  color: #fff;
}
#fh5co-aside #fh5co-aside-inner {
  height: 100%;
  position: relative;
}
#fh5co-aside #fh5co-bio {
  opacity: 0;
}
@media screen and (max-width: 480px) {
  #fh5co-aside {
    left: -85%;
    width: 85%;
  }
}

.aside-toggle, .back-to-home {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 100;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.aside-toggle a, .back-to-home a {
  background: #000;
  font-size: 13px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  z-index: 10;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.aside-toggle a:hover, .aside-toggle a:active, .aside-toggle a:focus, .back-to-home a:hover, .back-to-home a:active, .back-to-home a:focus {
  text-decoration: none;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.aside-toggle a span, .back-to-home a span {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 8;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: #d3387b;
  background: -moz-linear-gradient(left, #d3387b 0%, #8628cd 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d3387b), color-stop(100%, #8628cd));
  background: -webkit-linear-gradient(left, #d3387b 0%, #8628cd 100%);
  background: -o-linear-gradient(left, #d3387b 0%, #8628cd 100%);
  background: -ms-linear-gradient(left, #d3387b 0%, #8628cd 100%);
  background: linear-gradient(to right, #d3387b 0%, #8628cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3387b', endColorstr='#8628cd', GradientType=1 );
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aside-toggle a em, .back-to-home a em {
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: relative;
  z-index: 10;
  font-style: normal;
  color: #fff;
  -webkit-transition-delay: .2s;
  /* Safari */
  -moz-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aside-toggle a:hover, .back-to-home a:hover {
  -webkit-transition-delay: .2s;
  /* Safari */
  -moz-transition-delay: .2s;
  transition-delay: .2s;
  background: transparent;
}
.aside-toggle a:hover em, .back-to-home a:hover em {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.aside-toggle a:hover span, .back-to-home a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .aside-toggle a, .back-to-home a {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .aside-toggle a span, .aside-toggle a em, .back-to-home a span, .back-to-home a em {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.back-to-home {
  left: inherit !important;
  right: 20px;
}

#fh5co-image-grid {
  margin-top: 15px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-image-grid .grid {
  position: relative;
}
#fh5co-image-grid .item {
  position: relative;
}
#fh5co-image-grid .item a {
  position: relative;
  float: left;
  width: 100%;
}
#fh5co-image-grid .item a .img-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#fh5co-image-grid .item a .img-wrap img {
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  transition: transform 0.3s cubic-bezier(.4,2,.6,1), box-shadow 0.3s cubic-bezier(.4,2,.6,1);
}
#fh5co-image-grid .item a .text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  vertical-align: middle;
  background: rgba(211, 56, 123, 0.67);
  background: -moz-linear-gradient(left, rgba(211, 56, 123, 0.77) 0%, rgba(134, 40, 205, 0.77) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(211, 56, 123, 0.77)), color-stop(100%, rgba(134, 40, 205, 0.77)));
  background: -webkit-linear-gradient(left, rgba(211, 56, 123, 0.77) 0%, rgba(134, 40, 205, 0.77) 100%);
  background: -o-linear-gradient(left, rgba(211, 56, 123, 0.77) 0%, rgba(134, 40, 205, 0.77) 100%);
  background: -ms-linear-gradient(left, rgba(211, 56, 123, 0.77) 0%, rgba(134, 40, 205, 0.77) 100%);
  background: linear-gradient(to right, rgba(211, 56, 123, 0.77) 0%, rgba(134, 40, 205, 0.77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3387b', endColorstr='#8628cd', GradientType=1 );
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-image-grid .item a .text-wrap .text-inner {
  width: 100%;
  height: 100%;
  display: table;
}
#fh5co-image-grid .item a .text-wrap .text-inner:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f064";
  font-size: 20px;
  color: #fff;
}
#fh5co-image-grid .item a .text-wrap .text-inner.popup:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-size: 20px;
  color: #fff;
}
#fh5co-image-grid .item a .text-wrap .text-inner > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#fh5co-image-grid .item a .text-wrap .text-inner > div h2 {
  font-size: 18px;
  margin: 0;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #fh5co-image-grid .item a .text-wrap .text-inner > div h2 {
    font-size: 15px;
  }
}
#fh5co-image-grid .item a .text-wrap .text-inner > div span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
#fh5co-image-grid .item a:hover .img-wrap img {
  transform: scale(1.04);
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
#fh5co-image-grid .item a:hover .text-wrap {
  opacity: 1;
  visibility: visible;
}
#fh5co-image-grid .item {
  margin-bottom: 0 !important;
}
#fh5co-image-grid .grid {
  gap: 0 !important;
}

.fh5co-social a {
  font-size: 26px;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}
@media screen and (max-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

.grid-item {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.js .animate-box {
  opacity: 0;
}

.curl-img-container {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: #fff;
}
.curl-img-container .main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.curl-corner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 48%;
  pointer-events: none;
  z-index: 2;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
  transition: transform 0.5s cubic-bezier(.4,2,.6,1), opacity 0.5s;
  opacity: 0.7;
}
.curl-img-container:hover .curl-corner {
  transform: translate(-10px, -10px) scale(1.08) rotate(-8deg);
  opacity: 1;
}
.curl-pattern {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  background: #fafafa;
}
.curl-popup-btn {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.curl-img-container:hover .curl-popup-btn {
  opacity: 1;
}
.curl-popup-main {
  top: 0;
  left: 0;
  width: 32%;
  height: 32%;
}
.curl-popup-pattern {
  right: 0;
  bottom: 0;
  width: 48%;
  height: 48%;
}
.curl-popup-main:after {
  content: '\1F50D'; /* büyüteç ikonu */
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 22px;
  color: #d3387b;
  background: #fff;
  border-radius: 50%;
  padding: 2px 4px;
}
.curl-popup-pattern:after {
  content: '\1F4C4'; /* doküman ikonu */
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 22px;
  color: #222;
  background: #fff;
  border-radius: 50%;
  padding: 2px 4px;
}

#patterns-gallery .img-wrap img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  display: block;
  min-height: 220px;
  min-width: 220px;
}
#patterns-gallery .img-wrap {
  overflow: hidden;
}
#patterns-gallery .img-wrap img {
  transition: transform 0.3s cubic-bezier(.4,2,.6,1), box-shadow 0.3s cubic-bezier(.4,2,.6,1);
}
#patterns-gallery .img-wrap:hover img {
  transform: scale(1.04);
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
#patterns-gallery .grid-item,
#patterns-gallery .img-wrap,
#patterns-gallery .img-wrap img,
#patterns-gallery .grid-sizer,
#patterns-gallery .grid {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  gap: 0 !important;
}
#patterns-gallery .grid-sizer {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}
#patterns-gallery .grid {
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
#patterns-gallery {
  gap: 0 !important;
}
#patterns-gallery .text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  vertical-align: middle;
  background: linear-gradient(to right, rgba(211, 56, 123, 0.77) 0%, rgba(134, 40, 205, 0.77) 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
#patterns-gallery .text-wrap .text-inner {
  width: 100%;
  height: 100%;
  display: table;
}
#patterns-gallery .text-wrap .text-inner > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#patterns-gallery .text-wrap .text-inner > div h2 {
  font-size: 18px;
  margin: 0;
  color: #fff;
  display: inline-block;
}
#patterns-gallery .img-wrap:hover + .text-wrap,
#patterns-gallery .text-wrap:hover,
#patterns-gallery .img-wrap:focus + .text-wrap {
  opacity: 1;
  visibility: visible;
}
#patterns-gallery .img-wrap {
  position: relative;
}
#patterns-gallery .grid-item a {
  position: relative;
  display: block;
}
#patterns-gallery .grid-item:hover .text-wrap {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=style.css.map */
