* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  color: #141b5f;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}

figure {
  margin-bottom: 0 !important;
}

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

ul,
li {
  list-style: none none;
  margin: 0px !important;
  padding: 0px;
}

header {
  width: 100%;
  top: 0px;
  transition: all 0.6s ease 0s;
  z-index: 99;
  height: 140px;
}

.uk-sticky-fixed header .header-top {
  display: none;
}

.uk-sticky-fixed header {
  height: 80px;
}

.uk-sticky-fixed header .logo a img {
  width: 120px;
}

.uk-sticky-fixed header .logo {
  margin-top: 15px;
}

.uk-sticky-fixed header .menu-top {
  margin-top: 15px;
}

.uk-sticky-fixed header .header-section {
  height: 90px;
}

.uk-sticky-fixed header .logo img {
  width: 160px;
}

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

.flex {
  display: flex !important;
}

.aic {
  align-items: center !important;
}

.jcc {
  justify-content: center !important;
}

.jcb {
  justify-content: space-between !important;
}

.uk-subnav {
  margin: 0px !important;
}

.uk-subnav>*> :first-child {
  color: rgb(148, 153, 159) !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.uk-subnav>*> :first-child:hover {
  color: rgb(0, 0, 0) !important;
}

.uk-subnav>* {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.uk-dropdown-nav>li>a {
  transition: all 0.5s ease 0s;
  color: rgb(0, 0, 0) !important;
  font-size: 17px !important;
}

.uk-dropdown-nav>li>a:hover {
  padding-left: 10px;
}

.uk-dropdown {
  border-radius: 10px !important;
}

.uk-drop {
  width: 46px !important;
  padding: 0px !important;
  border-radius: 6px !important;
  top: 50px !important;
}

.uk-drop .uk-light a {
  width: 100%;
  display: flex;
  align-items: center;
  color: rgb(55, 100, 180) !important;
}

ul,
ol {
  padding-left: 0px !important;
}

ul.uk-nav.uk-dropdown-nav {
  padding: 20px !important;
}

.uk-subnav .uk-drop {
  top: 40px !important;
}

.uk-button-default {
  background-color: transparent;
  color: rgb(51, 51, 51) !important;
  border: none !important;
}

.uk-offcanvas-bar {
  background: rgb(255, 255, 255) !important;
}

.uk-nav-default>li {
  padding: 4px 0px;
  border-bottom: 1px solid rgb(235, 233, 233) !important;
}

.uk-nav-default>li.uk-active>a {
  color: rgb(82 222 216) !important;
}

.uk-nav>li>a {
  padding: 5px 0px;
  font-size: 14px !important;
  color: rgb(0, 0, 0) !important;
  white-space: nowrap !important;
}

.uk-width-1-2\@s.uk-width-2-5\@m {
  margin-top: 50px !important;
  width: 100% !important;
}

.uk-nav-default .uk-nav-sub a {
  color: rgb(0, 0, 0) !important;
  font-size: 14px !important;
}

.nav-logo {
  text-align: center;
  margin-bottom: 20px;
}

.uk-button {
  padding: 0px !important;
  margin-right: 4px !important;
}

.svg-size .uk-icon>* {
  transform: translate(0px, 0px);
  width: 24px;
}

.ds-none {
  display: none !important;
}

.uk-offcanvas-bar .uk-close {
  color: rgb(0, 0, 0) !important;
}

.mb-none {
  margin-bottom: 0px !important;
}

.sign-up a {
  font-size: 13px;
  color: #1e354c !important;
}

.sign-up a:hover {
  text-decoration: underline !important;
}

.login a {
  padding: 12px 24px;
  border: 1px solid #1e354c;
  color: #1e354c !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 15px;
  transition: all 0.5s;
}

.login a img,
.sign-up a img {
  display: none;
}

.login a:hover {
  color: #fff !important;
  background: #1e354c;
}

.mr-1 {
  margin-right: 10px;
}

ul#uk-slideshow-3 {
  height: calc(-140px + 100vh) !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.aboutus-section {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.header-top {
  width: 100%;
  height: 50px;
  /* display: flex;
  align-items: center; */
  border-bottom: 1px solid #e8ebed;
  padding-top: 15px;
}

.phone {
  display: flex;
  gap: 5px;
  align-items: center;
}

.phone .uk-icon {
  color: #788694;
  font-size: 13px;
  width: 16px;
}

.phone a {
  color: #788694 !important;
  font-size: 13px;
}

.social-media ul {
  display: flex;
  gap: 10px;
}

.social-media ul li a {
  display: block;
  color: #788694;
  width: 18px;
}

.content-section {
  display: grid;
  grid-template-columns: 48% 47%;
  gap: 5%;
}

.content-sub {
  display: flex;
  align-items: center;
}

.content-sub span {
  font-size: 20px !important;
  font-weight: 100 !important;
}

.content span {
  font-weight: 900;
  font-size: 30px;
}

.content p {
  font-size: 14px;
  color: #4e5277;
  font-weight: 200;
  line-height: 26px;
  display: block;
}

.widget ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Her sırada 2 sütun */
  gap: 10px;
  /* Elemanlar arasında boşluk */
}

.widget li {
  list-style-type: none;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.widget ul span.uk-icon {
  width: 24px;
  background: #e7e8ef;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #141b5f;
}

.widget ul span.uk-icon svg {
  width: 16px;
  font-weight: 600;
}

.widget li small {
  font-size: 14px;
  font-weight: 600;
}

.read-more a {
  display: block;
  padding: 12px 30px;
  background: #141b5f;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.5s;
}

.read-more a:hover {
  background: #e7e8ef;
  color: #141b5f;
}

.contact-us a {
  display: block;
  padding: 12px 30px;
  border: 1px solid #141b5f;
  color: #141b5f;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.5s;
}

.contact-us a:hover {
  background: #141b5f;
  color: #fff;
}

.content-img img {
  width: 100%;
  border-radius: 30px;
}

.services-wp {
  width: 100%;
  padding: 60px 0;
  background: url(../images/hizmet-bg.jpg);
  position: relative;
  height: 770px;
}

.services-inner {
  width: 82%;
  margin: 0 auto;
}

.services-content {
  display: flex;
  flex-direction: column;
  width: 40%;
  gap: 6px;
}

.services-content small {
  color: #141b5f;
  font-size: 20px;
}

.services-content span {
  color: #141b5f;
  font-size: 40px;
  font-weight: 900;
}

.services {
  padding: 10px;
}

.services .service {
  display: block;
  background: #fff;
  border-radius: 30px;
  padding-bottom: 10px;
}

.services .service img {
  display: block;
  background: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-bottom: 10px;
}

.p2 {
  padding: 10px;
}

.services .service span {
  font-size: 18px;
  font-weight: 700;
  color: #141b5f;
}

.services .service small {
  font-size: 12px;
  font-weight: 100;
  color: #141b5f;
  text-decoration: underline;
}

.services .service img {
  width: 100%;
}

.services-slider .slick-dots li {
  background: #b0b5c9;
  margin-right: 8px !important;
  width: 12px !important;
  height: 12px !important;
}

.services-slider .slick-dots li:last-child {
  margin-right: 0px !important;
}

.services-slider li.slick-active {
  background: #141b5f;
  border-radius: 50%;
  width: 12px !important;
  height: 12px !important;
}

.services-img {
  position: absolute;
  top: 0;
  right: 0;
}

.services-img img {
  height: 770px;
  object-fit: cover;
}

.services-content.uk-title.uk-margin-large-top {
  margin: 0 auto;
  text-align: center;
}

.tour-slider .services a {
  background: #f9f9f9;
}

.tour-slider .services a span {
  font-size: 16px;
}

.tour-slider .slick-dots li {
  background: #b0b5c9;
  margin-right: 8px !important;
  width: 12px !important;
  height: 12px !important;
}

.tour-slider .slick-dots li:last-child {
  margin-right: 0px !important;
}

.tour-slider li.slick-active {
  background: #141b5f;
  border-radius: 50%;
  width: 12px !important;
  height: 12px !important;
}

.tour-slider .slick-next {
  border: 2px solid #141b5f;
  border-radius: 50px;
}

.tour-slider .slick-prev {
  border: 2px solid #141b5f;
  border-radius: 50px;
}

.bg-gray {
  background-color: #f9f9f9;
  padding: 60px 0px;
}

.offer-section {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 4%;
}

.offer-section .contact-form {
  display: block;
}

.contact-form span {
  font-size: 24px;
  color: rgb(0, 17, 59);
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.input-area {
  width: 100%;
  display: flex;
  gap: 10px;
}

.input-area input {
  width: 100%;
  height: 50px;
  border: 1px solid rgb(221, 221, 221);
  margin-bottom: 20px;
  padding-left: 15px;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
  color: rgb(14, 29, 63);
  background: #fafafa;
  border-radius: 50px;
}

select#service {
  width: 100%;
  height: 50px;
  border: 1px solid rgb(221, 221, 221);
  margin-bottom: 20px;
  padding-left: 15px;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
  color: rgb(14, 29, 63);
  border-radius: 50px;
  background: #fafafa;
}

textarea#dialog-message {
  width: 100%;
  margin-bottom: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: auto;
  resize: vertical;
  padding: 16px;
  border: 1px solid rgb(221, 221, 221);
  font-family: Poppins, sans-serif;
  color: rgb(14, 29, 63);
  background: #fafafa;
  border-radius: 20px;
}

.send {
  width: 160px;
  height: 46px;
  background: rgb(41, 64, 121);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  border: 0px;
  border-radius: 50px;
}

.contact-form {
  background: rgb(255, 255, 255);
  padding: 40px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}

.contact-info span {
  font-size: 50px;
  font-weight: 900;
}

.contact-info p {
  color: #4e5277;
  font-size: 14px;
}

.contact-info-list span {
  font-size: 14px !important;
  font-weight: 600;
}

.contact-info-list ul {
  display: flex;
  flex-direction: column;
  gap: 4px !important;
}

.contact-info-list ul li {
  line-height: 20px;
  font-size: 14px;
  display: flex;
  gap: 10px;
}

.line {
  width: 100%;
  height: 1px;
  background: #e2e2e2;
}

.contact-info-list ul li figure {
  width: 5px;
  height: 5px;
  background: #141b5f;
  border-radius: 100%;
  margin-top: 7px;
}

.page-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.page-content span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.page-content p {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  font-weight: 100;
}

footer {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #edeef0;
}

.footer {
  display: grid;
  grid-template-columns: 30% 21% 21% 16%;
  gap: 4%;
}

.footer-menu span {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
}

.footer-social-media span {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
}

.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: disc;
}

.footer-menu ul li {
  list-style-position: inside;
}

.footer-menu ul li a {
  display: flex;
  color: #4e5277;
  gap: 8px;
  height: 20px;
}

.footer-menu ul li a figure {
  width: 3px;
  height: 3px;
  background: #141b5f;
  border-radius: 100%;
  margin-top: 7px;
}

.footer-content p {
  font-size: 14px;
}

.footer-social-media ul {
  display: flex;
  gap: 16px;
}

.footer-social-media ul li a {
  display: flex;
  gap: 10px;
  color: #4e5277;
  background: #f9f9f9;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.footer-social-media ul li a svg {
  margin-top: 20px;
  width: 18px;
}

.footer-social-media ul li a:hover {
  background: #4e5277;
  color: #fff !important;
}

.footer-bottom {
  height: 90px;
  background: #f9f9f9;
}

.info {
  text-align: center;
  margin-top: 34px;
}

.title span {
  font-weight: 900;
  font-size: 30px;
}

.category-services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-services .services {
  flex: 1 1 calc(25% - 10px);
  box-sizing: border-box;
}

.category-services .services a {
  background: #f9f9f9;
}

.category-section {
  display: grid;
  grid-template-columns: 25% 70%;
  gap: 5%;
}

.category ul li {
  margin-bottom: 6px !important;
}

.category ul li a {
  width: 100%;
  display: block;
  background-color: #e7e8ef;
  padding: 14px 24px;
  color: #141b60;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.5s;
  border-radius: 30px;
}

.category ul li a:hover {
  background-color: #141b60;
  color: #fff;
  padding-left: 26px;
}

.category-slider .slick-next {
  right: 10px !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-size: cover;
}

.category-slider .slick-prev {
  left: 10px !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-size: cover;
}

.category-slider {
  border-radius: 30px;
}

.category-slider img {
  border-radius: 30px;
}

.title.content-title {
  text-align: center;
}

.title.content-title p {
  font-size: 14px;
  width: 50%;
  margin: 0 auto !important;
  font-weight: 100;
}

.contact-wp {
  display: grid;
  grid-template-columns: 67% 31%;
  gap: 2%;
  align-items: center;
}

.contact-info-wp {
  border-left: 1px solid #e4e6e7;
  padding: 30px;
  height: 400px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.border-bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e6e7;
}

.page-top {
  width: 100%;
  height: 346px;
  position: relative;
}

.page-top img {
  width: 100%;
  height: 346px;
  object-fit: cover;
}

.page-top-info {
  margin: 0px auto;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px !important;
}

.page-top-info span {
  font-size: 66px;
  color: rgb(255, 255, 255);
  font-weight: 800;
}

.page-top-info ul {
  display: flex;
  gap: 20px;
}

.page-top-info ul li {
  position: relative;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 200;
}

.page-top-info ul li a {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.page-top-info ul li::after {
  content: "/";
  position: absolute;
  top: 0px;
  right: -13px;
  color: rgb(255, 255, 255);
  font-size: 18px;
}

.page-top-info ul li::after {
  content: "/";
  position: absolute;
  top: 0px;
  right: -13px;
  color: rgb(255, 255, 255);
  font-size: 18px;
}

.page-top-info ul li:last-child::after {
  display: none;
}

.content-detail span {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.content-detail .content-title {
  font-size: 28px !important;
  font-weight: 600 !important;
  margin-bottom: 2rem !important;
  display: block !important;
}

.language-selector {
  display: flex;
  gap: 10px;
  margin-right: 10px;
}

.language-btn {
  padding: 3px 4px;
  padding-right: 4px;
border: none;
  border-right-width: medium;
  border-right-style: none;
  border-right-color: currentcolor;
cursor: pointer;
background: transparent;
color: #131b5f70;
font-weight: 300;
border-right: 1px solid #f4f5f6;
padding-right: 16px;
font-size: 14px;
color:#000!important;
}

.language-btn.active {
  color: #131b5f;
  font-weight: 600;
}