@font-face {
    font-family: 'effra_medium';
    src: url('../fonts/effra/medium.ttf') ;
    font-style: normal;
}

@font-face {
    font-family: 'effra_regular';
    src: url('../fonts/effra/regular.ttf') ;
    font-style: normal;
}
/*--------------*/
.arabic , .arabic p , .arabic p ,
.arabic h1 , .arabic h2 , .arabic h3 , .arabic h4 , .arabic h5 , .arabic h6 {
  font-family: 'effra_regular' !important;
}
/*--------------*/
.color-1  , h1 , h2{
  color: #052f44 !important;
}
.color-2{
  color: #01a09b !important;
}

.main-color-1{
  background-color: #052f44 !important;
}
.main-color-2{
  background-color: #01a09b !important;
}

.border-color-1{
  border-color: #052f44 !important;
}
.border-color-2{
  border-color: #01a09b !important;
}

.brands-crev .item:after {
  background: -webkit-linear-gradient(320deg, transparent, #eee);
  background: -o-linear-gradient(320deg, transparent, #eee);
  background: linear-gradient(130deg, transparent, #eee);
}
/*--------------*/
.show-phone {
    display: none;
}
@media only screen and (max-width: 680px) {
    .show-phone {
        display: block;
    }
}

/*--------------*/
.fixed-height-img {
    height: 120px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    text-align: center;
}
.mn-height-160 {
  min-height: 160px;
}

.equal-slide-height {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*--------------*/
.services-boxs .item-box p{
  opacity: 1;
}
/*--------------*/
.history-swiper .swiper-slide h6 {
  position: absolute;
  top: 5%;
  left: 40%;
  color: #aaa;
}

.history-swiper .swiper-slide img{
  width: auto;
  height: 50px;
  max-width: 100%;
  object-fit: contain;
}

.history-swiper .swiper-slide .item-box{
  min-height: 230px;
  padding-bottom: 0;
  text-align: center;
  border: none;
  border-right: 3px solid #01a09b;
  border-bottom: 3px solid #01a09b;
}

/*--------------*/
.border-primary{
  border-color: #052f44 !important;
}

.bg-pattern-border {
  position: absolute;
  width: 100%;
  z-index: 10;
  border-top: 10px solid #013e5c;
}

.bg-pattern-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-image: url('../images/patterns_1.svg');
  z-index: 10;
}


.bg-pattern-2 {
  background-image: url('../images/patterns_2.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 100vh;

  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


.navbar {
  top: 30px;
}


/*
.resturants-logo img{
  width: 60px;
  height: auto;
}*/

/*----------*/
.resturants-logo img{
  width: auto;
  height: 60px;
  max-width: 100%;
  object-fit: contain;
}
.img-swiper img{
  width: auto;
  height: 100px;
  max-width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
  .d-title  {
    display: block !important;
  }
  .fz-60 {
    font-size: 50px !important;
  }
  .fz-80 {
    font-size: 50px !important;
  }

  .team-single .img {
    height: auto;
  }
}


.x-weight{
  font-weight: 1000 !important ;
}
.w-mx-auto{
  width: 100px;
  margin: 0 auto;
}

.text-justify{
  text-align: justify !important;
}

.sub-bg-2{
  background-color: #ededed !important;
}

.navbar .navbar-nav .nav-link .rolling-text{
  line-height: 24px;
}
.navbar .navbar-nav .nav-link , .sub-title, .blog-list-crev .item .tags a {
  letter-spacing: 0 !important;
}

/*--------------*/
/*
.blog-crev .item .cont {
    min-height: 220px;
}*/
/*--------------*/
.restaurants-sticky{

}
.restaurants-sticky .col-lg-8 .img img{
  /*height: 500px;*/
}
.restaurants-sticky .col-lg-4 {

}
.restaurants-sticky .col-lg-8 {

}



/********** Lodding *********/
.animation-container {
	display: block;
	position: relative;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;

	.lightning-container {
		position: absolute;
		top: 50%;
		left: 0;
		display: flex;
		transform: translateY(-50%);

		.lightning {
			position: absolute;
			display: block;
			height: 12px;
			width: 12px;
			border-radius: 12px;
			transform-origin: 6px 6px;

			animation-name: woosh;
			animation-duration: 1.5s;
			animation-iteration-count: infinite;
			animation-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
			animation-direction: alternate;

			&.white {
				background-color: white;
				box-shadow: 0px 50px 50px 0px transparentize(white, 0.7);
			}

			&.red {
				background-color: #fc7171;
				box-shadow: 0px 50px 50px 0px transparentize(#fc7171, 0.7);
				animation-delay: 0.2s;
			}
		}
	}


	.boom-container {
		position: absolute;
		display: flex;
		width: 80px;
		height: 80px;
		text-align: center;
		align-items: center;
		transform: translateY(-50%);
    left: 200px;
    top: -145px;

		.shape {
			display: inline-block;
			position: relative;
			opacity: 0;
			transform-origin: center center;

			&.triangle {
				width: 0;
				height: 0;
				border-style: solid;
				transform-origin: 50% 80%;
				animation-duration: 1s;
				animation-timing-function: ease-out;
				animation-iteration-count: infinite;
				margin-left: -15px;
				border-width: 0 2.5px 5px 2.5px;
				border-color: transparent transparent #42e599 transparent;
				animation-name: boom-triangle;

				&.big {
					margin-left: -25px;
					border-width: 0 5px 10px 5px;
					border-color: transparent transparent #fade28 transparent;
					animation-name: boom-triangle-big;
				}
			}

			&.disc {
				width: 8px;
				height: 8px;
				border-radius: 100%;
				background-color: #d15ff4;
				animation-name: boom-disc;
				animation-duration: 1s;
				animation-timing-function: ease-out;
				animation-iteration-count: infinite;
			}

			&.circle {
				width: 20px;
				height: 20px;
				animation-name: boom-circle;
				animation-duration: 1s;
				animation-timing-function: ease-out;
				animation-iteration-count: infinite;
				border-radius: 100%;
				margin-left: -30px;

				&.white {
					border: 1px solid white;
				}

				&.big {
					width: 40px;
					height: 40px;
					margin-left: 0px;

					&.white {
						border: 2px solid white;
					}
				}
			}

			&:after {
				background-color: rgba(178, 215, 232, 0.2);
			}
		}

		.shape {
			&.triangle, &.circle, &.circle.big, &.disc {
				animation-delay: .38s;
				animation-duration: 3s;
			}

			&.circle {
				animation-delay: 0.6s;
			}
		}

		&.second {
			left: 485px;
			top: 155px;
			.shape {
				&.triangle, &.circle, &.circle.big, &.disc {
					animation-delay: 1.9s;
				}
				&.circle {
					animation-delay: 2.15s;
				}
			}
		}
	}
}

@keyframes woosh {
	0% {
		width: 12px;
		transform: translate(0px, 0px) rotate(-35deg);
	}
	15% {
		width: 50px;
	}
	30% {
		width: 12px;
		transform: translate(214px, -150px) rotate(-35deg);
	}
	30.1% {
		transform: translate(214px, -150px) rotate(46deg);
	}
	50% {
		width: 110px;
	}
	70% {
		width: 12px;
		transform: translate(500px, 150px) rotate(46deg);
	}
	70.1% {
		transform: translate(500px, 150px) rotate(-37deg);
	}

	85% {
		width: 50px;
	}
	100% {
		width: 12px;
		transform: translate(700px, 0) rotate(-37deg);
	}
}

@keyframes boom-circle {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	30% {
		opacity: 0;
		transform: scale(3);
	}
	100% {
	}
}

@keyframes boom-triangle-big {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}

	40% {
		opacity: 0;
		transform: scale(2.5) translate(50px, -50px) rotate(360deg);
	}
	100% {
	}
}

@keyframes boom-triangle {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}

	30% {
		opacity: 0;
		transform: scale(3) translate(20px, 40px) rotate(360deg);
	}

	100% {
	}
}

@keyframes boom-disc {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		transform: scale(2) translate(-70px, -30px);
	}
	100% {

	}
}
