/* this coding created by web developer/ Ahmed fawzy mohamed */
/* personal email: ahmedfawzyalhegazy2020@gmail.com */
/* whatsapp: +201094848584 */
/* website: https://orion-comp.com/ */
/* formal email: info@orion-comp.com */
/* linkedin account: https://www.linkedin.com/in/ahmed-fawzy-mohamed-48a771202 */

/* Start Global Rules */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --graylight: #d1a470;
  --graydark: #b99178;
  --black: #000000;
  --white: #ffffff;
  --main-transition: 0.25s;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: var(--white);
}
::-webkit-scrollbar-thumb {
  background-color: var(--graydark);
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--graylight);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fffbf9;
}
section {
  overflow: hidden;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.headingsec {
  text-align: center;
  margin-bottom: 50px;
}
.mainbtn {
  display: inline-block;
  padding: 7px 35px;
  border-radius: 30px;
  color: var(--white);
}
/* media query  */
@media (max-width: 320px) {
  .container {
    max-width: 300px !important;
  }
}
@media (min-width: 360px) {
  .container {
    max-width: 340px !important;
  }
}
@media (min-width: 410px) {
  .container {
    max-width: 390px !important;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}
/* End @media */

/* End Global Rules */

/* Start header */
.header {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0%;
  z-index: 999;
  overflow: hidden;
}
.header .container {
  padding: 7px 20px;
  background: #f3e7dd;
  border-radius: 50px;
  border: 2px solid var(--graydark);
}
.headerblog .container {
  background-color: var(--blue) !important;
}
.header .container > .row > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: right;
  align-items: center;
}
.header .container > .row > div:last-of-type {
  justify-content: left;
}
.header .linklogo img {
  height: 55px;
}
.header .menubtn {
  border-radius: 5px;
  color: var(--graydark);
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  left: 45px;
  cursor: pointer;
  display: none;
}
.header .mainbtn {
  background-color: var(--graydark);
  transition: var(--main-transition);
}
.header .mainbtn:hover {
  background-color: var(--graylight);
}
.header ul li {
  display: inline-block;
}
.header ul li a {
  margin-left: 15px;
  padding: 5px 8px;
  color: var(--graydark);
  font-weight: bold;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  font-optical-sizing: auto;
}

.header ul li a::after {
  content: " ";
  width: 50%;
  height: 2px;
  border-radius: 3px;
  display: block;
  background-color: var(--graydark);
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -40px;
  transition: all 0.35s ease-in-out;
}
.header ul li a:hover::after {
  bottom: 0px;
}
.header .upheadbtn {
}
@media (max-width: 576px) {
  .header .container {
    padding: 5px 10px;
    border-radius: 25px;
  }
  .header .container > .row > div {
    justify-content: center;
  }
  .header .container > .row > div:first-of-type {
    justify-content: center;
  }
  .header ul li {
    display: block;
    text-align: center;
    padding: 7px;
  }
  .header ul li a {
    margin-left: 0px;
  }
  .header .container > .row > div:last-of-type {
    justify-content: center;
    text-align: center;
  }
  .header .menubtn {
    display: block;
  }
  .header ul {
    display: none;
  }
  .header ul li a::after {
    display: none;
  }
  .header .upheadbtn {
    margin-left: auto;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .header .container {
    padding: 5px 10px;
    border-radius: 25px;
  }
  .header .container > .row > div {
    justify-content: center;
  }
  .header .container > .row > div:first-of-type {
    justify-content: center;
  }
  .header ul li {
    display: block;
    text-align: center;
    padding: 7px;
  }
  .header ul li a {
    margin-left: 0px;
  }
  .header .container > .row > div:last-of-type {
    justify-content: center;
    text-align: center;
  }
  .header .menubtn {
    display: block;
    margin-left: 20px;
  }
  .header ul {
    display: none;
  }
  .header ul li a::after {
    display: none;
  }
  .header .upheadbtn {
    margin-left: auto;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .header .linklogo img {
    height: 50px;
  }
  .header ul li a {
    margin-right: 0px;
  }
  .header .container > .row > div {
    padding: 0px;
  }
  .header ul li a {
    margin-left: 0px;
    font-size: 15px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .header ul li a {
    margin-right: 5px;
    margin-left: 5px;
  }
}
/* End header */

/* Start intro */
.intro {
  background: url("../img/intro-bg.png");
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  width: 100% !important;
  height: 700px;
  position: relative;
}
.intro .container {
  padding: 50px 0px;
  height: 100%;
}
.intro .row {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
}
.intro .row > div {
}
.intro .row > div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.intro span {
  color: var(--white);
  background-color: var(--graylight);
  display: inline-block;
  font-size: 20px;
  margin-bottom: 15px;
}
.intro h1 {
  margin-bottom: 20px;
}
.intro p {
  margin-bottom: 40px;
  font-size: 18px;
}
.intro .mainbtn {
  background-color: var(--graydark);
  transition: var(--main-transition);
}
.intro .mainbtn:hover {
  background-color: var(--graylight);
}
.intro img {
  width: 100%;
}
@media (max-width: 576px) {
  .intro {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 100vb;
  }
  .intro h1 {
    font-size: 20px;
  }
  .intro p {
    font-size: 10px;
  }
  .intro span {
    margin-top: 65px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .intro {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 100vb;
  }
  .intro span {
    margin-top: 50px;
  }
  .intro img {
    width: 80%;
    display: block;
    margin-right: auto;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .intro {
    height: 550px;
  }
  .intro h1 {
    font-size: 24px;
  }
  .intro p {
    font-size: 14px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
}
@media (min-width: 1200px) and (max-width: 2800px) {
  .intro {
    height: 850px;
  }
}
/* End intro */

/* Start planning */
.planning .container {
  padding: 50px 0px;
}
.planning .row > div:last-of-type {
  margin-top: 30px;
}
.planning .row > div > img {
  width: 90%;
  display: block;
  margin: auto;
}
.planning .planbox {
  background-color: #fff9f5;
  border: 1px solid var(--graydark);
  border-radius: 10px;
  padding: 20px;
  width: 350px;
  margin: auto;
  margin-bottom: 50px;
  transition: var(--main-transition);
}
.planning .planbox:hover {
  background-color: var(--graylight);
}
.planning .planbox span {
  background-color: var(--graydark);
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.planning .planbox img {
  width: 25px;
}
.planning .planbox p {
  margin-bottom: 0px;
  font-size: 20px;
}
@media (max-width: 576px) {
  .planning .planbox {
    margin-bottom: 10px;
  }
  .planning .row > div:not(:nth-of-type(3)) {
    margin-bottom: 30px;
  }
  .planning .row > div:last-of-type {
    margin-top: 0px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .planning .planbox {
    margin-bottom: 10px;
  }
  .planning .row > div:not(:nth-of-type(3)) {
    margin-bottom: 30px;
  }
  .planning .row > div:last-of-type {
    margin-top: 0px;
  }
  .planning .row > div > img {
    width: 65%;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .planning .planbox {
    width: 225px;
    margin-bottom: 10px;
  }
  .planning .planbox p {
    font-size: 13px;
  }
  .planning .row > div:last-of-type {
    margin-top: 0;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .planning .planbox {
    width: 300px;
    margin-bottom: 10px;
  }
  .planning .planbox p {
    font-size: 14px;
  }
  .planning .row > div:last-of-type {
    margin-top: 10px;
  }
}
/* End planning */

/* Start screens */
.screens {
  background: url("../img/screens-bg.png");
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  width: 100% !important;
  height: auto;
  position: relative;
}
.screens .container {
  padding: 50px 0px;
}
.screens .headingsec {
  color: var(--white);
  margin-bottom: 70px;
}
.screens .row > div {
}
.screens .row > div:nth-of-type(2) .screenbox {
  margin-top: -50px;
}
.screens .screenbox {
  width: 75%;
  margin: auto;
  position: relative;
}
.screens .screenbox img {
  width: 100%;
}
.screens .screenbox .overlay {
  width: 85%;
  margin: auto;
  background-color: #fff9f5;
  border: 3px solid var(--graydark);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.screens .screenbox .overlay span {
  color: var(--white);
  background-color: var(--graylight);
  display: inline-block;
  font-size: 14px;
  margin-bottom: 7px;
}
.screens .screenbox .overlay p {
  margin-bottom: 0px;
  font-size: 15px;
}
.screens .screenbox .topbanner {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.screens .screenbox .bottbanner {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .screens .row > div:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .screens .screenbox .bottbanner {
    bottom: auto;
    top: -50px;
  }
  .screens .row > div:nth-of-type(2) .screenbox {
    margin-top: 0;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .screens .screenbox {
    width: 100%;
  }
  .screens .row > div:last-of-type {
    margin: 80px auto 0px auto;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .screens .screenbox {
    width: 100%;
  }
  .screens .screenbox .overlay p {
    font-size: 13px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .screens .screenbox {
    width: 100%;
  }
}
/* End screens */

/* start video */
.video {
}
.video .container {
  padding: 50px 0px;
}
.video .row > div {
  margin-bottom: 30px;
}
.video video {
  width: 65%;
  margin: auto;
  display: block;
  border-radius: 30px;
}
.video h4 {
  margin-bottom: 30px;
  font-size: 24px;
}
.video h6 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-right: 35px;
}
.video h6 span {
  font-size: 24px;
  color: var(--graydark);
  margin-left: 10px;
  margin-right: -35px;
}
.video h6 p {
}
.video ul {
}
.video ul li {
  font-family: sans-serif;
  font-size: 18px;
  list-style: arabic-indic;
  list-style-position: inside;
  padding: 5px;
  background-color: var(--graylight);
  width: fit-content;
  margin-bottom: 5px;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .video video {
    width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .video video {
    width: 100%;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .video video {
    width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .video video {
    width: 75%;
  }
}
/* End video */

/* Start everything */
.everything .container {
  padding: 50px 0px;
}
.everything .row > div {
  position: relative;
}
.everything .row > div:first-of-type {
  padding-top: 40px;
  padding-left: 150px;
}
.everything .row > div img {
  width: 100%;
}
.everything h4 {
}
.everything p {
  margin-bottom: 30px;
}
.everything ul {
  margin-bottom: 30px;
}
.everything ul li {
  font-size: 18px;
  color: var(--graylight);
  padding: 10px 0px;
}
.everything ul li:not(:last-of-type) {
  border-bottom: 1px solid var(--graylight);
}
.everything ul li span {
  margin-left: 10px;
}
.everything a {
  transition: var(--main-transition);
}
.everything a:hover {
  background-color: var(--graydark);
}
.everything .circleimg {
  position: absolute;
  width: 200px !important;
  left: -60px;
  bottom: 0px;
  z-index: -1;
  animation-name: circleimg;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: linear;
}
@keyframes circleimg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
.everything .mainbtn {
  background-color: var(--graylight);
}
@media (max-width: 576px) {
  .everything .row > div:first-of-type {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
  .everything .row > div:first-of-type {
    padding-left: 0;
  }
  .everything .row > div img {
    margin-top: 60px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .everything .row > div:first-of-type {
    padding-left: 0;
  }
  .everything .row > div img {
    margin-top: 0px;
  }
}
/* End everything */

/* Start feedback */
.feedback {
  position: relative;
  padding: 50px 20px;
}
.feedback .feedimgbg {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  border-radius: 50px 0px 0px 50px;
  width: 30%;
}
.feedback .feedbackslider .owl-carousel {
  direction: ltr;
}
.feedback .feedbackslider .upcarbox {
}
.feedback .feedbackslider .slidebox {
  background-color: #fff9f5;
  border: 1px solid var(--graydark);
  border-radius: 10px;
  padding: 50px 20px;
  width: 350px;
  margin: auto;
  height: 200px;
}
.feedback .slidebox img {
  width: 30px;
  margin-left: 10px;
  border-radius: 3px;
  display: inline-block;
}
.feedback .feedbackslider .slidebox > div {
  text-align: right;
  direction: rtl;
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 24px;
  font-weight: bold;
}
.feedback .qoutright {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 35px;
  color: var(--graydark);
}
.feedback .qoutleft {
  position: absolute;
  bottom: 10px;
  left: 30px;
  font-size: 35px;
  color: var(--graydark);
}
.feedback .slidebox p {
  font-size: 20px;
  margin-bottom: 3px;
  color: var(--graydark);
  text-align: right;
}
.feedback .owl-nav {
  text-align: center;
}
.feedback .owl-nav button.owl-next,
.feedback .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  background-color: var(--graydark);
  margin: 15px 5px;
  border-radius: 5px;
}
.feedback .owl-nav button.owl-next:hover,
.feedback .owl-nav button.owl-prev:hover {
  background-color: var(--graylight);
}
.feedback .owl-nav button.owl-next span,
.feedback .owl-nav button.owl-prev span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
}
@media (max-width: 576px) {
  .feedback .feedbackslider .slidebox {
    width: 285px;
    height: 180px;
  }
  .feedback .feedimgbg {
    width: 75%;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .feedback .feedbackslider .slidebox {
    width: auto;
  }
  .feedback .feedimgbg {
    position: absolute;
    top: 55%;
    right: 0px;
    transform: translateY(-50%);
    border-radius: 50px 0px 0px 50px;
    width: 60%;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .feedback .feedbackslider .slidebox {
    width: auto;
  }
  .feedback .feedimgbg {
    position: absolute;
    top: 57%;
    right: 0px;
    transform: translateY(-50%);
    border-radius: 50px 0px 0px 50px;
    width: 45%;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .feedback .feedbackslider .slidebox {
    width: auto;
  }
}
/* End feedback */

/* Start offer */
.offer .container {
  padding: 50px 0px;
}
.offer .maincont {
  background: url("../img/offrer-bg.png");
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  width: 100% !important;
  height: auto;
  position: relative;
  border-radius: 20px;
  padding: 30px;
}
.offer .row > div {
  position: relative;
}
.offer .row > div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.offer .spechoffer {
  position: absolute;
  top: 30px;
  right: -17px;
}
.offer .spechoffer span {
  color: var(--white);
  background-color: #a54f2e;
  margin-left: 20px;
  padding: 5px 10px;
  position: relative;
}
.offer .spechoffer span::after {
  content: " ";
  border-top: 10px solid #a54f2e;
  border-right: 10px solid #a54f2e;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  left: -19px;
  top: 0;
  display: block;
}
.offer .spechoffer span::before {
  content: " ";
  border-top: 10px solid transparent;
  border-right: 10px solid #a54f2e;
  border-bottom: 10px solid #a54f2e;
  border-left: 10px solid transparent;
  position: absolute;
  left: -19px;
  bottom: 0;
  display: block;
}
.offer h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 25px;
}
.offer p {
  font-size: 20px;
  margin-bottom: 20px;
}
.offer p span {
  color: var(--white);
  background-color: var(--graylight);
  display: inline-block;
  font-size: 14px;
}
.offer a {
  background-color: var(--graydark);
  transition: var(--main-transition);
}
.offer a:hover {
  background-color: var(--graylight);
}
.offer .moshafimg {
  display: block;
  margin: auto;
}
.offer .ramadanimg {
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 576px) {
  .offer .moshafimg {
    width: 100%;
  }
  .offer .row > div:nth-of-type(1) {
    margin-bottom: 50px;
  }
  .offer .spechoffer {
    font-size: 13px;
  }
  .offer h5 {
    font-size: 17px;
    margin-top: 75px;
  }
  .offer .ramadanimg {
    top: -100px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .offer .moshafimg {
    width: 80%;
  }
  .offer .row > div:nth-of-type(1) {
    margin-bottom: 50px;
  }
  .offer .spechoffer {
    font-size: 13px;
  }
  .offer h5 {
    font-size: 17px;
    margin-top: 75px;
  }
  .offer .ramadanimg {
    top: -100px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .offer .moshafimg {
    width: 100%;
  }
  .offer h5 {
    margin-top: 70px;
  }
  .offer .ramadanimg {
    top: -70px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End offer */

/* Start question */
.question .container {
  padding: 50px 0px;
}
.question .accordion-button::after {
  margin-right: auto;
  margin-left: 0px;
}
.question .accordion-button:not(.collapsed) {
  background-color: #d1a4705c;
}
.question .accordion-button:focus {
  box-shadow: none;
}
.question .accordion-button {
  font-size: 22px;
}
@media (max-width: 576px) {
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End question */

/* Start footer */
footer {
  color: var(--txtcolor);
}
footer .container {
  padding: 30px 0px;
}
footer .row {
}
footer .row > div {
}
footer .row > div:nth-of-type(2) {
  text-align: left;
}
footer span {
  margin-left: 10px;
}
footer p {
  margin-bottom: 0px;
}
footer img {
  margin-left: 10px;
  width: 50px;
}
@media (max-width: 576px) {
  footer .row > div {
    text-align: center !important;
    margin-bottom: 20px;
    padding: 0px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  footer .row > div {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .row > div:nth-of-type(2) {
    text-align: center;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End footer */

/* starting button-top */
#button-top {
  background-color: var(--graylight);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  border: 1px solid #fff;
  color: var(--white);
}
/*  End button-top */

/*@media (max-width: 576px)
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/
