html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/* Tüm linkler için varsayılan cursor */
a {
    cursor: default; /* Eğer sitedeki tüm linklerde cursor varsayılan olarak geliyorsa */
}

/* Butonlar için pointer cursor */
button,
.btn,
.whatsapp-button,
.menu-list li a,
.video-button,
.custom-button {
    cursor: pointer !important;
}

ol, ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
b, strong{
    font-weight: 600;
    color: #000;
}
iframe{
    width: 100%;
    border: none;
    display: block;
}
p {
    margin: 0 0 15px;
}
img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
pre {
    background-color: whitesmoke;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
    background-image: -webkit-linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
    background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
    background-size: 70px 70px;
    border: 1px solid #d4d4d4;
    display: block;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
}

::selection {
    background: #cbb180;
    color: #fff
}

.container-fluid {
    max-width: 1838px;
    padding: 0 4.28vw
}

@media(min-width: 2000px) {
    .container-fluid {
        max-width: 98.4vw
    }
}

@media(max-width: 1023px) {
    .container-fluid {
        padding: 0 15px
    }
}

.container {
    width: 100% !important;
    max-width: 1260px !important;
    margin: 0 auto !important;
    padding: 0;
    box-sizing: border-box;
}

@media(max-width: 1023px) {
    .container {
        padding: 0 15px
    }
}

.body {
    font-size: 1.28vw;
    line-height: 1.82vw;
    overflow-x: hidden;
    color: #000;
    font-family: "Barlow", serif;
}

@media(max-width: 1023px) {
    .body {
        font-size: 16px;
        line-height: 26px
    }
}

.cover {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bgRed {
    background: #e52923
}

.p-100 {
    padding: 5.35vw
}

@media(min-width: 2000px) {
    .p-100 {
        padding: 100px
    }
}

.p-100t {
    padding: 5.35vw 5.35vw 0 !important
}

@media(min-width: 2000px) {
    .p-100t {
        padding: 100px 100px 0 !important
    }
}

.p-100x {
    padding: 5.35vw 0
}

@media(min-width: 2000px) {
    .p-100x {
        padding: 100px 0
    }
}

.mtGlobal {
    margin-top: 7.5vw
}

.bgGrey {
    background: #f0f0f0
}

.bgBlack {
    background: #000
}

.bgPadding {
    padding: 2.14vw
}

@media(max-width: 1023px) {
    .bgPadding {
        padding: 15px
    }
}

.bgPadding2 {
    padding: 3.21vw
}

@media(max-width: 1023px) {
    .bgPadding2 {
        padding: 15px
    }
}

.mobileBg {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 4;
    align-items: center;
    justify-content: center;
    display: none
}

@media(max-width: 1200px) {
    .mobileBg {
        display: none
    }
}

.mobileBg h2 {
    text-align: center;
    margin: 0
}

.mobileBg h2 img {
    margin: 0 auto 1rem;
    display: block
}

.moreBtn span,
.moreBtn a {
    display: inline-block;
    font-size: 15px;
    line-height: initial;
    letter-spacing: 4px;
    text-align: right;
    text-decoration: none;
    color: #000;
    font-family: "Barlow", serif;
    position: relative;
    min-width: 150px;
    padding-top: 8px;
    cursor: pointer;
    font-weight: 700;
}

@media(min-width: 2000px) {
    .moreBtn span,
    .moreBtn a {
        font-size: .8vw
    }
}

.moreBtn span:after,
.moreBtn span:before,
.moreBtn a:after,
.moreBtn a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0
}

.moreBtn span:before,
.moreBtn a:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: .5s
}

.moreBtn span:after,
.moreBtn a:after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0s
}

.moreBtn span:hover:before,
.moreBtn a:hover:before {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0s
}

.moreBtn span:hover:after,
.moreBtn a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: .2s
}

.moreBtn.color-white span,
.moreBtn.color-white a {
    color: #fff
}

.moreBtn.color-white span:after,
.moreBtn.color-white span:before,
.moreBtn.color-white a:after,
.moreBtn.color-white a:before {
    background: #fff
}

.moreBtn2 {
    display: inline-block
}

.moreBtn2 a,
.moreBtn2 span {
    transition: .3s;
    color: #000;
    font-family: "Barlow", serif;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 25px;
    cursor: pointer;
    letter-spacing: 3px;
    font-weight:700;
}

@media(min-width: 2000px) {
    .moreBtn2 a,
    .moreBtn2 span {
        font-size: .8vw
    }
}

.moreBtn2 a:hover,
.moreBtn2 span:hover {
    background: #fff;
    color: #000 !important
}

.moreBtn2 a:before,
.moreBtn2 span:before {
    content: "";
}

.moreBtn2 a i,
.moreBtn2 span i {
    margin-left: .5rem
}

.moreBtn2.active a:before,
.moreBtn2.active span:before {
    content: "";
}

.moreBtn2.active a i,
.moreBtn2.active span i {
    transform: rotate(180deg)
}

.moreBtn2.white a,
.moreBtn2.white span {
    color: #fff;
    border-color: #fff
}

.textColor-white {
    color: #fff
}
