@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
	background: #D5F6FD !important;
	color: #777 !important;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.5px;
	line-height: 1.5;
	font-size: 20px;
}


nav {
	width: 100%;
	background: #C9F2F4
}

h2 {
	color: #5235FF !important;
	font-weight: 700;
}

footer {
	background-color: #09B6EE !important;
	color: #fff;
}

footer p {
	margin-bottom: 0 !important;
}

.card-header,
.card-footer {
	background-color: transparent !important;
}

.ptb-70 {
	padding: 70px 0;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

/* top start */
#side {
	position: fixed;
	display: inline-block;
	cursor: pointer;
	z-index: 999;
	bottom: 0;
	right: 1vw;
	width: 5vw;
	height: 10vh;
	min-width: 40px;
	max-width: 80px;
}

.side-content {
	position: absolute;
}

.top_button_icon_box {
	position: block;
	width: 5vw;
	height: 5vw;
	min-width: 30px;
	min-height: 30px;
	max-width: 60px;
	max-height: 60px;
	margin: 0 auto
}


/* top end */
.feature {
	width: min(100%, 180px);
	margin: 0 auto 0.5rem auto;
}


/* .player {
	background-image: url(../../images/playerbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
} */

@media (min-width: 991.9px) {
	.player-2 {
		margin-top: -5rem;
	}
	.player-3 {
		margin-top: -8rem;
	}
}


.btn,
.btn:focus {
    position: relative;
		width: clamp(200px, 70%, 500px);
    background: transparent;
    color: #09B6EE;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: inherit;
    padding: 10px 20px;
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(8, 151, 197, 0);
    outline: 1px solid !important;
    outline-color: rgba(8, 151, 197, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover {
    color: #09B6EE;
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(8, 151, 197, 0.5), 0 0 20px rgba(8, 151, 197, 0.2);
    outline: 1px solid !important;
    outline-color: rgba(8, 151, 197, 0) !important;
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}

.discount {
	background-image: url(../../images/discountbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right 24% top;
	min-height: 600px;
}

.discount-content {
	min-height: 500px;
	position: relative;
}

.discount-slick {
	text-align: center;
	width: 100% !important;
	/* max-width: 500px; */
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width: 1200px) {
	.discount-slick {
		left: 50%;
		transform:translateX(-50%);
		
	}
}

.discount-slick .card {
	width: 100% !important;
	min-height: 200px;
	border-radius: 1.5rem;
	border: 0;
	background-color: rgba(255, 255, 255, .75);
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

.discount-slick .slick-prev:before, .discount-slick .slick-next:before {
	color: #fff !important;
	/* font-size: 2rem; */
}

.commissioner {
	background-image: url(../../images/commissionerbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}