body {
  background-color: #4b4b4f !important;
}

.nav {
  background-color: #4b4b4f;
  align-items: center;
  height: auto;
}

.nav > a > img {
  width: 150px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.nav-link {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  color: white !important;
  margin-bottom: 10px;
}

.nav-item {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  color: white !important;
}

.language {
  color: white;
  display: flex;
  align-items: center;
}

.language > .nav-link:nth-child(1) {
  padding: 0 0.5rem 0 0;
  margin: 0;
}

.language > .nav-link:nth-child(2) {
  padding: 0 0 0 0.5rem;
  margin: 0;
}

.nav > li > img {
  width: 20px;
}

.nav-item > p {
  text-align: center;
}

.ofis > p {
  margin-top: 70px;
}

.slider {
  background-color: #57575c;
}

.kroki {
  padding: 0 !important;
  background-color: #57575c;
}

.kroki > img {
  width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute !important;
  top: 102% !important;
  z-index: 5 !important;
  display: inline-block !important;
}

.carousel-control-prev {
  top: 116% !important;
}

.carousel-control-prev {
  right: 0 !important;
  left: unset !important;
}

.carousel-control-next-icon {
  background-image: url(../img/next.png) !important;
  width: 43px !important;
  height: 21px !important;
}

.carousel-control-prev-icon {
  background-image: url(../img/prev.png) !important;
  width: 43px !important;
  height: 21px !important;
}

@font-face {
  font-family: futura;
  src: url(../font/FuturaMediumBT.ttf);
}

.slogan {
  font-family: futura;
  background-color: #cb001f;
  color: white;
  font-size: 34px;
  font-weight: 600;
}

.slogan > p {
  width: 63%;
  padding: 20px 0 40px 50px;
}

.desc {
  font-family: futura;
  color: white;
  font-size: 19px;
  background-color: #57575c;
}

.desc > p {
  position: relative;
  width: 80%;
  padding: 20px 0 40px 50px;
}

.navbar-dark {
  --bs-bg-opacity: 0 !important;
  position: absolute !important;
  width: 6% !important;
  right: 0px;
  top: 20px;
  z-index: 6;
}

.navbar-toggler {
  background-color: #cb001f !important;
}

.openMenu {
  position: absolute;
  z-index: 6;
  right: 0;
  background-color: #cb001f !important;
  width: 19%;
}

.openMenu > .nav {
  background-color: unset !important;
  height: 100vh !important;
  justify-content: center;
}

.kroki > .row {
  padding: 0 !important;
  margin: 0 !important;
}

.kroki > .row > .col-12 > img {
  width: 100%;
  padding-right: 10px;
}

.location {
  display: flex;
}

.locdesc {
  font-family: futura;
  color: white;
  padding-top: 30px;
}

.locdest {
  font-family: futura;
  color: white;
  background-color: #4b4b4f;
  padding-top: 30px;
}

.locdesc > p:nth-child(1) {
  font-size: 21px;
  width: 85%;
  margin: 0 auto;
  border-bottom: 6px solid #cb001f;
  padding-bottom: 10px;
}

.locdesc > p:nth-child(2) {
  font-size: 15px;
  width: 85%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

ul {
  list-style-type: none !important;
}

.project {
  background-color: #4b4b4f;
}

.projectTop,
.projectBot {
  display: flex;
  color: white;
  font-family: futura;
  justify-content: space-evenly;
  align-items: center;
}

.projectBot {
  background-color: #72727b;
  margin-top: 50px;
}

.project {
  padding-top: 50px;
}

.projectTopDesc,
.projectBotDesc {
  width: 35%;
}

.projectBotDesc > p:nth-child(1) {
  font-size: 24px;
  border-bottom: 6px solid #cb001f;
  padding-bottom: 10px;
  padding-top: 10px;
}

.projectTopDesc > p:nth-child(1) {
  font-size: 24px;
  border-bottom: 6px solid #cb001f;
  padding-bottom: 10px;
}

.galeri {
  background-color: #4b4b4f;
  padding-top: 8%;
  text-align: center;
}

.galeri ul li {
  width: 24.2%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin: 0.2% 0.2%;
}

.hoverBox {
  background: #cb001fa3;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  height: 100%;
  transition: all 0.8s;
}

.effectPlus {
  position: absolute;
  top: 0;
  z-index: 9999999;
  left: 0;
  width: 50px !important;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 38%;
  transform: scale(0.6);
  opacity: 0;
  transition: all 0.8s;
}

.galeri ul li img {
  width: 100%;
}

.galeri ul li:hover .hoverBox {
  opacity: 1;
}

.galeri ul li:hover .effectPlus {
  opacity: 1;
}

.iletisim {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #4b4b4f;
}

.iletisim > form {
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.anasayfaFormInput {
  padding: 10px 10px 10px;
  border: unset;
  background: unset;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  height: 40px;
  outline: none;
  font-size: 15px;
  width: 39%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.iletisim form > textarea {
  padding: 10px 10px 10px;
  background: unset;
  border: unset;
  border: 1px solid rgba(255, 255, 255, 0.5);
  resize: none;
  height: 45px;
  color: #fff;
  outline: none;
  font-size: 15px;
  width: 79%;
  margin-right: 11px;
}

.anasayfaFormButton {
  width: 50%;
  display: flex;
  justify-content: center;
  letter-spacing: 2px;
}

.form-submit {
  width: 140px;
  padding: 11px;
  color: #fff;
  width: 50%;
  padding: 11px;
  border: unset;
  margin-bottom: 20px;
  transition: all 0.5s;
  background: #cb001f;
  cursor: pointer;
  margin-top: 20px;
  font-weight: bold;
  height: 60px;
}

.anasayfaFormInput::placeholder,
.anasayfaFormTextarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.anasayfaFormInput:-ms-input-placeholder,
.anasayfaFormTextarea::placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.anasayfaFormInput::-ms-input-placeholder,
.anasayfaFormTextarea::placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.form-submit:hover {
  background: #fff;
  border: 1px solid #cb001f;
  color: #cb001f;
}

.iletisim > h5 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-top: 70px;
  letter-spacing: 2px;
}

.aboutTopDesc,
.aboutBotDesc {
  width: 35%;
}

.nav-item > a > img {
  width: 200px;
  padding-bottom: 50px;
}

.galeri > h5,
.galeri > ul > h5 {
  color: white;
  font-family: futura;
  font-size: 30px;
  background-color: #cb001f;
  width: 21%;
  margin: 0 auto;
  margin-top: 50px;
}

.adresMap {
  display: flex;
  background-color: #72727b;
  padding: 20px;
}

.adresDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.adresTitle {
  color: white;
  font-family: "futura";
  font-size: 25px;
}

.anasayfaSign {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.anasayfaSign span {
  color: #cb001f;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 0.5;
  letter-spacing: 2px;
}

video {
  width: 937px;
  height: 527px;
}

.maps {
  padding-right: 50px;
}

a {
  color: unset !important;
  text-decoration: unset !important;
}

a:hover {
  color: unset !important;
  text-decoration: unset !important;
}

.projectTopDesc > p:nth-child(1) {
  padding-top: 10px;
}

.haber > ul {
  text-align: left;
}

.haber > ul > h5 {
  text-align: center;
}
