.section1{
	widows: 100%;
	height: 730px;
	background-image: url('../images/forexsniper-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section1-cont{
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	width: 100%;
  	height: 100%;
  	margin-top: 0%;
  	margin-left: 0%;
  	gap:50px;

}

.section1-card{
width: 100%;
height: 100%;
overflow: hidden;
}

.section1-card h1{
	font-size: 80px;
	margin-top: 35%;
	margin-left: 7.5%;
	color: white;
	line-height: 90px;
}

.section1-card p{
	margin-left: 8%;
	color: white;
	width: 95%;
	margin-top: 5%;
	font-size: 18px;
}
.section1-btns{
	display: flex;
	gap: 30px;
	width: 70%;
	margin-top: 7%;
	margin-left: 8%;
}

.section1-btns a{
	text-decoration: none;
}

.section1-btn1{
	width: 100%;
	height: 50px;
	background-color: #2386c9;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: white;
	font-weight: 600;
}

.section1-btn2{
	width: 100%;
	height: 50px;
	border: 1px solid #2386c9;
	border-radius: 5px;
		display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #2386c9;
	font-weight: 600;
}
.section1-card-images{
	width: 100%;
	height: 100%;
		display: flex;
	align-items: flex-end;
}
#trader-img{
	width: 75%;
	margin-left: 12.5%;
	z-index: 999;

}

.trading-img1-cont{
	position: absolute;
	width: 30%;
	margin-top: 10%;
}

.trading-img1-cont img{
	width: 100%;
	height: 100%;
}

.trading-img2-cont{
	position: absolute;
	width: 15%;
	margin-top: 26%;
	margin-left: 32%;

}

.trading-img2-cont img{
	width: 100%;
	height: 100%;

}