@import url("https://fonts.cdnfonts.com/css/cambon");
@import url("https://fonts.cdnfonts.com/css/axiforma");
.axiforma_text {
  font-family: "Axiforma", sans-serif !important;
}

.cambon_text {
  font-family: "Cambon", serif !important;
}
input::placeholder,
textarea::placeholder {
  font-family: "Axiforma", sans-serif !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Axiforma", sans-serif !important;
}

.container_csd {
  padding: 0 15px;
  margin: 0 auto;
  width: 80%;
}

.container_csd_w_90 {
  padding: 0 15px;
  margin: 0 auto;
  width: 85%;
}

.ContentText {
  max-width: 800px;
}

.text-center.ContentText,
.ContentText.text-center {
  margin: 0 auto;
}

.ContentText .headingH1 {
  margin-top: 5px;
}

.ContentText p {
  margin-top: 10px;
}

.ContentText .solidBgText {
  background: #fffbec;
  padding: 5px 15px;
  min-width: 230px;
  color: #6d6e70;
  /* font-family: "Futura Bk BT"; */
  font-size: 0.8rem;
  line-height: 1.3rem;
  display: inline-flex;
  margin-top: 16px;
}

.tagLine {
  color: #9d7f19;
  /* font-family: 'Cambon'; */
  font-size: 0.75rem;
  line-height: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .ContentText p br {
    display: none;
  }

  .ContentText {
    max-width: 100%;
  }

  .headingH3,
  .headingH1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.ContentText .goldenBorderBtn,
.ContentText .goldenBtn {
  margin-top: 20px;
}

#pagecountersec > div {
  height: fit-content;
  width: 100%;
}

.cp-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-modal-content {
  background: white;
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  width: 920px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.cp-modal-left {
  flex: 1 1 50%;
  position: relative;
  background: url(casablanca/double-exposure-image-business-finance.jpg)
    center/cover no-repeat;
  color: #fff;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}

.cp-modal-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  /* Black overlay with 60% opacity */
  z-index: 2;
}

.cp-modal-left h1 {
  position: relative;
  z-index: 3;
  font-size: 30px;
  text-align: center;
}

.cp-modal-left h2 {
  font-size: 17px;
  position: relative;
  z-index: 3;
}

.cp-modal-left p {
  position: relative;
  font-size: 14px;
  z-index: 3;
}

.cp-modal-right {
  flex: 1 1 50%;
  padding: 30px 40px;
  background: #fff;
  color: #000;
  position: relative;
}

.cp-btn-option {
  display: block;
  width: 100%;
  margin: 10px 0;
  background: #453214;
  color: white;
  padding: 14px 0;
  font-weight: bold;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.cp-btn-option:hover {
  background-color: #674e25;
}

.cp-modal-close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

#timelineSection,
#gallerySection,
#mapSeciton {
  direction: ltr !important;
  text-align: left !important;
}

html[dir="rtl"] {
  text-align: right;
}

html[dir="ltr"] {
  text-align: left;
}

html[dir="rtl"] .page_row_headline.ml-40 {
  margin-left: 0 !important;
}

html[dir="rtl"] .page_row_headline.ml-0 {
  margin-right: -118px !important;
}

html[dir="rtl"] .page_row_headline.ml-24 {
  margin-left: 8rem !important;
}
/* .page_row_headline.font_fam_alSn.fade-up.ml-40 {font_fam_alSn
    font-family: Cambon;
} */

/* html[dir="ltr"] h3{
    font-family: 'Cambon';
}

html[dir="rtl"] h3{
    font-family: 'Snaga Arabic';
}
html[dir="ltr"] p{
    font-family: 'Axiforma';
}

html[dir="rtl"] p{
    font-family: 'Tahoma';
}
html[dir="ltr"] .font_fam_alSn{
    font-family: 'Cambon';
}
html[dir="rtl"] .font_fam_alSn{

    font-family: 'Snaga Arabic';
} */
.iti__selected-dial-code {
  color: #fff;
}
.enquireForm .iti__selected-dial-code {
  font-size: 20px;
}
/* #I_2_phone {
  width: 128%;
} */
@media only screen and (max-width: 768px) {
  #I_2_phone {
    width: 100% !important;
  }
  .iti {
    margin-top: 0px !important;
  }
}
.iti {
  width: 100%;
  margin-top: 13px;
}

.ul_menu_li li a,
.ul_menu_li_sub li a {
  font-family: "Axiforma", sans-serif !important;
}

.cgxFloatFooter * {
  font-family: "Axiforma", sans-serif !important;
}

#cgxThankYouOverlay.fade-out {
  opacity: 0;
  transition: opacity .4s ease;
}
