html {
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color:#444444;
}


html * {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  outline: none;
}

html *:after {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

html *:before {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}





#headerWorksDetail{
  background: rgba(237, 28, 36, .90);
  z-index: 9;
  display: none;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#griAlan{
  width: 100%; 
  height: 100vh; 
  z-index: 9; 
  position: fixed; 
  top:0; 
  left: 0; 
  background-color: rgba(0, 0, 0, 0.3);
}

.marker {
  background-image: url("../img/pin.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}


h1,
h2,
h3,
h4,
span {
  padding: 0;
  margin: 0;
}

h1, h2{
  color: black;
}

a {
  text-decoration: none !important;
}

.dilSecimi {
  font-size: 14px;
  color: white;
  width: 145px;
}

.centerADivInAnother {
  width: 100%;
  padding: 0px 15px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bottomADivInAnother {
  width: 100%;
  padding: 0px 15px;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.hepsiniGoster {
  background-color: rgb(255, 255, 255, .9);
  display: inline-block;
  padding: 14px 20px;
  font-size: 14px;
}

.hepsiniGoster:hover {
  color: #ed1c24;
  cursor: pointer;
}

.mr10px {
  margin-right: 10px;
}

/* .projeDetayGorsel:hover .hepsiniGosterTasiyici {
  display: block;
} */

/* .hepsiniGosterTasiyici {
  display: none;
} */


#tumGaleri {
  background-color: black;
  position: fixed;
  top: 0;
  z-index: 100;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
}

.cPointer:hover {
  cursor: pointer;
}

.tumGaleriResimDetay {
  background-color: black;
  position: fixed;
  top: 0;
  z-index: 101;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
}

#anaSayfaMegaGorsel,
#icSayfaMegaGorsel {
  background-color: white;
  height: 85vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#icSayfaMegaGorselVideolu {
  background-color: white;
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tasiyiciTamCerceve {
  width: 100%;
  padding: 0px 15px;
}

#header {
  background: rgba(0, 0, 0, .87);
  /* padding:15px 0px; */
  position: fixed;
  top: 0;
  z-index: 10;
}

#header:hover {
  background: rgba(0, 0, 0, .87);
  /* background: #ed1c24; */
  /* padding:6px 0px; efekt icin aç  */
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  outline: none;
}



#header ul, .filtreUl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


#header ul li {
  display: inline-block;
  margin: 0px 10px;
  font-size: 14px;
  padding: 23px 0px;
  height: 100% !important;
  cursor: pointer;
}

.filtreUl li{
  display: inline-block;
  margin: 0px 10px;
  font-size: 14px;
  padding: 25px 0px 10px 0px;
  cursor: pointer;
  color: rgba(255, 255, 255, .85);
  border-bottom: 1px solid black;
}

.filtreUl .aktif{
  color: white;
  border-bottom: 1px solid white;
}




#header .dilSecimi ul li {
  margin: 0px 5px !important;
}

#header ul .aktif {
  border-bottom: 1px solid white;
}

#header ul .aktif a{
  color:white;
}

#header ul li a {
  width: 100%;
  color: rgba(255, 255, 255, .85);
}

#header ul li a:hover{
  color:white;
}



.w100 {
  width: 100%;
}

.vh100 {
  height: 100vh;
}

.megaImageContainer {
  height: calc(100vh - 120px);
  /* max-width:95%; */
  padding:0px 15px;
}


.h100 {
  height: 100%;
}

.miniText{
  font-size: 12px;
  color: #838383;
}

.megaImage{
  height: 100%;
  max-height: calc(100vh - 120px);
  width: auto;
  max-width: 100%;
}


.ekipFoto{
  height: 165px;
}

.yuk-5 {
  height: 5px;
}

.yuk-10 {
  height: 10px;
}

.yuk-15 {
  height: 15px;
}

.yuk-20 {
  height: 20px;
}

.yuk-25 {
  height: 25px;
}

.yuk-30 {
  height: 30px;
}

.yuk-35 {
  height: 35px;
}

.yuk-40 {
  height: 40px;
}

.yuk-45 {
  height: 45px;
}


.yuk-50 {
  height: 50px;
}

.yuk-60 {
  height: 60px;
}

.yuk-70 {
  height: 70px;
}

.yuk-80 {
  height: 80px;
}

.yuk-90 {
  height: 90px;
}

.yuk-100 {
  height: 100px;
}

.tasiyici1200 {
  max-width: 1200px;
  padding: 0px 15px;
}

.spotMetinHome {
  font-size: 26px;
}

.musteriYorumuDiv{
  background-color: white;
  padding: 35px 15px 35px 15px;
  border-bottom: 1px solid #e7e7e7;
}

.musteriYorumuDiv:last-child{
  border-bottom: none;
}

.musteriYorumuDiv:first-child{
  padding: 15px 15px 35px 15px;
}


.buttonMain {
  border: 1px solid #ed1c24;
  padding: 14px 30px;
  color: #ed1c24;
  font-size: 14px;
}

.buttonMain:hover {
  background-color: #ed1c24;
  padding: 14px 50px;
  color: white;
}

.colorWhite {
  color: white;
}

.colorLightGrey {
  color: #e8e8e8;
}



.number {
  font-size: 14px;
  color: #6e6e6e;
}

.colorDarkGrey {
  color: #b3b3b3;
}

.sinirliGenislik {
  max-width: 600px;
}

.esnekBosluk {
  height: 80px;
}

.colorRed{
  color:#ed1c24;
}

.bigMail{
  font-size: 22px;
  color:white;
}

.bigMail:hover{
  color:#ed1c24;;
}

.arkaPlanKirmizi {
  background-color: #ed1c24;
}

.arkaPlanSiyah {
  background-color: black;
}

.arkaPlanAcikGri {
  background-color: rgb(247, 247, 247);
}


.refLogo {
  max-width: 175px;
  height: auto;
  width: 100%;
}

.silikBeyaz {
  color: rgba(255, 255, 255, .8);
}


.projeDetayH1 {
  font-size: 42px !important;
  letter-spacing: 5px;
  font-weight: 600;
}

h2 {
  font-size: 32px !important;
  font-weight: 600;
}

.fW600 {
  font-weight: 600;
}

.fW700 {
  font-weight: 700;
}


.mobilMenuDivider {
  border-top: 1px solid rgb(255, 255, 255, .2);
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
}



.footerBeyazLink {
  color: rgba(255, 255, 255, .8);
  text-decoration: underline !important;
  font-size: 14px;
}

.footerBeyazLink:hover {
  color: white;
}

.fS14 {
  font-size: 14px;
}

.fS18 {
  font-size: 18px;
}

.homeBgSiyah {
  background-image: url(../img/anasayfa/siyahBg.jpg);
  background-position: top;
  background-repeat: repeat-x;
}

.kirmiziCizgimiz {
  width: 60px;
  min-width: 50px;
  margin-top: 20px;
  border-top: 1px solid #ed1c24;
  margin-right: 30px;
}

.homeProje {
  width: 100%;
  height: 410px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeProje:hover {
  transform: scale(1.2);
}

.musteriFotoDiv{
  margin-right: 15px;
}

.baslik{
  font-size: 18px;
  font-weight: 600;
}

.projeLink {
  color: #444444;
}

.projeLink:hover {
  color: #ed1c24;
}

.work-container {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.tumGaleriResimTasiyici {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.work-img-holder {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-img-holder:hover {
  transform: scale(1.1);
}


#mobilMenu ul {
  text-align: center;
}

#mobilMenu a {
  color: #e6e6e6;
}

#mobilMenu ul .aktif a {
  border-left: 1px solid #ed1c24;
  color: white;
  padding-left: 15px;
}


#mobilMenu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#mobilMenu ul li {
  padding: 15px 0px;
  text-align: left;
}

#mobilMenu ul li:hover {
  cursor: pointer;
}

#mobilMenu {
  z-index: 5;
  position: fixed;
  top: 0;
  background-color: grey;
  left: -100%;
  height: 100vh;
  width: 100%;
  background-color: #000000;
  overflow-x: auto;
}

.mobilMenuAktif {
  left: 0 !important;
}



#homeSlide1 {
  background-image: url(../img/anasayfa/big-1.jpg);
}

#homeSlide2 {
  background-image: url(../img/anasayfa/big-2.jpg);
}

#homeSlide3 {
  background-image: url(../img/anasayfa/big-3.jpg);
}

#homeSlide4 {
  background-image: url(../img/anasayfa/big-4.jpg);
}

#homeSlide5 {
  background-image: url(../img/anasayfa/big-5.jpg);
}

#homeSlide6 {
  background-image: url(../img/anasayfa/big-6.webp);
}

#homeSlide7 {
  background-image: url(../img/anasayfa/big-7.webp);
}

#homeSlide8 {
  background-image: url(../img/anasayfa/big-8.webp);
}



@media (max-width: 1024px) {

  .projeDetayH1 {
    font-size: 36px !important;
    letter-spacing: 2px;
  }

  h2 {
    font-size: 28px !important;
  }

  .work-container {
    height: 280px;
  }

  .tumGaleriResimTasiyici {
    height: 250px;
  }


  .dilSecimi {
    width: 100%;
  }

  .spotMetinHome {
    font-size: 20px;
    margin:0px;
  }

  .kirmiziCizgimiz {
    /* margin-right: 20px;
    min-width: 30px; */
    min-width: 1px;
    border-left: 1px solid #ed1c24;
    min-width: 1px;
    width: 1px;
    margin-top: 0px;
    border-top: none;
    margin-right: 15px;
  }

  #header {
    padding: 15px 0px;
    /* background-color: #ed1c24; */
    background: #000000;
  }

}


@media (max-width: 768px) {

  #anaSayfaMegaGorsel,
  #icSayfaMegaGorsel {
    height: 60vh;
    margin-top: 75px;
  }

  #icSayfaMegaGorselVideolu {
    height: 60vh;
    margin-top: 75px;
  }

  .work-container {
    height: 240px;
  }

  .tumGaleriResimTasiyici {
    height: 240px;
  }


  #homeSlide1 {
    background-image: url(../img/anasayfa/small-1.jpg);
  }

  #homeSlide2 {
    background-image: url(../img/anasayfa/small-2.jpg);
  }

  #homeSlide3 {
    background-image: url(../img/anasayfa/small-3.jpg);
  }

  #homeSlide4 {
    background-image: url(../img/anasayfa/small-4.jpg);
  }

  #homeSlide5 {
    background-image: url(../img/anasayfa/small-5.jpg);
  }

  #homeSlide6 {
    background-image: url(../img/anasayfa/small-6.webp);
  }

  #homeSlide7 {
    background-image: url(../img/anasayfa/small-7.webp);
  }

  #homeSlide8 {
    background-image: url(../img/anasayfa/small-8.webp);
  }


}