*{
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}
 .container-fluid{
  background-image: url("pizza/45172dff4e8a000f30842245bff85e25.jpg"); 
   background-size: cover;
   height:600px;
   width:100%;
   background-repeat : no-repeat;
  background-position: center;
  
 }
 .container{
   background-image: url("pizza/cover1.jpeg");
   background-size: cover;
   background-repeat : no-repeat;
  }
   /* 
  background-repeat : no-repeat;
  background-position: top; */ */
/* box-sizing: border-box; */
/* font-family: Arial, Helvetica, sans-serif;
} */ */
header{
 text-transform: uppercase;
 color: white;
  text-align:center;
}
.logo{
  height:120px;
  width: auto;
  float: left;
}
  /* margin-top:5px; */

 .main{
    margin: 0 auto;
    padding: 10px 0; 
    margin-right: 0%;
    list-style: none;
}
.main li{
  display: inline-block;
  list-style: none;
  margin-left: 50px;
}
.main li a{
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  
}
.main li a:hover{
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6); 
   background: transparent;
  cursor: pointer;
  color: rgba(0, 35, 122, 0.7);
  list-style: none;
  border-bottom:3px solid rgb(40, 255, 237);
  }
 h1{
   font-size: 50px;
   font-family: 'Times New Roman', Times, serif;
   font-weight: bolder;
   word-spacing:5px;
   margin-bottom: 20px;
   color:white;
 } 
 .cover p{
  font-weight: bolder;
  font-size: 25px;
  color: white;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
 }
.btn{
 
  background-color:transparent;
  color:rgb(17, 5, 48);
  margin-right:400px;
  border:2px solid rgb(247, 0, 255);
  border-radius: 150px;
  
}
.btn:hover{
  background-color: rgb(19, 104, 16);
} 
 .btn {
  
  position: relative;
  -webkit-animation-name: example; 
  -webkit-animation-duration: 3s;   
  -webkit-animation-delay: 2s; 
  -webkit-animation-fill-mode: both; 
  animation-name: example;
  animation-duration: 3s;  
  animation-delay: 2s;
  animation-fill-mode: both;
}


@-webkit-keyframes example {
  from {left: 0px; background-color: rgb(44, 158, 161);}
  to {left: 200px; background-color: blue;}
}

@keyframes example {
  from {left: 0px; background-color: rgb(0, 255, 234);}
  to {left: 200px; background-color: blue;}
}
#work, #work1, #work2, #work3, #work4, #work5, #work6, #work7{
  
  cursor: pointer;
}
.wor, .wor1, .wor2, .wor3, .wor4, .wor5, .wor6, .wor7{
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;

  color: black;
transform: translate(-50%, -50%);
width: 80%;
font-family: sans-serif;
 top: 70%;
left:50%; 
text-align: center;
height: 90%;
}
.wor > h2, .wor1>h2, .wor2>h2, .wor3>h2, .wor4>h2, .wor5>h2, .wor6>h2, .wor7>h2{
  text-transform: uppercase;
  transform: translate(-50%);
  width: 100%;
  color: black;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 20px;
  }

  input[type=text],select {
     width: 40%;
  padding: 12px 10px;
   margin: 8px 0;
   position: center;
    display: inline-block; 
   border: 1px solid #ccc; 
    /* border-radius: 200px;  */
    /* box-sizing: border-box; */
  }
  #size3{
    width: 40%;
  padding: 12px 10px;
  margin: 8px 0;
  display: inline-block;

  }
  label{
  font-size: 35px;
   font-weight: bolder;
   word-spacing:5px;
   color:white;
  }
  .btn {
    background-color: rgb(55, 199, 60);
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 40%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
  }
  
  .btn:hover {
    background-color: #45a049;
  }
  .checked{
    margin-left: 50px;
  }
  #size{
    margin-right: 50px;
  }
  #size1{
    margin-right: 1px;
  }
  #size2{
    margin-right: 10px;
  }
  #size4{
    margin-right: 10px;
  }
   #show-order{
    display: none;
    color: white;
    font-size: 30px;
  } 
  