/*
Name: style.css
Written by: meyzi8 - (hi@mosbiusdesign.com)
Theme Version: 1.0.0
*/

:root {
  --primary-font: 'SF Pro Display', sans-serif;
  --primary-color: #212529;
}

/* SF Pro Display */
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/sfpro/SFProDisplayBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/sfpro/SFProDisplayBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/sfpro/SFProDisplayBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/sfpro/SFProDisplayHeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/sfpro/SFProDisplayLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/sfpro/SFProDisplayMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/sfpro/SFProDisplayRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/sfpro/SFProDisplaySemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/sfpro/SFProDisplayThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/sfpro/SFProDisplayUltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
/* SF Pro Display */

html,body {
  overflow-x:hidden !important;
}

body {
  font-family: var(--primary-font);
  background-color: #fff;
  max-width:100%;
  overflow-x:hidden;
}

p {
  color: #b3b3b3;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

/* Navbar */
.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}

.site-navbar-wrap a {
  color: #fff;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}


.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: 25px;
  position: relative;
}

.site-navbar .site-logo img {
  width:160px;
}
.site-navbar .site-logo a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.site-navbar .site-navigation .site-menu {
  margin-top:50px;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 0 7px;
}

/* When Background is Dark */
.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 15px;
  border-radius: 0.45rem;
  color: #fff;
  font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
}
/* When Background is Dark */

/* When Background is Light */

.bg-light .profile-menu-style-01 #navdrop.btn-light .drop-btn {
  margin-top:12px;
}

.bg-light .site-navbar-wrap {
  position:relative;
}

.bg-light .sticky-wrapper {
  position:relative;
}

.bg-light .site-navbar {
  background-color:#fff;
}
.bg-light .site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: 0;
  position: relative;
}

.bg-light .site-navbar img {
  width:80px;
}

.bg-light .site-navbar .site-navigation .site-menu {
  margin-top:10px;
}

.bg-light .site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 15px;
  border-radius: 0.45rem;
  color: #000;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
  margin-top:5px;
}

.bg-light .site-navbar .site-navigation .site-menu > li.active > a {
  background-color:#000;
  color:#fff;
}

.bg-light .site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff;
  background-color:#000;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: all 0.3s ease;
}

.bg-light  .site-menu-toggle {
  color:#000 !important;
}

/* When Background is Light */

.site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #000;
  background-color:#fff;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: all 0.3s ease;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  background-color:#fff;
  color:#000;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  top: 50%;
  padding-right:5px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  padding: 0;
  margin-top: 20px;
  margin-left: 0;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation  .site-menu  .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #ebeef0;
  color: #212529;
  border-radius: 0.45rem;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #000;
  background-color: #fff;
  border-top-left-radius: 0.45rem;
  border-top-right-radius: 0.45rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  border-radius: 0.45rem;
  border-top-left-radius: 0;
}

.site-mobile-menu {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #000000e6;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left; /* Bu satırı kaldırın veya "width: 100%;" ile birleştirin */
  padding-left: 65px;
  padding-right: 20px;
  /* Dikey ortalama için yeni eklenen/değiştirilen satırlar */
  display: flex;
  align-items: center; /* Dikeyde ortalar */
  justify-content: space-between; /* İçerikleri iki yana yaslar */
  float: none; /* float:left yerine bunu kullanın. */
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 0;
  right: 1rem;
  position: absolute;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  color:#f2f2f2;
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #f2f2f2;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1.8rem;
  font-family: SF Sans 'SF Pro Display';
  font-family: 'SF Pro Display';
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #f2f2f2;
  font-weight: 600;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "Font Awesome";
  content: "\f0c9";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  text-align: center;
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}


.sticky-wrapper .site-navbar ul li.active a {
  color: #fff;
}

.sticky-wrapper.is-sticky  .site-navbar .site-navigation .site-menu {
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #fff;
  border-bottom:1px solid #f5f5f7;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  display: inline-block;

}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {

}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {

}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
  padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  color: #000;
  font-weight: 600;
  border-radius: 0.45rem;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
  background-color:#000;
  color: #fff  !important;
}

.sticky-wrapper.is-sticky  .site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
  color: #fff;
  background-color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu {
  margin-top:15px;
}



.stickylogo {
  display:none;
}

.sticky-wrapper.is-sticky .stickylogo {
  display:inherit !important;
  width:80px;
}
.sticky-wrapper.is-sticky .site-menu-toggle {
  color:#000 !important;
}

.sticky-wrapper.is-sticky .stickylogo img {
  width:80px;
  padding-top:2px;
  padding-bottom:2px;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo {
  top:0px;
}

.sticky-wrapper.is-sticky .stickyhide {
  display:none;
}
/* Navbar */

/* Profile Menu Style 01 */
.profile-menu-style-01 #menu {
  text-decoration: none;
  display: flex;
  align-items: center;
  background: #242526;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%),
  0 3px 1px -2px rgb(0 0 0 / 12%),
  0 1px 5px 0 rgb(0 0 0 / 20%);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.profile-menu-style-01 .drop-btn img {
  border-radius: 100%;
  object-fit: cover;
  width: 33px;
  height: 33px;
  margin-left: 1px;
}
.profile-menu-style-01 #navdrop .drop-btn p {
  color: white;
  font-weight: 600;
  padding-right: 12px;
  font-size: 16px;
}
.profile-menu-style-01 #navdrop {
  position: relative;
  width: fit-content;
  margin: auto;
}
.profile-menu-style-01 #navdrop .wrapper {
  height: 385px;
  position: absolute;
  top: 68px;
  right: 0;
  z-index: 9090;
  width: 350px;
  overflow: hidden;
  border-radius: 5px;
  display: none;
  background: #242526;
  transition: all 0.3s ease-out;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%),
  0 3px 1px -2px rgb(0 0 0 / 12%),
  0 1px 5px 0 rgb(0 0 0 / 20%);
}
.profile-menu-style-01 #navdrop .wrapper.show {
  display: block;
  display: flex;
}
.profile-menu-style-01 .wrapper ul {
  width: 350px;
  list-style: none;
  padding: 10px 0;
  transition: all 250ms cubic-bezier(0.25, 0.1, 0.08, 0.93);
}
.profile-menu-style-01 .wrapper ul li {
  margin: 0 10px;
  border-radius: 10px;
  line-height: 48px;
  padding-left: 6px !important;
  transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
}
.profile-menu-style-01 .menu-bar hr,
.profile-menu-style-01 .setting-drop hr {
  height: 1px;
  margin: 8px 20px;
}
.profile-menu-style-01 .wrapper ul li a {
  width: 100%;
  position: relative;
  color: #e4e6eb;
  font-size: 13.5px;
  font-weight: 300;
  padding: 0 3px;
  display: flex;
  border-radius: 8px;
  align-items: center;
  text-decoration: none;
}
.profile-menu-style-01 .wrapper ul li a span {
  color: #e4e6eb;
  text-align: left;
}
.profile-menu-style-01 .wrapper ul li a i {
  position: relative;
  right: 11px;
  margin-top: 6px;
  color: #e4e6eb;
  font-size: 18px;
}
.profile-menu-style-01 .wrapper ul li:hover {
  background: #3a3b3c !important;
}
.profile-menu-style-01 ul li a .icon {
  height: 35px;
  width: 35px;
  margin-right: 13px;
  background: #ffffff1a;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
}
.profile-menu-style-01 .wrapper .arrow {
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 400;
  color: #e4e6eb;
  width: 100%;
}
.profile-menu-style-01 .wrapper .arrow i {
  color: #e4e6eb;
  font-size: 22px;
  cursor: pointer !important;
  line-height: 37px;
  margin: 13px 7px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  align-items: center;
  text-align: center;
  transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
}
.profile-menu-style-01 .wrapper .arrow i:hover {
  background: #3a3b3c;
}
.profile-menu-style-01 .wrapper .arrow span {
  margin-right: 15px;
  font-weight: 600;
  font-size: 24px;
  color: #e4e6eb;
}
.profile-menu-style-01 .profile-dsf3SD_02-1SAd9 {
  padding: 8px;
  align-items: center;
  cursor: pointer;
}
.profile-menu-style-01 .profile-dsf3SD_02-1SAd9 a img {
  height: 60px !important;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-menu-style-01 #settings {
  background: transparent;
  box-shadow: none;
  outline: none;
  margin-right: -15px;
  margin-top: 2px;
  margin-left: 3px;
}
.profile-menu-style-01 #feed-subject {
  color: #b0b3b8;
  font-size: 10px;
}
.profile-menu-style-01 #feed-title {
  color: #e4e6eb;
  font-weight: 500;
  font-size: 13px;
}
.profile-menu-style-01 #ch_head_name {
  color: #e4e6eb;
  font-weight: 500;
  margin-left: 10px;
  font-size: 15px;
}
.profile-menu-style-01 #head_manage_acc {
  color: #b0b3b8;
  font-size: 12px;
  margin-left: 12px;
  line-height: 0;
}
.profile-menu-style-01 .feed-dsf3SD_02-1SAd9 {
  padding: 8px;
  align-items: center;
  cursor: pointer;
}
.profile-menu-style-01 .feed-dsf3SD_02-1SAd9 div {
  line-height: 0.7;
  display: inline-grid;
  align-items: center;
  vertical-align: middle;
}
.profile-menu-style-01 .profile-dsf3SD_02-1SAd9 div {
  line-height: 1;
  display: inline-grid;
  align-items: center;
  vertical-align: middle;
}
.profile-menu-style-01 #navdrop.btn-light .drop-btn {
  color: #b0b3b8;
  background: #fff;
  padding: 5px 5px 5px 12px;
  border-radius: 0.45rem;
  margin-top:46px;
}

.sticky-wrapper.is-sticky .profile-menu-style-01 #navdrop.btn-light .drop-btn {
  margin-top:14px;
}

.profile-menu-style-01 #navdrop.btn-light .drop-btn #menu {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgb(255 255 255 / 19%),
  0 3px 1px -2px rgb(255 255 255 / 18%),
  0 1px 5px 0 rgb(255 255 255 / 23%);
}
.profile-menu-style-01 #navdrop.btn-light .drop-btn #menu p {
  color: #000;
}
.profile-menu-style-01 #navdrop.btn-light .wrapper {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgb(255 255 255 / 19%),
  0 3px 1px -2px rgb(255 255 255 / 18%),
  0 1px 5px 0 rgb(255 255 255 / 23%);
}
.profile-menu-style-01 #navdrop.btn-light .wrapper span,
.profile-menu-style-01 #navdrop.btn-light .wrapper ul li a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.profile-menu-style-01 #navdrop.btn-light li a span,
.profile-menu-style-01 #navdrop.btn-light .wrapper ul li a i,
.profile-menu-style-01 #navdrop.btn-light .wrapper .arrow i {
  color: #000;
}
.profile-menu-style-01 #navdrop.btn-light .wrapper ul li:hover {
  background: #f2f2f2 !important;
}
.profile-menu-style-01 #navdrop.btn-light .wrapper .arrow i:hover {
  background: #e4e6eb;
}
.profile-menu-style-01 #navdrop.btn-light .tooltip {
  background: #f9f9f9 !important;
}

.profile-menu-style-01 .icon i {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  margin-left: 23px;
  margin-top: 5px;
}
.position-absolute {
  position: absolute !important;
}
.profile-menu-style-01 p {
  margin-bottom: 0;
}
/* Profile Menu Style 01 */

/* Sidebar Menu Style 01 */
.sidebar-menu-style-01 #menu {
  text-decoration: none;
  display: flex;
  align-items: center;
  background: #242526;
  /* padding: 0 20px; */
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%),
  0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
  0 1px 5px 0 rgb(0 0 0 / 20%);
  font-size: 14px;
  font-weight: 600;
  border-radius: 0.45rem;
  cursor:pointer;
}
.sidebar-menu-style-01  .drop-btn img {
  cursor: pointer !important;
  border-radius: 100%;
  object-fit: cover;
  width: 33px;
  height: 33px;
  margin-left: 1px;
}
.sidebar-menu-style-01  #navdrop .drop-btn p {
  color: white;
  font-weight: 600;
  padding: 0 12px 0 0;
  font-size: 16px;
}
.sidebar-menu-style-01  #navdrop {
  position: relative;
  width: 100%;
  margin: auto;
}
.sidebar-menu-style-01  #navdrop .drop-btn {
  width: 100%;
  /* background: #242526; */
  border-radius: 0.45rem;
  line-height: 3px;
  font-size: 16px;
  padding: 5px 15px;
  font-weight: 500;
  color: #b0b3b8;
  /* padding: 0 20px; */
}
.sidebar-menu-style-01  #navdrop .drop-btn span {
  float: right;
  line-height: 50px;
  font-size: 28px;
  cursor: pointer;
}
.sidebar-menu-style-01  #navdrop .tooltip {
  position: absolute;
  right: 28px;
  bottom: -22px;
  height: 15px;
  width: 15px;
  display: none;
  background: #242526;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%),
  0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
  0 1px 5px 0 rgb(0 0 0 / 20%);
}
.sidebar-menu-style-01  #navdrop .tooltip.show {
  display: none;
}
.sidebar-menu-style-01  #navdrop .wrapper {
  position: relative;
  right: 0;
  z-index: 9090;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  display: none;
  background: #242526;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%),
  0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
  0 1px 5px 0 rgb(0 0 0 / 20%);
}
.sidebar-menu-style-01  #navdrop .wrapper.show {
  display: block;
  display: flex;
}
.sidebar-menu-style-01  .wrapper ul {
  width: 100%;
  list-style: none;
  padding: 10px 0;
  transition: all 250ms cubic-bezier(0.25, 0.1, 0.08, 0.93);
}
.sidebar-menu-style-01  .wrapper ul li {
  margin: 0 10px;
  border-radius: 10px;
  line-height: 48px;
  padding-left: 6px !important;
  float: inherit;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
  -ms-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
  -o-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
  transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
}
.sidebar-menu-style-01  .menu-bar hr,
.sidebar-menu-style-01  .setting-drop hr,
.sidebar-menu-style-01  .help-drop hr,
.sidebar-menu-style-01  .theme-drop hr {
  height: 1px;
  margin: 8px 20px;
}
.sidebar-menu-style-01  .wrapper ul li a {
  width: 100%;
  position: relative;
  color: #e4e6eb;
  font-size: 13.5px;
  font-weight: 300;
  padding: 0 3px;
  margin-left: 0 !important;
  display: flex;
  border-radius: 8px;
  align-items: center;
  text-decoration: none;
  -webkit-cursor: pointer;
  cursor: pointer;
}
.sidebar-menu-style-01  .wrapper ul li a span {
  color: #e4e6eb;
  text-align: left;
}
.sidebar-menu-style-01  .wrapper ul li a i {
  position: relative;
  right: 11px;
  margin-top: 6px;
  color: #e4e6eb;
  font-size: 18px;
}
.sidebar-menu-style-01  .wrapper ul li:hover {
  background: #3a3b3c !important;
}
.sidebar-menu-style-01  ul li a .icon {
  height: 35px;
  width: 35px;
  margin-right: 13px;
  background: #ffffff1a;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
}
.sidebar-menu-style-01  ul li a .icon span {
  line-height: 35px;
  font-size: 23px;
  color: #e4e6eb;
}
.sidebar-menu-style-01  ul li a .icon img {
  margin-top: 7.6px !important;
}
.sidebar-menu-style-01  .wrapper ul.setting-drop,
.sidebar-menu-style-01  .wrapper ul.help-drop,
.sidebar-menu-style-01  .wrapper ul.theme-drop {
  display: none;
}
.sidebar-menu-style-01  .wrapper .arrow {
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 400;
  color: #e4e6eb;
  width: 100%;
}
.sidebar-menu-style-01  .wrapper .arrow i {
  color: #e4e6eb;
  font-size: 22px;
  cursor: pointer !important;
  line-height: 37px;
  margin: 13px 7px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  align-items: center;
  text-align: center;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
  -ms-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
  -o-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
  transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
}
.sidebar-menu-style-01  .wrapper .arrow i:hover {
  background: #3a3b3c;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
  align-items: center;
  text-align: center;
}
.sidebar-menu-style-01  .wrapper .arrow span {
  margin-right: 15px;
  font-weight: 600;
  font-size: 24px;
  color: #e4e6eb;
}
.sidebar-menu-style-01  .profile-dsf3SD_02-1SAd9 {
  padding: 8px;
  align-items: center;
  cursor: pointer;
}
.sidebar-menu-style-01  .profile-dsf3SD_02-1SAd9 a img {
  height: 60px !important;
  width: 60px;
  margin: auto 0 !important;
  border-radius: 50%;
  object-fit: cover;
}
.sidebar-menu-style-01  #settings {
  background: transparent;
  box-shadow: none;
  outline: none;
  margin-right: -15px;
  margin-top: 2px;
  margin-left: 3px;
}
.sidebar-menu-style-01  #feed-subject {
  color: #b0b3b8;
  font-size: 10px;
}
.sidebar-menu-style-01  #feed-title {
  color: #e4e6eb;
  font-weight: 500;
  font-size: 13px;
}
.sidebar-menu-style-01  #ch_head_name {
  color: #e4e6eb;
  font-weight: 500;
  margin-left: 10px;
  font-size: 15px;
}
.sidebar-menu-style-01  #head_manage_acc {
  color: #b0b3b8;
  font-size: 12px;
  margin-left: 12px;
  line-height: 0;
}
.sidebar-menu-style-01  .feed-dsf3SD_02-1SAd9 {
  padding: 8px;
  align-items: center;
  cursor: pointer;
}
.sidebar-menu-style-01  .feed-dsf3SD_02-1SAd9 div {
  line-height: 0.7;
  display: inline-grid;
  align-items: center;
  vertical-align: middle;
}
.sidebar-menu-style-01  .profile-dsf3SD_02-1SAd9 div {
  line-height: 1;
  display: inline-grid;
  align-items: center;
  vertical-align: middle;
}
.sidebar-menu-style-01  #navdrop.btn-light .drop-btn {
  color: #b0b3b8;
  background: #fff;
}
.sidebar-menu-style-01  #navdrop.btn-light .drop-btn #menu {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgb(255 255 255 / 19%),
  0 3px 1px -2px rgb(255 255 255 / 18%), 0 1px 5px 0 rgb(255 255 255 / 23%);
  box-shadow: 0 2px 2px 0 rgb(255 255 255 / 19%),
  0 3px 1px -2px rgb(255 255 255 / 18%), 0 1px 5px 0 rgb(255 255 255 / 23%);
}
.sidebar-menu-style-01  #navdrop.btn-light .drop-btn #menu p {
  color: #000;
}
.sidebar-menu-style-01  #navdrop.btn-light .wrapper {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgb(255 255 255 / 19%),
  0 3px 1px -2px rgb(255 255 255 / 18%), 0 1px 5px 0 rgb(255 255 255 / 23%);
}
.sidebar-menu-style-01  #navdrop.btn-light .wrapper span,
.sidebar-menu-style-01  #navdrop.btn-light .wrapper ul li a {
  color: #000;
  font-weight: 500;
  font-size:14px;
}
.sidebar-menu-style-01  #navdrop.btn-light li a span,
.sidebar-menu-style-01  #navdrop.btn-light .wrapper ul li a i,
.sidebar-menu-style-01  #navdrop.btn-light .wrapper .arrow i {
  color: #000;
}
.sidebar-menu-style-01  #navdrop.btn-light ul li a .icon {
}
.sidebar-menu-style-01  #navdrop.btn-light .wrapper ul li:hover {
  background: #f2f2f2 !important;
}
.sidebar-menu-style-01  #navdrop.btn-light .wrapper .arrow i:hover {
  background: #e4e6eb;
}
.sidebar-menu-style-01  #navdrop.btn-light .tooltip {
  background: #f9f9f9 !important;
}
.sidebar-menu-style-01 .icon i {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  margin-left: 23px;
  margin-top: 5px;
}
.position-absolute {
  position:absolute !important;
}
.sidebar-menu-style-01 p {
  margin-bottom:0;
}
/* Sidebar Menu Style 01 */



/* Some Special Proporties */


.vhidden {
  visibility:hidden;
}
.sticky-top {
  top:100px;
  z-index:3;
}

.p0 {
  padding:0 !important;
}

.p50 {
  padding:50px;
}

.m0p0 {
  margin:0;
  padding:0;
}

.mr-1 {
  margin-right:1rem;
}

.mr-050 {
  margin-right:0.50rem;
}
.pt25 {
  padding-top: 25px !important;
}


.pt100 {
  padding-top:100px !important;
}
.pt50 {
  padding-top:50px;
}

.mb25 {
  margin-bottom:25px !important;
}

.pb50 {
  padding-bottom:50px;
}

.pt10 {
  padding-top:10px;
}

.p15 {
  padding:15px;
}

.pb30 {
  padding-bottom:30px !important;
}

.pb0 {
  padding-bottom:0px !important;
}

img {
  width:100%;
}

.section-title-style-02 {
  text-align:left;
}

.section-title {
  text-align:center;
  padding-top:50px;
  padding-bottom:50px;
}
.partner-section-one {
  padding-bottom:50px;
}

/* Some Special Proporties */

/* Video Properties */
.my-video {
  width: 100%;
  border-radius: 0.45rem;
  object-fit: cover;
  height: 100%;
  pointer-events: none;
}
/* Video Properties */

/* Searchbox */
.searchbox{
  width: 100%;
  background: #fff;
  border-radius: 5px;
  height: auto;
  padding-right: 20px;
}

.searchbox .search_field{
  width: auto;
  height: 100%;
  position: relative;
}

.searchbox .search_field .input{
  width: 100%;
  height: 100%;
  border: 0px;
  font-size: 16px;
  padding-left: 20px;
  padding-right:30px;
  color: #6f768d;
}

.searchbox .search_field .fas{
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}

#searchInput:focus-visible {
  outline: none;
  border: none;
}

a {
  color:#fff;
}
/* Searchbox */

/* Video Section Style 01 */
.video-section-style-01 {
  padding-top:20px;
  padding-bottom:0px;
}
/* Video Section Style 01 */

/* Video Section Style 01 */
.video-section-style-02 {
  padding-bottom:0px;
  position:relative;
}

.video-section-style-02 #video-section {
  width:100%;
  height: calc(100vh - 125px);
}

.video-section-style-02 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);

}
/* Video Section Style 01 */


/* Content Area Style 01 */
.content-area-style-01 {
  font-size:32px;
  color:#000000b8;
  font-weight:400;
}

.content-area-style-01 strong {
  font-weight:600;
}
/* Content Area Style 01 */

/* Subpage Style 01 */
.subpage-style-01 {
  background-color:#f5f5f7;
  border-top: 1px solid rgba(134,134,139,.4);
}

.subpage-style-01 h1 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.038em;
  color: #333;
}
.subpage-style-01 p {
  color: #000000b8;
  font-size: 1rem;
  font-weight: 500;
}
.subpage-style-01 .breadcrumb-item.active
{
  color:#000000b8;
}
.subpage-style-01 .breadcrumb .breadcrumb-item a {
  color:#000;
}
.subpage-style-01 .subpage-style-01 .coverimage {
  padding-bottom:20px;
  padding-top:20px;
  width:100%;
}
/* Subpage Style 01 */

/* Subpage Style 02 */
.subpage-style-02 {
  background-color:#fff;
  border-top: 1px solid rgba(134,134,139,.4);
  bottom: 1px solid rgba(134,134,139,.4);
}

.subpage-style-02 h1 {
  font-weight:600;
  letter-spacing: -0.038em;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.subpage-style-02 p {
  color:#000000b8;
  font-size:21px;
  font-weight:400;
}

.subpage-style-02 .breadcrumbarea {
  padding-right: 50px;
}

.subpage-style-02 ol {
  margin-bottom:0;justify-content: right;
}
.subpage-style-02 .breadcrumb-item.active
{
  color:#000000b8;
}
.subpage-style-02 .breadcrumb .breadcrumb-item a {
  color:#000;
}
.subpage-style-02 .subpage-style-01 .coverimage {
  padding-bottom:20px;
  padding-top:20px;
  width:100%;
}
/* Subpage Style 02 */

/* Mockup Style 01 */

.mockup-style-01 .keywords {
  font-size:56px;
  font-weight:900;
}

.mockup-style-01 .title {
  font-size:94px;
  font-weight:900;
  margin-top: -50px;
}

.mockup-style-01 .description {
  font-size:17px;
  color:#000000b8;
  font-weight:400;
}
/* Mockup Style 01 */

/* Mockup Style 01 */

.mockup-style-02 .keywords {
  font-size:56px;
  font-weight:900;
}

.mockup-style-02 .title {
  font-size:62px;
  font-weight:900;
  margin-top: -25px;
}

.mockup-style-02 .description {
  font-size:17px;
  font-weight:500;
}
/* Mockup Style 01 */

/* Glitch Image */
.glitchImage{
  animation: animate 5.3s linear infinite;
}

.glitchImage:before{
  animation: animate 5.3s linear infinite;
}

/* Zoom and zoomout */
@keyframes play {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* Zoom and zoomout */

@keyframes animate{
  0%
  {
    filter: hue-rotate(0deg);
  }
  100%
  {
    filter: hue-rotate(360deg);
  }
}
/* Glitch Image */

/* Scroll to top */
.scrollToTopBtn {
  background-color: black;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 18px;
  line-height: 48px;
  width: 48px;
  border-radius:0.45rem;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}
/* Scroll to top */

/* Buttons */
.button-style-01 {
  position:relative;
  color:#333;
  font-weight:500;
  font-size:17px;
  background-color:#fff;
  border-radius:0.45rem;
  padding:10px;
}
.button-style-01 i {
  font-size:15px;
}

.button-style-01:hover {
  color:#333;
  border:1px solid #000;
  background-color: #fff;
}

.btn-style-01 a::after {
  content: "";
  display: block;
  color: #fff;
  position: absolute;
  left: 0;
  right: 100%;
  height: 1px;
  width: 0%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Yarı saydam siyah arka plan */
  transition: width 0.5s;
  transition-timing-function: ease-out;
}

.btn-style-01 a:hover::after {
  width: 100%;
  color:#fff;
}

.button-style-02 {
  width:auto;
  color:#333;
  font-weight:500;
  font-size:13px;
  background-color:#fff;
  border-radius:0.45rem;
  padding:8px;
  display: inline-flex;
  position: relative;
  justify-content: center;
  padding-right: 55px;
  padding-left: 25px;
  border:1px solid #c3c3c3 !important;
}
.button-style-02 i {
  height: 24px;
  width: 24px;
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 12px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  right: 8px;
  top: 50%;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:0.45rem;
}
.button-style-02:hover {
  border:1px solid #000 !important;
}

.button-style-03 {
  color: #06c;
  font-weight: 500;
  font-size: 17px;
}

.button style-03 i {
  font-size:15px;
}

.button-style-04 {
  width: auto;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  background-color: #f5f5f7;
  border-radius: 0.45rem;
  padding: 8px;
  display: inline-flex;
  position: relative;
  justify-content: center;
  padding-right: 55px;
  padding-left: 25px;
  margin-bottom:50px;
  /* border: 1px solid #c3c3c3 !important; */
}
.button-style-04 i {
  height: 22px;
  width: 22px;
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 14px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  right: 25px;
  top: 50%;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.45rem;
}
.button-style-04:hover {
  background-color:#fff;
}

.button-style-06 {
  margin-top:30px;
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  background: #f6ec3a;
  font-size: 16px;
  padding: 12px 12px 12px 12px;
  width: 230px;
  border-radius: 32px;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  font-weight: 600;
}
.button-style-06:before {
  content: "";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}
.button-style-06:hover {
  text-indent: -20px;
}
.button-style-06:hover:before {
  opacity: 1;
  text-indent: 0px;
}

/* Buttons */

/* Experience Tag */

/* Experience Tag */
.experiencetag {
  background: #f6ec3a;
  font-weight: 600;
  font-size: 14px;
  border-radius: 100px;
  padding: 18px;
  color: #000;
  position: relative;
  text-transform: uppercase;

  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.experiencetag:hover {
}
.experiencetag::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 20px;
  top: -100%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  box-shadow: 10px 0 2px #fff;
  filter: blur(10px);
  animation: slide 8s cubic-bezier(0.21, 0.6, 0.22, 0.61) infinite;

}
@keyframes slide {
  0% {
    transform: translate(-100%, -100%) rotate(-45deg);
  }
  100% {
    transform: translate(100%, 100%) rotate(-45deg);
  }
}
/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
/* Preloader */

/* Slider 01 */
.slider-style-01 .sliderbutton {
  color: #151515;
  display: inline-block;
  position: relative;
  padding: .5em 1em;
  margin-bottom: 0;
  font-weight: 400 !important;
  font-size: 14px;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  text-decoration: none;
  border: solid 1px;
  transition: color .4s ease;
}
.slider-style-01 .sliderbutton:active::after,
.slider-style-01 .sliderbutton:focus::after,
.slider-style-01 .sliderbutton:hover::after {
  width: 100%;
  padding-right: 25px;
}

.slider-style-01 .sliderbutton {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 13em;
  font-weight: 600;
  letter-spacing: .15em;
  color:#fff;
  border-radius: 0.45rem;
}
.slider-style-01 .sliderbutton::before{
  content: '';
  height: .1rem;
  width: 2rem;
  margin-right: .7rem;
  background: #fff;
  transition: width .3s ease;
}
.slider-style-01 .sliderbutton:hover::before {
  width: 3rem;
}

.slider-style-01 .swiper-container {
  width: 100%;
  height: 100vh;
}
.slider-style-01 .swiper-slide {
  overflow: hidden;
}
.slider-style-01 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, transparent 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, black 0, transparent 50%, #0001%, rgba(0, 0, 0, 1) 100%);
  transition: all .65s ease;
}
.slider-style-01 .swiper-slide-duplicate-active .overlay,
.slider-style-01 .swiper-slide-active .overlay {
  opacity: 0.9;
}
.slider-style-01 .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
}
.slider-style-01 .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit:cover;
  animation: play 20s infinite alternate;
  transform: scale(1.07);
  -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  transition: opacity .6s ease-in-out, transform 2s ease .7s;
}
.slider-style-01 .swiper-slide-duplicate-active .image,
.slider-style-01 .swiper-slide-active .image {
  opacity: 1;
  transform: scale(1);
}

.slider-style-01 .swiper-button-prev,
.slider-style-01 .swiper-button-next {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .2em;
  line-height: 2em;
  font-size: 12px;
  width: auto;
  height: 24px;
  background-image: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider-style-01 .swiper-button-prev {
  padding-left: 6em;
  left: 0;
  -webkit-transition: padding-left .3s ease;
  -moz-transition: padding-left .3s ease;
  transition: padding-left .3s ease;
}
.slider-style-01 .swiper-button-next {
  padding-right: 6em;
  right: 0;
  -webkit-transition: padding-right .3s ease;
  -moz-transition: padding-right .3s ease;
  transition: padding-right .3s ease;
}
.slider-style-01 .swiper-button-prev::after {
  content: "";
  width: 4em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transition: width .3s ease;
  -moz-transition: width .3s ease;
  transition: width .3s ease;
}
.slider-style-01 .swiper-button-next::after {
  content: "";
  width: 4em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  -webkit-transition: width .3s ease;
  -moz-transition: width .3s ease;
  transition: width .3s ease;
}
.slider-style-01 .swiper-button-prev:hover {
  padding-left: 90px;
}
.slider-style-01 .swiper-button-prev:hover::after {
  width: 75px;
}
.slider-style-01 .swiper-button-next:hover {
  padding-right: 90px;
}
.slider-style-01 .swiper-button-next:hover::after {
  width: 75px;
}

.slider-style-01 .info {
  position: absolute;
  width: auto;
  min-height: 50px;
  bottom: 3em;
  padding-left: 3em;
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-style-01 .swiper-slide-active .info {
  opacity: 1;
  transition: opacity 1s ease 1s;
}
.slider-style-01 .info h2 {
  margin: 10px 0;
  text-transform: capitalize;
  line-height: 1.1em;
  font-size: 3.5rem;
  color: #fff;
  width: 500px;
}

.slider-style-01 .info p {
  font-size: 22px;
  color: #f9f9f9;
  width: 500px;
  font-weight: 500;
}
.slider-style-01 .slide--info__link {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: solid 2px;
}
.slider-style-01 .swiper-slide--bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.slider-style-01 .expanded-timeline {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: right;
  z-index: 3;
  bottom: 2.8em;
  right: 3em;
  width: 40vh;
}
.slider-style-01 .swiper-pagination-progress {
  z-index: 4;
  width: 85%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
}
.slider-style-01 .swiper-pagination-progressbar {
  background: #fff !important;
}
.slider-style-01 .expanded-timeline__counter span {
  text-align: center;
  margin-left: 1.8em;
  margin-right: 100%;
  padding: .4em 0;
  color: #fff;
  display: block;
}
.slider-style-01 .scroll-message {
  position: absolute;
  right: 0;
  color: #fff;
  opacity: .5;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  letter-spacing: .15em;
}
.slider-style-01 .scroll-svg {
  width: 24px;
  margin: 0 auto 1.2em;
  display: block;
}

@media only screen and (max-width: 805px) {

  .slider-style-01 .swiper-button-prev,
  .slider-style-01 .swiper-button-next {
    bottom: 1.4em;
    top: auto;
  }
  .slider-style-01 .expanded-timeline {
    display: none;
  }
  .slider-style-01 .slide-inner--info {
    width: 100%;
    text-align: center;
    min-height: 50px;
    bottom: 10vh;
    padding-left: 0;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .slider-style-01 .sliderbutton {
    margin: 0 auto;
    display: inline-block;
    letter-spacing: .15em;
    background: #df1f29;
    color: #fff;
    padding: .5em 0;
  }
  .slider-style-01 .sliderbutton::before {
    content: '';
    display: none;
    width: 0;
  }
  }

/* Slide 01 */

/* Colorful Text */
.colorful-text span{
  font-size:56px;
  font-weight:700;
  background: rgba(1,186,218,1);
  background: -moz-linear-gradient(left, rgba(1,186,218,1) 0%, rgba(92,152,165,1) 9%, rgba(234,98,83,1) 23%, rgba(242,200,33,1) 49%, rgba(69,161,222,1) 75%, rgba(164,103,188,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,186,218,1)), color-stop(9%, rgba(92,152,165,1)), color-stop(23%, rgba(234,98,83,1)), color-stop(49%, rgba(242,200,33,1)), color-stop(75%, rgba(69,161,222,1)), color-stop(100%, rgba(164,103,188,1)));
  background: -webkit-linear-gradient(left, rgba(1,186,218,1) 0%, rgba(92,152,165,1) 9%, rgba(234,98,83,1) 23%, rgba(242,200,33,1) 49%, rgba(69,161,222,1) 75%, rgba(164,103,188,1) 100%);
  background: -o-linear-gradient(left, rgba(1,186,218,1) 0%, rgba(92,152,165,1) 9%, rgba(234,98,83,1) 23%, rgba(242,200,33,1) 49%, rgba(69,161,222,1) 75%, rgba(164,103,188,1) 100%);
  background: -ms-linear-gradient(left, rgba(1,186,218,1) 0%, rgba(92,152,165,1) 9%, rgba(234,98,83,1) 23%, rgba(242,200,33,1) 49%, rgba(69,161,222,1) 75%, rgba(164,103,188,1) 100%);
  background: linear-gradient(to right, rgba(1,186,218,1) 0%, rgba(92,152,165,1) 9%, rgba(234,98,83,1) 23%, rgba(242,200,33,1) 49%, rgba(69,161,222,1) 75%, rgba(164,103,188,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01bada', endColorstr='#a467bc', GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.colorful-text p {
  font-size:17px;
  color:#000000b8 !important;
  font-weight:500;
}
/* Colorful Text */

/* Scroll Style 01 */
.scroll-section {

}
.bg-light {
  background: #fff !important;
}
.bg-gray {
  background: #f5f5f7 !important;
}
.bg-dark {
  background: #000 !important;
}
.image {
  width: 100%;
  height: 100%;
}

.text {
  color: #fff;
}
/* Scroll Style 01 */
/* Box Style 01 - Mevcut stilinizi güncelliyoruz */
.box-style-1 {
  padding-top: 50px;
}

.box-style-1 .box {
  background-color: #fff;
  padding: 0px;
  border-radius: 0.45rem;
  margin-bottom: 25px;
  transition: all .2s ease-in-out;
  cursor: pointer;

  /* Kaydırma efektini uygulamak için göreceli pozisyon şart */
  position: relative;
}

.box-style-1 .box:hover {
  transform: scale(1.050);
}

.box-style-1 .box img {
  width: 100%;
}

.box-style-1 .box h4 {
  margin-top: 15px;
  font-size: 16px;
  padding-bottom: 0px;
  margin-bottom: -15px;
}

.box-style-1 .box .details {
  padding-bottom: 15px;
}

/* YENİ EKLENECEK CSS SINIFLARI */

/* 1. Kırpma Alanı (Clipper) */
.template-clipper {
  /* Browser Bar altındaki alandan başlar ve görselin bir kısmını keser */
  overflow: hidden;
  position: relative;
  /* Box içerisindeki görüntülenebilir yüksekliği ayarlar.
     Örn: Tarayıcı çubuğu hariç 350px göster. */
  height: 225px;
}

/* 2. Kaydırılacak Görsel (Template Image) */
.template-scroll {
  /* Görseli kaydırmaya hazırlamak için mutlak konumlandırma */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  /* Yumuşak geçiş için transition eklenir */
  transition: transform 3s ease-in-out;
  /* Ekran görüntüsü çok uzunsa transform süresini artırın (örn. 5s) */
}

/* 3. Hover Efekti */
.box-style-1 .box:hover .template-scroll {
  /* Hover durumunda görseli yukarı doğru kaydır */
  /* Tarayıcı çubuğunun yüksekliğini (tahmini 50px) hesaplayarak kaydırma miktarı ayarlanmalıdır. */
  /* Örn: Eğer full screenshot 1000px ise ve clipper 350px ise,
           kaydırma miktarı (1000px - 350px) olmalıdır. */

  /* Aşağıdaki % değerini, kullandığınız full page screenshot yüksekliğine göre ayarlayın: */
  /* %100: En üsten en alta kaydırır (en altı gösterir) */
  transform: translateY(calc(-100% + 180px + 50px));

}

/* Opsiyonel: Tarayıcı çubuğu görseli, kaydırma dışında kalmalıdır. */
.box-style-1 .box .browser-bar {
  position: relative;
  z-index: 10;
}

/* Box Style 01 */
.box-style-1 {
  padding-top:50px;
}

.box-style-1 .box {
  background-color:#fff;
  padding:0px;
  border-radius:0.45rem;
  margin-bottom:25px;
  transition: all .2s ease-in-out;
  cursor:pointer;
}

.box-style-1 .box:hover {
  transform: scale(1.050);
}

.box-style-1 .box img {
  width:100%;
}

.box-style-1 .box h4 {
  margin-top: 15px;
  font-size: 16px;
  padding-bottom: 0px;
  margin-bottom: -15px;
}

.box-style-1 .box .details {
padding-bottom:15px;
}
/* Box Style 01 */

/* Box Style 02 */
.box-style-2 {
  background-color:#161617;
  border-radius:0.45rem;
}

.box-style-2 img {
  width:100%;
  border-radius:0.45rem;
  padding-bottom:15px;
}

.box-style-2 h5 {
  padding-bottom:15px;
  font-size: 16px;
}
/* Box Style 02 */

/* Box Style 03 */
.box-style-3 {
  border-radius:0.45rem;
  margin-bottom:20px;
  position:relative;
}

.box-style-3 img {
  width: 100%;
  border-radius: 0.45rem;
  max-height: 355px;
  object-fit: cover;
}

.box-style-3 h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.box-style-3 .details {
  padding-bottom: 10px;
  position: absolute;
  padding-top: 25px;
  color: #fff;
  bottom:0;
  padding-left: 25px;
  padding-right: 25px;
}
/* Box Style 03 */

/* Box Style 04 */
.box-style-4 {
  padding-top:50px;
}

.box-style-4 .box {
  background-color: #f5f5f7;
  border-radius:0.45rem;
  margin-bottom:25px;
  transition: all .2s ease-in-out;
}

.box-style-4 .box:hover {
  transform: scale(1.050);
}

.box-style-4 .box img {
  width:100%;
}

.box-style-4 .box h4 {
  margin-top:15px;
  font-size:16px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
}

.box-style-4 .box .details {
  min-height: 90px;
  padding-bottom:15px;
}
/* Box Style 04 */

/* Box Style 05 */
.box-style-5 {
  padding-top:50px;
}

.box-style-5 .box {
  width: 100%;
  background-color: #fff;
  padding: 0px;
  border-radius: 0.45rem;
  margin-bottom: 25px;
}

.box-style-5 .box img {
  width: 100%;
  height: 100%;
}

.box-style-5 .box h4 {
  color:#212529;
  margin-top:15px;
  font-size:16px;
  padding-bottom:5px;
  font-weight: 600;
}

.box-style-5 .box .details {
  padding-bottom:15px;
  padding-left:15px;
  color:#212529;

}
/* Box Style 05 */

/* Partner Section 01 */

.partner-section-style-01 .title {
  font-size:56px;
  font-weight:700;
}

.partner-section-style-01 .description {
  font-size:17px;
  color:#000000b8;
  font-weight:400;
}
.partner-section-style-01 .img-box:hover,
.slick-arrow-two li:hover {
  transform: scale(1.1);
}
.partner-section-style-01  .img-box a {
  display: block;

  height: 100%;
}
.partner-section-style-01 .img-box img {
  position: relative;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.partner-section-style-01 .img-box {
  background: #fff;
  border-radius: 50%;
  box-shadow: 15px 30px 50px rgba(23, 32, 90, 0.06);
  width: 175px;
  height: 175px;
  margin: 0 auto 25px;
  transition: 0.3s ease-in-out;
}

.partner-section-style-01 .img-box a {
text-align:center;
}



/* Partner Section 01 */

/* Blog Style 05 */
.blog-style-1 {
  padding-top:50px;
}

.blog-style-1 .box {
  background-color:#fff;
  padding:0px;
  border-radius:0.45rem;
  margin-bottom:25px;
  transition: all .2s ease-in-out;
}

.blog-style-1 .box:hover img {
  transition: all .5s ease-in-out;
  transition-delay: .5s;

}

.blog-style-1 .box img {
  width:100%;
}

.blog-style-1 .box h4 {
  margin-top:15px;
  font-size:16px;
  padding-bottom:5px;
  font-weight: 600;
}

.blog-style-1 .box .details {
  padding-bottom:15px;
  padding-left:15px;
}
/* Blog Style 05 */


/* Footer Style 01 */
footer {
  padding-top:40px;
  padding-bottom:40px;
  background-color:#f5f5f7;
}
footer img {
  width:200px;
}
.footer-menu-01 ul {
  padding-left:0;
  list-style: none;
}
.footer-menu-01 ul li {
  padding-bottom:5px;
}

.footer-menu-01 ul li a {
  color:#000;
  font-weight:300;
}

footer .menu-title {
  font-size: 1rem;
  color:#1d1d1f;
  font-weight:600;
  padding-bottom:5px;
}
footer .getintouch .area {
  padding-bottom:10px;
}
footer .getintouch .area i {
  background-color:#fff;
  padding:10px;
  border-radius:0.45rem;
}
footer .getintouch .area span {
  background-color:#fff;
  padding:10px;
  border-radius:0.45rem;
}

footer .getintouch .area a {
  color:#000;
}

footer .getintouch .socialicons i {
  background-color:#fff;
  padding:10px;
  border-radius:0.45rem;
}

footer .getintouch .socialicons i:hover {
  background-color:#000;
  color:#fff;
}

footer .getintouch .socialicons a {
  color:#000;
}

footer .copyright {
  padding-top:20px;
}
/* Footer Style 01 */

/* Contact Style 01 */

.overflow {
  overflow:hidden;
}

.contact-style-01 {
  max-height: calc(100vh - 68.5px);
  border-top: 1px solid rgba(134,134,139,.4);
}
.contact-style-01 .row>* {
  padding:0 !important;
}
.contact-style-01 img {
  max-height: calc(100vh - 68.5px);
  object-fit:cover;
}
.contact-style-01 .informations,
.contact-style-01 .contact {
  padding-left:25px;
  padding-right:25px;
}


.contact-style-01 .informations p {
  color: #000;
  margin-bottom: 5px;
  font-weight: 300;
  background-color: #fff;
  border-radius: 0.45rem;
  padding: 8px;
  font-size: 16px;
}

.contact-style-01 .informations a {
  color: #000;
}

.contact-style-01 .breadcrumb a  {
  color:#000;
}

.contact-style-01 .contact-box-style-01 {
  background-color:#f5f5f7;
  border-radius:0.45rem;
  padding:25px;
  margin-right:10px;
  min-height: 155px;
}

.contact-style-01 h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  padding: 8px;
  border-radius: 0.45rem;
  text-align: center;
}

.contact-style-01  .area i {

  background-color:#fff;
  border-radius:0.45rem;
}
.contact-style-01 .area span {
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 0.45rem;
  width: 24%;
  display: revert;
}
.contact-style-01 .socialicons i {
  background-color:#fff;
  padding:10px;
  border-radius:0.45rem;
  color:#000;
}

.contact-style-01 .socialicons i:hover {
  background-color:#000;
  color:#fff;
}

.contact-style-01 h2 {
  font-size:2.5rem;
  margin-bottom:30px;
  font-weight:400;
}

.contact-style-01 h2 span {
  font-weight:700;"
}
/* Contact Style 01 */

/* Pagination Style 01 */
.pagination-style-01 ul li .page-link {
  color:#666;
  border-color:#f5f5f7;
}

.pagination-style-01 .pagination {
  border-radius:0.45rem;
  justify-content: center;
  align-items: center;

}

.pagination-style-01 .active>.page-link, .page-link.active {
  background-color:#000;
  border-color:transparent;
  color: #fff !important;
}
/* Pagination Style 01 */

/* Blog Style 01 */
.blog-style-1 .subinfo {
  background-color:#fff;
  padding:25px;
  border-radius:0.45rem;
}

.blog-style-1 .subinfo span {
  color:#000;
  font-size:14px;
  font-weight:500;
}
.blog-style-1 .subinfo p {
  color:#000;
  font-size:24px;
  font-weight:400;
}

.blog-style-1 h1
{
  margin-bottom:30px;
  margin-top:15px;
  font-weight:700;
}

.blog-style-1 .details {
  background-color:#fff;
  border-bottom-left-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem;
}

.blog-style-1 .details p {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.10px;
  line-height: 30px;
}

.blog-style-1 .details img {
  border-radius:0.45rem;
}

.blog-style-1 .coverimage img {
  border-radius:0.45rem;
}

.blog-style-1 .coverimage .row>* {
  padding-left:0;
  padding-right:0;
}
/* Blog Style 01 */

/* Template Detail Style 01 */
.template-detail-style-1 .subinfo {
  background-color:#fff;
  padding:25px;
  border-radius:0.45rem;
}

.template-detail-style-1 .subinfo span {
  color:#000;
  font-size:14px;
  font-weight:500;
}
.template-detail-style-1 .subinfo p {
  color:#000;
  font-size:24px;
  font-weight:400;
}

.template-detail-style-1 h1
{
  margin-bottom:30px;
  margin-top:15px;
  font-weight:700;
}

.template-detail-style-1 .details {
  background-color:#fff;
  border-bottom-left-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem;
}

.template-detail-style-1 .details p {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.10px;
  line-height: 26px;
}

.template-detail-style-1 .details img {
  border-radius:0.45rem;
}

.template-detail-style-1 .coverimage img {
  border-radius:0.45rem;
}

.template-detail-style-1 .coverimage .row>* {
  padding-left:0;
  padding-right:0;
}
/* Template Detail 01 */

/* Google Maps */
.googlemaps {
  width:100%;
  border:0;
  border-radius:0.45rem;
  margin-bottom:30px;
}
/* Google Maps */

/* Owl Carousel */
#owl-carousel-style-01 {
}
#owl-carousel-style-01 .title {
  margin-bottom: 10px;
  font-size: 30px;
}
#owl-carousel-style-01 .owl-carousel img {
  cursor:pointer;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 300px;
  object-fit: cover;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
  border-radius:0.45rem;
}
#owl-carousel-style-01 .owl-carousel .owl-item {
  height: 300px;
  position: relative;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  transition: all 0.2s;
  -webkit-transform: all 0.2s;
  z-index: 1;
}
@media (max-width: 768px) {
  #owl-carousel-style-01 .owl-carousel .owl-item {
    height: 270px;
  }
}
@media (max-width: 380px) {
  #owl-carousel-style-01 .owl-carousel .owl-item {
    height: 200px;
  }
}
#owl-carousel-style-01 .owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}
#owl-carousel-style-01 .owl-item.big {
  transform: scale(1);
  -ms-transform: scale(1);
  z-index: 3;
}
#owl-carousel-style-01 .owl-item.medium {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  z-index: 2;
}
#owl-carousel-style-01 .owl-item.medium.mdright {
  /*border: solid 1px red;*/
  position: relative;
  left: -30px;
}
@media (min-width: 768px) {
  #owl-carousel-style-01 .owl-item.medium.mdright {
    left: 0px;
  }
}
#owl-carousel-style-01 .owl-item.medium.mdleft {
  position: relative;
  right: -30px;
}
@media (min-width: 768px) {
  #owl-carousel-style-01 .owl-item.medium.mdleft {
    right: 0px;
  }
}
#owl-carousel-style-01 .owl-item.smallRight.active {
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  position: relative;
  left: -30px;
}
#owl-carousel-style-01 .owl-item.smallLeft.active {
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  position: relative;
  right: -30px;
}
#owl-carousel-style-01 .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
#owl-carousel-style-01 .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 10px;
  background: #f5f5f7;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #000 !important;
  font-size: 25px !important;
}
#owl-carousel-style-01 .owl-nav .owl-prev:hover {
  color: #000 !important;
  background: #f6ec3a;
}
#owl-carousel-style-01 .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 10px;
  background: #f5f5f7;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #000 !important;
  font-size: 25px !important;
}
#owl-carousel-style-01 .owl-nav .owl-next:hover {
  color: #000 !important;
  background: #f6ec3a;
}
/* Owl Carousel */

/* FAQ Area Style 01 */
.faq-area-style-01 #more {display: none;}


.faq-area-style-01 .accordion-item {
  border:none;
  margin-bottom: 15px;
}

.faq-area-style-01 .accordion-button {
  font-size:20px;
  background-color: #f5f5f7;
  font-weight: 500;
  border-radius: 0.45rem;
}

.faq-area-style-01 .accordion-body {
  font-size: 17px;
  color: #000000b8;
  font-weight: 400;
}

.faq-area-style-01 .accordion-button:focus {
  border-color:none;
  box-shadow:none;
}

.faq-area-style-01 .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #4e4e4e;
  box-shadow: none;
  border-radius: 0.45rem;
}

.faq-area-style-01 .accordion-button:not(.collapsed)::after {
  background-image: url("/assets/images/dv/active.svg");
}
/* FAQ Area Style 01 */

/* Marquee Item Style 01 */
.marquee-item-style-01 .marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 15px;

}
.marquee-item-style-01 .marquee, .marquee-reverse {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}
.marquee-item-style-01 .marquee {
  animation: marquee 30s linear infinite;
}
.marquee-item-style-01 .marquee-reverse {
  animation: marquee-reverse 30s linear infinite;
}
.marquee-item-style-01 .marquee-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px 40px;
  border-radius: 10px;
  color: #000;
  font-weight: 500;
  font-size: 17px;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 10px;
  background: #f8d628;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.1),
  0 0 0 1px hsla(230, 13%, 9%, 0.075),
  0 0.3px 0.4px hsla(230, 13%, 9%, 0.02),
  0 0.9px 1.5px hsla(230, 13%, 9%, 0.045),
  0 3.5px 6px hsla(230, 13%, 9%, 0.09);
  background: #f6ec3a;
}

.marquee-item-style-01 .marquee-item i {
  margin-right:5px;
}

.marquee-item-style-01 .marquee:hover, .marquee-reverse:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
@keyframes marquee-reverse {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}
/* Marquee Item Style 01 */

/* Modal Style 01 */
.modal-style-01 .modal-header {
  padding: 0px 30px 0px 10px;
}
/* Modal Style 01 */

/* Form Style 01 */
.form-style-01 .forgotpassword a {
  color: #86868b;
  text-decoration: none;
}

.form-style-01 .button-style-02 {
  font-size:16px;
}

.button-style-02 i {
  width:28px;
  height:28px;
  font-size:16px;
}

.form-style-01 .form-group {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.form-style-01 .form-style {
  padding: 13px 20px;
  padding-left: 55px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  border-radius: 12px;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #c3c3c3;
  letter-spacing: 0.5px;
  outline: none;
  color: #000;
  background-color: #fff;
  transition: all 200ms linear;
}

.form-style-01 .form-style:focus,
.form-style-01 .form-style:active {
  outline: none;
  border: 1px solid #000;
}

.form-style-01 .input-icon {
  position: absolute;
  top: 0;
  left: 18px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
  color: #000;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-style-01 .form-group input:-ms-input-placeholder {
  color: #000;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-style-01 .form-group input::-moz-placeholder {
  color: #000;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-style-01 .form-group input:-moz-placeholder {
  color: #000;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-style-01 .form-group input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-style-01 .form-group input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-style-01 .form-group input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-style-01 .form-group input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-style-01 .form-group input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}s
/* Form Style 01 */




/* Owl Carousel - Slide */
 */
 .owl-carousel-slide .item {

 }
.owl-carousel-slide .owl-nav button.owl-prev {
  left: 10px;
  background: #fff;
  width: 38px;
  height: 38px;
}
.owl-carousel-slide .owl-nav button.owl-next {
  right: 10px;
  background: #fff;
  width: 38px;
  height: 38px;
}

.owl-carousel-slide .owl-dots {
  text-align: center;
  padding-top: 0;
  position: absolute;
  /* margin: 0 auto; */
  margin-top: -45px;
  width: 100%;
}
.owl-carousel-slide .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  border:1px solid #4e4e4e;
  margin: 0px 3px;
}
.owl-carousel-slide .owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-carousel-slide .owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-carousel-slide .owl-nav button {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.owl-carousel-slide .owl-nav button span {
  font-size: 35px;
  margin-top: -27px;
  left: 13px;
  position: inherit;
  /* border-radius: 250px; */
  color: #000;
}
.owl-carousel-slide .owl-nav button:focus {
  outline: none;
}

.owl-carousel-slide .owl-item img {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  right: 0;
  /* margin-top: -50px; */
  /* border-radius: 0.45rem; */
  border-top-left-radius: 0.45rem;
  border-top-right-radius: 0.45rem;
  object-fit: cover;
}
/* Owl Carousel - Slide */


/* Button Style 03 */
.button-style-05 {
  width: auto;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  border-radius: 0.45rem;
  padding: 8px;
  display: inline-flex;
  position: relative;
  justify-content: center;
  padding-right: 55px;
  padding-left: 25px;
  background: linear-gradient(to top, #fbc21c 39%, #f4ed36 100%);
}

.button-style-05 i {
  height: 28px;
  width: 28px;
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 16px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  right: 8px;
  top: 50%;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.45rem;
}

.button-style-05:hover {
  color: #fff;
  background: linear-gradient(to top, #4CAF50 39%, #4CAF50 100%);


}
/* Button Style 03 */




/* Card Style 01 */
.card-style-01 .nav-tabs {
  border-bottom:none;
  border-radius:0.45rem;
}

.card-style-01 .card {
  margin-bottom:25px;
  border-radius:0.45rem;
  border:none;
}

.card-style-01 .card-header {
  padding: 20px 20px 20px 30px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #212529;
}

.card-style-01 .list-group {
  padding: 0px 20px 20px 20px;
}

.card-style-01 .list-group-item {
  padding:20px;
  color: #6C757D;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 16px;
  font-family: 'Inter', sans-serif;
  border-bottom: 1px solid #dee2e6;
}

.card-style-01 .tab-content li {
  font-size: 14px;
  color: #212529;
  font-weight: 600;
}

.card-style-01 .list-group-item span {
  float:right;
  font-size: 14px;
  color: #212529;
  font-weight: 600;
}

.card-style-01 .list-group-item span a {
  color: #06c;
}
/* Card Style 01 */

/* Lightgallery */
.lg-backdrop {
  background-color: #fff;
}

.lg-toolbar {
  background-color: #fff;
}

.lg-toolbar .lg-icon {
  color:#000;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom:0 !important;
}
.lg-counter {
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Gilroy';
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-sub-html {
  background-color:#fff;
  color:#000;
}

.lg-sub-html p {
  font-size: 14px;
  margin: 5px 0 0;
  font-family: 'Gilroy';
  color: #000;
}

.lg-sub-html {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-family: Gilroy;
}

.lg-toolbar .lg-icon:hover {
  color:#000 !important;
}

.lg-image {
  border-radius:0.45rem;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  border:1px solid #f5f5f7;
}

.lg-outer .lg-thumb-outer {
  background-color:#f5f5f7;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color:#000;
}

.lg-sub-html {
  font-size: 18px;
  font-weight: 500;
}

.lg-next, .lg-prev {
  background-color: #4e4e4e;
  border-radius: 0.45rem;
  color: #fff;
}

.lg-outer .lg-object {
  object-fit: cover;
}

.lg-outer .lg-video-object {
  border-radius:0.45rem;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-weight:500;
}

.lg-outer .lg-toggle-thumb {
  background-color:#fff;
}

/* Lightgallery */

/* Pricing Style 01 */

.pricing-style-01 .card-body {
  border:2px solid #fff;
}

.pricing-style-01 .card-body.active {
  border:2px solid #f6ec3a;
  border-radius:16px;
}

.pricing-style-01 .card-body:hover {
  border-radius:16px;
  border:2px solid #f6ec3a;
  cursor:pointer;
}

.pricing-style-01  .button-style-05 {
  width:250px;
  font-size: 14px;
  border-radius:14px;
}

.pricing-style-01  .pricespesifications {
  display:block;
  justify-content: center;
  margin-bottom:10px;
}

.pricing-style-01 .opacity05 {
  opacity:0.5;
}

.pricing-style-01 .card-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
}

.pricing-style-01 .card-text {
  color: #6c757d;
  margin-bottom: 24px;
}

.pricing-style-01 .price {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.pricing-style-01 .billing-cycle {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 24px;
}

.pricing-style-01 .list-unstyled li {
  font-size: 17px;
  margin-bottom: 12px;
  text-align: left;
  line-height: 33px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e4e4;
  display:flex;
}

.pricing-style-01 .list-unstyled li i {
  margin-right: 8px;
  font-size:26px;
}

.pricing-style-01 .card-body {
  padding: 40px 75px;
}

.pricing-style-01 .card {
  border-radius: 16px;
  background-color: #fff;
}

.pricing-style-01 .btn {
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 500;
}

.pricing-style-01 .badge {
  background-color:#000 !important;
  padding: 8px 16px;
  font-size: 12px;
  border-radius: 12px;
  position:relative;
  margin-top:20px;
}

.pricing-style-01 .badge:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 27px;
  top: -76%;
  right: 0;
  background-color: rgb(255 255 255 / 40%);
  transform: rotate(-45deg);
  box-shadow: 10px 0 2px #fff;
  filter: blur(10px);
  animation: slide 8s cubic-bezier(0.21, 0.6, 0.22, 0.61) infinite;
}
/* Pricing Style 01 */

/* Floating Button Style 01 */
.floating-button-style-01 .floating-button {
  position: fixed;
  bottom: 10px;
  right: 12px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
  z-index: 1000;
}

.floating-button-style-01 .floating-button:hover {
  background-color: #1fad53;
}

.floating-button-style-01 .floating-button .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
}

.floating-button-style-01 .card {
  font-family: 'Quicksand', sans-serif;
  position: absolute;
  width: 280px;
  height: 276px;
  background-color: white;
  border-radius: 5px;
  right: 40px;
  bottom: 88px;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 10000;
}

.floating-button-style-01 .card-content {
  margin: 25px;
  padding: 1px;
  text-align: center;
}

.floating-button-style-01 .avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: 0 auto;
}

.floating-button-style-01 .card-message {
  text-align: center;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  border-radius: 5px;
  padding: 10px 6px;
  margin-top: 9px;
  font-size: 14px;
  color: #000000b8;
  font-weight: 500;
}

.floating-button-style-01 .icon-links {
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 10px;
  margin-top: 10px;
}

.floating-button-style-01 .icon-link {
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  text-decoration: none;
  margin: 0 0px;
  paddi: -10px;
  padding-left: 8px;
}

.floating-button-style-01 .icon-link:before {
  display:none;
}

.floating-button-style-01 .icon-link.whatsapp {
  background-color: #18d45c;
}

.floating-button-style-01 .icon-link.envelope {
  background-color: #e53b3b;
}

.floating-button-style-01 .icon-link.instagram {
  background-color: #3f729b;
}

.floating-button-style-01.is-opened .icon.wa {
  animation: wa-in 0.15s linear;
  animation-fill-mode: forwards;
}

.floating-button-style-01.is-opened .icon.close {
  animation: close-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

.floating-button-style-01.is-opened .card {
  display: flex;
  flex-direction: column;
  position: fixed;
}

/* Başlangıçta close ikonunu gizleyin */
.floating-button-style-01 .icon.close {
  display: none;
}

/* is-opened class'ı eklendiğinde close ikonu görünsün */
.floating-button-style-01.is-opened .icon.close {
  display: inline-block;
}

/* is-opened class'ı eklendiğinde wa ikonu gizlensin */
.floating-button-style-01.is-opened .icon.wa {
  display: none;
}

/* Animasyonlar */
@keyframes close-in {
  from { opacity: 0; transform: rotateZ(-70deg); }
  to { opacity: 1; transform: rotateZ(0deg); }
}

@keyframes close-out {
  from { opacity: 1; transform: rotateZ(0deg); }
  to { opacity: 0; transform: rotateZ(-70deg); }
}

@keyframes wa-in {
  from { opacity: 1; transform: rotateZ(0deg); }
  to { opacity: 0; transform: rotateZ(180deg); }
}

@keyframes wa-out {
  from { opacity: 0; transform: rotateZ(180deg); }
  to { opacity: 1; transform: rotateZ(0deg); }
}
/* Floating Button Style 01 */