/*#region FONT TANIMLAMALARI*/
@font-face {
  font-family: 'poppins';
  src: url('../../fonts/poppins/Poppins-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppins_medium';
  src: url('../../fonts/poppins/Poppins-Medium.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppins_bold';
  src: url('../../fonts/poppins/Poppins-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppins_black';
  src: url('../../fonts/poppins/Poppins-Black.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppins_semibold';
  src: url('../../fonts/poppins/Poppins-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppins_extrabold';
  src: url('../../fonts/poppins/Poppins-ExtraBold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppins_italic';
  src: url('../../fonts/poppins/Poppins-Italic.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppins_light';
  src: url('../../fonts/poppins/Poppins-Light.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*#endregion*/


:root {
  color-scheme: light;
}



.swal2-container {
  z-index: 3000 !important;
}

.swal2-close {
  color: #cc0000 !important;
}

.swal2-close:focus {
  box-shadow: none !important;
  color: #cc0000 !important;
}

.swal2-close:hover {
  color: #000 !important;
}

.swal2-popup {
  width: auto !important;
}

.fancybox__container {
  z-index: 8000 !important;
}

html {
  font-size: 90%;
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

body {
  font-family: 'poppins', Arial, sans-serif;
  background: #fff;
  color: #0B2545;
  /*bcd6f1 c7ebde*/
}

table,
tr,
td,
ul {
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

ul {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

a {
  color: #0B2545;
}

textarea,
input,
select {
  outline: none;
}

header,
footer,
article,
section,
aside,
nav {
  display: block;
}

p {
  padding: 0;
  margin: 0;
}

ul {
  list-style-position: inside;
  padding-left: 0;
}

.clear {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #fff;
    color: #0B2545;
  }

  a {
    color: #0B2545;
  }
}

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

@media only screen and (max-width:600px) {
  html {
    font-size: 90%;
  }
}

@media only screen and (min-width:1200px) {
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}


.standard_center1 {
  width: 96%;
  margin: 0 auto;
}

.standard_center2 {
  width: 1600px;
  max-width: 96%;
  margin: 0 auto;
}

.standard_center3 {
  width: 1400px;
  max-width: 96%;
  margin: 0 auto;
}

.standard_center4 {
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
}

.standard_center5 {
  width: 1000px;
  max-width: 96%;
  margin: 0 auto;
}

.standard_center6 {
  width: 800px;
  max-width: 96%;
  margin: 0 auto;
}


.lightbox_comment {
  width: 600px;
  max-width: 85vw;
  text-align: center;
}

.lightbox_comment .platform {}

.lightbox_comment .platform img {
  width: 150px;
  height: auto;
}

.lightbox_comment .ad {
  margin: 3px 0 0 0;
  font-size: 1.2rem;
  font-family: "poppins_bold";
}

.lightbox_comment .stars {
  margin: 10px 0 0 0;
}

.lightbox_comment .stars img {
  width: 120px;
  height: auto;
}

.lightbox_comment .yorum {
  margin: 10px 0 0 0;
  font-size: 1.1rem;
}






#header_new {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 300ms ease;
  background: transparent;
}

#header_new.sticky1 {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

#header_new .top_bar {
  background-color: #0B2545;
  color: #fff;
  font-size: 0.85rem;
  padding: 8px 0;
  transition: height 300ms ease, padding 300ms ease, opacity 300ms ease;
  overflow: hidden;
}

#header_new.sticky1 .top_bar {
  height: 0;
  padding: 0;
  opacity: 0;
}

#header_new .tb_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header_new .tb_left .social_icons a {
  color: #fff;
  margin-right: 15px;
  font-size: 1rem;
  transition: color 0.2s;
}

#header_new .tb_left .social_icons a:hover {
  color: #20addd;
}

#header_new .tb_right {
  display: flex;
  gap: 20px;
}

#header_new .tb_right .contact_link {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}

#header_new .tb_right .contact_link:hover {
  color: #20addd;
}

#header_new .main_header {
  background: #fff;
  /* Initially white, or transparent if you want transparency before scroll */
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  transition: padding 300ms ease;
}

#header_new.sticky1 .main_header {
  padding: 10px 0;
  background: #fff;
}

#header_new .mh_content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
}

#header_new .logo_area img {
  display: block;
  height: 50px;
  width: auto;
  transition: height 300ms ease;
}

#header_new.sticky1 .logo_area img {
  height: 40px;
}

#header_new .nav_area {
  justify-self: center;
}

#header_new .desktop_nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

#header_new .desktop_nav>ul>li {
  position: relative;
}

#header_new .desktop_nav>ul>li>a {
  font-family: 'poppins_medium', Arial, sans-serif;
  color: #0B2545;
  font-size: 0.95rem;
  padding: 10px 0;
  display: block;
  position: relative;
  transition: color 0.2s;
}

#header_new .desktop_nav>ul>li>a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #20addd;
  transition: width 0.3s ease;
}

#header_new .desktop_nav>ul>li:hover>a {
  color: #20addd;
}

#header_new .desktop_nav>ul>li:hover>a:after {
  width: 100%;
}

/* Dropdown */
#header_new .desktop_nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  border-top: 3px solid #20addd;
}

#header_new .desktop_nav li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#header_new .desktop_nav ul ul li a {
  padding: 8px 20px;
  font-size: 0.9rem;
  color: #555;
  display: block;
  transition: all 0.2s;
}

#header_new .desktop_nav ul ul li a:hover {
  background: #f9f9f9;
  color: #20addd;
  padding-left: 25px;
}

#header_new .desktop_nav ul ul li {
  position: relative;
}

/* Nested Dropdown */
#header_new .desktop_nav ul ul ul {
  left: 100%;
  top: 0;
  transform: translateX(10px);
}

#header_new .desktop_nav ul ul li:hover>ul {
  transform: translateX(0);
}

#header_new .action_area {
  display: flex;
  align-items: center;
  gap: 20px;
}

#header_new .lang_selector {
  display: none;
  /* Temporarily hidden */
  position: relative;
  cursor: pointer;
  font-family: 'poppins_medium';
  font-size: 0.9rem;
}

#header_new .current_lang {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid #eee;
  transition: all 0.2s;
}

#header_new .current_lang:hover {
  background: #f9f9f9;
}

#header_new .lang_dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 5px;
  min-width: 120px;
  display: none;
  margin-top: 5px;
}

#header_new .lang_selector:hover .lang_dropdown {
  display: block;
}

#header_new .lang_item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  color: #333;
  transition: background 0.2s;
  border-radius: 5px;
}

#header_new .lang_item:hover {
  background: #f5f5f5;
}

#header_new .lang_item img {
  width: 20px;
  height: auto;
}

#header_new .cta_btn {
  background: #20addd;
  color: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  font-family: 'poppins_semibold';
  font-size: 0.9rem;
  transition: all 0.2s;
  box-shadow: 0 4px 10px rgba(32, 173, 221, 0.3);
}

#header_new .cta_btn:hover {
  background: #0B2545;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(11, 37, 69, 0.3);
}

#header_new .mobile_menu_toggle {
  display: none;
  font-size: 1.5rem;
  color: #0B2545;
  cursor: pointer;
}


/* Responsive Styles */
@media only screen and (max-width: 1200px) {
  #header_new .mh_content {
    gap: 20px;
  }

  #header_new .desktop_nav ul {
    gap: 15px;
  }
}

@media only screen and (max-width: 1000px) {
  #header_new .top_bar {
    display: none;
    /* Hide top bar on smaller screens */
  }

  #header_new .desktop_nav {
    display: none;
    /* Hide desktop nav */
  }

  #header_new .action_area .lang_selector {
    display: none;
    /* Simplify header items */
  }

  #header_new .action_area .cta_btn {
    display: none;
    /* Use sidebar for CTA too if needed, or keep minimal */
  }

  #header_new .mobile_menu_toggle {
    display: block;
  }

  #header_new .mh_content {
    grid-template-columns: auto 1fr auto;
  }

  #header_new .logo_area {
    grid-column: 1;
  }

  #header_new .action_area {
    grid-column: 3;
  }
}








#footer1 {
  margin: 50px 0 0 0;
  border-top: 1px solid #ddd;
}

#footer1 .ftsect20 {
  padding: 60px 0;
  background-color: #fff;
}

#footer1 .ftsect20 .grid {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  gap: 20px;
}

#footer1 .ftsect20 .grid .s {}

#footer1 .ftsect20 .grid .s.s3ves4 {
  align-self: center;
}

#footer1 .ftsect20 .grid .s.s3ves4 a {
  display: block;
}

#footer1 .ftsect20 .grid .s.s3ves4 a img.logo {
  width: 200px;
  max-width: 100%;
  height: auto;
}

#footer1 .ftsect20 .grid .s.s3ves4 .health {}

#footer1 .ftsect20 .grid .s.s3ves4 .health img {
  width: 300px;
  max-width: 60%;
  height: auto;
}

#footer1 .ftsect20 .grid .s.s1 {}

#footer1 .ftsect20 .grid .s.s2 {}

#footer1 .ftsect20 .grid .s.s5 {}

#footer1 .ftsect20 .grid .s .stitle {
  margin: 0 0 10px 0;
  font-family: 'poppins_semibold', Arial, sans-serif;
}

#footer1 .ftsect20 .grid .s .text {}

#footer1 .ftsect20 .grid .s .cs {}

#footer1 .ftsect20 .grid .s .cs table {}

#footer1 .ftsect20 .grid .s .cs table tr {}

#footer1 .ftsect20 .grid .s .cs table tr td {
  padding: 6px 10px;
  border: 1px solid #ddd;
}

#footer1 .ftsect20 .grid .s .cs table tr td:nth-of-type(1) {
  border-left: none;
}

#footer1 .ftsect20 .grid .s .cs table tr td:nth-of-type(2) {
  border-right: none;
}

#footer1 .ftsect20 .grid .s .nav {}

#footer1 .ftsect20 .grid .s .nav ul {}

#footer1 .ftsect20 .grid .s .nav ul li {
  margin: 0 0 7px 0;
}

#footer1 .ftsect20 .grid .s .nav ul li a {}


#footer1 .ftsect20 .grid .s.s2 .text1 {}

#footer1 .ftsect20 .grid .s.s2 .text1 .text {
  margin: 6px 0 0 0;
}

#footer1 .ftsect20 .grid .s.s2 .text1 svg {
  height: 16px;
  width: 16px;
  object-fit: contain;
  fill: #20addd;
}

#footer1 .ftsect25 {
  padding: 15px 0;
  background: #f5f5f5;
  text-align: center;
}

#footer1 .ftsect25 a {
  margin: 0 7px;
}

#footer1 .ftsect30 {
  padding: 20px 0 10px 0;
  background-color: #fff;
  text-align: center;
}

#footer1 .ftsect30 .grid {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 20px;
}

#footer1 .ftsect30 .grid .s {}

#footer1 .ftsect30 .grid .s svg {
  width: 140px;
  height: auto;
}

#footer1 .ftsect40 {
  padding: 10px 0 20px 0;
  background-color: #f5f5f5;
  text-align: center;
}

@media only screen and (max-width:1100px) {
  #footer1 .ftsect20 .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    text-align: center;
  }

  #footer1 .ftsect20 .grid .s.s1 {
    grid-column: 1 span;
  }

  #footer1 .ftsect20 .grid .s.s2 {
    grid-column: 1 span;
  }

  #footer1 .ftsect20 .grid .s.s3ves4 {
    grid-column: 1 span;
  }

  #footer1 .ftsect20 .grid .s.s5 {
    grid-column: 1 span;
    justify-self: center;
  }

  #footer1 .ftsect30 .grid {
    grid-template-columns: auto;
    gap: 10px;
  }

  #footer1 .ftsect30 .grid .s {}

  #footer1 .ftsect30 .grid .s svg {
    width: 90px;
  }
}





#footerlanding {
  margin: 0px 0 0 0;
  border-top: 1px solid #ddd;
}

#footerlanding .ftsect30 {
  padding: 20px 0 10px 0;
  background-color: #fff;
  text-align: center;
}

#footerlanding .ftsect30 .grid {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 20px;
}

#footerlanding .ftsect30 .grid .s {}

#footerlanding .ftsect30 .grid .s svg {
  width: 140px;
  height: auto;
}

#footerlanding .ftsect40 {
  padding: 10px 0 20px 0;
  background-color: #f5f5f5;
  text-align: center;
}

@media only screen and (max-width:1100px) {
  #footerlanding .ftsect20 .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    text-align: center;
  }

  #footerlanding .ftsect20 .grid .s.s1 {
    grid-column: 1 span;
  }

  #footerlanding .ftsect20 .grid .s.s2 {
    grid-column: 1 span;
  }

  #footerlanding .ftsect20 .grid .s.s3ves4 {
    grid-column: 1 span;
  }

  #footerlanding .ftsect20 .grid .s.s5 {
    grid-column: 1 span;
    justify-self: center;
  }

  #footerlanding .ftsect30 .grid {
    grid-template-columns: auto;
    gap: 10px;
  }

  #footerlanding .ftsect30 .grid .s {}

  #footerlanding .ftsect30 .grid .s svg {
    width: 90px;
  }
}






#sidebar1 {
  position: fixed;
  z-index: 9000;
  right: -101%;
  top: 0;
  width: 350px;
  height: 100vh;
  box-sizing: border-box;
  padding: 0 0 60px 0;
  overflow: auto;
  color: #e9dfcf;
  border-left: 1px solid #ddd;
  background-color: #009aff;
  background: rgb(32 173 221 / 90%);
  ;
  border-left: 1px solid #26837C;
  transition: right 300ms;
}

#sidebar1 a {
  color: #e9dfcf;
}

#sidebar1 a:hover {
  color: #fff;
}

#sidebar1 .hd {
  position: sticky;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 20px;
  text-align: center;
  font-size: 1.4em;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  background: rgb(32 173 221 / 90%);
  ;
  border-bottom: 1px solid #26837C;
}

#sidebar1 .hd .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

#sidebar1 .hd .grid .s {}

#sidebar1 .hd .grid .s.s1 {
  justify-self: start;
  color: #e9dfcf;
}

#sidebar1 .hd .grid .s.s1 a {
  color: #e9dfcf;
}

#sidebar1 .hd .grid .s.s2 {
  justify-self: end;
}

#sidebar1 .hd .closer {
  color: #e9dfcf;
  font-size: 1.7rem;
}

#sidebar1 .hd .closer:hover {
  color: #fff;
}

#sidebar1 .body {
  padding: 30px 0 0 0;
}

#sidebar1 .lang {
  padding: 20px 0;
  border-top: 1px solid #26837C;
  font-size: 1rem;
  text-align: center;
  font-family: "poppins";
}

#sidebar1 .lang a {
  color: #e9dfcf;
  margin: 0 10px;
  text-transform: uppercase;
}

#sidebar1 .lang a:hover {
  color: #fff;
}

#sidebar1 .lang a.selected {
  color: #ffab02;
}

#sidebar1 .lang1 {
  padding: 20px 0;
  border-bottom: 1px solid #26837C;
  font-size: 1.2rem;
  text-align: center;
}

#sidebar1 .social {
  padding: 20px 0;
  font-size: 1.3rem;
  text-align: center;
  border-top: 1px solid #26837C;
}

#sidebar1 .social a {
  color: #e9dfcf;
  margin: 0 10px;
  text-transform: uppercase;
}

#sidebar1 .social a:hover {
  color: #fff;
}

#sidebar1 .social a svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  fill: #e9dfcf;
}

#sidebar1 .social a:hover svg {
  fill: #fff;
}

#sidebar1 .nav1 ul {
  list-style: none;
}

#sidebar1 .nav1 ul li {}

#sidebar1 .nav1 ul li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 10px 0 10px 0;
  color: #e9dfcf;
  font-family: "poppins";
  font-size: 18px;
}

#sidebar1 .nav1 ul li a:hover {
  color: #fff;
}

#sidebar1 .nav1 {
  padding: 0;
  margin: 0 auto 0 auto;
  font-size: 1rem;
  text-align: center;
}

#sidebar1 .nav1 ul {
  overflow: hidden;
}

#sidebar1 .nav1 ul li {}

#sidebar1 .nav1 ul li a {}

#sidebar1 .nav1>ul {
  padding: 0 15px;
}

#sidebar1 .nav1>ul>li>a {}

#sidebar1 .nav1 ul li {
  padding: 0 0 1px 0;
}

#sidebar1 .nav1 ul li a {
  display: block;
  padding: 8px 0;
  font-family: "poppins";
  text-decoration: none;
  color: var(--color1);
  text-align: left;
}

#sidebar1 .nav1 ul li a:before {
  content: "➤";
  display: inline-block;
  margin: 0 5px 0 0;
  transform: scale(.9);
  color: #5d5947;
}

#sidebar1 .nav1 ul li a.selected {}

#sidebar1 .nav1 ul li a.selected_link_view {}

#sidebar1 .nav1 ul li ul {
  display: none;
  padding: 10px;
  background: #d9c8a8;
}

#sidebar1 .nav1 ul li ul.selected {
  display: block;
}

#sidebar1 .nav1 ul li ul li {}

#sidebar1 .nav1 ul ul li a {
  transform: translate(-100%, 0);
  color: #777;
  padding: 5px 0;
  font-family: 'poppins_semibold', Arial, sans-serif;
  font-size: .9rem;
}

#sidebar1 .nav1 ul ul li a:before {
  content: "➤";
  margin: 0 5px 0 0;
  font-size: .9rem;
}

#sidebar1 .nav1 ul li ul.selected {}

#sidebar1 .nav1 ul.selected li {}

#sidebar1 .nav1 ul.selected li a {
  -webkit-animation: example 300ms ease 100ms 1 alternate;
  -webkit-animation-fill-mode: forwards;
  animation: example 300ms ease 100ms 1 alternate;
  animation-fill-mode: forwards;
}

@-webkit-keyframes example {
  0% {
    transform: translate(-100%, 0) scale(0);
  }

  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes example {
  0% {
    transform: translate(-100%, 0) scale(0);
  }

  100% {
    transform: translate(0, 0) scale(1);
  }
}

@media only screen and (max-width: 500px) {
  #sidebar1 {
    width: 70%;
  }
}


body.sidebar1_show #sidebar1 {
  right: 0;
}

body.sidebar1_show #header .sect20 .grid .s.s3 a {
  display: none;
}













.ortakform1 {
  padding: 50px 0;
  background: #f5f5f5;
}

.ortakform1 .head {
  overflow: hidden;
}

.ortakform1 .head .grid1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.ortakform1 .head .grid1 .s {}

.ortakform1 .head .grid1 .s.s1 {
  font-size: 2.8rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 1s ease;
}

.ortakform1 .head .grid1.scroll_action .s.s1 {
  transform: translateX(0);
  opacity: 1;
}

.ortakform1 .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateX(50%);
  opacity: 0;
  transition: all 1s ease;
}

.ortakform1 .head .grid1 .s.s2 .extrabaslik {
  font-family: 'poppins_semibold', Arial, sans-serif;
}

.ortakform1 .head .grid1.scroll_action .s.s2 {
  transform: translateX(0);
  opacity: 1;
}

.ortakform1 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  margin: 30px 0 0 0;
}

.ortakform1 .grid .s {}

.ortakform1 .grid .s.s1 {}

.ortakform1 .grid .s.s1 .im {
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1;
}

.ortakform1 .grid .s.s1 .im img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.ortakform1 .grid .s.s2 {}

.form101 {
  margin: 30px auto 30px auto;
  background: none;
  color: #000;
}

.form101 .info1 {
  margin: 0 0 50px 0;
}

.form101 .group1 {
  margin: 0 0 20px 0;
}

.form101 .group1 .title {
  margin: 0 0 1px 0;
  color: #444;
  font-family: "poppins_semibold";
  font-size: 0.9rem;
}

.form101 .group1.required .title::after {
  content: ' *';
  margin: 0 5px 0 0;
  font-weight: 600;
  color: #cc0000;
}

.form101 .group1 .explain {
  padding: 2px 0;
  color: #b0b6c8;
}

.form101 input[type="text"],
.form101 input[type="number"],
.form101 input[type="email"],
.form101 input[type="date"],
.form101 input[type="tel"],
.form101 input[type="password"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 5px;
  box-sizing: border-box;
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.form101 select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 5px;
  box-sizing: border-box;
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.form101 textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.form101 input[type="text"]:focus,
.form101 input[type="number"]:focus,
.form101 input[type="email"]:focus,
.form101 input[type="date"]:focus,
.form101 input[type="password"]:focus,
.form101 select:focus {
  border: 1px solid #4daed2;
}

.form101 .submit_line {
  text-align: right;
}

.form101 .submit_line img.submit_loading {
  display: none;
  height: 20px;
  width: auto;
}

.form101 .submit_line button.reset {}

.form101 .submit_line button.submit {
  padding: 10px 35px;
  background: #20addd;
  color: #fff;
  font-size: 1em;
  font-family: "poppins_semibold";
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 300ms;
}

.form101 .submit_line button.submit:hover {
  background-color: #222;
  color: #fff;
}

.form101 .form_grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 0px;
}

.form101 .form_grid_self {
  grid-column: 12 span;
}

.form101 .form_grid_self.type_2 {
  padding: 10px;
  background: #eee;
}

.form101 .form_grid_self.w2 {
  grid-column: 6 span;
}

.form101 .form_grid_self.w3 {
  grid-column: 4 span;
}

.form101 .form_grid_self.w4 {
  grid-column: 3 span;
}

.form101 .phonegrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}

.form101 .phonegrids {}

@media only screen and (max-width:1000px) {
  .ortakform1 .head {}

  .ortakform1 .head .grid1 {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .ortakform1 .head .grid1 .s.s1 {
    font-size: 2rem;
  }

  .ortakform1 .head .grid1 .s.s2 {
    display: none;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width:850px) {
  .form101 .form_grid_self.w4 {
    grid-column: 6 span;
  }
}

@media only screen and (max-width:750px) {
  .form101 .group1 {
    margin: 0 0 8px 0;
  }

  .ortakform1 .grid {
    grid-template-areas: "s2" "s1";
    grid-template-columns: 1fr;
    column-gap: 10px;
    grid-row-gap: 10px;
    margin: 7px 0 0 0;
  }

  .ortakform1 .grid .s.s1 {
    grid-area: s1;
    justify-self: center;
  }

  .ortakform1 .grid .s.s1 .im {
    width: 300px;
  }

  .ortakform1 .grid .s.s1 .im img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .ortakform1 .grid .s.s2 {
    grid-area: s2;
  }

  .form101 .form_grid_self.w2 {
    grid-column: 12 span;
  }

  .form101 .form_grid_self.w3 {
    grid-column: 12 span;
  }

  .form101 .form_grid_self.w4 {
    grid-column: 12 span;
  }

  .form101 input[type="text"],
  .form101 input[type="number"],
  .form101 input[type="email"],
  .form101 input[type="date"],
  .form101 input[type="password"] {
    height: 35px;
    padding: 0 5px;
    border-radius: 10px;
  }

  .form101 select {
    height: 35px;
    border-radius: 10px;
  }

  .form101 textarea {
    height: 55px;
    border-radius: 10px;
  }
}









.minikart {
  padding: 15px;
  margin: 0 0 25px 0;
  border-radius: 15px;
  background: #20addd;
  color: #fff;
}

.minikart a {
  color: #fff;
}

.minikart .ad {
  text-align: center;
  font-family: 'poppins_semibold';
}

.minikart .im {
  margin: 25px 0;
}

.minikart .im a {
  position: relative;
  display: block;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 0 5px 0 #fff;
}

.minikart .im a img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  scale: 0.9;
}

.minikart .info {
  text-align: center;
}

.minikart .butonlarwrap {
  margin: 30px 0 0 0;
  text-align: center;
}

.minikart .butonlar {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
}

.minikart .butonlar div {}

.minikart .butonlar a {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  color: #0B2545;
  font-family: "poppins_semibold";
  background: var(--minikartrenk1);
}

.minikart .butonlar a.tip1 {
  padding: 0 25px;
}

.minikart .butonlar a.tip2 {
  width: 40px;
}

.minikart .butonlar a.tip2 svg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  scale: .5;
  fill: #fff;
}

.minikart .butonlar a.tip3 {
  width: 40px;
  font-size: 1.2rem;
}




.miniblog1 {
  padding: 15px;
  margin: 0 0 25px 0;
  background: #20addd;
  color: #bde9ef;
  border-radius: 15px;
}

.miniblog1 a {
  color: #bde9ef;
}

.miniblog1 .xtitle {
  margin: 0 0 10px 0;
  font-size: 1.1rem;
  text-align: center;
}

.miniblog1 .item {
  border-top: 1px solid #ddd;
  padding: 5px;
}

.miniblog1 .item:nth-of-type(1) {
  border-top: none;
}

.miniblog1 .item:nth-of-type(2) {
  border-top: none;
}

.miniblog1 .item a.im {
  position: relative;
  z-index: 1;
  margin: 0 0 12px 0;
  display: block;
  max-width: 300px;
  aspect-ratio: 5 / 3;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 #fff;
}

.miniblog1 .item a.im img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1000ms;
}

.miniblog1 .item a.im:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
}

.miniblog1 .item a.title {
  color: #bde9ef;
}

.miniblog1 .item a.title:hover {
  color: #fff;
}

.miniblog1 .item a.title i {
  color: #bde9ef;
}

@media only screen and (max-width:800px) {
  .miniblog1 {
    border: none;
    box-shadow: none;
  }
}







.dikeybuton {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dikeybuton img {
  width: 30px;
  height: auto;
  border-radius: 0 10px 10px 0;
}



.whatsapp-icon {
  display: block;
  position: fixed;
  z-index: 200;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #25D366;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
  animation: bounce 1.5s infinite, glow 1.5s infinite alternate;
}

.whatsapp-icon svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
  fill: #fff;
}

@media only screen and (max-width: 900px) {
  .whatsapp-icon {
    width: 50px;
    height: 50px;
  }
}



@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 10px rgba(37, 211, 102, 0.5);
  }

  100% {
    box-shadow: 0 0 20px rgba(37, 211, 102, 1);
  }
}












.sectformtedavi {
  padding: 50px 0;
}

.sectformtedavi .head {
  overflow: hidden;
}

.sectformtedavi .head .grid1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.sectformtedavi .head .grid1 .s {}

.sectformtedavi .head .grid1 .s.s1 {
  font-size: 2.8rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  transform: translateX(0);
  opacity: 1;
  transition: all 1s ease;
}

.sectformtedavi .head .grid1.scroll_action .s.s1 {
  transform: translateX(0);
  opacity: 1;
}

.sectformtedavi .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateX(0);
  opacity: 1;
  transition: all 1s ease;
}

.sectformtedavi .head .grid1.scroll_action .s.s2 {
  transform: translateX(0);
  opacity: 1;
}

.sectformtedavi .headlanding {
  display: none;
}

.sectformtedavi .headlanding .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
}

.sectformtedavi .headlanding .grid .s {}

.sectformtedavi .headlanding .grid .s.s1 {
  padding: 20px 10px;
  background: #0B2545;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.sectformtedavi .headlanding .grid .s.s1 .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.sectformtedavi .headlanding .grid .s.s1 .flex .inner {
  width: 100%;
  text-align: center;
}

.sectformtedavi .headlanding .grid .s.s1 .text1 {
  font-size: 2.1rem;
}

.sectformtedavi .headlanding .grid .s.s1 .text1 strong {
  font-weight: normal;
  font-family: 'poppins_bold', Arial, sans-serif;
}

.sectformtedavi .headlanding .grid .s.s1 .text2 {
  margin: 20px 0 0 0;
  font-size: 1.2rem;
}

.sectformtedavi .headlanding .grid .s.s2 {
  padding: 20px 10px;
}

.sectformtedavi .headlanding .grid .s.s2 .title1 {
  margin: 0 0 25px 0;
  font-size: 1.6rem;
  font-family: 'poppins_bold', Arial, sans-serif;
  text-align: center;
  color: #0B2545;
}

.sectformtedavi .headlanding .grid .s.s2 ul {
  color: #0B2545;
  list-style: none;
}

.sectformtedavi .headlanding .grid .s.s2 ul li {
  margin: 0 0 7px 0;
  font-size: 1.0rem;
  font-family: 'poppins_bold', Arial, sans-serif;
}

.sectformtedavi .headlanding .grid .s.s2 ul li span {
  color: #000;
}

.sectformtedavi .headlanding .grid .s.s2 ul li i {
  font-size: 1.1rem;
  color: #0B2545;
}

.sectformtedavi .sectgrid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 30px 0 0 0;
  /*padding:20px;border-radius:20px;
  background:#777c8f;*/
}

.sectformtedavi .sectgrids {
  padding: 40px 0;
}

.sectformtedavi .sectgrids.s1 {
  background: #4f8185;
  color: #fff;
  border-radius: 20px 0 0 20px;
}

.sectformtedavi .sectgrids.s1 a {
  color: #fff;
}

.sectformtedavi .sectgrids.s1 .title1 {
  margin: 0 0 20px 0;
  font-size: 1.3rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  text-align: center;
}

.sectformtedavi .sectgrids.s1 .table {
  padding: 0 30px;
}

.sectformtedavi .sectgrids.s1 .table table {}

.sectformtedavi .sectgrids.s1 .table table tr {}

.sectformtedavi .sectgrids.s1 .table table tr td {
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.sectformtedavi .sectgrids.s1 .table table tr td:nth-of-type(1) {}

.sectformtedavi .sectgrids.s1 .table table tr td:nth-of-type(2) {
  padding: 0 0 0 15px;
}

.sectformtedavi .sectgrids.s1 .table table tr td .circle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
}

.sectformtedavi .sectgrids.s1 .table table tr td .circle:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #b9d7d9;
}

.sectformtedavi .sectgrids.s1 .table table tr td .circle:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  scale: 1.3;
  opacity: 0;
}

.sectformtedavi .sectgrids.s1 .table table tr.active td .circle:after {
  opacity: 1;
}

.sectformtedavi .sectgrids.s1 .table table tr.cizgi {}

.sectformtedavi .sectgrids.s1 .table table tr.cizgi td {
  z-index: 1;
  height: 20px;
}

.sectformtedavi .sectgrids.s1 .table table tr.cizgi td:nth-of-type(1):before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}

.sectformtedavi .sectgrids.s2 {
  padding-left: 30px;
  padding-right: 30px;
  background: #D0F0EE;
  color: #0B2545;
  border-radius: 0 20px 20px 0;
}

.sectformtedavi .sectgrids.s2 a {
  color: #0B2545;
}

.sectformtedavi .sectgrids.s2 .formhead {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 1.6rem;
  font-family: Georgia, serif;
  font-weight: 600;
}

.sectformtedavi .sectgrids.s2 .steps {}

.sectformtedavi .sectgrids.s2 .steps .sonucimg {}

.sectformtedavi .sectgrids.s2 .steps .sonucimg img {
  width: 100%;
  height: auto;
}

.sectformtedavi .sectgrids.s2 .steps .sorubox {
  margin: 0 0 20px 0;
}

.sectformtedavi .sectgrids.s2 .steps .sorubox .soru {
  margin: 0 0 8px 0;
}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 10px;
  background: none;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid label {}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid label input {
  display: none;
}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid label span {
  display: block;
  padding: 5px 6px;
  text-align: center;
  color: #777;
  background: #8ea9ab;
  color: #fff;
  border: 1px solid #8ea9ab;
  border-radius: 5px;
  cursor: pointer;
}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid label input:checked~span {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.sectformtedavi .sectgrids .formitem {}

.sectformtedavi .sectgrids .formitem .title {}

.sectformtedavi .sectgrids .formitem .item {}

.sectformtedavi .sectgrids .formitem .item .iti {
  width: 100%;
  object-fit: contain;
}

.sectformtedavi .sectgrids .formitem .item input {
  display: block;
  width: 100%;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.sectformtedavi .sectgrids .formitem .item select {
  display: block;
  width: 100%;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.sectformtedavi .sectgrids .formitem .item textarea {
  display: block;
  width: 100%;
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.sectformtedavi .sectgrids.s2 .butonlar {
  margin: 30px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton {}

.sectformtedavi .sectgrids.s2 .butonlar .buton.b1 {}

.sectformtedavi .sectgrids.s2 .butonlar .buton.b2 {
  justify-self: end;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton button {
  padding: 10px 20px;
  background: #0B2545;
  color: #fff;
  border: 1px solid #4a4e67;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton button:hover {
  background-color: #33585b;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton button.prev {}

.sectformtedavi .sectgrids.s2 .butonlar .buton button.prev:before {
  content: "❮";
  margin: 0 10px 0 0;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton button.next {}

.sectformtedavi .sectgrids.s2 .butonlar .buton button.next:after {
  content: "❯";
  margin: 0 0 0 10px;
  rotate: 180deg;
}

.sectformtedavi .sectgrids.s2 .submit_line {
  margin: 10px 0 0 0;
}

.sectformtedavi .sectgrids.s2 .submit_line {
  text-align: right;
}

.sectformtedavi .sectgrids.s2 .submit_line img.submit_loading {
  display: none;
  height: 20px;
  width: auto;
}

.sectformtedavi .sectgrids.s2 .submit_line button.reset {}

.sectformtedavi .sectgrids.s2 .submit_line button.submit {
  padding: 10px 35px;
  background: #0B2545;
  color: #fff;
  font-size: 1em;
  font-family: "poppins_semibold";
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 300ms;
}

.sectformtedavi .sectgrids.s2 .submit_line button.submit:hover {
  background-color: #222;
  color: #fff;
}

/*
.standard_checkbox_3 input:checked ~ span.checkmark {
*/

.sectformtedavi .phonegrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}

.sectformtedavi .phonegrids {}

@media only screen and (max-width:1000px) {
  .sectformtedavi .head {}

  .sectformtedavi .head .grid1 {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .sectformtedavi .head .grid1 .s.s1 {
    font-size: 2rem;
  }

  .sectformtedavi .head .grid1 .s.s2 {
    font-size: 1.1rem;
  }

  .sectformtedavi .headlanding {}

  .sectformtedavi .headlanding .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    border-radius: 20px;
  }

  .sectformtedavi .headlanding .grid .s {}

  .sectformtedavi .headlanding .grid .s.s1 {
    border-radius: 20px;
  }

  .sectformtedavi .headlanding .grid .s.s1 .text1 {
    font-size: 1.5rem;
  }

  .sectformtedavi .headlanding .grid .s.s1 .text2 {
    margin: 15px 0 0 0;
    font-size: 1.1rem;
  }

  .sectformtedavi .headlanding .grid .s.s2 {
    padding: 20px 10px;
  }

  .sectformtedavi .headlanding .grid .s.s2 .title1 {
    margin: 0 0 15px 0;
    font-size: 1.4rem;
  }

  .sectformtedavi .headlanding .grid .s.s2 ul li {
    margin: 0 0 5px 0;
    font-size: 1.0rem;
  }

  .sectformtedavi .headlanding .grid .s.s2 ul li i {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width:870px) {
  .sectformtedavi {
    padding: 30px 0;
  }

  .sectformtedavi .sectgrid {
    grid-template-columns: 1fr;
  }

  .sectformtedavi .sectgrids {
    padding: 20px 0;
  }

  .sectformtedavi .sectgrids.s1 {
    display: none;
  }

  .sectformtedavi .sectgrids.s2 {
    border-radius: 20px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .sectformtedavi .sectgrids.s2 .steps .secenekgrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    padding: 6px;
    border-radius: 4px;
  }

  .sectformtedavi .sectgrids.s2 .steps .secenekgrid label {}
}

@media only screen and (max-width:800px) {
  .sectformtedavi .headlanding {}

  .sectformtedavi .headlanding .grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sectformtedavi .headlanding .grid .s {}

  .sectformtedavi .headlanding .grid .s.s1 {
    border-radius: 20px;
  }

  .sectformtedavi .headlanding .grid .s.s1 .text1 {
    font-size: 1.5rem;
  }

  .sectformtedavi .headlanding .grid .s.s1 .text2 {
    margin: 15px 0 0 0;
    font-size: 1.1rem;
  }

  .sectformtedavi .headlanding .grid .s.s2 {
    padding: 20px 10px;
  }

  .sectformtedavi .headlanding .grid .s.s2 .title1 {
    margin: 0 0 15px 0;
    font-size: 1.4rem;
  }

  .sectformtedavi .headlanding .grid .s.s2 ul li {
    margin: 0 0 5px 0;
    font-size: 1.0rem;
  }

  .sectformtedavi .headlanding .grid .s.s2 ul li i {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width:500px) {
  .sectformtedavi .sectgrids.s2 .steps .secenekgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    padding: 5px;
  }
}