@charset "UTF-8";

/*
  Theme Name:  Pars
  Theme URI:   https://pars.softinays.com/
  Author:      SoftiNays
  Author URI:  https://softinays.com
*/

html,body,div,span,h5,h6,p,a,img,b,i,ul,li,fieldset,form,header,nav,section { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; font-family: inherit; font-style: inherit; font-weight: inherit; }
header,nav,section { display: block; }
footer { margin-top: 20px; }
html { margin-right: 0 !important; scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; }
img { vertical-align: middle; -ms-interpolation-mode: bicubic; }
.sidebar-banner-ad img { max-width: 100%; height: auto; }
.home-banner-ad { text-align: center; margin: 20px 0; }
.home-banner-ad img { max-width: 100%; height: auto; }
.reklam-sag,.reklam-sol { position: fixed; top: 100px; width: 160px; height: 600px; z-index: 999; display: none; }
.reklam-sag { right: 50px; }
.reklam-sol { left: 50px; }
.row { margin-right: -12px; margin-left: -12px; }
.row > * { padding-left: 12px; padding-right: 12px; }
main { margin: 20px 0; }
pre,code{display:block;margin-bottom:15px;background:#313131;color:#d4d4d4;padding:16px;border-radius:var(--border-radius);font-family:'Fira Code',monospace;font-size:14px;line-height:1.5;overflow-x:auto;}
blockquote{border-left:3px solid var(--primary);padding:10px 30px 10px 30px;margin-left:20px;background:var(--bg-light);margin-bottom:20px;font-style:italic;border-radius:var(--border-radius);}
ul,li { list-style-type: none; margin-bottom: 0; padding-left: 0; list-style: none; }
.container { max-width: 1320px; width: 100%; margin: auto; padding-left: 15px; padding-right: 15px; }
svg path { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
input[type=text],input[type=password],input[type=email] { border: 1px solid var(--bg-dark); outline: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; font-size: 14px; line-height: 20px; border-radius: var(--border-radius); padding: 14px 20px; width: 100%; color: var(--dark); height: 50px; font-weight: 400; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
input[type=text]:hover,input[type=text]:focus,input[type=password]:hover,input[type=password]:focus,input[type=email]:hover,input[type=email]:focus { border-color: var(--primary); }
select { outline: 0; }
::-webkit-input-placeholder { color: var(--dark); }
:-moz-placeholder { color: var(--dark); }
::-moz-placeholder { color: var(--dark); opacity: 1; }
button { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-color: var(--primary); border: 1px solid var(--dark); color: var(--white); padding: 13px 32px; display: inline-flex; justify-content: center; align-items: center; gap: 8px; font-size: 16px; line-height: 24px; font-weight: 500; }
button .icon { font-size: 22px; }
button:focus-within,button:focus-visible,button:focus { outline: none; }
:-ms-input-placeholder { color: var(--primary); }
.text-sm { font-size: 14px; line-height: 20px; }
.bg-dark { background-color: var(--dark) !important; }
a { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; text-decoration: none; cursor: pointer; display: inline-block; color: var(--dark); }
a:focus,a:hover { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; text-decoration: none; outline: 0; }
.link { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.link:hover { color: var(--primary) !important; }
.tf-btn { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-color: var(--dark); border: none; color: var(--white); padding: 13px 32px; border-radius: var(--border-radius); display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; font-weight: 500; }
.tf-btn.btn-primary { background-color: var(--primary); color: var(--white); border-color: var(--primary); }
.tf-btn.btn-out-line-dark { background-color: transparent; border-color: var(--dark); color: var(--dark); }
.tf-btn.btn-out-line-dark:hover { background-color: var(--dark); color: var(--white); border-color: var(--dark); }
.tf-btn.hover-primary:hover { background-color: var(--primary); color: var(--white); border-color: var(--primary); }
.animate-btn { position: relative; overflow: hidden; }
.animate-btn:hover::after { animation: shine-reverse 1s forwards; }
.animate-btn:after { content: ""; position: absolute; width: 100%; height: 100%; background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%); top: 0; left: -100%; opacity: 0.6; }
button.animate-btn::after,.animate-btn.tf-btn::after { background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0) 70%); }
@keyframes shine-reverse { 0% { left: 100%; } 100% { left: -100%; } }
.form-search { position: relative; }
.form-search input { border-color: rgba(0, 0, 0, 0.2); }
.form-search button { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); padding: 0; background-color: transparent; border: 0; color: var(--dark); }
.form-search button .icon { font-size: 24px; }
.offcanvas { border: none !important; color: var(--dark); z-index: 1600; }
.offcanvas .icon-close-popup { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer; background: transparent; font-size: 16px; padding: 10px; border: none; color: var(--dark); z-index: 10; }
.offcanvas .icon-close-popup:hover { color: var(--primary); }
.arse-profil-card { display: grid; justify-content: center; align-items: center; width: 100%; height: auto; }
.arse-profil-card:hover .arse-profil-card-arkaplan { background: var(--bg-dark); transition: all 0.3s ease; }
.arse-profil-card-arkaplan { background: var(--bg-light); height: 200px; width: 100%; border-radius: var(--border-radius); }
.arse-profil-card img { margin: -120px auto; width: 200px; height: 200px; border-radius: 35%; border: 10px solid var(--white); object-fit: cover; }
.arse-profil-card span { font-weight: 500; font-size: 16px; float: left; text-align: center; margin-top: 115px; }
.arse-profil-card p { line-height: 26px; font-size: 14px; margin-top: 15px; text-align: center; }
.arse-profil-medya { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 5px; margin-top: 15px; }
.arse-profil-medya a { -ms-flex-preferred-size: calc(20% - 10px); flex-basis: calc(20% - 10px); -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; border-radius: var(--border-radius); transition: all 0.3s ease; text-align: center; padding: 10px; background: var(--bg-light); }
.arse-profil-medya a:hover { background: var(--primary); color: var(--white); }
.modal { cursor: url(../img/cursor-close.svg), auto; }
.modal .icon-close,.modal .icon-close-popup { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer; background: transparent; font-size: 16px; padding: 10px; border: none; z-index: 10; color: var(--dark); }
.modal .icon-close:hover,.modal .icon-close-popup:hover { color: var(--primary); }
.modal.fade:not(.show) { opacity: 0; }
.modal .modal-content { cursor: default; border: 0; overflow: hidden; border-radius: var(--border-radius); }
.canvas-wrapper { padding: 0; isolation: isolate; height: 100%; width: 100%; max-height: none; display: grid; grid-auto-rows: auto minmax(0, 1fr) auto; align-content: start; background: var(--white); }
.popup-style-1 { width: 100% !important; max-width: 340px; }
.popup-style-1 .popup-header { display: flex; align-items: center; justify-content: space-between; padding: 32px; padding-bottom: 10px; position: relative; text-transform: capitalize; font-size: 16px; line-height: 30px; font-weight: 500; color: var(--dark); border-bottom: 0; border-radius: 0; }
.popup-style-1 .popup-header::after { position: absolute; content: ""; bottom: 0; height: 1px; background-color: var(--bg-dark); left: 32px; right: 32px; }
.popup-style-1 .popup-inner { display: flex; flex-direction: column; gap: 32px; padding: 32px; overflow-y: auto; }
.popup-search .header { position: fixed; padding: 8px 15px; display: flex; justify-content: flex-end; z-index: 50; top: 0; left: 0; right: 0; background-color: var(--white); }
.popup-search .modal-content { overflow-y: auto; padding: 68px 0; height: 100%; border-radius: 0; }
.popup-search .looking-for-wrap { text-align: center; margin-bottom: 50px; }
.popup-search .heading { font-size: 24px; font-weight: 500; margin-bottom: 30px; color: var(--dark); }
.popup-search .form-search { margin-bottom: 32px; }
.popup-search .form-search input { border-radius: 5px; font-size: 14px; line-height: 120%; background: transparent; border: 1px solid var(--bg-dark); color: var(--dark); }
.popup-search .form-search button { right: 20px; }
.popup-search .popular-searches { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; font-size: 14px; line-height: 120%; color: var(--dark); }
.popup-search .popular-searches ul { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.popup-search .popular-searches ul a { padding: 9px 19px; border-radius: var(--border-radius); background-color: var(--bg-light); border: 1px solid var(--bg-dark); color: var(--dark); }
.tf-toolbar-bottom { display: none; padding: 17px 0; position: fixed; z-index: 200; bottom: 0; right: 0; left: 0; border-top: 1px solid var(--bg-dark); background-color: var(--white); box-shadow: 0px 4px 20px 0px rgba(163, 163, 163, 0.2784313725); }
.tf-toolbar-bottom .toolbar-item { flex: 1 0 20%; position: relative; }
.tf-toolbar-bottom .toolbar-item a { width: 100%; padding-right: 10px; padding-left: 10px; gap: 5px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.tf-toolbar-bottom .toolbar-item a .toolbar-icon { position: relative; text-align: center; font-size: 20px; }
.tf-toolbar-bottom .toolbar-item a .toolbar-count { position: absolute; top: -6px; right: -6px; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; background-color: var(--bildirim); border-radius: 50%; font-size: 10px; font-weight: 500; line-height: 15px; color: var(--white); }
.header-default .wrapper-header { min-height: 64px; }
.header-default .box-nav-menu { gap: 20px; display: flex; align-items: center; justify-content: center; }
.header-default .box-nav-menu .item-link { font-size: 14px; line-height: 21px; font-weight: 500; display: flex; align-items: center; gap: 4px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: relative; }
.header-default .box-nav-menu .item-link i { font-size: 13px; }
.header-default .box-nav-menu .item-link .icon { font-size: 10px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.header-default .box-nav-menu .item-link::after { position: absolute; content: ""; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: calc(100% + 40px); height: 86px; display: none; background: transparent; }
.header-default .box-nav-menu .menu-item { padding: 20px 0px; }
.header-default .box-nav-menu .menu-item:hover .item-link .icon { transform: rotate(180deg); color: var(--primary); }
.header-default .box-nav-menu .menu-item:hover .item-link::after { display: block; }
.header-default .nav-icon { gap: 16px; }
.header-default .nav-icon .nav-icon-item { font-size: 20px; position: relative; display: inline-flex; align-items: center; }
.header-default .nav-icon .nav-icon-item .count-box { position: absolute; height: 16px; width: 16px; padding: 0 5px; font-size: 10px; font-weight: 600; border-radius: 50%; line-height: 16px; z-index: 2; top: 0; right: 0; transform: translate(50%, -50%); text-align: center; white-space: nowrap; margin-top: 3px; margin-right: 3px; display: block; }
.header-default .nav-icon .nav-wishlist .count-box { padding-left: 4px; }
.header-default .mobile-menu { display: inline-flex; }
.header-default .mobile-menu i { font-size: 20px; }
.header-bottom { background:var(--white); border-top: 1px solid var(--bg-dark);}
.pars-mobil-menu-logo {display: flex; justify-content: center; margin-bottom: 10px; border-bottom: 1px solid var(--bg-dark); padding-bottom: 20px;}
.box-nav-menu .sub-menu { pointer-events: none; position: absolute; background-color: var(--white); min-width: max-content; z-index: 999; visibility: hidden; text-align: left; padding: 20px 30px 20px 20px; top: 100%; left: 0; opacity: 0; border-radius: 0 0 var(--border-radius) var(--border-radius); transform: translateX(0px) translateY(10px); box-shadow: var(--shadow1); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843); }
.box-nav-menu .menu-item:hover > .sub-menu { pointer-events: all; opacity: 1; visibility: visible; transform: translateX(0px) translateY(0px); }
.box-nav-menu .menu-list li:not(:last-child) { margin-bottom: 17px; }
.box-nav-menu .menu-list .menu-link-text { font-size: 14px; line-height: 25px; color: var(--dark); display: flex; align-items: center; font-weight: 500; text-align: start; }
.box-nav-menu .sub-menu-style-3 { display: flex; gap: 20px; min-width: 552px; padding: 20px 25px 20px 25px; left: -50px; }
.box-nav-menu .sub-menu-style-3 .menu-list { margin-top: 16px; width: 45%; }
header.header-bg { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.pars-mobile-menu-sol { width: 100% !important; max-width: min(90%, 320px); border-right: 0 !important; }
.pars-mobile-menu-sol .mb-canvas-content { padding-top: 60px; min-width: 100%; max-width: min(90%, 320px); grid-auto-rows: minmax(0, 1fr) auto; isolation: isolate; height: 100%; width: 100%; display: grid; align-content: start; }
.pars-mobile-menu-sol .mb-body { padding-right: 20px; padding-left: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--bg-light); overscroll-behavior-y: contain; overflow-y: auto; display: flex; flex-direction: column; justify-content: space-between; }
.pars-mobile-menu-sol .icon-close-popup { position: absolute; font-size: 16px; z-index: 3; top: 15px; left: 15px; background-color: transparent; border: none; height: 30px; width: 30px; padding: 7px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; color: var(--dark); }
.pars-mobile-menu-sol .site-nav-icon { padding: 0 10px; line-height: 40px; border: solid 1px var(--bg-light); gap: 6px; background-color: var(--bg-light); color: var(--dark); border-radius: var(--border-radius); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; }
.pars-mobile-menu-sol .site-nav-icon .icon { font-size: 18px; }
.pars-mobile-menu-sol .site-nav-icon:hover { color: var(--white); background-color: var(--dark); border-color: var(--dark); }
.pars-mobile-menu-sol .mb-other-content .group-icon { margin-top: 10px; display: grid; flex-wrap: wrap; gap: 10px; }
.pars-mobile-menu-sol .mb-other-content .text-need { font-weight: 500; margin-bottom: 12px; font-size: 14px; line-height: 22px; }
.pars-mobile-menu-sol .mb-other-content .mb-info li { font-size: 14px; line-height: 22px; display: flex; align-items: center; color: var(--dark); gap: 4px; }
.pars-mobile-menu-sol .mb-other-content .mb-info li:not(:last-child) { margin-bottom: 8px; }
.pars-mobile-menu-sol .mb-other-content .mb-contact { display: grid; gap: 8px; margin-bottom: 12px; }
.pars-mobile-menu-sol .mb-other-content .mb-contact p { font-size: 14px; line-height: 22px; color: var(--dark); }
.nav-ul-mb .nav-mb-item .mb-menu-link:not(.collapsed) .btn-open-sub::before { transform: rotate(90deg); }
.nav-ul-mb .nav-mb-item { padding: 2px 0px; }
.nav-ul-mb .nav-mb-item:not(:last-child) { border-bottom: 1px solid var(--bg-light); }
.nav-ul-mb .nav-mb-item .mb-menu-link { min-height: 40px; font-weight: 500; font-size: 14px; line-height: 40px; color: var(--dark); display: flex; align-items: center; justify-content: space-between; }
.nav-ul-mb .btn-open-sub { position: relative; width: 20px; height: 30px; display: inline-flex; align-items: center; justify-content: center; }
.nav-ul-mb .btn-open-sub:after, .nav-ul-mb .btn-open-sub::before { content: ""; position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--dark); transition: 0.4s ease 0.1s; margin: auto; }
.nav-ul-mb .btn-open-sub::before { width: 2px; height: 12px; }
.nav-ul-mb .btn-open-sub::after { width: 12px; height: 2px; }
.nav-ul-mb .sub-nav-menu { padding-left: 10px; margin-bottom: 15px; }
.nav-ul-mb .sub-menu-level-2 { margin-bottom: 5px; }
.nav-ul-mb .sub-menu-level-2 .sub-nav-link { position: relative; max-width: max-content; }
.nav-ul-mb .sub-nav-link { display: flex; align-items: center; justify-content: space-between; min-height: 32px; line-height: 22px; font-size: 14px; color: var(--dark); text-transform: capitalize; margin-bottom: 8px; }
.nav-ul-mb .sub-nav-link .btn-open-sub::after, .nav-ul-mb .sub-nav-link .btn-open-sub::before { background-color: var(--dark); }
.footer-bg .tf-social-icon .social-item:not(:hover) { border-color: #989898; color: var(--white); }
.pars-bildirim-popup .wrap { display: flex; flex-direction: column; flex-grow: 1; }
.pars-bildirim-popup .tf-mini-cart-wrap { display: flex; flex-direction: column; flex-grow: 1; position: relative; }
.pars-bildirim-popup .tf-mini-cart-bottom { box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843); flex-shrink: 0; }
.pars-bildirim-popup .tf-mini-cart-bottom-wrap { padding: 24px 32px 34px; }
.pars-bildirim-popup .tf-mini-cart-bottom-wrap .tf-cart-tax { opacity: 0.8; padding-bottom: 14px; border-bottom: 1px solid var(--bg-dark); margin-bottom: 15px; }
.pars-bildirim-popup .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout { display: flex; gap: 10px; }
.pars-bildirim-popup .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout .tf-btn { text-transform: none; }
.pars-bildirim-popup .popup-header .icon-close-popup { padding-right: 0; }
.tf-mini-cart-main { flex: 1 1 auto; position: relative; }
.tf-mini-cart-sroll { position: absolute; top: 0; left: 0; bottom: 0; right: 0; overflow: auto; }
.tf-mini-cart-sroll::-webkit-scrollbar { width: 4px; }
.tf-mini-cart-sroll::-webkit-scrollbar-thumb { background: var(--primary); }
.tf-mini-cart-sroll::-webkit-scrollbar-track { background: var(--bg-light); }
.tf-mini-cart-items { display: flex; gap: 12px; margin-top: 15px; flex-direction: column; }
.tf-mini-cart-item { padding: 0 32px; display: flex; gap: 10px; padding-bottom: 15px; border-bottom: 1px solid var(--bg-dark); }
.tf-mini-cart-item .tf-mini-cart-image { display: block; width: 50px; height: 50px; flex-shrink: 0; border-radius: 50%; overflow: hidden; border: 2px solid var(--primary); padding: 4px; }
.tf-mini-cart-item .tf-mini-cart-image a { width: 100%; height: 100%; display: block; }
.tf-mini-cart-item .tf-mini-cart-image img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.tf-mini-cart-item .tf-mini-cart-info { flex-grow: 1; display: flex; justify-content: center; flex-direction: column; gap: 8px; font-size: 13px; }
.tf-mini-cart-item .remove { padding: 0; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.tf-mini-cart-item .remove:hover { color: var(--primary); }
.arse_slider-item { position: relative; overflow: hidden; cursor: pointer; width: 100%; float: left; border-radius: var(--border-radius); background: center/cover no-repeat scroll; }
.arse_slider-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; }
.arse_slider-overlay .title a { color: #fff; font-size: 16px; line-height: 26px; font-weight: 500; margin-bottom: 10px; }
.arse-slider-content { position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; padding: 30px; }
.arse_slider-overlay::after { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)); transition: opacity 0.2s; backface-visibility: hidden; }
.arse_slider-item:hover .arse_slider-overlay::after { opacity: 0.8; }
.arse_content-cover { height: 480px; }
.arse_content-cover .arse_slider-overlay { display: flex; align-items: flex-end; padding: 30px; background-position: center; }
.arse_content-cover .arse-slider-content { position: relative; padding: 1em 0; }
.arse_entry-header { padding: 2.5em; }
.arse_content-cover .arse_entry-header { padding: 0; }
.arse_entry-header .title { font-size: 18px; margin-bottom: 10px; color: #171717; font-weight: 500; line-height: 30px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse_entry-meta { display: inline-block; width: 100%; }
.arse_entry-meta .arse_entry-meta-left { width: 100%; }
.arse_entry-meta span { position: relative; margin-right: 15px; font-size: 14px; color: #888; }
.arse_slider-overlay .arse_entry-meta span { color: #ddd; }
.arse_entry-meta-left a { color: #fff; font-weight: 600; }
.arse_content-cover .arse_entry-meta-left a { color: #fff; }
.arse_entry-meta-left img { border-radius: 100%; margin-right: 5px; vertical-align: -5px; }
.arse_entry-meta i { font-size: 12px; margin-right: 5px; vertical-align: -1px; }
.arse_content-cover .arse_entry-meta i { color: #fff; }
.arse_content-cover .arse_entry-header p { color: rgba(255, 255, 255, 0.8); }
.arse_breadcrumb li > a:not(:hover) { color: rgba(0, 0, 0, 0.6); }
.arse-slider-content .arse_breadcrumb li > a:not(:hover) { color: rgba(255, 255, 255, 0.7); }
.arse_block > :not(.arse_block-title..arse_head_style-3) .owl-dots { top: -25px; }
#arse_shortcode_gallery .owl-nav [class*=owl-]:not(:hover) { background: #f8f8f8; }
.nays-manset { background-color: var(--white); padding: 20px; border-radius: var(--border-radius); box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
.nays-manset .nays-card { border: none; margin-bottom: 10px; background-color: transparent; }
.nays-manset .nays-card:last-child { margin-bottom: 0px; }
.nays-manset .nays-card img { object-fit: cover; width: 80px; height: 80px; border-radius: 100% !important; border: 7px solid var(--primary-4); }
.nays-manset .blog-widget-text { font-size: 14px; font-weight: 500; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: var(--dark); transition: all linear .3s; }
.nays-manset .blog-widget-text a { color: var(--dark); text-decoration: none; transition: color 0.2s ease-in-out; background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary-4)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.nays-manset .blog-widget-text a:hover { color: var(--primary); background-size: 0 2px, 100% 2px; }
.arse-manset-widget-2-container { position: relative; overflow: hidden; border-radius: 0 0 var(--border-radius) var(--border-radius); }
.arse-manset-widget-2-wrapper { display: flex; transition: transform 0.5s ease-in-out; }
.arse-manset-widget-2-slide { min-width: 100%; position: relative; }
.arse-manset-widget-2-slide img { width: 100%; height: 430px; object-fit: cover; border-radius: 5px 5px 0 0; filter: blur(0px) brightness(0.4); }
.arse-manset-widget-2-container:hover .arse-manset-widget-2-slide img { filter: blur(0px) brightness(0.6); transition: var(--arse-transition); }
.arse-manset-widget-2-content { position: absolute; bottom: 0; left: 0; width: 100%; padding: 55px; border-radius: var(--border-radius) var(--border-radius) 0 0; background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0)); }
.arse-manset-widget-2-category a { display: inline-block; background: var(--primary); color: #fff; font-size: 13px; font-weight: 500; padding: 6px 15px; border-radius: var(--border-radius); margin-bottom: 10px; text-decoration: none; }
.arse-manset-widget-2-title a { font-size: 22px; font-weight: 600; margin-bottom: 10px; color: #fff; text-decoration: none; display: inline-block; background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,#fff,#fff,#fff); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.arse-manset-widget-2-title a:hover { background-size: 0 2px, 100% 2px; }
.arse-manset-widget-2-date { font-size: 14px; color: #dbdbdb; }
.arse-manset-widget-2-meta { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; margin-top: 10px; }
.arse-manset-widget-2-author { display: flex; align-items: center; }
.arse-manset-widget-2-author img { width: 32px; height: 32px; border-radius: 50%; margin-right: 10px; object-fit: cover; border: 2px solid #fff; }
.arse-manset-widget-2-author span a { font-size: 14px; color: #dbdbdb; text-decoration: none; font-weight: 500; }
.arse-manset-widget-2-author span a:hover { color: var(--primary); transition: var(--arse-transition); }
.arse-manset-widget-2-nav-button { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 60px; background: rgba(0,0,0,0.5); color: #fff; border-radius: var(--border-radius); display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; opacity: 0; transition: opacity 0.3s ease; }
.arse-manset-widget-2-container:hover .arse-manset-widget-2-nav-button { opacity: 1; }
.arse-manset-widget-2-prev { left: 5px; }
.arse-manset-widget-2-next { right: 5px; }
.arse-manset-widget-2-pagination { display: flex; justify-content: center; background-color: #111; }
.arse-manset-widget-2-pagination div { width: 100%; height: 50px; line-height: 50px; background: #222; color: #fff; text-align: center; font-weight: bold; cursor: pointer; }
.arse-manset-widget-2-pagination div:hover { background: #1a1a1a; }
.arse-manset-widget-2-pagination .active { background: var(--primary); }
.arse-sidebar-widgets-title { color: var(--dark); padding-bottom: 16px; margin-bottom: 20px; font-weight: 500; position: relative; text-transform: uppercase; border-bottom: 1px solid var(--bg-dark); font-size: 15px; }
.arse-sidebar-widgets-title::before { position: absolute; content: ""; bottom: -2px; left: 0px; width: 100px; height: 2px; background: var(--primary); }
.arse-sidebar-widgets { margin-bottom: 20px; padding: 20px; background: var(--white); box-shadow: 0 4px 12px rgba(0,0,0,0.06); border-radius: var(--border-radius); }
.arse-sidebar-widgets:last-child { position: sticky; top: 100px; margin-bottom: 0; }
.arse-sidebar-widgets-3-container { counter-reset: postNumber; }
.arse-sidebar-widgets-3-post { position: relative; display: flex; align-items: center; padding: 15px 20px; border-bottom: 1px solid var(--bg-dark); transition: background 0.3s ease; color: var(--dark); min-height: 111px; }
.arse-sidebar-widgets-3-post:last-child { border: none; }
.arse-sidebar-widgets-3-post::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 1; opacity: 0; transition: opacity 0.5s ease; border-radius: var(--border-radius-img); }
.arse-sidebar-widgets-3-post.first::after { opacity: 1; }
.arse-sidebar-widgets-3-post:hover::after { opacity: 1; }
.arse-sidebar-widgets-3-container:hover .arse-sidebar-widgets-3-post.first::after { opacity: 0; }
.arse-sidebar-widgets-3-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.4s ease; z-index: 1; border-radius: var(--border-radius-img); }
.arse-sidebar-widgets-3-post.first .arse-sidebar-widgets-3-img { opacity: 1; }
.arse-sidebar-widgets-3-container:hover .arse-sidebar-widgets-3-post.first .arse-sidebar-widgets-3-img { opacity: 0; }
.arse-sidebar-widgets-3-post:hover .arse-sidebar-widgets-3-img { opacity: 1 !important; }
.arse-sidebar-widgets-3-post::before { counter-increment: postNumber; content: counter(postNumber); display: flex; align-items: center; justify-content: center; font-weight: bold; width: 40px; height: 40px; background: var(--bg-light); border-radius: var(--border-radius); margin-right: 15px; flex-shrink: 0; z-index: 2; position: relative; }
.arse-sidebar-widgets-3-content { display: flex; flex-direction: column; justify-content: center; z-index: 2; flex: 1; }
.arse-sidebar-widgets-3-title { font-size: 14px; font-weight: 500; margin-bottom: 10px; }
.arse-sidebar-widgets-3-title a { color: inherit; text-decoration: none; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse-sidebar-widgets-3-meta { font-size: 13px; color: var(--dark); display: flex; gap: 12px; align-items: center; }
.arse-sidebar-widgets-3-meta i { margin-right: 4px; }
.arse-sidebar-widgets-3-post.first .arse-sidebar-widgets-3-title, .arse-sidebar-widgets-3-post.first .arse-sidebar-widgets-3-meta { color: #fff; }
.arse-sidebar-widgets-3-container:hover .arse-sidebar-widgets-3-post.first:not(:hover) .arse-sidebar-widgets-3-title, .arse-sidebar-widgets-3-container:hover .arse-sidebar-widgets-3-post.first:not(:hover) .arse-sidebar-widgets-3-meta { color: var(--dark); }
.arse-sidebar-widgets-3-post:hover .arse-sidebar-widgets-3-title, .arse-sidebar-widgets-3-post:hover .arse-sidebar-widgets-3-meta { color: #fff; }
.arse-3lu-bg { background: var(--primary-4); padding: 30px 0 0 0; }
.arse-3lu-widgets { margin-bottom: 30px; padding: 20px; background: var(--white); box-shadow: var(--box-shadow); border-radius: var(--border-radius); }
.arse-3lu-widgets-title { color: var(--dark); padding-bottom: 16px; margin-bottom: 20px; font-weight: 500; position: relative; text-transform: uppercase; border-bottom: 1px solid var(--bg-dark); }
.arse-3lu-widgets-title::before { position: absolute; content: ""; bottom: -2px; left: 0px; width: 100px; height: 2px; background: var(--primary); }
.arse-3lu-featured-list { position: relative; counter-reset: number-count; }
.arse-3lu-featured-list-item { position: relative; }
.arse-3lu-featured-list-item-box { width: 100%; }
.arse-3lu-featured-image-wrap { display: none; }
.arse-3lu-featured-img { height: 200px; width: 100%; object-fit: cover; }
.arse-3lu-featured-list-content { position: relative; padding: 10px 20px; display: flex; align-items: center; }
.arse-3lu-featured-list-counter { counter-increment: number-count; height: 45px; min-width: 45px; width: 45px; background: var(--bg-dark); text-align: center; border-radius: 80px; position: relative; display: inline-table; margin-right: 15px; }
.arse-3lu-featured-list-counter:before { content: counter(number-count); color: var(--dark); font-weight: 600; font-size: 18px; line-height: 1; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.arse-3lu-featured-list-title { margin: 0; font-size: 14px; font-weight: 500; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse-3lu-featured-list-title a { background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.arse-3lu-featured-list-title a:hover { color: var(--primary); background-size: 0 2px, 100% 2px; }
.arse-3lu-featured-meta { display: flex; align-items: center; position: relative; font-size: 11px; line-height: 1; padding-top: 10px; font-weight: 500; text-transform: uppercase; }
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-image-wrap { display: flex; position: relative; overflow: hidden; border-radius: var(--border-radius-img); }
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-image-wrap::before { content: ""; position: absolute; width: 100%; height: 100%; background: linear-gradient(0deg, #2B2D42 0, rgba(141, 153, 174, 0.1) 100%); transition: background 0.3s ease; }
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-list-content { position: absolute; bottom: 0; padding-bottom: 30px; }
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-list-title a { color: #fff; }
.arse-3lu-featured-list-item:nth-child(2) .arse-3lu-featured-list-content { padding-top: 20px; }
.arse-3lu-featured-list-item:nth-last-child(1) .arse-3lu-featured-list-content { padding-bottom: 20px; }
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-meta { color: #EDF2F4; }
.tab-container { border-radius: var(--border-radius); box-shadow: var(--box-shadow); overflow: hidden; background-color: var(--white); max-width: 100%; margin-bottom: 20px; }
.custom-tabs { display: flex; flex-wrap: wrap; background: var(--white); border-radius: var(--border-radius) var(--border-radius) 0px 0px; }
.custom-tabs button { flex: 1; padding: 16px; font-size: 14px; font-weight: 500; letter-spacing: 0.3px; text-transform: uppercase; text-align: center; box-shadow: 0 2px 0 transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; transition: 0.3s; border: none; border-radius: var(--border-radius) var(--border-radius) 0px 0px; background-color: var(--white); color: var(--dark); }
.custom-tabs .active-tab { background-color: var(--primary); color: #fff; }
.tab-content { padding: 20px; }
.sidebar-item { display: flex; align-items: center; gap: 15px; margin-bottom: 7px; text-decoration: none; color: inherit; border-bottom: 1px solid var(--bg-dark); padding-bottom: 7px; }
.sidebar-item:last-child { margin-bottom: 0px; padding-bottom: 0; border: none; }
.sidebar-item img { object-fit: cover; width: 80px; height: 80px; border-radius: 100%; border: 7px solid var(--primary-4); }
.sidebar-title h3 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.sidebar-title h3 a { font-size: 14px; line-height: 24px; font-weight: 500; background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.sidebar-title h3 a:hover { color: var(--primary); background-size: 0 2px, 100% 2px; }
.arse-kategori ul { margin: 0 !important; padding: 0 !important; }
.arse-kategori li { margin: 0 0 10px 0; width: 100%; display: flex; justify-content: space-between; background: var(--bg-light); border-radius: var(--border-radius); padding: 10px; line-height: 30px; font-weight: 500; font-size: 14px; color: var(--dark); text-transform: capitalize; }
.arse-kategori li:last-child { margin: 0px; }
.arse-kategori li:hover { background: var(--bg-dark); color: var(--primary); transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -ms-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.arse-kategori li a { font-size: 14px; text-transform: capitalize; transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -ms-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.arse-kategori li span { padding: 0 10px; }
.arse-kategori li a i { font-size: 13px; margin-right: 3px; }
.arse-kategori li a:hover { color: var(--primary); }
.arse-blog-post-3-card { background-color: var(--white); border-radius: var(--border-radius); overflow: hidden; display: flex; flex-direction: row; align-items: center; margin-bottom: 30px; gap: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); position: relative; }
.arse-blog-post-3-card:hover .arse-blog-post-3-overlay { opacity: 1; visibility: visible; }
.arse-blog-post-3-card:hover .arse-blog-post-3-title a { color: var(--primary); transition: 0.3s ease-in-out; background-size: 0 2px, 100% 2px; }
.arse-blog-post-3-card-image-wrapper { position: relative; }
.arse-blog-post-3-card-image { width: 300px; height: 165px; border-radius: var(--border-radius-img); object-fit: cover; display: block; }
.arse-blog-post-3-overlay { position: absolute; top: 0; left: 0; width: 300px; height: 165px; background-color: rgba(0, 0, 0, 0.5); color: white; border-radius: var(--border-radius-img); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; opacity: 0; visibility: hidden; transition: 0.3s ease-in-out; font-size: 14px; }
.arse-blog-post-3-card-content { flex: 1; }
.arse-blog-post-3-title a, .arse-blog-post-3-author a { text-decoration: none; color: inherit; }
.arse-blog-post-3-title a { background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.arse-blog-post-3-title { font-size: 15px; font-weight: 500; color: var(--dark); margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; transition: color 0.2s ease-in-out; }
.arse-blog-post-3-desc p { margin-top: 10px; font-size: 14px; color: var(--dark); margin-bottom: 16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse-blog-post-3-author { display: flex; align-items: center; font-size: 14px; color: var(--dark); }
.arse-blog-post-3-author img { width: 28px; height: 28px; border-radius: 50%; margin-right: 8px; }
.arse-blog-post-3-author span { margin-right: 5px; }
.arse-blog-post .content { width: 100%; margin-right: 30px; padding-right: 30px; border-right: 1px solid var(--bg-dark); }
.arse-blog-post .content h2:last-child { margin-bottom: 0px; }
.arse-blog-post .content h2 { margin-bottom: 10px; text-transform: capitalize; font-size: 16px; line-height: 24px; font-weight: 500; }
.arse-blog-post .content h2 a { letter-spacing: -.3px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; color: var(--dark); transition: all linear .3s; }
.arse-blog-post .content h2 a:hover { color: var(--arse-renk-bir); }
.arse-blog-post .content p { color: var(--dark); font-size: 14px; line-height: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse-blog-post .meta { padding: 0; margin: 0 0 10px 0; font-size: 14px; display: flex; list-style: none; }
.arse-blog-post .meta i { font-size: 12px; margin-right: 3px; }
.arse-blog-post .meta li { margin: 0 10px 0 0; }
.arse-blog-post { width: 100%; border-radius: var(--border-radius); overflow: hidden; position: relative; margin-bottom: 20px; padding: 20px; gap:20px; background: var(--white); box-shadow: var(--box-shadow); display: flex; align-items: center; justify-content: flex-start; }
.arse-blog-post:hover { box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1); }
.arse-blog-post .image img { position: relative; width: 300px; height: 165px; object-fit: cover; border-radius: var(--border-radius-img); }
.arse-blog-post .content-2 {width: 100%;text-align: left;}
.arse-blog-post .content-2 h2 { margin-bottom: 10px; text-transform: capitalize; font-size: 16px; line-height: 24px; font-weight: 500; }
.arse-blog-post .content-2 h2 a { letter-spacing: -.3px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; color: var(--dark); transition: all linear .3s; }
.arse-blog-post .content-2 h2 a:hover { color: var(--primary); }
.arse-blog-post .content-2 p { color: var(--dark); font-size: 14px; line-height: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse-blog-post-sira { border-radius: 50%; width: 60px; height: 60px; text-align: center; line-height: 60px; color: var(--dark); background: var(--bg-light); font-weight: 600; }
.blog-grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.blog-post-grid { background: var(--white); border-radius: var(--border-radius); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); overflow: hidden; }
.blog-post-grid:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.blog-post-grid img { width: 100%; height: 210px; object-fit: cover; }
.grid-post-content { padding: 20px; }
.blog-post-grid h2 { font-size: 16px; }
.blog-post-grid h2 a { font-size: 16px; color: var(--dark); line-height: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.blog-post-grid h2 a:hover { color: var(--primary); transition: all linear .3s; }
.blog-post-grid p { font-size: 14px; color: var(--dark); line-height: 26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.grid-meta { list-style: none; padding: 0; margin: 0; font-size: 13px; display: flex; flex-wrap: wrap; margin-top: 10px; }
.grid-meta li { margin-right: 10px; }
.grid-meta li i { font-size: 12px; margin-right: 3px; }
.burclar-bolumu { padding: 20px; background: var(--white); border-radius: var(--border-radius); box-shadow: var(--box-shadow); overflow-x: auto; }
.burclar-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 13px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.burclar-sidebar-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: 5px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.burc-kart { text-align: center; transition: transform 0.2s ease, color 0.2s ease; box-sizing: border-box; }
.burc-kart img { width: 100%; height: 100%; padding: 10px; object-fit: cover; border-radius: var(--border-radius-img); border: 2px solid var(--primary-4); transition: border-color 0.2s; max-width: 64px; max-height: 64px; }
.burc-kart span { display: block; margin-top: 8px; font-size: 14px; font-weight: 500; }
.burc-kart:hover img { border-color: var(--primary); }
.burc-kart:hover span { color: var(--primary); }
.pars-mt:first-child, .pars-mt:last-child { margin: 0; }
.pars-mt { margin-top: 20px; }
.pars-burc-1-wrap3 { padding: 18px 12px; background: #212121; }
.pars-burc-1-container3 { display: flex; gap: 15px; overflow-x: auto; flex-wrap: nowrap; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.pars-burc-1-container3::-webkit-scrollbar { display: none; }
.pars-burc-1-card3 { background: #2b2b2b; border-radius: var(--border-radius); box-shadow: var(--box-shadow); min-width: 92px; flex: 0 0 92px; text-align: center; padding: 13px 7px 7px 7px; transition: background 0.2s, box-shadow 0.18s; text-decoration: none; scroll-snap-align: start; }
.pars-burc-1-card3 img { width: 44px; height: 44px; object-fit: cover; border-radius: var(--border-radius-img); margin-bottom: 6px; border: 2px solid #1e1e1e; padding: 10px; transition: border-color .15s; }
.pars-burc-1-card3 span { display: block; font-size: 13px; color: #adadad; font-weight: 500; letter-spacing: .02em; }
.pars-burc-1-card3:hover, .pars-burc-1-card3:focus { background: #fff; }
.pars-burc-1-card3:hover img, .pars-burc-1-card3:focus img { border-color: #000000; }
.pars-burc-1-card3:hover span, .pars-burc-1-card3:focus span { color: #000000; }
.pars-burc-1-container1 { display: flex; gap: 15px; overflow-x: auto; flex-wrap: nowrap; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.pars-burc-1-container1::-webkit-scrollbar { display: none; }
.pars-burc-1-card1 { background: var(--white); border-radius: var(--border-radius); box-shadow: var(--box-shadow); padding: 13px 8px 7px 8px; min-width: 92px; flex: 0 0 92px; text-align: center; transition: box-shadow 0.2s; text-decoration: none; scroll-snap-align: start; }
.pars-burc-1-card1 img { width: 50px; height: 50px; object-fit: cover; padding: 10px; border-radius: var(--border-radius-img); margin-bottom: 7px; border: 2px solid var(--primary-4); transition: border-color 0.18s; }
.pars-burc-1-card1:hover { box-shadow: var(--box-shadow); border-color: var(--primary-4); }
.pars-burc-1-card1:hover img { border-color: var(--primary); }
.pars-burc-1-card1 span { display: block; font-size: 14px; font-weight: 500; color: var(--dark); }
.pars-modul-blog-area { background: var(--white, #fff); border-radius: var(--border-radius, 5px); box-shadow: var(--box-shadow, 0 2px 16px 0 rgba(0,0,0,.07)); padding: 20px; margin: 20px 0 0 0; }
.pars-modul-main-title { font-size: 15px; font-weight: 500; margin-bottom: 20px; position: relative; padding-bottom: 15px; display: inline-block; color: var(--dark); text-transform: uppercase; }
.pars-modul-main-title::before { content: ''; display: block; width: 70px; height: 3px; background: var(--primary); border-radius: 2px; position: absolute; left: 0; bottom: 0; }
.pars-modul-articles { display: flex; flex-wrap: wrap; gap: 30px; }
.pars-modul-main-column, .pars-modul-side-column { flex: 1 1 385px; min-width: 320px; max-width: 600px; display: flex; flex-direction: column; gap: 15px; }
.pars-modul-main-card-figure { margin: 0; }
.pars-modul-main-card-figure a { width: 100%; }
.pars-modul-main-card-image { display: block; width: 100%; height: 180px; object-fit: cover; border-radius: var(--border-radius-img); transition: transform 0.18s; }
.pars-modul-main-card-caption { padding: 10px 0 0 0; }
.pars-modul-meta { margin-top: 10px; }
.pars-modul-meta span { color: var(--dark); font-size: 13px; margin-right: 5px; }
.pars-modul-main-card-title { color: var(--dark); font-size: 16px; font-weight: 500; margin: 0; background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, var(--primary), var(--primary), var(--primary)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.pars-modul-main-card-figure:hover .pars-modul-main-card-title { color: var(--primary); background-size: 0 2px, 100% 2px; }
.pars-modul-list-card { display: flex; align-items: center; gap: 15px; }
.pars-modul-list-card-figure { flex-shrink: 0; margin: 0; position: relative; }
.pars-modul-list-card-image { width: 100px; height: 60px; object-fit: cover; border-radius: var(--border-radius-img); }
.pars-modul-list-card-title { color: #232323; font-size: 14px; font-weight: 500; margin: 0; transition: color 0.13s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pars-modul-list-card-title-link { background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, var(--primary), var(--primary), var(--primary)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.pars-modul-list-card-title-link:hover { color: var(--primary); background-size: 0 2px, 100% 2px; }
.arse-sidebar-widgets-1-slider-wrapper { width: 100%; overflow: hidden; position: relative; }
.arse-sidebar-widgets-1-slider-track { display: flex; transition: transform 0.5s ease-in-out; }
.arse-sidebar-widgets-1-card { min-width: 100%; overflow: hidden; font-size: 14px; position: relative; }
.arse-sidebar-widgets-1-image-link img { width: 100%; height: 200px; display: block; border-radius: var(--border-radius-img); }
.arse-sidebar-widgets-1-badge { position: absolute; background-color: var(--primary); color: var(--white); padding: 4px 10px; border-radius: var(--border-radius); font-size: 12px; top: 20px; left: 20px; text-decoration: none; }
.arse-sidebar-widgets-1-content { padding: 20px 0 0 0; }
.arse-sidebar-widgets-1-title { font-size: 16px; font-weight: 500; margin-bottom: 8px; color: var(--dark); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.arse-sidebar-widgets-1-title:hover { color: var(--primary); }
.arse-sidebar-widgets-1-description { margin-top: 10px; font-size: 14px; color: var(--dark); line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse-sidebar-widgets-1-description p { margin: 0; }
.arse-sidebar-widgets-1-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; font-size: 14px; padding-top: 10px; border-top: 1px solid var(--bg-dark); }
.arse-sidebar-widgets-1-icon-group { display: flex; gap: 16px; align-items: center; }
.arse-sidebar-widgets-1-icon-group span { display: flex; align-items: center; gap: 4px; }
.arse-sidebar-widgets-1-nav { width: 30px; height: 45px; padding: 0; position: absolute; top: 33%; transform: translateY(-50%); background-color: rgba(0, 0, 0, 0.5); border: none; color: white; font-size: 24px; cursor: pointer; z-index: 1; border-radius: var(--border-radius); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.arse-sidebar-widgets-1-prev { left: 10px; }
.arse-sidebar-widgets-1-next { right: 10px; }
.arse-sidebar-widgets-1-slider-wrapper:hover .arse-sidebar-widgets-1-nav { opacity: 1; pointer-events: auto; }
.pars-sekmeli-blog-tabs { max-width: 100%; margin: 20px 0 0 0; background: var(--white); border-radius: var(--border-radius); box-shadow: var(--box-shadow); }
.pars-sekmeli-tabs { display: flex; border-bottom: 1px solid var(--bg-dark); }
.pars-sekmeli-tab { background: none; text-transform: uppercase; width: 100%; border-radius: 0; border: none; font-size: 15px; font-weight: 500; padding: 1rem 2rem; color: var(--dark); border-bottom: 3px solid transparent; cursor: pointer; transition: border 0.2s, color 0.2s; outline: none; }
.pars-sekmeli-tab.active { color: var(--primary); border-bottom: 2px solid var(--primary); }
.pars-sekmeli-tab-content { display: none; padding: 20px; }
.pars-sekmeli-tab-content.active { display: block; }
.pars-sekmeli-blog-grid { display: flex; gap: 30px; }
.pars-sekmeli-blog-card.pars-sekmeli-big { flex: 1; display: flex; flex-direction: column; }
.pars-sekmeli-blog-card.pars-sekmeli-big figure { margin: 0; border-radius: var(--border-radius-img); overflow: hidden; }
.pars-sekmeli-blog-card.pars-sekmeli-big img { width: 100%; height: 210px; aspect-ratio: 16/9; object-fit: cover; display: block; }
.pars-sekmeli-blog-card.pars-sekmeli-big h2 { font-size: 16px; margin: 10px 0 5px 0; color: var(--dark); font-weight: 500; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pars-sekmeli-blog-card.pars-sekmeli-big .pars-sekmeli-meta { font-size: 13px; color: var(--dark); margin: 0 0 10px 0; display: flex; gap: 10px; align-items: center; }
.pars-sekmeli-blog-card.pars-sekmeli-big p { color: var(--dark); font-size: 14px; line-height: 24px; margin: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pars-sekmeli-side-cards { flex: 1; display: flex; flex-direction: column; gap: 13px; border-right: 1px solid var(--bg-dark); padding: 0 20px 0 0; }
.pars-sekmeli-blog-card.pars-sekmeli-small { display: flex; align-items: center; gap: 15px; }
.pars-sekmeli-blog-card.pars-sekmeli-small img { width: 100px; height: 60px; border-radius: var(--border-radius-img); object-fit: cover; display: block; }
.pars-sekmeli-blog-card.pars-sekmeli-small h3 { margin: 0 0 0.25rem 0; color: var(--dark); font-size: 14px; font-weight: 500; margin: 0; transition: color 0.13s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pars-sekmeli-baslik a { background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, var(--primary), var(--primary), var(--primary)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.pars-sekmeli-baslik a:hover { color: var(--primary); background-size: 0 2px, 100% 2px; }
.pars-sekmeli-blog-card.pars-sekmeli-small .pars-sekmeli-meta { font-size: 13px; color: #888; display: flex; gap: 10px; align-items: center; margin-top: 5px; }
.pars-sekmeli-img-link { display: block; }
.pars-footer-1-footer { background-color: #151515; position: relative; z-index: 2; }
.pars-footer-1-footer-box-info { background: #1a1a1a; padding: 40px; height: 100%; }
.pars-footer-1-footer-box-info a { font-size: 18px; font-weight: 500; color: #b9b9b9; }
.pars-footer-1-footer-social-link h3 { color: #b9b9b9; font-size: 16px; margin-bottom: 20px; }
.pars-footer-1-footer-social-link ul { list-style-type: none; padding: 0; margin: 0; }
.pars-footer-1-footer-social-link li { display: inline-block; }
.pars-footer-1-footer-social-link ul li a { color: #b9b9b9; background: #2b2b2b; border-radius: 100%; width: 45px; height: 45px; display: flex; justify-content: center; align-items: center; font-size: 14px; transition: all 0.8s; }
.pars-footer-1-footer-social-link ul li a:hover { color: #fff; background: #000; }
.pars-footer-1-footer-info-text { margin: 30px 0; font-size: 14px; line-height: 28px; color: #b9b9b9; }
.pars-footer-1-footer-widget-padding { padding: 10px; }
.pars-footer-1-footer-widget .pars-footer-1-section-heading, .pars-footer-1-footer-widget-menu .pars-footer-1-section-heading { margin-bottom: 35px; }
.pars-footer-1-footer-widget h3, .pars-footer-1-footer-widget-menu h3 { font-size: 15px; font-weight: 500; color: #b9b9b9; margin-bottom: 15px; max-width: fit-content; }
.pars-footer-1-footer-widget a, .pars-footer-1-footer-widget-menu li a { color: #b9b9b9; font-size: 14px; font-weight: 500; background: linear-gradient(to right, rgba(100,200,200,0), rgba(100,200,200,0)), linear-gradient(to right, var(--primary), var(--primary), var(--primary)); background-size: 100% 2px,0 2px; background-position: 100% 100%,0 100%; background-repeat: no-repeat; transition: background-size 400ms, color 0.3s; display: inline; }
.pars-footer-1-footer-widget-menu ul { width: 50%; float: left; list-style: none; margin: 0; padding: 0; }
.pars-footer-1-footer-widget-menu li { margin-bottom: 18px; }
.pars-footer-1-footer-widget-menu li::before { content: "\f105"; font-family: "Font Awesome 6 Pro"; font-weight: 600; color: #b9b9b9; font-size: 13px; margin-right: 3px; }
.pars-footer-1-footer-widget a:hover, .pars-footer-1-footer-widget-menu a:hover { color: #fff; background-size: 0 2px,100% 2px; }
.pars-footer-1-footer-widget:after { content: ""; display: block; clear: both; }
.pars-footer-1-copyright { padding: 28px 0; background-color: #1a1a1a; }
.pars-footer-1-copyright span, .pars-footer-1-copyright a { color: #b9b9b9; font-size: 14px; font-weight: 500; transition: color 0.3s linear; }
.pars-footer-1-copyright a:hover { color: var(--primary); }
.pars-footer-1-copyright-menu ul { text-align: right; margin: 0; }
.pars-footer-1-copyright-menu li { display: inline-block; padding-left: 20px; }
.pars-footer-1-copyright-menu li:first-child { padding: 0; }
.pars-footer-1-animate-border { position: relative; display: block; width: 170px; height: 3px; background: #b9b9b9; }
.arse-sidebar-widgets-7-wrapper { position: relative; width: 100%; min-height: auto; overflow: hidden; border-radius: var(--border-radius); }
.arse-sidebar-widgets-7-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: blur(0px) brightness(0.5); }
.arse-sidebar-widgets-7-content { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: stretch; color: #fff; flex-wrap: wrap; padding: 0; }
.arse-sidebar-widgets-7-left { flex: 2; display: flex; align-items: flex-end; padding: 50px; }
.arse-sidebar-widgets-7-left-inner { max-width: 90%; }
.arse-sidebar-widgets-7-category { background: var(--primary); padding: 5px 10px; border-radius: var(--border-radius); font-size: 13px; font-weight: 500; text-decoration: none; color: white; display: inline-block; }
.arse-sidebar-widgets-7-left h2 { font-size: 24px; margin: 10px 0; font-weight: 600; }
.arse-sidebar-widgets-7-left h2 a { color: white; text-decoration: none; }
.arse-sidebar-widgets-7-date { margin-top: 7px; font-size: 13px; color: #e3e3e3; }
.arse-sidebar-widgets-7-date i { font-size: 12px; }
.arse-sidebar-widgets-7-date span { margin-right: 5px; }
.arse-sidebar-widgets-7-right { flex: 1; backdrop-filter: blur(15px); background: rgba(0, 0, 0, 0.35); border-radius: 10px 0 0 10px; display: flex; flex-direction: column; gap: 30px; padding: 30px 30px; justify-content: center; }
.arse-sidebar-widgets-7-item { display: flex; gap: 20px; align-items: center; }
.arse-sidebar-widgets-7-item img { width: 100px; height: 60px; object-fit: cover; border-radius: var(--border-radius-img); }
.arse-sidebar-widgets-7-item a { color: #fff; font-size: 14px; font-weight: 500; text-decoration: none; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pars-menu-left { justify-content: left !important; }
.spinner { border: 4px solid var(--bg-dark); border-top: 4px solid var(--primary); border-radius: 50%; width: 30px; height: 30px; animation: spin 0.8s linear infinite; margin: 1rem auto; display: none; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.arse-blog-post .image img, .arse-sidebar-widgets-3-img, .nays-card img, .arse-3lu-featured-img, .arse-manset-widget-2-slide img, .tf-mini-cart-image img, .arse-profil-card img, .pars-sekmeli-blog-card.pars-sekmeli-big img, .pars-modul-main-card-image, .pars-sekmeli-blog-card.pars-sekmeli-small img, .pars-modul-list-card-image, .sidebar-item img, .arse-sidebar-widgets-1-image-link img { background-color: var(--bg-dark); background-image: linear-gradient(90deg, var(--bg-dark), var(--bg-light), var(--bg-dark)); background-size: 200% 100%; background-position: 100% 0; animation: loadingSkeleton 1s infinite; display: block; }
@keyframes loadingSkeleton{0%{background-position:100% 0;}100%{background-position:-100% 0;}}
.pars-manset-slider-1-container{position:relative;width:100%;height:480px;overflow:hidden;}
.pars-manset-slider-1-slider{display:flex;transition:transform 0.5s ease-in-out;height:100%;}
.pars-manset-slider-1-slide{min-width:100%;height:100%;position:relative;}
.pars-manset-slider-1-slide img{width:100%;object-fit:cover;filter:brightness(50%);border-radius:var(--border-radius);transition:filter 0.5s ease;}
.pars-manset-slider-1-slide:hover img{filter:brightness(100%);}
.pars-manset-slider-1-overlay{position:absolute;bottom:0;left:0;padding:60px;border-radius:var(--border-radius);color:#fff;width:100%;background:linear-gradient(to top,rgba(0,0,0,0.6),transparent);}
.pars-manset-slider-1-kategori a{color:#fff;padding:7px 14px;font-size:14px;background:var(--primary);border-radius:var(--border-radius);margin-bottom:10px;}
.pars-manset-slider-1-kategori a:hover{background:var(--dark);}
.pars-manset-slider-1-overlay h2 a{color:#fff;font-size:20px;font-weight:600;}
.pars-manset-slider-1-meta{margin-top:20px;font-size:14px; display: flex; gap:10px; font-weight: 500;}
.pars-manset-slider-1-meta i{font-size:13px;}
.pars-manset-slider-1-meta a{color:#fff;}
.pars-manset-slider-1-nav{position:absolute;top:50%;transform:translateY(-50%);font-size:15px;border-radius:var(--border-radius);color:#fff;background:rgba(0,0,0,0.3);padding:10px;cursor:pointer;z-index:2;user-select:none;}
.pars-manset-slider-1-nav.left{left:10px;}
.pars-manset-slider-1-nav.right{right:10px;}
.pars-404{background:var(--white);box-shadow:var(--box-shadow);border-radius:var(--border-radius);padding:30px;justify-items:center;}
.pars-404 img{width:auto;display:flex;justify-content:center;margin-bottom:20px;max-width:-webkit-fill-available;}
.pars-404 h1{text-align:center;font-size:28px;font-weight:600;margin-bottom:20px;}
.pars-404 p{text-align:center;font-size:15px;}
.pars-404 a{display:flex;text-align:center;background:var(--primary);padding:10px 20px;font-size:14px;font-weight:500;margin-top:20px;border-radius:var(--border-radius);color:#fff;}
.pars-404 a:hover{background:var(--dark);}
.pars-modul-7-wrapper{display:flex;flex-wrap:wrap;gap:1rem;align-items:stretch;}
.pars-modul-7-side{width:300px;display:flex;flex-direction:column;gap:1rem;flex-shrink:0;}
.pars-modul-7-center{flex:1;display:flex;}
.pars-modul-7-card{background:var(--white);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--box-shadow);display:flex;flex-direction:column;position:relative;height:100%;}
.pars-modul-7-img{width:100%;object-fit:cover;display:block;}
.pars-modul-7-small-img{height:165px;}
.pars-modul-7-content{padding:15px;}
.pars-modul-7-content h2{color:#fff;}
.pars-modul-7-title{font-weight:600;font-size:14px;line-height:27px;margin-top:10px;color:var(--dark);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.pars-modul-7-title a{background:linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary));background-size:100% 2px,0 2px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size 400ms;display:inline;}
.pars-modul-7-title a:hover{color:var(--primary);background-size:0 2px,100% 2px;}
.pars-modul-7-date{font-size:0.85rem;margin-bottom:5px;}
.pars-modul-7-date span{margin-right:10px;}
.pars-modul-7-badge{position:absolute;top:25px;left:25px;background:var(--primary);color:white;font-size:0.75rem;font-weight:600;padding:10px 20px;border-radius:var(--border-radius);z-index:2;}
.pars-modul-7-badge a{color:#fff;}
.pars-modul-7-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1;}
.pars-modul-7-center .pars-modul-7-content{position:absolute;bottom:15px;left:20px;z-index:2;color:white;}
.pars-modul-7-center .pars-modul-7-title{font-size:20px;color:#fff;margin-bottom:20px;line-height:35px;font-weight:600;}
.pars-modul-7-center .pars-modul-7-img{height:100%;}
.pars-modul-8-slider-wrapper{position:relative;height:480px;overflow:hidden;}
.pars-modul-8-slider{display:flex;width:100%;height:100%;transition:transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94);will-change:transform;}
.pars-modul-8-slide{width:calc(25% - 1.5px);height:100%;position:relative;border-radius:var(--border-radius);overflow:hidden;flex-shrink:0;margin-right:2px;}
.pars-modul-8-slide:last-child{margin-right:0;}
.pars-modul-8-slide a{display:block;width:100%;height:100%;color:#fff;text-decoration:none;}
.pars-modul-8-slide img{width:100%;height:100%;object-fit:cover;filter:brightness(65%);transition:filter 0.3s ease;aspect-ratio:317/480;}
.pars-modul-8-slide:hover img{filter:brightness(100%);}
.pars-modul-8-category{position:absolute;top:20px;left:20px;background:var(--primary);color:#fff;font-size:13px;font-weight:500;padding:7px 14px;border-radius:var(--border-radius);z-index:2;}
.pars-modul-8-content{position:absolute;bottom:0;left:0;width:100%;padding:35px;background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);z-index:1;box-sizing:border-box;}
.pars-modul-8-date{font-size:13px;margin-bottom:5px;}
.pars-modul-8-title{font-weight:600;font-size:16px;line-height:26px;margin-top:10px;}
.pars-modul-8-arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--white);color:var(--dark);border:none;padding:20px 10px;cursor:pointer;border-radius:0;z-index:3;transition:opacity 0.3s ease;box-shadow:0 2px 10px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;min-height:60px;font-size:16px;}
.pars-modul-8-arrow:hover{opacity:0.8;}
.pars-modul-8-arrow.left{left:0;border-radius:0 var(--border-radius) var(--border-radius) 0;}
.pars-modul-8-arrow.right{right:0;border-radius:var(--border-radius) 0 0 var(--border-radius);}
.pars-home-h1-alani-1{display:flex;align-items:center;background-color:var(--white);border-radius:var(--border-radius);overflow:hidden;height:50px;box-shadow:var(--box-shadow);margin:20px 0;}
.pars-home-h1-icon-1{background-color:var(--primary);width:50px;height:50px;display:flex;align-items:center;justify-content:center;}
.pars-home-h1-icon-1 i{color:white;font-size:15px;}
.pars-home-h1-metin-1{padding:16px;font-size:14px;font-weight:500;color:var(--dark);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pars-home-h1-alani-2{display:flex;align-items:center;background-color:var(--white);border-bottom:2px solid var(--primary);border-radius:var(--border-radius);height:50px;box-shadow:var(--box-shadow);margin:20px 0;}
.pars-home-h1-metin-2{padding:16px;font-size:14px;font-weight:600;color:var(--dark);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;}
.pars-home-h1-alani-3{display:flex;align-items:center;background:var(--white);border-left:3px solid var(--primary);border-radius:var(--border-radius);box-shadow:var(--box-shadow);height:50px;margin:20px 0;}
.pars-home-h1-icon-3{padding:0 16px;display:flex;align-items:center;justify-content:center;}
.pars-home-h1-icon-3 i{color:var(--primary);font-size:16px;}
.pars-home-h1-metin-3{font-size:14px;font-weight:500;color:var(--dark);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pars-home-h1-alani-4{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--white);border-radius:var(--border-radius);padding:12px 16px;box-shadow:var(--box-shadow);text-align:center;height:auto;margin:20px 0;min-height:80px;}
.pars-home-h1-icon-4{background-color:var(--primary);color:var(--white);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px;font-size:14px;}
.pars-home-h1-metin-4{font-size:14px;font-weight:600;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;}
.pars-kategori-baslik{border-radius:var(--border-radius);box-shadow:var(--box-shadow);background:var(--white);margin-bottom:20px;padding:20px;}
.pars-kategori-baslik h1{font-size:16px;font-weight:500;}
.pars-kategori-baslik p{margin:10px 0 0 0;line-height:28px;font-size:14px;}
.pars-sidebar-icerik-gonder-card{padding:40px 0;text-align:center;}
.pars-sidebar-icerik-gonder-title{font-size:22px;font-weight:500;margin-bottom:10px;color:var(--dark);}
.pars-sidebar-icerik-gonder-desc{font-size:14px;color:var(--dark);margin-bottom:20px;}
.pars-sidebar-icerik-gonder-button{background-color:var(--primary);color:white;border:none;border-radius:var(--border-radius);padding:12px 25px;font-size:14px;cursor:pointer;transition:background-color 0.3s ease;}
.pars-sidebar-icerik-gonder-button:hover{background-color:var(--primary-2);}
.pars-sidebar-sosyal-medya-title{font-size:14px;font-weight:500;margin-bottom:15px;border-left:3px solid #dc3545;padding-left:10px;}
.pars-sidebar-sosyal-medya-buttons{display:flex;flex-wrap:wrap;gap:5px;}
.pars-sidebar-sosyal-medya-btn{display:flex;align-items:center;justify-content:flex-start;color:#fff;text-decoration:none;font-weight:500;font-size:13px;border-radius:var(--border-radius);padding:10px 15px;flex:1 0 calc(50% - 5px);position:relative;gap:10px;}
.pars-sidebar-sosyal-medya-btn i{background:rgba(255,255,255,0.2);width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px;flex-shrink:0;}
.pars-sidebar-sosyal-medya-btn span{display:flex;align-items:center;height:100%;position:relative;padding-left:12px;margin-left:6px;}
.pars-sidebar-sosyal-medya-btn span::before{content:"";position:absolute;left:0;top:5px;bottom:5px;width:1px;background:rgba(255,255,255,0.5);}
.pars-sidebar-sosyal-medya-btn:hover{opacity:0.85;}
.facebook{background:#1877f2;}
.twitter{background:#000000;}
.linkedin{background:#0077b5;}
.pinterest{background:#bd081c;}
.youtube{background:#ff0000;}
.instagram{background:#e1306c;}
.whatsapp{background:#25d366;}
.telegram{background:#0088cc;}
.tiktok{background:#010101;}
.threads{background:#333;}
.pars-home-makale-gonder-outline-box{border-left:5px solid var(--primary);padding:25px;background:var(--white);box-shadow:var(--box-shadow);border-radius:var(--border-radius);margin-top:20px;}
.pars-home-makale-gonder-outline-box h2{font-size:22px;margin-bottom:10px;font-weight:600;color:var(--dark);}
.pars-home-makale-gonder-outline-box p{color:var(--dark);font-size:14px;margin-bottom:15px;}
.pars-home-makale-gonder-outline-box a{background-color:var(--primary);color:#fff;padding:8px 20px;font-size:14px;border-radius:var(--border-radius);text-decoration:none;font-weight:500;}
.pars-single-yorum-form-control{background:var(--primary)!important;color:#fff!important;font-weight:500;}
.pars-single-yorum-form-control:hover{background:#212121!important;color:#fff!important;font-weight:500;border:none!important;}
.nova-card-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-column-gap:2px;width:100%;}
.nova-card{margin-bottom:5px!important;list-style:none;position:relative;}
.nova-card:before{content:'';display:block;height:480px;width:100%;}
.nova-card-arkaplan{background-size:cover;background-position:center;border-radius:var(--border-radius-img);bottom:0;filter:brightness(0.75) saturate(1.2) contrast(0.85);left:0;position:absolute;right:0;top:0;transform-origin:center;trsnsform:scale(1) translateZ(0);transition:filter 200ms linear,transform 200ms linear;}
.nova-card-grid:hover>.nova-card:not(:hover) .nova-card-arkaplan{filter:brightness(0.8) saturate(0) contrast(1) blur(3px);}
.nova-card-icerik{left:0;padding:20px;position:absolute;bottom:0;}
.nova-renkli-kategori-1,.nova-renkli-kategori-2,.nova-renkli-kategori-3,.nova-renkli-kategori-4{padding:7px 15px;font-size:14px;font-weight:500;color:#fff;width:max-content;margin-bottom:15px;border-radius:var(--border-radius);}
.nova-renkli-kategori-1{background:#6c5ce7;}
.nova-renkli-kategori-2{background:#d63031;}
.nova-renkli-kategori-3{background:#00b894;}
.nova-renkli-kategori-4{background:#0984e3;}
.nova-card-baslik{color:#fff;font-weight:500;font-size:16px;text-shadow:2px 2px 20px rgb(14 8 8);line-height:30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.pars-mobil-menu-footer{color:var(--dark);font-size:13px;line-height:24px;text-align:center;margin-top:10px;border-top:1px solid var(--bg-dark);padding-top:15px;font-weight:500;}
.pars-widgets-story-1-container{width:100%;overflow-x:auto;margin-top:20px;display:flex;justify-content:center;align-items:center;}
.pars-widgets-story-1-stories{display:flex;gap:13.9px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;}
.pars-widgets-story-1-stories::-webkit-scrollbar{display:none;}
.pars-widgets-story-1-item{text-align:center;flex-shrink:0;width:78px;cursor:pointer;}
.pars-widgets-story-1-item img{width:78px;height:78px;object-fit:cover;border-radius:50%;border:3px solid var(--primary);padding:3px;transition:border 0.3s;}
.pars-widgets-story-1-item.viewed img{border-color:gray;}
.pars-widgets-story-1-item span{display:block;font-size:13px;font-weight:500;margin-top:5px;color:var(--dark);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.pars-widgets-story-1-modal{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);}
.pars-widgets-story-1-modal-content{position:relative;max-width:90%;max-height:90%;margin:auto;top:50%;transform:translateY(-50%);text-align:center;}
.pars-widgets-story-1-modal-content img{width:100%;height:70vh;object-fit:cover;border-radius:var(--border-radius-img);}
.pars-widgets-story-1-close{position:absolute;top:20px;right:20px;font-size:20px;color:#fff;cursor:pointer;}
.pars-widgets-story-1-progress-container{width:100%;height:5px;background:rgba(255,255,255,0.3);margin-bottom:10px;border-radius:5px;overflow:hidden;}
.pars-widgets-story-1-progress-bar{height:100%;width:0%;background:#fff;transition:width 0.1s linear;}
.pars-widgets-story-1-nav{position:absolute;top:50%;transform:translateY(-50%);font-size:16px;height:60px;width:35px;background:rgba(255,255,255,0.2);color:white;border:none;cursor:pointer;padding:10px;border-radius:var(--border-radius);}
.pars-widgets-story-1-nav.left{left:10px;}
.pars-widgets-story-1-nav.right{right:10px;}
.pars-widgets-story-1-date,.pars-widgets-story-1-caption{color:white;margin-top:10px;font-size:14px;}
.pars-widgets-story-1-date i{vertical-align:middle;margin-right:5px;}
.pars-widgets-story-1-caption a{color:#fff;font-weight:600;text-decoration:none;}
.pars-widgets-story-1-caption a:hover{color:var(--primary);}
.pars-yazarlar-arka-plan{background:var(--primary);height:160px;border-radius:var(--border-radius);position:relative;margin-bottom:-80px;z-index:1;margin-top:20px;box-shadow:var(--box-shadow);}
.pars-yazarlar-baslik{color:#fff;font-size:15px;font-weight:500;padding:20px 15px;position:relative;z-index:2;}
.pars-yazarlar-carousel{position:relative;width:100%;display:flex;align-items:center;justify-content:center;user-select:none;padding:0 10px;box-sizing:border-box;}
.pars-yazarlar-container{display:flex;flex-wrap:nowrap;gap:18px;justify-content:flex-start;position:relative;z-index:10;margin-top:-40px;overflow-x:hidden;scroll-behavior:smooth;width:100%;min-width:0;}
.pars-yazarlar-card{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);overflow:hidden;width:265px;min-width:265px;max-width:265px;margin-top:20px;display:flex;flex-direction:column;align-items:center;position:relative;transition:box-shadow 0.2s;flex-shrink:0;}
.pars-yazarlar-bg{width:100%;height:140px;position:relative;overflow:hidden;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);}
.pars-yazarlar-bg img{width:100%;height:100%;object-fit:cover;display:block;}
.pars-yazarlar-score{position:absolute;top:16px;left:16px;background:var(--white);color:var(--dark);font-size:14px;font-weight:500;padding:5px 16px;border-radius:var(--border-radius);box-shadow:0 2px 8px rgba(60,60,80,0.08);display:flex;align-items:center;gap:4px;}
.pars-yazarlar-score span:last-child{color:var(--primary);font-size:13px;margin-left:3px;}
.pars-yazarlar-avatar{position:absolute;top:80px;left:50%;transform:translateX(-50%);z-index:2;width:110px;height:110px;border-radius:50%;border:5px solid var(--white);overflow:hidden;background:var(--white);box-shadow:var(--box-shadow);}
.pars-yazarlar-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.pars-yazarlar-info{margin-top:55px;text-align:center;margin-bottom:20px;}
.pars-yazarlar-name{display:block;font-size:14px;font-weight:500;color:var(--dark);text-decoration:none;transition:color 0.2s;}
.pars-yazarlar-name:hover{color:var(--primary);}
.pars-yazarlar-job{color:var(--primary);font-size:13px;font-weight:600;margin-top:5px;}
.carousel-btn{background:var(--white);color:var(--primary);border:none;padding:0px;border-radius:var(--border-radius);width:35px;height:45px;font-size:20px;font-weight:600;cursor:pointer;box-shadow:var(--box-shadow);display:flex;align-items:center;justify-content:center;transition:background 0.18s,color 0.18s;z-index:20;position:absolute;top:48%;transform:translateY(-50%);opacity:.93;}
.carousel-btn.left{left:0;}
.carousel-btn.right{right:0;}
.carousel-btn:active{background:var(--primary);color:#fff;}
.carousel-btn:disabled{opacity:.35;cursor:not-allowed;}
.pars-manset-5-container{max-height:480px;height:480px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:5px;border-radius:var(--border-radius);overflow:hidden;}
.pars-manset-5-item{position:relative;border-radius:var(--border-radius);overflow:hidden;transition:all .3s ease;cursor:pointer;}
.pars-manset-5-item::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;transition:opacity .3s ease;z-index:1;}
.pars-manset-5-item:hover::before{opacity:0;}
.pars-manset-5-item img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;}
.pars-manset-5-content{position:relative;z-index:2;padding:20px;height:100%;display:flex;flex-direction:column;justify-content:end;color:#fff;}
.pars-manset-5-category{background:var(--primary);color:#fff;padding:7px 14px;border-radius:var(--border-radius);font-size:13px;font-weight:500;display:inline-block;margin-bottom:10px;}
.pars-manset-5-title{font-size:16px;font-weight:600;margin-bottom:15px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);}
.pars-manset-5-title a{color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.pars-manset-5-category a,.pars-manset-5-author a{color:#fff;}
.pars-manset-5-meta{display:flex;align-items:center;gap:15px;font-size:13px;font-weight:500;}
.pars-manset-5-author{display:flex;align-items:center;gap:8px;}
.pars-manset-5-author img{width:30px;height:30px;border-radius:50%;padding:2px;border:2px solid #fff;position:static;}
.pars-manset-5-stats{display:flex;align-items:center;gap:15px;margin-left:auto;}
.pars-manset-5-stats span{display:flex;align-items:center;gap:5px;}
.pars-manset-5-large{grid-column:span 2;grid-row:span 2;}
.pars-manset-5-large .pars-manset-5-title{font-size:28px;line-height:40px;max-width:90%;margin-bottom:20px;}
.pars-manset-5-large .pars-manset-5-meta{font-size:14px;}
.pars-kategori-widget-2-container{margin-top:20px;background-color:var(--white);border-radius:var(--border-radius);padding:20px 0;box-shadow:var(--box-shadow);position:relative;}
.pars-kategori-widget-2-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;}
.pars-kategori-widget-2-wrapper{position:relative;overflow:hidden;}
.pars-kategori-widget-2-scroll-container{overflow:hidden;margin:0 50px;}
.pars-kategori-widget-2-grid{display:flex;gap:10px;transition:transform 0.3s ease;}
.pars-kategori-widget-2-nav{position:absolute;top:50%;transform:translateY(-50%);background:var(--bg-light);width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:var(--box-shadow);}
.pars-kategori-widget-2-nav.disabled{opacity:0.3;cursor:not-allowed;}
.pars-kategori-widget-2-nav.pars-kategori-widget-2-prev{left:0;}
.pars-kategori-widget-2-nav.pars-kategori-widget-2-next{right:0;}
.pars-kategori-widget-2-item{background-color:var(--white);border-radius:var(--border-radius);overflow:hidden;cursor:pointer;transition:all 0.3s ease;box-shadow:var(--box-shadow);width:140px;height:100px;position:relative;flex-shrink:0;animation:fadeIn 0.5s ease forwards;}
.pars-kategori-widget-2-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.12);}
.pars-kategori-widget-2-icon-wrapper{width:100%;height:100%;display:flex;padding-top:25px;justify-content:center;position:relative;overflow:hidden;}
.pars-kategori-widget-2-icon{font-size:22px;color:#fff;z-index:2;position:relative;transition:transform 0.3s ease;}
.pars-kategori-widget-2-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);color:#fff;padding:16px;font-size:14px;font-weight:500;text-align:center;z-index:3;}
@keyframes fadeIn{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}
.pars-kategori-widget-2-item:nth-child(1){animation-delay:0.1s;}
.pars-kategori-widget-2-item:nth-child(2){animation-delay:0.2s;}
.pars-kategori-widget-2-item:nth-child(3){animation-delay:0.3s;}
.pars-kategori-widget-2-item:nth-child(4){animation-delay:0.4s;}
.pars-kategori-widget-2-item:nth-child(5){animation-delay:0.5s;}
.pars-kategori-widget-2-item:nth-child(6){animation-delay:0.6s;}
.pars-kategori-widget-2-item:nth-child(7){animation-delay:0.7s;}
.pars-kategori-widget-2-item:nth-child(8){animation-delay:0.8s;}
.pars-kategori-widget-2-item:nth-child(9){animation-delay:0.9s;}
.pars-kategori-widget-2-item:nth-child(10){animation-delay:1.0s;}
.pars-kategori-widget-2-item:nth-child(11){animation-delay:1.1s;}
.pars-kategori-widget-2-item:nth-child(12){animation-delay:1.2s;}
.pars-kategori-widget-2-item:nth-child(13){animation-delay:1.3s;}
.pars-kategori-widget-2-item:nth-child(14){animation-delay:1.4s;}
.pars-kategori-widget-2-item:nth-child(15){animation-delay:1.5s;}
.pars-kategori-widget-2-item:nth-child(16){animation-delay:1.6s;}
.pars-kategori-widget-2-item:nth-child(17){animation-delay:1.7s;}
.pars-kategori-widget-2-item:nth-child(18){animation-delay:1.8s;}
.pars-kategori-widget-2-item:nth-child(19){animation-delay:1.9s;}
.pars-kategori-widget-2-item:nth-child(20){animation-delay:2.0s;}