@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

:root {
  --main-color: #000;
  --sec-color: #FF1951;
  --btn-color: #F8D605;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "Brando-Arabic";
  src: url("../fonts/alfont_com_Brando-Arabic-Text.otf");
}

@font-face {
  font-family: "FFShamelFamily";
  src: url("../fonts/FFShamelFamily-SansOneBook.ttf");
}

@font-face {
  font-family: "FFShamelFamily-bold";
  src: url("../fonts/FFShamelFamily-SansOneBold.ttf");
}

@font-face {
  font-family: "STC";
  src: url("../fonts/alfont_com_AlFont_com_STC-Regular.ttf");
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf");
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl !important;
}

body {
  direction: rtl;
  text-align: start;
  font-family: "STC";
  overflow-x: hidden;
}

/* nice select */
.nice-select {
  width: 100%;
  text-align: start !important;
  padding-left: 30px;
  padding-right: 18px;
}

.nice-select::after {
  left: 12px;
  right: auto;
}

.nice-select .option {
  text-align: right;
  padding-left: 29px;
  padding-right: 18px;
}

.nice-select .list {
  width: 100%;
}

.nice-select:after {
  width: 8px;
  height: 8px;
}

.owl-carousel {
  direction: ltr;
}

.carousel-info button {
  border: none;
  outline: none;
  background: none;
}

button:focus,
button {
  border: none;
  outline: none;
}

.mynav button {
  background: none;
}

input:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}

span.navbar-toggler-icon {
  background: var(--sec-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  font-size: 22px;
}

/* Start header */
header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  background:#fff;
}

header.header_pages {
  position: relative;
  top: unset;
  left: unset;
  right: unset;

}

header.header_pages .mynav .row {
  align-items: center;
  padding: 12px 0;
  background: #fff;
  backdrop-filter: none;
  border-radius: 0;
  margin-top: 0;
}

.mynav .navbar-menu li a {
  color: #000;
  transition: all 0.3s;
  padding: 0;
  font-size: 16px;
  padding: 8px 0;
  display: inline-block;
  position: relative;
}

.mynav .navbar-menu li a:hover,
.mynav li.current-menu-item a,
.mynav .navbar-menu li:hover a,
li.menu-item-has-children:hover>a:after {
  color: var(--sec-color);
}

li.menu-item-has-children:hover>a:after {
  transform: rotate(90deg);
}

.mynav .navbar-menu li a:hover::before,
.mynav li.current-menu-item a::before {
  opacity: 1;
}

.mynav .navbar-menu li.menu-item-has-children a::before {
  display: none;
}

.mynav .navbar-menu ul.sub-menu li a::before {
  display: none;
}

li.menu-item-has-children {
  position: relative;
  margin-inline-end: 10px;
}


ul.sub-menu {
  display: block;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 0;
  padding: 0px;
  z-index: 9;
  transition: all 0.3s;
  visibility: hidden;
  padding: 0;
  min-width: 191px;
}

li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 9;
}

li.menu-item-has-children:hover .sub-menu,
.sidebar .sub-menu {
  opacity: 1;
  height: auto;
  visibility: visible;
  z-index: 99;
}

.sidebar .sub-menu {
  display: none;
  position: relative;
  width: 100%;
  min-width: 100%;
  transition: all 0s;
}

.mynav .navbar-menu li {
  padding-inline-end: 21px;
}

.mynav .navbar-menu ul.sub-menu li {
  padding-inline-end: 0;
  background: #EAEAEA;
  margin-bottom: 8px;
  padding: 12px;
  border-radius: 10px;
}

.mynav .navbar-menu li .sub-menu a {
  color: #000;
  font-size: 16px;
  padding: 0;
  display: inline-block;
  width: 100%;
  padding-inline-start: 12px;
  position: relative;
}

.mynav .navbar-menu li .sub-menu a::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: '\f104';
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
}

.mynav .navbar-menu ul.sub-menu li:last-of-type a {
  border-bottom: none;
}


li.menu-item-has-children a {
  position: relative;
}

li.menu-item-has-children>a::after {
  position: absolute;
  content: '\f107';
  font-family: 'font awesome 5 pro';
  top: 14px;
  left: -13px;
  color: #000;
  font-size: 15px;
  transition: all 0.3s;
}

.sidebar li.menu-item-has-children>a::after {
  top: 16px;
  left: 4px;
  color: #fff;
}

ul.sub-menu li {
  margin-inline-end: 0;
}

.sidebar .sub-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  height: auto;
  position: relative;
  min-width: unset;
  width: 100%;
  border-radius: 0;
  padding: 16px 0px;
  margin-top: 0px;
  background: #fff;
  transition: all 0s;
}

.sidebar .side-content ul .sub-menu li a {
  color: #000;
}

.left-tobheader {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lang a {
  text-transform: capitalize;
  color: #000;
  font-family: "OpenSans";
  transition: all 0.3s;
}

.lang a:hover {
  color: var(--sec-color);
}

.mynav .row {
  align-items: center;
  padding: 10px 0 12px;
  /*background: #FFFFFF82;*/
  /*backdrop-filter: blur(13px);*/
  /*border-radius: 18px;*/
  /*margin-top: 42px;*/
}

.search-btn i {
  transition: all 0.7s;
  font-size: 22px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mynav .nav-link {
  position: relative;
}

.navbar-menu {
  display: flex;
  align-items: center;
}

.navbar {
  padding: 0;
  justify-content: start;
}

.request a,
.my-btn a,
.my-btn button,
.my-btn [type="submit"]
 {
  color: #000;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  transition: all 0.3s;
  background: #F8D605;
  border-radius: 80px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-width: 187px;
  padding: 18px 12px;
}

.my-btn a {
  background-color: #F8D605;
  color: #000;
  min-width: 187px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}

.request a {
  padding: 13px 12px;
  font-size: 18px;
}

.my-btn button,
.my-btn [type="submit"]
 {
  color: #000;
  min-width: 187px;
  font-size: 17px;
}

.request a:hover,
.my-btn a:hover,
.my-btn button:hover,
.my-btn [type="submit"]:hover
 {
  color: #fff;
  background: var(--sec-color);
}

/* ---------------------------------- */
.navbar-toggler i {
  color: #fff;
  font-size: 25px;
}


.responsive-menu .left-menu {
  display: flex;
  align-items: center;
  gap: 7px;
}

.responsive-menu .lang {
  margin-inline-end: 6px;
  color: var(--bg-color);
  text-transform: capitalize;
}

.navbar-toggler,
.responsive-menu .searchForm .btnSearch {
  padding: 0;
  width: 34px;
  height: 34px;
  background-color: var(--sec-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.responsive-menu .searchForm .btnSearch i {
  color: #fff;
}

.sidebar .request a {
    margin-top: 14px;
    margin-inline-start: 14px;
}
.sidebar  .request {
    padding-bottom: 14px;
}
/* Start Search */

.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding: 12px;
  transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
  -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search .close-side i {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 20px;
  left: 20px;
}

.site-search.open {
  z-index: 99999999;
  opacity: 1;
  transition: opacity .5s, z-index 0s;
  -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
  margin-top: -40px;
  opacity: 1;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
  position: relative;
  padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
  border: none;
  width: 50%;
  margin-top: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 0;
  opacity: 0;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
  transform: translateX(-50%);
  z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
  color: var(--main-color);
  background: none;
  border: none;
  border-bottom: 3px solid var(--main-color);
  font-size: 20px;
  padding: 15px 0;
  height: auto;
  margin: 0;
  outline: none !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
  /* -webkit-appearance: none; */
  border-radius: 0px;
  box-shadow: inset 0 0 0 transparent;
  color: var(--main-color);
  padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
  top: 10px;
  right: 15px;
  padding-top: 0 !important;
  background: none !important;
  font-size: 0;
  min-width: 0;
  padding: 0 !important;
  z-index: 4;
  position: absolute;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--main-color);
  padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
  color: var(--main-color);

}

.searchForm .btnSearch {
  box-shadow: none !important;
  margin: 0 25px;
  color: #101010;
  padding: 0;
  text-align: center;
  line-height: 30px;
  border: none !important;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  cursor: pointer;
}

.searchForm .btnSearch i {
  transition: all 0.6s;
  color: var(--main-color);
}

.searchForm .btnSearch i:hover {
  transform: rotate(360deg);
  color: var(--hover-color);
}

.site-search-close {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}


/* End Search */
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  /* bottom: 0; */
  right: -350px;
  height: 100%;
  width: 350px;
  background-color: var(--sec-color);
  z-index: 999;
  transition: all 0.7s;
  padding: 0;
  overflow: scroll;
}

.sidebar-width {
  right: 0px;
}

.sidebar .close-side i {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: var(--sec-color);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}


.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--sec-color);
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}

.close-overlay.open-overlay {
  display: block;
}


.sidebar .contact-buttons {
  justify-content: center;
  margin-top: 60px;
}

.mynav {
  margin-top: 0;
}

.left-header {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 28px;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}

/* Sidebar */

.sidebar .side-content {
  /*padding-top: 24px;*/
  margin-top: 0px;
}

.side-content a i {
  margin: 0 8px;
}

.side-content a {
  text-transform: capitalize;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}

.close-overlay.open-overlay {
  display: block;
}

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.sidebar .side-content ul li a {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  transition: all 0.3s;
}


.sidebar .header-btn {
  padding-inline-start: 20px;
  margin-top: 20px;
}

/* Start home slider */

.home-slider .owl-item,
.home-slider .item,
.home-slider .container,
.home-slider {
  /* overflow: hidden; */
  position: relative;
  height: 768px;
  box-shadow: 0px 4px 24px 10px #00000021;

}

.slider-home .slider-img {
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 0%, #F2F2F2 100%);
}

.slider-home .slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.home-slider .owl-carousel {
  direction: ltr;
}

.package-slider.owl-theme .owl-nav .owl-next,
.package-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  margin-top: 0;
  position: absolute;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  width: 51px;
  height: 51px;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #9C9C9C;
  background: transparent;
  border: 0.76px solid #9C9C9C;
}

.owl-theme .owl-dots {
  bottom: 64px;
  position: relative;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #D9D9D9;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--sec-color);
}

section {
  padding: 100px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.section-title {
  margin-bottom: 30px;
}

.section-title h4 {
  font-size: 50px;
  color: #000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
}

.logo {
  height: 131px;
}

.logo img {
  max-width: 100%;
  height: 100%;
}

.container {
  position: relative;
  z-index: 2;
}

/* ------------------------------------------------------------- */
/* about section  */
.about_info h2 {
  color: #000;
  font-size: 60px;
  line-height: 94px;
  margin-bottom: 30px;
  font-weight: 700;
}

section.about-sec .row {
  align-items: center;
}

.about_info p {
  margin-bottom: 39px;
}

.about_img .img {
  height: 500px;
  border: 2px dashed #B2B2B2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  position: relative;
}

.about_img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  padding: 22px;
}

.about_img .img .dot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
  animation: spinoffPulse 25s linear infinite;
}

.about_img .img .dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background: #E90649;
  margin: 61px;
  border-radius: 50%;
}

.about_img .img .dot::before {
  content: '\f104';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 0;
  right: 0;
  color: #B2B2B2;
  font-size: 22px;
  margin: 62px;
  border-radius: 50%;
  transform: rotate(45deg);
}

@keyframes spinoffPulse {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

/* ------------------------------------------------------------ */
/* --------------------- packages ---------------------    */
.packages {
  /*background: linear-gradient(270deg, #FFFFFF 0%, #F2F2F2 100%);*/

}

.package_item {
  border: 0.93px solid #EBE9F1;
  padding: 15px 13px;
  border-radius: 6px;
  background: #fff;
  text-align: start;
  margin: 36px 0 20px;
  transition: all 0.3s;
}

.package_img {
  border-radius: 20px;
  overflow: hidden;
  height: 243px;
  margin-bottom: 21.7px;
}

.package_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.package_item h3 {
  font-size: 20px;
  line-height:31px;
  margin-bottom:8px;
  color: #5E5873;
  font-weight: 700;
  transition: all 0.3s;
}

.package_item h5 {
  font-size: 13px;
  color: #6E6B7B;
  margin-bottom: 10px;
}

.package_item .duration {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: baseline;
}

.package_item .duration span {
  color: #6E6B7B;
  font-size: 13px;
  font-weight:400;
}

.package_item .duration span.du_Number {
  font-size: 45px;
  color: var(--sec-color);
  /*font-family: "Montserrat";*/
  /*font-weight: 600;*/
    font-family: "Montserrat-Bold";
}

.package_item h6 {
  font-size: 13px;
  color: #5E5873;
  margin-bottom: 0;
  position: relative;
  padding-inline-start: 16px;
  /*display: inline;*/
}

.package_item .my-btn a {
  background: transparent;
  border: 1px solid var(--sec-color);
  border-radius: 5px;
  color: var(--sec-color);
  margin-top: 13px;
}

.package_item .my-btn a:hover {
  background: var(--sec-color);
  color: #fff;
}

.package_item .my-btn a::after {
  display: none;
}

.package_item h6::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 0.93px solid #5E5873;
  border-radius: 10px;
  top: 6px;
  right: 0;
}

.package-slider.owl-theme .owl-nav {
  top: 80%;
  /* right: 0; */
  position: absolute;
  z-index: 5;
  left: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 133%;
  margin: auto;
  padding: 0 15px;
}

.package-slider.owl-theme .owl-nav .owl-next,
.package-slider.owl-theme .owl-nav .owl-prev {
  top: 50%;
  transform: translateY(-50%);
}

.package-slider.owl-theme .owl-nav .owl-prev {
  right: 70px;
}

.package-slider.owl-theme .owl-nav .owl-next {
  right: 0;
}

.package-slider.owl-theme .owl-dots .owl-dot span {
  background: #D9D9D9;
}

.package-slider-content {
  /*width: 119%;*/
}

section.packages .row {
  align-items: center;
}

.packeges-info {
  position: relative;
}

.packeges-info::after {
  position: absolute;
  content: '';
  width: 110px;
  height: 50px;
  background-image: url('../images/Vector\ 3.png');
  top: -130px;
  left: 4px;
  background-size: contain;
  background-repeat: no-repeat;
}

.packeges-info h2 {
  font-size: 50px;
  line-height: 94px;
  font-weight: 700;
  margin-bottom: 13px;
}

.packeges-info p {
  line-height: 27px;
  color: #000;
}

.package_item:hover {
  box-shadow: 0px 0px 40.31px 0px #0000001F;
  transform: translateY(-12px);
}

.package_item:hover h3 {
  color: var(--sec-color);
}

.package-slider .owl-item.active+.owl-item.active+.owl-item.active+.owl-item.active {
  opacity: 50%;
}

/* ---------------------------------------------------------------------------- */
section.mob-app-sec {
  background: var(--sec-color);
}

section.mob-app-sec .row {
  align-items: center;
}

.mob-app-imgs {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}

.mob-app-imgs img {
  max-width: 173px;
}

.mob-app-info {
  color: #fff;
}

.mob-app-info h4 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 16px;
}

.mob-app-info p {
  font-weight: 400;
}

/* --------------------------- partner slider  ----------------------   */
section.partner {
  /*background: linear-gradient(270deg, #FFFFFF 0%, #F2F2F2 100%);*/
}

.item.part-item {
  border: 1px solid #C5C5C5;
  border-radius: 17px;
  margin: 12px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all 0.3s;
}

.item.part-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /*filter: grayscale(1);*/
  transition: all 0.3s;
}

.item.part-item:hover img {
  filter: none;
}

.item.part-item:hover {
  border-color: var(--sec-color);
}

.part-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next,
.Certificates-slider.owl-theme .owl-nav .owl-prev,
.Certificates-slider.owl-theme .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-50%);
}

.part-slider.owl-theme .owl-nav .owl-prev {
  left: -30px;
}

.part-slider.owl-theme .owl-nav .owl-next {
  right: -30px;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.Certificates-slider.owl-theme .owl-nav .owl-prev {
  left: -70px;
}


.card-slider.owl-theme .owl-nav .owl-next,
.Certificates-slider.owl-theme .owl-nav .owl-next {
  right: -70px;
}

.partner .section-title,
.Available_on_app .section-title {
  text-align: center;
}

.partner .section-title h4,
.Available_on_app .section-title h4 {
  position: relative;
  display: inline-block;
  padding-inline-end: 64px;
}

.partner .section-title h4::after,
.Available_on_app .section-title h4::after {
  position: absolute;
  content: '';
  width: 110px;
  height: 50px;
  background-image: url('../images/Vector 3.png');
  top: 0px;
  left: -65px;
  background-size: contain;
  background-repeat: no-repeat;
}

.part-slider {
  padding: 0 40px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #9C9C9C;
  color:#fff;
}

/* ----------------------------------------------------   */
.Available_on_app .col {
  padding: 0 10px;
  flex: 0 0 20%;
  max-width: 20%;
}

.Available_on_app .item.part-item {
  margin: 16px 0;
}

.Available_on_app .item.part-item img {
  max-width: 90%;
  max-height: 90%;
  padding: 30px;
}

.app-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------------------   why_choose_us ------------------------   */
.why_choose_us {
  background-image: url('../images/pack2.jpg');
  background-size: cover;
  position: relative;
}

.why_choose_us::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--sec-color);
  opacity: 88%;
}

/*-------  counter  ------- */
.counter-item {
  direction: ltr;
  font-size: 53px;
  line-height: 56px;
  margin: 0px 0 10px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.counter-item span.plus {
  margin-inline-start: -10px;
  position: relative;
  top: 4px;
}

.count-block {
  width: 100%;
  transition: all 0.3s;
}

.count-block .details {
  text-align: center;
}

.count-block .details h6 {
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 27px;
}

.col-sm-2.col-6 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.section-disc p {
  width: 40%;
  margin: 0 auto 30px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 29px;
}

.why_choose_us .section-title h4 {
  color: #fff;
}

.row.statistics {
  width: 100%;
  margin: auto;
}

/* -----------------------  goals section --------------------------------   */
section.goals_sec {
  background: linear-gradient(270deg, #FFFFFF 0%, #F2F2F2 100%);
}

.goal_item a {
  display: inline-block;
  width: 100%;
  height: 429px;
  position: relative;
  border-radius: 17px;

}

.goal-img {
  height: 429px;
  width: 100%;
  z-index: 1;
  position: relative;
}

.goal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
}

.item_name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

.goal_item a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 70%);
  border-radius: 17px;
  z-index: 2;
}

.item_name h4 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding:6px;
}

.reviews_sec .col-lg-6:nth-child(2) .review_item,
.reviews_sec .col-lg-6:last-of-type .review_item {
  margin-top: 62px;
  margin-bottom: 0;
}

.reviews_sec .col-lg-6:nth-child(1) .review_item,
.reviews_sec .col-lg-6:nth-child(3) .review_item {
  margin-inline-start: 100px;
}

/* ----------------------------------------- */
/* Start faq section */
.text-faq {
  border-top: 1px solid #D0D0D0;
  padding-top: 10px;
}

.faq-info h3 {
  font-size: 61px;
  line-height: 91px;
  font-weight: 700;
}

.faq-info {
  width: 80%;
}

.faq-info p {
  margin-bottom: 32px;
  font-size: 15.7px;
  line-height: 26px;
}

.card-header {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}

.card {
  border: none;
  margin-bottom: 10px;
}

.text-faq .card.active {
  box-shadow: 0px 8px 52px rgba(0, 0, 0, 0.07);
}

.card-header .btn {
  display: flex;
  padding: 12px 16px 12px;
  width: 100%;
  padding-inline-end: 40px;
  position: relative;
  font-size: 24px;
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  border: 1px solid #D0D0D0;
  background: #fff;
  border-inline-end: none;
  border-inline-start: none;
  border-top: none;
}

.card-header .btn::after {
  color: #000;
  content: "\f067";
  position: absolute;
  left: 16px;
  font-family: 'font awesome 5 pro';
  font-weight: 400;
  top: 10px;
  bottom: 0;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
}

.card-header .btn:not(.collapsed)::after {
  color: #fff;
}

.card-body {
  padding: 10px 16px 0 40px;
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid #D0D0D0;
}

.card-header .btn:not(.collapsed)::after {
  content: "\f068";
}

.text-rotate {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-rotate h3 {
  margin: 0;
  writing-mode: vertical-rl;
  transform: scale(-1);
  color: #E4DEFF;
  font-size: 127px;
  line-height: 127px;
}

.card-header .btn:not(.collapsed) {

  color: #000;

  border-radius: 0;

  border-bottom: none;
}

.card-header .btn:not(.collapsed)::after {
  content: "\f068";
}

.card-header .btn:not(.collapsed)::after {
  color: #000;
  top: 13px;
}

.card-body p {
  font-weight: 420;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

.input-group>.form-control {
  flex: unset;
}


.btn.focus,
.btn:focus {
  box-shadow: none;
}

/* ----------------------------------  reviews section -----------------------   */

section.reviews_sec {
  position: relative;
}

.section-disc h1 {
  position: absolute;
  font-size: 232px;
  color: #F91C5D;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 100%;
}

section.reviews_sec::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #E90649;
}

.review_item {
  background: #fff;
  max-width: 347px;
  border-radius: 20px;
  margin-bottom: 98px;
  padding: 47px 24px;
}

.reviewr_name {
  display: flex;
  align-items: center;
  gap:10px;
}

.review_item .reviewr_name img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.review_item .reviewr_name h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #6E6B7B;
  text-transform: uppercase;
  /*font-family: "Brando-Arabic";*/
}

.review_item h3 {
  font-size: 29px;
  margin-bottom: 17px;
  font-weight: 700;
}

.review_item p {
  line-height: 27px;
  color: #52525B;
}

/* *************Start footer section*********** */
footer {
  padding-top: 75px;
}

.fixed-icone {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 9;
  animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

  0%,
  100% {
    transform: translateY(-12px);
  }

  50% {
    transform: translateY(12px);
  }
}

.fixed-icone a {

  width: 47px;

  height: 47px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 9px;

  color: #fff;

  font-size: 24px;

  border-radius: 10px;

  background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);

  box-shadow: 0px 3.24px 3.24px 0px #30BF2F4D;
}

.fixed-icone a.phone_link {
  color: #fff;
  font-size: 16px;
  background: linear-gradient(180deg, #363636 0%, #2D2D2D 100%);
  box-shadow: 0px 3.42px 3.42px 0px #0000000D;
}

.fa-brands,
.fab {
  font-weight: 400;
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
}

.footer {
  background-image: url('../images/footer_bg.png');
  background-size: cover;
  padding: 128px 0 98px;
  position: relative;
  background-repeat: no-repeat;
}


.footer-links h4,
.right-footer h4 {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 41px;
}

footer .contact-list span.key {
  display: block;
  font-size: 16.85px;
}

.footer-logo img {
  height: 100%;
}

footer .footer-menu ul li {
  padding-inline-end: 14px;
}

.footer-logo a {
  display: inline-block;
}

footer .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}

footer .footer-menu ul a {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.3s;
  font-weight: 400;
}

footer .footer-menu ul a:hover,
.f-contact a:hover {
  color: var(--sec-color);
}

.footer_m_s {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  height: 131px;
}

footer .row.footer_Contact {
  background: #F0F0F0;
  border-radius: 130px;
  padding: 23px 20px;
}

.comp-rights {
  text-align: end;
}

footer .row {
  align-items: center;
}

.f-contact a {
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.f-contact a i {
  color: var(--sec-color);
  width: 44px;
  height: 44px;
  border: 1px solid #BCBCBC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}

.f-contact a p {
  margin-bottom: 0;
}

.footer-soch a {
  color: #040404;
  margin-inline-end: 28px;
  font-size:18px;
  transition: all 0.3s;
}
.footer-soch a i{
     transition: all 0.3s; 
}
a:hover i.fa-facebook-f {
  color: #1877f2;
}

a:hover i.fa-youtube {
  color: #ff0000;
}

a:hover i.fa-x-twitter {
  color: #1da1f2;
}

a:hover i.fa-instagram {
  color: #5851db;
}

a:hover i.fa-linkedin{
 color:#0a66c2;   
}
span.mob-num {
  display: block;
  direction: ltr;
}


.copy-right {
  padding: 10px 0px;
  border-top: 1px solid #DEDEDE;
  margin-top: 37px;
}

.ryad-logo {
  height: 65px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

.copy-right p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  backdrop-filter: blur(13px);
  background: #FFFFFF82;
  margin: 8px 10px 0px;
  border-radius: 18px;
}

.responsive-menu .lang a {
  margin-inline-start: 6px;
}

.responsive-menu .logo {
  height: 92px;
}

.lang-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.responsive-menu .btnSearch {
  padding-inline: 0;
  background: transparent;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.responsive-menu .logo img {
  height: 100%;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  width: 100%;
  padding: 12px 10px;
  background: #F8F8F8;
  border: 1px solid #EBEBEB;
  color: #000000;
  font-size: 16px;
  border-radius: 2px;
  font-family: 'STC';
}


textarea:focus,
.form-info form input:focus,
.contact-form form select:focus {
  outline: none;
}

.contact-form form textarea {
  height: 83px;
}

.contact-form .my-btn {
  margin-top: 34px;
}

span.mob-num {
  display: inline-block;
  direction: ltr;
}



.contact-form form {
  padding-top: 16px;
}

.form-group {
  margin-bottom: 22px;
}

.follow {
  margin-bottom: 28px;
}

.follow a {
  color: #B19366;
  font-size: 20px;
  margin-inline-end: 11px;
}

.follow a:hover i.fab.fa-facebook-f {
  color: #1877f2;
}

.follow a:hover i.fab.fa-youtube {
  color: #ff0000;
}

.follow a:hover i.fab.fa-twitter {
  color: #1da1f2;
}

.follow a:hover i.fab.fa-instagram {
  color: #405de6;
}

.soch-icons span {
  font-size: 18px;
  color: #232323;
  margin-inline-end: 6px;
}

.input-group.upload span.uplod {
  position: absolute;
  left: 16px;
  top: 9px;
  font-size: 24px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 9;
  color: #232323;
}

.input-group.upload {
  position: relative;
}

.form-group.name input {
  width: 100%;
  padding: 7px 0;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  width: 100%;
  padding-block: 24px;
}

label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}

.form-group .select {
  position: relative;
  background-image: url('../images/select-arrow.png');
}

.form-group .select::after {
  position: absolute;
  content: '\f107';
  font-family: 'font awesome 5 pro';
  top: 12px;
  left: 17px;
  color: #000;
  font-size: 15px;
  transition: all 0.3s;

}

.form-group select {
  background: transparent;
  -webkit-appearance: none;
}

/* ----------------------------------------------------------------------------*/
/* Start about page */
.about {
  padding: 90px 0 70px;
}

body.pages {
  position: relative;
}

body.pages::before {
  position: absolute;
  content: '';
  width: 475px;
  height: 763px;
  right: 0;
  top: -67px;
  background-image: url('../images/slider-before.png');
  background-size: contain;
  background-repeat: no-repeat;
  /* opacity: 5%; */
  mix-blend-mode: luminosity;
  background-blend-mode: luminosity;
  filter: grayscale(1);
}

.breadcrumb-section {
  padding: 16px 0 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.breadcrumb-info h2 {
  text-align: center;
  font-size: 50px;
  line-height: 94px;
  color: #000000;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.breadcrumb-info h2::after {
  position: absolute;
  content: '';
  width: 109px;
  height: 50px;
  left: -120px;
  top: -15px;
  background-image: url('../images/Vector....png');
  background-size: contain;
  background-repeat: no-repeat;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  background-color: transparent;
  padding-top: 6px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.breadcrumb-item.active {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

li.breadcrumb-item a {
  color: #000;
  font-size: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #000;
  padding: 0 10px;
  content: '|';
}

.breadcrumb-item+.breadcrumb-item {
  padding: 0;
}

.about_image {
  position: relative;
  height: 616px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.about_image .img1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  width: 468px;
  height: 100%;
}

.about_image .img1::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url('../images/bgColor.png');
  z-index: 1;
  border-radius: 20px;
}

.about_image .img1 img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}

.about_image .mainImg {
  width: 464px;
  height: 464px;
  border-radius: 50%;
}

.about_image .mainImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 40px solid #fff;
}

.about_info {
  padding-top: 24px;
  width: 81%;
}

.about_info h3 {
  font-size: 50px;
  line-height: 94px;
  font-weight: 700;
}

.about_info p {
  line-height: 27px;
  color: #000;
}

.vission_sec {
  background-image: url('../images/bg-vission.png');
  background-size: cover;
  position: relative;
  padding: 75px 0 72px;
}

.vission_sec::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #FFFFFF 0%, #EFEFEF 100%);
  opacity: 60%;
}


.vission-item .img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #F3F6FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vission-item {
  display: flex;
  gap: 18px;
}

.viss-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vission-details {
  width: calc(100% - 100px);
}

.vission-details h3 {
  font-size: 24px;
  font-family: "FFShamelFamily-bold";
}

.vission-item p {
  color: #52525B;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}


.viss-img img {
  max-height: 100%;
}

.vission_sec .col-lg-4:first-of-type .viss-img {
  background: #E90649;
}

.vission_sec .col-lg-4:nth-child(2) .viss-img {
  background: #008EFF;
}

.vission_sec .col-lg-4:last-of-type .viss-img {
  background: #F8D605;
}

.about_Page .about_info {
  padding-top: 24px;
  width: 91%;
}

/* ******************************************************************************************************** */

/* ************************    blog page   ********************* */
.blog_Img {
  height: 277px;
  width: 100%;
  position: relative;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}

.blog_Img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
  transition: all 1s;
}

.blog_item {
  border: 0.88px solid #D7D7D7;
  border-radius: 28px;
  margin-bottom: 32px;
}

.blog_Img .date {
  position: absolute;
  bottom: 12px;
  backdrop-filter: blur(35.235713958740234px);
  background: rgb(255 255 255 / 20%);
  padding: 8px 16px;
  right: 14px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.blog_Img .date span {
  color: #fff;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 700;
}

.blog_Img .img {
  height: 277px;
  overflow: hidden;
}

.blog_details h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #282727;
  margin-bottom: 10px;
}

.blog_details {
  padding: 32px 20px 22px;
}

.blog_details span {
  color: var(--btn-color);
  text-decoration: underline;
}

.blog_item:hover .img img {
  transform: scale(1.2);
}

.blog_Img .date img {
  height: 18px;
}

/* ------------------------------------------------- */
.pagination {
  justify-content: center;
  border: 1px solid #EEF0F3;
  display: inline-flex;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px #2A33420F;
}

.pagination .page-item {
  padding: 0;
}

.pagination .page-link {
  border-radius: 0;
  color: #000;
  border: none;
  border-inline-end: 1px solid #EEF0F3;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
}

.pagination .page-link.next-item {
  border: none;
  background: transparent;
  border-radius: 0;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 12px !important;
  width: 80px;
}

.pagination .page-link:hover,
.page-item.active .page-link {
  z-index: 2;
  text-decoration: none;
  background-color: transparent;
  color: var(--sec-color);
  border-color: #EEF0F3;
}

.pagination .page-link:hover span {
  background-color: #fff;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.pagination-list {
  text-align: center;
  margin-top: 22px;
}

.pagination li:last-of-type .page-link {
  border-inline-end: none;
  padding: 0 12px !important;
  width: 80px;
}

/* ----------------------------  why_choose_us-page ---------------------   */
.section_disc h3 {
  font-size: 38px;
  margin-bottom: 92px;
  color: #0F172A;
  font-weight: 700;
  text-align: center;
}

.choose_item .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose_item .img img {
  max-width: 100%;
  max-height: 100%;
}

.why_choose_us-page .col-lg-6:nth-child(1) .choose_item .img,
.why_choose_us-page .col-lg-6:nth-child(5) .choose_item .img {
  background-color: #F23936;
}

.why_choose_us-page .col-lg-6:nth-child(2) .choose_item .img,
.why_choose_us-page .col-lg-6:nth-child(6) .choose_item .img {
  background-color: #008EFF;
}

.why_choose_us-page .col-lg-6:nth-child(3) .choose_item .img,
.why_choose_us-page .col-lg-6:nth-child(7) .choose_item .img {
  background-color: #45C646;
}

.why_choose_us-page .col-lg-6:nth-child(4) .choose_item .img,
.why_choose_us-page .col-lg-6:nth-child(8) .choose_item .img {
  background-color: #FABB18;
}

.choose_item {
  margin-bottom: 57px;
  display: flex;
  gap: 16px;
  max-width: 80%;
}

.choose-item-details {
  width: calc(100% - 70px);
}

.choose-item-details h5 {
  font-size: 29px;
  margin-bottom: 15px;
  font-weight: 700;
}

.choose-item-details p {
  color: #52525B;
}

section.about.page_Content.why_choose_us-page {
  padding-bottom: 0;
}

/* -----------------------  contact-page  -----------------   */
.contact-form {
  padding: 44px 27px 39px;
  background: #FFF;
  height: 100%;
  border-radius: 12px;
  box-shadow: 6px 0px 26px 0px #00000017;
}

.order-now .contact-form {
  border-radius: 2px;
}

.contact-form .title h5 {
  font-weight: 700;
  font-size: 34.24px;
  line-height: 44px;
  margin-bottom: 29px;
  color: #423D69;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.contact-form h3 {
  font-size: 31px;
  margin-bottom: 28px;
  color: #000;
  font-weight: 700;
}

.contact-form label {
  color: #151515;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  font-family: "FFShamelFamily";
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}


.input-group.upload {
  position: relative;
}

.input-group.upload span.uplod {
  position: absolute;
  left: 0px;
  top: 14px;
  font-size: 16px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 2;
  color: rgb(68 68 68 / 54%);
  width: 100%;
  display: inline-block;
  text-align: end;
  padding-inline-end: 18px;
}

.input-group.upload {
  position: relative;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  width: 100%;
  padding-block: 24px;
}

label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}

.form-group {
  margin-bottom: 16px;
}

.sidebar .logo {
  background: #fff;
  /* text-align: center; */
  padding: 12px;
  height: 130px;
}

/* ------------------------------------ dinner-page -----------------   */
.dinner-page .row,.terms_page .row {
  justify-content: center;
}

body.pages.dinner_page::before {
  display: none;
}

.why_choose_us.dinner_page::after {
  background: linear-gradient(0deg, #FFFFFF 0%, #EFEFEF 100%);
  color: #070606;
}

.why_choose_us.dinner_page .section-title h4,
.dinner_page .section-disc p,
.dinner_page .counter-item,
.dinner_page .count-block .details h6 {
  color: #070606;
}

.section-disc h4 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
}

.section-disc h4 span {
  color: var(--sec-color);
}

section.services_intro .viss-img {
  background: #E90649;
}

section.services_intro {
  background: #F4F4F4;
  padding-top: 57px;
}

/* ---------------------------------  single blog page ---------------------   */
.single-blog-img {
  width: 100%;
  height: 560px;
  margin-bottom: 32px;
}

.single-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

section.page_Content.single_blog .row {
  justify-content: center;
}

.single-page-content .date {
  box-shadow: 0px 4px 4px 0px #0000000A;
  background: #F2F2F2;
  border-radius: 8px;
  max-width: max-content;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.single-page-content .date span {
  color: #282727;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 700;
}

.single-page-content h6 {
  margin: 16px 0 24px;
  font-size: 18px;
  font-weight: 700;
}

.single-page-content p {
  margin-bottom: 20px;
  line-height: 44px;
}

/* -------------------------------  faq page --------------------------------   */
.text-faq h3 {
  font-size: 39px;
  margin-bottom: 59px;
  font-weight: 700;
  color: #0F172A;
  text-align: center;
}

.faq_page .row {
  justify-content: center;
}

.faq_page .text-faq {
  border-top: none;
}

.faq_page .card-header .btn {
  border-radius: 14px;
  border: none;
  background: #F5F5F5;
}

.faq_page .card-header .btn::after {
  top: 20px;
  font-size: 16px;
  content: '\f106';
  width: 16px;
  height: 16px;
  border: 0.77px solid #838383;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;

}

.faq_page .card-header .btn:not(.collapsed)::after {
  content: '\f107';
  color: #E90649;
  border-color: #E90649;
}

.faq_page .card-body {
  padding: 10px 16px 0 28px;
  border-radius: 0 0 14px 14px;
  background: #fff;
  border: 1px solid #E90649;
  border-top: none;
}

.faq_page .card-header .btn:not(.collapsed) {
  color: #E90649;
  border-radius: 14px 14px 0 0;
  background: transparent;
  border: 1px solid #E90649;
  border-bottom: none;
}

.faq_page .card-header .btn {
  font-weight: 700;
  font-size: 22px;
}

.faq_page .card {
  background-color: transparent;
}

/* ---------------------------------- certificat_page ---------------------------------------- */
section.page_Content.certificat_page {
  background: linear-gradient(270deg, #FFFFFF 0%, #F2F2F2 100%);
  padding-top: 64px;
  margin-top: 24px;
}

.certificat_page_title h3 {
  font-size: 30px;
  margin-bottom: 41px;
  text-align: center;
  font-weight: 700;
}

.Certificates_item {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  border: 0.93px solid #EBE9F1;
  height: 244px;
}

.Certificates_item .img {
  background: #EBEBEB;
  border-radius: 19px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.Certificates_item .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.client_Img {
  height: 347px;
      display: flex;
    align-items: center;
    justify-content: center;
}

.client_Img img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.client_Item_name h6 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 12px;
}

.development_item {
  box-shadow: 6px 6px 26px 0px #00000008;
  border-radius: 12px;
  margin-bottom: 55px;
  padding: 22px 14px;
}
.Developments_of_our_clients .certificat_page_title h3 {
  margin-bottom: 55px;
}
/* ----------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.contact-form h5 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-form h6 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #151515;
}

.f-contact.contactPage {
  box-shadow: 6px 3px 26px 0px #0000000D;
  padding: 50px;
  margin-bottom: 38px;
  border-radius: 12px;
}

.f-contact.contactPage a {
  margin-bottom: 50px;
  color: #2D2D2D;
}

.f-contact.contactPage a i {
  border: none;
}

span.key {
  font-size: 21px;
  font-weight: 700;
}

.contact-page .map {
  box-shadow: 6px 6px 26px 0px #00000008;
  height: 266px;
}

.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.term_item{
  margin-bottom: 30px;
}
.term_item h4 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #333F51;
}

.term_item p {
  color: #556987;
  line-height: 26px;
  
}
/* -------------------------------------   */
.locations-title h4{

font-size: 38px;

font-weight: 700;

margin-bottom: 41px;

text-align: center;
}

.electronic_menu h6 {
    font-size: 20px;
    margin-bottom: 24px;
    color: #0F172A;
    font-weight: 700;
    text-align: center;
}

section.locations {
    position: relative;
}

.electronic_menu {
    position: absolute;
    top: -132px;
    right: 0;
}

.qr-img {
    border: 0.72px solid #8C8C8C;
    height: 165px;
    width: 165px;
    border-radius: 14px;
}

.qr-img img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
}
.mynav .navbar-menu li a,.client_Item_name h6,
.breadcrumb-info h2,.breadcrumb{
    text-transform: capitalize;
}
ul.nav.nav-pills {
    justify-content: center;
    border: 1px solid rgb(140 140 140 / 40%);
    border-radius: 16px;
    padding: 18px 12px;
    max-width: max-content;
    margin: 0 auto 40px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link ,.nav-pills .nav-link:hover{
  color: #fff;
  background-color: var(--sec-color);
}
.nav-pills .nav-link {
  background: rgb(255 25 81 / 50%);
  color: #fff;
  min-width: 122px;
  text-align: center;
  margin: 0 7px;
  border-radius: 8px;
}
.locations .map{
  height: 453px;
}

.item.part-item .img,.item.part-item {
    height: 115px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item.part-item img {
    max-width: 69%;
    max-height: 80%;
    margin: auto;

}
.about_Page .about_info h3 {
    /*font-weight: 400;*/
}
.sidebar .side-content ul li.current_page_item a {
    color: #F8D605;
}
.contact-form label {
    text-transform: capitalize;
}
span.key {
    text-transform: capitalize;
}
@media (max-width: 768px) {
  .breadcrumb-info h2::after {
    left: -80px;
  }
}


.package-slider-content .owl-carousel .owl-stage-outer {


}
.reviews_sec .col-lg-6:first-child .review_item{
    animation-delay: 0.3s;
}
.reviews_sec .col-lg-6:nth-child(2) .review_item{
    animation-delay: 0.6s;
}
.reviews_sec .col-lg-6:nth-child(3) .review_item{
    animation-delay: 0.9s;
}
.reviews_sec .col-lg-6:last-of-type .review_item{
    animation-delay: 1.2s;
}

.blog_details span {
    font-weight: 600;
}

.package_item .my-btn a {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    min-width: 100%;
    padding: 8px;
}

.mynav .navbar-menu li a {
    font-size: 17px;
}

.packages,section.partner {
  position: relative;
}
.packages::after,section.partner::after{
  position: absolute;
  content: '';
  width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: linear-gradient(270deg, #FFFFFF 0%, #F2F2F2 100%);
transform: rotate(-180deg);
}

.package_item .duration {
    justify-content: start;
    margin-bottom: 14px;
}

section.goals_sec .section-title {
    margin-bottom: 42px;
}
.item_name {
    padding: 6px 10px;
}
.item_name h4 {
    font-size: 38px;
    line-height: 49px;
}

.item_name p{
    color:#fff;
    text-align:center;
}
   

.package-slider.owl-theme .owl-nav {
    top: 77%;
    width: 125%;
}

.item.part-item .img, .item.part-item {
    height: 93px;
}

.item.part-item img {
    max-width: 49%;
    max-height: 70%;
}

.package_item h3 {
    min-height: 62px;
}

.card-header .btn {
    /*padding-inline-start: 0;*/
    min-height: 72px;
}
.card-header .btn::after {
    top: 18px;
}
.Available_on_app .item.part-item img {
    max-width: 69%;
    max-height: 80%;
}
 .vission-item {
    margin-bottom: 32px;
}   
    
.form-group p {
    margin-bottom: 0;
}    
    
 .package_item h6 {
    min-height: 32px;
 }
    
    .container-fluid {
    position: relative;
    z-index: 2;
    padding:0;
}

 .packeges-info {
    padding-inline-start: 30%;
}   
  .mynav .row {
    background: #fff;
    backdrop-filter: none;
  }
    .count-block .details h6 {
    font-size: 20px;
    }
    .counter-item span.letter {
    font-size: 26px;
}
  @media (min-width: 1400px) {  
    .packeges-info {
    padding-inline-start: 38%;
}
}

  ul.nav.nav-pills li {
    min-width: 25%;
    margin-bottom: 14px;
}  
    
    
    
    
    
    
    
    
    
    
    
    
    
    

/* ------------------------------------- */