html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}


body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

@font-face {
    font-family: "allison_script";
    src: url("../webfonts/fontsfree-net-allison-scriptregular_1.woff2") format("woff2"), url("../webfonts/fontsfree-net-allison-scriptregular_1.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Playwrite+IE:wght@100..400&display=swap');


article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: inherit;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a{
    transition: all .3s ease;
}
 img{
    max-width: 100%;
 }

 .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top {
    padding: 10px 0;
}

.header-top-wrapper .left-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-top-wrapper .right-icons ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    gap: 10px;
    font-size: 20px;
    margin: 0;
}

.header-wrapper .logo-link img {
    max-width: 180px;
}

.header-wrapper ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 60px;
    font-size: 18px;
}

.header-wrapper .row {
    align-items: center;
}

header {
    padding: 10px 0;
}

.header-top {
    background: #f4f4f4;
}

a.offer-btn {
    display: inline-flex;
    padding: 10px 30px;
    color: #ffffff;
    background: linear-gradient(90deg,rgba(139, 18, 22, 1) 0%, rgba(139, 18, 22, 1) 18%, rgba(0, 0, 0, 1) 100%);
    border-radius: 2px;
    font-size: 20px;
    font-weight: 500;
    gap: 10px;
}

.btn-area-right{
    display: flex;
    align-items: center;
    justify-content: end;
}

.swiper-container{
    overflow: hidden;
}

.swiper-slider img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.swiper-slider .swiper-slide {
    position: relative;
}

.swiper-slider .swiper-slide::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    top: 0;
    left: 0;
}


.swiper-slider .swiper-slide .slider-content {
    position: absolute;
    top: 30%;
    left: 15%;
    z-index: 99;
    color: white;
    width: 40%;
}

.swiper-slider .swiper-slide .slider-content .title {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 30px;
}

.swiper-slider .swiper-slide .slider-content .desc {
    font-size: 22px;
    margin-bottom: 30px;
}

.about-component {
    padding: 150px 0 30px 0;
}

.about-content .title {
    font-size: 24px;
    font-weight: 600;
}

.location-component {
    padding-bottom: 150px;
}

.location-component .top-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-component .section-title {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.service-box {
    display: block;
    padding: 5px;
    background: linear-gradient(90deg,rgba(139, 18, 22, 1) 0%, rgba(139, 18, 22, 1) 18%, rgba(0, 0, 0, 1) 100%);
    color: white;
    margin-bottom: 24px;
}

.service-box .title {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

section.service-component {
    margin-bottom: 200px;
}

.service-box img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.seo-wrapper {
    height: 500px;
    overflow: auto;
}

.seo-component {
    padding-bottom: 150px;
}

footer {
    padding: 80px 0;
    background: black;
}

.footer-menu ul {list-style-type: none;color: white;padding: 0;margin: 0;display: grid;grid-template-columns: 1fr 1fr 1fr;font-size: 17px;}

.footer-menu .title {
    font-size: 22px;
    color: white;
    font-weight: bold;
    margin-bottom: 30px;
}

.footer-menu ul li {
    margin-bottom: 20px;
}

.floating-menu {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.float-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.float-btn:hover {
  transform: scale(1.1);
}

/* Renkler */
.phone {
  background: #007bff;
}

.whatsapp {
  background: #25D366;
}

.location {
  background: #ff3b3b;
}

.footer-bottom {
    text-align: center;
    padding: 10px;
    background: linear-gradient(90deg,rgba(139, 18, 22, 1) 0%, rgba(139, 18, 22, 1) 18%, rgba(0, 0, 0, 1) 100%);
    color: white;
}

.breadcrumb {
    padding: 30px 0;
    background: linear-gradient(90deg,rgba(139, 18, 22, 1) 0%, rgba(139, 18, 22, 1) 18%, rgba(0, 0, 0, 1) 100%);
    color: white;
}

.breadcrumb .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
        flex-wrap: wrap;
}

.breadcrumb .container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
}

.breadcrumb .container ul li a {
    position: relative;
}

.breadcrumb .container ul li a::before {
    position: absolute;
    content: '|';
    right: -12px;
}

.detail-page {
    padding: 80px 0;
}


.contact-infos-left .title {
    font-size: 28px;
    font-weight: 500;
    color: #13232f;
}

.contact-infos-left ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.contact-infos-left ul li a {
    display: grid;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    font-size: 19px;
    grid-template-columns: 1fr 9fr;
}

.contact-infos-left ul li a .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #13232f;
    color: white;
    display: flex;
}

.iframe-wrapper .title {
    font-size: 28px;
    font-weight: 500;
    color: #13232f;
    margin-bottom: 30px;
}


.gallery {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery img {
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.85);
  align-items: center;
  justify-content: center;
}

.lightbox-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
}

.close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.gallery img {
    height: 300px;
    object-fit: cover;
}

/* MENU */
.mobile-menu {
  position:fixed;
  top:0;
  left:0;
  width:260px;
  height:100vh;
  background:#fff;
  padding-top: 15px;
  transform:translateX(-100%);
  transition:all .35s cubic-bezier(.4,0,.2,1);
  z-index: 999999;
}

.mobile-menu a {
  display:block;
  padding:15px 25px;
  color:#333;
  text-decoration:none;
  border-bottom:1px solid #eee;
}

.mobile-menu a:hover {
  background:#f5f5f5;
}

/* Overlay */
.overlay {
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.35);
  opacity:0;
  pointer-events:none;
  transition:.35s;
  z-index:1000;
}

/* ACTIVE */
.mobile-menu.active {
  transform:translateX(0);
}

.overlay.active {
  opacity:1;
  pointer-events:auto;
  z-index: 99999;
}

.mobile-menu a.logo-link {
    display: block;
    margin-bottom: 0;
}

.mobile-menu a.logo-link .logo-text {
    font-size: 13px;
}


header.mobile-header .bars {
    font-size: 22px;
    color: black;
    display: flex;
    align-items: center;
    gap: 10px;
}

header.mobile-header .bars i{
    font-size: 30px;
}

header.mobile-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    display: block;
    background: white;
}

@media(max-width:992px){
    .header-top {
    display: none;
}

header {
    display: none;
}

.mobile-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-header-wrapper img {
    max-width: 105px;
}

.swiper-slider .swiper-slide .slider-content {
    top: 50px;
    left: 0;
    width: 90%;
    padding: 20px;
}

.swiper-slider .swiper-slide .slider-content .title {
    font-size: 36px;
}

.swiper-slider img {
    height: 500px;
}

.floating-menu {
    display: none;
}
}

* {
  box-sizing: border-box;
}

header.mobile-header {
    display: none;
}

@media(max-width:992px){
    
    header.mobile-header {
    display: block;
}
}