@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

* {
  scrollbar-width: thin;
  scrollbar-color: #5100d3 rgba(0, 0, 0, 0.06);
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}


::-webkit-scrollbar-track {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3));
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #7b3cff 0%, #5100d3 45%, #36009c 100%);
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 4px 10px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #8a53ff 0%, #5f16ff 50%, #3f00b0 100%);
}

::-webkit-scrollbar-corner {
  background: transparent;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #888;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #5100d3;
  color: #fff;
}

::-moz-selection {
  background: #5100d3;
  color: #fff;
}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #530bfb;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #6305fa;
}

a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #6007f0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #5100d3;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #6007f0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #5100d3;
}


.center-heading {
  margin-bottom: 70px;
}

.center-heading h2 {
  margin-top: 0px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.center-heading h2 em {
  font-style: normal;
  color: #6007f0;
}

.center-heading p {
  font-size: 15px;
  color: #888;
  text-align: center;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
  color: #6007f0 !important;
}

.background-header .nav li a.active {
  color: #6007f0 !important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #191a20;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.header-area .main-nav .nav {
  float: left;
  margin-top: 27px;
  margin-left: 15%;
  margin-right: 0px;
  background-color: #fff;
  padding: 0px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a img {
  height: 35px;
}

.header-area .main-nav .nav li:hover a {
  color: #6007f0;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #7a7a7a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #7a7a7a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #6007f0;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #6007f0 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #6007f0;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .logo {
    text-align: center;
    float: none !important;
  }

  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-left: 30px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 0px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #6007f0 !important;
  }

  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }

  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  width: 100%;
  height: 100vh;
  min-height: 793px;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin-top: 0;
}

.welcome-area .header-text .left-text {
  position: relative;
  align-self: center;
  margin-top: 35%;
  transform: perspective(1px) translateY(-30%) !important;
}

.welcome-area .header-text h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 80px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #191a20;
}

.welcome-area .header-text h1 em {
  font-style: normal;
  color: #6007f0;
}

.welcome-area .header-text p {
  font-weight: 300;
  font-size: 17px;
  color: #7a7a7a;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 1420px) {
  .welcome-area .header-text {
    width: 70%;
    margin-left: 5%;
  }
}

@media (max-width: 1320px) {
  .welcome-area .header-text .left-text {
    margin-top: 50%;
  }

  .welcome-area .header-text {
    width: 50%;
    margin-left: 5%;
  }
}

@media (max-width: 1140px) {
  .welcome-area {
    height: auto;
  }

  .welcome-area .header-text {
    width: 92%;
    padding-top: 793px;
  }

  .welcome-area .header-text .left-text {
    margin-top: 5%;
    transform: none !important;
  }
}

@media (max-width: 810px) {
  .welcome-area {
    background-size: contain;
  }

  .welcome-area .header-text {
    padding-top: 100%;
    margin-left: 0;
  }

  .container-fluid .col-md-12 {
    margin-right: 0px;
    padding-right: 0px;
  }
}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  padding: 100px 0px;
  position: relative;
  z-index: 9;
}

.about-image {
  margin-bottom: 30px;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent !important;
  background-image: none !important;
}

.logo-container {
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  border: none;
}

.about-image img {
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  background-color: transparent !important;
  background-image: none !important;
  mix-blend-mode: multiply;
  filter: contrast(1.1);
}

.about-content h3 {
  font-size: 28px;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 1.8;
  margin-bottom: 25px;
}

.about-stats {
  margin-top: 30px;
}

.stat-item {
  text-align: center;
  padding: 20px;
  background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 10px;
  margin-bottom: 20px;
}

.stat-item h4 {
  font-size: 36px;
  color: #6007f0;
  margin-bottom: 10px;
  font-weight: 700;
}

.stat-item p {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.skills-item {
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  background: #fff;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.skills-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.skills-item img {
  max-width: 80px;
  margin-bottom: 25px;
}

.skills-item h4 {
  font-size: 20px;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.skills-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skills-item ul li {
  padding: 8px 0;
  color: #7a7a7a;
  border-bottom: 1px solid #f0f0f0;
}

.skills-item ul li:last-child {
  border-bottom: none;
}

.section-spacing {
  margin-top: 60px;
  margin-bottom: 60px;
}

.philosophy-item {
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  background: #fff;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.philosophy-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.philosophy-item i {
    font-size: 48px;
    color: #6007f0;
    margin-bottom: 20px;
}

.philosophy-icon {
    text-align: center;
}

.philosophy-item h4 {
  font-size: 20px;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.philosophy-item p {
  font-size: 14px;
  color: #7a7a7a;
  line-height: 1.6;
}

#contact-cta {
  background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0px;
  text-align: center;
}

#contact-cta .center-heading {
  margin-bottom: 40px;
}

#contact-cta .center-heading p {
  margin-bottom: 30px;
}

#contact-cta .main-button {
  margin-top: 30px;
  display: inline-block;
}

/* Deneyim ve Başarılar bölümü için ikon stilleri */
.experience-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid #6007f0;
}

.experience-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

#experience ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

#experience ul li:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

#experience ul li .text {
  flex: 1;
}

#experience ul li .text h4 {
  color: #1e1e1e;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

#experience ul li .text p {
  color: #7a7a7a;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .about-content h3 {
    font-size: 24px;
  }

  .stat-item h4 {
    font-size: 28px;
  }

  .skills-item,
  .philosophy-item {
    padding: 30px 20px;
  }

  .experience-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    padding: 12px;
    margin-right: 15px;
  }

  .experience-icon img {
    width: 25px;
    height: 25px;
  }

  #experience ul li {
    padding: 15px;
    margin-bottom: 20px;
  }

  #experience ul li .text h4 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .features-item {
    margin-bottom: 45px;
  }
}

.features-item {
  border-radius: 5px;
  padding: 60px 30px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.features-item h2 {
  z-index: 9;
  position: absolute;
  top: 15px;
  left: 45px;
  font-size: 100px;
  font-weight: 600;
  color: #fdefe9;
}

.features-item img {
  z-index: 10;
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
}

.features-item h4 {
  margin-top: 0px;
  font-size: 22px;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.features-item .main-button {
  margin-top: 35px;
  display: inline-block;
}


/*
---------------------------------------------
promotion
---------------------------------------------
*/

.left-image-decor {
  background-image: url(../images/left-bg-decor.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#promotion {
  padding: 100px 0px;
}

#promotion .left-image {
  align-self: center;
}

#promotion .right-text ul {
  padding: 0;
  margin: 0;
}

#promotion .right-text ul li {
  display: inline-block;
  margin-bottom: 60px;
}

#promotion .right-text ul li:last-child {
  margin-bottom: 0px;
}

#promotion .right-text img {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

#promotion .right-text h4 {
  font-size: 22px;
  color: #1e1e1e;
  margin-bottom: 15px;
  margin-top: 3px;
}


/*
--------------------------------------------
testimonials
--------------------------------------------
*/
.right-image-decor {
  background-image: url(../images/right-bg-decor.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#testimonials {
  padding-top: 100px;
  position: relative;
  z-index: 9;
}

#testimonials .item {
  position: relative;
}

#testimonials .item .testimonial-content {
  background: rgb(244, 129, 63);
  background: linear-gradient(145deg, #5100d3 0%, #36009c 100%);
  margin-left: 60px;
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
}

#testimonials .item .testimonial-content ul li {
  display: inline-block;
  margin: 0px 1px;
}

#testimonials .item .testimonial-content ul li i {
  color: #fff;
  font-size: 13px;
}

#testimonials .item .testimonial-content h4 {
  font-size: 22px;
  margin-top: 20px;
  color: #fff;
}

#testimonials .item .testimonial-content p {
  color: #fff;
  font-style: italic;
  font-weight: 200;
  margin: 20px 0px 15px 0px;
}

#testimonials .item .testimonial-content span {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
}

#testimonials .author img {
  max-width: 120px;
  margin-bottom: -60px;
}

.owl-carousel .owl-nav button.owl-next span {
  z-index: 10;
  top: 45%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -210px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: #5f16ff;
  background: linear-gradient(145deg, #3f00b0 0%, #6007f0 100%);
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  z-index: 9;
  top: 30%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -150px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: #5f16ff;
  background: linear-gradient(145deg, #3f00b0 0%, #6007f0 100%);
  position: absolute;
}

@media screen and (max-width: 1060px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

@media (max-width: 992px) {
  footer {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }

  .contact-form {
    margin-bottom: 45px;
  }

  footer .right-content {
    text-align: center;
  }

  footer .footer-content {
    padding: 60px 0px !important;
  }
}

footer {
  margin-top: 200px;
  padding-top: 120px;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

footer .footer-content {
  padding: 120px 0px;
}

.contact-form {
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}

footer .right-content {
  align-self: center;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 13px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form {
  text-align: center;
}

.contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.footer-content .right-content {
  color: #fff;
}

.footer-content .right-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-content .right-content h2 em {
  font-style: normal;
  color: #6007f0;
}

.footer-content .right-content p {
  color: #FFF;
}

.footer-content .right-content a {
  color: #FFF;
}

.footer-content .right-content a:hover {
  color: #FC3;
}

footer .social {
  overflow: hidden;
  margin-top: 30px;
}

footer .social li:first-child {
  margin-left: 0px;
}

footer .social li {
  margin: 0px 7.5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #6007f0;
  border-color: #6007f0;
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

footer .sub-footer {
  padding: 60px 0px;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
  text-align: center;
}

footer .sub-footer a {
  color: #FFF;
}

footer .sub-footer a:hover {
  color: #FC3;
}

footer .sub-footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }

  footer .social {
    text-align: center;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #6007f0 0%, #5100d3 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper>div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

section#extra-page-top {
  margin-top: 80px;
  background-image: url(../images/page-header-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 500px;
}

section#extra-page-top h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 10px;
}

section#projects .container .project-main-image {
  height: 700px;
}

@media only screen and (max-width: 1200px) {
  .header-area .main-nav .nav {
    margin-left: 5%;
  }
}





.contact-item {
  text-align: center;
  padding: 40px 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.contact-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(145deg, #6007f0 0%, #5100d3 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon i {
  font-size: 36px;
  color: #fff;
}

.contact-item h4 {
  color: #1e1e1e;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact-item p {
  color: #6007f0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-item small {
  color: #7a7a7a;
  font-size: 14px;
}

.contact-form-container {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-control {
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #6007f0;
  box-shadow: 0px 0px 0px 3px rgba(96, 7, 240, 0.1);
  outline: none;
}

.contact-form .form-control::placeholder {
  color: #999;
}

.contact-form .main-button {
  width: 100%;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  background: linear-gradient(145deg, #6007f0 0%, #5100d3 100%);
  border: none;
  color: #fff;
  transition: all 0.3s ease;
}

.contact-form .main-button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 10px 25px rgba(96, 7, 240, 0.4);
}

.feature-item {
  text-align: center;
  padding: 40px 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(145deg, #6007f0 0%, #5100d3 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon i {
  font-size: 36px;
  color: #fff;
}

.feature-item h4 {
  color: #1e1e1e;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.feature-item p {
  color: #7a7a7a;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .contact-form-container {
    padding: 30px 20px;
  }

  .contact-item,
  .feature-item {
    padding: 30px 20px;
  }

  .contact-icon,
  .feature-icon {
    width: 60px;
    height: 60px;
  }

  .contact-icon i,
  .feature-icon i {
    font-size: 24px;
  }
}


/* Proje detay */
.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item {
  font-size: 14px;
}

.breadcrumb-item a {
  color: #6007f0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #5100d3;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #7a7a7a;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #7a7a7a;
  margin: 0 10px;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: linear-gradient(145deg, #6007f0 0%, #5100d3 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.back-btn i {
  margin-right: 8px;
}

.back-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 5px 15px rgba(96, 7, 240, 0.3);
  color: #fff;
  text-decoration: none;
}

/* Proje Galerisi */
.project-gallery {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.main-image {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.2s ease;
  opacity: 1;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.main-image:hover img {
  transform: scale(1.05);
}

.thumbnail-gallery {
  padding: 20px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.gallery-title {
  text-align: center;
  margin-bottom: 15px;
  color: #6007f0;
  font-size: 14px;
  font-weight: 600;
  background: rgba(96, 7, 240, 0.1);
  padding: 10px;
  border-radius: 8px;
  border: 1px dashed #6007f0;
}

.gallery-title i {
  margin-right: 8px;
  color: #6007f0;
  font-size: 16px;
}

.thumbnails-container {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.thumbnail-item {
  width: 100px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer !important;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.thumbnail-item.active {
  border-color: #6007f0;
  box-shadow: 0 4px 15px rgba(96, 7, 240, 0.3);
  transform: scale(1.05);
}

.thumbnail-item:hover {
  border-color: #6007f0;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(96, 7, 240, 0.2);
  cursor: pointer !important;
}

.thumbnail-item:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
}

.thumbnail-item:focus {
  outline: 2px solid #6007f0;
  outline-offset: 2px;
}

/* Tıklanabilir olduğunu gösteren ekstra stil */
.thumbnail-item::before {
  content: '👆';
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

.thumbnail-item:hover::before {
  opacity: 1;
}

.thumbnail-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(96, 7, 240, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.thumbnail-item:hover::after {
  opacity: 1;
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f8f9fa;
  padding: 4px;
}

.no-image {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  color: #6c757d;
}

.no-image i {
  font-size: 64px;
  margin-bottom: 20px;
}

/* Proje Bilgileri */
.project-info {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  height: fit-content;
  position: sticky;
  top: 100px;
}

.project-header {
  margin-bottom: 25px;
}

.project-category {
  margin-bottom: 15px;
}

.badge-primary {
  background: linear-gradient(145deg, #6007f0 0%, #5100d3 100%);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.project-title {
  font-size: 24px;
  color: #1e1e1e;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.project-description {
  color: #7a7a7a;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 14px;
}

.project-description h1,
.project-description h2,
.project-description h3,
.project-description h4,
.project-description h5,
.project-description h6 {
  color: #1e1e1e;
  margin-top: 20px;
  margin-bottom: 15px;
}

.project-description p {
  margin-bottom: 15px;
}

.project-description ul,
.project-description ol {
  margin-bottom: 15px;
  padding-left: 20px;
}

.project-description li {
  margin-bottom: 8px;
}

.project-description a {
  color: #6007f0;
  text-decoration: none;
}

.project-description a:hover {
  text-decoration: underline;
}

.project-description blockquote {
  border-left: 4px solid #6007f0;
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #666;
}

.project-description code {
  background: #f8f9fa;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 13px;
  color: #6007f0;
}

.project-description pre {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 20px 0;
}

.project-description pre code {
  background: none;
  padding: 0;
  color: #333;
}

/* Teknolojiler */
.project-technologies h4 {
  font-size: 18px;
  color: #1e1e1e;
  margin-bottom: 15px;
  font-weight: 600;
}

.tech-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.tech-item {
  background: #f8f9fa;
  color: #6007f0;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #e9ecef;
  cursor: help;
  transition: all 0.3s ease;
}

.tech-item:hover {
  background: #6007f0;
  color: #fff;
  transform: translateY(-2px);
}

/* Proje Meta */
.project-meta {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-bottom: 25px;
}

.meta-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #7a7a7a;
  font-size: 14px;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.meta-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.meta-item i {
  margin-right: 10px;
  color: #6007f0;
  width: 16px;
  font-size: 14px;
}

/* Proje Aksiyonları */
.project-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.store-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.store-btn i {
  margin-right: 10px;
  font-size: 18px;
}

.store-btn.playstore {
  background: linear-gradient(145deg, #01875f 0%, #00d4aa 100%);
  color: #fff;
}

.store-btn.playstore:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 25px rgba(1, 135, 95, 0.3);
}

.store-btn.appstore {
  background: linear-gradient(145deg, #007aff 0%, #5856d6 100%);
  color: #fff;
}

.store-btn.appstore:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 25px rgba(0, 122, 255, 0.3);
}

.store-btn.website {
  background: linear-gradient(145deg, #6007f0 0%, #5100d3 100%);
  color: #fff;
}

.store-btn.website:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 25px rgba(96, 7, 240, 0.3);
}

/* Sosyal Medya Paylaşım */
.social-share {
  border-top: 1px solid #f0f0f0;
  padding-top: 25px;
  margin-top: 25px;
}

.social-share h5 {
  font-size: 16px;
  color: #1e1e1e;
  margin-bottom: 15px;
  font-weight: 600;
}

.share-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.share-btn.facebook {
  background: #1877f2;
}

.share-btn.twitter {
  background: #1da1f2;
}

.share-btn.linkedin {
  background: #0077b5;
}

.share-btn.email {
  background: #ea4335;
}

.share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* Benzer Projeler */
#similar-projects {
  background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0px;
}

.similar-project-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.similar-project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.15);
}

.similar-project-image {
  height: 200px;
  overflow: hidden;
}

.similar-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.similar-project-card:hover .similar-project-image img {
  transform: scale(1.1);
}

.similar-project-content {
  padding: 25px;
}

.similar-project-content h4 {
  font-size: 18px;
  color: #1e1e1e;
  margin-bottom: 15px;
  font-weight: 600;
}

.similar-project-content p {
  color: #7a7a7a;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

.view-project-btn {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(145deg, #6007f0 0%, #5100d3 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.view-project-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 5px 15px rgba(96, 7, 240, 0.3);
  color: #fff;
}

/* Proje Yorumları */
#project-reviews {
  background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0px;
}

.review-item {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.review-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.15);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.reviewer-avatar {
  width: 60px;
  height: 60px;
  min-width: 60px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #6007f0;
  box-shadow: 0px 4px 15px rgba(96, 7, 240, 0.2);
}

.reviewer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviewer-details {
  flex: 1;
}

.reviewer-name {
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 8px;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}

.review-rating i {
  font-size: 16px;
}

.rating-text {
  margin-left: 8px;
  font-weight: 600;
  color: #6007f0;
  font-size: 14px;
}

.review-date {
  color: #7a7a7a;
  font-size: 13px;
}

.review-source {
  display: flex;
  align-items: center;
}

.review-source .badge {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.review-source .badge-success {
  background: linear-gradient(145deg, #01875f 0%, #00d4aa 100%);
  color: #fff;
}

.review-source .badge-primary {
  background: linear-gradient(145deg, #007aff 0%, #5856d6 100%);
  color: #fff;
}

.review-content {
  color: #7a7a7a;
  line-height: 1.6;
  font-size: 15px;
}

.review-content p {
  margin: 0;
  color: #7a7a7a;
}

.no-reviews {
  background: #fff;
  border-radius: 20px;
  padding: 60px 30px;
  text-align: center;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.no-reviews i {
  color: #dee2e6;
  margin-bottom: 20px;
}

.no-reviews h4 {
  color: #6c757d;
  margin-bottom: 15px;
}

.no-reviews p {
  color: #6c757d;
  margin: 0;
}

/* CTA Section */
#cta-section {
  background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0px;
  text-align: center;
}

#cta-section .center-heading {
  margin-bottom: 40px;
}

#cta-section .center-heading p {
  margin-bottom: 30px;
}

#cta-section .main-button {
  margin-top: 30px;
  display: inline-block;
}

/* Responsive */
@media (max-width: 768px) {
  .welcome-area {
    margin-top: 70px;
    min-height: 30vh;
  }

  .main-image {
    height: 450px;
  }

  .project-info {
    position: static;
    margin-top: 30px;
  }

  .thumbnail-gallery {
    padding: 15px;
  }

  .gallery-title {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .thumbnails-container {
    gap: 8px;
  }

  .thumbnail-item {
    width: 80px;
    height: 96px;
    border-width: 2px;
  }

  .thumbnail-item:hover {
    transform: scale(1.03);
  }

  .back-btn {
    width: 100%;
    justify-content: center;
  }

  .meta-item {
    padding: 6px 10px;
    font-size: 13px;
  }

  .meta-item i {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .review-item {
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .review-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .reviewer-info {
    width: 100%;
  }
  
  .reviewer-avatar {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  
  .reviewer-name {
    font-size: 16px;
  }
  
  .review-rating i {
    font-size: 14px;
  }
  
  .rating-text {
    font-size: 13px;
  }
  
  .review-source {
    align-self: flex-start;
  }
  
  .review-content {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .welcome-area {
    margin-top: 60px;
  }

  .main-image {
    height: 400px;
  }

  .project-info {
    padding: 20px;
  }

  .store-btn {
    padding: 12px 16px;
    font-size: 14px;
  }

  .store-btn i {
    font-size: 16px;
  }
  
  .review-item {
    padding: 15px;
  }
  
  .reviewer-avatar {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  
  .reviewer-name {
    font-size: 15px;
  }
  
  .review-rating {
    gap: 3px;
  }
  
  .review-rating i {
    font-size: 13px;
  }
  
  .rating-text {
    font-size: 12px;
  }
  
  .review-date {
    font-size: 12px;
  }
  
  .review-content {
    font-size: 13px;
  }
}











.project-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.15);
}

.project-image {
    position: relative;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.1);
}

.no-image {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #6c757d;
}

.no-image i {
    font-size: 48px;
    margin-bottom: 10px;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(96, 7, 240, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-links {
    display: flex;
    gap: 15px;
}

.store-link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6007f0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.store-link:hover {
    transform: scale(1.1);
    color: #5100d3;
}

.project-content {
    padding: 25px;
}

.project-category {
    margin-bottom: 15px;
}

.badge-primary {
    background: linear-gradient(145deg, #6007f0 0%, #5100d3 100%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.project-title {
    font-size: 20px;
    color: #1e1e1e;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.project-title-link {
    color: #1e1e1e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-title-link:hover {
    color: #6007f0;
    text-decoration: none;
}

.project-description {
    color: #7a7a7a;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
}

.project-technologies {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.tech-tag {
    background: #f8f9fa;
    color: #6007f0;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #e9ecef;
}

.tech-tag.more {
    background: #6007f0;
    color: #fff;
}

.project-meta {
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.project-meta small {
    font-size: 12px;
}

.no-projects {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.no-projects i {
    font-size: 64px;
    margin-bottom: 20px;
    color: #dee2e6;
}

.no-projects h3 {
    margin-bottom: 15px;
    color: #495057;
}

#cta-section {
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0px;
    text-align: center;
}

#cta-section .center-heading {
    margin-bottom: 40px;
}

#cta-section .center-heading p {
    margin-bottom: 30px;
}

#cta-section .main-button {
    margin-top: 30px;
    display: inline-block;
}

@media (max-width: 768px) {
    .welcome-area {
        margin-top: 70px; /* Mobilde daha az margin */
    }
    
    .filter-buttons {
        justify-content: center;
    }
    
    .filter-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .project-card {
        margin-bottom: 20px;
    }
    
    .project-content {
        padding: 20px;
    }
    
    .project-title {
        font-size: 18px;
    }
    
    .filter-container {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .welcome-area {
        margin-top: 60px; /* Çok küçük ekranlarda daha az margin */
    }
    
    .filter-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .filter-btn {
        width: 100%;
        max-width: 200px;
    }
    
    .technology-filter {
        max-width: 100%;
    }
    
    .technology-filter .form-control {
        min-height: 44px;
        font-size: 16px; /* iOS'ta zoom'u önlemek için */
    }
}

/* Hakkımda sayfası için ek stiller */
.section {
    padding: 100px 0px;
    position: relative;
    z-index: 9;
}

.about-image {
    margin-bottom: 30px;
    background: transparent;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent !important;
    background-image: none !important;
}

.logo-container {
    background: transparent;
    padding: 20px;
    border-radius: 10px;
    border: none;
}

.about-image img {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    background-color: transparent !important;
    background-image: none !important;
    mix-blend-mode: multiply;
    filter: contrast(1.1);
}

.about-content h3 {
    font-size: 28px;
    color: #1e1e1e;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 1.8;
    margin-bottom: 25px;
}

.about-stats {
    margin-top: 30px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    margin-bottom: 20px;
}

.stat-item h4 {
    font-size: 36px;
    color: #6007f0;
    margin-bottom: 10px;
    font-weight: 700;
}

.stat-item p {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

.skills-item {
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    background: #fff;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.skills-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.skills-item img {
    max-width: 80px;
    margin-bottom: 25px;
}

.skills-item h4 {
    font-size: 20px;
    color: #1e1e1e;
    margin-bottom: 20px;
}

.skills-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.skills-item ul li {
    padding: 8px 0;
    color: #7a7a7a;
    border-bottom: 1px solid #f0f0f0;
}

.skills-item ul li:last-child {
    border-bottom: none;
}

.section-spacing {
    margin-top: 60px;
    margin-bottom: 60px;
}

.philosophy-item {
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    background: #fff;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.philosophy-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.philosophy-item i {
    font-size: 48px;
    color: #6007f0;
    margin-bottom: 20px;
}

.philosophy-item h4 {
    font-size: 20px;
    color: #1e1e1e;
    margin-bottom: 15px;
}

.philosophy-item p {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 1.6;
}

#contact-cta {
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0px;
    text-align: center;
}

#contact-cta .center-heading {
    margin-bottom: 40px;
}

#contact-cta .center-heading p {
    margin-bottom: 30px;
}

#contact-cta .main-button {
    margin-top: 30px;
    display: inline-block;
}

/* Deneyim ve Başarılar bölümü için ikon stilleri */
.experience-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #6007f0;
}

.experience-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

#experience ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

#experience ul li:hover {
    transform: translateY(-3px);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

#experience ul li .text {
    flex: 1;
}

#experience ul li .text h4 {
    color: #1e1e1e;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

#experience ul li .text p {
    color: #7a7a7a;
    line-height: 1.6;
    margin: 0;
}

/* Hakkımda sayfası responsive stilleri */
@media (max-width: 768px) {
    .about-content h3 {
        font-size: 24px;
    }
    
    .stat-item h4 {
        font-size: 28px;
    }
    
    .skills-item, .philosophy-item {
        padding: 30px 20px;
    }
    
    .experience-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
        padding: 12px;
        margin-right: 15px;
    }
    
    .experience-icon img {
        width: 25px;
        height: 25px;
    }
    
    #experience ul li {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    #experience ul li .text h4 {
        font-size: 18px;
    }
}
.filter-container {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.filter-btn {
    padding: 12px 24px;
    border: 2px solid #6007f0;
    background: transparent;
    color: #6007f0;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.filter-btn:hover,
.filter-btn.active {
    background: #6007f0;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0px 5px 15px rgba(96, 7, 240, 0.3);
}

.technology-filter {
    max-width: 300px;
}

.technology-filter .form-control {
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    height: auto;
    min-height: 48px;
    line-height: 1.5;
}

.technology-filter .form-control:focus {
    border-color: #6007f0;
    box-shadow: 0px 0px 0px 3px rgba(96, 7, 240, 0.1);
    outline: none;
}

/* Select option'larının daha iyi görünmesi için */
.technology-filter .form-control option {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.4;
}

/* Select elementinin genel görünümünü iyileştir */
.technology-filter .form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236007f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
    cursor: pointer;
}

/* Select hover durumu */
.technology-filter .form-control:hover {
    border-color: #6007f0;
    background-color: #f8f9fa;
}
