.socials {
	display: flex;
	justify-content: space-between;
}

.socials a {
	color: #fff !important;
	display: inline-block;
	border: 1px solid white;
	border-radius: 50%;
	padding: 4px;

	width: 30px;
	height: 30px;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 4px;
}

header {
	background-color: var(--color-dark-1);
}

.flag-dropdown {
	position: relative;
	display: inline-block;
}

.flag-dropdown {
	position: relative;
	display: inline-block;
}

.selected-flag {
	cursor: pointer;
}

.flag-options {
	display: none;
	position: absolute;
	top: 100%;
	left: -10px;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 1;
}

.flag-options.show {
	display: block;
}

.flag-option {
	padding: 8px 12px;
	cursor: pointer;
}

.flag-option:hover {
	background-color: #f0f0f0;
}

.side-menu-fixed {
	position: fixed;
	top: 50%;
	right: 10px;

	width: 40px;
	/* background-color: red; */
	z-index: 99999999999999999999999999999999999999999;
	transform: translate(0, -50%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.side-menu-fixed a {
	background-color: #009c02;


	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	font-size: 2rem;
	padding: 10px;
	border-radius: 30%;
	color: white;
}

.side-menu-fixed a:hover {
	color: #fff
}

.side-menu-fixed a:last-child {


	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	font-size: 1.9rem;
	padding: 10px;
	border-radius: 30%;
	background-color: #ff1c1c;
}

.slide-item {
	position: relative;
	/* width: 100%;
    height: 100vh; */
	/* Set the height to cover the entire viewport */
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.d-flex.items-center.headnav {
	padding-left: 0px;
	position: relative;
}

.pos-rel {
	position: relative;
}

@media(min-width:600px) {
	.d-flex.items-center.headnav {
		padding-left: 0px;
	}

}

.number-box {
	display: none;
}
.currency-option {
	display: none;
}
.mobile-lang{
	display: none;
}
.m-socials{
	display: none;
}
.border-white-my {
	border-bottom: none ;
}
.border-white-my li a {
	/* font-size: 0.9rem !important;
	font-weight: bold;
	padding: 0 5px !important; */
}
@media(max-width:600px) {
	.currency-option{
		display: block;
		padding: 0px 10px 0px;
		
	}
	.number-box {
		display: block;
		position: absolute;
		top: 20px;
		left: 175px;
		color: white;
	}
	.mobile-lang {
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* padding-top: 50px; */
	}
	.border-white-my {
		border-bottom: 1px solid #fff !important;
	}
	.m-socials{
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* padding-top: 50px; */
	}

}




.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 2.333333em;
	line-height: 3em;
}
.myb:before{
   color: white !important;
}

.currency-option select{
	color: #fff !important;
}
.currency-option select option{
	color: #000000 !important;
}
.b-title{
	color: #000000 !important;
}
.my-bot{
	color: white !important;
	background-color: black !important;
}
.bottom-info{
	text-align: justify;
	font-size: 0.9rem;
	margin-top: 10px;
}

@media(min-width:600px){
	.mt-100{
		margin-top: 180px !important;
	}
}

.menu__nav li a:hover{
	color:#ebca68 !important
}

.bg-black{
	background-color: #000000 !important;
}
.color-white{
	color:white !important;
}
.gallerygrid2{
	display: none;
}

@media(max-width:600px) {
.row.x-gap-15.y-gap-15.items-center{
	justify-content: space-between;

}
.button.h-50.px-24.-dark-1.bg-blue-1.text-white{
	margin-left:127px;
}
.galleryGrid{
	display: none !important;
}
.gallerygrid2 {
	display: block;
	height: 300px;
}
.noshow{
	display: none;
}
.changedir{
	flex-direction: column-reverse;
}
.nonmob{
	display: none !important;
}
}
  .areabetter {
  	/* background-color: red; */
  	height: 100%;
  	width: 100%;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  }

  .button-my {
  	padding: 10px;
  	background-color: #ebca68;
  	border: 0.5px solid gray;
  	width: 200px;
  	height: 70px;
  	color: white;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  }

  .my-cont a{
	margin-left: 10px;
  }
