@font-face {
    font-family: MullerLight;
    src:    url('../fonts/Muller/MullerLight.eot'); /* IE9 Compat Modes */
    src:    url('../fonts/Muller/MullerLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/Muller/MullerLight.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/Muller/MullerLight.woff') format('woff'), /* Pretty Modern Browsers */
            url('../fonts/Muller/MullerLight.ttf')  format('truetype'); /* Safari, Android, iOS */
    }

@font-face {
    font-family: MullerBold;
    src:    url('../fonts/Muller/MullerBold.eot'); /* IE9 Compat Modes */
    src:    url('../fonts/Muller/MullerBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/Muller/MullerBold.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/Muller/MullerBold.woff') format('woff'), /* Pretty Modern Browsers */
            url('../fonts/Muller/MullerBold.ttf')  format('truetype'); /* Safari, Android, iOS */
               
     }
/*
@font-face{
    font-family:PFDinTextAR;
    src:url(../fonts/PFDinText/PFDinTextArabic-Light-eot.eot) format("embedded-opentype"),
    url(../fonts/PFDinText/PFDinTextArabic-Light-ttf.ttf) format("truetype"),
    url(../fonts/PFDinText/PFDinTextArabic-Light-woff.woff) format("woff"),
    url(../fonts/PFDinText/PFDinTextArabic-Light-woff2.woff2) format("woff2"),
    url(../fonts/PFDinText/PFDinTextArabic-Light-svg.svg) format("svg");
    font-weight:200;
    font-style:normal
}
     
@font-face{
    font-family:PFDinTextAR;
    src:url(../fonts/PFDinText/PFDinTextArabic-Medium-eot.eot) format("embedded-opentype"),
    url(../fonts/PFDinText/PFDinTextArabic-Medium-ttf.ttf) format("truetype"),
    url(../fonts/PFDinText/PFDinTextArabic-Medium-woff.woff) format("woff"),
    url(../fonts/PFDinText/PFDinTextArabic-Medium-woff2.woff2) format("woff2"),
    url(../fonts/PFDinText/PFDinTextArabic-Medium-svg.svg) format("svg");
    font-weight:500;
    font-style:normal
} */
@font-face{
    font-family:PFDinTextAR;
    src:url(../fonts/PFDinText/PFDinTextArabic-Regular-eot.eot) format("embedded-opentype"),
    url(../fonts/PFDinText/PFDinTextArabic-Regular-ttf.ttf) format("truetype"),
    url(../fonts/PFDinText/PFDinTextArabic-Regular-woff.woff) format("woff"),
    url(../fonts/PFDinText/PFDinTextArabic-Regular-woff2.woff2) format("woff2"),
    url(../fonts/PFDinText/PFDinTextArabic-Regular-svg.svg) format("svg");
    font-weight:400;
    font-style:normal
}
/*     
@font-face{
    font-family:PFDinTextAR;
    src:url(../fonts/PFDinText/PFDinTextArabic-XBlack-eot.eot) format("embedded-opentype"),
    url(../fonts/PFDinText/PFDinTextArabic-XBlack-ttf.ttf) format("truetype"),
    url(../fonts/PFDinText/PFDinTextArabic-XBlack-woff.woff) format("woff"),
    url(../fonts/PFDinText/PFDinTextArabic-XBlack-woff2.woff2) format("woff2")
    url(../fonts/PFDinText/PFDinTextArabic-XBlack-svg.svg) format("svg");
    font-weight:700;
    font-style:normal
} */
html {
    -webkit-text-size-adjust: none; /*  to disable zoom and pan */
    touch-action: manipulation; /*  to disable zoom and pan */
    }
body{
    margin: 0;
    font-family: 'MullerLight', sans-serif;
    overflow: hidden;
    touch-action: pan-x pan-y; /*  to disable zoom and pan */
    }

  /*  *******   LANGUAGE PAGE STYLE  ********** */
#languagePage-container{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    color: white;
    overflow: hidden;
    z-index: 2;
}    
#language-container>div{
    display: flex;
    height: 20%;
    justify-content: center;
}
#row1 {
    height: 30%;
}

#language-container {
    display: flex;
    justify-content: center;
    /* background-color: rgba(255, 255, 224, 0.137); */
    width: 33.333%;
    height: 100%;
    flex-direction: column;
}   
#aldar-logo{
    width:60px;
    height:60px;
}
#home-icon{
    width:150px;
    position: relative;
}
#home-icon img{
    position: absolute;
}
#home-icon svg{
    position: relative;
}
#home-slogan{
    display: flex;
    align-items: center;
    font-family: 'MullerLight', sans-serif;
    font-size: 18px;
    text-align: center;
    
}
#en-icon, #ar-icon{
    width:45px;
    padding: 3px;
    cursor: pointer;
}
#en-icon:hover, #ar-icon:hover{
    background-color: rgb(56, 56, 56);
}
#en-icon:active, #ar-icon:active{
    background-color: rgb(39, 39, 39);
}
#pv-logo{
    padding-bottom: 12px;   
    position:relative;  
    justify-self: flex-end; 
}
#pv-logo img {
    width: 50px;
} 
#row2{
    /* background-color: rgba(144, 238, 144, 0.185);  */
    height: unset !important;
}
#row4{
    /* background-color: rgba(119, 136, 153, 0.247);  */
    align-items: center;
}
#row5{
    /* background-color: rgba(135, 206, 250, 0.192);  */
    height: 20% !important;
    align-items: center;
}
#row6 {
    height: 10%;
    align-items: flex-end;
}
#right-side{
    width:33.333%;
    /* background-color: lightsteelblue;  */
    display: flex;
    align-self: self-start;
    justify-content: start;
    align-items: flex-start;
}
#left-side{
    width:33.333%;
    /* background-color: lightsteelblue;  */
    display: flex;
    align-self: flex-end;
    justify-content: flex-end;
    align-items: flex-start;
}
#top-hand{
    width: 450px;

    margin-left: -50px;
    -ms-interpolation-mode: bicubic;
    }
#bottom-hand{
    margin-right: -50px;
    width: 450px;
    -ms-interpolation-mode: bicubic;
    transform: rotate(180deg);
}
 
/* ********  SQUARE LOADING style **********/
 
.stroke-still {
    stroke: #232323;
}
.stroke-animation {
    stroke: #ffffff;
    -webkit-animation: stroke-spacing 1.2s ease-in;
            animation: stroke-spacing 1.2s ease-in;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-play-state: running;
            animation-play-state: running;
    -webkit-transform-origin: center center;
            transform-origin: center center;
}
    
@-webkit-keyframes stroke-spacing {
    0% {
    stroke-dasharray: 0 200;
    }
    45% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200 200;
    }
    90% {
    stroke-dashoffset: -200;
    stroke-dasharray: 200 200;
    }
    100% {
    stroke-dashoffset: -200;
    stroke-dasharray: 200 200;
    }
}

@keyframes stroke-spacing {
    0% {
    stroke-dasharray: 0 200;
    }
    45% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200 200;
    }
    90% {
    stroke-dashoffset: -200;
    stroke-dasharray: 200 200;
    }
    100% {
    stroke-dashoffset: -200;
    stroke-dasharray: 200 200;
    }
}

@-webkit-keyframes stroke-color {
    0%  { stroke: #3498DB; }
    24% { stroke: #643232; }
    25% { stroke: #327864; }
    49% { stroke: #327864; }
    50% { stroke: #32326e; }
    74% { stroke: #32326e; }
    75% { stroke: #78325a; }
    99% { stroke: #78325a; }
}

@keyframes stroke-color {
    0%  { stroke: #ffffff; }
    24% { stroke: #643232; }
    25% { stroke: #327864; }
    49% { stroke: #327864; }
    50% { stroke: #32326e; }
    74% { stroke: #32326e; }
    75% { stroke: #78325a; }
    99% { stroke: #ffffff; }
}
/* ********  end SQUARE LOADING style **********/


@media only screen and (max-height: 730px) { 
    #row1{
        height: 30% !important;
    }
    #row3{
        height: 20%; 
        /* background-color: blue; */
    }
    #home-icon {
        width: 130px;
    }
}
@media only screen and (max-height: 480px) { 
    #row3{
        height: 20%; 
         
     }
    #row1{
        height: 10% !important;
    }
    #row5{
        height: 30% !important;
    }
    #home-icon {
        width: 100px;
    }
    #top-hand {
        margin-top: -100px;
    }
    #bottom-hand {    
        margin-bottom: -100px;
    }

}
/* iPhone Landscape */

/* @media screen and (max-device-width: 480px) and (orientation:portrait), 
    screen and  (min-width: 2048px) */
@media screen and  (max-device-height:500px)   
{
    #home-slogan {
        font-size: 14px;

    }
    #home-icon{
        width: 89px !important;
    }
    #en-icon, #ar-icon {
        width: 40px;
    }
    #aldar-logo {
        width: 45px;
        height: 45px;
        }
}
@media screen and (max-device-width: 550px) and (max-device-height:500px)   

{
    #top-hand {
    margin-left: -27px;
    margin-top: -104px !important;
    }
    #bottom-hand {
     margin-bottom: -126px !important;
    }
   
}

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

    #top-hand{
        margin-left: -150px; 
        margin-top: -25px;
        width: 300px;
    }

    #bottom-hand {
        margin-right: -150px; 
        width: 300px;   
        margin-bottom: -30px;

    }  
    #left-side, #right-side{
        width:10%;
    }
    #language-container { 
        width: 80%;
    }
    #home-icon {
        width: 125px;
    }
}
@media screen and (max-device-height: 640px){
    #top-hand{
        margin-top: -30px; 
        width: 300px;
     }

    #bottom-hand {
        margin-bottom: -30px; 
        width: 300px;
    }  
}
@media screen and  (min-width: 2048px)
{

    #home-icon {
         width: 300px;
    }  

    #home-slogan {
        font-size: 40px;
        }
    #en-icon, #ar-icon {
        width: 90px;
        padding: 10px;
        }
    #aldar-logo {
        width: 120px;
        height: 120px;
    }
    #pv-logo img {
        width: 100px;
    }

    #top-hand{
        margin-left: -250px;
        width: 700px;
    }

    #bottom-hand {
        margin-right: -300px;
        width: 700px;   
    }  

    #left-side, #right-side{
        width:10%;
    }
    #language-container { 
        width: 80%;
    }

}
  /*  *******  END LANGUAGE PAGE STYLE  ********** */
  
  #help-wrapper-ar, #help-wrapper{
    background-color:#000000a6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5011;
    }

#help-bg{
    /* background-color:#000000;
    opacity: .7;
    width: 100%;
    height: 100%;
    position: absolute; */
}

 @media (max-width: 1000px), (max-height: 600px) {
        #help-wrapper{
            overflow:scroll;
        }
        #help-bg{
            /* opacity: 0; */
        }
        .close {
            display: none !important;
           } 
        .close-smallScreens{
            display: block !important;
        }
    }  
    

#controlsPanel{
    display: block;
     margin:auto;
    bottom:15px;
    position: fixed;
      right:-6px;
    width:60px;
    background-color: rgba(255, 0, 0,0);
    z-index:1;
    }


#help-button{
		height: 30px;
		margin:5px 20px 0px 20px;
		z-index:100;  
		cursor:pointer;
	  }
	  

#gyro-button{
		width: auto;
		height: 30px;
		margin: 0px 0px 0px 10px;
		z-index: 100;
		cursor: pointer;
		right: 0;
    }
    
.btn-shadow{
		-webkit-filter: drop-shadow(0px 1px .5px rgba(0, 0, 0, 0.6));
		filter: drop-shadow(0px 1px .5px rgba(0, 0, 0, 0.6));
	}
.btn-shadow:hover{
		opacity: .7;
	}
.btn-shadow:active{
		opacity: .5;
	}

#fullscreen-button, #fullscreen-button2{ 
    width:35px; 
    height:35px;                                 
    z-index:100;  
    cursor:pointer;
    background-size: contain;
    margin: auto;
    }
    

.show{
    display:block;  
}

.hide{
    display:none;  
}


#helpImage{
  
    width: 50vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/***************************
********  HELP  ***********/

#help-border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 625px;
    background-color:rgba(51, 51, 51, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
    padding: 7px; 
    z-index: 5010
}

#help {
    color: #b2b2b2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	
    width: 1000px;
    height: 625px;
    background-color:rgba(0, 0, 0, 0.6);
    z-index: 5010;
    pointer-events: none;
}


.close {
    position: absolute; 
    top: 10px;
    right:5px; 
    width: 50px;
    height: 50px;
    display: block;
    background-image: url('../assets/close_help.png');
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
    background-size: 30px 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer ;
    z-index: 6000;
        
   } 
.close-smallScreens{
    display: none;
    position: fixed;
    top: 15px;
    right:30px; 
    width: 50px;
    height: 50px;
    background-image: url('../assets/close_help.png');
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
    background-size: 30px 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer ;
    z-index: 6000;
   }

/*.column {
    position: relative;
    height: 100%;
    width: 200px
}*/

.column {
    float: left;
    width: 25%;
  }

  .last-column{
    bottom:0px;
  }
  
  /* Clear floats after the columns */
  /*.wrapper:after {
    content: "";
    display: table;
    clear: both;
  }*/

#help #wlc-msg{
    position:absolute;
    top:50px;
    left: 50%;
    transform: translate(-50%) ;
    font-family: 'MullerBold';
    font-size: 16px;
    color:#b2b2b2;
    letter-spacing: 3px;
}  
 
#help-wrapper-ar #help #wlc-msg{
    position:absolute;
    top:50px;
    left: 50%;
    transform: translate(-50%) ;
    font-family: 'PFDinTextAR';
    font-size: 22px;
    color:#b2b2b2;
    letter-spacing: 0px;
}  
#help-wrapper-ar #help .text {
    
    font-size: 13px;
    font-family: 'PFDinTextAR';
    padding-top: 10px;
}

#help-wrapper-ar #hol-msg{
    font-family: 'PFDinTextAR';
    font-size: 16px;
}
#help .table {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 150px;
    transform: translate(-50%);
}

/*#help .wrapper {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    white-space: nowrap
}
#help .wrapper:after {
    content: '';
    display:block;
    height: 100%
}*/


#help .icon {
    white-space: normal;
    width: auto;
    height: 180px;
    object-fit: cover; 
}

/*#help .arrows {
    white-space: normal;
    width: auto;
    height: 180px
}*/

#help .text {
    white-space: normal;
    font-size: 13px;
    line-height: 1.8em;
    color: #9e9e9e;
    text-shadow: none;
    text-align: center;
    font-family: 'MullerBold';
    padding-top: 10px;
}

#help .text span{
    color: #ffffff;
}
#hol-msg span{
     
    color: #ffffff;
}
@media (max-width: 599px),
(max-height: 600px) {
   #help {
        position: absolute;

    }
    .ltr #help {
        right: 0
    }
    .rtl #help {
        left: 0
    }
    #help .close {
        top: 10px
    }
}

#hol-msg{
    position:absolute;
    bottom:150px;
    left: 50%;
    transform: translate(-50%) ;
    font-family: "MullerLight";
    font-size: 13px;

}

#hol-menu{
    position: absolute;
    height: 90px;
    width: auto;
    bottom: 42px;
    left: 50%;
    transform: translate(-50%);
}
    /* 
 #my-addon-button {
     list-style-image: url(icon16.png);
 }*/
/* This is the important part: */
/* EDIT: No longer needed since Firefox 44. */
/*#my-addon-button image {
    width: inherit;
}
*/
/* High-resolution displays */
/*@media (min-resolution: 2dppx) {
    #my-addon-button {
        list-style-image: url(icon32.png);
   }
}*/


/* .htmllightbox-caption__body {
    max-height: 65vh;
    overflow: hidden;
    pointer-events: all;
    font-family: PFDinTextAR;
    font-size: 20px;
} */