/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: white;
  font-family: Arial;
}

.box {
  background-color: red;
  width: 50px;
  height: 50px;
  margin: 5px;
}

.productBox{
  width: 300px;
  height: 300px;
  border-radius: 5%;
  margin: 10px;
  margin-top: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.productImg{
  width:250px;
  height: 150px;
  position: relative;
  margin: auto;
  top:10px;
}

.productImg img{
  max-width: 250px;
  max-height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.productDetails p{
  text-align: center;
  color: black;
}

.productName {
  font-size: 25px;
}

/*stopppp*/


/* The navigation menu */
.navbar {
  overflow: hidden;
  background-color: #333;
}

/* Navigation links */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: blueviolet;
}

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: blueviolet;
  width: 100%;
  margin: 0px 8px;
  z-index: 1;
}

/* Style the subnav links */
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}

.logo img{
  width: 250px;
  height: 113px;
  display: inline;
}

.icons {
  display: inline;
  float: right;
}

.icons i {
  font-size: 25px;
  background-color: inherit;
  margin: 0px 10px;
  text-decoration: none;
  color: black;
}

.head {
  border: black 10px;
}

.contact{
  display: block;
  width:35em;
  margin-left: auto;
  margin-right: auto;
}

.contact p{
  font-size: 20px;
}

.pageimg {
  display: inline-block;
  max-width: 50%;
  left: 0;
  margin: 5px;
  margin-top: 30px;
}

.pageimg img{
  max-width: 20em;
}

.pagedetail{
  display: inline-block;
  position: relative;
  font-size: 20px;
  vertical-align: top;
  margin: 20px;
}

.main{
  position: relative;
}

/* .pdf {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
} */

.brandlogo {
  max-width: 100px;
  display: inline-block;
  position: relative;
}

#box {
  border: black 1px solid;
}

.center img, .center p{
  display: inline-block;
}

.center p{
  transform: translateY(-15%);
  text-align: left;
}

.center{
  text-align: center;
  position: relative;
}

.rainbow{
  -webkit-animation: rainbow 5s infinite;
}

@-webkit-keyframes rainbow{
  0%{color: orange;}	
  10%{color: purple;}	
	20%{color: red;}
  30%{color: CadetBlue;}
	40%{color: yellow;}
  50%{color: coral;}
	60%{color: green;}
  70%{color: cyan;}
  80%{color: DeepPink;}
  90%{color: DodgerBlue;}
	100%{color: orange;}
}

video{
  margin-top: 30px;
  display: inline-block;
  border: #333 5px outset;
}
