@import url("https://fonts.googleapis.com/css2?family=Comforter&amp;family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,400&amp;display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans" !important;
}

.logoa {
	margin-left:35%;
}
.btn-custom-blue {
  color: #fff;
  background-color: #26382a;
  border-radius: 0px;
  border: none;
}

.btn-custom-blue:hover {
  color: #bf290e;
}

.col-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.btn-custom-red {
  color: #fff;
  background-color: #bf290e;
  border-radius: 0px;
  border: none;
}

.btn-custom-red:hover {
  color: #000;
}

.btn-custom-blue-border {
  color: #000;
  border-radius: 0px;
  border: 1px solid #000;
}

.btn-custom-blue-border:hover {
  color: #bf290e;
  border: 1px solid #bf290e;
}

a {
  text-decoration: none;
  color: #bf290e;
}

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

.text-justify {
  text-align: justify;
}

button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.no-wrap-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.full-blur {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-backdrop-filter: blur(5px) brightness(0.5);
          backdrop-filter: blur(5px) brightness(0.5);
  z-index: 10;
  opacity: 1;
}

.note {
  font-size: 12px;
}

.contact {
  position: fixed;
  top: -375px;
  //left: calc(50% - 275px);
  right: 0;
  width: 550px;
  z-index: 12;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact .top-contact-form-container {
  background-color: #0000007a;
  padding: 15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.contact .contact-input {
  background-color: rgba(255, 255, 255, 0.09);
  color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
}

.contact .contact-input::-webkit-input-placeholder {
  color: #cacaca;
}

.contact .contact-input:-ms-input-placeholder {
  color: #cacaca;
}

.contact .contact-input::-ms-input-placeholder {
  color: #cacaca;
}

.contact .contact-input::placeholder {
  color: #cacaca;
}

.contact .contact-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact .contact-input:-webkit-autofill,
.contact .contact-input:-webkit-autofill:hover,
.contact .contact-input:-webkit-autofill:focus,
.contact .contact-input:-webkit-autofill:active {
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.contact .send-contact {
  background-color: #bf290e;
  border: none;
  padding: 5px 30px;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 200;
}

.contact .contact-button {
  background: #bf290e;
  border: none;
  color: #fff;
  padding: 10px 25px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 500;
}

.contact .contact-button svg {
  margin-right: 5px;
}

.contact .form-check {
  text-align: left;
}

.contact .form-check-label {
  color: #fff;
  font-size: 14px;
}

.contact .contact-text p {
  font-size: 14px;
  color: #f7f7f7;
}

.bottom-fixed {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99999999;
}

.open-mobile-contact {
  background-color: #bf290e;
  border: none;
  padding: 5px 30px;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 200;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 14px;
  z-index: 9999999;
  display: none;
}

.mobile-contact-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 99999;
  background: #fff;
  padding: 10vh 4vw;
  max-width: 100%;
  text-align: center;
}

.mobile-contact-modal .close-mobile-contact {
  position: fixed;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
}

.mobile-contact-modal .contact-text p {
  font-size: 14px;
  color: #000;
}

.mobile-contact-modal .form-check {
  text-align: left;
}

.mobile-contact-modal .form-check-label {
  color: #fff;
  font-size: 14px;
}

.mobile-contact-modal .contact-input {
  background-color: rgba(255, 255, 255, 0.09);
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  font-size: 14px;
}

.mobile-contact-modal .contact-input::-webkit-input-placeholder {
  color: #000;
}

.mobile-contact-modal .contact-input:-ms-input-placeholder {
  color: #000;
}

.mobile-contact-modal .contact-input::-ms-input-placeholder {
  color: #000;
}

.mobile-contact-modal .contact-input::placeholder {
  color: #000;
}

.mobile-contact-modal .contact-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-contact-modal .contact-input:-webkit-autofill,
.mobile-contact-modal .contact-input:-webkit-autofill:hover,
.mobile-contact-modal .contact-input:-webkit-autofill:focus,
.mobile-contact-modal .contact-input:-webkit-autofill:active {
  border: none;
  border-bottom: 1px solid #000;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.mobile-contact-modal .send-contact {
  background-color: #bf290e;
  border: none;
  padding: 5px 30px;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 200;
}

.open-contact {
  top: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.is-hidden {
  display: none !important;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

header .web-action-button {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .web-action-button .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .web-action-button .btn:hover {
  color: #bf290e;
}

header .web-action-button .btn-languages {
  padding: 2px;
  color: #fff;
  font-size: 13px;
}

header .web-action-button .btn-search {
  color: #fff;
  font-size: 17px;
}

header .nav {
  width: 100%;
  width: 100%;
  background: #26382a;
}

header .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .overlay .menu-item {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #ffffff;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}

header .overlay .menu-item:hover {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #bf290e;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}

header .overlay .overlay-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
}

header .overlay .full-menu {
  width: 25%;
  background-color: #26382a;
  height: 100vh;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .overlay .menu-project {
  width: 75%;
  height: 100vh;
  background: #fff;
  padding: 0px 0vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0px 25vh;
}

header .overlay .menu-project .row {
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .overlay .menu-project.active .row {
  opacity: 1;
}

header .overlay .menu-project .kav-konut-slogan {
  font-size: 1.7em;
  letter-spacing: 3px;
  font-weight: 300;
  margin-bottom: 0px;
}

header .overlay .menu-project .menu-title-project-text {
  width: 100%;
  margin: auto;
  color: #6b6b6b;
  font-size: 0.8rem;
}

header .overlay .menu-project .project-item {
  height: 70vh;
}

header .overlay .collapse-nav-button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 30px 35px;
}

header .overlay .collapse-nav-button:hover svg {
  fill: #bf290e;
}

header .menu_width {
  width: 100vw;
}

header .nav-button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 25px;
}

header .nav-button:hover svg {
  fill: #bf290e;
}

header .go {
  margin-left: 100%;
  display: none;
}

header .kocaeli-kav-konut-logo {
  margin: 15px 30px;
}

.home-slider-section {
  width: 100%;
  height: 100vh;
}

.home-slider-section .carousel-buttons {
  position: absolute;
  bottom: 50px;
  left: 10vw;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-slider-section .carousel-buttons button {
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background: #bf290e;
}

.home-slider-section .carousel-inner {
  width: 100%;
  height: 100vh;
}

.home-slider-section .carousel-inner .carousel-item {
  height: 100%;
}

.home-slider-section .carousel-inner .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-slider-section .carousel-inner .slide-info {
  position: absolute;
  bottom: 35vh;
  color: #fff;
  max-width: calc(100% - 20vw);
  width: calc(100% - 20vw);
  left: 10vw;
}

.home-slider-section .carousel-inner .slide-info p {
  max-width: 100%;
}

.home-slider-section .carousel-inner .slide-info .header-project-location {
  background-color: #bf290e;
  padding: 3px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 100;
}

.home-slider-section .carousel-inner .slide-info .header-project-location svg {
  width: 11px;
  vertical-align: text-bottom;
  margin-bottom: 3px;
}

.home-slider-section .carousel-inner .slide-info h2 {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 4px;
}

.home-slider-section .carousel-inner .slide-info .btn {
  padding: 5px 20px;
  margin-right: 20px;
  border-radius: 2px;
}

.home-slider-section .carousel-inner .slide-info .btn svg {
  margin-right: 5px;
}

.home-slider-section .carousel-inner .slide-info .btn .file-svg {
  width: 12px;
  vertical-align: text-bottom;
  margin-bottom: 2px;
}

.home-slider-section .carousel-inner .slide-info .btn .dot-svg {
  width: 15px;
  vertical-align: middle;
}

.home-slider-section .carousel-inner img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.home-kav-konut {
  padding: 15vh;
}

.home-kav-konut .kav-konut-slogan {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}

.home-kav-konut p {
  margin: auto;
  width: 55%;
  display: block;
}

.home-kav-konut-about .home-left-project {
  padding: 0px;
}

.home-kav-konut-about .home-left-project .left-project-img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-kav-konut-about .kav-konut-about {
  margin-left: -150px;
  width: 450px;
  margin-top: 74px;
  background: #fff;
  padding: 35px 50px;
  border-width: 3px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #997461, #ffffff 80%);
     border-image: -webkit-gradient(linear, left top, right top, from(#997461), color-stop(80%, #ffffff));
     border-image: linear-gradient(to right, #997461, #ffffff 80%);
  border-image-slice: 1;
}

.home-kav-konut-about .kav-konut-about h2 {
  color: #956f5b;
  letter-spacing: 10px;
  font-weight: 300;
}

.home-project {
  padding-bottom: 10vh;
}

.home-project .projects-title {
  margin: 15vh 0px;
}

.home-project .projects-title h3 {
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}

.home-project .projects-title p {
  width: 70%;
  margin: auto;
  color: #6b6b6b;
}

.project-item {
  overflow: hidden;
  padding: 0px 10px;
  height: 55vh;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.project-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-item .project-status {
  z-index: 9991;
  position: absolute;
  background: #bf290e;
  width: 220px;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-35deg);
  top: 25px;
  left: -65px;
  font-size: 13px;
}

.project-item .project-title-area {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000b7;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.project-item .project-title {
  color: #fff;
  opacity: 1;
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 9999;
  text-align: center;
  top: 45%;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 19px;
}

.project-item .project-info {
  position: absolute;
  z-index: 9999;
  bottom: 10%;
  width: 100%;
  left: 0px;
  background-color: #000be;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-align: center;
  padding: 10px;
}

.project-item:hover .project-title-area {
  opacity: 0;
}

.project-item:hover .project-title {
  top: 20%;
  background-color: #000be;
  padding: 5px 0px;
}

.project-item:hover .project-info {
  opacity: 1;
}

.service-section {
  padding: 0px 0px 5em 0px;
}

.service-section h2 {
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.service-section .service-footer {
  font-size: 1em;
  letter-spacing: 3px;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
}

.service-section .service-box h3 {
  font-size: 1.5em;
  font-weight: 400;
}

.service-section .service-box .sb-icon {
  margin-bottom: 30px;
  width: 100px;
  height: 125px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.service-section .service-box .sb-icon .sb-img-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service-section .service-box .sb-icon .sb-img-icon .dark {
  opacity: 0.2;
  max-height: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service-section .service-box .sb-icon .sb-img-icon .light {
  display: none;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service-section .service-box .sb-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 25px;
  top: -80px;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}

.service-section .service-box:hover .sb-icon {
  background-color: #000;
}

.service-section .service-box:hover .sb-icon .sb-img-icon .light {
  opacity: 1;
  display: block;
}

.service-section .service-box:hover .dark {
  display: none;
}

.service-section .service-box:hover .sb-icon .sb-img-icon {
  left: 15px;
  margin-bottom: 5px;
}

.news-from-us {
  background: #000;
  background: linear-gradient(121deg, #000 0%, rgba(0, 33, 77, 0.952819) 38%, rgba(191, 41, 14, 0.927609) 74%, #bf290e 100%);
  padding: 5vh;
}

.news-from-us.page {
  background: #fff;
}

.news-from-us.page .all-news-title {
  margin-bottom: 5vh;
  position: relative;
}

.news-from-us.page .all-news-title:after {
  content: attr(data-title);
  position: absolute;
  top: -10px;
  font-size: 90px;
  font-weight: 700;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #000;
  z-index: -1;
  font-family: "Roboto Condensed", sans-serif;
  opacity: 0.1;
  left: 0;
  width: calc(100% - 2.5vw);
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

.news-from-us.page .all-news-title p {
  width: 70%;
  margin: auto;
  color: #000;
  z-index: 9;
}

.news-from-us .all-news-title {
  margin-bottom: 5vh;
}

.news-from-us .all-news-title h4 {
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
  color: #fff;
}

.news-from-us .all-news-title p {
  width: 70%;
  margin: auto;
  color: #000;
  color: #fff;
}

.news-from-us .news-item-container {
  z-index: 7;
}

.news-from-us .news-item {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(168, 168, 168, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(168, 168, 168, 0.35);
  height: 100%;
}

.news-from-us .news-item .infos {
  color: #000;
}

.news-from-us .news-item .infos span {
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 33, 77, 0.719);
}

.news-from-us .news-item img {
  width: 100%;
  max-width: 100%;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 1px solid #ccc;
}

.news-from-us .news-item .news-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 15px;
}

.news-from-us .news-item .news-item-info .btn-custom-blue-border {
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 25px;
}

.news-from-us .news-item .news-item-info h5 {
  font-size: 20px;
}

.news-from-us .news-item .news-item-info h5 a {
  color: #000;
  text-decoration: none;
}

.news-from-us .news-item .news-item-info p {
  font-size: 17px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.project-top-section {
  width: 100%;
  height: 100vh;
}

.project-top-section.project-contact-page .project-top img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}

.project-top-section.project-contact-page .form-check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.project-top-section.project-contact-page .slide-info {
  bottom: 15vh !important;
}

.project-top-section.project-contact-page .contact-input {
  background-color: rgba(255, 255, 255, 0.09);
  color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
}

.project-top-section.project-contact-page .contact-input::-webkit-input-placeholder {
  color: #cacaca;
}

.project-top-section.project-contact-page .contact-input:-ms-input-placeholder {
  color: #cacaca;
}

.project-top-section.project-contact-page .contact-input::-ms-input-placeholder {
  color: #cacaca;
}

.project-top-section.project-contact-page .contact-input::placeholder {
  color: #cacaca;
}

.project-top-section.project-contact-page .contact-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.project-top-section.project-contact-page .contact-input:-webkit-autofill,
.project-top-section.project-contact-page .contact-input:-webkit-autofill:hover,
.project-top-section.project-contact-page .contact-input:-webkit-autofill:focus,
.project-top-section.project-contact-page .contact-input:-webkit-autofill:active {
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.project-top-section.project-contact-page .top-contact-form {
  text-align: left;
}

.project-top-section.project-contact-page h2 {
  font-size: 4rem !important;
  font-weight: 400;
  letter-spacing: 4px;
}

.project-top-section.project-contact-page .contact-text {
  font-size: 14px;
}

.project-top-section .project-top {
  height: 100%;
}

.project-top-section .project-top img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.project-top-section .project-top .slide-info {
  position: absolute;
  bottom: 25vh;
  color: #fff;
  width: 100%;
  text-align: center;
}

.project-top-section .project-top .slide-info .header-project-location {
  background-color: #bf290e;
  padding: 3px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 100;
}

.project-top-section .project-top .slide-info .header-project-location svg {
  width: 11px;
  vertical-align: text-bottom;
  margin-bottom: 3px;
}

.project-top-section .project-top .slide-info h2 {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 4px;
}

.project-top-section .project-top .slide-info h5 {
  margin-top: 20px;
  margin-bottom: 0px;
  letter-spacing: 6px;
  font-weight: 200;
}

.project-top-section .project-top .slide-info .btn {
  padding: 5px 20px;
  margin-right: 20px;
  border-radius: 2px;
}

.project-top-section .project-top .slide-info .btn svg {
  margin-right: 5px;
}

.project-top-section .project-top .slide-info .btn .file-svg {
  width: 12px;
  vertical-align: text-bottom;
  margin-bottom: 2px;
}

.project-top-section .project-top .slide-info .btn .dot-svg {
  width: 15px;
  vertical-align: middle;
}

.project-about {
  padding-top: 15vh;
  padding-bottom: 10vh;
}

.project-about .kav-konut-slogan {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}

.project-about p {
  margin: auto;
  width: 75%;
  display: block;
}

.project-e-katalog {
  position: relative;
  padding: 7vh;
}

.project-e-katalog:after {
  content: attr(data-title);
  position: absolute;
  top: 5vh;
  font-size: 90px;
  font-weight: 700;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #000;
  z-index: -1;
  font-family: "Roboto Condensed", sans-serif;
  opacity: 0.1;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

.project-e-katalog .kav-konut-slogan {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}

.project-e-katalog p {
  margin: auto;
  width: 75%;
  display: block;
}

.project-e-katalog .btn {
  display: block;
  padding: 5px 20px;
  margin: auto;
  border-radius: 2px;
  font-size: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.project-e-katalog .btn svg {
  margin-right: 5px;
}

.project-e-katalog .btn .file-svg {
  width: 12px;
  vertical-align: text-bottom;
  margin-bottom: 2px;
}

.project-e-katalog .btn .dot-svg {
  width: 15px;
  vertical-align: middle;
}

.project-second-about {
  padding: 4vh 0px 8vh;
  background: #000;
  color: #fff;
}

.project-second-about .kav-konut-slogan {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}

.project-second-about p {
  margin: auto;
  width: 55%;
  display: block;
}

.project-milestones {
  position: relative;
  width: 100%;
  padding: 25px;
}

.project-milestones:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url("../images/kav-konut-concept-yahyakaptan-banner-1.jpg");
  background-position: center;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.project-milestones .milestone {
  min-height: 110px;
  padding-left: 43px;
  padding-top: 25px;
  position: relative;
  color: #fff;
}

.project-milestones .milestone h2 {
  margin-bottom: 0;
  font-size: 45px;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
}

.project-milestones .milestone p {
  float: left;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 10px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.project-galery-section {
  padding-bottom: 10vh;
}

.project-galery-section .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  border-bottom: none;
}

.project-galery-section .nav-tabs .galery-tab-items .galery-tab-button {
  background-color: transparent;
  border: none;
  font-size: 18px;
  margin-right: 15px;
  color: #ccc;
  padding: 0px;
  font-weight: 400;
}

.project-galery-section .nav-tabs .galery-tab-items .galery-tab-button.active {
  color: #bf290e;
}

.project-galery-section .nav-tabs .galery-tab-items .galery-tab-button::after {
  color: #ccc;
  font-weight: 100;
  margin-left: 15px;
  font-size: 30px;
  content: "/";
}

.project-galery-section .nav-tabs .galery-tab-items:last-child .galery-tab-button::after {
  content: "";
}

.project-galery-section .projects-title {
  margin: 9vh 0px 1vh;
}

.project-galery-section .projects-title h3 {
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}

.project-galery-section .project-galery .galery-item {
  margin-bottom: 30px;
}

.project-galery-section .project-galery .galery-item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-floor-plans {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.project-floor-plans .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  border-bottom: none;
}

.project-floor-plans .nav-tabs .floor-tab-items .floor-tab-button {
  background-color: transparent;
  border: none;
  font-size: 25px;
  margin-right: 15px;
  color: #ccc;
  padding: 0px;
  font-weight: 400;
}

.project-floor-plans .nav-tabs .floor-tab-items .floor-tab-button.active {
  color: #000;
}

.project-floor-plans .nav-tabs .floor-tab-items .floor-tab-button::after {
  color: #ccc;
  font-weight: 100;
  margin-left: 15px;
  font-size: 30px;
  content: "/";
}

.project-floor-plans .nav-tabs .floor-tab-items:last-child .floor-tab-button::after {
  content: "";
}

.project-floor-plans .kav-konut-slogan {
  margin-bottom: 20px;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}

.project-floor-plans .floor-plans-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project-floor-plans .col-4 {
  padding-bottom: 20px;
}

.project-floor-plans .col-4 .floor-plan-item {
  border: 1px solid #000;
}

.project-floor-plans .col-4 .floor-plan-item .col-12 {
  text-align: center;
}

.project-floor-plans .col-4 .floor-plan-item .col-12 img {
  width: 50%;
  height: auto;
  display: inline-block;
}

.project-floor-plans .col-4 .floor-plan-item .col-12 .floor-plan-title {
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 5px;
  font-weight: 200;
  letter-spacing: 2px;
}

.project-floor-plans .col-4 .floor-plan-item .col-12 .brut {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.project-floor-plans .col-4 .floor-plan-item .col-12 .floor-plan-pictures {
  word-spacing: -5px;
}

.project-film {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background: #000;
  background: linear-gradient(121deg, #000 0%, rgba(0, 33, 77, 0.952819) 38%, rgba(191, 41, 14, 0.927609) 74%, #bf290e 100%);
}

.project-film .kav-konut-slogan {
  margin-bottom: 50px;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
  color: #fff;
}

.project-contact {
  position: relative;
  padding: 8vh;
  color: #fff;
}

.project-contact:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url("../images/kav-konut-concept-yahyakaptan-banner-1.jpg");
  background-position: center;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
  z-index: -1;
}

.project-contact .top-contact-form-container {
  background-color: #ffffff1a;
  padding: 6vh 3vw;
  border-radius: 10px;
}

.project-contact .contact-input {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
}

.project-contact .contact-input::-webkit-input-placeholder {
  color: #959595;
}

.project-contact .contact-input:-ms-input-placeholder {
  color: #959595;
}

.project-contact .contact-input::-ms-input-placeholder {
  color: #959595;
}

.project-contact .contact-input::placeholder {
  color: #959595;
}

.project-contact .contact-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.project-contact .contact-input:-webkit-autofill,
.project-contact .contact-input:-webkit-autofill:hover,
.project-contact .contact-input:-webkit-autofill:focus,
.project-contact .contact-input:-webkit-autofill:active {
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.project-contact .send-contact {
  background-color: #bf290e;
  border: none;
  padding: 5px 30px;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 200;
}

.project-contact .contact-button {
  background: #000;
  border: none;
  color: #fff;
  padding: 10px 25px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 500;
}

.project-contact .contact-button svg {
  margin-right: 5px;
}

.project-contact .form-check {
  text-align: left;
}

.project-contact .form-check-label {
  color: #fff;
  font-size: 14px;
}

.project-contact .contact-text p {
  font-size: 13px;
  color: #f7f7f7;
}

.project-contact .project-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project-contact .project-contact-info h4 {
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: 2px;
}

.contact-page {
  position: relative;
  padding: 9vh;
  color: #000;
}

.contact-page .contact-col:after {
  content: attr(data-title);
  position: absolute;
  top: -5px;
  font-size: 150px;
  font-weight: 700;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #000;
  z-index: -1;
  font-family: "Roboto Condensed", sans-serif;
  opacity: 0.1;
  left: 0;
  width: calc(100% - 2.5vw);
  text-align: center;
  overflow: hidden;
}

.contact-page .top-contact-form-container {
  margin-right: 15px;
  background-color: #121213;
  padding: 3vh 3vw;
  border-radius: 10px;
  color: #fff;
}

.contact-page .top-contact-form-container p {
  font-size: 13px;
}

.contact-page .top-contact-form-container option {
  color: #000;
  font-weight: 400;
}

.contact-page .contact-input {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
}

.contact-page .contact-input::-webkit-input-placeholder {
  color: #dfdfdf;
}

.contact-page .contact-input:-ms-input-placeholder {
  color: #dfdfdf;
}

.contact-page .contact-input::-ms-input-placeholder {
  color: #dfdfdf;
}

.contact-page .contact-input::placeholder {
  color: #dfdfdf;
}

.contact-page .contact-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-page .contact-input:-webkit-autofill,
.contact-page .contact-input:-webkit-autofill:hover,
.contact-page .contact-input:-webkit-autofill:focus,
.contact-page .contact-input:-webkit-autofill:active {
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.contact-page .send-contact {
  background-color: #bf290e;
  border: none;
  padding: 5px 30px;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 200;
}

.contact-page .contact-button {
  background: #000;
  border: none;
  color: #fff;
  padding: 10px 25px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 500;
}

.contact-page .contact-button svg {
  margin-right: 5px;
}

.contact-page .form-check {
  text-align: left;
}

.contact-page .form-check-label {
  color: #fff;
  font-size: 14px;
}

.contact-page .contact-text p {
  font-size: 13px;
  color: #f7f7f7;
}

.contact-page .project-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-page .project-contact-info h4 {
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}

.contact-page .project-contact-info p {
  text-align: center;
}

.contact-page .kav-konut-contact-info {
  padding: 3vh 0px;
}

.contact-page .kav-konut-contact-info table {
  width: 100%;
  margin-top: 20px;
}

.contact-page .kav-konut-contact-info table td.icon {
  width: 60px;
  font-size: 25px;
  text-align: center;
}

.contact-page .kav-konut-contact-info table td i {
  color: #000;
}

.contact-page .kav-konut-contact-info .phone-number,
.contact-page .kav-konut-contact-info .address,
.contact-page .kav-konut-contact-info .email {
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}

.contact-page .kav-konut-contact-info p {
  margin-bottom: 0px;
}

.contact-page .kav-konut-contact-info ul.social-media {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

.contact-page .kav-konut-contact-info ul.social-media li {
  display: inline-block;
  list-style: none;
}

.contact-page .kav-konut-contact-info ul.social-media li a {
  color: #000;
  font-size: 40px;
  margin-right: 7px;
}

.projects-page {
  padding-bottom: 10vh;
  padding-top: 5vh;
}

.projects-page .projects-title {
  margin-top: 4vh;
  margin-bottom: 4vh;
}

.projects-page .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  border-bottom: none;
}

.projects-page .nav-tabs .project-tab-items .project-tab-button {
  background-color: transparent;
  border: none;
  font-size: 18px;
  margin-right: 15px;
  color: #ccc;
  padding: 0px;
  font-weight: 500;
}

.projects-page .nav-tabs .project-tab-items .project-tab-button.active {
  color: #bf290e;
}

.projects-page .nav-tabs .project-tab-items .project-tab-button::after {
  color: #ccc;
  font-weight: 100;
  margin-left: 15px;
  font-size: 30px;
  content: "/";
}

.projects-page .nav-tabs .project-tab-items:last-child .project-tab-button::after {
  content: "";
}

footer {
  background-color: #26382a;
  padding: 7vh;
  color: #8d8d8d;
}

footer .kav-konut-logo img {
  margin-bottom: 10px;
  width: 40%;
}

footer .kav-konut-about {
  font-size: 0.8rem;
  color: #8d8d8d;
  margin-right: 40px;
  margin-bottom: 25px;
}

footer .phone-number,
footer .address,
footer .email {
  display: block;
  color: #8d8d8d;
  text-decoration: none;
  margin-top: 5px;
  font-size: 14px;
}

footer .phone-number i,
footer .address i,
footer .email i {
  margin-right: 5px;
}

footer .phone-number:hover,
footer .address:hover,
footer .email:hover {
  color: #fff;
}

footer p {
  margin-bottom: 0px;
}

footer ul.social-media {
  margin-bottom: 0px;
  padding-left: 0px;
}

footer ul.social-media li {
  display: inline-block;
  list-style: none;
}

footer ul.social-media li a {
  color: #8d8d8d;
  font-size: 30px;
  margin-right: 7px;
}

footer ul.social-media li a:hover {
  color: #fff;
}

footer .footer-menu-area {
  padding: 0px 15px;
}

footer .footer-menu-area .footer-menu {
  padding-left: 0px;
}

footer .footer-menu-area .footer-menu li {
  list-style: none;
  margin-bottom: 5px;
}

footer .footer-menu-area .footer-menu li a {
  color: #8d8d8d;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 15px;
}

footer .footer-menu-area .footer-menu li a:hover {
  color: #fff;
}

footer .footer-kav-konut-contact {
  padding-left: 20px;
}

.breadcrumb-item {
  color: #fff !important;
}

.news-image {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.news {
  margin-top: 95px;
  margin-bottom: 25px;
}

.news .breadcrumb-item {
  color: #000 !important;
}

.page-top-section {
  width: 100%;
  height: 180px;
  position: relative;
  margin-top: 75px;
}

.page-top-section .page-top {
  height: 100%;
}

.page-top-section .page-top img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.page-top-section .page-top .page-info {
  position: absolute;
  bottom: 10px;
  color: #fff;
  width: 100%;
}

.page-top-section .page-top .page-info h1 {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 4px;
}

.page-about {
  padding: 10vh;
  position: relative;
}

.page-about .kav-konut-slogan {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}

.page-about p {
  margin: auto;
  display: block;
}

.page-about .about-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-about-first-desc {
  padding: 10vh;
  padding-top: 0px;
  position: relative;
}

.page-about-first-desc .about-col {
  position: relative;
}

.page-about-first-desc .about-col:after {
  content: attr(data-title);
  position: absolute;
  top: -50px;
  font-size: 95px;
  font-weight: 700;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #000;
  z-index: -1;
  font-family: "Roboto Condensed", sans-serif;
  opacity: 0.1;
  left: 0;
  width: calc(100% - 2.5vw);
  text-align: left;
  overflow: hidden;
}

.page-about-first-desc .about-col:first-child {
  padding-right: 2.5vw;
}

.page-about-first-desc .about-col:last-child {
  padding-left: 2.5vw;
}

.bariz-medya {
  background-color: #151519;
  padding: 15px;
  font-size: 13px;
}

.no-wrap {
  display: block;
  white-space: nowrap;
  overflow: auto;
  width: 100%;
  text-align: center;
  font-size: 0px;
}

.no-wrap .col-20 {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 1300px) {
  header .overlay .menu-project {
    padding: 0px 10vh;
  }
}

@media screen and (max-width: 991px) {
.logoa {
	margin-left:0px;
}
	
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    overflow: hidden;
  }
  .tablet-hidden {
    display: none !important;
  }
  header .overlay .full-menu {
    width: 100%;
  }
  header .overlay .full-menu.active {
    width: 100%;
  }
  .home-kav-konut p {
    width: 100%;
  }
  .news-from-us .news-item {
    margin-bottom: 30px;
  }
  .news-from-us .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-menu-area {
    margin-bottom: 20px;
  }
  footer .footer-kav-konut-about {
    margin-bottom: 20px;
  }
  header .overlay .menu-project {
    padding: 0px 5vh;
  }
  .service-section .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .all-project .no-wrap {
    max-width: 100vw;
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .all-project .no-wrap .col-20 {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .page-top-section .page-top .page-info h1 {
    font-size: 2.2rem;
  }
  .open-mobile-contact {
    display: block;
  }
  .page-about {
    padding: 40px 15px;
  }
  .page-about-first-desc {
    padding: 40px 15px;
  }
  .contact-page {
    padding: 2vh;
  }
  .contact-page .contact-col:after {
    font-size: 70px;
  }
  .page-about-first-desc .about-col:after {
    font-size: 50px;
  }
  .news-from-us.page .all-news-title:after {
    font-size: 50px;
  }
  .project-e-katalog:after {
    font-size: 50px;
  }
  .mobile-hidden {
    display: none !important;
  }
  .full-blur {
    display: none;
  }
  .project-galery .galery-item {
    margin-bottom: 10px !important;
  }
  .project-galery .galery-item img {
    height: 150px !important;
  }
  .project-e-katalog {
    padding: 3vh;
  }
  .home-kav-konut-about .kav-konut-about {
    margin-left: auto !important;
    margin-right: auto !important;
    border: none;
    margin-top: -100px;
    padding: 35px 5vw;
  }
  .home-kav-konut-about .home-right-about {
    padding: 0px;
  }
  .home-kav-konut {
    padding: 10vh 5vw;
  }
  .news-from-us {
    padding: 5vh 5vw;
  }
  .home-slider-section .carousel-inner .slide-info h2 {
    font-size: 3rem;
  }
  .home-project .projects-title p {
    width: 100%;
  }
  .home-project .container-fluid {
    padding: 0px;
  }
  .all-project .col-20 {
    width: 50% !important;
  }
  .service-section .service-box .sb-icon {
    margin: auto;
  }
  .home-slider-section .carousel-inner .slide-info {
    left: 5vw;
  }
  .project-top-section .project-top .slide-info h2 {
    font-size: 3rem;
  }
  .project-about {
    padding: 10vh 5vw;
  }
  .project-about p {
    width: 100%;
  }
  .project-film iframe {
    height: 320px;
  }
  .project-contact {
    padding: 8vh 5vw;
  }
  .project-contact .mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer {
    padding: 7vh 5vw;
  }
}

.project-features {
  padding-bottom: 10vh;
}

.project-features .features-images {
  position: relative;
  height: 100%;
}

.project-features .features-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  opacity: 0;
  -o-object-position: left;
     object-position: left;
}

.project-features .features-images img.active {
  opacity: 1;
  -o-object-position: center;
     object-position: center;
}

.project-features .accordion-button {
  padding: 7px 10px;
  font-size: 15px;
  background-color: #ffffff;
  color: #000;
}

.project-features .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 0.9rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2JmMjkwZSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
}

.project-features .accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fff;
}

.cookie-space {
  height: 29px;
}

#cookie {
  padding: 5px 10px;
  background: rgba(0, 33, 77, 0.74);
  color: #f1f1f1;
  -webkit-box-shadow: 0 2px 3px rgba(51, 51, 51, 0.25);
          box-shadow: 0 2px 3px rgba(51, 51, 51, 0.25);
  font-size: 13px;
  text-align: center;
  z-index: 99;
}

#cookie button {
  border: 0;
  padding: 5;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 5px;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

#cookie button:hover {
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.5);
          box-shadow: 0 1px 1px rgba(51, 51, 51, 0.5);
}

.project-drag {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*# sourceMappingURL=style.css.map */