
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}
body{
	font-family: sans-serif;
}

.container{
	width: 90%;
	margin: auto;
}
.banner{
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    justify-content: center;
    flex-direction: column;
   /* display: flex;
    align-items: center;*/
    /* background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.7)),url('image/massage-bg.jpg'); */
/*    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.7)),url('boost.jpg');*/
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(10, 20, 15, 0.7)), url('company.jpg');
    line-height: 33px;
    object-fit: cover;

}
.btnss{
	text-decoration: none;
	background-color: transparent;
	border: 2px solid darkgreen;
	box-shadow: 7px 6px  green;
	margin-bottom: 100px;
	margin-top: 30px;
	border-radius: 2px;
}
.btns1{
	text-decoration: none;
	background-color: transparent;
	border: 2px solid darkgreen;
	box-shadow: 7px 6px  green;
	border-radius: 2px;
}
.row{
/*	margin-top: 60px;*/
	line-height: 30px;
}
.Sam{
	font-size: 55px !important;
	padding-top: 20px;
}
.color{
	color: darkgreen;
}
.Hello{
	padding-top: 100px;
}
.size{
	font-size: 60px !important;
}
.size2{
	font-size: 40px !important;
}
.Sanju:hover{
	/*box-shadow: 10px 6px  green;
	border-radius: 2px;*/
	transition: 1s;
    box-shadow: rgb(0 100 0) 5px 5px, rgb(20 111 11 / 30%) 10px 10px, rgb(22 85 24 / 20%) 15px 15px, rgb(36 81 45 / 10%) 20px 20px, rgb(31 89 40 / 5%) 25px 25px;

/*	box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;*/
}
.size3 i{
	font-size: 40px;
}
.hover:hover{
    
    cursor: pointer;
    color: darkgreen;
}

.Dell{
	padding: 0px 60px;
}
 .Sam46{
 	padding-left: 80px;
 }

 .Enter3{
 	padding: 0px 100px;
 }

.vivo{
	padding-top: 80px;
}

.bg1{
	background-color: black;
	padding: 20px;
}
.right{
	padding-left: 48px;
}


@media only screen and (min-width: 320px) and (max-width: 750px) {
	.banner{
	background-color: white;
}
.some p{
	    margin-left: -10px;
    padding: -17px;
    width: 87%;
}
.none{
	color: red;
}
.v-para{
	width: 83%;
}
.vv p{
	width: 83%;
}
.vv h3{
	font-size: 10px;!important
}
.Lr img{
	width: 100%;
}
.vvv-i img{
	width: 100%;
	object-fit: cover;
}
.Sam46{
	padding-left: 0px;
}
.Dell{
	padding: 0px 6px;
}
.width input{
	width: 100%;
}

}

