@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat/static/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat/static/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* Bootsrapp en lazim olan kisimlar  Baslangic */
* {
  font-family: "Montserrat", serif !important;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  line-height: 1.6;
  margin: 0;
}
.p-2 {
  padding: 20px;
}
.p-05 {
  padding: 5px;
}

.p-0 {
  padding: 0 !important;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px;
}
.container-fluid {
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col {
  flex: 1 0 0%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,
.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,
.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,
.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Responsive Grid: Small Devices (sm) */
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Responsive Grid: Medium Devices (md) */
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Responsive Grid: Large Devices (lg) */
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Responsive Grid: Extra Large Devices (xl) */
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Responsive Grid: Extra Extra Large Devices (xxl) */
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobil için genel başlık ayarları */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  line-height: 1.2;
}

/* h1 - Mobil için 1.75rem, daha büyük cihazlarda 2.5rem */
.h1 {
  font-size: 1.75rem;
  /* 28px */
}

@media (min-width: 576px) {
  .h1 {
    font-size: 2.5rem;
    /* 40px */
  }
}

/* h2 - Mobil için 1.5rem, daha büyük cihazlarda 2rem */
.h2 {
  font-size: 1.5rem;
  /* 24px */
}

@media (min-width: 576px) {
  .h2 {
    font-size: 2rem;
    /* 32px */
  }
}

/* h3 - Mobil için 1.25rem, daha büyük cihazlarda 1.75rem */
.h3 {
  font-size: 1.25rem;
  /* 20px */
}

@media (min-width: 576px) {
  .h3 {
    font-size: 1.75rem;
    /* 28px */
  }
}

/* h4 - Mobil için 1.125rem, daha büyük cihazlarda 1.5rem */
.h4 {
  font-size: 1.125rem;
  /* 18px */
}

@media (min-width: 576px) {
  .h4 {
    font-size: 1.5rem;
    /* 24px */
  }
}

/* h5 - Mobil için 1rem, daha büyük cihazlarda 1.25rem */
.h5 {
  font-size: 1rem;
  /* 16px */
}

@media (min-width: 576px) {
  .h5 {
    font-size: 1.25rem;
    /* 20px */
  }
}

/* h6 - Mobil için 0.875rem, daha büyük cihazlarda 1rem */
.h6 {
  font-size: 0.875rem;
  /* 14px */
}

@media (min-width: 576px) {
  .h6 {
    font-size: 1rem;
    /* 16px */
  }
}


/* Bootsrapp aslinda en lazim olan kisimlar  Bitis */


/* header */
.ttm-header-wrap {
    background-color: transparent;
    position: relative;
    z-index: 999;
    width: -webkit-fill-available;
}

.right-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width:768px) {
  .ttm-header-wrap {
    background-color: #fff;
    height: 85px;
  }




}


/* About Section Start*/
.about .text-inner {
  padding: 25px;
}

.about .resim{
  
}

.about p {
  margin: revert;

}


/* About Section End */


.like-ul {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.like-li {
  display: inline-flex;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

.footer .like-li {
  display: block;
  text-align: center;
}

.footer .like-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contents {
  padding: 30px;
  background: linear-gradient(90deg, #2d85a2 0%, #4fb2c6 50%, #7fd1df 100%);
  margin: 4px;
  border-radius: 15px;
}

.layoutmanager img {
  max-height: max-content !important;
}

.contents h2 {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.contents li {
  margin-left: 15px;
  color: white;
}


.contents li a {
  margin-left: 15px;
  color: white;
}




.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #2a3959;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;

  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 15px;
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: white !important;
  border-radius: 12px;
}

.animated-button:hover a {
  color: white !important;
}

.animated-button:hover svg {
  fill: white !important;
}


.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #212121;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #2a3959;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

.right-bar .icon {
  font-size: 26px;
  background-color: white;
  padding: 8px;
  margin-left: -33px;
  width: 50px;
  height: 50px;
}

.right-bar .icon i {
  background: white;
  width: 30px;
  height: 18px;
  position: relative;
  left: 3px;
  top: 5px;
  display: block;
  -webkit-mask-repeat: no-repeat;
}

.right-bar .icon {
  background: #010828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.right-bar .sum {
  padding-right: 5px;
  text-align: left;
  padding-left: 10px;
  font-size: 12px;
}

.right-bar strong {
  font-weight: 600;
  font-size: 14px;
}

li.address p {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 20px;
  padding-top: 17px;
}



body {
  font-family: "Poppins", sans-serif !important;
}

.maincontent {
  font-family: "Poppins", sans-serif !important;
}

body .page {
  position: relative;
  z-index: 10;
}

li::marker {
  font-weight: bold !important;
}

.top-menu li {
  display: inline-flex;
  margin-right: 10px;
}

.top-menu ul {
  padding: initial
}

.slider-badge{
  color: #0080d2;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  border-radius: 20px;
  background: linear-gradient(358deg, rgba(30, 99, 255, .1) -1077.15%, rgba(24, 124, 255, .1) -690.64%, rgba(18, 143, 255, .1) -213.19%, rgba(12, 169, 255, .1) 218.79%, rgba(6, 194, 255, .1) 764.46%, rgba(0, 219, 255, .1) 1196.44%);
  padding: 5px 20px;
  display: inline-block;  
}

#menu .like-li {
  list-style: none !important;
}

.main-slider h2 {
  color: #000b47;
  font-size: 50px;
}

.main-slider p {
  color: #555555;
  line-height: 2;
}

.top-menu {}

.ttop-menu {
  background-color: #25613a;

}

.top-menu li a {
  color: #fff;
}
.top-svg{
  position: absolute;
}
/* *********** TOP MENÜ *************** */
a:hover {
  text-decoration: none;
}

.top-bar {
  background: #0ea1ff;
  padding: 20px 0;
}

.top-bar .contact-col {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}


.top-bar .lang-setting {
  display: flex;
  ;
}


.top-bar .contact-col .lang-selectors {
  align-items: center;
  display: flex;
}

#menu .lang-selectors{
  display: inline-flex !important;
}

.top-bar .contact-col li {
  display: inline-flex;
  align-items: center;
}

.top-bar .contact-col li {
  display: inline-flex;
  align-items: center;
}

.top-bar .contact-col .icon {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.top-bar .contact-col .sum {
  display: inline-flex;
  align-items: center;
}

.top-bar .contact-col .sum p {
  color: white;
}


.top-bar .social-media-col i {
  height: 25px;
  width: 25px;
  position: relative;
  background-color: white !important;
  background: white !important;
  display: block;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
  margin-right: 15px;
}

.top-bar .social-media-col {
  display: flex;
  justify-content: flex-end;
}

.top-bar .contact-col i {
  height: 25px;
  width: 25px;
  position: relative;
  background-color: white;
  display: block;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
}

.ttm-topbar-wrapper {
  line-height: 48px;
}

.ttm-topbar-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.top-info {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.top-info li {
  padding-right: 15px;
}

.top-info li a {
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}

.top-info li a i {
  padding-right: 4px;
  font-size: 18px;
  background: white;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.ttm-topbar-content .topbar-right .list-inline {
  display: inline-block;
  line-height: 49px;
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}

.social-icons li {
  display: inline-block;
  border: none;
  margin: 0 3px;
}

.social-icons li a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.social-icons li a i {}

.fbody .fa-instagram {
  background-color: black !important;
  background: black !important;
}

.fa-instagram {
  background-color: white !important;
  background: white !important;
}

.straight-stick {
  font-size: 29px;
  margin-left: 25px;
  margin-right: 25px;
  color: #fff;

}

.header-lang {
  height: 35px;
  width: 35px;
}

@media (max-width:768px) {
  .header-lang {
    height: 30px;
    width: auto;
    object-fit: cover;
  }

  .lang-setting {
    padding-inline-start: 0px;
    text-align: center;
  }

  .site-branding img {
    top: 0 !important;
    height: 82px !important;
    width: auto;
  }

  .top-bar .contact-col i {
    top: 0px !important;
  }

  .page-title-heading h1 {
    text-align: center;
  }

  .breadcrumb-wrapper {
    text-align: center !important;
  }

  .dinc-articles2-slider .slider-badge{
    justify-self: center;
    text-align:center;
    display: flex;
  }


}

.social-icons li a:hover {
  box-shadow: inset 0 0 0 3px #fff;
  color: white !important;
}

.site-branding a,
.site-branding img {
  transition: all 0.3s ease-in-out 0s;
}

.site-branding img {
  max-height: 90px;
  height: 90px;
  position: relative;
  top: 12px;
}

.site-branding2 img {
  height: 50px;
}

.branding .buttons {
  height: 99px;
}

.right-bar ul {
  display: flex;
  list-style: none;
  align-items: center;
  margin-top: 16px;
}

.right-bar ul li {
  padding-left: 10px;
}

.right-bar ul li,
.right-bar ul li a {
  display: flex;
  position: relative;
  top: 15px;
  color: #0d3044 !important;
}

@media (max-width:768px) {
  .contact-svg svg {
    position: relative !important;
  }
}

li.address {
  max-width: 280px;
}

.buttons li {
  height: 90px;
}

.right-bar .icon {
  font-size: 26px;
  background-color: white;
  padding: 8px;
  margin-left: -33px;
  width: 50px;
  height: 50px;
}

.right-bar .icon i {
  background: white;
  width: 30px;
  height: 18px;
  position: relative;
  left: 3px;
  top: 5px;
}

.right-bar .icon {
  background: #010828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.right-bar .sum {
  padding-right: 5px;
  text-align: left;
  padding-left: 10px;
  font-size: 12px;
}

.right-bar strong {
  font-weight: 600;
  font-size: 14px;
}

li.address p {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 20px;
  padding-top: 17px;
}

.buttons li:last-child p {
  margin: 0;
}

.ttm-bgcolor-white {
  background-color: #fff;
}

.site-branding2 {
  display: none;
  height: 65px;
  line-height: 65px;
}

.home-link {
  line-height: 65px;
}

.site-navigation {
  position: relative;
  align-items: center;
  display: flex;
}

#site-header-menu #site-navigation .menu ul {
  padding: 0px;
  margin: 0px;
  color: #000000;
}

#site-header-menu #site-navigation .menu>ul>li {
  display: inline-block;
  position: relative;
  margin-left: -4px;
}

#site-header-menu #site-navigation .menu>ul>li>a {
  font-weight: 300;
  color: #000000;
}

#site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {
  border-bottom: 1px solid #ffffff00;
  border-bottom-color: rgb(255 255 255 / 32%);
}

#site-header-menu #site-navigation .menu ul ul>li {
  position: relative;
}

#site-header-menu #site-navigation .menu>ul li ul li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}

#site-header-menu #site-navigation .menu ul ul li:last-child {
  border: none;
}

.ttm-menu-toggle {
  float: right;
}

.ttm-menu-toggle input[type="checkbox"] {
  display: none;
}

.ttm-header-icons,
.ttm-header-icon {
  position: relative;
  height: 65px;
  line-height: 65px;
  float: right;
}

.ttm-header-icons {
  padding-left: 5px;
}



.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
  font-size: 15px;
  border-radius: 3px;
  height: 27px;
  width: 27px;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  z-index: 9;
  position: relative;
}

.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
  font-weight: 900;
}

.mobile-menu ul {
  padding: 25px;
  overflow-y: auto;
  background-color: white;
  border-radius: 25px;
}

.mobile-social-menu {
  position: absolute;
  bottom: 70px;
  display: block;

}

.mobile-social-menu li {
  width: 20px;
  height: 20px;
  padding: 25px;
}

.mobile-social-menu li a {
  margin-top: -10px;
  display: block;
  margin-left: -9px;
}

.mobile-social-menu li a i {
  font-size: 21px;
}

#site-header-menu #site-navigation .menu ul {
  padding: 0px;
  margin: 0px 30px;

}

#site-header-menu #site-navigation .menu>ul>li {
  margin-left: -4px;
}

.ttm-sepline {
  display: none !important;
}

.mobile-social {
  display: none;
}



.mobile-show {
  display: block !important;
}


body .site-main {
  position: relative;
  z-index: 9;
}

.main-slider {
  height: 850px;
  position: relative;
}

.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 90px;
}

.fixed-header .site-branding img {
  position: relative;
  top: 0;
  height: 70px;
}



textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  font-family: inherit;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  text-transform: inherit;
  line-height: inherit;
}

.ttm-search-overlay .ttm-site-searchform button {
  padding: 0;
  font-size: 21px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  width: 70px;
  border: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.95);
  height: 59px;
  text-align: center;
  display: block;
  color: #fff;
  margin-top: 7px;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  text-decoration: none;
  line-height: 21px;
  font-weight: 500;
  border-radius: 0;
  transition: all 0.25s ease;
  outline: none !important;
  -webkit-font-smoothing: antialiased;
}

a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: none;
  color: #000000;
}

a {
  color: #000000;
}

.mobile-menu {
  display: none;
}

.mobile-menu ul.th-menudropdown.sub-menu.active {
  display: block !important;
  position: relative;
  width: 100%;
  overflow: visible;
}

.mobile-menu ul.th-menudropdown.sub-menu {
  display: none !important;
}

li.has-submenu .sub-menu {
  margin-top: 0px;
  position: absolute;
  display: none;
  width: 130px;
  left: 0;
}

/* SLİDER */
.main-slider .item .content {
  position: absolute;
  display: flex;
  width: 40%;
  height: 100%;
  top: 0;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}

.main-slider .item .content .inner {
  position: relative;
  height: 300px;
}

.cbody {
  padding: 30px 30px;
  position: relative;
  border-radius: 20px;
}

.name-slider {
  color: #010828;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  left: 2px;
}

.cbody .sum {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: auto;
  margin-bottom: 5px;
  overflow: hidden;
}

.block-head h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
}

.cbody h2 {
  font-weight: 700;
  font-size: 24px;
}

.n-button {
  color: black !important;
  border-width: 2px;
  border-style: solid;
  border-color: #337569;
  position: relative;
  display: inline-block;
  padding: 6px 19px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.n-button:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.n-button:before,
.n-button:after {
  content: "";
  display: block;
  position: absolute;
  border-color: #337569;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}



.main-slider img {
  height: 850px;
  min-height: 500px;
  object-fit: cover;
  object-position: 84%;
}




/* FOOTER */

.second-footer{
  padding: 50px 0 0 0 ;
}

.fbody {
  background:#eef6ff;
  overflow-x: hidden !important;
}

.footer .widget {
  margin: 20px 0 10px;
}

.ttm-btn.btn-inline {
  font-weight: 500;
}

a,
.site-branding a,
#site-header-menu #site-navigation .menu ul li>a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.social-icons li>a,
.accordion .toggle-title a {
  transition: all 0.3s ease-in-out 0s;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 16px;
  right: 10px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float i {
  font-size: 40px;
  width: 30px;
  height: 35px;
  background: white;
}


.float2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 95px;
  right: 10px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float2 i {
  font-size: 40px;
  width: 30px;
  height: 35px;
  background: white;
}

.widget-area {
  position: relative;
  display: flex;
  justify-content: center;
}

.footer .widget .widget-title {
  margin-bottom: 17px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #035963;
  text-align: center;
}

.widget .widget-title {
  font-size: 23px;
  line-height: 28px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .widget ul>li {
  padding: 0 0 12px 0;
  display: inline-flex;
}

.widget ul>li {
  position: relative;
}

.footer .social-icons li>a,
footer ul li>a,
.ttm-topbar-content a,
.ttm-textcolor-white a {
  color: rgb(0, 0, 0);
}

.footer .bottom-footer-text {
  position: relative;
  background-color: transparent;
}

.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border-top: 1px solid #00000021;
}

.dots-area {
  position: relative;
  z-index: 99;
  bottom: 125px;
  left: 4%;
  height: 60px;
  width: 250px;
}

.animated-button a {
  padding: 15px !important;
}


.dots-inner {
  display: inline-flex;
}



.dots-area .dots img {
  height: 50px;
  width: 50px;
  margin-left: 10px;
  border-radius: 50%;
  border: 2px solid #010828;
  object-fit: cover;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  object-position: right;
}

.owl-dot.active span {
  background-color: #010828;
}

.widget.widget_nav_menu a {
  color: #474747;
  line-height: 2;
}

.widget.widget_nav_menu h4 {
  text-align: center;

}

.jumbotron {
  /* background-color: #0070b9; */
}

/* #menu-footer-quick-links .like-li a:before {
   content: "";
   background-color: #fff;
   width: 6px;
   height: 6px;
   position: absolute;
   left: 0;
   top: 9px;
   border-radius: 50px;
} */
.custom-btn {
  width: 165px;
  height: 45px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.btn-8 {
  background-image: linear-gradient(315deg, #ffffff 0%, #aac1cd 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-8 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-8:before,
.btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #607d8b;
  transition: all 0.3s ease;
}

.btn-8:before {
  height: 0%;
  width: 2px;
}

.btn-8:after {
  width: 0%;
  height: 2px;
}

.btn-8:hover:before {
  height: 100%;
}

.btn-8:hover:after {
  width: 100%;
}

.btn-8:hover {
  background: transparent;
}

.btn-8 span:hover {
  color: #c797eb;
}

.btn-8 span:before,
.btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #607d8b;
  transition: all 0.3s ease;
}

.btn-8 span:before {
  width: 2px;
  height: 0%;
}

.btn-8 span:after {
  height: 2px;
  width: 0%;
}

.btn-8 span:hover:before {
  height: 100%;
}

.btn-8 span:hover:after {
  width: 100%;
}

.abouts {
  position: relative;
}

.about {
  padding: 50px 0;
}

.about .view-all{
  width: -webkit-fill-available;
}

.about .animated-button {
  width: 100%;
}

.about .animated-button:hover .circle {
  width: 100%;
}

.about .animated-button .circle {
  background-color: #010828;
}

.dinc-articles .owl-dot span {
  border: 1px solid #010828 !important;
}

.ab-icerik {
  position: relative;
  z-index: 9;
  color: black;
  padding: 0px 50px 30px 50px;
}


.ab-sub-title {
  color: #98d6ff;
  font-weight: 600;
  position: relative;

  display: inline-block;
}


.ab-summary {
  position: relative;
  z-index: 2;
}


ul.about-s {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

ul.about-s li {
  width: 50%;
  position: relative;
}

ul.about-s li a {
  background: #b0bec585;
  display: flex;
  margin: 0px 31px 15px 0px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 13px;
  z-index: 0;
  padding-bottom: 13px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

ul.about-s i {
  font-size: 26px;
  float: left;
  background-color: #eceff1;
  border-radius: 5px;
  margin: 0 10px;
  width: 40px;
}

ul.about-s li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cfd8dc;
  top: 0;
  left: -100%;
  transition: 0.7s all;
  z-index: -1;
  display: block;
}

ul.about-s li a:hover:after {
  left: 0 !important;
}


.ab-icerik .animated-button {
  background-color: #0070b9;
  color: white !important;
  border-radius: 5px !important;
}

.ab-icerik .animated-button a {
  color: white !important;
}

.ab-icerik .animated-button svg {
  fill: white !important;
}

.ab-icerik h2 {
  font-size: 135px;
  font-weight: 800;
  position: relative;
  bottom: 38px;
  color: #0070b9;
}

.title-box {
  display: table;
  width: 100%;
}

.title-box .page-title-heading,
.breadcrumb-wrapper {
  display: block;
  vertical-align: middle;
  text-align: center;
}

.title-box .page-title-heading,
.breadcrumb-wrapper {
  text-align: left;
}

@media (max-width:768px) {
  .page-title-heading h1 {
    font-size: 18px !important;
    line-height: normal !important;
  }
}

.page-title-heading h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 6px;
  position: relative;
  text-align: center;
}

.breadcrumb-wrapper {
  text-align: center;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inner {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 15px;
  display: inline-block;
  margin: auto;
  text-align: center;
}

.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 19px;
}

.breadcrumb-wrapper span:last-child {
  color: black !important;
  font-weight: 600;
}

.ttm-page-title-row {
  background: white;
}

/* CARD1 */
.dinc-articles {
  padding: 120px 0 50px 0px;
  margin-top: 50px;
}

.dinc-articles .box-art {
  position: relative;
  transition: 1.5s all;
  overflow: hidden;
  margin: 5px;
  height: 540px;
  border-radius: 15px;
}

.btn-primary {
  background-color: #010828;
  border-color: #010828;
}

.btn-primary:hover {
  background-color: #010828;
  border-color: #010828;
}

.dinc-articles .box-art img {
  height: auto;
  object-fit: cover;
  opacity: 0.8;
  border-radius: 15px;
}

.dinc-articles .news-detail {
  position: absolute;
  transition: 0.5s all;
  width: 100%;
}

.dinc-articles .news-detail h3 {
  font-size: 20px;
}

.news-detail {
  margin-top: 20px;
}




.box-art:hover img {
  transform: scale(1.1);
  opacity: 1;
}

.box-art img {
  transition: all 400ms ease;
}

/* CARD2 */
.contenttitle {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4e4e4e;
}

.sitenitasarlacom-icerik2 {
  padding: 45px 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}


.lazyKukumavNet {
  display: block;
  width: 100%;
}

.cont-marka-baslik {
  font-size: 25px;
  color: #3b3b39;
}

.cizgiduz::after {
  position: absolute;
  position: absolute;
  content: "";
  height: 1px;
  width: 80%;
  top: 19px;
  background: #3b3b39;
  margin: 0 0 0 14px;
}

.conicon {
  display: flex;
  align-items: center;
}

.conicon .resim {
  padding-right: 10px;
  width: 75px !important;
  height: 65px !important;
}

.conicon .resim img,
.conicon .resim figure {
  width: 65px !important;
  height: 65px !important;
  display: block;
  position: relative;
}

.deneme {
  width: 50px;
  height: 50px;
  background: red;
}

.anab1 {
  font-weight: bold;
  font-size: 45px;
  color: #4e4e4e;
  line-height: 1.1;
}

/* YORUMLAR */
.comments:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  opacity: 0.4;
}

.comments {
  position: relative;
}

.comments .item:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 31px;
  -webkit-mask-image: url(rd-fonts/quote-left.svg);
  mask-image: url(rd-fonts/quote-left.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background: #688493;
  margin-left: 5px;
}

.comments .item:after {
  content: "";
  position: absolute;
  bottom: 7px;
  font-size: 35px;
  right: 30px;
  -webkit-mask-image: url(rd-fonts/quote-right.svg);
  mask-image: url(rd-fonts/quote-right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background: #688493;
  margin-left: 5px;
}

.comments p.content {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  overflow: hidden;
  text-align: center;
  padding-left: 20px;
}

.comments .item {
  padding: 15px;
  border-radius: 20px;
  border: 3px solid lightgray;
}

#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#totop.top-visible i {
  width: 20px;
  height: 20px;
  background: white;
  mask-repeat: no-repeat;
}

#totop {
  font-weight: 900;
  position: fixed;
  right: 100px;
  z-index: 999;
  height: 0;
  width: 0;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 3px;
  background-color: #0ea1ff !important;
  color: #fff !important;
  bottom: 20px;
}

.featured-imagebox.featured-imagebox-post.ttm-box-view-top-image {
  box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
  margin-bottom: 20px;
}

.ttm-post-format-icon {
  display: none !important;
  background: black;
}

.ttm-post-thumbnail img {
}

.card-detail-sec{
  padding: 10px 0px;
  background-color: #1a1a3b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-detail-sec .read-more {
  color: white;
  text-align: center;
}

.ttm-box-post-date {
  display: block;
  position: relative;
  color:white
}

.featured-imagebox-post.ttm-box-view-top-image .featured-content {
  padding: 20px 20px;

}

.post-title.featured-title {
  width: 100%;

}

.cat-badge {
  position: absolute;
  top: 153px;
  left: 35px;
  background-color: aliceblue;
  padding: 5px;
  border-radius: 5px;
}

.featured-title h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  margin: 0;
}

.featured-imagebox-post.ttm-box-view-top-image .post-desc {
  padding-top: 0px;
}

.post-desc.featured-desc p {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.widget .new-si li a {
  width: 38px;
  height: 38px;
  font-size: 24px;
  padding-top: 6px;
  border-radius: 0px;
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-nav div.owl-prev:before {
  -webkit-mask-image: url(rd-fonts/angle-left.svg);
  mask-image: url(rd-fonts/angle-left.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background: white;
  content: "" !important;
  margin-left: 6px;
  margin-top: 0px;
}

.owl-theme .owl-controls .owl-nav div.owl-next:before {
  -webkit-mask-image: url(rd-fonts/angle-right.svg);
  mask-image: url(rd-fonts/angle-right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background: white;
  content: "" !important;
  margin-left: 6px;
  margin-top: 0px;
}

.dinc-articles .owl-theme .owl-controls .owl-nav div.owl-next:before {
  margin-top: 8px;
  margin-left: 12px;
}


.dinc-articles .owl-theme .owl-controls .owl-nav div.owl-prev:before {
  margin-top: 8px;
  margin-left: 8px;
}

.owl-theme .owl-controls .owl-nav div.owl-next:hover:before,
.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before {
  background: white;
}

.owl-carousel {
  display: block !important;
}

.owl-carousel .slide-owl-wrap:not(:first-child) {
  display: none !important;
}

.owl-carousel img {
  width: 100% !important;
}

.services-head-image {
  width: 50px;
  height: 50px;
}

.services-head h2 {
  position: relative;
  font-size: 77px;
  color: #202a65;
  font-weight: bold;
  bottom: -75px;
  left: 70px;
  transform: scale(1, 1.6);
  opacity: 0.1;
}



.services-head h3 {
  color: #2d85a2;
  font-size: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.services-head .slider-badge {
  display: block;
  justify-content: center;
  text-align: center;
  width: max-content;
  margin: auto;

}

.services-head .slider-badge p{
  margin: auto;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 10px 26px;
  background-color: #e91f25;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.52);
  border-radius: 10px;
}

@media (max-width:768px) {
  .post-detail {
    padding: 0px;
  }

  .contentsec {
    padding: 0px;
  }

  .footer .site-owner {
    padding-bottom: 0px !important;
    margin: 5px 0px !important;
}

 
}


.post-detail {}


.pagination {
  justify-content: center;
}

.pagination li a,
.pagination li span {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.pagination li span {
  color: #aeaeae;
}

.pagination li.active span {
  background: #010828;
  color: #fff;
}

.ttm-header-search-link a .fa-search {
  width: 15px;
  height: 15px;
  background: #000;
  display: inline-block;
}

.ttm-search-overlay {
  display: none;
}

.ttm-search-overlay.st-show {
  display: block;
}

.w-search-input .fa-search {
  width: 15px;
  height: 15px;
  background: #fff;
  display: inline-block;
}

.w-search-input .searchform-s::placeholder {
  color: #fff;
}

.menu-footer-contact-links li a {
  display: flex;
  align-items: center;
}

.menu-footer-contact-links li a i {
  width: 18px;
  height: 18px;
  background: #000;
  display: inline-block;
  margin-right: 5px;
}

img {
  max-width: 100%;
}

.dsa-logo img {
  max-height: 33px;
  width: auto;
  margin-top: 10px;
}

.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  width: max-content;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: white;
  border-radius: 100px;
  font-weight: 600;
  color: #2a3959;
  box-shadow: 0 0 0 2px #010828;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 18px;
  margin-bottom: 16px;
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #2a3959;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;

  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 15px;
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: white !important;
  background-color: #0070b9;
  border-radius: 12px;
}

.animated-button:hover a {
  color: white !important;
}

.animated-button:hover svg {
  fill: white !important;
}


.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #212121;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #2a3959;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}



svg {
  /* position: absolute; */
}

.wrapper {
  width: 100%;
  overflow: hidden;

}

#containerr {
  height: 120px;
  width: 100%;
  position: relative;
}

#containerr .text {
  position: absolute;
  top: 50%;
  left: 8%;
  margin-left: 50px;
  transform: translate(-50%, -50%);
  font-family: Anton;
  font-size: 66px;
  z-index: 999;
  color: white;
}

#containerr .drop {
  height: 5px;
  width: 6px;
  border-radius: 0;
  background-color: white;
  position: absolute;
  top: 30%;
  left: 23%;
  transform: translate(120%, -800%) scaleX(0.5);
  animation: move 6s cubic-bezier(1, 0.04, 0.74, 0.2) infinite;
}

@keyframes move {
  0% {
    transform: translate(120%, -800%) scaleX(0.2);
    height: 60px;
  }

  30% {
    transform: translate(120%, -20%);
    height: 30px;
  }

  70% {
    transform: translate(120%, 20%);
    height: 30px;
  }

  100% {
    transform: translate(0%, 20%) scaleX(0.2);
    height: 0px;
  }
}

.btn-shine {
  position: relative;
  top: 58%;
  left: -16%;
  padding: 12px 48px;
  color: white;
  background: linear-gradient(to right, #ffffff 0, #ffffff 10%, #010828 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

@-moz-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 0px;
  }
}

@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 0px;
  }
}

@-o-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 0px;
  }
}

@keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 0px;
  }
}

.widget-logo-area {
  border-radius: 50%;
  background-color: #010828;
}

.navbar-brand__logo {
  display: block;
  margin: auto;
  position: relative;
  /* z-index: 99; */
  background-color: transparent;

  padding: 20px;

}

.copyright p {
  color: #000b47 ;
  display: block;
}

.legal_warning span {
  color: #474747;
  font-size: 14px;
  text-align: center;
}

.marquee {
  height: 40px;
  width: 500%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.marquee div {
  display: block;
  width: 500%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 25s linear infinite;
}

.marquee span {
  float: left;
  width: 500%;
  color: #474747;
  font-weight: 400;
  font-size: 14px;
}

@keyframes marquee {
  0% {
    left: 25%;
  }

  100% {
    left: -30%;
  }
}

.footer-contact-boxes {
  display: inline-flex;
  border-radius: 50px;
}

.footer-contact-boxes li {
  background-color: transparent;
  border-radius: 54px;
  position: relative;
  /* z-index: 99; */
  padding: 8px;
  list-style: none;
}

.center-div {
  display: flex;
  justify-content: center;
}

.footer-contact-boxes i {
  height: 30px;
  width: 30px;
  display: block;
  margin: auto;
  background-color: #000b47;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
  margin-right: 15px;
  position: relative;
  top: 14px;
}



.footer-contact-box {
  margin-left: 15px;
  width: auto;
}



.wrapper2 {
  width: 100%;
  overflow: hidden;

}

#containerr2 {
  height: 172px;
  width: 100%;
  position: relative;
}

#containerr2 .text2 {
  position: absolute;
  top: 46%;
  left: 27%;
  margin-left: 50px;
  transform: translate(-50%, -50%);
  font-family: Anton;
  font-size: 67px;
  z-index: 999;
  color: white;
}

#containerr2 .drop2 {
  height: 5px;
  width: 7px;
  border-radius: 0;
  background-color: #90d36d;
  position: absolute;
  top: 30%;
  left: 61%;
  transform: translate(120%, -800%) scaleX(0.5);
  animation: move2 6s cubic-bezier(1, 0.04, 0.74, 0.2) infinite;
}

@keyframes move2 {
  0% {
    transform: translate(120%, -800%) scaleX(0.2);
    height: 60px;
  }

  30% {
    transform: translate(120%, -20%);
    height: 30px;
  }

  70% {
    transform: translate(120%, 20%);
    height: 30px;
  }

  100% {
    transform: translate(120%, 20%) scaleX(0.2);
    height: 30px;
  }
}

#videos img {
  border-radius: 5px;
}

.gallery-area img {
  border: 3px solid white;
}

body>div.page>div.site-main>div.gallery-area>div>div>div:nth-child(2)>div>img:nth-child(5) {
  object-position: 0px;
}

body>div.page>div.site-main>div.gallery-area>div>div>div:nth-child(2)>div>img:nth-child(1) {
  object-position: -120px;
}

.btn-shine2 {
  position: relative;
  top: 72%;
  left: 0%;
  padding: 12px 48px;
  color: white;
  background: linear-gradient(to right, #ffffff 0, #ffffff 10%, #010828 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine2 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

@-moz-keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

@-webkit-keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

@-o-keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

@keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

.dinc-articles .owl-theme .owl-controls .owl-nav div {
  padding: 0;
  border: 1px solid #010828;
  height: 45px;
  width: 45px;
  color: #033b4a;
  margin: 0 3px;
  text-align: center;
  z-index: 1;
  background: #010828;
  font-size: 0;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}


.sticky-desktop {
  opacity: 0;
  height: 50px;
  width: 25%;
  background-color: white;
  color: white;
  position: fixed;
  bottom: -25px;
  z-index: 10;
  margin: auto;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky-desktop li a {
  background-color: transparent;
}

.form-control {
  border-color: rgba(128, 128, 128, 0.23);

}

.text-muted {
  color: #699099 !important;
}

.btn-success {
  background-color: #010828;
  border-color: #010828;
}

.btn-default {
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 13px 80px 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
}

.btn-default:before {
  position: absolute;
  content: ">";
  font-family: flaticon_medically !important;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: opacity .5s ease-out;
  opacity: 1;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  
}

.btn-default:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #0070b9;
  transition: opacity .5s ease-out;
  opacity: 0;
  z-index: -1;
}

.blog2 .box-art {
  min-height: 400px;
  height: auto;
}


/* Videos area */
.card {
  --blur: 16px;
  --size: clamp(300px, 50vmin, 600px);
  width: var(--size);
  aspect-ratio: 4 / 3;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  color: #000;
  transform: translateZ(0);
}

.card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(calc(1 + (var(--hover, 0) * 0.25))) rotate(calc(var(--hover, 0) * -5deg));
  transition: transform 0.2s;
}

.card__footer {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  display: grid;
  grid-template-row: auto auto;
  gap: 0.5ch;
  background: hsl(0 0% 100% / 0.5);
  backdrop-filter: blur(var(--blur));

  align-content: center;
}

.card__action {
  position: absolute;
  aspect-ratio: 1;
  width: calc(var(--size) * 0.15);
  bottom: 30%;
  right: 1.5rem;
  transform: translateY(50%) translateY(calc((var(--size) * 0.4))) translateY(calc(var(--hover, 0) * (var(--size) * -0.4)));
  background: #010828;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  background: #010828;
  /*   backdrop-filter: blur(calc(var(--blur) * 0.5)); */
  transition: transform 0.2s;
}

.card__action svg {
  aspect-ratio: 1;
  width: 50%;
  fill: white;
}

.card__footer span:nth-of-type(1) {
  font-size: 12px;
}

.card__footer span:nth-of-type(2) {
  font-size: calc(var(--size) * 0.035);
}

.card:is(:hover, :focus-visible) {
  --hover: 1;
}

.gallery-image {
  height: 300px;
  width: auto;
}

.gallery-image img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  padding: 15px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 10px 0;
}

.pagination li {
  margin: 0 5px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: white;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.pagination a:hover {
  background-color: #f3f4f6;
}

.pagination .active span {
  background-color: #4f46e5;
  color: white;
  border-color: #4f46e5;
}

.pagination .disabled span {
  background-color: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
}

.top-info .contacts a span {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 0;
  transition: max-width 1s ease-in-out;
}

.top-info li a:hover span {
  max-width: 750px;
  overflow: hidden;
}

.lang-selectors a {
  display: inline-flex !important;
  margin-right: 10px;
}

.contacts .fa-envelope {
  height: 35px;
  width: 35px;
}

.dinc-articles2-slider {
  background-color: #edf4ff;
  padding: 50px 0;
}



.info-sec .content {
  /* background-color: #0070b9; */
  margin: 10px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

.th-hasdropdown .has-submenu .sub-menu {
  position: absolute;
  left: 101px !important;
  top: 0px;
}

.info-sec h4 {
  color: white;
}

.info-sec .title-area {
  padding-top: 25px;
  padding-bottom: 25px;
}



/* === Layout Container (Tüm İçeriği Sarar) === */
.layout-container {
  flex-wrap: wrap;
  gap: 10px;
}

/* === Tek Sütun === */
.layout-column-one {
  width: 100%;
}

/* === İki Sütunlu Yapı === */


.layout-column-two .layout-column {
  width: 48%;
  padding: 10px;
}

/* === Üç Sütunlu Yapı === */
.layout-column-three {
  display: flex;
  justify-content: space-between;
}

.layout-column-three .layout-column {
  width: 32%;
  padding: 10px;
}

/* === İçeriğin Düzenlenebilir Alanı === */
.layout-column-editable {
  min-height: 100px;
}

/* === Metin Alanları === */
.layout-text {
  font-size: 16px;
  line-height: 1.6;
}

.layout-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* === Özel İçerik Blokları === */
.layout-box {
  padding: 20px;
}

.layout-box-highlight {}

/* === Görseller ve Medya Alanları === */
.layout-media {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.layout-media img {
  max-width: 100%;
  height: auto;
}

/* === Buton ve Link Stilleri === */
.layout-button {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
}


/* Genel form ayarları */
form {
  background: white;
}

.b-sec form button {
  background: white;
  width: auto;
  color: navy;
  padding: 10px;
  font-size: 22px;
  margin: 4px 15px;
  border-radius: 8px;
  cursor: pointer;
}

/* Input alanları */
.form-control {
  border-radius: 5px;
  border: 1px solid #ced4da;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 100%;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Label ayarları */
.form-label {
  font-weight: bold;
  color: #555;
}

/* Checkbox ve radio butonları */
.form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  cursor: pointer;
}

.form-check-label {
  color: #666;
  font-size: 14px;
}

/* Buton stilleri */
.btn-primary {
  background-color: #007bff;
  border: none;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.btn-primary:hover {
  background-color: #0056b3;
}

/* For Responsive */
@media (max-width:993px) {
  .contents li {
    margin-left: 0;
  }

  .contents li a {
    margin-left: 0;
  }

  #menu .social-icons i {
    height: 28px;
    width: 30px;
    background-color: #0070b9 !important;
    background: #0070b9 !important;
    position: relative;
    display: block;
    -webkit-mask-repeat: no-repeat;
    margin: 10px 5px 10px 5px;
  }

  #menu .social-icons {
    justify-content: center;
    display: flex;
  }


  #menu .lang-selectors {
    position: relative;
    top: 12px;
  }

  .top-bar {
    display: none;
  }

  .main-slider {
    display: none;
  }

  .about .resim {
    min-height: 550px;
    overflow: hidden;
    padding: 0;
  }

  .da-vinci .resim {
    display: block;
    margin: auto;
  }

  .services-head h3 {
    color: #000b47;
    font-size: 40px;
    margin-left: 0;
    position: relative;
  }

  .services-head h2 {
    position: relative;
    font-size: 32px;
    color: #202a65;
    font-weight: bold;
    bottom: -57px;
    left: 15px;
    transform: scale(1, 1.6);
    width: 100%;
    opacity: 0.1;
  }

  .legal_warning {
    text-align: center;
  }

  .count-sec .stats {
    padding-bottom: 25px;
    padding-top: 25px;

  }

  .da-vinci .resim img {
    height: 130px;
  }

  .top-bar .social-media-col {
    display: none;
  }

  .about {
    margin-top: 0;
    margin: -1px;
  }

  #menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 30px;
    right: 26px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    height: 30px;
    padding: 3px;

  }

  #menuToggle input {
    display: flex;
    width: 31px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 999999;
    justify-content: center;
    align-items: center;
  }

  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 9999999999;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  .sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    display: none;
    transition: opacity 0.3s ease-in-out;
    /* Opacity geçiş efekti */
  }

  .sidenav-overlay.active {
    display: block;
    opacity: 1;
  }

  .sidenav-overlay.hidden {
    opacity: 0;
  }

  #menu {
    position: fixed;
    width: max-content;
    height: calc(100vh - env(safe-area-inset-bottom));
    box-shadow: 0 0 10px #85888C;
    padding: 18px 15px 0 15px;
    background-color: #F5F6FA;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    z-index: 99999;
    overflow-y: scroll;
    left: -350px;
    top: 0;
  }



  footer {
    position: relative;
    z-index: 1;
    /* Footer'ın menüden önce gelmesini sağlar */
  }


  /* Menü açılınca sağa kayarak görünmeli */
  #menuToggle input:checked~#menu {
    left: 0px;
  }

  #menu .th-hasdropdown a:not(#menu .th-hasdropdown a:first-child) {
    display: block;
    margin-left: 2px;
    font-size: 14px;
  }

  .copyright p {
    text-align: center;
  }

  #menu .th-hasdropdown a:first-child {
    font-weight: bold;
    text-transform: uppercase;
  }

  #menu .logoimg {
    height: 90px;
  }

  #menu .like-li {
    padding: 1px 0;
    transition-delay: 2s;
    list-style: circle;
    display: grid;
  }

  #menu .like-li p {
    margin: 0;
    font-size: 15px;
  }

  #menu .menu-contacts {
    padding: 10px 0;

  }

  #menu .menu-contacts a i {
    height: 17px;
    width: 14px;
    position: relative;
    display: block;
    margin-right: 10px;
    top: 4px;
    background-color: black;
    mask-repeat: no-repeat;
  }

  #menu .menu-contacts a {
    display: flex;
    font-size: 15px;

  }
  .menu-mobile-top-link{
    font-weight: bold;
    text-transform: uppercase;
  }

  #menu .like-li a:not(#menu .th-hasdropdown a) {
    font-weight: bold;
    text-transform: uppercase;
  }

  #menuToggle input:checked~ul {
    transform: none;
  }

  .mobile-show-nav {
    display: flex !important;
  }

  
.img-davinci{
  height: 125px;
  width: 100px;
}



}

.desktop-hide {
  display: none;
}

.img-davinci{
  height: 125px;
  width: 100px;
}


.contact-boxes .card-contact .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #010828;
  border-radius: 15px;
}

.contact-boxes .card-contact .icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #fff;
}

.contact-boxes .card-contact .slide {
  width: 280px;
  height: 200px;
  transition: 0.5s;
}

.contact-boxes .card-contact .slide.slide1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: .7s;
  transform: translateY(100px);
}

.contact-boxes .card-contact:hover .slide.slide1 {
  transform: translateY(0px);
}

.contact-boxes .card-contact .slide.slide2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  transition: .8s;
  transform: translateY(-100px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;

}

.contact-boxes .card-contact:hover .slide.slide2 {
  transform: translateY(0);
}

.contact-boxes .card-contact .slide.slide2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  bottom: 15px;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #010828;
}

.contact-boxes .card .slide.slide2 .content p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #414141;
}

.contact-boxes .card-contact .slide.slide2 .content h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  text-align: center;
  color: #414141;
}

.contact-boxes .card-contact i {
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-mask-repeat: no-repeat;

}

.form-contact-bg {
  background-color: 000b47;
}

.col-text{
  padding: 0 15px;
}


.col-text h3 {
  color: white;
  font-weight: 600;
  font-size: 34px;
  margin: 0;
}

.col-text p {
  color: white;
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 35px;
}

.form-contact-bg .form-control {
  color: white;
  background: transparent;
  border-color: #ffffff21;
}

.form-contact-bg select option {
  color: black;
  background: transparent;
}

.form-contact-bg form {
  color: white;
  background: transparent;
}

.form-contact-bg .text {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width:768px) {
  .col-text h3 {
    font-size: 25px;
  }

  .col-text {
    padding-bottom: 30px;
  }

  .col-text p {
    color: white;
    font-size: 16px;
  }

  .contact-boxes .card-contact .slide {
    width: auto;
    height: auto;
  }

  .contact-boxes .card-contact .icon {
    display: none;
  }

  .contact-boxes .card-contact:hover .slide.slide1 {
    transform: none !important;
  }

  .contact-boxes .card-contact .slide.slide2::after {
    display: none;
  }

  .contact-boxes .card-contact:hover .slide.slide2 {
    transform: none !important;
  }

  .contact-boxes .card-contact .slide.slide1 {
    transform: none !important;
  }

  .contact-boxes .card-contact .slide.slide2 {
    transform: none !important;
    box-shadow: -1px -20px 20px rgb(0 0 0 / 5%);
  }

  .ttop-menu {
    display: none;
  }

}

@media (max-width: 993px) {
  #menuToggle input:checked~#menu {
    left: 0px;
  }
}

.dinc-articles-slider{
  padding: 50px 0;
}

.dinc-articles-slider .slider-container {
  position: relative;
  width: 100%;
}

.dinc-articles-slider .slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.dinc-articles-slider .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.dinc-articles-slider .slide {
  flex: 0 0 calc(25% - 20px);
  margin: 40px 10px;
  box-sizing: border-box;
  border-radius: 15px;
  min-height: 440px;

}

.dinc-articles-slider .slide h3 {
  text-align: center;
  color: #000b47;
  min-height: 60px;
}

.dinc-articles-slider .slide p {
  text-align: center;
  color: black;
  padding-top: 15px;
  min-height: 130px;
}





.read-more-button2 {
  position: relative;
  height: 50px;
  width: 96%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #1c1a41 !important;
  font-size: 14px;
  font-weight: 900;
  z-index: 999;
  transform: skewX(4deg);
  margin: auto;
  left: 2px;
  bottom: 70px;
  
}

.dinc-articles-slider .slide .read-more-button {
  position: relative;
  bottom: -22px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0070b9;
  color: white;
  font-size: 23px;
  font-weight: 900;
  left: 50%;
  transform: translate(-50%, 0%);
}



.dinc-articles-slider .news-image img {
  width: 100%;
  transition: padding 0.3s cubic-bezier(0.33, -0.01, 0.13, 0.96);
  object-fit: cover;
  border-radius: 10%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.dinc-articles-slider .slider-btn {
  position: absolute;
  top: 50%;
  padding: 0;
  border: 1px solid transparent;
  color: #fff;
  margin: -20px 20px 0;
  text-align: center;
  background: 0 0;
  font-size: 59px;
  transition: .3s ease-in-out;
  border-radius: 50%;
  z-index: 997;
}

.dinc-articles-slider #dinc-prev {
  left: -50px;
}

.dinc-articles-slider #dinc-next {
  right: -50px;
}

/* Mobil için */
@media (max-width: 768px) {
  .dinc-articles-slider .slide {
    flex: 0 0 100%;
    /* Mobilde her slayt tam genişlikte */
    margin: 36px 0px;
    /* Kenar boşlukları sıfır */
  }

  .dinc-articles-slider .slider-btn {
    top: 35%;

  }

  .dinc-articles-slider #dinc-prev {
    left: 0px;
    display: block;
  }

  .dinc-articles-slider #dinc-next {
    right: 0px;
    display: block;

  }
}


.dinc-articles2-slider .slider-container {
  position: relative;
  width: 100%;
}

.dinc-articles2-slider .slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.dinc-articles2-slider .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.dinc-articles2-slider .slide {
  flex: 0 0 calc(33.333% - 48px);
  margin: 0px 23px;
  box-sizing: border-box;
  border-radius: 15px;
  min-height: 400px;
}

.dinc-articles2-slider h3 {
  color: #fff;
  padding-bottom: 20px;
}

.dinc-articles2-slider .services-head  h3 {
  color: #0070b9;
  padding-bottom: 20px;
  justify-content: start;
  text-align: left;
}

.dinc-articles2-slider .news-detail {
  width: 100%;
  margin: auto;
  background-color: #25613a;
  position: relative;
  z-index: 99;
  bottom: 8px;
  text-align: center;
  padding: 40px 35px;
  box-shadow: rgb(16 48 101 / 45%) 0px 0px 10px 0px;
  border-bottom: 4px solid #0070b9;
  min-height: 225px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;

}

.dinc-articles2-slider .news-image img {
  width: 100%;
  height: auto;
  /* border-radius: 8px; */
  position: relative;
}

.dinc-articles2-slider .slider-btn {
  position: absolute;
  top: 50%;
  padding: 0;
  border: 1px solid transparent;
  color: #fff;
  margin: 20px 20px;
  text-align: center;
  background: 0 0;
  font-size: 59px;
  transition: .3s ease-in-out;
  border-radius: 50%;
  z-index: 997;
}

.dinc-articles2-slider #dinc2-prev {
  left: -15px;
}

.dinc-articles2-slider #dinc2-next {
  right: -15px;
}

/* Mobil için */
@media (max-width: 768px) {
  .dinc-articles2-slider .slide {
    flex: 0 0 100%;
    /* Mobilde her slayt tam genişlikte */
    margin: 0;
    /* Kenar boşlukları sıfır */
  }

  .dinc-articles2-slider .slider-btn {
    top: 35%;

  }

  .dinc-articles2-slider #dinc2-prev {
    left: -10px;
    display: block;
  }

  .dinc-articles2-slider #dinc2-next {
    right: -10px;
    display: block;

  }
}


/* Slider Stilleri */
.main-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.main-slider .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.main-slider .slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.main-slider .slide button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 10;
}

.main-slider #prev {
  left: 10px;
  background: #0070b9;
  border-radius: 50%;
  color: #fff;
  border: none;
}
#next, #prev {
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 30px;
}


.main-slider #next {
  right: 10px;
  background: #0070b9;
  border-radius: 50%;
  color: #fff;
  border: none;
  font-size: 30px;
}
.cta span{
  font-weight: bold;
}

.main-slider .slide .content {
  position: absolute;
  top: 30%;

  text-align: left;
  max-width: 500px;
}

.divider-col{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.photos-section {
  padding: 80px 0;
}

.footer .site-owner {
 color: #000b47 !important;
 font-size: 22px;
 font-weight: 600;
 padding-bottom: 15px;

}

.footer .footer-about {
  color: #474747;
  padding: 10px 0px;
 }



.btn-box{
  z-index: 100;
  display: flex;
  justify-content: center;
  position: relative;
  /* top: 20px; */
}

.dinc-articles2-slider .view-all{
  background-color: #fff;
  color: black;
  margin: 20px 0;

}

.dinc-articles2-slider .view-all:hover{
  color: white;
  margin: 20px 0;

}

.view-all {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #25613a;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 1rem 2rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

 .view-all .button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

 .view-all:hover {
  background-color: #0070b9;
}

 .view-all:hover .button__icon-wrapper {
  color: #000;
}

 .view-all .button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.view-all:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.view-all:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.bottom-footer-text .container{
  padding: 0px 10px;
}

.legal_warning{
  padding: 20px 10px;
  text-align: center;
}

.footer-contact i{
  background-color: #000b47;
  background: #000b47;
  height: 20px;
  width: 30px;
  position: relative;
  display: flex;
  -webkit-mask-repeat: no-repeat;
  margin-right: 10px;
}

.footer-contact .inner a{
  display: flex;
  padding-bottom: 15px;
  align-items: center;
}
.marquee-row{
  overflow: hidden;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 5px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery:hover .gallery__image {
  filter: grayscale(1);
}
.gallery__link {
  overflow: hidden;
  max-height: 400px;
}
.gallery__link:hover .gallery__image {
  filter: grayscale(0);
  border-radius: 15px;

}
.gallery__link:hover .gallery__caption {
  opacity: 1;
  border-radius: 15px;

}
.gallery__thumb {
    overflow: hidden; /* Bu satırı ekle */

  position: relative;
  height: 100%;
}

.gallery__thumb img{
  border-radius: 15px;
}

.gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.gallery__image:hover {
  transform: scale(1.1);
}
.gallery__caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 25px 15px 15px;
  width: 100%;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  color: white;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}

.main-slider .theme-btn{
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 13px 80px 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
}
.search-page{
  padding: 10px 20px;
}

.search-btn{
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
  cursor: pointer;
}

.about_section .theme-btn{
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 13px 80px 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}


.theme-btn:before {
  position: absolute;
  content: ">";
  font-family: flaticon_medically !important;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: opacity .5s ease-out;
  opacity: 1;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  
}

.theme-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #0070b9;
  transition: opacity .5s ease-out;
  opacity: 0;
  z-index: -1;
}


.dinc-articles-slider .theme-btn{
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 13px 80px 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
}

.dinc-articles-slider  .theme-btn:before {
  position: absolute;
  content: ">";
  font-family: flaticon_medically !important;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: opacity .5s ease-out;
  opacity: 1;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  
}

.dinc-articles-slider:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #0070b9;
  transition: opacity .5s ease-out;
  opacity: 0;
  z-index: -1;
}


.dinc-articles2-slider .theme-btn{
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 13px 80px 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
  float: inline-end;
}

.dinc-articles2-slider  .theme-btn:before {
  position: absolute;
  content: ">";
  font-family: flaticon_medically !important;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: opacity .5s ease-out;
  opacity: 1;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  
}

.dinc-articles2-slider:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #0070b9;
  transition: opacity .5s ease-out;
  opacity: 0;
  z-index: -1;
}

.display-mobile-show{
  display: none;
}

.display-mobile-none{
  display: block;
}

@media(max-width: 991px) {

  .project_card .text {
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 25px;
  }
  .project_card .text h2 a {
    font-size: 24px !important;
}
  .fixed-header {
    padding-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .dinc-articles2-slider .theme-btn{
    float: inherit;

  }
  .dinc-articles2-slider .services-head{
    text-align: center;
  }

  .display-mobile-none{
    display: none;
  }
  .display-mobile-show{
    display: block;
  }

  .dinc-articles2-slider .services-head h3{
    justify-content: center;
    text-align: center;
  }
  .about_section{
    padding-top: 100px !important;
    padding-bottom: 0 !important;
  }

  .dinc-articles2-slider .view-all {
    background-color: #25613a;
    color: white;
    margin: 20px 0;
}

  .about{
    padding: 0 0;
  }
  .footer-contact-box{
    margin-left: 0;
  }
  .gallery__link{
    height: 280px;
  }
  .dinc-articles2-slider{
    background-color: #fff;
  }
  #contact-section .container{
    padding: 0px !important;
  }
  .ttm-page-title-row {
    margin: 20px 0 0 0; 
  }

  .widget-area{
    justify-content: center;
  }

  .about .view-all{
    padding: 0.50rem 1rem;
    margin-top: 10px;
  }

  .about .col-md-6{
    padding-left: 5px;
    padding-right: 5px;

  }



  .ab-icerik{
    padding: 0px 15px 30px 15px;
  }

}

.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}


.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: sticky;
  top: 130px; /* Yukarıdan boşluk. Navbar varsa ona göre ayarla. */
  z-index: 99;

}
.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(100% - 30px);
  box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
  margin: 0 15px 15px;

  overflow: hidden;

  border-radius: 28px;
}
.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #fff;

  overflow: hidden;

  position: relative;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #fff;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_title {
  min-height: 55px;
  overflow: hidden;
  font-weight: bold;
  font-size: 26px;
  color: black;
  z-index: 2;
  position: relative;
}
.ag-courses-item_date-box {
  font-size: 16px;
  color: black;

  z-index: 2;
  position: relative;
}

.ag-courses_item:hover .ag-courses-item_title {
  color: #fff;
}
.ag-courses_item:hover .ag-courses-item_date-box {
  color: #fff;
}

.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background: linear-gradient(358deg,#1e63ff -1077.15%,#187cff -690.64%,#128fff -213.19%,#0ca9ff 218.79%,#06c2ff 764.46%,#00dbff 1196.44%);

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
  background: linear-gradient(358deg,#1e63ff -1077.15%,#187cff -690.64%,#128fff -213.19%,#0ca9ff 218.79%,#06c2ff 764.46%,#00dbff 1196.44%);

}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background: linear-gradient(358deg,#1e63ff -1077.15%,#187cff -690.64%,#128fff -213.19%,#0ca9ff 218.79%,#06c2ff 764.46%,#00dbff 1196.44%);

}
.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
  background: linear-gradient(358deg,#1e63ff -1077.15%,#187cff -690.64%,#128fff -213.19%,#0ca9ff 218.79%,#06c2ff 764.46%,#00dbff 1196.44%);

}


@media only screen and (max-width: 979px) {
  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
  .ag-courses_item {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(100% - 30px);
    box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
    margin: 0 0px 15px;
    overflow: hidden;
    border-radius: 28px;
}
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }
}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;

    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }
}

.maps-iframe iframe{
  margin: 20px 15px;
  border-radius: 20px;
  width: -webkit-fill-available;
  height: 400px;
}
.maps-iframe{
  width: 100%;
}



.about_section,.about_section_s2,.about_section_s3 {
  padding-top: 75px;
  padding-bottom: 75px
}

@media(max-width: 1199px) {
  .about_section,.about_section_s2,.about_section_s3 {
      padding-top:0
  }
}

.about_section .content,.about_section_s2 .content,.about_section_s3 .content {
  text-align: left;
  margin-left: 50px;
  margin-right: -50px
}

@media(max-width: 1399px) {
  .about_section .content,.about_section_s2 .content,.about_section_s3 .content {
      margin:0
  }
}

.about_section .content h2,.about_section_s2 .content h2,.about_section_s3 .content h2 {
  display: inline-block;
  color: #0080d2;
  font-family: Poppins,sans-serif;
  font-size: 20px;
  font-weight: 400;
  border-radius: 20px;
  background: linear-gradient(358deg,rgba(30,99,255,.1) -1077.15%,rgba(24,124,255,.1) -690.64%,rgba(18,143,255,.1) -213.19%,rgba(12,169,255,.1) 218.79%,rgba(6,194,255,.1) 764.46%,rgba(0,219,255,.1) 1196.44%);
  padding: 5px 20px
}

@media(max-width: 767px) {
  .about_section .content h2,.about_section_s2 .content h2,.about_section_s3 .content h2 {
      font-size:16px
  }
}

.about_section .content h3,.about_section_s2 .content h3,.about_section_s3 .content h3 {
  font-size:50px;
  font-weight: bold;
  line-height: 60px;
  color: #000b47;
  margin-top: 10px;
}

@media(max-width: 1399px) {
  .about_section .content h3,.about_section_s2 .content h3,.about_section_s3 .content h3 {
      font-size:50px;
      font-weight: bold;
      line-height: 60px;
      color: #000b47;
      margin-top: 10px;
  }
}

@media(max-width: 575px) {
  .about_section .content h3,.about_section_s2 .content h3,.about_section_s3 .content h3 {
      font-size:40px;
      line-height: 40px
  }
}

.about_section .content p,.about_section_s2 .content p,.about_section_s3 .content p {
  color: #767676;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: revert;
}

@media(max-width: 1199px) {
  .about_section .content p,.about_section_s2 .content p,.about_section_s3 .content p {
      font-size:16px
  }
}

.about_section .content .ceo,.about_section_s2 .content .ceo,.about_section_s3 .content .ceo {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

@media(max-width: 575px) {
  .about_section .content .ceo,.about_section_s2 .content .ceo,.about_section_s3 .content .ceo {
      display:block
  }
}

.about_section .content .ceo h4,.about_section_s2 .content .ceo h4,.about_section_s3 .content .ceo h4 {
  font-size:26px;
  font-weight: 400
}

@media(max-width: 1399px) {
  .about_section .content .ceo h4,.about_section_s2 .content .ceo h4,.about_section_s3 .content .ceo h4 {
      font-size:26px
  }
}

@media(max-width: 1199px) {
  .about_section .content .ceo h4,.about_section_s2 .content .ceo h4,.about_section_s3 .content .ceo h4 {
    font-size:26px;
  }
}

.about_section .content .ceo span,.about_section_s2 .content .ceo span,.about_section_s3 .content .ceo span {
  color: #767676;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px
}

@media(max-width: 1199px) {
  .about_section .content .ceo span,.about_section_s2 .content .ceo span,.about_section_s3 .content .ceo span {
      font-size:16px
  }
}

.about_section .about_left,.about_section_s2 .about_left,.about_section_s3 .about_left {
  position: relative;
  right: 30px
}

@media(max-width: 1399px) {
  .about_section .about_left,.about_section_s2 .about_left,.about_section_s3 .about_left {
      right:0
  }
}

@media(max-width: 991px) {
  .about_section .about_left,.about_section_s2 .about_left,.about_section_s3 .about_left {
      max-width:544px;
      max-height: 543px;
      margin-bottom: 50px
  }
}

@media(max-width: 767px) {
  .about_section .about_left,.about_section_s2 .about_left,.about_section_s3 .about_left {
      max-width:444px;
      max-height: 443px
  }
}

@media(max-width: 575px) {
  .about_section .about_left,.about_section_s2 .about_left,.about_section_s3 .about_left {
    max-width: 400px;
    max-height: 400px;
  }
}



.about_section .about_left .image img,.about_section_s2 .about_left .image img,.about_section_s3 .about_left .image img {
  mix-blend-mode: screen;
  width: 644px;
  height: 643px;
  object-fit: cover
}

@media(max-width: 1399px) {
  .about_section .about_left .image img,.about_section_s2 .about_left .image img,.about_section_s3 .about_left .image img {
      width:544px;
      height: 543px
  }
}

@media(max-width: 1199px) {
  .about_section .about_left .image img,.about_section_s2 .about_left .image img,.about_section_s3 .about_left .image img {
      width:444px;
      height: 443px
  }
}

@media(max-width: 991px) {
  .about_section .about_left .image img,.about_section_s2 .about_left .image img,.about_section_s3 .about_left .image img {
      width:544px;
      height: 543px
  }
}

@media(max-width: 767px) {
  .about_section .about_left .image img,.about_section_s2 .about_left .image img,.about_section_s3 .about_left .image img {
      width:444px;
      height: 443px
  }
}

@media(max-width: 575px) {
  .about_section .about_left .image img,.about_section_s2 .about_left .image img,.about_section_s3 .about_left .image img {
    width: 400px;
    height: 380px;
  }
}








.about_section .about_left .award,.about_section_s2 .about_left .award,.about_section_s3 .about_left .award {
  position: absolute;
  bottom: -50px;
  right: -40px;
  z-index: 1;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 2px 8px 0 rgba(34,31,60,.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff
}

@media(max-width: 1399px) {
  .about_section .about_left .award,.about_section_s2 .about_left .award,.about_section_s3 .about_left .award {
      right:30px
  }
}

@media(max-width: 1199px) {
  .about_section .about_left .award,.about_section_s2 .about_left .award,.about_section_s3 .about_left .award {
      padding:20px;
      bottom: -60px
  }
}

@media(max-width: 991px) {
  .about_section .about_left .award,.about_section_s2 .about_left .award,.about_section_s3 .about_left .award {
      bottom:0
  }
}

.about_section .about_left .award .icon,.about_section_s2 .about_left .award .icon,.about_section_s3 .about_left .award .icon {
  border-radius: 100px;
  padding: 16px;
  border: 1px solid rgba(0,137,223,.88);
  display: inline-block
}

@media(max-width: 575px) {
  .about_section .about_left .award .icon,.about_section_s2 .about_left .award .icon,.about_section_s3 .about_left .award .icon {
      padding:5px
  }
}

.about_section .about_left .award .icon i,.about_section_s2 .about_left .award .icon i,.about_section_s3 .about_left .award .icon i {
  color: #fff;
  background: linear-gradient(358deg,#1e63ff -1077.15%,#187cff -690.64%,#128fff -213.19%,#0ca9ff 218.79%,#06c2ff 764.46%,#00dbff 1196.44%);
  text-align: center;
  line-height: 70px;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 100px;
  display: inline-block
}

@media(max-width: 575px) {
  .about_section .about_left .award .icon i,.about_section_s2 .about_left .award .icon i,.about_section_s3 .about_left .award .icon i {
      line-height:50px;
      width: 40px;
      height: 40px;
      font-size: 20px
  }
}

.about_section .about_left .award .text,.about_section_s2 .about_left .award .text,.about_section_s3 .about_left .award .text {
  margin-left: 20px
}

.about_section .about_left .award .text h2,.about_section_s2 .about_left .award .text h2,.about_section_s3 .about_left .award .text h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 0
}

@media(max-width: 1399px) {
  .about_section .about_left .award .text h2,.about_section_s2 .about_left .award .text h2,.about_section_s3 .about_left .award .text h2 {
      font-size:80px
  }
}

@media(max-width: 575px) {
  .about_section .about_left .award .text h2,.about_section_s2 .about_left .award .text h2,.about_section_s3 .about_left .award .text h2 {
      font-size:50px;
      line-height: 40px
  }
}

.about_section .about_left .award .text h2 span,.about_section_s2 .about_left .award .text h2 span,.about_section_s3 .about_left .award .text h2 span {
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  font-family: Katibeh
}

@media(max-width: 1399px) {
  .about_section .about_left .award .text h2 span,.about_section_s2 .about_left .award .text h2 span,.about_section_s3 .about_left .award .text h2 span {
      font-size:80px
  }
}

@media(max-width: 575px) {
  .about_section .about_left .award .text h2 span,.about_section_s2 .about_left .award .text h2 span,.about_section_s3 .about_left .award .text h2 span {
      font-size:60px;
      line-height: 40px
  }
}

.about_section .about_left .award .text p,.about_section_s2 .about_left .award .text p,.about_section_s3 .about_left .award .text p {
  color: #767676;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0
}

@media(max-width: 575px) {
  .about_section .about_left .award .text p,.about_section_s2 .about_left .award .text p,.about_section_s3 .about_left .award .text p {
      font-size:15px
  }
}

.about_section .about_left .doctors,.about_section_s2 .about_left .doctors,.about_section_s3 .about_left .doctors {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(34,31,60,.1);
  padding: 30px 45px;
  text-align: center;
  position: absolute;
  z-index: 11;
  bottom: -32px;
  left: -240px
}

@media(max-width: 1650px) {
  .about_section .about_left .doctors,.about_section_s2 .about_left .doctors,.about_section_s3 .about_left .doctors {
      left:-190px
  }
}

@media(max-width: 1599px) {
  .about_section .about_left .doctors,.about_section_s2 .about_left .doctors,.about_section_s3 .about_left .doctors {
      left:-150px
  }
}

@media(max-width: 1499px) {
  .about_section .about_left .doctors,.about_section_s2 .about_left .doctors,.about_section_s3 .about_left .doctors {
      padding:15px 20px;
      left: -100px
  }
}

@media(max-width: 1399px) {
  .about_section .about_left .doctors,.about_section_s2 .about_left .doctors,.about_section_s3 .about_left .doctors {
      display:none
  }
}

.about_section .about_left .doctors ul li,.about_section_s2 .about_left .doctors ul li,.about_section_s3 .about_left .doctors ul li {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #ebf1f4;
  border-radius: 100px;
  display: inline-block;
  margin-left: -25px
}

.about_section .about_left .doctors ul li:first-child,.about_section_s2 .about_left .doctors ul li:first-child,.about_section_s3 .about_left .doctors ul li:first-child {
  margin-left: 0
}

.about_section .about_left .doctors ul li img,.about_section_s2 .about_left .doctors ul li img,.about_section_s3 .about_left .doctors ul li img {
  text-align: center;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  line-height: 80px;
  margin: 0 auto;
  mix-blend-mode: unset
}

.about_section .about_left .doctors ul li span,.about_section_s2 .about_left .doctors ul li span,.about_section_s3 .about_left .doctors ul li span {
  background: linear-gradient(358deg,#1e63ff -1077.15%,#187cff -690.64%,#128fff -213.19%,#0ca9ff 218.79%,#06c2ff 764.46%,#00dbff 1196.44%);
  border-radius: 100px;
  width: 70px;
  height: 70px;
  display: block;
  line-height: 70px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: 5px
}

.about_section .about_left .doctors h4,.about_section_s2 .about_left .doctors h4,.about_section_s3 .about_left .doctors h4 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0
}

.about_section.s4,.about_section_s2.s4,.about_section_s3.s4 {
  padding-top: 150px
}

@media(max-width: 1199px) {
  .about_section.s4,.about_section_s2.s4,.about_section_s3.s4 {
      padding-top:120px;
      padding-bottom: 0
  }
}


.project_card {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 30px
}

.project_card img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.project_card .text {
  border-radius: 20px;
  border: 1px solid hsla(0,0%,100%,.2);
  background: #000b47;
  box-shadow: 0 20px 20px 0 rgba(0,0,0,.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 25px 35px;
  text-align: center;
  position: absolute;
  left: 50%;
  width: 90%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out
}

.services-page .project_card .text {
  opacity: 1 !important;
  visibility: visible;
  margin-bottom: 25px;
}

.services-page .project_card .text h2{
  margin: auto;
}

@media(max-width: 1199px) {
  .project_card .text {
      padding:20px 30px
  }
}

.project_card .text h2 {
  margin-bottom: 0
}

.project_card .text h2 a {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px
}

@media(max-width: 1199px) {
  .project_card .text h2 a {
      font-size:35px
  }
}

.project_card .text span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px
}

@media(max-width: 1199px) {
  .project_card .text span {
      font-size:16px
  }
}

.project_card:hover .text {
  opacity: 1;
  visibility: visible;
  bottom: 20px
}




.search-form {
  position: relative;

  transition: all 1s;
  width: 50px;
  height: 50px;
  background: white;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid white;
  padding: 5px;
}

.search-form input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 42.5px;
  line-height: 30px;
  outline: 0;
  border: 0;
  font-size: 1em;
  border-radius: 20px;
  padding: 0 20px;
  
}

.search-form svg {
  box-sizing: border-box;
  padding: 10px;
  width: 42.5px;
  height: 42.5px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  color: #07051a;
  text-align: center;
  font-size: 1.2em;
  transition: all 1s;
}
.search-form:focus-within,
.search-form:hover,
.search-form:valid{
  width: 200px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.search-form:focus-within svg{
  display: none !important;
}

.search-form:hover input,
.search-form:focus-within input,
.search-form:valid input {
  width: 100%;
} 

.search-form:hover .fa,
.search-form:focus-within .fa,
.search-form:valid .fa {
  background: #07051a;
  color: white;
}

.languagepicker {
  display: inline-block;
  padding:1px 1px;
  height: 40px;
  overflow: hidden;
  transition: all .3s ease;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  border-radius: 50%;
  background-color: white;
}

.languagepicker:hover {
  /* don't forget the 1px border */
  height: 200px;
  border-radius: 0;
}

.languagepicker a{
  color: #000;
  text-decoration: none;
  display:flex;
}

.languagepicker li {
  display: block;
  padding: 0px 4px;
  line-height: 40px;
  border-top: 1px solid #EEE;
}

.languagepicker li:hover{
  background-color: #EEE;
}

.languagepicker img{
  height: 40px;
  width: 40px;
  background-color: white;
}


.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}

.languagepicker li img {
  width: 35px;
  height: 35px;
  object-fit: fill;
}


:root{
  --ayturq-primary:#2d85a2;
  --ayturq-accent:#0c4d8b;
  --ayturq-tint:#8fd3e6;
  --ayturq-text:#ffffff;
}

.ayturq-linkbtn{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  position:relative !important;
  width:46px !important;
  height:46px !important;
  border:none !important;
  border-radius:9999px !important;
  cursor:pointer !important;
  overflow:hidden !important;
  color:var(--ayturq-text) !important;
  text-decoration:none !important;
  background:linear-gradient(250deg, var(--ayturq-tint) 0%, var(--ayturq-primary) 45%, var(--ayturq-accent) 100%) !important;
  box-shadow:0 18px 35px -16px rgba(12,77,139,.45) !important;
  transition:all .3s ease !important;
}

.ayturq-linkbtn__icon{
  width:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  transition:inherit !important;
}

.ayturq-linkbtn__label{
  position:absolute !important;
  right:0 !important;
  width:0 !important;
  opacity:0 !important;
  font-size:1.05rem !important;
  font-weight:700 !important;
  letter-spacing:.2px !important;
  color:var(--ayturq-text) !important;
  white-space:nowrap !important;
  transition:inherit !important;
}

.ayturq-linkbtn:hover{
  width:132px !important;
  border-radius:40px !important;
}
.ayturq-linkbtn:hover .ayturq-linkbtn__icon{
  width:34% !important;
  padding-left:18px !important;
}
.ayturq-linkbtn:hover .ayturq-linkbtn__label{
  width:60% !important;
  opacity:1 !important;
  padding-right:10px !important;
}

.ayturq-linkbtn:active{
  transform:translate(2px,2px) !important;
  box-shadow:0 8px 20px -10px rgba(12,77,139,.55) !important;
}/* Prof. Dr. Ateş Yanyalı – Logo uyumlu kart stili */
:root{
  --ay-primary:#2d85a2;
  --ay-primary-dark:#0c4d8b;
  --ay-primary-10:rgba(45,133,162,.10);
  --ay-text:#1e2a32;
}

/* Kart gövdesi */
.slide{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
  padding:14px !important;
  background:#fff !important;
  border:1px solid var(--ay-primary-10) !important;
  border-radius:22px !important;
  box-shadow:0 6px 20px rgba(12,77,139,.08) !important;
  overflow:hidden !important;
  isolation:isolate !important;
  transition:transform .25s ease, box-shadow .25s ease !important;
}

/* Üstte logo renkleriyle vurgu şeridi */
.slide::before{
  content:"" !important;
  position:absolute !important;
  inset:0 0 auto 0 !important;
  height:6px !important;
  background:linear-gradient(90deg,var(--ay-primary-dark),var(--ay-primary)) !important;
}

/* Hover efekti */
.slide:hover{
  transform:translateY(-3px) !important;
  box-shadow:0 12px 28px rgba(12,77,139,.18) !important;
}

/* Tam kart tıklanabilirlik (dıştaki boş <a>) */
.slide> a:first-child{
  position:absolute !important;
  inset:0 !important;
  z-index:10 !important;
  border-radius:inherit !important;
}

/* İç linklerin tıklama almasını kapat (çakışmayı önler) */
.news-image> a,
.news-detail> a{
  pointer-events:none !important;
}

/* Görsel alanı */
.news-image{
  position:relative !important;
  overflow:hidden !important;
  border-radius:16px !important;
}
.news-image img{
  width:100% !important;
  height:auto !important;
  display:block !important;
  border-radius:16px !important;
  transform:scale(1) !important;
  transition:transform .35s ease !important;
}
.slide:hover .news-image img{
  transform:scale(1.04) !important;
}

/* Metin alanı */
.news-detail{
  padding:6px 2px 2px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
}
.news-detail h3{
  margin:0 !important;
  font-size:20px !important;
  font-weight:800 !important;
  line-height:1.25 !important;
  color:var(--ay-primary-dark) !important;
  letter-spacing:.1px !important;
}
.news-detail p{
  margin:0 !important;
  color:#3f5561 !important;
  font-size:15px !important;
  line-height:1.55 !important;
}
.news-detail a{
  text-decoration:none !important;
}
.news-detail a:hover h3{
  text-decoration:underline !important;
  text-decoration-thickness:2px !important;
  text-underline-offset:4px !important;
}

/* Parıltı detayı */
.slide::after{
  content:"" !important;
  position:absolute !important;
  top:0 !important; left:0 !important;
  width:0% !important; height:100% !important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent) !important;
  transform:skewX(-15deg) !important;
  transition:width .5s ease !important;
  z-index:1 !important;
  pointer-events:none !important;
}
.slide:hover::after{ width:130% !important; }

/* Odak görünürlüğü */
.slide:focus-within{
  outline:2px solid var(--ay-primary) !important;
  outline-offset:2px !important;
}

/* Küçük ekran uyumu */
@media (max-width:480px){
  .news-detail h3{ font-size:18px !important; }
  .slide{ padding:12px !important; border-radius:18px !important; }
}
#rx-viewall-btn.rx-viewall-button {
  background: #fff !important;
  border: none !important;
  padding: 10px 20px !important;
  display: inline-block !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  width: 220px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transform: skew(-21deg) !important;
  position: relative !important;
  text-align: center !important;
  text-decoration: none !important;
}

.rx-viewall-label {
  display: inline-block !important;
  transform: skew(21deg) !important;
}

#rx-viewall-btn::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 100% !important;
  left: 0 !important;
  background: linear-gradient(250deg, var(--ayturq-tint) 0%, var(--ayturq-primary) 45%, var(--ayturq-accent) 100%) !important;
  opacity: 0 !important;
  z-index: -1 !important;
  transition: all 0.5s !important;
}

#rx-viewall-btn:hover {
  color: #fff !important;
}

#rx-viewall-btn:hover::before {
  left: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
}
/* ====== Bilgiler 3'lü kutu – Ates Yanyalı brand uyumlu ====== */
.info-sec{ --brand:#2d85a2; --brand-dark:#0c4d8b; --ink:#072d3b; --paper:#f3f8fb; }
/* .info-sec{ padding:38px 0 !important; background:
  radial-gradient(1200px 600px at 10% -10%, rgba(45,133,162,.08), transparent 60%),
  radial-gradient(1000px 500px at 90% -20%, rgba(12,77,139,.06), transparent 60%) !important; } */

.info-sec .services-head h3{
  margin:0 0 28px !important; font-weight:800 !important; letter-spacing:.5px !important;
  color:#0b2551 !important; font-size:42px !important; text-transform:none !important;
}

/* Kart kapsayıcı */
.info-sec .content{ padding:14px !important; transition:transform .5s ease, opacity .5s ease !important;
  transform:translateY(16px) !important; opacity:.0 !important; will-change:transform !important; }

/* Görünür olduğunda (JS ekleyecek) */
.info-sec .content.is-visible{ transform:none !important; opacity:1 !important; }

/* Anchor'ı kart gibi kullan */
.info-sec .content > a{
  display:block !important; position:relative !important; overflow:hidden !important;
  width:100% !important; min-height:64px !important; border-radius:16px !important;
  text-align:center !important; padding:20px 0px !important; text-decoration:none !important;
  color:#fff !important; font-weight:800 !important; letter-spacing:.2px !important;

  /* Çok katmanlı degrade + subtle border */
  background:
    linear-gradient(180deg, var(--brand-dark) 0%, var(--brand) 100%) !important;
  border:1px solid rgba(255,255,255,.16) !important;

  /* Derinlik */
  box-shadow:
    0 10px 24px rgba(12,77,139,.25),
    inset 0 -2px 0 rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.2) !important;

  transform:translateZ(0) !important;
  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s cubic-bezier(.2,.8,.2,1),
    filter .35s ease !important;
}

/* Parlama – mouse konumuna tepki verir (JS, --mx/--my ayarlıyor) */
.info-sec .content > a::before{
  content:"" !important; position:absolute !important; inset:0 !important; pointer-events:none !important;
  border-radius:inherit !important;
  background:
    radial-gradient(240px 200px at var(--mx,50%) var(--my,0%),
      rgba(255,255,255,.28), rgba(255,255,255,0) 60%),
    radial-gradient(600px 280px at 50% 0%,
      rgba(255,255,255,.10), rgba(255,255,255,0) 70%) !important;
  mix-blend-mode:screen !important;
}

/* Shine çizgisi */
.info-sec .content > a::after{
  content:"" !important; position:absolute !important; top:-140% !important; left:-20% !important;
  width:60% !important; height:320% !important; border-radius:20px !important;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent) !important;
  transform:rotate(25deg) translateX(-20%) !important; opacity:0 !important;
  transition:transform .6s ease, opacity .4s ease !important;
}

/* Hover/Focus durumları */
.info-sec .content > a:hover,
.info-sec .content > a:focus{
  transform:translateY(-4px) scale(1.02) !important;
  box-shadow:
    0 18px 36px rgba(12,77,139,.35),
    0 0 0 1px rgba(255,255,255,.1) inset !important;
  filter:saturate(1.06) !important;
}
.info-sec .content > a:hover::after{ opacity:1 !important; transform:rotate(25deg) translateX(160%) !important; }

/* Başlık */
.info-sec .infos-title{
  margin:0 !important; font-size:18px !important; line-height:1 !important;
  color:#fff !important; text-shadow:0 1px 0 rgba(0,0,0,.18) !important;
}

/* Grid aralıkları */
.info-sec .row>[class*="col-"]{ margin-bottom:18px !important; }

/* Mobil uyum */
@media (max-width: 768px){
  .info-sec .services-head h3{ font-size:30px !important; }
  .info-sec .content > a{ padding:18px 22px !important; }
}

/* İnteraktif “glow-ring” (JS, .is-hot ekler) */
.info-sec .content > a.is-hot{
  box-shadow:
    0 18px 36px rgba(12,77,139,.38),
    0 0 0 1px rgba(255,255,255,.14) inset,
    0 0 0 3px rgba(45,133,162,.18) !important;
}
/* Her kolon eşit yükseklik alacak */
.services-page {
    display: flex;
    flex-direction: column;
}

/* Kart kutusu tamamen uzasın */
.services-page .slide {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Görsel alanı sabit yükseklik */
.services-page .news-image img {
    width: 100%;
    height: 250px; /* ihtiyaca göre ayarla */
    object-fit: cover;
}

/* İçerik alanı (başlık + açıklama) esnek */
.services-page .news-detail {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Buton alt kısımda hizalı */
.services-page .btn-box {
    margin-top: auto;
}/* ===========================
   Page Title & Breadcrumb – Ateş Yanyalı Brand
   Paste at the END of your CSS so !important overrides everything
   =========================== */

:root {
  --ay-primary: #2d85a2;      /* logonun ana tonu */
  --ay-primary-dark: #0c4d8b; /* daha koyu vurgu */
  --ay-light: #eef6f8;
  --ay-text: #0e2a34;
  --ay-muted: #5e7d89;
}

.ttm-page-title-row {
  position: relative !important;
  /* background: linear-gradient(135deg, rgba(45,133,162,.10), rgba(12,77,139,.10)) !important; */
  backdrop-filter: saturate(120%) blur(0px) !important;
  padding: 22px 0 !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(12,77,139,.12) !important;
}

/* Decorative subtle bars inspired by the logo's strokes */
.ttm-page-title-row::before,
.ttm-page-title-row::after {
  content: "" !important;
  position: absolute !important;
  inset: auto auto -40px -10% !important;
  width: 60% !important;
  height: 140px !important;
  /* background: linear-gradient(90deg, rgba(45,133,162,.25), rgba(12,77,139,0)) !important; */
  transform: skewY(-6deg) !important;
  pointer-events: none !important;
}
.ttm-page-title-row::after {
  inset: auto -20% -70px auto !important;
  width: 45% !important;
  transform: skewY(-10deg) !important;
  /* background: linear-gradient(90deg, rgba(12,77,139,.18), rgba(45,133,162,0)) !important; */
}

/* Title box container */
.title-box {
  background: #fff !important;
  border: 1px solid rgba(12,77,139,.12) !important;
  border-radius: 20px !important;
  padding: 18px 22px !important;
  box-shadow: 0 10px 24px rgba(12,77,139,.08) !important;
  gap: 14px !important;
}

/* Heading */
.page-title-heading .title {
  margin: 0 !important;
  font-weight: 800 !important;
  letter-spacing: .2px !important;
  color: var(--ay-primary-dark) !important;
  line-height: 1.2 !important;
  font-size: clamp(22px, 3.2vw, 36px) !important;
}

/* Breadcrumb wrapper */
.breadcrumb-wrapper {
  background: linear-gradient(180deg, #fff, #f8fbfc) !important;
  border: 1px solid rgba(12,77,139,.12) !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  box-shadow: inset 0 0 0 1px rgba(45,133,162,.06) !important;
}

/* Breadcrumb inner layout */
.breadcrumb-wrapper-inner {
  gap: 8px !important;
}

/* Breadcrumb links & items */
.breadcrumb-wrapper-inner span,
.breadcrumb-wrapper-inner a {
  font-size: 14px !important;
  line-height: 1 !important;
  color: var(--ay-muted) !important;
  white-space: nowrap !important;
}

/* Home icon uses mask-image from inline style – give it color & size via currentColor */
.breadcrumb-wrapper-inner .home i {
  display: none !important;
  width: 16px !important;
  height: 16px !important;
  background: currentColor !important; /* works with mask-image */
  margin-right: 8px !important;
  opacity: .9 !important;
}

/* Link styles */
.breadcrumb-wrapper-inner a {
  color: var(--ay-primary-dark) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  position: relative !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  transition: color .25s ease, background-color .25s ease, box-shadow .25s ease !important;
}
.breadcrumb-wrapper-inner a:hover {
  background: rgba(45,133,162,.08) !important;
  box-shadow: 0 0 0 2px rgba(45,133,162,.16) inset !important;
  color: var(--ay-primary) !important;
}

/* Separator as a thin dot – cleaner than pipe */
.ttm-bread-sep {
  color: rgba(12,77,139,.35) !important;
  padding: 0 2px !important;
}


/* Current page (last crumb) */
.breadcrumb-wrapper-inner span:last-child {
  color: var(--ay-text) !important;
  font-weight: 700 !important;
  padding: 8px 12px !important;
}

/* Spacing inside container */
.ttm-page-title-row .container {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* ===========================
   RESPONSIVE
   =========================== */

/* ≤ 992px: stack neatly */
@media (max-width: 992.98px) {
  .title-box {
    flex-direction: column !important;
    align-items: stretch !important;
    text-align: left !important;
    padding: 16px !important;
  }
  .breadcrumb-wrapper {
    border-radius: 16px !important;
    padding: 10px 12px !important;
  }
  .breadcrumb-wrapper-inner {
    justify-content: flex-start !important;
  }
}

/* ≤ 576px: compact chips */
@media (max-width: 575.98px) {
  .ttm-page-title-row {
    padding: 14px 0 !important;
  }
  .page-title-heading .title {
    font-size: 22px !important;
  }
  .breadcrumb-wrapper-inner a,
  .breadcrumb-wrapper-inner span {
    font-size: 13px !important;
    padding: 7px 10px !important;
  }
  .breadcrumb-wrapper-inner .home i {
    width: 14px !important;
    height: 14px !important;
    margin-right: 6px !important;
  }
  .ttm-bread-sep { display: none !important; } /* mobilde daha temiz görünüm */
}
.video-watch-btn {
  width: 100%;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: linear-gradient(135deg, #2d85a2, #1e5f74) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 12px 24px !important;
  border-radius: 50px !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.video-watch-btn:hover {
  background: linear-gradient(135deg, #1e5f74, #2d85a2) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25) !important;
}

.video-icon {
  width: 26px !important;
  height: 26px !important;
  fill: none !important;
  stroke: #fff !important;
  stroke-width: 2 !important;
}

.video-icon circle {
  stroke: #fff !important;
}

.video-icon polygon {
  fill: #fff !important;
}

/* === Footer Redesign (White Background) — Ateş Yanyalı brand #2d85a2 === */

/* Base area */
.footer.widget-footer,
.footer .fbody,
.footer .second-footer,
.footer .bottom-footer-text,
.footer .container,
.footer .row { 
  background:#fff !important;
  color:#2a2a2a !important;
}

/* Spacing & grid tidy */
.footer .second-footer .container { 
  padding-top:38px !important; 
  padding-bottom:24px !important; 
}
.footer .widget-area.widget-menu-area { 
  padding:8px 16px !important; 
  text-align: center;
}

/* Logo block */
.footer .home-link { 
  display:inline-block !important;
  margin-bottom:14px !important; 
}
.footer .home-link img.img-center{ 
  max-height:54px !important; 
  width:auto !important; 
  height:auto !important;
  object-fit:contain !important;
  filter:none !important;
}

/* Paragraph under logo */
.footer .footer-about{
  color:#4b5563 !important;
  font-size:14.5px !important;
  line-height:1.6 !important;
  margin:10px 0 18px !important;
}

/* Headings */
.footer .site-owner{
  color:#2d85a2 !important;
  font-weight:700 !important;
  font-size:18px !important;
  letter-spacing:.2px !important;
  padding-bottom:10px !important;
  margin:8px 0 14px !important;
  border-bottom:2px solid #2d85a2 !important;
}

/* Lists */
.footer .widget_nav_menu ul{ 
  list-style:none !important; 
  margin:0 !important; 
  padding:0 !important; 
}
.footer .widget_nav_menu ul li{ 
  margin:0 0 8px !important; 
}
.footer .widget_nav_menu ul li a{
  display:block !important;
  padding:6px 0 !important;
  font-size:15px !important;
  color:#334155 !important;
  text-decoration:none !important;
  transition:color .2s ease, transform .2s ease !important;
}
.footer .widget_nav_menu ul li a::before{
  content:"›" !important;
  margin-right:8px !important;
  color:#2d85a2 !important;
  font-weight:700 !important;
}
.footer .widget_nav_menu ul li a:hover{
  color:#2d85a2 !important;
  transform:translateX(2px) !important;
}

/* Links (global in footer) */
.footer a{ 
  color:#2d85a2 !important; 
  text-decoration:none !important; 
}
.footer a:hover{ 
  color:#216a83 !important; 
  text-decoration:none !important; 
}

/* Social icons block (from partials.social-media) */
.footer .footer-contact-boxes,
.footer .social-icons{ 
  margin-top:10px !important; 
}
.like-li a {
  color: #2d85a2 !important;
  text-decoration: none !important;
  transition: color 0.25s ease, transform 0.25s ease !important;
}

.like-li a:hover {
  color: #216a83 !important; /* Bir ton koyusu */
  transform: translateX(3px) !important; /* Hafif sağa kayma efekti */
  text-decoration: underline !important;
}

/* Contact list */
.footer .footer-contact .footer-contact-box{
  margin:0 0 10px !important;
}
.footer .footer-contact .footer-contact-box .inner a{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:10px 12px !important;
  border:1px solid #e7eef3 !important;
  border-radius:10px !important;
  background:#fff !important;
  color:#334155 !important;
  transition:box-shadow .2s ease, border-color .2s ease, transform .2s ease !important;
}
.footer .footer-contact .footer-contact-box .inner a i{
  color:#2d85a2 !important;
  font-size:16px !important;
  width:18px !important;
  text-align:center !important;
}
.footer .footer-contact .footer-contact-box .inner a:hover{
  border-color:#cfe3ea !important;
  box-shadow:0 6px 16px rgba(45,133,162,.12) !important;
  transform:translateY(-1px) !important;
}

/* Marquee */
.footer .marquee-row{ 
  margin-top:8px !important; 
}
.footer .marquee{
  background:#fff !important;
  border-top:1px solid #eef3f6 !important;
  border-bottom:1px solid #eef3f6 !important;
  padding:10px 0 !important;
}
.footer .marquee span{
  color:#2d85a2 !important;
  font-weight:600 !important;
}

/* Bottom copyright bar */
.footer .bottom-footer-text{ 
  background:#fff !important; 
  border-top:1px solid #e9eef2 !important; 
  padding:14px 0 !important; 
}
.footer .copyright p{
  margin:0 !important;
  color:#4b5563 !important;
  font-size:14px !important;
}
.footer .copyright .dsa-logo{
  display:inline-flex !important; 
  align-items:center !important; 
  justify-content:flex-end !important; 
}
.footer .copyright .dsa-logo img{
  height:40px !important; 
  width:auto !important; 
  filter:grayscale(0) !important; 
  opacity:.95 !important; 
}

/* Dividers between columns (desktop only) */
@media (min-width:992px){
  .footer .widget-area.widget-menu-area:not(:first-child){
    border-left:1px solid #eef3f6 !important;
  }
}

/* Mobile adjustments */
@media (max-width:991.98px){
  .footer .site-owner{ 
    margin-top:8px !important; 
  }
  .footer .home-link,
  .footer .copyright{ 
    text-align:center !important; 
  }
  .footer .copyright .col-md-3,
  .footer .copyright .col-md-9{ 
    text-align:center !important; 
    margin:8px 0 !important; 
  }
  .footer .widget-area.widget-menu-area{ 
    text-align: center;
    padding:8px 8px 16px !important; 
    border-left:0 !important; 
  }
}
.faq-answer{
  font-weight: 500;
}
/* DİNC SLIDER: Masaüstünde oklar görünmüyor FIX */
.dinc-articles-slider .slider-container{
  position: relative;
  overflow: visible !important; /* dışarı taşanı gizleme ihtimalini kır */
}

.dinc-articles-slider .slider-wrapper{
  position: relative;
  z-index: 1; /* butonların altında kalsın */
}

/* Ortak ok stilleri */
.dinc-articles-slider .slider-btn{
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  font-size: 32px;
  color: #fff !important;
  background: #0070b9 !important; /* kontrast */
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  border: 0 !important;
  z-index: 9999 !important;
  pointer-events: auto;
}

/* Masaüstünde içeri al */
@media (min-width: 769px){
  .dinc-articles-slider #dinc-prev{ left: 10px !important; }
  .dinc-articles-slider #dinc-next{ right: 10px !important; }
}

/* Mobilde mevcut davranışı koru ama görünür kıl */
@media (max-width: 768px){
  .dinc-articles-slider .slider-btn{ top: 35% !important; }
  .dinc-articles-slider #dinc-prev{ left: 0 !important; }
  .dinc-articles-slider #dinc-next{ right: 0 !important; }
}
/* Boş alanlarda özel imleç */
html, body { cursor: url('/2025/08/mouse.png') 0 0, auto !important; }

/* Link, buton vb. öğelerde el (pointer) */
/* a, button, [role="button"],
input[type="button"], input[type="submit"], label, summary {
  cursor: pointer !important;
} */

/* Metin alanlarında I-beam */
input[type="text"], input[type="search"], textarea {
  cursor: text !important;
}
html, body, * {
    cursor: url('/2025/08/mouse.png') 0 0, auto !important;
}

a, button, input, textarea, select {
    cursor: url('/2025/08/mouse.png') 0 0, auto !important;
}@media (max-width:991.98px){
  .ttm-page-title-row .title-box{align-items:flex-start!important;text-align:left!important;}
  .ttm-page-title-row .breadcrumb-wrapper{width:100%!important;}
  .ttm-page-title-row .breadcrumb-wrapper-inner{justify-content:flex-start!important;}
}

/* Küçük telefonlar: iç boşluk ve okunabilirlik */
@media (max-width:575.98px){
  .ttm-page-title-row{padding:10px 0!important;}
  .ttm-page-title-row .container{padding-left:12px!important;padding-right:12px!important;}
  .breadcrumb-wrapper-inner{gap:6px!important}
  /* Çok dar ekranlarda ayraçları gizleyerek satır kırılmalarını sadeleştir */
  .ttm-bread-sep{display:none!important;}
}
/* === Randevu Formu Özel Renk ve Tasarım === */

/* Başlık */
.maincontent .content-title {
    color: #2d85a2 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

/* Ayırıcı Çizgi */
.maincontent hr {
    border-top: 3px solid #2d85a2 !important;
    width: 60px !important;
    margin: 10px 0 20px !important;
}

/* Etiketler */
#randevu-formu-form label {
    color: #2d85a2 !important;
    font-weight: 600 !important;
}

/* Input & Textarea Alanları */
#randevu-formu-form .form-control {
    border: 2px solid #2d85a2 !important;
    border-radius: 6px !important;
    padding: 10px 12px !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
}

#randevu-formu-form .form-control:focus {
    border-color: #2d85a2 !important; /* Mor ton */
    box-shadow: 0 0 8px rgba(45, 133, 162, 0.5) !important;
}

/* Gönder Butonu */
#randevu-formu-form .btn-success {
    background-color: #2d85a2 !important;
    border-color: #2d85a2 !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 10px 24px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

#randevu-formu-form .btn-success:hover {
    background-color: #7e3f98 !important;
    border-color: #7e3f98 !important;
    box-shadow: 0 4px 12px rgba(126, 63, 152, 0.4) !important;
}

/* Hata Mesajları */
#randevu-formu-form .invalid .form-control {
    border-color: #f7b731 !important; /* Sarı uyarı rengi */
}

#randevu-formu-form .error {
    color: #f7b731 !important;
    font-size: 13px !important;
    margin-top: 5px !important;
    display: block !important;
}
