body {
	margin: 0;
	padding: 0;
}

#bg-my{
	background-color: #f24718;
}

#Choco_overlay {
	background: #111 !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: none;
	padding: 0;
	margin: 0;
}

#Choco_content {
	display: none;
	width: 800px;
	height: 600px;
	z-index: 1001;
	position: fixed;
	left: 50%;
	top: 38%;
	margin-left: -400px;
	margin-top: -300px;
	border-top: 1px solid transparent;
	/*Yes, adjust image perfectly at the center of a box, don't know why.*/
}

#Choco_left_arrow {
	float: left;
	background-image: url(../images/left.png) !important;
	background-position: 12%;
	left: -15%;
}

#Choco_right_arrow {
	float: right;
	background-image: url(../images/right.png) !important;
	background-position: 88%;
	left: 15%;
}

.Choco_arrows {
	background-repeat: no-repeat;
	display: none;
	position: relative;
	cursor: pointer;
	width: 10%;
	top: -114%;
	height: 100%;
	margin-top: -30px;
}

#Choco_container_photo {
	text-align: center;
	width: 800px;
	height: 600px;
	/*background:url(../images/ajax-loader.gif) center center no-repeat;*/
}

#Choco_container_description {
	padding: 0;
	/* height: 26px; */
	width: 100%;
	color: #FFFFFF;
	font-family: Tahoma;
	clear: both;
	position: relative;
	font-size: 1.1em;
	margin-top: -5px;
	overflow: hidden;
	visibility: hidden;
	line-height: 1.8em;
	margin-top: 1em;
}

#Choco_container_title {
	float: left;
	padding: 5px;
}

#Choco_container_via {
	padding: 5px;
	float: right;
}

#Choco_container_via a {
	color: gray;
}

#Choco_container_via a:hover {
	color: white;
	background: gray;
}

#Choco_close {
	width: 30px;
	height: 25px;
	background-image: url(../images/close.png) !important;
	background-repeat: no-repeat;
	z-index: 1002;
	cursor: pointer;
	margin: 0px 0px 15px 0px;
	display: none;
}

#Choco_loading {
	width: 9px;
	height: 11px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	z-index: 1002;
	cursor: pointer;
	float: right;
	margin-top: -20px;
	display: none;
}

#Choco_bigImage {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: -5px;
}

@media(max-width:736px) {
	#Choco_container_description {
		font-size: 1em;
	}
}

@media(max-width:640px) {
	#Choco_content {
		top: 30%;
	}
}

@media(max-width:480px) {
	#Choco_left_arrow {
		left: -17%;
	}

	#Choco_right_arrow {
		left: 17%;
	}

	#Choco_container_description {
		font-size: 0.95em;
	}
}

@media(max-width:384px) {
	.Choco_arrows {
		top: -167%;
	}
}

@media(max-width:320px) {
	#Choco_content {
		top: 21%;
	}

	.Choco_arrows {
		top: -199%;
	}
}

/* ফন্ট সাইজ ছোট করা */
.text-white, .nav-link, .header-top_w3layouts p, .header-w3layouts p, .dropdown-item {
    font-size: 14px;
}

.navbar-brand {
    font-size: 20px; /* লোগোর ফন্ট সাইজ */
}

.navbar-toggler-icon {
    font-size: 16px;
}

.login-button {
    font-size: 14px; /* বাটনের ফন্ট সাইজ */
    padding: 6px 12px; /* বাটনের প্যাডিং */
}

/* মোডালের ফন্ট সাইজ ছোট করা */
.modal-content-2 .form-group label, 
.modal-content-2 .form-group input, 
.modal-content-2 .form-group select, 
.modal-content-2 .form-group textarea {
    font-size: 13px;
}

.modal-content-2 button {
    font-size: 14px;
    padding: 6px 12px; /* বাটনের প্যাডিং */
}

/* বাটনের আকার ছোট করা */
.btn-primary.submit {
    font-size: 14px;
    padding: 6px 12px;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 6px 10px;
}

/* নেভিগেশন বারের প্যাডিং ছোট করা */
.navbar-nav .nav-item {
    margin: 0 10px; /* নেভিগেশন আইটেমগুলোর মধ্যবর্তী ফাঁকা */
}

/* মোবাইল ভিউতে আরও ফন্ট ছোট */
@media (max-width: 768px) {
    .text-white, .nav-link, .login-button, .header-top_w3layouts p, .header-w3layouts p {
        font-size: 12px;
    }

    .modal-content-2 .form-group label, 
    .modal-content-2 .form-group input, 
    .modal-content-2 .form-group select, 
    .modal-content-2 .form-group textarea {
        font-size: 12px;
    }

    .btn-primary.submit {
        font-size: 12px;
        padding: 5px 10px;
    }
}

