@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1, h2, h3, h4, p {
	margin: 0px !important;
	padding: 0px !important;
}

a {
	text-decoration: none !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
}

/* .header-main {
    box-shadow: 0px 3px 10px 0px #0000001A;
    border-radius: 0px 0px 30px 30px;
    height: 80px;
    position: sticky;

} */

.header-main {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: transparent;
	box-shadow: 0px 3px 10px 0px #0000001A;
	border-radius: 0px 0px 30px 30px;
	height: 80px;
	transition: background-color 0.3s ease;
}

.header-top {
	margin: 0px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 40px;
	color: #000000;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.logo {
	display: flex;
	align-items: center;
	gap: 5px;
}

.logo img {
	width: 80px;
}

.nav-links {
	list-style: none;
	display: flex;
	gap: 35px;
}

.nav-links a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 500;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.nav-links a.active::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #FF992E;
	bottom: -5px;
	left: 0;
	border-radius: 10px;
}

.nav-links a.active {
	color: #FF992E;
}

.actions {
	display: flex;
	align-items: center;
	gap: 15px;
}

.create-btn {
	background-color: #E74352;
	color: white;
	border: none;
	padding: 10px 16px;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 0px 5px 10px 0px #0000001A;
}

.create-btn {
	display: flex;
	gap: 5px;
	align-items: center;
}

.create-btn img {
	width: 27px;
}

.create-btn span {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}

.cart img {
	width: 30px;
}

.cost {
	position: absolute;
	right: 14%;
	top: 12px;
	background-color: #FF6224;
	color: white;
	padding: 2px 5px;
	border-radius: 50%;
	font-size: 14px;
	box-shadow: 0px 3px 6px 0px #00000029;

}

.dropdown select {
	border: none;
	outline: none;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	background: transparent;
}

.flag {
	height: 40px;
	width: 40px;
	border-radius: 50%;
}

.menu-icon {
	font-size: 24px;
	cursor: pointer;
}

.menu-icon {
	background-color: #FFF2E4;
	padding: 2px 10px;
	border-radius: 50%;
}

.menu-icon img {
	height: 17px;
	width: 21px;
}

.nav-links a.active::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #FF992E;
	bottom: -5px;
	left: 0;
	border-radius: 10px;
}

.mnfooter {
	display: flex;
	flex-direction: row;
	width: 50%;
}

.header-main.scrolled {
	background-color: white;
	transition: background-color 0.3s ease;
}

.header-main.scrolled .nav-link {
	color: black;
}

.header-main.scrolled .dropdown select {
	color: black;
}

/* ==============footer==================== */

.footer {
	background-color: #FEF4F3;
	background-repeat: no-repeat;
	background-size: cover;
	/* color: white; */
	padding-top: 120px;
	margin-top: -35px;
	font-size: 14px;
	width: 100%;
	cursor: pointer;
	position: relative;
}

.main_hamburder {
	display: none;
}

.footer-container {
	width: 90%;
	margin: 0px auto;
	display: flex;
	gap: 70px;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	padding-top: 40px;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	width: 95%;
	margin: 0px auto;
	margin-top: 30px !important;
}

.footer-left {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 25px;
	padding: 18px 15px;
	border: 1.2px solid #E4D3D3;
	border-radius: 20px;
	width: 95%;
	margin: auto;
}

.call {
	display: flex;
	gap: 10px;
	width: 32%;
	align-items: center;
}

.call img {
	height: 60px;
}

.footer-right {
	width: 50%;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.numberA p {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 700;
	/*line-height: 19.36px;*/
	color: #E74352;
	/* text-align: left; */
}

.numberA span {
	font-family: "Inter";
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #2D2D2D;
}

.right-left {
	font-family: "Inter";
	font-size: 20px;
	font-weight: 700;
	line-height: 30.26px;
	color: #fff;
}

.right-right {
	width: 55%;
}

.right-right input {
	padding: 20px;
	padding-left: 30px;
	outline: none;
	border: none;
	background-color: #232322;
	border-radius: 40px;
	font-family: "Inter";
	font-size: 12px;
	font-weight: 400;
	line-height: 14.52px;
	color: #BEC0C5;
	width: 100%;
}

#mail {
	position: absolute;
	margin-top: 20px;
	margin-left: 10px;
	color: #fff;
}

.right-right button {
	padding: 5px 8px;
	border: none;
	border-radius: 40px;
	position: absolute;
	right: 6%;
	margin-top: 7px;
	font-family: "Inter";
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	color: #ffffff;
	background-color: #FA3E3E;
}

.right-right button i {
	background-color: #c83232;
	padding: 8px;
	border-radius: 40px;
}

.footer-container a {
	text-decoration: none;
	color: #FFFFFF;
}

.footer-leftA {
	width: 45%;
}

#footer-logo {
	width: 80px;
	margin-bottom: 10px;
}

.footer-leftA p {
	font-size: 14px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	color: #343D3C;
	line-height: 22px;
}

.adrees-info p {
	font-size: 14px;
}

.center h5 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #2D2D2D;

}

dl, ol, ul {
	padding-left: 0px !important;
	list-style: none;
}

.red-line {
	margin-top: -6px;
}

.red-line img {
	width: 20%;
}

.footer-rightA h5 {
	font-size: 21px;
	font-weight: 500;
	font-family: "Ubuntu", sans-serif;
	color: #FFFFFF;
}

.footer-email {
	display: flex;
	gap: 10px;
	align-items: center;
	/* width: 100%; */
}

.footer-email input {
	border: none;
	outline: none;
	background: none;
	border-radius: 30px;
	font-size: 15px;
	/* width: 200px; */
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #6E7FAA;
}

.footer-subscribe {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 16px;
	border-radius: 30px;
}

.footer-email button {
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
	background: none;
	outline: none;
	border: none;
	color: #FFFFFF;
	background-color: #FF992E;
	padding: 15px;
	width: 140px;
	border-radius: 30px;
	box-shadow: 0px 3px 6px 0px #0000001A;
}

.adrees-info {
	display: flex;
	gap: 7px;
}

.emails_f {
	margin-top: 4px !important;
}

.adrees-info {
	margin-top: 10px;
}

.center {
	width: 50%;
}

.center a {
	font-size: 14px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	color: #2D2D2D;
	line-height: 31px;
}

.social-icons {
	display: flex;
	gap: 11px;
}

.social-icons img {
	height: 40px;
	color: #FFFFFF;
}

.reserved p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #2D2D2D;
	text-align: center;
}

.reserved {
	position: relative;
	bottom: 30px;
}

.footer-bottom {
	position: relative;
	height: 65px;
	padding-top: 10px;
	/* bottom: -30px; */
}

.footer-contact {
	border-bottom: 1.2px solid #E4D3D3;
	display: block;
	margin-top: 0px;
	padding-bottom: 30px;
	position: relative;
	z-index: 2
}