.custom-fs-banner{
    background-image: url('../images/webp/app-development-page-banner-header.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
   display: flex;
	align-items: center;
}
.p-btn-request-demo {
margin-top: 70px;
}

.know-about{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ablout-content{
	width: 40%;
	padding-left: 14%;
}
.about-us-image{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.we-are-the-leading-p {
	color: #212121;
	font-family: Geomanist;
	font-size: 42px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 53px;
}
.ablout-content-title{
	color: #212121;
	font-family: Geomanist-Book;
	font-size: 42px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 53px;
}
.about-links{
	text-decoration: underline;
	font-family: Geomanist-Medium;
	cursor: pointer;
	color: #00B46A;
}


.blackCaseStudyLeft {
    width: 88%;
    
}


.casestudylogo {
    width: 130px;
}

.casestudylogo>img {
    width: 100%;
    height: auto;
}


.gameTypes {
    padding: 100px 0;
}

.heading-game-types{
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 30px;
}


.card-game-types  {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0;
    border:1px solid #d9d9d9;
    height: 174px;
   
    border-radius: 8px;
  
}

.card-game-types h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #212121;
    font-family: Geomanist;
    font-weight: 300;
    line-height: 1.3;
}

.card-game-types .icon-game-types {
    margin-bottom: 15px;
}

.icon-game-types>img {
    height: 40px;
    width: auto;
}

.slick-vertical .slick-slide {
    display: flex;
    align-items: flex-end;
   
  }

.col-game-types {
    padding: 25px;

}

.lets-talk-rows {
    background-color: #00B46A;
    padding-top: 60px;
    padding-bottom: 60px;
}

.talk-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.looking-for-a-team {
    color: #FFFFFF;
    font-family: Geomanist;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 51px;
}

.lets-talk-msg {
    color: #212121;
    font-family: Geomanist-Medium;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    height: 48px;
    width: 179px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}


.tiny-inner {
    height: 660px;
}

@media screen and (min-width:1200px) {
    .container-game-types {
        width: 920px;
    }
  
}

@media screen and (max-width:1600px) {
    .ablout-content-title{
		font-size: 34px;
		line-height: 47px;
	}
	.ablout-content {
	    width: 46%;
	    padding-left: 8%;
	}
    .lets-talk-rows {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .looking-for-a-team {
        font-size: 30px;
        line-height: 40px;
    }
    .tiny-inner {
        he/*ight: 636px;*/
    }
}
@media(max-width:1400px){
	.ablout-content{
		padding-left: 5%;
	}
	.tiny-inner {
        height: 550px;
    }
}

@media screen and (max-width:1199px) {
    .col-game-types {
        padding: 15px;
    }
}


@media(max-width:767px){
	
	/*.custom-fs-banner{
    	background-image: url('../image/custom-fantasy-sport-mobile.png');
    }
*/
    .about-us-image{
		width: 100%;
	}
	
	.know-about{
		flex-direction: column;
		padding-top: 35px;
	}
	.ablout-content{
		padding-left: 15px;
		padding-right: 15px;	
		width: 100%;
	}
	.ablout-content-title{
		font-size: 30px;
		line-height: 43px;
	}
    .p-btn-request-demo {
        margin-top: 30px;
    }
    
    

    .casestudylogo {
        width: 90px;
    }
    
   
	.blackCaseStudyLeft {
		width: 100%;
    }

	.about-us-image {
		margin-top: 80px;
	}

    .gameTypes {
        padding: 40px 0;
    }

    .card-game-types  {
       
       
        height: 190px;
       
       
      
    }
    .col-game-types {
        padding: 5px;
    }
    .owl-carousel .owl-item  .icon-game-types>img {
      
            height: 56px;
            width: auto;
      
        
    }

    .talk-row {
        flex-direction: column;
    }

    .talk-row-1 {
        text-align: center;
    }
}





