@font-face {
  font-family: 'ZaridBold';
  src: 
       url('../Fonts/Zarid-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ZaridsBold';
  src: 
       url('../Fonts/Zarid-SemiBold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Zarid';
  src: url('../Fonts/Zarid.otf') format('opentype');  
  font-weight: 300;
  font-style: normal;
}



@font-face {
  font-family: 'KSIABold';
  src: 
       url('../Fonts/KSIATest-Bold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'KSIARegular';
  src: url('../Fonts/KSIATest-Regular.otf') format('opentype');  
  font-weight: 500;
  font-style: normal;
}



.font-weight-500{
  font-weight: 500!important;
}
.ZaridsBold{
  font-family: 'ZaridsBold'!important;
  font-weight: 500; /* Regular */
color: white;
}

.ZaridBold{
    font-family: 'ZaridBold'!important;
    font-weight: 500; /* Regular */
  color: white;
  }
  .Zarid{
    font-family: 'Zarid'!important;
    font-weight: 300; /* Regular */
  /* color: white; */
  }



  .KSIABold{
    font-family: 'KSIABold'!important;
    font-weight: 500; /* Regular */

  }
  .KSIARegular{
    font-family: 'KSIARegular'!important;
    font-weight: 300; /* Regular */

  }

  .pt-150{
    padding-top: 150px;
  }
.arrow-ar{
  padding-top: 200px; float: right;
}
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .scroll-over{
    overflow: scroll!important;

  }

  .scroll-over::-webkit-scrollbar {
    display: none;
  }
  
  .nav-link1 {
    color: #282328;
    font-family: 'Zarid';
  }
  
  /* White color for the text when scrolled */
  .scrollWhiteText {
    color: white !important; /* Override the default color */
  }


  /* Hide scrollbar for IE, Edge and Firefox */
  .scroll-over {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none; 

  }
  .transform-img{
    transform: scaleX(-1);
  } 
.justify-content{
    text-align: justify;
}
select option { color: black!important }
.green-text{
  color:#003B0B;
}


input::placeholder {

  color: rgb(123, 123, 123)!important;
}
textarea::placeholder {
  color:  rgb(123, 123, 123)!important;
}

.capitalized-text {
    text-transform: uppercase;
}
.footerFlex-r{
  display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    text-align: right;
}
.footerFlex-l{
  align-items: center;
  display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.footerFlex-rr{
  align-items: center;
  display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.Flex-center{
    display: flex;
    flex-wrap: nowrap;
   
    justify-content: space-between;

}

.Flexrow-reverse{
    display: flex!important;
    flex-direction: row-reverse!important;
}
.flex-end{
    justify-content: flex-end;

}
.vh-100-section{
    height: 100vh !important;

}

.FlexQuba{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.FlexQuba-1{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.FlexNews{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.FlexNews-1{
  display: flex;
  flex-direction: column;

}


.FlexQubaAR{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.Flexbtn{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;

}
.wh{
  color:#E3DCD5;
}
.brown-Background{
    background-color: #AC8763;
}

.hover-brown:hover{
color: #AC8763!important;
}
.green-Background{
  background-color: #003B0B;
}
.FAQ-Background{
    background-image: url(../images/FAQ.png);
    background-size:cover;
}
.green-Backgroundl{
    background-image: url(../images/Green.jpg);
    background-size:cover;
    background-position: bottom;
}
.flex-journy{
   
        display: flex;
       
        flex-direction: column;
        align-items: center;
}

.vl {
  border-left: 1px solid rgba(255, 255, 255, 0.434);
  height: 300px;
}





.Saudi-identity-png{
  background-image: url(../images/saudi0.png);
}

.gate0-png{
  background-image: url(../images/gate0.png);
}



.img2030{
  background-image: url(../images/2030-.png);
}



/* Style for the copy message */
.copy-message {
  position: absolute;
  background-color: white;
  color: black;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none; /* Initially hidden */
}

/* Adjust the position of the copy message */
#copyText {
  position: relative;
}

/* Show the copy message when active */
.copy-message.active {
  display: block;
}



#copyText2:hover {
  cursor: pointer;
}

#copyText1:hover {
  cursor: pointer;
}


.height-10{
  max-height: 30px;
}

/* #CONTACT FORM #NEW
=====================================================*/
.controled {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    -webkit-transition: border-color ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    border-radius: 0;
    height: auto;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .controled.error {
    border-color: #e42c3e !important;
    z-index: 1;
  }
  label.error {
    font-weight: normal;
    font-size: 11px;
    color: #e42c3e;
    position: absolute;
    top: 5px;
    right: 15px;
    /* visibility:hidden !important;
    display:none !important; */
  }
  .checkbox label.error {
    top: 18px;
    left: 0;
  }
  #contactSuccess,
  #contactError {
    margin-top: 15px;
    margin-bottom: 0px;
    border: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    text-align: center;
  }
  input,
  textarea,
  select,
  .controled {
    border: none;
    /* border: 1px solid #a6a7a9; */
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:#707070 ;
    border-radius: 0px;
    background: transparent;
    color: #000000!important;
    font-size: 18px;
    margin: 0;
    outline: medium none;
    padding: 8px 8px 8px 8px;
    font-family: 'ZaridBold'!important;

  }
  /* ::placeholder {
    color: #000000!important;
    font-size: 14px;
    font-family: 'Zarid'!important;
    font-weight: 300!important;
    color: red!important;
  } */

  




  .banner-sub-title2{
font-size: 0.7rem;
  }
  
  /* .card-icon1{
   
    display: flex;
    position: absolute;
    bottom: 0px;
    justify-content: flex-end;
    align-items: flex-end;
  } */
  ::-webkit-input-placeholder,
  .controled::-webkit-input-placeholder {
    color: #000000;
    font-family: 'ZaridBold'!important;
  }
  ::-moz-placeholder,
  .controled::-moz-placeholder {
    color: #000000;
  } /* Firefox 19+*/
  
  .controled:-moz-placeholder {
    color: #000000;
  } /* Firefox 18- */
  
  .controled:-ms-input-placeholder {
    color: #000000;
  }
  
  :focus::-webkit-input-placeholder {
    color: #000000;
  }
  :focus::-moz-placeholder {
    color: #000000;
  } /* Firefox 19+*/ /* Firefox 18- */
  
  .controled:focus {
    color: #000000;
  }
  
  .pl-0-d{
    padding-left: 0px;
  }
  .pr-0-d{
    padding-right: 0px;
  }
  .pb-20px {
    padding-bottom: 20px;
  }
/* *************FAQ************ */

 p.text-left{
  font-size: 20px!important;
  font-family: 'Zarid'!important;
}
p.text-right{
  font-size: 20px;
  font-family: 'Zarid'!important;

}
.panel-default {
    border-color: #282328!important;
    font-family: 'ZaridBold'!important;
    font-size: 20px!important;
  }
  .panel-default {
   
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    }
  
  .panel-title1 {
    color:#282328!important;
    font-size: 20px!important;
  }
  .panel-title {
    text-align: left;
  }
  .accordion-section .panel-default > .panel-heading {
  border: 0;
  background: transparent;
  padding: 0;
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;

  }
  .accordion-section .panel-default .panel-title a {
  display: block;
  font-family: 'ZaridBold'!important;
  font-weight: 500; /* Regular */
  /* font-weight: bold; */
  padding-top: 0.9%;
  padding-bottom: 0.9%;
  border-top: none!important;
  border-right: none!important;
  border-left: none!important;
  border-bottom: solid 1px #282328;
  color:#282328;
  font-size: 20px;
  }
  /* .accordion-section .panel-default .panel-title a:hover{
      color: #ffffff!important;
  } */
  .navbar-light .navbar-nav .nav-link:hover{
    color: #9B6E4B!important;
  }
  .navbar-dark .navbar-nav .nav-link:hover{
    color: #9B6E4B!important;
  }


  
  .accordion-section .panel-default .panel-title1 a {
    display: block;
    font-family: 'ZaridBold'!important;
    font-weight: 500; /* Regular */
    /* font-weight: bold; */
    padding: 0.9%;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    border-bottom: solid 1px #282328;
    color:#282328;
    font-size: 23px;
    
    }
  .accordion-section .panel-default .panel-title a{
      color: #000000;
      font-size: 23px!important;

  }

  .accordion-section .panel-default .panel-title1 a{
    color: #000000;
    font-size: 20px!important;

}
  .accordion-section .panel-default .panel-title a:before {
  /* font-family: 'FontAwesome';
  font-style: normal;
  font-size: 1.4em; */
  content: "-";
  font-size: 1.5em;
  color: #282328;
  float: right;
  margin-top: -12px;
  font-size: 40px;
  }
  
  .accordion-section .panel-default .panel-title1 a:before {
  /* font-family: 'FontAwesome';
  font-style: normal;
  font-size: 1.4em; */
  content: "-";
  color: #282328;
  float: left;
  margin-top: -12px;
  font-size: 40px;
  
  }
  
  .accordion-section .panel-default .panel-title1 a.collapsed {
    color: #282328;
    font-family: 'Zarid'!important;
    font-weight: 300;
    font-size: 20px;
  
  }
  
  .accordion-section .panel-default .panel-title a.collapsed {
  color: #282328;
  font-family: 'Zarid'!important;
  font-size: 20px;

  }
  .accordion-section .panel-default .panel-title1 a.collapsed:before {
  content: "+";
  color:#9B6E4B;
  font-size: 40px;
  }
  .accordion-section .panel-default .panel-title a.collapsed:before {
  content: "+";
  color:#9B6E4B;
  font-size: 40px;
  }
  .accordion-section .panel-default .panel-body {
    font-size: 20px!important;
  line-height: 3rem;
  font-weight: normal;
  font-family: 'Zarid'!important;
  
  }
  
  .div.panel.panel-default{
  border-color: #282328!important;
  
  }
  
  .panel-default {
  border-color: #282328!important;
  
  }




.img-size{
    height: 30em;
}
.Copy-write{
  font-family: 'Zarid'!important;
    font-size: 1.2rem!important;
    font-weight:lighter;
}
.img-size-l{ height: 20rem;}
.img-size-C{ height: 25rem;}

.btn-padding{
    font-weight:600;
    padding: 0.3625rem 3.125rem;
    font-size: 1.2rem;
    border: solid 1px #282328;
  }

  .btn-padding:hover{
   background-color: #9B6E4B!important;
   color: #ffffff;
  }

  .img-size-sm{
    height: 2em;
  }

  .flex-card{
    display: flex;flex-wrap: nowrap;justify-content:space-between;    align-items: stretch;
  }
  .flex-card-l{
    display: flex;flex-wrap: nowrap;justify-content:space-between;    align-items: stretch;
  }

 .m-10-m{
     margin-left: 5rem;
     margin-right: 5rem;

 }

 .GlanceCard{
     display: flex;
     align-items: flex-end;
 }
 /* .img-hover:hover{
    
 } */





 /* @media (max-width: 1200px) {

 .FlexQuba{
  display: flex;
  flex-direction: column;
  
}
 } */

.border-iframe{
  border: 1px solid #AC8763;  padding: 5px;  border-radius: 1%;
}
.border-section{
  border: 1px solid #ffffff;  padding: 10px 100px 10px 100px ;
}
.logo-flex{
  
  display: flex;
  flex-direction: column;

}
.logo-flex-r{
 
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}



.cover-img{
  width: 100%;
  height: 100%;
  object-fit: cover; 

}
@media (max-width: 1199px) {


  /* .FlexQuba-1{
    flex-direction: row!important;
  } */
  .flex-card{
    flex-direction: column-reverse!important;
  }
  .flex-card-l{
    
    flex-direction: column!important;

}
  }

  .explore-position{
    position: absolute;
    bottom: 10%;
    right: 5%;
  }

  .explore-position-ar{
    position: absolute;
    bottom: 10%;
    left: 5%;
  }

  .medium{
    font-size: 20px;
    color:#E6DCC8;
  }
  @media (max-width: 1024px) {
    #container {
      width: 50%!important;
  }
    .explore-position{
  
      bottom: 15%;
   
    }


    .explore-position-ar{
  
      bottom: 15%;
   
    }
    .pt-xs-20{
     margin-top:0px!important;
          }

    .pt-xs-3{
padding-top: 20px;
    }
    section {
     
      padding: 2rem 0;
    }
    section#MBS{
      padding: 0rem!important;
    }
    .vh-100-section{
        height: auto !important;
    
    }

    .FlexQuba{
        display: flex;
        flex-direction: row;
        
    }
    .FlexQuba-1{
      display: flex;
      flex-direction: row;
    
  }
  .FlexNews{    display: flex;
    flex-direction: row;}

  .FlexQubaAR{
    display: flex;
    flex-direction: row;
    
}

  }
  .position-v{
      bottom: 0%;
  }
  br.bb{
    display: none;

}
br.bb1{
  display: block;
}
.text-white{
   color: #ffffff!important;
}
.banner-title{
  font-size: 3.9rem!important;
}
.w-10{
  width: 15% !important;
}
.bold{
font-family: 'ZaridBold'!important;
font-weight: 500;
  }



  .w-80{
    width: 80%;
  }
  .w-b-80{
    width: 80%;
  }
  .w-40{
width: 40%;
  }
  .right-sec{
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
  }

  .justify-content-end-ar{
    justify-content:flex-end;

  }
  .hideM{
    display: block;
}


.hideD{
  display: none;

}




@media (max-width: 991.98px) {

  .pl-0-d{
    padding-left: 3%!important;
  }
  .pr-0-d{
    padding-right: 3%!important;
  }

  .hideM{
    display: none;
}
.sub-banner{

  height: 21%!important;  

}

.sub-banner.en{

  height: 23%!important;  

}
.news-row{
  flex-wrap: wrap!important;
 

}
.news-row0{
  flex-wrap: wrap!important;


}

.hideD{
  display: block;
}

.card-text{
  line-height: 1.3rem;
}
.card-title{
  font-size: 1.5rem!important;
  line-height: 1.6rem;
}
  div.row.g-0{
    flex-wrap: nowrap;
  }
  .pb-xs-7{
padding-bottom: 2.5rem !important;
  }

  .pb-xs-3{
    padding-bottom: 1rem !important;
  }

  small,
.small {
  font-size: 100%;
  font-weight: 400;
}
.x-small {
  font-size: 80%;
  font-weight: 400;
}

  .carousel-control-prev {
    right: 90px;}
    .carousel-control-next {
      right: 20px;}

  .carousel-control-prev, .carousel-control-next{
    bottom: 28px;
  }



  .carousel-control-prev0, .carousel-control-next0{
    bottom: 28px;
  }
  .carousel-control-prev0{
    left: 10px;}
    
     .carousel-control-next0
      {
        left: 70px;}

  .logo-flex{
  
    display: flex;
    flex-direction: column;
    align-items: flex-start;

  }

  .logo-flex-r{
    display: flex;
    flex-direction: column;
    align-items: flex-end;

  
  }

.border-section{
  border: 1px solid #ffffff;  padding: 10px 10px 10px 10px ;
}



.error-number{
  font-size: 3rem!important;
}
  .navbar-nav .nav-link {
    padding-right: 18px;
    padding-left: 18px;
  }

  .row-reverse-ar {
  flex-direction: column-reverse!important;
 
  }
  .nav-item {
    padding: 0.3rem;}

/* ul#navigation.navbar-nav.row-reverse-ar{

  flex-direction: column!important;
  align-items: flex-end!important;

} */
  .w-80{
    width: 80%;
  }

  .w-b-80{
    width: 100%;
  }
  .Flexbtn{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly


  }
  .btn-secondary {
    padding-right: 2.3rem;
    padding-left: 2.3rem;}

    .line-height1 {
      line-height: 1;
      font-size: 2.0rem!important;
  }
  .line-height2 {
    line-height: 2;
    font-size: 0.9rem!important;
}
.FlexQuba{
        display: flex;
        flex-direction: column-reverse;
        
    }

    .FlexQuba-1{
      display: flex;
      flex-direction: column;
  }
  .FlexNews{  
       display: flex;
    flex-direction: row;
  }


  .FlexQubaAR{
    display: flex;
      flex-direction: column-reverse;
    
}
  .justify-content-end-ar{
    justify-content: space-evenly;

  }
  .mt-xs-5
  {
margin-top: 10%;
  } 
  .mb-xs-5{
    margin-bottom: 10%;
  }



    .w-25{
        width: 50% !important;
    }
    .w-100s{
      width: 200% !important;
  }
  .w-10{
    width: 50% !important;
}
    .w-25.x{
        width: 30% !important;
    }

    .w-10.x{
      width: 10% !important;
  }
    br.bb{
        display: block;
    }
    br.bb1{
      display: none;
  }
.mt-15M{
    margin-top: 15rem!important;
}
.mt-6M{
  margin-top: 2rem !important;
}
    .m-10-m{
        margin-left: 0.5rem;
        margin-right: 0.5rem;
   
    }
    .vh-100-section{
        height: auto !important;
    
    }
    .banner-sub-title{
        font-size: 0.7rem;
    }

    h1.banner-title{

        font-size: 1rem!important;
    }
    .Copy-write{
        font-family:Arial, Helvetica, sans-serif;
        font-size: 0.8rem;
        font-weight:lighter;
      
    }
    .hideD{
        display: block;
    }
    .footerFlex-r{
     margin-right :20px;
      display: flex;
      align-items: flex-end;
      /* align-items: baseline; */
      flex-direction: column;
      text-align: right;
      }

      .footerFlex-l {
        margin-left: 0;
        display: flex
;
        flex-direction: row;
        text-align: left;
        justify-content: flex-end;
        align-items: center;
    }
      
    .footerFlex-rr {
      margin-left: 0;
      display: flex
;
      align-items: center;
      flex-direction: row;
      text-align: left;
  }
    
    .navbar-brand-img {
        max-height: 2.7rem!important;
        width:auto;
      }

    .navbar-brand {
 
        margin-left: 0rem;
      }
    .flex-card{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column-reverse;
        

    }
    .flex-card-l{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column-reverse;

    }
    .img-size-l {
        height: 100vw;
        width: 80vw;
    }
    .img-size-C{  height: 100vw;
      width: 80vw;}
   
    .img-size{
        width: 90vw;
    }



}









.wrapper1{
    display: flex;
    max-width: 1200px;
    position: relative;
  }
  .wrapper1 i{
      position:absolute;
    top: 0%;
    height: 44px;
    width: 44px;
    color: #343F4F;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper1 i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper1 i:hover{
    background: #f2f2f2;
  }
  .wrapper1 i:first-child{
    left: 31px;
  }
  .wrapper1 i:last-child{
      left: 80px;
  }
  .wrapper1 .carousel1{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel1.dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel1.dragging img{
    pointer-events: none;
  }
  .carousel1 img{
    height: 400px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: calc(100% / 2.8);
  }
  .carousel1 img:first-child{
    margin-left: 0px;
  }
  
  @media screen and (max-width: 336px) {
  .navbar-brand-img {
    max-height: 1.7rem!important;
    width: 100%;
  }
  }


  

  @media screen and (max-width: 293px) {
    .navbar-brand-img {
      max-height: 1.2rem!important;
      width: 100%;
    }
    }

  @media screen and (max-width: 1024px) {
    .w-b-80{
      width: 100%;}
   
  .FlexQubaAR{
    display: flex;
      flex-direction: column-reverse;
  } 
}
.right-7{
  right: 2.5%!important; 
  left: auto; 

}


.caption-container {
  /* Add padding and margin values to match the other section */
  padding: 20px;
  margin: 20px;
}




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




    .carousel-caption {
   
      left:5%;
    
    }
    .carousel-caption0 {
   
      right: 3%;
    
    }
   
  }
  .vh-100-slider{
    height: 90vh !important;
  }

  @media screen and (max-width: 991px) {
    .pt-200{
      padding-top: 190px;
    }

    p {
     
      font-size: 20px;
    }

    h2{
      font-size: 1.5rem;
    }
    .vh-90 {
      height: 85vh !important;
    }
    ul#navigation.navbar-nav.row-reverse-ar{
      align-items: flex-end !important;
      background-color: #282328;
    }

    
    .vh-100-slider{
      height: 83vh !important;
    }
  

    .banner-title{
      font-size: 1.9rem!important;
    }
    .buy{
      display: flex!important;
      flex-direction: column;
      /* flex-wrap: nowrap; */
      align-items: center;
    }
    .w-30m{

      width: 100%!important;
    }
    .w-80m{
  
      width: 100%;
    }
    .w-20m{
  width: 100%;
    }
    .navbar-nav{
padding-top: 1rem;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;

      align-items: flex-start


    }
    .w-5m{
      width: 10%;
        }
  }

li.nav-item {
  list-style-type: none;

}
.cover-obj{
  object-fit: cover;
  height: 100%;

}

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

    section {
     
      padding: 2rem 0;
    }
 .carousel img{
      width: calc(100% / 2)
      ;
    }
    #container {
    height: 100%!important;
      width: 100%!important;
     justify-items: center!important;
     column-count: 1!important;
     padding-left: 3%!important;
     padding-right: 3%!important;

    }

    .w-30m{

      width: 100%!important;
    }
    .w-80m{
  
      width: 100%;
    }
    .w-20m{
  width: 100%;
    }

    .w-5m{
      width: 30%;
        }
  
    /* .carousel img{
      width: 100%;
    } */
.buy{
  display: flex!important;
  flex-direction: column;
  /* flex-wrap: nowrap; */
  align-items: center;
}
    .navbar-nav{

      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;

      align-items: flex-start


    }



    ul#navigation.navbar-nav.row-reverse-ar{
      align-items: flex-end!important;
      background-color: #282328;
    }
  }


/* 🔹 wrapper to position pattern across both sections */
.pattern-overlay-wrapper {
  position: relative;
  z-index: 0; /* base layer */
}

/* 🔹 the actual pattern image overlay */
.pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/Vector-.png');
  background-repeat: repeat;
  background-size: 20%; /* matches Figma 30% scale */
  z-index: 1;
  pointer-events: none;
  opacity: 0.3;
}

/* 🔹 each section keeps its own color */
.faq-section {
  position: relative;
  background-color: #ffffff; /* example: light background */
  z-index: 2; /* content above pattern */
}

.contact-section {

  background-color: #282328; /* example: dark background */

}

/* make sure all text and elements inside appear above pattern */
/* .faq-section * , .contact-section * {

  z-index: 1;
} */


.card-title {
  font-size: 1.9rem;
}


/* 
  ------------------------------------- */

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

    .border-left0::before {
    
      background: url(../images/b3-1.png)!important;
      background-size: cover !important;
      left: 20px!important;
      width: 20px!important;
      top:0 !important;
      bottom:0 !important;
      z-index: 9999!important;
    }

    .border-left1::before {
    
      background: url(../images/b3-1.png)!important;
      background-size: cover !important;
      right: 20px!important;
      top:0 !important;
      bottom:0 !important;
      width: 20px!important;
      z-index: 9999!important;
    }
  }


  #container {
    background-color: rgb(255, 255, 255);
   
    height: 400px;
    width: 100%;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
  
  .box {
    background-color: white;
   /* border: 1px solid black; */
    width: 100%;
    margin:5px 0;
    display: inline-block;
    box-sizing: border-box;
    position:relative;
  }

  .border-left0::before {
    content: "";
    position: absolute;
    left: 20px;
    /* right: 10px; */
    top: 30px;
    bottom:  30px;
    width: 6px;
    padding-right: 10px;
    height:initial;
    background: url(../images/b3.png) repeat-y center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .border-left1::before {
    content: "";
    position: absolute;
    right: 15px;
    /* right: 10px; */
    top: 30px;
    bottom:  30px;
    width: 15px;
  
    height: initial;
    background: url(../images/b3.png) repeat-y center;
    background-size: contain;
    background-repeat: no-repeat;
  }

/* Left-side decorative border using your image */

.box-blue::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px; /* match border image width */
  height: 100%;
  background: url(../images/b.png) repeat-y center;
  background-size: contain; /* or cover depending on image */
}

.box-white::before{
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px; /* match border image width */
  height: 100%;
  background: url(../images/b2.png) repeat-y center;
  background-size: contain; /* or cover depending on image */
}


.text-blue{
  color:#282328;
}
  .box-blue{
   background-image: url(../images/pattren-dark.png);
    background-size: cover; 
 
    /* background-color:#282328;  */
    color: #9B6E4B;
    padding: 20px 15px;
    /* border-left: 3px solid #9B6E4B; */
    font-family: 'ZaridBold'!important;
  }

  .box-white{
   background-image: url(../images/pattren.png);
    background-size: cover; 
    /* background-color:#F2F2F2; */
     color: #9B6E4B;
    /* border-left: 3px solid #282328; */
    padding: 20px 15px;
        font-family: 'ZaridBold'!important;
      }

      .box-blue-ar{
        background-image: url(../images/pattren-dark.png);
    background-size: cover; 
     color: #9B6E4B;
        padding: 20px 15px;
        /* border-right: 3px solid #9B6E4B; */
        font-family: 'ZaridBold'!important;
      }
    
      .box-white-ar{
        background-image: url(../images/pattren.png);
        background-size: cover; 
     color: #9B6E4B;
        /* border-right: 3px solid #282328; */
        padding: 20px 15px;
            font-family: 'ZaridBold'!important;
          }






/* For Arabic layout (right side border) */
.box-white-ar::before{
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  background: url(../images/b2.png) repeat-y center;
  background-size: contain;
}


.box-blue-ar::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  background: url(../images/b.png) repeat-y center;
  background-size: contain;
}









          .text-container{
            position: absolute;
            bottom: 20px;
            width: 100%;
          }

          .text-container-2{
            position: absolute;
            top: 20px;
            width: 100%;
           
         
          }


          .text-container-ar{
            position: absolute;
            bottom: 20px;
            width: 100%;
            right: 2%!important;
         
         
          }

          .text-container-ar-2{
            position: absolute;
            top: 20px;
            width: 100%;
            right: 2%!important;
         
         
          }

      .box-{
        background-color: #F3F3F3; color: #282328;
       
            font-family: 'ZaridBold'!important;
          }

      .box-1{
        height:160px
      }
      .box-2{
        height:160px
      }
      .box-3{
        height:105px
      }
      .box-4{
        height:105px;
      }
      .box-5{
        height:100px;
      }
      .box-6{
        height:160px
      }
      .box-7{
        height:169px
      }
      .box-10{
        height:329px
      }

      .box-8{
        height:160px
      }
      .box-9{
        height:169px
      }

      .icon{position:absolute;right:8px;bottom:8px}
      .iconAr{position:absolute;left:8px;bottom:8px}


      .line-height1{
        line-height:1;
        font-size: 2.5rem;
        font-family: 'KSIARegular', sans-serif;
      }

      .dir-rtl{
        direction: rtl;
      }

      .line-height2{
        line-height:3;
        font-size: 1.0rem;
        font-family: 'Zarid';
      }
      .dark-blue{
        color: #282328;
      }
      .dark-blue-background{
        background-color: #282328;
      }

      .gray{
        background-color: #F3F3F3;
        z-index: 99999;
      }

      .sunlit-bg{
      
        background-image: url(../images/pattren.png);
        background-size: contain;
      }

      .sunlit-bg-pattren{
        background-color: #e6dcc8; 
 
      }


      .sunlit-color{
      color:#E6DCC8 ;
      }
      .warm-color{
        color:#9B6E4B!important;
      }
      .hover-warm-color:hover{
        color:#282328;
        text-decoration: underline;

  

      }

      .blue{
        color:#282328;
      }
      .gold{
        color:#9B6E4B;

      }
      .dark-color{
        color:#282328;
      }

      .dark-color-background{
    
      background-image: url(../images/pattren-dark.png);
      background-size: cover;
      }

      .dark-color-background-Pattren{
        background-color:#282328;
      }
.light-color{
  color:#ffffff;
}
      .dark-background{
        background-color:#282328;
      }

      
      .green{
       color: #9FCE63
      }
      .Brown{
        color: #9B6E4B
       }

      .iti--separate-dial-code .iti__selected-flag{
        background-color: #E6DCC8!important;
      }

      .iti {
       
        display: block!important;
      }

      .pl-15px{
        padding-left: 15px;
        padding-right: 15px;
      }



      .transform-icon{
        transform: rotateY(180deg);

      }





  .flex-get-in{
    display: flex;
    flex-direction: column;
    justify-content: space-between!important;

  }


  .nav-link.active {
color: red!important;  }



.news-row{
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center


}
.news-row0{
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center


}


.sub-banner{
  position: absolute;  
height: 35%;
   width: -webkit-fill-available;
}




/* ===============================
   Gateway Section (Responsive)
   =============================== */

   .gateway-section {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
  
  .gateway-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 1.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  
  /* ---------- Cards ---------- */
  .gateway-card {
    position: relative;
    flex: 0 0 10%;
    height: 80vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    scroll-snap-align: start;
    transition: all 0.6s ease;
    overflow: hidden;
    cursor: pointer;
  }
  
  /* Hover/active width grow */
  .gateway-card.active,
  .gateway-card:hover {
    flex: 0 0 70%;
  }
  
  /* ---------- Overlay ---------- */
  .gateway-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.7));
    z-index: 1;
  }
  
  /* ---------- Text Block ---------- */
  /* Default (centered vertically when inactive) */
  .gateway-text {
    position: absolute;
    top: 50%;
    left: 2rem;
    right: 2rem;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    text-align: left;
    transition: all 0.5s ease-in-out;
  }
  
  /* Move to bottom when active/hovered */
  .gateway-card.active .gateway-text,
  .gateway-card:hover .gateway-text {
    top: auto;
    bottom: 2rem;
    transform: translateY(0);
  }
  
  /* ---------- Titles & Text ---------- */
  .gateway-text .small-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    opacity: 1;
  }
  
  .gateway-text .slider-text {
    font-size: 1.8rem;
    line-height: 1.4;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  
  /* Show description only when active */
  .gateway-card.active .slider-text,
  .gateway-card:hover .slider-text {
    max-height: 400px;
    opacity: 1;
  }
  
  /* ---------- Mobile View ---------- */
  @media (max-width: 992px) {
    .gateway-container {
      gap: 1rem;
      overflow-x: auto;
      flex-wrap: nowrap;
      scroll-snap-type: x mandatory;
      padding: 1rem;
    }
  
    .gateway-card {
      flex: 0 0 85%;
      height: 60vh;
      min-height: 400px;
    }
  
    /* Disable hover expand on touch devices */
    .gateway-card.active,
    .gateway-card:hover {
      flex: 0 0 85%;
    }
  
    .gateway-text {
      top: auto;
      bottom: 2rem;
      transform: translateY(0);
    }
  
    .gateway-text .slider-text {
      font-size: 1.3rem;
    }
  
    .gateway-section::-webkit-scrollbar {
      display: none; /* hide scroll bar on mobile */
    }
  }
  