@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


*{
margin:0;
padding:0;
box-sizing: border-box;
}
body{
background-color:#fff;
color:#000;
font-family: "Raleway", sans-serif;
font-weight: 400;
}

p {
    font-family: "Raleway", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 20px;
}
ul{
list-style:none;
margin:0;
padding:0;

}
strong{
	font-family: "Raleway", sans-serif;
  font-weight: 700;

	}
btn{
font-size:12px;
font-weight: 400;
color: #000;
border-radius: 0.25rem;
font-size: .75rem;
font-style: normal;
height: 2rem;
letter-spacing: .075rem;
line-height: normal;
min-width: 8rem;
padding: 0 0.625rem;
text-transform: uppercase;
transition: all .5s ease;
}
.btn-secondary{
background-color: #9e005d;
    border: 0;
    border-radius:0px;
    padding: 7px 35px;
    font-size: 18px;
	text-transform: uppercase;
	transition: all .5s ease;
}
.btn-secondary:focus{
	 border-color: #000;
	background-color:#000;
	}
.btn-secondary:hover{
background-color:#000;
}
.btn-primary{
background-color: #000;
    border: 0;
    border-radius:0px;
    padding: 7px 35px;
    font-size: 18px;
	text-transform: uppercase;
	transition: all .5s ease;
}
.btn-primary:focus{
	 border-color: #9e005d;
	background-color:#9e005d;
	}
.btn-primary:hover{
background-color:#9e005d;
}
.heading1{
font-weight: 700;
    text-transform: capitalize;
    font-size: 34px;
position:relative;
font-family: "Raleway", sans-serif;
}
.heading1:before{
position: absolute;
content: "";
width: 120px;
height: 2px;
background-color: #9e005d;
bottom: -8px;
left: 50%;
transform: translate(-50%, 0);
animation: border 3s linear infinite;
}
@keyframes border {
  0% {
    width: 0%;
  }
  100% {
     width: 120px;
  }
}
h1{
font-weight:700;
font-family: "Raleway", sans-serif;
}
h2{
font-weight:700;
font-family: "Raleway", sans-serif;
}
h3{
font-weight:700;
font-family: "Raleway", sans-serif;
}
h4{
font-weight:700;
font-family: "Raleway", sans-serif;
}
h5{
font-weight:700;
font-family: "Raleway", sans-serif;
}
h6{
font-weight:700;
font-family: "Raleway", sans-serif;
}
a{
text-decoration: none;
}

.fw-500{
	font-weight: 500;
	}

.section-title{
max-width: 900px;
margin: 0 auto;
text-align: center;
}
.section-title h2{
color: #212322;
font-size: 2rem;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 0.5rem;
text-align: center;
position:relative;
}
.section-title h2:after{
content: "";
height: 1px;
width: 100px;
background-color: #a7a9a8;
display: inline-block;
position: absolute;
bottom: -14px;
left: 50%;
transform: translate(-50%, 0%);
}
html {
  scroll-behavior: smooth;
}
.mt-50{
margin-top:50px;
}
.p-24{
padding:0 24px;
}

.p-60{
padding-top:60px;
padding-bottom:60px;
}
.m-60{
margin-top:60px;
margin-bottom:60px;
}

.img-responsive{
max-width:100%;
}

.title-color{
color: #000;
    font-weight: 700;
}
.bg-white{
background-color:#fff;
}
.bg-light-blue{
background-color: #f8fdd2;
}
.bg-grey{
background-color: #e9edf1;
}
.bg-black{
	background-color:#363737;
	}
/*Header Section css*/
header{
padding: 8px 20px;
    position: fixed;
    top: 33px;
    z-index: 50;
    width: 100%;
	transition: all .2s ease;
	background: #fff;
}
.top-contact{
	display: flex;
    flex-direction: column;
    position: fixed;
    top: 35%;
    z-index: 99;
    gap: 10px;
    right: 0;
	}
	.top-contact a{
		color:#fff;
		}
.top-contact li a{
	padding: 10px;
    background-color: #9e005d;
    display: inline-block;
	font-size: 30px;
	position:relative;
	color:#fff;
	}
	
	.top-contact li a .text{
	display:none;
	position: absolute;
    left: -107px;
    top: 0;
    padding: 10px;
    font-size: 20px;
    background-color: #000;
	}
.top-contact li a:hover .text{
	display:block;
	}	
	.top-contact li .whatsapp-link{
	font-size: 34px;
	}
	.top-contact li .whatsapp-link .text{
	left: -128px;
    padding: 12px;
	}
.sticky-header{
position: sticky;
top: 0;
z-index: 50;
background: inherit;
background-color: #fff;
width: 100%;
box-shadow: 0px 3px 8px 0px #ccc;
transition: all .5s ease;
}
.heading span{
color: #dc7202;
}
header .navbar-bl{
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}

.nav-items{
display: flex;
align-items: center;
justify-content: space-between;
list-style: none;
margin: 0;
padding: 0;
gap: 10px;
}
@media(min-width:1300px){
	.nav-items{
gap: 24px;
}
	}
.navbar-bl .menu{
display:none;
}
.nav-items .item{
padding: 0px;
font-size: 13px;
font-weight: 600;
position: relative;
transition: all .2s ease;
padding: 7px;
}
.nav-items .item:before{
		content:"";
		width:0%;
		height:2px;
		transition: all .2s ease;
		background-color:#9e005d;
		display:inline-block;
		position:absolute;
		bottom:0;
		left:0;
		}
.nav-items .item:hover:before{
width:100%;
}
.nav-items .item:hover .nav-item {
	color:#9e005d;
	}
.nav-items .item a{
font-size: 16px;
font-weight: 600;
position: relative;
transition: all .2s ease;
}

.nav-items .item a:hover{
transition: all .2s ease;
}

.nav-dropdown-menu ul li a:hover {
    background-color: #9e005d;
	color: #fff;
}

.nav-dropdown-menu .dropdown-item:hover {
    background-color: #9e005d;
	color: #fff;
}
.dropdown-toggle:hover{
color:#9e005d;
}
header .logo{
position: relative;
top: 0px;
font-size: 36px;
color: #fff;
font-weight: 700;
transition: all .2s ease;
line-height: 1;
}
header .logo p{
	margin-bottom:0;
	}
header .logo.small{
	font-size: 30px;
	transition: all .2s ease;

	}
.sticky-header .logo{
	color: #000;
	}
header .logo span{
color:#9e005d;
}
.logo img{
max-width: 290px;

}

header .item .nav-item{
text-decoration: none;
font-size: 16px;
color: #000;
}
.sticky-header .item .nav-item{
	color: #000;
	}
.nav-items .item a.btn{
background-color: #dc7202;
color:#fff;
border-radius: 30px;
border: 0;
padding: 8px 10px;
transition: all .2s ease;
}
.navbar-bl .dropdown-item{
background-color: transparent;
}
header .item .dropdown-menu{
border:none;
box-shadow: 0px 7px 10px 1px #ccc;
}
.item .dropdown-menu {
padding: 0px;
}


.dropdown-li .nav-item:after{
border: none;
content: "\f107";
font-family: FontAwesome;
font-weight: 900;
vertical-align: middle;
position: absolute;
right: -13px;
top: 2px;
font-size: 14px;
}
.top-nav-bg{
	background-color: #9e005d;
	padding: 5px 30px;
	}
.top-nav{
font-size: 12px;
color: #fff;

display: flex;
align-items: center;
justify-content: space-between;
}
.top-nav a{
color: #fff;
font-size: 16px;
    font-weight: 600;

}
.top-nav .social-link{
display: flex;
align-items: center;
gap:5px;
}

.top-nav .social-link li {
padding: 0.3vw 0.8vw 0.5vw 0.5vw;
    line-height: 1.5em;
    text-align: left;
    text-decoration: none;
}




.top-nav .social-link a:hover{
color:#f7931e;
}






.dropdown-menu{
padding: 0;
}



.dropdown-toggle::after {
content:"";
background-image:url(../images/icons/white-arrow.svg);
background-repeat:no-repeat;
background-size:contain;
width: 24px;
height: 24px;
display:inline-block;
border: 0;
filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(3004%) hue-rotate(83deg) brightness(103%) contrast(103%);
transform: rotate(180deg);
position: relative;
top: 8px;
}
.top-nav .contact li{
margin-right: 5px;
}
.top-nav-item{
	display: flex;
    align-items: center;
    gap: 13px;
	
	}
	
	.top-nav-item li {
padding: 0.3vw 0.8vw 0.5vw 0.5vw;
    line-height: 1.5em;
    text-align: left;
    text-decoration: none;
}

	
	.top-nav-item a{
	font-size: 20px;	
		}
		.top-nav-item a:hover{
	color:#fff;
		}
	.top-nav-item .nav-item:hover{
		color: #ff9800;
		}

.navbar-mob-bl .menu .fa-bars{
font-size: 26px;
color: #000;
}
.sticky-header .navbar-mob-bl .menu .fa-bars{
	color:#000;
	}
.navbar-bl .dropdown-li{
position: relative;
width:auto;

}
.nav-dropdown-menu{
position: absolute;
top: 38px;
left: 0;
height:0%;
background-color: #fff;
display:none;
transition: all .5s ease;
}
.dropdown-li:hover .nav-dropdown-menu{
display:block;
height: auto;
transition: all .8s ease;
}
@media(max-width:1200px){
	.nav-items .item {
    padding: 7px 10px;
}
header .logo {
    font-size: 30px;
}
.nav-items {
    gap: 3px;
}
	}

@media(min-width:1101px){
	
.navbar-bl{
display:block;
}
.navbar-mob-bl{
display:none;
}
.nav-dropdown-menu .dropdown-item:before{
		content:"";
		width:0%;
		transition: all .2s ease;
		background-color:#9e005d;
		display:inline-block;
		position:absolute;
		bottom:0;
		left:0;
		}
.nav-dropdown-menu .dropdown-item:hover:before{
width:100%;
}
.nav-dropdown-menu .dropdown-item:hover{
color:#fff;
}
}
@media(max-width:1100px){
	.nav-items{
display:none;
position: absolute;
top: 40px;
background-color: #fff;
width: 100%;
}
.nav-items li{
padding: 5px !important;
}
.navbar-bl .menu{
display:block;
}
.nav-items.show{
display:block;
}
	.top-nav {
    padding: 5px 0;
}
	.social-link{
		display:none !important;
		}
		.top-contact{
			display: flex;
    flex-direction: row;
    position: relative;
    top: 0;
    z-index: 99;
    gap: 10px;
    right: 0;
			}
			.top-contact li a {
				padding: 0;
    background-color: transparent;
    display: inline-block;
    font-size: 20px;
    position: relative;
	color: #000;
}
.top-contact li .whatsapp-link  {
    font-size: 20px;
}
header .item:hover {
background-color: transparent;
color:#000;
}
header {
padding: 5px 15px;
}
.navbar-mob-bl{
display: flex;
justify-content: space-between;
align-items: center;
}
.navbar-bl{
display:none !important;
}
.navbar-mob-bl  .nav-items{
display: none;
position: absolute;
top: 70px;
background-color: #fff;
width: 100%;
left: 0;
padding: 10px 30px;
}
.nav-items .item a {
    color: #000 !important;
}
.navbar-mob-bl .item{
padding: 7px 0px;
}
.navbar-mob-bl  .nav-items.show{
display: block;
}
.navbar-mob-bl .dropdown-menu{
box-shadow: inherit !important;
position:relative !important;
width:100%;
transform: translate3d(0px, 0px, 0px) !important;
}
.navbar-mob-bl .dropdown-item{
border-bottom:1px solid #ccc;

}
.navbar-mob-bl .nav-items li::marker {
display:none;
}
}

@media(max-width:767px){
	header {
    top: 42px;
}

.top-nav .social-link span{
display:none;
}
.newaletter .img {
justify-content: center;
}
.top-nav{
	justify-content:center;
	gap:12px;
	}
	.btn-secondary {
    padding: 8px 30px;
}
header .logo {
    font-size: 30px;
}
}
/* Banner Section CSS*/

.banner-bl {
margin-top:105px;
}


.banner-bl .slider-item{
width:100%;
display:block;
position:relative;
}
.banner-bl .slider-item img{
max-width:100%;
height:100%;
object-fit:cover;
	}

.slider-item img{
max-width:100%;
object-position: center;
height: 100%;
}
.banner-slider .owl-nav button span {
top: -19px;
}

.banner-text{
color:#fff;
position:absolute;
bottom:50%;
left:50%;
text-align: center;
max-width: 1000px;
transform: translate(-50%, 50%);
z-index:1;
overflow: hidden;
}
.split-text-container {
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
}

.text-part {
    display: inline-block;
    position: relative;
    transform: translateX(0);
    animation-duration: 6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.text-part.left {
    transform: translateX(-200%);
    animation-name: slide-in-left;
}

.text-part.right {
    transform: translateX(200%);
    animation-name: slide-in-right;
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(0);
    }
}
.banner-text p{
font-size:18px;
font-weight:600;
}
.banner-text p span {
    width: 7px;
    height: 7px;
    background-color: #9e005d;
    border-radius: 50%;
    display: inline-block;
	position:relative;
	top:-2px;
}
.banner-text h1{
font-size:36px;
}
.banner-text h1 span{
color:#9e005d;
}
.banner-text .btn-secondary{
	font-size:24px;
	padding: 10px 35px;
	}

.banner img{
width:100%;
height:50vhpx;
display:block;
}
.banner-bl .owl-dots{
					position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0);
					}
		.banner-bl .owl-dots .owl-dot{
			width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #fff !important;
    border-radius: 50%;
    margin-right: 5px;
	border:1px solid #ccc;
			}
			.banner-bl .owl-dots .owl-dot.active{
				background-color: #9e005d !important;
				}
				
				
				/* Center the nav arrows vertically */
.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none; /* allow buttons only to be interactive */
}

/* Style the arrow buttons */
.banner-slider .owl-nav button.owl-prev,
.banner-slider .owl-nav button.owl-next {
  border: none;
  color: #fff;
  font-size: 60px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: background 0.3s;
  cursor: pointer;
}



/* Remove span override if any */
.banner-slider .owl-nav button span {
  line-height: 1;
}



.tempo-banner img{
	width:100%;
	height:100%;
	}
/*footer section*/
#scroll-to-top{
	width:45px;
	height:45px;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color:#9e005d;
	 border-radius: 50%;
	 position:fixed;
	 bottom:30px;
	 right:5px;
	 font-size: 26px;
	 color:#fff;
	     z-index: 50;
	}
	#scroll-to-top:hover{
		background-color:#000;
		}
footer{
font-family: "Raleway", sans-serif;

}
footer li{
margin-bottom:5px;

}
footer{
background-color:#000;
color:#fff;
}
.footer-top{
	border-bottom: 1px solid #ccc;
	}
.footer-head{
justify-content: space-between;
display: flex;
align-items: center;
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
gap: 20px;
flex-wrap: wrap;
}

footer .logo span{
	color:#9e005d;
	}
	
	
	
	
footer .footer-bottom{
background-color:#ff9800;
color:#fff;
padding: 10px 0;
}
footer h5 a{
font-family: "Raleway", sans-serif;
font-size: 20PX;
display: block;
color: #FFF;
text-transform: uppercase;
letter-spacing: 0;
font-weight: 400;
padding-bottom: 5px;
margin-bottom: 0;
}
footer a{
font-family: "Raleway", sans-serif;
color:#fff;
text-decoration: none;
position:relative;
transition: all .2s ease;
font-size: 15px;
font-weight: 400;
font-style: normal;
line-height: 1.7em;
margin-bottom: 0;
font-weight: 500;
border-bottom: 1px solid transparent;
}
footer a:hover{
color: #f7931e;
}
.footer-bottom-link{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
padding:0 30px;
}

.ft-contact .logo{
font-size:40px;
color: #fff;
font-weight: 700;
transition: all .2s ease;
line-height: 1;
display: block;
}

.ft-contact p {
color: #fff;
}


	
.ft-contact .logo:hover{
color: #fff;
border-bottom: 1px solid transparent;
}

.social-links{
display: flex;
align-items: center;
gap: 10px;
    justify-content: center;
}
footer .links{
	display: flex;
    align-items: center;
    gap: 10px;
	}
	footer .links li{
		padding-right: 10px;
		border-right: 1px solid #fff;
		}
		footer .links li a{
		    line-height: 1;
		}
.social-links a{
	color:#000;
	}
.copyright p{
margin:0;
}
footer .social-links a{
color: #fff;
font-size: 16px;
}
footer .social-links a:hover{
border-bottom: 1px solid transparent;
}

footer .contact i{
margin-right: 5px;
}
footer.contact a{
color: #fff;
}
.taxi-animation {
  position: relative;
    width: 100%;
    height: 72px;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
    transform: translate(0, 0%);
}
.taxi-animation .taxi-bg{
	position: absolute;
    bottom: 0px;
    width: 100%;
	display: flex;
    justify-content: end;
    align-items: center;
	}
	.taxi-animation .taxi-bg .place{
		max-width: 100%;
    height: 60px;
	display:inline-block;
	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(265deg) brightness(106%) contrast(98%);
		}
.taxi-animation .taxi {
  position: absolute;
  width: 100px; 
  animation: drive 6s linear infinite;
  z-index: 1;
      bottom: 0%;
}

@keyframes drive {
  0% {
    right: 100%;
  }
  100% {
    right: -100px; 
  }
}

/*.inner-banner-bl{
width:100%;
height:60vh;
}
.inner-banner-bl img{
width:100%;
height:100%;
object-fit:cover;
}*/


.welcome-img{
border-radius: 15px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
	    margin-bottom: 20px;
}

.welcome-img img{
	height: 100%;
    width: 100%;
	object-fit: cover;
	}
	@media(max-width:992px){
		.welcome-img .img2{
			display:none;
			}
			.welcome-img img{
				object-position: top;
				}
	}
.welcome-bl .title-color{
	    color: #9e005d;
    font-size: 48px;
    text-transform: uppercase;
	}
	
	.service-bl{
		background-color:#2c2b2b;
		}
		
	
		.service-item{
			background-color: #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
	height:100%;
			}
				.service-item .ser-text{
					padding: 10px;
					}
					.ser-text h4{
						font-size:22px;
						}
					.service-item .ser-img{
						overflow: hidden;
    display: block;
						}
						.btn-group{
							gap: 10px;
							margin: 15px 0;
							margin-top: 5px;
							}
							 .btn-group .btn-secondary{
							padding: 10px;
							font-size: 28px;
							}
						
					.ser-text	hr {
    margin: 10px 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}
					.service-item .ser-img img{
						transform: scale(1);
						transition: all .5s ease;
						width: 100%;
						overflow:hidden;
						}
					.service-item:hover .ser-img img{
						transform: scale(1.05);
						overflow:hidden;
						}
						.trip-item{
							text-align: center;
							position:relative;
							box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
					transition: all .5s ease;
						height: 100%;
							}
							.trip-item:before{
								content:"";
								height:70%;
								width:100%;
								background-color:#9e005d;
								position:absolute;
								bottom:0%;
								left:0;
								z-index: -1;
								transition: all .5s ease;
								}
								.trip-item:hover:before{
									height:100%;
									}
						.trip-item .trip-img{
							border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: 0 auto;
							}
							.trip-item .trip-img img{
							border-radius: 50%;
    overflow: hidden;
    height: 100%;
    width: 100%;
	object-fit: cover;
							}
							.trip-text{
								padding:10px;
								color: #fff;
							
								}
								
									.trip-text h4 {
								color: #fff;
							
								}
								
									.trip-text p {
								color: #fff;
							
								}
								
								
.feature-bl {
  background-color: #f5eded;
  padding: 60px 0;
}

.feature-text .heading1 {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 34px;
  margin-bottom: 30px;
}

.feature-text .title-color {
  color: #9e005d;
  font-weight: 700;
}

.feature-img {
  position: relative;
}

.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.feat-big-img {
  padding-right: 50px;
}

.feat-small-img {
  border-radius: 20px;
  overflow: hidden;
  width: 200px;
  height: 250px;
  position: absolute;
  bottom: -10%;
  right: 0;
  box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
}

.feature-list li:hover {
  background-color: #9e005d;
  transform: translateY(-5px);
}

.feature-list li:hover .text-wrap strong,
.feature-list li:hover .text-wrap p {
  color: #fff;
}

.feature-list li:hover .icon-wrap img {
  transform: scale(1.1) rotate(10deg);
  filter: brightness(1.2);
}

.icon-wrap {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: #f3dbe2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
}

.icon-wrap img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.text-wrap strong {
  font-size: 25px;
  color: #000;
  display: block;
  margin-bottom: 0px;
  transition: all 0.3s ease;
}

.text-wrap p {
  color: #000;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.3s ease;
}

												@media(max-width:767px){
													.feat-small-img{
														display:none;
														}
														.feat-big-img{
	padding-right: 0px;
	
									}
									
									
													}
													
.pack-item{
	box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
	}													
		.pack-item .pack-text{
			padding:10px;
			}	
			.pack-img{
				height:240px;
				}
				.pack-img img{
				height:100%;
				width:100%;
				object-fit:cover;
				}
			.package-slider .owl-dots{
					position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, 0);
					}
		.package-slider .owl-dots .owl-dot{
			width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #fff !important;
    border-radius: 50%;
    margin-right: 5px;
	border:1px solid #ccc;
			}
			.package-slider .owl-dots .owl-dot.active{
				background-color: #9e005d !important;
				}
				.packages-bl .heading1:before{
					display:none;
					}
				.packages-bl .nav {
gap: 15px;
    align-items: center;
    justify-content: center;
}
				.packages-bl  .nav-pills .nav-link {
					color:#000;
					font-size: 18px;
    text-transform: uppercase;
	border-radius: 0;
	padding: 0;
	font-weight:bold;
					}
					.packages-bl  .nav-pills .nav-item .btn-secondary.active {
					color: #fff;
    background-color: #000;
    border-color: #000;
					}
			/*.packages-bl .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ff9800;
    
    border-bottom: 2px solid #ff9800;
    background-color: transparent;
    
	
}*/
.book-now-bl .head h4{
	color:#9e005d;
					font-size: 16px;
	}
.book-now-bl .head{
	max-width: 600px;
    margin: 0 auto;
    text-align: center;
	}
	.book-now-bl img{
    width: 100%;
    border: 15px solid #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
		}
	.book-now-bl .head h2:before{
		background-color: #9e005d;
		}
	
	.contact-item{
		text-align: center;
		margin-bottom: 20px;
		}
		.contact-item span{
			width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #9e005d;
	color: #fff;
    font-size: 24px;
	margin: 0 auto;
    margin-bottom: 20px;
			}
		.contact-item p{
		font-family: calibri;
		margin-bottom:0;
		}
		
		
		.contact-item p a {
	color: #000;
		}
		
			.contact-item p a:hover {
	color: #9e005d;
		}
		
		.contact-item h6 {
    color: #9e005d;
    font-size: 22px;
}
.contact-detail{
	column-count: 3;
    column-gap: 30px;
    column-rule: 2px solid #ccc;
    padding: 5px 0;
	}
	@media(max-width:767px){
		.contact-detail{
	column-count: 1;
    column-gap: 0;
    column-rule: 0px solid #ccc;
    padding: 5px 0;
	}
		}
	.contact-form{
		background-color: #fff;
    padding:20px;
    position: relative;
	 box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
		}
		.book-now-bottom{
			background-color: #9e005d;
    padding: 10px 0;
			}
			.book-now-bottom p{
			color:#fff;
				margin:0;
				font-weight: 700;
				}
			.book-now-row{
				display: flex;
    justify-content: space-between;
    align-items: center;
				}
				.book-now-btn .btn-secondary{
					background-color: #000;
					}
					.book-now-btn .btn-secondary:hover{
					background-color: #ff9800;
					}
					.book-now-text h3{
					color:#fff;
						margin:0;
						}
						.map{
							width:100%;
							height:400px;
							border: 15px solid #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
}
							.map iframe{
								width:100%;
							height:100%;
							object-fit: cover;
								}
								
								.head-bl .heading1:before{
									left: 0%;
    transform: translate(0%, 0);
									}
									.head-img{
									height: 440px;
										width:100%;
    border: 15px solid #fff;
	box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
										}
										
												.head-img1 {
										width:100%;
    border: 15px solid #fff;
	box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
										}
										
										
										.head-img-text{
											position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
	color: #ff9800;
											}
										.head-img img{
											height: 100%;
    width: 100%;
    object-fit: cover;
											}
											.head-img-text h2{
												font-size: 34px;
												}
												.includes-bl .vehicle-img{
													
													position: relative;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
	transition: all .8s ease;
													}
												.includes-bl .vehicle-img:hover{
														transform: scale(1.05);
														}
													.includes-bl .vehicle-img h5{
													    position: absolute;
    bottom: 0;
    left: 0%;
    color: #000;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.54) 100%, rgba(255, 255, 255, 0.72) 0%);
    width: 100%;
    text-align: center;
    margin: 0;
														}
													.includes-bl .vehicle-img img{
													height: 100%;
    width: 100%;
    object-fit: cover;
													}
													.vehicle-list span{
														font-size: 40px;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translate(0%, -50%);
    font-weight: bold;
														}
														.vehicle-list li{
															
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
															}
															.vehicle-list li h5{
																font-size: 20px;
																color: #000;
																}
																.vehicle-list li p{
																font-size: 14px;
																margin-bottom: 10px;
																}
																
																	.includes-bl .heading1:before{
									left: 0%;
    transform: translate(0%, 0);
									}
							.faq-bl{
								background-color: #363737;
								position:relative;
								overflow: hidden;
								color:#fff;
								}	
								.faq-bl:before {
    background-color: #000;
    width: 800px;
    height: 800px;
    display: inline-block;
    content: "";
    border-radius: 50%;
    border: 70px solid #4a4949;
    position: absolute;
    top: -40%;
    right: -15%;
}
								
								.faq-text{
									position:relative;
									}
								.faq-head p{
									max-width: 350px;
									position: relative;
    z-index: 1;
	color: #fff;
									}
									
								.faq-bl .faq-img{
									position:relative;
									}
					.faq-bl .heading1:before{
						left: 0%;
    transform: translate(0%, 0);
	background-color: #fff;
						}	
						.faq-head{
							position:relative;
							}
						.faq-head h3{
							font-size: 300px;
    position: absolute;
    top: 15%;
    right: 0;
    line-height: 1;
	margin: 0;
	color: #4a4949;
							}
									.accordion-item{
background-color: transparent;
margin-bottom:10px;
box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;

}

.accordion-button{
color:#fff;
background-color: transparent;
font-size:20px;
}
.accordion-button:focus {
z-index: 3;
border-color: #dc7202;
outline: 0;
box-shadow: inherit;
}
.accordion-button:not(.collapsed) {
background-color: transparent;
color:#fff;
}
.accordion-button:after {
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(103%) contrast(101%);
}
.accordion-button:not(.collapsed)::after {
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(103%) contrast(101%);
}
									
									/*feature  section*/
									

.feature-item {
  background: #fff;
  padding: 20px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transition: all 0.4s ease;
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}

.feature-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f8931f 0%, #ffc107 100%);
  z-index: 1;
  transition: all 0.4s ease;
  opacity: 0.2;
}

.feature-item:hover::before {
  left: 0;
}

.feature-item:hover {
  transform: translateY(-8px);
}

.feature-item .feat-icon {
  width: 70px;
  height: 70px;
  background: #f8931f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

.feature-item:hover .feat-icon {
  background: #fff;
  transform: translateY(-50%) rotate(20deg) scale(1.1);
}

.feature-item .icon {
  width: 40px;
  display: inline-block;
  filter: brightness(0) invert(1);
  transition: all 0.4s ease;
}

.feature-item:hover .icon {
  filter: none;
}

.feature-item .icon.range {
  width: 50px;
  padding-bottom: 5px;
}

.feature-item .icon.permit {
  width: 50px;
}

.feature-item .icon.driver {
  width: 40px;
}

.feature-item h4 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}

.feature-item p {
  color: #000;
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 1.5;
  transition: all 0.4s ease;
}

.feature-item:hover h4,
.feature-item:hover p {
  color: #000;
}

.feature-item:hover .feat-icon img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(47%) saturate(4272%) hue-rotate(347deg) brightness(102%) contrast(98%);
}


.ft-contact img {
width:300px;
margin-bottom:20px;
}




.list-li {
  list-style: none;
  padding: 0;
}

.list-li li {
  background-color: #f9f9f9;
  padding: 20px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.list-li li:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background-color: #fff7fb;
}

.list-li i {
  font-size: 24px;
  color: #9e005d;
  position: absolute;
  left: 15px;
  top: 22px;
}

.list-li h4 {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.list-li p {
  font-size: 18px;
  color: #000;
  margin: 0;
}

.feature-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}



.tempo-feature-bl .text-center p {
  max-width: 800px;
  margin: 0 auto 20px;
  color: #000;
  font-size: 18px;
}

.tempo-feature-bl .text h5 {
  font-size: 25px;
  color: #9e005d;
  font-weight: 600;
  margin-bottom: 10px;
}

.tempo-feature-bl .btn-secondary {
  background-color: #9e005d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.tempo-feature-bl .btn-secondary:hover {
  background-color: #730044;
}










	.tempo-slider-bl{
		color:#fff;
		}
		.tempo-slider-bl .row{
			background-color:#fff;
			}
			.tempo-slider-bl .img{
				width:100%;
				height:100%;
				}
			.tempo-slider-bl .img img{
				width:100%;
				height:100%;
				object-fit:cover;
				}
		.tempo-slider-bl .text{
			background-color:#fff;
			height:100%;
			padding:50px;
			color:#000;
			}
			.tempo-slider .owl-dots{
					position: absolute;
    bottom: -6%;
    left: 50%;
    transform: translate(-50%, 0);
					}
		.tempo-slider .owl-dots .owl-dot{
			width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #fff !important;
    border-radius: 50%;
    margin-right: 5px;
	border:1px solid #ccc;
			}
			.tempo-slider .owl-dots .owl-dot.active{
				background-color: #9e005d !important;
				}
				.tempo-feature-bl .feature-img{
					background-color:#9e005d;
					padding:10px;
					margin-bottom: 25px;
					}
					.tempo-feature-bl .feature-img .btn-secondary{
					background-color:#000;
					}
					.tempo-feature-bl .feature-img .btn-secondary:hover{
					background-color:#fff;
					color:#000;
					}
.package-item{
    border-radius: 15px;
	position:relative;
	overflow: hidden;
	box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
	transition: all .5s ease;
	height: 100%;
	}
	.package-item:before{
		content:"";
		width:100%;
		height:100%;
		position:absolute;
inset:0;
z-index:1;
border-radius: 15px;
background: #9e005d;
background: linear-gradient(90deg, rgb(248 147 31) 35%, rgb(248 147 0 / 71%) 100%);

		}

		/*.package-item.style-1:before{
		background: #E6E1E7;
background: linear-gradient(90deg, rgba(230, 225, 231, 1) 35%, rgba(230, 225, 231, 0.71) 100%);
		}
	.package-item.style-2:before{
		background: #F7E6D3;
background: linear-gradient(90deg, rgba(247, 230, 211, 1) 35%, rgba(247, 230, 211, 0.71) 100%);
		}
		.package-item.style-3:before{
		background: #E0EFDA;
background: linear-gradient(90deg, rgba(224, 239, 218, 1) 35%, rgba(224, 239, 218, 0.71) 100%);
		}
		.package-item.style-4:before{
		background: #FEE7F7;
background: linear-gradient(90deg, rgba(254, 231, 247, 1) 35%, rgba(254, 231, 247, 0.71) 100%);
		}*/
		.package-item .package-img{
			overflow: hidden;
			height: 300px;
			}
		.package-item .package-img img{
		transform: scale(1);
		transition: all .5s ease;
		overflow: hidden;
		width:100%;
		height:100%;
		object-fit:cover;
		}
	.package-item:hover .package-img img{
		transform: scale(1.09);
		}
	.package-text{
		max-width: 400px;
    position: absolute;
    top: 30px;
    left: 30px;
	z-index:2;
		}
		.package-text .day{
			background-color: #9e005d;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 15px;
    color: #fff;
			}
			.package-text .day h5{
				margin-bottom:0px;
				}
				.btn-link-group{
				display: flex;
    align-items: center;
    gap: 10px;
					}
					.btn-link-group .btn-link:first-child{
						border-right:2px solid #000;
						padding-right:10px;
						}
					
					.btn-link{
						color: #000;
    font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
						}
						.btn-link:hover{
							color: #000;
	text-decoration: underline;
						}
						
						.rajasthan-bl{
							background-image:url(../images/places/parallax-rajasthan-tour.webp);
							background-repeat:no-repeat;
							background-size:cover;
							height:60vh;
							width:100%;
							display:block;
							background-attachment: fixed;
    background-position: center;
	position:relative;
							}
							/*.rajasthan-bl:before{
		position:absolute;
		inset:0;
		width:100%;
		height:100%;
		content:"";
		    background-color: #fee7f780;
		}*/
							.rajasthan-text{
								background-color: #efefef;
    padding: 20px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
								
								}
								.rajasthan-text h2.heading1{
									font-size: 24px;
									}
									.day-tour-bl{
							background-image:url(../images/places/parallax-day-tour.webp);
							background-repeat:no-repeat;
							background-size:cover;
							height:60vh;
							width:100%;
							display:block;
							background-attachment: fixed;
    background-position: center;
	position:relative;
							}
							/*.day-tour-bl:before{
		position:absolute;
		inset:0;
		width:100%;
		height:100%;
		content:"";
		    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.54) 100%, rgba(255, 255, 255, 0.72) 0%);
		}*/
							.day-tour-text{
								background-color: #efefef;
    padding: 20px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
								
								}
								.day-tour-text h2.heading1{
									font-size: 24px;
									}
									
									
									.highlight-place{
										background: #efefef;
										}
									.place-item{
	position: relative;
    overflow: hidden;
    box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
    transition: all .5s ease;
    height: 100%;
    border: 15px solid #fff;
	}
	.place-item .text{
		position: absolute;
    bottom: -100%;
	left:0;
	background: #FFFFFF;
  background: linear-gradient(180deg, rgba(158, 0, 93, 0.70) 100%, rgba(255, 255, 255, 0.72) 0%);
   padding: 30px 15px;
	transition: all .5s ease;
	height: 100%;
	text-align: center;
	width: 100%;
		}
		.place-item .text p{
			font-weight: 500;
    font-size: 18px;
	color: #fff;
			}
		.place-item .text h4{
			text-transform: uppercase;
			color: #fff;
			}
	
		.place-item:hover .text{
			bottom: 0%;
			}
		.place-img{
			position:relative;
	overflow:hidden;
	height: 100%;
			}
			.place-img img{
				position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
				}
.place-img h4{
	background-color: #9e005d;
    padding: 5px;
    color: #fff;
    text-align: center;
	position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
	transition: all .5s ease;
	}
	.place-item:hover .place-img h4{
		bottom:-100%;
		}
		.place-item .text .btn-secondary{
			background-color: transparent;
    border: 2px solid #000;
    border-radius: 30px;
    padding: 7px 35px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
	margin-bottom:15px;
	display: none;
			}
			.place-text{
				background-color: #9e005d;
    padding: 20px;
	height: 100%;
    border: 15px solid #fff;
				}
				
				
					.place-text h3 {
		color: #fff;
				}
				
				
				.place-text p{
					font-size: 14px;
						color: #fff;
					}
			.place-text .btn-secondary{
					background-color:#000;
					}
					.place-text .btn-secondary:hover{
					background-color:#fff;
					color:#000;
					}
				.day-schedule-img{
					position:relative;
					margin: 10% 0 0 10%;
					}
					.day-schedule-img img{
						border-radius:5px;
					overflow:hidden;
					position: relative;
						}
						.day-text{
							display: flex;
    gap: 10px;
	margin-bottom: 15px;
							}
					.day-text span{
						font-size: 80px;
    color: #9e005d;
    font-weight: bold;
    line-height: 1;
						}
						.day-text h3{
						font-size: 26px;
						color:#000;
						}
						.day-text h6{
						font-size: 20px;
						color:#000;
						}
						
						.day-schedule-img:before{
							content:"";
							height:100%;
							width:100%;
							display:block;
							border:5px solid #9e005d;
							border-radius:5px;
						
	position: absolute;
   top: -14%;
    left: -10%;
							}
				.list-style li {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 19px;
    color: #000;
}
						.list-style li:before{
							content:"";
							height:2px;
							width:20px;
							display:inline-block;
						
						background-color:#9e005d;
	position: absolute;
   top: 12px;
    left: 0;
							}
					
								@media(max-width:767px){
									.day-schedule-img:before{
							top: 0;
    left: 0;
							}
									.place-item {
									
									height: 300px;
									}
									.day-schedule-img{
									margin:0 0 30px 0;
									}
															
							}		
							
							.india-bl{
							background-image:url(../images/places/parallax-india-tour.webp);
							background-repeat:no-repeat;
							background-size:cover;
							height:60vh;
							width:100%;
							display:block;
							background-attachment: fixed;
    background-position: center;
	position:relative;
							}
							/*.india-bl:before{
		position:absolute;
		inset:0;
		width:100%;
		height:100%;
		content:"";
		    background-color: #fee7f780;
		}*/
							.india-text{
								background-color: #efefef;
    padding: 20px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
								
								}
								.india-text h2.heading1{
									font-size: 24px;
									}
									
									@media(max-width:767px){
										.package-slider .owl-dots {
    left: 48%;
}

.faq-bl:before {
    width: 700px;
    height: 700px;
    top: -4%;
    right: -80%;
}
.rajasthan-text {
    right: 0%;
    transform: translate(0%, -50%);
}
.india-text{
	 right: 0%;
    transform: translate(0%, -50%);
	}
	.day-tour-text{
		 right: 0%;
    transform: translate(0%, -50%);
		}
										}
									
									
									.top-section {
display:block;
background-color:#23373c;
position: fixed;
width: 100%;
z-index: 23;
top:0;
left: 0;
}
.top-section-box li {
font-family:calibri;
display:inline-block;
color:#FFF;
z-index:1000;
font-size:1vw;
font-weight:700;
line-height:1.5em;
text-align:left;
text-decoration:none;
padding:.3vw .8vw .5vw .5vw;
border-right:.1vw solid rgba(255, 255, 255, 0.2);
vertical-align:middle;
}


.top-section {
display:block;
background-color:#000;
position: fixed;
width: 100%;
z-index: 23;
top:0;
left: 0;
}

.top-section-box li {
font-family:calibri;
display:inline-block;
color:#FFF;
z-index:1000;
font-size:1vw;
font-weight:700;
line-height:1.5em;
text-align:left;
text-decoration:none;
padding:.3vw .8vw .5vw .5vw;
border-right:.1vw solid rgba(255, 255, 255, 0.2);
vertical-align:middle;
}

.text-right {
    text-align: right !important;
}



.top-section li a {
color:#FFF;
text-decoration:none;
}
.top-section li a:hover {
color:#e7e7e7;
text-decoration:none;
}
.top-section li:nth-last-child(1) {
border-right:0;
}
.top-section li i {
font-size:1.1vw;
font-weight:400;
text-decoration:none;
margin-right:.2vw;
vertical-align:middle;
}

.desktop-show {
    display: block;
}

.mobile-show {
    display: none;
}


.tours-right {
width: 100%;
float: left;
height: auto;
}
.tours-right h2 {
font-size: 17px;
font-weight: 600;
line-height: 1.5em;
text-transform: uppercase;
color: #000;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
.tours-right p {
font-size: 14px;
font-weight: 400;
line-height: 1.5em;
text-transform: none;
color: #000;
padding-bottom: 0%;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
text-align: left;
}
.tours-right li {
font-family: "Raleway", sans-serif;
font-size: 14px;
font-weight: 600;
text-align: center;
padding-right: 7%;
color: #000;
list-style: none;
display: inline-block;
}

.footer1 {
background-color:#000;
padding:.5%;
}
.footer-left1 {
margin-left:1vw;
}
.footer-right1 {
margin-right:1vw;
}
.monogram {
float:left;
width:2%;
height:auto;
}
.monogram img {
width:100%;
height:100%;
}
.weblink {
font-family: Poppins, sans-serif;
font-size:0.9vw;
color:#FFF;
padding-top:.0vw;
float:left;
margin-left:.5vw;
text-decoration:none
}
.weblink a {
font-family: Poppins, sans-serif;
font-size:0.9vw;
color:#FFF;
text-decoration:none;
font-weight:700;
}
.weblink a:hover {
color:#f7931e;
text-decoration:none
}
.copyright {
font-family: Poppins, sans-serif;
font-size:0.9vw;
float:right;
color:#FFF;
padding-top:.0vw;
}

.inner-banner-bl {
margin-top:100px;
}

.welcome-bl h2 {
 font-family: "Raleway", sans-serif;
 color:#000;
 font-weight: 300;
letter-spacing: -0.012em;
 font-size:42px;
}

.welcome-bl h2 span {
 font-weight: 800;
}


@media only screen and (min-width: 320px) and (max-width: 900px) {
.mobile-show {
    display: block;
}

.banner-bl .owl-dots {
   display:none!important;
}
.top-section-mobile {
background-color:#000;
display:block;
padding:5px;
z-index:9999;
}
.top-section-left {
width: 100%;
background: #000;
float: left;
}
.top-section-right {
width: 100%;
background: #000;
float:none;
margin:0 auto;
}
.top-section-right li {
font-size: 1.1em;
}
.top-section-left-mobile {width:60%;margin:0 auto;}
.top-section-left-mobile li {
font-family: 'Playfair Display', serif;
display:inline-block;
color:#FFF;
z-index:1000;
font-size:1.5em;
font-weight:300;
text-align:left;
margin-right:2%;
padding-top:0;
padding-bottom:2px;
padding-left:5px;
text-decoration:none;
text-transform:none;
}
.top-section-left-mobile li a {
color:#FFF;
}
.top-section {
display:none;
}
.top-section-left li {
font-family: 'Playfair Display', serif;
display:inline-block;
color:#FFF;
font-size:1.vw;
font-weight:400;
text-align:left;
margin-right:1vw;
padding-top:-15vw;
text-decoration:none;
text-transform:none;
}
.top-section-left {
width: 38%;
float: left;
text-align: left;
padding-bottom: 5px;
}

.top-section-left li:nth-child(1) {
background-color:#f67901;
padding:.5vw 1vw;
}


.top-contact{
	display: flex;
    flex-direction: column;
    position: fixed;
    top: 35%;
    z-index: 99;
    gap: 10px;
    right: 0;
	}
	.top-contact a{
		color:#fff;
		}
.top-contact li a{
	padding: 10px;
    background-color: #9e005d;
    display: inline-block;
	font-size: 30px;
	position:relative;
	color:#fff;
	}
	
	.top-contact li a .text{
	display:none;
	position: absolute;
    left: -107px;
    top: 0;
    padding: 10px;
    font-size: 20px;
    background-color: #000;
	}
.top-contact li a:hover .text{
	display:block;
	}	
	.top-contact li .whatsapp-link{
	font-size: 34px;
	}
	.top-contact li .whatsapp-link .text{
	left: -128px;
    padding: 12px;
	}
	
	.banner-bl {
    margin-top: 75px;
}
p {
    font-size: 18px;
    font-weight: 500;
}

.btn-primary {
    margin-bottom: 10px;
}

.weblink {
  font-size: 15px;
  text-align:center;
  width:100%;
  margin-left:0;
}
.weblink a {
  font-size: 15px;
}
.copyright {
  font-size: 15px;
  text-align:center;
  width:100%;
}

.text-wrap strong {
    font-size: 22px;
}


.text-wrap p {
    color: #000;
    font-size: 18px;
}

}

