@font-face {
  font-family: 'Mark Pro';
  src: url('../font/markpro/subset-MarkPro-Bold.eot');
  src: url('../font/markpro/subset-MarkPro-Bold.eot?#iefix') format('embedded-opentype'), url('../font/markpro/subset-MarkPro-Bold.woff2') format('woff2'), url('../font/markpro/subset-MarkPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro';
  src: url('../font/markpro/subset-MarkPro-Medium.eot');
  src: url('../font/markpro/subset-MarkPro-Medium.eot?#iefix') format('embedded-opentype'), url('../font/markpro/subset-MarkPro-Medium.woff2') format('woff2'), url('../font/markpro/subset-MarkPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro';
  src: url('../font/markpro/subset-MarkPro.eot');
  src: url('../font/markpro/subset-MarkPro.eot?#iefix') format('embedded-opentype'), url('../font/markpro/subset-MarkPro.woff2') format('woff2'), url('../font/markpro/subset-MarkPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro';
  src: url('../font/markpro/subset-MarkPro-Heavy.eot');
  src: url('../font/markpro/subset-MarkPro-Heavy.eot?#iefix') format('embedded-opentype'), url('../font/markpro/subset-MarkPro-Heavy.woff2') format('woff2'), url('../font/markpro/subset-MarkPro-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'Mark Pro';
  color: #191919;
  background: #ffffff;
  font-weight: 500;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

a:focus {
  outline: none !important;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.text-brand-green {
  color: #90B229 !important;
}

.bg-brand-green {
  background-color: #90B229;
}

.btn-icon {
  position: relative;
  padding: 1.125rem 4.125rem 1.125rem 1.125rem;
}

.btn-icon2 {
  position: relative;
  padding: 1.125rem 4.125rem 1.125rem 1.125rem;
}

.btn-icon::before {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 28px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-family: bootstrap-icons !important;
  content: "\f124";
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-icon2::before {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 28px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-family: bootstrap-icons !important;
  content: "\f135";
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-sm:before {
  font-size: 24px;
}

.btn-icon:hover::before {
  right: 10px;
}

.btn-icon2:hover::before {
  right: 10px;
}

.btn-txt {
  padding-right: 3rem;
  padding-left: 0px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}

.p-xs {
  font-size: 0.8rem;
}

p {
  font-size: 1.125rem;
  letter-spacing: -.01em;
  font-weight: 400;
}

.p-md {
  font-size: 1.25rem;
  letter-spacing: -.02em
}

.p-lg {
  font-size: 1.5rem;
  letter-spacing: -.024em
}

a:hover {
  text-decoration: none;
  color: #90B229;
}

a {
  color: #191919;
}

img {
  border: 0px;
}

ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

a,
button {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-decoration: none;
}

button:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../images/preloader.gif) center no-repeat #fff;
}

.section-p {
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn:focus {
  box-shadow: none !important;
}

.section-p-single {
  padding-top: 120px;
  padding-bottom: 130px;
}

.single-page {
  background-color: #f5f1f8;
}

.section-text {
  text-align: center;
}

.content-single-page-header h1 {
  /* padding-bottom: 140px; */
}

.single-page-content .framework-contract {
  border: 1px #EBEDF0 solid;
  border-radius: 8px;
  padding: 15px;
}

.single-page-content .wordless-text {
  height: 700px;
  overflow-y: scroll;
  font-size: 1.5rem;
}

.single-page-content .wordless-text::-webkit-scrollbar-track {
  background-color: #F3F3F3;
}

.single-page-content .wordless-text::-webkit-scrollbar {
  width: 6px;
  background-color: #F3F3F3;
}

.single-page-content .wordless-text::-webkit-scrollbar-thumb {
  background-color: #35404C;
}

input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.4;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.dropdown-menu.hmns.show {
  margin-left: 15px !important;
}

header {
  backdrop-filter: blur(0px);
  border-bottom: 1px rgba(245, 241, 248, 0.15) solid;
  padding-top: 18px;
  padding-bottom: 18px;
}

header .logo img {
  width: 112px;
}

header .logo {
  padding-top: 3%;
}

.logo-green {
  display: none;
}

.header-white .logo-green,
.menu-active header .logo-green,
.mobil-menu-active .logo-green {
  display: inline-block;
}

.header-white .logo-white,
.menu-active header .logo-white,
.mobil-menu-active .logo-white {
  display: none;
}

header .header-submenu li {
  float: left;
}

header .btn-outline-light {
  border: 1px rgba(255, 255, 255, 0.3) solid;
}

header .btn-register {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}

header .btn-link,
header .btn-link:hover,
header .btn-link:focus {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

header .btn-link {
  padding-left: 0px;
  padding-right: 0px;
}

header .dropdown-toggle {
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-white,
.menu-active header,
.mobil-menu-active {
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom: 1px #F5F1F8 solid;
}

.header-white .btn-link,
.menu-active header .btn-link,
.mobil-menu-active .btn-link {
  color: #191919 !important;
}

.header-white .btn-link:hover,
header-white .btn-link:focus,
.menu-active header .btn-link:focus,
.mobil-menu-active .btn-link:hover,
.mobil-menu-active .btn-link:focus {
  color: #90B229 !important;
}

.header-white .btn-outline-light,
.menu-active header .btn-outline-light,
.mobil-menu-active .btn-outline-light {
  border: 1px #90B229 solid;
  color: #90B229;
  background-color: transparent;
}

.header-white .btn-outline-light:hover,
.header-white .btn-outline-light:focus,
.menu-active header .btn-outline-light:hover,
.menu-active header .btn-outline-light:focus,
.mobil-menu-active .btn-outline-light:hover,
.mobil-menu-active .btn-outline-light:focus {
  background-color: #90B229;
  color: #ffffff;
}

.header-white .btn-register,
.menu-active header .btn-register,
.mobil-menu-active .btn-register {
  background-color: #90B229;
  color: #ffffff;
}

.header-white .btn-register:hover,
.header-white .btn-register:focus,
.menu-active header .btn-register:hover,
.menu-active header .btn-register:focus,
.mobil-menu-active .btn-register:hover,
.mobil-menu-active .btn-register:focus {
  background-color: #191919;
  color: #ffffff;
}

.header-white .header-menu svg rect {
  fill: #2e3233;
}

.header-menu {
  display: inline-block;
  width: 25px;
  text-align: center;
  cursor: pointer;
}

#MenuIcon {
  margin-top: 8px;
}

#menuclose {
  display: none;
  margin-top: 10px;
}

.mobil-menu-active #MenuIcon {
  display: none;
}

.mobil-menu-active #menuclose {
  display: inline-block;
}

header .drop-menu {
  position: unset;
}

header .drop-menu .dropdown-menu {
  height: 450px;
  border: 0px;
  margin-top: 17px !important;
  border-radius: 0px;
  width: 100%;
  padding: 0px 0px;
  box-shadow: 0px 20px 16px -18px rgba(0, 0, 0, 0.2)
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transition: opacity .15s linear;
  opacity: 0;
}

.menu-active .backdrop {
  display: block;
  opacity: 0;
}

.header-submenu .col-md-4 {
  border-right: 1px #F5F1F8 solid;
  padding-top: 40px;
  padding-bottom: 0px;
}

.header-submenu .col-md-4:last-child {
  border-right: 0px;
}

.header-submenu p {
  font-weight: 400;
}

.nav-links .btn-txt {
  font-size: 21px;
  margin-bottom: 0.8rem;
  display: inline-block;
  line-height: 1.2;
}

.nav-links p {
  margin-bottom: 2.0rem;
}

.nav-showroom p {
  font-size: 1.05rem;
  max-width: 350px;
}

.nav-camp {
  max-width: 285px;
}

.nav-camp ul {
  display: table;
}

.nav-camp ul li {
  display: inline-block;
  width: 50%;
  float: unset !important;
  margin-bottom: 40px;
  vertical-align: middle;
}

.nav-links-sm p {
  margin-bottom: 30px;
  padding-top: 5px;
}

.home-content-11 h1,
.home-content-11 p {
  max-width: 560px;
}

.home-content-11 .content-bros {
  margin-top: 45px;
}

.order-1 {
  order: 1 !important;
}

.mobilmenu {
  height: 100%;
  position: fixed;
  z-index: 990;
  background-color: #F8F9FA;
  width: 100%;
  max-width: 360px;
  -webkit-animation: slide-out-left 0.1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: slide-out-left 0.1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  -webkit-box-shadow: -2px 10px 20px 0 rgb(69 13 135 / 25%);
  -moz-box-shadow: -2px 10px 20px 0 rgba(69, 13, 135, .25);
  box-shadow: -2px 10px 20px 0 rgb(69 13 135 / 25%);
}

.mobilmenu.active {
  transform: translate(0%, 0);
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.mmenu-help {
  background-color: #F8F9FA;
  border-bottom: 1px #E0E3E8 solid;
}

.mmenu-help .btn-txt {
  color: #743BA3;
  display: block;
  line-height: 25px;
  padding: 15px 15px;
  position: relative;
}

.mmenu-help .btn-txt:hover,
.mmenu-help .btn-txt:focus {
  color: #191919;
}

.mmenu-help .btn-txt svg {
  position: absolute;
  right: 15px;
  top: 17px;
}

.mobilmenu #helpicons #Path_21431 {
  fill: transparent;
  stroke: #743BA3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.mobilmenu #helpicons #Path_21432 {
  fill: #743BA3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.mmenu-help:hover #helpicons #Path_21431,
.mmenu-help:focus #helpicons #Path_21431 {
  stroke: #191919;
}

.mmenu-help:hover #helpicons #Path_21432,
.mmenu-help:focus #helpicons #Path_21432 {
  fill: #191919;
}

.mmenu-center {
  background-color: #ffffff;
  padding: 15px 15px;
}

.mmenu-center::-webkit-scrollbar {
  width: 5px;
  background: #EBEDF0;
}

.mmenu-center::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

.mmenu-center::-webkit-scrollbar-thumb {
  background: #7D8E9F;
  border-radius: 10px;
  cursor: pointer;
}

.mmenu-center::-webkit-scrollbar-thumb:window-inactive {
  background: #7D8E9F;
}

.mobilmenu .nav-pills .nav-link {
  font-size: 0.938rem;
  font-weight: bold;
  color: #7D8E9F;
  text-decoration: none;
}

.mobilmenu .nav-pills .nav-link:hover,
.mobilmenu .nav-pills .nav-link:focus {
  color: #191919;
}

.mmenu-center ul {
  margin-top: 10px;
}

.mmenu-center ul li a {
  font-size: 18px;
  color: #191919;
  display: block;
  padding: 10px 0px;
  font-weight: bold;
  line-height: 1.1;
}

.mmenu-center hr {
  background-color: #E0E3E8;
  opacity: 1;
}

/*.mmenu-down {background-color: #F8F9FA; padding: 15px 15px; border-top: 1px #E0E3E8 solid;}
*/
.mmenu-down .btn {
  width: 100%;
  padding: 1.15rem 1rem;
}

.mobilmenu .nav-pills .nav-link {
  border: 2px #ffffff solid;
}

.mobilmenu .nav-pills .nav-link.active {
  color: #fff;
  background-color: #90B229;
  border: 2px #90B229 solid;
  padding: 0.75rem 1rem;
  line-height: 1rem;
  font-size: 0.938rem;
  border-radius: 0.25rem;
  min-width: auto;
}



@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}

@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}



footer {
  background-color: #000000;
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer-title,
.footer-title a,
.footer-title a:hover,
.footer-title a:focus {
  color: #ffffff;
  pointer-events: none;
}

.footer-up ul li {
  margin-bottom: 25px;
  min-width: 220px;
}

.footer-up ul li a {
  font-size: 15px;
}

.footer-up ul li a,
.footer-down a {
  color: #7D8E9F;
  display: inline-block;
}

.footer-up ul li a:hover,
.footer-up ul li a:focus,
.footer-down a:hover,
.footer-down a:focus {
  color: #ffffff;
}

.footer-orta {
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-orta img {
  margin-top: 7px;
}

.footer-orta .copyright span {
  max-width: 180px;
  font-size: 14px;
  display: inline-block;
}

.f-contact {
  text-align: right;
}

.f-contact li a {
  font-size: 1.25rem !important;
  color: #ffffff !important;
  font-weight: 400;
}

.f-contact li {
  margin-bottom: 10px !important;
}

.footer-social {
  margin-bottom: 50px;
}

.footer-social ul li,
.footer-social ul li a {
  display: inline-block;
}

.footer-social ul li a {
  color: #ffffff;
  font-size: 20px;
  padding: 0px 12px;
  line-height: 25px;
}

.footer-social ul li:last-child a {
  padding-right: 0px;
}

.footer-c-groups li {
  display: inline-block;
  padding-left: 50px;
}

.footer-c-groups li:first-child {
  padding-left: 0px;
}

.footer-tcmb p {
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  line-height: 16px;
  max-width: 475px;
  float: right;
}

.footer-orta .footer-logo,
.footer-orta .copyright {
  padding-top: 25px;
}

.social-mobil {
  display: none;
}

.social-mobil ul {
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer-up .hr-footer {
  display: none;
}

.footer-down {
  margin-top: 70px;
}

.footer-down ul li {
  display: inline-block;
}

.footer-down ul li a {
  font-size: 14px;
  padding-left: 30px;
}

.hr-footer {
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

.f-contact h5 {
  display: none;
  padding-top: 25px;
}

#footer-menu2 {
  width: 100%;
}

#footer-menu2 li {
  /*display:inline-block;*/
  min-width: 300px;
}

#footer-menu3 {
  width: 100%;
}

#footer-menu3 li {
  /*display:inline-block;*/
  min-width: 300px;
}



.home-content {
  background: linear-gradient(270.08deg, #90B229 -2.64%, #90B229 101.49%);
  margin-top: -150px;
  overflow: hidden;
}

.home-content-light {
  padding-top: 200px;
}

.home-content .p-md {
  max-width: 535px;
}

.home-content h1 {
  margin-top: 100px;
}

.home-content .shadow {
  z-index: 13;
  padding-bottom: 60px;
  /*right:-100px;*/
  box-shadow: none !important;
}

.home-content .shadow-1 {
  filter: blur(185.203px);
  z-index: 10;
  top: 400px;
  right: 0px;
}

.home-content .shadow-2 {
  filter: blur(258.339px);
  z-index: 12;
  top: 0px;
  left: 30px;
}

.home-content-mobile-align {
  z-index: 55;
}

.home-content .spiral {
  z-index: 1;
  top: 115px;
  width: 530px;
}



.bireysel-content {
  background-color: #FAF8FB;
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
}

.bireysel-content h1,
.bireysel-content p {
  max-width: 590px;
}

.bireysel-content .container-xxl img {
  position: relative;
  z-index: 99;
}

.bireysel-content .desktop-hero {
  position: absolute;
  bottom: 0px;
  height: 190px;
  width: 100%;
  background-color: #ffffff;
  z-index: 98;
}

.bireysel-content-alt h1,
.bireysel-content-alt p {
  max-width: 430px;
}

.bireysel-content-alt .position-relative img {
  position: absolute;
  bottom: 0px;
}

.bireysel-content-step {
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #FAF8FB;
}

.bireysel-content-step ul li a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
}

.bireysel-content-step ul li a:hover,
.bireysel-content-step ul li a:focus {
  color: #90B229 !important;
}

.bireysel-content-step .next {
  margin-right: 10px;
}

.bireysel-content-step .prev,
.bireysel-content-step .next {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  display: inline-block;
}

.bireysel-content-step .prev {
  left: 0px;
}

.bireysel-content-step .prev:hover {
  left: -5px;
}

.bireysel-content-step .next {
  left: 30px;
}

.bireysel-content-step .next:hover {
  left: 35px;
}

.bireysel-content-step .prev:hover .btnav,
.bireysel-content-step .next:hover .btnav {
  fill: #90B229;
}

.bireysel-content-step .adim-icerik h3,
.bireysel-content-step .adim-icerik p {
  max-width: 320px;
}

.slick-list {
  clip-path: inset(-100vw -100vw -100vw 0);
  overflow: unset !important;
}

.slicknav {
  position: relative;
  margin-bottom: 70px;
}

.adim-icerik {
  padding: 120px 60px 0px 60px;
}

.alt-slogan,
.dortlu-tab {
  background-color: #faf8fb;
}

.alt-slogan p {
  max-width: 980px;
  margin: 0px auto 20px auto;
}

.alt-slogan p span {
  color: #22B7B3;
}

.alt-slogan {
  padding-top: 140px;
  padding-bottom: 140px;
}

.kurumsal-ist {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #faf8fb;
  border-top: 1px #f1ebf4 solid;
}

.kurumsal-ist h1,
.kurumsal-ist p {
  max-width: 810px;
  margin: 0px auto;
}

.kurumsal-ist img {
  margin-bottom: 70px;
}

.kurumsal-ist .stats-metin {
  max-width: 245px;
}

.kurumsal-ist p {
  max-width: 940px;
  margin: 0px auto;
}

.title-minxt {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}

.title-minxt {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}

.home-content-7 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.home-content-7 h3 {
  padding-top: 50px;
  padding-bottom: 10px;
}

.home-content-7 p {
  padding-bottom: 50px;
  max-width: 100%;
  margin-bottom: 0px;
  max-height: 155px;
}


.bxh-image img {
  margin-top: -110px;
}


.home-content-8 {
  background-color: #f8f9fa;
  padding-top: 230px;
}

.home-content-8 p {
  max-width: 575px;
  text-align: justify !important;
}

.home-content-8 .btn-link {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  min-width: auto;
  margin-left: 15px;
}

.bxh-image img {
  margin-top: -110px;
}


.home-content-9 h1,
.home-content-9 p {
  max-width: 500px;
}

.home-content-9 .title-minxt {
  display: inline-block;
  margin-top: 70px
}

.home-content-3 {
  padding-top: 260px;
  padding-bottom: 140px;
  overflow: hidden;
}

.home-content-3 .p-lg {
  max-width: 540px;
  margin-top: 40px;
  padding-left: 80px;
}

.home-content-3 .home-content-4 {
  margin-top: 100px;
}

.home-content-3 .home-content-4 img {
  border-radius: 4px;
}

.home-content-3 .home-content-4 .p-md {
  padding-top: 30px;
}

.p-sm {
  font-size: 1.04rem;
  letter-spacing: -.02em;
}

.home-content-3 .owl-nav i {
  font-size: 45px;
}

.home-content-4-lw {
  margin-left: 110px;
  margin-top: 0px;
  position: relative;
  z-index: 99
}

.home-content-4-lw hr {
  background-color: #F4F0F8;
  opacity: 1;
  margin-top: 9px;
}

.home-content-3 .owl-carousel .owl-stage-outer {
  width: 3483px;
}

.owl-nav {
  position: relative;
}

.home-content-3 .owl-nav i:before {
  line-height: 25px !important;
  width: 30px;
}

.home-content-3 .owl-nav button.owl-next {
  margin-left: 15px;
}

.home-content-3 .owl-nav button.owl-next {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 0px;
  left: 35px;
  width: 45px
}

.home-content-3 .owl-nav button.owl-prev {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px
}

.home-content-3 .owl-nav button.owl-next:hover {
  color: #90B229;
  left: 40px;
}

.home-content-3 .owl-nav button.owl-prev:hover {
  color: #90B229;
  left: -5px;
}


.home-content-5 .home-content-x-down {
  margin-top: 120px;
}

.tab-pane.active {
  animation: slide-down 1s ease-out;
}


.tab-pane.active {
  animation: slide-down 1s ease-out;
}


@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}


.home-content-10 .m-app-image {
  margin-top: -200px
}


.title-minxt {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}


@-webkit-keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

.home-lau {
  background-color: #F9FAFB;
}

.home-lau-pad {
  padding-top: 100px;
}

.home-content-10 h1 {
  line-height: 50px;
  margin-bottom: 15px;
}

.home-content-10 .col-md-auto {
  padding-top: 45px;
}

.home-content-6 h1,
.home-content-6 p {
  /*max-width:710px;*/
  max-width: 920px;
}


.new-account {
  padding-top: 40px;
}

.app-back {
  background-color: #f8f9fa;
}



@media (max-width: 1920px) {
  .bxh-image {
    position: relative;
  }

  .bxh-image img {
    position: absolute;
    right: 0%;
    margin-top: 0px;
  }

  .home-content-8 {
    background-color: #f8f9fa;
    padding-top: 140px;
    padding-bottom: 140px;
  }


}


@media (max-width: 1400px) {
  .home-content-3 .owl-carousel {
    width: 75%;
  }



}

@media (max-width: 1200px) {
  .footer-down {
    text-align: center;
  }

  .footer-down .col-xl-auto {
    margin-top: 35px;
  }

  .footer-down ul li a {
    padding: 0px 15px 10px 15px;
  }

  .footer-up ul li {
    min-width: 180px;
  }

  .home-content-3 {
    padding-top: 140px;
  }

  #footer-menu1 {
    width: unset;
  }

  #footer-menu1 li {
    display: block;
    max-width: 220px;
  }

  #footer-menu2 {
    width: unset;
  }

  #footer-menu2 li {
    display: block;
    max-width: 220px;
  }

  #footer-menu3 {
    width: unset;
  }

  #footer-menu3 li {
    display: block;
    max-width: 220px;
  }

  .home-content .shadow {
    right: -50px;
  }

  .home-content-11 h1,
  .home-content-11 h3,
  .home-content-11 p {
    margin: 0px auto;
  }
}

@media (min-width: 768px) {
  .mhmax-240 {
    max-width: 240px;
  }
}



@media (max-width: 992px) {
  .home-content-9 {
    text-align: center;
  }

  .home-content-7 p {
    max-width: 355px;
  }

  .home-content-7 .home-content-x-title {
    padding-left: 90px;
  }

  .bxh-image img {
    position: unset;
  }

  .bxh-image img {
    max-width: 100%;
    margin-top: 30px;
  }

  .home-content-8 p,
  .home-content-8 h1 {
    max-width: 500px;
    margin: 0px auto;
  }

  .home-content-8 {
    padding-bottom: 0px;
    text-align: center;
  }

  .home-content-9 h1,
  .home-content-9 p {
    margin: 0px auto;
  }

  .footer-up ul li {
    min-width: unset;
  }

  .footer-c-groups li {
    padding-left: 35px;
  }

  .home-content-5 p {
    max-width: 350px;
  }

  .home-content-5 .home-content-x-down {
    margin-top: 45px;
  }

  .home-content .col-lg-auto {
    background-image: url(../../images/manset-worm.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: 530px;
  }

  .home-content-11 img {
    width: 300px;
    margin-top: 30px;
  }

  .bireysel-content h1,
  .bireysel-content p {
    max-width: 340px;
  }

  .bireysel-content h1 {
    font-size: 2.25rem
  }

  .bireysel-content p {
    font-size: 1rem;
  }

  .bireysel-content-alt h1,
  .bireysel-content-alt p {
    max-width: 730px;
    margin: 0px auto;
  }

  .bireysel-content-alt .position-relative img {
    position: relative;
  }

  .kurumsal-ist {
    text-align: left;
  }

  .kurumsal-ist h4 {
    max-width: unset;
    display: inline-block;
  }

  .kurumsal-ist h1 {
    text-align: center;
  }

  .kurumsal-ist .stats-metin,
  .kurumsal-ist h4 {
    max-width: unset;
    display: flex;
  }

  .kurumsal-ist img {
    display: inline-block;
    margin-right: 60px;
    float: left;
  }

  .kurumsal-ist h4 {
    max-width: unset;
    display: flex;
  }
}

@media (max-width: 768px) {
  .section-p {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .p-lg {
    font-size: 1.25rem;
  }

  .home-content-7 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .home-content-7 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .home-content-7 .home-content-x-title {
    padding-left: 15px;
  }

  .home-content-7 .btn-txt {
    margin-bottom: 60px;
    display: inline-block;
  }

  .home-content-7 p {
    max-width: 100%;
    padding-bottom: 15px;
  }

  .home-content-8 {
    text-align: left;
    padding: 45px 15px 0px;
  }

  .home-content-8 p,
  .home-content-8 h1 {
    max-width: 100%;
  }

  .bxh-image img {
    margin-left: -15px;
  }

  .home-content-8 .btn {
    margin-bottom: 15px;
  }

  .home-content-9 {
    text-align: left;
  }

  .home-content-9 h1,
  .home-content-9 p {
    max-width: 100%;
  }

  .pmobl {
    max-width: 250px !important;
  }

  .footer-orta .col-sm-12,
  .footer-social {
    text-align: center;
  }

  .footer-orta .copyright {
    margin-bottom: 30px;
  }

  .footer-down {
    margin-top: 50px;
  }

  .footer-social ul li:last-child a {
    padding-right: unset;
  }

  .mmenu-center {
    overflow: auto;
    max-height: 470px;
  }

  .footer-tcmb p {
    float: none;
    max-width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .f-contact,
  .footer-up .col-12 {
    text-align: center;
  }

  .home-content-10 .m-app-image {
    margin-top: 60px;
    text-align: center;
  }

  .home-content-10 .col-md-auto {
    text-align: center;
  }

  .home-lau-pad {
    padding-top: 45px;
  }

  .home-content-7 img {
    width: 450px;
  }

  .home-content-7 p {
    max-width: 400px;
    margin: 0px auto;
  }

  .home-content-8 {
    padding-bottom: 45px;
  }

  .bireysel-content h1,
  .bireysel-content p {
    max-width: 100%;
  }

  .bireysel-content h1 {
    font-size: 3.25rem
  }

  .bireysel-content p {
    font-size: 1.25rem;
  }

  .bireysel-content img {
    margin-top: 45px;
  }

  .bireysel-content-alt img {
    position: unset;
    margin-bottom: 0px;
    margin-top: 50px;
  }

  .bireysel-content-step .adim-icerik h3,
  .bireysel-content-step .adim-icerik p {
    max-width: 280px;
  }

  .bireysel-content-step .item {
    border-top: 0px;
    border-bottom: 0px;
  }

  .bireysel-content-step .item:last-child {
    border-right: 0px;
  }

  .bireysel-content-step .item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px 8px 0px 0px;
  }

  .slick-slider .item .row {
    width: 450px;
  }

  .slick-slider .item .row {
    width: 428px;
    margin-right: 10px;
  }

  .kurumsal-ist {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .adim-icerik .p-md {
    font-size: 1.05rem;
  }
}



@media (max-width: 576px) {
  h1 {
    font-size: 1.875rem
  }

  .p-lg {
    font-size: 1.0rem;
  }

  .logo {
    text-align: center;
    /* margin-right: 50px; */
  }

  .footer-up .col-12 {
    text-align: left;
  }

  .mobilmenu {
    max-width: 100%;
  }

  .sm-100 {
    width: 100%;
  }

  .footer-down {
    text-align: left;
  }

  .footer-down ul li {
    display: block;
  }

  .footer-down ul li a {
    padding: 0px 0px 10px 0px;
    color: #ffffff;
  }

  .footer-down ul li a:hover,
  .footer-down ul li a:focus {
    color: #7D8E9F;
  }

  .footer-orta .copyright span {
    max-width: 100%;
    margin-top: 10px;
  }

  .footer-orta .col-sm-12,
  .f-contact {
    text-align: left;
  }

  .footer-up ul li {
    width: 50%;
    float: left;
  }

  .footer-orta {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .home-content-3 h1 {
    font-size: 2.55rem;
  }

  .footer-orta .footer-logo,
  .footer-orta .copyright {
    padding-top: 0px;
  }

  .footer-social {
    text-align: left;
  }

  .social-mobil {
    display: block;
  }

  .footer-orta .copyright {
    margin-bottom: 50px;
  }

  .footer-c-groups li {
    padding-left: 10px;
  }

  .f-contact ul li {
    width: 100%;
    float: none;
    text-align: left;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .footer-title,
  .footer-title a,
  .footer-title a:hover,
  .footer-title a:focus {
    pointer-events: unset;
  }

  .mmenu-mobil {
    padding-top: 25px;
  }

  .footer-up .hr-footer {
    margin-top: 25px;
    width: 100%;
    display: block;
  }

  .f-contact h5 {
    display: inline-block;
  }

  .f-contact ul {
    margin-top: 0px !important;
  }

  .footer-up ul li a {
    color: #7D8E9F !important;
    font-weight: 400;
  }

  .footer-up ul li a:hover,
  .footer-up ul li a:focus {
    color: #ffffff !important;
  }

  .footer-title a {
    display: block;
  }

  .footer-title a:before {
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    content: "\f282";
    position: absolute;
    right: 15px;
  }

  .footer-title a[aria-expanded="false"]:before {
    transform: rotate(0deg);
  }

  .footer-title a[aria-expanded="true"]:before {
    transform: rotate(180deg);
    -webkit-animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  header {
    min-height: 79px;
  }

  .home-content .col-lg-auto {
    background: none;
  }

  .home-content-mobile .shadow {
    right: unset;
    padding-bottom: 0px;
    width: 350px;
  }

  .home-content h1 {
    margin-top: 70px;
  }

  .home-content .shadow-1,
  .home-content .shadow-2 {
    opacity: .6;
  }

  .home-content .shadow-1 {
    top: 300px;
    right: -130px;
  }

  .home-content .shadow-2 {
    top: 100px;
    left: -200px;
  }

  .new-account h3,
  .new-account p {
    max-width: 260px;
  }

  .bireysel-content-alt {
    text-align: left;
    margin-top: 50px
  }

  .bireysel-content-step {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FAF8FB;
  }

  .slick-slider .item .row {
    width: 300px;
    margin-right: 10px;
  }

  .adim-icerik {
    padding: 40px 30px 40px 30px;
  }

  .kurumsal-ist h1,
  .bundle-gelistiriciler,
  .dortlu-tab h1 {
    text-align: left;
  }

  .kurumsal-ist {
    text-align: center;
  }

  .kurumsal-ist img {
    margin-right: unset;
    float: none;
    margin-bottom: 20px;
  }

  .kurumsal-ist .stats-metin {
    margin-bottom: 30px;
  }

  .kurumsal-ist .p-lg,
  .kapida-odeme-not {
    display: none;
  }

  .kurumsal-ist .stats-metin {
    display: block;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) {
  .footer-up .collapse:not(.show) {
    display: inline-block;
  }

}


@media (max-width: 390px) {
  .home-content-mobile .shadow {
    width: 230px;
  }

  .home-content h1 {
    margin-top: 35px;
    margin-bottom: 0px !important;
  }

  .home-content .p-md {
    font-size: 14px;
    padding-bottom: 0px;
    display: none;
  }


}

.header-left-1rem {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.border-primary-green {
  border-color: #90b229 !important;
}

.btn-success-green {
  color: #fff;
  background-color: #90b229;
  border-color: #90b229;
}

.btn-success-green:hover {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}

.nav-avantaj {
  /*max-width: 285px;*/
}

.nav-avantaj ul {
  display: table;
}

.nav-avantaj ul li {
  display: inline-block;
  width: 50%;
  float: unset !important;
  margin-bottom: 40px;
  vertical-align: middle;
}

.hfonts-365 {
  font-size: 3.65rem;
}

@media (min-width: 1150px) and (max-width: 1400px) {
  .cozunurluk {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
}

@media (min-width: 280px) and (max-width: 360px) {
  .hfonts-365 {
    font-size: 2.10rem;
  }
}

@media (min-width: 360px) and (max-width: 580px) {
  .hfonts-365 {
    font-size: 2.12rem;
  }
}

.hikayit-popup {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.hikayit-popup-content {
  margin: 4% auto;
  max-width: 600px;
  position: relative;
}

.hikayit-popup-close {
  color: #fff;
  float: right;
  font-size: 40px;
  font-weight: bold;
}

.hikayit-popup-close:hover,
.hikayit-popup-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.hkayit-form>.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hkayit-form>.container .card {

  background-color: #fff;
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  font-family: 'Poppins', sans-serif;
  border-radius: 20px;
}

.hkayit-form>.container .card .form {
  width: 100%;
  height: 100%;

  display: flex;
}

.hkayit-form>.container .card .left-side {
  width: 35%;
  background-color: #304767;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px 30px;
  box-sizing: border-box;

}

.hkayit-form>.left-heading {
  color: #fff;

}

.hkayit-form>.steps-content {
  margin-top: 30px;
  color: #fff;
}

.hkayit-form>.steps-content p {
  font-size: 12px;
  margin-top: 15px;
}

.hkayit-form>.progress-bar {
  list-style: none;
  /*color:#fff;*/
  margin-top: 30px;
  font-size: 13px;
  font-weight: 700;
  counter-reset: container 0;
}

.hkayit-form>.progress-bar li {
  position: relative;
  margin-left: 40px;
  margin-top: 50px;
  counter-increment: container 1;
  color: #4f6581;
}

.hkayit-form>.progress-bar li::before {
  content: counter(container);
  line-height: 25px;
  text-align: center;
  position: absolute;
  height: 25px;
  width: 25px;
  border: 1px solid #4f6581;
  border-radius: 50%;
  left: -40px;
  top: -5px;
  z-index: 10;
  background-color: #304767;


}


.hkayit-form>.progress-bar li::after {
  content: '';
  position: absolute;
  height: 90px;
  width: 2px;
  background-color: #4f6581;
  z-index: 1;
  left: -27px;
  top: -70px;
}


.hkayit-form>.progress-bar li.active::after {
  background-color: #fff;

}

.hkayit-form>.progress-bar li:first-child:after {
  display: none;
}

.hkayit-form>.progress-bar li.active::before {
  color: #fff;
  border: 1px solid #fff;
}

.hkayit-form>.progress-bar li.active {
  color: #fff;
}

.hkayit-form>.d-none {
  display: none;
}

.hkayit-form>.container .card .right-side {
  width: 100%;
  background-color: #fff;
  height: 100%;
  border-radius: 20px;
}

.main {
  display: none;
}

.active {
  display: block;
}

.main {
  padding: 40px;
}

.main small {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  height: 30px;
  width: 30px;
  background-color: #ccc;
  border-radius: 50%;
  color: yellow;
  font-size: 19px;
}

.text {
  margin-top: 20px;
}

.congrats {
  text-align: center;
}

.text p {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #cbced4;
}

.input-text {
  margin: 30px 0;
  display: flex;
  gap: 20px;
}

.input-text .input-div {
  width: 100%;
  position: relative;

}



input[type="text"] {
  width: 100%;
  height: 40px;
  border: none;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #cbced4;
  gap: 20px;
  box-sizing: border-box;
  padding: 0px 10px;
}

input[type="mail"] {
  width: 100%;
  height: 40px;
  border: none;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #cbced4;
  gap: 20px;
  box-sizing: border-box;
  padding: 0px 10px;
}

input[type="password"] {
  width: 100%;
  height: 40px;
  border: none;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #cbced4;
  gap: 20px;
  box-sizing: border-box;
  padding: 0px 10px;
}

select {
  width: 100%;
  height: 40px;
  border: none;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #cbced4;
  gap: 20px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.input-text .input-div span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  transition: all 0.5s;
}

.input-div input:focus~span,
.input-div input:valid~span {
  top: -15px;
  left: 6px;
  font-size: 10px;
  font-weight: 600;
}

.input-div span {
  top: -15px;
  left: 6px;
  font-size: 10px;
}

.buttons button {
  height: 40px;
  width: 100px;
  border: none;
  border-radius: 5px;
  background-color: #90B229;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.button_space {
  display: flex;
  gap: 20px;

}

.button_space button:nth-child(1) {
  background-color: #fff;
  color: #000;
  border: 1px solid#000;
}

.user_card {
  margin-top: 20px;
  margin-bottom: 40px;
  height: 200px;
  width: 100%;
  border: 1px solid #c7d3d9;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.user_card span {
  height: 80px;
  width: 100%;
  background-color: #dfeeff;
}

.circle {
  position: absolute;
  top: 40px;
  left: 60px;
}

.circle span {
  height: 70px;
  width: 70px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
}

.circle span img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.social {
  display: flex;
  position: absolute;
  top: 100px;
  right: 10px;
}

.social span {
  height: 30px;
  width: 30px;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid #cbd6dc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  color: #cbd6dc;

}

.social span i {
  cursor: pointer;
}

.heart {
  color: red !important;
}

.share {
  color: red !important;
}

.user_name {
  position: absolute;
  top: 110px;
  margin: 10px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  width: 100%;

}

.user_name h3 {
  color: #4c5b68;
}

.detail {
  /*margin-top:10px;*/
  display: flex;
  justify-content: space-between;
  margin-right: 50px;
}

.detail p {
  font-size: 12px;
  font-weight: 700;

}

.detail p a {
  text-decoration: none;
  color: blue;
}






.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}










.warning {
  border: 1px solid red !important;
}


/*right-side-end*/
@media (max-width:750px) {
  .hkayit-form>.container {
    height: scroll;


  }

  .hkayit-form>.container .card {
    max-width: 350px;
    height: auto !important;
    margin: 30px 0;
  }

  .hkayit-form>.container .card .right-side {
    width: 100%;

  }

  .input-text {
    display: block;
  }

  .input-text .input-div {
    margin-top: 20px;

  }

  .hkayit-form>.container .card .left-side {

    display: none;
  }
}

.new-account-step .step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #90B229;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  font-weight: 700
}

.new-account-step .col-md-4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #90B229;
  top: 20px;
  left: 0;
  z-index: -1
}

.new-account-step .col-md-4:first-child:before {
  width: 50%;
  left: unset;
  right: 0
}

.new-account-step .col-md-4:last-child:before {
  width: 50%
}

@media(max-width:576px) {
  .new-account {
    padding-top: 40px
  }

  .new-account h3,
  .new-account p {
    max-width: 260px
  }
}

@media(max-width:768px) {
  .stepper-up .container-xl {
    max-width: 330px
  }

  .new-account-step .step-number {
    font-size: 18px
  }

  .new-account-step p {
    display: inline-block;
    text-align: left;
    margin-top: 0 !important;
    margin-bottom: 0
  }

  .new-account-step {
    border-left: 3px #90B229 solid;
    margin-left: 31.5px
  }

  .new-account-step p {
    padding-bottom: 30px;
    line-height: 1.4
  }

  .new-account-step .step-number {
    margin-left: -22.5px
  }

  .new-account-step .col-md-4:before {
    display: none
  }

  .adim-icerik {
    padding: 40px 60px;
    border: 1px #ebe2f1 solid;
    height: 350px
  }
}

@media(max-width:992px) {
  .new-account-step p {
    font-size: .85rem
  }

  .img100hm img {
    width: 100% !important;
  }
}

.maxh-50 {
  max-height: 50px;
}

.hmobpl-r-10 {
  padding-right: 10px;
  padding-left: 20px;
}

.hmx-autonone {
  margin-left: initial !important;
}

.cookie-notice {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 100%;
  text-align: center;
  z-index: 999;
}

.accept-button {
  background-color: #90b229;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.accept-button:hover {
  background-color: #333;
}

.spanacc {
  margin: 0 0 0 10px;
}

.text-container {
  display: inline-block;
  /* Metinleri yatayda sırala */
}

.accept-button-container,
.policy-button-container {
  display: inline-block;
  /* Varsayılan olarak görünmez */
  margin-right: 10px;
  /* Düğmeler arasındaki boşluğu ayarlayabilirsiniz */
}

@media screen and (max-width: 768px) {

  /* Mobil ve tablet ekranlar için stillemeler */
  .text-container {
    text-align: center;
    /* Metinleri ortala */
  }

  .accept-button-container,
  .policy-button-container {
    display: block;
    /* Mobil ve tablet ekranlarda görünür yap */
    margin-bottom: 10px;
    /* İstenilen dikey boşluğu ayarlayabilirsiniz */
  }
}

.footer-baslik,
.footer-baslik a,
.footer-baslik a:hover,
.footer-baslik a:focus {
  color: #ffffff;
  pointer-events: none;
}

.f-iletisim {
  text-align: right;
}

.f-iletisim li a {
  font-size: 1.25rem !important;
  color: #ffffff !important;
  font-weight: 400;
}

.f-iletisim li {
  margin-bottom: 10px !important;
}

.f-iletisim h5 {
  display: none;
  padding-top: 25px;
}

@media (max-width: 992px) {
  .f-iletisim .p-xl {
    font-size: 24px;
  }

}

.footer-tcmb .hmax100-75 {
  max-width: 100%;
}

@media (max-width: 768px) {

  .f-iletisim,
  .footer-ust .col-12 {
    text-align: center;
  }

  .footer-tcmb .hmax100-75 {
    max-width: 100%;
  }
}

@media (max-width: 576px) {

  .footer-orta .col-sm-12,
  .f-iletisim {
    text-align: left;
  }

  .f-iletisim ul li {
    width: 100%;
    float: none;
    text-align: left;
  }

  .f-iletisim h5 {
    display: inline-block;
  }

  .f-iletisim ul {
    margin-top: 0px !important;
  }

  .footer-baslik,
  .footer-baslik a,
  .footer-baslik a:hover,
  .footer-baslik a:focus {
    pointer-events: unset;
  }

  .footer-baslik a {
    display: block;
  }

  .footer-baslik a:before {
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    content: "\f282";
    position: absolute;
    right: 15px;
  }

  .footer-baslik a[aria-expanded="false"]:before {
    transform: rotate(0deg);
  }

  .footer-baslik a[aria-expanded="true"]:before {
    transform: rotate(180deg);
    -webkit-animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #90b229;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:focus {
  border-color: #90b229;
  box-shadow: 0 0 0 0.25rem rgb(144 178 41 / 30%);

}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.section-p-single {
  text-align: center;
}

.section-p-single h1,
.section-p-single .p-lg {
  max-width: 930px;
  margin: 0px auto;
}

.sss-header-submenu a {
  font-size: 1.125rem;
  display: inline-block;
  padding: 20px 0px;
  color: #7D8E9F;
  font-weight: 500;
  position: relative;
  white-space: nowrap
}

.sss-header-submenu a.active {
  color: #90B229 !important;
}

.sss-header-submenu a.active:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #90B229 !important;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.sss-header-submenu a {
  padding-left: 20px;
  padding-right: 20px
}

.sss-header-submenu a:hover {
  text-decoration: none;
  color: #90B229 !important;
}

.nobottom140 {
  padding-bottom: 0px;
}

.footer-tcmb p {
  text-align: justify;
  font-size: 10px;
  color: #ffffff;
  line-height: 16px;
  float: none;
  max-width: 100%;
}

/* ----------------------------------------------------------------------
	AVANTAJLAR
---------------------------------------------------------------------- */
.avantaj-hero {
  padding-top: 100px;
}

.avantajlar-hero-metin {
  max-width: 500px;
  padding-top: 60px;
}

.avantaj-hero .col-xl {
  text-align: right;
}

.avantajlar-slogan-ust .p-lg,
avantajlar-slogan-ust h1 {
  max-width: 880px;
  margin: 0px auto
}

.avantajlar-slogan-ust h1 span {
  display: block;
}

.avantajlar-liste-ust {
  border-top: 1px #F4F0F8 solid;
  padding-bottom: 0px;
}

.kampanyalar-liste-ust {
  border-top: 1px #F4F0F8 solid;
  padding-bottom: 0px;
}

.avantaj-liste-genel {
  margin-bottom: 70px;
}

.avantaj-liste-genel .avantaj-resim {
  position: relative;
}

.avantaj-liste-genel .avantaj-resim .resim-liste-ic {
  position: relative;
  border-radius: 8px;
  transition: all 0.3s;
}

/*.avantaj-liste-genel:hover .avantaj-resim .resim-liste-ic, .avantaj-liste-genel:focus .avantaj-resim .resim-liste-ic {box-shadow: 0px 30px 30px -20px rgba(71,38,127,0.5)}*/
.avantaj-liste-genel .avantaj-resim .avantaj-sure-blok {
  position: absolute;
  top: -31px;
  right: -1px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px 15px;
}

.avantaj-liste-genel .avantaj-resim .avantaj-sure-blok .sure-ikon {
  position: absolute;
  margin-top: 4px;
}

.avantaj-liste-genel .avantaj-resim .avantaj-sure-blok .sure-bilgi {
  font-size: 11px;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: rgba(125, 142, 159, 0.7);
  line-height: 15px;
  margin-left: 34px;
}

.avantaj-liste-genel .avantaj-resim .avantaj-sure-blok .sure-bilgi span {
  font-size: 14px;
  color: #3D2852;
}

.avantaj-liste-genel .avantaj-kategori-satir .kategori-ikon-liste img {
  width: 44px;
}

.avantaj-liste-genel .avantaj-kategori-satir {
  padding-top: 30px;
  padding-bottom: 20px;
}

.avantaj-liste-genel .avantaj-kategori-satir a {
  color: #191919;
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
  white-space: nowrap;
  position: relative;
  top: 4px;
}

.avantaj-liste-genel .avantaj-kategori-satir a:hover,
.avantaj-liste-genel .avantaj-kategori-satir a:focus {
  color: #191919;
  text-decoration: underline;
}

.avantaj-liste-genel .kategori-ikon-liste {
  display: inline-block;
  width: 60px;
}

.avantaj-liste-genel .p-lg a {
  color: #7D8E9F;
  text-decoration: none;
}

.avantaj-liste-genel:hover .p-lg a,
.avantaj-liste-genel .p-lg a:hover,
.avantaj-liste-genel .p-lg a:focus {
  color: #191919;
}

.avantaj-liste-genel .p-lg {
  min-height: 60px;
  overflow: hidden;
}

.avantaj-maillist .container-xxl {
  background-color: #F2FBFA;
  padding: 110px;
}

.avantaj-maillist .form-check-label {
  font-size: 16px;
  font-weight: 400;
  max-width: 1040px;
}

.maillist-form .form-control {
  min-width: 400px;
}

.maillist-kampanya-form .form-control {
  min-width: 400px;
}

.avantajlar-alt {
  background-color: #FAF8FB;
}

.kampanyalar-alt {
  background-color: #FAF8FB;
}

.tumavantajlar-hero {
  padding-top: 45px;
}

.avantaj-kategori-lg span {
  display: block;
  max-width: 120px;
  margin: 20px auto 2px auto;
  color: #7D8E9F;
  font-size: 16px;
  line-height: 18px;
  height: 36px;
  padding-bottom: 70px;
  font-weight: 500;
}

.avantaj-kategori-lg {
  margin-top: 100px;
  overflow: hidden;
}

.avantaj-kategori-lg .tooltip.show {
  opacity: 0;
}

.avantaj-kategori-lg .show:before {
  width: 100%;
  height: 3px;
  border-radius: 20px;
  background-color: #3D2852;
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0px;
}

.avantaj-kategori-lg .show {
  position: relative
}

.avantaj-kategori-lg {
  padding-left: 50px;
  padding-right: 50px;
}

.avantaj-kategoriler img {
  width: unset !important;
  display: inline-block !important
}

.avantaj-kategoriler .owl-nav button {
  background-color: #ffffff !important;
  width: 40px;
  height: 40px;
  top: -125px;
  border-radius: 35px;
  color: #7D8E9F !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
}

.avantaj-kategoriler .owl-nav button i {
  font-size: 30px;
  line-height: 45px;
}

.avantaj-kategoriler .owl-nav button.owl-next {
  right: -35px;
}

.avantaj-kategoriler .owl-nav button.owl-prev {
  left: -35px;
}

.avantaj-tablo,
.entegrator-tablo {
  display: none;
}

.avantaj-tum-liste {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
}

.kampanya-tum-liste {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
}

.tumavantajlar-hero p {
  max-width: 650px;
  margin: 0px auto
}

.avantaj-detay {
  padding-bottom: 140px;
}

.avantaj-detay h1 {
  max-width: 870px;
  margin: 0px auto
}

.kategori-hero {
  display: inline-block;
  background-color: #ece3f3;
  padding: 8px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.kategori-hero img {
  width: 45px;
}

.kategori-hero a {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  color: #191919;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.kategori-hero a:hover,
.kategori-hero a:focus {
  color: #450D87;
  text-decoration: none;
}

.avantaj-detay-icerik p,
.avantaj-detay-icerik li {
  color: #7D8E9F;
  font-size: 1.125rem;
  letter-spacing: -.01em;
  font-weight: 400;
}

.avantaj-detay-icerik li {
  padding-bottom: 20px;
}

.avantaj-detay-icerik ul li::marker {
  color: #450D87
}

.avantaj-detay-icerik ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.avantaj-detay-icerik .avantaj-icerik-sag img {
  border-radius: 8px;
}

.bg-brand-purple {
  background-color: #450D87;
}

.bg-brand-purple-2 {
  background-color: #743BA3;
}

.bg-brand-purple-3 {
  background-color: #986ABA;
}

.bg-brand-purple-4 {
  background-color: #BB9FCF;
}

.bg-brand-purple-5 {
  background-color: #DCCBE8;
}

.bg-brand-purple-6 {
  background-color: #F5F1F8;
}

.bg-brand-green-2 {
  background-color: #00CAC2;
}

.bg-brand-green-3 {
  background-color: #64D8D1;
}

.bg-brand-green-4 {
  background-color: #9FE5E0;
}

.bg-brand-green-5 {
  background-color: #D0F2EF;
}

.bg-brand-green-6 {
  background-color: #F2FBFA;
}

.bg-brand-blue-1 {
  background-color: #F9FAFB;
}

.bg-brand-gray-1 {
  background-color: #EBEBEB;
}

.bg-brand-blue-2 {
  background-color: #D0F2EF;
}