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

.headerUstMenu {
  background: #c1272d;
  color: #fff;
  font-size: 1rem;
}

@media (max-width: 720px) {
  .headerUstContent {
    font-size: 0.8rem;
  }
}

.headerUstMenu .headerUstContent {
  padding: 0.5rem 1rem;
}

@media (max-width: 720px) {
  .headerUstMenu .headerUstContent .logo {
    width: 10rem;
  }
}

.headerUstMenu .headerUstContent .headerUstContentPhone {
  padding-left: 5.5px;
}

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

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

.navbar {
  font-size: 1.2rem;
  line-height: 27px;
   -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1000;
}
.dropdownLang .dropdown-menu {
  min-width: auto;
  z-index: 2000;
}

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

@media (max-width: 720px) {
  .dropdown-menu {
    border: none;
  }
  .navbar .navbar-brand .logo {
    width: 10rem;
  }
}

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

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

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

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

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

.sectionReferences .multiple-images .image-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  transition: 0.3s;
}

.sectionReferences .multiple-images .image-item:hover{
  border: 1px solid #c1272d;
  border-radius: .25rem !important;
}


.sectionReferences img {
  max-width: 100%;
  height: auto;
}

.sectionHakkimizda {
  margin-top: 118px;
  margin-bottom: 90px;
}

.sectionHakkimizda .sectionTitle {
  color: #c1272d;
  font-size: 24px;
  font-weight: 600;
  line-height: 19, 07px;
}

.sectionHakkimizda .sectionAltTitle {
  color: #183b56;
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
}

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

.sectionHakkimizda .sectionContent {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  color: #183b56;
}

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

.sectionServices .sectionServicesTitle {
  color: #c1272d;
  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 .5rem 1rem rgba(0,0,0,.15) !important;
  transition: 0.3s;
}

.sectionServices .sectionServicesPoint:hover{
  box-shadow: 0 1rem 3rem rgba(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: 1.25rem;
  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 .5rem 1rem rgba(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,.175) !important;
  background-color: #c1272d;
}

.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: #C1272D;
  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 {
  background: #f6f6f6;
  height: 650px;
}

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

  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: #c1272d;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  padding-top: 75px;
  background: #183b56;
  padding-bottom: 15px;
}

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

footer a:hover {
  color: #c1272d;
}

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: 30vh;
}

.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: 30vh;
  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: #c1272d;
}

.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: 18px;
  color: #666666 !important;
}

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

.corporate {
  color: #183b56;
}

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

.corporate .lh-base {
  line-height: 2rem !important;
  font-size: 18px ;
}

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

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

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

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

.dropdown-item.active,
.dropdown-item:active {
  background-color: #c1272d;
  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: #c1272d;
}

.filterField {
  position: relative;
  background-color: #c1272d;
  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: #c1272d;
}

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

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

.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 .5rem 1rem rgba(0,0,0,.15) !important;
  transition: 0.3s;
}

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

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

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

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

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

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

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

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

.productDetail .productDetailPropertyTitle{
  color: #c1272d ;
}

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

.productDetail a:hover {
  color: #c1272d;
}

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

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

.productDetail .propertyItem{
  transition: 0.3s;
}

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

.productDetail .property {
  color: #c1272d;
}
.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: #c1272d;
}

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

.categoryContent{
	font-size: 18px;
}

.categoryField{
  box-shadow: 0 1rem 3rem rgba(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: #c1272d;
}

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

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

.categoryField .categoryUrl a:hover{
  color: #c1272d;
}


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

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