@charset "UTF-8";

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica"), url("./assets/fonts/Helvetica.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Bold"), url("./assets/fonts/Helvetica-Bold.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Light";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Light"), url("./assets/fonts/helvetica-light.woff") format("woff");
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Bold", "Helvetica", "Arial", "Roboto", sans-serif;
}

a,
p,
em,
u,
li,
span,
div,
strong,
sub,
sup {
  font-family: "Helvetica", "Arial", "Roboto", sans-serif;
}

mark {
  text-decoration: underline;
  text-decoration-color: #eeff00;
  font-weight: 700;
}

.main-color {
  color: #13b6d2 !important;
}

.second-color {
  color: #fbfbfb !important;
}

.c-white {
  color: #fbfbfb !important;
}

.c-blue {
  color: #13b6d2 !important;
}

.c-black {
  color: #221f1f !important;
}

.c-yellow {
  color: #cba76a !important;
}

.c-gray {
  color: #606161 !important;
}

.c-gray-200 {
  color: #dbdbdb !important;
}

.c-green {
  color: #6acc94 !important;
}

.c-red {
  color: #e22414 !important;
}

.bg-red {
  background-color: #6acc94 !important;
}

.bg-red {
  color: #6acc94 !important;
}

.bg-gray {
  background-color: #606161 !important;
}

.bg-black {
  background-color: #221f1f !important;
}

.bg-footer {
  background-color: #606161 !important;
}

.bg-gray-200 {
  background-color: #dbdbdb !important;
}

.bg-white-200 {
  background-color: #fefefe !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  font-size: 18px;
}


a {
  text-decoration: none;
  color: #221f1f;
}

mark {
  text-decoration: underline;
  text-decoration-color: #13b6d2;
  color: #13b6d2;
  font-weight: 700;
}

/***************************
*********STYLES**************
***************************/
.text-justify {
  text-align: justify;
}

/*Heading-title - Breadcumbs*/
.head-line {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.head-line img {
  height: 25px !important;
  width: auto;
  margin-bottom: -20px;
}

.h-title {
  position: relative;
}

.h-title h2 {
  opacity: 1;
  left: 50%;
  font-family: "Helvetica Bold", "Helvetica", "Arial", "Roboto", sans-serif !important;
  transform: translateX(-50%);
  position: absolute;
  color: rgb(0 0 0 / 13%) !important;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.4s ease-in-out;
  font-weight: 900;
  z-index: 1;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.onlyslider.h-title h2 {
  color: rgb(237 237 237 / 13%) !important;
}

[data-bs-theme="dark"] .h-title h2 {
  color: rgb(0 0 0 / 23%) !important;
}

@media screen and (max-width: 992px) {
  .h-title h2 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .h-title h2 {
    font-size: 4rem;
  }
}

.h-title h3 {
  margin-top: 20px;
  color: #13b5d1 !important;
  text-align: center;
  font-family: "Helvetica Bold", "Helvetica", "Arial", "Roboto", sans-serif !important;
  font-size: 3rem;
  font-weight: 900;
  line-height: 84px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 992px) {
  .h-title h3 {
    margin-top: 5px;
  }
}


.home_form_title {
  font-size: 1.2em;
  margin: 0 0 1em 0;
  font-family: "Helvetica", sans-serif;
}

.h-title-y {
  position: relative;
}

.h-title-y h2 {
  opacity: 1;
  font-family: "Helvetica Bold", "Helvetica", "Arial", "Roboto", sans-serif !important;
  position: absolute;
  color: rgba(96, 97, 97, 0.0666666667);
  font-size: 3em;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.4s ease-in-out;
  z-index: -1;
  font-weight: 900;
}

[data-bs-theme="dark"] .h-title-y h2 {
  color: rgb(45 49 54);
}

@media screen and (min-width: 992px) {
  .h-title-y h2 {
    text-align: left;
    left: 20px;
    top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .h-title-y h2 {
    font-size: 3rem !important;
  }
}

.h-title-y h3 {
  margin-top: 30px;
  color: #13b6d2;
  text-align: start;
  font-family: "Helvetica Bold", "Helvetica", "Arial", "Roboto", sans-serif !important;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 84px;
}

@media screen and (max-width: 992px) {
  .h-title-y h3 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 992px) {
  .h-title-y h3 {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .h-title-y h3 {
    text-align: left;
  }
}



/*Butons*/
.head-button {
  z-index: 100;
  height: 100% !important;
  width: 100% !important;
  text-align: center;
  padding: 11px 15px;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #13b6d2;
  border-radius: 0 !important;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  display: block;
  width: 100%;
  transition: 0.3s ease-in;
}

.head-button i {
  color: #fbfbfb;
  margin-left: 5px;
  transition: 0.3s ease-in-out;
}

.head-button:hover {
  transform: scale(0.94);
  color: #fbfbfb !important;
  background-color: #13b6d2;
  border: 2px solid #13b6d2;
}

.head-button:hover i {
  color: #13b6d2 !important;
}

[data-bs-theme="dark"] .head-button {
  background-color: #00424c;
  border: 2px solid #00424c;
}


.theme-button {
  z-index: 100;
  height: 52px;
  line-height: 40px;
  text-align: center;
  padding: 8px 15px;
  font-size: 14px;
  font-family: "Helvetica", "Helvetica Bold", "Arial", "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fbfbfb;
  border-radius: 0px;
  background-color: #13b6d2;
  border: none;
  position: relative;
  transition: 0.3s ease-in;
}

.theme-button i {
  color: #fbfbfb;
  margin-left: 5px;
  transition: 400ms ease-in-out;
}

.theme-button:hover {
  color: #fbfbfb !important;
  background-color: #14a1b9;
}

.theme-button:hover i {
  color: #fbfbfb !important;
}

.theme-button-1 {
  z-index: 100;
  text-align: center;
  padding: 14px 15px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  font-family: "Helvetica", "Helvetica Bold", "Arial", "Roboto", sans-serif;
  letter-spacing: 1px;
  color: #fbfbfb;
  border-radius: 0;
  background-color: #13b6d2;
  border: 2px solid #13b6d2;
  transition: 0.3s ease-in-out;
}

.theme-button-1 i {
  color: #fbfbfb;
  margin-left: 5px;
  transition: 400ms ease-in-out;
}

.theme-button-1:hover {
  color: #13b6d2 !important;
  border: 2px solid #13b6d2;
  background-color: #fbfbfb;
}

.theme-button-1:hover i {
  color: #13b6d2 !important;
}

.theme-button-2 {
  z-index: 100;
  height: 30px;
  width: 110px;
  text-align: center;
  padding: 18px 15px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border: 2px solid #13b6d2;
  border-radius: 4px;
  background-color: #13b6d2;
  transition: 400ms ease-in-out;
  text-transform: uppercase;
}

.theme-button-2:hover {
  background-color: #fbfbfb;
  transform: scale(0.95);
}

.theme-button-2:hover i {
  color: #13b6d2;
}

.theme-button-2 i {
  border-radius: 7px;
  color: #fbfbfb;
  margin-left: 10px;
  transition: 400ms;
}


.theme-button-3 {
  z-index: 100;
  height: 30px;
  width: 110px;
  text-align: center;
  padding: 4px 2px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border: 2px solid #707070;
  border-radius: 4px;
  background-color: #707070;
  transition: 400ms ease-in-out;
  text-transform: uppercase;
}

.theme-button-3:hover {
  background-color: #13b6d2;
  transform: scale(0.95);
}

.theme-button-3:hover i {
  color: #707070;
}

.theme-button-3 i {
  border-radius: 7px;
  color: #13b6d2;
  margin-left: 10px;
  transition: 400ms;
}

.button-groups {
  margin: 6em 0;
}

[data-bs-theme="dark"] .card.yatay .theme-button-1,
[data-bs-theme="dark"] .theme-button-1 {
  background: #00424c;
  border: 2px solid #00424c;
}


/*Pre-loader*/
.fade-out-animation {
  opacity: 0;
  visibility: hidden;
}

.preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
  z-index: 999999999;
}

[data-bs-theme="dark"] .preloader-wrapper {
  background: #00424c;
}

.preloader-wrapper img {
  max-width: 240px;
  -o-object-fit: cover;
  object-fit: cover;
	animation: beat .5s infinite alternate;
	transform-origin: center;
}

/* Heart beat animation */
@keyframes beat{
	to { transform: scale(1.2); }
}
@-webkit-keyframes beat{
	to { transform: scale(1.2); }
}


.z-index-1000 {
  z-index: 1000 !important;
}

/*Blog*/
.tag-section a {
  color: #fbfbfb;
  background-color: #13b6d2;
  margin-right: 10px;
  padding: 3px 10px;
}

/*Satır Sınırı*/
.line-clamp,
.card-text {
  height: 50px;
  overflow: hidden;
  font-size: 0.9em;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  position: relative;
  -webkit-box-orient: vertical;
  font-family: "Helvetica", sans-serif;
}

.line-clamp::after,
.card-text::after {
  content: "...";
  z-index: 100;
}

/***************************
*********FORM***************
***************************/
.form-check-input:checked {
  background-color: #13b6d2;
  border: none !important;
  outline: none !important;
}

select:checked,
select:focus {
  background-color: #13b6d2;
  border: none !important;
  outline: none !important;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #13b6d2;
}


input[type=file] {
  background-color: rgb(0, 229, 255);
}

input[type=file]::file-selector-button {
  display: none;
}

.section {
  padding: 80px 0;
}

header {
  z-index: 99999 !important;
  background-color: rgb(255 255 255 / 70%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  margin-bottom: -19vh;
  /*Nav*/
  /*Responsive*/
}

body[data-bs-theme="dark"] header {
  background-color: rgb(0 44 50 / 70%);
}

header .container-fluid {
  max-width: 90%;
}

@media screen and (max-width: 1200px) {
  header {
    margin-bottom: -155px;
  }
}

header .logo {
  display: none;
}

header .logo-w {
  display: block;
  float: left;
  color: #13b6d2;
  position: relative;
  height: 100%;
}

header .logo-w a {
  max-width: 160px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .logo-w img {
  padding: 0;
  margin: auto;
  display: block;
  text-align: center;
  max-width: 100%;
}

header .main-header {
  display: block;
  position: relative;
  padding: 5px 0;
  font-size: 14px;
  z-index: 4;
  background-color: #13b6d2;
  -webkit-backdrop-filter: blur(55px);
  backdrop-filter: blur(55px);
}

[data-bs-theme="dark"] header .main-header {
  background-color: #002d34;
}

header .nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

header ul.mainmenu {
  vertical-align: middle;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

header ul.mainmenu>li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  transition: 0.7s ease-in-out;
}

header ul.mainmenu>li a:after {
  content: " ";
  display: block;
  width: 0%;
  height: 3px;
  z-index: 10000;
  bottom: 0;
  background: #13b6d2;
  left: 0;
  transition: all 0.3s ease-in-out;
}

header ul.mainmenu>li>a,
header ul.mainmenu>li>a:link,
header ul.mainmenu>li>a:visited {
  padding: 15px 1vw;
  display: inline-block;
  text-align: center;
  font-size: clamp(0.8rem, 0.3rem + 0.5973vw, 1rem);
  font-weight: 600;
  font-size: .9em;
  color: #000;
  font-family: "Helvetica", sans-serif;
  border-bottom: 2px solid rgba(233, 233, 233, 0);
  position: relative;
  text-transform: uppercase;
}

[data-bs-theme=dark] header ul.mainmenu>li>a,
[data-bs-theme=dark] header ul.mainmenu>li>a:link,
[data-bs-theme=dark] header ul.mainmenu>li>a:visited {
  color: #fff;
}




header ul.mainmenu>li:hover a {
  transition: 0.2s ease;
  color: #13b6d2 !important;
}

header ul.mainmenu>li:hover a:after {
  content: " ";
  display: block;
  width: 100%;
  height: 3px;
  z-index: 10000;
  bottom: 0;
  background: #13b6d2;
  left: 0;
  transition: all 0.4s ease-in-out;
}

header ul.mainmenu>li>a.current:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fbfbfb;
  border-width: 8px;
  margin-left: -8px;
}

header ul.mainmenu ul {
  position: absolute;
  left: 30px;
  width: 250px;
  padding: 0;
  list-style: none;
  margin: 0;
  background: #ffffff;
  z-index: 2;
  border-radius: 0;
  display: none;
  box-shadow: none;
  border-bottom: 5px solid #13b6d2;
}

header ul.mainmenu ul li {
  border-bottom: 1px solid #c8c8c8;
  position: relative;
  z-index: 100;
  transition: 400ms ease;
}

[data-bs-theme=dark] header ul.mainmenu ul li {
  border-bottom: 1px solid #484848;
}

header ul.mainmenu ul li a:after {
  content: " ";
  display: block;
  width: 0% !important;
}

header ul.mainmenu ul li:hover {
  background-color: #ededed;
}

header ul.mainmenu ul li ul {
  z-index: 101;
  border-bottom: none !important;
}

header ul.mainmenu ul li ul li {
  border-left: 5px solid #13b6d2;
  transition: 400ms ease;
}

header ul.mainmenu ul li ul li ul {
  display: none !important;
}

header ul.mainmenu ul li ul li:hover {
  background-color: rgba(237, 237, 237, 0.6705882353);
  border-left: 5px solid #606161;
}

header ul.mainmenu ul li ul li:hover ul {
  display: block !important;
}

header ul.mainmenu ul li:last-child {
  border-bottom: none;
}

header ul.mainmenu li li a,
header ul.mainmenu li li a:link,
header ul.mainmenu li li a:visited {
  color: rgba(120, 120, 120, 0.7058823529);
  display: block;
  padding: 8px 20px;
  font-size: 0.9em;
  font-family: "Helvetica", sans-serif;
}



[data-bs-theme=dark] header ul.mainmenu li li a,
[data-bs-theme=dark] header ul.mainmenu li li a:link,
[data-bs-theme=dark] header ul.mainmenu li li a:visited {
  color: #ccc;
  background: rgb(32 53 52);
}


header ul.mainmenu li li a:hover,
header ul.mainmenu li li a:link:hover,
header ul.mainmenu li li a:visited:hover {
  color: #13b6d2;
}

header ul.mainmenu li li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

header ul.mainmenu ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}

header .header-main {
  background-color: transparent;
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

header.sticky-style .header-main {
  padding: 0;
  background-color: transparent;
}

header ul.mainmenu>li.parent>a:not(.child-triggerm):after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 6px;
  font-size: 13px;
}

header ul.mainmenu>li.parent li.parent>a:not(.child-triggerm):after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  position: absolute;
  right: 10px;
}

header ul.mainmenu>li.parent li.parent>a {
  position: relative;
}

@media screen and (min-width: 1400px) {
  header .bakanlik-logo {
    display: inline-block;
  }
}

@media screen and (min-width: 1400px) {
  header ul.mainmenu {
    display: flex;
    justify-content: space-evenly;
    max-width: 1000px;
  }

  header ul.mainmenu li:hover>ul {
    display: block;
  }

  header ul.mainmenu ul li:hover ul {
    display: block;
  }
}

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

  header ul.mainmenu {
    text-align: left;
    position: absolute;
    top: 100%;
    padding: 0;
    right: 0;
    width: 100%;
    background: #fbfbfb;
    display: none;
    z-index: 9999999;
  }

  header ul.mainmenu>li {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  header ul.mainmenu>li:first-child {
    border: none;
  }

  header ul.mainmenu>li>a:link,
  header ul.mainmenu>li>a:visited {
    padding: 10px 15px;
    font-size: 16px;
    float: left;
    width: 100%;
    border: none;
    text-align: left;
    color: #13b6d2;
  }

  header ul.mainmenu>li>a:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  header ul.mainmenu>li>a.current:after {
    display: none;
  }

  header ul.mainmenu ul {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 100%;
  }

  header ul.mainmenu ul li {
    position: relative;
  }

  header ul.mainmenu ul li a {
    padding: 8px 15px 8px 25px;
    color: #fff;
  }

  header ul.mainmenu ul ul {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    width: 100%;
  }

  header ul.mainmenu ul ul li {
    padding-left: 10px;
  }

  header .header-top-userinfo li a {
    padding: 10px 0px;
    font-size: 12px;
  }

  header .header-top-userinfo li:last-child {
    margin: 0px;
  }

  header .user-section>li {
    margin-left: 0px;
    margin: 0px 10px;
    padding-top: 5px;
  }

  header .user-section {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  header .main-header {
    margin: 0;
    padding: 0;
  }

  header .user-section>li a i {
    margin: 3px 5px 0px 0px;
  }

  header ul.header-top-userinfo {
    display: inline-block;
    vertical-align: top;
  }

  header .header-main .row>div {
    position: initial;
  }
}

.sticky-style {
  background-color: rgba(255, 255, 255, 0.7568627451);
  animation: fadeInDown !important;
  animation-duration: 0.8s !important;
  margin-top: 40px;
  box-shadow: 0px 2.6px 5.3px rgba(0, 0, 0, 0.012), 0px 8.7px 17.9px rgba(0, 0, 0, 0.018), 0px 39px 80px rgba(0, 0, 0, 0.03);
}

.sticky-style .bakanlik-logo {
  filter: none;
}

.mobile-menu-button svg path {
  stroke: #000 !important;
}

[data-bs-theme="dark"] .mobile-menu-button svg path {
  stroke: #fff !important;
}


.sticky-style .main-header {
  background-color: #13b6d2;
}

.sticky-style .mainmenu {
  padding: 15px 0;
}

.sticky-style ul.mainmenu>li {
  border-color: #fbfbfb;
}

.sticky-style ul.mainmenu>li>a,
.sticky-style ul.mainmenu>li>a:link,
.sticky-style ul.mainmenu>li>a:visited {
  color: #221f1f;
}

.sticky-style ul.mainmenu>li>a:hover {
  color: #fbfbfb;
}

.sticky-style .head-button {
  color: #13b6d2 !important;
}

.sticky-style .head-button:hover {
  color: #fbfbfb !important;
}

.sticky-style .logo {
  display: block;
  position: absolute;
  float: left;
  top: 0;
}

.sticky-style .logo img {
  padding: 10px 0;
  max-height: 90px;
}


.sticky-style a {
  color: #ffffff;
}

.sticky-style a:focus {
  color: #ffffff;
}

.sticky-style a:hover,
.sticky-style a:active {
  color: #ffffff;
}

.sticky-style a.mobile-menu i,
.sticky-style a.mobile-menu i:before,
.sticky-style a.mobile-menu i:after {
  width: 35px;
  height: 4px;
  border-radius: 10px;
  background-color: #13b6d2;
  /*Mobile Button Color*/
  display: inline-block;
  vertical-align: middle;
}

.mobile-menu-button {
  line-height: 35px;
  color: #fbfbfb;
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
}

@media screen and (min-width: 1400px) {
  .mobile-menu-button {
    display: none;
    top: 72px;
  }
}

.mobile-menu-button i {
  color: #fbfbfb;
}

.mobile-menu-button::after {
  color: #fbfbfb;
}

.nav,
.nav-toggle {
  position: absolute;
  color: #fbfbfb;
}



.nav {
  width: 50%;
  z-index: 10000 !important;
  height: 100vh;
  right: 100%;
  background: rgba(120, 120, 120, 0.7058823529);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  will-change: right;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 700px) {
  .nav {
    width: 100%;
  }
}

.nav a {
  text-decoration: none;
  will-change: color, blur;
  transition: 0.5s ease-in-out;
  transition-delay: var(--delay, 0.5s);
  opacity: 0;
  filter: blur(2px);
  margin-left: 18vw;
}

.nav a+a {
  margin-top: 0.6em;
}

.nav[data-state=open] {
  right: 50%;
  color: #fbfbfb;
}

@media (max-width: 700px) {
  .nav[data-state=open] {
    right: 10%;
  }
}

.nav[data-state=open] a {
  opacity: 1;
  margin-left: 20vw;
  filter: blur(0);
}

.nav-toggle {
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.nav-toggle svg {
  pointer-events: none;
}

.nav-toggle .icon--close {
  display: none;
}

.nav-toggle[data-menustate=open] .icon--close {
  display: initial;
}

.nav-toggle[data-menustate=open] .icon--menu {
  display: none;
}

/* Language Switcher 
:first-child
*/
.language-menu-wrap ul {
  margin: 0;
  padding: 0;
}

.language-menu-wrap ul:hover ul {
  display: block !important;
}

/*
.language-menu-wrap ul:first-child {
}*/
.language-menu-wrap ul li {
  list-style: none;
  right: 0px;
}

@media screen and (max-width: 768px) {
  .language-menu-wrap ul li {
    right: 80px;
  }
}

.language-menu-wrap ul li i {
  font-size: 16px;
  color: #fbfbfb !important;
  margin-right: 3px;
}

.language-menu-wrap ul li:hover ul,
.language-menu-wrap ul li:focus-visible ul {
  opacity: 1;
  visibility: visible;
  display: block;
}

.language-menu-wrap ul li ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 120px;
  padding: 0;
  background-color: #ffffff;
  margin: 0px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
}

.language-menu-wrap ul li ul li {
  float: left;
  width: 100%;
  padding: 6px;
  text-align: center;
  background-color: #13b6d2;
  border-bottom: 1px solid #dddddd;
}


[data-bs-theme="dark"] .language-menu-wrap ul li ul li {
  background-color: #002d34;
}

.language-menu-wrap ul li ul li:last-child {
  border-bottom: none;
}

.language-menu-wrap ul li ul li a {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.header-top-info {
  margin-bottom: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-top-info li {
  list-style: none;
  font-size: 1em;
  margin-right: 25px;
  display: inline-block;
  font-family: "Helvetica", sans-serif;
}

.header-top-info li a {
  color: #fff !important;
  font-family: "Helvetica", sans-serif;
}

/*Arama Butonu*/
.which-theme {
  display: flex;
  flex-wrap: wrap;
  color: white;
  margin-top: 12px;
  background-color: transparent !important;
}

.which-theme span i {
  font-size: 1.2rem;
}

.which-theme .sun {
  margin-right: -10px;
}

.which-theme .moon {
  margin-left: -10px;
}

.which-theme input {
  width: 35px !important;
}

.which-theme input:focus {
  box-shadow: none;
}

.which-theme button {
  background-color: transparent;
  border: none;
  color: white;
  padding: 0;
  margin: 0;
  height: 10px;
  width: 10px;
}

.which-theme .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(/assets/img/sun.svg);
  transition: 0.3ms ease-in;
  animation: fadeInUp;
  border: none;
  background-color: transparent !important;
  box-shadow: none;
  cursor: pointer;
  transform: scale(1.2);
}

.which-theme .form-check-input:checked[type=checkbox]:focus,
.which-theme .form-check-input:checked[type=checkbox]:hover {
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.which-theme .form-check-input {
  --bs-form-check-bg: none;
  --bs-form-check-bg-image: url(/assets/img/moon.svg);
  transform: scale(1);
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.which-theme .form-check-input:focus,
.which-theme .form-check-input:hover {
  border: none;
  box-shadow: none;
}

/* header-search start */

#searchButton {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0 .5em;
}

#searchButton i {
  color: #fff;
  cursor: pointer;
  font-size: 1.1em;
}


[data-bs-theme="dark"] #searchButton i {
  color: #fff;
}



.search-section {
  width: 0;
  overflow: hidden;
  position: relative;
  display: none;
  text-align: center;
  transition: all 0.5s;
  z-index: 999999;
  padding: 0;
  background: #fff;
  align-items: center;
  display: none;
  margin: auto;
  display: flex;
  visibility: hidden;
  opacity: 0;
  margin: 0;
}
.search-section.open {
  width: 300px;
  visibility: visible;
  opacity: 1;
}


[data-bs-theme="dark"] .search-section {
  background: rgb(0 45 52);
}

.search-section .close-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  color: #fbfbfb;
  background-color: #13b6d2;
  padding: 2px 7px;
  border-radius: 0 0 3px 3px;
}

.search-section img {
  width: 200px;
}

.search-section .logo-image {
  text-align: center;
  margin-bottom: 30px;
}

.search-section .form-group label {
  font-size: 2em;
}

.search-section .form-control {
  border: 1px solid #ddd;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  text-align: left;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #cbcbcb;
}

[data-bs-theme="dark"] .search-section .form-control {
  border-bottom: 1px solid #4f4f4f;
}

.search-section .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

.search-section .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

.search-section .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

.search-section  .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

@media screen and (max-width: 992px) {
  .search-section .form-control {
    width: 100%;
  }
}


.search-section button {
  font-size: 16px;
  border-radius: 0;
  border: none;
  color: #fff;
  transition: all 0.5s;
  text-align: center;
  background: transparent;
}
/* header-search end */

.bakanlik-logo {
  display: none;
  height: 90px;
  padding: 10px 0;
  transition: all 0.3s ease-out;
}

[data-bs-theme=dark] header .logo-w img,
[data-bs-theme=dark] .bakanlik-logo {
  filter: brightness(0) invert(1);
}


/*Before-Footer*/
.scroll-to-top {
  display: none;
  position: fixed;
  z-index: 100;
  right: 3rem;
  bottom: 1.5rem;
  background: #13b6d2;
  color: rgba(120, 120, 120, 0.7058823529);
  padding: 3px 0;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 40px;
  font-size: 1.3em;
  transition: all 0.3s;
  overflow: hidden;
  box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.453);
  -webkit-box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.453);
  -moz-box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.453);
}

.scroll-to-top:hover {
  background-color: rgba(120, 120, 120, 0.7058823529);
  transform: scale(0.9);
  color: #13b6d2;
}

.scroll-to-top:hover:before {
  animation: shine 1.5s;
}

.scroll-to-top::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 10;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

/*Footer*/
footer {
  padding: 0;
  font-family: "Helvetica", "Arial", "Roboto", sans-serif;
  filter: none;
  z-index: 1000;
}

.footer_top {
  background-color: rgb(157 157 157 / 16%);
  padding: 3em 0;
}

[data-bs-theme="dark"] .footer_top {
  background-color: rgb(7 51 57);
}

footer .container-fluid {
  max-width: 90%;
}

footer ul,
footer li {
  margin: 0;
  padding: 0;
}

footer ul a:hover,
footer li a:hover {
  color: #13b6d2 !important;
}

@media screen and (max-width: 576px) {
  footer {
    padding: 0 10px;
  }
}

footer a,
footer p,
footer h6,
footer li,
footer ul,
footer div,
footer span {
  color: rgba(120, 120, 120, 0.7058823529);
}

footer strong {
  color: rgba(120, 120, 120, 0.7058823529) !important;
  font-weight: 700;
}

footer p {
  color: rgba(120, 120, 120, 0.7058823529) !important;
  font-size: 0.9em;
}

footer h5 {
  font-weight: 700;
  font-size: 1em;
  color: rgba(120, 120, 120, 0.7058823529) !important;
}

footer h6 {
  padding-top: 10px;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
  font-family: "Helvetica", sans-serif;
  font-weight: 900;
}

footer li a,
footer p {
  font-weight: 400;
  font-size: 14px;
  padding: .5em;
  font-family: "Helvetica", sans-serif;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  color: #7b8286 !important;
}

footer ul:not(.footer-contact) li a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #13b6d2;
  left: -8px;
  position: absolute;
}

footer ul:not(.footer-contact) li a:hover:before {
  animation: rottate .8s linear infinite;
}

@keyframes rottate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.wrapper_swich_to_up {
  position: fixed;
  width: 70px;
  height: 80px;
  right: 0;
  bottom: 0;
  z-index: 999;
  margin: 0 1em 1em 0;
  cursor: pointer;
  display: none;
  transition: all .3s ease-in-out;
}

.wrapper_swich_to_up img {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  object-fit: contain;
}


footer li i {
  background: #fff;
  border: 2px solid #13b6d2;
  width: 35px;
  height: 35px;
  border-radius: 0;
  line-height: 33px !important;
  text-align: center;
  display: inline-block !important;
  margin-right: .5em;
}

[data-bs-theme="dark"] footer li i {
  background: #343434;
  color: #fff;
}

footer .logo {
  display: flex;
  max-height: 80px;
}

@media screen and (max-width: 768px) {
  footer .logo {
    max-height: 80px;
  }
}

footer ul,
footer li {
  list-style-type: none;
}

@media screen and (max-width: 992px) {
  .footer-height {
    height: 100% !important;
  }
}

.social-icons a {
  display: inline-block;
}

.social-icons i {
  padding: 8px;
  font-size: 1em;
  background-color: #fff;
  color: #13b6d2;
}

.social-icons i:hover {
  background-color: #fff;
  color: #606060;
}

.nano {
  filter: brightness(0) invert(1);
}

.bgblue {
  text-align: center;
  background-color: #13b6d2;
}

.bgblue p,
.bgblue a {
  font-weight: 600;
  color: #fff !important;
}

[data-bs-theme="dark"] .social-icons i,
[data-bs-theme="dark"] .bgblue {
  background-color: #212529;
}

[data-bs-theme="dark"] .social-icons i:hover {
  color: #fff;
}

.svg-turkiye-haritasi {
  margin: 0 auto;
  text-align: center;
}

.svg-turkiye-haritasi svg {
  width: 100% !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  height: 100% !important;
}

.il-isimleri {
  position: absolute;
  z-index: 2;
}

.il-isimleri div {
  display: inline-block;
  background: #3b576c;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
}

.svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #d1d1d1;
}

.svg-turkiye-haritasi path:hover {
  fill: #13b6d2;
}

#guney-kibris {
  pointer-events: none;
}

/* Pin görselleri için stil */
.svg-turkiye-haritasi image {
  pointer-events: none;
  z-index: 9999;
  position: relative;
}

.turkiye-map {
  padding: 10vh 0;
  background-color: #fff
}

.turkiye-map .svg-turkiye-haritasi .card {
  position: absolute;
  display: none;
  width: 200px;
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  z-index: 10;
}

.turkiye-map .svg-turkiye-haritasi .card img {
  width: 100px;
  float: left;
}

.turkiye-map .svg-turkiye-haritasi .card .content {
  padding: 10px;
}

.turkiye-map .svg-turkiye-haritasi .card .content h4 {
  margin: 0;
  font-size: 16px;
}

.turkiye-map .svg-turkiye-haritasi .card .content p {
  margin: 5px 0 0;
  font-size: 14px;
}

.turkiye-map #map_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  margin: 2em 0;
}

.card-sn {
  padding: 14vh 0 10px 0;
  padding: 0 20px;
}

.card-sn .card {
  text-align: start;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.card-sn .card img {
  height: 100%;
  width: 400px;
}

.card-sn .card h2 {
  font-size: 1.4rem;
}

.card-sn .card h3 {
  font-size: 1.1rem;
}

.card-sn .card .card-img-top {
  width: 100% !important;
  border-radius: 0px;
  object-fit: cover;
  height: 220px !important;
}

.card-sn .card h2 {
  color: #13b6d2;
}

.card-sn .card .card-body {
  padding: 2em 2em 3em 2em;
  border-radius: 0;
  background: #f7f7f7;
}

[data-bs-theme="dark"] .card-sn .card .card-body {
  background: #00424c;
}

.page-item .page-link {
  border-radius: 0 !important;
}

.sn-harita-sonuc {
  padding: 8vh 0;
}

[data-bs-theme=dark] .sn-about h2 {
  color: white;
}

[data-bs-theme=dark] .sn-about {
  background: #282a2c;
}

[data-bs-theme=dark] .sn-about p {
  color: #eaeaea;
}

[data-bs-theme=dark] .sn-counter {
  background-color: #2d2f31 !important;
}

[data-bs-theme=dark] .turkiye-map {
  background-color: #282a2c !important;
}

[data-bs-theme=dark] .turkiye-map .card,
[data-bs-theme=dark] .sn-counter .card {
  background-color: rgba(91, 91, 91, 0.56);
}

[data-bs-theme=dark] .gray-card {
  background-color: #313131;
  color: white !important;
}

[data-bs-theme=dark] .gray-card h4,
[data-bs-theme=dark] .gray-card p {
  color: rgb(240, 240, 240) !important;
}

[data-bs-theme=dark] footer {
  background-color: #202020;
  filter: none;
}

[data-bs-theme=dark] footer a,
[data-bs-theme=dark] footer p,
[data-bs-theme=dark] footer h6,
[data-bs-theme=dark] footer li,
[data-bs-theme=dark] footer ul,
[data-bs-theme=dark] footer div,
[data-bs-theme=dark] footer span {
  color: #fbfbfb !important;
  box-shadow: none;
}

/***************************
*********TOOLS**************
***************************/
.form-select:hover,
.form-select:focus {
  box-shadow: none !important;
}

@keyframes thing {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }

  100% {
    background-size: 100% 100%;
  }
}

.arrow-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  font-size: 1.3em;
  border-radius: 50%;
  border: none;
  z-index: 1000 !important;
  color: #fbfbfb !important;
  background-color: transparent;
  transition: 400ms ease-in-out;
}

.arrow-prev:hover {
  color: #221f1f !important;

  box-shadow: 2px 2.7px 2.7px rgba(0, 0, 0, 0.022), 5px 6.8px 6.9px rgba(0, 0, 0, 0.031), 10.1px 13.8px 14.2px rgba(0, 0, 0, 0.039), 20.8px 28.5px 29.2px rgba(0, 0, 0, 0.048), 57px 78px 80px rgba(0, 0, 0, 0.07);
}

.arrow-next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  font-size: 1.3em;
  border-radius: 50%;
  border: none;
  z-index: 1000 !important;
  color: #fbfbfb !important;
  background-color: transparent;
  transition: 400ms ease-in-out;
}

.arrow-next:hover {
  color: #221f1f !important;

  box-shadow: 2px 2.7px 2.7px rgba(0, 0, 0, 0.022), 5px 6.8px 6.9px rgba(0, 0, 0, 0.031), 10.1px 13.8px 14.2px rgba(0, 0, 0, 0.039), 20.8px 28.5px 29.2px rgba(0, 0, 0, 0.048), 57px 78px 80px rgba(0, 0, 0, 0.07);
}

/*Bootstrap Carousel Style - center*/
.sn-slider {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: rgba(221, 221, 221, 0.2117647059);
}

.sound_tools {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 3;
}
.sound_tools button {
  background: transparent;
  border:none;
  padding: 1em;
}

@media screen and (max-width: 992px) {
  .sn-slider {
    height: calc(105vh + 105px);
  }
}

.sn-slider .carousel-indicators {
  bottom: 0px;
}

.sn-slider .carousel-indicators button {
  width: 45px;
  height: 5px;
  border-radius: 0;
  transform: scale(0.9);
  transition: .3s ease-in-out;
}

.sn-slider .carousel-indicators button.active,
.sn-slider .carousel-indicators button:hover {
  background-color: #13b6d2;
  transform: scale(1);
}

[data-bs-theme="dark"] .sn-slider .carousel-indicators button {
  background-color: #fff !important;
}

[data-bs-theme="dark"] .sn-slider .carousel-indicators button.active,
[data-bs-theme="dark"] .sn-slider .carousel-indicators button:hover {
  background-color: #13b6d2 !important;
}

.sn-slider .theme-button {
  color: #221f1f;
}

.sn-slider .theme-button i {
  color: #221f1f;
}

.sn-slider .theme-button:hover {
  background-color: #cba76a;
}

.sn-slider .theme-button:hover i {
  color: #221f1f !important;
}

.sn-slider .carousel {
  height: 100vh !important;
}

.sn-slider .carousel .carousel-control-prev,
.sn-slider .carousel .carousel-control-next {
  opacity: 1 !important;
}

@media screen and (max-width: 992px) {
  .sn-slider .carousel .carousel-item {
    margin-top: -50px;
  }
}

.sn-slider .carousel .carousel-item h1 {
  text-align: left;
  color: white;
  font-family: "Helvetica Bold", "Helvetica", "Arial", "Roboto", sans-serif;
  font-size: clamp(2rem, 0.0625rem + 3vw, 4rem);
}

@media screen and (min-width: 992px) {
  .sn-slider .carousel .carousel-item h1 {
    text-align: left;
  }
}

@media screen and (max-width: 992px) {
  .sn-slider .carousel .carousel-item h1 {
    text-align: center;
  }
}

.sn-slider .carousel .carousel-item h2 {
  color: white;
  font-family: "Helvetica Bold", "Helvetica", "Arial", "Roboto", sans-serif !important;
  font-weight: 900;
  font-size: clamp(4rem, 0.0625rem + 3vw, 5rem);
}

@media screen and (min-width: 992px) {
  .sn-slider .carousel .carousel-item h2 {
    text-align: left;
  }
}

@media screen and (max-width: 992px) {
  .sn-slider .carousel .carousel-item h2 {
    text-align: center;
  }
}

.sn-slider .carousel .carousel-item svg {
  width: 24.78vw;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10000 !important;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 992px) {
  .sn-slider .carousel .carousel-item svg {
    width: 100%;
  }
}

.sn-slider .carousel iframe,
.sn-slider .carousel video {
  height: 103vh;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0.7);
}

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

  .sn-slider .carousel iframe,
  .sn-slider .carousel video {
    height: calc(105vh + 105px) !important;
  }
}

.sn-slider .carousel .carousel-caption {
  display: flex;
  flex-direction: column;
  align-content: start;
  justify-content: center;
  top: 50px;
}

@media screen and (min-width: 992px) {
  .sn-slider .carousel .carousel-caption {
    margin-left: -100px;
  }
}

.sn-slider .carousel img {
  animation: thing 30s infinite alternate;
  filter: brightness(0.8);
  height: 103vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  background-position: 50%;
}

@media screen and (max-width: 992px) {
  .sn-slider .carousel img {
    height: calc(105vh + 105px) !important;
  }
}

.sn-slider .carousel .theme-button-1 {
  border-color: #cba76a;
  background-color: #6acc94;
}

.sn-slider .carousel .theme-button-1:hover {
  background-color: #fbfbfb;
  color: #6acc94;
}

/*Page Title
.page-tit2 {
  position: relative;
  background: rgb(19, 182, 210);
  background-image: linear-gradient(
      147deg,
      rgba(19, 182, 210, 0.575) 33%,
      rgba(19, 182, 210, 0.308) 62%,
      rgb(19, 182, 210) 86%
    ),
    url("/assets/img/slider/slider-1.jpg");
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  height: 48vh;
  @include max-lg {
    height: 45vh;
  }

  color: white !important;
  background-repeat: no-repeat;
  img {
    filter: brightness(0.4);
    width: 100vw;
    object-fit: contain;
    @media screen and (max-width: 901px) {
      object-position: 80%;
    }
  }

  .page-title,
  .page-subtitle {
    padding: 0 20px;
  }

  h1 {
    display: none;
    text-align: left;
    top: 0px;
    z-index: 1000;
    color: #fff;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    @include max-md {
      margin-bottom: -1px;
      font-size: 2rem;
    }
    text-align: center;
  }
  h2 {
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    @include max-md {
      font-size: 0.9rem;
    }
  }
  a {
    color: rgb(255, 255, 255) !important;
  }
  .p-title {
    background-color: transparent;
    z-index: 2;
    top: 22vh;

    text-align: center;
    h1 {
      display: none !important;
    }
    @include max-md {
      top: 30vh;
    }
    span {
      bottom: 20px;
    }
    a {
      @include max-md {
        font-size: 0.8rem;
      }
      color: #ffffff93;
    }
  }
  .page-subtitle {
    position: absolute;
    z-index: 13;
    top: 2vh;
    z-index: 1000;
    a,
    i {
      color: #ffffff93;
    }
  }
  i {
    font-size: 0.6em;
    color: #ffffff93;
  }
}*/
.page-title {
  background-color: #13b6d2;
  color: white !important;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 100px;
}

.page-title .breadcrumb-text {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.page-title img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 700px;
  filter: blur(5px);
  transform: scale(1.1);
}

@media screen and (max-width: 901px) {
  .page-title img {
    -o-object-position: 80%;
    object-position: 80%;
  }
}

.page-title a {
  color: white !important;
}

.page-title h1 {
  display: none;
  text-align: left;
  top: 0px;
  z-index: 1000;
  color: #fff;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
}

.page-title i {
  font-size: 0.6em;
  color: rgba(255, 255, 255, 0.5764705882);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2vh 0 0 0;
}


.pagination ul,
.pagination li {
  list-style-type: none !important;
  list-style: none !important;
}

.pagination ul::before,
.pagination li::before {
  display: none;
}

.gray-card {
  background-color: #efefef;
}

.gray-card a,
.gray-card p,
.gray-card i,
.gray-card h1,
.gray-card h2,
.gray-card h3,
.gray-card h4,
.gray-card h5,
.gray-card h6,
.gray-card hr {
  color: #606161;
}

.blue-card {
  background-color: #13b6d2;
}

[data-bs-theme="dark"] .blue-card {
  background-color: #00424c;
}

.blue-card a,
.blue-card p,
.blue-card i,
.blue-card h1,
.blue-card h2,
.blue-card h3,
.blue-card h4,
.blue-card h5,
.blue-card h6,
.blue-card hr {
  color: white;
}

.gray-card,
.blue-card {
  height: 100%;
}

.gray-card .content,
.blue-card .content {
  padding: 80px 40px;
}

.gray-card .content p,
.blue-card .content p {
  font-size: 1em !important;
}

.gray-card-yatay {
  background-color: #efefef;
}

.gray-card-yatay a,
.gray-card-yatay p,
.gray-card-yatay i,
.gray-card-yatay h1,
.gray-card-yatay h2,
.gray-card-yatay h3,
.gray-card-yatay h4,
.gray-card-yatay h5,
.gray-card-yatay h6,
.gray-card-yatay hr {
  color: #606161;
}

.blue-card-yatay {
  background-color: #13b6d2;
}

.blue-card-yatay a,
.blue-card-yatay p,
.blue-card-yatay i,
.blue-card-yatay h1,
.blue-card-yatay h2,
.blue-card-yatay h3,
.blue-card-yatay h4,
.blue-card-yatay h5,
.blue-card-yatay h6,
.blue-card-yatay hr {
  color: white !important;
}

.gray-card-yatay,
.blue-card-yatay {
  height: 50%;
}

.gray-card-yatay .content,
.blue-card-yatay .content {
  padding: 30px 40px;
}

.gray-card-yatay .content p,
.blue-card-yatay .content p {
  font-size: 1em !important;
}

/***************************
*********PArgba(255, 255, 255, 0.576)********
***************************/
hr {
  color: rgb(171, 171, 171);
}

.galeri-kariyer {
  padding: 6em 0;
  background: #f8f8f8;
}

[data-bs-theme="dark"] .galeri-kariyer {
  background: #212529;
}

@media screen and (max-width: 992px) {
  .galeri-kariyer {
    padding: 15px;
  }
}

.galeri-kariyer .swThreeObjects a,
.galeri-kariyer .swThreeObjects img {
  height: 400px !important;
  width: 100%;
  border-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

article.content_wrapper {
  position: relative;
  background: #fff;
  min-height: 500px;
  padding: 1em !important;
}


.links_mails a {
  color: #707070;
  display: block;
  padding: 1em;
  border: 3px solid #e7e7e7;
  text-align: center;
  border-radius: .35em;
  font-size: 1.1em;
}

[data-bs-theme="dark"] .links_mails a {
  color: #e9e9e9;
  border: 3px solid #108a9f;
}

.links_mails a:hover {
  color: #000;
  border: 3px solid #13b6d2;
}

[data-bs-theme="dark"] .links_mails a:hover {
  color: #fff;
  border: 3px solid #13b6d2;
}

.sn-haberler {
  padding: 6em 0;
}

.sn-haberler .wrapper_card_cover img {
  height: 200px;
  object-fit: cover;
}

.content_wrapper .publish_date {
  font-size: .9em;
}

.content_wrapper .card,
.content_wrapper .card-body {
  border-radius: 0 !important;
}

/* cxcx */
body.sub .sn-harita-sonuc,
body.sub .page-property,
body.sub .contact-section,
body.sub .sn-yayinlar,
body.sub .sn-video,
body.sub .sn-haberler,
body.sub .page-faaliyetler,
body.sub .df-page {
  font-size: 19px;
  padding: 8vh 0;
  max-width: 80%;
  margin: auto;
  background: transparent;
  margin-top: -400px;
  position: relative;
  z-index: 2;
  padding: 1em 0 !important;
}

[data-bs-theme="dark"] body.sub .sn-harita-sonuc,
[data-bs-theme="dark"] body.sub .page-property,
[data-bs-theme="dark"] body.sub .contact-section,
[data-bs-theme="dark"] body.sub .sn-yayinlar,
[data-bs-theme="dark"] body.sub .sn-video,
[data-bs-theme="dark"] body.sub .sn-haberler,
[data-bs-theme="dark"] body.sub .page-faaliyetler,
[data-bs-theme="dark"] body.sub .df-page {
  background: linear-gradient(0deg, #212529 50%, #002d3400);
}

[data-bs-theme="dark"] article.content_wrapper {
  background: #212529;
}

.df-page .sn-info h2,
.df-page .sn-info span {
  color: #606161;
}

.df-page .sn-info img {
  box-shadow: 0.7px 1.1px 2.2px rgba(0, 0, 0, 0.02), 1.6px 2.5px 5.3px rgba(0, 0, 0, 0.028), 24px 38px 80px rgba(0, 0, 0, 0.07);
  max-height: 400px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.df-page .sn-info .slogan {
  font-size: clamp(2.1rem, 0.0625rem + 3vw, 3.15rem);
  font-weight: 900;
}

@media screen and (max-width: 992px) {
  .df-page .sn-info .slogan {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .df-page .h-100 {
    height: 400px !important;
  }
}

.df-page .sn-info .info h2 {
  color: #13b6d2;
}

.df-page .sn-info .info span {
  color: #cfcfcf;
}

.df-page .img-property {
  max-height: 350px;
  width: 100%;
  -o-object-position: 45% 25%;
  object-position: 45% 25%;
  padding: 0;
  border-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.df-page .baslik {
  padding-top: 30px;
  padding-bottom: 15px;
  font-weight: 700;
  font-family: "Helvetica Bold", "Helvetica", "Arial", "Roboto", sans-serif !important;
}

.df-page img {
  -o-object-fit: cover;
  object-fit: cover;
}

.df-page .paragraf-alani .img-fluid {
  height: 400px;
  width: 100%;
  border-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.df-page .paragraf-alani h1,
.df-page .paragraf-alani h2,
.df-page .paragraf-alani h3,
.df-page .paragraf-alani h4,
.df-page .paragraf-alani h5,
.df-page .paragraf-alani h6 {
  color: #13b6d2;
}

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

  .df-page .paragraf-alani h1,
  .df-page .paragraf-alani h2,
  .df-page .paragraf-alani h3,
  .df-page .paragraf-alani h4,
  .df-page .paragraf-alani h5,
  .df-page .paragraf-alani h6 {
    text-align: center;
  }
}

.news-page img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0.7px 1.1px 2.2px rgba(0, 0, 0, 0.02), 1.6px 2.5px 5.3px rgba(0, 0, 0, 0.028), 3px 4.8px 10px rgba(0, 0, 0, 0.035), 5.4px 8.5px 17.9px rgba(0, 0, 0, 0.042), 10px 15.9px 33.4px rgba(0, 0, 0, 0.05), 24px 38px 80px rgba(0, 0, 0, 0.07);
}

.news-page span {
  font-size: 1.3rem;
  color: #606161;
}

.news-page h2 {
  color: #606161;
}

.news-page p {
  font-size: clamp(1.1rem, 0.0625rem + 3vw, 1.15rem);
}

/*404-Not Found*/
.page-error {
  padding: 50px 0px;
  text-align: center;
}

.page-error h2 {
  padding: 20px 10px 0 10px;
  font-size: 24px;
  font-family: "Helvetica", "Arial", "Roboto", sans-serif;
  font-weight: 600;
}

.page-error img {
  height: auto;
  width: 150px;
  justify-content: center;
}

/*Search Page*/
.page-search {
  padding: 8vh 0;
}

@media screen and (max-width: 768px) {
  .page-search {
    padding: 3vh 5px;
  }
}

.about-section {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 100% 80%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  padding-top: 50px;
}

.about-section::before {
  display: inline-block;
  z-index: 1000;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: red;
}

.about-section p,
.about-section span,
.about-section div {
  color: #838383;
}

@media screen and (min-width: 992px) {
  .about-section {
    padding: 12vh 0;
  }
}

@media screen and (max-width: 992px) {
  .about-section {
    padding: 50px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
  }
}

.about-section .second-title {
  line-height: 16px;
  color: #13b6d2;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-section .about-section-img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: 400ms ease-in-out;
}

@media screen and (min-width: 1400px) {
  .about-section .about-section-img {
    height: 400px;
  }
}

@media screen and (min-width: 992px) {
  .about-section .about-section-img {
    -webkit-clip-path: polygon(0 0, 94% 0, 79% 100%, 0% 100%);
    clip-path: polygon(0 0, 94% 0, 79% 100%, 0% 100%);
    z-index: 2 !important;
    box-shadow: 0px 0px 4px 3px rgba(134, 134, 134, 0.55);
  }
}

.about-section .about-section-img:hover {
  filter: grayscale(1);
}

.service-section {
  background-color: #fbfbfb;
  padding: 7vh 0;
  text-align: left;
}

.service-section h1,
.service-section h2,
.service-section h3,
.service-section h4,
.service-section h5,
.service-section h6 {
  color: #221f1f;
  font-weight: 600;
  font-size: 1.4em;
}

@media screen and (min-width: 992px) {
  .service-section .col-lg-12 {
    width: 93%;
  }
}

.service-section .owl-next,
.service-section .owl-prev {
  display: none !important;
}

.service-section img {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  -o-object-fit: cover;
  object-fit: cover;
  height: 450px;
  border-radius: 10px;
}

@media screen and (min-width: 992px) {
  .service-section {
    padding: 10vh 0;
  }
}

.service-section p {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .service-section p {
    text-align: left;
  }
}

.service-section .service-title {
  color: #221f1f;
  text-align: center;
  position: relative;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .service-section .service-title {
    font-size: 2em;
    padding-right: 90px;
    text-align: left;
  }
}

.service-owl-section {
  padding: 6vh 0;
  text-align: center;
}

.service-owl-section img {
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: 400ms ease-in-out;
}

.service-owl-section img:hover {
  transform: scale(0.99);
  filter: brightness(0.855);
}

.service-owl-section h3 {
  color: #13b6d2;
  font-size: 2.4em;
  font-weight: 500;
}

.service-owl-section .card {
  padding: 0 0 5rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  border: 1px solid #f0f0f0 !important;
}

@media screen and (min-width: 992px) {
  .service-owl-section .card {
    height: 33rem;
  }
}

.service-owl-section .card img {
  top: 0;
  width: 300px !important;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 3px rgba(134, 134, 134, 0.25);
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .service-owl-section .card img {
    width: auto;
    max-width: 330px;
    height: 230px;
  }
}

.service-owl-section .card img:hover {
  filter: brightness(0.955);
}

.service-owl-section .card h2 {
  font-family: "Helvetica Bold", "Helvetica", "Arial", "Roboto", sans-serif !important;
  font-size: 1.5em !important;
  font-weight: 600;
}

.service-owl-section .card p {
  font-size: 0.9em;
  color: #aaaaaa;
  padding: 0 20px;
}

@media screen and (min-width: 992px) {
  .service-owl-section .card p {
    padding: 0 80px;
  }
}

.service-owl-section .card i {
  font-size: 1.5em;
}

.service-owl-section .service-title {
  text-align: center;
  color: #221f1f;
  display: flex;
  justify-content: center;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .service-owl-section .service-title {
    font-size: 2.4em;
  }
}

.pagination .page-link:focus,
.pagination .page-item:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.pagination .page-link {
  background: #13b6d2;
  color: #ffffff !important;
  border: 0 !important;
  margin: 0 10px;
  padding: .8em 1.2em;
}

.pagination .page-link:hover {
  background: #0da3bd;
}

/*İletişim Sayfası*/
@media screen and (max-width: 992px) {
  .contact-position {
    margin-top: -120px;
  }
}

.contact-height {
  max-height: 500px;
  z-index: 1;
  background-position: center;
  background-size: cover;
}

.contact-home {
  z-index: 100;
}

@media screen and (min-width: 992px) {
  .contact-home {
    padding: 52px 12px;
    margin-bottom: 120px;
  }
}

.contact-home .card-contact {
  border-radius: 21.77px;
  background: rgb(255, 255, 255);
  box-shadow: -1px -8px 13.06177px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 992px) {
  .contact-home .card-contact {
    padding: 0 80px;
  }
}

.contact-home img {
  border-radius: 20px;
}

@media screen and (min-width: 992px) {
  .contact-home {
    padding: 10vh 0;
  }
}

.contact-home .contact-image {
  height: 500px !important;
  box-shadow: 5.53443px 0px 15.81266px 0px rgba(0, 0, 0, 0.363);
}

.contact-home .contact-title {
  padding: 40px 0 0 0;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  color: #13b6d2;
}

.contact-home .contact-social {
  bottom: 0;
  font-weight: 500;
}

.contact-home .contact-social a,
.contact-home .contact-social i {
  font-size: 0.9em;
  color: #13b6d2 !important;
}

.contact-section .tt_1 {
  font-size: 2em;
  font-weight: 600;
}

.contact-section iframe {
  transition: 400ms ease-in;
  /* filter: grayscale(1); */
}

.contact-section .bg-form {
  padding: 20px 50px !important;
  border-radius: 20px;
}

.contact-section .contact-info {
  margin: 50px 0;
}

.contact-info h4 {
  font-size: 17px;
  font-weight: 600;
  color: black;
}

[data-bs-theme="dark"] .contact-info h4 {
  color: #d9d9d9;
}

@media screen and (min-width: 992px) {
  .contact-section .contact-info {
    max-width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .contact-section .contact-info .ps-lg-4 {
    padding-left: 50px;
  }
}

.contact-section .contact-info span,
.contact-section .contact-info a {
  color: #8a8a8a;
}

.contact-section .contact-info i {
  background-color: #f7f7f7;
  color: #13b6d2;
  border-radius: 50%;
  font-size: 1rem;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-bs-theme="dark"] .contact-section .contact-info i {
  background-color: #00424c;
}

@media screen and (max-width: 768px) {
  .contact-section {
    padding: 80px 15px;
  }
}

.contact-section img {
  border-radius: 10px;
}

@media screen and (min-width: 992px) {
  .contact-section {
    padding: 10vh 0 0 0;
  }
}

.contact-section .adress-book {
  padding: 5vh 0;
}

@media screen and (min-width: 992px) {
  .contact-section .adress-book {
    padding: 8vh 0;
  }
}

.contact-section .adress-book .dikey-hiza {
  transition: 400ms ease-in-out;
}

.contact-section .adress-book .dikey-hiza .adress-button:hover {
  transform: scale(0.99);
  background-color: #13b6d2;
  border: none;
}

.contact-section .adress-book .dikey-hiza .adress-button:hover a,
.contact-section .adress-book .dikey-hiza .adress-button:hover i {
  color: white;
}

.contact-section .adress-book .dikey-hiza span {
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  align-self: center;
}

@media screen and (min-width: 992px) {
  .contact-section .adress-book .dikey-hiza span {
    width: 300px;
  }
}

.contact-section .adress-book .dikey-hiza span a {
  color: #737373;
  font-weight: 600;
  font-size: 1.2rem;
}

.contact-section .adress-book i {
  font-size: 2rem;
  color: #13b6d2;
}

.contact-section .adress-book .adress-button {
  border: 1px solid rgba(115, 115, 115, 0.2862745098);
  border-radius: 3px;
  padding: 20px;
  width: 200px;
  box-shadow: 3.7px 2.5px 2.4px rgba(0, 0, 0, 0.007), 10.1px 7px 6.8px rgba(0, 0, 0, 0.01), 24.4px 16.9px 16.3px rgba(0, 0, 0, 0.013), 81px 56px 54px rgba(0, 0, 0, 0.02);
}

.theme_btn_span {
  text-align: center;
  padding: 14px 15px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Helvetica", "Helvetica Bold", "Arial", "Roboto", sans-serif;
  border-radius: 0;
  color: #13b6d2 !important;
  border: 2px solid #13b6d2;
  background-color: #fbfbfb;
  transition: 0.3s ease-in-out;
}

[data-bs-theme="dark"] .theme_btn_span {
  background-color: #002d34;
}

._iconsvg {
  max-width: 125px;
  margin: auto;
}

/*Form Styles*/
.contact-form .col-12,
.contact-form .col-lg-6,
.contact-form .col-6 {
  position: relative;
}

.contact-form .col-12 i,
.contact-form .col-lg-6 i,
.contact-form .col-6 i {
  position: absolute;
  top: 25px;
}

.contact-form .nameIcon::before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #13b6d2;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}

.contact-form .subjectIcon::before {
  content: "\f15b";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #13b6d2;
  position: absolute;
  top: 11px;
  margin-left: 15px;
  padding-right: 3px;
}

.contact-form .subjectIcon select::-moz-placeholder {
  padding-left: 40px !important;
}

.contact-form .subjectIcon select::placeholder {
  padding-left: 40px !important;
}

.contact-form .jobIcon::before {
  content: "\f0b1";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #13b6d2;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}

.contact-form .jobIcon select::-moz-placeholder {
  padding-left: 20px !important;
}

.contact-form .jobIcon select::placeholder {
  padding-left: 20px !important;
}

.contact-form .emailIcon::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #13b6d2;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}

.contact-form .telIcon::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #13b6d2;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}

.contact-form .messageIcon::before {
  content: "\f075";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #13b6d2;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}


/* test  */


.add-button {
  position: absolute;
  right: 13px;
  top: 35px;
  z-index: 1000;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.add-button:before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 8px;
  padding: 8px 10px;
  color: white;
  background-color: #13b6d2;
  border-radius: 50% !important;
}

.add-button-sm {
  position: absolute;
  right: 13px;
  top: 35px;
  z-index: 1000;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .add-button-sm {
    top: 8px;
    right: 0;
    transform: scale(0.92);
  }
}

.add-button-sm:before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 8px;
  padding: 8px 10px;
  color: white;
  background-color: #13b6d2;
  border-radius: 50% !important;
}

.remove-button-3 {
  color: #e22414;
  background-color: transparent !important;
  border: none !important;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
}

.remove-button-3:before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 8px;
  padding: 8px 10px !important;
  color: white !important;
  background-color: #e22414 !important;
  border-radius: 50% !important;
}

@media screen and (max-width: 992px) {
  .remove-button-3 {
    top: -35px;
  }
}

.add-button-first {
  position: absolute;
  right: 0;
  top: -40px;
  background-color: transparent;
  border: none;
  z-index: 1000;
  cursor: pointer;
}

.add-button-first:before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 8px;
  padding: 8px 10px;
  color: white;
  background-color: #13b6d2;
  border-radius: 50% !important;
}

@media screen and (max-width: 992px) {
  .add-button-first {
    top: calc(100% - 17px);
  }
}

.remove-button {
  color: #e22414;
  background-color: transparent !important;
  border: none !important;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
}

.remove-button:before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 8px;
  padding: 8px 10px !important;
  color: white !important;
  background-color: #e22414 !important;
  border-radius: 50% !important;
}

.datepicker-dropdown {
  z-index: 9999 !important;
}

#regForm h2 {
  color: black;
  font-size: 1.5em;
  font-weight: 600;
}

.basvuru-section {
  background: #f9f9f9;
  padding: 6em 0;
}

[data-bs-theme="dark"] .basvuru-section {
  background: #212529;
}

[data-bs-theme="dark"] .basvuru-section #regForm {
  background-color: #282a2c;
}

[data-bs-theme="dark"] #regForm h2 {
  color: #fff;
}

.isyeribilgileri,
.egitimbilgileri,
.yabancidilbilgileri,
.sertifikabilgileri,
.referansbilgileri,
.sosyalMedyabilgileri {
  position: relative;
  margin-bottom: 60px;
}

.contact-form h4 {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  background: #13b4cf;
  padding: 5px 10px;
  display: inline-block;
  min-width: 200px;
}

.contact-form div {
  margin-bottom: 15px;
}

.contact-form label {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #13b6d2;
}

.contact-form .nice-select.wide {
  width: 100%;
  border: 3px solid #13b6d2;
  height: 52px;
  line-height: 52px;
  margin: 0;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  background-color: white;
  border: 3px solid #13b6d2 !important;
  padding: 14px 20px 14px 40px;
  width: 100%;
  color: #606161 !important;
  box-shadow: none;
  border-radius: 0;
}

[data-bs-theme="dark"] .contact-form input,
[data-bs-theme="dark"] .contact-form textarea,
[data-bs-theme="dark"] .contact-form select {
  background-color: #454546;
  border: 1px solid rgb(99 99 99 / 59%);
  color: #ffffff !important;
}

[data-bs-theme="dark"] .contact-form select {
  color: #fff !important;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form select::-moz-placeholder {
  color: #878787;
  font-weight: 300 !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
  color: #878787;
  font-weight: 300 !important;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none !important;
}

.contact-form select {
  padding-left: 35px;
  color: #878787;
}

.contact-form select:focus {
  border: none;
}

.contact-form .form-outline .form-control.select-input:focus,
.contact-form .select-input.focused,
.contact-form .form-select:focus {
  color: #13b6d2;
  outline: 0;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  color: #13b6d2;
}

.contact-form .form-control:focus::-moz-placeholder,
.contact-form .form-select:focus::-moz-placeholder {
  color: #606161;
  padding-left: 2vh;
}

.contact-form .form-check-label {
  margin: 0 !important;
  font-size: 1em;
  padding-left: 15px;
}

.contact-form .form-check-label .main-color {
  margin-left: 5px;
  font-weight: 500;
  text-decoration: underline;
}

.contact-form .form-check-input {
  width: 8px;
  padding: 7px;
  border: 1px solid #13b6d2;
}

.contact-form .form-check-input:focus {
  box-shadow: none !important;
}

.nice-select {
  border-radius: 0 !important;
}

.nice-select .list {
  max-height: 250px;
  z-index: 999 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

[data-bs-theme="dark"] .nice-select {
  background-color: #454546;
}

/*Form Select*/
.form-select {
  background-color: white !important;
}

[data-bs-theme="dark"] .form-select {
  background-color: #454546 !important;
}

.form-select::focus {
  border: none !important;
}

/*Contact-Page Map*/
.contact-map {
  background-color: #f6f6f6;
}

.contact-map .map-title {
  font-size: 2em;
  color: #13b6d2;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .contact-map .map-title {
    text-align: center;
  }
}

.contact-map i {
  color: #13b6d2;
  padding-right: 10px;
}

@media screen and (min-width: 992px) {
  .contact-map p {
    text-align: center;
    margin-bottom: 35px;
  }
}

.contact-map iframe {
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.25);
}

/***************************
*********AUTHOR PAGE********
***************************/
/*Author Profile*/
.author-profile {
  padding: 5vh 0;
}

.author-profile img {
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

/*Author Old Articles*/
.author-article {
  padding: 5vh 0;
}

.author-article h2 {
  color: #13b6d2;
  font-weight: 600;
}

.author-article h3 {
  font-size: 1em;
  font-weight: 700;
}

.sn-project {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .sn-project {
    padding: 80px 15px;
  }
}

.sn-project .city-info {
  top: -1px;
  right: 0;
  position: absolute;
  color: #13b6d2;
  font-weight: 500;
  background-color: #fbfbfb;
  padding: 10px 30px;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

.sn-project h2.baslik {
  font-weight: 500;
  font-size: 1.5em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sn-project h2.baslik {
    width: 800px;
    font-weight: 600;
    font-size: 2.1em;
  }
}

.sn-project p.metin {
  color: rgba(120, 120, 120, 0.7058823529);
  font-size: 200;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sn-project p.metin {
    width: 700px;
  }
}

.sn-project .card {
  border: none;
  position: relative;
  transition: 0.4s ease;
}

.sn-project .card img {
  height: 350px !important;
  width: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  box-shadow: 1.9px 1.3px 5.3px rgba(0, 0, 0, 0.004), 6.5px 4.2px 17.9px rgba(0, 0, 0, 0.006), 29px 19px 80px rgba(0, 0, 0, 0.01);
}

.sn-project .card .card-body {
  position: absolute;
  bottom: 15px;
  transition: 0.4s ease;
}

.sn-project .card .card-body h4 {
  z-index: 200 !important;
  font-family: "Helvetica", "Arial", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fbfbfb !important;
}

.sn-project .card:hover {
  color: #fbfbfb;
  font-family: "Helvetica", "Arial", "Roboto", sans-serif;
  font-size: 24px;
}

.sn-project .card:hover .card-body {
  display: none;
}

.sn-project .card:hover img,
.sn-project .card:hover .card-body {
  filter: brightness(0.6);
}

.sn-project .card:hover::after {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #fbfbfb;
  top: 165px;
  left: 50%;
}

.sn-about {
  background-color: #fff;
  padding: 0;
  position: relative;
}

.sn-about .pay {
  padding: 6em 1em;
}

.sn-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .sn-about {
    padding: 40px 0;
  }
}

@media screen and (min-width: 992px) {
  .sn-about .about-text {
    padding: 80px 60px;
  }
}

.sn-about h2 {
  font-size: 2.2rem;
  color: #767676;
  font-weight: 900;
}

.sn-about h3 {
  font-weight: 900;
  font-size: 3rem;
  color: #13b6d2;
  margin-bottom: 1em;
}

.sn-about .col-md-6 {
  position: relative;
}

.sn-about svg {
  position: absolute;
  top: 0;
  max-width: 500px;
  right: 15%;
  margin: auto;
  width: 100%;
  height: auto;
  z-index: 0;
}

.sn-about svg path {
  fill: none;
  stroke: #f1f1f1;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

.sn-about ._about_content {
  position: relative;
  background: linear-gradient(90deg, white 80%, transparent);
  z-index: 2;
}

[data-bs-theme="dark"] .sn-about ._about_content {
  background: linear-gradient(90deg, #282a2c 80%, transparent);
}

[data-bs-theme="dark"] .sn-about svg path {
  stroke: #00424c;
}



.sn-blog {
  background-color: #fbfbfb;
  padding: 12vh 0 12vh 0;
}

@media screen and (max-width: 768px) {
  .sn-blog {
    padding: 3vh 0;
  }
}

.sn-blog .card-img-top {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-blog .card-title {
  font-weight: 600;
}

.sn-blog img {
  border-radius: 0px;
}

.sn-blog .card {
  box-shadow: 8px -15px 15px 0px rgba(163, 163, 163, 0.15);
}

.section-blog {
  position: relative;
  padding: 8vh 0;
  background-color: #dfdfdf;
}

.section-blog .card {
  margin: 20px 0;
  border-radius: none !important;
  border-radius: 70px 0px 0px 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

.section-blog img {
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-blog .card-body {
  padding: 20px;
  position: relative;
}

.section-blog .card-title {
  color: #13b6d2;
  font-size: 1.4em;
  font-weight: 700;
}

.section-blog .title-section {
  color: #13b6d2;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}

.section-blog .theme-button-2 {
  background-color: #221f1f !important;
}

p {
  color: #8a8a8a;
}

.bg-contact {
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%) !important;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%) !important;
}

.nav-pills {
  justify-content: center;
  text-align: center;
}

.left-list {
  padding: 0;
  color: white;
  list-style: none;
  background-color: #13b6d2;
}

@media screen and (min-width: 992px) {
  .left-list {
    width: 90%;
  }
}

.left-list li {
  font-size: 1.1em;
  padding: 10px 20px;
  color: #13b6d2;
  font-weight: 400;
  transition: 400ms;
}

.left-list li:hover {
  background-color: transparent !important;
}

.left-list li:hover a {
  color: white;
}

.left-list .left-title {
  color: #fbfbfb;
  font-family: "Helvetica Bold", "Helvetica", "Arial", "Roboto", sans-serif;
  background-color: #13b6d2;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 1.4em;
}

@media screen and (max-width: 992px) {
  .left-list .left-title {
    text-align: center;
  }
}

@keyframes grow-and-shrink {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
    rotate: 3deg;
  }

  100% {
    transform: scale(1);
  }
}

.img-product {
  height: 620px;
  -o-object-fit: contain;
  object-fit: contain;
  animation: grow-and-shrink 12000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes grow-scale-shrink {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.98);
  }
}

.product-size {
  animation: grow-scale-shrink 12000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.parallax-section {
  padding: 50px;
  position: relative;
  width: 100%;
  background-position: 30% 10%;
  background-attachment: fixed;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 450px;
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  .parallax-section {
    background-position: 80% 32%;
  }
}

.parallax-section h2 {
  font-size: 3em;
  font-weight: 800;
  text-align: left;
}

.parallax-section p {
  text-align: left !important;
}

.parallax-about {
  color: white;
  text-align: center;
  border-radius: 10px;
  padding: 50px 0;
  position: relative;
  min-height: 400px;
  width: 100%;
  border-radius: 2px;
  background-size: contain;
  background-position: top;
  background-image: linear-gradient(90deg, rgba(19, 181, 210, 0.879) 0%, rgba(15, 120, 138, 0.636) 100%), url("/assets/img/home/parallax.png");
  background-attachment: fixed !important;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.parallax-about h2 {
  font-family: "Helvetica Bold", "Helvetica", "Arial", "Roboto", sans-serif !important;
  font-size: 2em;
  z-index: 1000;
  font-weight: 700;
}

[data-bs-theme="dark"] .parallax-about {
  background-image: linear-gradient(90deg, rgb(0 79 95 / 61%) 0%, rgb(0 40 47) 100%), url("/assets/img/home/parallax.png");
}

@media screen and (min-width: 992px) {
  .parallax-about h2 {
    font-size: 2.6em;
  }
}

.parallax-about h3 {
  font-family: "Helvetica Bold", "Helvetica", "Arial", "Roboto", sans-serif !important;
  font-size: 2.6em;
  font-weight: 900;
}

@media screen and (min-width: 992px) {
  .parallax-about h3 {
    font-size: 3.6em;
  }
}

@media screen and (min-width: 992px) {
  .parallax-about p {
    width: 450px;
  }
}

@media screen and (min-width: 992px) {
  .parallax-about {
    min-height: 560px;
    background-position: top left;
    background-size: cover;
  }
}

@media screen and (max-width: 992px) {
  .parallax-about {
    background-position: center;
    background-size: cover;
  }
}

.parallax-block {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 38vh;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .parallax-block {
    height: 25vh;
  }
}

.parallax-block h6 {
  position: absolute;
  right: 5%;
  top: 45%;
  line-height: 45px;
  width: 450px;
  color: #fff;
  text-align: right;
  font-family: "Helvetica", "Arial", "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .parallax-block h6 {
    top: 35%;
  }
}

.parallax-block h6:hover {
  transition: 0.3s;
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .parallax-block h6 {
    font-size: 16px;
    right: 0;
    text-align: center !important;
  }
}

.parallax-block h2 {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10vw;
  color: white;
  font-weight: 400;
}

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.sn-deneyim {
  padding: 4vh 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.sn-deneyim .sutun {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sn-deneyim .sutun .circle-style {
  border-radius: 50%;
  width: 3em;
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-color: #13b6d2;
}

.sn-deneyim .sutun i {
  text-align: center;
  font-size: 1.2em;
  color: #fbfbfb;
}

.sn-deneyim .sutun h2 {
  color: #3b3b3b;
  font-family: "Helvetica", "Arial", "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  font-size: 1.4em;
}

.sn-deneyim .sutun h3 {
  margin-top: -10px;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #616161;
}

@media screen and (max-width: 992px) {
  .sn-katilim-formu {
    border-radius: 0;
  }
}

.sn-katilim-formu h5 {
  color: white;
  font-size: clamp(2rem, 0.0625rem + 4vw, 5rem);
  text-align: left;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .sn-katilim-formu h5 {
    text-align: center;
  }
}

span._thin {
  font-weight: 100 !important;
  font-size: 5em;
  text-align: left;
  display: inline-block;
  line-height: 58px;
}

span._normal {
  font-weight: 900 !important;
  font-size: 2em;
}

.sn-katilim-formu .theme-button-1 {
  margin: 5px 0;
  border: 2px solid white !important;
  padding: 24px 15px;
  font-size: 20px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgb(19 182 210 / 25%);
}

.sn-katilim-formu .theme-button-1:hover {
  backdrop-filter: blur(6px);
  color: #fff !important;
  background-color: rgb(255 255 255 / 20%);
}



.social-icons.icon_slider {
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 1em;
}

.social-icons a {
  display: inline-block;
  padding: .5em;
  font-size: 1.3em;
  border-bottom: none;
  text-align: center;
}

.social-icons.icon_slider i {
  padding: 0;
  font-size: 1em;
  background-color: transparent;
  color: #ffffff;
  transform: scale(.9);
}

.social-icons a:hover i {
  transform: scale(1);
}

footer .social-icons a {
  padding: 0;
}



.sn-faaliyetler {
  position: relative;
  padding: 10vh 0;
  z-index: 100 !important;
  background: #f8f8f8;
  position: relative;
}

.sn-faaliyetler .theme-button-1 {
  text-align: center !important;
}

[data-bs-theme="dark"] .sn-faaliyetler {
  background: #212529;
}

@media screen and (max-width: 992px) {
  .sn-faaliyetler {
    padding: 6vh 13px;
  }
}

.sn-faaliyetler .swiper {
  width: 100%;
  height: 100%;
}

.sn-faaliyetler .swiper-button-prev {
  top: -50px;
  left: 95%;
  right: 120px;
  transform: scale(0.7);
  color: #13b6d2;
}

.sn-faaliyetler .swiper-button-next {
  top: -50px;
  left: 100%;
  right: 120px;
  transform: scale(0.7);
  color: #13b6d2;
}

.sn-faaliyetler .swiper-pagination {
  padding-top: 50px;
  position: relative;
}

.sn-faaliyetler .swiper-pagination-bullet-active {
  background: #13b6d2;
}

.sn-faaliyetler .swiper-pagination .active {
  background-color: #13b6d2;
}

.sn-faaliyetler .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sn-faaliyetler img {
  display: block;
  border-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-faaliyetler a.link {
  height: 100%;
}

.sn-faaliyetler .card {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0;
  overflow: visible;
  transition: 400ms ease;
}



.sn-faaliyetler .card img {
  height: 400px;
}

.sn-faaliyetler .card .card-body {
  width: 100%;
  text-align: center;
  position: relative;
  color: white;
  padding: 0;
}

.sn-faaliyetler .card .card-title {
  margin: 0;
  font-size: 1.3em;
  color: black;
  text-align: left;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  padding: 1em 0.4em;
  box-shadow: none;
  border-bottom: 4px solid #13b6d2;
}

[data-bs-theme="dark"] .sn-faaliyetler .card .card-title {
  color: #fff;
}

.sn-faaliyetler .card .card-title i {
  color: #13b6d2;
}

.swHarita .swiper-button-next,
.swHarita .swiper-button-prev {
  position: absolute;
  bottom: 16px;
  top: auto;
}

.swHizmetler .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  border-radius: 0;
}

[data-bs-theme="dark"] .swiper-pagination-bullet {
  background: #fff;
}

[data-bs-theme="dark"] .swiper-pagination-bullet-active {
  background: #13b6d2;
}

.minHeightMap {
  min-height: 300px;
}

.wrapper_card_cover {
  position: relative;
  overflow: hidden;
}

.wrapper_card_cover img {
  border-radius: 0;
  transition: all .3s ease-in-out;
}

.wrapper_card_cover:hover img {
  transform: scale(1.1);
}

.sn-medya {
  position: relative;
  /* CUSTOM CSS "TRICK" => the link should work only on the active slide  */
}

.sn-medya [swiper_scale_active] .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  border-radius: 20px;
  border-color: transparent;
  overflow: hidden;
}

.sn-medya .swiper-pagination {
  z-index: 1000;
  width: 100%;
}

.sn-medya .swiper-pagination-bullet {
  background-color: #13b6d2;
  transform: scale(1.2);
}

@media only screen and (max-width: 600px) {
  .sn-medya [swiper_scale_active] .swiper-slide {
    border-radius: 10px;
  }
}

.sn-medya [swiper_scale_active] .swiper-slide img {
  display: block;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-medya [swiper_scale_active] .swiper-slide:not(.swiper-slide-active) a {
  pointer-events: none;
}

.sn-medya [btn_group] button:hover {
  opacity: 1;
}

.sn-medya [btn_group] svg {
  color: white;
}

.object-cover {
  object-fit: cover !important;
}

@media screen and (max-width: 992px) {
  .sn-haberler {
    padding: 0 15px;
  }
}

.sn-haber aside h3 {
  font-size: 1em;
}

[data-bs-theme="dark"] .sn-haber aside h3 {
  color: #fff;
}

.sn-haber aside span {
  font-size: 14px;
}

[data-bs-theme="dark"] .sn-haber aside span {
  color: #535353;
}

.sn-haberler .theme-button-1:hover {
  border-color: #13b6d2;
}

.sn-haberler .container {
  position: relative;
}

.sn-haberler .all-buttons {
  padding-top: 20px;
}

@media screen and (max-width: 992px) {
  .sn-haberler .all-buttons {
    display: none;
  }
}

.sn-haberler .all-buttons .col-lg-8 {
  padding-right: 32px;
}

.sn-haberler .all-buttons .col-lg-4 {
  padding-right: 20px;
}

.sn-haberler .all-button {
  left: -9px;
  top: auto;
  bottom: 0;
  z-index: 100;
}

.sn-haberler .no-span {
  display: table;
  white-space: nowrap;
}

.sn-haberler .no-span:after {
  border-top: 1px solid rgba(123, 123, 123, 0.206);
  content: "";
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 80%;
}

.sn-haberler .no-span:after {
  left: 2.5%;
}


.page-property {
  font-size: 14px;
  line-height: 1.5;
}

.card.dikey {
  border: none;
  height: clamp(41.1rem, -0.0563rem + 4.507vw, 53rem);
  border-radius: 0;
  position: relative;
}

.card.dikey:hover .theme-button-1 {
  display: block;
}

.card.dikey:hover img {
  transform: scale(0.98);
  filter: brightness(0.6);
}

.card.dikey .theme-button-1 {
  position: absolute;
  display: none;
  transition: 400ms ease;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}

.card.dikey * {
  border-radius: 0;
}

.card.dikey img {
  height: 440px !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(1);
  transition: 400ms ease;
}

.card.dikey h2 {
  font-size: 1.1rem;
  color: #7b8286;
  font-weight: 600;
}

.card.dikey .card-body {
  background-color: #f7f7f7;
  color: #7b8286;
}

[data-bs-theme=dark] .card.dikey .card-body {
  background-color: #292f35;
}

[data-bs-theme=dark] .card.dikey h2 {
  color: #fff;
}

.card.dikey span {
  padding-top: 10px;
  color: #13b6d2;
}

.card.yatay {
  position: relative;
  height: clamp(13rem, -0.0563rem + 4.507vw, 15rem);
  padding: 10px 20px 20px 0;
  border-radius: 0;
  border: 2px solid #13b6d2;
  background-color: #fff;
}

.card.yatay:hover {
  background-color: #f7f7f7;
}

.card.yatay h3 {
  font-size: 1rem !important;
  color: #7b8286;
  font-weight: 600;
}

[data-bs-theme="dark"] .card.yatay h3 {
  color: #fff;
}

.card.yatay span {
  padding-top: 10px;
  color: #13b6d2;
}

.card.yatay .card-body {
  color: #7b8286;
}

.card.yatay .theme-button-1 {
  position: relative;
  padding: 5px 15px;
  background: #fff;
  color: #13b6d2;
}

.card.yatay .theme-button-1:hover {
  border-color: #13b6d2;
}

[data-bs-theme="dark"] .card.yatay {
  background-color: #292f35;
}

.social-share a {
  width: 32px;
  height: 32px;
  padding: 5px 0;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 19px;
  display: inline-block;
  text-align: center;
  position: relative;
}

.social-share a i {
  font-size: 1.5rem;
  color: #13b6d2;
}

.sn-video .col-lg-4,
.sn-video .col-md-6 {
  position: relative;
}

.sn-video #content a h2 {
  color: #8a8a8a;
  margin-top: 13px;
  text-align: center;
  font-size: 1.5rem;
}

.sn-video #content a img {
  border-radius: 0;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-in;
  filter: brightness(0.6);
  box-shadow: 0.8px 1.4px 2.2px rgba(0, 0, 0, 0.011), 2px 3.4px 5.3px rgba(0, 0, 0, 0.016), 3.8px 6.4px 10px rgba(0, 0, 0, 0.02), 6.7px 11.4px 17.9px rgba(0, 0, 0, 0.024), 12.5px 21.3px 33.4px rgba(0, 0, 0, 0.029), 30px 51px 80px rgba(0, 0, 0, 0.04);
}

.sn-video:not(.only_photo) #content a::after {
  content: "\f144";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 600;
  font-size: 48px;
  color: white;
  position: absolute;
  top: 35%;
  left: 45%;
  z-index: 100;
}

.sn-video #content a:hover img {
  transform: scale(0.95);
  filter: grayscale(0.3);
}

.sn-yayinlar .col-lg-4,
.sn-yayinlar .col-md-6 {
  position: relative;
}

.sn-yayinlar a h2 {
  color: #8a8a8a;
  margin-top: 13px;
  text-align: center;
  font-size: 1.5rem;
}

.sn-yayinlar a img {
  border-radius: 0;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-in;
  filter: brightness(0.6);
  box-shadow: 0.8px 1.4px 2.2px rgba(0, 0, 0, 0.011), 2px 3.4px 5.3px rgba(0, 0, 0, 0.016), 3.8px 6.4px 10px rgba(0, 0, 0, 0.02), 6.7px 11.4px 17.9px rgba(0, 0, 0, 0.024), 12.5px 21.3px 33.4px rgba(0, 0, 0, 0.029), 30px 51px 80px rgba(0, 0, 0, 0.04);
}

.sn-yayinlar a.document::after {
  content: "\f56d";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 600;
  font-size: 48px;
  color: white;
  position: absolute;
  top: 35%;
  left: 45%;
  z-index: 100;
}

.sn-yayinlar a.pdf::after {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 600;
  font-size: 48px;
  color: white;
  position: absolute;
  top: 35%;
  left: 45%;
  z-index: 100;
}

.sn-yayinlar a.word::after {
  content: "\f1c2";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 600;
  font-size: 48px;
  color: white;
  position: absolute;
  top: 35%;
  left: 45%;
  z-index: 100;
}

.sn-yayinlar a:hover img {
  transform: scale(0.95);
  filter: grayscale(0.3);
}

.sn-faaliyet .img-fluid {
  height: 400px;
  width: 100%;
  border-radius: 0;
  -o-object-fit: initial;
  object-fit: initial;
}

@media screen and (max-width: 992px) {
  .sn-faaliyet .img-fluid {
    margin-top: 40px;
  }
}

.sn-faaliyet h1,
.sn-faaliyet h2,
.sn-faaliyet h3,
.sn-faaliyet h4,
.sn-faaliyet h5,
.sn-faaliyet h6 {
  font-weight: 600;
  color: #13b6d2;
}

.sn-faaliyet ul {
  color: #606161;
}

@media screen and (min-width: 992px) {
  .sn-faaliyet ul {
    max-width: 80%;
  }
}

section .swiper-button-next,
section .swiper-button-prev {
  padding: 0;
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 0;
}

[data-bs-theme="dark"] section .swiper-button-next,
[data-bs-theme="dark"] section .swiper-button-prev {
  background: #282a2c;
}



section .swiper-button-next::after,
section .swiper-button-prev::after {
  color: #13b6d2;
  font-size: 1.2rem !important;
}

section ul {
  color: #606161;
  padding: 0;
}

section ul li {
  list-style-type: none;
}

section ul li::before {
  content: "•";
  color: #13b6d2;
  font-family: "Font Awesome 6 Free";
  font-size: 23px;
  margin-right: 7px;
  vertical-align: middle;
}

.sn-ozellikler {
  padding: 30px 0;
}

.sn-ozellikler .ozellik-card {
  padding: 45px 30px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  transition: 400ms ease;
}


[data-bs-theme="dark"] .sn-ozellikler .ozellik-card {
  border-color: #313131;
}

[data-bs-theme="dark"] .sn-ozellikler .ozellik-card:hover {
  background-color: rgb(47 52 57);
}

[data-bs-theme="dark"] .sn-ozellikler .ozellik-card ul li {
  color: #afafaf;
}

.sn-ozellikler .ozellik-card h1,
.sn-ozellikler .ozellik-card h2,
.sn-ozellikler .ozellik-card h3,
.sn-ozellikler .ozellik-card h4,
.sn-ozellikler .ozellik-card h5,
.sn-ozellikler .ozellik-card h6 {
  font-size: 1.3rem;
  color: #13b6d2;
}

.sn-ozellikler .ozellik-card:hover {
  background-color: rgba(250, 250, 250, 0.7882352941);
}

.sn-swipe-gallery .swiper-slide img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 2px 3.1px 4.2px rgb(195, 195, 195);
}

.section {
  padding: 6vh 0 8vh 0 !important;
}

.section.pb-0 {
  padding: 6vh 0 0 0 !important;
}

@media screen and (max-width: 992px) {
  .section {
    padding: 2vh 10px !important;
  }
}

.page-faaliyetler {
  position: relative;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-faaliyetler img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-faaliyetler a.link {
  height: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
}

.page-faaliyetler .card {
  position: relative;
  width: 100%;
  height: clamp(35rem, -0.0563rem + 4.507vw, 35rem);
  transition: 400ms ease;
}

.page-faaliyetler .card .card-title {
  font-size: clamp(1.5rem, 0.0625rem + 3vw, 1.55rem);
}

.page-faaliyetler .card:hover {
  transform: scale(0.98);
}

.page-faaliyetler .card:hover img {
  filter: brightness(0.8);
}

.page-faaliyetler .card img {
  transition: 400ms ease;
  filter: brightness(0.6);
  border-radius: 0;
}

.page-faaliyetler .card img::after {
  content: " ";
  position: absolute;
  top: 0;
  z-index: 1000 !important;
  width: 100px;
  height: 100px;
  background-color: #13b6d2;
}

.page-faaliyetler .card .theme-button-3 {
  float: right;
  position: absolute;
  bottom: 50px;
  right: 20px;
}

.page-faaliyetler .card svg {
  margin-top: -15px;
  width: 100%;
  position: absolute;
  left: 5%;
  transform: scale(0.5);
}

.sn-timeline {
  padding: 0 25px;
  position: relative;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sn-timeline .row {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .sn-timeline {
    display: none;
  }
}

.sn-timeline h1,
.sn-timeline h4,
.sn-timeline h5,
.sn-timeline h6 {
  font-size: 4rem;
  width: 1200px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 90px;
  font-weight: bold;
}

.sn-timeline .controls {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sn-timeline .controls:hover:after {
  transform: translateX(-10px) rotate(45deg);
}

.sn-timeline .controls:hover:active:after {
  transform: translateX(-20px) rotate(45deg);
  transition: 300ms all;
}

.sn-timeline .controls:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transition: 500ms all;
}

.sn-timeline .controls.next {
  left: auto;
  right: 220px;
  transform: rotate(180deg);
}

.sn-timeline .time-line {
  margin-top: 120px;
  width: 100%;
  height: 480px;
  background: linear-gradient(90deg, rgba(19, 181, 210, 0.856) 0%, rgba(15, 120, 138, 0.923) 100%), url(/assets/img/home/pattern.png);
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

[data-bs-theme="dark"] .sn-timeline .time-line {
  background: linear-gradient(90deg, rgb(0 60 71 / 86%) 0%, rgb(0 43 51 / 92%) 100%), url(/assets/img/home/pattern.png);
}

.sn-timeline .time-line * {
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}

.sn-timeline .time-line .dates-overflow {
  left: 0;
  width: 500vw;
  position: absolute;
  bottom: 50px;
  height: 50px;
}

.sn-timeline .time-line .dates-wrap {
  display: inline-block;
  position: absolute;
  height: 100%;
  left: calc(50vw - 80px);
}

.sn-timeline .time-line .dates-wrap:after {
  left: auto;
  right: -1px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.474) 0%, rgba(125, 185, 232, 0) 100%);
  transform: translate(50%, -50%);
}

.sn-timeline .time-line .dates-wrap .date {
  width: 160px;
  position: relative;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}

.sn-timeline .time-line .dates-wrap .date .date-content {
  visibility: hidden;
  position: absolute;
  width: 340px;
  height: 340px;
  bottom: 100%;
  margin-bottom: 80px;
  border-radius: 3px;
  transform-origin: 50% 100%;
  transform: scale(0.7);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
}

.sn-timeline .time-line .dates-wrap .date .date-content:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  top: 100%;
  margin-top: 8px;
  height: 60px;
  opacity: 0;
  background-color: #ececec;
  transform: scaleY(0);
  transform-origin: 100% 100%;
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}

.sn-timeline .time-line .dates-wrap .date .date-content .date-image {
  width: 100%;
  height: calc(100% - 60px);
  background-size: cover;
  background-position: top;
}

.sn-timeline .time-line .dates-wrap .date .date-content>div {
  opacity: 0;
  transform: translateY(40px);
}

.sn-timeline .time-line .dates-wrap .date .date-content .date-text {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #221f1f;
  font-size: 14px;
  font-weight: 600;
}

.sn-timeline .time-line .dates-wrap .date .date-year {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sn-timeline .time-line .dates-wrap .date .date-year:hover {
  opacity: 1 !important;
}

.sn-timeline .time-line .dates-wrap .date .date-year:hover:after {
  transform: scale(1) !important;
}

.sn-timeline .time-line .dates-wrap .date .date-year p {
  position: absolute;
  top: 0px;
  line-height: 0;
  color: #ffffff;
  font-size: 35px;
  font-weight: 900;
  transform: scale(0.4);
  z-index: 2;
}

.sn-timeline .time-line .dates-wrap .date .date-year:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #c6fdf8;
  bottom: 100%;
  margin-bottom: -29px;
  border-radius: 50%;
  transform: scale(0.4);
  transition: 500ms all;
}

.sn-timeline .time-line .dates-wrap .date .date-year:before {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  height: 1px;
  background-color: rgba(226, 240, 243, 0.2862745098);
}

.sn-timeline .time-line .dates-wrap .date.sibling .date-year {
  opacity: 0.6;
}

.sn-timeline .time-line .dates-wrap .date.sibling .date-year:after {
  transform: scale(0.8);
}

.sn-timeline .time-line .dates-wrap .date.sibling .date-year p {
  transform: scale(0.6);
}

.sn-timeline .time-line .dates-wrap .date.active+.date .date-year {
  opacity: 0.6;
}

.sn-timeline .time-line .dates-wrap .date.active+.date .date-year:after {
  transform: scale(0.8);
}

.sn-timeline .time-line .dates-wrap .date.active+.date .date-year p {
  transform: scale(0.6);
}

.sn-timeline .time-line .dates-wrap .date.active .date-year {
  opacity: 1;
}

.sn-timeline .time-line .dates-wrap .date.active .date-year:before {
  width: calc(200% - 11px);
}

.sn-timeline .time-line .dates-wrap .date.active .date-year:after {
  transform: scale(1);
}

.sn-timeline .time-line .dates-wrap .date.active .date-year p {
  transform: scale(1.2);
}

.sn-timeline .time-line .dates-wrap .date.active .date-content {
  transform: scale(1);
  visibility: visible;
}

.sn-timeline .time-line .dates-wrap .date.active .date-content:after {
  transition-delay: 200ms;
  opacity: 1;
  transform: scaleY(1);
}

.sn-timeline .time-line .dates-wrap .date.active .date-content div {
  transition-delay: 200ms;
  opacity: 1;
  transform: translateY(0px) scale(1);
}

.duyuru {
  margin-top: 70px;
}

@media screen and (min-width: 992px) {
  .duyuru {
    margin-top: -125px;
  }
}

.position-duyuru {
  position: relative;
}

.position-duyuru .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: #13b6d2 !important;
  z-index: 1000;
}

.position-duyuru .swiper-button-prev i {
  padding: 10px;
  font-size: 1.5rem;
}

.position-duyuru .swiper-button-prev:after {
  font-weight: 900;
  color: #13b6d2 !important;
}

.position-duyuru .swiper-button-next {
  position: absolute;
  right: 0;
  top: -55px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: white !important;
  z-index: 10000;
}

.position-duyuru .swiper-button-next i {
  font-size: 2rem;
}

.position-duyuru .swiper-button-next:after {
  color: #13b6d2 !important;
}

.buttons-hide {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .buttons-hide {
    display: block;
  }
}

.box {
  padding-top: 16px;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}


.basvuru-section input.form-check-input {
  padding: 0 !important;
  width: 20px;
  height: 20px;
}

.basvuru-section label.form-check-label {
  padding: 0 10px 0 0 !important;
}

.basvuru-section input,
.basvuru-section textarea,
.basvuru-section select,
.basvuru-section label {
  padding: 12px 15px 12px 15px !important;
}

.basvuru-section .fotograf label {
  width: 100%;
  color: #ffffff !important;
  height: 53px;
  cursor: pointer;
  border: 3px solid #13b6d2;
  margin: 0 !important;
  background: #13b6d2;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}

.basvuru-section #regForm .wrapper_content_form {
  position: relative;
}

.basvuru-section #regForm {
  background-color: #ffffff;
  margin: 3em auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
  border-radius: 3px;
  box-shadow: 0px 0px 1em 0em rgb(0 0 0 / 10%);
}

.basvuru-section input {
  border: 1px solid #aaaaaa;
}

.basvuru-section input.invalid {
  background-color: #ffdddd;
}

.basvuru-section .tab {
  display: none;
}

.basvuru-section .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.basvuru-section .step.active {
  opacity: 1;
}

.basvuru-section .step.finish {
  background-color: #13b6d2;
}

@keyframes bounce {

  0% {
    bottom: 80px;
  }

  50% {
    bottom: 100px;
  }

  100% {
    bottom: 80px;
  }

}



  
      .menu {
        background-color: #ebebeb;
        font-family: Arial, sans-serif;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
      }

      [data-bs-theme="dark"] .menu,
      [data-bs-theme="dark"] .submenu {
        background-color: #363b41;
      }

      @media (max-width: 768px){
        .menu{
          margin-bottom: 2em;
        }
      }
 
      /* Ana başlıklar */
      .menu-item {
          background-color: #ebebeb;
          color: #000;
          padding: 15px;
          cursor: pointer;
          font-weight: bold;
          font-size: 16px;
          border-bottom: 2px solid #e1e1e1;
          width: 100%;
          text-transform: uppercase;
      }

      [data-bs-theme="dark"]  .menu-item{
        background-color: #363b41;
        color: #fff;
        border-bottom: 2px solid #3d4349;
      }
     

      /* Alt menüler */
      .submenu {
          display: none; /* Başlangıçta gizle */
          background-color: #ebebeb;
          padding-left: 20px;
          margin: 0;
          width: 100%;
          max-width: 100% !important;
          list-style-type: none;
          border-bottom: 1px solid #e1e1e1;
      }

      [data-bs-theme="dark"] .submenu {
        border-bottom: 1px solid #3d4349;
      }

      .submenu.active{
        display: block;
      }
      .submenu li {
          padding: 10px 0;
          color: #000;
          cursor: pointer;
          width: 100%;
          line-height: normal;
          font-size: 15px;
          font-weight: 600;
      }
      
      [data-bs-theme="dark"] .submenu li  {
          color: #eee;
      }

      .submenu li a {
        color: #282828;
      }

      [data-bs-theme="dark"] .submenu li a {
          color: #eee;
      }

      .submenu li:hover a,
      .submenu li:hover {
        color: #000;
      }

      [data-bs-theme="dark"] .submenu li:hover a,
      [data-bs-theme="dark"] .submenu li:hover {
        color: #13b6d2;
      }

      /* Alt menüye bağlı daha alt menüler */
      .submenu li .submenu {
          padding-left: 20px;
      }

      .submenu li .submenu li {
          font-style: italic; /* Daha alt menü öğesi */
      }

      .menu-item:hover, .menu-item.active {
        color: #000;
      }

      .submenu li:hover, .submenu li.active {
        color: #000;
      }

      [data-bs-theme="dark"] .menu-item:hover, 
      [data-bs-theme="dark"] .menu-item.active {
        color: #13b6d2;
      }

      [data-bs-theme="dark"] .submenu li:hover, 
      [data-bs-theme="dark"] .submenu li.active {
        color: #13b6d2;
      }




.slide-to-down {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
  animation: bounce 1.3s linear alternate infinite;
}

.slide-to-down img {
  width: 50px;
  filter: brightness(0) invert(1);
  transition: 400ms ease;
}

.sn-counter {
  padding: 0;
  margin: 0;
  font-weight: normal;
  background-color: rgba(246, 246, 246, 0.5607843137);
}

.sn-counter img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  z-index: 1000;
}

.sn-counter .value::after {
  content: "+";
}

.sn-counter .col-md-4 {
  text-align: center;
  padding: 50px 0;
  color: #13b6d2;
}


@media screen and (min-width: 992px) {
  .sn-counter .col-md-4 {
    border-right: 1px dashed #13b6d2;
  }
}

@media screen and (min-width: 992px) {
  .sn-counter .col-md-4:last-child {
    border-right: 0px solid #13b6d2;
  }
}

.sn-counter .counter {
  font-size: 2em;
  animation-duration: 1s;
  animation-delay: 0s;
  font-weight: 900;
}

.sn-counter h3 {
  font-weight: 300;
  color: #606161;
}

.sn-counter i {
  font-size: 20px !important;
}

@media (max-width: 991px) {
  .sn-counter .col-md-4 {
    margin: auto auto;
  }

  .sn-counter .col-md-4:last-child {
    border-bottom: 0px dashed #13b6d2;
  }
}

.is-ilanlari .ozellik .mb-3,
.is-ilanlari .ozellik .mb-4 {
  background-color: #fafafa;
  padding: 35px 25px;
  border: 1px solid #d4d4d4;
}

[data-bs-theme="dark"] .is-ilanlari .ozellik .mb-3,
[data-bs-theme="dark"] .is-ilanlari .ozellik .mb-4 {

  background-color: #002d34;
  border: 1px solid #00424c;
}

.is-ilanlari .ozellik .mb-3 h4,
.is-ilanlari .ozellik .mb-4 h4 {
  color: #13b6d2;
  font-size: 1.1rem;
}
[data-bs-theme="dark"] .is-ilanlari .ozellik .mb-3 h4,
[data-bs-theme="dark"] .is-ilanlari .ozellik .mb-4 h4 {
  color: #a9a9a9;
}


.is-ilanlari .ozellik .mb-3 a,
.is-ilanlari .ozellik .mb-4 a {
  font-family: "Helvetica Bold", "Helvetica", "Arial", "Roboto", sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
  color: #5d5d5d;
}

.is-ilanlari .ozellik .mb-3 span,
.is-ilanlari .ozellik .mb-4 span {
  padding-left: 15px;
  font-size: 0.9rem;
}

.is-ilanlari .img-property {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 25px;
}

.is-ilanlari .card {
  transition: 0.5s ease-in-out;
}

.is-ilanlari a {
  transition: 0.5s ease-in-out;
}

.is-ilanlari a:hover .card {
  transform: scale(0.92);
}

/*# sourceMappingURL=main.css.map */



[data-bs-theme="dark"] .mm-spn.mm-spn--dark {
  background: #282a2c;
}

[data-bs-theme="dark"] .mm-spn.mm-spn--navbar:after {
  color: #fff;
}

[data-bs-theme="dark"] .mm-spn a {
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  color: #fff;
}



@media (max-width: 1400px) {
  header .logo-w a {
    max-width: 120px;
    padding: 10px;
  }

}

@media (max-width: 992px) {
  .sn-faaliyetler .card .card-title {
    font-size: 1em;
  }

  .h-title h3 {
    font-size: 2.2em;
  }

  .mobile-menu-button {
    top: 10px;
  }

  .h-title-y h2 {
    text-align: center;
    left: 0;
    right: 0;
  }

  .left_header_wrapper {
    display: none;
  }

  .right_header_wrapper {
    position: relative;
    padding-right: 0;
  }

  .wrapper_tools {
    width: 100%;
  }

  header .container-fluid {
    max-width: 100%;
  }

}


@media (max-width: 768px) {
  .sn-slider {
    height: 600px !important;
  }

  .h-title h2 {
    bottom: 10px;
  }

  .sn-slider .carousel img {
    height: 600px !important;
  }

  #mobileicon path {
    stroke: #000;
  }

  .language-menu-wrap ul {
    padding: 0 5px;
  }

  [data-bs-theme="dark"] #mobileicon path {
    stroke: #fff;
  }

  header .logo-w img {
    max-height: 50px;
  }

  .sn-slider .carousel {
    height: 600px !important;
  }

  .sn-slider .carousel .carousel-item {
    margin-top: 0;
    height: 600px;
  }

  .sn-about h3 {
    font-size: 2rem;
  }

  .mm-spn.mm-spn--dark {
    background: #282a2c;
  }

  .mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-left: 0;
    padding-right: 0;
  }

  .mm-spn a {
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    color: #000;
  }


  .mm-spn.mm-spn--navbar:after {
    opacity: 1;
    color: #000;
  }

  #mobileMenu img {
    max-width: 200px;
  }

  .h-title h3 {
    font-size: 1.5rem;
    line-height: normal;
  }

  .sn-faaliyetler .card img {
    height: 300px;
  }


  /* .turkiye-map #map_container {
    display: none;
  } */
  .turkiye-map {
    padding: 8vh 0 0 0;
  }

  .sn-counter h3 {
    font-size: 18px;
    font-weight: 600;
  }

  .h-title-y h2 {
    left: 0;
    right: 0;
  }


  header.sticky-style .header-main,
  header .header-main {
    padding: .5em 0;
  }

  header {
    margin-bottom: -155px;
  }

  .sn-faaliyetler .card .card-title {
    font-size: 1.1em;
  }

  .sn-faaliyetler .swiper-pagination {
    padding-top: 30px;
  }

  .contact-form div {
    margin-bottom: 5px;
  }

  .home_form_title {
    font-size: .8em;
    text-align: center;
  }

  .sn-about svg {
    display: none;
  }

  .page-title img {
    height: 500px;
  }



  body.sub .sn-harita-sonuc,
  body.sub .page-property,
  body.sub .contact-section,
  body.sub .contact-section,
  body.sub .sn-yayinlar,
  body.sub .sn-video,
  body.sub .sn-haberler,
  body.sub .page-faaliyetler,
  body.sub .df-page {
    width: 100%;
    max-width: 100%;
  }

  .social-icons.icon_slider {
    display: none;
  }



  span._thin {
    font-size: 3em;
    text-align: center;
  }

  footer {
    padding: 0;
  }

  .add-button-first,
  .add-button-sm,
  .remove-button {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 5px 0;
    top: 0;
  }

  .basvuru-section #regForm {
    margin: 30px auto;
    padding: 10px;
    width: 100%;
  }

  .search-section .form-group .form-control {
    font-size: 1em;
  }


  .sn-about .pay {
    padding: 1em 1em 3em 1em;
  }
}

.d-contents{
  display: contents;
}

.files {
  position: relative;
  margin: 2em 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.files .file_wrapper,
.files .file_item {
  position: relative;
}
.files .file_item h5 {
  color: #505050;
  font-size: 18px;
  font-weight: 600;
}
[data-bs-theme="dark"] .files .file_item h5 {
  color: #fff; 
}
.files .file_item span {
  color: #b9b9b9;
  font-size: 16px;
}

[data-bs-theme="dark"] .content_wrapper a {
  color: #fff;
}
.content_wrapper a {
  color: #000;
}

@media (min-width: 768px){
  .accordions {
    padding-left: 5em
  }
}

@media (min-width: 992px){
  .accordions {
    padding-left: 3em
  }
}

.acc_title {
  margin-bottom: 1em;
  cursor: pointer;
  gap: 1em;
}

#cyprus {
  position: absolute;
  bottom: -50px;
  fill: #d1d1d1;
  width: 90px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(-40px, 0px);
}
#cyprus:hover path {
  fill: #13b6d2;  
} 

@media (max-width: 1400px){
  #cyprus {
    bottom: -30px;
}
}

@media (max-width: 1200px){
  #cyprus {
    bottom: 0px;
    width: 80px;
}
}

@media (max-width: 992px){
  #cyprus {
    bottom: -30px;
}
}

@media (max-width: 768px){
  #cyprus {
    bottom: 25px;
    width: 70px;
    transform: translate(-40px, 0px);
}
}