/* RESET RULES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@500;600;700&family=Exo+2:wght@400;600;700&family=Montserrat:wght@400;500&family=Noto+Sans+Vai&family=Recursive&display=swap');
:root {
  --purple-1: #3d174f;
  --purple-2: #4b2860;
  --white: #fff;
  --black: #221f1f;
  --red: #ed1849;
  --lightgray: #cfcfcf;
  --overlay: rgba(0, 0, 0, 0.5);
  --test-1: rgba(35, 35, 35, 1);

  --zemin: rgba(35, 35, 35, 1);

  --siyah: rgba(0, 0, 0, 1);
  --beyaz: rgba(255, 255, 255, 1);
  --kirmizi: rgba(255, 1, 52, 1);
  --fosfor: rgba(255, 255, 0, 1);

  --active-pembe: rgba(233, 30, 99, 1);
  --hover-pembe: rgba(245, 0, 87, 1);

  --color-bg: #34304c;
  --color-bg2: #534d7a;
  --color-highlight: #fff;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;}
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;}
button {
  background: transparent;
  border: none;
  cursor: pointer;}
ul {
  list-style: none;
  margin-top: 0px !important;}
a {
  text-decoration: none;}
img {
  display: block;
  max-width: 100%;
  height: auto;}
a,
button {
  color: inherit;}
.no-transition {
  transition: none !important;}
body {
  font-family: "Baloo Chettan 2", Tahoma, Verdana, sans-serif;
  color: var(--white);
  min-height: 100vh;}
::selection {
  color: var(--siyah);
  background: var(--fosfor);}
::-webkit-selection {
  color: var(--siyah);
  background: var(--fosfor);}
::-moz-selection {
  color: var(--siyah);
  background: var(--fosfor);}

/* HEADER
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
  position: fixed;
  padding: 20px 5%;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 2%, rgba(0, 0, 0, 0.15) 50%, rgba(255, 255, 255, 0.01) 100%);}
.aktif {
  background: rgba(0, 0, 0, 1);
  padding: 10px 5% !important;
  box-shadow: 0 3px 6px 3px rgb(0, 0, 0, 0.08);}
.page-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1470px;
  margin: 0 auto;}
.page-header .horizontal-logo,
.page-header span {
  display: none;}
.page-header .vertical-logo {
  max-width: 235px;
  margin-bottom: 0px;
  padding: 10px 0;}
.page-header .menu-logo {
  max-width: 100%;
  margin-bottom: 10px;}
.page-header .top-menu-wrapper {
  color: var(--black);}
.page-header .top-menu-wrapper::before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;}
.page-header .panel,
.page-header .top-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);}
.page-header .panel1 {
  width: 100%;
  background: var(--beyaz);
  transition-delay: 0.3s;}
.page-header .panel2 {
  width: calc(100% - 30px);
  background: var(--beyaz);
  transition-delay: 0.1s;}
.page-header .top-menu {
  display: flex;
  flex-direction: column;
  width: calc(100% - 60px);
  overflow-y: auto;
  padding: 15px 15px 15px 15px;
  background: var(--white);}

  @media screen and (max-width: 992px) {
  .page-header .top-menu {
    display: inline;
    flex-direction: column;
    width: calc(100% - 60px);
    overflow-y: auto;
    padding: 15px 15px 15px 15px;
    background: var(--white);}}

.page-header .top-menu-wrapper.show-offcanvas::before {
  background: var(--overlay);
  z-index: 1;}
.page-header .top-menu-wrapper.show-offcanvas .panel,
.page-header .top-menu-wrapper.show-offcanvas .top-menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;}
.page-header .top-menu-wrapper.show-offcanvas .panel1 {
  transition-delay: 0s;}
.page-header .top-menu-wrapper.show-offcanvas .panel2 {
  transition-delay: 0.2s;}
.page-header .top-menu-wrapper.show-offcanvas .top-menu {
  transition-delay: 0.4s;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 40px 5px;}

/* TOP MENU
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header .top-menu li+li {
  margin-top: 5px;}

/* KAYMA SORUNU MOBIL MENU
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header .top-menu>li:last-child {
  margin-top: auto;}
.page-header ul a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  transition: color 0.35s ease-out;
  text-decoration: none;}
.page-header ul a:hover {
  color: var(--red);}
.page-header .has-dropdown i {
  display: none;}
.page-header .sub-menu {
  padding: 5px 9px 0;}
.page-header .top-menu .mob-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto;}
.page-header .top-menu .mob-blockx {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 10px;
  margin-bottom: 10px;}
.page-header .top-menu .mob-block i {
  color: var(--lightgray);}
.page-header .top-menu .mob-blockx i {
  color: var(--lightgray);}

/* MQ
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 550px) {
  .page-header .panel1 {
    width: 60%;}
  .page-header .panel2 {
    width: calc(60% - 30px);}
  .page-header .top-menu {
    width: calc(60% - 60px);}}

@media screen and (min-width: 768px) {
  .page-header .top-menu {
    padding: 40px;}
  .page-header ul a {
    font-size: 16px;}
  .page-header .search-form input {
    font-size: 14px;
    height: 30px;
    line-height: 30px;}}

@media screen and (min-width: 992px) {
  .page-header {
    padding: 18px 5%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 2%, rgba(0, 0, 0, 0.15) 50%, rgba(255, 255, 255, 0.01) 100%);}
  .aktif {
    background: var(--siyah);
    padding: 2px 5% !important;}
  .page-header .panel,
  .page-header .open-mobile-menu,
  .page-header .open-mobile-home,
  .page-header .vertical-logo,
  .page-header .top-menu .mob-block,
  .page-header .top-menu .mob-blockx,
  .page-header .top-menu>li:last-child,
  .page-header .top-menu-wrapper::before {
    display: none; }
  .page-header .horizontal-logo {
    display: block;
    max-width: 250px;
    padding: 25px 0;}
  .page-header .top-menu-wrapper {
    display: flex;
    align-items: center;
    color: var(--white);}
  .page-header .top-menu {
    flex-direction: row;
    position: static;
    width: auto;
    background: transparent;
    transform: none;
    padding: 0;
    margin: auto;
    overflow-y: visible;
    box-shadow: none !important;}

  .page-header .top-menu li+li {
    margin-top: 0;}
  .page-header .top-menu>li:not(:nth-last-child(2)) {
    margin-right: 7px;}
  .page-header .top-menu>li>a {
    padding: 7px; }
  .page-header ul a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px; }
  .page-header .has-dropdown i {
    display: inline-block; }
  .page-header .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 58%;
    transform: translateX(-50%);
    padding: 5px 5px;
    background: var(--siyah);}
  .page-header .sub-menu li+li {
    margin-top: 2px;}
  .page-header .sub-menu a {
    padding: 6px 5px;
    white-space: nowrap;
    font-size: 13px;}
  .page-header .has-dropdown {
    position: relative;}
  .page-header .has-dropdown:hover .sub-menu {
    display: block;}}

/* SAYFA BAŞINA GİT BUTON START
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--siyah);
  color: white;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 4px;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;}
#myBtn:hover {
  background-color: var(--active-pembe);}
/* –––––––––––––––––––––––––––––––––––––––––––––––––– 
 SAYFA BAŞINA GİT BUTON END */

img {
  opacity: 1;}

/* =========================================================
	FOOTER START
========================================================= */
.copyright {
  font-family: "Recursive", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0px;}
.gizlilik {
  font-family: 'Noto Sans Vai', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0px;}
.logodesign {
  margin: 3px auto -7px auto;}
.harita {
  background-color: var(--beyaz);
  padding: 10px 10px 6px 10px;}
/* İCERİK TEXT BÖLÜMÜ START
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 0px) and (max-width: 991px) {
  .li {
    font-family: 'Noto Sans Vai', sans-serif;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 30px;
    color: var(--siyah);
    margin-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1px;}}
  ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left}
  
  #filters {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0px;
    background: rgb(247, 247, 248);
    margin: 0px;
    text-align: center;
    scrollbar-width: none;}
  .divsol {
    margin: 0px 10px 0px 10px;}
  .divort {
    margin: 0px 10px 0px 10px;}
  .divsag {
    margin: 0px 10px 0px 10px;}
  .smallerDivs {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    text-align: left;
    padding: 0px;}
  .small {
    margin: 3px auto 12px;}
  #containeraa {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;}
  #contentaa {
    white-space: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: rgba(0, 0, 0, .8);
    letter-spacing: 1px;
    text-transform: uppercase;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 10px;}
.lineg {
  width: 100%;
  height: 1px;
  margin: 0 auto;}

  /*
Responsive CSS Sprite created using: https://responsive-css.us/
*/
.logodesign,
.ara,

.menu,
.smedya,
.xclose,
.yukari {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(/files/img/iconset.png);}
.ara {
  width: 70px;
  height: 2px;
  background-position: 59.0147% 45.2941%;
  background-size: 1462.86%;}
.menu {
  width: 16px;
  height: 16px;
  background-position: 86.9048% 62.5000%;
  background-size: 6400.00%;
  margin-top: 5px}
.xclose {
  width: 15px;
  height: 15px;
  background-position: 89.3954% 62.3742%;
  background-size: 6826.67%;}
.yukari {
  width: 15px;
  height: 15px;
  background-position: 91.8731% 62.3742%;
  background-size: 6826.67%;}
.n {
  text-align: left !important;
  margin-left: 1px;}
.logodesign {
  width: 80px;
  height: 25px;
  background-position: 80.2575% 63.6550%;
  background-size: 1113.04%;}

.names ul li {
  font-family: "Encode Sans Expanded", arial, serif;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  color: var(--beyaz);
  background:var(--siyah);
  line-height: 0px;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  padding: 10px 6px 10px 6px;}
.he ul li {
  font-family: 'Noto Sans Vai', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 0px;
  margin: 10px;
  letter-spacing: 1px;}
.he ul {
  text-align: center;
  margin-bottom: 5px !important;}
.tb-a {
  padding: 0px 0px 9px;}
.mb-m12 {
  margin-bottom: 12px;}
.mb-m7 {
  margin-bottom: 7px;}

/*
Responsive CSS Sprite created using: https://responsive-css.us/
*/
.face-23,
.face-33,
.ins-23,
.ins-33,
.tw-23,
.tw-33,
.wt-23,
.wt-33 {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(/files/img/sosyalmedya.png);}
.face-23 {
  margin: 1px 14px 0px 0px;
  width: 23px;
  height: 23px;
  background-position: 4.29185% 22.7468%;
  background-size: 1113.04%;}
.face-33 {
  margin: 0px 15px 0px 0px;
  width: 33px;
  height: 33px;
  background-position: 4.48430% 4.48430%;
  background-size: 775.758%;}
.ins-23 {
  margin: 2px 14px 0px 0px;
  width: 23px;
  height: 23px;
  background-position: 77.2532% 4.31034%;
  background-size: 1113.04%;}
.ins-33 {
  margin: 0px 15px 0px 0px;
  width: 32px;
  height: 33px;
  background-position: 23.6607% 4.48430%;
  background-size: 800.000%;}
.tw-23 {
  margin: 2px 14px 0px 0px;
  width: 23px;
  height: 23px;
  background-position: 91.4163% 4.31034%;
  background-size: 1113.04%;}
.tw-33 {
  margin: 0px 15px 0px 0px;
  width: 32px;
  height: 33px;
  background-position: 42.4107% 4.48430%;
  background-size: 800.000%;}
.wt-23 {
  margin: 1px 0px 0px 0px;
  width: 23px;
  height: 23px;
  background-position: 18.4549% 22.7468%;
  background-size: 1113.04%;}
.wt-33 {
  margin: 0px 0px 0px 0px;
  width: 33px;
  height: 33px;
  background-position: 61.4350% 4.48430%;
  background-size: 775.758%;}

#tuyluhali, #buklehali, #otelhalisi, #aksudesen, #aksuroyal, #padisah, #serilen, #petek, #kivircik, #samur, #oya, #verona, #yazma {
  border-top: 176px solid transparent;
  margin-top: -176px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;}

@media only screen and (max-width:991px) {
#tuyluhali, #buklehali, #otelhalisi, #aksudesen, #aksuroyal, #padisah, #serilen, #petek, #kivircik, #samur, #oya, #verona, #yazma {
  border-top: 161px solid transparent;
  margin-top: -161px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;}
#hakkimizda {
  border-top: 74px solid transparent;
  margin-top: -74px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;}}

.contact-form {
  width: 100%;
  background-color: rgb(247, 247, 248);
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  display: flex;
  align-items: center;}
.contact-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;}
.title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0px;}
.contact-box p {
  font-family: 'Noto Sans Vai', sans-serif;
  color: rgba(0, 0, 0, .6);
  font-size: 15px;
  font-weight: 300;
  margin:15px 0;}
.contact-box form {
  margin-top: 25px;}
.contact-box .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.90);
  color: #000;
  height: auto;
  padding: 10px;
  margin-bottom: 20px;
  resize: none;
  font-family: 'Noto Sans Vai', sans-serif;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;}
.contact-box .form-control::-webkit-input-placeholder {
  color: #000;}
.contact-box .form-control:-moz-placeholder {
  color: #000;}
.contact-box .form-control::-moz-placeholder {
  color: #000;}
.contact-box .form-control:-ms-input-placeholder {
  color: #000;}
.btn-submit {
  background:var(--beyaz);
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  border: none;
  padding: 8px 20px 9px;
  transition: all 0.4s;
  font-family: 'Noto Sans Vai', sans-serif;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;}
.btn-submit:hover {
  background: #212121;
  color: var(--beyaz);
}

/****************************************
		Responsive Media Query
****************************************/
@media only screen and (max-width:1024px) {
  .contact-form {
    float: none;
    position: relative;
    width: 100%;
    left: 0;
    height: auto;
    padding: 20px; }}

@media only screen and (max-width:480px) {
  .contact-form {
    padding: 20px 15px;}
  .comming-soon-inner {
    padding: 0;}
  .timer .timer-wrapper {
    width: 70px;}
  .timer .timer-wrapper .time {
    font-size: 26px;}
  .timer .timer-wrapper .text {
    font-size: 12px;}
  .site-info h2 {
    font-size: 20px;}
  .title {
    font-size: 17px;}
  .site-info p {
    font-size: 14px;}
  .contact-box p {
    font-size: 14px; }
  .site-info p br {
    display: none;}}

/*
Responsive CSS Sprite created using: https://responsive-css.us/
*/
.home, .more {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(/files/img/set.png);}
.home {
  width: 25px;
  height: 20px;
  background-position: 4.32900% 4.23729%;
  background-size: 1024.00%;}
.more {
  width: 25px;
  height: 20px;
  background-position: 19.4805% 4.23729%;
  background-size: 1024.00%;
  margin-top: 8px;}

#urungrup {
  margin: 25px 0 25px;
  background: rgb(247, 247, 248, .9);
  padding: 20px 0 20px 0;}
#urungrup h2 {
  font-family: 'SmedyaOpl', sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 18px;
  color: var(--black);}
#urundetay {
  margin: 24px 0px 8px;}
#urundetay h2 {
  font-family: 'SmedyaPeu', sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 1px;
  text-align: center;
  margin: 24px 0px 8px;
  color: var(--black);}
#titled {
  margin: 25px 0px 0px;}
#titled  h2 {
  font-family: 'SmedyaPeu', sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  margin: 24px 0px 8px;
  color: var(--black);}
#kroki  h2 {
  font-family: 'SmedyaPeu', sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  margin: 24px 0px 8px;
  color: var(--black);}
.tekurun{
  margin: 24px 0px 24px !important;}
#formadres {
  margin: 25px 0px 0px;}
#formadres p {
  font-family: 'Noto Sans Vai', sans-serif;
  color: rgba(0, 0, 0, .6);
  font-size: 15px;
  font-weight: 300;
  margin:10px 0;}
#referans {
  margin: 25px 0px 25px;}
#referans p {
  font-family: 'Noto Sans Vai', sans-serif;
  color: rgba(0, 0, 0, .6);
  font-size: 15px;
  font-weight: 300;
  margin:10px 0;}
#kroki {
  margin: 25px 0px 25px;
  background: rgb(247, 247, 248, 1);}
#hakkimizda {
  margin-bottom: 25px;
  background: var(--beyaz);
  padding: 0px;
  z-index: -2;
  position: relative;}
#hakkimizda h2 {
  font-family: 'SmedyaOpl', sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 18px;
  color: var(--black);}
#hakkimizda p {
  -moz-hyphens: auto;
  hyphens: auto;
  font-family: 'SmedyaOpl', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8em;
  color: rgb(0, 0, 0, .8);
  font-size: 18px !important;
  padding: 0px 20px 30px 0px;
  margin: 0px;}
@media (min-width: 1199px){
  #hakkimizda h2 {
  text-align: left !important;}}
@media (min-width: 0px) and (max-width: 1199px){
  #hakkimizda p  {
  padding: 0px 0px 30px 0px;}}

.header-image {
  max-width: 200%;
  transform: translateX(-49%);
  left: 49%;
  position: relative;}
@media (min-width: 0px) and (max-width: 768px) {
.header-image {
  max-width: 100%;
  transform: translateX(-49%);
  left: 49%;
  position: relative;}}

#footer {
  background-image: linear-gradient(to bottom, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f8f8f8, #f8f8f8, #f9f9f9, #fafbfa, #fcfcfc, #fdfefd, #ffffff);
  padding: 10px;}
#footer ul li {
  font-family: 'Noto Sans Vai', sans-serif;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
  text-decoration: none;
  color: rgba(100, 100, 100, 1);}
#footer ul li a {
  display: inline-block;
  -o-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  /* ...and now for the proper property */
  transition: color 0.2s ease-out;}
#footer ul li a:hover {
  font-weight: 400;
  color: rgba(245, 0, 87, 1);
  text-decoration: none;}
#footer ul li a:active {
  font-weight: 400;
  color: rgba(245, 0, 87, 1);}
#footer h3 {
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 10px;
  color: rgb(75, 178, 193);
  text-align: center;
  margin: 0px 0px 10px 0px !important;}
.over{
    overflow: hidden;}
#mdl-list  {
  margin-bottom:25px;
  background: rgb(247, 247, 248, .0);}
#mdl-list .pax {
  padding: 2rem 0.7rem 0rem;}
#mdl-list .pam {
  padding: 0rem 0.7rem;}
#mdl-list .bg {
  background-color: rgb(248, 248, 248, 1);}
#mdl-list .model {
  font-family: "Exo 2", sans-serif;
  font-size: 1.504rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16rem;
  padding: 5px 10px 10px 10px;
  color: var(--siyah);
  text-align: center;
  display: none;}
#mdl-list .cesit {
  font-family: "Exo 2", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0.16rem;
  padding: 10px 10px 5px 10px;
  color: var(--siyah);
  text-align: center;
  z-index:-1 ;}
#mdl-list .mtop {
  margin-top: -7px;
  margin-bottom: -7px;
  padding: 10px;}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;}
.swiper-slide::after {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.40) 50%, rgba(255, 255, 255, 0.01) 100%);;
  opacity: .7;}
.inner{
  z-index: 9999;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;}
.copy{
  position: absolute;
  height: 40%;
  bottom: 0px;
  width: 100%;
  padding: 15px;
  z-index: 1;}
  
#galeri {
  background: rgb(0, 0, 0, .9);
  margin-bottom: 25px;
  padding: 25px 0;}
.gal {
  width: 100% !important;
  height: 100% !important;}


.copy h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat', sans-serif;
  width: 80%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 0px;
  color: var(--white) !important;
  text-shadow: 1px 1px 4px black}
.copy h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 0px;
  text-align: left !important;
  color: var(--white) !important;}


@font-face {
    font-family:'SmedyaOpl';
    font-weight: 300;
    font-display: swap;
    src: url("/files/fonts/smedya-opl-light.woff2") format("woff2"),
         url("/files/fonts/smedya-opl-light.woff") format("woff")}
@font-face {
    font-family:'SmedyaOpl';
    font-weight: 700;
    font-display: swap;
    src: url("/files/fonts/smedya-opl-bold.woff2") format("woff2"),
         url("/files/fonts/smedya-opl-bold.woff") format("woff")}

@font-face{
    font-family:'SmedyaPeu';
    font-weight:700;
    font-display:swap;
    src:url("/files/fonts/smedya-peu-bold.woff2") format("woff2"),
        url("/files/fonts/smedya-peu-bold.woff") format("woff")}


 @media screen and (max-width: 575px) {
.cll {
  color: rgba(0, 0, 0, .6);
  font-family: "Montserrat" !important;
  font-style: normal;
  line-height: 1.4rem !important;
  font-weight: 400;
  font-size: 25px !important;
  margin-bottom: 10px;}}

.sticky {
  background-color: rgb(247, 247, 248);
  position:-webkit-sticky;
  position:sticky;
  top: 74px;
  z-index: 1;}

@media (min-width: 0px) and (max-width: 992px) {
.sticky {
  background-color: rgb(247, 247, 248);
  position:-webkit-sticky;
  position:sticky;
  top: 59px;
  z-index: 999;}}
.sz-mineflo, .sz-karo{
  width: 160%;}
.daha  {
  font-family: 'SmedyaOpl', sans-serif;
  color: rgba(0, 0, 0, .6);
  font-size: 15px;
  font-weight: 300;
  margin: 5px 0;
  text-align: justify;}
.daha b{
  font-size: 16px;
  font-weight: 600;}
#mdl-list p{
  font-family: 'SmedyaOpl', sans-serif;
  color: rgba(0, 0, 0, .6);
  font-size: 16px;
  font-weight: 300;
  margin: 7px 0 0;
  text-align: justify;}
#mdl-list b{
  font-size: 16px;
  font-weight: 600;}


  .pvc-content h1 {
    font-size: 2rem;
    margin-top: 2rem;
    color: #333;
    font-weight: bold;
  }
  .pvc-content h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    color: #555;
    font-weight: 600;
  }
  .pvc-content p {
    font-size: 1rem;
    margin: 0.5rem 0;
    color: #666;
  }
  .pvc-content ul {
    padding-left: 1.5rem;
    margin: 1rem 0;
  }
  .pvc-content ul li {
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 0.5rem;
  }