.banner{
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/fandual-img/fanduel.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}
body{
	background: #0C1749;
}
:root{--fcolor: #407BFF;--mcolor:#fff;--navcolor:#0d1847 ;--btnbg:#0a090f;--scolor:#407BFF;--tcolor:#407bff;--tabline:#407BFF;--txtcolor:#ccc;}
.banner-btn{
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #FFFDFD;
	border-radius: 5px;
	color: #fff !important;
	padding: 8px 25px;
}
.top-space{
	position: relative;
	top: 100px;
}
/*.banne-img {
    min-width: 1010px;
    width: 100%;
    height: auto;
}*/
.custom {
    background: url(../images/fandual-img/custom-app.webp), linear-gradient(180deg, #3F1682 0%, #1731A6 100%);
    border-radius: 30px;
    background-repeat: no-repeat;
    padding: 60px;
    background-position: 84% bottom;
    background-size: 38%, cover;
}
.blue-box{

	background: #0F1130;
	border-radius: 40px;

}
.rocket {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/fandual-img/launch.webp);
    background-position: left bottom;
    background-size: 100% 98%;
    background-repeat: no-repeat;
    position: relative;
}
.blue-box {
    background: #0F1130;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    z-index: 9;
}
.blue-box:after {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    background: url(/images/fandual-img/triangle.webp);
    background-position: center;
    top: -36%;
    right: -120px;
    z-index: -1;
}
.rocket:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, #0C1749 30%, transparent 60%);
    left: 0;
    top: -7px;
}
.empty-div{
	margin-top: 50px;
}
.types {
    background: url(../images/fandual-img/types.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.border-div {
    border: 1px solid #374D7C;
    padding: 25px;
    border-radius: 10px;
    transition: 0.9s all;
    height: 100%;
}
.border-div:hover{
	background: linear-gradient(100.42deg, rgba(17, 37, 126, 0.2) 2.75%, rgba(34, 60, 183, 0.2) 93.75%);

}
.mobile{
	max-width: 290px;
	width: 100%;
}
p { 
    line-height: 26px !important;
}
@media(max-width: 768px){
	.banner{
		min-height: auto;
		background-image: none;
	}
	.top-space {
    position: relative;
    top: 40px;
}
.custom {
    background-image: none;
    padding: 20px;
}
.rocket{
	min-height: auto;
	background-image: none;
}
.blue-box:after{
	display: none;
}
.empty-div{
	padding: 20px;
	margin-top: 0px;
}
.types{
	background-size: cover;
}
}