@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400&family=Josefin+Sans:wght@700&family=Manrope:wght@200;300;400;800&family=Playfair+Display:wght@400;500;600;900&family=Roboto:wght@100;300;400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Waiting+for+the+Sunrise&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:root {
  --text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: black;
  display: block;
}

ul {
  list-style: none;
}

h3 {
  font-size: 1.7rem;
}

input, button {
  border: none;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.container-sm {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
}

.container-md {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.container-lg {
  padding: 0 120px;
  -webkit-transition: .4s;
  transition: .4s;
  max-width: 2000px;
  margin: 0 auto;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: black !important;
}

a, * {
  color: white;
}

main {
  background-image: url("../../images/kara_tahta.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-wrapper {
  min-height: 100vh;
}

.bg-halfimg {
  height: 100%;
  position: absolute;
}

.bg-halfimg img {
  max-height: 100%;
  height: 99.1vh;
}

.sol-img {
  background-image: url("../../images/sol.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sag-img {
  right: 0;
  background-image: url("../../images/sag.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
}

.font-special {
  font-family: "Waiting for the Sunrise", cursive;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

header {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-left span {
  margin-left: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

header .header-left span img {
  width: 95%;
}

header .header-left span .yemeksepeti {
  height: 24px;
}

header .header-right a {
  border: 1px solid white;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 14px;
}

.main-wrapper {
  z-index: 10;
  position: relative;
}

.main-logo {
  text-align: center;
  margin-top: 5%;
}

.main-logo img {
  max-width: 100%;
}

.contact {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-height: calc(100vh - 100px);
}

.contact .tel {
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .tel .tel-bg {
  background: url("../../images/lineduz.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 50%;
  height: 7rem;
  position: relative;
}

.contact .tel .tel-bg::after {
  content: '';
  background-image: url("../../images/hand.png");
  height: 40px;
  background-repeat: no-repeat;
  width: 40px;
  top: 50%;
  position: absolute;
  right: 0;
  -webkit-animation: anmsyn .5s infinite;
          animation: anmsyn .5s infinite;
}

.contact .tel .tel-bg a {
  font-size: 1.8rem;
  -webkit-transition: .4s;
  transition: .4s;
  height: 80%;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .tel .tel-bg a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#E31E24), color-stop(20%, #ef7f1a), color-stop(40%, #ffed00), color-stop(60%, #009846), color-stop(80%, #00a0e3), to(#ae4a84));
  background: linear-gradient(to right, #E31E24 0%, #ef7f1a 20%, #ffed00 40%, #009846 60%, #00a0e3 80%, #ae4a84 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .address .map {
  width: 50%;
  text-align: right;
}

.contact .address span {
  margin: 0 20px;
}

.contact .address .social {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.contact .address .social > div {
  margin-right: 15px;
}

.contact .address a {
  -webkit-transition: .4s;
  transition: .4s;
  display: inline;
}

.contact .address a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#E31E24), color-stop(20%, #ef7f1a), color-stop(40%, #ffed00), color-stop(60%, #009846), color-stop(80%, #00a0e3), to(#ae4a84));
  background: linear-gradient(to right, #E31E24 0%, #ef7f1a 20%, #ffed00 40%, #009846 60%, #00a0e3 80%, #ae4a84 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@-webkit-keyframes anmsyn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes anmsyn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media only screen and (max-width: 1200px) {
  .container-lg {
    padding: 0 80px;
  }
  .container {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .container-lg {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 576px) {
  .container-lg {
    padding: 0 14px;
  }
  .sol-img {
    background-image: url("../../images/sol-d.png");
  }
  .sag-img {
    background-image: url("../../images/sag-d.png");
  }
  .contact .address span {
    margin: 0 10px;
  }
  .contact .tel {
    height: 5rem;
  }
  .contact .tel .tel-bg {
    height: 6rem;
  }
  .contact .tel a {
    font-size: 1.3rem !important;
  }
  .font-special {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 400px) {
  .container-lg {
    padding: 0 10px;
  }
  header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header-left span {
    margin-left: unset;
  }
  header .header-right a {
    padding: 5px 5px;
  }
}

@media only screen and (max-width: 350px) {
  .container {
    padding: 0 10px !important;
  }
  .container-lg {
    padding: 0 5px;
  }
  header .header-right a {
    font-size: 3.5vw;
    white-space: nowrap;
  }
}
/*# sourceMappingURL=main.css.map */