@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600&display=swap');

:root {
  --colorOne: #000;
  --FontcolorOne: #cead7b;
  --colorTwo: #cead7b;  
  --FontcolorTwo: #000;
  --colorThree: #fff;  
  --FontcolorThree: #000;
  direction: rtl;
}

body {
  font-family: 'Cairo', sans-serif;
  text-align: center;
  color: var(--FontcolorOne);
  background-color: var(--colorOne);
}

.bgColorOne {
  color: var(--FontcolorOne);
  background-color: var(--colorOne);
}

.bgColorTwo {
  color: var(--FontcolorTwo);
  background-color: var(--colorTwo);
}

.bgColorThree {
  color: var(--FontcolorThree);
  background-color: var(--colorThree);
}

.colorWhite {
  color: white;
}

.colorOne {
  color: var(--colorOne);
}

.colorTwo {
  color: var(--colorTwo);
}

.colorThree {
  color: var(--colorThree);
}

a {
  color: black;
  text-decoration: none;
}

a:link {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #cead7b;
}

.linkColorOne,
.linkColorTwo,
.linkColorThree {
  text-decoration: none;
}

.linkColorOne:link {
  color: var(--colorTwo);
}

.linkColorOne:hover {
  color: var(--colorThree);
}

.linkColorTwo:link {
  color: var(--colorOne);
}

.linkColorTwo:hover {
  color: var(--colorThree);
}

.linkColorThree:link {
  color: var(--colorOne);
}

.linkColorThree:hover {
  color: var(--colorTwo);
}

.card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.iconsapp:hover {
  border: var(--colorTwo);
  box-shadow: 0 1rem 5rem var(--colorTwo);
}

.img1 {
  width: 100%;
  max-width: 100%;
}

.crop {
  height: 300px;
  overflow: hidden;
  justify-content: center;
}

.crop img {
  max-width: 100%;
  height: auto;
  justify-content: center;
  border-radius: 15px 15px 1px 1px;
}

.border-radius-15 {
  border-radius: 15px 15px 1px 1px;
}

.max_width {
  max-width: 60%;
}

.footerIcone {
  display: inline-flex;
  align-items: center;
}

.navbar-nav1 {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (max-width: 575px) {
  .displayInitial {
    display: initial !important;
  }
}

.background_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.align_items {
  float: right !important;
  align-items: center;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 15px;
}

.cardA {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}

.commentsCard {}

.comment {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: white;
  text-align: right;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 5px;
}

.borderMessage {
  border-bottom: 3px solid var(--colorTwo);
}

.imagesLink img {
  width: 100%;
  margin-bottom: 10px;
}

span svg {
  display: none;
}

.tox-notifications-container {
  display: none;
}

.tox-tinymce {
  width: 100%;
  border: 2px solid #eee;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: hidden;
  position: relative;
  visibility: inherit !important;
}

@import url(//fonts.googleapis.com/css?family=Lato:300:400);

body {
  margin: 0;
}

h1 {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 48px;
}

p {
  letter-spacing: 1px;
  font-size: 14px;
  color: #333333;
}

.header {
  position: relative;
  text-align: center;
  color: white;
}

.logo {
  width: 50px;
  fill: white;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.inner-header {
  height: 65vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }

  h1 {
    font-size: 24px;
  }
}


.views-counter {
    text-align: left;
    direction: ltr;
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}
















