html {
  font-size: 14px;
}
body {
  font-family: "Rajdhani", sans-serif !important;
}

a {
  text-decoration: none;
}

.logo {
  max-width: 10rem;
}

.detay-btn a {
  color: #fff;
}

@media (min-width: 760px) {
  .navbarPosition {
    display: flex;
    justify-content: end;
  }
  .nav-item {
    padding-left: 16px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.btn {
  font-size: 1.2rem;
}

.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.navbar {
  background-color: #606060;
  font-size: 1.2rem;
  line-height: 27px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9;
}

.navbar .dropdown-menu .dropdown-item {
  color: #1e2022;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  transition: 0.3s;
  font-size: 1.2rem;
  font-weight: 600;
}

.dropdownLang {
  border-left: 1px solid #fff;
  position: relative;
  right: -3rem;
  text-align: center;
  z-index: 11;
}

.dropdownLang .dropdown-menu {
  min-width: auto;
}

.dropdownMobil {
  position: relative;
  height: auto;
  right: -3rem;
}

@media (max-width: 720px) {
  .dropdown-menu {
    border: none;
  }
  .navbar .navbar-brand .logo {
    width: 10rem;
  }
  .dropdownLang {
    border-left-style: none;
  }
  #dropdownLang {
    padding-left: 0;
  }
  .dropdown-menu {
    width: 5rem;
  }
  .dropdown-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.nav-item .nav-link {
  color: #1e2022;
  transition: 0.3s;
}

.nav-item .nav-link:hover {
  color: #30343f;
}

.nav {
  padding: 7px 0px 15px 0px;
}

.nav ul {
  list-style-type: none;
}

.nav ul li {
  padding: 0px 16px 0px 16px;
}

.nav ul li a {
  text-decoration: none;
  color: #1e2022;
  transition: 0.3s;
  font-size: 18px;
}

.nav ul li a:hover {
  color: #30343f;
}

.bannerHomepage {
  /* background: url("/images/background-homepage.png"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 39rem;
}

.bannerHomepage .gradient {
  position: absolute;
  background: url("/images/homepage-gradient.png");
  z-index: 1;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 720px) {
  .bannerHomepage,
  .bannerHomepage .gradient {
    height: 350px;
  }
}

.bannerHomepage .content {
  color: #fff;
  position: relative;
  z-index: 2;
}

.bannerHomepage .content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.bannerHomepage .content p {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.bg-1 {
  background: #f9faff;
}

.detay-btn a {
  background: #1058a2;
  transition: 0.3s;
}

.detay-btn a:hover {
  background: #30343f;
}

.category-card a {
  color: #fff;
}

.category-card .content {
  background-color: #2098d1;
}

.category-card .image {
  aspect-ratio: 4/3;
}

.category-card .image img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.product-card {
  color: #606060;
}

footer {
  padding-top: 75px;
  background: #606060;
  padding-bottom: 15px;
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

footer a:hover {
  color: #ed4e24;
}

footer .footer-icon {
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 2rem;
}

footer .copyrightField {
  border-top: 1px solid #fcfcfc;
  margin-top: 100px;
}

footer .copyrightField .copyright {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  margin-top: 15px;
}

.nav .altNav {
  list-style: none;
  padding-left: 0;
  position: absolute;
  margin-top: 15px;
  z-index: 3;
  background: #fff;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.37);
  display: none;
}
.nav .altNav li {
  padding: 5px 60px 5px 10px !important;
}

.nav .altNav li a {
  padding: 5px 10px 5px 10px;
}

@media (max-width: 760px) {
  footer .footer-block {
    margin-top: 1rem;
  }
}

header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10rem;
  color: #fff;
  position: relative;
}

.headerGradient {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  left: 0px;
  height: 10rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header h1 {
  z-index: 1;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #30343f;
}

.pageContent {
  padding-bottom: 358px;
}

.pageContent .pageContentTitle {
  color: #1e2022;
}

.pageContent img {
  max-width: 100%;
}

.contact-section .form-control {
  background-color: #f6f6f6;
}

.contact-section .form-label {
  font-size: 14px;
  color: #666666;
}

.contact-section .contactButton {
  padding: 13px 65px 13px 65px;
  color: #fff;
  font-size: 18px;
}

.contactAltTitle {
  font-size: 24px;
}

.contactAltContent {
  font-size: 15px;
  color: #666666 !important;
}

.contactAltContent a {
  color: #666666 !important;
}

.corporate {
  color: #183b56;
}

.corporate img {
  max-width: 100%;
}

.corporate .lh-base {
  line-height: 2rem !important;
}

.nav-link.active {
  color: #fff !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  cursor: pointer;
}

.nav-tabs .nav-link.active {
  color: #30343f !important;
  background-color: transparent;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
  color: #1058a2 !important;
}

.dropdown-toggle::after {
  margin-left: 0.5em !important;
}
.dropdown-menu {
  padding: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #30343f;
  color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #30343f;
  color: #fff !important;
}
.overlayDoga {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}
.DBAnasayfaCaptcha .dogainvalid {
  border: 1px solid red;
}

.filterField {
  background: #30343f;
}

.filterField {
  position: relative;
  background-color: #30343f;
  top: -60px;
  z-index: 2;
}

.filterField button {
  font-weight: 500;
  font-size: 1.7rem;
  transition: 0.3s;
  background-color: #183b56;
  color: #fff;
}

.filterField button:hover {
  background-color: #fff;
  color: #30343f;
}

@media (max-width: 760px) {
  .filterField {
    top: 0px;
    margin-top: 50px;
  }

  .filterField button {
    max-width: 100%;
  }
}

.filterField2 {
  background-color: #1058a2;
  position: sticky;
}

.filterField2 button {
  background-color: #fff;
  transition: 0.3s;
}

.filterField2 button:hover {
  background-color: #1058a2;
  color: #fff;
}

.urun .category {
  background: #2098d1;
  color: #fff;
}

.urun .title {
  font-weight: 500;
}

.urun .price h4 {
  color: #2098d1;
  font-weight: 600;
}

.mobilFilterBtn {
  background-color: #183b56;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.mobilCloseBtn {
  font-size: 5rem;
  color: #fff;
}

.mobilfilterField2 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background-color: #1058a2;
  z-index: 9;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute !important;
  right: 20px !important;
  top: auto !important;
  width: auto !important;
}

.productFields .productGroup {
  color: #183b56;
  font-size: 1.5rem;
  font-weight: 700;
}

.productFields .productItem {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: 0.3s;
}

.productFields .productItem:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.productFields .productItem .productTitle a {
  color: #30343f;
  transition: 0.3s;
  text-decoration: none;
}

.productFields .productItem .productTitle a:hover {
  color: #212529;
}

.productFields .productItem .productDetailRoute a {
  color: #30343f !important;
  transition: 0.3s;
}

.productFields .productItem .productDetailRoute a:hover {
  color: #212529 !important;
}

.productFields .propertyTitle {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #30343f;
}

.productFields .propertyContent {
  margin-bottom: 10px;
  color: #212529;
}

.productFields .propertyContent a {
  text-decoration: none;
  color: #212529;
  transition: 0.3s;
}

.productFields .propertyContent .propertyContentText {
  font-size: 0.9rem;
}

.productFields .propertyContent a:hover {
  color: #30343f;
}

.productFields img {
  max-width: 100%;
}

figure.zoom {
  position: relative;
  border: 5px solid white;
  overflow: hidden;
  cursor: zoom-in;
  transition: 0.3s;
}

figure.zoom .glassImage {
  position: absolute;
  right: 1rem;
  bottom: 0;
  color: #666 !important;
  opacity: 0.3;
}

figure.zoom img:hover {
  opacity: 0;
}

figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

.float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  border-radius: 50%;
  z-index: 100;
}

@media (max-width: 760px) {
  .border-none {
    border: none !important;
  }
}

.productDetail .productDetailTitle {
  font-size: 1.5rem;
  color: #30343f;
}

.productDetail .productDetailPropertyTitle {
  color: #30343f;
}

.productDetail a {
  text-decoration: none;
  color: #4b4b4b;
  transition: 0.3s;
}

.productDetail a:hover {
  color: #30343f;
}

.productDetail .productDetailDesc {
  color: #4b4b4b;
}

.productDetail .propertyColor {
  background-color: rgba(15, 39, 57, 0.1);
}

.productDetail .propertyItem {
  transition: 0.3s;
}

.productDetail .propertyItem:hover {
  background: #30343f;
  color: #fff;
}

.productDetail .property {
  color: #30343f;
}
.select2-hidden-accessible {
  position: absolute;
  right: 0;
  left: 0;
  visibility: hidden;
  width: 100% !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #6c757d !important;
  font-style: normal;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  color: #6c757d !important;
}

.select2 {
  width: 100% !important;
}

.select2-dropdown {
  background-color: #30343f;
}

.select2-selection.select2-selection--single {
  display: flex !important;
  justify-content: start;
  align-items: center;
  padding-left: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 3.5rem;
  border: 1px solid #ced4da;
  overflow: hidden;
  border-radius: 0.25rem !important;
  background-color: #fff;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  color: #30343f;
  margin-left: 0.5rem;
  padding: 0 0.5rem;
  order: 2;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
}

.jPaginate {
  padding-bottom: 2rem;
}

.carousel-control-next,
.carousel-control-prev {
  width: 7%;
}

.categoryField {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transition: 0.3s;
}

.categoryField:hover {
  -webkit-box-shadow: 0px 10px 42px 7px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 10px 42px 7px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 10px 42px 7px rgba(0, 0, 0, 0.27);
}

.categoryField .categoryTitle {
  color: #30343f;
}

.categoryField.flex-row-reverse .categoryImage {
  justify-content: end;
}

.categoryField .categoryUrl a {
  text-decoration: none;
  color: #183b56;
  transition: 0.3s;
}

.categoryField .categoryUrl a:hover {
  color: #30343f;
}

.submitButton {
  color: #fff;
  background-color: #30343f;
  border: 1px solid #30343f;
  transition: 0.3s;
}

.submitButton:hover {
  color: #30343f !important;
  background-color: #fff;
}

/*slider*/

#mainCarousel {
  margin: 0 auto 1rem auto;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
  padding: 0;
  width: 100%;
  aspect-ratio: 4/3;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainCarousel .carousel__slide img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

#mainCarousel .carousel__button {
  background: transparent;
  box-shadow: none;
}

#mainCarousel .carousel__button.is-prev {
  left: 3rem;
}

#mainCarousel .carousel__button.is-next {
  right: 3rem !important;
}

#mainCarousel .carousel__button:focus {
  outline: none;
}

#thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
}

#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}
