@import url('https://fonts.googleapis.com/css?family=Cabin|Herr+Von+Muellerhoff|Source+Sans+Pro:400,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); /* başlıklar*/
@import url('https://fonts.googleapis.com/css2?family=Noticia+Text:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Lobster&family=Philosopher&display=swap'); /* üst başlıklar */
/*Global styles*/
*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
}
:root{
    --main-font: 'Source Sans Pro', sans-serif;
    --secondary-font: 'Dancing Script', cursive;
    --body-font: 'Cabin', sans-serif;
    --main-font-color-dark: #252525;
    --secondary-font-color: #030303;
    --body-font-color: #515151;
}
body{
    overflow-x: hidden;
    
}
html{
    font-family: var(--body-font);
    font-size: 10px;
    color: var(--body-font-color);
    scroll-behavior:smooth ;
    

}
section{
    padding: 2.9rem 0;
    overflow: hidden;
    

}
img{
    width: 100%;
    max-width: 100%;
}
a{
    text-decoration: none;
  
}
video{
  width: 400px;
  height: 400px;
}
p{
    font-size: 1.6rem;
}
.container{
    width: 100%;
    max-width: 122.5rem;
    margin: 0 auto;
    padding: 0 2.4rem;
}

.hero{
    width: 100%;
    height: 100vh;
   background-color: #0b2248;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center; 
}
.sub-headline{ 
    font-size: 5.5rem;
    font-family: 'Noticia Text', serif;
    color: var(--secondary-font-color);
    font-weight: 100;
    line-height: .4;
    letter-spacing: 2px;
    /* font-size: 10rem; */
    opacity: 0;
    animation: fadeUp .5s forwards;
    animation-delay: .5s;
}
.first-letter{
text-transform: uppercase;
font-size: 7.3rem;
}

.headline{
color: #ffffff;
font-size: 3.7rem;
font-family: 'Noticia Text', serif;
text-transform: capitalize;
font-weight:900 ;
letter-spacing: .5rem;
margin-left: -.5rem;
animation: scale .5s forwards;

}
.separator{
    display: flex;
    align-items: center;
    justify-content: center;

}
.line{
    width: 100%;
    max-width: 8.4rem;
    height: .25rem;
    background-color: #e9e9e9;
    position: relative;
    opacity: 0;
    animation: grow 2s forwards;
    animation-delay: .9s;
}
.line-right::before, .line-left::before{
    content: '  ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: .6rem solid transparent;
    opacity: 0;
    animation: grow .5s forwards;
    animation-delay: 1.2s; 
}
.line-right::before{
    border-left-color: #e9e9e9;
    right: 0;
}
.line-left::before{
    border-right-color: #e9e9e9;
    left: 0;
}
.asterisk{
    font-size: 1.2rem;
    color: var(--secondary-font-color);
    color: #e9e9e9;;
    margin: 0 1.6rem;
    opacity: 0;
    animation: spin .5s forwards;
    animation-delay: .7s;
}
.asterisk-son{
  color: white;
}
.single-animation{
    opacity: 0;
    animation: fadeDown .5s forwards;
    animation-delay: 1.5s;
}

.headline-description h5{
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 100em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    letter-spacing: 30px;
    margin-right: -3px ;
    color: var(--secondary-font-color);
    line-height: 5rem;
    --secondary-font-color: #fff;
}
.btn{
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right:-2px ;
}
.cta-btn{
    font-size: 1.1rem;
    background-color: #ffffff;
    padding: .9rem 1.8rem;
    color: var(--body-font-color);
    border-radius: .4rem;
    transition: .5s;
}
.cta-btn:hover,
.cta-btn:focus{
    color: #ffffff;
    background-color:var(--secondary-font-color) ;
    background-color: transparent;
    border: 1px solid rgb(241, 239, 234);
}

.global-headline{
  text-align: center;
  margin-top: 3.9rem;

}

.discover-our-story .global-headline{
  margin-top: 1.9rem;
}
.global-headline .asterisk{
  color: var(--body-font-color);
  margin:2.4rem 0;
}
.headline-dark{
  color: var(--main-font-color-dark);
  letter-spacing: .7rem;
  margin-right:   -.7rem;
}
.global-headline .sub-headline{
  letter-spacing: -1px;
  line-height: .90;
}
.restaurant-info{
  text-align: center;
}
.restaurant-description{
  margin-bottom: 3rem;
}
.restaurant-description p{
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
.body-btn{
  font-size: 1.5rem;
  color: var(--secondary-font-color);
  position: relative;
  transition: color .5s;

}
.body-btn::before{
  content:'';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-font-color);
  transition: background-color .5s;
}
.body-btn:hover,
.body-btn:focus{
  color: var(--main-font-color-dark);
}
.body-btn:hover::before{
  background-color: var(--main-font-color-dark);
}
/* tasteful-recipes */
.tasteful-recipes{


  background-color: #4CB25E;
}

.son{
  background-size: cover;
  background-position: end;
  background-repeat: no-repeat;
}
.between{
  min-height: 20vh;
  display: flex;
  align-items: center;
}

/* discover our menu */

.images-group{
  display: grid;
  grid-template-columns:repeat(2,1fr) ;
  grid-gap: 1.5rem;
  
 
}
.images-group img{

  box-shadow: 0 0 20px rgba(0,0,0,.9);
 width: 100%;
 max-width: 100%;
 height: 35vh;

}
.images-group video{
  width: 50%;
  max-width: 50%;
  height: 10vh;
  box-shadow: 0 0 20px rgba(0,0,0,.9);
  
}

.discover-our-menu .restaurant-description{
  padding-top:3rem ; 
  margin-bottom: 0;

}
/* the perfect blend */
.perfect-blend{
  background: url("grafiktasarım.jpg") center no-repeat;
  background-size: cover;
}

/* footer */
/* footer */
footer{
  padding: 7.9rem 0;
  background-color: #121212;
  box-shadow: 0 0 20px rgba(228, 196, 15, 0.863);
  color: #ffffff;
  text-align: center;
  position: relative;
}
.back-to-top{
  width: 7rem;
  height: 7rem;
  background-color: #121212;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.back-to-top i{
  display: block;
  color: rgba(228, 196, 15, 0.863);
  font-size: 2rem;
  padding: 2rem;
  animation: up 2s infinite;
}

.footer-content{
  overflow: hidden;
}
.footer-content h4{
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 3px;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.footer-content .asterisk{
  margin: 2.4rem 0;
}
.footer-content .about{
  margin-bottom:5.5rem ;
}
.footer-content .about p{
  line-height: 2;
}
.social-icons{
  list-style: none;
  margin-bottom: 5.4rem;
  display: flex;
  justify-content:center;
}
.social-icons a{
  font-size: 2rem;
 color: #ffffff;
 padding: .8rem 2rem;
 /* opacity: .5; */
 transition: color .5s;
}
.social-icons a:hover,
.social-icons a:focus{
  color: var(--secondary-font-color);
}

.newsletter-form{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.newsletter-input{
  width: 100%;
  max-width: 25rem;
  padding: 1rem;
  border-radius: .4rem;
  box-shadow: 0 0 20px rgba(228, 196, 15, 0.425);
}

.newsletter-btn{
  background-color: transparent;
  border: none;
  color: var(--main-font-color-dark);
  cursor: pointer;
  font-size: 1.6rem;
  padding: 1px .6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10.5rem;
}
.counter-section{
  margin: 10% auto;
  color: #ffffff;
}
@media screen and (max-width: 600px ){

  .media{
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  
}

/* media qery */
@media screen and (min-width:900px){
    section{
        padding: 7.9rem;
    }
    .sub-headline{
        font-size: 10rem;

    }
    .first-letter{
        font-size: 12.2rem;
    }
    .headline{
        font-size: 4.7rem;
        letter-spacing: .8rem;
    }
    .line{
        max-width: 11.4rem;
    }
    .restaurant-info{
        display: flex;
        align-items: center;
    }
    .restaurant-info > div{
        flex: 1;
    }
    .padding-right{
        padding-right: 7rem;
    }
    .footer-content{
        max-width: 77.5rem;
        margin: auto;
    }
    .footer-content-about{
        max-width: 51.3rem;
        margin: 0 auto 5.4rem;
    }
    .footer-content-divider{
        display: flex;
        justify-content: space-between;
    }
    .social-media,
    .newsletter-form{
        width: 100%;
        max-width: 27.3rem;
        margin: 0 1rem;

    }
    .social-icons a{
        opacity: 1;
    }
    .newsletter-btn{
        margin-left: 7.5rem;
    }
}

/* Sosyal ikon */
.sosyalikonlar{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2;
}

/*Form design*/
    .contain {
      background-color: #eee;
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto;
      padding: 1em;
    }

    div.form {
      background-color: #eee;
    }

    .contact-wrapper {
      margin: auto 0;
    }

    .submit-btn {
      float: left;
    }

    .reset-btn {
      float: right;
    }

    .form-headline:after {
      content: "";
      display: block;
      width: 10%;
      padding-top: 10px;
      border-bottom: 3px solid #ec1c24;
    }


    .highlight-text {
      color: #ec1c24;
    }

    .hightlight-contact-info {
      font-weight: 700;
      font-size: 22px;
      line-height: 1.5;
    }

    .highlight-text-grey {
      font-weight: 500;
    }

    .email-info {
      margin-top: 20px;
    }

    ::-webkit-input-placeholder {
      /* Chrome */
      font-family: 'Roboto', sans-serif;
    }

    .required-input {
      color: black;
    }

    @media (min-width: 600px) {
      .contain {
        padding: 0;
      }
    }

    h3,
    ul {
      margin: 0;
    }

    h3 {
      margin-bottom: 1rem;
    }

    .form-input:focus,
    textarea:focus {
      outline: 1.5px solid #ec1c24;
    }

    .form-input,
    textarea {
      width: 100%;
      border: 1px solid #bdbdbd;
      border-radius: 5px;
    }

    .wrapper>* {
      padding: 1em;
    }

    @media (min-width: 700px) {
      .wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
      }

      .wrapper>* {
        padding: 2em 2em;
      }
    }

    ul {
      list-style: none;
      padding: 0;
    }

    .contacts {
      color: #212d31;
    }

    .form {
      background: #fff;
    }

    form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
    }

    form label {
      display: block;
    }

    form p {
      margin: 0;
    }

    .full-width {
      grid-column: 1 / 3;
    }

    button,
    .submit-btn,
    .form-input,
    textarea {
      padding: 1em;
    }

    button,
    .submit-btn {
      background: transparent;
      border: 1px solid #ec1c24;
      color: #ec1c24;
      border-radius: 15px;
      padding: 5px 20px;
      text-transform: uppercase;
    }

    button:hover,
    .submit-btn:hover,
    button:focus,
    .submit-btn:focus {
      background: #ec1c24;
      outline: 0;
      color: #eee;
    }

    .error {
      color: #ec1c24;
    }







    /*Hizmetler*/
    @import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
figure.snip1426 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  min-width: 230px;
  max-width: 445px;
  width: 100%;
  object-fit: cover;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
  box-shadow: 0 0 20px rgba(0,0,0,.9);

  
}
.ilk {
  margin-top: 50px;
  
}
figure.snip1426 *,
figure.snip1426 *:before,
figure.snip1426 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
figure.snip1426 img {
  max-width: 100%;
  height: 300px;
  backface-visibility: hidden;
  vertical-align: top;
  
}
figure.arac-img img{
  max-width: 100%;
  height: 250px;
  backface-visibility: hidden;
  vertical-align: top;
  object-fit: cover;

}
figure.arac-img h2 {
  font-weight: 200;
  font-size: 1.5rem;
}
figure.arac-img h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
  font-size: 1rem;
}

figure.snip1426 figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 5px 10px 10px;
}
figure.snip1426 figcaption:before,
figure.snip1426 figcaption:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;

}
figure.snip1426 figcaption:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.snip1426 figcaption:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.snip1426 figcaption div:before,
figure.snip1426 figcaption div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;

}
figure.snip1426 figcaption div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.snip1426 figcaption div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.snip1426 h2,
figure.snip1426 h4 {
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}
figure.snip1426 h2 {
  font-weight: 800;
}
figure.snip1426 h4 {
  display: block;
  font-weight: 700;
background-color: #4CB25E;

  
  padding: 5px 10px;
  color: #ffffff;
}
figure.snip1426 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1426:hover img,
figure.snip1426.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
  color: white;
}
figure.snip1426:hover figcaption:before,
figure.snip1426.hover figcaption:before,
figure.snip1426:hover figcaption:after,
figure.snip1426.hover figcaption:after,
figure.snip1426:hover figcaption div:before,
figure.snip1426.hover figcaption div:before,
figure.snip1426:hover figcaption div:after,
figure.snip1426.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);

}

figure.snip1426:hover figcaption:before,
figure.snip1426.hover figcaption:before,
figure.snip1426:hover figcaption:after,
figure.snip1426.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}



/* animation */
@keyframes fadeUp {
    0%{
        transform: translateY(4rem);

    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scale {
    0%{
        transform: scale(2);

    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes grow {
    0%{
       width: 0;

    }
    100%{
        opacity: 1;
        width: 100%;
    }
}

@keyframes spin {
    0%{
       transform: rotate(0);

    }
    100%{
        opacity: 1;
       transform: rotate(-360deg);
    }
}

@keyframes fadeDown {
    0%{
        transform: translateY(-1rem);

    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes up {
    0%{
        opacity: 0;

    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        transform: translateY(-1rem);
    }
}