html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;}/* Custom Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e65b60; 
}
  
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ed1c24; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ee0f17; 
}/* Header kısmı */

.header {
  width: 100%;

  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 1fr; */
  grid-template-areas: 
  "so ka";
}

.menu {
  position: absolute;
  z-index: 3;
  width: 83vw;
  height: 70px;
  margin-left: 17vw;

  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: white;
  letter-spacing: 2px;  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.telefon-menu a {
  user-select: none;
  color: white;
  text-decoration: none;
}

.menu-butonlar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.menu-butonlar a {
  color: white;
}

.menu-butonlar div {
  margin-left: 25px;
  margin-right: 25px;
}.menu-butonlar>.buton:hover {

  background-color: white;

  color: black;

}

.navigasyon {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 50vh;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  color: white;
  letter-spacing: 5px;
  user-select: none;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.navigasyon div {
  margin-left: 10px;
  margin-right: 10px;
}

.logo {
  position: absolute;
  left: 2vw;
  top: 3vh;
  width: 13vw;
  z-index: 2;
}

#video1 {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
}

.video-tasiyici {
  position: relative;

  width: 100%;
  height: 100%;

  overflow: hidden;

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  object-fit: cover;
}

.buton {
  cursor: pointer;
  user-select: none;
  z-index: 5;
}

.buton:hover {
  background-color: white;
  color: black;

}

.karosel {
  grid-area: ka;
  height: 100vh;
  min-height: 650px;

}.sl {
  width: 100vw;
  height: 100vh;
  min-height: 650px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}/* .s-deneme {
  background-image: url('img/deneme.jpg');
} */.slayt1 {
  background-image: url('img/b1.png');
}

.slayt2 {
  background-image: url('img/b2.png');
}

.slayt3 {
  background-image: url('img/b3.png');
}
.slayt4 {
  background-image: url('img/b4.png');
}
.slayt5 {
  background-image: url('img/b5.png');
}
.header-mobil {
  display: none;
}
@media only screen and (max-width: 975px) {
  .header {
    display: none;
  }

  .header-mobil {
    display: block;

    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 100;
    color: rgb(78, 78, 78);
    letter-spacing: 2px;
  }

  .menu-mobil {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo-mobil {
    width: 60px;
    margin: 15px;
  }

  .hamburger {
    margin: 15px;
  }

  .menu-mobil-butonlar {
    display: none;
    text-align: center;
  }

  .menu-mobil-butonlar div {
    margin-bottom: 10px;
  }

  .karosel-mobil {
    height: 300px;
    width: 100%;
  }

  .sl-mobil {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }

  .sosyal-medya-mobil {
    display: flex;
    justify-content: space-around;
    align-items: center;
    opacity: 30%;
    height: 100px;
  }
}















/* Hakkında kısmı */
.hakkinda {
  width: 100vw;
  height: 600px;

  font-family: 'Montserrat', sans-serif;

  display: grid;
  grid-template-columns: 1fr 4fr 2.5fr 2.5fr 1fr;
  grid-template-rows: 1fr 1fr 3fr 3fr 3fr;
  grid-template-areas:
  "h h h h h"
  "i i i i i"
  "b1 y s1 s2 b2"
  "b1 y s3 s4 b2"
  "b1 y s5 s6 b2"
  ;

  padding-bottom: 15px;
}

.hakkinda-mobil {
  font-family: 'Montserrat', sans-serif;
  display: none;
}

.hakkinda-sol-bos {
  grid-area: b1;
}

.hakkinda-sag-bos {
  grid-area: b2;
}

.hakkinda-baslik {
  grid-area: h;
  height: 10vh;
  max-height: 82px;

  /* font-family: 'Oswald', sans-serif; */
  font-size: 22px;
  font-weight: 400;
  color: rgb(78, 78, 78);
  letter-spacing: 6px;

  display: flex;
  justify-content: center;
  align-items: flex-end;

}

.hakkinda-baslik-mobil {

  grid-area: h;
  height: 10vh;
  max-height: 82px;
  margin-bottom: 10px;
  /* font-family: 'Oswald', sans-serif; */
  font-size: 2.7vw;
  font-weight: 400;
  color: rgb(78, 78, 78);
  letter-spacing: 6px;

  display: flex;
  justify-content: center;
  align-items: flex-end;

}

.hakkinda-baslik-2 {
  grid-area: i;
  max-height: 82px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10vw;
}

.hakkinda-baslik-2-kucukyazi {
  /* font-family: 'Montserrat', sans-serif; */
  font-size: 22px;
  font-weight: 500;
  color: rgb(78, 78, 78);
}

.hakkinda-baslik-2-bg {
  max-height: 82px;
  grid-area: i;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 600;
  z-index: -5;
  opacity: 3%;
  font-size: 130px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hakkinda-yazi {
  grid-area: y;
  /* font-family: 'Oswald', sans-serif; */
  font-size: 16px;
  font-weight: 400;
  color: rgb(78, 78, 78);
  
  padding-left: 1vw;
  padding-right: 1vw;
  margin-right: 10px;
  overflow: auto;
}

.hakkinda-01 {
  grid-area: s1;
  /* font-family: "Oswald"; */
  font-size: 21px;
  font-weight: 400;
  /* letter-spacing: 5px; */
  color: rgb(78, 78, 78);

  display: flex;
  align-items: flex-start;
  flex-direction: column;

  margin-left: 3vw;
}

.hakkinda-01 div{
  margin: 0;
  font-size: 60px;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 900;
  color: #ed1c24;
}

.hakkinda-02 {
  grid-area: s2;
  /* font-family: "Oswald"; */
  font-size: 21px;
  font-weight: 400;
  /* letter-spacing: 5px; */
  color: rgb(78, 78, 78);

  display: flex;
  align-items: flex-start;
  flex-direction: column;

  margin-left: 3vw;
}

.hakkinda-02 div{
  margin: 0;
  font-size: 60px;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 900;
  color: #ed1c24;
}

.hakkinda-03 {
  grid-area: s3;
  /* font-family: "Oswald"; */
  font-size: 21px;
  font-weight: 400;
  /* letter-spacing: 5px; */
  color: rgb(78, 78, 78);

  display: flex;
  align-items: flex-start;
  flex-direction: column;

  margin-left: 3vw;
}

.hakkinda-03 div{
  margin: 0;
  font-size: 60px;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 900;
  color: #ed1c24;
}

.hakkinda-04 {
  grid-area: s4;
  /* font-family: "Oswald"; */
  font-size: 21px;
  font-weight: 400;
  /* letter-spacing: 5px; */
  color: rgb(78, 78, 78);

  display: flex;
  align-items: flex-start;
  flex-direction: column;

  margin-left: 3vw;
}

.hakkinda-04 div{
  margin: 0;
  font-size: 60px;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 900;
  color: #ed1c24;
}

.hakkinda-05 {
  grid-area: s5;
  /* font-family: "Oswald"; */
  font-size: 21px;
  font-weight: 400;
  /* letter-spacing: 5px; */
  color: rgb(78, 78, 78);

  display: flex;
  align-items: flex-start;
  flex-direction: column;

  margin-left: 3vw;
}

.hakkinda-05 div{
  margin: 0;
  font-size: 60px;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 900;
  color: #ed1c24;
}

.hakkinda-06 {
  grid-area: s6;
  /* font-family: "Oswald"; */
  font-size: 21px;
  font-weight: 400;
  /* letter-spacing: 5px; */
  color: rgb(78, 78, 78);

  display: flex;
  align-items: flex-start;
  flex-direction: column;

  margin-left: 3vw;
}

.hakkinda-06 div{
  margin: 0;
  font-size: 60px;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 900;
  color: #ed1c24;
}

@media only screen and (max-width: 975px) {
  .hakkinda {
    display: none;
  }

  .hakkinda-mobil {
    display: block;
    padding-bottom: 15px;

  }

  .hakkinda-yazi-mobil{
    background-color: whitesmoke;
    max-height: 300px;
    overflow: auto;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: rgb(78, 78, 78);
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 15px;
    margin-right: 15px;
  }
}











/* Projelerimiz kısmı */
.projeler {  
  width: 100vw;
  /* height: 800px; */  display: grid;
}

.pro_navigasyon, .resim_navigasyon {
  z-index: 5;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  color: #ffffff;
  letter-spacing: 5px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.pro_navigasyon div, .resim_navigasyon div {
  margin-left: 10px;
  margin-right: 10px;

  position: relative;
  top: 462px;
}


/* .pro_sl {
  width: 100%;
  height: 900px;

  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  color: white;
  letter-spacing: 5px;

  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(245, 222, 179, 0) !important;
} */


.pro_sl, .resim_sl {
    width: 100%;
    height: 900px;

    object-fit: cover;
    overflow: hidden;
}


.swiper {
  height: 900px;
}



@media only screen and (max-width: 975px) {
  .swiper {
    height: 300px;
  }

  .pro_navigasyon, .resim_navigasyon {
    
    color: #131313;
  }

  .resim_navigasyon {
    margin-top: 20px;
  }

  .pro_navigasyon div, .resim_navigasyon div {
    top: 0px;
  }

  .pro_sl, .resim_sl {
    height: 316px;
  }
}


















/* Slogan kısmı */
.slogan {
  font-family: 'Oswald', sans-serif;
  background-image: url("img/sayan_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  

  min-height: 50vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;

  margin-top: 15px;
  margin-bottom: 15px;
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "a b"; */

}

.yil-sayi {
  grid-area: a;
  font-weight: 600;
  font-size: 230px;
  letter-spacing: -15px;
  text-align: right;
  
}

.yil-sayi-mobil {
  display: none;
}

.yil-yazilar {
  grid-area: b;
  font-size: 60px;

  margin-left: 20px;
  margin-top: 153px;
  margin-right: 5vw;  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 975px) {
  .slogan {

    background-position: right;
    min-height: 30vh;
    margin-top: 0px;
    margin-bottom: 0px;

  }
  .yil-sayi {
    display: none;
  }

  .yil-sayi-mobil {
    display: block;
    grid-area: a;
    font-weight: 600;
    font-size: 30vh;
    letter-spacing: -20px;
    text-align: right;
    padding-right: 20px;
  }
  .yil-yazilar {

    margin-top: 120px;
  }
}
/* Referanslar kısmı */
.referanslar {
  display: grid;
}

.referanslar-baslik {
  z-index: 5;
  font-family: 'Oswald';
  font-size: 22px;
  font-weight: 400;
  color: rgb(78, 78, 78);
  letter-spacing: 6px;

  display: flex;
  justify-content: center;
  align-items: center;

  grid-column: 1;
  grid-row: 1;
}

.referanslar-baslik-bg {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  z-index: -5;
  opacity: 3%;
  font-size: 10vw;

  grid-column: 1;
  grid-row: 1;
}

.logolar {
  text-align: center;
  width: 100vw;
  margin-bottom: 60px;
}

.logolar img {
  width: 60px;
  margin: 20px;
}

.marka:hover {
  box-shadow: 0px 0px 26px 10px #f503039c;
}

@media only screen and (max-width: 975px) {
  .referanslar {
    margin-top: 50px;
  }

  .referanslar-baslik-bg {
    display: none;
  }
}/* Beraber çalışalım kısmı */
.beraber {
  min-height: 150px;
  width: 100%;
  background-color: #f5f5f5;
  font-family: 'Oswald';

  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.beraber div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.beraber-calisalim {
  background-color: #ed1c24;
  color: white;
  
  font-size: 11px;
  letter-spacing: 2px;
  height: 50px;
  width: 200px;
  border-radius: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.telefon, .whatsapp {
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}

a {
  text-decoration: none;
  color: black;
}

@media only screen and (max-width: 975px) {
  .beraber {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bize-ulasin {
    flex-direction: column;
    padding-top: 30px;
  }

  .telefon, .whatsapp {
    margin-top: 30px;
  }
}/* Bize ulaşın kısmı */
.bize-ulasin {
  min-height: 500px;

  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-template-areas: "adres form";
}

.adres {
  grid-area: adres;

  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 200;
  color: rgb(185, 185, 185);
  letter-spacing: 2px;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.iletisim-formu {
  grid-area: form;

  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.iletisim-formu > div > input, .iletisim-formu > textarea {
  margin-bottom: 15px;
}

.iletisim-formu div {
  width: 50%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.iletisim-formu input {
  width: 16vw;
}

.iletisim-formu input, .iletisim-formu textarea {
  height: 45px;
  background-color: #f5f5f5;
  border: 0px;
  border-radius: 10px;

  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 200;
  color: rgb(58, 58, 58);
  letter-spacing: 2px;
}

.iletisim-formu input:focus, .iletisim-formu textarea:focus {
  outline-width: 0;
}

.iletisim-formu button {
  background-color: #ed1c24;
  color: white;
  
  font-size: 11px;
  letter-spacing: 2px;
  height: 50px;
  width: 200px;
  border: 0px;
  border-radius: 20px;
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;
}

.gonder-butonu {
  text-align: center;
  justify-content: center !important;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 200;
  color: rgb(54, 163, 39);
  letter-spacing: 2px;
}

.mesaj {
  width: 50%;
  height: 300px;
}

@media only screen and (max-width: 975px) {
  .bize-ulasin {
    margin-top: 20px;
    padding-top: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "form" "adres";
  }

  .iletisim-formu input {
    width: 230px;
  }

  .iletisim-formu div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .adres { 
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mesaj {
    width: 230px;
  }
}
/* Haklar kısmı */
.haklar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.alttaki-logo {
  width: 100px;
}

.alttaki-logo img {
  width: 100%;
}

.haklar-yazi {
  font-size: 14px;
  color: rgb(190, 190, 190);
  font-family: 'Oswald', sans-serif;
}

@media only screen and (max-width: 975px) {
  .haklar {
    margin-top: 30px;
  }
  
  .haklar-yazi {
    width: 50vw;
    text-align: center;
  }

  .alttaki-logo {
    width: 50px;
  }
}