@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;500;600&display=swap');

:root{
    --main-color: #e84242; 
    --black-color: #0e0e0e;
    --border: 0.1rem solid rgba(255, 255, 255, 0.4);




}
* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.2s ease;

}



/*! base html codes */

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

html ::-webkit-scrollbar{
    width: 0.8rem;
    background-color: #fff;

}

html ::-webkit-scrollbar-track{
    background-color: transparent;

}

html ::-webkit-scrollbar-thumb{
    background-color: #368fbc;
    border-radius: 3rem;
    
}

body{
    background-color: #fff;
}
section{
    padding: 3.5rem 7%;
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding: 2rem 3.75rem;
    border-radius: 30rem;
    font-size: 1.7rem;
    color: #fff;
    background-color: #368fbc;
    cursor: pointer;
}
.heading{
    color: #fff;
    text-transform: uppercase;
    font-size: 4rem;
    margin-top: 3.5rem;
    border-bottom: 0.1rem solid #fff;
    
}

.heading span{
    color: #0e0e0e;
    text-transform: uppercase;
}

.header .logo img {
  height: 10rem;
}

.header {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 30px;
    margin: 2rem 7%;
    border-radius: 30rem;
    box-shadow: 0px 0px 17px -2px rgba(0 , 0, 0, 0.75);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header .navbar a{
    margin: 1rem;
    font-size: 1.6rem;
    color: #368fbc;
    border-bottom: 0.1rem solid transparent;
}

.header .navbar .active,
.header .navbar a:hover {
    border-color: #368fbc;
    padding-bottom: 0.5rem;
}

.header .buttons button{
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 2rem;
    background-color: transparent;
}

#menu-btn {
    display: none;
}

/*! home start */
.home{
    min-height: 100vh;
    background: url(../images/home1.JPG)
    no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -16.5rem;
    display: flex;
    align-items: center;
}

.home .content{
    max-width: 60rem;
}

.home .content h3{
    font-size: 6rem;
    color: #fff;

}

.home .content p{
    font-size: 3rem;
    font: 6rem;
    font-weight: 400;
    line-height: 1.8;
    padding: 1rem 0;
    color: #fff;
}
/*! home end */

/*! Menü start */
.Menümüz .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
    gap: 2.5rem;
    margin-top: 3.5rem;
}

.Menümüz .box-container .box {
    padding: 2rem;
    background-color: #368fbc;
    border-radius: 2rem;
    min-height: 45rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center; 
    justify-content: flex-start;
}

.Menümüz .box-container .box img {
    width: 100%;
    height: 250px; 
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.Menümüz .box-container .box:hover img {
    transform: scale(1.08);
}

.Menümüz .box-container .box .Yemek-category {
    font-size: 1.2rem;

}

.Menümüz .box-container .box h3 {
    font-size: 2.5rem;
    padding: 1rem 0;

}

.Menümüz .box-container .box .price {
    font-size: 2.5rem;
    color: #0e0e0e;
    font-size: 1.8rem;
}


/*! Menü end */

/*! Koylar start */
.Suluada .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
    gap: 2.5rem;
    margin-top: 3.5rem;
}

.Suluada .box-container .box{

    padding: 2rem;
    background-color: #368fbc;
    border-radius: 2rem;
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center; 
    justify-content: flex-start;

}

.Suluada .box-container .box .box-head{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 10;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.Suluada .box-container .box .box-head a{
    color: #fff;
}

.Suluada .box-container .box img {
    width: 100%;
    height: 250px; 
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.Suluada .box-container .box:hover img{
    transform: scale(1.08);
}

.Koylar .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
    gap: 2.5rem;
    margin-top: 3.5rem;
}

.Koylar .box-container .box{

    padding: 2rem;
    background-color: #368fbc;
    border-radius: 2rem;
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center; 
    justify-content: flex-start;
}

.Koylar .box-container .box .box-head{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 10;
    font-size: 2rem;
    font-weight: bold;
}

.Koylar .box-container .box .box-head a{
    color: #fff;
}

.Koylar .box-container .box img {
    width: 100%;
    height: 250px; 
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.Koylar .box-container .box:hover img {
    transform: scale(1.08);
}

/*! Koylar end */

/*! Hakkımda start */

.Hakkımda .row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    align-items: center;
  }
  
  .Hakkımda .row .image {
    flex: 1 1 45rem;
  }
  
  .Hakkımda .row .image img {
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
  }
  
  .Hakkımda .row .content {
    flex: 1 1 45rem;
 
  }

  .Hakkımda .row .content h3{
    font-size: 3rem;
    color: #0e0e0e;
  }

  .Hakkımda .row .content p{
    font-size: 1.6rem;
    color: #0e0e0e;
    padding: 1rem 0 ;
    line-height: 1.8; 

  }
  
/*! Hakkımda end */

.Turbilgiler .row .image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    border-radius: 1rem;

}

.Turbilgiler .row .image img {
    width: 500px;
    border-radius: 1rem;
    object-fit: cover;
}

.Turbilgiler .row .content p{
    font-size: 1.6rem;
    color: #0e0e0e;
    padding: 1rem 0 ;
    line-height: 1.8; 

}

/*! Resim ve Videolar start */
.Blog .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2.5rem;
    margin-top: 3.5rem;
}

.Blog .box-container .box{
    padding: 2rem;
    background-color: #368fbc;
    border-radius: 2rem;
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center; 
    justify-content: flex-start;
}

.Blog .box-container .box .image{
    height: 25rem;
    overflow: hidden;
    width: 100%;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    
}

.Blog .box-container .box .content a{
    color: #fff;
}

.Blog .box-container .box .image img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.Blog .box-container .box:hover .image img{
    transform: scale(1.2);
   
}

.Blog .box-container .box video{
    height: 25rem;
    overflow: hidden;
    width: 100%;

}


.Teknemiz .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2.5rem;
    margin-top: 3.5rem;
}

.Teknemiz .box-container .box{
    padding: 2rem;
    background-color: #368fbc;
    border-radius: 2rem;
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center; 
    justify-content: flex-start;
}

.Teknemiz .box-container .box .image{
    height: 25rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    
}

.Teknemiz .box-container .box .image img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    justify-content: center;
}
.Teknemiz .box-container .box:hover .image img{
    transform: scale(1.2);
   
}

/*! Resim ve Videolar end */

/*! Son kısım start */
.footer{
    background-color: #368fbc;
    text-align: center;
}

.footer .share {
    padding: 2rem 0;
}

.footer .share a{
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    color: #fff;
    font-size: 2rem;
    border: var(--border);
    border-radius: 50%;
    margin: 0.3rem;
}

.footer .share a:hover {
    background-color: #0e0e0e;
}

.footer .links{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer .links a{
    background-color: #fff;
    padding: 0.7rem 2 rem;
    color: #368fbc;
    font-size: 2rem;
    border: var(--border);
}

.footer .links a:hover{
    background-color: #0e0e0e;
    opacity: 0.7;
}

.footer .credit{
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
    padding-top: 1.5rem;
}

.footer .credit span{
    font-size: 2rem;
    color: #fff;
}
/*! Son kısım end */

/*! Responsive start */
@media (max-width: 991px) {
    html {
        font-size: 55%;
    }

    .header{
        padding: 1.5rem;
    }

    .header .logo img{
        height: 7rem;
    }

    section{
        padding: 2rem;
    }

    .Menümüz .box-container .box .box-head .name{
        font-size: 3.4rem;
    }
}

@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }

  .header .navbar {
    position: fixed; /* absolute değil! */
    top: 0;
    right: 0;
    background-color: #fff;
    height: 100vh;
    width: 30rem;
    box-shadow: -2px 0 14px rgba(0, 0, 0, 0.75);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9999;
  }

  .header .navbar.active {
    transform: translateX(0);
  }

  .header .navbar a {
    color: #0e0e0e;
    display: block;
    margin: 1.5rem;
    padding: 0.5rem;
    font-size: 2rem;
  }
}


@media (max-width: 576px){
    html{
        font-size: 50%;
    }
}


/*! Responsive end */

