@charset "UTF-8";
@import url("bootstrap.min.css");
@import url("all.min.css");
@import url("full-slider.css");
@import url("hamburgers.min.css");
@import url("menu.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900&subset=latin-ext");
/*
COLOR
*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, html {
  height: 100vh;
  font-family: 'Tahoma', sans-serif;
  -webkit-font-smoothing: antialiased;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}
text-white{
  color: #fff!important;
}
.text-gray{
  color: #797878;
}
.text-white{
  color: #fff !important;
}
.bg-white{
  background-color: #fff!important;
}
.mt-10 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center
}
.pt-100{
  padding-top: 100px;
}
.mt-100{
  margin-top: 100px;
}
.msy {
  display: none;
}

.msy.is-active {
  display: block;
}

.socialLinkArea {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 100px;
  padding: 0 3% 0 0;
}
.socialLinkArea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.socialLinkArea ul li {
  /* padding: 0px 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: 8px;
  font-size: 16px;
  text-decoration: none;
  border: none;
  border-radius: 50%;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  background-color: #000;
  opacity: 0.5;
}
.socialLinkArea ul li a {
  color: #fff;
}
.socialLinkArea ul li:hover {
  background-color: #fff;
  opacity: 1;
}
.socialLinkArea ul li:hover a {
    color: #000;
}
.header-area.style-1.innerpage {
  margin-top: 15px;
  position: absolute;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3%;
  width: 100%;
  transition: all 0.8s ease-out 0s;
  gap: 30px;
}
.header-area.style-1 .header-logo img {
    width: 175px;
    max-width: unset;
    height: auto;
}

@media (max-width: 991px) {
  .header-area.style-1.two .header-logo {
    padding: 15px;
  }
}
.header-area.style-1.two .menu-wrap .nav-right .header-btn {
  padding: 19px 35px;
  transition: all 0.6s;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .header-area.style-1.two .menu-wrap .nav-right .header-btn {
    padding: 14px 22px;
  }
}
.header-area.style-1.two .menu-wrap .nav-right .header-btn svg {
  fill: #fff;
  transition: all 0.6s;
}
.header-area.style-1.two .menu-wrap .nav-right .header-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.6s;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.header-area.style-1.two .menu-wrap .nav-right .header-btn:hover {
  color: #ec6219;
}
.header-area.style-1.two .menu-wrap .nav-right .header-btn:hover svg {
  fill: #ec6219;
}
.header-area.style-1.two .menu-wrap .nav-right .header-btn:hover span {
  width: 225%;
  height: 1000.5px;
}
.header-area.style-1.two .menu-wrap .nav-right .header-btn:active {
  background-color: #fff;
}
@media (max-width: 991px) {
  .header-area.style-1.two .menu-wrap .nav-right .header-btn {
    display: none;
    visibility: hidden;
  }
}
.header-area.style-1.innerpage {
  position: absolute;
}
.header-area.style-1.innerpage.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box;
  background-color: #545454;
  z-index: 99;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header-area.style-1 .nav-right {
  gap: 0;
}
.header-area.style-1 .nav-right .sidebar-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  transition: 0.35s;
  cursor: pointer;
}
.header-area.style-1 .nav-right .sidebar-btn svg {
  transition: 0.35s;
  fill: #fff;
}
.mobile-menu{
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}
.mobile-menu.open .mobilMenuBg{
  right: 0;
}
.mobilMenuContent{
  max-width: 24rem;
  width: 54vw;
  z-index: 50;
  bottom: 0;
  top: 0;
  position: fixed;
  min-height: 100%;
  display: flex;
  background-color: rgba(0,0,0, 0.7);
  flex-direction: column;
  right: -100%;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  transition-property: all;
  transition-duration: 1.55s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition: right 0.6s ease-in-out;
}
.mobile-menu.open .mobilMenuContent{
  right: 0;
}
.mobilMenuContent .mobilMenuTop{
  position: relative;
  padding-left: 1.25rem;
  padding-right: .85rem;
  padding-bottom: 1.5rem;
  padding-top: 1.8rem;
}
.mobilMenuContent .mobilMenuTop .top{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.closed{
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobilMenuContent .mobilMenuTop .top .closed .close{
  background: none;
  border: none;
  height: 35px;
  width: 35px;
}
.mobilMenuContent .mobilMenuTop .bottom{
  width: 60%;
  margin: 1rem auto 0;
}
.mobilMenuContent .mobilMenuTop .bottom .copyright-social{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobilMenuContent .mobilMenuTop .top .closed .close .sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.mobilMenuContent .mobilMenubottom{
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .main-menu > li {
  position: relative;
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .main-menu > li > a {
  padding: 0px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  color: #fff;
  font-weight: 500;
  display: block;
  line-height: 40px;
  transition: 0.35s;
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .main-menu > li .dropdown-icon2 {
  width: 28px;
  height: 25px;
  top: 7px;
  position: absolute;
  right: 0;
  border-radius: 5px;
  /*background-color: var(--title-color);*/
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .main-menu > li.opening.active .dropdown-icon2 i{
  transform: rotate(180deg);
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .main-menu > li .dropdown-icon2.active i{
  transform: rotate(180deg);
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .main-menu > li .dropdown-icon2 i {
  font-size: 18px;
  color: #fff;
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .main-menu > li {
  position: relative;
}
.mobilMenuContent .mobilMenubottom .main-menu > li .submenu-list {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  padding: 20px 0;
  list-style: none;
  position: static;
  opacity: 1;
  visibility: visible;
  transition: none;
  border-bottom: 1px solid #eee;
  display: none;
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .main-menu > li .submenu-list li:not(:last-child){
  padding-bottom: 10px;
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .main-menu > li .submenu-list li > a {
  /*color: var(--paragraph-color);*/
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  font-weight: 400;
  transition: 0.35s;
  display: block;
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .lang{
  margin: 100px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .lang > li{
  color: #545454;
  font-weight: 700;
  font-size: 14px;
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .lang > li:nth-child(2){
  margin: 0 5px;
}
.mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .lang > li > a{
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.mobilMenuContent .mobilMenubottom .main-menu > li .submenu-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    position: static;
    opacity: 1;
    visibility: visible;
    transition: none;
    border-bottom: 1px solid var(--border-color2);
    display: none;
  }
  .mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .main-menu > li .submenu-list li:not(:last-child){
    padding-bottom: 10px;
  }
  .mobilMenuContent .mobilMenubottom .sidebar-menu-wrap .main-menu > li .submenu-list li > a {
    /*color: var(--paragraph-color);*/
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-unbounded);
    font-size: 13px;
    font-weight: 400;
    transition: 0.35s;
  }
.sidebar-area::-webkit-scrollbar {
  width: 0;
}
.sidebar-area::-webkit-scrollbar-track {
  background: #1a1a1a;
}
.sidebar-area::-webkit-scrollbar-thumb {
  background: #ec6219;
}
.socialLinkArea {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 100px;
  padding: 0 18px 0 0;
}
.sidebar-area .sidebar-menu-top-area{
  margin-bottom: 40px;
}
.sidebar-area .sidebar-contact .getin-touch-area ul .single-contact .icon{
  margin-right: 10px;
}
.sidebar-area .sidebar-menu-wrap .main-menu > li > a {
  padding: 10px 30px;
  padding-left: 30px;
  font-size: 16px;
}
.sidebar-area .sidebar-menu-wrap .main-menu > li .dropdown-icon2 {
  width: 28px;
  height: 25px;
  top: 18px;
}
.sidebar-area .sidebar-contact .getin-touch-area ul .single-contact{
  align-items: flex-start;
}
.sidebar-area .sidebar-contact .getin-touch-area ul .single-contact .contact span{
  font-weight: 700;
}
.sidebar-area .sidebar-contact .getin-touch-area ul .single-contact .contact h6{
  font-size: 14px;
  font-weight: 400;
}
.sidebar-area .sidebar-contact .social-link-area .social-area li{
  margin: 0 20px 20px 0;
}
.sidebar-area .sidebar-contact .social-link-area .social-area li a i{
  margin-right: 8px;
}

.header-area.style-1.portfolio {
  border-bottom: none;
}
.half-slider {
  min-height: 100vh;
  position: relative;
}
.half-slider video {
  width: 100%;
  min-height: 400px;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
#muteButton {
  position: absolute;
  bottom: 100px;
  left: 10px;
  z-index: 1000;
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}
.half-slider .header-overlay {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.mouseConent.mouseContentPublic {
  position: absolute;
  bottom: 100px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 9;
  width: 100%;
  margin-left: 0;
}
#mouse_body {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 32px;
  margin-top: 150px !important;
  height: 43px;
  width: 23px;
  margin: 0 auto;
}
#mouse_wheel {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  height: 3px;
  width: 3px;
  margin: 0 auto;
  animation: wheel_animation 1.5s linear infinite;
}
@keyframes wheel_animation { 
  0% {
    opacity: 0;
    top: 2px;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 33px;
  }
}
.section-padding {
    padding: 20px 0;
}
.rev {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.relative {
  position: relative;
}
.box {
  background-color: #1A1A1A;
  padding: 20px;
  display: block;
}
.class-zk6sqx {
  flex-direction: column;
  align-items: flex-start;
}
.class-dxh5xa {
  width: 100%;
  margin-right: 0;
  display: inline-block;
}
.class-dxh5xa img {
    width: 200px;
    height: auto;
}
.text{
  font-size: 16px !important;
}
.baslikAni {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
}
.logoIcon img{
  width: 100%;
  height: auto;
}
.baslikAni h5 {
  font-size: 18px !important;
  opacity: 1;
  margin: 0 5px;
  transition: all 300ms;
  color: #fff;
  font-weight: 600;
}
#gallery .item{
  position: relative;
  height: 100%;
}
#gallery .item .img,
#gallery .item .img a,
#gallery .item .img a img{
  width: 100%;
}
#gallery .video-icon .wrapper {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 999;
}
#gallery .video-icon .video-main {
  position: relative;
  display: inline-block;
}
#gallery .video-icon .waves {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, .7);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  border-radius: 100%;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}
#gallery .video-icon .wave-1 {
  animation-delay: 0s;
}
#gallery .video-icon .wave-2 {
  animation-delay: 1s;
}
#gallery .video-icon .wave-3 {
  animation-delay: 2s;
}
#gallery .video-icon .video {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background: 0 0;
  color: #fff;
  display: inline-block;
  background: #fff;
  z-index: 999;
  font-size: 24px;
}
#gallery .video-icon .video i{
  color: #000;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  margin: auto;
  line-height: 41px;
  font-size: 14px;
}

@keyframes waves {
  0% {
      transform: scale(.2,.2);
      opacity: 0;
      -ms-filter: "alpha(opacity=0)"
  }

  50% {
      opacity: .9;
      -ms-filter: "alpha(opacity=90)"
  }

  100% {
      transform: scale(.9,.9);
      opacity: 0;
      -ms-filter: "alpha(opacity=0)"
  }
}
.ofisSlider .item .img,
.mutfakGaleri .item .img {
  position: relative;
  opacity: .3;
  transition: all 300ms;
}
.ofisSlider .item .img img,
.mutfakGaleri .item .img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 100%;
  height: auto;
}
.ofisSlider .item:hover .img,
.mutfakGaleri .item:hover .img {
  opacity: 1;
}
.ofisSlider .item:hover .img img,
.mutfakGaleri .item:hover .img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#ekip .ekip h2 {
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  color: #797878;
}
.team .item {
  position: relative;
  background-color: #0c0c0c;
  overflow: hidden;
}
.team .item .img {
  position: relative;
  opacity: .7;
  transition: all 300ms;
}
.team .item .img img{
  width: 100%;
  height: auto;
}
.team .item:hover .img {
  opacity: 1;
}

.team .item .logo {
  position: absolute;
  bottom: 40px;
  left: 10px;
}
.team .item .logo{
  width: 0px;
  height: 41px;
  
}
.team .item .logo.grup{
  background: url("../img/grup-small.png") 0 0;
}
.team .item .logo.ofis{
  background: url("../img/ofis-small.png") 0 0;
}
.team .item .logo.insaat{
  background: url("../img/insaat-small.png") 0 0;
}
.team .item .logo.gayrimenkul{
  background: url("../img/gayrimenkul-small.png") 0 0;
}
.team .item:hover .logo{
  animation: pretty 900ms ease-in;
  width: 90px;
  height: 41px;
}
@keyframes pretty {
  0% {
    width: 0;
  }

  100% {
    width: 90px;
  }
}
.team .item .info{
  position: absolute;
  bottom: -30px;
  left: 10px;
  display: flex;
}
.team .item:hover .info{
  bottom: 10px;
}
.bosluk{
  margin-right: 5px;
}
.team .item .info .isim {
  color:#191335;
  background-image:linear-gradient(to right, #ffffff, #ffffff 33.33333%, transparent 66.66666%, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% 100%;
  background-position: top right;
  transition: all 2s ease-in;
  font-size: 16px;
  font-weight: 600;
}
.team .item:hover .info .isim {
  background-position: top right 100%;
}
.team .row.no-pad > div {
    margin-bottom: 30px;
}


.contact .container.no-bord:after {
  display: none;
}

.contact input,
.contact textarea {
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  width: 100%;
  resize: none;
}

.contact input:focus,
.contact textarea:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
.contact .form-group {
  position: relative;
}
.contact .file-button {
  float: left;
  text-decoration: none;
  position: absolute;
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  text-align: left;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.file-button span {
  cursor: pointer;
}
.file-button input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.file-path-wrapper {
  overflow: hidden;
  
}
.file-path-wrapper output {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width:100%;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  height: 3.3rem;
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 52px;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
}
.file-path-wrapper .helper-text{
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
.contact button {
  padding: 0px;
  border: none;
  background: transparent;
  color: transparent;
}

.contact .hover-this{
  display: inline-block;
}
.contact .hover-this button {
  display: inline-block;
  cursor: pointer;
  padding: 10px 40px;
  border: 1px solid #eee;
  background: transparent;
  color: #fff;
}
.contact .hover-this:hover button {
  background-color: #141414;
  border-color: #141414;

} 

.contact .info {
  position: relative;
  height: 100%;
  z-index: 3;
}

.contact .info:after {
  content: '';
  position: absolute;
  top: -120px;
  left: -80px;
  right: -80vw;
  bottom: -120px;
  background: #141414;
  opacity: .5;
  z-index: -1;
}
.contact textarea {
  height: 60px;
}
.contact-page .textInfo,
.contact-page .textInfo a {
  color: #fff;
  font-size: 16px;
}
.google-map {
  height: auto;
  width: 100%;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 300ms;
}
.bord-thin-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
footer .bottom p,
footer .bottom p a{
    line-height: 26px;
    font-size: 13px;
    font-weight: 300;
    color: #797878;
    margin: 0;
}
footer .footerLogolar .swiper-slide{
  text-align: center;
}
footer .footerLogolar .swiper-slide img{
  width: 100px;
  margin-top: 10px;
  opacity: 0.5;
}
footer .footerLogolar .swiper-slide.swiper-slide-active img{
  width: 180px;
  margin-top: 0px;
  opacity: 1;
}







.dis {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
}
.dis.home {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}

.alan {
  width: 100%;
  height: 100%;
  position: relative;
  /*padding-top: 40px;*/
}

.ust.open{
  background: transparent;
  position: fixed;
  height: 127px;
  z-index: 1000;
  width: 100%;
}
.MenuOver {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  display: none;
  left: 0;
}
.mt-40 {
    margin-top: 40px !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-10 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-30 {
  padding-top: 30px;
}
.mb-20 {
    margin-bottom: 20px !important;
}

.msy {
  display: none;
}

.msy.is-active {
  display: block;
}

/*****************************
******************************
SABİTLER
******************************
******************************/
.top-nav-left {
  width: 72px;
  height: 72px;
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 1000;
  background: rgba(238, 238, 238, .5);
}

.top-nav-right-container {
  position: fixed;
  top: 39px;
  right: 45px;
  z-index: 1000;
  background: rgba(238, 238, 238, .5);
  width: 72px;
  height: 67px;
  padding: 13px 0 0 0;
}

.header {
  position: fixed;
  margin-left: 40px;
  margin-right: 40px;
  z-index: 999;
}
.ust .logo a{
  width: 42px;
  height: 57px;
  display: block;
  margin: 8px 0 0 14px
}
.ust .logo a{
  z-index: 9;
  background: url(../images/logo-small-black.png) no-repeat;
}
/*****************************
******************************
ANASAYFA
******************************
******************************/
.v-header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-left: 80px;
  margin-right: 80px;
}

.container {
  max-width: 960px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  text-align: center;
}

.fullscreen-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fullscreen-video-wrap video {
  min-height: 100%;
  min-width: 100%;
}

.header-overlay {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.language {
  z-index: 9;
  position: absolute;
  top: 35px;
  right: 38px;
  color: #fff;
  text-align: right;
}

.language a {
  color: #fff;
}

.sosyal {
  position: absolute;
  z-index: 9;
  bottom: 33px;
  left: 0px;
  width: 100%;
}
.sosyal ul{
  margin: auto;
  text-align: center;
}
.sosyal ul li {
  display: inline-block;
  margin-right: 24px;
}

.sosyal ul li a {
  color: #fff;
  font-size: 14px;
}

.header-content {
  z-index: 2;
  width: 100%;
}

.header-content h1.logo {
  width: 100%;
  height: 122px;
  margin: auto;
  text-align: center;
}
.header-content h1.logo img{
  width: 70%;

}

.header-content .kirim {
  margin-top: 30px;
  margin-left: -3px;
}

.header-content .kirim li {
  display: inline-block;
  margin: 0 0px;
  padding: 0px 0;
}

.header-content .kirim li:first-child {
	border-right: 1px solid #fff;
	display: inline-block;
	padding-right: 25px;
	margin-right: 25px;
}

.header-content .kirim li:last-child a {
  letter-spacing: 2px;
}

.header-content .kirim li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

/*****************************
******************************
HAKKIMIZDA
******************************
******************************/
/*BAŞLIK*/
h1.ana-baslik {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 5px;
  margin-top: 140px;
}

h1.ana-baslik .b-border {
  width: 58px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 30px auto 0;
}

#hakkimizda p {
  margin-top: 20px;
  line-height: 30px;
}

#hakkimizda .paginton .geri {
  display: inline-block;
  margin-top: 60px;
  color: #000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  letter-spacing: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

.about-slider {
  margin-top: 30px;
}

.about-slider .member-img {
  background-color: #ddd !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  max-width: 100%;
}

.about-slider .member-img img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.about-slider .proje-hover {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 2rem;
  -webkit-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
  opacity: 1;
}

.about-slider .proje-hover:before {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-slider .proje-hover:after {
  background: rgba(50, 20, 0, 0.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-slider .proje-hover .proje-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 99999;
  letter-spacing: 2px;
}

.about-slider .proje-hover .proje-title img {
  width: 48px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.about-slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
}

.about-slider .owl-dots .owl-dot.active {
  background: #000;
}

/*****************************
******************************
FOOTER
******************************
******************************/
.footer {
  position: relative;
  /* bottom: 50px; */
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.footer .sol {
    position: absolute;
    right: 0px;
    z-index: 9;
}
.footer.no-bottom {
  bottom: 0;
  margin-bottom: 40px;
}

.footer ul.socialFooter li {
  display: inline-block;
  margin-right: 24px;
}

.footer ul.socialFooter li a {
  color: #000;
  font-size: 16px;
}
.footer ul.dil{
    text-align: right;
    float: right;
    width: 100%;
}
.footer ul.dil li {
  display: inline-block;
  margin-left: 24px;
}

.footer ul.dil li a {
  color: #000;
  font-size: 16px;
}

/*****************************
******************************
HİZMETLERİMİZ
******************************
******************************/
#hizmetlerimiz {
  width: 100%;
  margin-bottom: 90px;
}

#hizmetlerimiz .ic-mimarlik {
  background: url(../images/hizmetlerimiz-1.jpg);
  background-size: cover;
  background-position: center;
  height: 260px;
  margin-top: 30px;
  padding: 30px;
  margin-left: 40px;
  margin-right: 40px;
}

#hizmetlerimiz .ic-mimarlik .bg {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  padding-top: 35px;
}

#hizmetlerimiz .ic-mimarlik .bg .alt-baslik {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 6px;
  width: 100%;
  display: block;
}

#hizmetlerimiz .ic-mimarlik .bg .alt-baslik .b-border {
  width: 58px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 15px auto;
}

#hizmetlerimiz .reklam {
  background: url(../images/hizmetlerimiz-2.jpg);
  background-size: cover;
  background-position: center;
  height: 260px;
  margin-top: 30px;
  padding: 30px;
  margin-left: 40px;
  margin-right: 40px;
}

#hizmetlerimiz .reklam .bg {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  padding-top: 35px;
}

#hizmetlerimiz .reklam .bg .alt-baslik {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 6px;
  width: 100%;
  display: block;
}

#hizmetlerimiz .reklam .bg .alt-baslik .b-border {
  width: 58px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 15px auto;
}

/*****************************
******************************
EKİP
******************************
******************************/
#ekip{
  width: 100%;
}
#ekip .ekip {
  position: relative;
  margin-top: 20px;
}
#ekip ul{
  width: 980px;
  margin: auto;
}
#ekip ul li{
  width: 100%;
  height: auto;
  display: block;
  margin: 20px 0px 0;
}
#ekip .personel {
  margin-bottom: 20px;
}

#ekip .personel img {
  width: 100%;
  height: auto;
}

#ekip .personel .ad {
  font-weight: 700;
  font-size: 16px;
  margin-top: 19px;
}

#ekip .personel .title {
  font-size: 16px;
  margin-top: 13px;
}

#ekip .personel .desc {
  font-size: 14px;
  margin-top: 13px;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#ekip .personel.box {
  position: relative;
  z-index: 999;
}

#ekip .personel.box .desc {
  font-size: 14px;
  margin-top: 13px;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/*****************************
******************************
PROJE
******************************
******************************/
#proje {
  margin-bottom: 20px;
}

#proje .personel {
  margin-top: 20px;
}
#proje .col-md-3{
  min-width: 303px;
}
#proje .personel img {
  width: 100%;
  height: auto;
}

#proje .personel .ad {
  font-weight: 700;
  font-size: 16px;
  margin-top: 19px;
  color: #fff;
}

#proje .personel .title {
  font-size: 16px;
  color: #fff;
}

#proje .personel a {
  color: #000;
}

/*****************************
******************************
KONSEPT TASARIM
******************************
******************************/
/*.sayfaSlider {
  position: fixed;
  top: 3.5rem;
  right: 3.5rem;
  left: 3.5rem;
  z-index: 0;
  bottom: 3.5rem;
  overflow: hidden;
}*/
.sayfaSlider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sayfaSlider .slide-out-content {
  background: rgba(255, 255, 255, 0.8);
  width: 500px;
  min-width: 500px;
  position: absolute;
  top: 0px;
  right: 0rem;
  padding: 0 80px;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  z-index: 1;
}

.sayfaSlider .slide-out-content .baslik {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 6px;
  margin-top: 85px;
  width: 100%;
  line-height: 30px;
}

.sayfaSlider .slide-out-content .baslik .b-border {
  width: 58px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 10px 0 20px;
}

.sayfaSlider .slide-out-content.is-active {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
}
.sayfaSlider .slide-out-content.cik {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;

}

.sayfaSlider .geri {
  display: block;
  color: #000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  bottom: 24px;
  z-index: 99999
}

/*****************************
******************************
PROJE DETAY
******************************
******************************/
.prj section {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 3.5rem;
}

.prj #projeSayfa {
  height: 100%;
  overflow: hidden;
}

.prj #projeSayfa .bg {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.prj #projeSayfa .footer ul.socialFooter li a {
  color: #000;
  font-size: 16px;
}

.prj #projeSayfa .footer ul.dil li a {
  color: #000;
  font-size: 16px;
}

.prj #projeSayfa .slide-out-content {
  background: none;
  width: 650px;
  min-width: 650px;
  position: absolute;
  top: 0px;
  right: 0rem;
  padding: 0 80px;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  z-index: 1;
  color: #000;
  font-weight: 400;
  display: block;
}

.prj #projeSayfa .slide-out-content .baslik {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 6px;
  margin-top: 85px;
  width: 100%;
}

.prj #projeSayfa .slide-out-content .baslik .b-border {
  width: 58px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 10px 0 60px;
}

.prj #projeSayfa .geri {
  display: inline-block;
  margin-top: 60px;
  color: #000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  letter-spacing: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

.prj #projeSayfa .demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.prj #projeSayfa .demo a:hover {
  opacity: .5;
}

#section04 {
  position: absolute;
  z-index: 999;
  left: 50%;
  bottom: 25px;
}

#section04 a {
  padding-top: 60px;
}

#section04 a span {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*
.prj #section05 #portfolio{
  height: 100%
}
*/
.prj #section05 .portfolio-menu {
  text-align: center;
}
.prj #section05 .portfolio-menu ul li {
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 0px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    position: relative;
    font-size: 13px;
}
.prj #section05 .portfolio-menu ul li:first-child::before{
  content: '';
  padding-right: 0px;
  padding-left: 0px;
}
.prj #section05 .portfolio-menu ul li::before{
  content: '|';
  padding-right: 9px;
  padding-left: 3px;
}
.ilgiliIsler{
  display: inline-block;
  text-align: center;
  font-weight: 600;
  width: 100%;
  color: #fff;
  text-align: center;
}

.prj #section05 .portfolio-menu ul li:hover {
  font-weight: 600;
}

.prj #section05 .portfolio-menu ul li.active {
  font-weight: 600;
}

.prj #section05 #portfolio .portfolio-item {
  width: 100%;
  margin: auto;
}

.prj #section05 #portfolio .portfolio-item .item {
  width: 100%;
  margin: 5px 0;
}

.prj #section05 #portfolio .portfolio-item .item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
  width: 100%;
}

#gizle {
  display: none;
  width: 100%;
}

#tumu {
  text-align: center;
  margin: 50px auto 0;
  color: #000;
  font-size: 14px;
  position: relative;
  z-index: 100;
  font-weight: 600;
  width: 100%;
}

#tumu.ref {
  margin: 0px auto 0;
  text-align: center;
  color: #000;
  font-size: 14px;
  position: relative;
  z-index: 100;
  font-weight: 600;
  display: block;
}

ul.referansList {
  margin: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

ul.referansList li {
  display: inline-block;
  border: none;
  width: 47%;
  
}

ul.referansList li img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .5s ease;
}
ul.referansList li:hover img{
 -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}

@keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
            transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
}

#iletisim {
  width: 100%;
  height: 100%;
}

#iletisim .iletisimBilgiler {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}

#iletisim .iletisimBilgiler p {
  margin-top: 25px;
}

form {
  width: 100%;
}

form .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
  margin-top: 25px;
  background: none;
  padding: 0 10px;
}

form .buton-right {
  display: block;
  float: right;
  background-color: #000;
  border-color: #000;
  border-radius: 0;
  font-size: 14px;
  padding: 15px 25px;
}

form .buton-right:focus {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  background: none;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
  background: none;
}

.post {
  position: relative;
  margin-top: 80px;
  margin-bottom: 120px;
}

.post:nth-child(odd) .entry-media {
  float: right;
  width: 60%;
}

.post:nth-child(odd) .entry-main {
  padding-right: 0px;
  float: right;
  width: 55%;
  margin-top: 65px;
  background: #fff;
  margin-right: -205px;
}

.post p {
  color: #000000;
  font-size: 16px;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  line-height: 28px;
}

.post .x {
  outline: 0px solid #fff;
  padding: 24px;
  position: relative;
  background: #fff;
  text-align: left;
  padding-left: 0 !important;
  height: 340px;
}

.post .x .ic {
  position: relative;
  right: 0%;
  top: 50%;
  width: 100%;
  z-index: 1;
  float: right;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post .x .ic div {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 2% 0% 2% 4%;
}

.buton {
  background-color: #000;
  color: #fff;
  padding: 15px 30px;
  margin-top: 20px;
}
.buton:hover {
  background-color: #000;
  color: #fff;
  padding: 15px 30px;
  margin-top: 20px;
}
.ileri{
  background: rgba(255, 255, 255, 1);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  left: -35px;
  top: 50%;
  opacity: 1;
  transition: all 2s ease-out;
  cursor: pointer;
  font-size: 30px;
}
#hakkimizda{
  position: relative;
  height: 100%;
  top: 50%;
}
.fp-table{
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.section-inner {
    padding: 0px 0px 0;
}
/*# sourceMappingURL=custom.css.map */
@media (max-width: 1400px){
  .sayfaSlider .slide-out-content {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    min-width: 100%;
    position: absolute;
    top: 0px;
    right: -100%;
    padding: 0 50px;
    height: 100%;
    font-size: 12px;
    line-height: 1.5rem;
    z-index: 1;
  }
  .sayfaSlider .slide-out-content .baslik {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 6px;
    margin-top: 135px;
    width: 100%;
    line-height: 2rem;
  }
  .sayfaSlider .geri {
    display: block;
    margin-top: 15px;
    color: #000;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .prj #projeSayfa .slide-out-content .baslik {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 6px;
    margin-top: 45px;
    width: 100%;
    line-height: 2rem;
  }
  .prj #projeSayfa .slide-out-content {
    background: none;
    width: 50%;
    min-width: 650px;
    position: absolute;
    top: 0px;
    right: 0rem;
    padding: 0 50px;
    height: 100%;
    font-size: 15px;
    line-height: 1.5rem;
    z-index: 1;
  }
}
#msy .portfolio-item .item {
    width: 100%;
    float: left;
    margin: 5px 0;
}
.slide-out-content-scrollable{
  height: calc(100% - 325px);
  overflow-y: scroll;
}
#section06 .baslik{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
#section06 .projeMetin{
  font-size: 14px;
}
.footerLogos {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerLogos .grupLogo img{
  width: 150px;
  margin-left: 20px;
}
.footerLogos .siteLogo img{
  width: 160px;
}
.container-fluid{
  padding-right: 5%;
  padding-left: 5%;
}