@font-face {
  font-family: "Bembo STD Regular";
  src: url("https://uniassets.blob.core.windows.net/dhgd-v2-masters/Hyatt/ParkHyatt/fonts/BemboStd.otf");
}

@font-face {
  font-family: "Bembo STD Semibold";
  src: url("https://uniassets.blob.core.windows.net/dhgd-v2-masters/Hyatt/ParkHyatt/fonts/BemboStd-Semibold.otf");
}

@font-face {
  font-family: "Didot";
  src: url("https://uniassets.blob.core.windows.net/dhgd-v2-masters/Hyatt/ParkHyatt/fonts/Didot.ttc");
}

@font-face {
  font-family: "Futura STD Book";
  src: url("https://uniassets.blob.core.windows.net/dhgd-v2-masters/Hyatt/ParkHyatt/fonts/FuturaStd-Book.otf");
}

@font-face {
  font-family: "Futura STD Heavy";
  src: url("https://uniassets.blob.core.windows.net/dhgd-v2-masters/Hyatt/ParkHyatt/fonts/FuturaStd-Heavy.otf");
}

@font-face {
  font-family: "Material Icons";
  src: url("https://uniassets.blob.core.windows.net/dhgd-v2-masters/General-Assets/fonts/MaterialSymbolsOutlined.ttf");
}

body {
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  color: #000000;
  font-size: 16px;
  font-family: "Bembo STD Regular";
}

nav {
  width: 105%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

img {
  width: 100%;
}

ul, ol {
  margin: 0px auto 0px auto;
  padding: 0px auto auto 20px;
}

a {
  font-family: 'Bembo STD Semibold';
  color: #663333;
}

strong {
  font-family: 'Bembo STD Semibold';
  text-transform: uppercase;
  color: #A29061;
  letter-spacing: 0.5px;
}

section {
  margin-bottom: 30px;
  overflow-wrap: break-word;
  border: 1px #A29061 solid;
  width: 90%;
  padding: 25px 15px 25px 15px;
  border-top: 0px;
  box-shadow: 0 5px 4px -4px #000000b7;
}

h3{
  font-family: 'Bembo STD Semibold';
}

/******* DO NOT DELETE *********/
.u-compat-p {
  margin: 1em 0 1em 0;
}

.u-compat-p ul,
.u-compat-p ol {
	padding-top: 0px;
}

.u-compat-h1  {
  font-size: 2em;
  margin: 0.67em 0 0.67em 0;
}

.u-compat-h2  {
  font-size: 1.5em;
  margin: 0.83em 0 0.83em 0;
}

.u-compat-h3 {
  font-size: 1.17em;
  margin: 1em 0 1em 0;
}
/*******************************/

.logo-container{
  width: 100%;
  background-color: #ffffff;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 15px;
  position: relative;
}

.header-logo {
  max-width: 200px;
}

.footer-logo {
  max-width: 200px;
  margin: 40px auto 40px auto; 
}

.footer-container {
  margin: auto;
}

.language-select {
  margin: 20px;
}

.socials-container * {
  text-decoration: none;
}

.social-icon {
  width: 34px;
  fill: #0000009c;
  padding: 5px; 
  margin: auto 10px 30px 10px;
}

.stacked {
  display: flex;
  flex-direction: column;
}

.nav-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 75px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border: 1px solid #A29061;
  outline: 1px solid #A29061;
  outline-offset: -8px;
  box-shadow: 0 5px 4px -4px #000000b7
}

.nav-button-text {
  font-family: "Futura STD Book";
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0px auto 0px 25px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-button-text::after {
  font-family: "Material Icons";
  content: "\e5e1";
  color: #0000009c;
  font-size: 22px; 
  float: right;
  margin-right: 5px;
  font-weight: 300;
}

.page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.property-message {
  font-family: 'Didot';
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90%;
  margin: 20px 0px 40px 0px;
}

.content-container {
  text-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 540px;
}

.subpage-header {
  font-family: 'Didot';
  text-transform: uppercase;
  text-align: center;
  font-weight: 100;
  font-size: 30px;
  line-height: 50px;
  color: #A29061;
  background-color: #ffffff;
  padding: 40px 40px 0px 40px;  
  margin-top: 0px;
  margin-bottom: 35px;
}

.subpage-header::before {
  font-family: "Material Icons";
  content: "\e2ea";
  position: absolute;
  left: 0;
  margin-left: 15px;
  color: #0000009c;
  font-size: 32px; 
  font-weight: 100;
}

.header-link{
  text-decoration: none;
}

.section-header,
.toggle-section-header {
  font-family: "Futura STD Book";
  width: 90%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin: 0px auto 0px auto;
  font-size: 17px;
  letter-spacing: 4px;
}

.section-header {
  border: 1px #A29061 solid;
  display: flex;
  flex-direction: column;
  border-bottom: 0px;
  padding: 10px 15px 0px 15px;
}

.section-header::before {
  content: '\00a0';
  background-image: url(https://uniassets.blob.core.windows.net/dhgd-v2-masters/Hyatt/ParkHyatt/images/horizontal-line.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  transform: translateY(-20px);
}

.section-top::before {
  transform: translateY(-10px);
}

.section-subhead {
  font-family: "Futura STD Book";
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 25px;
  background-color: #000000;
  padding: 10px 20px 10px 20px;
  margin: 1em -15px 1em -15px ;
}

.toggle-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.toggle-section-header {
  border: 1px solid #A29061;
  outline: 1px solid #A29061;
  outline-offset: -8px;
  text-align: left;
  box-shadow: 0 5px 4px -4px #000000b7;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 25px 15px 25px 15px;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 22px;
}

.toggle-section-header span {
  padding-left: 15px;
}

.toggle-section-header::after {
  font-family: "Material Icons";
  content: "\e145";
  float: right;
  color: #0000009c;
  font-size: 20px;
  font-weight: 600;
}

.toggle-click {
  position: absolute;
  width: 85%;
  height: 60px;
  opacity: 0;
  z-index: 1;
}

.toggle-click:checked ~ .toggle-section-header {
  outline: none;
  border-bottom: none;
  margin-bottom: 0px;
  padding: auto 15px 0px 15px;
  box-shadow: none;
}

.toggle-click:checked ~ .toggle-section-header::after {
  font-family: "Material Icons";
  content: "\e15b";
}

.toggle-click ~ .accordion{
  display: none;
}

.toggle-click:checked ~ .accordion{
  display: block;
  padding: 15px;
}

.main-logos{
  pointer-events: none;
  position: relative;
}

.alt-logos {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.arabic-dir * {
  direction: rtl;
}

.arabic-page * {
  direction: rtl;
}

.arabic-dir .nav-button-text {
  margin: 0px 25px 0px 15px;
}


.arabic-dir .nav-button-text::after {
  margin: 0px;
  font-family: "Material Icons";
  content: "\e2ea";
}


.arabic-header {
  direction: rtl;
}

.arabic-header::before {
  display: none;
}

.arabic-header::after {
  font-family: "Material Icons";
  content: "\e5e1";
  position: absolute;
  right: 0;
  margin-left: 0px;
  margin-right: 15px;
  color: #0000009c;
  font-size: 32px; 
  font-weight: 100;
}

.text-hotel-link-container { 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  margin-bottom: 0px;
} 

.text-hotel-link { 
  font-family: 'Bembo STD Semibold';
  color: #663333;
  font-size: 16px; 
  letter-spacing: 0px; 
  text-decoration: underline; 
}
