/*!
Theme Name: Modern Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: modern-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Modern Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--font-420: 420px;
	--font-60: 60px;
	--font-50: 50px;
	--font-45: 45px;
	--font-37: 37px;
	--font-30: 30px;
	--font-25: 25px;
	--font-22: 22px;
	--font-20: 20px;
	--font-18: 18px;
	--font-17: 17px;
	--font-16: 16px;
	--font-15: 15px;
	--font-12: 12px;
}

* {
	box-sizing: border-box;
}

body,
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Gilroy', sans-serif;
	font-weight: 400;
	color: #545454;
	font-size: var(--font-20);
	font-style: normal;
	line-height: 1.8;
	background: #FFFFFF;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

p {
	margin: 0 0 30px 0;
	font-weight: 600;
}

p:last-child {
	margin: 0;
}

a {
	color: #222222;
	text-decoration: none;
	transition: 0.5s all;
}

a:hover {
	color: #F84372;

}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}


section {
	padding: 185px 0;
	position: relative;
}

section.small-padding {
	padding: 100px 0;
}

section.pt-0 {
	padding-top: 0 !important;
}

section.pb-0 {
	padding-bottom: 0 !important;
}

section.p-0 {
	padding-top: 0;
	padding-bottom: 0;
}

input,
textarea,
select {
	font-family: 'Gilroy', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #565656;
	line-height: 1.3;
	padding: 15px 24px;
	border-radius: 12px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: #fff;
	width: 100%;
	border: 0.71px solid #00000080;
}

::placeholder {
	color: #565656;
}

select {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class="hovered-paths"><g><path d="M12 16a1 1 0 0 1-.71-.29l-6-6a1 1 0 0 1 1.42-1.42l5.29 5.3 5.29-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.7.29z" data-name="16" fill="%23000000" opacity="1" data-original="%23000000" class="hovered-path"></path></g></svg>');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center right 18px;
}

.wpcf7-spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 30px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto 0 auto auto;
}

.button {
	font-size: 15px;
	padding: 12px 28px;
	line-height: 1;
	background: #F84372;
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	border: 1px solid #000000;
	min-width: 199px;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}

.button.black {
	border: 1px solid #090909;
	background: transparent;
	color: #000;
}

.button.black:hover {
	background: #F82B60;
	color: #fff;
	border: 1px solid #F82B60;
}

.button.white {
	border: 1px solid #fff;
	background: transparent;
}

.button.white:hover {
	background: #fff;
	color: #F82B60;
	border: 1px solid #fff;
}

.button:hover {
	color: #F82B60;
	background: #fff;
	border: 1px solid #000000;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.wrapper {
	width: 100%;
	max-width: 1350px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.wrapper.small {
	max-width: 1270px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

/* FONTS */
@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-thin-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-thin-webfont.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-ultralight-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-ultralight-webfont.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-light-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-regular-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-medium-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-medium-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-semibold-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-semibold-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-bold-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-extrabold-webfont.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-heavy-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-heavy-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-black-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-black-webfont.woff') format('woff');
	font-weight: 950;
	font-style: normal;
}

@font-face {
	font-family: 'wild_mangoregular';
	src: url('./fonts/wild_mango-webfont.woff2') format('woff2'),
		url('./fonts/wild_mango-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'test_domaine_display';
	src: url('./fonts/testdomainedisplay-black-webfont.woff2') format('woff2'),
		url('./fonts/testdomainedisplay-black-webfont.woff') format('woff');
	font-weight: 900;
	/* Black */
	font-style: normal;
}

@font-face {
	font-family: 'test_domaine_display';
	src: url('./fonts/testdomainedisplay-bold-webfont.woff2') format('woff2'),
		url('./fonts/testdomainedisplay-bold-webfont.woff') format('woff');
	font-weight: 700;
	/* Bold */
	font-style: normal;
}

@font-face {
	font-family: 'test_domaine_display';
	src: url('./fonts/testdomainedisplay-extrabold-webfont.woff2') format('woff2'),
		url('./fonts/testdomainedisplay-extrabold-webfont.woff') format('woff');
	font-weight: 800;
	/* ExtraBold */
	font-style: normal;
}

@font-face {
	font-family: 'test_domaine_display';
	src: url('./fonts/testdomainedisplay-medium_1-webfont.woff2') format('woff2'),
		url('./fonts/testdomainedisplay-medium_1-webfont.woff') format('woff');
	font-weight: 500;
	/* Medium */
	font-style: normal;
}

@font-face {
	font-family: 'test_domaine_display';
	src: url('./fonts/testdomainedisplay-regular-webfont.woff2') format('woff2'),
		url('./fonts/testdomainedisplay-regular-webfont.woff') format('woff');
	font-weight: 400;
	/* Regular */
	font-style: normal;
}

@font-face {
	font-family: 'test_domaine_display';
	src: url('./fonts/testdomainedisplay-semibold-webfont.woff2') format('woff2'),
		url('./fonts/testdomainedisplay-semibold-webfont.woff') format('woff');
	font-weight: 600;
	/* SemiBold */
	font-style: normal;
}

/* Header */
.header-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	padding: 23px 0 11px 0;
	border-bottom: 4px solid #1ABEFF;
}

.menu {
	display: flex;
	flex-wrap: wrap;
}

.menu li:not(:last-child) {
	margin-right: 60px;
}

.menu a {
	font-size: var(--font-15);
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	line-height: 1.5;
}

.site-branding img {
	width: 76px;
}

.menu li a {
	position: relative;
	padding: 0 8px;
}

.menu>.current-menu-item>a:after {
	content: '';
	position: absolute;
	bottom: -33px;
	width: 100%;
	background: #F82B60;
	height: 3px;
	left: 0;
}

.menu .menu-item-has-children a:after {
	content: '\f107';
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	color: #222222;
	position: relative;
	top: 0px;
	left: 4px;
	transition: 0.5s all;
	vertical-align: middle;
}

.sub-menu li a:last-child:after {
	content: none;
}

.menu .current-menu-item>a {
	color: #F82B60;
}

.menu .sub-menu {
	position: absolute;
	top: 46px;
	left: 0;
	background: #ffffff;
	flex-direction: column;
	z-index: 9;
	min-width: 250px;
	border-top: 5px solid #F82B60;
	opacity: 0;
	visibility: hidden;
}

.menu ul.sub-menu li {
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.menu ul.sub-menu li:last-child {
	border: none;
}

.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.menu-item-has-children {
	position: relative;
}

.menu ul.sub-menu a {
	padding: 15px 20px;
	display: block;
	width: 100%;
	font-size: 15px;
}

.menu li a:hover:after {
	color: #F82B60;
}

.toggle {
	display: none;
	cursor: pointer;
	z-index: 999;
}

/* HERO BANNER */
.hero-banner-wrap {
	position: relative;
	padding: 152px 20px 173px 20px;
	text-align: center;
	color: #fff;
	margin: 0 50px;
}

.bg-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

h1.title {
	font-size: var(--font-60);
	font-family: "wild_mangoregular";
	line-height: 1.24;
	letter-spacing: 2.4px;
	font-weight: 400;
	margin-bottom: 8px;
}

.hero-banner-wrap p {
	letter-spacing: 2.0px;
}

.banner-row {
	width: 526px;
	margin: 0 auto;
}

span.overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #0D0D0D85;
}

section.hero-banner {
	padding: 48px 0 70px 0;
}

/* FOOTER */
footer.site-footer {
	background: #000;
	color: #fff;
	padding-top: 65px;
	position: relative;
	overflow: hidden;
}

.footer-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.footer-block:first-child {
	width: 417px;
}

.footer-block {
	width: 600px;
}

.footer-logo {
	width: fit-content;
	margin-bottom: 36px;
}

p.footer-description {
	font-weight: 500;
	font-size: 18.33px;
	line-height: 1.51;
	font-family: "Inter", sans-serif;
	margin-bottom: 57px;
}

ul.social-links {
	display: inline-flex;
	flex-wrap: wrap;
}

ul.social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #313131;
	width: 30px;
	height: 30px;
	color: #fff;
	border-radius: 3.33px;
	font-size: 18px;
}

ul.social-links li:not(:last-child) {
	margin-right: 22px;
}

h2.footer-heading {
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	font-family: "Inter", sans-serif;
	margin-bottom: 33px;
}

.contact-info a {
	color: #D1D1D1;
}

.contact-info p {
	display: flex;
	align-items: flex-start;
	font-weight: 500;
	font-size: 18.33px;
	line-height: 1.27;
	margin-bottom: 40px;
	font-family: "Inter", sans-serif;
	color: #D1D1D1;
}

.contact-info img {
	flex: 0 0 auto;
	width: fit-content;
	height: max-content;
	margin-right: 30px;
	position: relative;
	top: 1px;
}

.copyright p,
.copyright a {
	font-weight: 500;
	font-size: 18.33px;
	line-height: 1.47;
	font-family: "Inter", sans-serif;
	color: #FFFFFF;
}

.footer-bot h2 {
	font-weight: 600;
	font-size: 420px;
	line-height: 1;
	background: linear-gradient(180deg, #434343 19.39%, #1D1D1D 47.22%, #000000 75.59%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border: 1px solid;
	border-image-source: linear-gradient(180deg, #666666 7.69%, #000000 100%);
	text-align: center;
	position: relative;
	bottom: -60px;
	/* opacity: 0.7; */
	left: -26px;
	pointer-events: none;
}

ul.social-links li a:hover {
	background: #F82B60;
}

.contact-info a:hover,
.copyright a:hover {
	color: #F82B60;
}

/* MARQUEE SECTION */
section.animated-line {
	width: 100%;
	background: #1ABEFF;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	z-index: 3;
	color: #fff;
	padding: 10px 0;
}

section.animated-line ul li {
	font-weight: 800;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.6px;
	font-family: "Inter", sans-serif;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

section.animated-line ul {
	margin: 0;
	list-style-type: none;
	display: flex;
	position: relative;
	animation: marquee-reverse 30s linear infinite;
	justify-content: flex-end;
}

@keyframes marquee-reverse {
	0% {
		right: 0;
	}

	100% {
		right: -100%;
	}
}

/* ABOUT */
.img-block-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.left-part {
	position: relative;
	width: 45.455%;
}

.right-part {
	width: 45.455%;
}

.inner-part {
	width: 79%;
}

.left-part .image {
	position: relative;
	padding-top: 125%;
}

.left-part .image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 3px 277px 3px 3px;
}

.vector {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	margin-right: -20px;
}

.right-part .heading {
	font-weight: 400;
	font-size: 45px;
	line-height: 1.1399;
	letter-spacing: 1.8px;
	color: #F82B60;
	font-family: "wild_mangoregular";
}

.right-part .heading-group {
	margin-bottom: 10px;
}

.right-part .intro-description {
	margin-bottom: 37px;
}

section.about-section {
	padding-top: 122px;
}

/* SPEAKS SECTION */
section.speaks-section .heading {
	font-family: "wild_mangoregular";
	font-weight: 400;
	font-size: 50.21px;
	line-height: 1;
	text-transform: uppercase;
	color: #F82B60;
}

.heading.line {
	position: relative;
	padding-bottom: 20px;
}

.heading.line::after {
	position: absolute;
	content: "";
	height: 7px;
	width: 101px;
	background: #FFBC10;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 45px;
}

.speaks-section .heading-group {
	margin-bottom: 64px;
}

.speaks-row {
	display: flex;
	flex-wrap: wrap;
	margin: -7px;
	padding: 0 40px;
}

.speaks-block {
	width: 25%;
	padding: 0 7px;
	margin: 7px 0;
}

.speaks-block>div {
	padding: 23px;
	background: #45CAFF;
	border-radius: 13px;
	height: 100%;
	text-align: center;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.speaks-block>div span {
	color: #F82B60;
}

.speaks-block p {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.36;
	letter-spacing: 2.2px;
}

.speaks-block:nth-child(3)>div {
	background: #FFBC10;
}

.vectors img {
	position: absolute;
	top: 0;
	margin-top: 130px;
}

.vectors img:first-child {
	left: 0;
	margin-left: -44px;
}

.vectors img:last-child {
	right: 0;
	margin-right: -44px;
}

/* HOTEL */
section.hotel-section {
	padding: 79px 0 99px 0;
}

.hotel-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hotel-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hotel-bg .overlay {
	background: rgb(255 102 141 / 90%);
}

.hotel-center .heading {
	font-weight: 400;
	font-size: 45px;
	line-height: 1.2;
	letter-spacing: 0.9px;
	text-transform: capitalize;
	font-family: "wild_mangoregular";
}

.hotel-center {
	color: #fff;
	width: 775px;
	margin: 0 auto;
}

.hotel-center .heading-group {
	margin-bottom: 22px;
}

.hotel-center .intro-description {
	width: 630px;
	margin: 0 auto 62px auto;
}

.hotel-block {
	width: 33.33%;
	padding: 0 7.5px;
	margin: 7.5px 0;
}

.hotel-row {
	display: flex;
	flex-wrap: wrap;
	margin: -7.5px;
	padding: 0 60px;
}

.hotel-block>div {
	padding: 18px;
	background: #fff;
	border-radius: 15px;
	height: 100%;
	position: relative;
	transition: all .3s ease-in-out;
}

.hotel-block>div a {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.hotel-block>div:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}

.hotel-img {
	position: relative;
	padding-top: 76%;
}

.hotel-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}

.hotel-content h6 {
	margin: 17px 0 6px 0;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 16.18px;
	line-height: 1.45488;
	color: #151515;
}

.hotel-content p {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 11.77px;
	line-height: 1.8751062;
	color: #868686;
}

.mt-80 {
	margin-top: 80px;
}

span.tag {
	z-index: 1;
	position: absolute;
	bottom: 0;
	padding: 0 4px;
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
	font-family: "Inter", sans-serif;
	color: #fff;
	margin-bottom: 30px;
}

.yellow {
	background: #FFBC10;
}

.pink {
	background: #F82B60;
}

span.tag.pink {
	text-transform: uppercase;
}

/* MHD */
section.mhd-section .heading {
	font-weight: 400;
	font-size: 45px;
	line-height: 1.5556;
	letter-spacing: 1.8px;
	text-transform: capitalize;
	font-family: "wild_mangoregular";
	color: #F82B60;
	width: 603px;
}

.mhd-section .heading-group {
	margin-bottom: 87px;
}

.mhd-block>div {
	background: #E1F7FF;
	padding: 30px;
	height: 100%;
	text-align: center;
	box-shadow: -5.92px -5.92px 11.84px 0px #FFFFFF4D;
	border: 1.07px solid #9B9B9B;
	border-radius: 15px;
	position: relative;
	transition: 0.5s all;
}

.mhd-block {
	height: 100%;
	/* overflow: hidden; */
}

.mhd-block h3 {
	font-weight: 400;
	font-size: 37.47px;
	line-height: 1.3170536;
	letter-spacing: 1.5px;
	text-transform: capitalize;
	font-family: "wild_mangoregular";
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1.07px solid #000000;
	color: #01294E;
}

.mhd-block h3 span {
	font-size: 28px;
}

.mhd-row .slick-slide,
.mhd-row .slick-slide>div {
	height: 100%;
}

.mhd-row .slick-list {
	display: flex;
	height: auto;
}

.mhd-row .slick-slide {
	padding: 0 10px;
}

.mhd-row .slick-track {
	display: flex;
}

.mhd-block p {
	font-weight: 500;
}

.mhd-row .slick-prev:before {
	content: '\f060';
	font-family: 'FontAwesome';
	color: #000;
	opacity: 1;
	font-size: 36px;
	transition: background 0.5s ease;
}

.mhd-row .slick-next.slick-disabled:before,
.mhd-row .slick-prev.slick-disabled:before {
	opacity: .25;
}

.mhd-row .slick-next:before {
	content: '\f061';
	font-family: 'FontAwesome';
	color: #000;
	opacity: 1;
	font-size: 36px;
	transition: 0.5s all ease;
}

.mhd-row button.slick-prev.slick-arrow {
	margin-left: auto;
	margin-right: 30px;
}

.mhd-row button.slick-arrow {
	background: transparent;
}

.mhd-row .slick-list.draggable {
	order: 3;
	padding-top: 70px;
}

.mhd-row .button.slick-next.slick-arrow {
	order: 2;
}

.mhd-row .slick-next,
.mhd-row .slick-prev {
	position: unset;
	transition: 0.5s all ease;
	border: none;
}

.mhd-row .slick-next:focus.slick-next::before,
.mhd-row .slick-next:hover.slick-next::before,
.mhd-row .slick-prev:focus.slick-prev::before,
.mhd-row .slick-prev:hover.slick-prev::before {
	color: #F82B60;
}

.mhd-row .slick-next:focus,
.mhd-row .slick-next:hover,
.mhd-row .slick-prev:focus,
.mhd-row .slick-prev:hover {
	border: none;
}

.mhd-row.slick-initialized.slick-slider {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	/* margin: 0 -10px; */
	margin-top: -130px;
}

.mhd-vector img {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 140px;
}

/* PROCESS */
.process-wrap {
	border: 2px solid #B5B5B5;
	background: #FFFFFF;
	box-shadow: 3px 3px 8.7px 4px #0000001C;
	border-radius: 36px;
	padding: 70px 60px;
}

.process-wrap .subheading {
	font-size: 30px;
	margin-bottom: 2px;
}

.process-wrap .heading {
	font-weight: 400;
	font-size: 45px;
	line-height: 1.555556;
	letter-spacing: 1.8px;
	font-family: "wild_mangoregular";
	color: #F82B60;
}

.process-wrap .heading-group {
	margin-bottom: 47px;
}

.process-row {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.process-block {
	width: 25%;
	padding: 0 20px;
	margin: 20px 0;
	position: relative;
	transition: 0.5s all;
}

.process-block>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* position: relative; */
}

.process-icon {
	background: #F6F6F6;
	border: 1.54px solid #D6D6D6;
	border-radius: 50%;
	width: 104px;
	height: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: 0.5s all;
}

.process-icon img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	transition: 0.5s all;
}

.process-block:hover .process-icon {
	box-shadow: 0 0 35px #ccc;
}

.process-block:hover .process-icon img {
	transform: scale(1.05);
}

.process-name {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.1975;
	letter-spacing: -0.2px;
	margin-top: 12px;
	width: 60%;
	text-align: center;
}

.process-icon:after {
	content: '';
	border-top: 2.4px dashed#CBCBCB;
	width: 83px;
	display: block;
	position: absolute;
	top: 50%;
	right: -100%;
	transform: translate(50%, -50%);
}

.process-block:nth-child(4n) .process-icon:after {
	content: none;
}

/* SPACES */
.bg-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

section.spaces-section {
	background: #69D6FF2E;
	padding: 95px 0 62px 0;
}

.content-center .heading {
	font-weight: 400;
	font-size: 50.21px;
	line-height: 1;
	font-family: "wild_mangoregular";
	color: #F82B60;
	margin-bottom: 21px;
}

.content-center p {
	font-weight: 500;
	letter-spacing: 2.0px;
	color: #000000;
}

.content-center .intro-description {
	margin: 0 auto;
	width: 600px;
}

.content-center {
	margin-bottom: 46px;
}

.spaces-slider .slick-track {
	display: flex;
	align-items: center;
}

.spaces-slider .slick-slide {
	/* transform: scale(0.8); */
	transition: ease-in all .5s 0s;
	z-index: 1;
}

.spaces-slider .slick-slide.center {
	transform: scale(1);
	opacity: 1;
	z-index: 3;
}

.spaces-slider .slick-slide.left-1 {
	transform: scale(0.8) translateX(-16px);
}

.spaces-slider .slick-slide.right-1 {
	transform: scale(0.8) translateX(16px);
}

.spaces-slider {
	margin: 0 auto;
	max-width: 1084px;
	width: 100%;
}

.space-img {
	position: relative;
	padding-top: 110%;
}

.space-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 24px;
}

.spaces-block>div {
	position: relative;
}

h5.space-name {
	position: absolute;
	bottom: 0;
	text-align: center;
	right: 0;
	left: 0;
	font-weight: 600;
	font-size: 25px;
	line-height: 1.19;
	font-style: italic;
	color: #fff;
	margin-bottom: 37\px;
	z-index: 9;
}

h5.space-name span {
	display: block;
	font-weight: 400;
}

.spaces-block>div:after {
	content: '';
	background: linear-gradient(360deg, #0F0F0F 0%, rgba(102, 102, 102, 0) 100%);
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	bottom: 0;
	border-radius: 24px;
}

.spaces-slider .slick-prev:before,
.spaces-slider .slick-next:before,
.collection-slider .slick-next:before,
.collection-slider .slick-prev:before,
.glance-slider .slick-next:before,
.glance-slider .slick-prev:before {
	content: '';
	background-repeat: no-repeat;
	background-size: 59px;
	display: inline-block;
	width: 59px;
	height: 13px;
	line-height: 1;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	transition: 0.5s all;
}

.spaces-slider .slick-prev:before,
.collection-slider .slick-prev:before,
.glance-slider .slick-prev:before {
	background-image: url(https://staging-mhd.novuscode.in/wp-content/uploads/2025/07/left-arrow.png);
	left: 15px;
}

.spaces-slider .slick-next:before,
.collection-slider .slick-next:before,
.glance-slider .slick-next:before {
	background-image: url(https://staging-mhd.novuscode.in/wp-content/uploads/2025/07/Right-arrow.png);
	right: 15px;
}

.spaces-slider .slick-next,
.spaces-slider .slick-prev,
.collection-slider .slick-next,
.collection-slider .slick-prev,
.glance-slider .slick-next,
.glance-slider .slick-prev {
	width: 45px;
	height: 45px;
	border: 0.84px solid #3D3D3D;
	border-radius: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.spaces-slider .slick-prev:hover:before,
.collection-slider .slick-prev:hover:before,
.glance-slider .slick-prev:hover:before {
	left: -20px;
}

.spaces-slider .slick-next:hover:before,
.collection-slider .slick-next:hover:before,
.glance-slider .slick-next:hover:before {
	right: -20px;
}

.spaces-slider .slick-prev {
	left: -70px;
}

.spaces-slider .slick-next {
	right: -70px
}

.space-btn {
	margin-top: 60px;
}

/* APP SECTION */
section.app-section {
	padding: 128px 0 145px 0;
}

.app-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.app-left {
	width: 470px;
	margin-left: 170px;
}

.app-right {
	width: 380px;
	margin-left: 70px;
}

.app-left .image {
	position: relative;
	padding-top: 121.703%;
}

.app-left .image img {
	background: #D9D9D9;
	border-top-right-radius: 235px;
	border-bottom-right-radius: 235px;
	border-bottom-left-radius: 235px;
	width: 100%;
	position: absolute;
	inset: 0;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.app-right .heading {
	font-weight: 400;
	font-size: 45px;
	line-height: 1.556;
	letter-spacing: 1.3px;
	font-family: "wild_mangoregular";
	color: #F82B60;
}

.app-right .heading-group {
	margin-bottom: 46px;
}

.app-right .intro-description ul li {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 17px;
	padding-left: 30px;
	position: relative;
	display: flex;
	align-items: center;
}

.app-right .intro-description ul li:last-child {
	margin: 0;
}

.app-right .intro-description p {
	font-size: 25px;
	color: #696E77;
	line-height: 1.2;
}

.app-right .intro-description ul {
	margin-bottom: 27px;
}

.app-right .intro-description {
	margin-bottom: 49px;
}

.app-btn {
	width: 288px;
}

.app-btn .button {
	width: 100%;
	margin-bottom: 12px;
	padding: 12px 17px;
}

.app-btn .button:last-child {
	margin: 0;
}

.app-right .intro-description ul li:before {
	content: '\f058';
	font-family: 'FontAwesome';
	color: #FFBC10;
	opacity: 1;
	position: absolute;
	left: 0;
	vertical-align: middle;
	font-size: 20px;
}

.app-vector img {
	position: absolute;
	top: 0;
	right: 0;
}

.element img {
	position: absolute;
	bottom: 0;
	z-index: -1;
	left: 0;
	margin-left: 150px;
}

/* CTA */
.cta-wrap {
	padding: 102px 0 163px 0;
	background: #115695;
	border-radius: 40px;
	position: relative;
}

.cta-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.cta-row {
	margin: 0 auto;
	width: 870px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
}

.cta-row .heading {
	font-weight: 400;
	font-size: 45px;
	line-height: 1.556;
	letter-spacing: 1.3px;
	font-family: "wild_mangoregular";
}

.cta-row p {
	font-weight: 500;
	letter-spacing: 2.0px;
}

.cta-row .heading-group {
	margin-bottom: 27px;
}

.cta-row .intro-description {
	margin-bottom: 42px;
}

section.cta-section {
	padding: 126px 0;
}

/* INNER BANNER */
section.inner-banner {
	padding: 86px 0;
	background: #E1F7FF;
	margin-top: 38px;
}

section.inner-banner .heading {
	font-size: 50.21px;
	line-height: 1;
	text-transform: uppercase;
	font-family: "wild_mangoregular";
	font-weight: 400;
	color: #F82B60;
}

/* ABOUT PAGE */
section.aboutus-section {
	padding: 140px 0 166px 0;
}

.aboutus-section .right-part .inner-part {
	width: 88%;
}

.right-part .subheading {
	font-family: 'Gilroy', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 2.1px;
	text-transform: capitalize;
	margin-bottom: 18px;
	color: #000000;
}

.aboutus-section .right-part .heading {
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
}

.aboutus-section p {
	font-weight: 500;
	letter-spacing: 2.0px;
	line-height: 1.57;
	color: #000000;
}

.aboutus-section .intro-description {
	margin: 0 !important;
}

.aboutus-section .right-part .heading-group {
	margin-bottom: 18px;
}

.journey-section .img-block-row {
	justify-content: end;
}

.journey-section .left-part .image {
	padding-top: 126.49%;
}

.journey-section .right-part .inner-part {
	width: 85%;
}

.journey-section .intro-description {
	margin: 0;
}

.journey-section .right-part .heading {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
}

section.journey-section p {
	font-weight: 500;
	letter-spacing: 2.0px;
	line-height: 1.57;
	color: #000000;
}

section.values-section {
	padding: 124px 0 157px 0;
}

.values-wrap .heading {
	font-weight: 400;
	font-size: 50.21px;
	line-height: 1;
	text-transform: uppercase;
	color: #F82B60;
	font-family: "wild_mangoregular";
}

.values-wrap .heading-group {
	margin-bottom: 80px;
}

.values-wrap {
	padding: 0 60px;
}

.values-row {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.values-block {
	width: 25%;
	padding: 0 10px;
	margin: 10px 0;
}

.values-block>div {
	padding: 25px;
	background: #F82B60;
	border: 0.95px solid #FFFFFF;
	box-shadow: -5.27px -5.27px 10.53px 0px #FFFFFF4D;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	height: 100%;
	transition: 0.5s all;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.values-block>div:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: #000;
	z-index: -1;
	transition: 0.5s all;
	border-radius: 20px;
}

.values-block>div:hover:after {
	width: 100%;
	height: 100%;
}

.values-icon img {
	width: 58px;
	height: 58px;
	object-fit: contain;
	margin-bottom: 16px;
}

.values-name {
	font-weight: 400;
	font-size: 33.32px;
	line-height: 1.317226;
	letter-spacing: 1.3px;
	text-align: center;
	text-transform: capitalize;
	font-family: "wild_mangoregular";
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 0.95px solid #FFFFFF;
}

.values-block p {
	font-weight: 500;
	font-size: 17.79px;
	line-height: 1.57;
	letter-spacing: 1.8px;
}

.delivered-wrap {
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
	background: #EBEBEB;
	padding: 100px 100px 75px 100px;
	border-radius: 40px;
}

.delivered-wrap .heading {
	font-weight: 400;
	font-size: 50.21px;
	line-height: 1;
	text-transform: uppercase;
	font-family: "wild_mangoregular";
	color: #F82B60;
}

.delivered-wrap .heading-group {
	margin-bottom: 25px;
}

.delivered-wrap p {
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: 2.0px;
	color: #000000;
}

section.delivered-section {
	padding-bottom: 114px;
}

.delivered-element img:first-child {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -200px;
	z-index: 1;
}

.delivered-element img:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

/* CONATCT PAGE */
section.contact-section {
	padding: 140px 0 193px 0;
}

section.contact-section {
	padding: 140px 0 193px 0;
}

section.contact-section .right-part .heading {
	font-size: 50.21px;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

section.contact-section .right-part p {
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: 2.0px;
	color: #000000;
}

section.contact-section .right-part .heading-group {
	margin-bottom: 30px;
}

.contact-section .right-part {
	margin-left: 93px;
	width: 526px;
}

.contact-section .intro-description {
	margin: 0;
}

.form-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 0 42px;
}

.form-left {
	width: 600px;
	padding: 40px 48px;
	background: #FCFCFC;
	border: 1px solid #BCBCBC;
	border-radius: 8px;
}

.form-left .heading {
	font-size: 45px;
	line-height: 1.35556;
	letter-spacing: 0;
	font-family: "wild_mangoregular";
	font-weight: 400;
	color: #F82B60;
}

.form-left .heading-group {
	margin-bottom: 30px;
}

.form-rows {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.form-cols {
	width: 100%;
	padding: 0 15px;
	margin: 15px 0;
}

textarea {
	height: 180px;
}

.form-btn {
	position: relative;
	margin-top: 20px;
}

.wpcf7-submit {
	outline: none;
	font-family: 'Gilroy', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.24;
	padding: 13px 11px;
	border: 2px solid #EC1C24;
	text-transform: capitalize;
}

.form-right {
	width: 500px;
	margin-left: 105px;
}

.contact-block:not(:last-child) {
	margin-bottom: 30px;
}

.contact-inner {
	display: flex;
	align-items: flex-start;
}

.contact-block img {
	flex: 0 0 auto;
	margin-right: 50px;
	margin-top: 10px;
}

.contact-block label {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.70625;
	text-transform: uppercase;
	font-family: "wild_mangoregular";
	color: #F82B60;
	margin-bottom: 20px;
	display: block;
}

.contact-block p {
	font-weight: 500;
	color: #000;
	font-size: 25px;
	line-height: 1.5084;
}

.contact-block a {
	color: #000;
}

.contact-block a:hover {
	color: #F82B60;
}

section.map-section {
	padding: 167px 0 116px 0;
}

.map-content .heading {
	font-weight: 400;
	font-size: 50.21px;
	line-height: 1;
	text-transform: uppercase;
	color: #F82B60;
	font-family: "wild_mangoregular";
	margin-bottom: 15px;
}

.map-content p {
	font-weight: 600;
	font-size: 25px;
	line-height: 1.64;
	font-family: "Josefin Sans", sans-serif;
	color: #4A4A4A;
}

.map-content {
	margin-bottom: 116px;
}

.map iframe {
	width: 100%;
}

/* OUR PROJECTS */
.hospitality-section .right-part .inner-part {
	width: 91%;
}

.hospitality-section .right-part .intro-description {
	max-width: 526px;
}

section.aboutus-section.hospitality-section {
	padding: 140px 0 120px 0;
}

section.prove-section {
	padding: 85px 0;
	color: #fff;
}

.prove-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.prove-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.prove-bg .overlay {
	background: linear-gradient(270deg, rgba(69, 202, 255, 0.85) 17.19%, rgba(30, 30, 30, 0.85) 67.23%);
	mix-blend-mode: multiply;
}

.prove-row {
	width: 842px;
}

.prove-row .heading {
	font-weight: 400;
	font-size: 60px;
	line-height: 1;
	text-transform: uppercase;
	font-family: "wild_mangoregular";
}

.prove-row .heading-group {
	margin-bottom: 40px;
}

.prove-row p {
	font-size: 22px;
	line-height: 1.55;
	letter-spacing: 2.2px;
}

.glance-content .heading {
	font-weight: 400;
	font-size: 50.21px;
	line-height: 1;
	text-transform: uppercase;
	font-family: "wild_mangoregular";
	color: #F82B60;
	margin-bottom: 16px;
}

.glance-content p {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 2.4px;
	color: #242424;
}

.glance-content {
	width: 828px;
	margin: 0 auto;
	margin-bottom: 88px;
}

section.glance-section {
	padding: 136px 0 40px 0;
}

.glance-row {
	display: flex;
	flex-wrap: wrap;
	margin: -16px;
}

.glance-block {
	/* width: 33.33%; */
	padding: 0 16px;
	margin: 16px 0;
}

.glance-block>div {
	text-align: center;
	background: #FFBC10;
	min-height: 574px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.glance-block h3 {
	font-weight: 400;
	font-size: 42px;
	line-height: 1.28571;
	font-family: "wild_mangoregular";
	color: #242424;
	padding: 30px;
}

.glance-block:nth-child(4n+2)>div {
	background: #F82B6080;
}

.glance-block:nth-child(4n+3)>div {
	background: #45CAFF80;
}

.glance-block:nth-child(4n+4)>div {
	background: #FB95AF;
}

.glance-img {
	width: 100%;
	height: 100%;
}

.glance-img {
	position: relative;
	padding-top: 137.121%;
}

.glance-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

section.project-list-section {
	padding: 88px 0 45px 0;
	background: #E4F8FF;
}

.project-wrap .heading {
	font-weight: 400;
	font-size: 50.21px;
	line-height: 1;
	text-transform: uppercase;
	font-family: "wild_mangoregular";
	color: #F82B60;
}

.project-wrap .heading-group {
	margin-bottom: 54px;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table {
	width: 100%;
	color: #212529;
	border-collapse: separate;
	border-spacing: 0 15px;
}

.table thead tr {
	background: #FFBC10;
	text-align: left;
}

.table thead th {
	padding: 14px 12px;
	font-weight: 700;
	font-size: 30.5px;
	line-height: 1;
	vertical-align: middle;
}

.table tr {
	background: #fff;
}

.table td {
	padding: 15px 13px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Roboto", sans-serif;
	vertical-align: middle;
}

.professionals-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.professionals-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.professionals-bg .overlay {
	background: linear-gradient(360deg, rgba(255, 255, 255, 0.92) 2.94%, rgba(248, 43, 96, 0.92) 100%);
}

section.professionals-section {
	padding-top: 135px;
}

.professionals-row .heading {
	font-weight: 400;
	font-size: 50.21px;
	line-height: 1;
	text-transform: uppercase;
	font-family: "wild_mangoregular";
	color: #FFFFFF;
}

.professionals-row .heading-group {
	margin-bottom: 65px;
}

.professionals-row {
	margin: 0 auto;
	width: 828px;
}

.professionals-row .intro-description ul li {
	color: #fff;
	font-family: 'Gilroy', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 2.4px;
	padding: 20px 0;
	border-bottom: 2px solid #FFFFFF7A;
}

.professionals-row .intro-description ul li:first-child {
	padding-top: 0;
}

.professionals-row .intro-description ul li:last-child {
	padding-bottom: 0;
	border: none;
}

.professionals-row .intro-description {
	margin-bottom: 100px;
}

.professionals-wrap .delivered-wrap {
	background: #fff;
	padding: 77px 90px;
}

.delivered-wrap a {
	text-decoration: underline;
}

.professionals-section .delivered-element img:first-child {
	top: unset;
	bottom: 0;
	margin-bottom: 150px;
}

.professionals-section .delivered-element img:last-child {
	margin-bottom: 30px;
}

/* Wyndham Page */
section.project-list-section.wyndham-section {
	background: transparent;
	padding: 185px 0 120px 0;
}

section.project-list-section.wyndham-section .table tbody tr {
	background: #F9F9F9;
}

/* GLANCE PAGE */
.glance-page .glance-row {
	margin: -12px;
}

.glance-page .glance-block {
	width: 25%;
	padding: 0 12px;
	margin: 12px 0;
	position: relative;
}

.glance-page .glance-block>div {
	min-height: 428px;
}

.glance-block h3 {
	font-size: 31.36px;
	padding: 25px;
}

.glance-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.51) 100%);
	inset: 0;
}

h3.glance-name {
	position: absolute;
	color: #fff;
	bottom: 0;
}

.glance-page .glance-img {
	padding-top: 137.18%;
}

section.glance-section.glance-page {
	padding: 106px 0 128px 0;
}

ul.wp-block-list {
	padding-left: 30px;
	list-style: disc;
	margin-bottom: 30px;
}

ul.wp-block-list li {
	font-weight: 600;
}

ul.wp-block-list li:not(:last-child) {
	margin-bottom: 6px;
}

h2.wp-block-heading {
	font-size: 37px;
	line-height: 1;
	font-family: "wild_mangoregular";
	font-weight: 400;
	color: #F82B60;
	margin-bottom: 18px;
}

.normal-content a {
	text-decoration: underline;
}

/*  */
.pagination-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
}

.pagination-controls button {
	padding: 8px 16px;
	border-radius: 8px;
	background: white;
	border: 1px solid #ccc;
	font-size: 15px;
	cursor: pointer;
	transition: 0.2s;
}

.pagination-controls button.active {
	background-color: #ff2e63;
	color: white;
	border-color: #ff2e63;
}

.pagination-controls button.disabled {
	pointer-events: none;
	opacity: 0.4;
}

.pagination-controls button:hover:not(.active):not(.disabled) {
	background-color: #f0f0f0;
}

.pagination-controls span {
	padding: 8px 10px;
	color: #888;
}

/* CASEGOOD */
.casegood-list li:nth-child(even) .img-block-row {
	flex-direction: row-reverse;
}

.casegood-list li:nth-child(even) .img-block-row .left-part .image img {
	border-radius: 277px 3px 3px 3px;
}

.casegood-list li:nth-child(even) .img-block-row .right-part {
	margin-left: 0;
	margin-right: 90px;
}

.casegood-list li:not(:last-child) {
	margin-bottom: 100px;
}

section.casegood-made {
	background: #FFBC10;
	padding: 65px 0;
}

.made-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.made-right .heading {
	font-size: var(--font-45);
	color: #000;
	font-family: "wild_mangoregular", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

ul.made-list {
	width: 53%;
	border-radius: 40px 0 40px 0;
	overflow: hidden;
}

.made-right {
	width: 20.38%;
	margin-left: 70px;
	/* text-align: center; */
}

ul.made-list li:not(:last-child) {
	margin-bottom: 3px;
}

ul.made-list li>div {
	width: 100%;
	background: rgb(255 238 193 / 70%);
	padding: 15px 140px 15px 85px;
	display: flex;
	align-items: flex-start;
}

ul.made-list li>div img {
	margin-top: 10px;
	margin-right: 15px;
	flex: 0 0 auto;
}

ul.made-list li>div p {
	line-height: 1.3;
	color: #000;
	font-weight: 500;
}

ul.made-list li:first-child>div {
	padding-top: 30px;
}

ul.made-list li:last-child>div {
	padding-bottom: 30px;
}

.hospitality .heading {
	width: 70%;
	margin: 0 auto;
}

.hospitality .delivered-wrap {
	padding: 100px 80px 50px 80px;
}

.hospitality .delivered-wrap p {
	letter-spacing: 1.8px;
}

.case-collection {
	padding: 125px 0;
}

.collection-block:nth-child(3n + 1) {
	background-color: #4ac3f7;
	/* Color for 1, 4, 7, ... */
}

.collection-block:nth-child(3n + 2) {
	background-color: #f83b6d;
	/* Color for 2, 5, 8, ... */
}

.collection-block:nth-child(3n + 3) {
	background-color: #f9c22e;
	/* Color for 3, 6, 9, ... */
}

.case-collection-row .heading {
	text-align: center;
	margin-bottom: 80px;
	color: #F82B60;
	font-size: var(--font-50);
	font-weight: 500;
}

.collection-block {
	padding: 20px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 65px;
}

.collection-block:last-child {
	margin-bottom: 0;
}

.collection-slider-image img {
	width: 100%;
	height: 100%;
}

.collection-slider .slick-prev {
	left: -95px;
}

.collection-slider .slick-next {
	right: -95px;
}

.slick-list.draggable {
	width: 100%;
}

.collection-slider {
	width: 100%;
	max-width: 100%;
}

.collection-slider-image {
	width: 100%;
}

.collection-content {
	text-align: center;
	color: #fff;
	padding: 20px;
}

.collection-name {
	line-height: 1.2;
	margin-bottom: 10px;
}

/* SITTING PAGE */
section.product-grid-section {
	padding: 100px 0;
}

.gap3-subcategory:not(:last-child) {
	margin-bottom: 100px !important;
}

.gap3-product p {
	font-size: var(--font-18);
	font-family: 'test_domaine_display' !important;
	font-weight: 400 !important;
}

.gap3-buttons {
	margin-top: 50px;
	/*     display: flex;
	justify-content: center; */
	text-align: center;
}

.gap3-buttons .button:not(:last-child) {
	margin-right: 10px;
}

.gap3-buttons .button,
.option-btn .button {
	border-radius: 8px;
	border: 1px solid #f84372;
	padding: 15px 50px;
	min-width: 178px;
}

.gap3-product {
	border: 1px solid rgb(134 134 134 / 29.8%) !important;
}

.product-image {
	background: #F2F2F3 !important;
	border: 1px solid #C1C1C1 !important;
	margin: -31px -31px 30px -31px;
}

/* .gap3-category-container{
position:relative;
}
.loading {
display: flex; justify-content: center; align-items: center;
border-top-color: #38b2ac !important;
animation: spin 1s linear infinite;
border-radius: 9999px !important;
font-size:0 !important;
}
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } */

/* SPC FLOORING */
.features-row .heading,
.application .heading,
.flooring-option-row .heading,
.option-heading,
.wilroma-plus-row .heading,
.explore-row .heading,
.wilroma-diagram-row .heading,
.why-cabinet-content .heading,
.door .heading {
	font-size: var(--font-50);
	color: #F82B60;
	text-align: center;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'wild_mangoregular';
	position: relative;
}

.features-row .heading-group {
	width: 40%;
	margin: 0 auto;
	margin-bottom: 70px;
}

ul.feature-list {
	display: flex;
	flex-wrap: wrap;
	margin: -25px;
}

ul.feature-list li {
	width: 20%;
	padding: 0 25px;
	margin: 25px 0;
}

ul.feature-list li:nth-child(odd) .feature-block {
	background: rgb(255 188 16 / 70%);
}

ul.feature-list li:nth-child(odd) .feature-block .feature-icon {
	border: 10px solid #ffbc10;
}

.feature-block:hover .feature-icon img {
	filter: invert(1);
	transition: 0.5s all;
}

ul.feature-list li:nth-child(odd) .feature-block:hover .feature-icon {
	background: rgb(255 188 16 / 70%);
	border-color: #fff;
}

ul.feature-list li:nth-child(odd) .feature-block .feature-icon:after {
	content: "";
	background: #BE8D12;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 100%;
	margin-bottom: -15px;
}

.feature-block {
	padding: 10px;
	border-radius: 366px 366px 50px 50px;
	height: 100%;
	text-align: center;
	transition: 0.5s all;
}


.feature-icon {
	height: 155px;
	width: 155px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	margin-bottom: 10px;
	transition: 0.5s all;
}

.feature-icon img {
	width: 87px;
	height: 87px;
	object-fit: contain;
}

.feature-bottom {
	width: 81%;
	margin: 0 auto;
}

.feature-name {
	font-size: var(--font-16);
	line-height: 1.2;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

ul.feature-list li:nth-child(even) .feature-block {
	background: rgb(6 117 160 / 70%);

}

ul.feature-list li:nth-child(even) .feature-block .feature-icon {
	border: 10px solid #0675A0;
}

ul.feature-list li:nth-child(even) .feature-block:hover .feature-icon {
	background: rgb(6 117 160 / 70%);
	border-color: #fff;
}

ul.feature-list li:nth-child(even) .feature-block .feature-icon:after {
	content: "";
	background: #0675A0;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 100%;
	margin-bottom: -15px;
}

section.application {
	background: #FEE3EA;
	padding: 60px 0;
}

ul.application-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 60px;
	padding-bottom: 0 !important;
}

ul.application-list li {
	width: 25%;
}

.application-bottom {
	width: 84%;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
}

.application-block:before {
	content: "";
	background: #1ABEFF;
	box-shadow: 0px -6.85px 8.22px rgba(0, 0, 0, 0.25);
	/* padding: 70px; */
	transform: rotate(47deg);
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: 20px;
}

ul.application-list li:nth-child(odd) .application-block:before {
	background: #FFBC10;
}

.application-block {
	position: relative;
	z-index: 1;
	text-align: center;
	align-items: center;
	display: flex;
	/* justify-content: center; */
	padding: 55px;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.application-icon {
	width: 78px;
	height: 78px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.application-name p {
	font-size: var(--font-20);
	color: #000;
	text-align: center;
	line-height: 1;
}

.application-block:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120%;
	height: 10px;
	background: radial-gradient(49.79% 120.42% at 50% 115.47%, #000100 0%, rgba(0, 1, 0, 0) 100%);
	opacity: 0.3;
}

section.application:after {
	content: "";
	background: #FBC9D6;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 95px;
	z-index: 0;
}

.application-icon img {
	width: 100%;
	height: 100%;
}

/* FLOORING SCORE */
.score-bg {
	position: absolute;
	inset: 0;
	width: 100%;
}

.score-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.flooring-score-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

span.img-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	background: rgb(0 101 141 / 51%);
}

.score-image {
	width: 23%;
}

.score-image img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.score-description {
	width: 45%;
	margin-left: 50px;
}

.score-description p {
	color: #fff;
	font-weight: 400;
	font-size: var(--font-22);
	line-height: 1.5;
}

/* FLOORING OPTION */
.flooring-option-row .heading-group {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 140px;
}

.flooring-option-row .heading:after {
	content: "";
	background: #1ABEFF;
	width: 132px;
	position: absolute;
	height: 5px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	margin-bottom: -25px;
	border-radius: 16px;
}

.option-heading {
	color: #FFBC10;
	margin-bottom: 10px;
	line-height: 1;
	text-transform: uppercase;
}

.option-detail {
	font-size: var(--font-25);
	color: #444444;
	line-height: 1.2;
}

.option-top {
	text-align: center;
	margin-bottom: 20px;
}

.option-left {
	width: 52%;
	position: relative;
	/* padding-right: 50px; */
	/* height: 100%; */
}

.option-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
}

.option-content {
	width: 45%;
	padding-top: 100px;
}

.option-block:nth-child(even) .option-inner {
	flex-direction: row-reverse;
}

.option-block:nth-child(even) .option-inner .option-image img,.swatch-image img {
}

.option-block:not(:last-child) {
	margin-bottom: 100px;
}

.option-btn {
	margin-top: 70px;
	text-align: center;
}

.option-image {
	position: relative;
	height: 100%;
	width: 100%;
	/* padding-right: 20px; */
}

.option-image:after {
	content: "";
	background: #FFBC10;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 146%;
	height: 59%;
	z-index: -1;
	margin-left: -300px;
}

.option-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0 210px 0 0;
}

.option-block:nth-child(even) .option-inner {
	flex-direction: row-reverse;
}

.option-block:nth-child(even) .option-inner .option-image:after,.swatch-image:after {
	margin-left: unset;
	left: unset;
	right: 0;
	right: 0;
	margin-right: -300px;
}

.option-block:nth-child(even) .option-inner .option-image {
	/* 	padding-left: 30px; */
	padding-right: 0;
}

.option-block:nth-child(even) .option-inner .option-image img,.swatch-image img {
	border-radius: 210px 0 0 0;
}

.key-heading {
	background: #1ABEFF;
	padding: 10px 20px;
	width: fit-content;
	border-radius: 0 20px 0 0;
	color: #000;
	font-size: var(--font-25);
	font-family: 'wild_mangoregular';
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 20px;
}

.key {
	margin-bottom: 40px;
}

.coverage.key {
	margin: 0;
}

.option-content span {
	color: #f82b60;
}

ul.key-list li:not(:last-child) {
	margin-bottom: 5px;
}

.image {
	position: relative;
	padding-top: 100%;
	width: 100%;
}

.image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.option-image .image {
	padding-top: 110%;
}

.option-content p {
	line-height: 1.5;
	font-weight: 700;
}

ul.key-list li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-right: 10px;
	flex: 0 0 auto;
	font-size: var(--font-18);
}

.key-list li {
	position: relative;
	display: flex;
	align-items: flex-start;
}

/* WILROMA PLUS */
.wilroma-plus-row {
	background: #E1F7FF;
	border: 2px solid #69D6FF;
	border-radius: 43px;
	padding: 70px;
}

.wilroma-plus-row .intro-description p {
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.wilroma-plus-row .intro-description,
.intro-description {
	margin-bottom: 50px;
}

.wilroma-table {
	max-width: 825px;
	margin: 0 auto;
}

.wilroma-table td {
	padding: 15px;
	border: 1.2px solid #000000;
	font-weight: 500;
	color: #212529;
}

.wilroma-table table {
	border-spacing: 0;
	border: 1px solid #000;
	width: 100%;
}

.wilroma-plus-row .heading {
	color: #000;
	margin-bottom: 20px;
}

.wilroma-table tr {
	border: 1px solid #000;
}

.diagram-image {
	width: 100%;
}

.diagram-image img {
	width: 100%;
	height: 100%;
}

.explore {
	padding: 70px 0;
	background: #FEE3EA;
}

.explore-row .heading {
	width: 60%;
	margin: 0 auto;
}

.heading-group {
	margin-bottom: 30px;
}

ul.explore-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -10px;
}

ul.explore-list li {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}

.explore-block {
	height: 100%;
	border: 1.5px solid #000;
}

.explore-name {
	padding: 10px;
	background: #FFBC10;
	text-align: center;
	font-size: var(--font-18);
	font-weight: 600;
	color: #1E1E1E;
	line-height: 1.5;
}

.explore-image {
	width: 100%;
}

.explore-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.explore-row .heading-group {
	margin-bottom: 70px;
}

.wilroma-diagram-row .heading {
	width: 80%;
	margin: 0 auto;
}

.explore-name span {
	display: block;
	font-weight: 400;
}

.table-heading {
	margin-bottom: 20px;
	font-size: var(--font-20);
	font-weight: 700;
}

/*  */
.collection-btn {
	margin-top: 50px;
}

.mhd-block>div a {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* Modal */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	overflow-y: auto;
	/* transform: translate(-50%, -50%); */
}

.modal-content {
	background: #fff;
	max-width: 800px;
	/* margin: 0 auto; */
	padding: 50px;
	border-radius: 10px;
	position: relative;
	top: 50%;
	left: 50%;
	width: 100%;
	/* height: 100%; */
	/* background: rgba(0, 0, 0, 0.6); */
	/* z-index: 9999; */
	/* overflow-y: auto; */
	transform: translate(-50%, -50%);
}

.close {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	position: absolute;
	top: 20px;
	right: 30px;
}

.modal-header h3 {
	font-weight: 400;
	font-size: 37.47px;
	line-height: 1.3170536;
	letter-spacing: 1.5px;
	text-transform: capitalize;
	font-family: "wild_mangoregular";
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1.07px solid #000000;
	color: #01294E;
	text-align: center;
}

.modal-header h3 br {
	display: none;
}

/*  */
.slick-slide:not(.slick-cloned):nth-child(4n+2) .glance-block>div {
	background: #F82B6080;
}

.slick-slide:not(.slick-cloned):nth-child(4n+3) .glance-block>div {
	background: #45CAFF80;
}

.glance-slider .slick-prev {
	left: -70px;
}

.glance-slider .slick-next {
	right: -70px;
}

.glance-slide>div {
	text-align: center;
	min-height: 574px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.glance-slide {
	padding: 0 16px;
	margin: 16px 0;
}


.glance-slide h3 {
	font-size: 31.36px;
	padding: 25px;
	font-weight: 400;
	line-height: 1.28571;
	font-family: "wild_mangoregular";
}

.glance-slider {
	margin: -16px;
}

.glance-slide>div a {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.address-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 30px;
	margin: -10px;
	margin-top: 60px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.address-block {
	width: 25%;
	margin: 10px 0;
	padding: 0 10px;
}

.address-block>div {
	display: flex;
	align-items: flex-start;
	font-weight: 500;
	font-size: 18.33px;
	line-height: 1.27;
	/* margin-bottom: 40px; */
	font-family: "Inter", sans-serif;
	color: #D1D1D1;
}

.address-block img {
	flex: 0 0 auto;
	width: fit-content;
	height: max-content;
	margin-right: 20px;
	position: relative;
	top: 1px;
}

.address-block span {
	display: block;
	color: #fff;
	margin-bottom: 6px;
}

.footer-bot {
	position: relative;
}

.copyright {
	text-align: center;
	position: absolute;
	bottom: 0;
	margin-bottom: 30px;
	left: 0;
	right: 0;
}

/*  */
.hotel-block>div:hover {
	transform: scale(1.015);
	background: linear-gradient(180deg, #1ABEFF 15%, rgb(255 255 255) 70%);
}

.hotel-block>div {
	overflow: hidden;
}

.bar {
	width: 34px;
	height: 3px;
	background-color: #F82B60;
	margin: 3px 0;
	display: inline-block;
	margin-left: auto;
	border-radius: 5px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	cursor: pointer;
	z-index: 99;
}

.bar:first-child {
	width: 24px;
}

.bar:last-child {
	width: 17px;
}

span.bar.animate.bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
	width: 34px;
}

span.bar.animate.bar:nth-child(2) {
	opacity: 0;
}

span.bar.animate.bar:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -8px);
	width: 34px;
}

.menu .sub-menu li ul.sub-menu {
	position: absolute;
	top: -5px;
	left: 100%;
	opacity: 0;
	visibility: hidden;
}

.menu .sub-menu li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.menu ul.sub-menu li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu ul.sub-menu li a:after {
	transform: rotate(-90deg);
}

section.journey-section .left-part .image img {
	border-radius: 0;
}

.product-image img {
	margin: 0 auto;
}

.shine-hover {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.shine-hover img {
	display: block;
	transition: transform 0.6s ease;
}

.shine-hover::after {
	content: "";
	position: absolute;
	top: 0;
	left: -83%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.6) 50%,
			rgba(255, 255, 255, 0) 100%);
	transform: skewX(-25deg);
	transition: left 0.8s ease;
}

.shine-hover:hover::after {
	left: 133%;
}

.mhd-block>div:hover {
	box-shadow: inset 0 0 25px 0px #9B9B9B;
}

/* KITCHEn CABINET */
.why-cabinet-content .heading {
	text-align: left;
	width: 68%;
}

ul.why-cabinet-list li:not(:last-child) {
	margin-bottom: 20px;
}

ul.why-cabinet-list p {
	font-weight: 500;
	color: #000;
	display: flex;
}

ul.why-cabinet-list p i {
	margin-top: 5px;
	margin-right: 15px;
}

.door .intro-description {
	width: 58%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 70px;
}

ul.door-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

ul.door-list li {
	width: 25%;
	margin: 10px 0;
	padding: 0 10px;
}

.door-content {
	text-align: center;
	padding: 20px;
	color: #000;
}

.door-block {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.door-icon .image {
	padding-top: 140%;
}

.door-icon {
	margin-bottom: 10px;
}

.door-name {
	color: #141414;
	font-size: var(--font-30);
}

.door-content p {
	line-height: 1.2;
}

.cabinet {
	background: #FEE3EA;
	padding-bottom: 30px !important;
}

ul.cabinet-list {
	display: flex;
	flex-wrap: wrap;
	/* width: 100%; */
	margin: -10px -25px;
}

ul.cabinet-list li {
	width: 50%;
	margin: 10px 0;
	padding: 0 25px;
	/* border-bottom: 2px solid #000; */
	position: relative;
}

.cabinet-block {
	display: flex;
	align-items: center;
	height: 100%;
	padding-bottom: 20px;
	/* border-bottom: 2px solid #000; */
}

ul.cabinet-list li:nth-child(odd) .cabinet-block {
	flex-direction: row-reverse;
}

.cabinet-icon {
	width: 20%;
	flex: 0 0 auto;
	margin-right: 50px;
}

.cabinet-icon img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

ul.cabinet-list li:nth-child(odd) .cabinet-block .cabinet-icon {
	margin-right: 0;
	margin-left: 50px;
}

ul.cabinet-list li:after {
	content: "";
	border-bottom: 1px solid rgb(0 0 0 / 40%);
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

ul.cabinet-list li:nth-child(odd) .cabinet-block .cabinet-content {
	width: 47%;
	text-align: right;
}

.cabinet-content {
	width: 60%;
}
.cabinet-bottom{
	margin-top:30px;
}
.swatch-image img {
    border-radius: 210px 0px 0 0;
}

.swatch .option-content {
    width: 35%;
}
.cabinet-row .heading {
    margin-bottom: 20px;
}
ul.kitchen-app-list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

ul.kitchen-app-list li {
    width: 25%;
    padding: 0 20px;
    margin: 20px 0;
}

.kitchen-app-icon {
    width: 120px;
    background: #1ABEFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.kitchen-app-icon img {
    width: 65px;
    height: 65px;
}

.kitchen-app-content p{
    text-align: center;
    color: #000;
    line-height: 1.5;
}
.kitchen-app-content {
    width: 74%;
    margin: 0 auto;
}