* {
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden;
}

html {
	-webkit-text-size-adjust: 100%;
}

.mobNavArea,
.mobNavMenuContent {
	display: none;
}

@media screen and (max-width: 833px) {
	html {
		font-size: calc(100vw / 750);
	}
}

@media screen and (min-width: 834px) and (max-width: 1024px) {
	html {
		font-size: calc(100vw / 1600);
	}
}

/* 1601 */
@media screen and (min-width: 1025px) {
	html {
		font-size: calc(100vw / 1920);
	}
}


a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	user-select: none;
	outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
	outline: none;
	box-shadow: none;
}

button {
	border: none;
	background-color: transparent;
	color: inherit;
	padding: 0;
	margin: 0;
	outline: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-align: inherit;
	text-decoration: none;
	text-transform: none;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	text-shadow: none;
	list-style: none;
	cursor: pointer;
}

input,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

@font-face {
	font-family: 'pm';
	src: url('../font/Poppins-Medium.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'psb';
	src: url('../font/Poppins-SemiBold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'pb';
	src: url('../font/Poppins-Bold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


body {
	background: #151412;
}

html::-webkit-scrollbar {
	width: 2px;
}

html::-webkit-scrollbar-track {}

html::-webkit-scrollbar-thumb {}

html {
	scrollbar-width: thin;
}

/* Anchor offset for fixed header */
#aboutMyreSection,
#offersSection,
#servicesSection,
#connectWithUsSection,
#contactFormSection {
	scroll-margin-top: 175rem;
}

#contactFormSection {
	scroll-margin-top: 235rem;
}

#whoWeServeSection {
	scroll-margin-top: 230rem;
}


.pageArea {
	width: 1920rem;
	padding-top: 175rem;
}

.mobBr {
	display: none;
}

.padBr {
	display: none;
}

/* nav start */
.mobNavArea {
	display: none;
}

.navArea {
	width: 1920rem;
	height: 175rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	position: fixed;
	top: 0;
	z-index: 999999;

	background: #151412;
}

.navContent {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40rem;
}

.navLinkContent {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navLinkItem {
	font-family: 'pm';
	font-weight: 500;
	font-size: 16rem;
	color: #FFFFFF !important;
	margin-right: 40rem;
}

.navPhoneContent {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 40rem;
}

.navPhoneIcon {
	width: 24rem;
	height: 24rem;
	margin-right: 8rem;
}

.navPhoneTxt {
	font-family: 'psb';
	font-weight: 500;
	font-size: 16rem;
	color: #FFFFFF;
}

.connectWithUsBtn {
	width: 165rem;
	height: 40rem;
	border: 1rem solid #D4B6A2;

	font-family: 'pb';
	font-weight: 500;
	font-size: 16rem;
	color: #D4B6A2 !important;

	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 72rem;

	cursor: pointer;
}

.MYREAccessBtn {
	width: 140rem;
	height: 40rem;
	background: #B58A69;

	font-family: 'pb';
	font-weight: 500;
	font-size: 16rem;
	color: #000000;

	display: flex;
	justify-content: center;
	align-items: center;

	cursor: pointer;
}

.logoImg {
	width: 184rem;
	height: 55rem;
	margin-bottom: 32rem;
}

/* nav end */

/* footer start */
.footerArea {
	width: 1920rem;
	padding: 96rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footerLogo {
	width: 136rem;
	height: 40rem;
	margin-bottom: 32rem;
}

.footerLink {
	height: 18rem;
	font-family: 'pm';
	font-weight: 500;
	font-size: 12rem;
	color: #FFFFFF !important;
	text-align: center;
	margin-bottom: 8rem;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.footerLink:last-child {
	margin-bottom: 0;
}

.xmediaImg {
	object-fit: cover;
	height: 10rem;
	margin-left: 8rem;
}
/* footer end */

/* home start */
.firstArea {
	width: 100%;
	height: 800rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.firstBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
	z-index: -1;
}

.heimo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
	pointer-events: none;
}

.firstContent {
	width: 720rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 9;
}

.titleName-1 {
	font-family: 'pb';
	font-weight: bold;
	font-size: 32rem;
	color: #D4B6A2;
	letter-spacing: 7rem;
	text-align: center;
	margin-bottom: 16rem;
	text-transform: uppercase;
}

.titleNameFu-1 {
	font-family: 'pm';
	font-weight: 500;
	font-size: 18rem;
	color: #D4B6A2;
	text-align: center;
	margin-bottom: 48rem;
	text-transform: uppercase;
}

.detailTxt-1 {
	width: 720rem;
	font-family: 'pm';
	font-weight: 500;
	font-size: 18rem;
	color: #FFFFFF;
	letter-spacing: 1rem;
	text-align: center;
	margin-bottom: 32rem;
}

.mb48 {
	margin-bottom: 48rem !important;
}

.aacBtn {
	width: 220rem;
	height: 40rem;
	background: #B58A69;
	font-family: 'psb';
	font-weight: 500;
	font-size: 16rem;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.secondArea {
	width: 100%;
	padding: 96rem 0 192rem 0;
	position: relative;
	background-color: #292929;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.secondContent {
	width: 720rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 9;
}

.secondBg {
	width: 700rem;
	height: 590rem;
	position: absolute;
	left: auto;
	top: 160rem;
	z-index: 1;
}

.titleName-2 {
	font-family: 'pb';
	font-weight: bold;
	font-size: 32rem;
	color: #D4B6A2;
	letter-spacing: 7rem;
	text-align: center;
	margin-bottom: 48rem;
	text-transform: uppercase;
}

.detailTxt-2 {
	width: 720rem;
	font-family: 'pm';
	font-weight: 500;
	font-size: 18rem;
	color: #FFFFFF;
	letter-spacing: 1rem;
	text-align: center;
	margin-bottom: 48rem;
}

.mb0 {
	margin-bottom: 0 !important;
}

.titleName-3 {
	font-family: 'pb';
	font-weight: bold;
	font-size: 24rem;
	letter-spacing: 5rem;
	color: #D4B6A2;
	text-align: center;
	margin-bottom: 48rem;
	text-transform: uppercase;
}

.secondUlContent {
	margin-bottom: 48rem;
	font-family: 'pm';
	font-weight: 500;
	font-size: 18rem;
	color: #FFFFFF;
	letter-spacing: 2rem;
	text-align: center;
	line-height: 32rem;
	padding-top: 48rem;
}

.secondUlContent div {
	margin: 8rem 0;
}

.logoImg3 {
	width: 82rem;
	height: 24rem;
	margin-top: 156rem;
	margin-bottom: 150rem;
}

.threeArea {
	background-color: #FFF;
	padding: 96rem 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.threeBg {
	width: 688rem;
	height: 580rem;
	position: absolute;
	top: 390rem;
	left: auto;
	right: auto;
	z-index: 1;
}

.threeContent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 9;
}

.titleName-4 {
	font-family: 'pb';
	font-weight: bold;
	font-size: 32rem;
	color: #B58A69;
	letter-spacing: 7rem;
	text-align: center;
	margin-bottom: 8rem;
	text-transform: uppercase;
}

.threeXuTitle {
	width: 100%;
	font-family: 'pb';
	font-weight: bold;
	font-size: 18rem;
	color: #000000;
	text-align: center;
	margin-bottom: 8rem;
}

.threeXuDetail {
	width: 100%;
	font-family: 'pm';
	font-weight: 500;
	font-size: 18rem;
	color: #000000;
	letter-spacing: 8%;
	text-align: center;
	margin-bottom: 48rem;
}

.sixthArea {
	padding: 96rem 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sixthContent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.titleName-5 {
	font-family: 'pb';
	font-weight: bold;
	font-size: 32rem;
	color: #D4B6A2;
	letter-spacing: 5rem;
	text-align: center;
	margin-bottom: 8rem;
	text-transform: uppercase;
}

.sixthDetailTxt {
	width: 100%;
	font-family: 'pm';
	font-weight: 500;
	font-size: 18rem;
	color: #FFFFFF;
	letter-spacing: 2rem;
	text-align: center;
	margin-bottom: 48rem;
}

.cwuBtn {
	width: 164rem;
	height: 40rem;
	background: #B58A69;
	font-family: 'psb';
	font-weight: 500;
	font-size: 16rem;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.fifthArea {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.fifthBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 1;
}

.fifthContent {
	padding: 96rem 0;
	position: relative;
	z-index: 2;
}

.titleName-6 {
	font-family: 'pb';
	font-weight: bold;
	font-size: 32rem;
	color: #D4B6A2;
	letter-spacing: 5rem;
	text-transform: uppercase;
	margin-bottom: 48rem;
	text-align: center;
}

.fifthDetailTxt {
	font-family: 'pm';
	font-weight: 500;
	font-size: 18rem;
	color: #FFFFFF;
	letter-spacing: 2rem;
	text-align: center;
	margin-bottom: 64rem;
}

.fifthForm {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fifthFormTitle {
	font-family: 'pm';
	font-weight: 500;
	font-size: 16rem;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 6rem
}

.fifthFormInput {
	width: 368rem;
	height: 32rem;
	background: #F9F9F9;
	margin-bottom: 24rem;
	justify-content: center;
	color: #000000;
	padding: 0 16rem;
	font-size: 16rem;
	font-family: 'pm';
	text-align: center;
}

.fifthFormArea {
	width: 368rem;
	height: 67rem;
	background: #F9F9F9;
	padding: 16rem;
	justify-content: center;
	color: #000000;
	font-size: 16rem;
	font-family: 'pm';
	text-align: center;
	margin-bottom: 48rem;
}

.fifthFormSendBtn {
	width: 125rem;
	height: 40rem;
	background: #B58A69;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'psb';
	font-size: 16rem;
	color: #000000;
	font-weight: 500;
}
/* home end */


/* Privacy Policy start */
.pageDetailInfoArea {
	width: 1920rem;
	height: 687rem;
	background: #292929;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pageDetalInfoBg {
	width: 475rem;
	height: 400rem;
	position: absolute;
	top: 144rem;
	left: auto;
	right: auto;
	z-index: 1;
}

.pageDetailInfoContent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 9;
}

.pageTitle {
	font-family: 'pb';
	font-weight: bold;
	font-size: 32rem;
	color: #D4B6A2;
	letter-spacing: 7rem;
	text-align: center;
	margin-bottom: 32rem;
	text-transform: uppercase;
}

.pageDetailTxt {
	width: 100%;
	font-family: 'pm';
	font-weight: 500;
	font-size: 18rem;
	color: #FFFFFF;
	letter-spacing: 8%;
	text-align: center;
	margin-bottom: 32rem;
}

.pageDetailTxt:last-child {
	margin-bottom: 0;
}

.pageMainArea {
	background-color: #FFF;
	padding: 96rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.pageMainContent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.infoItem {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 48rem;
}

.infoItem:last-child {
	margin-bottom: 0;
}

.infoTitle {
	font-family: 'pb';
	font-weight: bold;
	font-size: 24rem;
	color: #000000;
	letter-spacing: 5rem;
	text-align: center;
	margin-bottom: 8rem;
}

.infoDetail {
	width: 100%;
	font-family: 'pm';
	font-weight: 500;
	font-size: 18rem;
	color: #000000;
	text-align: center;
	margin-bottom: 32rem;
	letter-spacing: 8%;
}

.infoDetail span {
	font-family: 'pb';
	font-weight: bold;
}

.infoDetailMb {
	margin-bottom: 32rem;
}

.infoDetail:last-child {
	margin-bottom: 0;
}

.infoEmail {
	font-family: 'pm' !important;
	text-decoration: underline;
	font-weight: 500 !important;
}

.pageMainAreaBg {
	object-fit: cover;
	width: 698rem;
	height: 589rem;
	position: absolute;
	top: auto;
	left: auto;
}

.italic {
	font-style: italic;
}
/* Privacy Policy end */

/* tip start */
.popArea {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999999;
	background: rgba(0,0,0,0.6);
}

.popContent {
	width: 431rem;
	height: 250rem;
	background: #FFFFFF;
	box-shadow: 0px 15rem 40rem 0px rgba(0,0,0,0.1);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.popSuccessIcon {
	width: 68rem;
	height: 68rem;
	margin-bottom: 8rem;
}

.popErrorIcon {
	width: 68rem;
	margin-bottom: 8rem;
}

.popCloseIcon {
	width: 32rem;
	height: 32rem;
	position: absolute;
	top: 24rem;
	right: 24rem;
	cursor: pointer;
}

@font-face {
	font-family: 'pbk';
	src: url('../font/Poppins-Black.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.popTxt {
	width: 224rem;
	font-family: 'pbk';
	font-weight: 900;
	font-size: 18rem;
	color: #000000;
	text-align: center;
	
	margin-bottom: 16rem;
}

.popOkBtn {
	width: 367rem;
	height: 40rem;
	background: #B58A69;
	display: flex;
	justify-content: center;
	align-items: center;
	
	
	font-family: 'psb';
	font-weight: 500;
	font-size: 16rem;
	color: #000000;
	cursor: pointer;
}
/* tip end */