@import url('https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, body, div, h1, h2, h3, h4, h5, h6, a, li, p, span:not(.fa) {  
    font-family: "Almarai", sans-serif !important;
}
.btn.btn-primary path, .btn.btn-brand-2 path {
	stroke: var(--bs-gray-100) !important;
}
button.btn.btn-primary, .btn.btn-primary, .btn.btn-brand-2, .btn.btn-book {
	color: var(--bs-gray-100) !important;
}
html[lang="ar"] .dropdown-sort #dropdownSort, html[lang="ar"] .dropdown-sort .dropdown-toggle {
  background-position: left 1px center !important;
}

html[lang="ar"] .form-select {
  background-position: left .75rem center !important;
}

.card-journey-small .card-image img {
  max-width: 100%;
}
.card-spot .card-image img {
  height: 100%;
}
.card-spot .card-info {
  background-color: #ffffffd0 !important;
  backdrop-filter: blur(1px);
}
.hidePoweredby{
	display: none !important; 
}
a.icon-socials {
height: 60px;
width: 60px;
}

.container.position-absolute.z-1.top-50.start-50.translate-middle {
  text-align: center;
  transform: unset !important;
  left: unset !important;
  right: unset !important;
}
.section-box.pt-50.background-body {
	margin-top: 50px;
}
.box-search-advance.background-card.wow.fadeIn.animated {
	--box-mt: -50px;
}
.shortcode-brands {
  margin-top: 50px;
}
.form-group input[type="checkbox"] {
  height: 21px;
  width: 21px;
}
.list-ticks-green li {
	padding-right: 31px !important;
	padding-left: 31px !important;
}

@media (max-width: 1199.98px) {
 .footer-top {
    position: fixed;
    background: var(--bs-color-grey);
    z-index: 10000;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    margin: 0;
    display:none;
  } 
  .footer {
  	margin-bottom: 100px;
  }

/* style.css | https://vzrrental.com/themes/carento/css/style.css?v=1.1.7.3 */

header {
  display:none;
}
  
.myburger {
	position: relative;
}
.myburger > div {
  top: -3px !important;
  right: unset !important;
  margin: 0 auto !important;
  background: none !important;
}
#mobile-menu {
  position: fixed;
  bottom: 0;
  z-index: 100000;
  border-top: 1px solid rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  background-color: rgba(248, 249, 250, 0.75);
  backdrop-filter: blur(7px);
  height: unset !important;
	min-height: unset !important;
}
#mobile-menu .col-3 {
	padding: 10px;
}
.burger-icon {
	position: relative;
}
.burger-icon {
	/*width: 47px;
  	height: 32px;*/
}
.burger-icon > span {
	/*width: 34px;*/
}
.burger-icon > span.burger-icon-bottom {
	bottom: 15px;
}
.burger-icon > span.burger-icon-mid {
	top: 17px;
}
.burger-icon > span.burger-icon-top {
	top: 8px;
}
 .myburger > span {
  position: relative;
  top: -10px;
}
  
.myburger span {
	color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}
.myburger span[class*="burger-icon"]::after {
	background: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}
  
@media (min-width: 768px) {
    .d-md-block {
        display: none   !important;
    }
}

.background-brand-2{
	display: none;
}