{
	padding:0;
	margin:0;
	
}

	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #5f1782;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
#nav-bar{
	position:sticky;
	top:0;
	z-index:10;
		
}
.navbar{
	background-image:linear-gradient(57deg,#fff,#fff);
	position:sticky;
	top:0;
	z-index:10;
	box-shadow:0 0 20px 0px rgba(0,0,0,0.9);
	
}
.navbar img{
	margin-top:0;
}
.navbar ul li::after{
	content:'';
	width:0%;
	height:3px;
	background:#8A2BE2;
	display:block;
	margin:auto; 
	transition:0.5s;
	
}
.navbar ul li:hover::after{
	margin-top:0;
	width:100%;

}
.navbar ul li:hover::before{
	content:'';
	width:0%;
	height:3px;
	background:#8A2BE2;
	display:block;
	margin:auto; 
	transition:0.5s;

}
.navbar ul li{
	float:left; 
	
}
ul li {
	margin-right:30px;
	
}
.navbar-nav>.active>a {
	
	color: #5f1782;
	border-bottom: 3px solid #8A2BE2; 
}
@media(max-width:700px){
    h1{
        font-size: 30px;
    }
}



*{padding: 0; margin: 0; box-sizing: border-box;}
body{height: 900px;}
header {
	text-align: center;
	width: 100%;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 85% 85% / 30%;
}
header .overlay{
	width: 100%;
	height: 100%;
	padding: 50px;
    background-position:center;
		background-size:cover;
		position:relative;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
    background-image:linear-gradient(rgba(8, 18, 59, 0.6),rgba(8, 18, 59, 0.6)), url(../assets/products.jpg);

   
}


	 
	 @media(max-width:700px){
		 .col-md-6 iframe{
			 width:440px;
			 height:300px;
		 }
	 }
     @media(max-width:1000px){
        .col-md-6 iframe{
            width:440px;
            height:300px;
        }
    }

@media(max-width:1200px){
   .col-md-6 iframe{
       width:440px;
       height:300px;
   }
}
.new{
    color:#8A2BE2;
}


.text-box{
    color:#fff;
    width:90%;
    position:absolute;
    top:40%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    }
.text{
    font-size: 60px;
}

.footer{
    box-shadow:0 0 20px 0px rgba(0,0,0,0.2);
    
}
.footer h4{
    margin-bottom:25px;
     font-weight:600;
     color:#8A2BE2;
     font-family: 'Courier New', Courier, monospace;
}
.footer p{
    color:#8A2BE2;
    
}
.footer h6{
    color:#8A2BE2;
    
}
.icons .fa{
    color:#8A2BE2;
    margin:0 13px;
    cursor:pointer;
    padding:18px 0;
}
.h{
 font-weight: 400;
}
.footer span{
    color:#8A2BE2;
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 300px;
	margin: auto;
	text-align: center;
	font-family: arial;
  }
  
  .price {
	color: grey;
	font-size: 22px;
  }
  
  .card button {
	border: none;
	outline: 0;
	padding: 12px;
	color: white;
	background-color: #000;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-size: 18px;
  }


  .navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
  .card button:hover {
	opacity: 0.7;
  }
  @media(max-width:1000px){
	.im{
		width: 250px; 
		height: 50px;
	}
}


/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
	background-color: #fff;
	margin: auto;
	padding: 20px;
	border: 1px solid #8A2BE2;
	width: 80%;
  }
  
  /* The Close Button */
  .close {
	color: #8A2BE2;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #8A2BE2;
	text-decoration: none;
	cursor: pointer;
  }
  @media(max-width:1000px){
	.modal-content {
		background-color: #fff;
		margin: auto;
		padding: 20px;
		border: 1px solid #8A2BE2;
		width: 90%;
		font-size: 9px;
	  }
}
@media(max-width:700px){
	.hi{
		font-size: 12px;
	}
}
