
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Domine:wght@400..700&family=Domine:wght@200;300;400;500;700;800;900&display=swap');


.form-check-input.is-invalid, .was-validated .form-check-input:invalid{
    border: 2px solid #dc3545;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked, .form-check-input {
    background-color: #FFF;
}


.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg:  #000000;
    --bs-btn-border-color:  #000000;
    --bs-btn-hover-color:  #000000;
    --bs-btn-hover-bg:  #000000;
    --bs-btn-hover-border-color:  #000000;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg:  #000000;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg:  #000000;
    --bs-btn-disabled-border-color:  #000000;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}
body{
    background-color: #ffffff;
    position: relative;
    line-height: 32px;
    color: #818181;
    letter-spacing: 0.64px;
    font-size: 16px;
    font-family: 'Domine', sans-serif;
    font-weight: 400;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

p {
    color: #b3b3b3;
    font-weight: normal;
    font-family: "Domine";
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Domine', sans-serif;

}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
}

.hero {
    min-height: 900px;
    height: 100vh;
    padding-bottom: 50px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: url('/assets/banhome.png') top center;
    background-size: cover
}
.sticky-md-top {
    z-index:10 !important;
}
.text-right {
    text-align: right !important;
}

.site-navbar-wrap {
   
    z-index: 99;
    width: 100%;
    left: 0;
   
}
.site-navbar-wrap a {
    color: white;
}
.site-navbar-top a {
    color: #000000 !important;
}
.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
   
}

.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
}

.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    position: relative;
}

.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.logo{
    max-width: 230px;
}


.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}


.my-button {
  --color: #000000;
  font-family: inherit;
  display: inline-block;
  width: auto;
  padding: 0px 40px;
  text-transform: uppercase;
  line-height: 2.5em;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid  #000000;
  transition: color 0.5s;
  background-color: #000000;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: #ffff;
}

.my-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #000000;
  height: 150px;
  width: 700px;
  border-radius: 50%;
  color: #000000;
  border: 2px solid #000000;
   
}

.my-button:hover {
  color: #fff;
}

.my-button:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.my-button:hover:before {
  top: -30px;
  left: -30px;
}

.my-button:active:before {
  background: #D21618;
  transition: background 0s;
}



/* -------------footer cardes-------------------*/
 .cartes {
            list-style: none;
            padding: 0;
            display: flex;
           
        }

.cartes img {
            max-width: 100%;
            height: 20px;
            display: block;
            margin: 0 auto;
    }

.btn-primary-y{
    background-color:#D21618!important;
}

/*----------------------------------------------------
/  Cart form home

------------------------------------------------------*/
 .cartes {
            list-style: none;
            padding: 0;
            display: flex;
           
        }

    

.cartes img {
            max-width: 100%;
            height: 20px;
            display: block;
            margin: 0 auto;
    }

.card-container {
        perspective: 1000px;
    }
    
.card-flip {
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }
    
.card-front, .card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
    }
    
.card-front {
        z-index: 2;
        transform: rotateY(0deg);
    }
    
    
.card-back {
        transform: rotateY(180deg);
    }
    
.card-container.flip-card .card-flip {
        transform: rotateY(180deg);
    }
    
.sec-ban-title{
    font-size:47px;
    color :white;
    letter-spacing:3px;
    text-align:center;
}

.ban-title{
    font-size:17px;
    color :white;
    letter-spacing:3px;
    text-align:center;
    
}

/*----------------------------------------------------
/  Spingo page Section

------------------------------------------------------*/
.carousel {
    margin: 30px auto 60px;
    padding: 0 80px;
}

.carousel .carousel-item {
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-item h4 {
    font-family: 'Domine', sans-serif;
    color: black;
}

.carousel .carousel-item img {
    max-width: 100%;
    display: inline-block;
}

.carousel .carousel-item .btn {
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    background: #a177ff;
    padding: 6px 15px;
    margin-top: 5px;
}

.carousel .carousel-item .btn:hover {
    background: #8c5bff;
}

.carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.carousel .thumb-wrapper {
    text-align: left;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);   
    border-radius: 20px;
}

.carousel .thumb-content {
    padding: 25px;
    height: 200px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 44px;
    height: 44px;
    background: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    font-size: 36px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
    border-radius: 20px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 4px;
    background-color: #ababab;
    border: none;
}

.tit-car {
    font-size: 120px;
    font-family: 'Domine', sans-serif;
    color: white;
}

.par-car {
   
    font-family: 'Domine', sans-serif;
}

        
 .section_cards {
           
           
            justify-content: center;
            align-items: center;
           
            margin: 0;
           
        }
        .carousel_about {
            position: relative;
           
            overflow: hidden;
        }
        .carousel-track_about {
            display: flex;
            transition: transform 0.5s ease;
        }
        .carousel-item_about {
            min-width: 33.33%;
            box-sizing: border-box;
            padding: 10px;
            text-align: center;
        }
        .arrow_about {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
            z-index: 1;
        }
        .arrow-left_about {
            left: 10px;
        }
        .arrow-right_about {
            right: 10px;
        }
        .custom-block_about {
            border-radius: 10px;
            padding: 20px;
        }
        .heading_whyshoose_about {
            font-size: 1.25em;
            margin-bottom: 10px;
        }

.img_why {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    color: white;
    background: url('../media/about/whyshoose1.png') no-repeat center/cover;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px; /* Ajustez selon vos besoins */
    height: 100%; /* Assure que le contenu prend toute la hauteur du parent */
    text-align: center;
}

.custom-block {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px; /* Assure une hauteur minimale pour tous les blocs */
}




.header_about {
    background: url('/assets/banabout.png') no-repeat    center /cover ;
    padding:80px;
    
}

.bg-car{
    background: url('/assets/media/about/tourism-yacout.png') no-repeat    center /cover ;
}
.header_about_title h2 {
   color:white;
   font-family: 'Domine', sans-serif;
    font-weight: 500;
    font-size:50px;
  
}

.lign{
    border-top: 3px solid #47AB34;
    padding: 30px;
    padding-bottom: 0px;
    padding-top: 0px;

}
.lign_white{
   
    border-top: 3px solid white;
    padding: 85px;
    padding-bottom: 0px;
    padding-top: 0px;


}


.about_us{
  
    background-color: #47AB34;
    z-index: 90;
    padding: 60px;
    margin: 40px 0px 40px -70px;
   

}
.discover{
  
    background-color: #47AB34;
    z-index: 90;
    padding: 60px;
    margin: 40px 0px 40px 70px;
   

}
.about_us p{
    color:white;
    font-size:25px;
}

.discover p{
    color:white;
    font-size:25px;
}

.header_about_title p{
   color:white;
   font-family: 'Domine', sans-serif;
    font-weight: 300;
    font-size:35px;
  
}

.sub_title{
    color: #D21618;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}


.title-about  , .wcs h1 , .title_discover{
	font-size : 50px;
	line-height: 60px;
	font-weight: 400;
	color: white;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Domine', sans-serif;

	
}
.row-centered {
	display: flex;
	justify-content: center;
}
.col-centered {
	display: flex;
	justify-content: center;
}



.cardspingo {
	width: 190px;
	height: 120px;
	padding: 0.5rem;
	background: rgba(198, 198, 198, 0.34);
	border-radius: 8px;
	backdrop-filter: blur(5px);
	border-bottom: 3px solid rgba(255, 255, 255, 0.440);
	border-left: 2px  rgba(255, 255, 255, 0.545) outset;
	transform: skewX(10deg);
	transition: .4s;
	overflow: hidden;
	color: black;
  }
  
  .cardspingo:hover {
	height: 254px;
	transform: skew(0deg);
  }
  
  .align {
	padding: 1rem;
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-self: flex-start;
  }
  

  
  .cardspingo h6 {
	text-align: center;
	margin: 1.3rem;
	color:black;
	font-size: 40px;
	
  }
  
  
  /* --------------------------------*/

  

  .card2 {
    position: relative;
    padding: 12px;
    border-radius: 8px;
    overflow: hidden;
    color: black;
    background-color: white;
   

    z-index: 0;
}

.card2::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: white;
    z-index: -1;
    pointer-events: none;
}

.image_container_about img {
    width: 100%;
    border-radius: 8px;
}

.title2 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: 12px;
}

.size p {
    font-size: 16px;
    text-align: left;
    margin-top: 8px;
}

  

/*----------------------------------------------------
/  contact page Section
------------------------------------------------------*/
#contact-form .form-control:focus{
    
    box-shadow: #000000 0px 2px 5px -1px, #000000 0px 1px 3px -1px;
    
}

#contact-form .card-body{
   padding:0px; 
}
.buttons-social{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}


.Btn_social_pint a{
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  /* overflow: hidden; */
  border-radius: 7px;
  cursor: pointer;
  transition: all .3s;
}
.Btn_social_pint{
  border: none !important;
  padding:6px !important;
  background-color: unset !important;
}
.svgContainer_pint{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(4px);
  letter-spacing: 0.8px;
  border-radius: 10px;
  transition: all .3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
  z-index: 2;
}

.BG_social_pint{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: white;
 
  border-radius: 9px;
  pointer-events: none;
  transition: all .3s;
}

.Btn_social_pint :hover .BG_social_pint {
  transform: rotate(35deg);
  transform-origin: bottom;
}

.Btn_social_pint :hover .svgContainer_pint {
  background-color: rgba(156, 156, 156, 0.466);
}




.Btn_social_twitter a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  background-color: transparent;
  position: relative;
  /* overflow: hidden; */
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
  
}
.Btn_social_twitter  {
  
  border: none !important;
  padding:6px !important;
  background-color: unset !important;
 
}

.svgContainer_twitter {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(0px);
  letter-spacing: 0.8px;
  border-radius: 10px;
  transition: all 0.3s;
  z-index: 2;
 
  border: 1px solid rgba(156, 156, 156, 0.466);
}

.BG_soc_twitter {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #181818;
  border-radius: 10px;
  pointer-events: none;
  transition: all 0.3s;
}

.Btn_social_twitter a:hover .BG_soc_twitter {
  transform: rotate(35deg);
  transform-origin: bottom;
}

.Btn_social_twitter a:hover .svgContainer_twitter {
  background-color: rgba(156, 156, 156, 0.466);
  backdrop-filter: blur(4px);
}

.Btn_social_insta a{
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  /* overflow: hidden; */
  border-radius: 7px;
  cursor: pointer;
  transition: all .3s;
}
.Btn_social_insta  {
  
  border: none !important;
  padding:6px !important;
  background-color: unset !important;
}
.svgContainer_insta {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(4px);
  letter-spacing: 0.8px;
  border-radius: 10px;
  transition: all .3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
  z-index: 2;
}

.BG_social_insta {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  border-radius: 9px;
  pointer-events: none;
  transition: all .3s;
}

.Btn_social_insta :hover .BG_social_insta {
  transform: rotate(35deg);
  transform-origin: bottom;
}

.Btn_social_insta :hover .svgContainer_insta {
  background-color: rgba(156, 156, 156, 0.466);
}

.LinkedinBtn a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
}
.LinkedinBtn  {
  
  border: none !important;
  padding:6px !important;
  background-color: unset !important;
}

.svgContainer_link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(4px);
  letter-spacing: 1px; /* Adjusted letter spacing */
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
  z-index: 2;
}

 .BG_lik {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0077b5;
  border-radius: 9px;
  pointer-events: none;
  transition: all 0.3s;
}

.LinkedinBtn :hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Added box shadow effect */
}

.LinkedinBtn  :hover .BG_lik {
  transform: rotate(35deg);
  transform-origin: bottom;
}

.LinkedinBtn :hover .svgContainer_link {
  background-color: rgba(156, 156, 156, 0.466);
}


.Btn_social_facebook a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  /* overflow: hidden; */
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
}
.Btn_social_facebook  {
  
  border: none !important;
  padding:6px !important;
  background-color: unset !important;
}


.svgContainer_facebook {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(0px);
  letter-spacing: 0.8px;
  border-radius: 10px;
  transition: all 0.3s;
  z-index:2;
  border: 1px solid rgba(156, 156, 156, 0.466);
}

.BG_social_facebook {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #1877f2;
  border-radius: 10px;
  pointer-events: none;
  transition: all 0.3s;
}

.Btn_social_facebook:hover .BG_social_facebook {
  transform: rotate(35deg);
  transform-origin: bottom;
}

.Btn_social_facebook:hover .svgContainer_facebook {
  border: 1px solid rgba(230, 230, 230, 0.466);
  background-color: rgba(204, 204, 204, 0.466);
  backdrop-filter: blur(4px);
}


.input-wrapper {
  position: relative;
  width: 200px;
  margin: 50px auto;
}

.image-container {
    width: 100%; 
    height: 100%; 
    overflow: hidden;
    position: relative;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-top-right-radius: 12px; 
    border-bottom-right-radius: 12px;
}

.pa-c{
       padding:120px;
   }
 
 .pa-x{
       padding:130px;
   }

@media (min-width: 320px) and (max-width: 767px) {
.image-container img {
  
    border-radius: 12px; 
}

.about_us{
  
    background-color: #47AB34;
    z-index: 90;
    padding: 30px;
    margin: 0px;
   

}
.discover{
  
    background-color: #47AB34;
    z-index: 90;
    padding: 30px;
    margin: 0px;
   

}
 .tit-car{
            font-size:40px;
            font-family:'Domine' , sans-serif;
            color:white;
            
}
.par-car{
    font-size:15px;
    font-family:'Domine' , sans-serif;
       
    }
        
        
 .pa-c{
       padding:40px;
   }
  .pa-x{
       padding:40px;
   }
}

/*----------------------------------------------------
/  About Section
------------------------------------------------------*/

#about-section{
    padding-bottom:220px
}
.header-tit{
    padding:120px;
}
.card-about-service{
  width: 300px;
  height: 200px;
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #000000 0%,#000000 46%, #D21618 100%);
  border-radius: 8px;
  color: white;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  cursor: pointer;
}

.card-content-service {
  padding: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.card-content-service .card-title-service {
  font-size: 24px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}

.card-content-service .card-para-service {
  color: inherit;
  opacity: 0.8;
  font-size: 14px;
}

.card-about-service:hover {
  transform: rotateY(10deg) rotateX(10deg) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-about-service:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 1;
}

.card-about-service:hover:before {
  transform: translateX(-100%);
}

.card-about-service:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 1;
}

.card-about-service:hover:after {
  transform: translateX(100%);
}



@media (min-width: 320px) and (max-width: 767px) {
 #about-section{
    padding-bottom:20px
}
.header_about {
    
    padding: 0px; 
    margin-top: 60px;
}
.header_about_title h2{
    font-size:35px;
    padding-top:10px;
}
.header_about_title p{
      font-size:25px;
}
.title-about, .wcs h1, .title_discover{
     font-size:35px;
}
.about_us p , .discover p{
     font-size:15px;
}
}
/*----------------------------------------------------
/ 3. Services Section
------------------------------------------------------*/

section.service_section{
    padding-bottom: 100px;
}
.icon_box_1{
    display: inline-block;
    position: relative;
    width: 100%;
    background: transparent;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.icon_box_1 .back i,
.icon_box_1 .front i {
    font-size: 64px;
    line-height: 1;
    color: #FFF;
    display: block;
    margin-bottom: 17px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.icon_box_1 .back h3,
.icon_box_1 .front h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    margin: 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.icon_box_1 .flipper {
    -webkit-transform-origin: 100% 213.5px;
    -moz-transform-origin: 100% 213.5px;
    -ms-transform-origin: 100% 213.5px;
    transform-origin: 100% 213.5px;
}
.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
}
.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: rgb(10 45 74);
    z-index: 2;
    border: 2px solid rgb(10 45 74);
    padding: 48px 45px 45px;
    width: 100%;
    
       
    height: 250px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
}
.vertical .back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.back {
    background: #000000;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: relative;
    padding: 48px 45px 45px;
    border: 2px solid #000000;
    width: 100%;
    height: 250px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
}
.icon_box_1:hover .front, .icon_box_1.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.icon_box_1:hover .back, .icon_box_1.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.custom_column .col-lg-3{
    width: 20%;
}


.icon_box_1 .back h3,
.icon_box_1 .back i{
    color: #ffffff;
}





.sec_title {
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    color: #D21618;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-family: 'Domine', sans-serif;
    font-size: 44px;
}

.sub_title_service {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #D21618;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align:left;
    font-family: 'Domine', sans-serif;
   
}
.service p{
    font-size:15px;
    text-align:left;
    color : dark;
    line-height: 1.7;
}

.white {
    color: #000;
}
.is-sticky .mb-4{
    margin-bottom: 0 !important;
}
.is-sticky .my-4.logo{
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    max-width: 100px;
}
.firstc{
    padding-top: 230px;
}
.firstp{
        padding-top: 100px;
    }
    
@media (min-width: 320px) and (max-width: 767px) {
.firstp{
        padding-top: 30px;
    }
.firstc{
    padding-top:170px ;
}

}
.blueh{
    height: 128px; width: 100%; position:absolute; background: rgb(10,45,74);
}
.navbar{
    background: #D21618;
}
.searchTop{
    padding-top: 170px !important;;
}
.sticky{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #D21618;
    border-top: 1px solid #FFF;
}



/*----------------------------------------------------
/ 4. About Agency
------------------------------------------------------*/
.ab_agency{
    padding-bottom: 147px;
}
.PR_79{
    padding-right: 79px;
}
.MB_45{
    margin-bottom: 45px;
}
.ab_img1{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.ab_img1 img{
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    -2px 4px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         -2px 4px 30px 0px rgba(0, 0, 0, 0.3);
}
.ab_img2{
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 2;
}
.ab_img2:after{
    position: absolute;
    top: -40px;
    left: 40px;
    content: '';
    border: 10px solid #000000;
    width: 470px;
    height: 458px;
}
.ab_img2 img{
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: -2px 4px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    -2px 4px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         -2px 4px 35px 0px rgba(0, 0, 0, 0.3);
}



a {
    text-decoration: none;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}


.common_btn {
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #000000;
    color: #fff;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 45.5px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}


.common_btn.red_bg:hover {
    color: #fff; background: #D21618;
}

/*----------------------------------------------------
/ 18. Why Choose Us Section
------------------------------------------------------*/
.chooseUs {}

.chooseUs_title {
    margin: 0;
    padding: 0;
}

.chooseUs_title li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 33.33333333%;
    display: inline-block;
    position: relative;
    float: left;
}

.chooseUs_title li a {
    display: block;
    font-size: 20px;
    line-height: .8;
    color: #000000;
    letter-spacing: 0.80px;
    background: #f4f4f4;
    padding: 49px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.chooseUs_title li:hover a,
.chooseUs_title li.active a {
    background: #000;
    color: #fff;
}

.chose_img {
    position: relative;
    margin: 60px 0 0;
}

.chose_img img {
    width: 100%;
    height: auto;
}

.wh_choose {
    position: relative;
    margin: 51px 0 0;
}

.wh_choose p {
    margin: 0 0 25px;
}

.wh_choose ul {
    margin: 0;
    padding: 0;
}

.wh_choose ul li {
    display: block;
    line-height: 36px;
}

.wh_choose ul li i {
    font-size: 14px;
    color: #D21618;
    line-height: 32px;
    margin-right: 15px;
}




/*----------------------------------------------------
/ 13. Ready Section
------------------------------------------------------*/
.ready {
    background: #D21618;
}

.ready .sec_title {
    margin: 0;
}

.ready .common_btn {
    padding: 28px 34px;
}

.ready_2 {
    background: #000;
}

.ready_2 .sec_title {
    margin: 0;
}

.ready_2 .common_btn {
    padding: 28px 42.5px;
    background: #fff;
    color: #000;
}

/*----------------------------------------------------
/ 14. Footer Section
------------------------------------------------------*/
.footer_1 {
    position: relative;
    padding: 70px 0 0;
    background: #000000;
}

.footer_1 .widget {
    position: relative;
    padding: 0 0 50px;
}

.footer_1 .widget .widget_title {
    font-size: 18px;
    letter-spacing: .72px;
    color: #FFF;
    line-height: .8;
    margin: 0 0 10px !important;
    position: relative;
    text-transform: uppercase;
}

.footer_1 .aboutwidget {
    padding-right: 10px;
    margin-top: 0px;
}

.footer_1 .aboutwidget img {
    max-width: 100%;
    height: auto;
    margin-bottom: 34px;
}

.footer_1 .aboutwidget p {
    font-size: 14px;
    letter-spacing: 0.56px;
    color: #d3d3d3;
    margin: 0;
}

.footer_1 .contact_widgets {
    padding-left: 0px;
}

.footer_1 .contact_widgets p {
    font-size: 14px;
    letter-spacing: 0.56px;
    color: #d3d3d3;
    margin: 0;
}

.footer_1 .copyright a,
.footer_1 .contact_widgets p a {
    color: #d3d3d3;
}

.footer_1 .copyright a:hover,
.footer_1 .contact_widgets p a:hover {
    color: black;
}

.footer_1 .contact_widgets p:first-of-type {
    margin-bottom: 32px;
}

.footer_1 .social_widget ul {
    margin: 0;
    padding: 0;
}

.footer_1 .social_widget ul li {
    padding: 0;
    margin: 0 0 0;
    list-style: none;
    display: block;
}

.footer_1 .social_widget ul li a {
    font-size: 14px;
    letter-spacing: 0.56px;
    color: #d3d3d3;
    margin: 0;
    display: block;
    text-align: left;
}

.footer_1 .social_widget ul li a i {
    font-size: 16px;
    color: #fff;
    margin-right: 12px;
}

.footer_1 .social_widget ul li a:hover {
    color: #fff;
}

.footer_1 .copyright {
    border-top: 1px solid white;
    font-size: 14px;
    
    color: #d3d3d3;
    text-transform: uppercase;
    padding: 5px 0;
}










/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/
.commonSection{
    padding: 40px 0;
    position: relative;
}
.commonSection .container{
    position: relative;
    z-index: 2;
}
.grays{
    background: #f5f6fa;
}



.white{
    color: #ffffff;
}
.sec_desc{
    margin: 0 0 54px;
}

/*----------------------------------------------------
/ 11. Testimonail Section
------------------------------------------------------*/

.testimonial {
    background: url('/assets/media/pic-09.jpg') no-repeat fixed center / cover;
    padding-bottom: 113px;
}

.testimonial_content {
    position: relative;
    text-align: center;
    padding: 0 65px;
}

.testimonial_content .testi_icon {
    width: 115px;
    height: 115px;
    background: #D21618;
    text-align: center;
    display: inline-block;
    font-size: 64px;
    line-height: .8;
    color: #fff;
    padding: 25px 0;
    margin: 0 0 49px;
}

.testimonial_content h2 {
    font-size: 50px;
    line-height: 62px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 44px;
    font-family: 'Domine', sans-serif;

}

.testimonial_content h2 span {
    color: #D21618;
}

.testimonial_content p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.80px;
    margin: 0;
}






/*------------------------------------------------------------------------------
/ 4. Button Settings
------------------------------------------------------------------------------*/

.common_btn{
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #000000;
    color: #fff;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 45.5px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.common_btn span {
    position: relative;
    z-index: 2;
}
.common_btn:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.common_btn:hover:after{
    width: 100%;
}
.common_btn:hover{
    color: #000;
}
.common_btn.red_bg{
    padding: 28px 40.5px;
}
.common_btn.red_bg:after{
    background: #D21618;
}
.common_btn.red_bg:hover:after{
    width: 100%;
}
.common_btn.red_bg:hover{
    color: #fff;
}



.commentForm {
    position: relative;
}

.commentForm h3 {
    font-size: 30px;
    line-height: .8;
    letter-spacing: 1.2px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 61px;
}

.input-form {
    width: 100%;
    height: 70px;
    background: #f4f4f4;
    border: none;
    text-align: left;
    padding: 0 30px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 70px;
    color: #818181;
    margin: 0 0 30px;
    outline: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.input-form.reqError {
    border: 1px solid #e62b4a;
}

textarea.input-form {
    height: 190px;
    resize: none;
    line-height: 30px;
    padding: 21px 30px;
    margin-bottom: 21px;
}

input.input-form[type="text"]::-moz-placeholder,
input.input-form[type="email"]::-moz-placeholder,
textarea.input-form::-moz-placeholder {
    color: #818181 !important;
    opacity: 1 !important;
}

input.input-form[type="text"]::-ms-input-placeholder,
input.input-form[type="email"]::-ms-input-placeholder,
textarea.input-form::-ms-input-placeholder {
    color: #818181 !important;
    opacity: 1 !important;
}

input.input-form[type="text"]::-webkit-input-placeholder,
input.input-form[type="email"]::-webkit-input-placeholder,
textarea.input-form::-webkit-input-placeholder {
    color: #818181 !important;
    opacity: 1 !important;
}

.commentForm .common_btn.red_bg {
    padding: 28px 42.5px;
}

input.input-form:focus,
textarea.input-form:focus {
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    border-right: 4px solid #e62b4a;
    background: #fff;
}

.icon_box_2 {
    position: relative;
    width: 100%;
    background: #fff;
    border: 2px solid #f4f4f4;
    padding: 50px 65px 50px;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}
.accordion-button:not(.collapsed) {
    color: #FFF !important;
    background-color: #000000 !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.imgPicto{
    width: 20px;
    margin-right: 5px;
    vertical-align: sub;
}
ul.carOptions{
    margin: 0; padding: 0;
}
.carOptions li{
    list-style: none; display: inline-block; min-width: 42%;
}
.cars .card:hover, .option.card:hover{
    box-shadow: 1px 1px 10px 1px #CCC;
}
.sticky-button {
    position: fixed;
    background-color: #25d366;
    bottom: 10px;
    right: 10px;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 20;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.card .btn{
    color: #FFF;
}
.sticky-button svg {
    margin: auto;
    fill: #fff;
    width: 35px;
    height: 35px;
}

.sticky-button a,
.sticky-button label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 55px;
    height: 55px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.carResult:hover .card{
    box-shadow: 1px 1px 10px 1px #CCC;
}

.dropdown-menu{
    background: white ;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #000000;
}
.nav-link:focus, .nav-link:hover {
    color: #000000;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
    color: white !important;
    text-decoration: none;
    background-color: #D21618 ;
}
.infobulle {
    position: relative;
    cursor: help;
    border-bottom: 1px dotted #D21618;
    text-decoration: none;
    display: inline-block;
}

.infobulle:hover::after,
.infobulle:focus::after {
    content: attr(aria-label);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: #D21618; color: #FFF;
    padding: 5px 4px;
    min-width: 140px;
    font-size:11px; text-align: center;
    font-family: 'Domine', sans-serif;
}
ul.alert{
    padding-left: 0; margin-right: 0;
}
ul.alert li{
    padding-left: 0px;
    margin-left: 20px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: .01em;
}
.langmenu img{
    width: 20px; margin-right: 10px;
}
.filtertri{
    display: flex;
    justify-content: end;
}
.infomore ul{
    font-family: sans-serif;
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    padding: 0px 0px 0px 10px;
    margin: 10px 0px 0px;
}

div.infomore{
    font-family: sans-serif;
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    padding: 0px 0px 0px 10px;
    border-left: 1px solid rgb(71, 171, 51);
    margin: 10px 0px 0px;
}

form.book input{
    border: none;
    border-bottom: 1px solid #D21618;
    border-radius: 0;
    padding-left: 0;
}
form.book textarea{
    border: none;
    border-bottom: 1px solid #D21618;
    border-radius: 0;
    padding-left: 0;
}
form.book label{
    padding-left: 0 !important;
    padding-top: 5px !important;
}
form.book .form-floating>.form-control-plaintext:focus, form.book .form-floating>.form-control-plaintext:not(:placeholder-shown),
form.book .form-floating>.form-control:focus, form.book .form-floating>.form-control:not(:placeholder-shown){
    padding-left: 3px !important;
}
.iti {
    display: block !important;
}
.option.card h5 {
    font-size: 1em;
    min-height: 40px;
}
.text-small{
    font-size: 11px;
    font-family:  'Josefin Sans', sans-serif;
    line-height: 16px;
}
ul.steps{
    margin: 0; padding: 0; position: relative; display: flex; justify-content: space-between;
}
ul.steps::before{
    border-bottom: 1px solid #CCC !important; width: 100%; position: absolute; height: 10px; left: 0; bottom: 4px;
    z-index: -1; content: '';
}
ul.steps li{
    list-style: none;
    color: #D21618;
    font-weight: bold;
    font-size: 26px !important;
}
ul.steps li span{
    color: #D21618; text-transform: uppercase; font-weight: normal; font-size: 26px !important;
}
ul.steps li.active {
    color: #000000; text-transform: uppercase; font-weight: normal; background: #FFF; z-index: 9; height: 30px; font-size: 22px !important;
}
ul.steps li.active span{
    color: #000000; text-transform: uppercase; font-weight: normal; font-size: 26px;
}


.glow-on-hover {
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #000000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #ff9d00, #fff0b7, #FFF);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}


.glow-on-hover:after {
    background: #000;
}

.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.outerdiv
{
	width: 100%;
    min-height: 100vh;
    background: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerdiv
{
	transform: scale(0.9);
	margin: 1rem;
	display: grid;
	grid-gap: 1.5rem;
	grid-template-rows: repeat(2,22rem);
	grid-template-columns: repeat(4,17rem);
}
.eachdiv
{
	padding: 1rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: white;
}
.div1
{
	background: #00509d;
    grid-column: 1/3;
    grid-row: 1/2;
  
    background-repeat: no-repeat;
    background-position-x: 25rem;
}
.div2
{
	background:#000000;
    grid-column: 3/4;
    grid-row: 1/2;
}
.div3
{
	background: white;
    grid-column: 4/5;
    grid-row: 1/3;
    color: black;
}
.div4
{
	background: white;
	grid-column: 1/2;
    grid-row: 2/3;
    color: black;
}
.div5
{
	background: #18202D;
	grid-column: 2/4;
    grid-row: 2/3;
}
.userdetails
{
	display: flex;
}
.imgbox
{
	margin-right: 1rem;
}
.imgbox img
{
	border-radius: 50%;
	width: 2rem;
	border: 2px solid #cec5c5;
}
.detbox
{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.detbox p
{
	margin: 0;
}
.detbox .name
{
	color: hsl(0, 0%, 81%);
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}
.detbox .name.dark
{
	color: #49505A;
}
.detbox .designation
{
	color: hsl(0, 0%, 81%);
    opacity: 50%;
    font-size: 0.8rem;
}
.detbox .designation.dark
{
	color: #49505A;
}
.review h4
{
	font-size: 1.4rem;
	color: #FFFF;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.review.dark h4{
	color:#4B5258;
}
.review p
{
	font-size: 0.95rem;
    color: #FFFF;
    font-weight: 500;
    opacity: 80%;
    line-height: 1.5;
}
.review.dark p{
	color: #0e0e0e;
}
.attribution
{
	font-size: 1rem;
    line-height: 1.5;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-align: right;
}
.attribution a
{
	text-decoration: none;
}

/* Pour l'arabe */
[lang='ar'] .hero {
    background: url('/assets/banhome.png') top right; /* Nouvelle image pour l'arabe */
    background-size: cover;
}

.size p {
    font-size: 16px;
    text-align: left;
    margin-top: 8px;
}

[lang='ar'] .size p {
    font-size: 16px;
    text-align: right;
    margin-top: 8px;
}

[lang='ar'] .form-select {
    
background-position: left .75rem center !important;
   
}

[lang='ar'] .accordion-button::after {
    margin-left: 0; /* Ajoutez un espacement automatique à gauche pour pousser l'icône vers la droite */
    margin-right: auto;   /* Enlevez la marge à droite */
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

[lang='ar'] .modal-header .btn-close , [lang='ar'] .offcanvas-header .btn-close  {
    margin-left: 0; /* Ajoutez un espacement automatique à gauche pour pousser l'icône vers la droite */
    margin-right: auto;   /* Enlevez la marge à droite */
}

[lang='ar'] .form-check .form-check-input {
    float: right !important;
    margin-left: 0 em !important; 
}


[lang='ar'] .check_book {
    margin:7px 10px 10px 10px;
    border: 1px solid #000 !important;
} 

.check_book {
   margin:7px 10px 0px -23px; border: 1px solid #000 !important;

} 

[lang='ar'] .contact_title{
     font-size: 44px;
    line-height: 60px;
    font-weight: 400;
    text-align:right;
    color:#47ab33 ;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-family: 'Domine', sans-serif;
    font-size: 44px;
}
[lang='ar'] .contact_p{
    text-align:right ;
}
[lang='ar'] .footer_1 .aboutwidget {
    padding-right: 0px !important;
    margin-top: -8px;
}

[lang='ar'] .footer_1 .social_widget ul li a {
   
    text-align: right;
}

[lang='ar'] .form-floating>label {
   
    left: unset !important;
    
}

@media only screen and (max-width: 1000px)
{
	.innerdiv
	{
		transform: scale(0.7);
	}
}
@media only screen and (max-width: 800px)
{
	.innerdiv
	{
		transform: scale(0.6);
	}
}
@media only screen and (max-width: 600px)
{
	.div1 {
		background-position-x: 10rem;
	}
	.innerdiv
	{
		display: flex; 
		flex-direction: column;
		transform: scale(1);
		margin: 2rem;
		margin-bottom: 5rem;
	}
	.attribution
	{
		position: relative;
	}
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}



@media (min-width: 768px) and (max-width: 991px){
    .separation{
        border-right: none !important;
    }
    .ab_img2:after{
        display: none;
    }
    .ab_img1, .ab_img2{
        position: relative; width: 49%; top: 0; display: inline-block;
    }
}


@media (min-width: 320px) and (max-width: 767px) {
    .filtertri {
        display: flex;
        justify-content: space-between;

    }

    .searchTop {
        padding-top: 110px !important;
    }

    .hero {
        
        height: auto;
        background: white;
        min-height:750px;
    }
    
 

    .separation {
        border-right: none !important;
    }

    #searchForm {
        background-color:black !important;
     }
     
     #reservationSearchForm{
           background-color:black !important;
     }

    section.service_section {
        padding-bottom: 0;
    }

    .blueh {
        height: 105px;
        width: 100%;
        position: absolute;
        background: rgb(10, 45, 74);
    }

 
   

    .custom_column .col-lg-3 {
        width: 100%;
    }

    .hero {
        clip-path: none;
    }

    .logo {
     width:100%;
     height:100%;
    }

    .commonSection {
        padding: 0px 0;
        position: relative;
    }

    .carOptions li {
        list-style: none;
        display: inline-block;
        min-width: 32%;
    }

    .footer_1 .widget.social_widget {
        padding-bottom: 40px;
    }

    .footer_1 .widget .widget_title {
        font-size: 18px;
        letter-spacing: .72px;
        color: #FFF;
        line-height: .8;
        margin: 0 0 24px;
        position: relative;
        text-transform: uppercase;
    }

    .footer_1 {
        position: relative;
        padding: 60px 0 0;
        background: #D21618;
    }

    .footer_1 .aboutwidget {
        padding-right: 0;
        margin-top: -8px;
    }

    .footer_1 .widget {
        position: relative;
        padding: 0 0 60px;
    }

    .commonSection {
        padding: 0px 0;
        position: relative;
    }

    .ready_2 .common_btn, .ready .common_btn {
        float: left;
        margin-top: 30px;
    }

    .sec_title {
        font-size: 34px;
        letter-spacing: 1px;
        line-height: 50px;
    }

    .testimonial_content {
        padding: 0;
    }

    .testimonial_content h2 {
        font-size: 36px;
        letter-spacing: 1px;
        line-height: 50px;
    }

    .logo2 {
        left: 15px;
        top: 20px;
    }

    .sec_title {
        font-size: 34px;
        letter-spacing: 1px;
        line-height: 50px;
    }

    .sec_title br {
        display: none;
    }

    .sec_desc br {
        display: none;
    }

    .custom_column .col-lg-3 {
        width: 100%;
    }

    .icon_box_1 {
        margin-bottom: 30px;
    }

    .PR_79 {
        padding-right: 15px;
        text-align: center;
    }

    .ab_img1 {
        position: relative;
        margin: 50px 0 0;
    }

    .ab_img2 {
        position: relative;
        top: 30px;
    }

    .ab_img2:after {
        display: none;
    }

    .ab_img2 img,
    .ab_img1 img {
        width: 100%;
    }

    .BR {
        border-right: none;
    }

    .CL_content img {
        width: 100%;
    }

    .abc_inner {
        margin-top: 0;
    }

    .abci_content {
        margin-left: 0;
        padding: 50px 0 0;
    }

    .abci_content h2 {
        font-size: 36px;
        letter-spacing: 1px;
        line-height: 50px;
    }

    .team_slider .slick-slide {
        margin: 0 10px;
    }

    .singleTM:hover .tm_overlay a.common_btn,
    .singleTM:hover .team_social {
        left: 40px;
    }

    .testimonial_content {
        padding: 0;
    }

    .testimonial_content h2 {
        font-size: 36px;
        letter-spacing: 1px;
        line-height: 50px;
    }

    .testimonial_content p br {
        display: none;
    }

    .lbi_details {
        padding: 30px 10px 0;
    }

    .lbi_details h2 {
        font-size: 22px;
    }

    .ready_2 .common_btn,
    .ready .common_btn {
        float: left;
        margin-top: 30px;
    }

    .footer_1 .aboutwidget {
        padding-right: 0;
        margin-top: 0;
    }

    .footer_1 .widget {
        padding-bottom: 40px;
        padding-left: 0;
    }

    .footer_1 .contact_widgets p:first-of-type {
        margin-bottom: 15px;
    }

    .footer_1 .widget.social_widget {
        padding-bottom: 80px;
    }

    .icon_box_2 {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .features_content {
        padding-right: 0;
    }

    .singleFeature:last-child {
        margin-bottom: 56px;
    }

    .features_img {
        padding-right: 15px;
    }

    .features_img img {
        width: 100%;
    }

    .img_details {
        padding: 15px;
    }

    .img_details h4 {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 24px;
    }

    .dots_owl {
        right: 30px;
    }

    .testimoniTab ul li a .author_detail h5 {
        line-height: 22px;
    }

    .testi_con {
        padding-top: 100px;
    }

    .chooseUs_title li {
        width: 100%;
    }

    .chooseUs_title li a {
        padding: 32px 0;
        font-size: 18px;
    }

    .wh_choose ul li {
        line-height: 20px;
        margin-bottom: 10px;
    }

    .single_wedo {
        margin-bottom: 30px;
    }

    .gmap {
        height: 300px;
    }

    .btn_link a {
        height: 100px;
        padding: 41px 0;
        font-size: 20px;
    }

    .singleClient_2 {
        margin-bottom: 30px;
    }

    .banner_content h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .serviceArea h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .serviceArea h3 {
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .serviceArea ul {
        margin: 0 0 30px;
    }

    .sidebar {
        margin-top: 50px;
    }

    .sidebar .widget_title {
        padding-left: 28px;
    }

    .meipaly_services_help,
    .meipaly_post_widget,
    .meipaly_tagcloude_widget,
    .meipaly_categorie_widget {
        padding-left: 30px;
        padding-right: 30px;
    }

    .folio_mixing {
        margin-bottom: 50px;
    }

    .folio_mixing ul li {
        margin-bottom: 20px;
    }

    .custom .mix {
        width: 100%;
    }

    .blog_headings {
        padding: 30px 10px 0;
    }

    .blog_headings h2 {
        font-size: 30px;
    }

    .blog_headings .blog_metas a {
        margin: 0 5px;
    }

    .blog_details {
        padding-left: 20px;
        padding-right: 20px;
    }

    .post_author {
        padding-left: 20px;
        padding-right: 15px;
        padding-top: 150px;
    }

    .post_author img {
        width: 100px;
        height: 110px;
        left: 20px;
        right: auto;
        top: 20px;
        bottom: auto;
    }

    .post_author h3 {
        margin-bottom: 20px;
    }

    .single-comment img {
        width: 75px;
        height: 80px;
    }

    .single-comment {
        padding-left: 85px;
        padding-right: 0;
        padding-bottom: 100px;
    }

    .single-comment .common_btn.red_bg {
        left: 85px;
        right: auto;
        bottom: 30px;
        top: auto;
    }

    .single-comment .authorDetails span {
        margin-bottom: 10px;
    }

    .sidebar .widget form.searchform input {
        padding: 0 30px;
    }

    .mpw_item a {
        font-size: 15px;
    }

    .agency_img1 {
        margin-top: 45px;
    }

    .agency_img2 {
        margin: 30px 0 40px;
    }

    .agency_img1:after {
        display: none;
    }

    .compay_date {
        position: relative;
        bottom: 0;
        left: 0;
        text-align: center;
    }

    .videoWrap_2 {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }

    .ab_detail_wrap {
        padding: 0;
        text-align: center;
    }


    .showit {
        right: 20px;
        bottom: 20px;
    }

    .option.card img {
        max-width: 80px;
        max-height: 70px;
    }

    .option.card h5 {
        font-size: 1em;
        min-height: 40px;
    }

    .option.card a {
        font-size: 11px;
    }
    .option.card h5{
        text-align: center;
    }
    .more.btn{
        color: #D21618;
        text-align: center;
        margin: auto;
        display: block;
    }
    .option .card-body img{
        display: block; margin: auto;
    }
     [lang='ar'] .moreinfofranchise {
     right:260px !important;
}
}