html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
  font-family: "Montserrat", sans-serif;
      background: #F3F7FC;

}


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;
}

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;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
    margin: 0;
}

button,
fieldset,
iframe {
    border: 0;
}

fieldset,
ul,
ol,
button,
menu {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

img{
    max-width: 100%;
    width: auto;
    height: auto;
}

.swiper-container{
    overflow: hidden;
}

img{
    max-width: 100%;
}

/* Header */

body {
    background: black;
    color: #F8E7D8;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desktop-header {
    padding: 30px 0;
}

.header-wrapper .right-wrapper {
    display: flex;
    align-items: center;
}

.header-wrapper .header-menu {
    display: flex;
    font-weight: 500;
    gap: 45px;
    margin-right: 70px;
}

.header-right-buttons {
    display: flex;
    align-items: center;
}

.btn-offer {
    display: inline-flex;
    padding: 12px 30px;
    background: linear-gradient(112.12deg, #C98E71 -84.89%, #E8B69F -59.05%, #C18162 -28.89%, #F8E7D8 -5.91%, #C78B6E 19.93%, #F9EBD7 64.45%);
    align-items: center;
    gap: 15px;
    color: black;
    border-radius: 30px 0;
    font-weight: 500;
    margin-right: 25px;
}

/* hero */

.hero-component {
    position: relative;
}

.hero-component .hero-bg-wrapper {
    position: absolute;
    top: -158px;
    z-index: -1;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ball-picture {
    position: absolute;
    bottom: 15%;
    left: 12%;
}

.hero-component .right-picture {
    position: absolute;
    right: 13%;
    bottom: 21%;
}


.slider-section .row .slider-left-text {
    color: #F8E7D8;
    font-size: 40px;
}

.slider-section .row .slider-left-text b {
    font-weight: bold;
}

.mb20 {
    margin-top: 15%;
}
.mb200 {
    margin-top: 20%;
}

.slider-button-prev, .slider-button-next {
    cursor: pointer;
}

.slider-right-text {
    color: #CC9579;
    font-size: 22px;
}

.kesfet-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    color: #F9E6D7;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    letter-spacing: 7px;
    cursor: pointer;
}

.hero-bottom-component {
    margin-top: 150px;
    margin-bottom: 100px;
}

.hero-bottom-component .row {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.hero-bottom-component .row::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(112.12deg, #C98E71 -84.89%, #E8B69F -59.05%, #C18162 -28.89%, #F8E7D8 -5.91%, #C78B6E 19.93%, #F9EBD7 64.45%);
    top: 0;
}

.hero-bottom-component .row::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(112.12deg, #C98E71 -84.89%, #E8B69F -59.05%, #C18162 -28.89%, #F8E7D8 -5.91%, #C78B6E 19.93%, #F9EBD7 64.45%);
    bottom: 0;
}

.hero-bottom-content{
    padding-left: 50px;
}

.hero-bottom-content span {
    font-size: 60px;
    color: white;
    line-height: 0;
}


.hero-bottom-content .title {
    font-size: 24px;
    color: white;
    margin-bottom: 25px;
}

.hero-bottom-content a {
    display: flex;
    align-items: center;
    font-family: 'Jost';
    letter-spacing: 3px;
    color: white;
    gap: 20px;
}

.bottom-content-right {
    color: white;
    font-family: 'Jost';
    font-size: 18px;
    line-height: 24px;
}

.align-center{
    align-items: center;
}

.about-component .about-content {
    color: white;
    font-size: 62px;
    margin-bottom: 80px;
}

.about-component .about-content b {
    font-weight: bold;
}

.about-counter {
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-counter .number {
    color: #E8B69F;
    font-size: 60px;
    margin-bottom: 14px;
}

.about-counter .text {
    color: white;
    font-family: 'Jost';
}

.about-picture {
    position: relative;
}

.about-picture .about-button {
    position: absolute;
    bottom: 18%;
    display: flex;
    align-items: center;
    gap: 25px;
    left: 5%;
}

.about-picture > img {
    filter: grayscale(1);
}

.about-bottom img {
    width: 100%;
}

/* projects */

.projects-component {
    margin-top: 160px;
    padding-left: 10%;
    overflow: hidden;
    padding-bottom: 50px;
}

.projects-component .section-top {
    display: flex;
    gap: 30px;
    color: white;
    align-items: baseline;
    margin-bottom: 100px;
}

.projects-component .section-top .top-title {
    font-size: 70px;
    font-weight: 600;
}

.projects-component .section-top a {
    display: flex;
    align-items: center;
    gap: 25px;
}

.projects-area-content .buttons-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px;
}

.projects-area-content .left-content {
    color: white;
    padding: 40px;
    line-height: 24px;
    font-size: 18px;
    border: 2px solid; /* kalınlık ve tür */
    border-image-source: linear-gradient(90deg, #C98E71 18.03%, #EDB89B 67.3%, #000000 90.89%);
    border-image-slice: 1; /* bu önemli */
    border-radius: 39px; /* isteğe bağlı: köşeleri yuvarla */
}

a.project-box .project-infos {
    padding: 40px 62px;
    background: linear-gradient(112.12deg, #000000 -84.89%, #000000 -59.05%, #000000 -28.89%, #000000 -5.91%, #2A211E 19.93%, #000000 64.45%);
    text-align: center;
    transform: translateY(-28px);
    border-top-left-radius: 26px;
    transition: all .3s ease;
}

a.project-box .picture img {
    width: 100%;
}

a.project-box {
    display: block;
    position: relative;
}

.project-box .project-infos .title {
    color: #5D4539;
    font-size: 32px;
    font-family: 'Jost';
    font-weight: bold;
    margin-bottom: 24px;
}

.project-box .project-infos .desc {
    color: #5D4539;
    font-family: 'Jost';
    margin-bottom: 40px;
}

.project-box .project-infos .read-btn {
    color: #5D4539;
    letter-spacing: 5px;
}

.project-box .circle-btn {
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    background: #5D4539;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 99999;
}

.project-section .swiper-wrapper {
    padding-bottom: 50px;
}

.swiper-slide-active a.project-box .project-infos {
    background: linear-gradient(112.12deg, #C98E71 -84.89%, #E8B69F -59.05%, #C18162 -28.89%, #F8E7D8 -5.91%, #C78B6E 19.93%, #F9EBD7 64.45%);
}

/* cta */

.cta-component {
    margin-top: 250px;
    margin-bottom: 150px;
}

.cta-wrapper {
    text-align: center;
    background: linear-gradient(112.12deg, #C98E71 -84.89%, #E8B69F -59.05%, #C18162 -28.89%, #F8E7D8 -5.91%, #C78B6E 19.93%, #F9EBD7 64.45%);
    border-radius: 65px;
    position: relative;
    padding: 150px 100px 80px 100px;
    color: #5D4539;
}

.cta-wrapper .car-image {
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
}

.cta-wrapper .cta-content {
    font-size: 20px;
    margin-bottom: 30px;
}

.cta-wrapper .cta-contact-infos {
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.cta-wrapper .cta-contact-infos .phone-link {
    position: relative;
}

.cta-wrapper .cta-contact-infos .insta-link {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cta-wrapper .cta-contact-infos .phone-link::before {
    position: absolute;
    content: '';
    right: -20px;
    background: #5D4539;
    width: 2px;
    height: 44px;
    top: -11px;
}

/* services */

.services-component {
    margin-top: 50px;
    padding-bottom: 150px;
}

.services-component .section-top .title {
    font-size: 28px;
    color: #C98E71;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.services-component .section-top {
    margin-bottom: 100px;
    text-align: center;
}

.services-component .section-top .sub-title {
    font-size: 42px;
    color: #F9E6D7;
    margin-bottom: 70px;
    position: relative;
}

.services-component .section-top .sub-title::before {
    position: absolute;
    content: '';
    height: 5px;
    width: 150px;
    background: linear-gradient(112.12deg, #C98E71 -84.89%, #E8B69F -59.05%, #C18162 -28.89%, #F8E7D8 -5.91%, #C78B6E 19.93%, #F9EBD7 64.45%);
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.services-component .section-top .desc {
    font-size: 24px;
    font-family: 'Jost';
    padding: 0 10%;
    font-weight: 300;
}

a.service-box {
    position: relative;
    display: block;
    transition: all .3s ease;
    margin-bottom: 24px;
}

a.service-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(112.12deg, #000000 -84.89%, #000000 -59.05%, #000000 -28.89%, #000000 -5.91%, #2A211E 19.93%, #000000 64.45%);
    top: 0;
    transition: all .3s ease;
}

a.service-box .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #F9E6D780;
    border-radius: 50%;
    transition: all .3s ease;
}

a.service-box .title {
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #F9E6D7;
    font-size: 24px;
    width: 50%;
}

a.service-box:hover::before {
    background: linear-gradient(45deg, #D7A189 -2.57%, rgba(0, 0, 0, 0) 97.43%) !important;
}

a.service-box:hover .icon {
    opacity: 0;
    visibility: hidden;
}

/* pictures component */

.pictures-component {
    padding: 200px 0;
}


/* solutions */

section.sloutions-component {
    position: relative;
}

section.sloutions-component .bg {
    position: absolute;
    top: 0;
    z-index: -1;
}

.solutions-wrapper .row {
    align-items: center;
    padding: 0 6%;
}

.solutions-wrapper {
    min-height: 600px;
    display: flex;
    align-items: center;
}

.center-image {
    text-align: center;
}

.solutions-box {
    gap: 20px;
    display: grid;
    align-items: center;
    margin-bottom: 50px;
    grid-template-columns: 2fr 5fr;
}

.solutions-box .title {
    color: #80523F;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.solutions-box .desc {
    color: #FFE7D8;
    font-size: 16px;
}

.solutions-box.right {
    grid-template-columns: 5fr 2fr;
}

.solutions-wrapper .row .col-md-3 {
    margin-top: 200px;
}

.solutions-bottom {
    position: relative;
}

.solutions-bottom .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 48px;
    color: #F9E6D7;
}

.solutions-bottom .text span {
    color: #B17F69;
    font-weight: bold;
}

section.sloutions-component {
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 250px;
}

.ik-wrapper {
    display: flex;
    align-items: center;
    background: linear-gradient(95.42deg, #000000 -26.23%, #8D6147 52.7%);
    border-radius: 193px;
    position: relative;
    padding: 70px 80px 71px 400px;
}

.ik-wrapper .icon {
    position: absolute;
    left: 0;
}

.ik-wrapper .title {
    color: #F9E6D7;
    font-size: 48px;
    margin-bottom: 30px;
}

.ik-wrapper .desc {
    color: #E5ECE2;
    line-height: 20px;
}

.ik-wrapper .ik-btn {
    min-width: 200px;
    height: 200px;
    background: #F9E6D7;
    display: flex;
    flex-direction: column;
    color: #8C6046;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ik-wrapper .ik-btn .ikon {
    margin-bottom: 20px;
}

.ik-wrapper .ik-btn .text span {
    display: block;
    text-align: center;
}

.ik-wrapper .ik-btn .text {
    text-align: center;
    font-size: 18px;
}

.ik-component{
    margin-bottom: 200px;
}

/* blog */

.blog-component .section-top {
    display: flex;
    align-items: end;
    margin-bottom: 60px;
    gap: 30px;
    color: white;
}

.blog-component .section-top .title {
    color: white;
    font-size: 70px;
    font-weight: bold;
}

.blog-component .section-top .all-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-family: 'Jost';
}

.blog-box{
    display: block;
    margin-bottom: 30px;
}
a.blog-box .picture {
    margin-bottom: 40px;
}

a.blog-box .title {
    font-size: 20px;
    color: #C98E71;
    font-weight: 700;
    margin-bottom: 20px;
}

a.blog-box .desc {
    font-size: 18px;
    color: white;
    line-height: 24px;
    margin-bottom: 20px;
}

a.blog-box .read-more {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 18px;
}

section.blog-component {
    margin-top: 100px;
    margin-bottom: 250px;
}


.footer-component {
    padding: 85px 0 0px 0;
    background: linear-gradient(95.42deg, #944D2C -26.23%, #000000 52.7%);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-top: solid 5px #C3A191;
}

ul.footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 18px;
    color: #F8E7D8;
}

ul.footer-menu li {
    margin-bottom: 30px;
}

.footer-component .row {
    align-items: center;
}

.footer-component .imza {
    color: #E8B69F;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
}

.contact-footer {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 32px;
    color: #E8B69F;
    font-weight: bold;
}

.contact-footer .social-media {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.footer-component .footer-logo {
    transform: translateY(-24px);
}
.footer-bottom{
        background: linear-gradient(270deg, #000000 0%, #C3A191 19.23%, #F8CCB9 65.87%, #7E472E 100%);

}

.footer-bottom .footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: black;
}

.footer-bottom {
    margin-top: 70px;
}

/* breadcrumb */

.breadcrumb {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 0 5%;
}

.breadcrumb h1 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}

.breadcrumb ul {
    display: flex;
    gap: 12px;
}

.breadcrumb ul a {
    position: relative;
}

.breadcrumb ul a::before {
    position: absolute;
    content: '|';
    right: -8px;
}

.breadcrumb .breadcrumb-wrapper{
    background: linear-gradient(95.42deg, #944D2C -26.23%, #000000 52.7%);
    padding: 43px 80px;
    border-radius: 200px;
}

/* content-wrapper */


.content-wrapper {
    line-height: 1.6;
    word-wrap: break-word;
    color: white;
    font-family: 'Jost';
    font-size: 20px;
}

.content-wrapper::before,
.content-wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.content-wrapper iframe {
    max-width: 100%;
}

.content-wrapper img {
    max-width: 100%;
    height: auto !important;
    margin: 20px 0px;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
    color: var(--color1);
    margin-bottom: 12px;
}

.content-wrapper p {
    margin-bottom: 10px;
}

.content-wrapper ul,
.content-wrapper ol {
    display: block;
    list-style: inherit;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}

.content-wrapper ol {
    list-style-type: decimal;
}

.content-wrapper table {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .content-wrapper table {
        display: block;
        border: none;
        overflow-x: scroll;
        height: 100% !important;
    }
}

@media (max-width: 991px) {
    .content-wrapper h2 {
        font-size: 22px;
    }
}

.detail-page{
    margin-bottom: 100px;
}

.contact-page-infos ul li .title {
    font-size: 28px;
    font-weight: bold;
}

.contact-page-infos .top-title {
    color: #E8B69F;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.contact-page-infos ul li a {
    font-size: 22px;
    font-weight: 500;
}

.contact-page-infos ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.iframe-code iframe{
    border-radius: 20px;
}

.breadcrumb .breadcrumb-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 3px #7F4A31;
}

.flex-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.light-element{
    display: none;
}
/* mode-light */

body.light-mode {
    background: rgba(255, 243, 229, 1);
    color: rgba(127, 72, 46, 1);
}

.light-mode .light-element{
    display: block;
}

.light-mode .dark-element{
    display: none;
}

.light-mode .slider-section .row .slider-left-text {
    color: rgba(127, 72, 46, 1);
}

.light-mode .slider-right-text {
    color: rgba(127, 72, 46, 1);
}

.light-mode .btn-offer {
    background: linear-gradient(112.12deg, #5C4028 -84.89%, #5C4028 -59.05%, #2C1807 -28.89%, #9E724B -5.91%, #704520 19.93%, #967254 64.45%);
    color: white;
}

.light-mode .kesfet-btn {
    color: rgba(92, 64, 40, 1);
}

.light-mode .hero-bottom-content span {
    color: rgba(127, 72, 46, 1);
}

.light-mode .hero-bottom-content .title {
    color: rgba(127, 72, 46, 1);
}

.light-mode .hero-bottom-content a {
    color: rgba(127, 72, 46, 1);
}

.light-mode .bottom-content-right {
    color: rgba(127, 72, 46, 1);
}

.light-mode .about-component .about-content {
    color: rgba(127, 72, 46, 1);
}

.light-mode .about-counter .number {
    color: rgba(127, 72, 47, 1);
}

.light-mode .about-counter .text {
    color: rgba(128, 74, 48, 1);
}

.light-mode .about-picture > img {
    filter: grayscale(0.3);
}

.light-mode .projects-component .section-top {
    color: rgba(127, 72, 46, 1);
}

.light-mode .projects-component .section-top a {
    color: rgba(142, 92, 69, 1);
}

.light-mode .projects-area-content .left-content {
    color: rgba(127, 72, 46, 1);
}

.light-mode .project-box .project-infos {
    background: linear-gradient(112.12deg, #F7E5DB -84.89%, #F8E7DD -59.05%, #F9E8DE -28.89%, #F5E8D9 -5.91%, #FFFDFB 19.93%, #F5E8D9 64.45%);
}


.light-mode .swiper-slide-active a.project-box .project-infos {
    background: linear-gradient(112.12deg, #7F482E -84.89%, #7F482E -59.05%, #7F482E -28.89%, #7F482E -5.91%, #6B3B24 19.93%, #9E6B53 64.45%);
}

.light-mode .swiper-slide-active a.project-box .project-infos .title {
    color: rgba(247, 229, 219, 1);
}

.light-mode .swiper-slide-active a.project-box .project-infos .desc {
    color: rgba(247, 229, 219, 1);
}

.light-mode .swiper-slide-active .project-box .project-infos .read-btn {
    color: rgba(247, 229, 219, 1);
}

.light-mode .cta-wrapper {
    background: linear-gradient(112.12deg, #7F482E -84.89%, #7F482E -59.05%, #7F482E -28.89%, #7F482E -5.91%, #6B3B24 19.93%, #9E6B53 64.45%);
    color: rgba(251, 235, 216, 1);
}

.light-mode .cta-wrapper .cta-contact-infos .phone-link::before {
    background: rgba(251, 235, 216, 1);
}

.light-mode .services-component .section-top .title {
    color: rgba(127, 72, 46, 1);
}

.light-mode .services-component .section-top .sub-title {
    color: rgba(127, 72, 46, 1);
}

.light-mode .services-component .section-top .sub-title::before {
    background: linear-gradient(112.12deg, #C98E71 -84.89%, #E8B69F -59.05%, #C18162 -28.89%, #F8E7D8 -5.91%, #C78B6E 19.93%, #F9EBD7 64.45%);
}

.light-mode a.service-box::before {
    background: linear-gradient(112.12deg, #764229 -84.89%, #6D3C25 -59.05%, #FFF3E5 -28.89%, #FFF3E5 -5.91%, #E4B198 19.93%, #FFE2D3 64.45%);
}

.light-mode a.service-box .icon {
    background: linear-gradient(112.12deg, #E6B49C -84.89%, #EBBDA7 -59.05%, #E7B59E -28.89%, #EFC4AF -5.91%, #CA947B 19.93%, #B47D63 64.45%);
}

.light-mode a.service-box .title {
    color: rgba(127, 72, 46, 1);
}

.light-mode .solutions-bottom .text {
    color: rgba(127, 72, 46, 1);
}

.light-mode .solutions-bottom .text span {
    color: rgba(127, 72, 46, 1);
}

.light-mode .blog-component .section-top .title {
    color: rgba(127, 72, 46, 1);
}

.light-mode .blog-component .section-top {
    color: rgba(127, 72, 46, 1);
}

.light-mode a.blog-box .title {
    color: rgba(127, 72, 46, 1);
}

.light-mode a.blog-box .desc {
    color: rgba(127, 72, 46, 1);
}

.light-mode a.blog-box .read-more {
    color: rgba(127, 72, 46, 1);
}

.light-mode .footer-component {
    background: linear-gradient(95.42deg, #FFF3E5 -26.23%, #E0C6B5 52.7%);
}

.light-mode ul.footer-menu {
    color: rgba(127, 72, 46, 1);
}

.light-mode .contact-footer {
    color: rgba(127, 72, 46, 1);
}

.light-mode .footer-component .imza {
    color: rgba(141, 97, 71, 1);
}

.light-mode .footer-bottom {
    background: linear-gradient(270deg, #E0C6B5 0%, #E0C6B5 27.4%, #CCA78F 65.87%, #E0C6B5 100%);
    color: rgba(127, 72, 46, 1);
}

.light-mode .footer-bottom .footer-bottom-wrapper {
    color: rgba(127, 72, 46, 1);
}

.light-mode .breadcrumb .breadcrumb-wrapper {
    background: linear-gradient(97.86deg, #E0C6B5 5.18%, #FFF3E5 47.48%);
}

.light-mode .contact-page-infos .top-title {
    color: rgba(127, 72, 46, 1);
}

.light-mode .content-wrapper {
    color: rgba(127, 72, 46, 1);
}

.content-wrapper b, .content-wrapper strong{
    font-weight: bold;
    margin-top: 20px;
}

.header-mobile{
    display: none;
}

@media(max-width:992px){
    .desktop-header {
    display: none;
}

.header-mobile img {
    width: 150px;
}

.header-mobile {
    padding: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
    background: black;
    display: block;
}

.header-mobile .menu-bars svg {
    width: 30px;
}

.header-mobile .menu-bars svg path {
    fill: white;
}

.header-mobile .menu-bars {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-component .hero-bg-wrapper {
    display: none;
}

.hero-component .row {flex-direction: column-reverse;}

.hero-component .col-md-2 {
    margin-top: 0;
}

.slider-right-text {
    display: none;
}

.slider-picture img {
    max-width: 70%;
}

.slider-picture {
    display: flex;
    justify-content: center;
}

.ball-picture {
    bottom: 0;
    left: 0;
    display: none;
}

.ball-picture img {
    max-width: 145px;
}

.hero-component .right-picture {
    right: 0;
    bottom: 35%;
    z-index: 99;
}

.hero-component .right-picture img {
    max-width: 141px;
}

.slider-button-next {
    position: absolute;
    right: 0;
    top: 35%;
    z-index: 999999999;
}

.slider-button-prev {
    position: absolute;
    left: 0;
    top: 35%;
    z-index: 999999999;
}

.kesfet-btn {
    bottom: -98px;
}

.slider-section .row .slider-left-text {
    text-align: center;
}

.hero-bottom-content {
    padding: 0;
    margin-bottom: 35px;
}

.about-component .about-content {
    font-size: 36px;
    margin-bottom: 50px;
}

.about-counter {
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.about-counter .number {
    font-size: 28px;
}

.projects-component .section-top {
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.projects-component .section-top .top-title {
    font-size: 42px;
}

.projects-area-content .buttons-area {
    margin-bottom: 30px;
}

.projects-area-content .left-content {
    margin-bottom: 30px;
}

.projects-component {
    margin-top: 50px;
    padding: 0 15px;
}

.cta-wrapper {
    padding: 60px 30px;
}

.cta-wrapper .car-image {
    top: -84px;
    width: 100%;
}

.cta-component {
    margin-top: 100px;
    margin-bottom: 90px;
}

.services-component .section-top .title {
    font-size: 24px;
}

.services-component .section-top .sub-title {
    font-size: 32px;
}

.services-component .section-top .desc {
    padding: 0;
    font-size: 22px;
}

a.service-box .picture img {
    width: 100%;
}

.pictures-component {
    padding: 50px 0;
}

section.pictures-component .picture {
    margin-bottom: 30px;
}

.solutions-wrapper .row .col-md-3 {
    margin: 0;
}

section.sloutions-component .bg {
    display: none;
}

.solutions-bottom {
    margin-top: 8px;
}

.solutions-bottom .text {
    width: 100%;
    text-align: center;
    font-size: 30px;
    position: relative;
}

.ik-wrapper {
    padding: 0;
    border-radius: 80px;
    padding: 50px 16px 50px 73px;
    flex-wrap: wrap;
}

.ik-wrapper .icon {
    width: 120px;
    top: -17px;
    left: -60px;
}

.ik-wrapper .title {
    font-size: 30px;
    margin-bottom: 20px;
}

.ik-wrapper .desc {
    font-size: 15px;
}

.ik-wrapper .ik-btn {
    min-width: 100%;
    height: 120px;
    border-radius: 30px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 14px;
}

.ik-wrapper .ik-btn .text {
    font-size: 14px;
}

.ik-wrapper .ik-btn .ikon {
    margin-bottom: 2px;
}

.blog-component .section-top .title {
    font-size: 42px;
}

.blog-component .section-top {
    flex-wrap: wrap;
}

.footer-component .imza {
    text-align: left;
}

.contact-footer {
    align-items: baseline;
    margin-top: 30px;
}

.footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 10px;
}
}

.light-mode .header-mobile {
    background: rgba(255, 243, 229, 1);
    border-bottom: solid 1px rgba(126, 71, 46, 1);
}

.light-mode .header-mobile .menu-bars svg path{
    fill:rgba(127, 72, 46, 1);
}




/* Modal */


.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    /* display: -webkit-box; */
    /* display: flex; */
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    /* justify-content: flex-end; */
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}


.modal-dialog {
    padding: 0;
    margin: 0;
}

.modal-content {
    border: none;
    border-radius: 0;
    min-height: 100vh;
    width: 70%;
    background: linear-gradient(112.12deg, #5C4028 -84.89%, #5C4028 -59.05%, #2C1807 -28.89%, #9E724B -5.91%, #704520 19.93%, #967254 64.45%);
}

.light-mode .modal-content{
    background: white;
}

.mobile-nav ul {
    font-size: 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media(max-width:992px){
    .breadcrumb .breadcrumb-wrapper {
    border-radius: 30px;
    padding: 50px 0;
    text-align: center;
}

section.breadcrumb {
    margin-top: 100px;
    margin-bottom: 50px;
}

.breadcrumb .breadcrumb-wrapper .right-area {
    display: none;
}

.flex-wrap {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.breadcrumb ul {
    justify-content: center;
}
.services-component {
    padding-bottom: 80px;
}
}



/* sticky-bar */

.footer-sticky{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#000810;position:fixed;z-index:11;width:100%;bottom:0;padding:0 .5rem 1.15rem;border-top-left-radius:2.15rem;border-top-right-radius:2.15rem;border-top: 6px solid #b3806a;}.footer-sticky .sticky-box{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:default}.footer-sticky .sticky-box .icon{height:48px;width:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer-sticky .sticky-box .icon i{font-size:24px;color:#fff}.footer-sticky .sticky-box .text{font-size:9px;color:#c2c2c2;text-align:center}.footer-sticky .top-box{-webkit-transform:translateY(-1.5rem);transform:translateY(-1.5rem)}.footer-sticky .top-box .icon{background:#25D366;border-radius:50%;position:relative;-webkit-box-shadow:-1px 4px 4px rgba(0,0,0,.77);box-shadow:-1px 4px 4px rgba(0,0,0,.77)}.footer-sticky .top-box .icon::after{content:"";position:absolute;height:56px;width:56px;border:1px solid #cb9393c0;border-radius:50%;opacity:.75}.footer-sticky .top-box .icon::before{content:"";position:absolute;height:66px;width:66px;border:1px solid #cb939380;border-radius:50%;opacity:.5}.footer-sticky .top-box .text{-webkit-transform:translateY(1.5rem);transform:translateY(1.5rem);text-align:center}@media(max-width:992px){.footer-sticky{display:-webkit-box;display:-ms-flexbox;display:flex}a.sticky-bar{display:none!important}.footer-sticky{left:0;z-index:99999999999999999999}.footer-sticky .top-box .icon{background: #b3806a;color:wheat}}@media(max-width:320px){.footer-sticky .sticky-box .text{font-size:10px}}
	.footer-sticky .sticky-box .icon svg path {
    fill: white;
}

.footer-sticky .sticky-box .icon svg {
    width: 22px;
}

.sticky-box.mode-button img {
    width: 33px;
}

a.project-box .picture img {
    min-height: 370px;
    object-fit: cover;
}

.detail-page .picture-box img {
    min-height: 250px;
    object-fit: cover;
}

.detail-page .picture-box{
    margin-bottom:24px;
}

@media(max-width:992px){
    
    a.service-box .icon {
    top: 10px;
    left: 10px;
}

a.service-box .title {
    bottom: 10px;
    left: 10px;
    width: 68%;
    font-size: 20px;
}
.modal-open .modal {
    z-index: 999999999999999;
}
}

.light-mode .solutions-box .desc {
    color: #80523F;
}

a.blog-box .picture img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

section.hero-component .slayt-bg {
    position: absolute;
    top: -158px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: -1;
}

.project-box{
    margin-bottom:30px;
}

@media(min-width:992px){
    
    .slider-picture {
    transform: translateY(34px);
}

.detail-page .project-box .project-infos {
    height: 330px;
}

.detail-page .project-box .project-infos .read-btn {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    left: 0;
}
}


form input, form textarea {
    width: 100%;
    margin-bottom: 24px;
    padding: 6px 10px;
    font-family: 'Montserrat';
    border: none;
    background: none;
    color: white;
    border-bottom: solid 1px #7F4A31;
}

form input::placeholder,  form textarea::placeholder {
    color: #F8E7D8;
}

form button {
    padding: 10px 30px;
    border-radius: 8px 0;
    font-family: 'Jost';
    background: linear-gradient(112.12deg, #C98E71 -84.89%, #E8B69F -59.05%, #C18162 -28.89%, #F8E7D8 -5.91%, #C78B6E 19.93%, #F9EBD7 64.45%);
    cursor: pointer;
}

.light-mode form button {
    background: linear-gradient(112.12deg, #5C4028 -84.89%, #5C4028 -59.05%, #2C1807 -28.89%, #9E724B -5.91%, #704520 19.93%, #967254 64.45%);
    color: white;
}

.light-mode form input, .light-mode form textarea {
    color: #7F4A31;
}

.light-mode form input::placeholder, .light-mode form textarea::placeholder {
    color: #7F4A31;
}

@media(max-width:992px){
    
    section.hero-component .slayt-bg {
    display: none;
}

}