@import url("../global/general.css");

.container {
  max-width: 1440px;
  margin: 0 auto;
}
.hero {
  min-height: 100vh;
  background-image: url("../../assets/images/fs-hero-img.avif");
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.header {
  width: 85%;
  margin: auto;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.logo h2 {
  font-size: 28px;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 35px;
}

nav a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

nav a:hover {
  color: var(--btn-color);
}

.call-btn {
  text-decoration: none;
  color: white;
  background: var(--btn-color);
  padding: 12px 28px;
  border-radius: 5px;
}
.call-btn:hover{
  background-color: var(--btn-hover);
}

.menu-icon{
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 85%;
  margin: auto;
  height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content h1 {
  font-size: 70px;
  width: 500px;
  margin-bottom: 20px;
}

.hero-content p {
  width: 520px;
  line-height: 30px;
  color: #ddd;
  margin-bottom: 35px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.btn {
  background: var(--btn-color);
  color: white;
  text-decoration: none;
}
.order-btn {
  padding: 16px 35px;
  border: none;
}
.order-btn:hover{
  background-color: var(--btn-hover);
}

.reserve-btn {
  border: 1px solid white;
  color: white;
  text-decoration: none;
  padding: 16px 35px;
}

/* Online Reservation */

.online-reservation {
  /* border: 1px solid black; */
  margin: 0 auto;
  width: 80%;
  /* height: 220px; */
  background-color: white;
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  padding: 40px;
  box-shadow: 0 5px 30px var(--shadow-color);
}
.online-reserv-parag {
  text-align: center;
  color: var(--btn-color);
  margin-bottom: 10px;
}
.online-reserv-head {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}

.input {
  margin-top: 20px;
  width: 220px;
  height: 30px;
  border: 1px solid gray;
  padding: 5px;
  /* justify-content: start;
    align-items: center; */
  display: flex;
  justify-content: start;
  align-items: center;
}
.online-btn {
  /* height: 30px; */
  width: 200px;
  padding: 16px 30px;
}

.input-btn {
  width: 120px;
  background-color: var(--btn-color);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 20px;
}

/* ABOUT */

.about {
  max-width: 1200px;
  margin: 180px auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.about-content {
  flex: 1;
}

.about-title {
  color: var(--btn-color);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-head {
  font-size: 52px;
  margin-bottom: 35px;
  font-weight: bold;
}

.about-parag {
  color:  var(--parag-color);
  line-height: 1.9;
  font-size: 18px;
  max-width: 500px;
}

.about-images {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.abt-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.5s ease;
  cursor: pointer;
}

.abt-img:hover {
  transform: scale(1.05);
}

/* MENUS */

.menus {
  background-color: #f6f6f6;
  padding: 60px 0;
}

.menu-title {
  text-align: center;
  color: var(--btn-color);
  margin-bottom: 20px;
  font-weight: 500;
}
.menu-head {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}

.menus-cards {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
   justify-content: center;
  gap: 30px;
}
.card {
  width: 100%;
  max-width: 300px;
  background: #fff;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card-img {
  width: 100%;
  height: 220px;
}
.card-content {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-desc {
  font-weight: 500;
  font-size: 20px;
}
.card-parag {
  font-weight: 300;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.2;
}
.card-title {
  color: var(--btn-color);
  font-weight: 500;
  font-size: 16px;
}
.card-basket {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.fa-cart-plus {
  font-size: 20px;
}

/* TEAM */

.team {
  display: flex;
  padding: 40px;
  justify-content: space-between;
  align-items: center;
}
.team-content {
  width: 30%;
}
.team-title {
  color: var(--btn-color);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}
.team-head {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.team-parag {
  color: #3f3f3f;
  line-height: 1.3;
  margin-bottom: 20px;
}
.team-btn {
  padding: 10px 30px;
  border: none;
}
.team-btn:hover {
  background-color: var(--btn-hover);
  transition: 0.5s ease;
}
.team-cards {
  width: 50%;
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
}
.team-card {
  width: 200px;
  /* border: 1px solid black; */
  height: 300px;
  background-color: var(--card-bgc);
  box-shadow: 0 10px 10px var(--shadow-color);
  border-radius: 8px;
  overflow: hidden;
  /* height: 260px; */
}
.team-card-img {
  width: 100%;
  height: 200px;
}
.team-card-content {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
  text-align: center;
}

.team-card-head {
  font-weight: bold;
}
.team-card-title {
  color: var(--btn-color);
  font-size: 12px;
  font-weight: 500;
}
.team-card-icons i {
  font-size: 14px;
}
.team-card-icons i:hover {
  color: var(--btn-color);
  transition: 0.8s ease;
}

/* TESTIMONIAL */

.testimonial {
  background: #000;
  padding: 100px 0;
  position: relative;
}

.testimonial-wrapper {
  position: relative;
}

.testimonial-card {
  width: 700px;
  margin: 50px auto 0;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 70%;
  justify-content: space-around;
  align-items: center;
}
.main-client {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}
.client {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
}
.review {
  margin-bottom: 20px;
}
.client-name {
  color: var(--btn-color);
}

.client1 {
  top: 40px;
  left: 40px;
}

.client2 {
  top: 300px;
  left: 80px;
}

.client3 {
  bottom: 40px;
  left: 40px;
}

.client4 {
  top: 40px;
  right: 40px;
}

.client5 {
  top: 300px;
  right: 80px;
}

.client6 {
  bottom: 40px;
  right: 40px;
}

.arrow {
  border: none;
  background-color: transparent;
}
.arrow i {
  font-size: 20px;
}


/* BLOGS */
.blogs{
  padding: 40px;
}
.blog-title{
  color: var(--btn-color);
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-head{
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.blog-cards{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.blog-card{
   width: 250px;
  /* border: 1px solid black; */
  height: 410px;
  background-color: var(--card-bgc);
  box-shadow: 0 10px 10px var(--shadow-color);
  border-radius: 8px;
  overflow: hidden;
  /* object-fit: cover; */
}
.blog-card img{
   width: 100%;
  height: 200px;
}
.blog-card-content{
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* text-align: start; */
  gap: 8px;
  padding: 10px;
  margin: 0 auto;
  text-align: start;
}
.blog-card-title{
  font-weight: 600;
  line-height: 1.4;
  font-size: 20px;
}
.blog-card-parag{
  line-height: 1.2
}
.blog-card-desc{
  display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.blog-card-date{
  color: #a6a5a5;
}
.blog-card-read{
  color: var(--btn-color);
  font-weight: bold;
  cursor:  pointer;
}
.blog-card-read:hover{
  transition: 0.6s ease-out;
  font-size: 18px;
  
}

/* FOOTER */

.footer{
    background: black;
    color: white;
    padding: 40px;
}

.footer-content{
    display:flex;
    justify-content:space-between;
    gap:70px;
}

.footer-about,
.footer-links,
.footer-contact{
    flex:1;
}

.footer-about p{
    color:#b8b8b8;
    margin:25px 0;
    line-height:1.8;
}

.footer-links h3,
.footer-contact h3{
    font-size:32px;
    margin-bottom:25px;
}

.footer-links ul{
    list-style:none;
}

.footer-links li{
    margin-bottom:18px;
}

.footer-links a{
    text-decoration:none;
    color:#fff;
    transition:.3s;
}

.footer-links a:hover{
    color: var(--btn-color);
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:28px;
}

.contact-item i{
    width:40px;
    height:40px;
    background: var(--btn-color);
    display:flex;
    justify-content:center;
    align-items:center;
}

.social-icons{
    display:flex;
    gap:22px;
    margin-top:35px;
}

.social-icons i{
    font-size:28px;
    cursor:pointer;
    transition:.3s;
}

.social-icons i:hover{
    color: var(--btn-color);
}

.footer hr{
    margin:60px 0 25px;
    border:1px solid #2d2d2d;
}

.copyright{
    text-align:center;
    color:#9a9a9a;
}



@media (max-width: 992px){
.header{
    width:90%;
}
.header nav ul{
  gap: 10px;
}
.call-btn{
  padding: 10px 15px;
}
.hero-content h1{
    font-size:55px;
    width:100%;
}

.hero-content p{
    width:100%;
}

.online-reservation{
    width:90%;
    margin:60px auto;
}

.inputs{
    flex-wrap:wrap;
    gap:20px;
    justify-content:center;
}

.input,
.input-btn{
    width:45%;
}

.about{
    flex-direction:column;
    text-align:center;
    margin-top:80px;
}

.about-parag{
    max-width:100%;
}

.team{
    flex-direction:column;
    gap:40px;
}

.team-content,
.team-cards{
    width:100%;
}

.team-cards{
    justify-content:center;
    flex-wrap:wrap;
}

.testimonial-card{
    width:90%;
}

.client{
    display:none;
}

.blog-cards{
    flex-wrap:wrap;
}

.footer-content{
    flex-wrap:wrap;
}
}


@media (max-width:768px){

.header{
    height:80px;
}

nav{
    display:none;
}

.call-btn{
    display:none;
}

.menu-icon{
    display:block;
    color:white;
    font-size:30px;
    cursor:pointer;
}

.hero-content{
    text-align:center;
    align-items:center;
}

.hero-content h1{
    font-size:38px;
}

.hero-content p{
    width:100%;
    line-height:1.7;
}

.hero-buttons{
    flex-direction:column;
    width:100%;
}

.order-btn,
.reserve-btn{
    text-align:center;
}

.online-reservation{
     position: static;
    transform: none;
    width:90%;
    margin:30px auto;
}

.inputs{
    flex-direction:column;
}

.input,
.input-btn{
    width:100%;
}

.about-head{
    font-size:38px;
}

.about-images{
    grid-template-columns:1fr;
}

.menus-cards{
    flex-direction:column;
    align-items:center;
}

.card{
    max-width:100%;
}

.team-card{
    width:90%;
}

.testimonial-card{
    flex-direction:column;
    gap:20px;
    padding:30px;
}

.arrow{
    display:none;
}

.blog-card{
    width:100%;
}

.footer-content{
    flex-direction:column;
    gap:40px;
}

.footer-links h3,
.footer-contact h3{
    font-size:24px;
}
}