@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kumbh+Sans:wght@100..900&family=League+Spartan:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Kumbh Sans", serif;
}

.inline-block {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
}

.text-center{
  text-align: center;
}

.top-bottom-margin{
  margin-block: 1rem;
}

.wrap{
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}
.between {
  justify-content: space-between;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 1rem;
}

.top-bar-container {
  background-color: #474747;
  padding: 0.5rem;
}
.icon-container i {
  color: white;
  font-size: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 1rem;
  background-color: #5c5c5c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 1rem;
}

.gap {
  gap: 1rem;
}

.contact-container {
  color: white;
}

.none {
  border: none;
  outline: none;
  background-color: transparent;
}
.logo-container {
  font-size: 42px;
  font-weight: 400;
  font-style: italic;
}

header {
  padding-block: 1rem;
}

.btn,
header button {
  border-radius: 22px;
  padding: 1rem 32px;
  font-weight: 500;
  transition: linear 0.3s;
  cursor: pointer;
  border: 2px solid #ccc !important;
      white-space: nowrap;
}

.btn:hover,
header button:hover {
  background-color: #ad343e;
  color: white;
}
nav a {
  padding: 12px 26px;
  border-radius: 70px;
  transition: linear 0.3s;
}
nav a:hover {
  background-color: #dbdfd0;
}

.column {
  flex-direction: column;
}

main {
  height: calc(100vh - 160px);
  background-image: url(images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;

  & h1 {
    font-size: 44px;
    font-weight: 400;
    width: 20%;
    text-align: center;
  }
  & p {
    width: 28%;
    text-align: center;
  }
}

.menu-icon {
  margin-left: 2rem;
  cursor: pointer;
}
.menu-icon {
  display: none;
}

section {
  padding: 4rem 0;
}

#section-2 h2 {
  text-align: center;
  margin-bottom: 1rem;
}

#section-2 .item-container .item {
  text-align: center;
}

#section-2 .item-container .item-heading {
  margin: 1rem 0;
}

#section-2 .item-container .item .item-para {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  opacity: 0.8;
}

#section-2 .item-container .item {
  border: 1px solid #dbdfd0;
  padding: 4rem 2rem;
  border-radius: 4px;
}

#section-2 .item-container .item .item-icon {
  padding: 1rem;
  background-color: #f3f3f0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
#section-2 .item-container .item .item-icon i {
  font-size: 28px;
}

#section-2 .item-container button {
  color: #ad343e;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

#section-3 {
  background-color: #f9f9f7;
  padding-bottom: calc(4rem + 80px);
 
}

#section-3 .image-container {
  background-image: url(images/divimage.png);
  height: 400px;
  border-radius: 12px;
}

#section-3 .image-container,
.text-container {
  width: 46%;
  background-size: cover;
}
#section-3 .image-container{
  position: relative;
}
#section-3 .image-container .image-container-child{
  position: absolute;
  bottom: -80px;
  right: -60px;
  width: 350px;
  height: 200px;
  padding: 2rem;
  background-color: #474747;
  border-radius: 8px;
}

#section-3 .contact-container{
  font-size: 14px;
  
}

#section-3 .image-container-child h4{
  margin-bottom: 12px;
}

#section-3 .text-container h4 {
  font-size: 50px;
  font-weight: 300;
}
#section-3 .text-container p:nth-child(2) {
  margin-block: 1.3rem;
  letter-spacing: 1.2px;
  font-size: 15px;
}
#section-3 .text-container p:nth-child(3) {
  letter-spacing: 1.2px;
  opacity: 0.7;
  font-size: 15px;
}

#section-4 .container{
  overflow: hidden;
}

#section-4 h2{
  font-weight: 300;
  font-size: 40px;
}

#section-4 h3{
  margin-block: 1rem;
}

.common-para{
  font-size: 14px;
  opacity: .7;
  line-height: 1.5;
}

.common-margin{
  margin-bottom: 2rem;
}

#section-4 .card{
  width: 23%;
}

#section-4 .card-img{
  border-radius: 8px;
  
}


.card:nth-child(1) .card-img {
 min-height: 300px;
  background-image: url(images/kebab-set-table\ 1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.card:nth-child(2) .card-img {
 min-height: 300px;
  background-image: url(images/Mask\ group.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.card:nth-child(3) .card-img {
  min-height: 300px;
  background-image: url(images/Mask\ group\ \(1\).png);
  background-repeat: no-repeat;
  background-size: cover;
}

.card:nth-child(4) .card-img {
 min-height: 300px;
  background-image: url(images/Mask\ group\ \(2\).png);
  background-repeat: no-repeat;
  background-size: cover;
 
}

.common-heading{
  font-size: 50px;
  font-weight: 300;
}

#section-5 .features i{
  padding: 1rem;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #AD343E;
  color: white;
}

.feature:not(:last-child) {
  margin-bottom: 16px; 
}

#section-5 .left{
  width: 60%;
}
#section-5 .right{
  width: 35%;
}
#section-5 img{
  width: 100%;
}

#section-5 .left .left-second img{
margin-top: 2rem;
margin-left: 1rem;

}

#section-6 .customer-box{
  background-color: #F9F9F7;
  padding: 1rem 2rem;
  flex-shrink: 0;
  width: 30%;
}

#section-6 .separator{
  width: 100%;
  height: 2px;
  background-color: #DBDFD0;
}
#section-6 .customer-box h3{
  color: #AD343E;;
}

#section-7 .container{
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
}

#section-7 .food-item{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
}

#section-7 img{
  width: 100%;
}

#section-7 .food-text{
  padding: 1rem;
}

#section-7 .container .item-1{
  grid-area: 1/1/3/2;
}
#section-7 .container .item-2{
  grid-area: 1/2/2/3;
}
#section-7 .container .item-3{
  grid-area: 1/3/2/4;
}
#section-7 .container .item-4{
  grid-area: 2/2/3/3;
}
#section-7 .container .item-5{
  grid-area: 2/3/3/4;
}

footer{
  padding: 4rem;
  background-color: #474747;
}

footer .container{
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(4,1fr);
  color: white;

}
footer .container>:nth-child(4) img{
  width: 100%;
}
footer  .icon-container i{
  background-color: #AD343E;
  width: 40px;
  height: 40px;
  
}
footer  .icon-container i:nth-child(1){
  margin-left: 0;
  
}




footer .container .link-container a{
  display: block;
  color: #DBDFD0;
  margin-bottom: 16px;
}
footer .container .link-container :nth-child(1){
  display: block;
  color: #DBDFD0;
  margin: 0;
}

footer .footer-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
}








/* Media queries */


@media (width<1124px) {
  footer .container{
   display: initial;
  }
  footer .container .link-container a{
    display:inline-block;
    padding: 1rem;
    
  }
  footer .container .icon-container{
    margin-block: 2rem;
  }
  footer .container>:nth-child(4) img{
    width: 45%;
  }
}

@media (width<1030px) {
  header {
    flex-direction: column;
    gap: 1rem;
  }
  main {
    & h1 {
      font-size: 44px;
      font-weight: 400;
      width: 100%;
      text-align: center;
    }
    & p {
      width: 80%;
      text-align: center;
    }
   
  }

  #section-2 .item-container {
    flex-wrap: wrap;
  }

  #section-2 .item-container .item {
    width: 48%;
  }
  #section-3 .image-container-child{
    display: none;
  }
  #section-4 .card{
    
    width: 47%;
  }.common-heading {
    font-size: 35px;
    font-weight: 300;
  }

}
@media (width<900px) {
  #section-6 .container{
    flex-wrap: wrap;
  }
  #section-6 .container .customer-box{
    width: 48%;
}
#section-7 .container {
  grid-template-columns: 1fr 1fr; 
 
}

#section-7 .container .item-1,
#section-7 .container .item-2,
#section-7 .container .item-3,
#section-7 .container .item-4,
#section-7 .container .item-5 {
  grid-area: unset; 
}

}
@media (width<768px) {
  .common-heading{
    font-size: 22px;
  }
  .btn{
    padding: 12px;
  }
  .top-bar-container {
    display: none;
  }
  main {
    background-position: center;
    font-weight: bold;
    & h1 {
      font-size: 24px;
    }
    & p {
      width: 80%;
      text-align: center;
      line-height: 1.4;
      font-weight: 400;
    }
  }
  .logo-container {
    font-size: 24px;
  }
  nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #f0e9e9;
    padding: 0rem;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s;
  }
  nav.active {
    max-height: 320px;
    padding: 1rem;
  }
  .menu-icon {
    display: block;
  }
  #section-3 .text-container h4 {
    font-size: 28px;
}#section-3 .image-container,.text-container{
  width: 100%;
}
#section-3{
  padding-bottom: 4rem;
} 

#section-5 .container{
  flex-direction: column;
}
#section-5 .container .left{
  padding-right: 1rem;
}
#section-5 .container .left, #section-5 .right{
  width: initial;
}
}

@media (width<510px) {
  #section-2 .item-container .item {
    width: 100%;
  }
  #section-4 .card{
    width: 100%;
    margin-inline: auto;
  }
  #section-6 .container .customer-box{
    width: 100%;
  }
  #section-7 .container{
    grid-template-columns: 1fr;
  }
  footer .container>:nth-child(4) img{
    width: 100%;
  }
}
