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

a {
  text-decoration: none;
}

.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: #1058a2;
  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;
}

.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: 42rem;
}

.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;
}

.sectionReferences .multiple-images .image-item {
  aspect-ratio: 4/3;
}

.sectionReferences .multiple-images .image-item img {
  object-fit: contain;
  width: 100%;
  max-width: 91%;
  height: 100%;
}

.sectionTitle {
  color: #30343f;
  font-weight: 600;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:1.5rem;
}

.sectionAltTitle {
  color: #183b56;
  font-weight: 500;
}

.sectionContent {
  font-weight: 400;
  color: #183b56;
}

.card {
  background: #fff;
}

.bg-1 {
  background: #f9faff;
}

.card {
  border: none;
  transition: 0.3s;
}

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

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

.card .image img {
	height:350px;
	object-fit:cover;
  width: 100%;
  max-width: 91%;
}

.card .marka {
  font-weight: 600;
}

.card .model {
  font-weight: 500;
  color: #818182;
}

.card .fiyat {
  font-weight: 500;
}

.card .tur {
  font-weight: 500;
}

.card .tarih {
  font-weight: 500;
  color: #818182;
}

.card .ulke {
  font-weight: 500;
}

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

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

.boat,
.boats {
  background-color: #f9faff;
}

.boat .baslik,
.content {
  font-size: 1.2rem;
}

.boat .baslik {
  font-weight: 500;
}

.sectionServices {
  background: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
}
.sectionServices img {
  max-width: 100%;
}

.sectionServices .sectionServicesTitle {
  color: #30343f;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}

.sectionServices .sectionAltTitleServices {
  margin-top: 22px;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.2px;
  margin-bottom: 62px;
  text-align: center;
}

.sectionServices .sectionServicesPoint {
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: 0.3s;
}

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

.sectionServices .sectionServicesPoint .sectionServicesPointTitle {
  line-height: 24px;
  color: #183b56;
}

.sectionServices .sectionServicesPoint .sectionServicesContent {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.sectionProducts {
  padding-top: 100px;
  padding-bottom: 300px;
}

.sectionProducts .sectionProductTitle {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.2px;
  color: #183b56;
}

.sectionProducts .sectionProductAltTitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #183b56;
}

@media (max-width: 760px) {
  .sectionProducts .sectionProductTitle {
    text-align: center;
  }
  .sectionProducts .sectionProductAltTitle {
    text-align: center;
  }
}

.sectionProducts .sectionProductsContent {
  margin-top: 50px;
}

.sectionProducts .sectionProductsContent .sectionProductsItem a {
  text-decoration: none;
}

.sectionProducts
  .sectionProductsContent
  .sectionProductsItem
  .sectionProductsItemBox {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: 0.3s;
  min-height: 490px;
}

.sectionProducts
  .sectionProductsContent
  .sectionProductsItem
  .sectionProductsItemBox:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  background-color: #30343f;
}

.sectionProducts
  .sectionProductsContent
  .sectionProductsItem
  a
  .sectionProductsItemImage
  img {
  max-width: 100%;
}

.sectionProducts .sectionProductsContent .sectionProductsItemNumber {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  display: none;
  transition: all 300ms;
}

.sectionProducts .sectionProductsContent .sectionProductsItemNumber {
  display: none;
  transition: all 300ms;
}

.sectionProducts .sectionProductsContent .sectionProductsItemTitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #30343f;
  margin-top: 25px;
  transition: all 300ms;
}
.sectionProducts .sectionProductsContent .sectionProductsItemContent {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b7581;
  margin-top: 10px;
  transition: all 300ms;
}

.sectionProducts
  .sectionProductsContent
  .sectionProductsItem
  .sectionProductsItemBox:hover
  .sectionProductsItemTitle {
  color: #fff;
}

.sectionProducts
  .sectionProductsContent
  .sectionProductsItem
  .sectionProductsItemBox:hover
  .sectionProductsItemContent {
  color: #fff;
}

.sectionContact {
  height: 650px;
}

.contactField {
  position: relative;
  padding-top: 46px;
  padding-bottom: 43px;
  padding-right: 34px;
  padding-left: 34px;

  background: #fff;
  border: 1px solid #e7eaf3;
  box-sizing: border-box;
  box-shadow: 0px 0px 35px rgba(140, 152, 164, 0.125);
  border-radius: 5px;
  max-width: 635px;
  top: -25%;
}

.contactField .contactTitle {
  color: #262654;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}

.contactField .cotactAltTitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 9px;
}

.contactField .form-group {
  margin-top: 25px;
}

.contactField .form-group input {
  /* border: 1px solid #d5dae2; */
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 16px;
  height: 50px;
}

.contactField .form-group .contactcheckBox {
  margin-top: 36px;
  margin-bottom: 36px;
}

.contactField .form-group .contactcheckBox .checkbox {
  margin-bottom: 0px !important;
}

.contactField .form-group .contactcheckBox a {
  color: #000;
}

.contactField .form-group .contactButton {
  text-decoration: none;
}

.contactField .form-group .contactSubmit {
  height: 50px;
  color: #fff;
  background: #30343f;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

footer a:hover {
  color: #ed4e24;
}

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

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;
  }
}

.headerSection {
  background-repeat: none;
  background-size: cover;
  height: 20rem;
}

.headerSection .container {
  position: relative;
  z-index: 2;
}

.headerGradient {
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 14, 0) 0%,
    rgba(14, 14, 14, 0.64) 92.19%,
    #0f2739 100%
  );
  z-index: 1;
  left: 0px;
  height: 20rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 760px) {
  .headerSection {
    height: 50vh;
  }
  .headerGradient {
    height: 50vh;
  }
}

.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;
}

.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: 91%;
  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;
}
