﻿ 
.lines { top: 0; left: 0; right: 0; width: 90vw; z-index: -1; height: 100%; margin: auto; position: absolute }
.lines .line { top: 0; left: 50%; width: 1px; height: 100%; overflow: hidden; position: absolute; background: rgb(62 170 53 / 20%); }
.lines .line:after { left: 0; top: -50%; content: ""; width: 100%; height: 15vh; display: block; position: absolute; animation: run 7s 0s infinite; animation-fill-mode: forwards; animation-timing-function: cubic-bezier(.4,.26,0,.97); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #54c139 75%, #45aa2c 100%); }
.lines .line:nth-child(1) { margin-left: -25% }
.lines .line:nth-child(1):after { animation-delay: 2s }
.lines .line:nth-child(3) { margin-left: 25% }
.lines .line:nth-child(3):after { animation-delay: 2.5s }
.lines .line:nth-child(4) { margin-left: -50%; }
.lines .line:nth-child(4):after { animation-delay: 2.5s }
.lines .line:nth-child(5) { margin-left: 50%; }
.lines .line:nth-child(5):after { animation-delay: 2.5s }

@keyframes run {
    0% { top: -50% }

    to { top: 110% }
}
/**********/
#iletKap { margin: 35px 0; }
#iletKap .cl4 { padding: 0 15px; }
#iletKap .item { margin-bottom: 40px; border-style: solid; border-width: 1px; border-color: rgb(236, 238, 239); display: flex; align-items: center; padding: 30px 25px; transition: all 500ms ease; height: 100%; gap: 20px; }
#iletKap .item .icon { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
#iletKap .item .icon.adress { background-color: #ff0143; }
#iletKap .item .icon.tells { background-color: #6ebd32; }
#iletKap .item .icon.maills { background-color: #6EC1E4; }
#iletKap .item .icon svg { width: 30px; height: 30px; }
#iletKap .item .icon svg path { fill: #fff; }
#iletKap .item .icon.tells svg path:first-child { stroke: #fff; fill: none; }
#iletKap .item .icon.tells svg path:last-child { fill: #fff; }
#iletKap .item .metin { margin: 0; color: #4b4b4b; font: 400 16px var(--icerik-fontu); line-height: 29px; }
#iletKap .item .metin a { margin: 0 0 10px; color: #0089ff; font: 500 16px var(--icerik-fontu); display: block; }
#iletKap .item .metin a:last-child { margin: 0; }


#iletFormBil { margin: 50px 0; position: relative; display: block; }
#iletFormBil .kapsul { margin: 0 0 25px; padding: 0 25px 0 0; }
#iletFormBil .kapsul .title { margin: 0 0 10px; color: #000000; font: 400 21px var(--icerik-fontu); font-style: italic; }
#iletFormBil .kapsul .subtitle { font: 400 34px var(--baslik-fontu); color: #082740; line-height: 48px; margin: 0 0 20px; }
#iletFormBil .kapsul .content { font: 500 18px var(--icerik-fontu); color: #7c859b; line-height: 34px; margin: 0 0 20px; }
#iletFormBil .iletFollow { display: flex; align-items: center; justify-content: flex-start; gap: 22px; }
#iletFormBil .iletFollow a { width: 50px; height: 50px; background-color: #ECEEEF; border-radius: 50px; display: flex; align-items: center; justify-content: center; }
#iletFormBil .iletFollow a svg { width: 24px; height: 24px; fill: #9CA3A9; }
#iletFormBil .iletFollow a.yout svg path { fill: #9CA3A9; }
#iletFormBil .iletFollow a:hover { background: var(--tema-renk2); }
#iletFormBil .iletFollow a:hover svg { fill: #fff; }
#iletFormBil .iletFollow a.yout:hover svg path { fill: #fff; }
#iletFormBil .iletForm { }
#iletFormBil .adKap { }
#iletFormBil .adKap .cl6:first-child .satir { padding-right: 4px; }
#iletFormBil .adKap .cl6:last-child .satir { padding-left: 10px; }
#iletFormBil form input, #iletFormBil form textarea { width: 100%; height: 60px; display: block; border: none; outline: none; background-color: #f3f3f3; font-size: 16px; font-weight: 500; color: #9ca3a9; padding: 25px; }
#iletFormBil form textarea { height: 150px; }
#iletFormBil form input::placeholder, #iletFormBil form textarea::placeholder { font: 400 16px var(--icerik-fontu); color: #252525 !important; }
#iletFormBil form input:focus, #iletFormBil form textarea:focus { outline: none; box-shadow: none; color: #252525 !important; }
#iletFormBil form .satir { margin-bottom: 15px; width: 100%; }
#iletFormBil form .satir.guvenlik { display: flex; align-items: center; justify-content: space-between; }
#iletFormBil form .satir.guvenlik label { padding-left: 0 !important; height: 74px; width: 20%; }
#iletFormBil form .satir.guvenlik label img { width: 100%; margin-top: 14px; }
#iletFormBil form .satir.guvenlik input { margin: 0 0 0 10px; width: 80%; }
#iletFormBil form button { display: inline-block; vertical-align: middle; border: none; outline: none; background-color: #ffa801; font: 500 18px var(--icerik-fontu); color: #082740; text-transform: uppercase; padding: 14px 50.5px; transition: all .4s ease; cursor: pointer; }

#iletMap iframe { width: 100%; filter: grayscale(1); }
/**********/
#blog { padding: 100px 0 50px; position: relative; overflow: hidden; }

#blog:before { content: ''; position: absolute; background: linear-gradient(360deg, #fff 0px, transparent 75px); left: 0; right: 0; height: 75px; bottom: 0; }
#blog:after { content: ''; position: absolute; background: linear-gradient(180deg, #f9f9f9 0px, transparent 75px); left: 0; right: 0; height: 75px; top: 0; }

#blog .kapsul { text-align: left; padding: 0 0 45px; display: flex; align-items: flex-end; justify-content: space-between; }
#blog .kapsul .title { font: 600 23px var(--baslik-fontu); color: #3eaa35; margin: 0 0 28px; text-transform: uppercase; padding-left: 30px; position: relative }


#blog .kapsul .title:after { content: ''; background: url(/d/r/ucnokta.png); position: absolute; width: 35px; height: 41px; left: 0; top: -12px; }


#blog .kapsul .subtitle { color: #474747; font: 400 19px var(--icerik-fontu); line-height: 29px; width: 750px; max-width: 100%; }
#blog .blogSwiper { padding: 15px 5px 15px; }
#blog .item { transition: .3s linear; position: relative; margin: 0 0 30px; overflow: hidden; display: flex; align-items: flex-start; }
#blog .item figure { width: 40%; overflow: hidden; z-index: 0; height: 250px; }
#blog .item figure img { height: 100%; width: 100%; transition: all 0.4s; object-fit: cover; }
#blog .item .metin { padding-top: 5px; width: 60%; padding-left: 30px; }
#blog .item .metin .baslik { font: 500 23px var(--baslik-fontu); padding: 0; margin: 0; margin-bottom: 8px; line-height: 28px; color: #3eaa35; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#blog .item .metin .time { font: 700 11px var(--icerik-fontu); margin: 25px 0 5px; text-transform: uppercase; letter-spacing: 1px; }
#blog .item .metin .kisaOzet { font: 400 17px var(--icerik-fontu); color: #555; line-height: 26px; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; margin: 15px 0; }
#blog .item .metin .kisaOzet strong { font-weight: 400 }
#blog .item .more { font: 400 18px var(--icerik-fontu); background: none; color: var(--tema-renk1); text-transform: capitalize; position: relative; margin-top: 15px; display: flex; align-items: center; justify-content: flex-start; width: 100%; padding: 15px 0; }
#blog .item .more svg { margin-left: 5px; }
#blog .item:hover { }
#blog .item:hover figure img { transform: scale(1.1); }
/*************/
.oklar { display: flex; justify-content: flex-end !important; }
.oklar .swiper-button-next, .oklar .swiper-button-prev { height: 56px; width: 56px; border-radius: 100%; position: relative; bottom: inherit; left: 0; top: inherit; transform: translateY(0); transition: .3s; outline: 0; cursor: pointer; margin-top: 0; text-align: center; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 25px rgba(0, 0, 0, .08); color: #1e3238; }
.oklar .swiper-button-next { left: initial; }
.oklar .swiper-button-prev { margin-right: 18px; }
.oklar .swiper-button-next svg, .oklar .swiper-button-prev svg { width: 15px; height: auto; }
.oklar .swiper-button-prev svg { transform: rotate(180deg); }
.oklar .swiper-button-next:after, .oklar .swiper-button-prev:after { display: none; }
.oklar .swiper-button-next:hover, .oklar .swiper-button-prev:hover { background: var(--tema-renk2) }
.oklar .swiper-button-next:hover svg g, .oklar .swiper-button-prev:hover svg g { fill: #fff; }
/******/
#blogCat { margin: 35px 0; position: relative; }
#blogCat .item { background: #fff; transition: .3s linear; position: relative; margin: 0 0 30px; overflow: hidden; display: flex; align-items: flex-start; }
#blogCat .item figure { width: 40%; overflow: hidden; z-index: 0; height: 250px; }
#blogCat .item figure img { height: 100%; width: 100%; transition: all 0.4s; object-fit: cover; }
#blogCat .item .metin { padding-top: 5px; width: 60%; padding-left: 30px; }
#blogCat .item .metin .baslik { display: block; font: 700 22px var(--icerik-fontu); padding: 0; margin: 0; margin-bottom: 8px; line-height: 28px; color: #000; word-wrap: break-word; }
#blogCat .item .metin .time { font: 700 11px var(--icerik-fontu); margin: 25px 0 5px; text-transform: uppercase; letter-spacing: 1px; }
#blogCat .item .metin .kisaOzet { font: 400 15px var(--icerik-fontu); color: #727272; line-height: 26px; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; margin: 15px 0; }
#blogCat .item .metin .kisaOzet strong { font-weight: 400 }
#blogCat .item .more { font: 400 14px var(--icerik-fontu); background: none; color: #6f5948; text-transform: capitalize; position: relative; margin-top: 15px; display: flex; align-items: center; justify-content: flex-start; width: 100%; padding: 15px 0; }
#blogCat .item .more svg { margin-left: 5px; }
#blogCat .item:hover { }
#blogCat .item:hover figure img { transform: scale(1.1); }
/*************/
.icerikDet { padding: 50px 0 75px; }
.icerikDet .kisaOzet { font-size: 18px; font-style: italic; font-weight: 500; line-height: 30px; letter-spacing: 1px; font-family: var(--baslik-fontu); }
.icerikDet .icerik { font-size: 16px; line-height: 27px; letter-spacing: 1px; color: #333; margin: 38px 0; }
.icerikDet .icerik p { margin: 10px 0; }
.icerikDet .icerik ul { list-style: circle; margin-left: 25px; line-height: 35px; }
.icerikDet .icerik ul li { }
.icerikDet .icerik ul li::marker { color: var(--tema-renk1) }
.icerikDet .icerik a { }
.icerikDet .icerik span { }
/*******/
.icerikSag { padding-left: 25px !important; }
.icerikSag .icerikDetsag { background: #F3F3F3; padding: 30px; margin-bottom: 30px; }
.icerikSag .icerikDetsag .title { font: 700 22px var(--icerik-fontu); background: none; position: relative; color: #2A2C38; z-index: 1; margin: 0 0 30px; padding-bottom: 20px; line-height: 1.18; }
.icerikSag .icerikDetsag .title:after { content: ''; width: 30px; height: 2px; background: var(--tema-renk1); position: absolute; bottom: 0; left: 0; z-index: 1; }
#icerikDetCat { }
#icerikDetCat ul { }
#icerikDetCat ul li { list-style: none; position: relative; padding-left: 16px; font-size: 18px; line-height: 1.5; margin-bottom: 16px; padding-bottom: 16px; }
#icerikDetCat ul li:before { position: absolute; content: ""; left: 0; top: 12px; height: 6px; width: 6px; background-color: var(--tema-renk1); }
#icerikDetCat ul li:after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background-color: rgba(72, 30, 11, 0.07); }
#icerikDetCat ul li a { display: flex; justify-content: space-between; align-items: center; }
#icerikDetCat ul li span { }
#icerikDetCat ul li:last-child { margin-bottom: 0; padding-bottom: 0; }
#icerikDetCat ul li:last-child::after { display: none }
#icerikDetson { }
#icerikDetson ul { }
#icerikDetson ul li { display: flex; align-items: center; margin-bottom: 20px; }
#icerikDetson ul li .resim { flex: 0 0 auto; margin-right: 20px; width: 100px; height: 100px; }
#icerikDetson ul li .resim img { width: 100%; height: 100%; object-fit: cover; }
#icerikDetson ul li .kap { }
#icerikDetson ul li .kap .baslik { }
#icerikDetson ul li .kap .baslik a { margin-bottom: 13px; color: #333; line-height: 24px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#icerikDetson ul li .kap time { font: 400 14px var(--icerik-fontu); line-height: 25px; display: flex; align-items: center; color: #333; }
#icerikDetson ul li .kap time i { margin-right: 5px; display: flex; align-items: center; justify-content: center; }
#icerikDetson ul li .kap time i svg { fill: currentColor; margin-top: -2px; }
#icerikDetson ul li:last-child { margin-bottom: 0 }
#icerikfollow { }
#icerikfollow .social { display: flex; align-items: center; }
#icerikfollow .social a { color: #020e27; padding: 10px; display: flex; align-items: center; justify-content: center; margin-right: 10px; background: #bfaaa3; }
#icerikfollow .social a:hover { opacity: 1; background: #fbfbfb; box-shadow: 0 0 2px 2px #0000000f; }
#icerikfollow .social a svg { display: block; fill: #fff; width: 20px; height: 20px; }
#icerikfollow .social a:hover svg { fill: var(--tema-renk1); }
#icerikfollow .social a.yout:hover svg path { fill: var(--tema-renk1); }
#icerikfollow .social a.inst svg .st0 { stroke: #fff; }
#icerikfollow .social a.inst:hover svg .st0 { stroke: var(--tema-renk1); }
/***********/
#oncekiSonraki { }
#oncekiSonraki .item { border-top: 1px solid #dfe2e2; padding: 60px 0; }
#oncekiSonraki .row { justify-content: space-between; }
#oncekiSonraki .item .nextprev { display: flex; align-items: center; justify-content: center; position: relative; gap: 14px; }
#oncekiSonraki .item .nextprev figure { width: 85px; height: 85px; border-radius: 50%; box-shadow: 0 0 2px #00000024; overflow: hidden; position: relative; flex-shrink: 0; }
#oncekiSonraki .item .nextprev figure img { width: 100%; height: 100%; object-fit: cover; }
#oncekiSonraki .item .nextprev .npUrun { font: 500 18px var(--icerik-fontu); line-height: 25px; color: #2b2b2b; margin-top: 10px; margin-bottom: 10px; }
#oncekiSonraki .item .nextprev .npAd { font-size: 16px; margin: 0; padding: 0; line-height: 16px; font-weight: normal; letter-spacing: 0; color: #2b2b2b; }
#oncekiSonraki .item .nextprev figure:before { content: ""; position: absolute; left: 50%; top: 50%; background: #41484ed4; width: 50px; height: 50px; z-index: 9; border-radius: 50%; transform: translate(-50%, -50%); transition: 300ms ease all; opacity: 1; }
#oncekiSonraki .item .nextprev figure:after { content: ""; position: absolute; top: 52%; left: 45%; transform: translate(-50%, -50%); width: 13px; height: 13px; border-left: 3px solid #fff; border-bottom: 3px solid #fff; z-index: 15; rotate: 45deg; }
#oncekiSonraki .item .nextprev:hover figure:before { width: 100%; height: 100%; }
#oncekiSonraki .item .sonraki { flex-direction: row-reverse; }
#oncekiSonraki .item .sonraki figure { margin: 0 0 0 auto; }
#oncekiSonraki .item .sonraki figure:after { transform: rotate(180deg); top: 43%; left: 42%; }
#oncekiSonraki .item .nextprev .sonrakiUrun, #oncekiSonraki .item .nextprev .nextpr { text-align: right; width: 100%; float: right; }
/***************/
#katIcerik { margin: 35px 0; position: relative; }
#katIcerik .icerik { font: 400 18px var(--icerik-fontu); line-height: 30px; }
#katIcerik .icerik p { margin: 0 0 10px; }
#katIcerik .icerik a { color: blue; }
/***************/
#franchise { margin: 35px 0; position: relative; }
#franchise .icerik { padding-right: 35px; font: 400 16px var(--icerik-fontu); line-height: 30px; }
#franchise .icerik p { margin: 0 0 15px; }
#franchise .kap { border: 1px solid #dedede; padding: 15px 15px; border-radius: 5px; margin: 0 0 0 30px; }
#franchise .baslik { font: 600 18px var(--icerik-fontu); margin: 0 0 10px; position: relative; padding: 0 0 5px; }
#franchise .baslik:after { content: ''; width: 30px; height: 2px; background: var(--tema-renk1); position: absolute; bottom: 0; left: 0; z-index: 1; }
#franchise .kisaOzet { font: 400 14px var(--icerik-fontu); margin: 0 0 20px; }
#franchise form { }
#franchise form .satir { margin: 0 0 10px; }
#franchise form .satir input, #franchise form .satir textarea { width: 100%; border: 1px solid #dedede; padding: 10px 10px; font: 400 15px var(--icerik-fontu); color: #252525; line-height: 25px; }
#franchise form .satir input::placeholder, #franchise form .satir textarea::placeholder { font: 400 15px var(--icerik-fontu); color: #727272; line-height: 25px; }
#franchise form .satir input:focus, #franchise form .satir textarea:focus { border-color: var(--tema-renk1); }
#franchise form .satir.guvenlik { display: flex; align-items: center; justify-content: space-between; }
#franchise form .satir.guvenlik label { padding-left: 0 !important; width: 20%; height: 100%; }
#franchise form .satir.guvenlik label img { width: 100%; }
#franchise form .satir.guvenlik input { margin: 0 0 0 10px; width: 80%; }
#franchise form .satir button { display: block; width: 100%; background: var(--tema-renk1); border: none; padding: 15px; font: 400 16px var(--icerik-fontu); color: #fff; transition: .4s ease; cursor: pointer; }
#franchise form .satir button:hover { background: var(--tema-renk2); transform: translateY(-5px); }
/***************/
#urunCat { margin: 35px 0; position: relative; }
#urunCat .item { margin: 15px; position: relative; border: solid 1px #ebebeb; background: #8a8a8a; padding: 25px 25px 0 25px; background-color: #f6f6f6; border-radius: 6px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
#urunCat .item:hover { box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); }
#urunCat .item a { display: block; }
#urunCat .item figure { margin: -25px -25px 0 -25px; background: #fff; height: 360px; padding: 25px; border-bottom: solid 1px #0f78b93d; }
#urunCat .item figure img { width: 100%; height: 100%; object-fit: contain; }
#urunCat .item .metin { position: relative; font-weight: 600; display: flex; height: 74px; align-items: center; }
#urunCat .item .metin .baslik { font-weight: 600; color: #222; font-size: 16px; }
#urunCat .item .readMore { position: absolute; top: -25px; rig; right: 2px; background-color: #ffffff; color: #0f78b9; cursor: pointer; transition: color 0.5s ease; width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); text-align: center; display: flex; align-items: center; justify-content: center; }
#urunCat .item .readMore svg { width: 20px; height: 20px; }
#urunCat .item:hover .readMore { color: white; background-color: #0e76bc; }
/***********/
#urunDet { margin: 35px 0; position: relative; }
#urunDet .tit { margin: 0 0 10px; border-bottom: 1px solid #dedede; color: var(--tema-renk1); padding: 0 0 10px; }
#urunDet .tit span { font: 500 15px var(--icerik-fontu); padding: 0 10px 12px; border-bottom: 1px solid var(--tema-renk1); color: var(--tema-renk1); }
#urunDet .kisaOzet { font: 400 15px var(--icerik-fontu); }
#urunDet .kisaOzet h2 { font: 600 16px var(--icerik-fontu); margin: 0 0 10px; }
#urunDet .kisaOzet p { margin: 0 0 5px; }
#urunDet .kisaOzet ul { list-style: disc; padding: 0 0 0 30px; }
#urunDet .kisaOzet ul li { margin: 0 0 5px; }
#urunDet .kisaOzet ul li::marker { color: var(--tema-renk1) }
#urunDet .icerik { position: relative; display: block; }
#urunDet .icerik p { margin: 0 0 10px; }
#urunDet .icerik h2 { margin: 25px 0 10px 0; }
#urunDet .icerik ul { margin: 0 0 0 25px; }
#urunDet .icerik ul li { margin: 0 0 5px 0; }
#urunDet .icerik ul li::marker { color: var(--tema-renk1) }
/***********/
#urunGaleri { margin: 0 30px 0 0; display: block; position: sticky; top: 10px; }
/***********/
#kurumsal { margin: 50px 0; }
#kurumsal .icerik { font: 400 16px var(--icerik-fontu); line-height: 33px; color: #252525 }
#kurumsal .icerik h2 { color: #b3771e; font: 700 26px var(--baslik-fontu); margin: 0 0 10px; position: relative; }
#kurumsal .icerik p { margin-bottom: 10px; }
#kurumsal .icerik a { color: var(--tema-renk2); }
#kurumsal .icerik a:hover { color: var(--tema-renk1); }
#kurumsal .icerik ul { list-style: circle; margin-left: 30px }
#kurumsal .icerik ul li { /* padding-left: 30px; */ padding-bottom: 3px; position: relative; line-height: 30px }
#kurumsal .icerik ul li::marker { color: #252525; }
/**************/
nav.icMenu { /* padding: 15px; */ background: transparent; margin-right: 30px; /* border: 1px solid var(--tema-renk1); */ }
nav.icMenu a { position: relative; display: block; color: #252525; text-decoration: none; margin-bottom: 8px; font-size: 16px; padding: 15px 22px 15px 15px; font-weight: 400; border-radius: 4px; background: #dedede; }
nav.icMenu a:hover { color: var(--tema-renk1); background: #e5e5e5; }
nav.icMenu a.active { color: #fff; background: var(--tema-renk1); }
nav.icMenu a.active:after { position: absolute; top: 50%; right: 10px; width: 8px; height: 8px; content: ''; margin-left: -5px; border-right: 2px solid #ffffff; border-bottom: 2px solid #ffffff; transform: rotate( -45deg) translateY(-50%); box-sizing: border-box; }
/****/
#aboutUs { padding: 100px 0 150px 0; position: relative; }
#aboutUs .row { align-items: center }
#aboutUs .metin { }
#aboutUs .metin .baslik { font: 600 23px var(--baslik-fontu); color: #3eaa35; margin: 0 0 28px; text-transform: uppercase; padding-left: 30px; }

#aboutUs .metin .baslik:after { content: ''; background: url(/d/r/ucnokta.png); position: absolute; width: 35px; height: 41px; left: 0; top: -12px; }

#aboutUs .metin .kisaOzet { font: 300 51px var(--icerik-fontu); line-height: 50px; color: var(--tema-renk1); margin: 0 0 20px; }
#aboutUs .metin .kisaOzet strong { color: var(--tema-renk2); font-weight: 400; }
#aboutUs .metin .icerik { font: 500 20px var(--icerik-fontu); line-height: 1.8; color: #7f7f7f; margin: 0 0 30px; }
#aboutUs .metin .more { position: relative; color: #ffffff; background-color: var(--tema-renk1); cursor: pointer; text-transform: capitalize; padding: 20px 15px 15px 25px; overflow: hidden; text-align: center; transition: all ease .3s; font: 400 20px var(--icerik-fontu); line-height: 18px; display: inline-flex; gap: 70px; border-radius: 4px; }
#aboutUs .metin .more:before { content: ""; position: absolute; right: 53px; top: 0; height: 100px; width: 1px; background: rgba(255, 255, 255, 0.2); }
#aboutUs .metin .more:hover { background-color: var(--tema-renk2) }
#aboutUs .metin .more svg g { fill: currentColor; }
#aboutUs figure { }
#aboutUs figure img { margin: 0 auto; }

#aboutUs:after { content: ''; position: absolute; background: linear-gradient(360deg, #f9f9f9 0px, transparent 75px); left: 0; right: 0; height: 75px; bottom: 0; }


/*******/
.aboutSagSolOk { transition: transform .6s 125ms cubic-bezier(.1,.75,.25,1); position: relative; margin-left: -34px !important; display: inline-flex !important; gap: 10px; }
.aboutSagSolOk .btn-icon { margin-left: -7px; position: relative; transition: opacity .4s .25s, transform .6s .25s; transition-timing-function: cubic-bezier(.1,.75,.25,1); line-height: 0; z-index: 3; }
.aboutSagSolOk .btn-icon + .btn-icon { order: -2; opacity: 0; transition-delay: 0s; margin-left: 0; -webkit-transform: translateX(-10px); transform: translateX(-10px); }
#aboutUs .metin .more:hover .aboutSagSolOk .btn-icon { transition-delay: 0s; transform: translateX(10px); opacity: 0; }
#aboutUs .metin .more:hover .aboutSagSolOk .btn-icon + .btn-icon { opacity: 1; transform: translateX(0); transition-delay: 225ms; }
#aboutUs .metin .more:hover .aboutSagSolOk { transition-delay: .1s; transform: translateX(23px); }
/******/
.sagSolOk { transition: transform .6s 125ms cubic-bezier(.1,.75,.25,1); position: relative; margin-left: -23px !important; display: inline-flex !important; align-items: center; gap: 10px; }
.sagSolOk .btn-icon { margin-left: 6px; position: relative; transition: opacity .4s .25s, transform .6s .25s; transition-timing-function: cubic-bezier(.1,.75,.25,1); line-height: 0; z-index: 3; }
.sagSolOk .btn-icon + .btn-icon { order: -2; opacity: 0; transition-delay: 0s; margin-left: 0; -webkit-transform: translateX(-10px); transform: translateX(-10px); }
.sagSolOk:hover .btn-icon { transition-delay: 0s; transform: translateX(10px); opacity: 0; }
.sagSolOk:hover .btn-icon + .btn-icon { opacity: 1; transform: translateX(0); transition-delay: 225ms; }
.sagSolOk:hover { transition-delay: .1s; transform: translateX(23px); }
/******/
#urunler { padding: 100px 0; position: relative; /* background: #f9f9f9; */ }
#urunler .kapsul { margin-bottom: 25px; }
#urunler .kapsul .title { position: relative; font: 600 23px var(--baslik-fontu); color: #fbfbfb; line-height: 26px; text-transform: uppercase; padding-left: 30px; text-align: center; display: block; margin: 0 auto 10px auto; width: fit-content; }

#urunler .kapsul .title:after { content: ''; background: url(/d/r/ucnokta.png); position: absolute; width: 41px; height: 41px; left: 50%; top: -49px; }

#urunler .kapsul .subtitle { color: #ebebeb; font: 400 19px var(--icerik-fontu); line-height: 29px; width: 750px; max-width: 100%; margin: 0 auto; text-align: center; }
#urunler .seeMore { display: block; width: fit-content; margin: 0 auto; border: 1px solid var(--tema-renk1); padding: 15px 25px; border-radius: 19px; font: 500 16px var(--icerik-fontu); }
#urunler .grid { display: grid; grid-template-areas:
        'left1 center1 right1'
        'left1 center2 center2'; gap: 30px; margin-bottom: 50px; }

/******/
.particle-container { position: absolute !important; top: 0 !important; height: 100% !important; z-index: 0; }
/********/
.patlayanHv { position: relative; z-index: 1; overflow: hidden; }
.patlayanHv:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--tema-renk1); transform: scale(0); transition: 0.3s; border-radius: 5px; z-index: -1; }
.patlayanHv:hover:before { transform: scale(1.1); }
.patlayanHv:hover { color: #fff !important; border-color: var(--tema-renk1) !important; }
/*********/
#cta { background-position: center center; padding: 75px 0 75px 0; background-repeat: no-repeat; position: relative; }
#cta .row { align-items: center }
#cta figure { }
#cta figure img { }
#cta .metin { margin-left: calc(100% - (1170px / 2)) }
#cta:before { content: ''; position: absolute; background: linear-gradient(360deg, #fff 0px, transparent 75px); left: 0; right: 0; height: 75px; bottom: 0; }

#cta:after { content: ''; position: absolute; background: linear-gradient(180deg, #f9f9f9 0px, transparent 75px); left: 0; right: 0; height: 75px; top: 0; }
#cta .m1 { font: 400 50px Pattaya; color: #000; padding: 100px 0 50px 0; letter-spacing: 1px; display: none; }
#cta .m2 { color: #555; font-size: 56px; max-width: 381px; font-weight: 800; line-height: 54px; }

#cta .m2 { position: relative; font: 600 23px var(--baslik-fontu); color: #3eaa35; margin: 0 0 28px; text-transform: uppercase; padding-left: 30px; }

#cta .m2:after { content: ''; background: url(/d/r/ucnokta.png); position: absolute; width: 35px; height: 41px; left: 0; top: -12px; }


#cta .m3 { font: 500 20px var(--icerik-fontu); line-height: 1.8; color: #7f7f7f; margin: 0 0 30px; }
#cta a { display: inline-block; border-radius: 42px; background: #0e76bc; padding: 15px 40px; color: #fff; font-size: 22px; letter-spacing: 1px; opacity: .8; }
/*******/
#belgeler { padding: 100px 0; overflow: hidden; position: relative; }
#belgeler .kapsul { text-align: left; padding: 0 0 45px; display: flex; align-items: flex-start; justify-content: space-between; }
#belgeler .kapsul .title { font: 600 23px var(--baslik-fontu); color: #3eaa35; margin: 0 0 28px; text-transform: uppercase; padding-left: 30px; }
#belgeler .kapsul .title:after { content: ''; background: url(/d/r/ucnokta.png); position: absolute; width: 35px; height: 41px; left: 0; top: -12px; }


#belgeler .kapsul .subtitle { color: #474747; font: 400 19px var(--icerik-fontu); line-height: 29px; width: 750px; max-width: 100%; }
#belgeler .item { position: relative; height: 300px; overflow: hidden; border-radius: 6px; }
#belgeler .item:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; bottom: 0; background: linear-gradient(35deg, #3eaa35 60px, transparent 166px); transition: 0.5s cubic-bezier(.65,.05,.36,1); }


#belgeler .swiper-slide:nth-child(2n) .item:before { background: linear-gradient(35deg, var(--tema-renk1) 60px, transparent 166px) }




#belgeler .item figure { height: 100%; width: 100%; position: relative; z-index: -1; }
#belgeler .item figure img { height: 100%; width: 100%; object-fit: cover; object-position: top; transition: all .5s cubic-bezier(.5,1,.89,1); }
#belgeler .item .metin { position: absolute; bottom: 0; z-index: 1; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 10px; }
#belgeler .item .metin .baslik { width: 75%; display: block; font: 400 20px var(--baslik-fontu); line-height: 28px; color: #fff; transition: all .5s cubic-bezier(.5,1,.89,1); }
#belgeler .item .metin .more { width: 50px; height: 50px; border-radius: 50%; background: var(--tema-renk2); display: flex; align-items: center; justify-content: center; margin-left: 0 !important; gap: 0; transition: all .5s cubic-bezier(.5,1,.89,1); }
#belgeler .item .metin .more .btn-icon { margin-left: -7px; }
#belgeler .item .metin .more .btn-icon svg g { fill: #fff; }
#belgeler .item .metin .more:hover { transform: translateX(0); }
#belgeler .item .metin .more:hover .btn-icon + .btn-icon { transform: translateX(10px); }
#belgeler .item:hover .metin .more .btn-icon svg g, #belgeler .item .metin .more:hover .btn-icon svg g { fill: var(--tema-renk1); }
#belgeler .item:hover { }
#belgeler .item:hover figure img { transform: scale(1.05) }
#belgeler .item:hover .more { background: #fff; }
/******/
#belgeler .swiper-button-next, #belgeler .swiper-button-prev { height: 56px; width: 56px; border-radius: 100%; transition: .3s; outline: 0; cursor: pointer; margin-top: 0; text-align: center; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 25px rgba(0, 0, 0, .08); color: #1e3238; background: #fff; top: 45%; }
#belgeler .swiper-button-next { }
#belgeler .swiper-button-prev { }
#belgeler .swiper-button-next svg, #belgeler .swiper-button-prev svg { width: 15px; height: auto; }
#belgeler .swiper-button-prev svg { transform: rotate(180deg); }
#belgeler .swiper-button-next:after, #belgeler .swiper-button-prev:after { display: none; }
#belgeler .swiper-button-next:hover, #belgeler .swiper-button-prev:hover { background: var(--tema-renk1) }
/****/
#partners { padding: 100px 0 50px 0; position: relative }

#partners:after { content: ''; position: absolute; background: linear-gradient(180deg, #fff 0px, transparent 75px); left: 0; right: 0; height: 75px; top: 0; }


#partners .item { position: relative; text-align: center; width: 23%; margin: 0 1% 65px 1%; }
#partners .item figure { position: relative; display: block; }
#partners .item figure svg { width: 70px; height: 70px; }
#partners .item .baslik { font: 600 20px var(--baslik-fontu); color: var(--tema-renk1); margin: 0 0 10px; position: relative; }
#partners .item .kisaOzet { font: 400 16px var(--icerik-fontu); color: #515151; position: relative; line-height: 24px; width: 200px; margin: 0 auto; max-width: 100%; }


#partners .item .content { position: relative; display: inline-block; transition: all 500ms ease; font: 700 16px var(--baslik-fontu); color: #222; }
/**********/
footer { }
footer .satir1 { padding: 30px 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #DDDDDD; }
footer .satir1 figure { }
footer .satir1 figure img { max-width: 138px; }
footer .satir1 .footSocial {display: flex;justify-content: space-between;}
footer .satir1 .footSocial .baslik {font: 400 15px var(--icerik-fontu);margin-right: 15px;color: #818181;margin-top: 10px;}
footer .satir1 .footSocial ul.social { display: flex; align-items: center; justify-content: space-between; }
footer .satir1 .footSocial ul.social li { display: inline-block; }
footer .satir1 .footSocial ul.social li a { width: 40px; height: 40px; line-height: 40px; color: #181A20; background-color: #00000000; display: inline-block; text-align: center; border-radius: 50%; transition: all 0.3s ease-in-out 0s; }
footer .satir1 .footSocial ul.social li a:hover { background-color: #F7F7F7; }
footer .satir1 .footSocial ul.social li a i { display: flex; align-items: center; justify-content: center; height: 100%; }
footer .satir1 .footSocial ul.social li a i svg { height: 20px; }
footer .satir2 { padding: 30px 20px; }
footer table { border: none; color: #ddd; width: 100% !important; /* margin: 35px 0 0; */ display: inline-block; height: auto !important }
footer table tbody { width: 100% !important; display: block; }
footer table tr { width: 100%; display: block; }
footer table tr td { border: none; padding: 0 15px 15px; vertical-align: top; text-align: left !important; width: 33%; font: 400 18px var(--icerik-fontu); color: #181A20; line-height: 25px; display: inline-block; }
footer table p { font: 400 17px var(--icerik-fontu); margin-bottom: 12px; line-height: 26px; transition: .4s; color: #181A20; }
footer table p img { margin: 0 0 20px; height: auto; width: auto; }
footer table a, footer table a:active, footer table a:visited { display: inline-block; font: 400 15px var(--icerik-fontu); line-height: 26px; transition: .4s; color: #181A20; }
footer table a:hover { color: var(--tema-renk1); text-decoration: underline; }
footer table tr td h2, footer .contract h2 { margin: 0 0 25px; color: #000000; font: 600 17px var(--icerik-fontu); line-height: 18px; }
footer table tr td strong { letter-spacing: 1px; color: #252525; margin-bottom: 6px; }
footer .contract { }
footer .contract ul { }
footer .contract ul li { font: 400 15px var(--icerik-fontu); margin-bottom: 12px; line-height: 26px; transition: .4s; color: #181A20; }
footer .contract ul li a { font: 400 15px var(--icerik-fontu); margin-bottom: 12px; line-height: 26px; transition: .4s; color: #181A20; }
footer .contract ul li a:hover { color: var(--tema-renk1); text-decoration: underline; }
footer .satir2 .footIlet { /* margin: 52px 0 0; */ display: flex; flex-direction: column; }
footer .satir2 .footIlet .kap:first-child { width: 100%; }
footer .satir2 .footIlet .kap { color: #717171; font: 400 15px var(--icerik-fontu); line-height: 25px; margin-bottom: 20px; }
footer .satir2 .footIlet .kap span { color: #181A20; font: 600 16px var(--icerik-fontu); line-height: 18px; display: block; margin-bottom: 10px; }
footer .satir2 .footIlet .kap a.links { color: #717171; font: 400 15px var(--icerik-fontu); line-height: 18px; display: block; margin-bottom: 8px; }
footer .satir2 .footIlet .kap a.links:hover { color: var(--tema-renk1); }
footer .satir3 { transition: all 400ms; padding: 30px 20px; border-top: 1px solid #dede; }
footer .satir3 .kap { display: flex; align-items: center; justify-content: flex-start; gap: 10px; }
footer .satir3 .kap .copy { letter-spacing: .5px; color: #818d96; font: 400 16px var(--icerik-fontu); }
footer .satir3 .imza { text-align: right; letter-spacing: .5px; font: 400 16px var(--icerik-fontu); margin-right: 8px; }
footer .satir3 .imza a { color: #818d96; font: 400 16px var(--icerik-fontu); }
footer .satir3 .contract { display: flex; flex-wrap: nowrap; justify-content: flex-end; align-items: center; }
footer .satir3 .contract ul { display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 5px; }
footer .satir3 .contract ul li { color: #d8d8d8; font: 400 14px var(--icerik-fontu); transition: all 750ms ease; cursor: pointer; border-right: 1px solid #dedede; padding-right: 5px; }
footer .satir3 .contract ul li a { color: #818d96; font: 400 16px var(--baslik-fontu); transition: all 750ms ease; }
footer .satir3 .contract ul li:hover { color: var(--tema-renk2); }
footer .satir3 .contract ul li a:hover { color: var(--tema-renk2); }
footer .satir3 .contract ul li:last-child { border: none; }
/*********/
/*********/
#belgelerCat { margin: 35px 0; overflow: hidden; position: relative; }
#belgelerCat a { margin: 10px; display: block; }
#belgelerCat .item { position: relative; height: 355px; overflow: hidden; border-radius: 6px; }
#belgelerCat .item:before { content: ""; position: absolute; height: 100%; width: 100%; top: 0; left: 0; opacity: .9; background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 10%, transparent 50%); }
#belgelerCat .item figure { height: 100%; width: 100%; position: relative; z-index: -1; }
#belgelerCat .item figure img { height: 100%; width: 100%; object-fit: cover; object-position: top; transition: all .5s cubic-bezier(.5,1,.89,1); }
#belgelerCat .item .metin { position: absolute; bottom: 0; z-index: 1; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 14%; }
#belgelerCat .item .metin .baslik { width: 75%; display: block; font: 400 18px var(--icerik-fontu); line-height: 28px; color: #fff; transition: all .5s cubic-bezier(.5,1,.89,1); }
#belgelerCat .item .metin .more { width: 50px; height: 50px; border-radius: 50%; background: var(--tema-renk1); display: flex; align-items: center; justify-content: center; margin-left: 0 !important; gap: 0; transition: all .5s cubic-bezier(.5,1,.89,1); }
#belgelerCat .item .metin .more .btn-icon { margin-left: -7px; }
#belgelerCat .item .metin .more .btn-icon svg g { fill: #fff; }
#belgelerCat .item .metin .more:hover { transform: translateX(0); }
#belgelerCat .item .metin .more:hover .btn-icon + .btn-icon { transform: translateX(10px); }
#belgelerCat .item:hover .metin .more .btn-icon svg g, #belgelerCat .item .metin .more:hover .btn-icon svg g { fill: var(--tema-renk1); }
#belgelerCat .item:hover { }
#belgelerCat .item:hover figure img { transform: scale(1.05) }
#belgelerCat .item:hover .more { background: #fff; }
/******/
.altSayfaHaber { font-size: 14px; line-height: 23px; color: #555; padding-top: 15px; }
.altSayfaHaber .resim { overflow: hidden; position: relative; border-radius: 0 50px 0 50px; }
.altSayfaHaber .resim img { max-width: 100%; }
.altSayfaHaber h3 { color: #333; margin-top: 15px; line-height: 27px; font-size: 14px }
.altSayfaHaber h1 { text-transform: uppercase; color: #5a92d2; font-weight: 800; margin: 0; font-size: 32px; position: relative; }
.altSayfaHaber .ozetGec { color: #666; margin: 5px 0; font-size: 12px }
.altSayfaHaber .ozetGec span { display: inline-block; margin-right: 20px }
.altSayfaHaber .icerik { line-height: 30px; margin-top: 15px; }
.altSayfaHaber .icerik a { color: #16517c; font-weight: 600; }
.altSayfaHaber .icerik a:hover { color: #222; }

.altSayfaHaber .resimK { background: linear-gradient(50deg, #5a92d2 0%, #5a92d2 50%, #fff 50%, #fff 100%); padding: 6px; margin-right: 12px; }
.altSayfaHaber .resimK div { background: #fff; padding: 5px; }
.altSayfaHaber .resimK img { box-shadow: 0px 0px 60px -20px rgba(0,0,0,0.75); max-width: 100%; }

.altSayfaHaber .s2 { color: #f3e702; font-size: 41px; font-weight: 700; margin-bottom: 8px; }
.altSayfaHaber .s3 { margin: 0 0 25px 3px; font-weight: 700; font-size: 16px; }
/*******/
/******/
textarea#TBmesaj { height: 150px; }
.formContact .form-control { border-radius: 0; border: 1px solid #e1e1e1; height: 42px; margin-bottom: 20px; font: 100 14px 'Catamaran'; color: #111; box-shadow: none; }
.dugme { height: 46px; background-color: #818483; color: #fff; display: block; line-height: 48px; text-align: center; margin-top: 7px; font-size: 16px; text-decoration: none; font-weight: 800; }
.dugme:hover { background-color: #696969; color: #ccc; }
/********/
/*******/
.popup-gallery { /* margin-top: 29px; */ }
.popup-gallery a { padding: 0 30px; display: block; position: relative; }
.popup-gallery a img { max-width: 100%; }
.popup-gallery a strong { display: block; text-align: center; color: #0e76bc; margin-top: 10px; }
.popup-gallery a i { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 99; color: #fff; font-size: 44px; display: none; margin-top: -25px; }
.popup-gallery a:hover i { display: block; }
.popup-gallery a:hover img { display: block; filter: brightness(50%); }
/*******/
.urunDetay { }
.urunDetay img { max-width: 100%; }
/**********/
.urunOzellikler { width: 80%; margin: 0 auto; margin-top: 125px; }
.urunOzellikler li { margin: 10px 0; position: relative; margin: 10px 0; display: block; }

.urunOzellikler li strong { border-bottom: solid 1px #f2f2f2; display: inline-block; width: 206px; padding-bottom: 15px; margin-bottom: 15px; }
.urunOzellikler li span { border-bottom: solid 1px #f2f2f2; display: inline-block; padding-bottom: 15px; margin-bottom: 15px; }
/*********/
.resimHoverla { position: relative; overflow: hidden; width: fit-content }
.resimHoverla img { height: auto; max-width: 100%; border: none; border-radius: 0; box-shadow: none; }
.resimHoverla:after { content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255, 255, 255, .3); transform: translate(-50%, -50%) rotate(-45deg); z-index: 1; }
.resimHoverla:hover:after { height: 250%; transition: all 600ms linear; background-color: transparent; }
/*********/




/********/
#formDet input::placeholder, textarea::placeholder { color: #252525; font: 400 16px var(--icerik-fontu); }
#formDet .kapsul { padding: 16px; position: relative; display: flex; flex-direction: column; width: 600px; max-width: 100%; pointer-events: auto; background-color: #fff; outline: 0; border: none; text-align: left; margin: 0 auto; }
#formDet .kapsul .tepe { display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid #dee2e6; box-sizing: border-box; padding: 0 50px 20px 15px; position: relative; }
#formDet .kapsul .tepe .doktorad { font-size: 26px; line-height: 54px; margin: 0; color: var(--tema-renk1); }
#formDet .kapsul .tepe .kapat { float: right; font-size: 24px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; background-color: transparent; border: 0; appearance: none; cursor: pointer; padding: 16px; position: absolute; top: 0; right: 0; }
#formDet .kapsul .formdetay { position: relative; padding: 30px 20px; }
#formDet .kapsul .formdetay .wrap { margin: -5px }
#formDet .kapsul .formdetay .row .satir { width: calc(50% - 10px); margin: 10px 5px; height: 40px; }
#formDet .kapsul .formdetay .satir label { width: 34%; padding-left: 18px; }
#formDet .satir input, .formdetay .satir select { padding: 10px 5px; color: #252525; background-color: transparent; border: none; border-bottom: 1px solid #252525; padding-left: 0; resize: none; width: 100%; margin: 0; border-radius: 0; height: 40px; font: 400 16px var(--icerik-fontu); }
#formDet .satir textarea { padding: 10px 5px; font-size: 16px; color: #252525; background-color: transparent; border: none; border-bottom: 1px solid #252525; padding-left: 0; resize: none; margin: 0; border-radius: 0; }
#formDet .onay { margin: 13px 0; position: relative; }
#formDet .onay input[type="checkbox"] { width: fit-content; position: absolute; left: 0; top: -10px; }
#formDet .onay a { color: var(--tema-renk2) }
#formDet.rndv { display: none; position: fixed; z-index: 999999999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); padding-top: 30px; }
#formDet .rndv-content { }
#formDet .kapat:hover, .kapat:focus { color: red; cursor: pointer; }
#formDet .animate { animation: animatezoom 0.6s }
#formDet .rndvonay { cursor: pointer; display: inline-block; text-transform: uppercase; text-align: center; background: var(--tema-renk2); border: 1px solid transparent; color: #fff; position: relative; transition: all 0.3s linear; border-radius: 4px; height: 100%; padding: 12px 20px; margin: 10px auto 0; font: 500 16px var(--icerik-fontu); width: 100%; }
#formDet .rndvonay:hover { background: #fff; color: #1a1a1a; border-color: #1a1a1a; }
#formDet .guvenlik { display: flex; align-items: center; justify-content: space-between; margin: 15px 0; }
#formDet .guvenlik label { padding-left: 0 !important; }
#formDet .guvenlik label img { }
#formDet .guvenlik input { }

@keyframes animatezoom {
    from { transform: scale(0) }
    to { transform: scale(1) }
}
/******/
/***********/
#anaHakkimizda { padding: 125px 0; position: relative; /* background:#fcfcfc; */ }
#anaHakkimizda:after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 0; background: url(/d/r/noktabirtane.png); }
#anaHakkimizda .genislet { width: 0; transition-delay: 2s; z-index: 99; position: relative; }
#anaHakkimizda .genislet.aos-animate { width: 100%; transition: width ease 1s; }
#hakkivideo { position: absolute; left: 0; bottom: 0; }
#hakkivideo video { height: 271px; display: block; transform-origin: left bottom; transition: all 750ms ease; }
#anaHakkimizda .genislet:hover figure { opacity: 0.9 }
#anaHakkimizda .genislet:hover #hakkivideo { }
#anaHakkimizda .genislet:hover #hakkivideo video { height: 500px; }
#anaHakkimizda .row { align-items: center; }
#anaHakkimizda figure { margin-right: 51px; transition: opacity ease .2s; }
#anaHakkimizda figure img { max-width: initial; }
#anaHakkimizda .metin { }
#anaHakkimizda .metin .baslik { font: 600 24px var(--baslik-fontu); color: #3cac21; position: relative; width: fit-content; padding-right: 15px; padding-left: 46px; }
.cizgibuyusun:after { content: ""; position: absolute; left: 100%; width: 0; height: 2px; background: #3cac21; top: 14px; transition: width ease 1.5s; }
.cizgibuyusun.aos-animate:after { width: 86px; }
.cizgibuyusunsaglisollu:after { content: ""; position: absolute; left: -100%; width: 0; height: 2px; background: var(--tema-renk1); top: 25px; transition: width ease 1.5s; }
.cizgibuyusunsaglisollu.aos-animate:after { width: 300%; }
.basliksapkali:before { content: ''; position: absolute; left: -9px; top: -7px; background: url(/d/r/ascisapkasi.png) no-repeat; width: 43px; animation: all ease 1s; height: 43px; animation-duration: 2s; animation-fill-mode: both; backface-visibility: visible !important; z-index: 55; }
.basliksapkali.aos-animate:before { animation-name: fadeInDownBig; animation-delay: .3s; }
#anaHakkimizda .metin .icerik { font: 400 18px var(--icerik-fontu); line-height: 25px; margin: 25px 0 15px; }
#anaHakkimizda .metin .icerik strong { margin-bottom: 15px; display: block; color: #313131; }
#anaHakkimizda .metin .icerik p { margin-bottom: 12px; }
#anaHakkimizda .metin a.devamiGor { margin-top: 25px; border: solid 1px var(--tema-renk1); padding: 13px 45px 13px 11px; }
#anaHakkimizda .saggelen { top: 6px; }
#anaHakkimizda .metin a.bayilik { display: inline-block; z-index: 50; position: relative; }
/************/
.efektekle { overflow: hidden; position: relative }
.efektekle:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; transition: .2s; margin: 1rem; border: 2px solid rgba(255, 255, 255, .5); clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem)); box-shadow: 1px 1px #fff }
.efektekle:hover:after { border-color: #fff; -webkit-transform: scale(.9); transform: scale(.9); }
.efektekle img { transition: transform .2s,filter .4s; }
.efektekle:hover img { transform: scale(1.1); }
/***********/
.saggelen { display: block; transition: all 0.5s ease; position: absolute; right: 7px; top: 2px; }
.saggelen:before { content: ""; position: absolute; right: 0; top: 12px; width: 15px; height: 2px; background: #fff; }
.saggelen:after { content: ""; position: absolute; right: 1px; top: 8px; width: 10px; height: 10px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; rotate: 315deg; }
.devamiGor { /* border: 1px solid var(--tema-renk1); */ padding: 10px 45px 10px 0; position: relative; display: inline-block; margin-right: 15px; line-height: 15px; color: var(--tema-renk1) !important; z-index: 11; }
.devamiGor .saggelen:before { background: var(--tema-renk1); top: 14px; right: 7px; }
.devamiGor .saggelen:after { border-color: var(--tema-renk1); top: 10px; right: 8px; }
.devamiGor:hover .saggelen { right: 0px; }

/********/
#neurosound { padding: 90px 0; position: relative; background: #f6f6f6; }
#neurosound .kapsul { margin-right: 6%; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; text-align: left; gap: 15px; }
#neurosound .kapsul .title { color: #1e3238; font: 600 30px var(--baslik-fontu); line-height: 42px; letter-spacing: -1px; }
#neurosound .kapsul .subtitle { font: 400 16px var(--icerik-fontu); line-height: 25px; color: #7c898d; }
#neurosound .neurosoundSwiper { padding: 10px; }
#neurosound .item { box-shadow: 0 0 1px 1px #0000001f; height: 100%; border-radius: 4px; overflow: hidden; }
#neurosound .item figure { border-radius: 4px 4px 0 0; overflow: hidden; }
#neurosound .item figure img { aspect-ratio: 16/9; object-fit: cover; }
#neurosound .item .metin { padding: 20px 15px; background: #fff; }
#neurosound .item .metin .baslik { font: 400 28px var(--baslik-fontu); color: var(--tema-renk2); }
#neurosound .item .metin .kisaOzet { font: 400 16px var(--icerik-fontu); color: #828282; margin: 20px 0; display: block; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#neurosound .item .metin .more { font: 400 14px var(--icerik-fontu); background: none; color: #252840; text-transform: uppercase; position: relative; display: flex; align-items: center; justify-content: flex-start; width: 100%; }
/*******/
#neurosound .oklar { display: flex; justify-content: flex-end !important; }
#neurosound .swiper-button-next, #neurosound .swiper-button-prev { height: 56px; width: 56px; border-radius: 100%; position: relative; bottom: inherit; left: 0; top: inherit; transform: translateY(0); transition: .3s; outline: 0; cursor: pointer; margin-top: 0; text-align: center; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 25px rgba(0, 0, 0, .08); color: #1e3238; background: var(--tema-renk1); }
#neurosound .swiper-button-next { left: initial; }
#neurosound .swiper-button-prev { margin-right: 18px; }
#neurosound .swiper-button-next svg, #neurosound .swiper-button-prev svg { width: 15px; height: auto; }
#neurosound .swiper-button-prev svg { transform: rotate(180deg); }
#neurosound .swiper-button-next:after, #neurosound .swiper-button-prev:after { display: none; }
#neurosound .swiper-button-next:hover, #neurosound .swiper-button-prev:hover { background: var(--tema-renk1) }
/*******/
#neurosound .swiper-pagination-bullet { margin: 0; border-radius: 0; }
#neurosound .swiper-pagination-bullet-active { background: var(--tema-renk1); }
/*******/
.swiper-pagination { position: relative; bottom: initial; left: initial; margin: 15px 0 0; bottom: 0 }
.swiper-pagination-bullet { width: 17px; border-radius: 2px; height: 4px }
.swiper-pagination-bullet-active { width: 39px }
/***********/
.xzoom-thumbs { display: flex; }
.xzoom-thumbs a { }
.xzoom-thumbs a img { margin: 0 5px 5px 0 }
.xzoom-thumbs a:last-child img { margin: 0 0 5px 0 }
/***********/
#uygulamaAlanCat { margin: 35px 0; position: relative; }
#uygulamaAlanCat a { margin: 10px; display: block; }
#uygulamaAlanCat .item { box-shadow: 0 0 1px 1px #0000001f; height: 100%; border-radius: 4px; overflow: hidden; }
#uygulamaAlanCat .item figure { border-radius: 4px 4px 0 0; overflow: hidden; }
#uygulamaAlanCat .item figure img { aspect-ratio: 16/9; object-fit: cover; }
#uygulamaAlanCat .item .metin { padding: 20px 15px; background: #fff; }
#uygulamaAlanCat .item .metin .baslik { font: 400 28px var(--baslik-fontu); color: var(--tema-renk2); }
#uygulamaAlanCat .item .metin .kisaOzet { font: 400 16px var(--icerik-fontu); color: #828282; margin: 20px 0; display: block; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#uygulamaAlanCat .item .metin .more { font: 400 14px var(--icerik-fontu); background: none; color: #252840; text-transform: uppercase; position: relative; display: flex; align-items: center; justify-content: flex-start; width: 100%; }
/*******/
#servicesDet { padding: 35px 0 75px; }
#servicesDet .row { justify-content: space-between; }
#servicesDet .kisaOzet { font-style: italic; font-size: 16px; color: #000; font-weight: 500; margin: 0 0 10px; position: relative; }
#servicesDet .icerik { margin: 30px 0; line-height: 27px; font-size: 16px; }
#servicesDet .icerik h1 { }
#servicesDet .icerik h2 { margin: 20px 0; font-size: 22px; }
#servicesDet .icerik h3 { text-transform: capitalize; margin: 10px 0 5px 0; }
#servicesDet .icerik h4 { }
#servicesDet .icerik h5 { }
#servicesDet .icerik h6 { }
#servicesDet .icerik p { margin: 0 0 33px 0; }
#servicesDet .icerik img { height: auto; }
#servicesDet .icerik ul { list-style: disc; margin-left: 25px; color: #747474; }
#servicesDet .icerik ul li { font-size: 16px; line-height: 25px; list-style: none; position: relative; padding-left: 23px; margin: 5px 0; letter-spacing: 1px; }
#servicesDet .icerik ul li:before { /* content:""; */ position: absolute; border: 1px solid #000; width: 10px; height: 10px; left: 0; top: 7px; }
#servicesDet .icerik ul li:after { content: ""; position: absolute; width: 8px; height: 15px; left: 6px; top: 2px; border-bottom: 3px solid #1a71a5; border-right: 3px solid #1a71a5; transform: rotate(45deg); }
#servicesDet .icerik ol { color: #000; }
#servicesDet .icerik ul li, #hizmetDet .icerik ol li { margin-bottom: 20px; }
/**************/
#servicesDet .havequesto { font-size: 13px; position: relative; background-size: cover; background-position: center; color: #ffefe8; padding: 50px 40px 30px 40px; margin-bottom: 23px; }
#servicesDet .havequesto:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--tema-renk2); opacity: .7; }
#servicesDet .havequesto .icerik { position: relative; z-index: 5; }
#servicesDet .havequesto .icerik .baslik { font-size: 21px; color: #ffffff; margin-top: 0; margin-bottom: 20px; line-height: 1.2; font-weight: 700; }
#servicesDet .havequesto .icerik .subtitle { font-size: 13px; font-style: normal; color: #fff; line-height: 1.7; margin-bottom: 20px; }
#servicesDet .havequesto .icerik a { font-size: 17px; color: #ffffff; font-weight: 500; display: block; margin-bottom: 5px; }
#servicesDet .havequesto .icerik a svg { fill: #ffe786; margin: -5px 10px -5px 0; width: 20px; height: 19px; }
/***********/
#servicesDet .randevuOlustur { box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%); padding: 20px; }
#servicesDet .randevuOlustur form { width: 100%; }
#servicesDet .randevuOlustur form .formtitle { font-size: 28px; font-weight: 500; line-height: 28px; padding: 0 0 4px; color: var(--tema-renk1); margin-bottom: 20px; position: relative; }
#servicesDet .randevuOlustur form .formtitle:before { content: ""; position: absolute; width: 25%; height: 2px; background: var(--tema-renk2); bottom: 0; }
#servicesDet .randevuOlustur form .satir { display: block; }
#servicesDet .randevuOlustur form .satir label { font-size: 14px; font-weight: 500; display: block; line-height: 25px; color: #666; }
#servicesDet .randevuOlustur form .satir input { display: block; width: 100%; padding: 10px 15px; background-color: #fff; border: 1px solid #dedede; box-shadow: none; font-weight: 500; font-size: 13px; margin-bottom: 18px; margin-top: 3px; }
#servicesDet .randevuOlustur form .satir select { display: block; width: 100%; border-radius: 5px; padding: 0 15px; height: 40px; background-color: #fff; border: 1px solid #dedede; box-shadow: none; font-weight: 500; transition: all .2s; font-size: 15px; color: #252525; margin-bottom: 23px; }
#servicesDet .randevuOlustur form .onay { display: flex; margin: 35px 0 11px 0; }
#servicesDet .randevuOlustur form .onay input[type="checkbox"] { margin: 0; width: 15px; }
#servicesDet .randevuOlustur form .onay a { font-size: 15px; font-weight: 400; display: block; padding-left: 31px; margin: -15px 0 0 0; }
#servicesDet .randevuOlustur form .onay a:hover { text-decoration: underline; color: var(--tema-renk2); }
#servicesDet .randevuOlustur button { border: none; line-height: 1; visibility: visible; font-size: 15px; font-weight: 500; text-transform: uppercase; color: #fff; background-color: var(--tema-renk1); padding: 15px 0; width: 100%; border-radius: 5px; transition: all .2s ease-in-out; letter-spacing: 1px; margin-top: 10px; }
#servicesDet .randevuOlustur button:hover { color: #fff; background-color: var(--tema-renk2); }
#servicesDet .randevuOlustur form .satir.guvenlik { display: flex; align-items: center; justify-content: space-between; margin: 15px 0; }
#servicesDet .randevuOlustur form .satir.guvenlik label { padding-left: 0 !important; height: 100%; width: 44%; }
#servicesDet .randevuOlustur form .satir.guvenlik label img { }
#servicesDet .randevuOlustur form .satir.guvenlik input { margin: 0; width: 70%; }
/***********/
@media (min-width: 1901px) {
}

@media(max-width: 767px) {

    footer .satir1 { flex-direction: column; }
    footer .satir1 .footSocial { margin-top: 15px; flex-direction: column; }
    footer table tbody { display: block; width: 100% !important; }
    footer table tr { display: block; width: 100% !important; }
    footer table tr td { display: block; width: 100% !important; height: auto !important; text-align: center !important; }
    footer table tr td:first-child, footer table tr td:nth-child(2), footer table tr td:nth-child(3), footer table tr td:nth-child(4) { width: 100% !important; }
    footer .satir3 .row { display: flex; flex-direction: column-reverse; gap: 15px; }
    footer .satir3 .contract ul { white-space: nowrap; overflow-x: auto; margin: 10px 0 0 0; width: 100%; text-align: left; justify-content: flex-start; padding-bottom: 9px; }
    footer .satir3 .kap { justify-content: center; }
    footer .satir3 .imza { text-align: center; }
    footer .satir3 .imza a { font-size: 14px; }
    footer .satir3 .kap .copy { font-size: 14px; }
    footer .contract { text-align: center; }
    footer .satir2 .footIlet { text-align: center; margin: 35px 0 0 0; }
    /*******/
    .diller { right: 60px; top: 30px; }
    .slideOklar .solOk, .slideOklar .sagOk { top: 200px; }
    /*****/
    .popup-gallery a { margin-bottom: 50px; }
    .popup-gallery a img { max-width: 60%; margin: 0 20%; }
    /*****/
    ul.icMenu { display: none }

    .urunDetay { margin-top: 110px; }
    .urunKategori .col-sm-4 .item { margin: 40px 0 20px 0 !important; }
    /*****/
    #urunDet .icerikresim { margin: 0 0 15px; }
    #urunDet .popup-gallery a img { max-width: 100%; margin: 0; }
    /*****/
    #aboutUs .metin .kisaOzet { font-size: 38px; }
    #aboutUs figure { margin: 35px 0 }
    /*********/
    #urunler .grid { display: block; }
    #urunler .item { margin-bottom: 15px; }
    #urunler .item:first-child { height: 100%; }
    #urunler .kapsul { padding: 0; }
    /****/

    /****/
    #blog .kapsul { flex-direction: column; justify-content: center; align-items: center; gap: 14px; text-align: center; }
    #blog .kapsul .title { margin: 0 auto 10px; text-align: center; }

    /****/
    #partners {}
    #partners .row { display: flex; }
    #partners .item { margin: 30px 10px; width: calc(50% - 20px); }
    /****/
    #belgeler .kapsul { display: block }
    #belgeler .kapsul .subtitle { width: 100% }
    #blog .item { display: block }
    #blog .item figure, #blog .item .metin { width: 100% }
    #blog .item .metin { padding-left: 0 }

    .menuFixle .dilGir .tels { top: 13px; }

    #formDet .kapsul .formdetay .row .satir { width: 100%; margin: 0 0 20px; }
    #anaHakkimizda figure { margin: 35px 0 0 }
    #anaHakkimizda .row { display: flex; flex-direction: column-reverse }
    #anaHakkimizda figure img { max-width: 100% }
    #anaHakkimizda .metin .baslik { font-size: 27px; }
    .cizgibuyusun:after { display: none }
    #anaHakkimizda { padding: 75px 0; }
    #partners .lines .line:nth-child(1) { margin-left: -50%; }
    #partners .lines .line:nth-child(3) { margin-left: 50%; }
    .basliksapkali:before { left: 0 }
    #urunGaleri { margin: 0 0 30px; }
    nav.icMenu { margin-right: 0 }
}
