
*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body * {
    margin: 0;
    font-family: 'Montserrat';
    color: #202020;
    font-weight: normal;
}
/* .overlay-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  } */
  /* .overlay-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80%;
    width: 100%;
    background: linear-gradient(0deg, black, transparent);
} */
  .news-details-banner-section{
    position: relative;
    padding-top: 90px;
  }
  .news-details-banner-section .container {
    position: absolute;
    bottom: 60px;
    z-index: 1;
    left: 0px;
    right:0px;
  }
  .news-details-banner-section  .container a{
    text-decoration: none;
    color: #BDA077;
  }
  .news-details-banner-section  .container h2{
    color: #fff;
    margin-top: 20px;
    width: 100%;
    font-weight: 500;
    max-width: 860px;
    line-height: 55px;
    max-width: 783px;
  }
  .news-details-banner-section .container h2 span{
    color:#fff;
    background-color: rgba(0, 0, 0, 0.3);
    }
  .introductio-section  .container  .home-link{
    padding-top: 30px;
  }
  .introductio-section  .container  .home-link a{
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    color: #202020;
}
.introductio-section .container .home-link span{
    color: #BDA077;
    font-size: 12px;
    line-height: 15px;
}
.introductio-section .container .home-link i{
    padding: 0 15.7px;
}
.introduction-wrapper {
    padding-top: 80px;
}
.introduction-wrapper .contents h2{
    font-weight: bold;
}
.introduction-wrapper .contents h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 36px;
}
.introduction-wrapper .contents p{
    margin-top: 30px;
    font-weight: normal;
    margin-bottom: 0;
}
.introduction-wrapper .contents ul{
    padding: 0;
    margin-top: 41px;
}
.introduction-wrapper .contents ul li {
    list-style-type: none;
    color: #202020;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 44px;
    position: relative;
}

.introduction-wrapper .contents ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 16px;
    background: url(../images/icon-feather-arrow-right.svg);
    margin-right: 29px;
    background-repeat: no-repeat;
    top: 4px;
}
.highend-Waterfront-marina-wrapper {
    margin-top: 36px;
}
.highend-Waterfront-marina-wrapper .contents h3{
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
}
.highend-Waterfront-marina-wrapper .contents img{
    margin-top: 30px;
}
.highend-Waterfront-marina-wrapper .contents p{
    margin-top: 30px;
}
.yas-and-saadiyat-island {
    margin-top: 45px;
}
.yas-and-saadiyat-island .contents h3{
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
}
.yas-and-saadiyat-island .contents p{
    margin-top: 30px;
}

@media (max-width:1200px){
    .news-details-banner-section .container {
        position: absolute;
        bottom: 166px;
        left: 0px;
      }
}
@media (max-width:1024px){
    .introduction-wrapper .contents ul li:before {
        top: 8px;
    }
}

@media (max-width:768px){
    .news-details-banner-section .container {
        bottom: 66px;
      }
      .introductio-section  .container  .home-link{
       display: none;
      }
}

@media (max-width:547px){
    .news-details-banner-section .container {
        bottom: 50px;
    }
    .news-details-banner-section .desktop-banner{
        display: none;
    }
    .news-details-banner-section .mobile-banner{
        display: block;
    }
    .news-details-banner-section  .container h2{
        font-size: 28px;
        line-height: 38px;
    }
    .introduction-wrapper {
        padding-top: 90px;
    }
    .introduction-wrapper .contents ul {
        margin-top: 30px;
    }
    .introduction-wrapper .contents ul li p {
        margin-top: 0px;
    }
    .introduction-wrapper .contents ul li {
        margin-bottom: 15px;
    }
    .highend-Waterfront-marina-wrapper {
        margin-top: 20px;
    }
    .yas-and-saadiyat-island {
        margin-top: 30px;
    }
      
}

.single-news .introduction-wrapper{
    padding-top: 0;
}

img.attachment-large.size-large{
    width: 100%;
}

/* 08-12-2025 */

.introduction-wrapper strong {
  font-weight: 700;
}
.introduction-wrapper strong span{
   font-weight: 700 !important;;
}


/* addd */


.news-details-banner-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.31), rgba(0,0,0,0));
}


@media only screen and (max-width: 991px){

 .news-details-banner-section {
  padding-top: 25px !important;
}

}

@media only screen and (max-width: 767px)
{
    .news-details-banner-section .container h2 {
  line-height: 36px;
    font-size: 24px;
}
  .news-details-banner-section .container {
    bottom: 30px;
  }
 
}


