@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap");
/* Constant styles  */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
  transition: all 0.4s ease-in;
  font-family: "Noto Kufi Arabic", sans-serif;
  direction: rtl;
}

body {
  font-family: "Noto Kufi Arabic", sans-serif;
  line-height: normal !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

a,
button {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* // Constant Styles */
ul {
  margin-bottom: 0;
}

.form-control {
  border-radius: 7px;
  background-color: rgba(245, 247, 250, 0.386);
}
.form-control:focus {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2);
}

p {
  font-size: 1.1rem;
  color: #000;
}

/* Main Style */
.btn-style {
  background-color: #ca972d;
  padding: 21px 35px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #ca972d;
  border-radius: 10px;
}
.btn-style:hover {
  color: #ca972d;
  background-color: #fff;
  border-color: #fff;
  border-color: #ca972d;
}

.btn-style-rounded {
  background-color: #ca972d;
  padding: 18px 47px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  border-radius: 35px;
  text-align: center;
  border: 1px solid #ca972d;
}
.btn-style-rounded:hover {
  color: #ca972d;
  background-color: #fff;
  border-color: #fff;
}

.card_img {
  height: 100vh;
  position: relative;
}
.card_img .img_parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card_img .img_parent img,
.card_img .img_parent video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.section_header {
  margin: 20px 0;
}
.section_header h5 {
  font-size: 2rem;
}

.splashscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ca972d;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.splashscreen .loading {
  display: flex;
  gap: 12px;
}
.splashscreen .loading div {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 -0.4rem rgba(60, 0, 80, 0.1) inset;
  animation: cycle 1s ease-in-out infinite;
}
.splashscreen .loading div:nth-child(1) {
  animation-delay: 0;
}
.splashscreen .loading div:nth-child(2) {
  animation-delay: 0.2s;
}
.splashscreen .loading div:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes cycle {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}

.splashscreen_none {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.splash-active {
  height: 100vh;
  overflow: hidden;
}

.section_header {
  text-align: center;
  margin-bottom: 0;
}
.section_header span {
  color: #7eb751;
  font-size: 1.3rem;
}

.section_bar {
  text-align: center;
  margin-top: 3px;
}
.section_bar p {
  font-size: 1.1rem;
}

/* menu icon */
.custom_header {
  height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to bottom left, #8909ad, #1f08a2);
}
.custom_header .header_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -300px;
  left: 0;
}
.custom_header .header_bg img {
  width: 100%;
}
.custom_header .container {
  position: relative;
}
.custom_header .container .header_img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -40px;
}
.custom_header .header_conten {
  position: relative;
  z-index: 1;
}
.custom_header .header_conten h5 {
  font-size: 2rem;
  color: #fff;
}
.custom_header .header_conten p {
  font-size: 1.1rem;
  color: #fff;
}
.custom_header .header_conten a {
  background-color: #ff9408;
  color: #fff;
  border-radius: 33px;
  color: #fff;
  padding: 9px 25px;
  border: 1px solid #ff9408;
  font-size: 0.9rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.custom_header .header_conten a:hover {
  background-color: #fff;
  color: #ff9408;
}

.estedafa_features {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  background-color: #edf3f7;
}

.estedafa_features_card {
  background-color: #fff;
  margin-top: -100px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.18);
  text-align: center;
  padding: 24px 40px;
  border-radius: 25px;
  margin-bottom: 30px;
}
.estedafa_features_card h5 {
  font-size: 0.9rem;
  margin: 10px 0;
}
.estedafa_features_card p {
  font-size: 0.8rem;
}

.estedata_qutas {
  background-color: #edf3f7;
  padding: 50px 0;
}
.estedata_qutas .section_header h5 {
  margin: 0;
  font-size: 1.8rem;
}
.estedata_qutas .section_header p {
  width: 60%;
  margin: auto;
  margin-top: 20px;
}
.estedata_qutas .navs_parent {
  margin-top: 30px;
}
.estedata_qutas .navs_parent ul {
  overflow: auto;
  flex-wrap: nowrap;
}
.estedata_qutas .navs_parent .nav-item {
  background-color: #461b9c;
  min-width: -moz-max-content;
  min-width: max-content;
}
.estedata_qutas .navs_parent .nav-item:first-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.estedata_qutas .navs_parent .nav-item:last-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.estedata_qutas .navs_parent .nav-item .nav-link {
  padding: 10px 50px;
  color: #fff;
  border-radius: 0;
}
.estedata_qutas .navs_parent .nav-item .nav-link.active {
  background-color: #efefef;
  color: #461b9c;
}

.estdeafa_quta_card_bg {
  background-image: linear-gradient(to bottom right, #812880, #62ff98);
  border-radius: 20px;
  position: relative;
}
.estdeafa_quta_card_bg .reserve_nox {
  position: absolute;
  bottom: 0;
  right: 0;
}

.estdeafa_quta_card_bg_2 {
  background-image: linear-gradient(to bottom right, #812880, #62e7ff);
}
.estdeafa_quta_card_bg_2 .estdeafa_quta_card h5 {
  color: #62e7ff;
}

.estdeafa_quta_card_bg_3 {
  background-image: linear-gradient(to bottom right, #812880, #9262ff);
}
.estdeafa_quta_card_bg_3 .estdeafa_quta_card h5 {
  color: #9262ff;
}

.estdeafa_quta_card {
  background-color: #fff;
  text-align: center;
  padding: 30px 25px;
  margin-top: 50px;
  border-radius: 20px;
  border-bottom-right-radius: 268px;
  padding-bottom: 150px;
  position: relative;
}
.estdeafa_quta_card h5 {
  color: #6bc091;
  margin-bottom: 23px;
}
.estdeafa_quta_card li {
  margin-bottom: 15px;
  font-size: 0.9rem;
}
.estdeafa_quta_card li span:first-child {
  margin-left: 10px;
}
.estdeafa_quta_card h6 {
  font-size: 2.1rem;
  position: absolute;
  bottom: 35px;
  left: 20px;
}
.estdeafa_quta_card h6 span {
  font-size: 1rem;
  text-transform: capitalize;
}

.why_choose_estedafa {
  background-image: url("../images/why_group_bg.png");
  padding: 60px 0 40px 0;
}
.why_choose_estedafa h5 {
  font-size: 2rem;
  color: #fff;
}
.why_choose_estedafa ul {
  margin-top: 30px;
}
.why_choose_estedafa ul li {
  margin-bottom: 20px;
}
.why_choose_estedafa .card_icon {
  margin-left: 10px;
}
.why_choose_estedafa .card_body h5,
.why_choose_estedafa .card_body p {
  color: #fff;
  margin: 0;
}
.why_choose_estedafa .card_body h5 {
  font-size: 1.4rem;
}
.why_choose_estedafa .card_body p {
  font-size: 0.9rem;
  margin-top: 5px;
}

.start_new_journy {
  margin: 35px 0;
}
.start_new_journy .wrapper {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to right, #812190, #731b90, #581b97, #3d1b9d, #1f08a2);
  padding: 50px 90px;
  border-radius: 10px;
}
.start_new_journy .wrapper h5 {
  font-size: 1.4rem;
  color: #fff;
}
.start_new_journy .wrapper p {
  color: #fff;
  font-size: 1.1rem;
}
.start_new_journy .wrapper a {
  background-color: #8aecff;
  color: #fff;
  border-radius: 33px;
  color: #fff;
  padding: 9px 25px;
  border: 1px solid #8aecff;
  font-size: 0.9rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #150041;
}
.start_new_journy .wrapper a:hover {
  background-color: #fff;
  color: #8aecff;
}
.start_new_journy .wrapper .svg_img {
  position: absolute;
  bottom: -20px;
  left: 40px;
}

.servers_solutions .estdeafa_quta_card {
  text-align: right !important;
}
.servers_solutions .estdeafa_quta_card li {
  display: flex;
  justify-content: space-between;
}
.servers_solutions .estdeafa_quta_card_bg {
  position: relative;
}
.servers_solutions .estdeafa_quta_card_bg .strip {
  background-color: #812880;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 35px;
  top: -15px;
  z-index: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 1;
}
.servers_solutions .estdeafa_quta_card_bg .estdeafa_quta_card {
  position: relative;
  z-index: 2;
}

.estedafa_pawer .section_header {
  margin: 50px 0 40px 0;
  text-align: right;
}
.estedafa_pawer .navs_parent {
  margin-top: 30px;
}
.estedafa_pawer .navs_parent ul {
  overflow: auto;
  flex-wrap: nowrap;
}
.estedafa_pawer .navs_parent .nav-item {
  background-color: #7f2090;
  margin: 0 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  min-width: -moz-max-content;
  min-width: max-content;
}
.estedafa_pawer .navs_parent .nav-item img {
  width: 25px;
  height: 20px;
}
.estedafa_pawer .navs_parent .nav-item .nav-link {
  padding: 10px 50px;
  color: #fff;
  border-radius: 12px;
}
.estedafa_pawer .navs_parent .nav-item .nav-link.active {
  background-color: #efefef;
  color: #461b9c;
}
.estedafa_pawer .tab_box {
  background-color: #fdefff;
  border-radius: 27px;
  padding: 50px 45px;
  margin-top: 30px;
  position: relative;
  min-height: 784px;
  height: -moz-max-content;
  height: max-content;
}
.estedafa_pawer .tab_box img.lines {
  position: absolute;
  top: 5px;
  right: 5px;
}

.estdeafa_quta_cards_card {
  background-image: linear-gradient(to bottom left, #7f2090, #401048);
  border-radius: 10px;
  padding: 10px 18px;
  display: flex;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 13px;
}
.estdeafa_quta_cards_card .wrap {
  margin-right: 20px;
}
.estdeafa_quta_cards_card .wrap h5 {
  color: #fff;
  font-size: 1rem;
}
.estdeafa_quta_cards_card .wrap p {
  font-size: 0.9rem;
  color: #fff;
  width: 80%;
}

@media (max-width: 991px) {
  .header_img {
    opacity: 0.4;
  }
  .estedafa_features_card {
    margin-bottom: 120px;
  }
  .estedata_qutas {
    padding-top: 5px;
  }
  .estedata_qutas .section_header p {
    width: 100%;
  }
  .why_choose_estedafa {
    position: relative;
  }
  .why_choose_estedafa ul {
    position: relative;
    z-index: 1;
  }
  .why_choose_estedafa img.big_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
  }
  .start_new_journy img {
    opacity: 0.4;
  }
  .start_new_journy h5,
  .start_new_journy p {
    position: relative;
    z-index: 1;
  }
  .estdeafa_quta_cards .estdeafa_quta_cards_img {
    display: none !important;
  }
  .estdeafa_quta_cards_card {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 600px) {
  .estdeafa_quta_cards_card .wrap p {
    width: 100%;
  }
  .estdeafa_quta_cards_card {
    flex-direction: column;
    text-align: center;
    padding-top: 15px;
  }
  .estdeafa_quta_cards_card img {
    margin: auto;
    margin-bottom: 10px;
  }
}
/* Shared styles  *//*# sourceMappingURL=style.css.map */