
/*Booking Code End*/

html{
    scroll-behavior: smooth;
}

body{
    background-color: #ffffff;
    font-family: 'Kanit' !important;
}

.all-overlay-div{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999999;
    transition: all .3s ease-in-out;
    width: 0;
}

.top-div{
    background-color: #1a1a1d;
}

.call-icon-div{
    padding: 20px 15px;
    background-color: #C3083F;
}

.call-icon-link{
    display: inline-block;
    color: #fff !important;
}

.call-icon{
    transition: all .3s ease-in-out;
}

.navbar-brand{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar-toggler-div{
    padding: 20px 15px;
    background-color: #C3083F;
}

.nav-toggler{
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.bars{
    transition: all .3s ease-in-out !important;
}

.sidenav{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #1a1a1d;
    overflow-x: hidden;
    z-index: 99999999999;
    transition: all .3s ease-in-out;
}

.sidenav-header{
    background-color: #4E4E50;
    padding: 10px;
}

.sidenav-close-btn{
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    width: 20%;
    float: left;
    height: 50px;
}

.cross{
    transition: all .3s ease-in-out;
}

.sidenav-logo-link{
    display: inline-block;
    width: 80%;
    text-align: right;
}

.nav-link{
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nav-link::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #C3083F;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.nav-link:hover::before{
    width: 100%;
}

.nav-link.active{
    background-color: #6f2232;
}

.caret{
    vertical-align: text-top;
    margin-left: 10px;
    transition: all .3s ease-in-out;
}

.caret-up{
    transform: rotate(180deg);
}

.nested-links-div{
    display: none;
}

.nested-links{
    text-decoration: none !important;
    display: block;
    font-size:  16px;
    font-weight: 500;
    background-color: #4E4E50;
    color: #ffffff !important;
    padding: 7px 0;
    position: relative;
    z-index: 1;
}

.nested-links::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #6f2232;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.nested-links:hover::before{
    width: 100%;
}

.nested-links.active{
    background-color: #ffffff !important;
    color: #1a1a1d !important;
}

.nested-links.active::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.header-section .row,
.area-pages-header-section .row{
    align-items: center;
}
.header-section{
    background: url('images/header-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
}

@media only screen and (max-width: 767px){
    .header-section-opacity{
        padding: 90px 0;
    }

    .booking-div{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.header-section-opacity{
    background-color: rgba(0, 0, 0, .6);
    overflow: hidden;
}

.booking-div{
    background-color: #1a1a1d;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    top: 100px;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.booking-heading{
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
/* 
.input-group-text{
    background-color: #C3083F !important;
    border: none !important;
}

.custom-inputs{
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: #6f2232 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    transition: all .3s ease-in-out !important;
}

.custom-inputs:hover{
    opacity: .7;
}

.custom-inputs:focus{
    background-color: #ffffff !important;
    color: #1a1a1d !important;
}

.custom-btn-1{
    box-shadow: 0 6px 10px 0px #000 !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    position: relative;
    z-index: 1;
    transition: all .1s ease-in-out !important;
}

.custom-btn-1::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #c3083f;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.custom-btn-1::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
    background-color: #c3083f;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.custom-btn-1:hover::before, .custom-btn-1:hover::after{
    height: 100%;
}

.btn-1-top-line{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #c3083f;
    transition: all .3s ease-in-out;
}

.btn-1-bottom-line{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #c3083f;
    transition: all .3s ease-in-out;
} */

/* .header-heading-div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */

/* @media only screen and (max-width: 767px){
    .header-heading-div{
        position: static;
        transform: none;
    }
} */

.header-heading{
    font-size: 50px;
    font-weight: 700;
    color: #C3083F;
    position: relative;
    transition: all .4s ease-in-out;
}

.header-small-heading{
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 4px;
    margin-bottom: 10px;
    position: relative;
    transition: all .5s ease-in-out;
}

.store-icons{
    display: inline-block;
}

@media only screen and (max-width: 1199px){
    .header-heading{
        font-size: 50px;
    }
}

@media only screen and (max-width: 375px){
    .header-heading{
        font-size: 45px;
    }

    .header-small-heading{
        font-size: 30px;
    }
}

@media only screen and (max-width: 280px){
    .header-heading{
        font-size: 38px;
    }

    .store-icons > img{
        width: 90px;
    }

    .logo{
        width: 110px;
    }
}

.about-section{
    background: url('images/about-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.about-section-opacity{
    background-color: rgb(0 0 0 / 82%);
    overflow: hidden;
}

.about-section-content-div{
   padding: 20px 0;
}

.main-red-headings{
    font-size: 33px;
    font-weight: 700;
    color: #c3083f;
}

.about-paras{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: justify;
}
/* 
.custom-btn-2{
    box-shadow: 0 0 20px -5px #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    position: relative;
    z-index: 1;
    padding-left: 30px !important;
    padding-right: 30px !important;
    transition: all .1s ease-in-out !important;
}

.custom-btn-2::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #ffffff;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.custom-btn-2::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
    background-color: #ffffff;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.custom-btn-2:hover::before, .custom-btn-2:hover::after{
    height: 100%;
}

.btn-2-top-line{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

.btn-2-bottom-line{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

.modal-content{
    border-radius: 0 !important;
    background: none !important;
    border: none !important;
}

.modal-header{
    background-color: #c3083f !important;
    border: none !important;
    border-radius: 0 !important;
}

.modal-title{
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.close{
    opacity: 1 !important;
    outline: none !important;
}

.close:hover{
    opacity: .7 !important;
}

.close > span{
    font-weight: 500;
    color: #ffffff;
}

.modal-body{
    background-color: #1a1a1d !important;
} */

.sub-headings{
    font-size: 26px;
    font-weight: 700;
    color: #d40a45;
}
/* 
.modal-footer{
    background-color: #c3083f !important;
    border: none !important;
    border-radius: 0 !important;
} */

.service-section{
    background: url('images/service-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.service-section-opacity{
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
}

.service-heading-div{
    background-color: #1a1a1d;
    position: relative;
    height: 100%;
}

.service-heading-inner-div{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-white-headings{
    font-size: 33px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.main-service-div{
    border: 2px solid #6f2232;
    border-bottom: none;
    position: relative;
}

.main-service-div::before{
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 2px;
    height: 0;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

.main-service-div::after{
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    width: 2px;
    height: 0;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

.main-service-div:hover::before, .main-service-div:hover::after{
    height: 100%;
}

.service-div-top-line{
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

.service-imgs-div{
    transition: all .3s ease-in-out;
}

.service-headings-div{
    background-color: #6f2232;
    padding: 10px 0;
    transition: all .3s ease-in-out
}

.service-headings{
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
    transition: all .3s ease-in-out
}

.airport-section{
    background: url('images/airport-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.airport-section-opacity{
    background-color: rgba(0, 0, 0, .6);
    overflow: hidden;
}

.airport-heading-div{
    background-color: #6f2232;
    position: relative;
    height: 100%;
}

.airport-heading-inner-div{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.airport-station-links{
    display: inline-block;
    text-decoration: none !important;
}

.main-airport-div{
    background-color: rgba(195, 8, 63, .2);
    transition: all .3s ease-in-out;
}

.station-section{
    background: url('images/station-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.station-section-opacity{
    background-color: rgba(0, 0, 0, .6);
    overflow: hidden;
}

.main-station-div{
    background-color: #c3083f;
    position: relative;
    overflow: hidden;
}

.main-station-div::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    /*width: 50%;*/
    width: 0; 
    background-color: #6f2232;
    z-index: 0;
    transition: all .3s ease-in-out;
}

.main-station-div::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    /*height: 50%;*/
    width: 50%;
    height: 0; 
    background-color: #6f2232;
    z-index: 0;
    transition: all .3s ease-in-out;
}

.main-station-div:hover::before{
    width: 50%;
}

.main-station-div:hover::after{
    height: 50%;
}

.station-left-back{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 0;
    background-color: #6f2232;
    z-index: 0;
    transition: all .3s ease-in-out;
}

.station-right-back{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 50%;
    background-color: #6f2232;
    z-index: 0;
    transition: all .3s ease-in-out;
}

.station-imgs{
    position: relative;
    z-index: 1;
}

.fleet-section{
    background: url('images/fleet-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.fleet-section-opacity{
    background-color: rgba(0, 0, 0, .6);
    overflow: hidden;
}

.main-fleet-div{
    height: 100%;
    overflow: hidden;
    position: relative;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.main-fleet-div::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #ffffff;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.main-fleet-div::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
    background-color: #ffffff;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.main-fleet-div:hover::before, .main-fleet-div:hover::after{
    height: 100%;
}

.fleet-headings-div{
    background-color: #1a1a1a;
    display: block;
    float: left;
    width: 20%;
    height: 100%;
    padding: 30px 0;
}

.fleet-headings{
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 21px;
    font-weight: 700;
    color: #d40a45;
    margin: 0 auto;
}

.fleet-imgs-div{
    display: block;
    width: 80%;
    float: left;
    padding: 0 30px;
    height: 80%;
    border-right: 2px solid #c3083f;
    position: relative;
    overflow: hidden;
}

.fleet-imgs{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    /*animation-name: fleet_imgs_anim;*/
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transition: all .3s ease-in-out;
}

@keyframes fleet_imgs_anim{
    0%{
        transform: translateY(-50%) scale(1) rotateY(0deg);
    }
    10%{
        transform: translateY(-50%) scale(.6) rotateY(0deg);
    }
    100%{
        transform: translateY(-50%) scale(1) rotateY(359deg);
    }
}

.fleet-imgs-back-div{
    position: absolute;
    bottom: -30px;
    left: -15px;
    width: 200px;
    height: 50px;
    background-color: #ffffff;
    transform: rotateZ(14deg);
    z-index: 0;
}

.fleet-list-div{
    display: block;
    float: left;
    width: 80%;
    height: 100%;
    background-color: #c3083f;
    height: 20%;
}

.fleet-list{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.fleet-spans{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #c3083f;
    vertical-align: middle;
}
.footer-section{
    background-color: #1a1a1d;
}
.footer-section .row{
    align-items: center;
}
.copyright-div, .privacy-div{
    background-color: #1a1a1d;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.bg-color-ft{
    background-color: #1a1a1d;
}
.bg-color-ft-2{
    background-color: #c3083f;
}
.footer-para{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff !important;
    background-color: #1a1a1d;
    margin-bottom: 0;
    /*text-decoration: none !important;*/
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

.social-icon-div{
    background-color: #c3083f;
    text-align: center;
    padding-bottom: 10px;
}

.social-icons-list{
   display: flex;
   justify-content: center;
   align-items: center;
   padding-top: 20px;
    padding-bottom: 20px;
}

.social-icons-link{
    display: inline-block;
    transition: all .3s ease-in-out;
    background-color: #6f2232;
    padding: 5px;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}

.social-icons-link:hover{
    background-color: #1a1a1d;
}

/*inner pages styling*/
.inner-pages-header-section{
    background: url('images/inner-pages-header-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.inner-pages-header-opacity{
    background-color: rgba(0, 0, 0, .6);
    padding: 50px 0;
}

.address-paras{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}

.address-labels{
    font-size: 20px;
    font-weight: 500;
}

.mail-link{
    color: #ffffff !important;
}

.contact-form{
    background-color: rgba(26, 26,29, .8);
    padding: 30px 20px;
}
.map iframe{
    width: 100%;
}
.area-pages-header-section{
    background: url('images/areas-pages-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.area-pages-header-opacity{
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
}

/*404 page styling*/
.main-404-div{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.inner-404-div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.heading-404{
    font-size: 100px;
    font-weight: 700;
    color: #c3083f;
}

.sub-heading-404{
    font-weight: 700;
    color: #1a1a1d;
}

.para-404{
    font-size: 21px;
    font-weight: 500;
    color: #1a1a1d;
}

.link-404{
    text-decoration: none !important;
    text-decoration-color: #f4decb;
    color: #c3083f;
    transition: all .3s ease-in-out;
}

.link-404:hover{
    color: #1a1a1d !important;
}

@media screen and (max-width: 768px) {
    .call-icon-link span{
    display: none;
    }
   .header-section,
   .area-pages-header-section{
    background: none !important;
   }
   .header-section-opacity,
   .area-pages-header-opacity{
    background-color: #1a1a1d;
    padding: 20px 0 0 !important;
   }
   
   .header-heading {
    font-size: 24px !important;
    color: #fff;
}
.header-small-heading {
    font-size: 15px !important;
    letter-spacing: 0;
    margin: 0;
}
.sub-headings {
    font-size: 20px;
}
    .cus-col{
        padding-left: 4px !important;
        padding-right: 4px !important;
        margin-bottom: 0 !important;
    }
    .main-red-headings {
        font-size: 22px !important;
    }
    .main-white-headings {
        font-size: 26px;
    }
    .service-headings{
        font-size: 17px;
    }
    .about-section,
    .service-section,
    .airport-section,
    .station-section,
    .fleet-section{
        background: none;
    }
    .about-section-opacity,
    .service-section-opacity,
    .airport-section-opacity,
    .station-section-opacity,
    .fleet-section-opacity{
        background-color: #000;
    }
    .about-section-content-div{
        padding-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .custom-row{
        flex-direction: column-reverse;
    }
    .footer-section .col-lg-4:nth-child(2){
        order: -1;
    }
    .copyright-div{
        padding-bottom: 0;
    }
    .bannerForm{
        padding: 20px 0 !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .area-pages-header-opacity,
    .header-section-opacity{
        padding: 20px 0 !important;
    }
    .header-heading{
        font-size: 35px;
    }
    .header-small-heading{
        font-size: 20px;
    }
    
}