* {
  margin: 0;
  padding:0;
 

}

body {
  font-family:Arial, Helvetica, sans-serif ;
  
  background:  #333;
  color: #fff;
  line-height: 1.6;
  height: 100vh;
  /* overflow: hidden; */
}

.contanier{
  width: 100%;
  height: 100%;
  /* CSS Smooth Scroll */
  /* overflow-y: scroll; 
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory; */
}

.navbar {
  position:fixed;
  top: 0;
  z-index: 1;
  display: flex;
  width:100%;
  height: 60px;
  background: rgba(0,0,0, 0.7);
}

.navbar ul {
  display: flex;
  list-style: none;
  width:100%;
  justify-content: center;
}

.navbar ul li {
  margin: 0 1rem;
  padding: 1rem;
}
.navbar ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #f4f4f4;
}
.navbar ul li a:hover {
  color:red;
}
section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100vh ;
   /* Scroll Snap */
   scroll-snap-align: center;
  
}
section h1 { 
  margin-top: 50px;
  font-size: 4rem;

}
section p {
  font: 1.5em;

}
.Ar-model{
  width: 80%;
  height: 80%;
  margin-top: 75px;
  /* margin: auto; */
  border: 20px red solid;
  background-color: black;
}
.img-menu{
margin-top: 25px;
Width: 70%;
height: 80%;


}

/* h1{
padding: 40px;
  width: 50%;
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  
} */

/* * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
} */
