@charset "utf-8";

:root {
  --primary_color: #F04E40;
  --white: #ffffff;
  --black: #000000;
  --prograph_light: #8A8B8C;
  --prograph: #626161;
  --bg_light: #F3F3F3;
}

/* Start recall fonts*/
@font-face {
  font-family: 'Almarai-Bold';
  src: url('fonts/Almarai-Bold.woff2') format('woff2'),
      url('fonts/Almarai-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Almarai-Regular';
  src: url('fonts/Almarai-Regular.woff2') format('woff2'),
      url('fonts/Almarai-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai-Light';
  src: url('fonts/Almarai-Light.woff2') format('woff2'),
      url('fonts/Almarai-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* End recall fonts*/


::-moz-selection {
  /* Code for Firefox */
  background: var(--primary_color);
  color: var(--white);
  opacity: 10%;
}

::selection {
  background: var(--primary_color);
  color: var(--white);
  opacity: 10%;
}
/*--- .lg-outer This class is most important in light gallary  ---*/
.lg-outer {
  direction: ltr;
}

.ltr {
  direction: ltr;
}
.rtl {
  direction: rtl;
}

.font_bold {
  font-family: "Almarai-Bold" !important;
}

.font_regular {
  font-family: "Almarai-Regular" !important;
}

.font_light {
  font-family: "Almarai-Light" !important;
}

.prograph_color {
  color: var(--prograph);
}

.white_color {
  color: var(--white);
}

.black_color {
  color: var(--black);
}

.prograph_light_color {
  color: var(--prograph_light);
}

.primary_color {
  color: var(--primary_color) !important;
}

.scoundary_color {
  color: var(--scoundary_color) !important;
}

.bg_scoundary_color {
  background-color: var(--scoundary_color);
}

.bg_primary_color {
  background-color: var(--primary_color);
}

.bg_white {
  background-color: var(--white);
}

.bg_black {
  background-color: var(--black);
}
.bg_light {
  background-color: var(--bg_light);
}



a,
h3,
h2,
h1,
h4,
h5,
p,
span,
div,
li {
  font-family: 'Almarai-Bold' !important;
}

html,body{
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: var(--scoundary_color);
}

.center {
  display: block !important;
  margin: auto !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.justify {
  text-align: justify !important;
}

.sticky {
  position: fixed;
  background-color: var(--black);
  top: 0;
  right: 0;
  padding-top: 5px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  animation: navbarAnimation 0.5s ease-in-out;  /* Animation when it sticks */
}
 /* Animation keyframes for the navbar */
 @keyframes navbarAnimation {
  from {
      top: -60px;  /* Start from above the screen */
      opacity: 0;
  }
  to {
      top: 0;  /* End at the top of the page */
      opacity: 1;
  }
}


/* to change the tooltips color and the background color */
.tooltip-inner {
  color: var(--white);
  font-size: 0.7rem;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: var(--scoundary_color) !important;
}

.form-control:focus, .form-select:focus {
  border: none !important;
  box-shadow: 0 0 0 1px var(--primary_color);
}
.form-control, .form-select {
  border: none !important;
}
.contact_form .form-control, .form-select ,.contact_us .border {
  border: 1px solid #F5F5F5 !important;
}

.form-control::placeholder ,.form-select {
  color: var(--prograph_light);
  font-family: 'Almarai-Regular';
}
.underline-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.underline-link::after {
  content: '';
  position: absolute;
  right: var(--bs-navbar-nav-link-padding-x);
  bottom: -5px; /* Adjust based on font size */
  width: 0;
  height: 2px; /* Adjust based on the thickness of the underline */
  background-color: var(--primary_color); /* Color of the underline */
  transition: width 0.3s ease; /* Adjust duration and easing as needed */
}
.underline-link.active::after {

  width: 80%;
}

.underline-link:hover::after {
  width: 80%;
}

body[dir="ltr"] .d-rtl{display: none;}
body[dir="rtl"] .d-ltr{display: none;}
/*--------------------Start page style ---------------------------*/
header {
  position: relative;
  z-index: 100;
}
.navbar-nav .nav-link{color:var(--white);}
.navbar-nav .nav-link:hover{color:var(--primary_color) !important;}
.navbar-nav .nav-link.active{color:var(--primary_color);}
.carousel{
  margin-top: -70px;
}
.gradient{
  height:100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-linear-gradient(to bottom, #00000070, #1a3e4d00);
  background: linear-gradient(to bottom, #00000070,#1a3e4d00);
  }
.gradient_black{
  height:100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background:  #00000040;
  }
  .singlePage .gradient_black{background:  #00000060; }
.gradient_img{
  height:100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/Vectorslide.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 65%;
  }
  .navbar{border-bottom: 1px solid #ffffff30;}
  .singlePage .navbar ,.navbar.sticky{border-bottom: none;}
  #carouselMainSlideCaptions .carousel-caption{    bottom: 33%;}

 body[dir="rtl"] .custom_rounded{border-top-right-radius: 1rem !important; border-bottom-left-radius: 1rem !important;}
 body[dir="ltr"] .custom_rounded{border-top-left-radius: 1rem !important; border-bottom-right-radius: 1rem !important;}
 body[dir="rtl"] .main_title::after{content: url(../images/LineEnd.svg);}
 body[dir="rtl"] .main_title::before{content: url(../images/LineStart.svg);}
 body[dir="ltr"] .main_title::before{content: url(../images/LineEnd.svg);}
 body[dir="ltr"] .main_title::after{content: url(../images/LineStart.svg);}

 a.more_details:hover{border-color: var(--primary_color) !important; color: var(--primary_color) !important;}
 .line_gray::after{content: url(../images/LineGray.svg);}
 .light_gray{color: #C5C5C5;}
 body[dir="rtl"] .about_us_counter{position: absolute; bottom: 15%; right: -25px;}
 body[dir="ltr"] .about_us_counter{position: absolute; bottom: 15%; left: -25px;}
.parallax {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Commercial_Concession_bg.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
a.white_link{border: 1px solid var(--white); color: var(--white);}
a.white_link:hover{background-color: var(--white); border-color: var(--white) !important; color: var(--black) !important;}
.ourServices_tabs{border-bottom: 1px solid #ccc3c3;}
.ourServices_tabs li button{color: var(--prograph);}
.ourServices_tabs li button:hover ,.ourServices_tabs li button.active{color: var(--primary_color) !important;}
a.text-black:hover{color: var(--primary_color) !important;}
body[dir="rtl"] .owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{font-size: 30px; padding: 1px 19px !important; border: 1px solid #F04E4050 !important; background-color: var(--white); color: var(--primary_color); border-top-right-radius: 0.6rem !important; border-bottom-left-radius: 0.6rem !important;}
body[dir="ltr"] .owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{font-size: 30px; padding: 1px 19px !important; border: 1px solid #F04E4050 !important; background-color: var(--white); color: var(--primary_color); border-top-left-radius: 0.6rem !important; border-bottom-right-radius: 0.6rem !important;}
.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover{ background-color: var(--primary_color); color: var(--white); border-color: var(--scoundary_color) !important;}
.owl-nav .owl-prev{position: absolute; bottom: 45%; right: -65px;}
.owl-nav .owl-next{position: absolute; bottom: 45%; left: -65px;}
.Testimonies .owl-nav .owl-prev{position: absolute; bottom: 80%; right: -65px;}
.Testimonies .owl-nav .owl-next{position: absolute; bottom: 80%; left: -65px;}
.owl-dots .owl-dot.active span{background-color: var(--primary_color) !important; margin-top: 25px;}
.projects_bg{background: url(../images/projects_bg.svg) no-repeat  center top;}
.ourProjects .owl-item .item .content{position: absolute; right: 0; bottom: 10px; display: none;}
.ourProjects .owl-item.center{ margin-left: 20px !important;}
.ourProjects .owl-item.center .item .content{position: absolute; right: 0; bottom: 10px; display: block;}
.ourProjects a:hover .title{color: var(--primary_color) !important;}
.ourProjects .content .title::after{content: url(../images/Line.svg); padding-left: 3px; padding-right: 3px;}
.ourProjects a:hover .content .title::after{filter: invert(40%) sepia(90%) saturate(3348%) hue-rotate(340deg) brightness(103%) contrast(88%);}
.Testimonies_bg{background: url(../images/Testimonies_bg.svg) no-repeat  center center;}
.TestimoniesLine::after{content: url(../images/TestimoniesLine.svg);}
.Testimonial_logo{width: 110px !important; height: 110px !important;}

.show-more-link {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.extra-text {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  transition: max-width 0.4s ease, opacity 0.4s ease;
  white-space: nowrap;
}

/* On hover, reveal the extra text */
.show-more-link:hover .extra-text {
  opacity: 1;
  max-width: 200px; /* adjust as needed */
}

a.more_details:hover.show-more-link{border-color: var(--primary_color) !important; color: var(--white) !important; background-color: var(--primary_color);}
a.more_details.show-more-link{height: 40px !important;}
.news a.more_details.show-more-link{height: 40px !important; background-color: var(--white); color: var(--primary_color);}
.news a.more_details:hover.show-more-link{ color: var(--primary_color) !important;}
a.black_color:hover{color: var(--primary_color);}

body[dir="rtl"] .media_center img ,.media_higlight{border-top-right-radius: 1rem;}
body[dir="rtl"] .media_center .title{border-bottom-left-radius: 1rem;}
body[dir="ltr"] .media_center img ,.media_higlight{border-top-left-radius: 1rem;}
body[dir="ltr"] .media_center .title{border-bottom-right-radius: 1rem;}

.media_higlight{
  display: none !important;
  height:100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00000030;
}

.media_higlight .playIcon{width: 50px; height: 50px; cursor: pointer;}

.media_center_img:hover .media_higlight{display: inline-flex !important;}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0px);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
  position: relative;
}
.hvr-ripple-out::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  animation-duration: 1s;
  border-radius: 50px;
  border-width: 6px;
  border-style: solid;
  border-color: var(--primary_color);
  border-image: initial;
}

body[dir="rtl"] .news_bg{background: url(../images/news_bg.svg) no-repeat  top right; background-color: var(--bg_light); background-size: 90%;}
body[dir="ltr"] .news_bg{background: url(../images/news_bg.svg) no-repeat  top left; background-color: var(--bg_light); background-size: 90%;}

.contact_us img {
  width: 30px;
}


  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--primary_color);
    --bs-btn-border-color: var(--primary_color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--scoundary_color);
    --bs-btn-hover-border-color: var(--scoundary_color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary_color);
    --bs-btn-active-border-color: var(--primary_color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--primary_color);
    --bs-btn-disabled-border-color: var(--primary_color);
}
form .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary_color);
  --bs-btn-border-color: var(--primary_color);
  --bs-btn-hover-color: var(--primary_color);
  --bs-btn-hover-bg: var(--scoundary_color);
  --bs-btn-hover-border-color: var(--primary_color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary_color);
  --bs-btn-active-border-color: var(--primary_color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary_color);
  --bs-btn-disabled-border-color: var(--primary_color);
}

.modal-dialog {
  max-width: 880px !important;
}

.pagination .page-item .page-link{background-color: #e6eff500 !important; border-color: var(--prograph_light); color: var(--primary_color); margin-left: 5px; margin-right: 5px; border-radius: 8px !important; color: var(--prograph);}
.pagination .page-item .page-link:hover, .pagination .page-item.active .page-link{background-color: var(--primary_color) !important; border-color: var(--primary_color); color: var(--white) !important;}
.pagination .page-item.disabled .page-link{ color: var(--gray) !important;}


.bg_footer{background-color: #151515;}
footer .main_title::after , footer .main_title::before ,.breadcrumb .main_title::after , .breadcrumb .main_title::before{  filter: brightness(0) invert(1);}
a.white_color:hover, a.prograph_light_color:hover ,.breadcrumb a.text-white:hover{color: var(--primary_color) !important;}
.social_media_icons .list-inline-item i{border: 1px solid var(--prograph_light) !important; border-radius: 50px; padding: 10px;}

.singlePage .navbar-nav .nav-link ,.singlePage .language .text-white{color:var(--prograph) !important;}
.singlePage .navbar-nav .nav-link.active ,.singlePage .navbar-nav .nav-link:hover{color:var(--primary_color) !important;}
.singlePage .sticky{background-color: var(--white) !important;}
.breadcrumb .content{ position: absolute; bottom: 30%; left: 0;right: 0;}
body[dir="rtl"] .Our_story{background:url(../images/Our_storyBG.svg) no-repeat  top left; background-size: 60%;}
body[dir="ltr"] .Our_story{background:url(../images/Our_storyBG.svg) no-repeat  top right; background-size: 60%;}
body[dir="rtl"] .opportunityBG{background:url(../images/opportunityBG.svg) no-repeat  top left; background-size: 50%;}
body[dir="ltr"] .opportunityBG{background:url(../images/opportunityBG.svg) no-repeat  top right; background-size: 50%;}
body[dir="rtl"] .statistics .counter{border-left: 1px solid #D9D9D9;}
body[dir="rtl"] .statistics .counter{border-left: 1px solid #D9D9D9;}
.statistics .counter:last-child{border-left: none !important;}
.singlePage .parallax {
  background-image: linear-gradient(rgba(240, 78, 64, 0.5), rgba(240, 78, 64, 0.5)), url('../images/Commercial_Concession_bg.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.singlePage .parallax a.btn:hover {border-color: var(--white) !important; color: var(--white) !important;}
.bg_light {
  background-color: var(--bg_light);
}

.accordion-button::after {
  background-image: url(../images/add-circle.svg);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus-circle.svg);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: brightness(0) invert(1);
}
.accordion {
  --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  --bs-accordion-btn-focus-border-color: #fe8686;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(248, 72, 72, 0);
  --bs-accordion-active-color: var(--white);
  --bs-accordion-active-bg: var(--primary_color);
}

.Steps_concession .number{background: url(../images/stepsBg.svg) no-repeat center center; width: 60px; height: 60px;}
.Steps_concession .number::after{background: url(../images/afterStepsIcon.svg) no-repeat;}

.lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  cursor: pointer;
}

body[dir="rtl"] .red_sidebar_icon{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
}
body[dir="ltr"] .red_sidebar_icon{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 25px 20px 25px 20px;
  cursor: pointer;
}
.red_sidebar_icon .line {
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.red_sidebar_icon .line1 {
  width: 15px;
  align-self: flex-end;
}

.red_sidebar_icon .line2 {
  width: 35px;
}

.red_sidebar_icon .line3 {
  width: 15px;
  align-self: flex-start;
}

body[dir="rtl"] .red_sidebar_icon:hover .lines .line1 {
  transform: translateX(20px);
}

body[dir="rtl"] .red_sidebar_icon:hover .lines .line2 {
  transform: translateX(0px);
}

body[dir="rtl"] .red_sidebar_icon:hover .lines .line3 {
  transform: translateX(-20px);
}
body[dir="ltr"] .red_sidebar_icon:hover .lines .line1 {
  transform: translateX(-20px);
}

body[dir="ltr"] .red_sidebar_icon:hover .lines .line2 {
  transform: translateX(0px);
}

body[dir="ltr"] .red_sidebar_icon:hover .lines .line3 {
  transform: translateX(20px);
}


/* Sidebar container */
body[dir="rtl"] .sidebar_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* Overlay */
body[dir="rtl"] .red_sidebar_body_Overay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

/* Sidebar body */
body[dir="rtl"] .red_sidebar_body {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
/* Sidebar container */
body[dir="ltr"] .sidebar_bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* Overlay */
body[dir="ltr"] .red_sidebar_body_Overay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

/* Sidebar body */
body[dir="ltr"] .red_sidebar_body {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

/* When sidebar is active */
.sidebar_bg.d-block {
  display: block;
}

.sidebar_bg.d-block .red_sidebar_body {
  transform: translateX(0);
}

.sidebar_bg.d-block .red_sidebar_body_Overay {
  opacity: 1;
}

.close {
  cursor: pointer;
  transition: all 0.3s ease;
  }
  
  .close:hover {
    color: var(--primary_color) !important;
    transform: rotate(180deg);
  }

  .slide .carousel-item img{height: 960px; object-fit: fill;}
  .Commercial_concession .owl-stage .owl-item img{ height: 317px; object-fit: fill;}

/*----------------------------------------------------------------*/
/*--                  The media query Started                   --*/
/*----------------------------------------------------------------*/
/*--------------------Start mobile device style ---------------------------*/
@media screen and (max-width: 480px) {
  .navbar-nav .nav-link{color:var(--black);}
  .carousel{
    margin-top: 0px;
  }
  .navbar-brand img{width: 120px !important;}
  .sticky {
    background-color: var(--white);
  }


    
.row{width: 100%; margin-left:0 ;margin-right: 0px !important;}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
  width: 96% !important;
}
.Commercial_concession .owl-stage .owl-item img {
  height: 180px;
  object-fit: fill;
}
.slide .carousel-item img{height: 173px; object-fit: fill;}
}


/*--------------------Start ipade and device style ---------------------------*/
@media (max-width: 991px) and (min-width: 480px) {
  .navbar-nav .nav-link{color:var(--black);}
  .carousel{
    margin-top: 0px;
  }
  .sticky {
    background-color: var(--white);
  }

.container, .container-sm {
  max-width: 540px;
}
.slide .carousel-item img{height: 368px; object-fit: fill;}
.Commercial_concession .owl-stage .owl-item img{ height: 170px; object-fit: fill;}
#carouselMainSlideCaptions .carousel-caption {
  bottom: 11%;
}
}

/*--------------------Start laptop device style ---------------------------*/

@media (max-width: 1700px) {

}

/*--------------------Start laptop device (not HD screen) style ---------------------------*/
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px;
  }
  .sticky{background-color: var(--black) !important;}
  .singlePage .parallax .content{ max-width: 700px !important;}
  .news_details{width: 80% !important;}
  .felexFranching .statistics{width: 90%;}
  .singlePage .accordion {width: 70%;}
  body[dir="rtl"] .language {margin-left: 60px;}
  body[dir="ltr"] .language {margin-right: 60px;}

  .statistics .col-md {
    flex: 0.2 0 0%;
}
}



/*--------------------Start Full HD device style ---------------------------*/
@media screen and (min-width: 1900px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1400px !important;
  }
}