@media (max-width:320px){
  .fotter-bg{background: url(/images/alt-bg.webp) no-repeat bottom; background-size: cover; min-height: 200px;}
  .header-bg{background: url(/images/ust-bg.webp) no-repeat top center; background-color: #327194; background-size: contain;}
  .fiyat-button{margin-left: 65px; width: 80px; font-size: 16px; font-weight: 600; ;text-align: center; top: -20px; position: absolute; background: rgb(48,186,197); background: linear-gradient(180deg, rgba(48,186,197,1) 0%, rgba(51,31,115,1) 90%); padding: 5px; color: #FFF; border-radius: 5px;}
  .fiyat-fs{font-size: 20px;}
  .balik-isim{position: absolute; font-size: 13px;}
  .logo-p{padding-top: 70px;}
  .logo-center{text-align: center;}
}
@media (min-width:321px){
  .fotter-bg{background: url(/images/alt-bg.webp) no-repeat bottom; background-size: cover; min-height: 200px;}
  .header-bg{background: url(/images/ust-bg.webp) no-repeat center top; background-color: #327194; background-size: 200%;}
  .fiyat-button{margin-left: 65px; width: 80px; font-size: 16px; font-weight: 600; ;text-align: center; top: -20px; position: absolute; background: rgb(48,186,197); background: linear-gradient(180deg, rgba(48,186,197,1) 0%, rgba(51,31,115,1) 90%); padding: 5px; color: #FFF; border-radius: 5px;}
  .fiyat-fs{font-size: 20px;}
  .balik-isim{position: absolute; font-size: 13px;}
  .logo-p{padding-top: 70px;}
  .logo-center{text-align: center;}
}
@media(min-width:640px){
  .cookiealert .acceptcookies { padding: 5px 10px; vertical-align: baseline;}
  .cookiealert{position:fixed;bottom:15px;right:15px; margin:0px ; width:300px;z-index:9;opacity:0;visibility:hidden;border-radius:0;transform:translateY(100%);transition:all 500ms ease-out;color:#fff;background:#9a8c66; padding: 15px 25px; font-size: 12px; border-radius: 10px;} 
  .fotter-bg{background: url(/images/alt-bg.webp) no-repeat bottom; background-size: cover; min-height: 250px;}
  .header-bg{background: url(/images/ust-bg.webp) no-repeat top; background-color: #327194; background-size: contain;}
  .fiyat-button{margin-left: 20px; width: 90px; font-size: 16px; font-weight: 600; ;text-align: center; position: absolute; background: rgb(48,186,197); background: linear-gradient(180deg, rgba(48,186,197,1) 0%, rgba(51,31,115,1) 90%); padding: 5px; color: #FFF; border-radius: 5px;}
  .fiyat-fs{font-size: 24px;}
  .balik-isim{position: absolute; font-size: 16px;}
  .logo-p{padding-top: 100px;}
  .logo-center{text-align: left;}
}
@media(min-width:960px){
  .fotter-bg{background: url(/images/alt-bg.webp) no-repeat bottom; background-size: cover; min-height: 350px;}
  .header-bg{background: url(/images/ust-bg.webp) no-repeat top; background-color: #327194; background-size: contain;}
  .fiyat-button{margin-left: 100px; width: 90px; font-size: 16px; font-weight: 600; ;text-align: center; top: -20px; position: absolute; background: rgb(48,186,197); background: linear-gradient(180deg, rgba(48,186,197,1) 0%, rgba(51,31,115,1) 90%); padding: 5px; color: #FFF; border-radius: 5px;}
  
}
@media(min-width:1200px){
  .fotter-bg{background: url(/images/alt-bg.webp) no-repeat bottom; background-size: contain; min-height: 450px;}
  .header-bg{background: url(/images/ust-bg.webp) no-repeat top; background-color: #327194; background-size: contain;}
  .fiyat-button{margin-left: 150px; width: 100px; font-size: 20px; font-weight: 600; ;text-align: center; top: -20px; position: absolute; background: rgb(48,186,197); background: linear-gradient(180deg, rgba(48,186,197,1) 0%, rgba(51,31,115,1) 90%); padding: 5px; color: #FFF; border-radius: 5px;}
}

@media(min-width:1400px){
  .fotter-bg{background: url(/images/alt-bg.webp) no-repeat bottom; background-size: contain; min-height: 600px;}
  .header-bg{background: url(/images/ust-bg.webp) no-repeat top; background-color: #327194; background-size: contain;}
  .fiyat-button{margin-left: 200px; width: 100px; font-size: 20px; font-weight: 600; ;text-align: center; top: -20px; position: absolute; background: rgb(48,186,197); background: linear-gradient(180deg, rgba(48,186,197,1) 0%, rgba(51,31,115,1) 90%); padding: 5px; color: #FFF; border-radius: 5px;}
  .sticky {
    position: fixed !important;
    z-index:999;
    margin-top: 0px;
    -moz-transition: all 0.2s ease-out;  	-o-transition: all 0.2s ease-out;  	-webkit-transition: all 0.2s ease-out;  	-ms-transition: all 0.2s ease-out;
    background:#01070a;
    }
    
  .logo{ background: url('/images/logo.webp') no-repeat center left; width: 163px; background-size:163px; height: 69px; display: block; margin: 30px 0 0 60px;}
  .sticky .logo{ background: url('/images/logo.webp') no-repeat center left; width: 123px; background-size:123px; height: 60px; display: block; margin: 7px 0 0 60px;}

  .search-btn{display:inline-block; color: #fff !important;}
  .uk-navbar-nav>li>a{ color: #fff; font-size: 15px; font-weight: 500; margin: 0 5px 0 5px;}
  .uk-navbar-nav>li.uk-active>a{ color: #fff; font-size: 16px;}
  .uk-navbar-dropdown-nav>li>a{ color: #000; font-size: 16px; text-align: left;}
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert a {
  text-decoration: underline
}




  .slide-gradiend{position: absolute;background: rgb(50,113,148);
    background: radial-gradient(circle, rgba(50,113,148,0.6278886554621849) 0%, rgba(50,113,148,0.5046393557422969) 100%); width: 100%; height: 100%; z-index: 2; top: 0px;}
.uk-nav-primary>li>a, .uk-nav-primary .uk-nav-sub a{ color: #fff  !important;}

.uk-navbar-left, .uk-navbar-right, [class*=uk-navbar-center]{ gap: 0 !important;}
.uk-navbar-dropdown-nav>li>a{ color: #000; font-size: 15px;}
.uk-navbar-dropdown-nav>li>a:hover{ color: #FFF !important; }
.uk-search-navbar .uk-search-input{ font-size: 14px !important;}

.uk-offcanvas-bar{ background: #FFF !important; width: 320px;}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a[aria-expanded=true]{ color: #FFF;}
.uk-navbar-dropdown{ min-width: 300px !important;}

.uk-navbar-dropdown-nav>li>a:hover{ color: #000; }
.uk-button-text{ color: #000 !important;}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{ font-family: 'Kanit', sans-serif; text-transform:capitalize; min-height: 48px !important;}


.pr-20{ padding-right: 20px !important;}
.box-pd{padding: 10px 7px 0px 7px !important;}
.img-fit-320{object-fit: contain; height: 280px !important; width:100%; padding: 20px;}

.header-absolute{-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-transition:all 0.2s ease-out; z-index: 80; width: 100%; position: absolute;}

.footer-menu li { display: block;}
.footer-menu li a{ display: block; color: #fff; text-align: left; font-size: 15px; font-weight: 200; margin: 14px 0 14px 0;}
.footer-menu li a:hover{ color: #FFF;}

.sidenav-menu li { display: block;}
.sidenav-menu li a:hover{ color: #FFF;border-left: solid 4px #FFF;}

.left-menu li { display: block;}
.left-menu li a{ display: block; background: #f6f6f8; color: #000; text-align: left; font-size: 15px; line-height: 15px; padding: 25px; font-weight: 500; border-left: solid 4px rgba(255, 255, 255, 0); margin: 0px 0px 5px 0px;}

.left-menu li .act{ color: #FFF;border-left: solid 4px #FFF;background: #fff; }
.left-menu li a:hover{ color: #FFF;border-left: solid 4px #FFF;background: #fff; }

.overlaymenu{ position:absolute; background:#0f1014; opacity:0.95; z-index:1; top:0px; left:0px;  width:100%; height:100%; display:none;	}

.sidenav { height: 100%; position: fixed;  z-index: 1; top: 0px;  transition: 0.5s;  }

.w-650{height: 100% !important;}

.w-270{height:100%;display:block; width:100%;}

.bar1, .bar2, .bar3 {
  width: 55px;
  height: 1px;
  background-color: #fff;
  margin: 5px 0px 5px 0px;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-6px, 5px);
  background-color: #fff;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px);background-color: #fff;
}

.overflow-y{ overflow-y:hidden; overflow-x: hidden;}
body{margin:0px; font-family: 'Kanit', sans-serif;  background-color:#327194;font-weight:400;font-size:15px;color:#072130; outline:none; }
html{overflow-y:scroll;overflow-x:hidden;height:100%;}

.scroller {
  height: 100vh; 
}

.ul{ list-style:none; padding:0px; margin:0px;}
.compensate-for-scrollbar{margin-right:0px !important;}

body::-webkit-scrollbar {
  width: 10px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #161614;
  outline: 1px solid #161614;
}
.b-title{height:1px; background:#072130; width:150px; margin:15px 0 0 0}
.uk-bg-pink{ background: #FFF;}
.uk-bg-grey{background: #f3f6f6;}
.uk-bg-blue{background: #072130;}

.uk-text-orange{ color: #FFF;}
.uk-text-white{ color: #fff !important;}
.uk-text-grey{ color: #898989 !important;}
.mt-50{margin-top: -50px;}


.uk-text-blue{ color: #010e17;}
.uk-text-bluelink{ color: #010e17  !important;}
.uk-text-bluelink:hover{ color: #000 !important;}
.uk-text-bgblue{ background: #010e17 !important; color: #fff; padding: 20px 10px;}

.uk-text-white-link{ color: #fff !important;}
.uk-text-white-link:hover{ color: #FFF !important;}

.uk-text-yellow{ color: #FFF !important;}
.uk-text-yellow:hover{ color: #fff !important;}
.efekt{-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-transition:all 0.2s ease-out;}

a{text-decoration:none;color:#FFF;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-transition:all 0.2s ease-out;}
a:hover{text-decoration:none;color:#000;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-transition:all 0.2s ease-out;}
.uk-text-black{ color: #000 !important;}
.input-empty{ background: none; border: 0px; border-bottom: solid 1px #b3b3b3a6;}

.input-empty, ::-webkit-input-placeholder { /* Edge */
  color: #b3b3b3 !important;
}
.ablue { /* Edge */
  color: #b3b3b3 !important;
}
h1,h2,h3,h4,h5,h6{border:0;font-size:100%;margin:0;padding:0;font-weight:normal;font-family: 'Kanit', sans-serif !important;}
.z-1{ z-index:1;}
.z-99{ z-index:99;}
.fw9{font-weight:900;}
.fw7{font-weight:700;}
.fw5{font-weight:500;}
.fw6{font-weight:600;}
.fw8{font-weight:800;}
.fw4{font-weight:400 !important;}
.fw3{font-weight:300 !important;}
.fw2{font-weight:200;}
.fw1{font-weight:100;}
.fs7{font-size:7px;}
.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}
.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}
.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}
.fs18{font-size:18px;}
.fs20{font-size:20px !important;}
.fs23{font-size:23px;}
.fs25{font-size:25px;}
.fs26{font-size:26px;}
.fs27{font-size:27px;}
.fs28{font-size:28px;}
.fs29{font-size:29px;}
.fs30{font-size:30px;}
.fs35{font-size:35px;}
.fs40{font-size:40px;}
.fs45{font-size:45px;}
.fs50{font-size:50px;}
.fs55{font-size:55px;}
.fs60{font-size:60px;}
.fs65{font-size:65px;}
.fs70{font-size:70px;}

.opacity-01{ opacity: 0.1;}
.opacity-02{ opacity: 0.2;}
.opacity-03{ opacity: 0.3;}
.opacity-04{ opacity: 0.4;}
.opacity-05{ opacity: 0.5;}
.opacity-06{ opacity: 0.6;}
.opacity-07{ opacity: 0.7;}
.opacity-08{ opacity: 0.8;}
.opacity-09{ opacity: 0.9;}


.hover-top{-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;}
.hover-top:hover{transform:translateY(-3px); -moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;}

.hover-top-shadow{-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;}
.hover-top-shadow:hover{ box-shadow: 0px 6px 22px #ebebeb; transform:translateY(-3px); -moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;}

.hover-top2{-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;}
.hover-top2:hover{transform:translateY(-3px); -moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;}

#element::-webkit-scrollbar { 
  display: none; 
}
::-webkit-scrollbar { 
  display: none; 
}


/* kanit-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 100;
  src: url('/fonts/kanit-v15-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/kanit-v15-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/kanit-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/kanit-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/doc
  s/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/kanit-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/kanit-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/kanit-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/kanit-v15-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/kanit-v15-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}