body {
	font-family: Arial, sans-serif;
	margin: 0 auto;
	justify-content: center;
	overflow-x: hidden; 
	}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	}

canvas {
	width:100%;
	height:250px;
	top:0;
	display: block;
	}

.container {
	position: relative;
	margin:0 15px;
	bottom:80px
	}

.company h1 {
	font-size: 27px;
	font-weight:500
	}
	
.more_time_info {
	color:#ddd;
	font-size:14px
	}

.container_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

.company,
.more_time_info {
}

.go_chat {
	width:100%;
	height:180px;
	border-radius:25px;
	}

.go_chat_info {
	position: relative;
	}

.logo_icon img {
	width:50px;
	heigt:auto;
	margin-left:15px;
	margin-top:15px;
	border-radius:18px;
	}

.content {
	position: absolute;
	top: 37px;
	left:70px
	}

.company_name {
	position: absolute;
	top:15px;
	left:70px;
	font-weight:700
	}

.time_button {
	width:90%;
	height:55px;
	margin:15px;
	margin-top:35px;
	border-radius:20px;
	background-color:#5e5e5e;
	margin-bottom: auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	display: flex;
	}
	
.button {
	margin:auto;
	text-align:center;
	align-items: center;
	}

.banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 150px;
	color: #fff;
	display: none;
	z-index: 2;
	border-radius: 35px 35px 0 0;
	}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
	color:#8a8a8a;
	display: flex;
	margin:5px
	}

#closeBanner {
	padding:5px 7px;
	border-radius:45px;
	background-color:#4f4f4f;
	}

.more_time_info {
	cursor: pointer;
	}

.more_time_info {
	cursor: pointer;
	}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	display: none;
	z-index: 1;
	}

.dsclub a {
	text-decoration: none;
	color:#8a8a8a;
	}
.dsclub {
	text-align:center;
	text-decoration: none;
	align-items: center;
	width:100%;
	margin:auto
	
	}

.dsclub span {
	font-weight:550;
	}

.swipe_banner {
	margin-top:20px;
	}

.banner-container {
        position: relative;
        overflow: hidden;
        border-radius:25px;
        }

.image-slider {
	display: flex;
	transition: transform 0.7s ease-in-out;
	text-align:center;
        }

.slide {
	flex: 0 0 100%;
	max-height:300px;
	padding:10px 0;
	display: flex;
	align-items: center;
	justify-content: center
        }
        
.slide img {
	text-align:center;
	justify-content: center;
	max-width:270px;
	width:80%;
	max-height:270px;
	height:auto;
	}
            
.image-slider .slide img{
	border-radius:10px;
	width:300px;
	height:300px
        }

.prev-button,
.next-button {
	position: absolute;
	padding: 10px;
	border: none;
	cursor: pointer;
	border-radius:15px;
	bottom:50px;
	margin:0 10px;
        }

.prev-button {
	left: 0;
        }

.next-button {
	right: 0;
        }

.move {
	margin-bottom:20px;
	}

.banner_content {
	margin:20px;
	margin-top:40px;
	}

.times {
	margin-left: auto;
	}

.day::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #6bb966;
	margin-right: 10px;
	}

.more {
	margin:20px;
	font-size:15px;
	}

.rest_day {
	color:#8f8f8f;
	padding-bottom:30px
	}