/* my fonts */
/*  JOST : font-family: 'Jost', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*  font-family: 'Cormorant Garamond', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,h2,h3,h4 {
 font-family: 'Cormorant Garamond', serif;
line-height: 60px;
}

:root {
  --main-color: #c59764;
}

/* start header svg */
.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
  transform: rotate(180deg);
}

.elementor-shape-bottom {
  bottom: 185px;
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

/* end header svg */
/* start header */
.header {
  background-image: url(../images/ourmenu/home-bg-8-1.jpg);
  height: 70vh;
  background-size: cover;
  background-position: 200%;
  background-position-y: 80%;
}
.header h1 {
 font-size: 80px;
 Font-weight: 600;
 font-family: 'Cormorant Garamond', serif;
 Line-height: 80px;
 margin-top: 120px;
}

/* end header */

/* start cart */

/* end cart */



/* start cart empty */
.cartempty{
  height: 50vh;
}
 

#carts{
  width: 70%;
}
#carts .total{
  background-color: var(--main-color);
  width: 30%;
}
.cart{
  width: 100%;
  background-color: #c598642d;
}
#carts .deletefromcart{
  background-color: red;
  height: 50px;
  font-size: large;
  
}
.cartempty h2 {
  font-weight: 700;
  font-size: 80px;
  color: var(--main-color);

}

.cartempty h3 {
  font-size: 60px;
}

.cartempty a {
  background-color: var(--main-color);
  font-size: 30px;
  padding: 10px;
  transition: 1s;
}

.cartempty a:hover {
  margin-top: -5px;
 color: var(--main-color);

}

   

/* end cart empty */