* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

:root {
    --primary-color: #59ab97;
}

@font-face {
    font-family: "CodeNextRegular";
    src: url('../fonts/Fontfabric-CodeNext-Regular.otf');
}

@font-face {
    font-family: "CodeNextThin";
    src: url('../fonts/Fontfabric-CodeNext-Thin.otf');
}

@font-face {
    font-family: "CodeNextSemi";
    src: url('../fonts/Fontfabric-CodeNext-SemiBold.otf');
}

@font-face {
    font-family: "CodeNextBold";
    src: url('../fonts/Fontfabric-CodeNext-Book.otf');
}

@font-face {
    font-family: "CodeNextExtra";
    src: url('../fonts/Fontfabric-CodeNext-ExtraBold.otf');
}

@font-face {
    font-family: "CodeNextBook";
    src: url('../fonts/Fontfabric-CodeNext-ExtraBold.otf');
}

@font-face {
    font-family: "BarlowSemiCondensed-Regular";
    src: url('../fonts/BarlowSemiCondensed-Regular.ttf');
}

@font-face {
    font-family: "TS-Block-Bold";
    src: url('../fonts/TS-Block-Bold.ttf');
}

h1 {
    font-family: "TS-Block-Bold";
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "CodeNextBold";
}

p,
li,
a,
button {
    font-family: "CodeNextRegular";
}

img {
    width: 100%;
}

section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt_80 {
    padding-top: 80px;
}

.sticky_btn {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 100;
}

.booknow_sticky {
    display: inline-block;
    color: #fff;
    background-color: var(--primary-color);
    word-break: break-all !important;
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 16px 10px;
    width: 2em;
    text-align: center;
    border-radius: 5px;
    box-shadow: -1px 4px 4px grey;
}

/* Mihos */

.para1 {
    position: relative;
    z-index: 10;
}

.headingDiv {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.common_icon {
    width: 110px;
    height: auto;
    margin-bottom: -20px;
}

.common_heading {
    color: #000;
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 120%;
    position: relative;
}

.performance {
    font-size: 30px !important;
}

.para {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    margin-right: 60px;
    margin-bottom: 20px;
    text-align: justify;
}

.first_bike {
    margin-top: -80px;
    z-index: 0;
}

.quote {
    padding: 0% 5%;
}

.quote p {
    font-size: 42px;
    color: #0c0c0c;
    text-decoration: none;
    text-align: center;
    font-family: "CodeNextExtra";
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 0px 1px 1px #707070;
}

.quote img {
    width: 90%;
    margin: auto;
}

.black_shade {
    padding: 40px 15px;
}

.black_shade img {
    margin: auto;
    width: 50%;
}

/* BIKE COLOR */

.color_img {
    position: absolute;
    left: 6%;
    bottom: 0%;
    width: 60%;
}

.bike_bg {
    background-image: url(../img/bike-color/color_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}

.border-Y:before {
    content: "";
    position: absolute;
    background-color: #d9d9d9;
    width: 100%;
    height: 4px;
    top: -20px;
    left: 0;
}

.border-Y:after {
    content: "";
    position: absolute;
    background-color: #d9d9d9;
    width: 100%;
    height: 4px;
    bottom: -20px;
    left: 0;
}

.border_bottom:after {
    content: "";
    position: absolute;
    background-color: #d9d9d9;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}

.bike-color .swiper-slide {
    flex-shrink: 0;
    width: fit-content;
    height: 150px !important;
    position: relative;
    transition-property: transform;
}

.bike-color .bike_btn_wrap {
    overflow-y: hidden;
    height: auto;
    position: relative;
    background-color: #fbfbfb;
    padding: 0;
}

.bike-color .swiper {
    width: 100%;
    height: 540px;
    overflow-y: hidden;
}

.bike-color .swiper-wrapper {
    margin-top: 80px;
    align-items: center;
}

.color_btn {
    width: 200px;
    height: auto;
    box-shadow: 1px 1px 6px grey;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    background-color: #fff;
}

.color_btn img {
    width: 70%;
    margin: auto;
}

.bike-color .swiper-button-prev {
    left: 50% !important;
    top: 0% !important;
    transform: rotate(90deg);
    transform-origin: left center;
}

.bike-color .swiper-button-next {
    left: 50% !important;
    bottom: 10px !important;
    top: auto !important;
    transform: rotate(90deg);
    transform-origin: left center;
}

.bike-color .swiper-button-next,
.bike-color .swiper-button-prev {
    color: #000 !important;
}

.bike-color .swiper-button-next:after,
.bike-color .swiper-button-prev:after {
    font-size: 30px !important;
}

/* COUNTER SECTION */

.counter_spec {
    margin-top: 80px;
}

.counterDiv {
    padding: 10px 5px 20px 5px;
}

.start-counter {
    text-align: left;
    font-size: 18px;
    color: #4e4e4e;
    margin-bottom: 5px;
}

.counter {
    text-align: left;
    font-size: 27px;
    color: #000;
    font-weight: bold;
    font-family: "TS-Block-Bold";
    display: inline-block;
}

.counterDiv span {
    font-size: 14px;
    color: #606060;
    padding-left: 3px;
    letter-spacing: -0.5px;
}

/* animated video */

#vidAnim {
    z-index: 100;
}

.videoAnim:hover {
    display: block;
}

.videoAnim {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 100;
}

.showvideo:hover+.videoAnim {
    display: block;
    color: red;
    z-index: 100;
}

/* FEATURE COUNTER VERTICAL SWIPER*/

.feature_slider {
    overflow-y: hidden;
    position: relative;
    height: 100%;
}

.feature_slider .swiper-slide {
    flex-shrink: 0;
    width: fit-content;
    height: 150px;
    position: relative;
    transition-property: transform;
}

.feature_slider .bike_btn_wrap {
    overflow-y: hidden;
    height: 100%;
    position: relative;
    background-color: #fbfbfb;
    padding: 0;
}

.feature_slider .swiper {
    width: 100%;
    height: 530px;
}

.bike-color .swiper-wrapper {
    margin-top: 50px;
    align-items: center;
}

.color_btn {
    width: 200px;
    height: auto;
    box-shadow: 1px 1px 6px grey;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    background-color: #fff;
}

/* END COUNTER SECTION */

.iot {
    background-color: #f7f5f5;
}

.iot_content {
    margin-top: 30%;
}

.app_btn {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}

.app_btn .appbtn_wrap {
    display: contents;
}

.app_btn a {
    position: relative;
}

.app_btn .appbtn_wrap img {
    width: 80%;
    height: auto;
    box-shadow: 1px 1px 9px 2px #7c7c7c;
    border-radius: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease-in-out;
}

.app_btn .appbtn_wrap img:hover {
    width: 90%;
    box-shadow: 0px 0px 8px 1px #7c7c7c;
}

/* SPECIFICATION */

.spec_section {
    background-image: url(../img/spec_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.collapsible {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: "CodeNextBold";
    position: relative;
}

.collapsible:after {
    content: "+";
    position: absolute;
    width: 8%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 145%;
}

.specification .active,
.collapsible:hover {
    background-color: #f3f5f4;
}

.spec_container {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #fdfdfd;
    margin: 10px 10px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #f9f9f9;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

td {
    width: 50%;
}

.contact_form {
    text-align: center;
}

.otp {
    margin: 0px 80px;
    background-color: #f7fffd;
    border-radius: 10px;
    border: 1px solid #c2dbd2;
}

.otp p {
    font-size: 13px;
    margin-right: 20px;
}

.otp_wrap {
    margin: 20px 0px;
}

.otp .form-control:not(textarea):not([size]) {
    height: 34px;
}

.sub-heading {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.mihos_logo {
    border: 1px solid #8d8b8b;
    padding: 120px 70px;
}

.mihos_logo {
    width: 80%;
    margin: 30px 0px;
}

.mihos_logo img {
    width: 100%;
}

/* FEATURE SECTION */

.feature_container {
    padding: 0px 100px;
}

.feature_container h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature_container p {
    font-size: 16px;
    color: #000;
    padding-right: 30px;
}

.feature_container img {
    width: 70%;
    float: right;
}

.feature_section .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 40px;
    left: auto;
}

.feature_section .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 40px;
    right: auto;
}

.feature_section .swiper-wrapper {
    align-items: center !important;
    height: 70vh;
}

.feature_section .swiper-button-next,
.feature_section .swiper-button-prev {
    color: #000;
}

/* RESPONSIVE */

@media screen and (min-device-width: 992px) {
    .container_xl {
        padding: 0% 5%;
    }
    .pl_30 {
        padding-left: 5%;
    }
    .orderDesk {
        display: block;
    }
    .orderph {
        display: none;
    }
    .feature_section .swiper-slide {
        height: auto !important;
    }
}

@media screen and (max-device-width: 991px) {
    section {
        padding-top: 30p;
        padding-bottom: 0;
    }
    .quote {
        padding: 0;
    }
    .pt_80 {
        padding-top: 0px;
    }
    .container_xl {
        padding: 0% 5%;
    }
    .first_bike {
        margin-top: -30px;
    }
    .para {
        margin-right: 0;
    }
    .bike-color .swiper {
        width: 100%;
        height: auto;
        margin: 20px 20px;
    }
    .bike-color .swiper-wrapper {
        margin-top: 30px;
        align-items: center;
        padding-bottom: 30px;
    }
    .feature_slider {
        padding: 20px 40px;
    }
    .feature_slider .swiper {
        height: auto;
    }
    .feature_slider .swiper-slide {
        height: auto;
        border-radius: 15px;
    }
    .feature_slider .swiper-slide img {
        border-radius: 15px;
    }
    .iot_content {
        margin: 40px 0px 20px 0px;
    }
    .spec_section {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    /* ORDER CHANGE IN PHONE */
    .orderDesk {
        display: none;
    }
    .orderph {
        display: block;
        padding-bottom: 60px;
    }
    .quote {
        padding: 40px 10px;
    }
    .submit_btn {
        font-size: 16px;
    }
    .mihos_logo {
        margin: 0 auto 80px;
    }
    .mihos_logo {
        padding: 10px 70px;
    }
    .otp {
        margin: 20px 10px;
    }
    /* FEATURES SLIDER */
    .feature_container {
        padding: 0px;
    }
    .feature_container h3 {
        font-size: 18px;
    }
    .feature_container p {
        font-size: 14px;
    }
    .feature_section .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 45%;
        left: auto;
        top: 70%;
    }
    .feature_section .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 45%;
        right: auto;
        top: 70%;
    }
    .colrBtnSwiperPh .swiper-pagination {
        display: none;
    }
}

@media screen and (max-device-width: 471px) {
    .featured_img .color_img {
        left: 3% !important;
        width: 78% !important;
    }
}

@media screen and (max-device-width: 574px) {
    .logo img {
        max-height: 42px;
    }
    .common_heading {
        font-size: 22px;
    }
    .common_icon {
        width: 50px;
    }
    .first_bike {
        margin-top: 0px;
    }
    .quote p {
        font-size: 18px;
    }
    .color_btn {
        width: 150px;
    }
    .color_btn img {
        width: 60%;
    }
    .bike-color .swiper-slide {
        height: auto;
    }
    .bike-color .swiper {
        height: 150px !important;
    }
    .bike_bg {
        height: 350px;
    }
    .start-counter {
        font-size: 13px;
    }
    .sub-heading {
        font-size: 18px;
    }
    .submit_btn {
        font-size: 16px;
    }
    .mihos_logo {
        margin: 0 auto 50px;
    }
    .black_shade img {
        margin: auto;
        width: 70%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: auto !important;
        left: 0;
        width: 100%;
        padding: 10px;
        top: 30%;
    }
    div#orderslider1 {
        order: 1;
    }
    div#orderslider2 {
        order: 2;
    }
    .feature_container img {
        width: 30%;
        float: inherit;
        margin: 0px auto 30px;
    }
    .feature_container h3 {
        text-align: center;
    }
    .feature_container p {
        text-align: center;
        padding: 0;
    }
    .feature_section .swiper-button-next {
        right: 42%;
    }
    .feature_section .swiper-button-prev {
        left: 42%;
    }
    .feature_section .swiper-button-next,
    .feature_section .swiper-button-prev {
        top: 85%;
    }
    .feature_section .swiper-button-next:after,
    .feature_section .swiper-button-prev:after {
        font-size: 30px;
    }
    .feature_section .swiper-wrapper {
        align-items: center !important;
        height: 400px;
    }
    .app_btn {
        bottom: 6%;
    }
    .app_btn a {
        width: 50px;
        height: 50px;
    }
    .quote {
        padding: 0px;
    }
    .collapsible:after {
        width: 13%;
    }
    .otp {
        margin: 20px 0px 50px;
        padding: 10px;
    }
    .quote p {
        font-size: 18px;
    }
}

@media (min-device-width: 575px) and (max-device-width: 767px) {
    .common_heading {
        font-size: 30px;
    }
    .common_icon {
        width: 80px;
    }
    .quote p {
        font-size: 25px;
    }
    .color_btn {
        width: 180px;
    }
    .color_btn img {
        width: 60%;
    }
    .bike-color .swiper-slide {
        height: auto;
    }
    .bike_bg {
        height: 450px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: auto !important;
        left: 0;
        width: 100%;
        padding: 10px;
        top: 30%;
    }
    div#orderslider1 {
        order: 1;
    }
    div#orderslider2 {
        order: 2;
    }
    .feature_container img {
        width: 30%;
        float: inherit;
        margin: 0px auto 30px;
    }
    .feature_container h3 {
        text-align: center;
    }
    .feature_container p {
        text-align: center;
        padding: 0;
    }
    .feature_section .swiper-button-next,
    .feature_section .swiper-button-prev {
        top: 92%;
    }
    .app_btn {
        bottom: 6%;
    }
    .app_btn a {
        width: 80px;
        height: 80px;
    }
    .feature_section .swiper-wrapper {
        height: 450px;
    }
    .quote p {
        font-size: 22px;
    }
}

@media (min-device-width: 768px) and (max-device-width: 992px) {
    .common_heading {
        font-size: 36px;
    }
    .iot_content {
        margin: 70px 0px 20px 0px !important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: auto !important;
        left: 0;
        width: 100%;
        padding: 10px;
        top: 24%;
    }
    .app_btn {
        bottom: 6%;
    }
    .app_btn a {
        width: 100px;
        height: 100px;
    }
    .quote p {
        font-size: 30px;
    }
}

@media (max-device-width: 1360px) and (min-device-width: 992px) {
    .feature_section .swiper-wrapper {
        align-items: center !important;
        height: 45vh;
    }
    .app_btn {
        bottom: 8%;
    }
    .app_btn a {
        width: 70px;
        height: 70px;
    }
}

@media (max-device-width: 1679px) and (min-device-width: 1360px) {
    .app_btn {
        bottom: 8%;
    }
    .app_btn a {
        width: 80px;
        height: 100px;
    }
}

@media (min-device-width: 1200px) and (max-device-width: 1679px) {
    .container_xl {
        padding: 0% 5%;
    }
    .bike_bg {
        height: 90vh;
    }
}

@media screen and (min-device-width: 1680px) {
    .container_xl {
        padding: 0% 8%;
    }
    section {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .common_icon {
        width: 150px;
    }
    .common_heading {
        font-size: 64px;
    }
    p {
        font-size: 22px;
    }
    .bike_bg {
        height: 90vh;
    }
    .color_btn {
        width: 300px;
    }
    .bike-color .swiper {
        width: 100%;
        height: 80vh;
    }
    .bike-color .swiper-slide {
        height: 250px !important;
    }
    .feature_container {
        padding: 0% 12%;
    }
    .feature_container h3 {
        font-size: 42px;
    }
    .feature_container p {
        font-size: 22px;
    }
    .feature_container img {
        width: 50%;
        float: right;
    }
    .app_btn {
        bottom: 8%;
    }
    .app_btn a {
        width: 120px;
        height: 120px;
    }
    .feature_section .swiper-wrapper {
        height: 500px;
    }
    .quote p {
        font-size: 52px;
    }
}

/* Tejas otp verify*/

#flesh-message {
    display: none;
}

.resend_otp {
    display: none;
}

.send_otp {
    display: block;
}