@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Lato');


/* ---------------------------------------------------------------------------------- LARGE HEADER IMAGE PRELOADING */
body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content:url('../images/about-us-heading.jpg') url('../images/car.jpg') url('../images/car2.jpg') url('../images/prices.jpg') url('../images/restaurant.jpg') url('../images/tour_picture.jpg');
}


/* ---------------------------------------------------------------------------------- GENERAL */
html,body{
    font-family: 'Lato', sans-serif;
    position: relative;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    min-height: 100%;
    font-size: 18px;
    
}
/* h1,h2,h3,h4,h5,h6,p {
    line-height: 1.45;
   } */
h1 {
    font-family:'Kaushan Script', cursive;
    font-size: 50px;
    color:#960f01;
    text-align: center;
    padding-bottom: 15px;
}

/* h2 {
    font-family:'Kaushan Script', cursive;
    font-size: 30px;
    color:#960f01;
    text-align: center;
    padding-bottom: 15px;
} */
/* p {
    justify-content:left;
} */
.section {
    padding:50px 0;
}
.separator {
    height: 60px;
    width: 225px;
    margin: 0 auto;
}

.image-separator {
    height: 60px;
    width: 225px;
}


/* ---------------------------------------------------------------------------------- NAVIGATION */
.nav-menu {
    font-size: 14px;
    padding: 1rem 0;
    transition: all 0.3s ease;
}
.nav-link {
    color:#FFF !important;
}
.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #FFF;
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;

}
.is-scrolling .nav-link{
 color:black !important;
}
.menu-is-open .nav-link {
    color:black !important;
}
.navbar-nav .nav-link {
    position: relative;
}


/* ---------------------------------------------------------------------------------- NAVIVATION MEDIA QUERIES*/
@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 1px solid #960f01;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}
@media (max-width:1225px) {
    .transport-service-content h1{
        font-size:40px;
    }
}
@media (max-width:1075px) {
    .transport-service-content h1{
        font-size:40px;
    }
    .transport-service-content p{
        text-align: left;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .transport-service-content h1{
        text-align: left !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}
@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}
@media (max-width:376px) {
    header h1 {
        font-size: 40px !important;
    }
    .toursHeading h1{
        margin-top: 30% !important;
    }
    header .tagline {
        font-size:17px !important;
    }
    .transportHeading h1 {
        margin-top: 30% !important;
    }
    .transport-service-content h1{
        font-size:40px;
    }
    .transport-service-content p{
        text-align: left;
        max-width: 400px !important;
        
    }
    .transport-service-content h1{
        text-align: left !important;
       
    }
}
@media (max-width:420px) {
    .toursHeading h1{
        margin-top: 30% !important;
    }
    .transportHeading h1 {
        margin-top: 30% !important;
    }
    .service-heading h1 {
        margin-top: 90% !important;
    }
}



/* ---------------------------------------------------------------------------------- HEADER SECTION */
header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}
header h1 {
    font-size: 65px;
}
header p {
    color: white;
    font-size: 30px;
}
.video {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  
  .video-object {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

.video h1 {
    margin-top: 300px;
    color:#fff;
}

.logo {
    width: 180px;
    height: 90px;
}
.small-logo {
    width: 180px;
    height: 36px;
}
.see-tours {
    padding-bottom:50px !important;
    padding-top:0px !important;
}
.see-tours a{
    text-align: center !important;
    font-size: 24px;
    font-family: 'Lato';
    color: inherit;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.see-tours a:hover {
    color:#960f01;
}
.cell a {
    color:inherit;
    text-decoration: none;
}
.transportation a {
    color:inherit;
    text-decoration: none;
}


/* ---------------------------------------------------------------------------------- PICTURE PLUS TEXT SECTION */
.container-gallery {
    margin-left: 0;
    margin-right: 0;
}
.container-gallery .text-content {
    padding-left: 15%;
    padding-right: 15%;
}
.responsive-image {
    max-width: 100%;
}
.cell img {
    display: block;
    padding:0;
}
.photo-grid-heading {
    font-family: 'Lato', sans-serif;
    font-size:25px;
    text-align: left;
    font-weight: 600;
    padding-top:15px;
}
button:hover{cursor: pointer}
button {
  background: transparent; outline: none;
  position: relative;
  border: 2px solid #960f01;
  padding: 15px 50px;
  overflow: hidden;
  color:#960f01;
  border-radius: 6px;
}
button:hover:before{opacity: 1; transform: translate(0,0);}
button:before{
  content: attr(data-hover);
  position: absolute;
  top: 1.1em; left: 0;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: .8em;
  opacity: 0;
  transform: translate(-100%,0);
  transition: all .3s ease-in-out;
}
button:hover div{opacity: 0; transform: translate(100%,0)}
button div{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    font-size: .8em;
    transition: all .3s ease-in-out;
  }


/* ---------------------------------------------------------------------------------- PICTURE PLUS TEXT SECTION MEDIA QUERIES */
@media screen and (min-width: 600px) {
    .grid {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
    }
    .cell {
      width: 50%;
    }
} 
@media screen and (min-width: 1000px) {
    .cell {
      width: calc(100% / 3);
    }
}


/* ---------------------------------------------------------------------------------- TRANSPORT SERVICES SECTION*/
.four-heading {
    text-align: left;
    font-size:50px;
    padding-top: 150px;
}
.transportation {
    width: 100vw;
    height: 100vh;
    padding:50px 0;
    background-image:url('../images/car.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    text-align: center;
}
.transportation h1 {
    color:white;
}
.transportation .container {
    margin-top: 145px;
}
.transportation p {
    margin-top: -50%;
    margin: 0 auto;
    text-align: center;
    color:white;
}
.transportation button {
    color:white;
    border-color: white;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.transport-section .container {
    display: inline-block;
}


/* ---------------------------------------------------------------------------------- TESTIMONIALS SECTION */
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #f0f0f0;
    position: relative;
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #960f01;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #960f01;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #960f01;
}


/* ---------------------------------------------------------------------------------- CONTACT US SECTION */
textarea {
	resize: none;
}
.form-container .form {
    margin: 0 auto;
    width: 80%;
}
.form-label {
	font-size: 14px;
	color: #960f01;
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}
.form-control {
	border-radius: 0;
	border-color: #ccc;
   	border-width: 0 0 2px 0;
   	border-style: none none solid none;
   	box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
	border-color: #960f01;
}
.js-hide-label {
	opacity: 0; 	
}
.js-unhighlight-label {
	color: #960f01;
}
.btn-start-order {
	background: 0 0 #ffffff;
    border: 1px solid #960f01;
    border-radius: 3px;
    color: #960f01;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}


/* ---------------------------------------------------------------------------------- FOOTER */
footer .social-media {
    background-color:#960f01;
}
footer .social-media h2 {
    font-size: 30px;
    font-family:'Kaushan Script', cursive;
    color:#fff;
}
footer hr {
    width: 60px;
    background-color:#960f01;
}
footer .social-media .icon {
    font-size:25px;
    padding-left: 15px;
    color:#fff;
    
}
footer a:link {
    text-decoration: none;
}
.icon {
    transition: all .2s ease-in-out;
    cursor: pointer;
    
}
.icon:hover {
    transform: scale(1.2);
}
footer h2 {
    font-family:'Lato', cursive;
    font-size: 20px;
    color:black;
    font-weight: 500;
}
footer p {
    font-family:'Lato', cursive;
    font-size: 14px;
    color:black;
    text-align: center;
}
.copyright-website {
    cursor: pointer;
    text-decoration: none;
}
.copyright-website a:hover {
    color:#960f01 !important;
}
.footer-copyright a {
    color:black ! important;
}


/* ---------------------------------------------------------------------------------- FOOTER MEDIA QUERIES */
@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}
@media (max-width:750px) {
    .social-icons {
        text-align: center;
        float:none;
        margin-top: 2rem;
    }
}


/* ---------------------------------------------------------------------------------- GUIDED TOURS HEADING */
.toursHeading {
    width: 100vw;
    height: 90vh;
    padding:50px 0;
    background-image:url('../images/tour_picture.jpg');
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
.transportHeading {
    width: 100vw;
    height: 90vh;
    padding:50px 0;
    background-image:url('../images/car2.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}
.transportHeading h1 {
    color:#fff;
    margin-top: 300px;
}
.toursHeading h1 {
    color:#fff;
    margin-top: 300px;
}


/* ---------------------------------------------------------------------------------- GUIDED TOURS CARDS */
.card-container {
    padding-top:15px;
    padding-bottom: 15px;
}
.card{
    font-family: 'Lato', sans-serif; 
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}
.card-title {
    font-size: 25px;
    /* font-weight: 700; */
    color:#960f01;
}
.card .card-content {
    padding: 10px;
    margin-bottom:25px;    
}
.card .card-content .card-reveal{
    font-size: 24px;
    font-weight: 200;    
}
.card .card-action{
    padding: 20px;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
}
.card .card-reveal{    
    padding: 20px;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    overflow-y: auto;
    left:0;
    bottom:0;
    height: 100%;
    z-index: 1;
    display: none; 
}
.card .card-reveal p{
    color: rgba(0, 0, 0, 0.71);
    margin:20px ;
}
.btn-custom{
    background-color: transparent;
    font-size: 30px;
    margin-top: -10px;
}


/* ---------------------------------------------------------------------------------- OBSERVATION TEXT */
.observation {
    color:#960f01;
    font-size: 14px;
    text-align: left;
    padding:0;
    vertical-align: middle;
    margin: 0 auto;
    

}


/* ---------------------------------------------------------------------------------- OTHER SERVICES */
.service-heading {
    width: 100vw;
    height: 90vh;
    padding:50px 0;
    background-image:url('../images/restaurant.jpg');
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
.service-heading h1 {
    color:#fff;
    margin-top: 300px;
}


/* ---------------------------------------------------------------------------------- PRICING PAGE */
.prices-heading {
    width: 100vw;
    height: 90vh;
    padding:50px 0;
    background-image:url('../images/prices.jpg');
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
.prices-heading h1 {
    color:#fff;
    margin-top: 300px;
}
.payment-content .observation {
    font-size: 18px;
}
.payment-content h1 {
    text-align: left;
}
.payment-content h2 {
    text-align: left;
    font-family: "Lato";
    padding-left:15px;
    font-size: 30px !important; 
}
.payment-content li {
    font-family: "Lato";
    font-size: 18px !important; 
}


/* ---------------------------------------------------------------------------------- ABOUT US PAGE */
.about-us-heading {
    width: 100vw;
    height: 90vh;
    padding:50px 0;
    background-image:url('../images/about-us-heading.jpg');
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
.about-us-heading h1 {
    color:#fff;
    margin-top: 40%;
}
@media (max-width:991px) {
    .about-us-heading h1 {
        margin-top: 55%;
    }
}
@media (max-width:750px) {
    .about-us-heading h1 {
        margin-top: 75%;
    }
}
@media (max-width:376px) {
    .about-us-heading h1 {
        margin-top: 90%;
    }
}


/* ---------------------------------------------------------------------------------- TRANSPORT SERVICE PAGE */
.transport-service-content {
    padding: 0 !important;
    margin-top:65px;
    margin-bottom:65px;
}

.transport-service-content_left {
    padding: 0;
}

.transport-service-content_right {
    width: 50%;
    float: left;
}

.transport-service-content img {
    width: 100%;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.transport-service-content p{
    text-align: left;
    padding-left: 170px;
    padding-right: 170px;
}
.transport-service-content h1{
    text-align: left !important;
    padding-left: 170px;
    padding-right: 170px;
}
.transport-service-content h1{
    margin-top:35px;
    
}
.transport-service-content_left .transport-service-content_right h1 {
    text-align: left !important;
}

.transport-service-content .separator {
    margin-bottom:100px;
}

@media screen and (max-width: 1412px) {
    .transport-service-content p{
        font-size: 14px;
    }
}
    @media screen and (max-width: 1203px) {
        .transport-service-content p{
            font-size: 12px;
        }
    }
    @media screen and (max-width: 1027px) {
        .transport-service-content p{
            font-size: 11px;
        }
    }
    @media screen and (max-width: 991px) {
        .transport-service-content p{
            font-size: 14px;
        }
    }
    @media screen and (max-width: 545px) {
        .transport-service-content p{
            max-width: 400px;
        }
    }
    @media screen and (max-width: 450px) {
        .transport-service-content p{
            max-width: 350px;
        }
    }
    @media screen and (max-width: 385px) {
        .transport-service-content p{
            max-width: 300px;
        }
    }

    @media screen and (max-width: 321px) {
        .transport-service-content p{
            max-width: 300px;
        }
    }
    .text-color{
        color:#960f01;
    }

    .table-wrapper {
      position: relative;
      overflow: hidden;
      max-width: 500px;
      margin-right: 0;
    }
    .table-wrapper td{
        font-family: "Lato";
        font-size: 14px;
    }
    .table-wrapper:after {
      content: "";
      position: absolute;
      top: 0;
      width: 50px;
      height: 100%;
      /* border-radius: 10px 0 0 10px / 50% 0 0 50%;
      box-shadow: -5px 0 10px rgba(0, 0, 0, .25); */
    }
    .table-wrapper .table-inner {
      overflow-x: auto;
    }
    .table-wrapper .table-inner::-webkit-scrollbar {
      width: 14px;
      height: 14px;
    }
    .table-wrapper .table-inner::-webkit-scrollbar-thumb {
      border-radius: 5px;
      border: 2px solid #fff;
      background-color: #960f01;
    }
    @media (min-width: 550px) {
      .table-wrapper {
        overflow: visible;
        box-shadow: none;
      }
      .table-wrapper:after {
        content: none;
      }
    }
    .pricing-table {
      margin: 10px 0 20px 0;
      text-align: center;
      font-size: 12px;
      overflow: hidden;
      border-radius: 5px;
    }
    .pricing-table th, .pricing-table td {
      padding: 15px 15px;
      min-width: 100px;
      border: none;
      text-align: center;
      background: #eee;
    }
    .pricing-table th {
      background: #960f01;
      color: #fff;
    }
    .pricing-table td:first-child {
      font-weight: bold;
      text-align: center;
    }
    .pricing-table tr:nth-child(even) td {
      background: #fff;
    }
    

/* ---------------------------------------------------------------------------------- PRELOADER ANIMATION */
.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    }
.spinner {
    position: absolute;
    top: 48%;
    left: 48%;
    width: 120px;
    height: 110px;
    text-align: center;
    font-size: 10px;
}         
.spinner > div {
    background-color: #960f01;
    height: 100%;
    width: 6px;
    display: inline-block;  
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}        
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}        
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}         
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}        
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}         
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}         
@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
}  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
        }
}


#scrolldown {
    bottom: 5px;
    height: 50px;
    margin-left: -50px;
    position: absolute;
    left: 50%;
    text-align: center;
    width: 100px;
    z-index: 100;
    margin-bottom: 10px;
  }
  #scrolldown p {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: scroll;
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-family: "Lato";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: -5px;
  }
  #scrolldown > p {
    text-transform: uppercase;
    text-indent: 3px;
  }
  @keyframes scroll {
    0% {
      opacity: 1;
      transform: translateY(0px);
    }
    100% {
      opacity: 0;
      transform: translateY(10px);
    }
  }

#portfolioModal9 a  {
    color:#960f01;
}
#portfolioModal9 a:hover {
     text-decoration: none;
     color: #4C0801;
 }