
:root {
  --font-ana:
  'Poppins', sans-serif;
  --font-ilk:
  'Poppins', sans-serif;
  --font-ikinci:
  'Poppins', sans-serif;
  scroll-behavior: smooth;
  --color-bg: #025add;
  --slaytbolumu-overlay-color: transparent;
  --menu-color: #ffffff;
  --theme-color: #025add;
  --border-color: #e2e2e2;
  --theme-color-dark: #f8f8f8;
  --text-color: #3a3a3a;
  --slaytbolumu-text-color: #ffffff;
  --text-white-color: #ffffff;
  --text-grey-color: #3a3a3a;
  --text-theme-color: #025add;
  --light-color: #ffffff;
  --color-default: #3a3a3a;
  --color-primary: #025add;
  --color-secondary: #0c6de0;
  --color-start: #3a3a3a;
  --color-end: #3a3a3a;
  --slaytbolumu-card-bg: rgb(228 227 223 / 17%);
  --box-shadow-color: rgb(82 90 101 / 10%);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

:root.dark {
  --menu-color-bg: #565656;
  --color-bg: #000000;
  --slaytbolumu-overlay-color: #000000;
  --menu-color: #ffffff;
  --theme-color: #000000;
  --border-color: #14929a;
  --theme-color-dark: #2c2c2c;
  --text-color: #ffffff;
  --slaytbolumu-text-color: #ffffff;
  --text-white-color: #ffffff;
  --text-grey-color: #565656;
  --text-theme-color: #14929a;
  --light-color: #000000;
  --color-default: #000000;
  --color-primary: #000000;
  --color-secondary: #000000;
  --color-start: #000000;
  --color-end: #000000;
  --slaytbolumu-card-bg: rgb(0 0 0 / 83%);
  --box-shadow-color: rgb(20 146 154 / 49%);
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--font-ana);
  color: var(--text-color);
  background: var(--theme-color);
  transition: 0.5s background ease;
}

body.dark {
  --menu-color-bg: #ffffff;
  --color-bg: #000000;
  --slaytbolumu-overlay-color: #000000;
  --menu-color: #ffffff;
  --border-color: #025add;
  --theme-color-dark: #151515;
  --text-color: #ffffff;
  --text-white-color: #ffffff;
  --text-grey-color: #565656;
  --text-theme-color: #025add;
  --light-color: #000000;
  --color-default: #000000;
  --color-secondary: #0c6de0;
  --color-start: #000000;
  --color-end: #000000;
  --slaytbolumu-card-bg: rgb(0 0 0 / 83%);
  --box-shadow-color: rgb(12 109 224 / 69%);
}


#darkmode-button{
    border-radius: 50%;
    border: none;
    outline: none;
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    margin-left: 10px;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-ilk);
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  display: flex;
  align-items: center;
}
.kabuk{
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;

}
.kabuk logo{
  display: flex;
  align-items: center;
}
.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header.stikcy-menu {
  background: var(--light-color);
}
.header.stikcy-menu .logo h1{
  color: var(--color-primary);
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 0.8px;
  color: var(--color-primary);
  font-family: var(--font-ilk);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.sticked-header-offset {
  margin-top: 0;
}

section {background: var(--light-color);}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 600;
  color: var(--menu-color);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.stikcy-menu .navbar a{
  color: var(--text-color);
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--color-primary);
}

#yanmenu{
  display: none;
}
.ikon{
  display: none !important;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.pagekabuk{
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.breadcrumbs .page-header {
  padding: 120px 0 60px 0;
  min-height: 20vh;
  background: url(../img/personelkiyafetvitrin.webp) center;
  background-size: cover;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}
.breadcrumbs .page-header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg,#9E9E9E, #607D8B);
    z-index: 0;
    opacity: 0.6;
}

.breadcrumbs .page-header h2 {
  color: var(--color-primary);
}

.breadcrumbs .page-header p {
  color: var(--menu-color);
}

/*--------------------------------------------------------------
# slaytbolumu Section
--------------------------------------------------------------*/
.slaytbolumu {
  width: 100%;
  position: relative;
  background: url(../img/slayt-bg.png) center center;
  background-size: cover;
  padding: 60px 0 0 0;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slaytbolumu::before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
  margin-top: 0;
  background: linear-gradient(360deg, var(--slaytbolumu-overlay-color), var(--slaytbolumu-overlay-color));
}
.slaytkabuk{
  position: relative;
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 41.6%;
  padding: 10px;
}
.slaytbuton{
  display: flex;
  justify-content: flex-start;
}
.slaytbolumu .circle{
  color: var(--color-primary);
}
.dark-bg{
  padding: 50px 30px;
  border-radius: 8px;
}
.sosyal {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sosyal a {
  color: var(--text-color);
  transition: 0.3s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sosyal a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.sosyal i {
  font-size: 28px;
  margin: 0 2px;
  color: var(--color-primary);
}
.mr-20{
  margin-right: 20px !important;
}

.slaytbolumu h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--slaytbolumu-text-color);
  text-transform: capitalize;
  letter-spacing: 0.7px;
  font-weight: 600;
}
.slaytbolumu span{
  color: var(--color-primary);
  font-weight: bold;
}

.slaytbolumu p {
  color: var(--slaytbolumu-text-color);
  font-weight: 400;
  margin-bottom: 30px;
}

.btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 50px;
  transition: 0.3s;
  color: var(--text-white-color);
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
}

.btn-get-started:hover {
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  color: var(--text-white-color);
}

.slaytbolumu .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
}

.slaytbolumu .btn-watch-video i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.slaytbolumu .btn-watch-video:hover i {
  color: #fff;
}
/*--------------------------------------------------------------
# Particles
--------------------------------------------------------------*/
#particles-js {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: inherit;
}

canvas{
  display:block;
  vertical-align:bottom;
}

/*--------------------------------------------------------------
# Bölümler & Bölüm Başlıkları
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section{
  padding: 60px 0;
  overflow: hidden;
  background: var(--light-color);
}

.section-grey{
  padding: 90px 0;
  overflow: hidden;
  background: var(--theme-color-dark);
}

.sections-bg {
  background-color: var(--theme-color-dark);
}

.section-header {
  text-align: center;
  padding-bottom: 60px;
}

.section-header h2 {
  font-size: 32px;
  position: relative;
  color: var(--color-primary);
}

.section-header p {
  margin-bottom: 0;
  color: #b8651d;
}

img {
  transition: 0.3s;
}

img:hover {
  transform: scale(1.1);
}

.fill-btn{
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  border: 0;
  transition: 0.3s;
  color: var(--text-white-color);
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.fill-btn:hover {background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));color: var(--text-white-color);}
/*--------------------------------------------------------------
# Ürünler
--------------------------------------------------------------*/
.urunkabuk{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.urunler .urunler-wrap {
  box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.urunler .urunler-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
  height: 200px;
}

.urunler .urunler-wrap:hover img {
  transform: scale(1.1);
}
.yazi{
  background: var(--light-color);
  padding: 0 20px;
}
.yazi h3,h4,h5,p{
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
# CTA
---------------------------------------------------------------*/
.cta {
  background: url(../img/slayt-bg.png) center left;
  background-size: cover;
  padding: 50px 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}
.cta:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 0;
  opacity: 0.6;
}
.cta h5 {
  color: var(--theme-color);
  font-size: 28px;
  margin-bottom: 20px;
}
.cta i{
  color: #fff;
}
.icon-box{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
#cta ul li{
  text-align: center;
  list-style-type: none;
}
.icon-box i{
  font-size: 100px;
}
/*--------------------------------------------------------------
# Kategori bölümü
---------------------------------------------------------------*/
#kategori{
  text-align: center;
}
.katkabuk{
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.kategori{
  width: 20%;
  height: 100px;
  position: relative;
  margin: 10px;
  background: var(--text-theme-color);
  box-shadow: 0 4px 8px 0 var(--text-color), 0 6px 20px 0 var(--text-color);
  align-content: center;
  border-radius: 10%;
}
.kategori:hover{
  background: #0C2E59;
}
.kategori h2{
  color: var(--text-white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kategori h2:hover{
  color: var(--theme-color);
}
.kategori img{
  width: 100%;
  height: 100px;
  position: relative;
  border-radius: 10%;
}
/*--------------------------------------------------------------
# markalar Section
--------------------------------------------------------------*/
.markalar {
  padding: 60px 0;
}
.markalar .swiper {
  padding: 10px 20px;
}
.markaler .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100px;
  height: 100px;

}
.markalar .swiper-slide img {
  transition: 0.3s;
  opacity: 1;
  border-radius: 8px;
}

.markalar .swiper-slide img:hover {
  transform: scale(1.1);
}

.markalar .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.markalar .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.markalar .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.footer-section {
  background: url(../img/slayt-bg.png) center left;
  background-size: cover;
  padding: 60px 0;
  border-radius: 0px;
  position: relative;
  background-attachment: fixed;
}
.footer-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 0;
  opacity: 0.8;
}
.footer-kabuk{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-bkol{
  width: 33%;
}
.footer-kol{
  width: 12%;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}

.copyright-text{
  margin-top: 30px;
}

.single-cta i {
  color: #c00113;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #c00113;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}
.footer-content .list{
  padding-left: 0;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-widget ul li,
.footer-widget ul li a{
  font-size: 14px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: var(--text-white-color);
  line-height: 28px;
}
.footer-text i{
  margin-right: 10px;
}
.footer-sosyal-icon span {
  color: var(--color-primary);
  display: block;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-sosyal-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-sosyal-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
}

.facebook-bg {
  background: var(--color-primary);
}

.twitter-bg {
  background: var(--color-primary);
}

.instagram-bg {
  background: var(--color-primary);
}

.footer-widget-heading h3 {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: var(--color-primary);
}

.footer-widget ul li a {
  color: var(--text-white-color);
  text-transform: capitalize;
}

.copyright-area {
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #b9b9b9;
}

.copyright-text p a {
  color: var(--color-primary);
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: var(--color-primary);
}

.footer-menu li a {
  font-size: 14px;
  color: #b9b9b9;
}

.footer-menu li a:hover {
  color: #000000;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 5px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-top i {
  font-size: 16px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgb(16 16 16 / 80%);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
