/* almarai-700 - arabic */
@font-face {
  font-family: "Almarai-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/almarai-bold.eot"); /* IE9 Compat Modes */
  src: local("Almarai Bold"), local("Almarai-Bold"),
    url("../fonts/almarai-bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/almarai-bold.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/almarai-bold.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/almarai-bold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/almarai-bold.svg#Almarai")
      format("svg"); /* Legacy iOS */
}
/* almarai-regular - arabic */
@font-face {
  font-family: "Almarai-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/almarai-regular.eot"); /* IE9 Compat Modes */
  src: local("Almarai"), local("Almarai-Regular"),
    url("../fonts/almarai-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/almarai-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/almarai-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/almarai-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/almarai-regular.svg#Almarai")
      format("svg"); /* Legacy iOS */
}

* {
  box-sizing: border-box;
}
.wrapper {
  max-width: 1266px;
  width: 100%;
  min-height: calc(100vh - 66px);
  display: block;
  margin: auto;
}
.logo-container > span img {
  margin-right: 8px;
}
footer {
  background-color: #6b8da6;
  color: #fff;
  height: 66px;
  line-height: 66px;
  font-size: 14px;
  font-family: "Almarai-Regular";
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer > div {
  padding: 0 16px;
  max-width: 1266px;
  width: 100%;
  margin: auto;
  /* display: flex;
  justify-content: space-between; */
}
footer span{
    float: left;
}
.title {
  color: #728ca4;
  font-family: "Almarai-Bold";
  font-size: 48px;
  line-height: 80px;
}
.text {
  color: #728ca4;
  font-family: "Almarai-Regular";
  font-size: 24px;
  line-height: 48px;
}
@media screen and (max-width: 990px) {
  .title,
  .text {
    text-align: center;
    display: block;
    padding: 0 16px;
  }
  .title {
    margin: 24px 0;
    font-size: 28px;
    line-height: 48px;
  }
  .text {
    font-size: 18px;
    line-height: 48px;
  }
}
