:root {
  --bir: rgb(33, 37, 41); /* KOYU */
  --iki: rgb(218, 165, 32); /* SARI */
  --uc: rgb(255, 255, 255); /* ACIK */
  --dort: rgb(100, 100, 100); /* ORTA */
  --acik: #FFF;
  --koyu: rgba(30, 30, 30, 1.00);
  --acik2: rgb(227 207 207);
  --bg: #FBFBFB;
  --surface-color: #fff;
  --curve: 40;
}
*, button:focus {
  outline: none;
}
* {
  z-index: 1;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
html, body {
  color: var(--uc);
  background: url(../../../../uploads/tema/bg.jpg) var(--bg);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .4px;
  overflow-x: hidden;
}
a {
  color: var(--acik);
  text-decoration: none;
}
a:hover {
  color: var(--iki);
}
.navbar {
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 8px 16px;
  border-radius: 10px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgb(26 47 51 / 20%);
  box-shadow: 0 5px 10px 0 rgb(26 47 51 / 20%);
}
.navbar:after {
  content: '';
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: .15;
  left: 15px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: var(--iki);
}
.nav-item {
  padding: 4px 8px;
}
.navbar-brand img {
  height: 50px;
}
.beyazimg {
  filter: brightness(0) invert(1);
}
.navbar-sosyal i {
  padding: 8px;
  margin-right: 8px;
  color: #FFF;
}
.tp-caption.FullScreenMenu-Title, .FullScreenMenu-Title {
  color: #ffffff;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  background-color: rgba(33, 37, 41, 1.00);
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
	  
  background: linear-gradient(to right, var(--iki) 0%, var(--uc) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.img {
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgb(26 47 51 / 20%);
  box-shadow: 0 5px 10px 0 rgb(26 47 51 / 20%);
}
.title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
}
.desc {
  font-size: 18px;
  margin-bottom: 16px;
}
/*button*/
.button {
  color: var(--bir);
  border: 3px solid var(--uc);
  box-shadow: 0px 0px 0px 1px var(--uc) inset;
  background-color: var(--uc);
  overflow: hidden;
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  color: var(--bir);
  border: 3px solid var(--iki);
  background-color: var(--iki);
  box-shadow: 0px 0px 2px 1px var(--bir) inset;
}
.button span {
  transition: all 0.2s ease-out;
  z-index: 2;
}
.button:hover span {
  letter-spacing: 0.13em;
  color: var(--uc);
}
.button:after {
  background: var(--bir);
  border: 0px solid var(--uc);
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); /*easeOutCirc*/
  z-index: 1;
}
.button:hover:after {
  background: var(--bir);
  border: 20px solid var(--uc);
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
} /*button*/
.section {
  z-index: 0;
  position: relative;
}
.section1 {
  background: rgb(25, 25, 25);
}
.section2 {
  padding-top: 66px;
}
.section4 img {
  width: 100%;
  max-height: 400px;
}
.parallax2 {
  padding-top: 120px;
}
h1 {
  font-size: 50px;
  background: linear-gradient(to right, var(--iki) 0%, var(--uc) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1.bir {
  font-size: 50px;
  background: linear-gradient(to right, var(--bir) 0%, rgba(25, 25, 25, .50) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h4, h3 {
  color: var(--iki);
}
.ic {
  background: rgba(0, 0, 0, .5);
  margin-bottom: 32px;
  margin-top: 32px;
  padding-bottom: 16px;
  padding-top: 48px;
  border-radius: 32px;
}
.subheader {
  background: url(../../../../uploads/tema/subheader.jpg) right;
  background-size: cover;
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.subheader .subheader-ic {
  position: absolute;
  padding-top: 128px;
  padding-bottom: 64px;
  height: 300px;
  width: 100%;
}
.side-intro .title {
  font-size: 80px;
  margin: 0;
  line-height: 0;
  color: var(--iki);
}
.text-offset {
  position: relative;
  display: flex;
  justify-content: center;
}
.side-intro .text-1 {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  line-height: 1.1;
  color: var(--iki);
}
.text-offset .filled {
  position: relative;
  width: -webkit-fill-available;
  height: auto;
  z-index: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: var(--iki);
  color: var(--iki);
}
.side-intro .text-1 {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  line-height: 1.1;
  color: var(--iki);
}
.text-offset .outline {
  position: absolute;
  height: auto;
  z-index: 1;
  top: 3px;
  left: 3px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  color: var(--iki);
}
.black {
  color: var(--bir) !important;
}
.subheader .side-intro .title {
  font-size: 50px;
  margin: 0;
  line-height: 0;
  color: var(--iki);
}
.subheader .text-offset {
  position: relative;
  display: flex;
  justify-content: center;
}
.subheader .side-intro .text-1 {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  line-height: 1.1;
  color: var(--iki);
}
.subheader .text-offset .filled {
  position: relative;
  width: -webkit-fill-available;
  height: auto;
  z-index: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: var(--iki);
  color: var(--iki);
}
.subheader .side-intro .text-1 {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  line-height: 1.1;
  color: var(--iki);
}
.subheader .text-offset .outline {
  position: absolute;
  height: auto;
  z-index: 1;
  top: 1px;
  left: 1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  color: var(--iki);
}
.subheader .black {
  color: var(--bir) !important;
}
.parallax {
  background: no-repeat center;
  background-size: cover;
}
figure {
  margin: 0;
  border-radius: 10px 10px;
  overflow: hidden;
}
figure img {
  border-radius: 10px 10px;
}
.anasayfa-figure, .anasayfa-figure figure, .anasayfa-figure figure img {
  border-radius: 0 !important;
}
#particles-js {
  width: 100%;
  height: 500%;
  position: absolute;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0 !important;
}
.rotate {
  animation: rotation 8s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}