.btn-buy {
    background: #FF0000;
	height: 38px;
    width: 280px;
    font-size: 14px;
    padding: 15px 42px 10px 42px;    
    color: #FFFFFF;
    font-size: 18px;
    height: 58px;
    margin-top:-250px;
    backdrop-filter: blur(10px);
    border-radius: 50px;
    letter-spacing: 0.2em;
}
.btn-buy-box{
	text-align:center;
}
.cd-container {
    position: relative;
    top: -190px;
    transition: transform .7s ease;
}
@media only screen and (max-width: 768px) {
	.banner-section{
      height:80vh;
    }
	.btn-buy {
		height: 38px;
		width: 260px;
		font-size: 14px;
		padding: 10px 0px 10px 0px;
		margin-top:-140px;
	}
  .cd-container {
    position: relative;
    top: -120px;
    transition: transform .7s ease;
	}
}