/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.11.13
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.8
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */
body{
	overflow-x: hidden;
}

/* main header */
.mainhead {background-color: transparent;
  transition: background-color 0.3s ease;}
.mainhead.scrolled {
  background-color: #fffbee !important;
  box-shadow:1px 0px 1px 0px rgba(0,0,0,0.2);
}
.mainhead .navmenus ul li a {color: white;
  transition: color 0.3s ease;}
 .mainhead .lang ul li span { cursor:pointer;}
.mainhead.scrolled .navmenus ul li a, .mainhead.scrolled .lang ul li span {color: #222 !important; }

.logos {transition: all 0.3s ease;}
.mainhead .logos .logo-b, .mainhead.scrolled .logos .logo-w { display: none; }
.mainhead.scrolled .logos .logo-b {display: block;}

.mainhead.scrolled .hfe-nav-menu-icon svg,
.mainhead.scrolled .lang ul li span svg { fill : #000000 !important; }
.mainhead .wpr-close-offcanvas i{ color : #FFFFFF; font-size: 20px; }

/* main header ends here */

/* nav menus */
.mainhead .navmenus ul.hfe-nav-menu > li:last-child{
	border:1px solid #aaaaaa;
	padding: 3px 6px;
}
.mainhead.scrolled .navmenus nav ul.hfe-nav-menu > li:last-child{
	border:1px solid #000000;
}
.navmenus ul.hfe-nav-menu > li a:after{
	content: '';
	position: absolute;
    width: 0;
    height: 1px;
    background: #ffffff !important;
    right: 0;
    bottom: 0;
	transition: width 1s ease;
}
.mainhead.scrolled .navmenus ul.hfe-nav-menu > li a:after{
	background: #000000 !important;
}
.mainhead.scrolled .navmenus ul.sub-menu > li a:after{
	background: none !important;
}
.mainhead.scrolled .navmenus ul li a svg{
	fill: #000000 !important;
}
.navmenus ul.hfe-nav-menu > li:hover a:after,
.navmenus ul.hfe-nav-menu > li a.current:after{
    width: 100%;
}
.navmenus ul.sub-menu > li:hover{
    opacity: 0.7;
	transition: 1s ease;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow{
	margin-left: 0;
	margin-right: 10px;
}
/* nav menus ends here */

/* marya page */
#mission-vision .swiper{ padding-bottom: 0 !important}
#mission-vision .elementor-slides .swiper-slide-inner{ display:block; }
.properties-slide .swiper-slide-inner{
	display:block !important;
}

#about .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
 	bottom: 15%;
    left: 22%;	
}
#mission-vision .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
 	bottom: 20%;	
}
#properties .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
 	bottom: -2%;	
}

@media screen and (min-width:767px){
	#about .swiper-slide-inner{
		display: block !important;
	}
}
@media screen and (max-width:767px){
	#about .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
 	bottom: 5%;
    left: 0;	
}
}
/* marya ends here */

/* Features carousal custom */

    #features .swiper-slide{
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
		transition: linear 0.75s
    }
    #features .swiper-slide.swiper-slide-next{
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transition: linear 0.75s
    }
    #features .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fafafa;
	background: linear-gradient(180deg, rgba(250, 250, 250, 0.01) 51%, rgba(0, 0, 0, 0.7) 100%);
}
#features .swiper-slide figcaption {
    font-size: 20px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    max-width: 75%;
    text-align: right !important;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
	transition: ease 1s;
}
#features .swiper-slide.swiper-slide-next figcaption{
        bottom: 50px;
		font-weight: 600;
	transition: ease 1s;
    }
@media screen and (max-width:1024px){
	.elementor-71 .elementor-element.elementor-element-8c3cfb1 .wpr-offcanvas-trigger svg{
		width:25px !important;
		height: 25px !important;
	}
	#features .swiper-slide figcaption {
		font-size: 1em;}
	#features .swiper-slide.swiper-slide-next figcaption{
        bottom: 30px;
    }
	#features .swiper-slide,
    #features .swiper-slide.swiper-slide-next{
		transform: scale(1);
        -webkit-transform: scale(1);
	}
}
/* Features Carousal custom ends here */

/* gallery swiper */

#gallery .elementor-swiper-button,
#malibu-v .elementor-swiper-button{
    height: 100%;
    vertical-align: middle;
    align-items: center;
	padding: 10px;
}
#gallery .swiper:hover .elementor-swiper-button,
#malibu-v .swiper:hover .elementor-swiper-button{
	background: rgba(0, 0, 0, 0.5);
	transition: 1s ease;
}
#gallery .elementor-swiper-button.elementor-swiper-button-next,
#malibu-v .elementor-swiper-button.elementor-swiper-button-next{
    right: 0 !important;
}
#gallery .elementor-swiper-button.elementor-swiper-button-prev,
#malibu-v .elementor-swiper-button.elementor-swiper-button-prev{
    left: 0 !important;
}

/* gallery swiper ends here */

/* malibu slider */
.malibu-slider{
	position:relative;
}
.malibu-slider:after{
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%);
  z-index: 1;
}
/* malibu slider ends here */

/* map countries */
 .map-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  counter-reset: box-counter;
}
.map-image {
  width: 100%;
  display: block;
}
.map-dot {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000000;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.map-dot:before {
    counter-increment: box-counter;
    content: counter(box-counter) "";
    font-weight: bold;
    color: #fff;
    position: absolute;
	left:25%;
	top:-2px;
}
/*.map-dot.act:before {
    left: 32%;
}*/
.uaemap-dot {
  position: absolute;
    width: auto;
    vertical-align: middle;
    padding: 5px 15px 5px 25px;
    background-position: 0 0, 50%;
    align-items: center;
    cursor: pointer;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.map-dot::after, .uaemap-dot::after {
  content: attr(data-country);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
  color: #FFF;
  font-size: 11px;
  font-weight:600;
  padding: 5px;
  border-radius: 4px;
  text-transform:uppercase;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  white-space: nowrap;
  z-index: 999;
}
.map-dot.act::after, .uaemap-dot:hover::after {
  opacity: 1;
}
.map-dot:hover{
    z-index: 1
}

/* brochure form popup */
#brochure-pop{
	display:none;
}
.form-field a{
	color: #211417;
}
/* popup form ends here */

@media screen and (max-width:769px){
    .map-dot {
    width: 15px;
    height: 15px;
    }
	.map-dot:before {
    font-size:7px;
		top:15%;
		left:35%;
}
	.map-dot::after{
		font-size: 5px;
		top:-20px;
	}
	.elementor-slides .swiper-slide-inner .elementor-slide-description{
		margin-bottom:0 !important;
	}
}
@media screen and (max-width:600px){
	.uaemap-dot {	padding: 2px 10px 2px 20px; }
}
/* map countries ends here */

/* Marya Saadiyat */
.amenities-carousel-icon:hover p, .amenities-carousel-icon.active-icon p {
  text-decoration: underline;
  color: #8A8E51 !important;
  transition: 0.5 ease;
}
.amenities-carousel-container .mySwiper {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}

.amenities-carousel-container .swiper-wrapper {
  align-items: center;
}
.amenities-carousel-container .swiper-slide {
  width: 50vw;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0.9);
  opacity: 0.7;
  filter: grayscale(70%);
  position: relative;
}
.amenities-carousel-container .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  filter: none;
  z-index: 2;
}
.amenities-carousel-container .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.amenities-carousel-container .swiper-slide .slider-captions{
	padding: 15px;
	position: absolute;
	background: #000000;
	background: linear-gradient(-90deg,rgba(0, 0, 0, 0.5) 20%, rgba(255, 255, 255, 0.0) 100%);
	bottom: 20px;
	left:0;
	width: 100%;
}

.amenities-carousel-container .swiper-slide .slider-captions h6,
.amenities-carousel-container .swiper-slide .slider-captions p{
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 0.2em;
}
.amenities-carousel-container .swiper-button-prev,
.amenities-carousel-container .swiper-button-next {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 55%;
  transform: translateY(-55%);
  z-index: 10;
}

.amenities-carousel-container .swiper-button-prev::after,
.amenities-carousel-container .swiper-button-next::after {
  font-size: 20px;
}

@media (max-width: 768px) {
  .amenities-carousel-container .swiper-slide {
    width: 100% !important;
    max-width: 100%;
  }
.amenities-carousel-container .swiper-slide .slider-captions{
	padding: 8px;}
 .amenities-carousel-container .swiper-slide .slider-captions p{
	font-size: 8px;
}
.amenities-carousel-container .swiper-slide .slider-captions h6{
	font-size: 11px;
}

}
/* saadiyat ends here */

/* Breadcrumbs */
.brcrumbs span.aioseo-breadcrumb,
.brcrumbs span.aioseo-breadcrumb a{ 
font-size: 12px;
color: #999999;
font-weight: 400;
}
.brcrumbs span.aioseo-breadcrumb a{ 
color: #666666;
}
.brcrumbs span.aioseo-breadcrumb a:hover{ 
color: #000000;
}
/* Breadcrumbs ends here */


/* to top */
#ast-scroll-top{ background-color: #554548 !important; }