@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1;
  padding-top: 92px;
  background-color: #f9f5f5;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

#header {
  padding: 7px 0;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
}
#header .container nav ul {
  display: flex;
  align-items: center;
}
#header .container nav ul li {
  margin-left: 20px;
}
#header .container nav ul li a {
  color: #000;
  padding: 10px 0;
  display: inline-block;
  transition: 300ms all;
  border-bottom: 1px solid transparent;
}
#header .container nav ul li a:hover {
  border-color: #000;
}
#header .container nav ul li.active {
  font-weight: bold;
}

.logo {
  width: 172px;
  height: 78px;
  overflow: hidden;
  display: inline-block;
  transition: 300ms all;
}
.logo:hover {
  opacity: 0.5;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.open-menu-btn {
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: none;
}
.open-menu-btn svg {
  width: 100%;
  height: 100%;
}

.close-menu-btn {
  position: fixed;
  top: -100%;
  z-index: 999;
  padding: 10px;
  transition: 300ms all;
  right: calc(70% + 30px);
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.close-menu-btn svg {
  width: 100%;
  height: 100%;
}
.close-menu-btn.show {
  top: 15px;
}

#main-slider {
  height: calc(100vh - 92px);
  position: relative;
  overflow: hidden;
}
#main-slider .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#main-slider .swiper-slide .image {
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
#main-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  object-position: center;
}
#main-slider .swiper-button-before {
  right: calc(20% + 70xp);
  left: auto !important;
  top: auto !important;
  bottom: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.6705882353);
  backdrop-filter: blur(10px);
  z-index: 3;
}
#main-slider .swiper-button-before::after {
  font-size: 16px !important;
}
#main-slider .swiper-button-next {
  right: 20%;
  top: auto !important;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.6705882353);
  backdrop-filter: blur(10px);
  z-index: 3;
}
#main-slider .swiper-button-next::after {
  font-size: 16px !important;
}
#main-slider .swiper-button-prev {
  right: calc(20% + 70px);
  left: auto !important;
  top: auto !important;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.6705882353);
  backdrop-filter: blur(10px);
  z-index: 3;
}
#main-slider .swiper-button-prev::after {
  font-size: 16px !important;
}
#main-slider .title {
  position: absolute;
  bottom: 30px;
  z-index: 3;
  color: #fff;
  font-size: 62px;
  line-height: 1.4;
  font-weight: 600;
  max-width: 450px;
}
#main-slider .productSliderContent {
  width: 700px;
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  bottom: 100px;
  margin-right: -50px;
  right: 0;
  z-index: 10;
}
#main-slider .productSliderContent .swiper {
  width: 100%;
  height: 350px;
}
#main-slider .productSliderContent .product {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#main-slider .productSliderContent .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#banner {
  margin: 90px 0;
  background-color: #eeecec;
}
#banner .item {
  display: flex;
  align-items: center;
  color: #000;
}
#banner .item .icon {
  width: 115px;
  height: 130px;
  overflow: hidden;
  margin-right: 25px;
}
#banner .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#banner .item .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3px;
  text-transform: uppercase;
}
#banner .item .desc {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.page-title {
  margin-bottom: 40px;
}
.page-title .title {
  font-size: 42px;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  border-bottom: 1px solid #000;
}

#collections .item {
  display: inline-block;
  width: 100%;
}
#collections .item .image {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin-bottom: 25px;
}
#collections .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 300ms all;
}
#collections .item strong {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}

.readmore-btn {
  display: inline-flex;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  padding: 7px;
  position: relative;
  transition: 300ms all;
}
.readmore-btn::after {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  transition: 300ms all;
  z-index: -1;
}
.readmore-btn svg path {
  transition: 300ms all;
}
.readmore-btn:hover {
  color: #fff;
}
.readmore-btn:hover::after {
  height: 100%;
}
.readmore-btn:hover svg path {
  fill: #fff !important;
}

#gallery {
  padding: 60px 0;
}
#gallery .content {
  display: flex;
  flex-wrap: wrap;
}
#gallery .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 300ms all;
}
#gallery .content img:hover {
  transform: scale(1.1);
}
#gallery .content .medium-box {
  display: inline-block;
  width: calc(33.3333333333% - 14px);
  height: 400px;
  margin: 7px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #707070;
}
#gallery .content .small-box {
  display: inline-block;
  width: calc(33.3333333333% - 14px);
  margin: 7px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #707070;
}
#gallery .content .large-box {
  display: inline-block;
  width: calc(66.6666666667% - 14px);
  margin: 7px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #707070;
}
#gallery .content a:last-child {
  margin-top: -193px;
}

#hero-section {
  height: 500px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
#hero-section::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
#hero-section .title {
  color: #fff;
  font-size: 62px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

#about {
  margin: 60px 0 120px 0;
}
#about .row {
  margin-bottom: 60px;
}
#about .image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 19px 20px 6px rgba(0, 0, 0, 0.16);
}
#about .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#about .title {
  font-size: 52px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
}
#about p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
}
#about .images {
  position: relative;
  display: flex;
  flex-direction: column;
}
#about .images .big-image {
  margin-left: auto;
  width: 100%;
  max-width: 400px;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 19px 20px 6px rgba(0, 0, 0, 0.16);
}
#about .images .big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#about .images .small-image {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 19px 20px 6px rgba(0, 0, 0, 0.16);
}
#about .images .small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#slider-hero-section {
  position: relative;
  height: 500px;
  overflow: hidden;
}
#slider-hero-section .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#slider-hero-section .swiper-slide .image {
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
#slider-hero-section .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  object-position: center;
}
#slider-hero-section .swiper-button-before {
  right: calc(20% + 70xp);
  left: auto !important;
  top: auto !important;
  bottom: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.6705882353);
  backdrop-filter: blur(10px);
  z-index: 3;
}
#slider-hero-section .swiper-button-before::after {
  font-size: 16px !important;
}
#slider-hero-section .swiper-button-next {
  right: 20%;
  top: auto !important;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.6705882353);
  backdrop-filter: blur(10px);
  z-index: 3;
}
#slider-hero-section .swiper-button-next::after {
  font-size: 16px !important;
}
#slider-hero-section .swiper-button-prev {
  right: calc(20% + 70px);
  left: auto !important;
  top: auto !important;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.6705882353);
  backdrop-filter: blur(10px);
  z-index: 3;
}
#slider-hero-section .swiper-button-prev::after {
  font-size: 16px !important;
}
#slider-hero-section .container {
  position: relative;
  z-index: 2;
  height: calc(100% - 70px);
  margin-bottom: 70px;
}
#slider-hero-section .title {
  margin-top: auto;
  color: #fff;
  font-size: 62px;
  line-height: 1.4;
  font-weight: 600;
}

#collections-content {
  margin: 60px 0;
}
#collections-content .item {
  width: 100%;
  display: inline-flex;
	flex-direction: column;
	align-items: center;
  margin-bottom: 30px;
	padding: 40px;
	border: 1px solid #c9cbcc;;
}
#collections-content .item .image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
#collections-content .item .image img {
  width: 100%;
	height: 100%;
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
#collections-content .item .title {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

#collections-detail {
  margin: 60px 0;
}
#collections-detail .item {
  display: inline-flex;
	flex-direction: column;
	align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
#collections-detail .item .image {
  width: 100%;
	max-width: 270px;
  height: 405px;
  overflow: hidden;
  margin-bottom: 25px;
}
#collections-detail .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 300ms all;
}
#collections-detail .item strong {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
}

#product-detail {
  margin: 60px 0;
}
#product-detail .swiper {
  width: 100%;
  height: 405px;
}
#product-detail .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
#product-detail .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
	object-position: center;
}
#product-detail .swiper {
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
#product-detail .swiper-slide {
  background-size: cover;
  background-position: center;
}
#product-detail .mySwiper2 {
  height: 75%;
  width: 100%;
}
#product-detail .mySwiper {
  height: 15%;
  box-sizing: border-box;
  padding: 10px 0;
}
#product-detail .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
#product-detail .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
#product-detail .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
	object-position: center;
}

#product-detail .labels ul {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
}
#product-detail .labels ul li {
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
#product-detail .labels ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#product-detail .title {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 5px;
}
#product-detail .sub-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
#product-detail .desc p {
  margin-bottom: 15px;
  line-height: 2;
}

#contact {
  margin: 60px 0;
}

#contact-detail {
  padding-top: 90px;
}
#contact-detail .bg {
  background-color: #eeecec;
  padding: 20px 0;
}
#contact-detail .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact-detail .item .icon {
  margin-bottom: 20px;
}
#contact-detail .item a,
#contact-detail .item p {
  color: #000;
  line-height: 1.4;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

#contact-form {
  margin: 60px 0;
}

#map {
  margin-bottom: 100px;
  overflow: hidden;
}

#Iller,
#Ilceler {
  font-size: 24px;
  font-weight: 500;
}

#map-section .map-item {
  height: 500px !important;
  overflow: hidden;
}
#map-section .map-item iframe {
  height: 100% !important;
  width: 100% !important;
}

#blog {
  margin: 60px 0;
}
#blog .title {
  font-size: 52px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
}
#blog p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
}
#blog .images {
  position: relative;
  display: flex;
  flex-direction: column;
}
#blog .images .big-image {
  width: 100%;
  max-width: 400px;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 19px 20px 6px rgba(0, 0, 0, 0.16);
}
#blog .images .big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#blog .images .small-image {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 100%;
  max-width: 300px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 19px 20px 6px rgba(0, 0, 0, 0.16);
}
#blog .images .small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#faq {
  padding-top: 60px;
  margin-bottom: 60px;
}
#faq .accordion {
  background-color: #242434;
  color: #fff;
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 15px 40px;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#faq .accordion .icon {
  transition: 300ms all;
  margin-left: 10px;
}
#faq .accordion.active .icon {
  transform: rotate(-180deg);
}
#faq .panel {
  margin: 0 40px 15px 40px;
  background-color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #707070;
  border-top: 0 !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#faq .panel .content {
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
#faq-contact{
  padding-top: 150px;
}
#faq-contact .accordion {
  background-color: #050516;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#faq-contact .active,
#faq-contact .accordion:hover {
  background-color: rgba(5, 5, 22, 0.7960784314);
}
#faq-contact .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#faq-contact .panel .content {
  padding: 25px;
}
#faq-contact .panel .content .title {
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
}
#faq-contact .panel .content strong {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

#footer {
  padding-top: 60px;
  background-color: #fff;
}
#footer ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#footer ul li a {
  color: #000;
  transition: 300ms all;
}
#footer ul li a:hover {
  opacity: 0.5;
}
#footer ul li .icon {
  margin-right: 20px;
}
#footer ul li p {
  line-height: 1.4;
  color: #000;
  font-weight: 500;
}
#footer .social-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#footer .social-media li {
  margin: 0 0 0 20px;
}
#footer strong {
  display: block;
  text-align: end;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 7px;
}
#footer .desc {
  text-align: end;
  line-height: 1.6;
  margin-bottom: 25px;
}
#footer input {
  border: none;
  color: #fff;
  background-color: #000;
  padding: 12px 25px;
  border-radius: 20px;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
}
#footer input::placeholder {
  color: #fff;
}
#footer .copyright {
  font-size: 14px;
  text-align: center;
}
#footer .my-logo {
  display: inline-block;
  margin-top: 45px;
  width: 130px;
  height: 55px;
  overflow: hidden;
  margin-left: auto;
  transition: 300ms all;
}
#footer .my-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#footer .my-logo:hover {
  opacity: 0.5;
}

.footer-logo {
  display: inline-block;
  width: 100%;
  max-width: 330px;
  height: 130px;
  overflow: hidden;
  margin-bottom: 30px;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media only screen and (max-width: 1200px) {
  #header .open-menu-btn {
    display: block;
  }
  #header nav {
    position: fixed;
    width: 70%;
    top: 0;
    right: -100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    padding: 40px 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    transition: 300ms all;
    border-left: 1px solid #000000;
  }
  #header nav.active {
    right: 0;
  }
  #header nav ul {
    flex-direction: column;
    align-items: start !important;
    width: 100%;
  }
  #header nav ul li {
    width: 100%;
    margin: 0 !important;
  }
  #header nav ul li a {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 998px) {
  #collections .item {
    margin-bottom: 30px;
  }
  #product-detail .labels {
    margin-bottom: 30px;
  }
  #product-detail .title {
    font-size: 28px;
  }
  #product-detail .sub-title {
    font-size: 18px !important;
  }
  #Iller {
    margin-bottom: 15px;
  }
  #about .image {
    margin-bottom: 30px;
  }
  #blog .images {
    margin-bottom: 80px;
  }
  #contact-detail .item {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  #main-slider .title {
    bottom: 70px !important;
  }
  #gallery .medium-box,
  #gallery .large-box,
  #gallery .small-box {
    height: 200px !important;
  }
  #gallery a:last-child {
    margin-top: 10px !important;
  }
  #hero-section {
    height: 300px;
  }
  #hero-section .title {
    font-size: 32px !important;
  }
}
@media only screen and (max-width: 468px) {
  #main-slider {
    height: 300px !important;
  }
  #main-slider .title {
    font-size: 32px;
    bottom: 40px !important;
  }
  #main-slider .swiper-button-prev,
  #main-slider .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
  }
  #main-slider .swiper-button-prev {
    right: 60px !important;
  }
  #main-slider .swiper-button-next {
    right: 15px !important;
  }
  #gallery .medium-box,
  #gallery .large-box,
  #gallery .small-box {
    width: calc(100% - 14px) !important;
    height: 200px !important;
  }
  #gallery a:last-child {
    margin-top: 0 !important;
  }
  #map {
    margin-bottom: 60px !important;
  }
  #contact-detail {
    padding-top: 40px;
  }
  #Iller,
  #Ilceler {
    font-size: 18px;
  }
  #banner .item {
    flex-direction: column;
    text-align: center;
    margin: 15px 0;
  }
  #banner .item .icon {
    width: 90px !important;
    margin: 0 !important;
  }
  #about .title {
    font-size: 32px;
  }
  #about .image {
    height: 300px !important;
    margin-bottom: 30px;
  }
  #about .images .big-image {
    position: static !important;
    margin-bottom: 15px;
    height: 250px;
    width: 100%;
  }
  #about .images .small-image {
    position: static !important;
    margin-bottom: 15px;
    height: 250px;
    max-width: 100%;
  }
  #faq .accordion {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  #faq .panel {
    margin-left: 20px;
    margin-right: 20px;
  }
  #blog .images {
    margin-bottom: 30px;
  }
  #blog .images .big-image {
    position: static !important;
    margin-bottom: 15px;
    height: 250px;
    width: 100%;
  }
  #blog .images .small-image {
    position: static !important;
    margin-bottom: 15px;
    height: 250px;
    max-width: 100%;
  }
  #blog .title {
    font-size: 32px;
  }
  body {
    padding-top: 72px !important;
  }
  #contact-detail svg {
    width: 34px !important;
  }
  #contact-detail .icon {
    margin-bottom: 10px !important;
  }
  #contact-detail a,
  #contact-detail p {
    font-size: 16px !important;
  }
  .logo {
    width: 130px !important;
    height: 50px !important;
  }
  #header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #slider-hero-section {
    height: 300px !important;
  }
  #slider-hero-section .title {
    font-size: 32px !important;
  }
  #slider-hero-section .swiper-button-prev,
  #slider-hero-section .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
  }
  #slider-hero-section .swiper-button-prev {
    right: 60px !important;
  }
  #slider-hero-section .swiper-button-next {
    right: 15px !important;
  }
  #slider-hero-section .container {
    height: calc(100% - 40px) !important;
    margin-bottom: 40px !important;
  }
  .page-title .title {
    font-size: 28px !important;
  }
  #map-section .map-item {
    height: 300px !important;
  }
}
.blur-bg{
  width: 100% !important;
  height: 100% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.blur-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: pulse 2.5s infinite;
  background-color: var(--text-color);
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}

.blur-bg.loaded::before {
  animation: none;
  content: none;
}

.blur-bg img {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}

.blur-bg.loaded img {
  opacity: 1;
}
.blur-bg.loaded {
  background-image: none !important;
 }