@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@font-face {
    font-family: 'Emad-Diana';
    src: url('../fonts/Emad-DianaeXtra-Normal.eot');
    src: url('../fonts/Emad-DianaeXtra-Normal.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Emad-DianaeXtra-Normal.woff2') format('woff2'),
        url('../fonts/Emad-DianaeXtra-Normal.woff') format('woff'),
        url('../fonts/Emad-DianaeXtra-Normal.ttf') format('truetype'),
        url('../fonts/Emad-DianaeXtra-Normal.svg#Emad-DianaeXtra-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Emad-Diana-Reg';
    src: url('../fonts/Emad-DianaeXtra-Regular.eot');
    src: url('../fonts/Emad-DianaeXtra-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Emad-DianaeXtra-Regular.woff2') format('woff2'),
        url('../fonts/Emad-DianaeXtra-Regular.woff') format('woff'),
        url('../fonts/Emad-DianaeXtra-Regular.ttf') format('truetype'),
        url('../fonts/Emad-DianaeXtra-Regular.svg#Emad-DianaeXtra-Regular') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*, ::after, ::before {
    box-sizing: border-box;
}

body, html{  font-family: 'Emad-Diana';  padding: 0;
    margin: 0;
    direction: rtl;
    overflow: hidden;
    }
    button:active,button:focus,
    a,a:hover,a:focus{
        border:none  !important;
        outline:none !important;
        text-decoration:none !important;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 -webkit-tap-highlight-color: transparent;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
  user-select: none;

      }
      .fa, .far, .fas {
        font-family: "Font Awesome 5 Free" !important;
      }
    .loading{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fbfcfb;
      z-index: 9998;
    }
    .loadingLogo{
      background: url(../images/loader.gif) no-repeat;
      background-size: contain;
      width: 400px;
      height: 400px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 9999;
      transform: translate(-50%, -50%);
    }
    .partMob{
      display: none;
    }
    #infoClick{
      background: url(../images/hand_click.png) no-repeat;
      width: 23em;
      height: 8em;
      position: absolute;
      bottom: 14em;
      left: 50%;
      z-index: 500;
      transform: translateX(-50%);
      background-size: contain;
      background-position: center;
    }
    #menu{
      position: absolute;
      z-index: 100;
      right: 3.8em;
      top: 3em;
      direction: ltr;
    }
    .menuTog{
      color: #fff;
      font-family: 'Emad-Diana-Reg';
      font-size: 1em;
      text-decoration: none;
      background: #fc570a;
      width: 7em;
      padding: 0;
      border-radius: 500px;
      display: block;
      position: relative;
      text-align: right;
      padding-right: 40px;
      line-height: 2em;
      cursor: pointer;
    }
    #menud .menuTog{
      /*display: inline-block;*/
      margin-bottom: 1em;
    }
    .menuTog:before {
      content: '';
      background: url(../images/menu.png) no-repeat;
      width: 15px;
      height: 15px;
      display: block;
      background-size: contain;
      position: absolute;
      right: 1em;
      top: 54%;
      transform: translateY(-50%);
    }
    .menu_contact span:first-child{
      color: #fff;
      font-family: 'Emad-Diana-Reg';
      margin-bottom: 0.4em;
    }
    .p-relative{position: relative;}
    .menuFooter {top: 1.3em;}
    .menuFooter .menu_contact:first-child{
      position: absolute;
      right: 1em;
      width: max-content;
    }
    .menuFooter .menu_contact:nth-child(2){
      position: absolute;
      right: 22em;
      width: max-content;
    }
    .menuFooter .menu_contact:last-child{
      position: absolute;
      right: 38em;
      width: max-content;
    }

    .menu_contact span:last-child a{
      color: #fff;
      font-family: 'Montserrat';
      direction: ltr;
      text-align: right;
      margin-bottom: 0.2em;
      text-decoration: none;
      display: block;
    }
    a.close.closeMainContent.logoDetails img{
      width: 100%;
    }
    a.close.closeMainContent.logoDetails {
      display: block;
      width: 6em;
      position: absolute;
      left: 2em;
      top: 0.7em;
    }
    .modalBg{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #534561;
        opacity: 0.2;
        top: 0;
        z-index: 200;
        left: 0;
    }

    .menu_contact .rsMenu{margin-right: 0 !important;    position: relative;
    top: -0.4em;}
    .menu_contact .rsMenu li{margin-left: 0.7em !important; margin-right: 0;}
    .rsMenu{
      list-style: none;
      padding: 0;
      margin: 0;
      margin-right: 0;
      display: block;
      text-align: center;
    }
    .goraraLink{
      background:url(../images/gorara_logo.png) no-repeat;
      width: 85px;
      height: 85px;
      background-size: contain;
      display: block;
      margin-top: 1em;
      margin-left: 1em;
      position: absolute;
      left: 1em;
      z-index: 11;
      top: 1em;
    }
    .rsMenu li{
      display: inline-block;
      margin-right: 0.5em;
    }
    .rsMenu li a i{
      font-size: 1.2em;
      color: #fff;
    }
    .rsMenu li:last-child img{
      width: 1.3em;
    }
    #loader{
      position: fixed;
      top: 0px;
      left: 0;
      z-index: 999;
      width: 100%;
      height: 100%;

    }
    .left-panel img, .right-panel img{
      max-width: 100%;
      max-height: 100%;
      display: inline-block;
    }
    .left-panel{
      position: absolute;
      top: 0;
      left: 0;
      width: 52%;
      height: 83vh;
      background: url('../images/curtain-right.png') no-repeat;
      background-size: cover;
      background-position: right;

    }
    .right-panel{
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 83vh;
      background: url('../images/curtain-right.png') no-repeat;
      background-size: cover;
      
    }
    #menuContainer{
      display: none;
      overflow: auto;
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
    }
     
    .menuModal{
      width: 46em;
      position: absolute;
      background: #194a7d;
      right: 3em;
      top: 3em;
      height: 29.9em;
      z-index: 999;
      -webkit-border-radius: 2em;
      -moz-border-radius: 2em;
      border-radius: 2em;
      overflow: hidden;
    }
    .menuFooter span{
      display: block;
    }
    .menutop{
       -webkit-border-radius: 1.8em;
      -moz-border-radius: 1.8em;
      border-radius: 1.8em;
      padding: 0 1em;
      padding-bottom: 1em;
      background: #f6e8df;
    }
    .items-container{
      padding-right: 1.5em !important;
    }
    .homeBtn{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}
.baseFomr{margin-top: 0.3em;}
.menuIcon{
    width: 54px;
    height: 73px;
    margin-bottom: 0.5em;
    text-align: center;
    margin: 0 auto;
}
.menuIcon img{
    max-width: 100%;
    height: auto;
}
.row.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menuPhoto, .menuVideo{
  list-style: none;
  padding: 0; 
  margin: 0;
}
.d-none{
  display: none !important;
}
.ytbimg{
  position: relative;
}
.ytbimg:after {
  content: "";
  background: #fff;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ytbimg:before{
  content: "";
  background: url(../images/play.png);
  background-size: 100%;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  pointer-events: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  transform: translate(-50%, -50%);
}

.photpText h3, .menuVideo li{
  display: inline-block;
  margin-left: 1em;
  font-size: 17px;
  color: #ffffff;
  background-color: #fc5107;
  border: 2px solid #fc5107;
  padding: 0.3em 0.8em;
  border-radius: 3em;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 1em;
}
.post-gallery .galleryImg span{
  margin-bottom: 25px;
  width: 100%;
  height: 10vw;
  display: block;
  background-size: cover;
  border-radius: 1em;
  background-repeat: no-repeat;
}
.post-content{
  margin: 3em 0 ;
}
.menuPhotp{
  margin-top: 3em;
}
.imgRadius{
  border-radius: 18px;
}
.pr-0{
  padding-right: 0 !important;
}
.pl-0{
  padding-left: 0 !important;
}
/* .photpText h3, .menuVideo li:hover, .menuVideo li.actif{
  color: #ffffff;
  background-color: #fc5107;
  border: 2px solid #fc5107;
} */
.row.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; 
}
    .menutop .col-3{
      padding-left: 10px;
      padding-right: 10px;
    }
    .menu-items-g{
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(7em, 1fr));
      grid-gap: 1em;
    }
    .home > span{
      position: relative;
      transform: translateY(-50%);
      top: 50%;
    }
    .menu-items{
      text-align: center;
      cursor: pointer;
      background: #fff;
      border-radius: 25px;
      min-height: 5em;
      padding: 1.3em 0;
      position: relative;      
    }
    .menu-items:hover{
      background: #fd4c06;
    }
    .menu-items:hover span{
      color: #fff;
    }

    .close_contai a.close, a.closeMainContent{
        display: block;
        height: 3em;
        padding-top: 1em;
        margin-bottom: 1em;
        cursor: pointer;
    }

    .menu-items img{
      /*display: inline-block;*/
      
    }
    .menu-items span{
      font-family: 'Emad-Diana-Reg';
      color: #555358;
      font-size: 0.8em;
      text-align: center;
      display: block;
      line-height: 1;
    }
    #mainContent{
      position: absolute;
      top: 0;
      left: 0;
      z-index: 120;
      width: 100%;
      height: 100vh;
      background: #fff;
      display: none;
    }

    #scroller, .rightSide{
      height: 100vh;
      border-radius: 2em;
      position: relative;
    }
    .loaderPost{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .animated {
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    @-webkit-keyframes bounce {
      0%, 100% {
        -webkit-transform: translateY(0);
      }
      50% {
        -webkit-transform: translateY(-5px);
      }
    }
    @keyframes bounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-5px);
      }
    }
    .bounce {
      -webkit-animation-name: bounce;
      animation-name: bounce;
    }
    /*#scroller{
      overflow-y: scroll;  
      overflow-x: hidden;
    }*/
    .scrollbox-vertical-bar, .scrollbox-vertical-rail{
      right: -13px !important;
    }
    .scrollbox-horizontal-bar{
      display: none;
    }
    #scroller{
      background: #fbf6f2;
    }
    .simplebar-scrollbar::before {
  background-color: red;
}
    .rightSide{
      padding: 1em 3em 0 3em !important;
    }
    .headerConten img, .headerConten h1{
      display: inline-block;
    }
    .headerConten h1{
      font-size: 2.2em;
      font-family: 'Emad-Diana-Reg';
      color: #555358;
      margin: 0;
      position: relative;
      top: -0.6em;
      margin-right: 0.6em;
    }
    .headerConten * {
      position: relative;
      transform: translateY(18%);
    }
    .headerConten{
      background: #f6e8de;
      border-radius: 1em;
      padding: 1.6em 3em;
      
    } 
    /* owl photo */
    .photoGallery .owl-carousel.owl-rtl{
      transform: translateX(-24%);
    }
    .photoGallery .owl-nav{
      width: 50vw;
      position: absolute;
      top: 50%;
      transform: translate(-50%,-50%);
      left: 50%;
    }
    .videoBoxF{
      margin-bottom: 15px;
    }
    .photoGallery .owl-nav button{
      width: 1em;
    }
    .photoGallery .owl-item a img{
      border-radius: 1em;
    }
    .photoGallery .owl-nav .owl-next{
      position: absolute;
      left: 0;
    }
    .owl-stage-outer, .owl-stage-outer > * {
      z-index:1 !important;
    }
    .owl-nav {
      z-index: 0 !important;
    }
    .countImages{
      width: max-content;
      background: rgba(0, 0, 0, 0.52);
      padding: 0.1em 1em;
      border-radius: 1em;
      color: #fff !important;
      font-size: 1.1em;
      position: absolute;
      bottom: 2em;
      right: 11.4vw;
      z-index: 34;
    }
    .countImages > i{
      color: #ffffff !important;
      font-size: 0.9em !important;
      margin-right: 0.2em;
    }
    /* end owl */
    .closeParModal{
      cursor: pointer;
      width: 2.5em;
      height: 2.5em !important;
      background: url(../images/close_part.png) no-repeat;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -3.2em;
      /* z-index: 999; */
      background-size: contain;
    }
    .headerConten img{
      width: 4.5em;
      
    }    
    .contentArea{
      padding: 0 3em;
      /*padding-bottom: 6em;*/
      padding-top: 3em;
      overflow-y: auto;  
      overflow-x: hidden; 
      height: 84vh;
    } 
    .photoGallery{
      position: relative;
    }
    .photoContentApp img{
      width: 100%;
    }
    .contentArea:after{
      content: "";
      height: 5em;
      display: block;
    }
    .contentArea *{
      color: #555358;
      font-family: 'Emad-Diana';
    }
    .leftSide{
      background: url('../images/menu_right.jpg') no-repeat;
      background-size: cover;
      height: 100vh;
    }
    .tline{
      font-size: 1.4vw;
      color: #1d598a;
      font-weight: bold;
    }
    .tdesc{
      font-size: 0.8vw;
      color: #6d6e71;
    }
    .itemBlock .picture{
      width: 98px;
      height: auto;
      margin-right: 0.4vw;
    }
    .itemBlock .description{
      line-height: 1.4;
      position: relative;
      top: -7px;
    }
    .partenaire{
        position: absolute;
        top: 84.2vh;
        left: 50%;
        transform: translateX(-50%);
        z-index: 88;
        font-family: 'Emad-Diana-Reg';
        color: #fff;
        text-decoration: none;
        font-size: 1.5em;
        line-height: 1.7em;
        width: 15.6em;
        text-align: center;
        transition: top 500ms linear;
        cursor: pointer;
        z-index: 100;
        /*background: rebeccapurple;*/
        height: 16vh;
    }
    .partenaire.active img{display: none;}
    .partenaire.active{top: 63vh; }
    .partenaire.active span{height: 3em;}

    .partenaire span{
      width: 100%;
      display: block;
    }
    .partenaireModal{
      position: absolute;
      bottom: 0;
      left: 50%;
      background: #fff;
      z-index: 99;
      width: 40vw;
      transform: translateX(-50%);
      padding: 20px;
      text-align: center;
      height: 29vh;
      border-radius: 1em 1em 0 0;
      display:none;
    }
    /*.partenaireModal:before{
     content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}*/
.interactive-image .item::after {
    border-width: 16px !important;
    margin-left: -16px !important;
}
.partCont{direction: ltr;padding-top: 1em;}

    .partCont a img{width: 9vw;
    display: block;
    }
    img.imgResize{width: 5.6vw !important;}
    .partCont a {display: inline-block; height: max-content;}
    .partenaireModal ul{list-style: none; padding: 0; margin: 0;}
    .partenaireModal ul li{display: inline-block;}
.d-block{
  display: block !important;
}
.homePage, .menu-container a{display: block; cursor: pointer;}
.interactive-image .picture-item.with-caption::before{
  display: none;
}
.itemBlock .picture, .itemBlock .description{display: inline-block !important;text-align: right !important;}

.interactive-image .hotspot{
  display: inline-block !important;
}
.interactive-image {
  margin: auto;
  width: 100vw;
  height: 100vh;
  /*width: 900px;
  height: 581px;*/
  z-index: 9;
  position: relative;
/*  top: 0;

  left: 50%;
  transform: translateX(-50%);*/
}
.conte{
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;

}
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.rightSide::after{
  content: ' ';
}
.interactive-image .item{
  box-shadow: none;
  border-radius: 0.7em;
}
.interactive-image .text-item{
  /*padding-top: 6px;
  padding-left: 2px;
  padding-right: 22px;*/
  padding-top: 0.4vw;
  padding-left: 0.2vw;
  padding-right: 1.7vw;
}

.dotInteractive {
  position: absolute;
  top: 10px;
  left: 14.1px;
  /*border-radius: 50%;*/
  margin: 0 !important;
  height: 20px;
  width: 20px;
  transform: scale(1);
  /* background: white; */
  box-shadow: none;
  outline: none;
  cursor: pointer;
  /*-moz-animation: pulse-white 2s infinite;
  -o-animation: pulse-white 2s infinite;
  -webkit-animation: pulse-white 2s infinite;
  animation: pulse-white 2s infinite;*/
}
.icon-radio-checked:before{
  content: '' !important;
}
@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}