/*
	Theme Name: ما هو اسم القالب؟
	Theme URI: https://www.elnooronline.com/
	Author: تم تصميم وتطوير بواسطة شركة النور أون لاين
	Author URI: https://www.elnooronline.com/
*/
/* start part basic */
@import url(assets/css/helper\ v0.2.css);
@import url(assets/css/all.min.css);
@import url(assets/css/bootstrap-rtl-4.5.3.min.css);
@import url(assets/css/aos.css);
@import url(assets/css/slick-theme.css);
@import url(assets/css/slick.css);
@import url(assets/css/animate.min.css);
@import url(assets/css/splide.min.css);
@import url(assets/css/magnific-popup.css);

@font-face {
  font-family: arabic;
  src: url(assets/FONT/GE_SS_Two_Medium.otf);
}

.zain-extralight {
  font-family: "Zain", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.zain-light {
  font-family: "Zain", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zain-regular {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zain-bold {
  font-family: "Zain", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zain-extrabold {
  font-family: "Zain", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.zain-black {
  font-family: "Zain", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.zain-light-italic {
  font-family: "Zain", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.zain-regular-italic {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
/*   color: var(--text) !important; */
  text-decoration: none !important;
}

body {
  font-family: "Zain", sans-serif;
  overflow-x: hidden !important;
  -webkit-box-sizing: 0;
  box-sizing: 0;
  padding: 0;
  margin: 0;
  background-color: rgba(227, 240, 255, 1);
  direction: rtl;
	text-align:right;
}

:root {
  --title: rgb(172, 172, 172);
  --prime: rgba(0, 108, 228, 1);
  --second: rgb(73, 139, 214);
  --third: #ebab4f;
  --four: rgb(179, 131, 59);
  --sodark: #010d3f;
  --border: transparent;
  --bg: rgb(20, 20, 20);
  --text: white;
  --shadow: 0px 0px 5px 5px rgba(88, 88, 88, 0.267);
}

.backgroun {
  background-color: var(--bg);
  color: var(--text);
}


p::selection,
h1::selection,
h2::selection,
h4::selection,
h5::selection,
h6::selection {
  background-color: var(--prime);
  color: white;
}

p,
h1,
h2,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-weight: bold;
}

ul {
  list-style: none;
}

input:focus {
  outline: none;
}

.load {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.load img {
  width: 20%;
  height: 20%;
}




.loaderlodging {
  height: 100vh;
  z-index: 10000;
  transition: .8s;
}

.loaderlodging__body {
  overflow: hidden;
}

.loaderlodging__body.afterloading {
  overflow: inherit;
}

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

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #cecece;
  border-bottom-color: var(--prime);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loaderlodging img {
  width: 160px;
  height: 160px;
}
.loaderlodging .img-loading img{
	object-fit:cover;
	width: 200px;
	height:200px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}



button:focus,
a:focus-visible {
  outline: none;
}

.bg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg img {
  width: 100%;
  height: 100%;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-toggle i {
  margin-right: 10px;
}

.landing .slick-slider .slick-track,
.landing .slick-slider .slick-list{
	height:100%;
}
.landing .dropdown-menu {
  min-width: 15rem;
  z-index: 100;
  padding: 0px;
}

.landing .dropdown-menu .dropdown-item {
  color: black !important;
  /* margin: 10px 0px; */
  padding: 10px;
  text-wrap: wrap;
}

.landing .slick-dots {
display: none !important;
}

.landing .slick-prev,
.landing .slick-next {
  top: 40%;
  font-size: 25px;
  z-index: 100;
}
.landing .slick-prev {
  right:50px !important;
}
.landing .slick-next {
  left: 100px !important;
}

[dir='rtl'] .landing  .slick-prev:before {
  content: url(assets/image/next-landing.svg);
}

[dir='rtl'] .landing  .slick-next:before {
  content: url(assets/image/prev-landing.svg);
}

.landing .autoplay div > img{
  filter: brightness(0.7);
}

/* end basic */
/* start header  */
header {
  height: 100px;
  width: 100%;
  z-index: 100;
}

header .dropdown-item {
  text-align: center;
  border-radius: 3px;
  transition: 1s;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .dropdown-item>* {
  color: white !important;
  margin: 0px 5px;
}

header .dropdown-item:hover {
  padding: 15px;
  color: var(--prime) !important;
  background-color: white;
}

header .dropdown-item:hover>* {
  color: var(--prime) !important;
}

header .dropdown-menu {
  transform: translate3d(0px, 35px, 0px) !important;
  background-color: var(--prime);
  padding: 0px;
}


header ul .dropdown-toggle::after {
  display: none;
}

header ul .dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-40%);
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 800;
}

header .head {
  background-color: white;
}

header .head .logo img {
  width: 120px;
  height: 100%;
  object-fit: contain;
}

header .head .col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 5px;
}

/* header .head .phone {
  display: flex;
  align-items: center;
  justify-content: center;
} */
header .head .list-links {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: auto;
}

header .head .list-links>* {
  margin: 0px 20px;
}

header .head ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto 20px;
}

header .head li {
  margin: auto 15px !important;
  text-wrap: nowrap;
  position: relative;
}

header .head ul>li>a {
  transition: 1s;
  font-weight: bold;
  color: black ;
}

header .head li:hover>a {
  color: var(--prime);
}

header .head li::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: var(--prime);
  transition: 1s;
  z-index: 1;
}

header .head li:hover:after {
  width: 50%;
}

header .head li::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: var(--third);
  transition: 1s;
  z-index: 2;
}

header .head li:hover:before {
  width: 50%;
}

/* header .head .lang-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
} */



header .head .lang-btn .dropdown-toggle::after {
  display: none;
}

header .dropdown2 .dropdown-menu {
  background-color: var(--prime);
  margin: 10px -50px 0px 0px;
  min-width: 200px;
  border-radius: 15px;
  padding: 0px;
}

header .dropdown2 .dropdown-menu:hover a {
  color: white;
}

header .dropdown2 .dropdown-menu .dropdown-item:first-of-type {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

header .dropdown2 .dropdown-menu .dropdown-item:last-of-type {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

header .dropdown2 .dropdown-menu a:hover {
  color: var(--prime);
}

header .dropdown2 .dropdown-menu a {
  padding: 15px;
  color: white;
}

header .acoutn-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .acoutn-btn button img {
  margin-left: 10px;
}

header .acoutn-btn button .dropdown-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

header .acoutn-btn button i {
  margin-right: 8px;
}

header .buttons-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .buttons-header div {
  margin-left: 25px;
}

/* end header   */
/* ////////////////////////////////////////////// */
/* start landing  */
.landing {
  position: relative;
  height: 85vh;
}


.landing .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.landing .autoplay .swiper-slide {
  position: relative;
}

.landing .autoplay .slideswiper-slide>img {
  width: 100%;
  height: 100%;
}


.landing .text-landing {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  width: 50%;
  text-align: center;
}

.landing .text-landing h1 {
  position: relative;
  font-size: 80px;
}

.landing .text-landing h1 img {
  position: absolute;
  bottom: -5px;
  left: 43%;
  transform: translateX(-50%);
  object-fit: contain;
  animation-name: move;
  animation-duration: 1.25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes move {
  0% {
    bottom: -5%;
  }

  50% {
    bottom: -10%;
  }

  100% {
    bottom: -5%;
  }
}

.landing .text-landing>* {
  margin-bottom: 20px;
}

.landing .book {
  background-color: var(--prime);
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  padding: 20px;
  border-radius: 10px;
  border: solid 3px var(--third);
}

.landing .book div>* {
  color: white;
  font-weight: bold;
}

.landing .chosse img {
  position: relative;
  bottom: 0px;
  animation-name: move;
  animation-duration: 1.25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes move {
  0% {
    bottom: 0px;
  }

  50% {
    bottom: 5px;
  }

  100% {
    bottom: 0px;
  }
}

.landing .chosse {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0.5%;
}

.landing .chosse span {
  margin-right: 20px;
}

.landing .chosse span h5 {
  font-weight: bolder;
}

.landing .chosse span p {
  font-weight: lighter;

}

.landing .chosse span .dropdown {
  margin-top: 10px;
}

.swiper {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
}
.swiper.swiper-cube {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
  overflow: hidden !important;	
  width: 100%;
  height: 98vh;
  z-index: -1;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-slide .webpexpress-processed {
  display: block;
  width: 100%;
  height: 100%;
	object-fit:cover;
/*   filter: brightness(0.7); */
}/* end landing  */
/* /////////////////////////////////////// */
/* start who-us  */
.who-us .col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.who-us .col button {
  font-size: 20px;
  padding: 10px 25px;
  margin-right: 105px;
}

.who-us .col h4 {
  margin-bottom: 10px;
  color: var(--prime);
  font-weight: 800;
}

.who-us .col>h2 {
  color: var(--prime);
  font-weight: bold;
}

.who-us .col>h3 {
  font-weight: bold;

  margin: 15px 0px 50px;
}

.who-us .who-us-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.who-us .who-us-img img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: contain;
}

.who-us .col ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 30px;
}

.who-us .col ul li img {
  margin-left: 25px;
}
	.who-us .col a{
		font-size:20px;
	}
/* end who-us  */
/* //////////////////////////////////////// */
/* start discover  */
.discover {
  position: relative;
}

.discover .container-90 {
  position: relative;
}

.discover .container-90::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 80%;
  background-color: var(--prime);
  z-index: -1;
  border-radius: 15px;
}

.discover .disc-images {
  width: 80%;
  margin: auto;
}

.discover .text-discover {
  text-align: center;
  color: white;
}

.discover .text-discover>* {
  margin: 20px 0px;
}

.discover .text-discover h5 {
  color: var(--third);
}

.discover .disc-images div {
  padding: 5px;
}

.discover .disc-images img {
  width: 100%;
  height: 175px;
  transition: 1.5s;
  cursor: pointer;

}

.discover .disc-images .col {
  overflow: hidden;
  border-radius: 20px;
  margin: 5px 0.5%;
  position: relative;
  padding: 0px;
}
.discover .disc-images .col h4{
position: absolute;
    bottom: 0%;
    left: 0%;
    color: white;
    padding: 25px 20px;
    width: 100%;
    height: 100%;
    text-align: right;
    font-size: 30px;
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
	z-index:3;
}

.discover .disc-images .col .info-disc {
  position: absolute;
  bottom: -100%;
  left: 0%;
  color: white;
  padding: 20px;
  background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0.349));
  width: 100%;
  height: 100%;
  text-align: right;
  font-size: 30px;
  transition: 1s;
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
  border-radius: 20px;
}

.discover .disc-images .col:hover .info-disc {
  bottom: 0%;
}

.discover .disc-images div:hover img {
  scale: 1.5;
  border-radius: 20px;
  filter: brightness(0.7);
}

/* end discover  */
/* ////////////////////////////////// */
/* start offers  */
.offers .card .card-img-top {
  position: relative;

  padding: 0px;
}

.offers .card {
  border-radius: 14px;
  padding: 0px;
  margin: 5px 0.5%;
  transition: 1s;
  overflow: hidden;
  cursor: pointer;
}

.offers .card:hover {
  background-color: var(--prime);
}

.offers .card .card-body * {
  color: black;
  transition: .5s !important;
}

.offers .card:hover .card-body * {
  color: white !important;
}

.offers .card .card-img-top {
  overflow: hidden;

}

.offers .card .card-img-top img {
 	width: 100%;
 	height: 250px !important;
	object-fit:cover;
	transition: 1s;
}

.offers .card:hover .card-img-top img {
  scale: 1.2;
}

.offers .card .card-img-top .review {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 5px;
  z-index: 1;
}

.offers .card .card-img-top .love {
  position: absolute;
  left: 30px;
  bottom: 20px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px black;
}

.offers .card .card-img-top .love i {
  color: goldenrod;
}

.offers .card .card-img-top .review i {
  color: goldenrod;
  margin-right: 8px;
}



.offers .card .card-body {
  padding: 0px;
}

.offers .card .card-body .text-offer {
  padding: 40px 20px;
}

.offers .card .card-body .text-offer h5 {
  color: var(--prime);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.offers .card .card-body .text-offer h5 img {
  margin-right: 5px;
}

.offers .card .card-body .row {
  width: 100%;
}

.offers .card .card-body .col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bolder;
  padding: 15px;
	text-wrap:nowrap;
}

.offers .card .card-body .col i {
  margin-left: 10px;
  color: var(--prime);
}

.offers .card .card-body .info-offer {
  border-top: solid 1px gray;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* end offers */
/* //////////////////////////////////////////// */
/* start achive  */
.achive {
  position: relative;
}

.achive .bg {
  z-index: -1;
  height: 75%;
}

.achive::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 75%;
  background-color: var(--prime);
  z-index: -10;
  border-radius: 15px;
}

.achive .col {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0.5%;
}

.achive .col div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: white;
  border: solid 1.5px white;
  padding: 35px;
  border-radius: 15px;
}

.achive .col div * {
  margin-bottom: 10px;
}

.achive .block-follow {
  position: relative;
  top: 50px;
  width: 70%;
  color: white;
  margin: auto;
  z-index: 10;
}

.achive .block-follow .bg {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.achive .block-follow .bg img {
  filter: brightness(0.5);
}

.achive .block-follow .block-follow-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 350px;
}

.achive .block-follow .block-follow-content>* {
  margin-bottom: 20px;
  margin-right: 40px;
}

.achive .block-follow .block-follow-content input {
  height: 40px;
  margin: 0px;
  margin-left: 10px;
  padding: 5px;
  border-radius: 5px;
  border: solid 1px white;
  color: white;
  background-color: transparent;
}

.achive .block-follow .block-follow-content .sub {
  background-color: var(--third);
  border: none;
  width: 120px;
}

.achive .block-follow .block-follow-content .sub:hover {
  background-color: var(--four);
}

.achive .block-follow .block-follow-content input::placeholder {
  color: white !important;
}

/* end achive  */
/* /////////////////////////////////////////// */
/* start news  */
.news .col {
  position: relative;
  bottom: 0px;
  transition: 1s;
  cursor: pointer;
  margin: 10px 0.5%;
  overflow: hidden;
  padding: 0px;
  border-radius: 20px;
}

.news .col .info-new {
  position: absolute;
  bottom: -100%;
  left: 0%;
  height: 100%;
  color: white;
  padding: 20px;
  background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0.349));
  width: 100%;
  text-align: right;
  font-size: 30px;
  transition: 1s;
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
  border-radius: 20px;
}

.news .col .info-new .float-info-date {
  position: absolute;
  top: 0px;
  left: 30px;
  background-color: var(--prime);
  padding: 5px 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.news .col .info-new .float-info-date * {
  padding: 0px !important;
  margin: 0px !important;
  text-align: center;
  font-size: 13px;

}

.news .col:hover .info-new {
  bottom: 0%;
}

.news .col img {
  width: 100%;
  height: 250px;
	object-fit:cover;
  transition: 1s;
}

.news .col p {
  font-size: 15px;
  margin-top: 10px;
}

.news .col:hover {
  position: relative;
  bottom: 15px;
}

/* .news .col img:hover {
  filter: brightness(0.7);
} */
/* end news  */
/* //////////////////////////////////////////// */
/* start review  */
.review .slide {
  background-color: rgba(128, 128, 128, 0.185);
  padding: 25px;
  border-radius: 10px;
  padding-bottom: 15px;
  margin: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.review .slide img {
  margin-bottom: 20px;
	    object-fit: cover;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
	object-fit:cover;
}

.review .slide .info-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-top: solid 1px gainsboro;
  padding: 10px 0px;
  width: 100%;
}

.review .slide .info-slide i {
  color: goldenrod;
}

.review .slide .info-slide p {
  color: rgb(161, 161, 161);
}

.review .slick-dots {
  justify-content: center !important;
  bottom: -50px;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.review .autoplay2 .slick-dots li.slick-active button {
  background-color: var(--prime);
  border: var(--prime);
  scale: 1;
  transition: 1s;
}

.review .autoplay2 button {
  background-color: transparent;
  border: solid 1px black;
  border-radius: 50%;
  scale: .7;
}

.review .slick-dots li button:before {
  content: "";
}

.review .slick-prev,
.slick-next {
  top: -90px;
  font-size: 25px;
}

.review .slick-prev::before,
.review .slick-next::before {
  font-size: 50px;
  color: var(--second);
}

[dir='rtl'] .slick-prev {
  right: auto;
}

.review .slick-prev {
  left: 150px !important;
}

.review .slick-next {
  left: 50px;
}

[dir='rtl'] .slick-prev:before {
  content: url(assets/image/arrow-right.svg);
}

[dir='rtl'] .slick-next:before {
  content: url(assets/image/arrow-left.svg);
}

.review .autoplay2 .slick-arrow {
  border: none;
}

/* end review */
/* ///////////////////////////////////////////// */
/* start single pages  */
header {
  position: relative;
}

header .url {
  background-color: var(--prime);
  position: absolute;
  bottom: -40px;
  right: 10%;
  padding: 10px 40px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

header .url i {
  color: goldenrod;
  position: relative;
  top: 2px;
}

.head-page::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--prime);
  z-index: 100;
}

.form-contet {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  margin: auto;
  border-radius: 1;
  padding: 30px 60px;
  box-shadow: var(--shadow);
  border-radius: 5px;
  background-color: white;
}

.form-contet form {
  width: 100%;
}

.form-contet .row>* {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.form-contet .row>div {
  display: flex;
  align-items: flex-start;
  margin: 10px 0px;
}

.form-contet .btns-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.form-contet .btns-form * {
  display: flex;
  align-items: center;
  color: black !important;
}

.form-contet .btns-form input {
  margin-left: 8px;
}
/* .form-contet .row div label{
	color:var(--third);
	
} */
.form-contet .row div input,
.form-contet .row div textarea,
.form-contet .row div select {
  width: 100%;
  border: solid 1.5px rgba(133, 133, 133, 0.514);
  padding: 10px;
  border-radius: 8px;
}

.form-contet .another {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.form-contet .another::after,
.form-contet .another::before {
  content: "";
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
  background-color: rgba(126, 126, 126, 0.76);
  height: 1px;
}

.form-contet .another::before {
  right: 5%;
  width: 20%;
}

.form-contet .another-login .col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.form-contet .another-login .btns button {
  margin: 10px 0px;
  padding: 10px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-contet .another-login .btns button i,
.form-contet .another-login .btns button img {
  margin-right: 5px;
}

.form-contet .another-login .btns .google {
  background-color: white;
  color: black;
  border: solid 1px black;
}

.form-contet .another-login .btns .apple {
  background-color: black;
  border: solid 1px black;
}

.form-contet .info-form {
  margin: 20px 0px;
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
}

.form-contet .info-form * {
  margin: 10px 0px;
}

/* start contact us  */
.info-contact .text-contact {
  margin: 50px 0px;
}

.info-contact .text-contact * {
  margin: 20px 0px;
}

.info-contact h1 {
  font-size: 50px;
  font-weight: bolder;
  color: var(--third);
	
}

.info-contact .row .col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-contact .row .col div {
  margin: 15px 10px;
}

.info-contact .row .col div h3 {
  color: var(--prime);
  font-weight: bolder;
}

/* start who us  */
.program .prog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}

.program .prog div {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.program .prog div img {
  width: 100px;
  height: 100%;
  margin-bottom: 15px;
  object-fit: contain;
}
.program .prog div p{
	min-height:50px;
}

/* /////////////////////////////////////////// */
/* start article  */
.articale .right-articale>* {
  margin-bottom: 20px;
}

.articale .right-articale h2 {
  color: var(--prime);
  font-weight: bolder;
}

.articale .right-articale img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
}

.articale .left-articale {
  position: sticky;
  top: 110px;
  left: 0px;
  padding: 20px;
  background-color: white;
  border-radius: 15px;
  height: 100%;
}

.articale .left-articale h2 {
  margin-bottom: 20px;
  color: var(--prime);
  font-weight: bolder;
}

.articale .left-articale ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
	transition:1s;
	
}
.articale .left-articale ul li:hover a{
	background-color:var(--prime);
	border-radius:11px;
}
.articale .left-articale ul li a *{
	transition:1s;
}
.articale .left-articale ul li:hover a *{
	color:white;
}
.articale .left-articale ul li  {
  margin-bottom: 10px;
  border-bottom: solid 1px rgb(197, 197, 197);
  padding-bottom: 10px;

}

.articale .left-articale ul li:last-of-type {
  border: none;
}

.articale .left-articale ul li h4 {
	margin-bottom:5px;
	font-weight:bolder;

  color: var(--prime);
}

.articale .left-articale ul li p {
  font-size: 10px;
	color:grey;
}

.articale .left-articale ul li img {
  width: 130px;
  height: 100px;
  margin-left: 10px;
  border-radius: 10px;
	object-fit:cover;
}

.articale .info-travel {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0px;
}

.articale .info-travel .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgb(221, 221, 221);
}

.articale .info-travel .col:last-of-type {
  border: 0px;
}

.articale .info-travel .col h5 {
  margin-top: 10px;
  color: var(--prime);
  font-weight: bolder;
}

.articale .images-art .col {
  margin: 10px 0.5%;
}

.articale .images-art img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.articale .travel-table p{
color: grey;
}
.articale .travel-table h5{
  font-weight: bolder;
}
.articale .travel-table   li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.articale .travel-table   li span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.articale .travel-table   li .content {
  
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.articale .travel-table   li span > * {
  margin: 5px 0px;
}
.articale .travel-table  li span::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 11px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px var(--prime);
  transition: 1s;

}
.articale .travel-table .active::after {
  outline: solid 1px var(--prime);
  border: white solid 2px;
  background-color: var(--prime);
  transition: 1s;
}
.articale .travel-table .active::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 31px;
  width: 2px;
  height: 90%;
background-color: var(--prime);
transition: 1s;

}
/* start profile  */
.profile{
  margin-top: 80px !important;
}

.profile .profile-content {
  position: relative;
  background-color: white;
  border-radius: 15px;
  border-radius: 15px;
  padding: 40px;
  margin: auto;
  padding-top: 80px;
  position: relative;

}

.profile .profile-content .col {
  margin: 20px 0.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile .profile-content .col h5 {
  margin-left: 30px;
  font-size: 20px;
}

.profile .profile-content .col input{
  height: 35px;
  margin: 0px;
  padding: 5px;
  border-radius: 5px;
  border: solid 1px rgb(204, 203, 203);
  color: grey;
	width:130px;
  background-color: transparent;
}
.profile .profile-content .col p {
  font-size: 15px;
  color: grey;
}

.profile .person {
  position: absolute;
  top:-170px;
  left: 50%;
  transform: translate(-50%, 30%);
}

.profile .person img {
  border-radius: 15px;
  width: 180px;
	height:180px;
	object-fit:cover;
}
.profile .btn-edit{
 position: absolute;
 top: 10px;
 left: 30px; 
 width:200px;
}
.special{
  width: 75% !important;
}
/* start thanks  */
.thanks .thanks-content{
  display: flex;
  align-items: center;
  justify-content: center;
}
.thanks .thanks-content .thank-con{
  width: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 30px;
  border-radius: 10px;
}
.thanks .thanks-content .thank-con  img{
  width: 250px;
  height: 200px;
  object-fit: contain;
}
.thanks .thanks-content .thank-con h1{
  font-weight: bolder;
  color: var(--prime);
  font-size: 50px;
}
.thanks .thanks-content .thank-con h4{
  font-weight: bolder;
}
.thanks .thanks-content .thank-con *{
  margin-bottom: 20px;
}
.thanks .thanks-content .thank-con a{
  width: 75%;
}
.tarkis .content-tarkis{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
	width:80%;
	margin:auto;
}
.tarkis .content-tarkis > *{
  margin: 10px 0px;
}
.tarkis .content-tarkis p{
  margin: 20px 0px;
  font-size: 25px;
  color: var(--prime);
}
.tarkis .content-tarkis img{
  width: 85%;
	margin-right:15%;
	border-radius:10px;
/*   margin-right: 150px; */
}
.program .tab-content {
  width: 100%;
}
.program .box-program {
  margin: 5px 0px;
  padding: 20px;
  border: solid 1px var(--third);
  border-radius: 20px;
  width: 100% !important;
}
.program .price-star {
  background-color: rgba(238, 251, 244, 0.5);
  padding: 30px 0px;
}
.program  .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
/*   flex-direction: row; */
  border: none;
	width:100%;
}

.program  .nav-tabs li {
  width: calc(100% / 5 );
}
.program  .nav-tabs li a {
  text-align: center;
  margin: 0px 10px;
  border: solid 1px var(--prime) !important;
  border-radius: 10px;
  color: var(--prime);
	text-wrap:nowrap;
	padding:5px 0px;
}
.program  .nav-tabs li .active {
  background-color: var(--prime);
  color: white;
  border-radius: 10px;
  border: none;
}
/* .program  ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
} */
.program .price .tab-content ul {
  margin-top: 50px;
}
.program .price .tab-content ul li {
  margin-bottom: 30px;
}
.program .price .tab-content ul li:first-of-type {
  font-weight: bolder;
}
.program .price .tab-content ul li span {
  margin-left: 200px;
}
.program button {
  border-radius: 10px;
  font-weight: bold;
}
.content-include .include,
  .content-include .unclude{
  background-color: white;
  padding: 10px;
  margin: 20px 0px;
  border-radius: 5px;
}
.content-include .include h1,
.content-include .unclude h1{
  background-color: var(--prime);
  color: white;
  padding: 5px;
  border-radius: 5px;
}
.content-include .include ul li,
.content-include .unclude ul li{
  margin: 15px 0px;
  display: flex;
  align-content: center;
  justify-content: flex-start;
}
.content-include .include ul li i,
.content-include .unclude ul li i{
color: rgb(3, 172, 3);
margin-top: 3px;
margin-left: 5px;
}
.content-include .unclude ul li i{
  color: white;
  background-color: red;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.gallery-2 .col {
	padding:0px;
	margin:10px 0.5%;
}
.gallery-2 .col img{
	width:100%;
	height:100%;
	border-radius:15px;
	transition:1s;
	cursor:pointer;
}
.gallery-2 .col:hover img{
	filter:brightness(0.7);
}
/* endsingle pages */
/* start profile  */
.profile .title>* {
  margin: 15px 0px;
}

.profile .profile-list {
  box-shadow: 0 0 5px 5px #00000029;
  border-radius: 30px;
  background-color: white;
  padding: 20px;
  height: 100%;
}

.profile .image-profile {
  display: flex;
  justify-content: center;
}

.profile .image-profile img {
  margin-bottom: 50px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.profile .list-profile-setting ul {
  padding: 0px;
  display: block;
  border-bottom: none;
}

.profile .list-profile-setting ul li {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.profile .list-profile-setting ul li a {
  display: flex;
}

.profile .list-profile-setting ul li a p:hover {
  transition: 1s all;
  color: var(--prime);
}

.profile .list-profile-setting ul li a {
  font-weight: 500;
  color: rgba(128, 128, 128, 1);
}

.profile .list-profile-setting ul li p a:hover {
  color: var(--prime);
  transition: 1s all;
  cursor: pointer;
}

.profile .list-profile-setting ul li img {
  margin-left: 15px;
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.profile-content-2 {
  padding: 30px !important;
}

.profile-content-2 .col {
  margin: 5px 0.5% !important;
}

.profile h2 {
  font-weight: bolder;
  color: var(--prime);
}

.profile .provide .col {
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
  height: 200px;
  border-radius: 10px;
}

.profile .provide .col {
  transition: 1s;
}

.profile .provide .col:hover {
  background-color: var(--prime);
}

.profile .provide .col:hover p {
  color: white !important;
}

.profile .provide .col p {
  font-weight: bolder;
  font-size: 18px !important;
  transition: 1s;
}

.profile .provide .col a {
  text-align: center;
}

.profile .provide .col img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.profile .provide .col p {
  margin-top: 20px;
  color: black !important;
}

/* table tr td {

  max-width: 100%;
  width: 1%;
  overflow: hidden;
  text-align: center;
}
table{
  border-radius: 20px;
}

table,
table td {
  border: solid 1px var(--prime);
} */
/* end footer  */
.profile-content {
  min-height: 100%;
}
.tab-content .offers .card .card-body{
  width: 100%;
}
 .nav-tabs .active   {
color: var(--prime) !important;
}
.profile-content .tab-content .profile-row .col  {
  margin-bottom: 20px !important;
}
table img  {
  width: 15px;
  height: 15px;
}
table {
  border: solid 1.5px var(--prime);
  border-radius: 10px;
  padding: 0px;
  margin: 0px;
  /* overflow: hidden; */
  border-spacing: 0px;
  width: 100%;
  border-collapse: separate;
}

thead {
  /* border-end-end-radius:none ; */
  font-weight: bolder;
  font-size: 20px;
  border-radius: 10px;
  background-color: rgba(227, 240, 255, 1);
  color: black;
  z-index: 1;
}

table i {
  margin-left: 10px;
  color: rgb(17, 185, 17);
  font-size: 18px;
}

table .fa-close {
  color: red;
}

.table .row {
  width: 100%;
  padding: 0px;
  margin: 0px;

}
table thead tr td:first-of-type {
  border-top-right-radius: 8px;
}
table thead tr td:last-of-type {
  border-top-left-radius: 8px;
}
table tfoot tr:last-of-type td:first-of-type {
  border-bottom-right-radius: 8px;
}
table tfoot tr:last-of-type td:last-of-type {
  border-bottom-left-radius: 8px;
}
table td {
  border-left: solid 1px var(--prime);
  border-bottom: solid 1px var(--prime);
  width: 20%;
  text-align: center;
  padding: 25px;
  vertical-align:middle;
}
.tab-content{
  height: 100%;
}
.profile .orders {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;

}
.profile .orders img{
	width: 250px;
	height:250px;
	object-fit:cover;
}
.content-include .include,
  .content-include .unclude{
  background-color: white;
  padding: 10px;
  margin: 20px 0px;
  border-radius: 5px;
}
.content-include .include h1,
.content-include .unclude h1{
  background-color: var(--prime);
  color: white;
  padding: 5px;
  border-radius: 5px;
}
.content-include .include ul li,
.content-include .unclude ul li{
  margin: 15px 0px;
  display: flex;
  align-content: center;
  justify-content: flex-start;
}
.content-include .include ul li i,
.content-include .unclude ul li i{
color: rgb(3, 172, 3);
margin-top: 3px;
margin-left: 5px;
}
.content-include .unclude ul li i{
  color: white;
  background-color: red;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
/* ///////////////////////////////////////////// */
/* start footer */
footer {
  position: relative;
  margin-top: 50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;

}

footer::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 80%;
  z-index: -5;
  background-color: white;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
}

.footer-2::after {
  height: 100%;
}

footer .container-90 {
  border-radius: 20px;
}

footer .container-90 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

footer .col {
  margin: 20px 0%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: black;
}

footer .col h2 {
  margin-bottom: 30px;
  color: black;
  position: relative;
  font-size: 25px;
}

/* footer .col h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: var(--prime);
} */

footer .col ul {
  padding: 0;

}

footer .col li {
  margin-bottom: 30px;
  text-align: right;
  color: black;
}

footer .col li a {
  color: black !important;
}
	footer .logo ul li img {
    width: 110px;
    height: 110px;
}
footer .col ul .social-ico img{
	width:50px;
	height:50px;
}
footer .col:last-of-type li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .logo {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

footer .logo > img {
  width: 100%;
  height: 130px;
  object-fit: contain;
}

footer .logo div {
  margin: 0px 10px;
}

footer .logo ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

footer .logo ul li {
  margin: 0px 5px;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .logo ul li i {
  font-size: 25px;
  color: black;
}

footer .col a {
  color: var(--prime);
}

footer .search {
  margin-top: 20px;
}

footer .search-content {
  position: relative;
  width: 100%;
}

footer .search input {
  width: 100%;
  border-radius: 30px;
  margin-top: 20px;
  padding: 15px;
  border: none;
  font-size: 15px;
  padding-right: 20px;
  box-shadow: 0px 0px 5px 5px rgba(92, 92, 92, 0.199);
}

footer .search button {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-25%);
}

footer .footer-new ul {
  margin: 0px;
}

footer .footer-new ul li {
  margin: 20px 0px;
  padding: 0px;
  color: black;
}

footer .footer-new ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  color: black;
}

footer .footer-new ul li img {
  width: 75px;
  height: 70px;
  padding-left: 5px;
}

footer .footer-new ul li a span {
  margin-left: 0px;
}

footer .footer-new ul li a span p {
  font-size: 15px;
  margin-top: 5px;
}

footer .end-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  color: black;
  margin-top: 0px;
  border-top: solid 1px white;
  position: relative;
  text-align: center;
}

footer .end-footer::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--prime);
}

footer .elnoor {
  width: 100px;
  height: 30px;
}

footer .col .row {
  margin-top: 30px;
}

footer .col .row {
  width: 50%;
}

footer .col .col {
  padding: 0px;
  margin: 2px 0.5%;
  padding: 5px;
}

footer .col .col img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.end-footer a {
  display: flex !important;
  align-items: center;
  width: 250px;
  color: black !important;
}

.end-footer p {
  color: black;
}

.end {
  display: none;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 60;
  background-color: var(--third);
  border-radius: 10px;
  height: 40px;
  width: 40px;
}

.block-float {
  position: relative;
  padding: 40px;
  color: white;
  width: 90%;
  margin: auto;
}

.block-float .bg {
  z-index: -1;
  width: 100%;
  height: 100%;
}

.block-float .bg img {
  object-fit: cover;
  border-radius: 20px;
  border: solid 5px white;
  filter: brightness(0.5);
}

.block-float .block-follow-content>* {
  margin-bottom: 20px;
  margin-right: 40px;
}

.block-float .block-follow-content {
  width: 50%;
}

.block-float .block-follow-content input,
.block-float .block-follow-content textarea {
  height: 40px;
  margin: 15px 0px;
  margin-left: 10px;
  padding: 5px;
  border-radius: 5px;
  border: solid 1px white;
  background-color: transparent;
  color: white;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.103);
	direction:rtl !important;
}
.block-float .block-follow-content textarea {
  height: auto;
}
.block-float .block-follow-content input::placeholder,
.block-float .block-follow-content textarea::placeholder {
  color: white;
}

.block-float .block-follow-content .sub {
  background-color: var(--third);
  border: none;
}

/* end footer  */


/*--------- Responsive ----- */
@media (min-width: 992px) {
  header .head-phone {
    display: none !important;
  }

  /* start project  */
  .project2 .buttons-project {
    width: 60%;
  }

  .phone {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 992px) {

  /* start header  */
  .bars {
    font-size: 25px;
    color: var(--prime);
  }

  header .phone {
    display: none;
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    align-items: flex-start !important;
    overflow-x: hidden;
  }

  header .head .col {
    align-items: flex-start !important;
  }

  header .container-90>.row {
    margin-top: 10px;
  }

  header .head .list-links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;
	  overflow:scroll;
  }

  header .head .list-links>* {
    margin: 10px 20px;
  }

  header .acoutn-btn button {
    color: white;
  }


  header .phone-slide {
    position: absolute;
    left: -100%;
    top: 0px;
    height: 100vh;
    width: 50%;
    margin: 0px;
    background-color: white;
	  
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    transition: 1s;
    z-index: 100;
  }

  header .head-phone {
    margin: 30px 0px;
  }

  header .head-phone .closes i {
    color: var(--prime);
    font-size: 35px;
  }

  header .phone-slide ul {
    flex-direction: column;
    align-items: flex-start;
    margin: 0px;
    padding: 0px;
    width: 100% !important;
  }

  header .phone-slide ul li {
    margin: 12px 0px !important;
    padding: 0px;
    width: 95%;
  }

  header .phone-slide ul li a {
    color:black !important;
  }
	header .phone-slide p{
		color:black !important;
	}
  header .head .logo {
    justify-content: flex-start !important;
  }

  header .head .col-bars {
    display: flex !important;
    justify-content: flex-end !important;
  }

  /* start landing  */
  .landing {}

  .landing .bg img {
    object-fit: cover;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    
  }
  .landing .text-landing {
    width: 95%;
    top: 20%;
  }
  
  .landing .text-landing h4 {
    font-size: 15px;
  }
  
  .landing .text-landing h1 {
    font-size: 50px;
  }
  
  .landing .text-landing h1 img {
    width: 130px;
    bottom: 0px;
  }
  
  .landing .text-landing p {
    font-size: 15px;
    line-height: 1.5rem;
  }
  
  .landing .book {
    width: 90%;
  }
  
  
  .achive .col div {
    padding: 30px;
  }

  .block-float .block-follow-content>* {
    margin-right: 0px;
  }

  .block-float .block-follow-content .col-lg-6,
  .block-float .block-follow-content .col-12 {
    padding: 0px;
    padding-left: 10px;
  }

  .w-md-100 {
    width: 100%;
  }

  .form-contet {
    width: 70%;
    padding: 30px 40px;
  }

  /* start contact  */
  .info-contact .row .col {
    justify-content: flex-start;
  }

  /* start who us  */
  .program .prog {
    flex-wrap: wrap;
    justify-content: center;
  }

  .program .prog div {
    width: 33.33%;
    margin: 25px 0px;

  }

  .articale .images-art .col-lg-4 img {
    height: 450px;
    object-fit: cover;
    object-position: center center;
  }
	.achive .block-follow .block-follow-content>*{
		margin:0px 20px;
		margin-bottom:20px;
	}
	table td{
		font-size:13px;
		padding:15px;
	}
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
	.fixing{
		top:135px !important;
	}
	.header-fixed{
		height:90px !important;
	}
  header .phone-slide {
    width: 100%;
  }

  header .dropdown2 .dropdown-menu {
    margin: 10px 0px 0px 0px;
    min-width: 100%;
  }

  header .buttons-header div {
    margin-left: 15px;
  }

  /* header .head .col-bars{
    display: flex;
    align-items: center !important;
    justify-content: center !important;
  } */
  header .head .logo img {
    width: 80px;
    height: 100%;
  }

  /* start landing  */
  [dir='rtl'] .landing  .slick-prev:before {
    display: none;
  }
  
  [dir='rtl'] .landing  .slick-next:before {
    display: none;
  }
  

  .landing .bg img {
    object-fit: cover;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .landing .text-landing {
    width: 95%;
    top: 45%;
  }

  .landing .text-landing h4 {
    font-size: 18px;
  }

  .landing .text-landing h1 {
    font-size: 40px;
  }

  .landing .text-landing h1 img {
    width: 80px;
    bottom: 0px;
  }

  .landing .text-landing p {
    font-size: 13px;
    line-height: 1.5rem;
  }

  .landing .book {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    bottom: 5%;
    transform: translateX(-45%);
  }

  .landing .book .chosse {
    margin: 15px 0px;
  }

  .landing .book .chosse:last-of-type {
    width: 100%;
  }

  .landing .book .chosse .btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* start who us  */
  .who-us .col {
    align-items: center !important;
    text-align: center;
  }

  .who-us .col button {
    width: 100%;
  }

  .who-us .col ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .who-us .col ul li>* {
    margin-bottom: 30px;
  }

  /* start achive  */
  .achive .col {
    margin-bottom: 30px !important;
  }

  .achive::after {
    height: 90%;
  }

  .achive .block-follow {
    width: 100%;
    object-fit: cover;
  }

  .achive .block-follow .block-follow-content {
    height: 500px;
  }

  .achive .block-follow img {
    object-fit: cover;
    border-radius: 35px;
  }

  .achive .block-follow input {
    margin-bottom: 20px !important;
  }

  .achive .col div {
    padding: 10px;
    width: 100%;
  }

  .achive .col div img {
    width: 50px;
  }

  .achive .col div h1 {
    font-size: 25px;
  }

  .achive .block-follow .block-follow-content input {
    width: 100%;
  }

  .news .col {
    padding: 5px;
    margin: 5px 0.5%;
  }

  /* start footer */
  footer .col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  footer .col:last-of-type li i {
    margin: 25px 10px;
    font-size: 25px;
  }

  .discover .disc-images .col .info-disc {
    font-size: 18px;
    padding: 9px;
  }

  .discover .disc-images {
    width: 90%;
  }

  .discover .disc-images .col {
    margin: 5px 0.5%;
  }

  .review .slick-prev,
  .slick-next {
    top: -130px;
    font-size: 25px;
  }

  .review .slick-prev::before,
  .review .slick-next::before {
    font-size: 50px;
    color: var(--second);
  }

  [dir='rtl'] .slick-prev {
    right: auto;
  }

  .review .slick-prev {
    left: 150px !important;
  }

  .review .slick-next {
    left: 50px;
  }

  [dir='rtl'] .slick-prev:before {
    content: url(assets/image/arrow-right-sm.svg);
  }

  [dir='rtl'] .slick-next:before {
    content: url(assets/image/arrow-left-sm.svg);
  }

  .block-float .block-follow-content {
    width: 100% !important;
  }

  .block-float .block-follow-content>* {
    margin: 0px;
  }

  footer::after {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  /* start login  */
  .form-contet {
    width: 100%;
    padding: 30px 40px;
  }

  /* start who us  */
  .program .prog {
    flex-wrap: wrap;
    justify-content: center;
  }

  .program .prog div {
    width: 45%;
    margin: 25px 0px;

  }

  .news .col:hover {
    position: relative;
    bottom: 0px;
    padding: 0px;
  }

  .news .col .info-new {
    border-radius: 10px;
  }

  /* start articale  */
  .articale .left-articale {
    position: relative;
    top: 0px;
    margin-top: 40px;
  }

  .articale .right-articale img {
    height: 250px;
  }

  .articale .images-art .col-lg-4 img {
    height: 350px;
    object-fit: cover;
    object-position: center center;
  }

  .articale .info-travel .col {
    margin: 15px 0px;
    border: none;
  }

  /* start profile  */
  .profile .profile-content .col {
    justify-content: space-between;
  }
  .profile .person {
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translate(-50%, 30%);
}
.profile .person img{
width: 140px;
	height:140px;
}
.profile .btn-edit{
  position: relative;
  width: 100%;
  left: 0px ;
}
.profile .btn-edit button{
  width: 100%;
  margin: auto;
}
.profile .profile-content .col h5{
  margin-left: 5px;
}


	footer .end-footer{
		justify-content:center;
	}
	.end-footer a{
		justify-content:center;
	}
	.thanks .thanks-content .thank-con{
		width:95%;
	}
	.thanks .thanks-content .thank-con  img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.news .col img {
  width: 100%;
  height: 150px;
	object-fit:cover;
  transition: 1s;
}
	.program  .nav-tabs {
		width:100%;
	}
	.program .nav-tabs li{
		width:calc(100% /2);
		margin-bottom:10px;
	}
	table td{
		font-size:10px;
		padding:5px;
	}
		table td i{
			display:none !important;
	}
	table img{
		width:10px;
		height:10px;
	}
	.swiper.swiper-cube {
  height: 80vh;
}
	.news .info-new h2{
		font-size:12px;
	}
	.content-include .include h1, .content-include .unclude h1{
		font-size:25px;
	}
	.achive .col div p{
	min-height:60px;
}
}

@media (max-width: 500px) {}

@media (max-width: 400px) {
  .landing .book {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    bottom: -8%;
    transform: translateX(-45%);
  }
}


/* start basic js  */
.left-0 {
  left: 0% !important;
}

.flex {
  display: flex !important;
}

.block {
  display: block !important;
}

.noen {
  display: none !important;
}

.header-fixed {
  position: fixed !important;
  top: 0%;
  left: 0;
  width: 100%;
  height: 120px;
  transition: 1s;
  z-index: 50;
  transition: 1s all;
  animation-name: down;
  animation-duration: 0.7s;
  transition-delay: 0s;
  background-color: white !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header-fixed .list-links ul li a,
.header-fixed .dropdown .dropdown-toggle {
  color: black !important;
}

@keyframes down {
  from {
    position: fixed;
    top: -100%;
  }

  to {
    position: fixed;
    top: 0%;
  }
}




.auto-hover {

  animation-name: hover;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes hover {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/* 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;
}
.title p {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
	border:solid 1px var(--prime);
}
.alert{
	margin-top:20px;
}
p.success-message {
    position: absolute;
    top: 155px;
    background-color: #78dd78;
    width: 100%;
	padding: 10px;
}
.fixing{
	background-color:#dc3545;
	color:white;
	position:absolute;
	top:154px;
	left:0px;
	width:100%;
	padding:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:1;
}