/* swiper css */
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet-active {
  background: var(--gold);
}
/* end swiper css */

/* responsive video */
.responsive-video {
  width: 100%;
  position: relative;
  padding-bottom: 25%;
}
.responsive-video video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .responsive-video {
    padding-bottom: 65%;
  }
}
/* end responsive video */

/* components */
.sharp-btn {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7.5px 30px 7.5px 20px;
  text-align: center;
  border: none;
  clip-path: polygon(0% 0, 100% 0, 100% 0%, 90% 100%, 0% 100%, 0 0%);
  background-color: var(--gold);
  background-repeat: no-repeat;
  transition: all ease-in-out 500ms;
}
.sharp-btn:hover {
  text-decoration: none;
  background-color: var(--light-blue);
  color: #fff;
}
.sharp-btn:acive {
  transform: scale(0.99);
}
.responsive-iframe {
    position: relative;
    padding-bottom: 25%;
    padding-top: 25px;
    height: 0;
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-iframe {
    position: relative;
    padding-bottom: 25%;
    padding-top: 25px;
    height: 0;
}
.fullWidthCarousel {
  /*padding-bottom: 80px;*/
}
.fullWidthCarousel .fw-carousel-item{
  position: relative;
}
.fullWidthCarousel .swiper-slide:first-child img {
  clip-path: polygon(0% 0%, 15% 100%, 100% 100%, 100% 0%);
}
.fullWidthCarousel .swiper-slide:last-child img{
  clip-path: polygon(0% 0%, 0% 100%, 85% 100%, 100% 0%);
}
.fullWidthCarousel .fw-carousel-item img {
  margin-bottom: 20px;
  object-fit: cover;
}
.fullWidthCarousel .fw-carousel-item .fwcarousel-content {
  font-size: 16px;
  padding: 10px 20px;
}
.fullWidthCarousel .fw-carousel-item .fwcarousel-content h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
.fullWidthCarousel .fw-carousel-item .fwcarousel-content p {
  color: var(--secondary-text);
}
.polygon-tile {
  clip-path: polygon(10% 0%, 90% 0%, 100% 20%, 100% 80%, 90% 100%, 10% 100%, 0% 80%, 0% 20%);
  padding:20px 30px;
  background: var(--dirty-white);
  text-align: center;
  transition: all 0.2s ease-in;
  border: 1px solid #fff;
}
.polygon-tile:hover {
   border: 1px solid var(--gold);
}
.polygon-tile a {
  display: block;
}
.polygon-tile a:hover {
  text-decoration: none;
}
.polygon-tile p {
  font-size: 20px;
  color: #444;
}
.polygon-tile img {
  width: 100%;
  max-width: 60px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.outline-tile {
  margin-bottom: 10px;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.outline-tile:last-child {
  border-bottom: 0;
}
.outline-tile .outline-tile-content {
  font-size: 15px;
}
.outline-tile .outline-tile-title {
  font-weight: 700;
  color: var(--gold);
  font-size: 16px;
  margin-bottom: 0;
}
.outline-tile img {
  width: 100%;
  max-width: 65px;
  margin-right: 20px;
}
.square-tile {
    background-color: var(--dark-blue);
    clip-path: polygon(4% 0%,100% 0%,100% 15%,100% 95%,95% 100%,0% 100%,0% 100%,0% 5%);
}
.square-tile img {
    height: 200px;
    object-fit: cover;
}
.square-tile .square-tile-content {
    padding: 25px 20px;
    text-align: center;
    border-top: 2px solid var(--orange);
}
.square-tile .square-tile-content .square-tile-text {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
/* end components */



h1.section-title {
  font-size: 38px;
  text-transform: initial;
  line-height: 1.25;
  font-weight: 500;
}
.news-events-sec {
  background-color: #fff;
}
.news-events-sec .newsCarousel .swiper-slide {
  height:  auto;
}
.news-events-sec .newsCarouselContainer .swiper-pagination-bullet{
      margin: 0 4px;
}
.news-events-sec .news-tile {
  height: 100%;
}
h2.sec-heading {
  font-family: "Spectral", sans-serif!important;
  font-weight: 500;
  font-size: 45px;
}
.events-tile {
  clip-path: polygon(4% 0%,100% 0%,100% 15%,100% 85%,96% 100%,0% 100%,0 85%,0 15%);
  border-radius: 0;
}
.events-tile:last-child {
  margin-bottom: 0;
}
.news-tile {
  text-align: left;
  border-radius: 0;
  clip-path: polygon(4% 0%,100% 0%,100% 15%,100% 95%,95% 100%,0% 100%,0% 100%,0% 5%);
}
.news-tile .news-title {
  font-size: 16px;
}
.news-tile-img-wrapper,
.news-tile-img-wrapper img {
  border-radius: 0;
}
/* end existing layout fix */

/* custom style */


.home-section {
	height:  100vh;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://www.adgm.com/-/media/adgm-new-2022/images/almaryah_island_optimized2.jpg");
  background-size: cover;
  background-position: 0% 100%;
  position: relative;
  font-family: 'Spectral', serif;
  background-repeat: no-repeat;
}
.home-section video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.body-container .home-description{
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.body-container .home-description .home-description-title{
  margin-top: 0;
  line-height: 1.2;
	margin-bottom:  10px;
	font-weight: 400;
  text-shadow: 2px 10px 10px #37322dab;
  font-size: 2.8vw;
}
.body-container .home-description .home-description-supertitle{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Satoshi', sans-serif;
  margin-bottom: 5px;
  letter-spacing: 1.25px;
}
.body-container .home-description .home-description-subtitle{
	font-size: 16px;
  font-weight: 500;
  font-family: 'Satoshi', serif;
  margin-bottom: 5px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.body-container .home-description .home-description-text {
  margin-bottom: 40px;
  padding-bottom: 30px;
  position: relative;
}
.body-container .home-description .home-description-form {
  width:  100%;
}
.body-container .home-description .home-description-form .search-input {
  position: relative;
  width: 100%;
}
.body-container .home-description .home-description-form .search-input .clear-search-text {
  right: 0;
  position: absolute;
  cursor: pointer;
  color: var(--dark-gold);
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 10px;
}
.body-container .home-description .home-description-form form {
  display: flex;
  align-items: flex-start;
  width: 40%;
  margin: 0 auto;
}
.body-container .home-description .home-description-form input[type="text"]{
  background: #fff;
  outline: none;
  border-style: none;
  color: #000;
  padding: 12px 25px 12px 15px;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  min-width: 300px;
  font-family: "Satoshi", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
}
.body-container .home-description .home-description-form .global-search-btn {
  border: none;
  height: 100%;
  padding: 13.5px 15px;
  background: var(--gold);
  transition: all 0.3s ease;
}
.body-container .home-description .home-description-form .global-search-btn:hover {
  background: var(--light-gold);
}
.body-container .home-description .home-description-form .global-search-btn i{
  color: #fff;
  font-size: 20px;
}
.body-container .home-description .home-description-form .empty-search-error {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .body-container .home-description .home-description-form input[type="text"] {
    min-width: 100%;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    font-size: 16px;
  }
  .body-container .home-description .home-description-form .global-search-btn{
    padding-top: 9.25px;
    padding-bottom: 9.25px;
  }
  .body-container .home-description .home-description-form .global-search-btn i {
    font-size: 16px;
  }
}
.banner-cta-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 20px;
}
.banner-cta-container .cta-item {
  display: flex;
  min-width: 120px;
  position: relative;
  width: calc(100% - 50px);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  text-align: left;
}
.banner-cta-container .cta-item:hover {
  transform: translateY(-10px);
  opacity: 1;
}
.banner-cta-container .cta-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(255,255,255,1);
  border-width: 0px 1px 1px 0px;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
  width: 100%;
  opacity: 1;
  z-index: -1;
}
.banner-cta-container .cta-item:hover:after {
  width: 100%;
  border-color: #fff;
  opacity: 1;
}
.banner-cta-container .cta-item .banner-cta-tagline{
	font-family: 'Satoshi', sans-serif;
	font-size: 14px;
  letter-spacing: 1.2px;
}
.banner-cta-container .cta-item .banner-cta-title {
  font-family: 'Spectral', serif;
	font-size: 18px;
  margin-bottom: 1.5rem;
}
.banner-cta-container .cta-item a {
	color: #fff;
	text-decoration: none;
}
.banner-cta-container .cta-item .banner-arrow-icon{
   max-width: 35px;
}
.banner-cta-container .cta-item a:hover {
	text-decoration: none;
}

.banner-cta-container .cta-item a .arrow {
  width: 100px;
  transition: all 0.3s ease;
}
.banner-cta-container .cta-item a:hover .arrow {
  width: 120px;
}
.banner-cta-container .cta-item .arrow{
  margin-top: 20px;
  border-top: 1px solid #fff;
  position: relative;
  background: #fff;
  display: inline-block;
  margin-bottom: 20px;
}
.banner-cta-container .cta-item .arrow .head {
  border-top: 1px solid #fff;
  width: 10px;
  position: absolute;
  right: -3px;
  top: 2.4px;
  transform: rotate(-45deg);
  background: #fff;
}
.banner-cta-container .cta-item .arrow .head:after {
  border-bottom: 1px solid #fff;
  width: 10px;
  position: absolute;
  right: -5px;
  top: 2px;
  transform: rotate(-45deg);
  background: #fff;
}

.banner-cta-container .cta-item .arrow .head:after {
  content: "";
  border-color: #ffffff;
  right: -5px;
  top: -6px;
  transform: rotate(90deg);
}
.banner-cta-container .swiper-wrapper {
  padding: 20px 0;
}
.banner-cta-container .swiper-button-next,
.banner-cta-container .swiper-button-prev {
  display: block;
}
@media screen and (min-width:  768px) {
  .banner-cta-container .swiper-button-next,
  .banner-cta-container .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .home-section {
    background-position: 50% 100%;
  }
  .banner-cta-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .banner-cta-container .swiper {
    z-index: 0;
  }
  .banner-cta-container .swiper-button-prev, 
  .banner-cta-container .swiper-container-rtl .swiper-button-next {
    filter: brightness(0) invert(1);
    left: 0;
    background-size: 15px 44px;
  }
  .banner-cta-container .swiper-button-next, 
  .banner-cta-container .swiper-container-rtl .swiper-button-prev {
    filter: brightness(0) invert(1);
    right: 0;
    background-size: 15px 44px;
  }
  .banner-cta-container .cta-item {
    width: 65%;
  }
}
@media screen and (max-width: 576px) {
  .body-container .home-description .home-description-title {
    font-size: 36px;
    padding: 0 10px;
    font-weight: 500;
  }
  .body-container .home-description .home-description-form form {
    width: 80%;
  }
}

/* common class */
.section-title {
  font-size:  var(--section-font-size);
  font-family: 'Spectral', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}
.section-title.title-border-bottom {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 45px;
}
.section-title.title-border-bottom:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.section-title.title-border-bottom-center {
  text-align: center;
}
.section-title.title-border-bottom-center:before {
  margin: 0 auto;
  right: 0;
}
.section-subtitle {
  color: var(--green);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.border-gradient:after,
.border-gradient:before {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 1px;
  background: linear-gradient(358deg, #fff 15%, transparent 35%);
}
.border-gradient.border-gradient-bottom:after,
.border-gradient.border-gradient-bottom:before {
  bottom:  0;
  top:  auto;
}
.border-gradient:before {
  left: 1px;
}
.border-gradient:after {
  background: linear-gradient(90deg, #fff 15%, transparent 35%);
  right: 1px;
}
.border-gradient-left:after,
.border-gradient-left:before {
  top: 0;
  right: unset;
  left: 0;
  height: 50%;
  width: 1px;
  background: linear-gradient(286deg, #fff, transparent);
}
.border-gradient-left:before {
  top: unset;
  bottom: 0;
  background: linear-gradient(242deg, #fff, transparent);
}

/* about section */
.about-section {
  padding: var(--section-padding-double-top);
}
.about-section2 {
   padding: var(--section-padding-half);
   padding-bottom: 120px;
}
.about-section .about-text-container .section-title,
.about-section2 .about-text-container .section-title {
  margin-bottom: 15px;
  margin-top: 10px;
}

.about-section .about-description-container,
.about-section2 .about-description-container{
  font-size: 16px;
  margin-bottom: 30px;
}
.about-section .about-description-container ul li,
.about-section2 .about-description-container ul li{
  margin-bottom: 10px;
}
.about-section .about-description-container ul li i,
.about-section2 .about-description-container ul li i{
  color: var(--gold);
  font-weight: bold;
}
.about-section .about-image {
  position: relative;
}
.about-section .about-image:before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--black);
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 90% 0%, 210% 100%, 10% 100%, 0% 90%);
}
.about-section .about-image img{
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0% 0%, 100% 0%, 90% 0%, 210% 100%, 10% 100%, 0% 90%);
}
.about-section2 .about-image img {
  height: 100%;
  object-fit: cover;
  padding-right: 50px;
  clip-path: polygon(10% 0, 100% 0, 100% 80%, 80% 100%, 0% 100%, 0% 10%);
}
/* end about section */

/* operating section */
.operating-section {
  padding: var(--section-padding);

  background: var(--dirty-white);
}
.operating-section .section-title {
  margin-bottom: 0;
  margin-top: 0;
}
.operating-section .operatingCarousel {
  padding: 60px 0 80px
}
.operating-section .operatingCarousel .swiper-slide {
  height:  auto;
}
.operating-section .operating-item {
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  padding: 20px;
  color: var(--dark-blue);
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid transparent;
  transition: all 0.2s ease-in;
  width: 100%;
}
.operating-section .operating-item:hover {
  text-decoration: none;
  border: 1px solid var(--gold);
}
.operating-section .operating-item img {
  max-width: 55px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}
.operating-section .operating-item h4 {
  font-size: 16px;
  text-align: center;
  color: #444;
  line-height: 1.5;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
/* end operating section */

/* testimonials section */
.testimonial-section {
   padding: var(--section-padding);
}
.testimonial-section .testimonialsCarousel {
  padding: 45px 0 60px
}
.testimonial-section .testimonial-message {
  font-size: 24px;
  font-weight: 300;
  color: #777;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}
.testimonial-section .testimonial-author {
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.testimonial-section .testimonial-author img {
  max-width: 100px;
  margin-right: 20px;
}
.testimonial-section .testimonial-author-person {
  text-align: left;
}
.testimonial-section .testimonial-author-title{
  color: #00965e;
  font-weight: bold;
  margin-bottom: 0;
}
/* end testimonials section */


/** lifestyle inner page **/
.setup-section {
  background-size: cover;
  background: var(--dirty-white);
}
/** end lifestyle inner page **/




/** responsive css **/
@media screen and (max-width:  1200px){
  .home-section {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .about-section .about-description-container, 
  .about-section2 .about-description-container {
      font-size: 14px;
  }
  .about-section .about-image:before {
    width: 99%;
    height: 99%;
    top: 9px;
    right: 9px;
  }
  .square-tile {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 576px){
  .news-events-sec .swiper-pagination{
    left: 0;
    right: 0;
  }
  .section-subtitle {
    font-size: 12px;
  }
  h1.section-title {
    font-size: 32px;
  }
  .about-section {
    padding: var(--section-padding-double-top-mobile);
  }
  .operating-section .operating-item img {
    max-width: 45px;
  }
  .operating-section .operating-item h4{
    font-size: 14px;
  }
}