@font-face {
  font-family: "EudoxusSans-ExtraBold";
  src: url("../fonts/EudoxusSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "EudoxusSans-Medium";
  src: url("../fonts/EudoxusSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "EudoxusSans-Regular";
  src: url("../fonts/EudoxusSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "ZonaPro-Bold";
  src: url("../fonts/ZonaPro-Bold.otf") format("truetype");
}

:root {
  --white: #ffffff;
  --black: #000000;
  --light-grey: #e5e5e5;
  --medium-grey: #7c7c7c;
  --dark-grey: #5b5b5a;
  --gold: #d3ad69;
  --light-gold: #f0bb53;
  --orange: #f28322;
  --medium-gold: #c69232;
  --dark-gold: #c59132;
}
a {
  text-decoration: none;
}
.top-header {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 10px;
}
.text-top {
  color: var(--gold);
  font-family: "Poppins-SemiBold";
  font-size: 14px;
}
.text-top-right {
  float: right;
}
.text-top-right li a {
  color: var(--gold);
}
.rounded-flag {
  border-radius: 50%;
}
.dropdown a:hover {
  color: var(--gold);
}
.logo-desk {
  width: 300px;
  height: 100px;
}
.dropdown-toggle {
  color: #d3ad69;
}
.btn-orange {
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff !important;
  background-color: var(--orange);
  font-family: "EudoxusSans-ExtraBold";
}
.btn-orange:hover {
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff !important;
  background-color: var(--orange);
  font-family: "EudoxusSans-ExtraBold";
}
.btn-orange-global {
  border-radius: 4px;
  font-size: 20px;
  color: #ffffff !important;
  background-color: var(--orange);
  font-family: "EudoxusSans-ExtraBold";
}
.btn-orange-global:hover {
  border-radius: 4px;
  font-size: 20px;
  color: #ffffff !important;
  background-color: var(--orange);
  font-family: "EudoxusSans-ExtraBold";
}
.bg-light {
  background-color: var(--white) !important;
}
.nav-link {
  color: var(--black);
  font-size: 16px;
  font-family: "Poppins-SemiBold";
}
.nav-link:hover {
  color: var(--gold);
  font-size: 16px;
  font-family: "Poppins-SemiBold";
}
.dropdown-item {
  color: var(--black);
  font-size: 16px;
  font-family: "Poppins-SemiBold";
}
.dropdown-item:hover {
  color: var(--gold);
  font-size: 16px;
  font-family: "Poppins-SemiBold";
}
/*.img-grey{
	filter: grayscale(100%);
}*/
.home-banner {
  position: relative;
}
.carousel-caption.banner-text {
  position: absolute;
  right: 15%;
  /* bottom: 1.25rem; */
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  top: 15%;
  color: #fff;
  text-align: center;
}
.banner-text h1 {
  font-size: 40px;
  line-height: 50px;
  color: var(--white);
  font-family: "ZonaPro-Bold";
}
.banner-text h2 {
  font-size: 30px;
  line-height: 50px;
  color: var(--dark-gold);
  font-family: "Gilroy-Regular";
}
.banner-text p {
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  font-family: "Poppins-light";
}
.why-majlis {
  padding: 30px 0px;
}
.why-majlis-text h2 {
  font-size: 40px;
  line-height: 50px;
  color: var(--black);
  font-family: "ZonaPro-Bold";
  text-align: center;
}
.why-majlis-text p {
  font-size: 20px;
  line-height: 30px;
  color: var(--black);
  font-family: "Poppins-light";
  text-align: center;
}
.top-natch {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 20px;
}
.top-natch-text h1 {
  font-size: 40px;
  line-height: 60px;
  color: var(--black);
  font-family: "ZonaPro-Bold";
  text-align: center;
}
.top-natch-text p {
  font-size: 23px;
  line-height: 30px;
  font-family: "EudoxusSans-Regular";
  color: var(--medium-grey);
}
.aa-services-right {
  padding: 40px 0 40px 80px;
  position: relative;
}
.aa-services-right img {
  box-shadow: 3px 2px 12px 3px rgba(220, 220, 220, 0.75);
  -webkit-box-shadow: 3px 2px 12px 3px rgba(220, 220, 220, 0.75);
  -moz-box-shadow: 3px 2px 12px 3px rgba(220, 220, 220, 0.75);
}
.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play-icon i {
  font-size: 70px;
  color: var(--white);
}
.aa-services-text {
  margin-top: 70px;
}
.aa-services-text p {
  font-size: 16px;
  line-height: 25px;
  color: var(--black);
  font-family: "Poppins-Light";
}
.our-service {
  padding: 30px 0px;
}
.service-text h2 {
  font-size: 30px;
  line-height: 40px;
  color: var(--black);
  font-family: "EudoxusSans-ExtraBold";
  text-align: center;
}
.service-text p {
  font-size: 16px;
  line-height: 25px;
  color: var(--black);
  font-family: "Poppins-Light";
  text-align: center;
}
.carousel-caption.luxury-text {
  position: absolute;
  right: 15%;
  /* bottom: 1.25rem; */
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  top: 30%;
  color: #fff;
  text-align: center;
}
.luxury-text h1 {
  font-size: 40px;
  line-height: 50px;
  color: var(--white);
  font-family: "ZonaPro-Bold";
}
.carousel-caption.details-text {
  position: absolute;
  right: 10%;
  /* bottom: 1.25rem; */
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  top: 12%;
  color: #fff;
  text-align: center;
}
.details-text h1 {
  font-size: 30px;
  line-height: 40px;
  color: var(--white);
  font-family: "ZonaPro-Bold";
}
.home-footer {
  background: url(../images/footer-bg.webp);
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-left h4 {
  font-size: 20px;
  line-height: 25px;
  color: var(--gold);
  font-family: "Poppins-SemiBold";
}
.footer-left h2 {
  font-size: 25px;
  line-height: 30px;
  color: var(--white);
  font-family: "ZonaPro-Bold";
}
.footer-right h3 {
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  font-family: "ZonaPro-Bold";
}
.footer-right h3 a {
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  font-family: "ZonaPro-Bold";
}
.footer-page-link li {
  font-size: 16px;
  line-height: 16px;
  color: var(--gold);
  font-family: "Poppins-Light";
}
.footer-page-link li a {
  font-size: 16px;
  line-height: 20px;
  color: var(--gold);
  font-family: "Poppins-Light";
}
.footer-right h3 i {
  font-size: 20px;
  line-height: 30px;
  color: var(--medium-gold);
  font-family: "Poppins-Light";
}
.footer-social-link li a {
  font-size: 16px;
  line-height: 16px;
  color: var(--black);
  padding: 10px;
  border-radius: 50%;
  background-color: var(--medium-gold);
}
.footer-right p {
  font-size: 16px;
  line-height: 20px;
  color: var(--medium-gold);
  font-family: "Poppins-Light";
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 110px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  padding-top: 6px;
}
.telegram-float {
  position: fixed;
  bottom: 180px;
  right: 10px;
  background-color: #27a5e7;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #27a5e7;
  z-index: 100;
  width: 60px;
  height: 60px;
  padding-top: 6px;
}
.instagram-float {
  position: fixed;
  bottom: 320px;
  right: 10px;
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 50000;
  width: 60px;
  height: 60px;
  padding-top: 6px;
}
.facebook-float {
  position: fixed;
  bottom: 320px;
  right: 10px;
  background-color: #3b5998;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 50000;
  width: 60px;
  height: 60px;
  padding-top: 6px;
}
.my-float {
  margin-top: 16px;
}

.dropdown-content {
  display: none;
}

.dropdown-hover:hover .dropdown-content {
  display: block;
}

.wechat-float {
  right: 10px;
  color: #fff;
  border-radius: 50px;
  font-size: 25px;
  text-align: center;
}
.wechat-float {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 50000;
  position: fixed;
  width: 60px;
  height: 60px;
  padding-top: 13px;
}
.wechat-float {
  bottom: 250px;
  background-color: #09b83e;
  padding-top: 13px;
}
.modal-dialog.wechat-modal {
  margin-right: 50px !important;
  z-index: 9999999;
}
.wechat-modal {
  top: 233px;
  z-index: 50000;
}
