/*fonts*/
/*@font-face {*/
/*    font-family: Pacifico;*/
/*    src: url(../fonts/Pacifico-Regular.ttf);*/
/*}*/

@font-face {
  font-family: Rakkas;
  src: url(../fonts/Rakkas-Regular.ttf);
}
body {
  direction: rtl;
}
.Rakkas-font {
  font-family: "Rakkas";
}
a:hover {
  text-decoration: unset;
}

/*scroll*/
::-webkit-scrollbar {
  width: 8px;
}
#scrollable-section ::-webkit-scrollbar {
  width: 3px;
}
/* Track */
::-webkit-scrollbar-track {
  background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #343434;
}
#scrollable-section ::-webkit-scrollbar-thumb {
  background: #343434;
  border-radius: 20px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #343434;
}

/*font size*/
.fs-50 {
  font-size: 50px;
}
.fs-25 {
  font-size: 25px;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}
.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}
.fs-13 {
  font-size: 13px;
}
.fs-12 {
  font-size: 12px;
}

/*height*/
.h-29 {
  height: 29px !important;
}
.h-30 {
  height: 30px !important;
}
.h-35 {
  height: 35px;
}

.h-36 {
  height: 36px;
}

.h-95 {
  height: 95%;
}

.h-81vh {
  height: 81vh;
}

.h-400 {
  height: 400px;
}

.h-500 {
  height: 500px;
}

/*colors*/
.gray {
  color: #807f85;
}
.yellow {
  color: #ffb900;
}
.yellow:hover {
  color: #ffb900;
}
.bg-dark-gray {
  background-color: #343434;
}
.dark-gray {
  color: #676767 !important;
}
.bg-blue {
  background-color: #034f83;
}
.bg-yellow {
  background-color: #ffb900;
}
.red {
  color: #e82931;
}
.bg-red {
  background-color: #e82931;
}
.bg-dark-opacity {
  background-color: #00000078;
}
.btn-warning {
  background-color: #ec9a1d !important;
  border: 1px solid #ec9a1d !important;
  color: white !important;
}

.shadow-orange {
  text-shadow: 0 3px #ffa300;
}
.px-50 {
  padding: 0 50px;
}
.px-200 {
  padding: 0 200px;
}
/*nav*/
.navbar {
  transition-duration: 0.3s;
}
.nav-logo {
  width: 100px;
  height: 50px;
}
.nav-link {
  display: block;
  height: 60px;
  padding: 1.1rem 1rem;
}
.active::before {
  width: 58px;
  height: 2px;
  background-color: black;
  content: "";
  position: absolute;
  /* right: 0; */
  top: 51px;
}
.nav-icon {
  width: 10%;
  text-align: center;
}
.nav-icon i {
  margin: 0 10px;
  font-size: 20px;
  margin-top: 10px;
}
.nav-link {
  color: black;
  font-weight: bold;
  font-size: 20px;
  margin: 0 20px;
}
.nav-link:hover {
  text-decoration: unset;
  color: #ffa300;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: unset;
}
.navbar-collapse {
  text-align: right;
}
.navbar-nav {
  padding-right: 40px;
}
/*intro*/
.intro-bg {
  height: 100vh;
  background-image: url("../img/IMG_5422.JPG");
  background-size: cover;
  background-position: center;
}
.intro-div-text {
  /*background: #ffb900;*/
  height: 55px;
  position: relative;
  top: 50vh;
  text-align: center;
}
.intro-text {
  position: relative;
  font-size: 80px;
  background: #ffb900;
  height: 40px;
  padding: 0 30px;
  display: inline-block;
}
.intro-span {
  position: relative;
  top: -40px;
  text-shadow: 0 7px #ffa300;
}
.intro-btn {
  position: relative;
  top: 80vh;
}
.btn-dark {
  color: #f3b000;
  font-size: 20px;
  background: black;
  padding: 5px 20px;
}
.parsley-required {
  list-style: none;
  color: red;
}
.parsley-errors-list {
  padding: 0;
}
/*menu*/
#menu {
  background-image: url("../img/menu-bg.png");
  background-size: cover;
}
.menu-img {
  max-width: 400px;
}
.btn-warning {
  padding: 5px 40px;
  color: black !important;
  background-color: #ffb900 !important;
}
/*brunch*/
#brunch {
  background-image: url("../img/brunch-bg.png");
  background-size: cover;
  background-position: bottom;
}
.brunch-div-text {
  /*background: #ffb900;*/
  height: 55px;
  text-align: center;
}
.brunch-text {
  position: relative;
  font-size: 50px;
  background: #000;
  height: 30px;
  padding: 0 60px;
  display: inline-block;
  transform: skew(0deg, -3deg);
}
.brunch-span {
  color: white;
  position: relative;
  top: -19px;
  text-shadow: 0 4px #000;
}

/*contact*/

.contact-div-text {
  /*background: #ffb900;*/
  height: 55px;
  text-align: center;
}
.contact-text {
  position: relative;
  font-size: 50px;
  background: #ffb900;
  height: 30px;
  padding: 0 60px;
  display: inline-block;
  transform: skew(0deg, -3deg);
}
.contact-span {
  color: black;
  position: relative;
  top: -19px;
  text-shadow: 0 4px #ffb900;
}
.top-border {
  border-top: 1px solid #ffb900;
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 6px;
    padding-left: 6px;
  }
  .nav-icon {
    width: 100px;
  }
}
/*@media (min-width: 992px) {*/
/*    .navbar-expand-lg .navbar-nav .nav-link {*/
/*        padding-right: 1.5rem;*/
/*        padding-left: 1.5rem;*/
/*    }*/
/*}*/
@media (max-width: 991px) {
  .px-200 {
    padding: 0 0;
  }
  .navbar {
    /*background: #343434;*/
    height: 60px;
  }
  .navbar-collapse {
    background-color: white;
  }
  .nav-icon {
    width: 100%;
  }
  .navbar-nav {
    padding: 0px;
  }
  .navbar-brand {
    position: absolute;
    top: 0;
    left: 10px;
    right: unset;
  }
  .active::before {
    width: 0;
    height: 0;
  }
  .active {
    color: #ffb900;
  }
}
@media (max-width: 575px) {
  .w-50 {
    width: 75% !important;
  }
}
