@import url("font.css");

body{
	font-family: droid, tahoma;
}

*:focus{
    outline: none;		
}

.text-shaddow{
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.transition{
	transition:0.7s all;
}

.bg-light-gray{
    background-color:#f7f7f7;
}

.heading-block::after
{
    border-top: 3px solid;
    border-color: #f79420;
    border-radius: 55px;
    content: "";
    display: block;
    height: 1px;
    width: 100px;
    margin: 13px auto 0 auto;
}

.heading-block-right::after
{
    border-top: 3px solid;
    border-color: #f79420;
    border-radius: 55px;
    content: "";
    display: block;
    height: 1px;
    width: 40px;
}

.rounded-25{
    border-radius: 25px;
}

.know-more-button{
    color:#f79420;
}

.text-orange{
    color: #f79420;
}

.list-inline-item{
    margin-right: .5rem;
}

.know-more-button:hover, .know-more-button:active, .know-more-button:focus{
    color:#e68718;
    text-decoration: none;
}

.heading-title{
    color: #737270;
}

p{
    line-height: 1.8em;
}

#hero{
    padding-top: 170px;
    padding-bottom: 140px;
    position: relative;
    z-index: 2;
}

#heroContent {
    z-index: 222;
}

#headerSlider {
    position: absolute;
    top:0;
    left:0;
    height:100vh;
    width:100vw;
}

#headerSlider::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, black);
    /* background-color: #b45608d9; */
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}

#headerSlider img {
    object-fit: cover;
    height: 100vh !important;
}

#headerArrowButton {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
}

.owl-carousel figure{
    margin:5px
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}
   
   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
     opacity: 1;
}
   
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
    opacity: 0;
}
   
   .carousel-fade  .carousel-item-next,
   .carousel-fade .carousel-item-prev,
   .carousel-fade .carousel-item.active,
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.indigo {
	background-color: transparent !important; 
	box-shadow: none !important;
	transition: 0.5s all;
	/* padding: 1rem 0; */
}

.indigo-scrolled#site-navbar{
	padding: 0.1rem 1rem;
    background-color: #2e2e2e !important;
/*	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);    	
*/
}

.indigo-scrolled#site-navbar img{
	height:50px;
}

.indigo-scrolled#site-navbar>div>div>ul>li>a{
    text-shadow: none;
}

#site-navbar .dropdown-menu {
    min-width: 17rem;
}

#site-navbar .dropdown-menu a{
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
}

#site-navbar .dropdown-item.active, #site-navbar .dropdown-item:active {
    background-color: #f79420;
}

.dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 25px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 26px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.transparent-bg{
    background: transparent;
}

.stayTop{
    z-index:222 !important;
}

.dropdown .dropdown-menu {
    transition: all 0.5s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.show .dropdown-menu {
transition: max-height 1s;
max-height: 100vh;
opacity: 1;
}

header{
    background:#e8e8e8 url("../img/bg1.jpg") no-repeat center center fixed;
    background-size:cover;
    display: block;
    position: relative;
    height: 100vh;
}

header::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(97, 119, 125, 0.4);
    z-index:1;
}

#site-navbar>div>div>ul>li>a{
	color:white;
    font-weight: bold;
    text-shadow: 0 1px 2px rgb(0 0 0 / 19%);
}

#site-navbar .navbar-brand{
	color:white;
}

.kudo-accordion .card{
    border-radius: 0;
    margin-top:10px;
    border-color: #f79420;
}

.kudo-accordion .btn {
    text-align: right;
    white-space: revert;
}

.kudo-accordion .card-header{
    padding:5px;
    background-color: #f79420;
    border-radius: 0;
    border:none;
}

.kudo-accordion .card-body{
    padding:15px 35px;
}

.kudo-accordion .card-header .btn-link{
    color:white;
}

.kudo-accordion .card-header .btn-link:hover, .kudo-accordion .card-header .btn-link:focus, .kudo-accordion .card-header .btn-link:active{
    color:#ececec;
    text-decoration: none;
}


#footer{
    background-color: #484747;
}

#copyright{
    background-color: #272626;
}


.brace {
  width: auto;
  min-width: 35px;
  padding-bottom: 20px;
  font-size: 2em;
  line-height: 2em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin: 0 15px 15px;
  border: none;
  background-color: transparent;
  background-image: radial-gradient(circle at 0 0, rgba(255,255,255,0) 14.5px, #f79420 15.5px, #f79420 19.5px, rgba(255,255,255,0) 20.5px), radial-gradient(circle at 35px 0, rgba(255,255,255,0) 14.5px, #f79420 15.5px, #f79420 19.5px, rgba(255,255,255,0) 20.5px);
  background-size: 35px 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-transform: lowercase;
  font-style: italic;
  color: #fff;
  overflow: visible;
}
.brace:before {
  width: 50%;
  border-top: 5px solid #f79420;
  border-top-left-radius: 20% 30px;
  height: 100%;
  content: "";
  position: absolute;
  top: 100%;
  left: -15px;
  box-sizing: border-box;
  margin-top: -5px;
}
.brace:after {
  width: 50%;
  border-top: 5px solid #f79420;
  border-top-right-radius: 20% 30px;
  height: 100%;
  content: "";
  position: absolute;
  top: 100%;
  right: -15px;
  box-sizing: border-box;
  margin-top: -5px;
}


.toggle, .hidden_paragraph, .hidden{
    display: none;
}

.toggleShow, .seemore {
    color: #444;
    cursor: pointer;
    z-index: 1;
    margin-right:5px;
}
.seemore:before{
    content: ' ... معرفة المزيد';
    color:#f79420;
}

#toggle:checked  ~.hidden_paragraph{
      display: inline;
}

#toggle:checked ~.seemore:before{
    content: ' ... إختصار'
}

.shapped{
    background: #f7f7f7;
    border-right-color: #eaeaea;
    border-bottom-color: #eaeaea;
    border-top-color: #f7f7f7;
    border-left-color: #f7f7f7;
}

.chocolat-wrapper {
    direction: ltr;
}

.chocolat-overlay {
    background-color: #000 !important;
}

.chocolat-image img {
    height: 125px;
    max-height: 125px;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.5s all;
    box-shadow: 0 0 15px 3px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 15px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 3px rgb(0 0 0 / 15%);
}

.chocolat-image img:hover {
    box-shadow: 0 0 15px 3px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0 0 15px 3px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0 0 15px 3px rgb(0 0 0 / 35%);
    transform: scale(1.05);
}

.accordion-projects-carousel .owl-stage-outer {
    padding: 10px;
    border-radius: 0.25rem;
    background-color: #f7f7f7;
    border: 1px solid #dee2e6;
    margin-top: 1.5rem !important;
}


.owl-stage-outer {
    padding-top: 25px;
    padding-bottom: 25px;
}

.blur-animation {
    animation: blur 5s ease 2.5s infinite;
    -webkit-animation: blur 5s ease 2.5s infinite;
    -moz-animation: blur 5s ease 2.5s infinite;
}

@keyframes blur {
    0%,
    90% {
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -o-filter: blur(0px);
      -ms-filter: blur(0px);
    }
    50% {
      -webkit-filter: blur(30px);
      -moz-filter: blur(30px);
      -o-filter: blur(30px);
      -ms-filter: blur(30px);
    }
  }
  