@font-face {
    font-family: GothamBold;
    src: url(../fonts/Gotham-Bold.otf);
}

@font-face {
    font-family: GothamBook;
    src: url(../fonts/Gotham-Book.otf);
}

@font-face {
    font-family: GothamLight;
    src: url(../fonts/Gotham-Light.otf);
}

html{
	height: 100%
}

body{
  background-color: #181818;
  color: white;
  font-family: 'GothamLight';
  height: 100%
}

.parallax {
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

.lang_selector_container{
	position: absolute;
	top:10px;
	right: 10px;
	border: 1px solid white;
	border-radius: 5px;
	width: 90px;
	height: 30px;
	background-color: transparent;
	z-index: 1;
}

.lang_selector_item{
	width: 27px;
	float: left;
	margin-top: 4px;
	border-radius: 5px;
	text-align: center;
	margin-left: 2px;
}

.lang_selector_item_ar{
	line-height: 1;
	height: 20px
}

.lang_selector_item_active{
	background-color: white;
	color: black;
}

.topView{
  width: 100%;
  height: 630px;
  position: relative;
}

.animate-fading{animation:fading 10s infinite;width:100%;height:100%;object-fit: cover;display: none}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

.siteLogo{
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  text-align: center;
  margin-top: 200px
}
.siteLogoImage{
  object-fit: cover;
  width: 280px;
  height: 100%;
}

.siteblackLogoImage{
  object-fit: cover;
  width: 280px;
  height: 100%;
}

.topViewFade{
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #31374a;
  z-index: 1;
  position: absolute;
}

.MenuBar{
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: 0;
  padding: 0 270px;
}

.MenuItem{
  width: 25%;
  float: left;
  padding: 40px 0;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
}

.MenuItem:hover{
  font-weight: bold;
}

.SelectedItem{
  font-family: 'GothamBold'
}



.aboutSection{
  color: white;
}

.aboutImage{
  height: 950px;
  width: 100%;
  object-fit: cover;
}

.aboutInfo{
  padding: 220px 65px;
}

.aboutTitle{
  font-size: 27px;
  text-align: center
}

.aboutText{
  padding-top: 20px;
  font-size: 16px;
  text-align: center
}

.gallerySection{
  background-color: #1e1f1f;
  width: 100%;
}

.borderTitleBox{
  width: 100%;
  padding: 60px 0 ;
}
.borderTitle{
  width: 230px;
  margin: 0 auto;
  text-align: center;
  border-left: 1px solid white;
  border-right: 1px solid white;
  font-size: 27px;
  padding-left: 5px
}

.borderTitleAr{
  padding-right: 10px !important;
  text-align: right !important;
}

.viewMoreBox{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px
}

.viewMore{
  font-size: 15px;
  margin: 0 auto;
  width: 80px;
  text-align: center;
  cursor: pointer;
}

.galleryBlock{
  padding: 0 120px;
}

.galleryItem{
  height: 300px;
  background: white
}

.galleryImage{
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.galleryItemFade{
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  position: absolute;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}

.galleryItemFade:hover{
  opacity: 0.5;
}

.viewImage{
  width: 50px;
  height: 50px;
  margin-top: 120px
}

.innerFadeImage{
  padding:25px;
  text-align:center;
}

.textSectiontwo{
  background-color: #1e1f1f
}

.qaSection{
	background-color: black;
}

.margin_quest{
	margin-bottom: 50px;
	text-align: center
}

.qa_title{
	font-size: 18px;
	font-weight: bold
}

.qa_text{
	font-size: 15px;
	margin-top: 20px
}

.qa_line{
	width: 25%;
	margin: 0 auto;
	height: 1px;
	background-color: white;
	margin-top: 15px
}

.sectionTitle{
  text-align: center;
  font-size: 27px;
  padding-top: 60px;
}

.sectionText{
  padding: 60px 300px;
  text-align: center;
  font-size: 16px;
  min-height: 250px
}

.row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.eyebrowImage{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.contactImage{
  width: 45px;
  height:45px;
}

.fbdiv{
  padding-right:25px;padding-left: 20px;
}
.fbdivAr{
  padding-right:0px !important
}

.paddingBtm{
  padding-bottom: 40px
}

.copyRight{
  text-align: center;
  width: 100%;
  padding-bottom: 5px;
  color: white  ;
}

.developedBy{
  text-align: center;
  width: 100%;
  padding-bottom: 5px;
  font-family: AllCaps;
}

.developedBy:hover{
  font-size: 18px
}

a{
  color: white;
  text-decoration: none;
  cursor: pointer;
}

a:hover{
  color: white;
  text-decoration: none;
}

label{
  margin-left: 15px !important;
  font-weight: 0 !important
}

.contact{
  padding-bottom: 25px;
  font-family: 'GothamBook';
}

.contactBox{
  padding: 0 60px;
}

.formBox{
  padding: 0 60px;
  text-align: right;
}

.instaImage{
  width: 35px;
  height: 35px;
}

.copyRightSection{
  line-height: 30px;
}

input[type=text],textarea {
    color: white;
    width: 90%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #726e6e;
    box-sizing: border-box;
    background-color: transparent
}
textarea{
  max-height: 300px
}

input[type=submit] {
    width: 200px;
    background-color: transparent;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: 1px solid #726e6e;
    cursor: pointer;
    font-size: 20px;
    font-family: 'GothamBook';
}

input[type=submit]:hover {
    background-color: white;
    color: black
}



/*modal popup CSS*/

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);

}

.modal-content {
    background-color: black;
    margin: auto;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 30px;
}

.largeImageLeftBtn{
  left:0;position: absolute;top: 45%;cursor:pointer;
}

.largeImageRightBtn{
  right:0;position: absolute;top: 45%;cursor:pointer;
}

.largeImageBtnIcon{
  height:60px;width:60px
}

.gaq-error{
  color: rgb(143, 0, 0);
  margin-left: 50px;
}



/* popup */
.outerpopup{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  opacity: 0.7;
position: fixed;
z-index: 3;
}
.flappy-dialog {
  background-color: white;
  text-align: center;
  display: block;
  width: 65%;
  overflow: hidden;
  transform-origin: center center;
  transition: transform 0.4s ease;
  position: absolute;
  z-index: 3;
  margin-left: 18%;
  top: 60px;
  opacity: 0.65;
}

.siteblacklogo{
  width: 100%;
height: auto;
text-align: center;
margin-top: 30px;
}

.closetwo{
  color: black;
float: right;
font-size: 28px;
font-weight: bold;
margin-right: 15px;
margin-top: 5px;
cursor: pointer;
}
.flappy-dialog.hidden {
  transform: rotateX(-90deg);
}

.flappy-dialog h2 {
  color: black;
  border-bottom: 1px solid rgba(155, 155, 155, 0.25);

  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 3.5;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  margin: 0;
  padding: 0;
}

.flappy-dialog h1 {
  color: black;
  font-family: 'GothamLight', sans-serif;
  font-size: 21px;
  line-height: 1.8;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.flappy-dialogh3 {
  color: white;
  background: black;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin: 20px auto;
  margin-bottom: 4em;
  padding: 10px;
  width: 125px;
}

.flappy-dialog .flappy-dialog-buttons {
  background-color: #2e2e2e;
  overflow: hidden;
  position: relative;

  perspective: 500px;
}

.flappy-dialog button {
  color: rgba(255, 255, 255, 0.95);
  background-color: #8F69E8;
  border: none;

  font-size: 25px;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.01em;
  text-transform: uppercase;

  padding: 0 2em;

  transform-origin: 50% 0%;
  transition: transform 0.75s cubic-bezier(0.5, 3, 0.65, 0.45) 0.3s;
}

.flappy-dialog button + button {
  transition-delay: 0.35s;
}

.flappy-dialog.hidden button {
  transform: rotateX(-90deg);
}

.flappy-dialog button:hover {
  background-color: #865FDF;

  transition: background-color: 0.15s ease 0s, transform 0.15s ease 0s;
  transition-delay: 0s, 0s;
  transform: rotateX(-20deg);
}

.flappy-dialog .left-flap,
.flappy-dialog .right-flap
{
  background-color: #865FDF;
  border-bottom-left-radius: 25px;

  display: block;
  margin: 0;
  padding: 0;
  width: 208px;

  position: absolute;
  top: 0;
  bottom: 0;
  left:0;

  transform-origin: 50% 0%;
  transition: transform 0.75s cubic-bezier(0.5, 3, 0.65, 0.45) 0.25s;
}

.flappy-dialog .right-flap {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 25px;

  left: auto;
  right: 0;

  transition-delay: 0.4s;
}

.flappy-dialog.hidden .left-flap,
.flappy-dialog.hidden .right-flap
{
  transform: rotateX(-90deg);
}

	        
.slick-slide {
/*     margin: 0px 20px; */
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.link_action{
	padding: 10px;
	background-color: white;
	color: black;
	border-radius: 10px;
	width: 100%;
	font-size: 17px;
	cursor: pointer;
	margin-bottom: 25px;
	opacity: 0.7
}

.links_text{
  padding: 30px 300px;
  text-align: center;
  font-size: 16px;
  }

.link_action:hover{
	background-color: black;
	color: white;
}

.seperator{
	background-color: #1e1f1f;
	height: 100px;
	width: 100%
}
@media screen and (max-width: 992px) {
	.siteLogo{
	  margin-top: 140px
	}
  .sectionTitle{
    padding-left: 20px;
    padding-right: 20px;
  }
  .sectionText{
    padding: 60px 20px;
  }
  .links_text{
    padding: 30px 20px;
  }
  input[type=text], input[type=submit], textarea {
    width: 100%
  }
  .formBox, .contactBox{
    padding: 0 20px;
  }
  .paddRes{
    padding-bottom: 25px;
  }
  .aboutInfo{
    padding: 90px 20px
  }
  .galleryBlock{
    padding: 0 20px;
  }
  .MenuBar{
    padding: 0;
  }
  .MenuItem{
    width: 100%;
    background-color: #1e1f1f;
    padding: 10px 0;
  }
  .largeImageBtnIcon{
    height:30px;width:30px
  }
  .innerFadeImage{
    margin-top: 35%;
  }
  .largeImageBtnIcon{
    height:40px;width:40px
  }
  .gaq-error{
    margin-left: 0;
  }
  .flappy-dialog h1 {
    font-size: 18px
  }
  .siteblackLogoImage{
    width: 200px
  }
  .flappy-dialogh3{
      font-size: 13px;
      margin: 10px auto;
  }
  .topView{
	  background-position: 100% 0;
  }
  .aboutSection{
/* 	  background-position: 100% 0; */
  }
}
