@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Reem+Kufi&display=swap');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  direction: rtl;
  text-align: right;
  font-family: "Cairo", sans-serif;
  word-spacing: 1px;
  background-color: #fbfffd;
  color: #353333;
  overflow-x: hidden;
}
:root{
  --main: #327550;
  --main2 : #53d28d;
  --main3:#076633;
  --buttonBgColor:#327550;
  --main-color:var(--main);
  --main-trans: all .5s ease-in-out;
  --main-shadow: 0px 0px 10px rgb(167 154 154 / 14%);
}
a{
  text-decoration: none !important;
  /* color: inherit !important; */
}
.primary-bg {
  background-color: #327550;
}
.primary-bg2{background-color: var(--main3);}
.secondary-bg {
  background-color: #53d28d;
}
.main-color {
  color: #327550;
}
.main-color2{
  color: var(--main3);
}
.white-color {
  color: #fff;
}
.black-color{
  color: #333 !important;
}

.button {
  border: none;
  outline: none;
  background: #327550;
  color: #fff;
  padding: 7px 30px;
  border-bottom-right-radius: 35px;
  border-top-left-radius: 35px;
  display: block;
  margin:0 10px
}

.container {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.animation{
  border-radius: 10px;
  transition: var(--main-trans);
  box-shadow: var(--main-shadow);
  padding: 18px;
  padding-top: 29px;  border: 1px solid rgba(155, 154, 154, 0.438);


}
.animation:hover{
  box-shadow: 0px 0px 15px #0766334b;
}
.gray-color{
  color: rgb(108 101 101);
}
/*start style Browser scroll bar */
::-webkit-scrollbar,
body::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #FFFFFF;
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
.scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}
/* start loader */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: #42484C;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.loader img {
  animation: logoeffect2 0.9s linear 0s infinite;
  position: relative;
  width: 300px;
}


@keyframes logoeffect2 {


  100% {

      transform: scale(1.5);
      opacity: 0;
  }

}
/* end loader */
.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:focus {
  background-color: transparent;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}

.dropdown-toggle {
  justify-content: space-between;
  width: 110px;
  display: flex;
  align-items: center;
}

.dropdown-menu {
  min-width: 6rem;
}
.overlay{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(51, 51, 51, 0.199);
}
.overlay.active{display: block;}
header {
  background-color: #e8e8e8;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}
header .header-top {
  position: relative;
}
header .header-top .slogans {
  position: relative;
}
.slogan-image {
  width: 44px;
	/*
  height: 40px;
  object-fit: contain;
  margin: 0 4px;
	*/
}
header .header-top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgb(172, 161, 161);
}
header .navbar-light .navbar-nav .nav-link{font-size: 14px; font-weight: bold;}
header .header-bottom .logo img {
  width: 152px;
	/*
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
	*/
}
@keyframes Updown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}
/* back to top */
#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: none;
}
#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  #back-to-top {
      right: 15px;
  }
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: var(--main);
  color: #fff;
  border-radius:50%;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  border: none;
  box-shadow: var(--main-shadow);
}

@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
      width: 32px;
      height: 32px;
      line-height: 32px;
      font-size: 14px;
  }
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
}

header .header-bottom .login-button a {
  color: #fff;
  text-decoration: none;
}
header .header-bottom .login-button a:hover {
  color: #fff;
}
header .header-bottom .vision img {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
header .header-bottom  nav a{display: block;color:#333 !important ; font-weight: 600; transition:var(--main-trans) ; position: relative; font-size: 20px;}
header .header-bottom  nav a:hover{color: var(--main) !important;}
header .header-bottom .navbar-nav {flex-wrap: wrap;}
.cover-content h2{font-weight: bold;}
/* Dropdown Button */
.hoverable-dropdown .dropbtn {
  background-color: transparent;
  color: #333;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  transition: var(--main-trans);
}
.hoverable-dropdown .dropbtn:hover{color: var(--main);}
/* The container <div> - needed to position the dropdown content */
.hoverable-dropdown .dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.hoverable-dropdown .dropdown-content {
  position: relative;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 290px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 7px;
  transition: var(--main-trans);
}
.hoverable-dropdown .dropdown-content::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 90%;
  top: 20px;
  right: 10px;
  background-color: var(--main);
}
/* Links inside the dropdown */
.hoverable-dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  margin: 0 15px;
  font-size: 14px;
  font-weight: 700;
}


/* Show the dropdown menu on hover */
.hoverable-dropdown .dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.hoverable-dropdown .dropdown:hover .dropbtn {background-color: transparent;}

/* toogle icons */
.toggle{
  display: none;
}
.toggle #check{
  display: none;
}

.toggle .button{
  width: 48px;
  height: 48px;
  background:var(--main);
  padding: 12px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease-in;
  padding-top: 8px;
  line-height: 8px;
  text-align: left;
  position: relative;
  right: 0;
  top: 0;
  z-index: 201;
  border-radius: 10px;
}
.toggle .button span{
  height: 3px;
  width: 100%;
  background: white;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}
.toggle #check:checked ~ .button span:nth-child(1){
  width: 100%;
  transform: rotate(45deg) translateY(6px) translateX(6px);
}
.toggle #check:checked ~ .button span:nth-child(2){
  width: 0;
}

.toggle #check:checked ~ .button span:nth-child(3){
  width: 100%;
  transform: rotate(-45deg) translateY(-7px) translateX(7px);
}
header .navbar{transition: var(--main-trans);}

/* start slider*/
.Slider .swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide h3{
  text-align: center;
  color: #fff;
  position: absolute;
  font-weight: bold;
  font-size: 30px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
  filter: brightness(.8);
}
span.borderd{
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--main);
  opacity: 0;
  transition: var(--main-trans);
	z-index: -6
}
.swiper-button-next:after, .swiper-button-prev:after {display: none;}
.swiper-button-next svg{
  font-size: 35px;
  transform: rotate(-135deg);
  color: #fff;
}

.swiper-button-prev svg{
  font-size: 35px;
  transform: rotate(38deg);
  color: #fff;
}
.swiper-button-next{
    margin-left: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 28px;
}
.swiper-button-next svg, .swiper-button-prev svg{margin-left: 8px; transition: .2s; padding: 0;}
.swiper-button-prev{
  margin-right: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 28px;
}
.swiper-button-prev svg{margin-right: 8px; transition: .2s; padding: 0;}
.swiper-button-prev:hover svg , .swiper-button-next:hover svg{
  font-size: 18px;
}
.swiper-button-next:hover svg{margin-left: 6px;}
.swiper-button-prev:hover svg{margin-right: 4px;}
.swiper-button-prev:hover span.borderd, .swiper-button-next:hover span.borderd{
  opacity: 1;
}
h3.head{
	background: #f3f1f1;
    display: table;
    margin: auto;
    padding: 7px 20px;
    border-inline-start: 10px solid #327550;
    border-top-left-radius: 25px;
    color: #327550;
}
/*
h3.head::after{
  content: '';
  position: absolute;
  background-color: var(--main2);
  right: 43%;
  width: 100px;
  height: 30px;
  border-radius: 18px;
  z-index: -1;
}
*/
/* end slider*/
.about-us , .add-content{
  position: relative;
  background-image: url('../photos/over-2.jpg');
  background-size: contain;
  z-index: 1;
}
.about-us .article{position: relative;}
.quote svg{
  transform: scaleY(-1);
  font-size: 40px;
  color: var(--main);
  position: absolute;
}
.about-us article p{
  margin-right: 60px !important;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}
.slogan img{
  width: 80px;
  object-fit: cover;
  height: 80px;
}
.about-us article a{
  display: block;
  margin-right: 60px;
  margin-top: 25px;
  color: var(--main3);
  font-weight: 600;
}
.fa-arrow-left-long{
  margin: -1px 8px;
}
.about-image{position: relative;}
.about-image img{
  max-width: 100%;
  /*border-radius: 10px;*/
  margin: auto;
  display: block;
  margin-top: 53px;
}
.about-image .square{
  position: absolute;
  background-color: var(--main3);
  width: 90px;
  height: 95px;
  border-radius: 8px;
  z-index: -1;
}
.about-image .square.s1{
  left: 19%;
  top: -4%;
}
.about-image .square.s2{
  right: 20%;
  bottom: -5%;
}

.etihad-aims span.top-bar{
  width: 100%;
  height: 40px;
  border:1px solid #978989;
  display: block;
  margin-top: 80px;
}
.aim-item{
  height: 300px;
  box-shadow: var(--main-shadow);
  padding: 0 35px;
  border-radius: 6px;
  border:1px solid #b3abab;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: var(--main-trans);
  margin: auto;
  margin-bottom: 15px !important;
  border-top: none;
  overflow-y: auto;
}
.aim-item:hover{
  box-shadow: 0px 0px 12px #3275508e;
}
.aim-item .slogan svg{
  font-size: 60px;
  color: var(--main);
}
.aim-item span.tittle{font-size: 15px; font-weight: 500;}
.aim-item span.des{
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  max-height: 150px;
  overflow-y: auto;
}
.more{display: flex; justify-content: center; align-items: center;}
.more .button{
  width: 163px;
  padding: 7px 60px;
  box-shadow: var(--main-shadow);
}
.more .button:hover{color: #fff !important;}
.president-say h3.head::after{right:38% !important}

.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3{width: 90%; margin: auto;}
.my_video_1-dimensions.vjs-fluid {
  padding-top: 27.71875% !important;
}
.video-js .vjs-big-play-button {
  line-height: 1.5em !important;
  height: 2em !important;
  width: 2em !important;
  top: 46% !important;
  left: 47% !important;
  border: 0.06666em solid #fff !important;
  background-color: rgb(255 255 255) !important;
  border-radius: 50% !important;
}
.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute !important;
  top: 6px !important;
  left: 4px !important;
  width: 88% !important;
  color: gray !important;
  height: 86% !important;
  font-size: 50px !important;
  padding-top: 3px !important;
}

/* start media center */
.news-center{
  background-image: url('../photos/news-back.png');
}
.media-center h3.head::after {
  right: 42%;
}
.new-item{
  border: 2px solid #fff;
  padding-left: 10px;
  padding-right: 15px;
  margin-bottom: 12px;
  max-height: 339px;
  overflow-y: auto;
}
.news-center .new-item p{
  color: #fff;
}
.new-image {
  width: 200px;
  margin-left: 16px;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.new-image img{
  max-width: 100%
}
.new-desc{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    align-self: flex-start;
}
.new-desc p:nth-of-type(1){font-weight: 600;}
.new-desc p:nth-of-type(2), .new-desc p:nth-of-type(3){
  font-size: 13px;
  font-weight: 300;
}
.showAll a{
  width: 200px;
  padding: 9px 60px;
  font-weight: 600;
  background-color: #fff;
  color: var(--main);
  min-width: fit-content;
}
.photos-sum{font-weight: 700; font-size: 20px;}
.galray-box{
  position: relative;
  border-radius: 12px;
  box-shadow: var(--main-shadow);
  transition: var(--main-trans);
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.galray-box:hover{
  box-shadow: 0px 0px 15px #327550a9;
}
.galray-box img{
  width: 100%;
    object-fit: cover;
    height: 280px;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.galary-desc{
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 33px;
}
.galary-desc .date{font-weight: 600; margin-top: 7px; margin-bottom: 4px;}
.galary-desc .name{font-weight: bold; margin-bottom: 7px;}
.photos-numbers{
  position: absolute;
  left: 10%;
  bottom: 10%;
  background-color: #fff;
  border-radius: 11px;
  height: 25px;
  width: 55px;
  background-color: #fbfffd;
  top: -37px;
  left: 11%;
  transform: rotate(45deg);
}
.photos-numbers .nums{
  transform: rotate(-44deg);
  display: block;
  font-size: 10px;
  margin-right: 23px;
  text-align: center;
  font-weight: 600;
  margin-top: 18px;
}
.g-showAll a{
  background-color: var(--main) !important;
  color: #fff !important;
}
.video-galary1 , .champs{
  background-image: url('../photos/video-back.png');
}
.video-galary .video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3{width: 100%;}
.video-galary .vjs-poster{
  border-radius: 10px !important;
}
.video-galary .my_video_2-dimensions.vjs-fluid {
  padding-top: 56.71875%;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.video-galary .video-js .vjs-big-play-button {
  line-height: 1.5em;
  height: 40px;
  width: 40px;
  top: 46%;
  left: 43%;
  border: 0.06666em solid #fff;
  background-color: rgb(255 255 255);
  border-radius: 50%;
}
.video-galary  .video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  color: gray;
  height: 100%;
  font-size: 38px;
}

/* start events */
.event-sum{
  font-size: 20px;
  font-weight: bold;
}
.events .event{
  border: 1px solid var(--main);
  padding: 10px;
  box-shadow: var(--main-shadow);
  transition: var(--main-trans);
  margin-bottom: 12px;
}
.events .event:hover{
  box-shadow: 0px 0px 15px #32755098;
}
.event .event-date{font-weight: 500;}
.play-icon {
  font-size: 30px;
  transform: rotate(180deg);
  color: #000;
  margin-left: 20px;
}
/* start footer */
/* start champs */
.champs .galray-box{padding-bottom: 0;}
.champs .galary-desc{
  background-color: #327550b0;
  margin-top: -51px;
  padding: 5px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.champs .galray-box img {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.champ-name{font-weight: 500;font-size: 17px;}
.achives .new-item{
  border: 1px solid rgba(51, 51, 51, 0.568) !important;
  min-height: 320px;
}
.new-item{
  box-shadow: var(--main-shadow);
}

.achives .showAll a , .management .showAll a{
  background-color: var(--main);
  color: #fff;
}
.manage-item {
  border-radius: 8px;
  border: 1px solid #3275508e;
  box-shadow: var(--main-shadow);
  transition: var(--main-trans);
  padding: 22px 28px;
  margin-bottom: 18px;
}
.manage-item:hover{
  box-shadow: 0px 0px 15px #3275509a;
}
.manage-item img{
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 12px;
    object-position: top;
    border: 1px solid #d3d2d2;
}
.manage-item .manage-name{font-weight: 700;color: #111;}
.manage-item .manage-position{font-weight: 600;}

.manage-item .manage-info{
  color: rgba(128, 128, 128, 0.705);
  font-weight: 600;
}
.contact-us{
  border-radius: 8px;
  box-shadow: var(--main-shadow);
  padding: 18px;
  transform: translateY(-100px);
  z-index: 9999999999999;
  width: 75%;
  margin: auto;
  background: #fff;
}
.contact-us form button{
  background-color: #076633;
  padding: 5px 60px;
}
.contact-us form .form-control{
  background-color: #f7fdfa;
  border: none;
  box-shadow: 0px 4px 3px #33333342;
}
.contact-us form textarea{height: 140px;}
.contact-us form input{height: 45px;}
.contact-item .icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #076633;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}
.contact-item .icon svg{
  color: #fff;
  font-size: 25px;
}
.contact-item .details span:first-of-type{color: rgb(175, 173, 173); font-size: 14px;}
.vjs-has-started .vjs-control-bar{height: 50px;}
/* end champs */
footer{
  background-color: #e8e8e8;
}
footer .logo img{
  width: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
}
footer .social{
  margin: 12px 0;
  color: #4c4040;
  font-weight: 600;
}
footer .social span{
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 4px 3px;
  transition: var(--main-trans);
}
footer .social span a{
  width: 100%;
  height: 100%;
}
footer .social span a img{
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
/*footer .social span a{color: #4c4040;}*/
/*footer .social span svg{font-size: 16px; transition: var(--main-trans);}*/
/*footer .social span.facebook:hover{background-color: #395693; border: none;}*/
/*footer .social span.twitter:hover{background-color: #00a7e7; border: none;}*/
/*footer .social span.linkedin:hover{background-color: #0e72a3; border: none;}*/
/*footer .social span.snap:hover{background-color: #f7f400; border: none;}*/
/*footer .social span.instagram:hover{background-color: #8737c1; border: none;}*/
/*footer .social span:hover svg{*/
/*  color: #fff;*/
/*}*/
footer .links h6{
  font-weight: 600;
  color: #333;
  margin-bottom: 18px;
}
footer .links span{
  display: block;
  margin: 10px 0;
  color: #4c4040;
  transition: var(--main-trans);
}
footer .links span:hover{
  margin-right: 10px;
  color: var(--main);
}
footer .links span a{color: #4c4c4c; text-decoration: none;}
.desc{font-size: 13px;}
footer .fa-location-dot,footer .fa-envelope , footer .fa-phone-flip{margin: 0 7px;}
footer .ministry-logo img{
  width: 158px;
  height: 70px;
  object-fit: contain;
}
footer .etihad-logo img{
  width: 120px;
  height: 80px;
  object-fit: contain;
  margin-top:82px
}
footer .copyrights{
  background-color: #434343;
}
footer .copyrights p{color: #fff; margin-bottom: 0;}
span.awamer a{color: #fff; transition: var(--main-trans);}
span.awamer a:hover{color: rgb(8, 21, 197);}
footer div.social , footer .links , footer .info{margin:15px 20px 20px 10px}
footer .container{flex-wrap: wrap;}
/* end footer */



/* start etihad summary page */
.etihad-cover{
  position: relative;
  height: 330px;
}
.etihad-cover img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  filter: brightness(.6);
}
.cover-content{
  position: absolute;
  z-index: 6;
  top: 34%;
  right: 11%;
}
.cover-content h5{
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 400;
}
/* end etihad summary page */

/* start messages page */
.messages .message {
  border: 1px solid rgba(155, 154, 154, 0.438);
}
.messages .message img , .goals img , .principle img{
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin : 0px 10px;
  margin-top: -15px;
}
.goal-item{margin-bottom: 35px;}
span.green-dotted{
  width: 17px;
  height: 17px;
  background-color: var(--main);
  border-radius: 50%;
  margin: 0 6px;
}
/* end messages page */

/* etihad president */
.vjs-poster{
  background-size: cover;
}
/* All screens sizes  */

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
  background-position: center center;
  padding: 20px;
  border: 1px solid #444;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.accordion-button{
  flex-direction: row-reverse;
  justify-content: start;
  background-color: transparent !important;
  padding: 0;
  text-align: start;
}
.accordion-item {
  background-color: transparent;
  border: none;
}
.accordion-button::after{margin-left: 0px;}
.accordion-button:not(.collapsed){box-shadow: none;}
.accordion-button:not(.collapsed){color: #333; font-weight: 600; font-size: 16px;}
.accordion-body{font-weight: 400;}

#q-form-content{
  padding: 30px;
  background-image: url('../photos/over-2.jpg');
  background-size: contain;
}
#q-form-content form{
  width: 70%;
  margin: auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: var(--main-shadow);
  border-radius: 7px;
}
#q-form-content form .form-group{margin-bottom: 15px; position: relative;}
#q-form-content form .form-group .fa-angle-down{
  position: absolute;
  left: 15px;
  bottom: 10%;
}
#q-form-content form label{
  color: var(--main);
  margin-bottom: 7px;
}
.upload-file{
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border: 1px solid gray;
  border-radius: 10px;
}
.uploadedName{
  color: var(--main);
}
.file-container {
  width: 90px;
  position: relative;
  height: 90px;
}

.file-container .remove-appendedd {
  top: -12px !important;
  right: -12px !important;
  z-index: 0;
}
#selectedFilesCont{
  flex-wrap: wrap;
}

.uploadFile {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fa-arrow-up-from-bracket{
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: gray;
}
.rate-box.border-bottom-light:last-child {
  border-bottom: 0 !important;
}

.remove-appendedd.remove-pi {
  width: 28px;
  height: 28px;
  font-size: 10px !important;
  background: #e27474;
}


.service-images-up {
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}
file-container {
  width: 90px;
  position: relative;
  height: 90px;
}

.file-container .remove-appendedd {
  top: -5px;
  right: -5px;
}

.file-container .file-name-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.msg-context {
  overflow-wrap: break-word;
}

.img-uploded {
  max-height: 110px;
  min-height: 100px;
  width: 115px;
  height: auto;
}

.img-uploded .remove-appendedd {
  top: 0 !important;
}
.remove-appendedd {
  position: absolute;
  color: #fff;
  width: 19px;
  height: 19px;
  padding: 6px;
  border-radius: 50%;
  background: crimson;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  z-index: 10;
  top: -8px;
  right: -15px;
  border: 2px solid #fff;
}

.details-galary .galray-box{
  padding-bottom: 0px;
}
.details-galary .galray-box img{
  border-radius: 12px;
  transition: var(--main-trans);
}
.galray-box .fa-magnifying-glass{
  position: absolute;
    top: 47%;
    left: 47%;
    font-size: 30px;
    opacity: 0;
    transition: var(--main-trans);
    color: #fff;
}
.details-galary .galray-box:hover img{
  filter: brightness(.6);
}
.details-galary .galray-box:hover .fa-magnifying-glass{opacity: 1;}
/* end common questions */

/* start events details  */
.event-detail .summary div{margin: 0 20px;}
.detail-cover img{
  max-height: 400px;
  width: 100%;
  margin: 20px 0;
}
.event-content article p{margin-right: 0;}
.description article p{margin-right:0}
.secdule-image img{
    margin: auto;
    display: block;
    max-width: 100%;
}
.share-button {
  border: none;
  background-color: transparent;
  font-size: 14px;
}
.committies .commit span{
  margin-bottom: 20px;
  text-align: center;
}
.box-content{
  background-color:#0766339c ;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: var(--main-trans);
  opacity: 0;
  border-radius: 12px;
  padding: 0 8px;
}
.galray-box:hover .box-content{
  opacity: 1;
}
/* end events details  */

/* start login page */
.logins-form{
  position: relative;
  width: auto;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.form{
  background: #fff;
  border-radius: 5px;
  padding: 35px 25px;
  width: 60%;
  margin-top: 13%;
  margin-right: 20%;
}
.form .form-group:first-of-type{
  margin-top: 40px;
}
.form .form-group{
  position: relative;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.form .form-group input{
  width: 100%;
  height: 50px;
}
.forget-pass{
  display: flex;
  justify-content: left;
}
.forget-pass a{
    position: relative;
    float: left;
    margin-left: 0%;
    color: var(--main3);
}
.forget-pass a::before{
  content: '';
  position: absolute;
  background-color: var(--main3);
  width: 100%;
  height: 1px;
  bottom: 0;
}

.form .submit{
  display: flex;
  justify-content: center;
  margin: 40px 0px;
}
.form .submit button, .submit a{
  width: 100%;
  margin: auto;
  background-color: var(--main3);
  color: #ffff;
}
.submit a{
  padding: 7px 60px;
  width: auto;
}
.have-no-account span{
  color: gray;
  position: relative;
  display: flex;
  justify-content: center;
}
.have-no-account span::before{
  position: absolute;
  content: '';
  width: 27%;
  height: 1px;
  background-color: gray;
  bottom: 10px;
  left: 0;
}
.have-no-account span::after{
  position: absolute;
  content: '';
  width: 27%;
  height: 1px;
  background-color: gray;
  bottom: 10px;
  right: 0;
}
.create-account{
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.create-account a{
  width: 100%;
  margin: auto;
  background: transparent;
  border: 1px solid var(--main3);
  color: var(--main3);
  padding: 12px;
}
.form-logo{
  display: flex;
  justify-content: left;
}
.form-logo img{
  margin-top: 11%;
  width: 300px;
  object-fit: cover;
}
.form-group-code{justify-content: space-evenly !important;}

.form .code {
    height: 50px;
    width: 50px !important;
    justify-content: space-evenly;
    text-align: center;
}
.form-group .fa-eye , .form-group .fa-eye-slash{
  position: absolute;
  left: 5%;
  top: 30%;
  font-size: 19px;
  color: #d5dbdf;
  cursor: pointer;
}
/* end login page */

/* start new account page  */
.new-acc-forms{
  width: 70%;
  margin: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.new-acc-forms .nav-tabs{
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #b2d0c0;
  border: 1px solid var(--main3);
}
.new-acc-forms .nav-tabs li{
  width: calc(100% / 4);
  position: relative;
}
.new-acc-forms .nav-tabs .traingle{
  background-color: #fff;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 12;
  top: -15px;
  right: 44%;
  transform: rotate(45deg);
  display: none;
  z-index: 0;
}
.new-acc-forms .nav-tabs li:not(:first-of-type){
  border-right: 1px solid var(--main3);
}
.new-acc-forms .nav-tabs li a{
  display: flex;
  justify-content: center;
  color: #000;
  font-weight: 600;
  padding: 20px 0;
  height: 100%;
  font-size: 13px;

}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link.active{background-color: var(--main3); color: #fff;}
.nav-tabs .nav-link.active .traingle{
  display: block;
}
.acc-form-group{
  position: relative;
  margin-bottom: 12px;
}
.acc-form-group .fa-asterisk , .image-container .fa-asterisk{
  position: absolute;
  font-size: 10px;
  margin: 0 4px;
  color: #ff1717;
}

.acc-form-group .fa-angle-down ,.acc-form-group .fa-arrow-up-from-bracket{
  position: absolute;
  left: 4% !important;
  top: 59% !important;
  right: auto;
  font-size: 16px;
}
.acc-form-group .fa-arrow-up-from-bracket{top: 68% !important; color: #333;}
.new-acc-forms .tab-pane{
  padding: 50px;
}
.acc-form-group .form-control{height: 50px;}
.other-type{display: none;}
.submit button{
  background-color: var(--main3);
  color: #fff;
  padding: 12px 40px;
}
.new-acc-forms .submit button{padding: 12px 70px;}
.form-check-label-2 , .already-have a{
  color: rgb(175, 169, 169);
  font-weight: 600;
}
.modal-header .btn-close{margin: 0;}
.modal-header{border-bottom: none;}
.modal-footer{border-top: 0;}
.modal-body .etihad-logo img{
  width: 200px;
  height: 140px;
  object-fit: contain;
}
.modal-body .price div, .modal-body .alert div{
  color: #000;
  font-size: 25px;
}
.modal-body .price div span{
  font-weight: normal;
}
.modal-body .other-logos img{
  width: 90px;
  object-fit: contain;
}
.modal-body .sub-icon svg{
  font-size: 60px;
}
.profile-image .image-container{
  width: 100px;
  height: 100px;
  background-color: var(--main3);
  border-radius: 50%;
}
.profile-image .image-container img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: auto;
  display: block;
  margin-top: 16px;
}
.profile-image .image-container .disc span:first-of-type{
  border: 1px solid var(--main3);
  border-radius: 50%;
  padding: 0px;
  width: 25px;
  height: 25px;
}
.profile-image .image-container .disc span:first-of-type svg{
  margin: 4px;
}
.profile-image{
  position: relative;
  margin-bottom: 55px;
  margin-top: -33px;
}
.accessImage{
  position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.profile-image .image-container .disc p{
  margin: 10px 10px;
  font-weight: 600;
}
.profile-image .image-container .disc .fa-asterisk{
  left: -3%;
}
.profile-image .disc{
  position: relative;
  width: max-content;
  margin-top: 15px;
  margin-right: -33px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--main3);
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--main3);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.sec-input{
  margin: 0 20px;
}
.emplyee-content , #passport , #yesCer{display: none;}
.em-shown{
  display: block;
}
.header-item .login-button{
  margin: 0 10px;
}
/* end new account page  */

/* start home page */
 .alert{
  position: relative;
}
 .my-acc .user-icon svg ,  .alert svg{
  font-size: 30px;
  color: #5f5454;
  margin: 0 8px;
}
 .alert{padding-bottom: 0 !important;}
 .alert span{
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #df2e2e;
  color: #fff;
  right: 20%;
  top: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}
 .my-acc span:nth-of-type(2){
  font-weight: 600;
  color: #000 !important;
}
.user-info span:first-of-type{
  min-width: 105px;
}
/* end home page */



/* start adiotion page */
.add-image img{
  width: 250px;
  object-fit: cover;
  border-radius: 7px;
}


.acc-content{
  position: absolute;
  z-index: 6;
  top: 50%;
  transform: translate(50%, -50%);
  right: 50%;
}
.acc-content h5{text-align: center;}
.change-image{
  transform: translate(-6px, -84px);
  display: block;
  color: #076633;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main);
}
.identity-card .profile-image .image-container{position: relative;}
.identity-card .profile-image .image-container .accessImage{top: 0;}
.identity-card .disc{margin: 0 !important;}
.identity-card .profile-image{margin: 0 !important;}

.identity-card .free , .identity-card .age{
  position: relative;
}
.identity-card .free::after{
  content: '';
  position: absolute;
  bottom: -10px;
  width: 90px;
  background-color: rgb(189, 184, 184);
  height: 1px;
  right: 15%;
}
.Belt-type{
  margin: 0 10px;
}
.identity-card .age::after{
  content: '';
  position: absolute;
  bottom: -20px;
  width: 80%;
  background-color: rgb(189, 184, 184);
  height: 1px;
}
.identity-card .log-out a{
  color: red;
  font-weight: 700;
}
.personal-info{margin-top: -70px;}
.identity-card{
  border-radius: 20px;
  border: 9px solid #a5a2a242;
  position: relative;
  padding-top: 20px;
  background: #fff;
}
.identity-card .nav-tabs .nav-link.active {
  background-color: transparent !important;
  color: var(--main);
  font-weight: bold;
  border-bottom: 3px solid var(--main);
}
.identity-card .nav-tabs .nav-link{
  color:rgb(172, 168, 168);
  font-size: 18px !important;
}
.identity-card .nav-tabs {
  border-bottom: none
}
.identity-tabs{padding-left: 45px; padding-right: 45px;}

.t-intput-group{position: relative;}
.t-intput-group input{
  height: 50px;
}
.t-intput-group label{font-weight: 600;}
.t-intput-group svg{
    position: absolute;
    left: 7%;
    top: 57%;
    font-size: 21px;
    color: #4d4f50;
}
.t-show-info button{
  color: var(--main3);
  font-weight: 700;
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
}
.t-show-info button::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  bottom: 0;
  background-color: var(--main3);
}
button.save-info{
  background-color: var(--main3);
  color: #fff;
  padding: 14px 25px;
}
/* .modal-dialog.p-in-dialog{
  max-width: 60%;
} */
.modal-dialog.p-in-dialog .modal-content{
  border-radius: 20px;
  padding: 23px;
	overflow : auto;
}
.test-p {margin-bottom: 10px;}
.test-p svg , .test-p span{font-size: 18px; font-weight: 600;}
.test button{border: none; outline: none; background-color: #198754; padding: 4px 7px; border-radius: 4px; color: #fff}
.date-detail1{
  font-weight: 700;
  font-size: 18px;
}
.master-card{
  position: absolute;
  width: 26px;
  height: 26px;
  left: 16%;
  top: 53%;
}
tbody, td, tfoot, th, thead, tr{
  border: none;
}
.table>thead {
  vertical-align: bottom;
  background: var(--main3);
}
.table th, .table td{text-align: center;}
.table>thead th{
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}
.tab-pane .alert{padding-bottom: 15px !important;}
.table .success-reserved{color: var(--main3);}
.table .faild-reserved{color: red}

.table .print{
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
}
.table .print::before{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.table .print.print-result{color: var(--main3);}
.table .print.print-result::before{background-color: var(--main3);}
.form-select{background-image: none;}


.wrapper{
  display: inline-flex;
  background: #fff;
  height: 100px;
  width: 400px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 20px 15px;
  width: 100%;
}
.wrapper .option{
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  border: 2px solid var(--main3);
  transition: all 0.3s ease;
  width: 180px;
}
.wrapper .option span{display: flex; justify-content: center;}
.wrapper .option .dot{
  display: flex;
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
  display: none;
}
.wrapper [type="radio"]:checked + label, [type="radio"]:not(:checked) + label{line-height: inherit;}
.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0069d9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
  display: none;
}
.wrapper  input[type="radio"]{
  display: none;
}
.wrapper  #option-1:checked:checked ~ .option-1,
.wrapper #option-2:checked:checked ~ .option-2{
  border-color: var(--main3);
  background: var(--main3);
}
.wrapper #option-1:checked:checked ~ .option-1 .dot,
.wrapper #option-2:checked:checked ~ .option-2 .dot{
  background: #fff;
}
.wrapper #option-1:checked:checked ~ .option-1 .dot::before,
.wrapper #option-2:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span{
  font-size: 20px;
  color: #808080;
}
.wrapper #option-1:checked:checked ~ .option-1 span,
.wrapper #option-2:checked:checked ~ .option-2 span{
  color: #fff;
}
.wrapper [type="radio"]:checked + label:before, .wrapper [type="radio"]:not(:checked) + label:before{display: none;}
.wrapper [type="radio"]:checked + label:after, .wrapper [type="radio"]:not(:checked) + label:after{display: none;}
.p-logos img{
  width: 150px;
  object-fit: contain;
  height: 60px;
}
.wrapper .option:focus,
.wrapper .option.active{background-color: var(--main3);}
.wrapper .option:focus span,
.wrapper .option.active span{color: #fff;}
.lice-p p{font-size: 20px; color: #000;}
.lice-p p span{font-size: 25px;}
td img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
td.show-detail svg{
  color: gray;
  font-size: 19px;
}
td button.show-button{
  border: none;
  outline: none;
  background-color: transparent;
}
.player-image img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}
.member-price{
  font-size: 25px;
  color: #000;
}
.member-logos img{
  width: 130px !important;
}

/* start progress bar */
.circle {
  width: 150px;
  position: relative;
  text-align: center;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 42px;
}

.circle canvas {
  vertical-align: top;
  width: 150px !important;
  height: auto !important;
}

.circle .strong {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rem-days{font-size: 14px !important;}
.circle .strong .clock-icon{width: 50px;}
.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
button.show-infoo{
  position: absolute;
  border: none;
  background: var(--main3);
  color: #fff;
  top: 50%;
  left: 10%;
  padding: 6px 35px;
  border-radius: 5px;
}
button.show-infoo svg{
  color: #fff;
  right: 5%;
  font-size: 16px;
  top: 35%;

}
.suc-fa button:first-of-type{margin: 0 6px;}
.suc-fa button{
  padding: 4px 20px;
}
@media print {
  #printend-license {
      background-color: white;
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      margin: 0;
      padding: 15px;
      font-size: 14px;
      line-height: 18px;
  }
}

/* The container */
.show-detail .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.show-detail .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.show-detail .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid var(--main3);

}

/* On mouse-over, add a grey background color */
.show-detail .container:hover input ~ .checkmark {
  background-color: #ccc;
  border: 1px solid var(--main3);

}

/* When the checkbox is checked, add a blue background */
.show-detail .container input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid var(--main3);
}

/* Create the checkmark/indicator (hidden when not checked) */
.show-detail .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.show-detail .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.show-detail .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--main3);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.additives button{display: none;}
.additives button.active{display: block;}
/*Extra small devices (portrait phones, less than 576px)*/
@media(max-width:400px){
  header .header-bottom .vision img{width: 50px !important;}
  header .header-bottom .logo img{width: 90px !important;}
  .login-button a{font-size: 10px;}
  .toggle .button {
    width: 35px !important;
    height: 37px !important;
    padding-top: 7px !important;
}
}
@media (max-width: 575.98px) {
  .nav-card{width: 100% !important;}
  .nav-card .profile-image{width: 100px !important; height: 100px !important;}
  .card-logos img{width: 50px;}
  .t-intput-group svg{font-size: 14px ;}
  .wrapper .option {
    padding: 6px;
    width: 129px;
  }
  .new-acc-forms{
    width: 95%;
  }
  footer .copyrights p{font-size: 12px;}
  .cover-content h5{font-size: 20px; text-align: center;}
  .cover-content h2{font-size: 16px;}
  .messages .message, .goals , .principle {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }
  .messages .message img, .goals img, .principle img{
    width: 70px;
    object-fit: cover;
  }
  .my_video_1-dimensions.vjs-fluid {
    padding-top: 64.71875%;
  }
  .video-js .vjs-big-play-button {
    left: 48%;
  }
  .manage-item .manage-name, .manage-item .manage-position, .manage-item .manage-info , .accordion-body{font-size: 12px;}
  .accordion-item:first-of-type .accordion-button{font-size: 13px; text-align: inherit;}
  .header-bottom{padding: 0 !important;}
  h3.head{font-size: 18px;}
  #q-form-content{padding-right: 0; padding-left: 0;}
  .swiper-slide h3{font-size: 22px; margin-top: -80px;}
  .swiper-button-prev svg, .swiper-button-next svg{font-size: 25px }
  .quote svg{font-size: 30px;}
  .login-button a{padding: 7px 10px;}
  .contact-item{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-item:first-of-type{margin-top: 20px;}
  .contact-item .details span:first-of-type{text-align: center; margin-top: 10px;}
  .contact-us{width: 95%;}
  .contact-info{margin-right: 0 !important;}
  .header-top .container p {font-size: 14px; font-weight: 600 !important;}
  footer .container{flex-direction: column !important;}
  footer div.social , footer .links , footer .info{margin:20px 0px}
  /*footer .links1{margin-right: -60px;}*/
  .sponsersFooter, .slogans new-acc-forms{ justify-content: center }
  .have-no-account span::before, .have-no-account span::after{
    width: 20%;
  }
  header .header-bottom .logo img{width: 100px; object-fit: contain;}
  header .header-bottom .vision img{width: 60px;}
  .toggle .button{
    width: 40px;
    height: 40px;
    padding: 7px;
    padding-top: 2px;
  }
  .swiper-button-prev{margin-right:35px}
  .swiper-button-next{margin-left:35px}
  .swiper-button-next, .swiper-button-prev{top: 85%; padding: 20px;}
  .my-acc .user-icon svg, .alert svg{font-size: 22px;}
  .alert span {
    width: 15px;
    height: 15px;
    right: 25%;
    top: 24%;
    font-size: 9px;
  }
  .user-info span{font-size: 11px;}
  .user-info span:first-of-type {
    min-width: 66px;
  }
  .vision{display: none !important;}
  .modal-dialog.p-in-dialog{max-width: 94% !important;}

}

.photos-galary a{color: #333;}
.nav-card{
  background: #e8e8e8;
  width: 60%;
  margin: auto;
}
.card-logos img{
  width: 100px;
  height: 50px;
  object-fit: contain;
}
.card-logos .logo{position: relative;}
.card-logos .logo:not(:last-of-type)::after{
  content: '';
  position: absolute;
  left: -4%;
  top: 0;
  background-color: rgb(34, 30, 30);
  width: 1px;
  height: 100%;
  z-index: 0;
}
.nav-card form label,.nav-card form span {color: #000;}
.nav-card .profile-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 6px solid var(--main3);
  margin: auto !important;
  margin-bottom: 12px !important;
}
.nav-card .profile-image img{width: 100%; height: 100%; border-radius: 50%;}
.result-image-player{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.result-image-player .logo{
  width: 180px;
  height: 100px;
  object-fit: cover;
}
.result-image-player .logo img{width: 100%; height: 100%}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .secCireFooter{
    flex-direction: column;
  }
  .secCireFooter button{
    margin-bottom: 14px;
  }
  #result-payed .modal-body , #recive-result .modal-body{
    overflow-y: auto !important;
  }
  #result-payed .submit button{
    width: 50% !important;
  }
  .green_background img{
    transform: translate(7px,-128%) !important;
  }
  #print-result-t .modal-body {
    flex-direction: column;
  }
  #print-result-t .modal-body button{ margin-bottom: 15px; width: 100%; padding: 10px !important; }
  footer .info .phone{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .circle .strong{top: -7px;}
  .identity-card nav{overflow-x: auto;}
  .identity-card nav .nav-tabs {min-width: 790px; overflow-x: auto; overflow-y: hidden; padding-bottom: 10px;}
  .identity-tabs {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .tab-pane .alert{min-width: 700px;}
  .circle{height: 100px;}
  .member-price{font-size: 16px;}
  .tab-pane{overflow-x: auto;}
  .tab-pane table{min-width: 700px; overflow-x: auto;}
  .identity-card .nav-tabs .nav-link {
    font-size: 14px !important;
    padding: 0 ;
    padding-bottom: 6px !important;
  }
  .identity-card .nav-tabs{margin-bottom: 0 !important;}
  .slogans{width:100%; justify-content:space-evenly}
  .container{max-width: 100%;}
  .aim-item{
    border-top: 1px solid #b3abab;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    max-height: 300px;
    overflow-y: auto;
  }
  .header-top .container{
    flex-direction: column;
  }
  .copyrights .container{flex-direction: column;}
  .copyrights .container p:first-of-type{margin-bottom: 7px;}
  .header-top .container p{margin-top: 7px;}
  #q-form-content form{width: 90%;}
  .logins-form{
    height: fit-content;
    width: auto;
  }
  .form-logo{
    justify-content: center;
  }
  .logins-form .row{
    flex-direction: column-reverse;
  }
  .form{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

.toggle-password{
  position: absolute;
  left: 4%;
  top: 28%;
}
/*Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
  .video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3{
    height: 260px !important;
  }
  .toggle{display: block;margin-right: 0;}
  header .NavEdited {
    position: fixed;
    margin-right: 0 !important;
    width: 97%;
    box-shadow: var(--main-shadow);
    right: 0;
    top: 14%;
    justify-content: start;
    border-radius: 10px;
    background: #327550c7;
    transform: translateX(133%);
    transition: var(--main-trans);
    z-index: 1;
    flex-direction: column;
  }
  header .NavEdited.active{
      transform: translateX(0);
  }
  .hoverable-dropdown .dropdown-content a, .hoverable-dropdown .dropdown-content a:hover{color: #333 !important;}
  .hoverable-dropdown .dropbtn, .hoverable-dropdown .dropbtn:hover{color: #fff;}
  header .header-bottom nav a, header .header-bottom nav a:hover{color: #fff !important;}
  .new-content{flex-direction: column;}
  .showAll{justify-content: center  !important;}
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}
.button{
  position: relative;
  transition: all .3s ease-in-out;

}
.button::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: all .2s ease-in-out;
  background-color: #3333333d;
  z-index: 11;
  border-bottom-right-radius: 35px;
  border-top-left-radius: 35px;
}
.button:hover{transform: translateY(-3px);}
.button:hover:after{width: 100%;}

.events .event , .galray-box , .manage-item ,.events .event a , .events .event svg{transition: all .3s ease-in-out;}
.events .event:hover, .galray-box:hover, .manage-item:hover{transform: translateY(-3px);}
.management h3.head::after{right: 43% !important;}
input, textarea{transition: all .3s ease-in-out !important;}
input:focus , textarea:focus{
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transform: translateY(-3px);
  box-shadow: var(--main-shadow) ;
}
.events .event{position: relative;}
.events .event::after{
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
  background-color: #076633cf;
  transition: all .2s ease-in-out;
  z-index: -1;
}
.events .event:hover:after{width: 100%; }
.events .event:hover a ,.events .event:hover .event-date span{color: #fff !important; z-index: 11;}
.events .event:hover .fa-play{color: #fff !important; z-index: 11;}
.footer-int{color: inherit;}
.organ{
    max-width: 100%;
    border: 1px solid #EEE;
    display: block;
    margin: auto;
}


/* new edits */
.vjs-big-play-button{
  line-height: 1.5em;
  height: 2em;
  width: 2em;
  top: 46%;
  left: 47%;
  border: 0.06666em solid #fff;
  background-color: rgb(255 255 255);
  border-radius: 50%;
}
.sponsersFooter  , .slogans new-acc-forms{
  display: flex;
  width: 230px;
  overflow-x: auto;
}

.committies  .commit{
  height: 200px;
  overflow: auto;
}

.alertItem{
  background: #e8e8e8;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 12px;
  width: 47%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.other-logos{
  margin-top: 110px !important;
}
.other-logos img{
  width: 90px !important;
  margin:  0 10px;
  object-fit: contain !important;
}


.targetTypeColor{
  font-family: 'Lobster', cursive;
  color: #1c7430;
}
.targetTypeColor1{
  font-family: 'Reem Kufi', sans-serif;
}

.ExDir{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #1c7430;
}
.centerdLogo img{
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50% , -50%);
  width: 226px;
  height: 369px;
  z-index: 0;
  opacity: .4;
}

/* new edits */
.video-js .vjs-control:before{
  line-height: .2 !important;
}
#certificate-equal{display: none}


::file-selector-button {
  display: none;
}
::-webkit-file-upload-button {
  display: none;
}
input[type=file].active{
  opacity: 1 !important;
}


.smallPlaceholder::placeholder{
  font-size: 8px !important;
}
.smallPlaceholder2::placeholder{
  font-size: 6px !important;
}
.acc-form-group .fa-arrow-up-from-bracket{left: 0 !important;}

.identity-card .additv {
  width: 140px !important;
  justify-content: space-around !important;
  display: flex !important;
}
.custom-radio{
  flex-wrap: wrap;
}
.vjs-modal-dialog .vjs-modal-dialog-content{display: none}



.wpwl-group-button button{
	-webkit-appearance : -apple-pay-button !important
}


.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: -5;
}


/* start to style by ramadan */

.loader .load::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DDDDDD;
  animation: loader 1.2s infinite linear forwards;
}

/* .video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

#intro-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
} */