@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@1,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;700&display=swap");
*,*::before,*::after {box-sizing: border-box;}
body {font:400 16px/1.5 "PT Sans", sans-serif;overflow-x: hidden;
-webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;text-rendering: optimizeLegibility;}
img {max-width: 100%;vertical-align: top;outline: none;}
ul,li,body {margin: 0;}a,a:hover {text-decoration: none;}h2 {font-weight: 700;}ul li {list-style: none;}
#menu_bar {display: none;}.logo-design span {font:30px Georgia, serif;color: #dd0707;}
header {display: flex;position: relative;width: 100%;background: #eeeff7;justify-content: space-between;
align-items: center;height: 10vh;padding: 0 9em;box-shadow: 2px 2px 7.92px 0.08px #000000a6;}
.tac {text-align: center;}.taj {text-align: justify;}.ttu {text-transform: uppercase;}.ttc {text-transform: capitalize;}
header a {color: #0000008c;font-weight: 600;font-size: 14px;}
header a:hover,#menu_bar:hover > i {color: #dd0707;}
.menu a:hover {color: #eeeff7;}
.menu {position: absolute;top: 100%;background: #dd0707;left: 50%;transform: translateX(-50%);
width: 80vw;height: 48px;padding: 0;display: flex;justify-content: space-evenly;align-items: center;z-index: 11;}
.menu a {text-transform: uppercase;font:700 16px "Exo 2", sans-serif;color: #fff;}
.menu::after,.menu::before {content: "";position: absolute;width: 100px;height: 100%;background: #dd0707;top: 0;z-index: -8;}
.menu::before {left: -50px;transform: skewX(37deg);}.menu::after {right: -50px;transform: skewX(-37deg);}
.social a {margin: 0 6px;}
.mdropdown {display: block;position: relative;height: 100%;line-height: 48px;}
.mdown {background: #243136e6;position: absolute;padding: 0;width: 250px;top: 100%;display: none;left: -20px;}
.mdown a {width: 100%;display: block;border-left: 3px solid transparent;padding-left: 10px;background: transparent;border-bottom: 1px solid #5a6164;}
.mdown a:hover {background: #243136e6;border-left-color: #df1d1d;}
.mdropdown:hover .mdown {display: block;}.mdown.active {display: block;}.mdropdown i {margin-left: 5px;}
.h2c {margin-bottom: 30px;font: 3rem "Exo 2";}
.h2c > span {font-size: 2rem;display: block;color: #dd0707;font-weight: 400;}
.mybox {margin: auto;max-width: 1200px;width: 100%;}
.side_menu {position: fixed;top: 50%;left: 0;padding: 11px 0;margin: -89px 0 0;background: #fff;box-shadow: 0 6px 12px #00000040;z-index: 999;}
.side_menu_icon {display: block;position: relative;width: 64px;height: 52px;line-height: 52px;text-align: center;}
.side_menu_icon > span {display: block;position: absolute;left: 100%;top: 0;width: 100px;font-size: 18px;
background: #fff;box-shadow: 0 6px 12px #00000040;opacity: 0;visibility: hidden;color: #26211d;
-webkit-transform: translateX(-5px);transform: translateX(-5px);-webkit-transition: 0.3s ease;transition: 0.3s ease;}
.side_menu_icon > span:after {content: "";position: absolute;top: -10px;bottom: -10px;left: -20px;width: 20px;background: #fff;}
.side_menu_icon:hover {cursor: pointer;}
.side_menu_icon:hover > span {opacity: 1;visibility: visible;-webkit-transform: translateX(0);transform: translateX(0);}
.popup-wrap,.modal-wrap {position: fixed;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0, 0, 0, 0.7);
display: flex;justify-content: center;align-items: center;z-index: 100;}
.popup,.mymodal {position: relative;transition: transform 0.3s linear;background: white;
border-radius: 20px;box-shadow: 1px 2px 4px #ffffff4d;border: 5px solid #fff;}
.popup {height: 450px;width: 700px;}.mymodal {transform: scale(0);}
.modal_content {height: auto;}
.modal_content img {border-radius: 20px;}
button.close {position: absolute;right: 0;top: 0;transform: translate(50%, -50%);border-radius: 50%;
background: red;opacity: 1;width: 30px;height: 30px;text-align: center;display: inline-block;vertical-align: middle;}
@media (max-width: 1024px) {
.side_menu {top: auto;right: 30px;margin-top: 0;bottom: 30px;padding: 0;border-radius: 50%;}
.side_menu .side_menu_icon {display: none;}
}
@media screen and (max-width: 1300px) {.menu a {font-size: 14px;}}
@media screen and (max-width: 1100px) {.menu {width: 80vw;padding: 0;}}
@media screen and (max-width: 900px) {
header {padding: 0 2em;margin-bottom: 10vh;}
.logo {position: absolute;background: #0e1315;width: 100%;height: 10vh;top: 100%;left: 0;display: flex;
justify-content: space-between;align-items: center;padding: 0 20px;}
.logo a span:nth-child(2),.logo i {color: #fff;}
.logo a {transform: translateY(0);}
.menu {display: none;}
.menu {width: 100%;top: 20vh;background: #0e1315;padding: 0;}
.menu > li {display: block;width: 100%;background: #0e1315;}
.menu::after,.menu::before {display: none;}
.menu a {display: block;padding: 1rem;width: 100%;border-left: 3px solid transparent;
border-bottom: 1px solid #5a6164;background: transparent;}
.menu a:hover {background: rgba(36, 49, 54, 0.9);border-left-color: #df1d1d;}
#menu_bar {font-size: 30px;display: block;cursor: pointer;}
.mdropdown {height: auto;line-height: initial;}
.mdown {position: static;width: 100%;top: 0;left: 0;}
#menu.active {display: block;}
.h2c {font-size: 2rem;}.h2c > span {font-size: 1rem;}
}
@media screen and (max-width: 650px) {
.pfl {flex-direction: column;}
.pleft img {width: 100px;margin: 10px 0;}
.popup {height: auto;}
.popup .close {right: 50px;}
}
.dfb{display: block;}
header .logo-design img{height: 30px;}header .logo{margin: 0;padding: 5px;}header{min-height:10vh;height:auto;}
.side_menu i{color:#444;font-size:24px}
.logo-design span {font-family: Georgia, 'Times New Roman', Times, serif;}
.mdown a{padding: 10px;}
@media screen and (min-width:800px) {.dfb{display: flex;}}
#modal_image{max-height:90vh;max-width: 90vw;object-fit: contain;width: 100%;}.mymodal{width: auto;}

.df{display: flex;} footer{background-color: black;color: #8c8c8c;padding-top: 20px;}
.fhead{padding:0 30px;justify-content: space-evenly;}
.fsocial{max-width: 300px;width: 100%;justify-content: space-evenly;}
.faddress a, .fsocial a{color: #8c8c8c;}
.fsocial a{display: block;width: 50px;background: rgba(255, 255, 255, 0.2);height: 50px;line-height: 50px;
    border-radius: 50px;text-align: center;}
.faddress a:last-child{display: inline-block;margin:10px 0;}
.fsocial a:hover{background-color: #dd0707;color: #fff;}
.fhead a:hover{color: white;}
.copy{text-align: center;border-top: 1px solid #282828;padding: 10px 0;}
.copy a{color: #dd0707;}
@media screen and (max-width:900px) {
    .fhead a{font-size: 14px;}
}
@media screen  and (max-width:700px){
    .fhead{display: block;text-align: center;}
    .fsocial, .address{margin: auto;}
    .fsocial{padding: 10px 0;}
}

.bookride-section{padding:5em 4em;
    background-image: linear-gradient(to left , #dd0606dd, #dd0606dd) ,url('../images/cb1000r.png'); 
    background-repeat: no-repeat;background-position: center ; background-size:contain;width: 100%;
  }
  .bookride-section h2{font-size: 3rem;color: white;text-transform: uppercase;margin-bottom: 20px;}
    #test input, #test select{
        border-radius: 50px;
        background: transparent;
        color: white !important;
        border:1px solid white;
        margin-bottom: 15px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    #test input{display: block;width: 100%;height: 47px;
        line-height: 47px;padding: 0 21px;font-weight: 400;}
    #test .textarea{height: 100px;padding: 20px;}
    #sel select{
        visibility: visible;opacity:1;
    }
    #test-btn{
        border-radius: 50px;
        color: white;
        border:1px solid black;
        background-color: #000;
        padding: 10px 20px;
        font-size: 20px;
        text-transform: uppercase;
    }
    #test-btn:hover{background-color: transparent;color:#fff;}
    .float {position: relative;}
    .float span{position: absolute;top: 0;left: 0;color: white;transform: translate(50%,50%);
    background-color: transparent;display: inline-block;transition: transform 0.1s ease;}
    .float span::after{
        content: "";position: absolute;width: 100%;height: 100%;background: transparent;
        top: 0;left: 0;display: inline-block;z-index: -1;
    }
    .float span b{display: inline-block;position: relative;color:white;background: transparent;
    padding: 0 5px;font-weight: normal;}
    .float input:focus + span, .float span.active{
        transform: translate(50%,-50%);background-color: #e12929;
    }
    .float input:focus + span b, .float span.active b{background: #dd0606dd;}
    .float input:focus + span::after, .float span.active::after{background: white;}
  