/*
	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/Montserrat-Arabic\ Regular.ttf);
}

.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: arabic;
  overflow-x: hidden !important;
  -webkit-box-sizing: 0;
  box-sizing: 0;
  padding: 0;
  margin: 0;

  direction: rtl;
}

:root {
  --title: rgb(172, 172, 172);
  --prime: rgba(89, 91, 78, 1);
/*   --prime: rgba(132, 109, 74, 1); */
  --second: rgb(166, 170, 144);
/*   --third: rgba(0, 56, 65, 1); */
  --third: rgba(132, 109, 74, 1);
	
  --four: rgb(16, 91, 103);
	--five:rgba(132, 109, 74, 1);
  --sodark: #162668;
  --border: transparent;
  --desc:  rgba(103, 103, 103, 1);
  --bg: rgba(248, 245, 240, 1);
  --text: white;
  --shadow: 0px 0px 5px 2px rgba(88, 88, 88, 0.144);

}

.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: normal;
  line-height: 2.1rem;
  font-size: 13px;
}
img{
  border-radius: 5px ;
}

ul {
  list-style: none;
}

ul li,
a,
button {
  font-weight: normal !important;
}

input:focus {
  outline: none;
}

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

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

.loaderlodging {
  height: 100vh;
  z-index: 10000;
  transition: 0.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: 280px;
  height: 150px;
}

@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;
}

.p-desc {
  color: rgba(123, 123, 123, 1);
  line-height: 1.8rem;
  word-spacing: 1px;
  font-size: 15px;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.title h1 {
  position: relative;
  /* color: var(--prime); */
  font-weight: bolder;
}

.title h1::after,
.title h1::before {
  content: "";
  position: absolute;
  left: 105%;
  top: 50%;
  width: 0px;
  height: 2px;
  background-color: var(--third);
  animation: title 3s infinite linear;
}

.title h1::before {
  right: 105%;
}

.title p {
  margin-top: 20px;
  margin-bottom: 15px;
  width: 50%;
  text-align: center;
	    color: var(--prime);
}

.row {
  margin: 0px;
}
.slick-arrow {
  display: none !important;
}

/* start slick  */
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}
.liner{
  background: linear-gradient(180deg , #FFFFFE , #B1B49F);
}
.btn-liner{
  background: linear-gradient(280deg ,  #dee0d4 0%  0% , var(--second)  40%  ,var(--prime) 90%) !important;
  border: none;
  padding: 10px 30px;
}
.bg-color{ background-color: rgba(240, 239, 235, 1);}
/* end basic */
/* start header  */
header {
  width: 100%;
  height: 100px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:white;
}

header .head {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

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

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

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

header .dropdown-menu {
  transform: translate3d(65px, 55px, 0px) !important;
  background-color: var(--prime);
	color:white;
  padding: 0px;
}
header .dropdown-menu:hover .dropdown-item {
	color:white !important;
}
header .dropdown-menu .dropdown-item:hover {
  padding: 15px;
  color: var(--prime) !important;
  background-color: white;
}
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 .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .head .logo .ico-logo {
  width: 50px;
  height: 85px;
  object-fit: contain;
  animation: movlogo 2s linear infinite;
  position: relative;
  top: 0px;
}

header .head .logo img:last-of-type {
  width: 150px;
  height: 80px;
  object-fit: contain;
  /* margin-right: 15px; */
}


header .btn:hover:first-of-type  {
  background-color: var(--prime) !important;
  color: white !important;
}
@keyframes movlogo {
  0% {
    top: 0px;
  }

  25% {
    top: -5px;
  }

  75% {
    top: 5px;
  }

  100% {
    top: 0px;
  }
}

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

header .head .logo {
  justify-content: flex-start !important;
}

/* 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 5px;
}

header .head .links > ul div > 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;
	display:flex;
	align-items:center;
	justify-content:center;
}
ul.dropdown-menu{
	min-width:250px !important;
}

header .head ul > li > a {
  transition: 1s;
  font-weight: bold;
  color: var(--prime) !important;
}
.head .links  .dropdown-menu a {
	color:white !important;
}
.head .links  .dropdown-menu li {
	top:0px;
}
/* header .head li:hover > a {
  color: white;
}

header .head li::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: var(--second);
  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{
  display: flex;
  align-items: center;
  justify-content: center;
}
header .acoutn-btn button ,
header  .search {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--prime);
  border: solid 1px var(--prime) !important;
  border-radius: 5px !important;
  height: 40px;
  width: 40px; 
  text-align: center;
  margin: 0px 5px;
  transition: 1s;
}
header .acoutn-btn button:hover  {
  background-color: var(--prime) !important;
  color: white !important ;
}
header .acoutn-btn button * {
  color: var(--prime) !important;
}
header .acoutn-btn button:hover  * {
  color: white !important;
}
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: 0px;
}

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

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

header .btns-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .btns-header button {
  margin: 0px 5px;  
}



header .head  li {
  position: relative;
top: 10px;
  height: 50px;
  transition: background-position-x 0.9s linear;
  text-align: center;
  color: var(--prime) !important;

}

header .head li:hover {
  background: url("assets/image/line_modified.svg");
  animation: line 2s;
background-size: 300px;
/* background-repeat: no-repeat; */
  
}
header .head  ul > li:hover > a {
  color: var(--prime) !important;
}
header .head li:not(:last-child) {
  margin-right: 30px;
  
}
@keyframes line {
  0% {
    background-position-x: 390px;
  }
}

/* end header   */
/* ////////////////////////////////////////////// */
/* start landing  */
.landing {
  position: relative;
  width: 100%;
  height: 100vh;
  
}

.landing .autoplay,
.landing .slick-list,
.landing .slick-track {
  height: 100% !important;
}

.landing .bg-image-landing {
  top: auto;
  bottom: 0px !important;
  height: 50%;
  width: 100%;
  z-index: 5;
}
.landing .bg-image-landing img {
  object-fit: cover;
}

.landing .image-slide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.landing .image-slide img {
  /* filter: brightness(0.3); */
  width: 100%;
  height: 100%;
}

.landing .slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
	height:100%;
}

.landing .slide .text-landing {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  margin-top: 50px;
  width: 100%;
  text-align: right;
}
.landing .slide .text-landing > * {
  margin-top: 10px;
}

.landing .slide .text-landing h3 {
  font-weight: bolder;
  line-height: 45px;
}
.landing .person{
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing .person img{
  width: 110%;
  height: 85vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  object-fit: contain;

}
/* end landing  */
/* ///////////////////////////// */
/* start move  */
.move {
/*   background-color: rgba(216, 218, 204, 1); */
/*   height: 170px; */
}
.move .container{
height: 100%;
}
.move .content-move{
  height: 100%;
  width: 100%;
  display: flex;
	flex-direction:column;
  align-items: center;
  justify-content: center;
  color: rgba(89, 91, 78, 1);
}
.move .content-move video{
	width:100%;
	min-height:500px;
	border-radius:10px;
}
/* end move  */
/* //////////////////////////////////////////// */
/* start explain  */
.explain  .card{
  padding: 35px 25px;
  border-radius: 15px;
  margin: 25px 0.5%;
  position: relative;
  bottom: 0px;
  transition: 1s;
}
#audio-popup{
width:75%;
	margin:auto;
}
	.explain .card li{
		display:flex;
		align-items:center;
		justify-content:flex-start;
	}
.explain.liner  .info-exp{
	margin:0px !important;
}
.explain.liner  .info-exp p{
	margin:0px;
	border: solid 1px var(--prime);
    margin: 5px 0px;
    width: 100%;
    padding: 0px 5px;
    border-radius: 5px;
	text-decoration:none !important;
	border:solid 1px var(--prime) !important;
}
/* .explain  .card:hover{
background-color:var(--prime);
} */
.explain.liner  .info-exp p:hover{
	background-color:var(--prime);
}
.explain  .card p{
	transition: 1s;
}
.explain  .card p:hover{
color:white;
}
.explain .col h5{
  color: var(--prime);
}
.explain ul li a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0px;
}
.explain ul li i{
  color: rgba(89, 91, 78, 1);
  margin-left: 10px;
}
.explain ul li p {
color: var(--desc);
font-size: 16px;
}
.image-exp{
  position: relative;
}
.image-exp img{
  width: 100%;
  height: 200px;
  border-radius: 15px;
}
.image-exp .swiper-slide{
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.image-exp .swiper-slide::after{
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  left: 50%;
  top: 150%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  background-color: rgba(6, 6, 6, 0.33);
  border-radius: 15px;
  transition: 1s;
  animation: size 2s infinite linear ;
}
.image-exp .swiper-slide:hover:after{
  top: 50%;
}
@keyframes size {
  0%{
    font-size: 30px;
  }
  50%{
    font-size: 35px;
  }
  100%{
    font-size: 30px;
  }
}


.swiper {
  direction: rtl;
}

.swiper-pagination{
  top: 100% !important;
  left: -50% !important;
  transform: translate(50%) !important;
}
 .swiper-pagination-bullet-active{
  background: var(--prime) !important;
}
.explain.talks ul{
	list-style:disc !important;
}
.explain.talks ul li{
	position:relative;
		padding:10px;
}
.explain.talks ul li.row{
border:solid 1px var(--prime);
}
.explain.talks ul li:before{
    content: ".";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translatey(-69%);
    font-size: 50px;
	color:var(--prime);

}
.explain.talks ul p{
	border:none !important;
	text-decoration:underline !important;		
}
.explain.talks .card{
	padding:5px;
	border:none;
}
.explain.talks .card{
	    border: solid 1px var(--prime);
    padding: 10px;
    border-radius: 5px;
}
.talks .card{
	margin:10px 0px;
}
.explain.liner.talks .info-exp .music p{
	border:none !important;

}
.explain.liner.talks .info-exp p:hover{
	background-color:transparent !important;
	color:var(--prime) !important;
		cursor:pointer !important;
}
.explain.liner.talks .info-exp ul{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	
}
.explain.talks .card{
	margin:10px 0.5%;
	border:none !important;
}
/* end explain  */
/* //////////////////////////////////////////// */
/* start style  */
.style .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 .title h2{
	color:var(--prime);
}
.style .card {
  background-color: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 10px 0.5% ;
  cursor: pointer;
  z-index: 1;
transition:1s;
	padding: 15px 5px;
}
.style .card .dropdown-menu{
	padding:0px;
	    transform: translate3d(65px, 50px, 0px) !important;
	min-width:250px;
}
.style .card  .dropdown-item{
	background-color:var(--prime);
	color:white;
	padding:5px;
}
.style .card  .dropdown-item:hover{
	background-color:white;
	color:var(--prime) !important;
}
.style .card::after,
.style .card::before{
  content: "";
  position: absolute;

  top: 0px;
  height: 100%;
  width: 0%;
  background-color: var(--second);
  transition: 1.5s;
  z-index: -1;
	transform:translatex(-50%);
}
.style .card::after{
	  left: 50% !important;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;

}
.style .card::before{
  right: 50% !important;
	transform:translatex(50%);
    border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
.style .card:hover:after,
.style .card:hover:before{
 width: 100%; 
}
/* .style .card:hover{
	background-color:var(--prime);
} */
.style .card:hover *{
	color:white !important;
}
.style .card img {
  border-radius: 10px;
  width: 60px;
  height: 60px;
}
.style .card p {
  margin-top: 15px;
  color: var(--prime);
  font-weight: bold;
  font-size: 14px;
}
.style .btns{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.glare {
  position: relative;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.4), rgba(255,255,255,0));
  pointer-events: none;
  transform: translateZ(50px);
  transition: left 0.2s ease;
}
.style .card {
	position:relative;

}
.style .float{
    position: absolute;
    left: 0px;
    bottom: -100%;
    height: 100%;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: flex-start;
    justify-content: center;
	flex-direction:column;
    padding: 10px;
	transition:1s;
}
.style .card:hover .float{
	bottom:0%;
}
.style .head-style{
	display:flex;
	align-items:center;
	justify-content:space-around;
	width:100%;
}
.head-style{
	justify-content:space-between;
	width:100%;
}
.style .head-style .btn{
	color:white;
}
.style .head-style img{
	margin-left:10px ;
}
.style .head-style {
	margin-left:10px ;
}
.head-style p{
	    margin-top: 15px;
    color: var(--prime);
    font-weight: bold;
    font-size: 14px;
}
 .style  .collapse{
width:100%;

	 
}
 .style   .collap{
	 display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	 transition:1s;
	 background-color:white;
	 padding:10px;
border-radius:10px;
	 
}
 .style   .collap a{
	 color: var(--prime);
	 width:100%;
	 padding:10px;
	 border-bottom:solid 2px var(--prime);
	 transition:1s;
}
 .style   .collap a:hover{
	 background-color:var(--prime);
	 color:white;
}
/* end style  */
/* /////////////////////////////////////////////////////////////// */
/* start singer  */
.singer {
  background-color: whitesmoke;
}
.singer .col > * {
  margin: 15px 0px;
}
.singer .card{
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
position: relative;
overflow: hidden;
z-index: 1;
}
.singer .card::after,
.singer .card::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0%;
  background-color: var(--second);
  transition: 1.5s;
  z-index: -1;
}
.singer .card::after{
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;

}
.singer .card::before{
  right: 0px;
    border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
.singer .card:hover:after,
.singer .card:hover:before{
 width: 100%; 
}
.singer .card div{
  display: flex;
  align-items: center;
}
.singer .card .col{

	display:flex;
	align-items:center;
	justify-content:center;
}
.singer .card {
  padding: 15px;
  border: none;
  background-color: white;
  border-radius: 15px;
}
.singer .card .image {
  margin:0px 10px 0px 20px;
}
.singer .card .image img{
  width: 70px;
  height: 70px;
}
/* end singer  */
/* ////////////////////////////////////////// */
/* start packages  */
.packages .card  {
  border: none;
  position: relative;
  border-radius: 10px;
border-radius: 10px;
overflow: hidden;
z-index: 1;
	margin:15px 0.5%;
	padding:0px;
}
.packages .card::after {
  content: "";
  position: absolute;
  left: 49%;
  bottom: 40px;
  width: 0%;
  height: 0%;
  border-radius: 10px;

  background-color: var(--prime);
  transition: 1s;
  z-index: -1;
}
.packages .card:hover:after {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;

}
.packages .card *{
  transition: 1s;
}
.packages .card:hover  *{
  color: white !important;
}
.packages .card:hover .btn{
   background-color: var(--second);
}
.packages .card .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
.packages .card .card-body .row .col {
    display: flex;
    justify-content: flex-start;
}
.packages .card .card-body {
	width:100%;
}
.packages .card .card-body h5{
	color:var(--prime);
	
}
.packages .card .card-body * {
  margin: 10px 0px;
}
.packages .card .card-img-top {
  position: relative;
}
.packages .card .card-img-top .float {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: var(--prime);
  color: white;
  padding: 5px 20px;
}
.packages .card img {
height: 250px;
width: 100%;
object-fit: cover;
}
.packages .card  .card-body h6 {
  color: var(--desc);
  font-size: 15px;
  line-height: 25px;
}
/* end packages  */
/* start packages2  */
.packages2 .card{
  display: flex;
  align-items: center;
  justify-content: space-between;
border: solid 2px rgba(89, 91, 78, 1);
padding: 20px;
position: relative;
overflow: hidden;
z-index: 1;
margin: 15px 0.5%;
}
.packages2 .card *{
  margin: 5px 0px;
}
.packages2 .card h3{
	color:var(--prime);
	
}
.packages2 .card ul li{
  list-style-type: disc;
  margin: 10px 0px;
  color:rgba(89, 91, 78, 1) ;
}

.packages2 .card h5 span{
  font-size: 13px;
  color: var(--second);
}
.packages2 .card::after,
.packages2 .card::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 0%;
  background-color: var(--prime);
  border-radius: 2px;
  transition: 1s;
  z-index: -1;
}
.packages2 .card::before{
  right: 0px;
  bottom: 0%;
  top: auto;
}
.packages2 .card:hover::before,
.packages2 .card:hover::after{
  width: 100%;
  height: 100%;
}
.packages2 .card *{
  transition: 1s;
}
.packages2 .card:hover *{
  color: white;
}
.packages2 .card:hover .btn{
  background-color: var(--second);
}
.packages2.single .container{
background-color: white;
color: var(--prime);
	border:solid 1px var(--prime);
	z-index:1;
		position:relative;
	border-radius:5px;
	transition:1s;
}
.packages2.single .container::after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:0%;
	height:100%;
	background-color:var(--second);
	z-index:-1;
	transition:1s;
}
.packages2.single .container:hover{
	color:white;
}

.packages2.single .container:hover .btn-outline-secondary{
	color:white;
	border:solid white 1px;
}
.packages2.single .container:hover:after{
	width:100%;
}
.packages2.single .container .collapse{
padding: 40px 0px;
transition: 1s;
}
.packages2.single ul{
  list-style-type: disc;
}
.packages2.single ul li{
  margin: 20px 0px;
}
.packages2.single .col{
  display: flex;
  align-items: center;
  justify-content: center;
	flex-direction:column;
}
.packages2.singer .col h5 span{
  font-size: 13px;
  color: var(--second);
}


.packages2.single .container::after,
.packages2.single .container::before{
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 0%;
  background-color: var(--second);
  transition: 1.5s;
  z-index: -1;
	border-radius:5px;
}
.packages2.single .container::after{
	right: 0% !important;

}
.packages2.single .container::before{
  left: 0% !important;
}
.packages2.single .container:hover:after,
.packages2.single .container:hover:before{
 width: 100%; 
}
/* end packages2  */
/* start appointment  */

.appointment{
  position: relative;
}
.appointment .col *{
  margin: 15px 0px;
}
.appointment .image{
  display: flex;
  align-items: center;
  justify-content: center;
}
.appointment .col img{
  width: 75%;
  height: 75%;
  object-fit: contain;
}

/* start pages   */
/* start contact us  */
.landing-2{
  height: 25vh;
}
.landing-2 .slide {
}
.landing-2 .text-landing{
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  margin: auto !important;
  color: var(--prime);
  position: relative;
}
.landing-2 .images-landing-2{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.landing-2 .images-landing-2 img{
  width: 150px;
  height: 250px;
  object-fit: cover;
  margin: 0px 20px;
}
.landing-2 .images-landing-2 img:first-of-type{
  position: relative;
top: 25px;
}
.landing-2 .text-landing h1{
  color: var(--prime) !important;
  margin: auto;
}



.contact-us-main {
  position: relative;
}
.contact-us-main .title h1::after {
  display: none;
}
.contact-us-main .contact-image {
  height: 100%;
}
.contact-us-main .contact-image > p{
  font-size: 13px;
}
.contact-us-main .contact-image > *{
  margin-bottom: 20px;
}
.contact-us-main .contact-image ul  li{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
  background-color: var(--bg);
  padding: 20px 10px;
  border-radius: 10px;
}
.contact-us-main .contact-image ul  li h5{
  margin-bottom: 10px;
}
.contact-us-main .contact-image ul  li i{
  margin-left: 10px;
  color: var(--prime);
}
.contact-us-main .contact-image ul  li p{
  font-size: 12px;

}
.contact-us-main .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-us-main form {
  background-color: var(--bg);
  border-radius: 5px;
  position: relative;
  padding-left: 15px;
}
/* .contact-us-main form::after {
  content: "";
  position: absolute;
  left: 12.5%;
  top: 0px;
  background-color: var(--prime);
  width: 75%;
  height: 5px;
  z-index: 1;
  animation: form 2s linear infinite;
}
@keyframes form {
  0% {
  }
  50% {
    width: 100%;
    left: 0%;
  }
  100% {
  }
} */

.contact-us-main form .row {
  display: flex;
  justify-content: flex-end;
}
.contact-us-main form input,
.contact-us-main form textarea,
.contact-us-main form select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(248, 248, 248, 0.801);
  border: none;
  margin: 10px 0px;
  border: solid 1px rgb(202, 200, 200);
}
.contact-us-main form input[type="submit"] {
  background-color: var(--third);
}
.contact-us-main .bg-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
}



.contact-us .row >* {
  margin: 0px !important;
  border-radius: 0px !important;
}
.contact-us form{
  background-color: white;
  border-radius: 0px ;
  border-radius: 0px !important;
border-bottom-left-radius: 10px !important;
border-top-left-radius: 10px !important;


}
.contact-us  .contact-image{
  background-color: rgba(248, 245, 240, 1);
  padding: 20px;
  border-bottom-right-radius: 10px  !important;
  border-top-right-radius: 10px !important;
}
.contact-us  .contact-image img{
  width: 40px;
  height: 40px;
  margin-left: 15px;
}
.contact-us  .contact-image li{
  background-color: white !important;
  padding: 20px  0px;
}
.contact-us  .row form{
  height: 100%;
  border-radius: 10px;
}
.contact-us .social{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.contact-us .social ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-us .social ul li{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px ;
  border: solid 1px var(--prime);
  color: var(--prime);
  font-size: 27px;
}
.contact-us .social ul li a{
  color: var(--prime);
}
.contact-us .social  *{
  margin: 15px 0px;
}
.contact-us .form-contet img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* end form 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(--prime);
}

.info-contact .row .col {
  display: flex;
  justify-content: center;
  align-items: center ;
  flex-direction: column;
  background-color:white;
  margin: 10px 0.5%;
  border-radius: 10px;
  padding: 0px;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  position: relative;
  bottom: 0px;
  transition: 1s;
}
.info-contact .row .col:hover {
  bottom: 15px;
  scale: 1.02;
}
.info-contact .row .col * {
  transition: 1.5s;
}
.info-contact .row .col:hover * {
  color: white;
}
.info-contact .row .col::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 0%;
  height: 5px;
  background-color: var(--prime);
  transition: .5s;
  border-radius: 10px;
z-index: -1;

}
.info-contact .row .col::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 48.5%;

  width: 100%;
  height: 0px;
  background-color: var(--prime);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
  border-radius: 10px;
z-index: -1;
}
.info-contact .row .col:hover:after {
  width: 100%;
}
.info-contact .row .col:hover:before {
  height: 100%;
  top: 0%;
}
.info-contact .row .col i {
  font-size: 30px;
  color: var(--third);
}
.info-contact .row .col div {
  margin: 10px 10px;
}

.info-contact .row .col div h5 {
  /* color: var(--prime); */
  font-weight: bolder;
  margin-bottom: 20px;
  margin-top: 3px;
}


.map iframe{
  width: 100%;
  height: 350px;
  border-radius: 15px;
}

.swiper-slide-shadow {
  opacity: 0 !important; /* يخفي الشادو تمامًا */
}

/* start who us  */
.who-us .col {
  position: relative;
  display: flex;
}
.who-us .swiper {
	margin-right:20px;
}
.who-us .col p{
  font-size: 13px;
  line-height: 25px;
  color: rgba(89, 91, 78, 1);
}
.who-us .col .text-who-us > * {
  margin: 20px 0px;
}
.who-us .col .text-who-us h3 {
  line-height: 35px;
  color: var(--prime);
  font-weight: bold;
}
.who-us .col .text-who-us h5 {
  color: var(--prime);
}

.who-us .list  li{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  margin: 10px 0px;
  border-radius: 10px;
  padding: 0px;
}

.who-us ul li{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.who-us .col > img{
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.info-who-us {
  position: relative;
}
.info-who-us .col{
  color: white;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 10px 0.5%;
}
.info-who-us .col img{
  width: 75px ;
}
.info-who-us .col *{
  margin: 5px 0px;
}

.mySwiper3 .swiper-slide img {
  width: 300px; /* أو مثلا 110% */
  height: 400px;
  object-fit: cover;

}
.mySwiper3 .swiper-slide {
  overflow: visible !important;
}
/* start page explain  */

.explain-weddy .info-weddy {
  display: flex;
  align-items: flex-start;
justify-content: flex-start;
}
.explain-weddy .info-weddy img{
  width: 250px;
}
.explain-weddy .info-weddy .info-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: 20px;
}
.explain-weddy .info-weddy .info-text span {
    display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 5px 0px;
  color: var(--prime);
}

.explain-weddy .info-weddy .info-text span p{
  margin: 0px 5px;
}

.explain-weddy  .slick-dots  {
  display: block !important;
	bottom: 10px;
}
.slick-dots li.slick-active button:before{
	color:var(--third);
	opacity:1;
}
.video{
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.video a::after{
  z-index: 1;
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  left: 50%;
  top: 150%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  background-color: rgba(6, 6, 6, 0.33);
  border-radius: 15px;
  transition: 1s;
  animation: size 2s infinite linear ;
}
.video a:hover:after{
  top: 50%;
}
/* starat videos  */
.videos{
  width: 100%;
}
.videos .card{
  padding: 0px;
  border-radius: 15px;
  z-index: 1;
  margin: 15px 0.5%;
}
.videos .card::after{
  content: "";
   position: absolute;
  left: 0%;
  bottom: 0%;
    width: 0%;
  height: 0%;
  border-radius: 15px;
  background-color: var(--prime);
  z-index: -1;
  transition: 1s;
}
.videos .card:hover:after{
  width: 100%;
  height: 100%;
}
.videos .card *{
  transition: 1s;
}

.videos .card-body *{
  color: var(--third);
	margin:5px 0px;
}
.videos .card-body .btn{
	color:white;
}
.videos .card:hover *{
  color: white !important;
}
.videos .card-img-top {
  position: relative;
}
.videos .card-img-top::after {
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 50px;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.101);
  border-radius: 15px;
  z-index: 2;
}
.videos .unvideo .card-img-top::after {
  content: " ";
}
.videos .card-img-top .float-right {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--prime);
  color: white;
  padding: 3px 10px;
  border-radius: 5px;
  z-index: 3;
}
.videos .card-img-top .float-left {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: var(--prime);
  color: white;
  padding: 3px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.videos .card-img-top img{
width: 100%;
height: 230px;
border-radius: 10px;
}
.videos h6{
  font-weight: bold;
}
.videos2 .card .card-img-top{
  height: 450px;
}
.videos2 .card .card-img-top::after{
  content: "";
}
.videos2 .card .card-img-top img{
height: 100%;
object-fit: cover;
filter: brightness(0.5);
}
.videos2 .card .float{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
color: white;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
z-index: 1;
}
.videos2 .card .float *{
  margin: 5px 0px;
}
.videos2 .card .float i{
  font-size: 80px;
}
/* start shorts  */
.control-music{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  border-radius: 10px !important;
  overflow: hidden;
}
.control-music button{
  border: none;
  background-color: transparent;
  color: white;
}
.control-music .controls{
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.control-music .bars{
  font-size: 30px;
}
.control-music .controls .play{
  font-size: 100px;
  margin-left:  30px;
}
.control-music .controls .moves button{
  font-size: 35px;
  margin: 0px 10px;
}

.list-music{
  background-color: white;
  border-radius: 5px;
}
.list-music ul li {
  padding: 5px 35px;
  padding-bottom: 20px;
}
.list-music ul li > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px ;
  border-bottom: solid 1px var(--prime);
}
.list-music button{
  border: none;
  background-color: transparent;
  color: white;
  color: var(--third);
  font-size: 20px;
  margin: 0px 10px;
}
/* start singer page  */
 .collap  {
  /* width: 95% !important; */
  margin: auto;
}
 .collap button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  transition: 1s;
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
}

 .collap button i {
  margin-left: 5px;
  transition: 1s;
}

 .music ul {
  margin-top: 10px;
}
 .music ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 20px 10px;
  margin: 15px 0px;
  border-radius: 10px;
  position: relative;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  transition: 1s;
}
 .music ul li *{
  transition: 1s;
}
 .music ul li:hover *{
  color: white;
}
 .music ul li:hover{
  position: relative;
  bottom: 10px;
}
 .music ul li::after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0%;
  border-radius: 10px;
  background-color: var(--second);
  z-index: -1;
  transition: 1s;
}
 .music ul li:hover:after{
  height: 100%;
}
 .music ul li div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 .music ul li div span{
  margin: 0px 10px ;
	 color:var(--third);
}
 .music ul li div button{
  border: none;
  background-color: transparent;
}
 .music ul li div button i{
  font-size: 30px !important;
  color: var(--third);
}
 .music ul li div span:first-of-type  p {
  font-size: 20px;
}
/* start book  */

.info-book {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background-color: var(--second);
  padding: 20px;
  /* height: 100%; */
border-radius: 15px ;
overflow: hidden;
color: white;
transition: 1s;
background-color: var(--prime);

}
.info-book:hover {
  scale: 1.07;
}
.info-book img{
  position: relative;
  bottom: 0px;
  transition: 1s;
}
.info-book .info-content{
  background-color: rgba(76, 78, 65, 1);
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.info-book .info-content span{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.info-book .info-content span span{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0px;
}
.info-book .info-text{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.info-book  h5{
  margin: 0 auto;
}
.info-book .info-content img{
  height: 150px !important;
}
.info-book:hover img{
  position: relative;
  bottom: 20px;
  scale: 1.05;
}
.info-book > * {
  margin-bottom: 10px;
}
.info-book div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info-book span {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: 10px; */
}
.info-book span i{
  margin-left: 5px ;
}
.info-book  img{
  height: 250px !important;
}
/* start audio  */
.audio .audio-content{
background-color: white;
border-radius: 20px;
padding: 20px;
}
.audio .audio-content .info-audio{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.audio .audio-content img{
  width: 50px;
  height: 50px;
  margin-left: 20px;
  border-radius: 50%;
}
audio{
	height:55px !important;
}
.media-controls {
  align-items: center;

  border-radius: 16px;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
  max-width: calc(100% - 48px);
  padding: 10px;
  position: relative;
  direction: ltr;
  margin: auto;
}



.media-buttons {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.media-button {
  background-color: transparent;
  border: none;
  align-items: center;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0px;
  color: white !important;
  margin: 10px;
}

.button-icons {
  background-color: rgba(255, 165, 0, 0.4);
  border-radius: 100%;
  margin-bottom: 4px;
  margin-top: auto;
  padding: 12px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-button .button-icons,
.skip-button .button-icons {
  background-color: transparent;
  color: white;
  background-color: var(--prime);
  width: 30px;
  height: 30px;
}



.play-button .button-icons {
  background: var(--prime);
  border: 1px solid #ffd9b3;
  margin-bottom: 8px;

}

.button-text {
  margin-top: auto;
}

.media-progress {
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.progress-bar-wrapper {
  background-color: transparent;
  border-radius: 8px;
background-color: whitesmoke;
  height: 8px;
  margin-bottom: 8px;
  margin-top: 24px;
  position: relative;
  width: 100%;
}

.progress-bar {
  background: linear-gradient(to right, var(--prime), var(--second));
  border-radius: 8px;
  height: 8px;
  width: 44%;
}


/* start explain-weddy2 */
.explain-weddy-2 .card .card-body div{
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: solid 1px var(--prime);
padding: 5px 0px;
}
.explain-weddy-2 .card .card-body div p,
.explain-weddy-2 .card .card-body div h6{
  color: var(--prime);
}
.explain-weddy-2 .card:hover .card-body div {
  border-color: white;
}
.explain-weddy-2 .card:hover .card-body div p{
color: white;
}
.explain-weddy-2 .card .card-img-top img{
  height: 250px !important;
}
.explain-weddy-2 .card .card-body div:last-of-type{
  border: none;
}
/* start modal  */

.modal {
  border-radius: 15px;
}
.modal form .row{
display: flex;
justify-content: flex-start;
}
.modal .modal-body{
  padding: 0px;
}
.modal-dialog{
  height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content{
  width: 50%;
  border:  solid 2px var(--prime);
}
.modal-content form{
  padding: 30px 15px;
}
.modal-content form h2{
  color: var(--prime);
}
/* .modal-content form .btn-secondary{
  color: var(--five);
} */


#dynamic-list .category-item {
    border: solid 2px var(--third);
    width: 100%;
    padding: 10px;
    margin: 14px 0px;
    border-radius: 5px;
	color:var(--third);
}
#dynamic-list:hover .category-item a {
	color:var(--prime) !important;
}


















/* start contact us  */
/* end contact us  */
/* start another pages */

/* start another pages  */

.who-us-2 .row{
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}
.certificate .slick-dots  {
  display: none !important;
}
.certificate .slick-arrow {
  display: block !important;
}
.certificate .slide  {
  margin: 0px 10px;
}
.certificate .slide img {
  width: 100%;
}


.manager .col {
  margin: 10px 0.5%;
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
}
.manager .col > * {
  margin-bottom: 15px;
}
.manager .col img{
width: 100%;
}

/* start project  */
.project .container{
  background-color: rgba(249, 249, 249, 1);
  padding: 10px;
}
.project .slide img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 15px;
}
.project .title-project div > * {
  margin-bottom: 20px;
}
.project .title-project ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.project .title-project ul li {
display: flex;
align-items: center;
justify-content: flex-start;
margin-left: 10px;
}
.project .title-project ul li i {
  margin: 0px 10px;
  color: var(--prime);
}
.project .description div{
  margin-bottom: 40px;
}
.project .description div *{
  margin-bottom: 15px;
}
.project .description div h2{
  margin-bottom: 20px;
  color: var(--prime);
}
.project .description div ul{
  list-style-type: disc;
  padding-right: 20px;
}


.news h6{
  line-height: 30px;

}
/* start clients  */
.clients {
  position: relative;
}
.clients .autoplay2 .slick-list {
  padding: 30px 0px;
  margin: 30px 0px;
}
.clients .coment {
  background-color: white;
  padding: 0px !important;
  border-radius: 20px;
  margin: 0px 20px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.clients .coment .imgs-coment{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clients .coment > div {
  padding: 20px 10px;
}
.clients .coment > div p {
  font-size: 14px;
  line-height: 25px;
  color: rgb(124, 122, 122);
  font-weight: normal;
}
.clients .coment .person-client {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--third);
  border-radius: 15px;
  padding: 5px 20px;
}
.clients .coment p {
  font-weight: bold;
}
.clients .coment .person-client > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients .coment .person-client > div h6 {
  color: var(--prime);
}
.clients .coment .person-client > div p {
  font-size: 11px;
}
.clients .coment .person-client > div img {
  margin-left: 15px;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.clients .coment .person-client ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.clients .coment .person-client ul li {
  color: rgb(255, 197, 6);
  margin: 3px;
  font-size: 25px;
}
.clients .slick-dots {
  display: none !important;
}
/* .clients .slick-prev,
.slick-next {
  top: 105%;
} */
.clients .slick-next {
  right: 55%;
}
.clients .slick-prev {
  /* left: 45% !important; */
  right: 40% !important;
}
.clients .bg-title-client {
  position: relative;
  margin-bottom: 30px;
}

.clients .bg-title-client h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
}

.slick-next:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
  background-color: var(--third);
  border-radius: 50%;
  padding: 10px;
  width: 55px;
  height: 55px;
  transition: 1s;
  opacity: 0.5;
}
.slick-prev:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
  opacity: 0.5;
  background-color: var(--third);
  border-radius: 50%;
  padding: 10px;
  transition: 1s;
    width: 55px;
  height: 55px;
}
.slick-next:hover:before,
.slick-prev:hover:before {
  background-color: var(--third);
}
 .slick-prev {
  right:-40px !important;
}
.stars{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.stars li{
  margin: 0px 3px;
  color: var(--prime);
  font-size: 15px;
}
/* start courses  */
.courses{
  position: relative;
}
.courses .bg{
  height: 40%;
  bottom: 0px;
  top: auto;
}
.courses .coment img{
  width: 100%;
}
.courses .coment .person-client{
  background-color: transparent;
  border: none !important;
}
.courses .coment .person-client .icon{
  width: 30px;
  height: 30px;
  object-fit: contain;
}
/* end clients  */
.articales .col{
  display: flex;
  flex-direction: column  !important;
  background-color: var(--prime);
  padding-bottom: 5px;
}
.articales .col > *{
  margin: 3px !important;
  color: white !important;
}
/* start activity slider  */

.activity .splide__track--nav>.splide__list>.splide__slide {
  transition: 1s;
  opacity: 0.5;
}

.activity .splide__track--nav>.splide__list>.splide__slide:hover {
  opacity: 1;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: none;
  opacity: 1;
}

.activity .splide__track {
  margin: 30px 0px;
}

#main-carousel img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}
#main-carousel .splide__list{
  height: 500px;
}

#thumbnail-carousel-list {
  height: 90px;

}

#thumbnail-carousel-list .splide__slide {
  height: 100% !important;
}
#thumbnail-carousel-list .splide__slide img {
 width: 100%;
height: 100%;
object-fit: cover;
}


.splide__list{
  height: 350px;
}
.playlist .list-videos li{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: rgb(235, 235, 235);
padding: 15px;
border-radius: 10px;
border-bottom: solid 2px var(--prime);
margin: 0px  0.5%;
margin-bottom: 25px;
}
.playlist .list-videos li .button-play{
  display: flex;
  align-items: center;
  justify-content: space-between;
width: 100%;
}
.playlist .audio{
  height: 75px;
  width: 100%;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.playlist .list-videos li h3{
  color: var(--prime);
}
.playlist .list-videos li button{
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: none;
  background-color: var(--prime);
  color: white;
  margin: 0px 5px;
}
/* start footer who us  */
.who-us-footer {
background-color: rgba(0, 179, 233, 1);
}
.who-us-footer .col{
  display: flex;
  align-items: center;
  color: white;
}
.who-us-footer .col img{
  width: 70px;
  height: 70px;
  margin-left: 15px;
}
.who-us-footer .col h6{
  margin-bottom: 15px;
  font-weight: bolder;
}
/* start sections  */
.courses.clients .col{
  margin: 10px 0.5%;
}
/* start subject page  */
.subjects  .subject{
  height: 100%;
  margin: 30px 0px !important;
}
.subjects  .subject h5{
  text-align: center;
  margin: 20px;
}
.subjects  .subject > img{
  width: 100%;
  height: 100%;
  transition: 1s;
}
.subjects  .subject .float a > img{
  width: 120px !important;
  height: 120px !important;
}
.subjects .video-subject{
  position: relative;
}
.subjects .video-subject:hover > img{
  filter: brightness(0.7);
}
.subjects .video-subject  .float{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  z-index: 10;
  transition: 1s;
}

.subjects .video-subject  .float:hover{
  animation: scale 2s linear infinite;
}
@keyframes scale {
0%{
  scale: 1;
}
50%{
  scale: 1.1;
}
100%{
  scale: 1;
}
}
/* start page contact us  */
.contact-us iframe{
width: 100%;
min-height: 300px;
height: 100%;
border-radius: 10px;
}
.contact-us ul li{
  background-color: rgba(249, 249, 249, 1);
  margin: 25px 0px;
  padding: 10px;
  border-radius: 5px;
}

.contact-us-2{
  background-color: rgba(249, 249, 249, 1);
}
.contact-us-2 form{
  background-color: transparent;
}
form .btn-primary{
  background-color: var(--prime) !important;
}
form .btn-secondary{
  background-color: var(--third) !important;
}
.contact-us-2 .imgae img{
    width: 125%;
    height: 125%;
    position: absolute;
    top: -35px;
}
.contact-us-2 form input,
.contact-us-2 form textarea {
  background-color: white;
}
.contact-us-2 form .row {
  justify-content:  flex-start;
}
.contact-us-2 form .row > div{
  padding-right: 0px !important;

}
/* start login  */
.login .contact-us-main{
  background-color:rgba(250, 250, 250, 1) ;
}
.login .contact-us-main form{
  background-color: transparent;
}
.login .imgae img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
}
.login .contact-us-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login .contact-us-main input {
  border-radius: 30px;
  background-color: rgba(244, 244, 244, 1);
}
.login .contact-us-main .or{
  position: relative;
}
.login .contact-us-main .or::after,
.login .contact-us-main .or::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  height: 1px;
  background-color: rgba(202, 200, 200, 1);
}
.login .contact-us-main .or::after{
  right: 0px;
}
.login .contact-us-main .or::before{
  left: 0px !important;
}
.head-style .btns.mt-3 {
    margin-right: 20px;
	display:flex;
	align-items:flex-end;
	width:50%;
}
/* start footer */
footer {
  position: relative;
  border-top: solid 3px var(--prime);
  background: linear-gradient(180deg , #FFFFFE  20%, rgba(217, 232, 224, 1)  );
}


footer .info ul{
  color: white;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
footer .info ul li {
  margin: 10px 15px;
}
footer .subscribe .btn {
  background-color: var(--second);
  color: var(--prime);
  border-radius: 50%;
  height:80%;
  width: 60px;
  position: absolute;
  left: 0px;
  top: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
footer .subscribe * * {
  margin-bottom: 15px;
}
footer .subscribe .btn i{
  margin: 0px;
}

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

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;
  font-weight: bold;
  color: var(--prime) !important;
  border-bottom:solid 1px var(--prime)  ;
  padding-bottom: 10px;
  position: relative;
  font-size: 20px;
  width: 100%;
}

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

footer .col ul {
  padding: 0;
  /* margin-right: 10px; */
}

footer .col li {
  margin-bottom: 20px;
  text-align: right;
  /* color: black; */
}
footer .col li a i{
  color: var(--prime)
}
footer .col li a,
footer .col li p{
  color: rgba(89, 91, 78, 1) !important;
}

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;
  color: black;
  font-size: 13px;
  position: relative;
  bottom: 25px;
}
footer .logo p{
	color:var(--prime);
	
}
footer .logo img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}

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

footer .social {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  width: 100% !important;
}

footer .social li {
  margin: 10px 0.5% !important ;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social li i {
  color: var(--second) !important;
  border-radius: 50px;
  border: solid 1px var(--second);
  padding: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: 1s;
}

footer .social li:hover i {
  background-color: var(--prime);
  color: var(--second);
  border: solid 1px var(--prime);
}

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-bottom: 20px;
  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 var(--second);
  position: relative;
  text-align: center;
}

footer .end-footer p {
  margin-bottom: 10px;
  color: var(--second) !important;

}
footer .end-footer p a{
  color: var(--second) !important;
}
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 .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: white !important;
}

.end-footer p {
  color: white;
}

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

/* end footer  */

/*--------- Responsive ----- */

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

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

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

@media (max-width: 992px) {
  .title h1 {
    position: relative;
    color: var(--prime);
    font-size: 25px;
    font-weight: bolder;
    text-wrap: wrap;
    padding: 0px;
    width: 75%;
  }

  /* start header  */
  .bars {
    font-size: 30px;
    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;
  }

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

  header .acoutn-btn button {
    color: var(--prime);
  }

  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 .phone-slide button {
    background-color: white;
    color: var(--prime);
  }
  header .head-phone {
    margin: 30px 0px;
  }

  header .head-phone .closes i {
    color: var(--prime) !important;
    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: 5px 0px !important;
    padding: 0px;
    width: 95%;
    text-align: right;
  }

  header .phone-slide ul li a,
  header .phone-slide button * {
    color: var(--prime) !important;
  }

  header .head .logo {
    justify-content: flex-start !important;
  }

  header .head-phone .logo img {
    width: 150px !important;
  }

  header .head .col-bars {
    display: flex !important;
    justify-content: flex-end !important;
    position: relative;
    left: 15px;
  }

  header .dropdown-menu {
    transform: translate3d(0px, 55px, 0px) !important;
  }
	.move .content-move video{
	width:100%;
	min-height:400px;
}
}

@media (max-width: 768px) {
  .slick-arrow {
    display: none !important;
  }

  .title p {
    width: 80%;
  }

  .w-sm-100 {
    width: 100% !important;
  }
  header .phone-slide {
    width: 100%;
  }
  /* start landing  */
    .landing-2{
    height: 40vh;
  }
  .landing .image-slide img {
    object-fit: cover;
  }
  .landing .text-landing h1 {
    font-size: 22px;
  }
  .landing .text-landing p,
  .landing .text-landing button {
    font-size: 11px;
    line-height: 1.6rem;
  }
  .landing .slide{
    justify-content: center;
  }
  .landing .slide .text-landing {
    width: 100% !important;
    text-align: center !important;
    align-items: center;
	  margin:10px 0px;
	  background-color: #ffffffb0;
    border-radius: 10px;
  }

  /* start sing  */
  .singer .card{
  display: flex;
  flex-wrap: wrap;
}
.singer .card div  {
    width: 100%;
    margin: 10px 0px;
  }
.singer .card .btn{
  width: 100%;

}
/* start .packages2  */
.packages2.single{
  padding: 30px 0px !important;
}
/* start explain  */

.explain .card .image-exp{
  order: 0;
  margin-bottom: 15px;
}
.explain .info-exp{
  order: 1;
}
/* start contact us  */
.contact-us .row > div{
  padding: 0px  !important;
}
.contact-us .form-contet{
  flex-direction: column-reverse;
}
/* start page singer  */
.singer .music ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.singer .music ul li > * {
  margin: 10px;
}



.control-music{
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  padding: 10px;
}
.control-music h3{
  font-size: 25px;
}



.explain-weddy .info-weddy{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.explain-weddy .video {
  width: 100%;
}
.explain-weddy .info-weddy img{
  width: 100% ;
  margin-bottom: 15px;
}
.explain-weddy .info-weddy .info-text{
  width: 100%;
  margin: 0px;
}
.explain-weddy .info-weddy .info-text span{
  justify-content: space-between;
  width: 100%;
}

.control-music2{
  display: flex;
align-items: center;

}
.control-music2 img{
  margin-bottom: 10px;
}









  .why-us .row .images {
    align-items: center;
  }
  section {
    overflow: hidden;
  }
  .contact-us-main .contact-image img {
    max-height: 400px;
    margin: 20px 0px;
  }
  .who-us,
  .services {
    overflow-x: hidden;
  }
  .services .col.top{
    top: 0px;
  }
  .who-us .option-whous{
    flex-direction: column;
  }
  .title-project{
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  /* 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: 15px;
  }
  footer .bg img {
    object-fit: cover;
  }
  footer::after {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .book .bg img{
    object-fit:cover;
    border-radius:10px;
  }
  .book .col{
    margin: 15px .50%;
  }
  footer .subscribe form{
    align-items: flex-start;
    flex-direction: column;
  }
  footer .subscribe form >*{
    margin-bottom: 20px;
  }
  #main-carousel .splide__list{
  height: 350px;
}
.landing .person{
  display: none;
}
.contact-us-2 .imgae {
  display: none;
}
.modal-content{
  width: 98%;
  border:  solid 2px var(--prime);
}
.modal-content form{
  padding: 30px 15px;
}
.modal-content form h2{
  color: var(--prime);
}
	.move .content-move video{
	width:100%;
	min-height:300px;
}
	.singer .col > *{
		margin:5px 0px;
	}
	.style .btns{
		min-width:100%;
	}
	.head-style{
		flex-wrap:wrap;
	}
	.head-style .btns.mt-3{
		margin-right:0px;
	}
}

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

@media (max-width: 350px) {
  footer .logo ul li {
    margin: 0px 10px;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* 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: 100px;
  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;
  border-bottom: solid 5px var(--prime);
}
.rounded-p{
border-radius: 15px;
border-top-right-radius: 3px;
}
/* .header-fixed .list-links ul li a,
.header-fixed .list-links i,
.header-fixed .dropdown .dropdown-toggle {
  color: white !important;
}
.header-fixed .btn {
  background-color: white;
  color: var(--prime);
} */

@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;
  }
}


input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
  -webkit-appearance: none; /* Chrome, Safari, Edge */
  appearance: none; /* Standard */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
audio{
  width: 100%;
  height: 75px;
}
audio::-webkit-media-controls-panel {
  background-color: rgb(235, 235, 235);
}
audio::-webkit-media-controls-panel {
  background-color:rgb(235, 235, 235);
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display  {
  color: var(--prime);
}

.rotate180 {
  transform: rotate(180deg) !important;
}
.bg-five{
	background-color:var(--five) !important;
}
.btn-five{
	background-color:var(--five);
	color: white;
}
.text-five{
	background-color:var(--five) !important;
}
.card {
  position: relative;
}

.card:has(.dropdown.show),
.card:focus-within {
  z-index: 10;
}
@media print {
    html, body {
       display: none;  /* hide whole page */
    }
}
.presto-audio__wrapper{
	background:var(--prime) !important;
	border-radius:10px;
}