@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600;700&display=swap');
body{
	margin:0px;
	font-family: 'Quicksand', sans-serif;
}
.f-bold{
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}
.f-semibold{
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
}
.content-div{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	position: relative;
	height: 100%;
}
.welcome-page{
	background: url(images/banner.svg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
}
.content h2{
	color: #2F434E;
	font-size: 29px;
	line-height: 32px;
	margin-bottom: 10px;
	margin-bottom: 16px;
}
 .content h1{
 	color: #2F434E;
 	font-size: 46px;
 	line-height: 57px;
 }
 .content h1 span {
    font-size: 57px;
    color: #f12876;
}
 .content h3{
 	color: #2F434E;
 	font-size: 23px;
 	line-height: 76px;
 }
.content .common-btn{
	width: 158px;
	height: 51px;
	background: #EE2C75;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
	line-height: 23px;
	transition: all 0.3s ease-in-out;
	position: relative;
	transform: perspective(1px) translateZ(0);
	transition-duration: 0.3s;
	overflow: hidden;
	outline: none;
	cursor: pointer;
	border-radius: 26px;
	border-bottom: 4px solid #FD904D;
	border-right: 4px solid #FD904D;
}
.content .common-btn:hover{
	text-decoration: none;
}
.container {
	max-width: 1601px;
}
.content {
    margin-top: 10%;
}
.logo{
	box-shadow: 0px -7px 16px rgba(0, 0, 0, 0.11);
}

/**/
.welcome-page2 {
    background: url(images/banner2.svg) no-repeat;
    background-size: 69% 100%;
    background-position: center;
    height: 100vh;
    position: relative;
}
.welcome-page2 .content {
    margin-top: 0%;
}
.welcome-page2 .common-btn{
	margin: 0 auto;
}
.welcome-page2 h2{
	font-size: 63px;
	line-height: 69px;
}


.welcome-page2 .other-div {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}


 @media(max-width: 1366px) {


.container {
	max-width: 1140px;
}
.content h1 {
	font-size: 50px;
	line-height: 56px;
}
.content h3 {
    font-size: 19px;
    line-height: 64px;
}
.content h2 {
    font-size: 25px;
    line-height: 27px;
}
.content .common-btn{
	font-size: 14px;
	width: 147px;
    height: 48px;
}
}
@media(max-width: 767px) {
.logo{
	width: 28%;
}
.content h1 {
    font-size: 24px;
    line-height: 32px;
}
.content h1 span{
	font-size: 30px;
}
.content h2 {
    font-size: 20px;
    line-height: 25px;
}
.content h3 {
    font-size: 16px;
    line-height: 56px;
}
.content .common-btn {
    font-size: 12px;
    width: 125px;
    height: 45px;
}
.content {
    margin-top: 10%;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
}
}      