* {
    box-sizing: border-box;
    font-family: var(--generalFont);
}

:root {
    --primary: #D9000D;
    --textColor: #3B3B3B;
    --titleColor: #161615;
    --bgDarkColor: #15141D;

    --borderColor: #3B3B3B;
    --lightColor: #CCCCCC;

    --titleFont: "Bebas Neue", sans-serif;
    --generalFont: "Inter", sans-serif;
}

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,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: var(--generalFont);
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--darkColor);
    line-height: 1.1;
    font-family: var(--titleFont);
    font-size: 85px;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--textColor);
    font-weight: 400;
}

.dark-bg :is(h1, h2, h3, h4, h5, h6, p) {
    color: #fff;
}

.red-title :is(h1, h2, h3, h4, h5, h6) {
    color: var(--primary);
}

.red-bg :is(h1, h2, h3, h4, h5, h6) {
    color: #fff;
}

.red-bg p {
    color: #fff;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

.ty-wrapper {
    width: 100%;
    height: 100vh;
    display: table;
    background-color: #333;
}

.ty-vertical {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.w100 {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
}

.text-center {
    text-align: center;
}

.pdn {
    padding: 100px 0px;
}

.red-bg {
    background-color: var(--primary);
}

.white-bg {
    background-color: #fff;
}

.dark-bg {
    background-color: var(--bgDarkColor);
}

.container {
    width: 90%;
    max-width: 1650px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.container-blog{
    width: 90%;
    max-width: 1100px;
    position: relative;
    display: block;
    margin: 0 auto;
	
}
.topBarHome {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all .3s cubic-bezier(0.42, 0, 0.24, 1);
}

.logo {
    margin-left: 2.5%;
    transition: all .3s cubic-bezier(0.42, 0, 0.24, 1);
    width: 300px;
}

.menuBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: var(--primary);
    width: 100px;
    height: 100%;
    cursor: pointer;
    transition: all .2s ease-in-out;
    transition-delay: 250ms;
}

.menu-trigger {
    width: 40px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.closeBtn {
    position: absolute;
    left: 3%;
    top: 40px;
    z-index: 5;
    cursor: pointer;
}

.menu-trigger .line {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #fff;
    transition: 0.3s;
}

.menu-trigger .line.line-1 {
    transition: all 0.3s 0.3s, transform 0.3s 0s;
}

.menu-trigger .line.line-2 {
    top: 50%;
    margin-top: -1px;
    left: 0;
    transition: all 0.3s 0.3s;
}

.menu-trigger .line.line-3 {
    bottom: 0;
    top: auto;
    left: 0;
    transition: all 0.3s 0.3s, transform 0.3s 0s;
}

.menu-trigger.active {
    transform: rotate(135deg);
    transition: all 0.5s 0.3s;
}

.menu-trigger.active .line-1 {
    top: 50%;
    margin-top: -1px;
    transform: rotate(90deg);
    transition: all 0.3s, transform 0.3s 0.3s;
}

.menu-trigger.active .line-2 {
    opacity: 0;
    transition: all 0.3s, opacity 0.3s 0s;
}

.menu-trigger.active .line-3 {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(0deg);
    transition: all 0.3s, transform 0.3s 0.3s;
}


.home-carousel .items {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: var(--bgDarkColor);
}

.home-carousel-img {
    width: 50%;
    height: 100%;
    float: left;
}
.home-carousel-video {
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.home-carousel-video video{

display: inline-block;

height: 100%;

position: relative;

left: 50%;

transform: translateX(-50%);
}

.home-carousel-content {
    background-image: url(../images/home-slider/bg-color.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 5%;
}

.home-carousel-content h2 {
    color: var(--primary);
    font-size: 30px;
    font-family: var(--generalFont);
    margin-bottom: 25px;
    line-height: 1.1;
    font-weight: 500;
}

.home-carousel-content h3 {
    color: #fff;
    font-size: 90px;
    margin-bottom: 40px;
    font-weight: bold;
}

.more-btn {
    border: 1px solid var(--borderColor);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    position: relative;
}

.more-btn span {
    padding: 25px 30px;
    border-right: 1px solid var(--borderColor);
    position: relative;
    z-index: 1;
    transition: all .3s cubic-bezier(0.42, 0, 0.34, 1.06);
}

.more-btn.white span {
    color: #fff;
    border-color: #fff;
}

.more-btn.white {
    border-color: #fff;
}

.more-btn i {
    width: 75px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all .3s cubic-bezier(0.42, 0, 0.34, 1.06);
}

.more-btn i img {
    width: 25px !important;
    transition: all .3s cubic-bezier(0.42, 0, 0.34, 1.06);
}

.home-carousel .owl-dots {
    position: absolute;
    bottom: 30px; /* Sağdan aşağıya taşıdık */
    left: 50%; /* Yatayda ortalama için */
    transform: translateX(-50%); /* Tam ortalanmış olması için */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; /* Yatay sıralama için column'dan row'a değiştirdik */
}

.home-carousel .owl-dot {
    width: 16px;
    height: 16px;
    margin: 0px 10px; /* Dikey margin'i yatay margin'e çevirdik */
    border-radius: 360px;
    border: 1px solid #707070;
}

.home-carousel .owl-dot.active {
    background-color: var(--primary);
    border-color: #fff;
}
.after-img>* {
    z-index: 2;
    position: relative;
}

.after-img::after {
    content: "";
    background-image: url(../images/bg-pattern-2.png);
    background-size: 50%;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    left: 0px;
    z-index: 0;
    pointer-events: none;
}

.after-img.red-bg::after {
    background-image: url(../images/bg-pattern-1.png);
}

.after-img.dark-bg::after {
    background-image: url(../images/bg-pattern-3.png);
}

.w50-content {
    width: 50%;
    float: left;
    padding: 0px 5%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.w50-image {
    width: 50%;
    float: left;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.icon-list {
    display: inline-block;
    width: 100%;
}

.icon-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}

.icon-list li img {
    width: 80px;
}

.icon-list li span {
    width: calc(100% - 80px);
    padding-left: 35px;
    color: #fff;
}

.icon-list li p {
    color: #fff;
}

.icon-list li:last-child {
    margin-bottom: 0;
    border-bottom: 0px;
    padding-bottom: 0;
}

.icon-list li span strong {
    font-weight: bold;
    font-size: 36px;
    font-family: var(--titleFont);
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.half-reverse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.half-reverse .w50-image {
    right: initial;
    left: 0px;
}

.title {
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
}

.title span {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 26px;
    color: var(--primary);
}

.more-btn.dark {
    color: var(--textColor);
}

.w50-content article {
    width: 100%;
    display: inline-block;
}

.w50-content article p {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.w50-content article p strong {
    font-weight: bold;
}
.w50-content article .more-btn {
    margin-top: 30px;
}

.w50-content article h3 {
    font-size: 30px;
    font-family: var(--textFont);
    margin-bottom: 30px;
}

.red-bg .more-btn i img {
    filter: brightness(0) invert(1);
}

.map-module {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
}

.news-carousel .owl-dots {
    margin-top: 35px;
}

.news-carousel .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 360px;
    border: none;
    margin-right: 10px;
    opacity: .3;
}

.news-carousel .owl-dot.active {
    opacity: 1;
}

ul.social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 50px;
}

ul.social-list li {
    margin-right: 15px;
}

ul.social-list li:last-child {
    margin-right: 0px;
}

.contact-sect {
    width: 100%;
    padding-right: 20%;
    display: inline-block;
}

.contact-sect li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.contact-sect li:first-child {
    width: 100%;
}

.contact-sect li strong {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-family: var(--titleFont);
}

.contact-sect li p a {
    color: #fff;
}

.contact-sect li p {
    font-size: 20px;
    font-weight: 300;
}

.copyright {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px 5%;
    text-align: center;
    color: #fff;
    border-top: 1px solid #32303E;
    font-size: 14px;
    font-weight: 300;
}

.copyright a {
    color: var(--primary);
    transition: all .2s ease-in-out;
}

.copyright a:hover {
    color: #f3747c;
}
.copyright p {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.webdesigner {
    color: #fff;
    font-weight: bold;
}

.sticky .topBarHome {
    background-color: var(--bgDarkColor);
    height: 70px;
    border-bottom: 1px solid var(--primary);
    box-shadow: 0px 0px 10px rgb(217 0 13 / 15%);
}

.sticky .logo {
    width: 250px;
}

.menuAfter {
    transition: all .5s cubic-bezier(0.42, 0, 0.18, 1);
    width: 100%;
    padding: 7% 10% 7% 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fixedMenu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: var(--primary);
    background: linear-gradient(-30deg, #890008 0%, var(--primary));
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    left: 0;
    z-index: 25;
    top: -100vh;
    transition: all .5s cubic-bezier(0.42, 0, 0.15, 0.96);
}

.fixedMenu::before {
    content: '';
    background-image: url(../images/menu-bg.png);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.fixedMenu ul {
    list-style: none;
    position: relative;
}

.fixedMenu div>ul {
    display: block;
}

.fixedMenu div>ul>li>.sub-menu {
    display: none;
}

.fixedMenu ul li {
    margin: 40px 0;
    position: relative;
}

.fixedMenu div>ul>li {
    /* opacity: 0; */
    /* pointer-events: none; */
}

.fixedMenu ul li a {
    color: #fafafa;
    font-size: 1.6em;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    opacity: 1;
    /* pointer-events: none; */
}

.fixedMenu ul li a:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    bottom: -10px;
    left: 0;
    transform-origin: left;
    transition: transform .5s ease;
    transform: scaleX(0);
}


.fixedMenu ul li a:hover:after {
    transform: scaleX(1);
}

.fixedMenu .close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50px;
    right: 40px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixedMenu .close div::before,
.fixedMenu .close div::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    background: #fff;
    transition: background .5s ease;
}

.fixedMenu .close div::before {
    transform: rotate(-45deg);
}

.fixedMenu .close div::after {
    transform: rotate(45deg);
}

.fixedMenu .close:hover div::before,
.fixedMenu .close:hover div::after {
    background: #90a6d4;
}

li.menu-item-has-children>a {
    padding-right: 40px;
}

.fixedMenu .sub-menu-active>a .downMenuBefore img {
    transform: rotate(180deg);
}

.fixedMenu .close>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-menu {
    display: none;
    margin-top: 15px;
    padding-left: 30px;
}

ul.sub-menu li a {
    font-size: 1em;
    opacity: .8;
}

ul.sub-menu li {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
}

.sub-menu li .downMenuBefore {
    width: 15px;
    top: 7px;
}

.sub-menu li.menu-item-has-children>a {
    padding-right: 25px;
}

.menuContact {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 35%;
    opacity: 1;
}

.menuContact>span {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.menuContact>p,
.menuContact>p a {
    color: #fff;
}

.menuContact>p img {
    filter: brightness(0)invert(1);
    width: 25px;
}

.menuContact>p i {
    width: calc(100% - 25px);
    padding-left: 20px;
}

.menuContact>p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.menuContact>p:last-child {
    margin-bottom: 0;
}

.menuActive .fixedMenu {
    top: 0;
}

.menuActive .menuBtn {
    background-color: transparent;
    transition-delay: 0ms;
}

.header-style-2 {
    height: 150px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-color: #fff;
    transition: all .3s cubic-bezier(0.42, 0, 0.06, 0.97);
}

.header-style-2 .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 300px);
}

.logo-2 {
    width: 300px;
}

.menu-style-2 >div>ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-style-2 >div>ul>li {
    margin-right: 50px;
}

.menu-style-2 >div>ul>li a {
    font-size: 20px;
    color: var(--textColor);
    transition: all .2s cubic-bezier(0.42, 0, 0.22, 0.99);
}

.menu-style-2 >div>ul>li a:hover {
    color: var(--primary);
}

.mtop {
    margin-top: 150px;
}

.sticky .header-style-2 {
    height: 100px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.tab-section {
    display: none;
    width: 100%;
}

.tab-section.open {
    display: inline-block;
}

.tabSect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.tabSect .title {
    width: auto;
}

.tab-menu span.active,
.tab-menu a.active {
    opacity: 1;
    border-color: var(--primary);
}

.tab-menu span,
.tab-menu a {
    padding: 10px 0;
    cursor: pointer;
    transition: all .3s cubic-bezier(0.42, 0, 0.09, 0.98);
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 40px;
    font-family: var(--titleFont);
    margin: 0px 30px;
    opacity: .2;
    border-bottom: 2px solid var(--primary);
    border-color: transparent;
}

.tab-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-menu span:last-child,
.tab-menu a:last-child {
    /* margin-right: 0; */
}

.tab-menu span:hover:not(.active),
.tab-menu a:hover:not(.active) {
    opacity: .5;
}


.tab-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}

.tab-feature-list {
    width: 45%;
}

.tab-feature-list h3 {
    font-size: 60px;
    margin-bottom: 100px;
}

.tab-feature-list h4 {
    font-size: 40px;
    margin-bottom: 15px;
}

.tab-feature-list ul {
    display: inline-block;
    width: 100%;
}

.tab-feature-list ul li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid var(--primary);
    padding: 15px 0px;
    font-size: 25px;
    font-weight: 500;
}

.tab-feature-list ul li i {
    color: var(--primary);
}

.slider-img {
    width: 45%;
}

.product-view-carousel .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.product-view-carousel .owl-next,
.product-view-carousel .owl-prev {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 17px;
    height: 28px;
    border: none;
    text-indent: -999999em;
    background-color: transparent;
    margin: 0px 15px;
}

.product-view-carousel .owl-next {
    background-image: url(../images/icons/next.svg)
}

.product-view-carousel .owl-prev {
    background-image: url(../images/icons/prev.svg)
}

.products-carousel {
    margin-top: 100px;
}

.products-carousel .items {
    position: relative;
}

.products-carousel span {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 40px;
    font-family: var(--titleFont);
    color: #000;
}

.products-carousel a {
    color: #000;
}

.view-btn {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: var(--primary);
    text-align: center;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    pointer-events: none;
    transition: all .2s cubic-bezier(0.42, 0, 0.2, 0.96);
    margin-top: -20px;
}

.products-carousel a:hover .view-btn {
    opacity: 1;
    margin-top: 0px;
}



.products-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0px;
}

.products-carousel .owl-dot {
    width: 16px;
    height: 16px;
    margin: 0px 5px;
    border-radius: 360px;
    border: 1px solid #2D2D2D;
}

.products-carousel .owl-dot.active {
    background-color: var(--primary);
    border-color: transparent;
}

.bottom {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 130px;
}

.bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-menu li a {
    color: #fff;
}

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

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-contact .tel {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.footer-contact a {
    color: #fff;
}

.footer-contact p {
    color: #fff;
    display: block;
    margin-top: 15px;
}

.footer-buttons .more-btn {
    width: 100%;
    margin: 15px 0px;
}

.footer-buttons .more-btn span {
    padding: 14px 0px;
    width: 190px;
    text-align: center;
}

.gallery-list {
    margin-top: 100px;
    display: inline-block;
    width: 100%;
}

.gallery-list li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 300px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.gallery-list li:nth-child(3n+3) {
    margin-right: 0;
}

.gallery-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.gallery-list li a span {
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

.gallery-list li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: .7;
    pointer-events: none;
    z-index: 0;
    transition: all .3s cubic-bezier(0.42, 0, 0.12, 1.08);
}

.gallery-list li::after {
    content: "";
    background-image: url(../images/media-pattern.png);
    background-size: 65%;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    left: 0px;
    z-index: 0;
    pointer-events: none;
}

.gallery-list li:hover::before {
    opacity: 1;
}

.w50-news {
    width: 50%;
    float: left;
    height: 735px;
}

.last-news {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.news-ribbon {
    position: absolute;
    right: 0px;
    top: 50px;
    color: #fff;
    padding: 15px 30px;
    background-color: var(--primary);
    font-size: 18px;
    z-index: 1;
}

.last-news a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 50px;
    position: relative;
    z-index: 2;
}

.last-news::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.last-news a i {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.last-news a span {
    font-size: 50px;
    font-family: var(--titleFont);
    color: #fff;
    margin-bottom: 15px;
}

.last-news a p {
    color: #fff;
}

.other-news {
    width: 100%;
    padding-left: 10%;
    padding-top: 100px;
    padding-right: 35px;
}


.news-list {
    width: 100%;
    display: inline-block
}

.news-list li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.news-list li figure {
    width: 150px;
    height: 155px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #8a8a8a;
}

.recentContent {
    width: calc(100% - 150px);
    padding-left: 5%
}

.news-list li:last-child {
    margin-bottom: 0
}

.recentContent strong {
    text-align: left;
    font-size: 40px;
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 40px;
    font-weight: bold;
    font-family: var(--titleFont);
    line-height: 1.1;
}

.recentContent strong a {
    color: var(--primary)
}

.news-list li figure a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.date {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* max-height:45px; */
    font-size: 17px;
    margin-bottom: 15px;
}

.more-btn.small span {
    padding: 12px 15px;
    font-size: 13px;
}

.more-btn.small i {
    width: 50px;
}

.more-btn.small i img {
    width: 16px !important;
}


.blog-carousel .owl-dots {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.blog-carousel .owl-dot {
    width: 16px;
    height: 16px;
    margin: 5px 0px;
    border-radius: 360px;
    border: 1px solid #707070;
}

.blog-carousel .owl-dot.active {
    background-color: var(--primary);
    border-color: #fff;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.contact-info strong  {
    /* font-weight: 700; */
    font-size: 30px;
    color: var(--primary);
    font-family: var(--titleFont);
}

.contact-info p{
    margin-top: 10px;
    margin-bottom: 40px !important;
    font-size: 20px;
    line-height: 1.5;
}
form {
    width: 100%;
    /* max-width: 500px; */ /* Masaüstünde maksimum genişlik */
    box-sizing: border-box;
}

/* Row yapısı */
.row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.col {
    flex: 1;
}

input, textarea, select {
    width: 100%;
    padding: 10px 0;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    background-color: transparent;
}
.col.fr100 {
    width: 100%;
}
input:focus,
textarea:focus, select:focus {
    outline: none;
    border-color: #007bff;
}

label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #555;
}

.message-box {
    margin-bottom: 35px;
}

.kvkk-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 35px;
}

.kvkk-text {
    display: flex;
    align-items: flex-start;
    width: 70%;
    line-height: 1.5;
}

.kvkk-text input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.submit-btn {
    background: none;
    border: 1px solid #2D2D2D;
    border-radius: 4px;
    /* padding: 8px 15px; */
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    width: 29%;
}

.submit-btn span img {
    width: 78%;
    border: 2px solid #2D2D2D;
    padding: 14px;
    margin: -2px;
    margin-left: 24px;
}

.submit-btn span {
    width: 46%;
    font-size: 14px;
}

/*yasin*/

.header-mobile {
    display: none;
}





.map-wrapper {
  width: 100%;
  height: 100vh;     
  display: flex;
  justify-content: center;
  align-items: center;
}

#map {
  width: 100%;
  height: auto;       
  max-height: 100%; 
  display: block;
}
.wrap {
  /* width: 70%; */
  height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.map svg {
  width: 100%;
  height: 100%;
}
svg {
  padding: 20px;
}

#tooltip {
  font-size: 18px;
  position: absolute;
  pointer-events: none;
  background: var(--titleColor);
  color: var(--lightColor);
  padding: 10px 8px;
  border-radius: 3px;
  display: none;
  z-index: 9999;
}

.land {
  fill: #ccc;
  fill-opacity: 1;
  stroke: white;
  stroke-opacity: 1;
  stroke-width: 0.5;
  transition: 0.2s ease-out;
}

.land:hover {
  fill: #a9a9a9;
}

.tooltip {
    
  position: absolute;
  pointer-events: none;
  background: #fff;
  color: #000;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 14px;
  display: none;
  z-index: 9999; 
}



#map path {
  fill: #3B3B3B;     
  stroke: #fff;            
  stroke-width: 0.5;
  transition: fill 0.3s ease;
}


#map path:hover {
  fill: #000;
}









.fp-watermark {
    display: none !important;
}

#fp-nav {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
#fp-nav ul li a span {
    background-color: #D9000D;
}
#fp-nav ul li a.active span {
    width: 12px;
    height: 12px;
    border: 2px solid #D9000D;
    background: transparent;
}
#fp-nav ul li .fp-tooltip {
    color: #fff;
    font-size: 14px;
    opacity: 1;
}


#fullpage .section {
    /* height: 100vh !important; */
    /* min-height: 100vh; */
    /* position: relative; */
    /* float: left; */
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}



.home-carousel .items {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: var(--bgDarkColor);
    display: flex;
    align-items: stretch;
}

.home-carousel-img {
    width: 50%;
    height: 100vh;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-carousel-content {
    background-image: url(../images/home-slider/bg-color.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100vh;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 5%;
}

.half-section {
    height: 100vh;
}



main {
    overflow-x: hidden;
}

div#pagepiling {
    width: 100%;
    height: 100vh;
    display: inline-block;
    float: left;
}

news-carousel .items {
    width: 100%;
}
.home-carousel-img::before {
    content: "";
    background: #000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 20%;
    z-index: 0;
}

.more-btn::Before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: all .3s cubic-bezier(0.42, 0, 0.34, 1.06);
    background-color: var(--primary);
    width: 0px;
    z-index: 0;
}

.more-btn:hover::Before {
    width: 100%;
    right: initial;
    left: 0px;
}

.more-btn:hover span {
    color: #fff;
    border-color: var(--primary);
}

.more-btn:hover i img {
    filter: brightness(0) invert(1);
}
.more-btn.dark:hover{
    border-color: var(--primary);
}


.more-btn.white::Before{
    background-color: #fff;
}
.more-btn.white:hover span{
    color: var(--textColor);
    border:none;
}
.more-btn.white:hover i img {
    filter: brightness(0) invert(0);
}
.contact-info p a {
    color: var(--textColor);
}
.contact-info p a:hover {
    text-decoration: underline;
}
.footer-info {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: space-between;
}


.language-menu {
    float: left;
    position: relative
}
.language-menu span{background-color: var(--primary);color: #fff;width: 65px;height: 45px;display: flex;align-items: center;justify-content: center;font-weight: bold;text-transform: uppercase;}
.language-menu ul li {
    float: left;
}

.language-menu ul {
    position: absolute;
    opacity: 0;
    transition: all ease-in-out .3s;
    top: 100%;
    background-color: var(--primary);
    /* padding-top: 10px; */
    /* pointer-events: none; */
    visibility: hidden;
    display: flex;
    flex-direction: column;
    width: max-content !important;
    left: 0;
    /* transform: translateX(-50%); */
    width: 100% !important;
}

.language-menu ul li a {
    align-items: center;
    justify-content: center;
    color: #ffd9d9;
    font-size: 15px;
    display: flex;
    width: 100%;
    font-weight: bold;
    transition: all .2s ease-in-out;
    /* padding: 0px !important; */
    text-align: center;
    width: 65px;
    height: 35px;
}

.language-menu ul li a img {
    width: 22px;
    float: left;
    margin-right: 10px
}

.language-menu:hover ul{
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}

.language-menu ul li {
    position: relative
}
.language-menu span img {
    margin-left: 6px;
}

.language-menu ul li a:hover {
    background-color: #e46a6a;
}
.topBarHome .language-menu {
    margin-right: 150px;
}
.contact-sect li p a:hover {
    text-decoration: underline;
}

.social-list li a {
    transition: all .2s ease-in-out;
}

.social-list li a:hover {
    opacity: .4;
}
.product-style-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-style-2 ul {
    max-width: 1250px;
    width: 100%;
}

.product-style-2 ul li {
    float: left;
    display: inline-block;
    width: 29.33%;
    margin: 2%;
    text-align: center;
	position: relative;
}

.product-style-2 ul li span {
    font-size: 23px;
    color: var(--titleColor);
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}

.product-style-2 ul li img {
    margin: 0 auto;
    width: 85%;
}
.product-style-2 ul li a:hover .view-btn {
    opacity: 1;
    margin: 0;
}

.blogArticle {
    width: 100%;
    display: inline-block;
}

.blogArticle h2 {
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 25px;
    width: 100%;
    /* display: inline-block; */
}

.blogArticle h3, .blogArticle h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
}

.blogArticle p {
    width: auto;
    margin-bottom: 40px;
    color: #717171;
    font-size: 18px;
}
.blogArticle img {
    margin-bottom: 30px;
    width: 100%;
}
.kvkk-text p {
    display: flex !important;
    align-items: flex-start;
}
.submit-btn-contact p {
    margin: 0px !important;
    line-height: 1 !important;
}

.submit-btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    position: relative;
}

.submit-btn-contact .wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
    pointer-events: none;
}

.submit-btn-contact input {
    width: 100%;
    border: navajowhite;
    background-color: var(--primary);
    color: #fff;
    height: 50px;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s cubic-bezier(0.42, 0, 0.28, 1.09);
}

.submit-btn-contact input:hover {
    background-color: #000;
}
.message-box textarea {height: 130px;}
.kvkk-text a {
    text-decoration: underline;
    color: #000;
}
form p {
    margin-bottom: 10px !important;
}
.form-input-title p {
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0px !important;
    margin-top: 10px;
}
.popup-form {
    display: none;
    max-width: 1000px;
    padding: 35px 30px;
    border-radius: 10px;
}

.form-click {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 20;
    background-color: var(--primary);
    width: 70px;
    height: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    transition: all .3s cubic-bezier(0.42, 0, 0.18, 1.02);
}

.form-click img {
    width: 30px;
    margin-bottom: 10px;
}
.form-click:hover {
    background-color: #333;
}

.popup-form button.fancybox-close-small {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0px 0px 0px 10px;
}

.popup-form button.fancybox-close-small svg {
    fill: #fff !important;
    padding: 0px;
    stroke-width: 3;
    opacity: 1;
}
.submit-btn-contact p {
    width: 100%;
}
.iletisim-m{
	display:none;
}
.wpml-ls-legacy-list-vertical {
    position: absolute !important;
    left: 0px !important;
    top: 100% !important;
    border: none !important;
}





.otgs-development-site-front-end {
    display: none !important;
}