html{
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100% !important;
  margin:0px;
  padding:0px;
}

body{
  scroll-behavior: smooth;
  margin:0px;
  padding:0px;
  height:100%;
  width: 100% !important;
}

.body{
  transition: all 1s;}

.title{
  color: white;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 80%;
  margin: auto;
  z-index: 100;
}

.boxTitle{
  padding: 80px;
  font-size: 15vmin;
  font-family: Dorsa;
  background: rgba(19,62,97,.15);
  opacity: 1;
}

#back{
  height: 0px;
  background: #3C6C93;
  opacity: .25;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index:100;
}

.sideTab{
  min-height: 250px;
  height: 100vh;
  width:100%;
  padding: 0px;
  margin: 0px;
  z-index: 100;
  position: relative;
  display: inline-block;
  margin-left: -1px;
  transition: 1s all;
  background: white;
}

.slideShow{
  position: absolute;
  top:0px;
  left:0px;
  height:100%;
  object-fit: cover;
  transition: opacity 3s ease-in-out;
  -webkit-transition: opacity 3s ease-in-out;
  width:100%;
  z-index:-1;
}

#actDownArrow{
  display: none;
}

#slides{
  z-index:-1;
}

.slideOut{
  opacity:0;
  z-index:1;
}

.nav{
  height: 100%;
  background: #77A2C5;
  transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  padding: 0px;
  margin: 0px;
  width: 250px;
  transition: all 1s;
  z-index:101;
  position:absolute;
  top:0px;left:0px;
  box-shadow: 0px 5px 15px 5px rgba(0,0,0,.15);
}

#navBack{
  transition: all 1s;
  position:absolute;
  top:0px;left:0px; bottom:0px;
  height: 100%;
  background: #77A2C5;
  transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  padding: 0px;
  margin: 0px;
  width: 250px;
  display: block;
}

.contact{
  display: none;
}

#page{
  position: relative;
  height: auto;
  padding: 0px;
  margin: 0px;
  width: 100%;
  display:inline-block;
}


.button{
  outline: none;
  cursor: pointer;
  opacity:1;
  padding:5px;
  margin: 0px;
  display: block;
  font-family: Montserrat;
  color: white;
  font-size: 20px;
  transition: all 1s;

}

.buttonCent{
    padding: 20px;
    padding-top: 40px;
}

.skew{
  display: block !important;
  transition: .3s;
}

.button:hover .skew{
  transform: skew(0deg);
  transform: rotate(0deg);
  transform: translateX(10px);
  -webkit-transform: skew(0deg);
  -webkit-transform: rotate(0deg);
  -webkit-transform: translateX(10px);
}

.logo{
  display: none !important;
}

.arrow{
  color: white;
  z-index: 101;
  position: absolute;
}

#downArrow{
  display: none;
}

#arrowBack{
  background: rgba(119,162,197,.25);
  position: fixed;
  top:0px;
  left: 0px;
  width:80px;
  height: 100px;
  z-index: 100;
  transition: all 1s;
}

#sideArrow{
  font-family: Astloch;
  font-size:125px;
  transition: all 1s;
  margin-top: -40px;
  left: 10px;
}

#actSideArrow{
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer !important;
  transition: all 1s;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.actSideArrowFixed{
  transform: rotate(-180deg) !important;
  -webkit-transform: rotate(-180deg) !important;
  margin-top: 20px !important;
}

.sideTabFixed{
  transform: translateX(250px) !important;
    -webkit-transform: translateX(250px) !important;
}

#blueBar{
  display: none;
}

.sideTabPos{
  top:0px !important;
  position: fixed !important;
}

.slideNavFix{
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
}

@media only screen and (max-height:280px){
  .boxTitle{
    background: transparent;}
}

@media only screen and (min-height:250px){
  .nav{
    height: 100vh;}
}

@media only screen and (min-height:375px){
  .contact{
    padding:0px;
    margin: 0px;
    height: 125px;
    width: 100%;
    position: absolute;
    left:0px;
    bottom:0px;
    cursor: pointer;
    font-size: 13px;
    font-family:Tajawal;
    display: table;
    text-align: left;
    background: #3C6C93;
    color: white;
    overflow: hidden;
    z-index: 100;
    padding-right: 1px;
  }

  .contactTxt{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width:650px){
  .boxTitle{
    padding: 80px;
    padding-top: 130px;
    padding-bottom: 130px;
    font-size: 120px;
  }

}

@media only screen and (max-height:500px){
  .boxTitle{
    padding:40px;}
}

@media only screen and (min-height:600px){
  #downArrow{
  display: block;}
}

@media only screen and (min-width: 769px){
  #downArrow{
    text-decoration: none;
    font-family: Astloch;
    font-size: 200px;
    top: calc(100vh - 215px);
    vertical-align: top;
    left: 30px; right:0px;
    width: 100px;
    height: auto;
    text-align: center;
    margin: auto;
    animation: bounce 3s ease-in-out infinite;
    -webkit-animation: bounce 3s ease-in-out infinite;
  }

  @keyframes bounce {
    0%{
      transform: translateX(0px) rotate(90deg);
    }
    50%{
      transform: rotate(90deg) translateX(10px);
    }
    100%{
      transform: translateX(0px) rotate(90deg);
    }
  }

  @-webkit-keyframes bounce {
    0%{
      -webkit-transform: translateX(0px) rotate(90deg);
    }
    50%{
      -webkit-transform: rotate(90deg) translateX(10px);
    }
    100%{
      -webkit-transform: translateX(0px) rotate(90deg);
    }
  }

  #actDownArrow{
    cursor: pointer;
    color: white;
    display: block;
  }

  .contact{
    display: none;
  }

  .boxTitle{
    background: rgba(19,62,97,.15);
    font-size: 105px;
    padding: 0px;
    margin-top: 45px;
    background: transparent;
  }

  .title{
    padding-top: 0px;
    width: 100%;
    margin: auto;
    display: block;
  }

  #back{
    height: 240px;}

  .sideTabFixed{
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
  }

  .sideTabPos{
    position: absolute !important;
  }

  #navBack{
    display: none;
  }

  #arrowBack{
    display: none;
  }


  #blueBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 275px;
    width: 100%;
    position: relative;
    font-size: 12px;
    background: #133E61;
    color: white;
    overflow: hidden;
    z-index: 5;
  }

  #blueBarTxt{
    text-align: center;
    font-family: Tajawal;
  }

  #contactTitle{
    font-size: 22px;
    text-align: center;
  }

.contactInfoBottom{
      padding: 0px;
      margin: 0px;
      display: inline-flex;
      padding-right: 15px;
      padding-left: 15px;
}

  .button:hover .skew{
    transform: skew(-20deg);
    transform: rotate(10deg);
    -webkit-transform: skew(-20deg);
    -webkit-transform: rotate(10deg);
  }

  #page{
    transform: none;
    -webkit-transform: none;
  }


  #actSideArrow{
    display: none;
  }
  .nav{
    transition: all .15s;
    -webkit-transition: all .15s;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    height: 100px;
    top: 140px !important;
    width:100%;
    background-color: transparent;
    position: absolute;
    z-index: 1005;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  }

  .button{
    text-align: center;
    opacity:1;
    display: inline-block;
    font-size: 17px;
    padding-left:20px;
    padding-right: 20px;
    transition: all 1s;
  }


  .buttonCent{
      padding: 0px;
      overflow: hidden;
      width: 100%;
      height:100px;
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
  }

  .buttonCentFix{
    justify-content: center;
  }
}

@media only screen and (min-width: 1000px){
  #downArrow{
    font-size: 235px;
    top: calc(100vh - 230px);
  }
  .logo{
    top:-76px;
    right:420px;
    padding: 0px;
    height: 70px;
    position: absolute;
    display: block !important;
  }

  .actLogo{
    position: absolute;
    margin: auto;
    left:0px;right:0px;
    height: 100%;
    object-fit: contain;
  }

  .nav{
    top: 140px !important;
  }

  .button{
    font-size: 18px;}

  .buttonCent{
      justify-content: flex-end;
      right: 15px;
  }

  .boxTitle{
    text-align: right;
    padding-right: 40px;
    font-size: 100px;
    margin-top:45px;
  }

  .fixLogo{
    height: 75px;
    left:12px;
    right: 100%;
    top:12px;
    z-index: 1005;
  }
}

.fixNav{
  position: fixed !important;
  top:0px !important;
  background: #77A2C5;
  box-shadow: 0px 5px 15px 5px rgba(0,0,0,.15) !important;
}
