@font-face{font-family:Montserrat;src:url("file:///D:/Users/dipakmakvana/Desktop/revenuerush/assets/fonts/Montserrat-Light.ttf");font-weight: 300;font-display: swap;}
@font-face{font-family:Montserrat;src:url("file:///D:/Users/dipakmakvana/Desktop/revenuerush/assets/fonts/Montserrat-Regular.ttf");font-weight: 400;font-display: swap;}
@font-face{font-family:Montserrat;src:url("file:///D:/Users/dipakmakvana/Desktop/revenuerush/assets/fonts/Montserrat-SemiBold.ttf");font-weight: 600;font-display: swap;}
@font-face{font-family:Montserrat;src:url("file:///D:/Users/dipakmakvana/Desktop/revenuerush/assets/fonts/Montserrat-Bold.ttf");font-weight: 700;font-display: swap;}
@font-face{font-family:Montserrat;src:url("file:///D:/Users/dipakmakvana/Desktop/revenuerush/assets/fonts/Montserrat-ExtraBold.ttf");font-weight: 800;font-display: swap;}
@font-face{font-family:Montserrat;src:url("file:///D:/Users/dipakmakvana/Desktop/revenuerush/assets/fonts/Montserrat-Black.ttf");font-weight: 900;font-display: swap;}

body {
    background: #000;
    font-family: Montserrat;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: Montserrat;
}
p, a, img, ul, ol, li, div, an, table, tr, th, td, form, input, button, textarea, label, iframe{
	font-family: Montserrat;
}
.right_head a {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}
.container {
    max-width: 1360px;
    padding: 0 12px;
    margin: 0 auto;
}
header {
    padding-top: 20px;
}
section.herobanner {
    padding: 60px 0;
}
header .row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.midbanner_hero h2, .midbanner_hero h3 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin: 0;
}
.midbanner_hero h3 {
    color: #ED1C24;
}
.midbanner_hero p {
    color: #A2A2A2;
    font-size: 16px;
    text-align: center;
	line-height: 24px;
}
.points a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    width: auto;
    height: 59px;
    background: transparent url('img/Rectangle 91.png') 0% 0% no-repeat padding-box;
    border: 1px solid #3C3C3C;
    border-radius: 30px;
    opacity: 1;
    backdrop-filter: blur(27px);
    -webkit-backdrop-filter: blur(27px);
    padding: 0 25px;
}
.herbanner-midd {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('assets/images/bachherobanner.png');
    background-size: contain;
    position: relative;
}
.blur-card {
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.card_subtype {
    display: flex;
    height: 100%;
}

.pointers {
    position: absolute;
    width: 850px;
    height: 600px;
}
.pointers .points {
    position: absolute;
}
.points.p1 {
    transform: translateX(-100%);
    top: 33%;
    left: 29%;
}
.points.p2 {
    transform: translateX(-100%);
    left: 13%;
    bottom: 36%;
}
.points.p3 {
    transform: translateX(-100%);
    left: 22%;
    bottom: 16%;
}
.points.p4 {
    transform: translateX(-100%);
    top: 33%;
    right: -18%;
}
.points.p5 {
    transform: translateX(100%);
    right: 15%;
    bottom: 36%;
}
.points.p6 {
    transform: translateX(100%);
    right: 22%;
    bottom: 16%;
}
.signupbtn {
    position: absolute;
    bottom: -10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    top: auto;
    display: block;
}
.signupbtn a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #ED1C24;
    font-size: 14px;
    padding: 16px 35px;
    border-radius: 50px;
}
.cardtypeinner {
    width: 100%;
    border: 1px solid #535353;
    border-radius: 8px;
    opacity: 1;
    padding: 25px;
    height: 369px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.card_parents {
    background-image: url('../../assets/images/blurrball.png');
    background-size: contain;
    background-position: 65% 50px;
    background-repeat: no-repeat;
}

.cardtype {
    width: 47.7%;
    padding: 0 10px;
    position: relative;
}
.card_img {
    width: auto;
    right: 0;
    position: absolute;
}
.card_parents {
    display: flex;
    flex-wrap: wrap;
    row-gap: 48px;
    justify-content: space-between;
}
.cardtype h2 {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    margin: 0;
}
.cardtype h2 span {
    color: #ED1C24;
}
.cardtype p {
    font-size: 16px;
    color: #A2A2A2;
    line-height: 24px;
    margin: 0;
}
.signupbtn.stat {
    position: unset;
    text-align: left;
    margin: 45px 0 0;
    min-height: 36px;
}
section.cards_sec {
    padding: 128px 0;
}
.tex_1 {
    color: #fff;
    font-size: 16px;
    padding-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 25px;
    font-weight: 600;
}
.card_subtype{
	display:flex;
}
.card_subtype h3 {
    color: #fff!important;
    font-size: 28px;
    text-align: left;
    margin-bottom: 0;
    line-height: 36px;
    margin-top: 0;
    font-weight: 600;
}
.card_des img {
    width: auto;
    object-fit: contain;
    max-height: 32px;
}
.card_des {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: flex-start;
    row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}
.ico_head{
	color:#fff;
	font-size:64px;
	font-weight:300;
	text-align:center;
}
.icontype p {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 0;
    line-height: 24px;
    color: #fff;
}
.keyinside {
    margin-top: -14%;
}
.icon_parent {
    max-width: 1352px;
    margin: 0 auto;
}
.icon_parent{
display:inline-grid;
grid-template-columns:auto auto auto;
}
.icontype p{
	text-align:center;
}
.center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:48px;
}
.icon_parent {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    justify-items: center;
}
.container1{
max-width: 1360px;
    padding: 0 12px;
    margin: 0 auto;
}
.sig_content{
	margin-top:90px;
}
.icontype {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
   }
.constrait h1{
	color:#fff;
	text-align:center;
	font-size:48px;
}
.constrait span{
	color:#ed1c24;
}
.center1{
  display:block;
	margin-left:auto;
	margin-right:auto;
}
.constrait p{
 font-size: 16px;
    color: #A2A2A2;
    line-height: 24px;
	padding-left:25%;
	padding-right:25%;
}
.signupbtn1{
	text-align:center;
	padding-top:50px;
}
.signupbtn1 a{
 text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #ED1C24;
    font-size: 14px;
    padding: 16px 35px;
    border-radius: 50px;
}






@media(min-width:1400px){
.icon_parent .icontype:nth-child(1), .icon_parent .icontype:nth-child(2), .icon_parent .icontype:nth-child(3) {
    border-right: 2px solid;
    border-image: linear-gradient(to top, #3a3a3a, black) 1;
}
.icon_parent .icontype:nth-child(4), .icon_parent .icontype:nth-child(5), .icon_parent .icontype:nth-child(6) {
    border-right: 2px solid;
    border-image: linear-gradient(to bottom, #3a3a3a, black) 1;
}
.icon_parent .icontype:nth-child(1) {
    border-left: 2px solid;
    border-image: linear-gradient(to top, #3a3a3a, black) 1;
}
.icon_parent .icontype:nth-child(4) {
    border-left: 2px solid;
    border-image: linear-gradient(to bottom, #3a3a3a, black) 1;
}
.icon_parent .icontype:nth-child(2) {
    border-bottom: 2px solid;
    border-image: linear-gradient(to top, #3a3a3a, black) 1;
}


}




@media(max-width:767px){
.container {
    width: 100%;
}
.pointers {
    width: 100%;
    text-align: center;
    position: unset;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    margin-top: 40px;
}
.cardtype {
    width: 100%;
}
.cardtype h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
}
.ico_head {
    font-size: 36px;
}
.constrait h1 {
    font-size: 28px;
}
.center1 {
    width: 100%;
}
.constrait p {
    padding-left: 0;
    padding-right: 0;
}
.card_des {
    width: 55%;
}
.card_subtype h3 {
    font-size: 19px;
    line-height: 26px;
    width: 230px;
}
.cardtype p {
    font-size: 14px;
    line-height: 22px;
}
.midbanner_hero h2, .midbanner_hero h3 {
    font-size: 28px;
    line-height: 36px;
}
.constrait h1 br {
    display: none;
}
.herbanner-midd {
    flex-direction: column;
}
.points.p1, .points.p2, .points.p3, .points.p4, .points.p5, .points.p6 {
    transform: translateX(0);
    position: unset;
    width: auto;
}
.points a {
    font-size: 16px;
    width: 160px;
    height: 45px;
    padding: 0 15px;
    font-size: 11px;
}
.herbanner-midd img {
    width: 100%;
}


}


@media(max-width:570px){
	.icon_parent {
    display:block!important;
	justify-content:center;
}
}