@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playwrite+AU+NSW:wght@100..400&display=swap');




*{
margin:0;
padding:0;
box-sizing: border-box;

}
body{
  overflow-x: hidden;
background-color:#fff;
color:#000;
font-family: "Raleway", sans-serif;
}
ul{
list-style:none;
margin:0;
padding:0;

}
btn{
font-family: "Raleway", sans-serif;
transition: all .5s ease;
font-weight: 600;	
color: #050a30;
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;
}
.heading1{
font-size: 35px;
font-weight: 700;
text-transform: capitalize;
letter-spacing: 3px;
color: #050a30;
position:relative;
margin-bottom: 20px;
font-family: "Open Sans", sans-serif;
}
.heading1:before{
position: absolute;
content: "";
width: 100px;
height: 2px;
background-color: #050a30;
bottom: -8px;
left: 50%;
transform: translate(-50%, 0);
}
.heading2{
font-size: 60px;
color: #050a30;
}
@media(max-width:767px){
.heading2 {
font-size: 34px;
}
}
.sub-heading{
font-family: "Raleway", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.4em;
}
h1{
font-weight:700;
font-family: "Open Sans", sans-serif;
}
h2{
font-weight:700;
font-family: "Open Sans", sans-serif;
color: #050a30;
}
h3{
font-weight:700;
font-family: "Open Sans", sans-serif;
}
h4{
font-weight:700;
font-family: "Open Sans", sans-serif;
}
h5{
font-weight:700;
font-family: "Open Sans", sans-serif;

}
h6{
font-weight:700;
font-family: "Open Sans", sans-serif;
}
a{
text-decoration: none;
font-family: "Open Sans", sans-serif;
}
.btn-secondary{
font-weight: 600;	
background-color: #050a30;
color: #fff;
border-radius:0px;
border: 0;
padding: 8px 40px;
transition: all .5s ease;
position: relative;
font-family: "Raleway", sans-serif;
}
.btn-secondary:before{
content:"";
width:0%;
height:100%;
display:block;
background-color: #000;
color:#fff;
position: absolute;
top: 0;
left: 0;
transition: all .5s ease;
}
.btn-primary{
background-color: #fff;
color: #050a30;
font-weight: 600;	
border-radius:0px;
border: 0;
padding: 8px 40px;
transition: all .5s ease;
position: relative;
font-family: "Raleway", sans-serif;
}
.btn-primary:before{
content:"";
width:0%;
height:100%;
display:block;
background-color: #000;
color:#fff;
position: absolute;
top: 0;
left: 0;
transition: all .5s ease;
}
.btn-primary span{
color: #050a30;
}
.btn-primary:hover{
background-color: #000;
color: #fff!important;
}
.btn-primary a:hover{
color: #fff;
}

.btn-primary:hover span{
color: #fff;
position: relative;
}
.btn-primary:hover:before{
width:100%;
transition: all .5s ease;
}
/*.border-style{
border-bottom: 2px solid #050a30;
}*/
.btn-secondary:hover:before{
width:100%;
transition: all .5s ease;
}
.btn-secondary span{
color: #fff;
position: relative;
font-size: 20px;
}


.section-title{
max-width: 900px;
margin: 0 auto;
text-align: center;
}

.mt-50{
margin-top:50px;
}
.p-24{
padding:0 24px;
}
.btn-book-now{
background-color: #dc7202;
color: #fff;
border-radius: 30px;
border: 0;
padding: 8px 40px;
transition: all .2s ease;
}
.btn-book-now:hover{
background-color:#050a30;
color:#fff;
}
.p-60{
padding-top:40px;
padding-bottom:40px;
}



.m-60{
margin-top:60px;
margin-bottom:60px;
}
.container-fluid{
padding:0px 30px;
}
@media(max-width:767px){
.container-fluid{
padding:0px 15px;
}
}
.img-responsive{
max-width:100%;
}

.title-color{
color: #ff4500;
}
.bg-white{
background-color:#fff;
}
.bg-light-blue{
background-color: #aee0e833;
}
.bg-grey{
background-color: #e9edf1;
}
.btn-group{
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}

.btn-group .icon{
display: inline-block;
color: #fff;
}
.animation-style{
visibility: visible;
animation-delay: 0.5s; 
animation-name: fadeIn;
}
/*Header Section css*/


#myHeader {
  position:fixed;
  width: 100%;
  background: white;
padding: 20px 0 0px;
  transition: all 0.3s ease;
  z-index: 999;
}

#myHeader.shrink {
  padding: 0px 0;
  border-bottom: 2px solid #ccc; /* Adjust as needed */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional smooth effect */
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background-color: #fff;
  transition: all 0.4s ease;
}

.nav-head {
  text-align: center;
padding: 35px 0 20px;
}

header .logo {
  font-size: 50px;
  font-weight: 900;
  color: #000;
  position: relative;
}

header .logo img {
    width: 340px;
}
header .logo span {
  color: #050a30;
  text-transform: uppercase;
  font-size: 65px;
}

.logo-small {
  display: none;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  animation: fadeIn 0.4s ease;
}

.logo-small img {
  height: 40px;
}

/* Nav Styling */
.navbar-bl {
display: block;
  background-color: #050a30;
  text-align: center;
  position: relative;
}

.nav-items {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 5px;
}

.nav-items .item {
  position: relative;
padding: 10px 12px;
}


.highlight   {
background-color: #bf1b2c;
}




.nav-items .nav-item {
  text-decoration: none;
font-size: 1.1vw;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}



.nav-items .item:hover {
  background-color: #bf1b2c;
}

.nav-items .item:hover .nav-item {
  color: #fff;
}

/* Dropdown */
.dropdown-li {
  position: relative;
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 99;
}

.nav-dropdown-menu li {
 text-align:left;
}

.dropdown-li:hover .nav-dropdown-menu {
  display: block;
}

.dropdown-item {
  padding: 6px 15px;
  color: #050a30;
  font-weight: 600;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background-color: #050a30;
  color: #fff;
}

/* Shrink Header on Scroll */
header.shrink {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

header.shrink .nav-head {
  display: none;
}

header.shrink .logo-small {
  display: block;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -10px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (min-width: 1101px) {
.navbar-mob-bl {
    display: none;
}

.navbar-mob-bl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}








/* Banner Section CSS*/
.banner-bl .slider-item{
width:100%;
height:60vh;
display:block;
position:relative;
}
.banner-bl .slider-item:after{
background-color:rgb(0 0 0 / 15%);
position:absolute;
inset:0;
content:"";
}
.slider-item img{
object-position: center;
height: 100%;
}
.banner-slider .owl-nav button span {
top: -23px;
}


.banner-text{
color:#fff;
position:absolute;
bottom:50%;
left:50%;
text-align: center;
max-width: 500px;
transform: translate(-50%, 50%);
z-index:1;
}
.banner-text p{
font-size:18px;
font-weight:600;
}
.banner-text h2{
font-size:50px;
color:#fff;
}


.banner img{
width:100%;
height:50vhpx;
display:block;
}
.owl-nav button{
color: #fff !important;
width: 40px;
height: 40px;
font-size: 70px !important;
}
.owl-nav .owl-prev{
position:absolute;
top:48%;
left:0;
}
.owl-nav .owl-next{
position:absolute;
top:48%;
right:0;
}
.owl-nav button span{
line-height: 1;
position: relative;
top: -10px;
}
.tempo-text{
color:#fff;
padding
}
/*footer section*/
footer{
border-top: 2px solid #050a30;
font-family: "Roboto", sans-serif;

}
footer li{
margin-bottom:5px;
font-family: "Open Sans", sans-serif;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.4em;
    color: #000;
}
footer .footer-top{
background-color:#d3d3d333;
color:#000;
font-weight: 600;
padding:50px 0 30px 0;
}
.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 .footer-bottom{
background-color:#050a30;
color:#fff;
padding: 10px 0;
}
footer a{
font-family: "Open Sans", sans-serif;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.4em;
    color: #000;
	text-decoration:none!important;
}
footer a:hover{
color: #bf1b2c;
text-decoration:none!important;
}

.footer-top h5 {
font-family: "Open Sans", sans-serif;
    font-size: 25px;
    letter-spacing: -0.5px;
    font-weight: 800;
    color: #000;
    text-align: left;
}


.footer-bottom-link{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}

.ft-contact .logo img {
width:210px;
position: relative;
top: -15px;
font-weight: 900;
}
.ft-contact .logo span {
color: #050a30;
text-transform: uppercase;
font-size: 40px;

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

.contact p {
margin-bottom: 0!important;
font-weight: 700;
}

.social-links{
display: flex;
align-items: center;
gap: 10px;
}
.copyright p{
margin:0;
}
footer .social-links a{
color: #000;
font-size: 22px;
}
footer .social-links a:hover{
border-bottom: 1px solid transparent;
}

footer .contact i{
margin-right: 5px;
}
footer.contact a{
color: #fff;
}
.weblink a{
color: #fff;
}
.weblink a:hover{
color: #050a30;
}
.quick-links ul{
display: flex;
align-items: center;
gap: 10px;

flex-wrap: wrap;
}
.quick-links ul li{
border-right:1px solid #000;
padding-right:10px;
}
.quick-links ul li a{
color: #000;
    text-decoration: none;
    position: relative;
    transition: all .5s ease;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.7em;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}
.quick-links ul li a:hover{
border-bottom: 1px solid #000;
color: #000;
}
/*welcome section*/
.welcome-bl{
background-color: #fff;
}

.welcome-bl h1 {
  font-family: "Playwrite AU NSW", cursive;
  font-size: 30px;
  color:#bf1b2c;
}

.welcome-bl h2 {
font-family: "Open Sans", sans-serif;
  font-size: 50px;
  letter-spacing: -0.5px;
  font-weight:800;
}

.welcome-bl .webcome-text h3 {
font-size: 2vw;
font-weight: 500;
}

.welcome-bl .webcome-text p {
font-family: "Raleway", sans-serif;
font-size: 1.4vw;
font-weight: 500;
}


@media(max-width:767px){
.welcome-bl .img.welcome-big-img{
display:none;
}
}


.welcome-bl .img img{
width:100%;
height:100%;
object-fit:cover;
}
/*trip section*/
.trip-bl{
background-color: #a5a5a533;
}

.trip-slider-bl{
border-radius: 30px;
}
.trip-bl h2{
font-family: "Playwrite AU NSW", cursive;
    font-size: 23px;
    color: #bf1b2c;
	text-align:left;
}
.text-left {
	text-align:left;
}

.trip-bl h1{
font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
    color: #000;
	text-align:left;
}


.trip-item{
border-radius: 30px;
overflow: hidden;
position: relative;
}

.trip-text {
    position: absolute;
    bottom: -100%;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.95) 0%);
    padding: 30px 15px;
    transition: all .5s ease;
    height: 100%;
    text-align: center;
    width: 100%;
}

.trip-item:hover .trip-text{
bottom:0%;
}
.trip-text h4{
padding: 10px;
background-color: #050a30;
text-align: center;
color: #fff;
}
.trip-text p{
font-size:18px;
font-weight:600;
}
.trip-slider-bl .owl-dots{
position: absolute;
bottom: -6%;
left: 50%;
transform: translate(-50%, 0);
}
.trip-slider-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;
}
.trip-slider-bl .owl-dots .owl-dot.active{
background-color: #000 !important;
}

/*service section*/
.service-unit{
box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
border-radius: 30px 30px 0 0;
overflow: hidden;
transition: all .5s ease;
}
.service-unit .img{
display: block;
position: relative;
overflow: hidden;
}
.service-unit .content{
padding: 10px;
}
.service-unit .content .btn{
width: 100%;	
}
.service-unit .content p{
border-top: 2px solid #050a30;
padding-top: 10px;
font-family: "Raleway", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.4em;
}

.feature-list p  {
font-family: "Raleway", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.4em;
	color:#000!important;
	text-align:left!important;
}

.headingnew {
font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
}
.service-unit .content h4{
font-family: "Open Sans", sans-serif;
    font-size: 25px;
    letter-spacing: -0.5px;
    font-weight: 800;
}
.feat-bl{
display: flex;
align-items: center;
gap: 10px;
position: absolute;
bottom: -100px;
left: 50%;
transform: translate(-50%, 0);
transition: all .5s ease;
}
.service-unit:hover .feat-bl{
bottom: 0px;
}
.feat-bl .feat-icon{
height:40px;
width:40px;
border-radius:50%;
border:2px solid #fff;
display: flex;
align-items: center;
justify-content: center;
}
.feat-bl .feat-icon img{
height:25px;
width:25px;
display:inline-block;
filter: brightness(0) invert(1);
}




.service-bl h2 {
  font-family: "Playwrite AU NSW", cursive;
  font-size: 23px;
  color:#bf1b2c;
}

.service-bl h1 {
font-family: "Open Sans", sans-serif;
  font-size: 45px;
  letter-spacing: -0.5px;
  font-weight:800;
}


.feature-bl {
  background-image:url(../images/bg-red.webp);
  background-attachment:scroll;
  background-size:cover;
  background-repeat:no-repeat;
}

.feature-bl h2 {
font-family: "Playwrite AU NSW", cursive;
    font-size: 23px;
    color: #fff;
	text-align:center;
}

.feature-bl h1 {
font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
	color:#fff;
		text-align:center;
}


.feature-bl p {
font-family: "Raleway", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.4em;
		color:#fff;
			text-align:center;
}


.feature-list .feat-icon img {
  width: 35px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(35%) saturate(15%) hue-rotate(262deg) brightness(104%) contrast(100%);
}
.feature-list .feat-icon {
  width: 80px;
  height: 80px;
  background-color: #050a30;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -10%;
  top: 10%;
}
.feature-list .feat-icon:before {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 30px solid #050a30;
  border-bottom: 25px solid transparent;
  content: "";
  position: absolute;
  right: -20%;
  bottom: 28%;
  transform: rotate(163deg);
}
.feature-list .feat-icon span {
  width: 70px;
  height: 70px;
  background-color: #050a30;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  position: relative;
  z-index: 1;
}
.feature-list li {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 30px;
  padding-left: 45px;
  margin-left: 45px;
  border-radius: 30px;
  box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
  transition: all 0.3s ease-in-out;
}




.feature-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .feature-list li {
    padding-left: 65px;
    margin-left: 25px;
  }
}

/*book now section*/

.book-now-bl h2 {
font-family: "Playwrite AU NSW", cursive;
    font-size: 23px;
    color: #fff;
    text-align: left;
}

.book-now-bl h1 {
font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
    color: #fff;
    text-align: left;
}

.book-now-bl p {
font-family: "Raleway", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.4em;
	color:#fff;
}

.book-now-bl .head h4{
color:#050a30;
font-size: 16px;
}
.book-now-bl{
background-color: #bf1b2c;
color: #fff;
}
.book-now-bl .heading2 {
font-size: 60px;
color: #fff;
}
.book-now-bl .head{
max-width: 600px;
margin: 0 auto;
text-align: center;
}
.book-now-bl img{
width: 100%;
}
.contact-detail{
padding: 18px;
    border: 5px solid #d7d7d7;
    border-radius: 50% 50% 0 0;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    padding-top: 40px;
    height: 100%;
    background-color: #00000033;
}
.contact-taxt{
padding: 18px;
border: 5px solid #d7d7d7;
border-radius: 50% 50% 0 0;
font-weight: 600;
font-family: "Open Sans", sans-serif;
padding-top: 40px;
height: 100%;
background-color: #00000033;
padding-bottom: 0;
}
.contact-detail li a{
display: flex;
margin-bottom:15px;
gap: 5px;
align-items: center;
color: #fff;
text-align: center;
margin-left: 20px;
}
.contact-detail li span{
margin-top: 6px;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #fff;
color: #050a30;
display: flex;
align-items: center;
justify-content: center;
}
/*contact page*/

.contact-details{
padding:10px;
background-color: #050a30;
color: #fff;
}
.contact-details h2{
background-color: #fff;
padding: 10px;
}
.contact-details li{
margin-bottom:5px;
}
.contact-details a{
color: #fff;
display: flex;
align-items: center;
gap: 10px;
}
.contact-details span{
color: #fff;
border: 2px solid #fff;
border-radius: 50%;
padding: 8px;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.contact-details p{
display: flex;
align-items: center;
gap: 10px;
}
.contact-details p{
display: flex;
align-items: center;
gap: 10px;
}
.map {
width: 100%;
height: 100%;
border: 2px solid #050a30;
padding:10px;
background-color: #fff;
}
.map iframe{
width: 100%;
height: 100%;
object-fit: cover;
}

/*online enquiry page*/

.contact-form{
padding:10px;
background-color: #050a30;
}

.contact-form h2{

color: #fff;
}
.contact-form label{
color: #fff;
font-size: 18px;
font-weight: 600;	
}

.contact-form	.form-control{
border: 0;
border-radius: 0;
border-bottom: 2px solid #fff;
background-color: transparent;
padding: 0 10px;
}
.form-control:focus {
color: #000;
background-color: transparent;
border-color: transparent;
outline: 0;
box-shadow: 0 0 0 0.25rem #fff;
}

/*why us page */
.about-bl{
background-color: #aee0e833;
}
.about-img-1{
position: relative;

}
.about-img-1:before{
width:100%;
height:100%;
border-radius: 0 20%  0 20%;
overflow:hidden;
background-color: #050a30;
content: "";
display: block;
position: absolute;
top: -2%;
left: -2%;
z-index: 0;
}
.about-img-1 img{
width:100%;
height:100%;
border-radius: 0 20%  0 20%;
overflow:hidden;
position: relative;
}
@media(min-width:993px){
.about-head {
padding-left: 60px;
}
}
.about-head h3{
padding: 10px ;
background-color: #050a30;
color: #fff;
font-size: 26px;
}
.about-head p{
font-size: 24px;
font-weight: 600;
}

.panorama-bl{
background-image:url(../images/home/panorama.webp);
background-position:center;
background-repeat:no-repeat;
background-size:cover;
width:100%;
height:60vh;
position:relative;
}
.panorama-bl:before{
content:"";
width:100%;
height:100%;
background-color:#00000069;
position:absolute;
inset:0;
}
.panorama-taxi{
max-width: 700px;
margin: 0 auto;
text-align: center;
background-color: #050a30;
color: #fff;
padding: 30px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media(max-width:992px){
.panorama-taxi {
max-width: 700px;
margin: 0 auto;
text-align: center;
background-color: #050a30;
color: #fff;
padding: 30px;
position: absolute;
top: 0%;
left: 0%;
transform: translate(10%, 6%);
}
}
@media (max-width: 767px){
.panorama-taxi {
max-width: 700px;
margin: 0 auto;
text-align: center;
background-color: #050a30;
color: #fff;
padding: 30px;
position: absolute;
top: 50%;
left: 0%;
transform: translate(0%, -50%);
}
}
/*day tours page*/

.day-tour-packages-bl h2 {
    font-family: "Playwrite AU NSW", cursive;
    font-size: 23px;
    color: #bf1b2c;
    text-align: center;
}

.day-tour-packages-bl h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
    color: #000;
    text-align: center;
}
.day-tour-packages-bl p {
    font-family: "Raleway", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.4em;
    color: #000;
    text-align: center;
}



.pack-text p {
font-family: "Raleway", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.4em;
    color: #000;
	text-align:left;
}


.packages-item{
background-color: #e9e9e9;
border-radius: 30px;
color:#fff;
transition: all 0.5s ease;
}


.pack-img{
width: 100%;
overflow: hidden;
margin-bottom: 15px;
}
.pack-img img{
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1);
transition: all 0.9s ease;
}
.packages-item:hover img{
transform: scale(1.07);
}

.pack-text {
padding: 20px;
}



.pack-text h4{
font-family: "Open Sans", sans-serif;
    font-size: 30px;
    letter-spacing: -0.5px;
    font-weight: 800;
position: relative;
padding-bottom: 10px;
color: #000;
}
.pack-text .btn-primary{
margin-bottom:10px;
}
.pack-text h4:before{
background-color: #fff;
height: 2px;
width: 0;
position: absolute;
bottom: 0;
content: "";
display: block;
transition: all 0.9s ease;
}
.packages-item:hover .pack-text h4:before{
width: 100%;
}

.text-black {
color: #000!important;
}


/*taxi services page*/
.taxi-service-bl .container-fluid{
background-color: #050a30;
color:#fff;
}
.unit-text{
padding-top: 40px;
}


.head-taxi-img{
box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
overflow: hidden;
}	
.taxi-feature-bl{
background-color: #aee0e833;

}
.feature-item{
padding: 20px;
background-color: #fff;
border-radius: 30px;
height: 100%;
box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
transition: all 0.5s ease;
font-weight:600;
}
.feature-item:hover{
color:#fff;
background-color: #050a30;
}
.feature-item:hover .icon img{
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(30deg) brightness(106%) contrast(101%);
}
.feature-item .icon.driver{
width: 26px;
height: 30px;
}
.feature-item .icon.driver img{
width: 100%;
height: 100%;
}
.packages-slider  .owl-dots{
position: absolute;
bottom: -6%;
left: 50%;
transform: translate(-50%, 0);
}
.packages-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;
}
.packages-slider .owl-dots .owl-dot.active{
background-color: #000 !important;
}
.test-taxi-img{
width:100%;
height:100%;
position: relative;
}
.test-taxi-img:before{
width:100%;
height:100%;
border-radius:20% 0 20% 0;
overflow:hidden;
background-color: #050a30;
content: "";
display: block;
position: absolute;
top: -2%;
right: -2%;
z-index: 0;
}
.test-taxi-img img{
width:100%;
height:100%;
border-radius:20% 0 20% 0;
overflow:hidden;
position: relative;
}

.user-text{
background-color: #a5a5a533;
padding: 20px;
border-radius:30px 0 30px 0;
font-weight:600;
}
.user-img{
width: 60px;
height: 60px;
display: flex;
background-color: #efefef;
align-items: center;
justify-content: center;
position:relative;
border-radius:20% 0 20% 0;
padding: 5px;
margin-bottom: 10px;
}


/*thanks page */
.thanks-head{
max-width: 600px;
margin: 0 auto;
}
.thank-item{
padding: 30px;
background-color: #fff;
border-radius: 30px;
text-align: center;
box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
}
.thank-item ul{
display: flex;
align-items: center;
gap: 10px;
justify-content: center;
}
.thank-item .item{
font-size: 24px;
color: #fff;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background-color: #050a30;
border-radius: 50%;
}
.thank-item .item:hover{
background-color: #000;
}

/*packages page*/

.place-head-text{
padding: 30px;
background-color: #050a30;
color: #fff;
border-radius: 30px;
margin-top:50px;
}
.place-head-text .heading2{
color: #fff;
}
@media(max-width:767px){
.place-head-text{
padding: 20px;
margin-top:0px;
}

}
.highlight-place-item{
background-color: #050a30;
color: #fff;
padding: 280px 0 60px 0;
}

.place-item{
padding: 30px;
background-color: #fff;
color: #000;
position:relative;
}


.place-img{
margin-bottom: 15px;
border-radius: 7px;
overflow: hidden;
box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
}
.place-text{
text-align: center;
font-style: italic;
font-weight: 600;
}
.place-item .place-img img{
transform: scale(1);
transition: all .8s ease;
}
.place-item:hover .place-img img{
transform: scale(1.05);
}

.highlight-head-bl{
display: flex;
align-items: center;
gap: 100px;
flex-wrap: wrap;
margin-bottom: -21%;
}
.highlight-head-bl .sub-heading{
color:#fff;
}

.highlight-head-text{
max-width: 500px;
}
.highlight-head-text h3{
margin-bottom:30px;
}
.highlight-head-img{

position: relative;

}

.highlight-head-img img{
border-radius: 20% 0 20% 0;
overflow: hidden;
position: relative;
}
.highlight-head-img:before{
width: 100%;
height: 100%;
border-radius: 20% 0 20% 0;
overflow: hidden;
background-color: #050a30;
content: "";
display: block;
position: absolute;
top: -2%;
right: 2%;
z-index: 0;
}
.highlight-place{
padding-top: 70px;
background: #050a30;
}


.highlight-place h2 {
font-family: "Playwrite AU NSW", cursive;
    font-size: 23px;
    color: #fff;
}

.highlight-place h3{
font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
	   color: #fff;
}  


.highlight-head-text .icon img{
position: relative;
width: 26px;
height: 26px;
filter: brightness(0) saturate(100%) invert(19%) sepia(28%) saturate(3588%) hue-rotate(173deg) brightness(95%) contrast(106%);display:inline-block;

}
.highlight-head-text .btn-primary:hover .icon img{
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%) hue-rotate(299deg) brightness(104%) contrast(102%);
}
.highlight-head-text .icon{
display: flex;
align-items: center;
gap: 5px;
}

/* Modal Background */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0; top: 0;
width: 100%; height: 100%;
background-color: rgba(0,0,0,0.8);
justify-content: center;
align-items: center;
}

/* Modal Content */
.modal-content {
position: relative;
max-width: 90%;
max-height: 90%;
overflow: hidden;
border-radius: 0;
}

/* Slider Images */
.slides {
display: none;
width: 100%;
}

.active {
display: block;
}

/* Navigation Arrows */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
transform: translateY(-50%);
color: white;
font-size: 2rem;
padding: 10px;
background-color: rgba(0,0,0,0.5);
border: none;
user-select: none;
}

.prev { left: 10px; }
.next { right: 10px; }

/* Close Button */
.close {
position: absolute;
top: 0px;
right: 10px;
color: white;
font-size: 3rem;
cursor: pointer;
line-height: 1;
}

@media(max-width:992px){
.highlight-head-bl{

gap: 30px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.highlight-head-text {
max-width: 100%;
}
.highlight-place-item {
padding: 190px 0 60px 0;
}
}
@media(max-width:767px){
.highlight-head-bl{
margin-bottom: -90%;

}
.highlight-place-item {
padding: 300px 0 60px 0;
}
}
/*rajasthan tours*/
.day-schedule-list ul{
border-left: 2px solid #050a30;
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
padding: 20px;

}
.day-schedule-list ul li{
margin-bottom:20px;
position:relative;
padding-left: 20px;
border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}
.day-schedule-list ul li p{
font-weight:600;
}
.day-schedule-list ul li:before{
position: absolute;
top: 8px;
left: 0;
content: "";
width: 12px;
height: 12px;
border: 2px solid #050a30;
border-radius: 50%;
display: inline-block;
}
.tourist-place {
display:flex;
flex-wrap: wrap;
}
.tourist-place .place-unit{
width:33.33%;
overflow: hidden;
}
@media(max-width:992px){
.tourist-place .place-unit{
width:50%;
}
}
@media(max-width:767px){
.tourist-place .place-unit{
width:100%;
}
}
.place-unit{
position: relative;
transition: all .8s ease;
}
.place-unit:before{
position: absolute;
inset:0;
content: "";
background-color: rgb(0 0 0 / 30%);
z-index: 1;
transition: all .8s ease;
}
.place-unit:hover:before{

background-color: rgb(0 0 0 / 70%);

}
.place-unit .img{
position: relative;
height:300px;

}

.place-unit .img h4{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
z-index: 2;
width: 350px;
text-align: center;
font-size: 34px;

}
.place-unit .img img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;

}
.place-unit .text{
position: absolute;
bottom:-100%;
left: 50%;
transform: translate(-50%, 50%);
color: #fff;
z-index: 3;
text-align: center;
transition: all .8s ease;
width: 350px;
font-weight:600;
}

.place-unit:hover .text{
bottom: 50%;
}
.place-unit:hover .img h4{
display: none;
}

.mobile-show {
display: none;
}

.desktop-show {
    display: block;
}


.top-section {
display: block;
    background-color: #000;
    position: relative;
    width: 100%;
z-index: 9999;
    top: 0;
    left: 0;
}
.top-section-box li {
font-family:calibri;
display:inline-block;
color:#FFF;
z-index:1000;
font-size:1vw;
font-weight:500;
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.3vw;
font-weight:400;
text-decoration:none;
margin-right:.2vw;
vertical-align:middle;
}

.di-slider-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.di-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.di-slide {
  min-width: 100%;
  box-sizing: border-box;
}

.di-slide img {
  width: 100%;
  display: block;
  margin-top: 140px;
}

/* Arrows */
.di-prev,
.di-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color:transparent;
  color: white;
  font-size: 30px;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 000;
  border-radius: 50%;
}

.di-prev { left: 10px; }
.di-next { right: 10px; }



/* Responsive */
@media (max-width: 768px) {
  .di-prev, .di-next {
    font-size: 24px;
    padding: 8px;
  }
}

.feature-strip {
  background: #bf1b2c;
  padding: 20px 0;
  overflow-x: hidden;
}

.feature-strip .container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.feature-item1 {
  flex: 1 1 18%;
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.feature-item1 i {
  font-size: 28px;
  color: #bf1b2c;
  margin-bottom: 10px;
  display: block;
}

.feature-item1 p {
font-family: "Open Sans", sans-serif;
  margin: 0;
  font-size: 20px;
letter-spacing: -0.5px;
    font-weight: 800;
  color: #000;
}

.feature-item1:hover {
  transform: translateY(-5px);
}
.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;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #bf1b2c;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.back-to-top:hover {
  background-color: #000;
  color: #fff;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.rajasthani-gate-section {
  background-image:url(../images/raj-bg-about.webp); /* Use your jharokha image here */
   background-size: contain; /* keeps full image without cropping */
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gate-overlay {
  background-color: rgba(255, 255, 255, 0.85); /* Light transparent overlay */
  padding: 40px;
  border-radius: 16px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.gate-content h2 {
  color: #8B0000;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
}

.gate-content p {
 font-family: "Raleway", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.4em;
  margin-bottom: 25px;
}

.gate-content .btn-primary3 {
  background-color: #C04000;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.gate-content .btn-primary3:hover {
  background-color: #a73200;
}






@media (min-width:1200px) {
.rajasthani-gate-section {
   background-size: contain; /* keeps full image without cropping */
}

}

@media (min-width:1400px) {
.rajasthani-gate-section {
   background-size: cover; /* keeps full image without cropping */
}

.gate-overlay {
margin-top: 160px;
}

}


.tour-packages {
width:100%;
padding:3vw 6vw;
}
.tour-packages h2 {
font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -0.03em;
    color: var(--dark-color);
    margin-bottom: 15px;
    position: relative;
}
.tour-packages h2 span {
font-size:4vw;
font-family: 'Arizonia', cursive;
font-weight:200;
color:#000;
}
.tour-packages h3 {
font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
}
.tour-packages h5 {
font-size:1vw;
color:#23373c;
font-weight:700;
padding:0;
margin-bottom:0;
}

.tour-packages h6 {
font-family: "Open Sans", sans-serif;
    font-size: 25px;
    letter-spacing: -0.5px;
    font-weight: 800;
	text-transform:uppercase;
color: #bf1b2c;
}

.head22 {
font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
}


.tour-packages p {
font-family: "Raleway", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.4em;
}
.tour-packages p a {
font-size:1.5vw;
color:#000;
font-weight:700;
line-height:1em;
text-decoration:none;
}
.tour-packages p a:hover {
color:#23373c;
text-decoration:none;
}
.tour-packages img {
width:100%;
}

.line-title1 .h4-title1 {
    font-family: "Playwrite AU NSW", cursive;
    font-size: 23px;
    color: #bf1b2c;
}

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

.red-bg {
background-image: url(../images/bg-red.webp);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}





.daytoursec h2 {
font-family: "Playwrite AU NSW", cursive;
    font-size: 23px;
    color: #ffff;
    text-align: center;
}

.daytoursec h1 {
font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

.daytoursec h3 {
font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
    color: #fff;
}

.daytoursec h4 {
font-family: "Playwrite AU NSW", cursive;
    font-size: 23px;
    color: #fff;
    text-align: left; 
	margin-bottom: 40px;}

.daytoursec p {
font-family: "Raleway", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.4em;
    color: #fff;
}


.dikshacontact {
  padding: 60px 0;
  background-color: #fdfdfd;
}

.dikshacontact .contact-box {
  background: #ffffff;
  border-radius: 12px;
}

.dikshacontact .contact-info h2 {
  font-family: "Playwrite AU NSW", cursive;
    font-size: 23px;
    color: #bf1b2c;
}

.dikshacontact .contact-info h4 {
font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
    color: #000;
  margin-bottom: 15px;
}

.dikshacontact .contact-info p,
.dikshacontact .contact-info a {
font-family: "Open Sans", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.4em;
    color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.dikshacontact .contact-info a:hover {
  color: #bf1b2c;
}

.dikshacontact .social-icons a {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  color: #555;
  background: #eee;
  padding: 8px;
  border-radius: 50%;
  transition: 0.3s;
}

.dikshacontact .social-icons a:hover {
  background: #bf1b2c;
  color: #fff;
}

.dikshacontact .map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
}

@media (max-width: 767px) {
  .dikshacontact .contact-box {
    margin-bottom: 30px;
  }
}

.diform {
  padding: 60px 0;
  background-color: #fff;
}

.diform h2 {
 font-family: "Playwrite AU NSW", cursive;
    font-size: 23px;
    color: #bf1b2c;
}

.diform h3 {
 font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
}

.diform form input,
.diform form textarea {
color:#000;
font-weight:800;
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px;
  font-size: 15px;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

.diform form input:focus,
.diform form textarea:focus {
  border-color: #000;
  outline: none;
}

.diform form .btn {
 font-weight: 600;	
background-color: #050a30;
color: #fff;
border-radius:0px;
border: 0;
padding: 8px 40px;
transition: all .5s ease;
position: relative;
font-family: "Raleway", sans-serif;
}

.diform form .btn:hover {
  background-color: #bf1b2c;
}

.diform .form-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .diform .form-content {
    padding-right: 0;
  }
  .diform .form-image {
    margin-top: 30px;
  }
}
.crystafeatures {
  background-color: #f8f9fa;
}
.crysta-heading {
font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
}
.crysta-subheading {
  font-size: 1.3rem;
  color: #666;
}

.crysta-box {
  background: #bf1b2c;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.crysta-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.crysta-icon {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}
.crysta-box:hover .crysta-icon {
  transform: scale(1.2) rotate(5deg);
}
.crysta-box h4 {
font-family: "Open Sans", sans-serif;
    margin: 0;
    font-size: 28px;
    letter-spacing: -0.5px;
    font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
}
.crysta-box p {
font-family: "Raleway", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.4em;
	color:#fff;
}

.testimonials-bl h2 {
font-family: "Open Sans", sans-serif;
    font-size: 45px;
    letter-spacing: -0.5px;
    font-weight: 800;
}

.day-schedule-bl h2 {
font-family: "Open Sans", sans-serif;
    font-size: 35px;
    letter-spacing: -0.5px;
    font-weight: 800;
}

.day-schedule-bl p {
font-family: "Raleway", sans-serif;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.4em;
}

@media only screen and (max-width: 1100px) {
.mobile-logo {
    width: 25%;
    font-weight: 900;
    color: #fff;
    margin: 15px;
}

.di-slide img {
     margin-top: 0px; 
}

.rajasthani-gate-section {
    height: 61vh;
}

}


@media only screen and (max-width: 812px) {
.desktop-show {
    display: none;
}

.mobile-show {
    display: block;
}

.top-section-mobile {
    background-color: #050a30;
    display: block;
    padding: 5px;
    z-index: 9999;
}

.top-section-left-mobile {
    width:100%;
    margin: 0 auto;
	text-align: center;
}

.top-section-left-mobile li {
    font-family: 'Playfair Display', serif;
    display: inline-block;
    color: #FFF;
    z-index: 1000;
    font-size: 1.2em;
    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;
}

.di-slide img {
    margin-top: 0px;
}

.p-60 {
    padding-top: 20px;
    padding-bottom: 40px;
}

.welcome-bl h2 {
    font-size: 40px;
    letter-spacing: -0.5px;
}

.welcome-bl .webcome-text h3 {
    font-size: 18px;
    font-weight: 500;
}
.welcome-bl .webcome-text p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.btn-secondary {
    margin-bottom: 12px;
}

.feature-item1 {
    flex: 1 1 100%;
}

.service-bl h2 {
    font-size: 21px;
}

.service-bl h1 {
    font-size: 38px;
    line-height: 40px;
}

.sub-heading {
    font-size: 18px;
}

.service-unit .content p {
    font-size: 18px;
}

.feature-bl h1 {
 font-size: 38px;
    line-height: 40px;
}
.feature-bl h2 {
    font-size: 21px;
}
.feature-bl p {
    font-size: 18px;
}
.day-tour-packages-bl h2 {
    font-size: 21px;
}

.day-tour-packages-bl h1 {
   font-size: 38px;
    line-height: 40px;
}

.day-tour-packages-bl p {
     font-size: 18px;
}

.trip-bl h2 {
        font-size: 21px;
}

.trip-bl h1 {
  font-size: 38px;
    line-height: 40px;}
	
	
	.book-now-bl h2 {
   font-size: 21px;
}

.book-now-bl h1 {
   font-size: 38px;
    line-height: 40px;
}


.book-now-bl p {
 font-size: 18px;
}


footer li {
    font-size: 18px;
}

footer a {
      font-size: 18px;
}

.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%;
}

.rajasthani-gate-section {
    background-size: cover;
	height: 80vh;
}

.tour-packages {
    padding-top: 40px;
    padding-bottom: 30px;
	padding-left: 2px;
    padding-right: 2px;
}

.line-title1 .h4-title1 {
    font-size: 21px;
}

.tour-packages h3 {
   font-size: 38px;
    line-height: 40px;
}

.tour-packages p {
        font-size: 18px;
}

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

.crysta-box p {
    font-size: 18px;
}


.daytoursec h2 {
      font-size: 21px;
}


.daytoursec h1 {
   font-size: 38px;
    line-height: 40px;
}

.daytoursec p {
     font-size: 18px;
}


.daytoursec h3 {
    margin-top: 15px;
}


.day-schedule-list h4  {
     font-size: 22px;
}
.day-schedule-list ul li p {
     font-size: 18px;
}


.dikshacontact .contact-info p, .dikshacontact .contact-info a {
         font-size: 18px;
}


}