html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

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: white;
}

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;
}

.header-desktop {
    padding: 30px 0;
    z-index: 999;
    position: fixed;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    background: linear-gradient(0deg, rgba(26, 34, 43, 0) 27.6%, #1A222B 128.6%);
}

body {
    font-family: "Montserrat", sans-serif;
    background: #1A222B;
}

a{
    transition: all .3s ease;
}

.header-menu ul {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header-menu ul a {
    color: #7E8E9B;
    text-transform: uppercase;
}

.header-desktop .row {
    display: flex;
    align-items: center;
}

.header-desktop .row .col-md-5:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 50px;
}

.lang-menu a {
    color: #7E8E9B;
}

.home-hero {
    margin-top: 0;
}

.header-desktop a:hover {
    color: white;
}


.swiper-container{
    overflow: hidden;
}

.home-hero .nav-area {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #7E8E9B;
    font-size: 22px;
}

.home-hero .down-button {
    position: absolute;
    bottom: -220px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.home-hero .nav-area div {
    cursor: pointer;
    padding: 10px;
}

.home-hero::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 525px;
    background: linear-gradient(360deg, rgba(26, 34, 43, 0) 3.75%, #1A222B 42.3%, rgba(26, 34, 43, 0) 72.58%);
    z-index: 99;
    bottom: -351px;
}

.home-slogan-component {
    padding-top: 220px;
    text-align: center;
    padding-bottom: 120px;
}

.home-slogan-component .small-slogan {
    color: #72808D;
    font-size: 24px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.home-slogan-component .big-slogan {
    color: #B57D5D;
    font-size: 48px;
    margin-bottom: 30px;
}

.home-slogan-component .slogan-desc {
    color: #535B64;
    font-size: 22px;
    margin-bottom: 60px;
    padding: 0 130px;
}

.btn {
    display: inline-block;
}

.btn-gray {
    padding: 20px 105px;
    background: linear-gradient(90deg, rgba(84, 92, 101, 0.34) 0%, rgba(26, 34, 43, 0.34) 31.08%, rgba(26, 34, 43, 0.34) 68.93%, rgba(87, 94, 103, 0.34) 97%);
    font-size: 24px;
    color: #7E8E9B;
    letter-spacing: 5px;
    border: 1px solid; /* border geniÅŸliÄŸi belirtilmeli */
    border-image-source: linear-gradient(90deg, #7E8E9B 0%, #1A222B 33%, #1A222B 67%, #7E8E9B 100%);
    border-image-slice: 1; /* Gerekli! DeÄŸeri genellikle 1 olur */
}

.home-options-component .line {
    margin-bottom: 86px;
}

.home-options-component .row {
    display: flex;
    align-items: center;
}

.option-box .title {
    color: #B57D5D;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
}

.option-box .desc {
    color: #535B64;
    font-size: 18px;
}

.option-box {
    padding-right: 50px;
}

.home-options-component .center-image {
    text-align: center;
    padding: 45px;
}

.col-md-3.left-options .option-box:first-child {
    margin-bottom: 90px;
}

.col-md-3.right-options .option-box:first-child {
    margin-bottom: 90px;
}

.col-md-3.right-options .option-box {
    padding-right: 0;
    padding-left: 50px;
}

.option-box {
    position: relative;
}

.option-box .arrow {
    position: absolute;
    right: -200px;
    top: 50%;
    transform: translateY(-50%);
}

.col-md-3.left-options .option-box:last-child .arrow {
    right: -220px;
}

.col-md-3.right-options .option-box .arrow {
    transform: rotate(180deg);
    right: unset;
    left: -200px;
}

.application-component {
    padding: 80px 0;
    text-align: center;
}

.application-component .section-title .title {
    color: #7E8E9B;
    font-size: 36px;
    letter-spacing: 2px;
    display: inline-block;
    background: #1a222b;
    z-index: 9999;
}

.application-component .section-title {
    position: relative;
    margin-bottom: 60px;
}

.application-component .section-title .bg-svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.application-box {
    display: block;
    border: 1px solid; /* border kalÄ±nlÄ±ÄŸÄ± Ã¶nemli */
    border-image-source: linear-gradient(90deg, #b57d5d00 0%, #1a222b00 33%, #1a222b00 67%, #b57d5d00 100%);
    border-image-slice: 1; /* bu olmazsa gÃ¶rÃ¼nmez */
    position: relative;
    transition: all .3s ease;
    text-align: center;
}

.application-box .contents {
    position: absolute;
    top: 70px;
    z-index: 99;
    width: 100%;
}

.application-box .contents .title {
    color: #7E8E9B;
    font-size: 36px;
}

.application-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #1A222B 19.89%, rgba(26, 34, 43, 0) 100%);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
    z-index: 1;
}

.application-box .contents .desc {
    color: #7E8E9B;
    font-size: 18px;
    margin-top: 20px;
    padding: 0 20px;
    transition: all .3s ease;
}

.application-box .picture img {
    filter: grayscale(1);
    transition: all .3s ease;
}

.application-box .desc {
    opacity: 0;
}

.application-box:hover {
    border-image-source: linear-gradient(90deg, #B57D5D 0%, #1A222B 33%, #1A222B 67%, #B57D5D 100%);
}

.application-box:hover .picture img {
    filter: grayscale(0);
}

.application-box:hover .desc {
    opacity: 1;
}

.application-box .down-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s ease;
    z-index: 99;
}

.application-box:hover .down-btn {
    opacity: 1;
}

.application-box:hover::before {
    opacity: 1;
}

.application-box::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    left: 0;
    background: linear-gradient(180deg, #1A222B 0%, rgba(26, 34, 43, 0) 100%);
    bottom: 0;
    opacity: 0;
    transition: all .3s ease;
    z-index: 1;
    transform: rotate(180deg);
}

.application-box:hover::after {
    opacity: 1;
}

.mt80{
    margin-top: 80px;
}

.swiper-slider img {
    width: 100%;
}


.slogan-second-component {
    margin-top: 150px;
    position: relative;
}

.slogan-second-component .picture img {
    width: 100%;
}

.slogan-second-component .container {
    position: absolute;
    top: 50%;
    margin-left: 50%;
    transform: translate(-50%,-50%);
}

.slogan-content-wrapper .top-title {
    color: #B57D5D;
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.slogan-content-wrapper .title {
    color: #B57D5D;
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-bottom: 15px;
}

.slogan-content-wrapper .desc {
    color: #7E8E9B;
    font-size: 24px;
    margin-bottom: 50px;
}

.slogan-content-wrapper .btn-transparent {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #7E8E9B;
    font-size: 24px;
    letter-spacing: 3px;
}

.slogan-content-wrapper .btn-transparent:hover {
    color: white;
}

.slogan-second-component::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 240px;
    background: #B57D5D;
    top: -120px;
    left: calc(50% + 80px);
}

.slogan-second-component::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 240px;
    background: #B57D5D;
    bottom: -120px;
    left: calc(50% + 80px);
}

.designs-component {
    margin-top: 300px;
    margin-bottom: 100px;
}

.designs-component .section-title {
    color: #7E8E9B;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 45px;
}

.design-box {
    position: relative;
}

.design-box .picture img {
    filter: grayscale(1);
    transition: all .3s ease;
    height: 560px;
    object-fit: cover;
    width: 100%;
}

.design-box:hover .picture img {
    filter: grayscale(0);
}

.design-box .read-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.design-box:hover .read-btn {
    opacity: 1;
    visibility: visible;
}


.cta-wrapper {
    background: linear-gradient(90deg, rgba(84, 92, 101, 0.34) 0%, rgba(26, 34, 43, 0.34) 31.08%, rgba(26, 34, 43, 0.34) 68.93%, rgba(87, 94, 103, 0.34) 97%);
    text-align: center;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #7E8E9B 0%, #1A222B 33%, #1A222B 67%, #7E8E9B 100%);
    border-image-slice: 1;
}

.cta-wrapper .title {
    color: #B57D5D;
    font-size: 24px;
    letter-spacing: 7px;
    transform: translateY(-15px);
    margin-bottom: 30px;
}

.cta-wrapper .desc {
    color: #707E8A;
    font-size: 22px;
    padding: 0 20%;
    margin-bottom: 20px;
}

.cta-wrapper .cta-icon {
    width: 44px;
    height: 44px;
    background: #B57D5D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
}

.cta-wrapper .phone-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-wrapper .cta-icon::before {
    position: absolute;
    content: '';
    width: 500px;
    height: 2px;
    background: linear-gradient(90deg, #19222B 0%, #B57D5D 48.5%, #1A222B 100%);
    z-index: -1;
}

.cta-wrapper .phone-link {
    color: #B57D5D;
    font-size: 24px;
    margin-bottom: 30px;
}

.cta {
    margin-bottom: 200px;
}

.cta-wrapper .btn-gray {
    padding: 20px 60px;
    transform: translateY(33px);
}

.cta-wrapper .phone-link:hover {
    color: white;
}

.stone-picture {
    background: linear-gradient(90deg, rgba(84, 92, 101, 0.34) 0%, rgba(26, 34, 43, 0.34) 31.08%, rgba(26, 34, 43, 0.34) 68.93%, rgba(87, 94, 103, 0.34) 97%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #7E8E9B 0%, #1A222B 33%, #1A222B 67%, #7E8E9B 100%);
    border-image-slice: 1;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 320px;
}

.stone-picture img {
    position: absolute;
    left: 30px;
}

.promotion-component {padding-top: 100px;padding-bottom: 100px;margin-bottom: 100px;}

.stone-contents .title {
    color: #707E8A;
    font-size: 24px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
}

.stone-contents .title::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    background: #B57D5D;
    left: 0;
    top: 4px;
}

.stone-contents .sec-title {
    color: #B57D5D;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
}

.stone-contents .desc {
    color: #707E8A;
    font-size: 22px;
}

.promotion-component .row {
    align-items: center;
}

footer .footer-logo {
    margin-bottom: 25px;
}

footer .footer-desc {
    color: #707E8A;
    margin-bottom: 30px;
}

a.footer-adress {
    color: #707E8A;
    display: block;
    margin-bottom: 10px;
}

a.footer-mail {
    color: #707E8A;
    display: block;
}

a.footer-whatsapp-box {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    border: solid 1px #B57D5D;
    color: #707E8A;
}

a.footer-whatsapp-box .icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B57D5D;
}

a.footer-whatsapp-box .text {
    padding: 0 15px;
}

a.footer-whatsapp-box .phone {
    padding: 0 15px;
    font-weight: 600;
    position: relative;
}

a.footer-whatsapp-box .phone::before {
    position: absolute;
    content: '|';
    left: 0;
    top: -1px;
}

footer .flex-wrap-footer {
    display: grid;
    align-items: center;
    grid-template-columns: 5fr 2fr;
    gap: 70px;
}

footer.footer-component::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(268.29deg, #525A63 14.31%, #2F3845 97.5%);
    z-index: -1;
    top: 0;
}

.footer-component {
    position: relative;
    padding: 40px 0 20px 0;
}

footer .footer-right {
    position: absolute;
    right: 0;
    top: 0;
}

footer .footer-right img {
    width: 100%;
    height: 100%;
}

.footer-menu .title {
    color: #B57D5D;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.footer-menu .title::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #B57D5D;
    bottom: 0;
}

.footer-menu ul a {
    color: #707E8A;
    margin-bottom: 13px;
    display: inline-block;
}

.footer-menu ul a:hover {
    color: white;
}

/* Detail Page*/

.breadcrumb {
    padding-top: 200px;
    text-align: center;
    margin-bottom: 150px;
}

.breadcrumb .breadcrumb-wrapper {
    padding: 50px 0;
    border: 2px solid; /* border kalÄ±nlÄ±ÄŸÄ± Ã¶nemli */
    border-image-source: linear-gradient(90deg, #B57D5D 0%, #1A222B 33%, #1A222B 67%, #B57D5D 100%);
    border-image-slice: 1; /* bu olmazsa gÃ¶rÃ¼nmez */
    background: linear-gradient(90deg, rgba(84, 92, 101, 0.34) 0%, rgba(26, 34, 43, 0.34) 31.08%, rgba(26, 34, 43, 0.34) 68.93%, rgba(87, 94, 103, 0.34) 97%);
}

.breadcrumb h1 {
    color: #7E8E9B;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #B57D5D;
}

.breadcrumb ul a {
    position: relative;
    color: #B57D5D;
}

.breadcrumb ul a::before {
    position: absolute;
    content: '|';
    right: -11px;
}


.content-wrapper p {
    color: #7E8E9B;
    margin-bottom: 15px;
}

.content-wrapper ul {
    color: #7E8E9B;
    font-size: 16px;
    padding-left: 20px;
    list-style: disc;
    margin: 15px 0;
}

.content-wrapper ul li {
    margin-bottom: 10px;
}

.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6 {
    color: #7E8E9B;
    margin-bottom: 15px;
}

.detail-page {
    margin-bottom: 150px;
}

.corporate-sidebar {
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #7E8E9B 0%, #1A222B 33%, #1A222B 67%, #7E8E9B 100%);
    border-image-slice: 1;
    background: linear-gradient(90deg, rgba(84, 92, 101, 0.34) 0%, rgba(26, 34, 43, 0.34) 31.08%, rgba(26, 34, 43, 0.34) 68.93%, rgba(87, 94, 103, 0.34) 97%);
    padding: 30px;
    position: sticky;
    top: 94px;
}

.corporate-sidebar .title {
    color: #B57D5D;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.corporate-sidebar ul li {
    margin-bottom: 15px;
}

.corporate-sidebar ul li a {
    color: #7E8E9B;
}

header.header-desktop.scrolled {
    padding: 10px;
    background: #1A222B;
}

.footer-bottom-wrapper {
    display: flex;
    align-items: center;
    padding: 10px;
    color: white;
    justify-content: space-between;
}

.blog-box {
    display: block;
    padding: 15px;
    background: #0e121c;
    margin-bottom: 24px;
}

.blog-box img {
    width: 100%;
    margin-bottom: 20px;
}

.blog-box .title {
    color: #7E8E9B;
    font-size: 19px;
    font-weight: 500;
}

.contact-infos-area {
    margin-bottom: 50px;
}

.contact-infos-area .title {
    font-size: 30px;
    font-weight: 600;
    color: #7E8E9B;
    margin-bottom: 25px;
}

.contact-infos-area ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.contact-infos-area ul li .text {
    width: 27px;
    color: #7E8E9B;
}

.iframe-code iframe {
    width: 100%;
}

form input {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 10px;
    outline: none;
    background: none;
    border: solid 1px gray;
    color: white;
}

form textarea {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    padding: 7px 10px;
    background: none;
    outline: none;
    color: white;
}

form button {
    font-family: "Montserrat", sans-serif;
    padding: 10px 30px;
    cursor: pointer;
    background: none;
    border: solid 1px #B57D5D;
    color: #7E8E9B;
    margin-top: 10px;
}

.iframe-code {
    margin-top: 50px;
}

form input:focus {
    border: solid 1px #B57D5D;
}

form textarea:focus {
    border: solid 1px #B57D5D;
}

.header-mobile{
    display: none;
}
@media(max-width:992px){
    .header-desktop {
    display: none;
}

.header-mobile .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}

.header-mobile .header-wrapper .menu-bars {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.header-mobile .header-wrapper .menu-bars svg {
    width: 20px;
}

.header-mobile .header-wrapper .menu-bars svg path {
    fill: white;
}

section.home-hero {
    position: relative;
}

.home-hero .down-button {
    bottom: -100px;
}

.home-hero .down-button img {
    width: 120px;
}

.home-hero::before {
    height: 98px;
    bottom: -40px;
}

.home-slogan-component {
    padding-top: 140px;
    padding-bottom: 80px;
}

.home-slogan-component .small-slogan {
    font-size: 18px;
}

.home-slogan-component .big-slogan {
    font-size: 23px;
}

.home-slogan-component .slogan-desc {
    font-size: 20px;
    padding: 0 15px;
    margin-bottom: 40px;
}

.btn-gray {
    font-size: 16px;
    padding: 15px 50px;
}

.col-md-3.left-options .option-box:first-child {
    margin-bottom: 40px;
    margin-top: 40px;
}

.arrow {
    display: none;
}

.col-md-3.right-options .option-box {
    padding: 0;
}

.col-md-3.right-options .option-box:first-child {
    margin-bottom: 40px;
}

.application-component .section-title .title {
    font-size: 26px;
}

.slogan-content-wrapper .top-title {
    font-size: 28px;
}

.slogan-content-wrapper .title {
    font-size: 30px;
}

.slogan-content-wrapper .desc {
    font-size: 20px;
}

.slogan-second-component::before {
    display: none;
}

.slogan-second-component::after {
    display: none;
}

.slogan-content-wrapper .btn-transparent {
    font-size: 20px;
}

.slogan-second-component {
    margin-top: 80px;
}

.slogan-second-component .picture img {
    height: 500px;
    object-fit: cover;
}

.designs-component {
    margin-top: 150px;
    margin-bottom: 150px;
}

.designs-component .section-title {
    font-size: 28px;
}

.cta-wrapper .desc {
    padding: 0 20px;
}

.stone-picture {
    margin-bottom: 100px;
}

.stone-contents .sec-title {
    font-size: 28px;
}

.stone-contents .title {
    font-size: 22px;
}

a.stone-read {
    display: none;
}

.promotion-component {
    margin-bottom: 50px;
}

footer .flex-wrap-footer {
    grid-template-columns: 1fr;
}

footer .footer-right {
    position: relative;
    right: unset;
    top: unset;
}
.cta-wrapper .cta-icon::before {
    width: 100%;
}
.breadcrumb {
    padding-top: 50px;
    margin-bottom: 50px;
}
}



/* 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;
}

@media(max-width:992px){
    .modal-dialog.modal-fullscreen {
    padding: 0;
    margin: 0;
}

.modal-content {
    border: none;
    border-radius: 0;
    background: #1A222B;
    min-height: 100vh;
}

#mobileMenuModal ul li {
    margin-bottom: 20px;
    font-size: 23px;
}

#mobileMenuModal ul {
    margin-top: 50px;
}

#mobileMenuModal .btn-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: none;
}

#mobileMenuModal .btn-close svg {
    width: 27px;
}

#mobileMenuModal .btn-close svg path {
    fill: white;
}
.header-mobile {
    position: fixed;
    width: 100%;
    background: #1a222b;
    top: 0;
    z-index: 99;
    display: block;
}

body {
    padding-top: 55px;
}

.breadcrumb h1 {
    font-size: 26px;
}

.breadcrumb ul {
    flex-wrap: wrap;
}


.breadcrumb .breadcrumb-wrapper {
    padding: 40px 10px;
}
}

.btn-area{
    text-align: center;
}

.detail-page.error-page {
    text-align: center;
    color: white;
}

.detail-page.error-page .text {
    font-size: 60px;
    margin-bottom: 20px;
}

.detail-page.error-page .content {
    font-size: 24px;
    margin-bottom: 30px;
}

.detail-page.error-page .btn {
    width: auto;
}

.detail-page.error-page .row {
    justify-content: center;
}

.application-component .nav-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 30px;
}

.application-component .nav-area div {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media(max-width:992px){
    .application-box .picture img {
    filter: grayscale(0);
}

.application-component {
    padding: 60px 35px;
}
}

.design-box{
    display: block;
    margin-bottom: 20px;
}
a.gallery-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

a.gallery-box {
    display: block;
    height: 550px;
    margin-bottom: 24px;
}

.gallery-box .picture {
    height: 550px;
}

a.logo-link {
    display: block;
    text-align: center;
}

.slider-button-prev img {
    width: 24px;
}

.slider-button-next img {
    width: 24px;
}

@media(max-width:992px){
    .slider-button-prev img {
    width: 14px;
}

.slider-button-next img {
    width: 14px;
}
}

.gallery-page .design-box .picture img {
    filter: grayscale(0);
}

a.referans-box {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.mb100{
margin-bottom:100px;
}