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;
}


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;
}

/* Özel Tema CSS */

.header-top .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.header-top {
    padding: 10px;
    background: #f4f9fd;
}

.header-top .left-area {
    display: flex;
    gap: 39px;
}

.header-top a:hover{
    color: #f3e082;
}

.social-area {
    font-size: 18px;
}

.header-menu .header-menu-wrapper {
    display: flex;
    align-items: center;
    padding: 6px 0;
}

a.logo-link img {
    max-width: 96px;
}

.header-menu .header-menu-wrapper .right-area {
    display: grid;
    align-items: center;
    gap: 80px;
    width: 100%;
    grid-template-columns: 2fr 1fr 2fr;
}

.header-menu .header-menu-wrapper .right-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

ul.header-menu {
    display: flex;
    gap: 50px;
    font-size: 19px;
}

a.call-btn {
    display: inline-block;
    padding: 15px 30px;
    background: #af7d12;
    color: white;
    font-weight: 500;
}

a.logo-link {
    display: flex;
    justify-content: center;
}

a.logo-link img {
    padding: 10px;
    background: #221c359e;
    border-radius: 102px;
    margin-top: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

section.hero-component > img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

section.hero-component {
    position: relative;
    background: #f4f9fd;
}

header {
    z-index: 9;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

section.hero-component::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* background: #221c359e; */
}

.header-menu-area {
    background: white;
}

.header-top{
    z-index: 99;
    position: relative;
}

header{
    position: sticky;
    top: 0;
    z-index: 99;
}

section.hero-component  .mini-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 14px;
    font-weight: 600;
    color: #af7d12;
    line-height: 24px;
}

section.hero-component  .title {
    margin-top: 20px;
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 27px;
    font-family: "Roboto Slab", serif;
    color: #223645;
}

a.services-btn {
    display: inline-block;
    padding: 13px 40px;
    background: #af7d12;
    color: white;
    font-size: 22px;
}

a.services-btn:hover {
    opacity: 0.8;
}

section.hero-component .scroll {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-content {transform: translateY(150px);}

.hero-wrapper {
    display: grid;
    grid-template-columns: 2fr 3fr;
    padding-left: 15%;
}

img{
    max-width: 100%;
}

.about-component {
    padding: 200px 0;
}

.about-content .sub-title {
    font-size: 18px;
    letter-spacing: 5px;
    color: #af7d12;
}

.about-content .title {
    font-family: "Roboto Slab", serif;
    color: #223645;
    font-size: 61px;
}

.about-content .content-wrapper {
    color: #223645;
    line-height: 24px;
}

.services-component {
    padding: 100px 0;
    background: #f4f9fd;
}

.services-left-content .title {
    font-family: "Roboto Slab", serif;
    color: #223645;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}

.services-left-content .desc {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

a.phone-btn {
    display: inline-flex;
    padding: 12px 30px;
    background: #af7d12;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 18px;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

a.services-box {
    display: block;
    padding: 10px;
    background: white;
}

a.services-box img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

a.services-box .title {
    margin-top: 8px;
    font-size: 22px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    margin-bottom: 10px;
}

.services-left-content {
    position: sticky;
    top: 160px;
}

.testimonials-component {
    padding: 200px 0;
}

.section-title {
    text-align: center;
    font-family: "Roboto Slab", serif;
    color: #223645;
    font-size: 42px;
    margin-bottom: 60px;
}

.testimonials-box {
    background: #f4f9fd;
    padding: 40px 30px;
    min-height: 350px;
}

.testimonials-box .star {
    color: #fbc551;
    margin-bottom: 10px;
}

.testimonials-box .desc {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

.testimonials-box .name {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
}

.testimonials-box .flex-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title {
    position: relative;
}

.section-title::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 4px;
    background: #af7d12;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

footer {
    padding: 100px 0;
    background: #13232f;
}

.menu-title {
    color: #af7d12;
    font-size: 26px;
    font-family: "Roboto Slab", serif;
    position: relative;
}

ul.footer-menu {
    list-style: none;
    padding: 0;
    color: white;
    font-size: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

ul.footer-menu li {
    margin-bottom: 15px;
}

.menu-title::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #af7d12;
    bottom: -8px;
}

footer .logo img {
    max-width: 200px;
}

footer .logo {
    display: flex;
    justify-content: center;
}

.footer-bottom {
    text-align: center;
    padding: 10px;
    background: #0b151c;
    color: white;
}

.hero-component .hero-picture .title {
    position: absolute;
    bottom: 0;
    right: 14px;
    font-size: 24px;
    background: white;
    padding: 5px;
}

.breadcrumb {
    padding: 30px 0;
    text-align: center;
    background: #13232f;
    color: white;
}

.breadcrumb h1 {
    margin: 0;
    padding: 0;
    font-family: "Roboto Slab", serif;
    font-size: 42px;
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.breadcrumb ul li a {
    position: relative;
}

.breadcrumb ul li a::before {
    position: absolute;
    content: '|';
    right: -17px;
}

.detail-page{
    margin-top: 150px;
    margin-bottom: 150px;
}

.about-pictures-detail {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.about-pictures-detail img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.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;
}

.contact-infos-left .title {
    font-family: "Roboto Slab", serif;
    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-family: "Roboto Slab", serif;
    font-size: 28px;
    font-weight: 500;
    color: #13232f;
    margin-bottom: 30px;
}


/* 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 {
    display: none;
}

@media(max-width:992px){
    .header-top {
    display: none;
}

header {
    display: none;
}

header.mobile-header {
    display: block;
}
section.detail-page {
    margin: 50px 0;
}

.mobile-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header.mobile-header {
    position: relative;
    padding: 30px 0;
}

header.mobile-header .logo-link {
    position: absolute;
    top: 15px;
    left: 30px;
}

.hero-wrapper {
    padding: 0;
    grid-template-columns: 1fr;
    padding-top: 100px;
    padding-left: 15px;
}

.hero-content {
    transform: translateY(0px);
}

section.hero-component .mini-title {
    letter-spacing: 5px;
    line-height: 20px;
}

section.hero-component .title {
    font-size: 32px;
    margin-bottom: 20px;
}

a.services-btn {
    margin-bottom: 30px;
    padding: 10px 25px;
    font-size: 18px;
}

.about-component {
    padding: 100px 5px;
}

.about-content {
    margin-top: 30px;
}

.about-content .title {
    font-size: 40px;
}

.services-left-content .title {
    font-size: 32px;
}

.services-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
}

section.testimonials-component {
    padding: 100px 0;
}

.section-title {
    font-size: 32px;
}

.testimonials-box {
    margin-bottom: 20px;
}

footer {
    padding: 80px 0;
}

footer .logo {
    margin-bottom: 30px;
}


* {
  box-sizing: border-box;
}

header.mobile-header .bars {
    font-size: 22px;
    color: #a57611;
    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;
    background: white;
}

.about-pictures-detail {
    grid-template-columns: 1fr;
}
.gallery {
    grid-template-columns: 1fr;
}
.breadcrumb h1 {
    font-size: 32px;
}

.footer-bottom {
    padding-bottom: 120px;
}
}