:root {
  --main-color: #2D5992;
  --bs-warning: #2D5992;
  --bs-background-1: #2D5992;
  --helper-background: #f6f3fc;
}
.background-1 {
  min-height: 40px;
  display: flex;
  align-items: center;
}
.header-right {
  width: fit-content !important;
  min-width: auto !important;
}
.nav-main-menu {
  justify-content: center !important;
}
.text-header-info a {
  width: 100% !important;
  max-width: fit-content;
}

.main-menu .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 1000;
  list-style: none;
  border: 1px solid #ddd;
}

.main-menu .has-children:hover > .sub-menu {
  display: block;
}

.main-menu .has-submenu .right-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  list-style: none;
  border: 1px solid #ddd;
}

.main-menu .has-submenu:hover > .right-submenu {
  display: block;
}

.main-menu li {
  position: relative;
}

.main-menu a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.right-arrow a[arrow="true"]::after {
  content: "";
  height: 10px;
  width: 10px;
  background: url(../imgs/template/icons/arrow-down.svg) no-repeat center;
  transform: rotate(-90deg);
  opacity: 1;
  margin-left: 0px;
  position: absolute;
  top: 40%;
  right: 0px;
  opacity: 0.6;
}

/* .menu-expand {
  width: 100% !important;
  display: flex !important;
  justify-content: end !important;
  z-index: 99 !important;
}
 */
/* .white-color a {
  color: white !important;
} */

/* 

.top-bar-2 .text-header-info .phone-head,
.top-bar-2 .text-header-info a {
  width: fit-content;
}


 */

.custom-arrow-slider .swiper-button-next:after,
.custom-arrow-slider .swiper-button-prev:after {
  content: "" !important;
}

.box-banner-hotel-detail .item-banner-box::before {
  background-image: none;
}

/* .box-banner-hotel-detail .item-banner-box {
  min-height: 100% !important;
  height: 100% !important;
} */
.title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.title-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.swiper-button-prev-style-1,
.swiper-button-next-style-1 {
  height: 35px;
  width: 35px;
  line-height: 32px;
}

.btn.btn-gray:hover {
  background-color: var(--main-color);
  border: 1px solid var(--bs-border-color);
}
.swiper-button-prev-style-1:hover,
.swiper-button-next-style-1:hover {
  background-color: var(--main-color);
}

.header .main-menu li a:hover,
nav a:hover,
.header .main-menu li ul li a:hover {
  color: var(--main-color) !important;
}

.box-list-news {
  margin-top: 0;
}
.box-margin {
  margin-top: 18px;
  margin-bottom: 18px;
}
.title-margin {
  margin-top: 18px;
  margin-bottom: 18px;
}
.line-clamp-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.line-clamp-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.block-testimonials .testimonials-left::before {
  right: -150px;
}
.box-testimonials {
  overflow: hidden;
}
.block-testimonials {
  overflow: visible;
}

h2,
.heading-2 {
  font-size: 40px;
  line-height: 60px;
}

@media only screen and (max-width: 600px) {
  h2,
  .heading-2 {
    font-size: 32px;
    line-height: 44px;
  }
  .swiper-button-prev-style-1,
  .swiper-button-next-style-1 {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 600px) {
  /*   .card-contact {
    min-height: 250px;
  } */
}
.card-team .card-image::before {
  background-color: var(--main-color);
}

.border-card-left {
  border: 1px solid var(--bs-border-color);
  border-radius: 0px 32px 0px 32px;
  margin-bottom: 0;
}

.border-card-left .card-title,
.text-cards .card-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--bs-neutral-1000);
  margin-bottom: 4px;
  display: block;
}

.flex-col {
  flex-direction: column;
}
.h-full {
  height: 100%;
}
.border-card-left-text {
  height: 100%;
  padding: 12px;
  background-color: var(--helper-background);
}

.border-card-left-text-container {
  background-color: white;
  border-radius: 0px 32px 0px 32px;
  height: 100%;
  padding: 12px;
}

.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: end !important;
}
.card-team .card-image {
  padding: 15px 0px 0px 15px;
}

.swiper-group-journey {
  padding-top: 0;
}

.line-through {
  text-decoration: line-through;
}

.card-button-left {
  position: absolute;
  top: 16px;
  left: 16px;
}

.footer .menu-footer li a:hover {
  color: var(--main-color);
}

.footer .footer-link {
  color: var(--bs-neutral-1000);
  transition-duration: 0.2s;
}
.footer .footer-link:hover {
  color: var(--main-color);
}

.footer .footer-bottom {
  border-top: none;
}
.box-footer-col-3 {
  margin-top: 0;
  margin: 20px 0;
  border-color: var(--bs-border-color);
}
.box-footer-col-3 .footer-col-1::before,
.box-footer-col-3 .footer-col-2::before {
  border-color: var(--bs-border-color);
}
.footer .footer-bottom {
  padding: 10px 0px 10px 0px;
}

footer {
  border-top: 1px solid var(--bs-border-color);
  padding: 0;
}

.footer.footer-white a.icon-socials svg {
  fill: none;
}
.footer.footer-white a.icon-socials:hover svg {
  fill: none;
}
#scrollUp {
  bottom: 50px;
  opacity: 90%;
}
.right-social {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 999;
  padding: 12px 8px 12px 12px;
  border-radius: 12px 0 0 12px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  background-color: white;
  border: 1px solid var(--bs-border-color);
  border-right: none;
}
.icon-hover:hover svg {
  transform: scale(1.1);
  filter: brightness(0) saturate(100%) invert(41%) sepia(76%) saturate(1398%) hue-rotate(182deg) brightness(81%) contrast(83%);
  transition: all 0.2s ease;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999999;
  justify-content: center;
  align-items: center;
}

#search-container {
  background: white;
  padding: 20px;
  margin: 12px;
  width: min(600px, calc(100vw - 1rem));
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#search-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
}

.search-result {
  display: block;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 5px;
  cursor: pointer;
}

.search-result:hover {
  background-color: #f0f0f0;
}
#search-button {
  background-color: var(--bs-neutral-100);
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}

.footer .menu-footer li {
  margin-bottom: 10px;
}

.image-icerik-container {
  display: flex;

  gap: 20px;
}

.image-icerik-left {
  width: 100%;
}

.image-icerik-right {
  max-width: 40%;
  width: 100%;
}

.image-icerik-right img {
  max-width: 100%;
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--bs-border-color);
  position: sticky;
  top: 80px;
}

.etkinlik-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.etkinlik-right {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 1024px) {
  .etkinlik-container {
    display: grid;
    column-gap: 0px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .card-team .card-image {
    margin-right: 16px;
  }
  .r-lg-w-full {
    width: 100%;
  }
  .right-social {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .image-icerik-container {
    flex-direction: column-reverse;
  }

  .image-icerik-right {
    max-width: 100%;
  }
  .r-md-w-full {
    width: 100%;
  }
}

.breadcrumbs {
  padding: 20px 0px;
}
.breadcrumbs li a,
.breadcrumbs span {
  font-size: 14px !important;
}

.main-padding {
  padding: 20px 0;
}

.card-info {
  justify-content: space-between;
}

.card-team .card-button {
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-neutral-100) !important;
}
.card-place:hover .link,
.card-team:hover .card-button a {
  background-color: var(--main-color) !important;
}

.card-place svg,
.card-team .card-button svg {
  stroke: var(--bs-neutral-900) !important;
}
.card-place:hover svg,
.card-team:hover .card-button svg {
  stroke: #fff !important;
}

.card-popular .card-button {
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-neutral-100) !important;
}
.card-popular:hover .card-button a {
  background-color: var(--main-color) !important;
}
.card-button a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.card-popular .card-button svg {
  stroke: var(--bs-neutral-900) !important;
}
.card-popular:hover .card-button svg {
  stroke: #fff !important;
}

.rounded-xl {
  border-radius: 24px;
}
.font-semibold {
  font-weight: 700;
}
.form-group input {
  height: 50px;
}

.w-full {
  width: 100%;
}

.fill-white svg {
  fill: white !important;
}

.contact-page .card-contact .card-image,
.contact-page .card-contact .card-info .card-title {
  margin-bottom: 12px;
}

.marka-page .card-contact .card-image,
.marka-page .card-contact .card-info .card-title {
  margin-bottom: 12px;
}

.marka-page .card-contact,
.tesis-page .card-contact {
  height: 100%;
}

input[type="checkbox"] {
  accent-color: var(--main-color);
}
.bg-footer {
  background-size: cover;
}

.form-group .email:focus {
  border-color: var(--bs-neutral-300);
}
img:not(.light-mode):not(.dark-mode):not(.logo) {
  border-radius: 12px;
}

.box-footer-col-3 .footer-col-1,
.box-footer-col-3 .footer-col-2 {
  border-color: var(--bs-border-color) !important;
}

.top-bar-2 .text-header-info .email-head svg,
.top-bar-2 .text-header-info .phone-head svg {
  fill: var(--main-color);
}

.news-image {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}

.h-auto {
  height: auto !important;
}

.swiper-group-faaliyet .swiper-slide:hover .card-button a {
  background-color: var(--main-color);
}
.swiper-group-faaliyet .swiper-slide:hover .card-button svg {
  stroke: var(--bs-neutral-0) !important;
}
.duyuru-card:hover .page-link {
  color: var(--bs-neutral-0) !important;
  background-color: var(--main-color);
}
.ihale-card:hover .page-link {
  color: var(--bs-neutral-0) !important;
  background-color: var(--main-color);
}
.duyuru-card li {
  margin: 0;
}
.ihale-card li {
  margin: 0;
}
.duyuru-card .pagination,
.ihale-card .pagination,
.ihale-card .page-link,
.duyuru-card .page-link {
  margin: 0;
}
.card-contact {
  padding: 16px;
}
.border-none {
  border: none;
}

.pagination .page-item:first-child .page-link {
  line-height: 48px;
}

.card-popular .card-info .card-title:hover {
  color: #000 !important;
}
.btn-gray-default {
  padding: 8px 18px !important;
  color: var(--bs-neutral-1000) !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
  background-color: var(--bs-button-bg-2) !important;
  border-radius: 50px;
  border: 1px solid var(--bs-border-color) !important;
  cursor: default;
}

.card-spot .card-info .card-right .card-button a:hover {
  background-color: var(--main-color) !important;
}
.swiper-group-tesisler .swiper-slide:hover .card-button a {
  background-color: var(--main-color);
}
.swiper-group-tesisler .swiper-slide:hover .card-button svg {
  stroke: var(--bs-neutral-0) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  font-family: "Manrope", sans-serif;
  font-weight: bold;
}

footer {
  margin-top: 3rem;
}

.mobile-header-wrapper-style,
.sidebar-canvas-wrapper {
  background-color: var(--bs-neutral-0);
  z-index: 10000;
}
.body-overlay-1 {
  background: rgba(0, 0, 0, 0.5);
}
.menu-expand {
  width: 50% !important;
  text-align: right !important;
}
.swiper-container {
  border-radius: 12px;
}

.form-group .cb-remember {
  height: 20px;
  width: 20px;
  margin: 0px 10px 0px 0px;
  margin-top: 0 !important;
}

.link-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--bs-neutral-1000);
  display: block;
}

.grayscale img {
  filter: grayscale(100%);
}

#scrollUp svg {
  fill: white;
}
#scrollUp {
  background: var(--main-color);
}
.text-header-info {
  text-wrap: nowrap;
}

#results {
  max-height: 70svh;
  overflow: auto;
}
#results h5 {
  margin-top: 24px;
}

.search-container {
  margin: 1rem;
}

.paginationjs .paginationjs-pages li {
  border: none !important;
}

.paginationjs .pagination .page-item:not(:first-child) .page-link {
  margin-left: 2px !important;
}

.paginationjs .pagination li:not(.disabled) a:hover {
  background-color: var(--main-color) !important;
  color: #fff !important;
}

.paginationjs .paginationjs-pages li.disabled > a:hover {
  background: var(--bs-button-bg-2) !important;
  color: var(--bs-neutral-500) !important;
}

.paginationjs .pagination li a {
  display: inline-block !important;
  width: 48px !important;
  height: 48px !important;
  line-height: 48px !important;
  border: 0px solid var(--bs-neutral-100) !important;
  border-radius: 50% !important;
  text-align: center !important;
  padding: 0px !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--bs-neutral-500);
  margin: 2px 4px !important;
  background-color: var(--bs-button-bg-2);
}

.paginationjs .active a {
  background-color: var(--main-color) !important;
  background: var(--main-color) !important;
  color: #fff !important;
}

.pagination li a:hover {
  background-color: var(--main-color);
  color: #fff !important;
}
.paginationjs .pagination li a:hover {
  background-color: var(--main-color) !important;
  color: #fff !important;
}

.btn-brand {
  background: var(--main-color) !important;
  color: white !important;
}
.nowrap {
  white-space: nowrap;
}

.sticky-bar.stick {
  position: sticky !important;
  z-index: 9999 !important;
}
.btn {
  white-space: nowrap;
}

a {
  color: var(--main-color);
}
a:hover {
  color: var(--main-color);
}

.baraj-detay .box-banner-tour-4 img {
  aspect-ratio: 16/9 !important;
  object-fit: cover !important;
}

.baraj-detay .box-banner-tour-4 a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 123;
  background: url(../imgs/page/tour-detail/bg-trans-bottom.png) repeat-x bottom center;
  height: 100%;
  width: 100%;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.box-install-app {
  position: relative;
  padding: 120px 0px 44px 0px;
}

@media only screen and (max-width: 1000px) {
  .box-install-app {
    position: relative;
    padding: 44px 0px 44px 0px;
  }
}

/* others site */
.box-list-news .line-clamp-2 {
  min-height: 56px;
}
/* others site */

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


