@import url('https://fonts.googleapis.com/css2?family=Quando&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Quando', serif;
  scroll-behavior: smooth;

}

body{
  position: relative;
}
.main{
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(img/bg2v1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

nav{
  width: 100%;
  height: 200px;
  background: transparent;
  padding: 50px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}


.logo{
  width: 250px;
  height: 100px;
}

.logo img{
  width: 100%;
  height: 100;
}

ul{
 list-style: none;
}
ul li{
  margin: 20px;
  display: inline-block;
}

ul li a{
  text-decoration: none;
  font-size: 1rem;
  color: white;
}
ul li a:hover{
  color: #d4aa00;
}
.text1{
  position: absolute;
  top: 300px;
  left: 100px;
}

.text1 h2{
  font-size: 2.5rem;
  color: #d4aa00;
  line-height: 1.5;
  margin-left: 50px;
}

.text1 p{
  font-size: 1.2rem;
  color: white;
  line-height: 1.8rem;
  margin-top: 50px;
}

span{
  padding-left: 50px;
}

#about{
position: relative;
  width: 100%;
  height: 800px;
  background-color: white;
  margin-top: 50px;

}
#about::before{
content: "";
position: absolute;
top: 0px;
left: 15%;
  width: 70%;
  height: 1px;
  background-color: #d4aa00;

}
#about::after{
content: "";
position: absolute;
bottom:  0px;
left: 30%;
  width: 40%;
  height: 1px;
  background-color: #d4aa00;

}

#about img{
  position: absolute;
  top: 120px;
  left: 100px;
  width: 40%;
  height: 70%;
  box-shadow: 2px 2px 2px grey ,
              -2px -2px 2px lightgrey;
}

.about {
  position: absolute;
  top: 100px;
  right: 100px;
  width: 40%;
  height: 70%;
}

.about h3{
  font-size: 2rem;
  text-align: center;
  color: #d4aa00;
  margin-bottom: 50px;
}
.about p{
  font-size: 1.2rem;
  text-align: center;
  color: black;
  line-height: 2rem
}




#product{
  width: 100%;
  height: auto;
  background: url(img/bg5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 100px;
  margin-top: 50px;
}

#product h2{
  font-size: 2rem;
  color: black;
  text-align: center;
  padding-bottom: 70px;
}

.box-holder{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.box{
  position: relative;
  width: 400px;
  height: 300px;
  background-color: white;
  margin: 50px;

}

.box img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#product h4{
  position: absolute;
  left: 0px;
  bottom: -50px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: justify;
  color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}

#catering{
position: relative;
  width: 100%;
  height: 600px;
  background-color: #242424;
  margin-top: 50px;
  margin-bottom: 50px;


}
#catering::before{
content: "";
position: absolute;
top: 50px;
left: 15%;
  width: 70%;
  height: 1px;
  background-color: #d4aa00;

}
#catering::after{
content: "";
position: absolute;
bottom:  50px;
left: 30%;
  width: 40%;
  height: 0.8px;
  background-color: #d4aa00;

}

#catering img {
  position: absolute;
  top: 25%;
  right: 10%;
  width: 350px;
  height: 250px;
  box-shadow: 2px 2px 2px grey ,
              -2px -2px 2px lightgrey;
}



.catering {
  position: absolute;
  top: 100px;
  left: 5%;
  width: 50%;
  height: 90%;
  margin-right: 5%;
}

.catering h3{
  font-size: 2rem;
  text-align: center;
  color: #d4aa00;
  margin-top: 20px;
  margin-bottom: 50px;
}
.catering p{
  font-size: 1.2rem;
  text-align: center;
  color: white;
  line-height: 2rem
}

#contact{
position: relative;
  width: 100%;
  height: 500px;
  background-color: white;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#contact video{
  margin-left: 100px;
  width: 500px;
  height: 280px;
  box-shadow: 2px 2px 2px grey ,
              -2px -2px 2px lightgrey;
}
iframe{
  margin-right: 100px;
  width: 25%;
  height: 55%;
  box-shadow: 2px 2px 2px grey ,
              -2px -2px 2px lightgrey;
}

.contact {

  width: 30%;
  height: 100%;

}

.contact h3{
  font-size: 2rem;
  text-align: center;
  color: black;
  margin-top: 20px;
  margin-bottom: 40px;
}
.contact p{
  font-size: 1.5rem;
  text-align: center;
  color: #d4aa00;
  line-height: 3.5rem;
}

.social{
  font-size: 1.5rem;
  text-decoration: none;
  color: #d4aa00;

}
.mail-conect{
  font-size: 1.5rem;
  text-decoration: none;
  color: #d4aa00;
}

.top {
  position: fixed;
  right: 5px;
  bottom: 45px;
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  transition: 0.5s;

}

.top a{
  color: black;
  font-size: 1.5rem;


}
.top.active{
  visibility: visible;
  opacity: 1;
}

.tel{
  font-size: 1.5rem;
  text-decoration: none;
  color: #d4aa00;
}

footer{
  width: 100%;
  height: 40px;
  background-color: #242424;
  text-align: center;
  color: white;
  padding-top: 10px;
}

@media all and (max-width: 1060px) {
  .main{
    width: 100%;
    height: 600px;
    }
  nav{
    width: 100%;
    height: 80px;
    padding: 20px 50px;

  }

  .logo{
    width: 200px;
    height: 70px;
    padding-top: 10px;
  }

  ul{
   display: none;
  }
  .text1{
    position: absolute;
    top: 150px;
    left: 20px;
    right: 20px;
  }

  .text1 h2{
    font-size: 1.5rem;
    color: #d4aa00;
    line-height: 1.2;
    margin-left: 5px;
  }

  .text1 p{
    font-size: 1rem;
    color: white;
    line-height: 1.5rem;
    margin-top: 50px;
    margin-left: 5px;
  }
  #about{
  position: relative;
    width: 100%;
    height: 650px;
    margin-top: 50px;
  }
  #about img{
    display: none;

  }

  #about p{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .about {
    position: absolute;
    top: 50px;
    left: 5%;
    width: 90%;
    height: 70%;
  }

  .box-holder{
    width: 100%;
    height: auto;
    position: relative;

  }

  #product h2{
    font-size: 1.5rem;
    padding-bottom: 70px;
  }

  #catering{

    margin-bottom: 20px;


  }
  #catering img{
  display: none;
  }

  .catering {
    position: absolute;
    top: 100px;
    left: 5%;
    width: 90%;
    height: 90%;

  }

  .catering h3{
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .catering p{
    font-size: 1rem;
    line-height: 1.5rem
  }

  iframe{
  display: none;
  }
  #contact{
  position: relative;
  flex-direction: column;
    width: 100%;
    height: auto;
    background-color: white;
    margin-top: 0px;
    margin-bottom: 20px;

  }
  #contact video{
    margin-left: 10px;
    width: 400px;
    height: 230px;
    box-shadow: 2px 2px 2px grey ,
                -2px -2px 2px lightgrey;
  }

  .contact {
    margin-left: 5%;
    width: 90%;
    height: 90%;
    height: auto;
    margin-top: 0px;

  }


  .contact h3{
    font-size: 1.5rem;
    text-align: center;
    color: black;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .contact p{
    font-size: 1.2rem;
    line-height: 3rem;
  }

  .social{
    font-size: 1.2rem;


  }
  .mail-conect{
    font-size: 1.2rem;

  }

  .tel{
    font-size: 1.2rem;

  }
  #product h4{
    font-size: 1rem;
    left: 0px;
    bottom: -70px;
    right: 0px;
  }
  .top {
    position: absolute;
    right: 15px;
    bottom: 15px;




  }
}
