<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap');
/*font-family: "Oswald", sans-serif;*/
  
#main_index{
    overflow: hidden;
    padding-bottom: 0px !important;
}
a:hover{
  text-decoration: none;
}

/* font-style */
.cont-box h1{
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
}
@media(max-width:1200px){
  .cont-box h1{
    font-size: 40px;
  }
}
@media(max-width:768px){
  .cont-box h1{
    font-size: 38px;
  }
}
.cont-box h1.xtra-big{
  font-size: calc(48px * 2.5);
  color: #fff;
  text-shadow: 0px 2px 18px #00000063;
}
@media(max-width:1200px){
  .cont-box h1.xtra-big{
    font-size: calc(48px * 2);
  }
}
@media(max-width:991px){
  .cont-box h1.xtra-big{
    font-size: calc(48px * 1.6);
  }
}
@media(max-width:768px){
  .cont-box h1.xtra-big{
    font-size: calc(48px * 1);
  }
}

/*menu*/
.book-area {
  display: grid;
  place-content: center;
  padding-left: 20px;
}

.book-btn{
  background: #d7000f;
  border: 1px solid #b92730;
  padding: 5px 15px;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
}

.book-btn:hover{
  animation: pulse 1.5s linear infinite;
}

/*nav*/
.navbar_type8 .logo img {
  width: 186px;
  padding: 5px 0px;
}
.navbar_type8 .logo {
  margin-left: 60px;
}
.navbar_type8 {
  height: 90px;
  background: #fff;
}
.dark_nav{
  background: #fff !important;
}
.navbar_type8 .nav_tab .nav_item a{
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  color: #d7000f;
  font-weight: 500;
  padding: 15px 20px;
}
.navbar_type8 .nav_tab .nav_item::before {
  border-bottom: unset;
}
.navbar_type8 .nav_tab .nav_item a:hover{
  color: #000;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item{
  background: rgba(255, 255, 255, 1)
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
  color: #000 !important;
}
.navbar_mobile {
    background: #fff;
}

@media(max-width:1101px){
    .navbar_type8 .nav_tab .nav_item a{
        padding: 15px;
        font-size: 15px;
    }
    .book-btn{
        font-size: .8rem;
    }
}

/*Banner*/
.hp-vbanner{
    position: relative;
}
.hp-vbanner:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .25;
    z-index: 1;
}
.b_box{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}
.b_inner{
    width: 45%;
    margin: auto;
    text-shadow: 0px 2px 6px #000;
}
.b_inner h1{
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 62px;
    font-weight: 800;
    margin-bottom: 20px;
}
.b_inner p{
    color: #fff;
    font-size: 15px;
}
.custom_banner:before {
  padding-top: 49%;
}
.custom_banner video{
  object-fit: cover;
  object-position: bottom;
}
.btn.main-btn {
  background: #d7000f;
  border: 1px solid #b92730;
  padding: 5px 15px;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  text-transform: uppercase;
}
@media(max-width:1300px){
    .b_inner{
        width: 45%;
    }
}
@media(max-width:1200px){
    .b_inner{
        width: 50%;
    }
}
@media(max-width:991px){
    .b_inner{
        width: 60%;
    }
    .b_inner h1{
        font-size: 35px;
    }
}
@media(max-width:768px){
    .b_inner{
        width: 70%;
    }
    .b_inner h1{
        font-size: 28px;
    }
    .b_inner p{
        font-size: 14px;
    }
}
@media(max-width:600px){
    .custom_banner:before{
        padding-top: 75%;
    }
    .b_inner h1{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .b_inner p{
        font-size: 12px;
    }
}

/* Fleet 
.hp-fleet{
  padding: 80px 0px;
}
.fleet-box{
  text-align: center;
}
.fleet-box a h3{
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.fleet-box a:hover{
  color: #000;
  text-decoration: unset;
}
@media(max-width:991px){
  .fleet-outerbox:last-child{
    padding:30px;
  }
} */

/*Luxury*/
.hp-luxury {
    padding-top: 80px;
}
.exProductSlidehpType5 {
  padding: 0px !important;
  padding-top: 20px !important;
}
.exProductSlidehpType5 .wrapper_product{
  border-radius: 0;
}
.exProductSlidehpType5 .wrapper_product .product_img {
  padding-top: 100%;
  border-radius: 0;
}
.exProductSlidehpType5 .product_category,
.exProductSlidehpType5 .wrapper_product .product_details .product_footer .product_view .product_price .cut-price{
  display: none;
}
.exProductSlidehpType5 .product_header_title{
  color: #d7000f !important;
  font-size: 21px;
  text-transform: uppercase;
  font-style: italic;
}
.exProductSlidehpType5 .wrapper_product .product_details .product_header{
  padding: 15px 10px 0px;
}
.exProductSlidehpType5 .wrapper_product .product_details .product_footer .product_view{
  border-top: none !important;
  padding: 3px 10px 0px;
}
.exProductSlidehpType5 .wrapper_product .product_details .product_footer .product_view .product_price .price_number{
  font-size: 15px;
  font-style: italic;
}
.exProductSlidehpType5 .wrapper_product .product_details .product_footer .product_view .product_price .price_number b{
  font-weight: unset;
}
.exProductSlidehpType5 .wrapper_product .product_details .product_footer .product_view .product_price .price_number b small{
  font-size: 100%;
}
.exProductSlidehpType5 .wrapper_product .product_details .product_footer .product_view .product_price .price_number:before{
  content: "from ";
}
.exProductSlidehpType5 .wrapper_product .product_details .product_footer .product_view .product_price .price_number:after{
  content: "/per day";
}
.exProductSlidehpType5 a:hover{
    color: #000;
}
.fleet-btn {
    padding-bottom: 50px;
    text-align:center;
}

/* New Dec13 2024 - brand */
.hp-brand{
  padding: 80px 0px;
}
.brand-outer{
  padding: 0px 30px;
}
.brand-info h6{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  color: #d7000f;
  margin-bottom: 5px;
}
.brand-info p{
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0px;
}
.hp-brand .bottom-wrapper {
    justify-content: center;
}
@media(max-width:991px){
  .brand-outer{
    padding:10px 50px;
  }
  .brand-logo img{
    width: 100%;
    height: 300px;
    object-fit: contain;
  }
}
@media(max-width:768px){
  .brand-logo img{
    width: 100%;
    height: 250px;
    object-fit: contain;
  }
}
@media(max-width:468px){
  .brand-logo img{
    width: 100%;
    height: 200px;
    object-fit: contain;
  }
  .brand-cont-row{
    flex-direction: column;
  }
  .brand-info{
    text-align: center;
  }
  .brand-info p{
    padding: 5px 0px 15px;
  }
}

/* custom */
.hp-custom {
  background: url(https://cdn1.npcdn.net/img/1730219321Customized_Bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 200px 0px 80px;
}
.custom-box ul{
  max-width: 50%;
}
.custom-box a{
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.custom-box ul li{
  margin-bottom: 40px;
  transition: all .3s linear;
}
.custom-box ul li:hover{
  margin-left: 20px;
}
.custom-box ul li:last-child{
  margin-bottom: 0px
}
@media(max-width:1200px){
  .custom-box a{
    font-size: 19px;
  }
}
@media(max-width:768px){
  .custom-box ul{
    max-width: 75%;
  }
  .custom-box a{
    font-size: 17px;
  }
}
@media(max-width:768px){
  .hp-custom{
    padding: 80px 0px;
  }
  .cont-box h1.xtra-big{
    margin-bottom: 30px;
  }
}

/* new - Footer */
.footer_type3{
  background: #fff;
  color: #000;
}
.footer_type3 .top-wrapper{
  max-width: 80%;
  margin: auto;
}
.footer_type3 .bottom-wrapper{
  background: #fff;
  text-align: center;
  padding: 15px 0px;
  border-top: 1px solid #dfdfdf;
}
.footer_type3 a{
  color: #000;
}
.footer_type3 a:hover{
    color: #d7000f;
}
.footer_type3 .sub_title p {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 500 !important;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.footer_type3 p{
  font-size: 14px;
}
.footer_type3 .social_media{
  justify-content: flex-start;
  gap: 25px;
}
.footer_type3 .social_media i{
  font-size: 2.5rem;
}
.footer_type3 .col-box{
  padding: 15px;  
}
@media(min-width:991px){
    .footer_type3 .col-box &gt; div {
      max-width: 80%;
    }
}
@media(max-width:600px){
  .footer_type3 .top-wrapper{
    max-width: 93%;
  }
}

/*point*/

.point-box {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
}
.point-box .icon-frame {
  width: 90px;
  min-width: 90px;
}
.point-cont .point-title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  padding-bottom: 8px;
}
.point-cont p{
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
.point-sec {
  padding: 80px 0px;
}
.point-box:hover .icon-frame {
  animation: bounce 1.5s linear infinite;
}
@media(max-width:468px){
    .point-box{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .point-sec{
        padding-bottom: 40px;
    }
    
    .interior-sec{
        padding-bottom: 60px;
    }
}

/*book*/

.book-sec {
  background: #000;
  padding: 100px 0px 70px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.book-sec .book-title{
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
}

.book-title span a{
  background: #d7000f;
  padding: 1px 20px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
}

.book-sec p{
  font-size: 1.2rem;
  color: #fff;
  opacity: 1;
  padding: 15px 0px 30px;
  font-weight: 400;
  margin-bottom: 0px;
}

.book-title span a:hover{
  color: #fff;
  animation: bounce 1s linear;
}

@media(max-width:991px){
    .book-sec{
        padding: 80px 0px;
    }
    .book-sec .book-title{
        font-size: 1.75rem;
    }
    .book-sec p{
        font-size: .9rem;
        padding: 15px 0px 20px;
    }
    .book-title span{
      padding: 1px 10px;
    }
}</pre></body></html>