*{
	margin: 0;
	padding: 0;
  	box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
}
.sportsbook-banner{
	background-image: url('../images/sportbook-bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: flex;
	align-items: center;
}
.sportsbook-banner h1{
	color: #FFFFFF;
	font-family: Geomanist-Medium;
    font-size: 80px;
    line-height: 75px;
}
.sportsbook-banner p{
	font-family: Geomanist-Book;
	font-size: 20px;
	margin-bottom: 40px;
    margin-top: 20px;
    margin: 0 auto;
}
.pt100{
	padding-top: 100px;
}
.pb100{
	padding-bottom: 100px;
}
.sectionsTitle{
	color: #212121;
	font-family: Geomanist-Book;
	font-size: 42px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 50px;
	text-align: center;
}
.sectionsDescription {
	color: #212121;
	font-family: Geomanist;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 35px;
	text-align: center;
}
.how-can-vinfotech{
	width: 60%;
	margin: 0 auto;
}
.how-can-icons{
	background-color: #F9F9F9;
	width: 180px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 100px;
    text-align: center;
}
.ProductEngagementFeatures{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.ProductFeaturesItem{
	width: 48.3%;
	display: flex;
	align-items: center;
	text-align: center;
	padding-top: 60px;
	background-color: white;
	flex-direction: column;
	border-radius: 30px;
	margin-bottom: 40px;
}
.ProductFeaturesItemTitle{
	color: #212121;
	font-family: Geomanist-Book;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 32px;
}
.ProductFeaturesItemDes{
	color: #212121;
	font-family: Geomanist;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 32px;	
}
.productContext{
	height: 166px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.ProductSec{
	background-color: #ebfff8;
	background-image: url('../images/sportsbookVinfotech.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.WooingSection{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.growingSection{
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.WooingSectionItem{
	width: 43%;
}
.WooingSectionImages{
	width: 40%;
	display: flex;
    justify-content: flex-end;
}
.GroowingSectionItem{
	width: 40%;
}
.GroowingSectionImages{
	width: 60%;
	display: flex;
    justify-content: flex-end;
    padding: 90px 0;
}
.growingSection{
	background-color: #F9F9F9;
	background-image: url('../images/growing-bg.webp');
	background-repeat: no-repeat;
	background-position: right;
}
.text-left{
	text-align: left !important;
}
.GroowingSectionImages.bg{
	
}
.withVinfotech{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.withVinfotechItem{
	width: 30%;
	border: 1px solid #E5E5E5;
	border-radius: 30px;
	height: 444px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 30px;
}
.footerBottom{
	background-color: #000000;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.why-do-users-play-bg {
    background: url(../images/bg-why-user-play.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    border-radius: 30px;
    background-color: #F9F9F9;
    padding: 80px 75px;
}
.promotionsImg{
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.promotionsImg img{
	border-radius: 15px;
}
.with-vinfotech-icons {
    background-color: #F9F9F9;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 50px;
}
.tns-nav>button{
	background-color: #00B46A !important;
}
.tns-nav>button::before{
	border: 1px solid #00B46A !important;	
}
.tiny-inner{
	height: 560px;
}
.caseStudyDarkSection{
	background-image: unset;
}
.cust-slide{
	display: flex;
	align-items: center;
	gap: 50px;
	padding-top: 80px;
}
.left-contents-c, .left-contents-r{
	flex: 1;
}
.caseStudyCarausel .item{
	height: 600px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0;
    border-radius: 15px;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width:1600px) {
	.sportsbook-banner h1{
		font-size: 58px;
		line-height: 65px;
	}
	.pt100{
		padding-top: 60px;
	} 
	.pb100{
		padding-bottom: 60px;
	}
	.tiny-inner{
		height: 540px;
	}
	.sectionsTitle{
		font-size: 38px;
	}
	.ProductFeaturesItemTitle{
		font-size: 28px;
	}
	.ProductFeaturesItemDes {
	    font-size: 20px;
	    line-height: 29px;
	}
	.withVinfotechItem{
		height: 380px;
	}
	.with-vinfotech-icons{
		margin-bottom: 20px;
	}

}
@media screen and (max-width:1200px) {}
@media screen and (max-width:767px) {
	.pt100{
		padding-top: 60px;
	}
	.sportsbook-banner{
		background-image: url(../images/sportsbook-mobile-header.webp);
	}
	.pb100{
		padding-bottom: 60px;
	}
	.sportsbook-banner h1 {
	    font-size: 48px;
	    Line height: 57px;
	}
	.how-can-vinfotech {
	    width: 100%;
	    margin: 0 auto;
	}
	.sectionsTitle {
	    font-size: 31px;
	    line-height: 38px;
	}
	.sectionsDescription {
	    font-size: 20px;
	    line-height: 33px;
    }
    .WooingSection{
    	flex-direction: column;
    }
    .WooingSectionItem, .WooingSectionImages{
    	width: 100%;
    }
    .contactStripItem, .promotionsImg{
    	flex-direction: column;
    }
    .ProductFeaturesItem{
    	width: 100%;
    }
    .withVinfotechItem, .GroowingSectionItem{
    	width: 100%;
    	padding: 0 20px;
    }
    .withVinfotechItem{
    	height: 310px;
    }
    .growingSection{
    	flex-direction: column;
    }
    .contact-us-to-hear {
	    font-size: 30px;
	    line-height: 38px;
	    text-align: center;
	    padding-bottom: 30px;
	}
	.ProductFeaturesItem{
		padding: 40px 40px 0 40px;
	}
	.with-vinfotech-icons{
		margin-bottom: 20px;
	}
	.why-do-users-play-bg{
		padding: 40px 20px;
	}
	.ProductFeaturesItemDes {
	    font-size: 20px;
	    
	}
	.ProductFeaturesItemTitle {
	    font-size: 26px;
	    line-height: 32px;
	}
	.GroowingSectionImages{
		padding: 30px 0;
		width: 100%;
		background-image: unset;
	}
	.footerBottom {
	    justify-content: unset;
	    align-items: center;
	    flex-direction: column;
	    height: 150px;
	}
	.footer-call-us{
		padding-top: 0;
	}
	.copyright-text{
		padding-top: 15px;
	}
	/*.caseStudyDarkSection{
		background-color: #FFFFFF;
	}*/
	/*.caseStudyCarausel .item{
		height: auto;
	}*/
	.blackCaseStudyLeft{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.onlyformob .caseStudyCarausel .item {
		height: auto !important;
	}
}