body {
  font-family: "Montserrat", sans-serif;
}

.navbar-image {
  background-image: url(../img/navbar.png);
  background-repeat: no-repeat;
}

.langSearch {
  width: max-content;
  display: flex;
  align-items: center;
  position: absolute;
  right: 120px;
}

.langSearch > span {
  color: white;
  font-weight: 500;
  font-size: 1.1rem;
}

.langSearch > img {
  width: 30px;
  margin-left: 50px;
}

.sectionSelect > a {
  width: 100%;
  margin: -6px;
}

.menuSquare {
  position: relative;
  top: 109px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.square {
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.square > span {
  position: absolute;
  color: white;
  margin: 20px;
  font-weight: 600;
  font-size: 1.2rem;
}

.square > img {
  width: 100%;
  height: 372px;
  transition: 0.5s;
}

.countSquare {
  position: relative;
  top: 160px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

.colorSquare {
  color: white;
  width: 24%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.colorSquare > span {
  font-size: 2.5rem;
}

.footerSocial {
  position: relative;
  top: 200px;
  margin-bottom: 50px;
  text-align: right;
}

.footerSocial > img {
  width: 40px;
}

.footerNav {
  position: relative;
  top: 200px;
  text-align: center;
}

.footerContact {
  position: relative;
  top: 200px;
  display: flex;
  justify-content: center;
  margin-bottom: 210px;
}

.footerNav > a {
  text-decoration: none;
  color: #acacac;
  font-weight: 700;
  margin: 0px 10px;
}

.footerContact > p {
  color: #acacac;
  font-size: 0.8rem;
  margin: 0 5px;
  letter-spacing: 1px;
}

.navbar-brand > img {
  width: 70%;
  padding: 5px 20px;
}

.nav-link {
  color: black;
  font-size: 1.2rem;
  font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
  color: #a00809;
}

.menuSquare > a {
  width: 100%;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0000007a;
  transition: 0.5s ease;
}

.square:hover .overlay {
  background-color: #a00809b8;
}

.square:hover img:nth-child(1) {
  transform: scale(1.2) translatex(-30px);
}

.overlay > img {
  position: absolute;
  bottom: 15%;
  left: 5%;
}

.square:hover .overlay {
  opacity: 1;
}

.offcanvas.offcanvas-end {
  width: max-content;
}

.sectionSelect {
  display: flex;
  position: relative;
  top: 109px;
  justify-content: center;
}

.section {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.section > img {
  width: 100%;
  height: 743px;
  transition: 0.5s ease;
}

.section > span {
  position: absolute;
  color: white;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.2rem;
}

.section:hover img:nth-child(1) {
  transform: scale(1.2) translatex(-30px);
}

.overlaySector {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0000007a;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlaySector > img {
  transition: 0.5s ease;
  margin-top: 20%;
  opacity: 0;
}

.section:hover .overlaySector {
  background-color: #a00809b8;
}

.section:hover .overlaySector > img {
  opacity: 1;
}

.sectionSelectProject {
  display: flex;
  position: relative;
  top: 109px;
  justify-content: center;
  flex-direction: column;
}

.sectionProject {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.sectionProject > img {
  width: 100%;
  height: 248px;
  transition: 0.5s ease;
}

.sectionProject:hover img:nth-child(1) {
  transform: scale(1.2) translatex(-30px);
}

.headerClick {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 500px;
  margin-bottom: 10px;
}

.headerClick > span {
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  margin-left: 10%;
}

.headerClickHorizontal {
  position: absolute;
  display: flex;
  align-items: center;
  width: 500px;
  margin-bottom: 10px;
  flex-direction: column;
}

.headerClickHorizontal > span {
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
}

.overlayProject {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0000007a;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.click {
  transition: 0.5s ease;
  opacity: 0;
  margin-left: 3%;
  width: 40px;
}

.sectionProject:hover .overlayProject {
  background-color: #a00809b8;
}

.sectionProject:hover .click {
  opacity: 1;
}

.square:hover .click {
  opacity: 1;
}

.section:hover .click {
  opacity: 1;
}

.headerClickHorizontal > .click {
  margin-left: 0;
}

.navbar-toggler {
  border-color: white;
}

.navbar-dark {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
  outline: 0;
  box-shadow: 0 0 0 0;
}

.navbar-toggler:focus-visible,
.navbar-toggler-icon:focus-visible {
  outline: 0;
}

.banner {
  position: relative;
  top: 109px;
}

.bannerGorsel {
  width: 100%;
  height: auto;
}

.back {
  position: absolute;
  top: 15%;
  left: 3%;
  width: 50px;
  z-index: 1;
}

.detailCenter {
  position: relative;
  top: 109px;
}

.detailCenter > .col-xl-4 > a > img {
  width: 210px;
  margin-top: 50px;
}

.detailCenter > .col-xl-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detailCenter > .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detailCenter > .col-xl-5 > span {
  font-size: 1.8rem;
  border-top: 1px solid black;
  padding-top: 20px;
  margin-top: 50px;
}

.detailCenter > .col-12 > span {
  font-size: 1.8rem;
  border-top: 1px solid black;
  padding-top: 20px;
  margin-top: 50px;
}

.detailCenter > .col-xl-5 > img {
  margin-top: 50px;
}

.detailCenter > .col-12 > img {
  margin-top: 50px;
}

.bannerCenter {
  position: relative;
  top: 109px;
  margin-top: 30px;
  text-align: center;
}

.bannerCenter > .col-12 > img {
  width: 100%;
}

.bannerCenter > .col-12 > h1 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 30px;
}

.galerid {
  text-align: center;
  position: relative;
  top: 109px;
}

.buttonsTab {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.buttonsTab button {
  width: max-content;
  padding: 5px 10px;
  background: unset;
  border: 1px solid #000;
  border-radius: 60px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  outline: none;
  margin: 0px 7px;
  letter-spacing: 2px;
}

.tabnone {
  display: none;
}

.projectCenter {
  display: none;
}

.projectCenter div ul li {
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin: 0.2% 0.2%;
  padding: 10px;
}

.scroll_left {
  transition: all 1s;
  position: relative;
  left: -20px;
  opacity: 0;
}

.scroll_right {
  transition: all 1s;
  position: relative;
  right: -20px;
  opacity: 0;
}

.footerSocial > a > img {
  width: 30%;
}

.detailCenter > .col-12 > p {
  line-height: 30px;
  word-spacing: 1px;
  text-align: center;
  width: 50%;
  margin: 30px auto;
}

.brand {
  position: absolute;
  top: 50px;
  left: 50px;
  font-size: 1.5rem;
}

.aboutCover {
  position: relative;
  top: 109px;
}

.mediaCover {
  position: relative;
  top: 109px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.aboutCover > img {
  width: 100%;
  height: 590px;
}

.mediaCover > img {
  width: 90%;
  height: 550px;
}

.aboutCover > h2 {
  position: absolute;
  top: 50px;
  left: 50px;
  color: white;
  font-weight: 700;
}

.mediaCover > h2 {
  position: absolute;
  top: 50px;
  left: 50px;
  color: white;
  font-weight: 700;
}

.aboutText {
  position: relative;
  top: 159px;
  color: #3b3b3c;
  font-size: 0.9rem;
  line-height: 25px;
  width: 30%;
  word-spacing: 2px;
}

.aboutText > p > span {
  font-size: 1rem;
  font-weight: 500;
}

.contactInfo > ul > li {
  list-style: none;
  margin: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 16px;
  line-height: 37px;
}

.contactInfo > ul > li > img {
  width: 20px;
  margin-right: 20px;
  margin-top: 9px;
}

.contactCol {
  position: relative;
  top: 159px;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  width: 680px;
}

.formDiv {
  display: flex;
  flex-direction: row;
}

.ikFormDiv {
  display: flex;
  flex-direction: column;
}

.formLeft,
.formRight {
  display: flex;
  flex-direction: column;
}

.kvkkDiv {
  display: flex;
}

.formLeft > input,
.formRight > input,
.formTop > input,
.formBot > input,
.formMessageFile > input,
.formMessageFile > textarea,
.formBot > select {
  background-color: #f8fbfd;
  border: 1px solid #e7e9ea;
  margin: 10px;
  height: 50px;
  width: 300px;
  padding: 10px;
}

.formLeft > input,
.formRight > input,
.formTop > input,
.formBot > input,
.formMessageFile > input,
.formMessageFile > textarea,
.formBot > select {
  color: #3f4147;
  font-weight: 500;
  font-size: 0.9rem;
  width: 100%;
  height: 38px;
  padding: 5px 15px;
}

.formTop,
.formBot {
  display: flex;
  flex-direction: row;
}

.formMessageFile {
  display: flex;
  flex-direction: column;
  width: 97%;
  margin: 0 auto;
  align-items: center;
}

.form > button {
  background-color: #ba2027;
  border: 0;
  color: white;
  width: 100px;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 5px;
  margin: 40px auto;
}

.ikForm > button {
  background-color: #ba2027;
  border: 0;
  color: white;
  width: 100px;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 5px;
  margin: 20px auto;
}

.formMessageFile > textarea {
  height: 150px;
  padding: 8px 15px;
}

#kvkk {
  margin: 10px;
}

.kvkkDiv > label {
  margin: 10px 0;
  width: 300px;
  font-size: 0.9rem;
}

.shadow-sm {
  box-shadow: 0 0.425rem 0.825rem rgba(0, 0, 0, 0.075) !important;
}

:focus-visible {
  outline: none;
}

.formRight > input {
  height: 120px;
  padding: 10px 0px 80px 10px;
}

iframe {
  position: relative;
  top: 139px;
}

.banner > video {
  width: 848px;
  height: 480px;
  margin: 12% 11% 0%;
}

.topAnim {
  position: relative;
  margin-bottom: 30px;
  opacity: 0;
  transition: all 0.7s;
}

.medyaGallery {
  position: relative;
  top: 159px;
  display: flex;
  justify-content: space-around;
}

.grouped_elements > img {
  margin: 0;
  padding: 0;
  width: 330px;
}

.projeListName {
  width: 100%;
  background: #171717;
  display: flex;
}

.projeListName .projeListNameR {
  width: 30%;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projeListName .projeListNameL {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.projeListNameL span {
  box-sizing: border-box;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  width: 100%;
  padding: 6px 2px 0px;
}

.projeListNameL {
  font-size: 22px;
  color: #fff;
}

a {
  text-decoration: none;
}

.medyaItem {
  margin-bottom: 20px;
}

.medyaItems {
  display: flex;
  flex-direction: row;
}

.ikForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 680px;
}

.ikFormDiv > span {
  margin: 10px;
}

.ikOverlay {
  position: absolute;
  background-color: #0000003d;
  width: 96%;
  height: 100%;
  top: 0;
}

.fancybox-content > a > li {
  list-style: none;
}

.iletisimForm {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 510px;
}

.projectTab {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.projectTab button {
  width: max-content;
  padding: 5px 10px;
  background: unset;
  border: 1px solid #000;
  border-radius: 60px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  outline: none;
  margin: 0px 7px;
  letter-spacing: 2px;
}

.mediaNew {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

.topMedyaItems {
  position: relative;
  top: 130px;
}
.topMedyaItems > .medyaItem {
  margin: 30px;
}
.navbar > img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}