.Blkheader {
  	width: 100%;
  	position: relative;
  	color: #fff;
  	z-index: 1;
}
.Blkheader {
  	background: #0A386B;
}
.Homepage.Blkheader {
  	background: linear-gradient(180deg, var(--color-dodgerblue-100), var(--color-darkslateblue-100) 97.12%);
  	padding-bottom: 139px;
}

/* Center the whole card in its column */

/* Center content and gently enlarge the card */
.Box--centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* +4px bigger feel */
  padding: calc( (var(--box-pad, 20px)) + 4px );
}

/* Center the image inside its wrapper */
.Box--centered .camping-1-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Center the icon container itself in the card */
.Box .camping-1-icon {
  display: flex;                /* center children */
  align-items: center;          /* vertical center */
  justify-content: center;      /* horizontal center */
  margin-inline: auto;          /* center the box in the card */
}

/* Make sure the actual image sits centered and doesnÃ¢â‚¬â„¢t stretch */
.Box .camping-1-icon img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


/* Keep images responsive; no stretch */
.Box--centered .camping-1-icon img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Optional: tiny spacing polish */
.Box--centered .b7 { margin-top: 12px; }
.Box--centered .div27 { margin-top: 8px; }


.BlkTop{
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 1;
}
header ul {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}
.top-bar {
  	backdrop-filter: blur(4px);
  	border-bottom: 1px solid var(--color-gray-200);
  	box-sizing: border-box;
  	width: 100%;
  	height: 57px;
  	overflow: hidden;
  	text-align: center;
  	font-size: 13px;
  	color: var(--color-white);
  	direction: ltr;
}
.top-bar ul li {
    float: right;
    margin: 0 0 0 25px;
}
.top-barIcon{
	display: flex;
	align-content: center;
	align-items: center;
	height: 53px;
	flex-direction: row-reverse;
	direction: ltr;
	justify-content: space-between;
	width: 100%;
}
.top-Menu2{
	padding: 13px 0;
	display: block;
}
.navmenu{
	display: flex;
	direction: rtl;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
}
.navmenu li{
	display:inline-block;
    float: right;
    padding: 0 12px;
}
img{
	max-width:100%;
	height: auto;
}
.logo img{
	max-width: 210px;
	float: right;
}

.slide{
	position: relative;
	padding: 0 0 35px;
}
.Homepage .slide img.slide-img{-webkit-border-bottom-right-radius: 150px;-webkit-border-bottom-left-radius: 150px;-moz-border-radius-bottomright: 150px;-moz-border-radius-bottomleft: 150px;border-bottom-right-radius: 150px;border-bottom-left-radius: 150px;}
.Block1 h1 +p {
  	font-size: var(--font-size-20);
  	color: var(--color-gray-200);
  	text-align: center;
  	max-width: 531px;
  	margin:0 auto;
  	min-height: 60px;
  	padding-bottom: 40px;
  	line-height: 1.6;
}
.hizmat-haj{
	padding:40px 0
}
.hizmat-haj .section-title h1 +a {
    border-radius: var(--br-10);
    background-color: var(--color-mistyrose);
    border: 2px solid var(--color-orangered);
    box-sizing: border-box;
    padding: 11px 25px;
    margin-right: 100px;
    text-decoration: none !important;
    transition:all .3s;
    color: var(--color-orangered);
    font-weight: 300;
}
.child2:hover{background:var(--color-orangered); color:#fff}
.hizmat-haj h1{
	font-size:36px
}
.Box{
    border-radius: var(--br-10);
    background-color: rgb(255 255 255);
    width: 100%;
    overflow: hidden;
    font-size: var(--font-size-20);
    position: relative;
    margin: 0 auto 30px;
    padding: 31px 27px 20px;
    transition:all .3s;
    cursor: pointer;
    display:block;
    border: 1px solid #D2D5DB;
    text-decoration: none !important;
}
.Block1 .Box:hover{
	margin:-10px auto 20px;
	/* background: #767575; */
	/* color: #fff; */
}

.camping-1-icon {
  	max-height: 99px;
  	max-width: 99px;
  	background: rgba(249, 244, 236, 1);
  	border-radius: 10px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	margin-bottom: 20px;
  	padding: 20px;
}
.camping-1-icon img{
	
max-height: 66px;
}
.BlkGalery {
  	width: 100%;
  	position: relative;
  	padding: 52px 0 26px;
  	display:block;
}
.BlkGalery:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	background-color: var(--color-seashell-100);
	width: 100%;
	height:55%
}
.Blktemoignage{
  	width: 100%;
  	position: relative;
  	padding: 0 0 50px;
}
.hizmat-haj h1, .boutique h1{
	font-size:32px
}
.Blktemoignage:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom: 0;
	background-color: var(--color-seashell-100);
	width: 100%;
	height: 40%;
}
.Title{
	display:block;
	text-align:center;
	margin: 0 auto 40px;
	width: 100%;
}


.div27 {
  	color: var(--color-gray-200);
  	font-size: 15px;
  	min-height: 45px;
  	line-height: 1.7;
}
.div59 {
  	font-weight: 500;
  	color: var(--color-dodgerblue-100);
  	text-align: center;
  	margin: 0 0 30px;
  	position: absolute;
  	background: transparent url(../image/puce_blue.png) no-repeat left center;
  	padding-left: 35px;
  	cursor: pointer;
}
.div60 {
    font-size: var(--font-size-32);
    font-weight: 600;
    padding-bottom: 10px;
    background:#ad8c52; /* #0a386b;*/
    color: #fff;
    padding: 12px 30px;
    font-size: 28px;
    display: inline-block;
}

.div61 {
  	font-size: var(--font-size-18);
  	color: var(--color-gray-200);
}
.child5 {
  	border-radius: var(--br-10);
  	object-fit: cover;
  	position: relative;
}
.ellipse-div {
  	position: absolute;
  	backdrop-filter: blur(23.4px);
  	border-radius: 50%;
  	background-color: var(--color-darkslateblue-200);
  	width: 101px;
  	height: 101px;
  	left: 0;
  	right: 0;
  	top: 35%;
  	margin: 0 auto;
  	text-align: center;
  	display: flex;
  	align-content: center;
  	align-items: center;
  	justify-content: center;
}
.about{
	background:rgba(249, 244, 236, 1)
}

.catalogue-slider .testimonial-item .info{transition:all .3s;position:absolute;bottom:0;left:0;right:0;background: rgb(21 21 21 / 88%);color: #fff;padding: 30px 20px 24px;min-height: 54%;cursor: pointer;text-decoration: none;}
.catalogue-slider .testimonial-item:hover .info{transition:all .3s;/* height: 55%; */display: flex;flex-direction: column;justify-content: center;background: #fff !important;color: #000;}
.catalogue-slider .testimonial-item:hover{
    padding-top: 0;
}

.catalogue-slider  {
    padding-bottom: 50px !important;
}
.catalogue-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}
.catalogue-slider .testimonial-item .info p{margin:0}
.catalogue-slider .testimonial-item .info1{padding: 12px 0 19px;font-size: 14px;font-weight: 500;}
.catalogue-slider .testimonial-item .info2{
	display:flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	padding-bottom: 15px;
	}
.linkpanier{display:block;background: #ad8c52;padding: 13px 20px;text-align: center;color: #fff;margin: 20px 0 0;border-radius: 10px;font-size: 18px;text-decoration: none;width: 100%;clear: both;}
.linkpanier:hover{background: #000 !important;text-decoration: none;color: #fff;}
span.infohaj, span.infoomra {
    background-color: rgba(0, 0, 0, 0.35) !important;
    display: inline-block;
    padding: 5px 40px 5px 18px;
    border-radius: 7px;
    margin-left: 7px;
}

span.infohaj {
    background: url(../image/makh.png) no-repeat center right 10px ;

}
span.infoomra {
    background: url(../image/madinh.png) no-repeat center right 10px;
}
.catalogue-slider .testimonial-item .info2 span{padding-right: 37px;padding-left: 7px;}
.catalogue-slider .testimonial-item .infovol{background: url(../image/plane-alt.png) no-repeat center right 10px;border-left: 2px solid rgba(64, 64, 64, 1);}
.catalogue-slider .testimonial-item .infocar{background: url(../image/car-alt.png) no-repeat center right 10px;border-left: 2px solid rgba(64, 64, 64, 1);}
.catalogue-slider .testimonial-item .infohotel{background: url(../image/hotel-alt.png) no-repeat center right 10px;} 
 
.swiper-pagination-bullet { 
    opacity: 1;
}
.infoleft {
    position: absolute;
    left: 20px;
    top: 30px;
}

span.infosar {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    padding: 8px 14px;
    display: block;
    margin: 0 0 5px;
    font-size: 17px;
}

span.infoper {
    font-size: 10px;
    font-weight: 200;
    text-align: left;
    display: block;
    padding: 0 14px;
}


/*********************************************************************************************/
/*********************************************************************************************/
/*********************************************************************************************/
 
.li {
  	margin-bottom: 9px;
}

.rectangle-parent {
  	border-radius: var(--br-10);
  	background: linear-gradient(90deg, var(--color-dodgerblue-100), var(--color-darkslateblue-100));
  	width: 100%;
  	height: 289px;
  	overflow: hidden;
  	font-size: var(--font-size-20);
  	color: var(--color-white);
  	margin: 0 auto;
  	max-width: 1200px;
  	display: flex;
  	justify-content: space-between;
}
.rectangle-parent .Text {padding: 66px 61px 20px 40px;max-width: 520px;}
.div4 {
  	font-weight: 500;
  	text-align: center;
  	color: #fff;
  	border-radius: var(--br-10);
  	background-color: var(--color-burlywood);
  	max-width: 187px;
  	margin-top: 15px;
  	margin-bottom: 15px;
  	display: block;
  	text-decoration:none;
  	padding: 12px;
  	cursor:pointer
}
.div4:hover{background:#000}
.div5 {
  	font-weight: 500;
  	line-height: 1.7;
}
.div6 {
  	font-size: var(--font-size-14);
  	font-weight: 500;
  	color: var(--color-whitesmoke);
}
.rectangle-icon {
  	width: 100%;
  	max-width: 562px;
  	height: 100%;
  	object-fit: cover;
  	float: left;
  	-webkit-border-top-right-radius: 70px;
  	-webkit-border-bottom-right-radius: 70px;
  	-moz-border-radius-topright: 70px;
  	-moz-border-radius-bottomright: 70px;
  	border-top-right-radius: 70px;
  	border-bottom-right-radius: 70px;
}

.header {
  	position: absolute;
  	top: 52px;
  	left: calc(50% - 615px);
  	backdrop-filter: blur(31px);
  	border-radius: var(--br-15);
  	width: 1229px;
  	height: 68px;
  	overflow: hidden;
  	text-align: center;
  	font-size: var(--font-size-14);
  	color: var(--color-white);
}
.union-icon2 {
  	position: relative;
  	width: 43.1px;
  	height: 43.1px;
}
 
 
.div12 {
  	position: absolute;
  	top: 361px;
  	left: calc(50% - 316px);
  	font-size: 45px;
  	font-weight: 600;
  	color: var(--color-white);
  	text-align: center;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 646px;
  	margin: 0 auto;
}
 .top-barIcon select {
    background: #0a386b;
    color: #fff;
    border: 0;
}
.is-home  .top-barIcon select {
    background: transparent; 
} 
.socialmedia >span {
  	width: 21px;
  	height: 21px;
  	
  	border-radius: 3px;
  	color: #fff;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	float: right;
  	margin: 0 6px;
  	cursor:pointer
} 
.socialmedia >span.fa-facebook-f{background: #fff;}
.socialmedia >span.fa-skype{font-size:22px}
.socialmedia >span.fa-linkedin{font-size:22px;}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-facebook-f:before {
    content: "\f39e";
    color: #08213d;
    font-size: 15px;
}
.socialmedia >span:hover {
  	background: #fff;color: #000;
}
footer .socialmedia >span {
  	width: 26px;
  	height: 26px;
  	margin: 0 10px;    
	background: #fff;
    color: #08213d;
}
.tel a {
  	font-weight: 500;
  	color: #fff;
}
.top-bar-child {
  	position: absolute;
  	top: 75px;
  	left: 33px;
  	background-color: var(--color-darkslateblue-100);
  	width: 1440px;
  	height: 725px;
}
.top-bar-item {
  	width: 21px;
  	height: 21px;
  	margin-right: 12px;
}
.sar {
  	top: 23px;
  	left: 459px;
  	font-weight: 500;
}
.Block1 h1 {
  	font-size: var(--font-size-36);
  	font-weight: 600;
  	text-align: center;
  	margin-bottom: 25px;
}
 
.Block1 h3 {font-size: 20px;color: #212529;}      
  
.rectangle-container {
  	box-shadow: 4px 4px 6.6px -1px rgba(0, 0, 0, 0.16);
  	border-radius: var(--br-10);
  	background-color: var(--color-white);
  	border: 1px solid var(--color-darkgray);
  	box-sizing: border-box;
  	width: 100%;
  	overflow: hidden;
  	position: relative;
}
.rectangle-container .info{position:relative;padding: 21px;}
.infolink{
	display:flex;
	align-items: center;
	justify-content: space-between;
} 
.b18, h4 {
  	display: flex;
  	align-items: center;
  	font-size: 20px;
  	font-weight: 700;
}
.sar-20, .infolink b { 
  	display: flex;
  	align-items: center;
  	width: 115px;
}  
  
.div51, .rectangle-container p {
  	font-size: 13px;
  	line-height: 160%;
  	color: var(--color-gray-100);
  	display: flex;
  	align-items: center;
  	/* width: 212px; */
  	/* height: 36px; */
}
 
.frame-child15 {border-radius: var(--br-6);background: url(../image/angle-small-right.png) no-repeat center left;background-color: var(--color-burlywood);width: 119px;height: 37px;font-size: 13px;color: #fff !important;padding: 9px 20px;cursor: pointer;}
.frame-child15:hover, .testimonial-item:hover .frame-child15{background-color:#000}
 
.polygon-icon {
  	/* border-radius: var(--br-6); */
  	width: 66px;
  	height: 66px;
  	object-fit: contain;
  	margin-left: 10px;
}
 
.child6 {
  	border-radius: var(--br-10);
  	background-color: var(--color-darkslateblue-100);
  	width: 100%;
  	max-width: 753px;
  	height: 146px;
  	position: absolute;
  	top: 80%;
  	right: 0;
  	padding: 28px 0;
  	background: linear-gradient(90deg, var(--color-dodgerblue-100), var(--color-darkslateblue-100));
}
.div62 {
  	font-size: var(--font-size-12);
  	font-weight: 500;
  	color: var(--color-whitesmoke);
  	text-align: center;
}
.div63 {
  	font-size: var(--font-size-12);
  	font-weight: 500;
  	color: var(--color-whitesmoke);
  	text-align: center;
}
.div64 {
  	font-size: var(--font-size-12);
  	font-weight: 500;
  	color: var(--color-whitesmoke);
  	text-align: center;
}
.div65 {
  	font-size: var(--font-size-12);
  	font-weight: 500;
  	color: var(--color-whitesmoke);
  	text-align: center;
}
.div66 {
  	font-size: var(--font-size-12);
  	font-weight: 500;
  	color: var(--color-whitesmoke);
  	text-align: center;
}
.b22 {
  	font-size: var(--font-size-48);
  	display: flex;
  	color: var(--color-white);
  	text-align: center;
  	align-items: center;
  	justify-content: center;
}
.b23 {
  	font-size: var(--font-size-48);
  	display: flex;
  	color: var(--color-white);
  	text-align: center;
  	align-items: center;
  	justify-content: center;
}
.b24 {
  	font-size: var(--font-size-48);
  	display: flex;
  	color: var(--color-white);
  	text-align: center;
  	align-items: center;
  	justify-content: center;
  	direction: ltr;
  	padding-top: 15px;
}
 
/*****************/
.child7 {
  	border-right: 2px solid var(--color-burlywood);
  	box-sizing: border-box;
  	width: 2px;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: -4px;
}
.child8 {
  	border-right: 2px solid var(--color-burlywood);
  	box-sizing: border-box;
  	width: 2px;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: -4px;
}

.div94 {
  	font-size: var(--font-size-36);
  	font-weight: 600;
  	text-align: center;
  	display: block;
  	margin-bottom: 11px;
}
.b28 {
  	font-size: var(--font-size-32);
  	color: var(--color-gray-200);
  	text-align: center;
  	display: block;
}


.star-icon {
} 

.child9 {
  	border-radius: var(--br-10);
  	height: 220px;
  	object-fit: cover;
  	width: 100%;
  	max-width: 357px;
}
.child10 {
  	border-radius: var(--br-10);
  	/* width: 190px; */
  	/* height: 312px; */
  	object-fit: cover;
}
.child11 {
  	/* width: 189px; */
  	max-height: 177px;
  	object-fit: cover;
  	margin-left: 15px;
}
.child12 {
  	/* width: 190px; */
  	object-fit: cover;
  	float: left;
}
.child13 { 
  	object-fit: cover;
}

.child15 {
  	border-radius: var(--br-10); 
  	object-fit: cover;
} 
.gallery {
      column-count: 3;
      column-gap: 45px;
      width: 100%;
      max-width: 1015px !important;
      margin: 0;
    }
.gallery> a:first-child{
    margin-top: 50px;
}
.gallery .a{
    display: flex;
    margin-right: -44px;
    justify-content: space-around;
    align-items: flex-start;
}
.gallery .a a{
    width: 47%;
    overflow: hidden;
}
.gallery .a2{
    display: flex;
    justify-content: space-between;
    margin-left: -39px;
    align-items: flex-start;
}
.gallery .a2 a{
    width: 47%;
    overflow: hidden;
}
    .gallery a {
      /* max-width: 100%; */
      margin-bottom: 15px;
      display: block;
      cursor:pointer;
      overflow: hidden;
      border-radius: var(--br-10);
      border-radius: 8px;
    }
.gallery a img{ 
  transition: transform .2s; transform: scale(1); 
}

.gallery a:hover img{
  transform: scale(1.1); /
}
    /* Responsive */
    @media (max-width: 992px) {
      .gallery {
        column-count: 2;
      }
    }

    @media (max-width: 600px) {
      .gallery {
        column-count: 1;
      }
    }
	
	
/************** Interne Page ************/
.ContentPageInterne .TopPage .hotels-search {
    margin: 30px 0 40px;
}
.TopPage .btnlink{
	background:rgba(173, 140, 82, 1);padding:12px 34px;color:#fff;
	float:left;border-radius:10px
}
.T1{padding-bottom:30px}
.TopPage .info2{
    display: flex;
    justify-content: space-between;
    max-width: 570px;
    padding-top: 15px;
}
.TopPage .info2 span{padding-right: 35px;padding-left: 10px;height: 24px;margin: 0;} 
.TopPage .infovol{background: url(../image/plane-alt2.png) no-repeat center right ; }
.TopPage .infocar{background: url(../image/car-star.png) no-repeat center right ; }
.TopPage .infohotel{background: url(../image/hotel-star.png) no-repeat center right;padding-right: 35px;min-height: 25px;display: block;margin: 10px 7px;}
.TopPage .infoactivity{background: url(../image/calendar-star.png) no-repeat center right;}

.TopPage .T2{margin:0 auto 20px}
.imgB{
	overflow:hidden;margin:0 auto 20px
}
.imgB a:first-child{border-radius: 10px;width: 100%;height: 231px;min-width: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;margin-bottom: 10px;cursor: pointer;}

.imgB a:nth-child(2), .imgB a:nth-child(3){
    display: inline-flex;
    border-radius: 10px;
    width: 48%;
    height: 194px;
    float: right;
    margin: 0 1%;
    overflow: hidden;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.imgB a:first-child img{min-height:360px}
.imgB a:nth-child(2) img, .imgB a:nth-child(3) img{min-height: 365px;}
.imgB img:nth-child(2){ 
    margin: 10px 0 0 10px;
    float:right; 
}
.imgB img:nth-child(3){ 
    margin: 10px 0 0;
    float:left;
} 
.imgB img {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0, -40px, 0);
}
.imgB a:hover img{
        transform: translate3d(0, 0, 0);
        transition: opacity 0.35s, transform 0.35s;
    }
.imgA{
	max-height: 435px;
	overflow:hidden;
	border-radius: 10px; position:relative;
}
.imgA + .nbrjour {
    margin-right: 10px;
}
.imgA a{overflow:hidden;display: flex;border-radius:10px;justify-content: center;align-content: flex-start;}
.imgA a img {min-height: 730px;/*    transition: transform 0.3s ease-in-out;*/width: calc(100% + 50px);max-width: calc(100% + 50px);transition: opacity 0.35s, transform 0.35s;transform: translate3d(0, -40%, 0);}
.imgA a:hover img {
     /*transform: scale(1.1);*/
	  transform: translate3d(0, 0, 0);
        transition: opacity 0.35s, transform 0.35s;
}

section.ContentPageInterne h1 {
    font-size: 34px;
    font-weight: 500;
    margin: 0 0 15px;
    color: rgba(33, 41, 54, 1);
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(210, 213, 219, 1);
}
.route-umrah .TopPage h1{padding-bottom: 10px;margin: 0;}
section.ContentPageInterne h1 span{
	display:block;font-size:16px;margin:10px 0;color:#ad8c52
}
.PricePackage {
    background: #ad8c52;
    padding: 7px 30px;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
}
a.linkbooking {
    float: left;
    margin: 10px 20px;
    padding: 0 0 10px;
}
.personuser {
    padding: 0 0 40px;
    display: flex;
    align-items: center;
}

.personuser img {
    margin-left: 10px;
}

section.ContentPageInterne {
    line-height: 1.8;
    font-size: 18px;
    color: rgba(109, 113, 127, 1);
    position: relative;
    z-index: 0;
}
section.ContentPageInterne.rootUmrahPackage{padding-bottom:50px}
.ContentPageInterne h2 {
    color: rgba(33, 41, 54, 1);
    font-size: 24px;
    padding: 30px 8px 24px;
}
.BoxCatimg img {
    border-radius: 8px;
    height: 100%;
    width: auto;
    max-width: inherit;
    margin: 0 auto;   
}

.BoxCatimg a{
    display: block;
    width: 100%;
}
.BoxCatimg {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; 
    border-radius: 8px;
}
.rootUmrahPackage .BoxCatimg, .rootHotels .BoxCatimg {
    max-height: 260px;
}
.BoxCatinfo .info1 {
    padding-bottom: 20px;
}
span.starProd {
    position: absolute;
    left: 40px;
    top: 25px;
    background: url(../image/starjaune.png) no-repeat center right;
    padding-right: 30px;
}
.BoxCatinfo h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
}
.BoxCatinfo {
    font-size: 14px;
    padding-top: 30px;
}
.lieu {
    background: url(../image/map.png) no-repeat right center;
}
.distance {
    background: url(../image/distance.png) no-repeat right center;
}
.lieu, .distance {
    padding-right: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.BoxCatservice {border-top: 1px solid rgba(210, 213, 219, 1);margin: 20px 0 0 25px;padding: 20px 5px 0;display: flex;justify-content: flex-start;}
span.restaurant, span.room {
    padding-right: 34px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    margin-left: 50px;
    color: rgba(114, 176, 243, 1);
}
span.restaurant {
    background: url(../image/plate.png) no-repeat center right;
}
span.room {
    background: url(../image/lit.png) no-repeat center right;
}
.BoxSlectCat {
    border: 1px solid rgba(210, 213, 219, 1);
    border-radius: 8px;
    margin: 15px 0 30px;
    overflow: hidden;
    display: block;
    clear: both;
}


.Boxinfodeplacement {
    display: block;
    position: relative;
    background: rgba(243, 244, 246, 1);
    padding: 60px;
    border-radius: 8px;
    text-align: center;
    /* min-height: 170px; */
}

.Boxinfodeplacement p {
    background: url(../image/car-side.png) no-repeat center left;
    padding-left: 50px;
    /* max-width: 410px; */
    margin: 0 auto;
    text-align: right;
}
.distanceinfo1, .distanceinfo2 {
    padding-right: 30px;
}
.distanceinfo1 {
    background: url(../image/mdi_clock.png) no-repeat center right;
}
.distanceinfo2 {
    background: url(../image/four-fill.png) no-repeat center right;
}
.BoxCOLOR{
	padding:50px 0 77px;
	border-bottom:1px solid rgba(210, 213, 219, 1)
}
.Boxvert{
    background: rgba(236, 248, 239, 1);
    padding: 30px;
    font-size: 14px;border-radius:8px;    margin-bottom: 24px;
}
.Boxvert h3 {
    color: rgba(37, 101, 51, 1);
    font-size: 24px;margin-bottom:15px;
}
.Boxvert ul, .Boxred ul {
    padding: 0 18px;
}
.Boxred{
    background: rgba(253, 236, 236, 1);
    padding: 30px;
    font-size: 14px;border-radius:8px;    margin-bottom: 24px;
}
.Boxred h3 {
    color: rgba(131, 37, 35, 1);
    font-size: 24px;margin-bottom:15px;
}
 .Subtform{
	 margin:30px auto;
	 background:rgba(173, 140, 82, 1);
	 color:#fff;
	 border:0;
	 outline:none;
	 border-radius: 8px;
	 padding: 10px 20px;
	 display:block;
	 height: auto;
	 font-size: 20px;
	 font-weight: 500;
	}
.blkCalenderInfo .Subtform{font-size: 18px;padding: 10px 40px;text-align: center;width: max-content;text-decoration: none;}
	.blkCalenderInfo {
    background: rgba(249, 244, 236, 1);
    border-radius: 8px;
    padding: 30px 24px;
    max-width: 360px;
    margin: 0 auto 30px;
}
.blkCalenderInfo.maphotel h3 {
    color: #000;
}
.adr {
    background: url(../image/map.png) no-repeat right top;padding-right:30px;
}
.blkCalenderInfo .title-sm{padding: 0 10px 10px;
    text-align: center;color: #000;}
.DepartureDate{
    padding: 20px 10px 0;
    text-align: center;
    color: #000;
}
	.blkCalenderInfo2 {
    background: #fff;
    border-radius: 8px;
    padding: 30px 24px;
    margin-bottom: 30px;
    border: 1px solid rgba(158, 162, 174, 1);
    margin-top: 65px;
}
.BoxSlectCat span.infohaj, .BoxSlectCat span.infoomra {
    background-color: transparent !important;
    display: inline-block;
    padding: 5px 40px 5px 18px; 
    margin-left: 7px;
}

.BoxSlectCat span.infohaj {
    background: url(../image/distance.png) no-repeat center right 10px;
}
.BoxSlectCat span.infoomra {
    background: url(../image/madinh_2.png) no-repeat center right 10px;
}
.BoxSlectCat .info2{display:flex;max-width: 94%;padding: 0;}
 
 .BoxSlectCat .TopPage .info2 span {
    padding-right: 35px;
    padding-left: 5px;
    height: 24px;
}
.BoxSlectCat .linkpanier{
    padding: 5px 11px;
    font-size: 15px;
    width: 90%;
}
.BoxSlectCat .linkpanier:hover{background:#000;color:#fff}
 .BoxCatinfoLeft.col-sm-4 {
    margin: 25px 0;
    min-height: 205px;
    border-right: 1px solid rgba(210, 213, 219, 1);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




.BoxCatinfoLeft h4 {
    padding: 0 20px;
    color: rgba(20, 123, 233, 1);
    font-size: 20px;
}
.BoxCatinfoLeft span.infoper {
    font-size: 12px;
    font-weight: 300; 
    padding: 0 20px;
}
.chooselink a {
    display: inline-block;
    border-radius: 8px;
    border: 2px solid rgba(109, 113, 127, 1);
    padding: 7px 30px 6px;
    margin-left: 30px;
    text-decoration: none;
    transition: .3s all;
    color: rgba(109, 113, 127, 1);
}

.chooselink {
    display: block;
    width: 100%;
    padding: 0 0 20px;
    min-height: 50px;
}

.chooselink a.active {
    border-color: rgba(20, 123, 233, 1);
    color: rgba(20, 123, 233, 1);
}
 
.BLkTabs .content {
  background: #fff; 
  color: #373737;
  backface-visibility: hidden;
  overflow: hidden;
}
.BLkTabs .content > div {
  display: none;
}
.BLkTabs input {
  display: none;
}
.BLkTabs label, .tabs-header button {
  text-align: center;
  border-bottom: 1px solid transparent;
  transition: all .3s ease-out 0.1s;
  display: inline-block;
  border-radius: 8px;
  border: 2px solid rgba(109, 113, 127, 1);
  padding: 7px 30px 6px;
  margin-left: 30px;
  text-decoration: none;
  transition: .3s all;
  color: rgba(109, 113, 127, 1);
  font-size: 16px;
}
.BLkTabs label:hover, .tabs-header button.active, .tabs-header button:hover {
  color: #fff;
  cursor: pointer;
  border-color: rgba(20, 123, 233, 1);
  color: rgba(20, 123, 233, 1);
}
.tabs-header {
    display: block;
    margin: 0 0 30px;
}
input:checked + label {
  border-color: rgb(20 135 235);
  color: rgb(20 135 235);
  font-size: 13px;
  padding-top: 4px;
}

.BLkTabs input:checked + label{padding: 7px 30px 6px;font-size: 16px;}
.BLkTabs #tab-1:checked ~ .content #content-1,
.BLkTabs #tab-2:checked ~ .content #content-2,
.BLkTabs #tab-3:checked ~ .content #content-3,
.BLkTabs #tab-4:checked ~ .content #content-4 {
  display: block;
  animation-name: inUp;
  animation-timing-function: ease-in-out;
  animation-duration: .6s;
}

@media screen and (max-width: 400px) { label {padding: 15px 10px;} }

@keyframes inUp {
  0%{
    opacity: 0;
    transform: translateY(100px)
  }
    90%{
    transform: translateY(-10px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.BlkCalender h3{
	color:rgba(57, 64, 80, 1);
	font-size:18px;
	margin: 30px 0 20px;
}
.BlkCalender h3.first{ 
	margin: 0 0 20px;
}
.chmpprice{position:relative;display: inline-grid;margin: 0 2% 10px;width: 44%;}
.chmpprice span{position:absolute;top: 8px;right: 9px;font-size:10px}
.TopPage .hotels-search{
	position:relative;max-width:100%
}

.socialmedia img{
	width:30px;height:30px;margin:0 5px
}


 
 .play-btn {
  width: 57px;
  height: 57px;
  background: radial-gradient(#ffffff00 10%, rgb(249 249 249 / 37%)90%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
.playvideo{
    top: 50%;
    position: absolute;
    left: 15%;
    width: 110px;
    height: 110px;
    text-align: center;
    padding: 27px 27px;
}
 .play-btn::after {
  content: '';
  background: url(../image/play.png) no-repeat center;
  position: absolute;
  left: 26px;
  top: 26px;
  width: 58px;
  height: 58px;
  z-index: 100;
  border-radius: 50%;
  border: 13px solid #fff;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 .play-btn::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 27px solid rgb(255 255 255 / 35%);
  top: 0;
  left: 0;
  background: rgba(198, 16, 0, 0);
}
 .play-btn:hover::after {
  transform: scale(10);
  opacity: 0;
}
  .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 55px;
  top: 57px;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.map-wrapper .map-hotspot {
  transition: transform .15s ease, box-shadow .2s ease;
}
.map-wrapper .map-hotspot:hover {
  transform: translate(50%,-50%) scale(1.15);
  box-shadow: 0 0 0 9px rgba(251,173,2,.18), 0 6px 18px rgba(0,0,0,.2);
}
.BlkMap { position: relative; }
.toolip-custom { direction: rtl; border: 1px solid rgba(0,0,0,.06); }
.BlkMap area { cursor: pointer; }
/* Make sure the image doesn't spill out while zooming */
.BoxCatimg {
}

.BoxCatimg img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .25s ease;
  will-change: transform;
}

/* Zoom image when the card is hovered or focused */
.BoxSlectCat:hover .BoxCatimg img,
.BoxSlectCat:focus-within .BoxCatimg img {
  transform: scale(1.06);
}

.catalogue-slider .testimonial-item .info23{
	display:flex;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	padding-bottom: 15px;
	}

    .catalogue-slider .testimonial-item .info23 span{padding-right: 37px;padding-left: 7px;}
