@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@import url("../fonts/stylesheet.css");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

/*Header*/

.logo {
  width: 14rem;
}

.navbar button {
  background-color: none !important;
}
.navbar-toggler-icon{
  background: url('../img/navbar-iconu.svg') !important;
}

/*Header end*/

/*Slider*/
.menu {
  text-decoration: none;
  color: white;
  background-color: #e94e1a;
  padding: 1rem 4rem 1rem 4rem;
  border-radius: 3rem;
  font-size: 0.938rem;
}
.menu:hover,
.magaza:hover,
.ücüncü-demleme:hover {
  color: white;
}
.menu-kismi {
  text-align: center;
  padding-top: 50%;
}
.menu-kismi p {
  padding-top: -1rem !important;
}
.olmak {
  bottom: -1.3rem;
}
.e-yarisi {
  position: absolute;
  z-index: 3;
  bottom: 0;
}
#demo {
  position: absolute;
  z-index: 3;
  top: -25rem;
  font-size: 6rem;
  color: #000000;
}

.kahveli-el {
  position: relative;
  width: 70.4%;
  bottom: 0rem;
  left: 27%;
  z-index: 1;
  padding-bottom: 14%;
}
.yourself{
  width: 160%;
}
/*Slider end*/

/*Tanitim*/

.tanitim p {
  font-size: 0.938rem;
}
/*Tanitim end*/

/*Mağaza*/
.magaza-kismi {
  background-image: url("../img/magaza-arkaplan.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7rem 10rem 7rem 10rem;
}
.magaza,
.ücüncü-demleme {
  text-decoration: none;
  color: white;
  background-color: #e94e1a;
  padding: 1rem 4rem 1rem 4rem;
  border-radius: 3rem;
  font-size: 0.938rem;
}

/*Mağaza end*/

/*3.nesil demleme*/

.nesil-demleme {
  background: url("../img/ücüncünesildemleme.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 7rem 10rem 7rem 10rem;
}

/*3.nesil demleme end*/

/*mobil*/

.mobil {
  color: white;
  background: url("../img/mobil-arkaplan.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.list-group-item {
  background: none;
  border: none;
}
.mobil-el {
  position: relative;
  left: 10%;
  padding-top: 2rem;
  bottom: 0 !important;
}
.mobil-ortam {
  padding-top: 10%;
}
/*mobil end*/

/*footer*/

.sosyal img {
  width: 2rem;
}
.footer-coffe {
  width: 6rem;
}
/*footer end*/

h1 {
  font-family: 'AlternateGothicEF';
}


/*alt sayfalar*/
.iletisim-bilgisi {
  color:black;
}

.iletisim-bilgisi a{
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.iletisim-bilgisi a:hover {
  color: rgb(0, 0, 0);
}
.iletisim-bilgisi p {
  font-size: 1.3rem;

}

form button {
  color: rgb(255, 255, 255) !important;
  background-color: #e94e1a !important;
  border: none !important;
  box-shadow: none !important;
}

form input:focus , textarea:focus {
  box-shadow: none !important;
  border-color: black !important  ;
}

#gizleelsys{display:none;}

/*alt sayfalar end*/


/*Media*/
@media (max-width: 1296px) {
 .yourself{
    width: 100%;
  }
}


@media (max-width: 991.98px) {
  .logo {
    padding-top: 2rem !important;
  }
  .kahveli-el {
    width: 77%;
  }
  .mobil ul img {
    width: 100% !important;
  }
  .mobil-el {
    padding-top: 5rem;
  }
  #demo {
    top: -20rem;
  }
}

@media (max-width: 767.98px) {
  .menu-kismi {
    padding-top: 10%;
  }
  .mobil-el {
    display: none;
  }
  .mobil-ortam {
    padding-top: 0%;
    padding-bottom: 10%;
  }
  .footer ul,
  .footer p,
  .f-logo a {
    display: flex;
    justify-content: center !important;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .footer-coffe {
    padding: 0 !important;
    width: 4rem;
  }
  .iletisim-col{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #gizleelsys{display:block;}
}

@media (max-width: 575.98px) {
  .kahveli-el {
    width: 80%;
    padding-bottom: 20%;
  }
  #demo {
    top: -15rem;
  }
.ücüncü-demleme {
  padding: 1.2rem 1.4rem 1.2rem 1.4rem;
}
.nesil-demleme{
  padding-left:  3rem !important;
  padding-right: 3rem !important;
}
}

@media (max-width: 399.98px) {
  .header {
    padding-top: 0 !important;
  }
  .logo {
    width: 12rem;
    padding-left: 0 !important;
  }
  .kahveli-el {
    width: 88%;
  }
  #demo {
    top: -11rem;
  }
}

/*Media end*/