@charset "ISO-8859-1";

*{
    	box-sizing:border-box;
 		margin: 0px;
 		padding: 0px;   
    
    }
        body {
            padding-top: 120px; 
        }

        .navbar-brand {
            font-weight: bold;
        }
        .navbar{
        	width:100%;
        	height:50px;
        	
        	   
        }
        
        .navbar-nav{
         margin-left:15%; 
         background: #24242c;
         
        }

        .logo {
        	position:absolute;
        	top:5px;
        	left:2px;
            width: 20%;
            height: 60px;
            z-index:100; 
        }

        .logo img {
            width: 100%;
            height: 60px;;
            border-radius:15px; 
        }
        .pg-cont{
        padding-left: 20px;
        padding-right: 20px;
        }
        .button-1 {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 38% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

.button-1-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(340deg 100% 16%) 0%,
    hsl(340deg 100% 32%) 8%,
    hsl(340deg 100% 32%) 92%,
    hsl(340deg 100% 16%) 100%
  );
}

.button-1-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  background: hsl(345deg 100% 47%);
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
  .button-1-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}
@media (max-width: 700px) {
  .logo {
        	
            width: 30%;
            height: 60px;
            z-index:100; 
        }
        
        .pg-title{
			font-size:15px;
			color: white;
			font-family: 'Black Ops One', system-ui;

}
        
}

.button-1:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.button-1:hover .button-1-front {
  transform: translateY(-6px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-1:active .button-1-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-1:hover .button-1-shadow {
  transform: translateY(4px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-1:active .button-1-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-1:focus:not(:focus-visible) {
  outline: none;
}
.content{
max-width:800px;
border:1px solid black;
box-shadow: 2px 2px 8px graytext,-2px -2px 8px graytext,-2px 2px 8px graytext,2px -2px 8px graytext;
border-radius: 25px;
margin-bottom: 20px; 
padding-top:20px; 

}
h1,h2{
 margin-top:20px;
	font-size:20px;
}
.demo_img{
 display: flex;
 justify-content: center;
 margin-top:20px; 
}
.demo_img img{
width: 100%;
height: 100%;

}

.demo_button{
margin-top:20px;
margin-bottom:20px;
display:grid;
justify-content: center;
align-items: center;
text-decoration: none;
}
.video_title{
display:grid;
justify-content: center;
align-items: center;
margin-bottom:20px;
}
.aboutus, .Contact,.Solution,.Product{
	max-width:800px;
	box-shadow: 2px 2px 8px graytext,-2px -2px 8px graytext,-2px 2px 8px graytext,2px -2px 8px graytext;
	border-radius: 25px;
 	padding: 30px;
 	display: none;
 	

} 
.contact{
width: auto;
display: grid;
justify-content: center;
align-items: center;
}

.sol-heading{
font-weight: bold;
font-size:20px; 

}
.pg-title{
font-size:30px;
color: white;
font-family: 'Black Ops One', system-ui;

}

 header{
 	    display:flex;
 	    justify-content:center;
 	    gap: 10%;
        background:#24242c;
        height: 60px;
        }