.copyright {
  width: 100%;
  text-align: center;
  background-color: rgb(2, 39, 70);
}
.copyright p {
  color: #fff;
}
.copyright p a {
  text-decoration: none;
  color: #b4b4b4;
}
.copyright p a:hover {
  color: #000;
}

.clear {
  clear: both;
  content: "";
  display: table;
}

.header {
  width: 100%;
}
.header__top-about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.header__top-about__box {
  width: 50%;
  text-align: center;
  background-color: rgb(8, 81, 163);
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header__top-about__box--button {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding-right: 5px;
  display: flex;
  padding-left: 5px;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 1.5px;
  transition: 0.2s background-color, 0.2s color;
}
.header__top-about__box--button img {
  width: 16px;
  margin-right: 5px;
  height: auto;
}
.header__top-about__box--button:hover {
  background-color: #fff;
  color: rgb(8, 81, 163);
}
.header__navbar {
  display: flex;
  height: auto;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.header__navbar--button {
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
  color: #000;
  transition: 0.2s color;
  filter: drop-shadow(5px 5px 8px #dadada);
}
.header__navbar--button:hover {
  color: rgb(8, 81, 163);
}
.header__navbar__imgbox {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header__navbar__imgbox--img {
  width: 240px;
}

.main {
  min-height: 100vh;
  width: 100%;
  background-image: url("/assets/img/bg-img2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  background-position: bottom;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.main__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
  align-content: center;
}
.main__group__box {
  width: 40%;
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  transition: 0.2s opacity;
}
.main__group__box--button {
  text-decoration: none;
  color: #000;
}
.main__group__box--img {
  height: auto;
  width: 100%;
  border-radius: 10px;
}
.main__group__box:hover {
  opacity: 0.8;
}

.welcome {
  background-color: #ffffff;
  color: #000;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  padding: 1.5rem;
  margin-bottom: 5rem;
}
.welcome img {
  width: 200px;
}
.welcome h1 {
  text-align: center;
  position: relative;
  font-size: 3rem;
}
.welcome h1::after {
  position: absolute;
  content: "";
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #000;
}
.welcome p {
  font-size: 1.7rem;
  margin-top: 10px;
}
.welcome__social {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.welcome__social a {
  margin: 5px 5px 0 5px;
  display: inline-block;
}
.welcome__social a img {
  display: inline-block;
  width: 25px;
  height: auto;
}
.welcome__social a img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 518px) {
  .welcome {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .welcome h1 {
    font-size: 1.5rem;
  }
  .welcome p {
    font-size: 1.1rem;
  }
  .welcome__social a img {
    width: 15px;
  }
  .main {
    height: calc(height - 10px);
  }
  .main__group__box {
    width: 100%;
    margin: 5px;
  }
  .main__group__box--button {
    font-size: 0.7rem;
  }
}
.section_page {
  position: relative;
}
.section_page__img {
  width: 100%;
  background-image: url("/realty/assets/img/bg-img.jpg");
  background-size: cover;
  height: 90vh;
  opacity: 0.7;
  box-shadow: inset 0px 0px 11rem 8rem #000;
}
.section_page__content {
  text-align: left;
  top: 50%;
  left: 15%;
  position: absolute;
  font-size: 1.6rem;
}
.section_page__content h1 {
  position: relative;
  margin-bottom: 5px;
}
.section_page__content h1::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: translateX(-50%, -50%);
  width: 65%;
  height: 2px;
  background-color: rgb(8, 81, 163);
  margin-bottom: 10px;
}
.section_page__content h3 {
  font-size: 1.43rem;
}

.main_page__about {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.main_page__header {
  width: 100%;
  text-align: center;
  padding: 2rem;
  margin-top: 40px;
  font-size: 1.2rem;
}
.main_page__content {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
}
.main_page__content__box {
  padding: 30px;
  width: 400px;
  min-width: 200px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.2s transform;
}
.main_page__content__box:hover {
  transform: scale(1.1);
}
.main_page__content__box__header {
  width: 100%;
  position: relative;
}
.main_page__content__box__header::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(8, 81, 163);
  margin-bottom: 10px;
}
.main_page__content__box__icon {
  width: 100%;
}
.main_page__content__box__icon img {
  width: 90px;
  height: auto;
}
.main_page__content__box__content {
  padding: 10px;
  font-size: 1.1rem;
  width: 100%;
}
.main_page__undercontent {
  width: 100%;
  padding: 1rem;
  text-align: center;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.main_page__undercontent__img {
  padding: 2rem;
  width: 50%;
}
.main_page__undercontent__img img {
  width: 100%;
}
.main_page__undercontent__description {
  padding: 2rem;
  width: 50%;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
.main_page__undercontent__description h1 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 2rem;
}

.cizgi {
  width: 100%;
  height: 100px;
}

.contact {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.contact__header {
  width: 100%;
  text-align: center;
  padding: 2rem;
  margin-top: 40px;
  font-size: 1.5rem;
}
.contact__form {
  background-color: #aaa;
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2rem;
  border-radius: 10px;
}
.contact__form form {
  margin: auto;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
.contact__form form input {
  width: 100%;
  padding: 10px;
  margin: 5px;
  border: 0px solid rgb(8, 81, 163);
  border-radius: 5px;
}
.contact__form form input:focus:active, .contact__form form input:focus {
  outline: 0;
}
.contact__form form textarea {
  padding: 10px;
  margin: 5px;
  width: 100%;
  height: 100px;
  border: 0px solid rgb(8, 81, 163);
  border-radius: 5px;
  resize: vertical;
}
.contact__form form textarea:focus:active, .contact__form form textarea:focus {
  outline: 0;
}
.contact__form--button {
  padding: 1rem 3rem;
  margin-left: auto;
  background-color: rgb(8, 81, 163);
  border: 0;
  outline: 0;
  border-radius: 10px;
  color: #fff;
  transition: 0.2s opacity;
}
.contact__form--button:hover {
  opacity: 0.7;
}

.ekibimiz {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
.ekibimiz h1 {
  width: 100%;
}
.ekibimiz__box {
  padding: 10px;
  width: 200px;
  height: auto;
  border: 1px solid #000;
}
.ekibimiz__box--img img {
  width: 100%;
}
.ekibimiz__box__content p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.ekibimiz__box__content p img {
  width: 15px;
  height: auto;
}
.ekibimiz__box__content a {
  text-decoration: none;
  color: rgb(8, 81, 163);
}

.footergroup {
  margin-top: 5rem;
}
.footergroup__footer {
  background-color: rgb(8, 81, 163);
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  width: 100%;
}
.footergroup__footer--box {
  width: 370px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5px;
}
.footergroup__footer--box h2 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.footergroup__footer--box img {
  width: 200px;
}
.footergroup__footer--box:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 150px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.footergroup__footer--box--button {
  text-decoration: none;
  color: #a1a1a1;
  margin: 5px;
}
.footergroup__footer--box--button:hover {
  color: #fff;
}
.footergroup__footer--box--header {
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
}
.footergroup__footer--box--map {
  height: 150px;
  width: 250px;
}
.footergroup__footer--box--hizmetbaslik {
  position: relative;
  font-weight: 500;
  color: #a1a1a1;
  margin: 5px;
}
.footergroup__footer--box--hizmetbaslik::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 10px;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.footergroup__footer--box--hizmetbaslik::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 10px;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.footergroup__footer--box--hizmetbolge {
  color: #fff;
  font-weight: 300;
}

/* preloader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000000000000000000;
  display: flex;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: rgb(8, 81, 163);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#preloader:after {
  left: auto;
  right: 0;
}

#preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

.loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes lineheight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}
.portfolio_list {
  min-height: 50vh;
}

/*hiding all*/
.preloaded .loader_line:after {
  opacity: 0;
}

.preloaded .loader_line {
  opacity: 0;
  height: 100% !important;
}

.preloaded:before,
.preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}
.ilanyokuyari {
  font-size: 1.4rem;
}

.aboutus {
  width: 70%;
  margin: auto;
}
.aboutus__img {
  margin: auto;
  width: 40%;
  filter: drop-shadow(0px -5px 15px #dadada);
}
.aboutus__img img {
  width: 100%;
}
.aboutus__description {
  border: 1px solid #999999;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 2rem;
  font-size: 1rem;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 45px 0px #dadada;
  -moz-box-shadow: 10px 10px 45px 0px #dadada;
  box-shadow: 10px 10px 45px 0px #dadada;
}

.contact_us_page__header {
  width: 100%;
}
.contact_us_page__boxgroup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.contact_us_page__boxgroup::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #bbbbbb;
  overflow: hidden;
}
.contact_us_page h1 {
  width: 100%;
  text-align: center;
  padding: 1rem;
}
.contact_us_page__box {
  background-color: #dbdbdb;
  width: 600px;
  padding: 2rem;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact_us_page__box__about {
  padding: 1rem;
}
.contact_us_page__box__about iframe {
  height: 300px;
  width: 500px;
}
.contact_us_page--form form button {
  background-color: rgb(8, 81, 163);
  text-align: center;
  padding: 1rem 3rem;
  margin: 5px;
  outline: 0;
  color: #fff;
  border: 0;
  transition: 0.2s background-color;
  border-radius: 5px;
  cursor: pointer;
}
.contact_us_page--form form button:hover {
  background-color: rgb(5.6140350877, 56.8421052632, 114.3859649123);
}
.contact_us_page--form form input {
  width: 100%;
  padding: 10px;
  margin: 5px;
  border: 0px solid rgb(8, 81, 163);
  border-radius: 5px;
}
.contact_us_page--form form input:focus:active, .contact_us_page--form form input:focus {
  outline: 0;
}
.contact_us_page--form form textarea {
  width: 100%;
  margin-bottom: 1rem;
  width: 100%;
  padding: 10px;
  margin: 5px;
  border: 0px solid rgb(8, 81, 163);
  border-radius: 5px;
}
.contact_us_page--form form textarea:focus:active, .contact_us_page--form form textarea:focus {
  outline: 0;
}

@media screen and (max-width: 768px) {
  .header__navbar {
    padding: 1.5rem;
  }
  .header__navbar__imgbox {
    width: auto;
  }
  .header__navbar--button {
    width: 100%;
    text-align: center;
    margin: 5px;
  }
  .header__top-about__box {
    width: 100%;
  }
  .main_page__undercontent {
    flex-direction: column;
  }
  .main_page__undercontent__img, .main_page__undercontent__description {
    width: 100%;
  }
  .main_page__undercontent__img p, .main_page__undercontent__description p {
    font-size: 1rem;
    text-align: left;
  }
  .contact_us_page__boxgroup::after {
    width: 0;
    height: 0;
  }
  .contact_us_page__box {
    width: 100% !important;
  }
  .contact_us_page__box__about iframe {
    width: 100% !important;
  }
  .main_page {
    font-size: 0.6rem;
  }
  .main_page__header {
    font-size: 0.6rem;
  }
  .main_page__content {
    overflow: hidden;
  }
  .main_page__content p {
    font-size: 0.7rem;
  }
  .main_page__undercontent {
    flex-direction: column;
  }
  .main_page__undercontent__description {
    padding: 0;
    font-size: 0.8rem;
  }
  .main_page__undercontent__description h1 {
    font-size: 1.1rem;
  }
  .section_page__content {
    width: 100%;
    text-align: center;
    top: 50%;
    left: unset;
  }
  .section_page__content h1 {
    font-size: 1.3rem;
  }
  .section_page__content h1::before {
    transform: translate(-50%, -50%);
    bottom: -15px;
    left: 50%;
  }
  .section_page__content h3 {
    font-size: 1rem;
  }
  .section_page__img {
    box-shadow: inset 0px 0px 11rem 1rem #000;
  }
  .contact__form {
    width: 100%;
  }
  .contact__form--input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 5px;
  }
  .contact__form--input:focus:active, .contact__form--input:focus {
    outline: 0;
  }
  .footergroup__footer--box--map {
    width: 200px;
  }
  .aboutus {
    width: 100%;
  }
  .aboutus__img {
    width: 100%;
  }
  .aboutus__description {
    font-size: 14px;
  }
}
.org_page {
  position: relative;
}
.org_page__img {
  background-image: url("/organization/assets/img/bg-img.jpg");
  width: 100%;
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 0px 20rem 5rem #000;
}
.org_page__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 2rem;
  font-size: 1.2rem;
}
.org_page__content h1 {
  position: relative;
  margin-bottom: 1rem;
}
.org_page__content h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 610px;
  height: 2px;
  background-color: #000;
}

.org_under {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  flex-direction: row;
  margin-top: 15px;
  margin-bottom: 15px;
}
.org_under__box {
  width: 350px;
  padding: 1rem;
  text-align: center;
  transition: 0.2s transform;
}
.org_under__box:hover {
  transform: scale(1.1);
}
.org_under__box a {
  text-decoration: none;
  color: #000;
}
.org_under__box__icon {
  width: 100%;
}
.org_under__box__icon img {
  filter: drop-shadow(10px 10px 5px #a3a3a3);
  height: auto;
  width: 70px;
}
.org_under__box__header {
  position: relative;
  margin-bottom: 5px;
  font-size: 1rem;
}
.org_under__box__header::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 2px;
  background-color: #000;
}
.org_under__box__content {
  font-size: 1.1rem;
  margin-top: 10px;
}

.org_main__box {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  width: 100%;
  text-align: left;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.org_main__box__img {
  padding: 1rem;
  width: 750px;
}
.org_main__box__img img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(37, 37, 37, 0.38);
  -moz-box-shadow: 0px 0px 29px 0px rgba(37, 37, 37, 0.38);
  box-shadow: 0px 0px 29px 0px rgba(37, 37, 37, 0.38);
  width: 100%;
}
.org_main__box__content {
  width: 850px;
  font-size: 1.2rem;
  padding: 2rem;
}
.org_main__box__content h3 {
  position: relative;
  padding: 1rem;
}
.org_main__box__content h3::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 1rem;
  width: 100px;
  height: 2px;
  background-color: #000;
}
.org_main__box__content p {
  padding: 1rem;
}

.contact_us {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact_us h1 {
  width: 100%;
  text-align: center;
  padding: 2rem;
}
.contact_us__box {
  max-width: 300px;
  text-align: center;
  transition: 0.2s background-color;
  border-radius: 5px;
}
.contact_us__box:hover {
  background-color: rgb(8, 81, 163);
}
.contact_us__box a {
  text-decoration: none;
  color: #000;
}
.contact_us__box a:hover {
  color: #fff;
}
.contact_us__box__img img {
  height: 200px;
}
.contact_us__box__desc {
  padding: 1rem;
  font-size: 1.1rem;
}

.kurumsal {
  margin: 2rem;
}
.kurumsal--heading {
  text-align: center;
  margin-bottom: 4rem;
}
.kurumsal__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.kurumsal__box__img {
  width: 350px;
}
.kurumsal__box__img img {
  width: 100%;
  border-radius: 5px;
  filter: drop-shadow(10px 10px 5px #a3a3a3);
}
.kurumsal__box__heading {
  font-size: 1.2rem;
  padding: 1rem;
  position: relative;
}
.kurumsal__box__heading::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 2px;
  background-color: rgb(8, 81, 163);
}
.kurumsal__box__text {
  text-align: center;
  font-size: 1.1rem;
  padding: 1.5rem;
  width: 700px;
}
.kurumsal__projects--heading {
  margin-top: 5rem;
  text-align: center;
}
.kurumsal__projects__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 1rem;
}
.kurumsal__projects__box__year {
  width: 200px;
  height: 200px;
  position: relative;
  background-color: rgb(2, 65, 120);
  border-radius: 10px;
  color: #fff;
}
.kurumsal__projects__box__year--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
}
.kurumsal__projects__box__projectname {
  background-color: #c3c3c3;
  color: #252525;
  width: 300px;
  height: 200px;
  position: relative;
  border-radius: 10px;
}
.kurumsal__projects__box__projectname--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  text-align: center;
}
.kurumsal__projects__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 1rem;
}

.reverse_flex {
  display: flex;
  flex-direction: row-reverse !important;
}

@media screen and (max-width: 768px) {
  .org_page__content {
    width: 100%;
  }
  .org_page__content h1::after {
    width: 70%;
  }
  .kurumsal--heading {
    font-size: 1.3rem;
  }
  .kurumsal__projects__box__heading {
    font-size: 1.3rem;
  }
  .kurumsal__projects__box__text {
    width: unset;
  }
  .kurumsal__projects__box__projectname {
    width: 200px;
  }
}
.main_admin {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../../assets/img/bg-img2.jpg);
  background-repeat: no-repeat;
}
.main_admin__login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 5rem;
  background: aliceblue;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.main_admin__login form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.main_admin__login form input {
  padding: 10px;
  border: 0;
  margin: 10px;
  background: lightblue;
  border-radius: 5px;
  width: 100%;
}
.main_admin__login form button {
  padding: 5px 10px;
  margin-top: 15px;
  outline: none;
  border: 0;
  background: antiquewhite;
  width: 100%;
  border-radius: 5px;
  transition: 0.3s background;
}
.main_admin__login form button:hover {
  background: lightblue;
}

.main_logged {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.main_logged__sidebar {
  min-width: 300px;
  max-width: 500px;
  background: #f5f5f5;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}
.main_logged__sidebar a {
  border: 1px solid #6897cd;
  padding: 10px 20px;
  background: #8dbbe3;
  text-decoration: none;
  color: #000;
  width: 100%;
  display: block;
}
.main_logged__sidebar a:hover {
  background-color: #f5f5f5;
}
.main_logged__statistic {
  max-width: 70%;
  background: rgba(51, 17, 85, 0.6);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: space-evenly;
  align-items: flex-start;
}
.main_logged__statistic__box {
  padding: 2rem 3rem;
  background: antiquewhite;
}
.main_logged__statistic__box--last-ads {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.add_post {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-width: 460px;
  max-width: 600px;
}
.add_post__form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.add_post__form--input {
  padding: 5px;
  margin: 2px;
}
.add_post__form--select {
  padding: 5px;
  margin: 2px;
}
.add_post__form--button {
  padding: 10px 20px;
  background: #8dbbe3;
  text-decoration: none;
  color: #000;
  width: 100%;
  display: block;
  border: 0;
  cursor: pointer;
  transition: 0.2s background-color;
}
.add_post__form--button:hover {
  background-color: rgba(51, 17, 85, 0.6);
}
.add_post__form__checkboxgroup {
  display: flex;
}

@media screen and (max-width: 768px) {
  .main_logged__sidebar {
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
  .main_logged__statistic {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
  .main_logged__statistic__box {
    width: 100%;
  }
  .add_post {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .add_post__form {
    width: 100%;
  }
  .add_post__form--button {
    margin-top: 15px;
  }
  .main_admin__login {
    width: 100%;
    padding: 3rem;
  }
  .main_admin__login form {
    width: 100%;
  }
  .admin_ilanlar {
    width: 100%;
  }
  .add_post form input {
    width: 100%;
  }
}
.admin_ilanlar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  overflow: auto;
}
.admin_ilanlar__box {
  width: 350px;
  margin: 5px;
}
.admin_ilanlar__box--img img {
  width: 100%;
}
.admin_ilanlar__box--button a {
  text-decoration: none;
}
.admin_ilanlar__box__group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.type {
  background-color: rgb(66, 127, 196);
  padding: 10px 30px;
  cursor: pointer;
  border: 0;
}
.type:hover {
  background-color: rgba(66, 127, 196, 0.7);
}
.type_buttons {
  display: flex;
}

.ilangrup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}
.ilangrup__title {
  text-align: center;
  width: 100%;
}
.ilangrup__sidebar {
  width: 300px;
}
.ilangrup__sidebar--filter {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
.ilangrup__sidebar__filtergroup {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ilangrup__sidebar__filtergroup select {
  width: 100%;
}
.ilangrup__ilanlar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: start;
  align-items: flex-start;
  width: 1200px;
}
.ilangrup__ilanlar__box {
  width: 360px;
  transition: 0.2s opacity;
  padding: 1rem;
}
.ilangrup__ilanlar__box:hover {
  opacity: 0.8;
}
.ilangrup__ilanlar__box--button {
  text-decoration: none;
  color: #000;
}
.ilangrup__ilanlar__box--img img {
  width: 100%;
}
.ilangrup__ilanlar__box--fiyat {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgb(8, 81, 163);
}
.ilangrup__ilanlar__box--bolge {
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.submit_btn {
  background-color: #0851a3;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin: 10px 0px;
}
.submit_btn:hover {
  background-color: rgba(8, 81, 163, 0.7);
}

.ilanbilgi {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.ilanbilgi__img {
  max-width: 900px;
  height: auto;
  text-align: center;
  padding: 1rem;
}
.ilanbilgi__img img {
  width: 100%;
  height: 525px;
}
.ilanbilgi__img__group {
  width: 100%;
  padding: 1rem;
  overflow: auto;
  height: 150px;
}
.ilanbilgi__img__group a {
  text-decoration: none;
  margin: 15px;
}
.ilanbilgi__img__group img {
  width: 100%;
  width: 150px;
  height: 100px;
}
.ilanbilgi__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  width: 600px;
}
.ilanbilgi__content__header {
  width: 100%;
  padding: 2rem;
}
.ilanbilgi__content__header h2 {
  text-align: center;
}
.ilanbilgi__content__bilgi {
  background-color: rgba(8, 81, 163, 0.8);
  padding: 1rem;
  width: 100%;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .ilanbilgi__content {
    font-size: 4vw;
  }
  .ilanbilgi__img img {
    width: 100%;
    height: 200px;
  }
  .ilanbilgi__img__group img {
    width: 70px;
    height: 50px;
  }
  .ilangrup__ilanlar__box {
    width: 100%;
  }
  .ilangrup__ilanlar__box--bolge {
    font-size: 1rem;
  }
  .ilangrup__ilanlar__box--fiyat {
    font-size: 1rem;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
}

/*# sourceMappingURL=styles.css.map */
