<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&amp;display=swap&amp;subset=latin-ext');
@import url(../css/reset.css);
@import url(../css/bootstrap.min.css);
@import url(../plugins/fontawesome/css/all.min.css);
@import url(../css/margin-padding.css);
@import url(../css/variables.css);
*,
html,
body {
    font-family: 'Montserrat', sans-serif;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 22;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

header .infobar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .infobar a {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    line-height: 1;
}

header .infobar a:hover {
    color: #ffffff;
}

header .infobar a&gt;i {
    font-size: 16px;
}

header .infobar .social a:hover {
    color: #3f00b9;
}

header .infobar .social {
    margin-left: auto;
}

header .infobar .social a {
    color: #3f00b9;
    font-size: 16px;
}

header .infobar .social a&gt;i {}

header .menu .navbar {
    padding: 0px;
}

header .menu .navbar-nav {}

header .menu .navbar-nav&gt;li {
    position: relative;
    margin-right: 17px;
}

header .menu .navbar-nav&gt;li:first-child a {
    padding-left: 0;
}

header .menu .navbar-nav&gt;li:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

header .menu .navbar-nav&gt;li:first-child {
    margin-left: 0;
}

header .menu .navbar-nav&gt;li:last-child {
    margin-right: 0;
}

header .menu .navbar-nav&gt;li:last-child a {
    padding-right: 0;
}

header .menu .navbar-nav&gt;li&gt;a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 15px 25px;
}

header .menu .navbar-nav&gt;li:hover&gt;a:before {
    opacity: 1;
}

header .menu .navbar-nav&gt;li.active&gt;a:before {
    opacity: 1;
}

header .menu .navbar-nav&gt;li&gt;a:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../img/menuhover.png');
    width: 37px;
    height: 38px;
    z-index: -1;
    opacity: 0;
    transition: all ease .3s;
}

header .menu .navbar-nav&gt;li&gt;.dropdown-menu.mega {
    display: block;
    border-radius: 1px;
    min-width: 700px;
    max-width: 100vw;
    max-height: 0px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    border: 0px;
    background: #faf7f6;
    padding: 0px 15px;
    transition: 0.3s ease max-height, 0.3s ease box-shadow;
    top: 94%;
}

header .menu .navbar-nav&gt;li&gt;.dropdown-menu.mega&gt;li {
    display: inline-block;
    width: calc(100% / 3);
    margin-left: -3px;
    padding-left: 3px;
    vertical-align: top;
}

header .menu .navbar-nav&gt;li&gt;.dropdown-menu.mega&gt;li&gt;a {
    display: flex;
    width: 100%;
    font-size: 10px;
    min-height: 45px;
    font-weight: 600;
    color: #a79b97;
    border-bottom: 2px solid #efedeb;
    align-items: center;
    padding: 3px 3px;
}

header .menu .navbar-nav&gt;li&gt;.dropdown-menu.mega&gt;li&gt;a .img {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

header .menu .navbar-nav&gt;li&gt;.dropdown-menu.mega&gt;li:hover&gt;a {
    background: #fbb900;
    color: #fff;
}

header .menu .navbar-nav&gt;li:hover&gt;.dropdown-menu.mega {
    max-height: 500px;
    box-shadow: 0px 1px 5.74px 1.26px rgba(0, 0, 0, 0.08);
    overflow: inherit;
    padding: 10px 10px;
}

header .menu .navbar-nav&gt;li&gt;.dropMenu&gt;.dropdown-menu.normal {
    display: none;
    min-width: 200px;
    max-width: 100vw;
    max-height: 0px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    border: 0px;
    background: #ffffff;
    transition: 0.3s ease max-height, 0.3s ease box-shadow;
    top: 70px;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 18.69px 2.31px rgba(0, 0, 0, 0.22);
}

header .menu .navbar-nav&gt;li.submenu.active&gt;.dropMenu&gt;.dropdown-menu.normal {
    display: block;
    max-height: 100vh;
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    transform: unset;
}

header .menu .navbar-nav&gt;li&gt;.dropMenu&gt;.dropdown-menu.normal&gt;li .dropdown-menu.normal {
    display: block;
    border-radius: 1px;
    overflow: hidden;
    left: 100%;
    top: -2px;
    border: 0px;
    background: #faf7f6;
    padding: 0px;
    transition: 0.3s ease all;
    max-width: 0px;
    min-width: 0px;
}

header .menu .navbar-nav&gt;li .dropMenu&gt;.dropdown-menu.normal&gt;li {
    position: relative;
}

header .menu .navbar-nav&gt;li .dropMenu&gt;.dropdown-menu.normal&gt;li&gt;a {
    color: #a79b97;
    font-size: 12px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding: 8px 4px;
    border-bottom: 1px solid #ede9e8;
    white-space: nowrap;
}

header .menu .navbar-nav&gt;li .dropMenu&gt;.dropdown-menu.normal&gt;li:last-child&gt;a {
    border: unset;
}

header .menu .navbar-nav&gt;li .dropMenu&gt;.dropdown-menu.normal&gt;li:hover&gt;a {
    background-image: -moz-linear-gradient(158deg, rgb(247, 148, 29) 0%, rgb(255, 220, 0) 100%);
    background-image: -webkit-linear-gradient(158deg, rgb(247, 148, 29) 0%, rgb(255, 220, 0) 100%);
    background-image: -ms-linear-gradient(158deg, rgb(247, 148, 29) 0%, rgb(255, 220, 0) 100%);
    color: #000;
    border-color: transparent;
    font-weight: 800;
}

header .menu .navbar-nav&gt;li .dropdown-menu.normal&gt;li:hover .dropdown-menu.normal {
    box-shadow: 0px 1px 5.74px 1.26px rgba(0, 0, 0, 0.08);
    max-width: 250px;
    min-width: 200px;
}

header .menu .navbar-nav&gt;li&gt;.dropMenu {
    position: absolute;
    left: 50%;
    top: 0px;
    right: auto;
    padding-top: 70px;
    z-index: 2;
    transform: translateX(-50%);
}

header .menu .navbar-nav&gt;li.submenu.active&gt;.dropMenu {
    z-index: 99;
}

header .menu .navbar-nav&gt;li:hover&gt;.dropMenu {}

header .menu .navbar-nav&gt;li:hover&gt;a {}

header .select {
    display: inline-block;
    width: 35px;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

header .select .selected {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #b2b2b2;
}

header .select .selected:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    right: 2px;
    position: absolute;
    font-weight: 900;
}

header .select:hover .selected:before {}

header .select:hover .selected {}

header .select .list {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease all;
    background: #b2b2b2;
    width: 35px;
    border-radius: 5px;
    left: -5px;
    z-index: 99;
    position: absolute;
}

header .select:hover .list {
    max-height: 100px;
}

header .select .list a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    margin-right: 0;
}

header .select .list a:hover {
    color: #fff;
}


/*
header {
    padding-top: 40px;
    transition: 0.3s ease all;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 22;
    width: 100%;
}

.logo {
    display: block;
}

.logo img {
    width: 208px;
    height: 79px;
    display: block;
}

.diller {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 0px 10px;
}

.diller .selected:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: 0.3s ease all;
    position: absolute;
    right: 0px;
    top: 0px;
}

.diller .selected {
    font-weight: 600;
    font-size: 15px;
    position: relative;
    padding: 0px 15px 0px 5px;
    color: #ffffff;
}

.diller .list {
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease all;
    background: #fbfbfb;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.diller .list a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 15px;
    border: 0px;
    margin: 0px;
}

.diller .list a:hover {
    color: #c4161c;
}

.diller:hover .list {
    max-height: 200px;
    box-shadow: 0px 5px 5.74px 1.26px rgba(0, 0, 0, 0.08);
}

header .diller:hover .selected {}

.diller:hover .selected:after {
    transform: rotate(180deg);
}

header .menuac {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    padding-right: 20px;
}

header .menuac:after {
    content: '';
    background-image: url("../img/menu.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 20px;
    width: 28px;
    position: absolute;
    right: -20px;
}

.popupmenuacik {
    overflow: hidden;
    max-height: 100vh;
    height: 100vh;
}

section.popupmenu {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    position: fixed;
    z-index: 7;
    left: 0%;
    top: 0;
    bottom: 100%;
    transition: 0.5s ease all;
    background-image: url('../img/menu_bg.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

section.popupmenu.acik {
    max-height: 100%;
    transform: scale(1);
    left: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 9999;
}

.popupmenutop {
    padding-top: 40px;
}

section.popupmenu .menuac {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    padding-right: 20px;
}

section.popupmenu .menuac:after {
    content: '';
    background-image: url("../img/menukapat.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 24px;
    width: 24px;
    position: absolute;
    right: -20px;
}

section.popupmenu .menu .yanmenu {}

section.popupmenu .menu .yanmenu&gt;ul {
    list-style: none;
    margin-left: 10px;
}

section.popupmenu .menu .yanmenu ul&gt;li&gt;ul&gt;li&gt;a {
    max-height: 0px;
    overflow: hidden;
    line-height: 0px;
    display: block;
    transition: 0.3s ease all;
}

section.popupmenu .menu .yanmenu ul&gt;li&gt;ul&gt;li {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease all;
}

section.popupmenu .menu .yanmenu&gt;ul&gt;li:hover&gt;ul&gt;li&gt;a {
    line-height: 24px;
    max-height: 100%;
    padding-left: 20px;
}

section.popupmenu .menu .yanmenu&gt;ul&gt;li:hover&gt;ul&gt;li {
    max-height: 100%;
}

section.popupmenu .menu .yanmenu&gt;ul&gt;li:hover&gt;ul {
    max-height: 100%;
    padding: 10px 0px 10px 0;
}

section.popupmenu .menu .yanmenu&gt;ul&gt;li&gt;ul {
    max-height: 0px;
    overflow: hidden;
    list-style: none;
    transition: 0.3s 0.3s ease all;
}

section.popupmenu .menu .yanmenu&gt;ul {
    list-style: none;
}

section.popupmenu .menu .yanmenu ul&gt;li {}

section.popupmenu .menu .yanmenu ul&gt;li:hover&gt;a:after {
    width: 50%;
}

section.popupmenu .menu .yanmenu ul&gt;li&gt;a:after {
    content: '';
    height: 3px;
    width: 0px;
    background: #f8af00;
    transition: 0.3s ease all;
    position: absolute;
    left: 0px;
    bottom: -5px;
}

section.popupmenu .menu .yanmenu ul&gt;li&gt;ul&gt;li&gt;a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: calc(50% - 0.5px);
    height: 1px;
    width: 10px;
    background: #bf856e;
}

section.popupmenu .menu {
    margin-top: 10%;
}

section.popupmenu .menu .yanmenu ul&gt;li&gt;a {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

section.popupmenu .menu .yanmenu ul&gt;li&gt;ul&gt;li&gt;a {
    font-size: 18px;
    font-weight: 500;
}

section.popupmenu .menu .yanmenu ul&gt;li:hover&gt;a {
    color: #f8af00;
}

.popupmenu .kategori {
    box-shadow: 0px 7px 23.52px 0.48px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    background: #ffffff;
    position: relative;
    height: 214px;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.popupmenu .kategori h4 {
    font-size: 22px;
    color: #3a3a3a;
    display: inline-block;
    padding: 30px;
}

.popupmenu .kategori:hover h4 {
    color: #fff;
}

.popupmenu .kategori h4 strong {
    font-weight: bolder;
    display: block;
}

.popupmenu .kategori img {
    height: 196px;
    width: 180px;
    position: absolute;
    display: block;
    right: -20px;
    top: 20px;
}

.popupmenu .kategori:hover {
    background-image: -moz-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(248, 175, 0) 0%, rgb(204, 145, 4) 100%);
    background-image: -ms-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
}*/

section.slider {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 1080px;
}

section.slider .sliderbg {
    background-image: url("../img/headBg.png");
    background-position: center top;
    background-repeat: no-repeat;
    /*height: 1080px;*/
    width: 100%;
}

section.slider .swiper-container {
    width: 100%;
    position: relative;
    height: 103vh;
}

section.slider .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    position: relative;
    z-index: 1;
}

section.slider .swiper-slide .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

section.slider .swiper-slide .content {
    display: inline-block;
    width: 55%;
    position: relative;
    overflow: hidden;
    padding: 30px;
}

section.slider .swiper-slide .img {
    width: 110%;
    position: absolute;
    left: 100vw;
    top: 200px;
    bottom: 0px;
    background-position: right top;
    background-size: inherit;
    background-repeat: no-repeat;
    transition: 0.5s ease all;
}

section.slider .swiper-slide.swiper-slide-active .img {
    left: 33%;
    top: 70px;
    bottom: -150px;
}

section.slider .swiper-slide .content .baslik1 {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -2px;
    transition: 0.1s ease all;
    left: -100%;
    position: relative;
    font-weight: 500;
}

section.slider .swiper-slide.swiper-slide-active .content .baslik1 {
    left: 0px;
    transition: 0.3s ease all;
}

section.slider .swiper-slide .content .baslik2 {
    font-size: 63px;
    line-height: 63px;
    letter-spacing: -2px;
    transition: 0.1s ease all;
    left: -100%;
    position: relative;
    font-weight: 900;
}

section.slider .swiper-slide.swiper-slide-active .content .baslik2 {
    left: 0px;
    transition: 0.3s 0.6s ease all;
}

section.slider .swiper-slide .content p {
    font-size: 18px;
    line-height: 27px;
    opacity: 0.6;
    transition: 0.1s ease all;
    left: -100%;
    position: relative;
    font-weight: 400;
}

section.slider .swiper-slide.swiper-slide-active .content p {
    left: 0px;
    transition: 0.3s 0.9s ease all;
}

a.site-btn {
    transition: 0.3s ease all;
    position: relative;
    transform: scale(0);
    background-image: -moz-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(254, 199, 17) 0%, rgb(228, 136, 13) 100%);
    background-image: -ms-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    width: 145px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 25px;
}

a.site-btn:hover {
    box-shadow: 0px 7px 23.52px 0.48px rgba(0, 0, 0, 0.35);
}

section.slider .swiper-slide.swiper-slide-active .content a {
    transform: scale(1);
    transition: 0.3s 0.3s ease all;
}

section.slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 0px;
    background: #f8b910;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s ease all;
    border-radius: 100%;
}

section.slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f8b91063;
}

section.slider .swiper-container .swiper-pagination {
    bottom: 0px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    padding: 44px;
}

section.urunbandi {
    background: url("../img/yeniurunlerbg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 125px;
}

section.urunbandi h4.band-title {
    font-size: 24px;
    color: #363b42;
    font-weight: bold;
    text-align: center;
    margin-bottom: 200px;
    position: relative;
}

section.urunbandi h4.band-title:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 2px;
    height: 61px;
    background-color: #c2911a;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
}

section.urunbandi .content {
    padding-top: 200px;
    color: #363b42;
}

section.urunbandi .content h1 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

section.urunbandi .content h1 b {
    font-size: 34px;
    display: block;
    font-weight: 600;
}

section.urunbandi .content p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 25px;
}

section.urunbandi .kutular {}

section.urunbandi .kutular .kutu {
    box-shadow: 0px 27px 20px 0px rgba(207, 216, 220, 0.15);
    border-radius: 15px;
    background: #fff;
    height: 350px;
    color: #363b42;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    display: block;
}

section.urunbandi .kutular a.kutu:hover {
    color: #fff;
    background-image: -moz-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(54, 59, 66) 0%, rgb(107, 117, 130) 100%);
    background-image: -ms-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    box-shadow: 0px 7px 23.52px 0.48px rgba(0, 0, 0, 0.25);
}

section.urunbandi .kutular .kutu h1 b {
    font-weight: 600;
    display: block;
}

section.urunbandi .kutular .kutu h1 {
    font-size: 20px;
    font-weight: 300;
    position: relative;
    z-index: 22;
}

section.urunbandi .kutular .kutu .img {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 15px;
    top: 0px;
    right: -25px;
    left: 65px;
}

section.urunbandi .kutular .kutu .owl-yeniurunler .owl-stage-outer {
    height: 100%;
}

section.urunbandi .kutular .kutu .owl-yeniurunler .owl-stage {
    height: 100%;
}

section.urunbandi .kutular .kutu .owl-yeniurunler .owl-item {
    height: 100%;
}

section.urunbandi .kutular .kutu .owl-yeniurunler {
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: 30px;
    width: calc(100% + 10px);
}

section.urunbandi .kutular .kutu .owl-yeniurunler .owl-item .img {
    right: 0;
}

section.urunbandi .kutular .kutu .owl-yeniurunler .owl-dots {
    text-align: center;
}

section.urunbandi .kutular .kutu .owl-yeniurunler .owl-dots .owl-dot span {
    width: 10px;
    height: 2px;
    background: #000;
    display: inline-block;
    margin: 0px 2px;
    transition: 0.3s ease all;
}

section.urunbandi .kutular .kutu .owl-yeniurunler .owl-dots .owl-dot.active span {
    background: #c72026;
    width: 30px;
}

section.urunbandi .kutular .kutu .owl-yeniurunler .item {
    height: 100%;
    padding: 20px 20px 0px 20px;
}

section.urunbandi .kutular .kutu .owl-yeniurunler .item a:hover span {
    color: rgb(232, 146, 14);
}

section.urunbandi .kutular .kutu .owl-yeniurunler .item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

section.urunbandi .kutular .kutu .owl-yeniurunler .item span {
    transition: 0.3s ease all;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: block;
}

section.urunbandi .kutular .row&gt;div:nth-child(odd) {
    margin-top: -50px;
}

section.urunbandi .kutular .row&gt;div:nth-child(even) {}

.urunbandi .site-btn {
    transform: scale(1);
}

section.referanslar {
    width: 100%;
    background-image: url('../img/referansBg.png');
    height: 670px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

section.referanslar h4.band-title {
    font-size: 24px;
    color: #363b42;
    font-weight: bold;
    text-align: center;
    margin-bottom: 200px;
    position: relative;
}

section.referanslar h4.band-title:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 2px;
    height: 61px;
    background-color: #f8af00;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
}

.owl-referanslar {}

.owl-referanslar .item {
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 27px 20px 0px rgba(207, 216, 220, 0.30);
    height: 246px;
}

.owl-referanslar .item a {
    display: block;
}

.owl-referanslar .item a .img {
    padding-bottom: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-referanslar .owl-stage-outer {
    padding: 50px 20px;
    margin: -50px -20px;
}

.owl-referanslar .owl-dots {
    text-align: center;
    margin-top: 60px;
}

.owl-referanslar .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #bb826b;
    display: inline-block;
    margin: 0px 2px;
    transition: 0.3s ease all;
    border-radius: 100%;
}

.owl-referanslar .owl-dots .owl-dot.active span {
    background: #e3cac0;
    width: 10px;
}

section.destek {
    width: 100%;
    background-image: url('../img/golge.png');
    height: 930px;
    background-repeat: no-repeat;
    background-position: right -300px;
    padding: 50px 0;
}

section.destek h4.band-title {
    font-size: 24px;
    color: #363b42;
    font-weight: bold;
    text-align: center;
    margin-bottom: 200px;
    position: relative;
}

section.destek h4.band-title:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 2px;
    height: 61px;
    background-color: #f8af00;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
}

section.destek img {
    width: 100%;
    max-width: 540px;
}

section.destek .content {}

section.destek .content h4 {
    color: #384d5a;
    font-size: 22px;
    font-weight: bold;
}

section.destek .content p {
    color: #384d5a;
    font-size: 14px;
    font-weight: 400;
}

section.destek .content a {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 30px;
}

section.destek .content a img {
    width: 56px;
    height: 56px;
}

section.destek .content a&gt;span {
    margin-left: 15px;
}

section.destek .content a span span:not(.phone) {
    display: block;
    font-size: 14px;
    color: #384d5a;
    font-weight: 400;
}

section.destek .content a span span.phone {
    color: #384d5a;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}

footer {
    position: relative;
    overflow: hidden;
    background-image: url("../img/footer.png");
    width: 100%;
    height: 700px;
    padding-top: 115px;
}

footer .social {}

footer .social span {
    color: #f6f5fb;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    display: block;
    font-weight: 300;
}

footer .social .links {
    text-align: center;
    padding: 30px 0px;
}

footer .social .links a {
    display: inline-block;
    margin: 0px 12px;
    color: #fff;
    font-size: 32px;
    opacity: 0.2;
    transition: 0.3s ease all;
}

footer .social .links a:hover {
    opacity: 1;
}

footer .social .links a:hover {}

footer .logo {
    background: #fff;
    -webkit-mask: url(../img/footer.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    width: 160px;
    height: 60px;
}

footer .logo img {
    fill: #fff;
}

footer .menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .menu a {
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.2);
    position: relative;
}

footer .menu a:not(:last-child)::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff;
    right: -30px;
    top: 9px;
    border-radius: 100%;
    opacity: 0.2;
}

footer .menu a::before {}

footer .menu a:hover {
    color: #fff;
}

footer hr {
    border-color: #fff;
    opacity: 0.2;
    margin: 40px 0px;
}

footer .copyright {
    text-align: center;
    padding: 23px 0px;
    font-size: 12px;
    color: #363b42;
    line-height: 18px;
    font-weight: 500;
    background: #fff;
    margin: 40px 0px;
}

footer .gri {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

footer .gri a .icon {
    background: #fff;
    -webkit-mask: url('../img/gri-logo.svg');
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    width: 55px;
    height: 55px;
    display: block;
}

footer .gri a {
    width: 55px;
    display: inline-block;
}

.page-header {
    height: 370px;
    width: 100%;
    margin-bottom: -100px;
    position: relative;
    z-index: 9;
}

.page-header h4.title {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 130px;
}

.page-header ul {
    background-image: -moz-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(254, 199, 17) 0%, rgb(228, 136, 13) 100%);
    background-image: -ms-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    box-shadow: 0px 7px 23.52px 0.48px rgba(0, 0, 0, 0.25);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    border-radius: 50px;
}

.page-header ul li {
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    position: relative;
    font-size: 13px;
}

.page-header ul li:not(:last-child):after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    right: -3px;
    top: 0px;
}

.page-header ul li a {
    color: #fff;
}

.page-header ul li.select {
    opacity: 0.7;
}

.page-header ul li a i {}

.page-detail {
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
}

.solmenu {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.30);
}

.solmenu ul {
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
}

.solmenu ul&gt;li {
    display: block;
    border-bottom: 1px solid #e9e4e2;
}

.solmenu ul&gt;li&gt;a {
    display: block;
    padding: 18px 45px 18px 15px;
    color: #58595b;
    transition: 0.5s ease all;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    letter-spacing: -1px;
}

.solmenu&gt;ul&gt;li.active&gt;a:after,
.solmenu&gt;ul&gt;li.active&gt;ul&gt;li.active&gt;a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.solmenu ul&gt;li:hover&gt;ul,
.solmenu ul&gt;li.active&gt;ul {
    max-height: 100%;
}

.solmenu ul&gt;li:hover&gt;ul&gt;li:hover li&gt;a,
.solmenu ul&gt;li.active&gt;ul&gt;li.active li&gt;a {
    padding: 5px 45px 5px 25px;
}

.solmenu ul&gt;li:hover&gt;ul&gt;li&gt;a,
.solmenu ul&gt;li.active&gt;ul&gt;li&gt;a {
    padding: 10px 45px 10px 15px;
    max-height: 100%;
    line-height: 22.5px;
}

.solmenu ul&gt;li&gt;ul&gt;li:hover&gt;a,
.solmenu ul&gt;li&gt;ul&gt;li.active&gt;a {
    background: #fbf8f8;
    color: #58595b;
}

.solmenu ul&gt;li&gt;ul&gt;li {
    border: 0px;
}

.solmenu ul&gt;li&gt;ul&gt;li&gt;a {
    max-height: 0px;
    transition: 0.5s ease all;
    line-height: 0px;
    overflow: hidden;
    color: #58595b;
    background: #fbf8f8;
    padding: 0px 45px 0px 15px;
}

.solmenu ul&gt;li&gt;ul {
    display: block;
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s ease all;
}

.solmenu ul&gt;li:hover&gt;a,
.solmenu ul&gt;li.active&gt;a {
    background-image: -moz-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(54, 59, 66) 0%, rgb(107, 117, 130) 100%);
    background-image: -ms-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    color: #fbf8f8;
}

.solmenu ul&gt;li:hover&gt;a:after,
.solmenu ul&gt;li.active&gt;a:after {
    color: #58595b;
    background: #fff;
    right: 10px;
}

.solmenu ul&gt;li&gt;a:after {
    content: "\f105";
    position: absolute;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #cfc8c5;
    color: #fff;
    border-radius: 2px;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: 0.5s ease all;
}

.urunler {
    display: block;
}

.urunler .urun {
    display: block;
    margin-bottom: 30px;
}

.urunler .urun&gt;span {
    margin: 10px 0px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0px;
    text-align: center;
    transition: 0.3s ease all;
    position: relative;
    top: 0px;
}

.urunler .urun:hover&gt;span {
    opacity: 0;
    top: -50px;
    color: #fff;
}

.urunler .urun:hover .overlay {
    opacity: 1;
}

.urunler .urun .overlay {
    opacity: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    background-image: -moz-linear-gradient(66deg, rgba(191, 133, 110, 0.8) 0%, rgba(143, 84, 61, 0.8) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(252, 193, 17) 0%, rgb(231, 144, 13) 100%);
    background-image: -ms-linear-gradient(66deg, rgba(191, 133, 110, 0.8) 0%, rgba(143, 84, 61, 0.8) 100%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 45px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease all;
    border-radius: 10px;
}

.urunler .urun .imgcover {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.urunler .urun .imgcover .img {
    width: 100%;
    padding-bottom: 66%;
    background: #fff;
    border-radius: 10px;
    background-size: 173px;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
}

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

.sayfalama a {
    border-radius: 8px;
    box-shadow: 0px 7px 23.52px 0.48px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent !important;
    background-color: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.sayfalama a:hover {
    background-color: #fff;
    background-image: -moz-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -ms-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    border-color: #b9c0c4;
}

.sayfalama a.active {
    background-image: -moz-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(254, 199, 17) 0%, rgb(228, 136, 13) 100%);
    background-image: -ms-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    border-color: #b9c0c4;
    color: #fff;
}

.urundetay {
    margin-top: 30px;
}

.urundetay h1 {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.urundetay h1&gt;span {
    display: inline-block;
    position: relative;
}

.urundetay h1&gt;span:before {
    content: '';
    height: 2px;
    background: #c72026;
    width: 75%;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}

.urundetay .owl-urunDetay {
    display: block;
    border-radius: 15px;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 13px 35px 0px rgba(35, 31, 32, 0.07);
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: #fff;
    border: 2px solid #fa7875;
}

.urundetay .fiyatBtn {
    cursor: default !important;
}

.urundetay .owl-urunDetay .owl-dots {
    text-align: center;
    padding: 20px;
    position: relative;
    top: -20px;
}

.urundetay .owl-urunDetay .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d1d3d4;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    margin: 4px;
    transition: 0.3s ease all;
}

.urundetay .owl-urunDetay .owl-dots .owl-dot.active span {
    opacity: 1;
    background: #a96f58;
}

.urundetay .owl-urunDetay .item {
    padding: 30px;
}

.urundetay .owl-urunDetay .item a {
    display: block;
}

.urundetay .owl-urunDetay .item .img {
    /*padding-bottom: 63%;*/
    padding-bottom: 90%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.urundetay h2 span {
    font-size: 16px;
    font-weight: bold;
    color: #188689;
}

.urundetay p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.urundetay .teknikozellikler {
    margin-top: 20px;
}

.urundetay .teknikozellikler .teknikozellik {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
}

.urundetay .teknikozellikler .teknikozellik .img {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.urundetay .teknikozellikler .teknikozellik span {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
}

.urundetay .etiketler {}

.urundetay .etiketler b {
    color: #363636;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -1px;
    display: inline-block;
    margin-right: 5px;
}

.urundetay .etiketler a {
    font-size: 11px;
    color: #cccccc;
    font-weight: 500;
}

.urundetay .etiketler a&gt;i {
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 2px;
    background: #cccccc;
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    transition: 0.3s ease all;
}

.urundetay .etiketler a:hover {
    color: #f4af10;
}

.urundetay .etiketler a:hover&gt;i {
    background: #bc826b;
}

.urundetay .etiketler&gt;div {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0px;
}

.urundetay .etiketler&gt;div:first-child {}

.urundetay .etiketler&gt;div:last-child {
    border: 0px;
}

.urundetay .nav {
    margin-top: 50px;
    padding: 10px 0px;
    border-radius: 30px;
    background-image: -moz-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -ms-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    box-shadow: 0px 7px 23.52px 0.48px rgba(0, 0, 0, 0.25);
}

.urundetay .nav&gt;li {
    position: relative;
    padding: 0px 29px;
}

.urundetay .nav&gt;li:not(:first-child):after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: -6px;
    border-radius: 100%;
    background: #fff;
    top: 13px;
}

.urundetay .nav&gt;li&gt;a {
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    text-transform: uppercase;
    padding: 10px 0px;
    opacity: .5;
}

.urundetay .nav&gt;li&gt;a.active {
    color: #fff;
    opacity: 1;
    background: transparent;
}

.urundetay .tab-pane {
    padding: 20px 0px;
}

.urundetay h3 {
    font-size: 16px;
    font-weight: bold;
    color: #188689;
}

.urundetay table {
    width: 100%;
    border: 1px Solid #188689;
}

.urundetay table tr&gt;th {
    background: #d1d3d4;
    padding: 15px;
    font-size: 13px;
    font-weight: bold;
    border: 1px Solid #188689;
    color: #188689;
}

.urundetay table tr&gt;td {
    padding: 15px;
    border: 1px Solid #188689;
}

.urundetay table tr:nth-child(odd)&gt;td {
    background: #e6e7e8;
}

.haberler {
    margin-bottom: 100px;
    position: relative;
    z-index: 9;
}

.haberler .haber {
    color: #384d5a;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e1e4e6;
    padding: 20px;
    height: 200px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.haberler .haber.haber-detay {
    height: auto;
    border: unset;
}

.haberler .haber:not(.haber-detay):hover {
    background-image: -moz-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(252, 194, 17) 0%, rgb(231, 143, 13) 100%);
    background-image: -ms-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    color: #fff;
}

.haberler .haber:not(.haber-detay):hover:after {
    content: '';
    background-image: url('../img/haberBgH.png');
}

.haberler .haber:after {
    content: '';
    background-image: url('../img/haberBg.png');
    width: 260px;
    height: 200px;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
}

.haberler .haber h4 {
    color: inherit;
    font-weight: 600;
    font-size: 16px;
}

.haberler .haber:not(.haber-detay):hover small {
    border-color: #fff;
}

.haberler .haber small {
    color: inherit;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #bf856e;
    padding-bottom: 7px;
    margin-bottom: 7px;
    display: inline-block;
}

.haberler .haber p {
    color: inherit;
    font-size: 12px;
    font-weight: 300;
}

.haberler .haber-detay p {
    color: inherit;
    font-size: 16px;
    font-weight: 300;
}

.haberler .haber img {
    position: relative;
    z-index: 2;
}

.haberler .haber-detay:after {
    content: '';
    background-image: url('../img/haberBg.png');
    width: 520px;
    height: 380px;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
}

.hizmetler {
    margin-top: 30px;
    margin-bottom: 200px;
}

.hizmetler .hizmet:not(:first-child) {
    clip-path: polygon(0 28%, 100% 0, 100% 73%, 0% 100%);
    padding: 200px 0;
    margin-bottom: -238px;
    background-color: #fff;
}

.hizmetler .hizmet:nth-child(even) {
    background-color: #fafafa;
}

.hizmetler .hizmet:not(:first-child):nth-child(odd) .hizmet-num {
    margin-top: -100px;
}

.hizmetler .hizmet:not(:first-child):nth-child(odd) h4.title {
    margin-top: 50px;
}

.hizmetler .hizmet h4.title {
    font-size: 24px;
    color: #384d5a;
    font-weight: 600;
}

.hizmetler .hizmet p.desc {
    color: #384d5a;
    font-size: 12px;
    line-height: 16px;
}

.hizmetler .hizmet .hizmet-num {}

.hizmetler .hizmet .hizmet-num span {
    font-size: 280px;
    letter-spacing: -27px;
    padding-right: 30px;
    background-image: -moz-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(252, 193, 17) 0%, rgb(232, 144, 14) 100%);
    background-image: -ms-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    line-height: 0;
}

.hizmetler .hizmet .item {
    margin-top: 60px;
}

.hizmetler .hizmet .item img {
    margin-bottom: 20px;
}

.hizmetler .hizmet .item h4 {
    font-size: 16px;
    color: #384d5a;
    margin-bottom: 15px;
}

.hizmetler .hizmet .item p {
    font-size: 12px;
    color: #384d5a;
}

section.iletisim {}

section.iletisim .iletisimbilgisi {
    position: relative;
    z-index: 99;
    background: #f6f4f3;
    padding: 50px 30px;
    width: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.30);
    box-shadow: 0px -15px 25px -13px rgba(0, 0, 0, 0.30);
}

section.iletisim .iletisimbilgisi .item button {
    border-radius: 30px;
    padding: 12px;
    background-image: -moz-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(254, 199, 17) 0%, rgb(228, 136, 13) 100%);
    background-image: -ms-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    border: unset;
}

section.iletisim .iletisimbilgisi .item button:hover {
    box-shadow: 0px 7px 23.52px 0.48px rgba(0, 0, 0, 0.25);
}

section.iletisim .iletisimbilgisi h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    height: 2px;
    width: 80px;
    background: #475155;
}

section.iletisim .iletisimbilgisi h2 {
    font-size: 18px;
    line-height: 22px;
    color: #363b42;
    position: relative;
}

section.iletisim .iletisimbilgisi .c-item {
    display: flex;
    align-items: center;
    margin: 30px 0px;
    font-size: 13px;
    vertical-align: middle;
    font-weight: 500;
    color: #2d2a18;
}

section.iletisim .iletisimbilgisi .c-item .icon {}

section.iletisim .iletisimbilgisi .c-item .icon i {
    font-size: 28px;
    color: #afadac;
    width: 40px;
}

section.iletisim .iletisimbilgisi .c-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #2d2a18;
}

section.iletisim .iletisimbilgisi .c-item p a {}

section.iletisim .iletisimbilgisi .c-item a:hover {
    color: #000;
}

.iletisimForm {
    position: relative;
    z-index: 999;
}

.iletisimForm .form-control {
    transition: 0.3s ease all;
    border-radius: 0px;
    background: transparent;
    padding: 18px 20px;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    border: 0px;
    border-bottom: 2px solid #000;
    opacity: 0.5;
    height: 30px;
    border-radius: 0px;
}

.iletisimForm textarea {
    height: auto !important;
}

.iletisimForm button {
    background-image: -moz-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(254, 199, 17) 0%, rgb(228, 136, 13) 100%);
    background-image: -ms-linear-gradient(66deg, rgb(191, 133, 110) 0%, rgb(143, 84, 61) 100%);
    box-shadow: 0px 7px 23.52px 0.48px rgba(0, 0, 0, 0.25);
    width: 125px;
    height: 41px;
    border: unset;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
}

.iletisimForm .form-control:focus {
    opacity: 1;
    border-color: #000;
    background: transparent;
    color: #000;
}

.harita {
    clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 83%);
    height: 500px;
    margin-top: -50px;
}

.harita #harita {
    height: 500px;
}

.videoLight a .overlay {
    position: relative;
}

.videoLight a .overlay:after {
    content: '';
    background-image: url('../img/play.png');
    width: 86px;
    height: 92px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.videoLight a .overlay {
    flex-direction: column-reverse;
}

.urun.referans {
    border: 1px solid #9ba6ac;
    border-radius: 15px;
    padding: 35px;
    display: block;
}

.urun.referans .imgcover {}

.urun.referans .imgcover .img {
    background-size: contain;
    filter: grayscale(100%);
    padding-bottom: 45%;
    transition: all ease .3s;
}

.urun.referans:hover .imgcover .img {
    background-size: contain;
    filter: grayscale(0%);
}

.header-link {}

.header-link .link {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}</pre></body></html>