
*{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    transition: .2s linear;
    text-decoration: none;
}
body {
	font-family: 'Poppins', sans-serif;
}
.wrapper {
	width: 1170px;
	margin: auto;
}
header {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(image\ 1.jpg);
	height: 100vh;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.nav-area {
	display: flex;
	list-style: none;
	margin-top: 30px;
}
.nav-area li {
	display: inline-block;
}
.nav-area li a {
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	font-family: poppins;
	font-size: 16px;
	text-transform: uppercase;
}
.nav-area li a:hover {
	background: #fff;
	color: #333;
}
.logo {
    display: flex;
	justify-content: center;
}
.logo h1 {
	width: 200px;
	padding: 30px 0;
	color: #00fecb;

}
.welcome-text {
	position: absolute;
	width: 800px;
	height: 300px;
	margin: 10% 20%;
	text-align: center;
}
.welcome-text h1 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
}
.welcome-text h1 span {
	color: #00fecb;
}
.welcome-text p {
	color: #fff;
}
.welcome-text a {
	border: 1px solid #fff;
	padding: 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
	color: #fff;
}
.welcome-text a:hover {
	background: #fff;
	color: #333;
}
/*responsive*/

@media (max-width:600px) {
	.wrapper {
		width: 100%;
	}
	.logo {
		float: none;
		width: 50%;
		text-align: center;
		margin: auto;
	}
	img {
		width: 50%;
	}
	.nav-area {
		float: none;
		margin-top: 0;
	}
	.nav-area li a {
		padding: 5px;
		font-size: 11px;
	}
	.nav-area {
		text-align: center;
	}
	.welcome-text {
		width: 100%;
		height: auto;
		margin: 30% 0;
	}
	.welcome-text h1 {
		font-size: 30px;
	}
}

 /* Service box Starts Here */


.container{
    /* background: linear-gradient(45deg, blueviolet, lightgreen); */
    background: whitesmoke;
    padding: 15px 10px 100px 15px;
}
.container .heading{
    text-align: center;
    font-size: 35px;
    padding-bottom : 20px;
    color: blueviolet;
    text-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.box-container{ 
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        gap: 25px;     
    }
      
 .box {
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    border: 2px solid black;
    border-radius: 10px;
    background: #fff;
    padding: 20px 15%;
	margin: 10px 0px;
    text-align: center;
}
.box h2 {
    color: #444;
    margin: 22px;
    font-size: 35px;
}
.box p{
    line-height: 1.5;
    font-size: 20px;
    color: #777;
}
.cta:hover{
    letter-spacing: 1px;
} 
.box:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
    transform: scale(1.02);
 }  
 .cta{
    align-self: flex-start;
    margin-top: auto;
}
.cta a{
    margin-top: 10px;
    display: inline-block;
    border: 2px;
    border-radius: 8px;
    background: blueviolet;
    color: white;
    padding: 8px 13px;
    
}
@media  (max-width:768px){
    .container{
        padding: 20px;
     

    }
}



 /* .box .icon{ 
    margin-top: 10px;
    
}
.box  span{
    margin: 10px 0;
    font-size: 35px;
    color: #666;
}
 .title{
    font-size: 35px;
    color: rebeccapurple;
}

a{
    color: rebeccapurple;
    
    padding: 10px 0;
    display: block;
    cursor: pointer;
}

.cta a:hover{
    border: 2px solid grey;
    
    letter-spacing: 1px;
} 

<!-- Service box Ends Here -->
*/

    /*  Buyer Data section Starts Here */

    /* Buyer Data section Ends Here  */


    /* Sellor Data section Starts Here  */


	/* Sellor Data section Ends Here  */

    /* Payment details section Starts Here  */


    /* Payment details section Ends Here  */ 