/*-- Use For Custom Styling --*/
/* * {
  font-family: "Heebo", sans-serif;
} */

* {
  /* font-family: 'Heebo', sans-serif !important; */
  /* font-family: 'Open Sans', sans-serif !important; ; */
  font-family: "Rubik", sans-serif;
  /* font-family: 'Rubik Dirt' !important;; */
}

body {
  background-color: #f6f6f6 !important;
}

.navBar {
  position: fixed;
  height: 30px;
  width: 100%;
  z-index: 1000;
  top: 0px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.navbar-nav {
  float: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.navbar-nav > li {
  display: inline-block;
  float: none;
}

.navbar-brand {
  padding: 0px !important;
  margin: 0px !important;
}

.navLogo {
  width: 200px !important;
  padding-top: 0px !important;
}

.lineHeader {
  margin-top: 7px;
  height: 1px;
  color: #cccccc;
}

.nav-item {
  font-weight: bold;
}

.videoContainer {
  opacity: 1;

  z-index: 10;
}

.myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100% !important;
  min-height: 100% !important;
  /* -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);  */
  /* -webkit-filter: opacity(50%);
  filter: opacity(50%); */
  z-index: 5;
}

.videoInfo {
  left: 38%;
  top: 38%;
  position: absolute;
  z-index: 10000;
  font-family: "Rubik Dirt" !important;
  color: white;
}

.videoInfo h1 {
  font-size: 80px;
  font-family: "Rubik Dirt" !important;
  animation: fadeIn 5s;
}

.videoInfo h2 {
  font-size: 55px;
  font-family: "Rubik Dirt" !important;
  margin-top: -10px !important;
  margin-left: 20px !important;
  animation: fadeIn 5s;
  text-align: center !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.aboutContainer {
  padding-top: 100px !important;
  padding-bottom: 40px !important;
}
.mainAbout {
  direction: rtl !important;

  color: #666666 !important;
  font-size: 14px !important ;
}

.aboutText {
  text-align: right;
  direction: rtl;
  font-size: 15px;
  font-weight: bold;
}

.aboutImg {
}

.aboutImg img {
  width: 80% !important;
}

.infoContainer {
  padding-top: 100px !important;
  background-color: white;
}

.infoRow {
  padding-top: 100px !important;
}
.card-title {
  text-align: right !important;
  direction: rtl !important;
  font-size: 24px !important;
  color: #666666 !important;
  font-weight: bold !important;
}

.card-text {
  text-align: right !important;
  direction: rtl !important;
}

.newsContainer {
  background-color: #f6f6f6 !important;
  width: 100% !important;
  padding-top: 100px;
  margin-top: 100px !important;
  text-align: center !important;
  padding-bottom: 120px;
}

.newsRow {
  padding-top: 100px;
}

.infoTitle {
  font-size: 44px !important;
}

.galleryContainer {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background-color: white !important;
}

.portfolio-menu {
  text-align: center;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}

.portfolio-item .item {
  /*width:303px;*/
  float: left;
  margin-bottom: 10px;
}

.contactContainer {
  padding-top: 0px;
  padding-bottom: 60px;
  /* background-color: white !important; */
}

.contactLogo {
  margin-top: 100px;
}

.contactInfo {
  text-align: center;
  direction: rtl;
  margin-top: 100px;
}

.contactInfo p {
  padding: 10px 20%;
  font-size: 18px !important;
  font-weight: 400;
}

.singlePageContactInfo {
  text-align: center;
  direction: rtl;
  background-color: white !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-top: 20px;
  padding-bottom: 80px;
}

.articleCol {
  padding-top: 1px;
  color: #666666 !important;
  font-size: 17px !important;
  text-align: right !important;
  direction: rtl;
}

.articleCol h1,
h2,
h3 {
  font-size: 25px !important;
  margin-top: 20px;
  text-align: right !important;
}

.articleContainer {
  text-align: right !important;
  direction: rtl;
  background-color: white !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-top: 25px;
  padding-bottom: 80px;
  padding: 20px 40px;
}

.singlePageContactInfo p {
  padding: 0px 40px;
  font-size: 18px !important;
  font-weight: 400;
}

.singlePageContactInfo form {
  padding: 15px 40px !important;
}
form {
  padding: 5px 20%;
}
.form-group {
  text-align: right;
  direction: rtl;
}

.globlaWhatsapp {
  position: fixed;
  z-index: 10000;
  bottom: 20px;
  right: 10px;
}

.advice {
  background-color: #c8ae40 !important;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 10px;
  color: black !important;
  border-radius: 8px;
  cursor: pointer;
}

.advice a {
  color: black !important;
  text-decoration: none;
}

.advice a:hover {
  color: #000 !important;
  text-decoration: none;
}

.advice:hover {
  background-color: #f6f6f6 !important;
  color: #000 !important;
  font-weight: bold;
}

.card .btn-primary {
  float: left;
  background-color: #666666 !important;
  color: white !important;
}

.btn-primary a {
  background-color: green !important;
  color: white !important;
  text-decoration: none;
}

.btn-primary:hover {
  float: left;
  background-color: #cccccc !important;
  color: #32293a !important;
}

.mobileIndex {
  display: none;
}

.connectIcondDvMobile {
  display: none;
}

.mobileLogo,
.mobileLogoArticle {
  display: none;
}

.mainPageContainer {
  direction: rtl !important;
  margin-top: 10px;
  padding-bottom: 100px !important  ;
}

.containerCarusel {
  width: 85%;
  margin: auto;
  margin-top: 0px;
  padding-top: 100px;
}

.portfolio {
  width: 100%;
  margin: auto;
}

.portfolioContainer {
  width: 100%;
  margin: auto;
  margin-top: 15px;
}

.owlInfo {
  background-color: white;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  direction: rtl !important;
  text-align: right !important;
  height: 330px;
}

.owlInfoTitle {
  font-size: 17px;
  font-weight: bold;
}

.owlInfoDesc {
  font-size: 15px;
  margin-top: 10px;
  height: 180px !important;
}

.owlButton {
  margin-top: 20px;
  width: 80%;
  margin-right: 10%;
  background-color: #666666 !important;
  color: white !important;
}

.owlButton:hover {
  color: #32293a !important;
  background-color: #cccccc !important;
  font-weight: bold;
}

.mainDescription {
  text-align: right !important;
  font-weight: bold;
  font-size: 24px;
  color: #32293a;
}

.owl-item a {
  color: #666666 !important;
  text-decoration: none;
}

.articlesContainer {
  background-color: #f6f6f6 !important;
  padding: 0px 50px 90px 50px;
}

.mainPageContacContainer {
  margin-top: 40px !important;
}

.cardContainer {
  margin-top: -15px !important;
  height: 800px;
  overflow-y: auto;
}

.card a {
  color: #666666 !important;
  text-decoration: none;
}
.card-title {
  color: #666666 !important;
  text-decoration: none;
}

.mobileLogoContainer {
  margin-top: 100px !important;
}

@media (max-width: 800px) {
  .myVideo {
    display: none;
  }

  .mobileIndex {
    display: block;
    margin-top: -30px !important;
  }

  .videoContainer {
    opacity: 1;
    z-index: 10;
  }

  .advice {
    display: none;
  }

  .videoInfo {
    width: 100% !important;
    position: absolute;
    text-align: center !important;
    left: 0px !important;
  }

  .videoInfo h1 {
    width: 100%;
    font-size: 50px;
  }

  .videoInfo h2 {
    width: 100%;
    font-size: 30px;
    margin-left: 0px !important;
  }

  .connectIcondDvMobile {
    display: block;
    position: absolute;
    top: 55%;
    left: 30%;
  }

  .aboutText {
    padding: 10px 30px;
  }

  .aboutImg img {
    width: 100% !important;
    padding: 0px 20px 30px 20px !important  ;
  }

  .infoContainer {
    padding-top: 30px !important;
  }

  .infoRow {
    padding-top: 10px !important;
  }

  .newsRow {
    padding-top: 10px;
  }

  .contactInfo p {
    padding: 10px 20px;
    font-size: 18px !important;
    font-weight: 400;
  }

  form {
    padding: 5px 20px;
  }

  .navBar {
    display: none;
  }

  .mobileLogo {
    display: block;
    position: absolute;
    z-index: 10000;
    width: 80% !important;
    left: 10%;
    top: 20px;
  }

  .mobileLogoContainer {
    margin-top: 0px !important;
    top: 0px !important;
    position: fixed;
    z-index: 10000;
    width: 100% !important;
    background-color: #f6f6f6 !important;
    height: 60px !important;
  }

  .mobileLogoArticle {
    display: block;
    width: 60% !important;
    left: 200px !important;
    top: 20px;
  }

  .mobileLogoArticle img {
    margin-left: 30% !important;
  }

  .contactContainer {
    margin-top: 20px !important;
  }

  .cardContainer {
    margin-top: 40px !important;
  }

  .articlesContainer {
    background-color: #f6f6f6 !important;
    padding: 0px 2px 90px 2px;
  }
}
