:root {
    --text-white: #fff;
    --body-font: "Roboto", sans-serif;
}

.text-white {
    color: var(--text-white);
}

.fs-09 {
    font-size: .938em;
}

.fs-08 {
    font-size: .850em;
}

.lh-1-1 {
    line-height: 1.1;
}

body {
    font-family: var(--body-font);
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
}

.section-full-height {
    min-height: 100vh;
}

.py-6 {
    padding-top: 6em;
    padding-bottom: 6em;
}

.pt-6 {
    padding-top: 6em;
}

.pb-6 {
    padding-bottom: 6em;
}

h1 {
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    margin-bottom: 10px;
}

h2 {
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    margin-bottom: 10px;
}

h3 {
    color: #163472;
    font-style: italic;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 400;
}

.book-btn {
    background: #EF5336;
    color: #FFFFFF;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 8px 45px;
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
    border: 0;
}

p {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 200;
    margin-bottom: 0;
    font-style: normal;
}

.nav .nav-item {
    padding: 0 15px;
}

.nav .nav-item a {
    color: #241F21;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 0 5px;
    cursor: pointer;
    font-weight: 300;
}

.nav .nav-item a.active {
    font-weight: 600;
    position: relative;
}

.nav .nav-item a.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #EF5336;
    left: 0;
    bottom: 0;
}

.intl-tel-input,
.intl-tel-input input {
    width: 100%;
    /* height: 46px; */
}


/* Header Block Starts */

.header-block {
    position: absolute;
    z-index: 999999999;
    width: 100%;
    top: 0;
    left: 0;
}

.header-block .left-logo {
    width: 260px;
}

.header-block .right-logo {
    width: 180px;
}


/* Header Block Ends */


/* Hero Section Starts */

.banner-section {
    background-image: url(../images/banner-web.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100dvh;
    background-position: center;
}

.banner-section .banner-btm {
    width: 45%;
    left: 0;
    right: 0;
    bottom: 1em;
    margin: auto;
}


/* Hero Section Ends */


/* Form Section Starts */

.contact-block {
    background: #000;
    color: #fff;
}

.contact-block label {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.contact-block input[type="text"],
.contact-block select {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 65%);
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    padding: 10px 0 0;
    font-weight: bold;
    width: 100%;
}

.contact-block select option {
    color: #000000;
}

.contact-block .intl-tel-input .country-list {
    color: #000000;
    z-index: 999999999;
    background: #fff;
}

.contact-block .intl-tel-input .country-list .country {
    background: #fff;
    position: relative;
    z-index: 999999999;
}

.contact-block .intl-tel-input.allow-dropdown .flag-container,
.contact-block .intl-tel-input.separate-dial-code .flag-container {
    height: 40px;
}

.intl-tel-input.iti-container {
    z-index: 999999999!important;
}

input[type="text"]:focus,
select:focus,
input[type="text"]:focus-visible,
select:focus-visible {
    outline: none;
}

.contact-block input::placeholder {
    color: #fff;
}

.contact-block .book-btn {
    margin-top: 2em;
}


/* Form Section Ends */


/* Slider Section Starts */

.slider-block {
    overflow: hidden;
}

.slider-block h2 {
    margin-bottom: 20px;
}

.slider-block .craft-slide-items {
    right: -6em;
}

.slider-block .craft-slide-items .craft-slide-item {
    padding: 0 10px
}

.slider-block .craft-slide-items .craft-slide-item .slide-item-contents h4 {
    color: #163472;
    font-weight: 700;
    font-size: 21px;
    margin: 20px 0 5px;
}

.slider-block .craft-slide-items .craft-slide-item .slide-item-contents p {
    font-weight: 400;
    font-style: italic;
}


/* Slider Section Ends */


/* Infinity Block Starts */

.infinity-block {
    background-image: url(../images/infinity-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100dvh;
    background-position: center;
}

.infinity-block h3 {
    color: #163472;
    font-weight: 700;
    font-size: 21px;
    margin: 20px 0 5px;
}

.infinity-block p {
    font-weight: 400;
    font-style: italic;
}

.infinity-block .infinity-lists {
    margin: 2em 0;
}

.infinity-block .infinity-lists li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}

.infinity-block .infinity-lists li:last-child {
    margin-right: 0;
}

.infinity-block .infinity-lists li img {
    height: 50px;
    width: auto;
}


/* Infinity Block Ends */


/* Color Block Starts */

.color-block .nav {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.color-block .nav .nav-item a {
    color: #fff;
}


/* Color Block Ends */


/* Car Tab Block Starts */

.car-tabs .nav .nav-item {
    padding: 0 15px 0 0;
}

.car-tabs .nav .nav-item a {
    font-size: 21px;
    font-style: italic;
    color: #9D9FA1;
}

.car-tabs .nav .nav-item a.active {
    color: #000000;
}

.bg-blue {
    background-color: #47677b;
}

.bg-red {
    background-color: #c04047;
}

.car-lists li.bg-siver {
    background-color: #aaadb7;
    color: #000;
}

.bg-bluishblack {
    background-color: #231f20;
}

.car-lists li.bg-arctic {
    background-color: #c9c8c8;
    color: #000;
}

.bg-magma {
    background-color: #7c7b7e;
}

.bg-mystic {
    background-color: #223e4b;
}

.new-tag {
    background: #47677b;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 7px 2px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    left: 3em;
}

.new-tag::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 12px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #47677b;
}

.car-lists li {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    transform: skew(-15deg);
}

.car-lists.full li {
    width: 100%;
}

.car-lists li span {
    display: inline-block;
    transform: skew(15deg);
    font-size: 15px;
}


/* Footer Block Starts */

.footer-block {
    background: #000;
}

.footer-block small {
    font-weight: 200;
    color: #fff;
}


/* Footer Block Ends */


/* Sliding Form */

#instant-callback-div {
    position: fixed;
    vertical-align: top;
    right: -245px;
    top: 16%;
    z-index: 999999999;
}

#instant-callback-div .instant-switch {
    background: url(../images/enquire.png) no-repeat scroll 0 0 #fff;
    background-size: 42px;
    box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.2);
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 175px;
    cursor: pointer;
    margin-top: 6em;
    border-radius: 5px;
}

#instant-callback-div .content-switcher {
    display: inline-block;
    width: 280px;
    margin: 0 0 0 -4px;
    vertical-align: top;
    border-radius: 6px;
    background: #fefefe;
    padding: 2em 1em;
}

.sliding-form label {
    font-size: .875em;
    color: var(--text-dark);
    font-weight: normal;
    display: block;
}

.sliding-form label.error {
    color: red;
}

.sliding-form input,
.sliding-form select {
    border: 1px solid #000;
    font-size: 15px;
    padding: 6px 10px;
    width: 100%;
}

.sliding-form .intl-tel-input.separate-dial-code .flag-container {
    height: 35px;
}


/* .sliding-form input,
.sliding-form textarea {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    height: 30px;
    width: 100%;
    font-weight: var(--fw-semibold);
    font-size: 14px;
} */

.sliding-form input:focus-visible,
.sliding-form textarea:focus-visible {
    outline: none;
}

.sliding-form textarea {
    resize: none;
}

.sliding-form input[type="submit"] {
    color: #fff;
    background-color: var(--bg-primary);
    border: 1px solid var(--bg-primary);
    width: auto;
    padding: 8px 20px;
    text-transform: uppercase;
    height: auto;
    font-size: 15px;
}

#hide {
    background-color: var(--bg-primary);
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 0;
}

#switch-for-mobile,
#switch-panel-mobile {
    display: none;
}

#open-link {
    position: fixed;
    cursor: pointer;
    z-index: 999999999;
    bottom: 0;
    background-repeat: no-repeat;
    width: 100%;
    background: #163472;
    text-align: center;
    padding: 6px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    animation: breathe 3s ease-in-out infinite;
}

@keyframes breathe {
    0%,
    100% {
        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
    }
    50% {
        box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.25);
    }
}

.up-arrow {
    animation: upBounce 1s ease-in-out infinite;
    font-weight: 500;
}

@keyframes upBounce {
    0%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-6px);
    }
    60% {
        transform: translateY(-3px);
    }
}

#switch-panel-mobile {
    padding: 2.65em 1em 1em;
    width: 100%;
    right: 0;
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    background: #fefefe;
}

#close-link {
    background-color: var(--bg-primary);
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 0;
}

@media only screen and (orientation: landscape) {
    #switch-panel-mobile {
        height: 150px;
        overflow: scroll;
    }
}


/* Sliding Form Ends*/

@media (min-width: 768px) and (max-width: 992px) {}

@media (max-width: 767.98px) {
    p br {
        display: none;
    }
    .pt-6 {
        padding-top: 3em;
    }
    .pb-6 {
        padding-bottom: 3em;
    }
    .py-6 {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .fs-09 {
        font-size: .813em;
    }
    h1 {
        margin-bottom: 5px;
    }
    .banner-section {
        text-align: center;
        background-image: url(../images/mbl-banner.png);
    }
    .banner-logo {
        width: 200px;
        margin-bottom: 1em;
    }
    .contact-block .book-btn {
        margin-top: 1em;
    }
    .slider-block .craft-slide-items {
        right: 0;
    }
    .infinity-block {
        background-image: none;
        background-color: #f2f2f2;
    }
    .infinity-block .infinity-lists li {
        margin-right: 5px;
    }
    .infinity-block .infinity-lists li img {
        height: 45px;
    }
    .color-block .nav {
        position: initial !important;
        margin: 1em 0 0;
    }
    .color-block .nav .nav-item {
        background: #fff;
        width: 50%;
    }
    .color-block .nav .nav-item a {
        font-size: 14px;
        line-height: 1;
    }
    .nav .nav-item {
        padding: 0 5px;
    }
    .nav .nav-item a {
        font-size: 16px;
    }
    .slick-dots {
        text-align: center;
    }
    .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }
    .slick-dots li button {
        padding: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 0;
        background: #000;
        color: transparent;
        margin-top: 1em;
        opacity: .3;
    }
    .slick-dots li.slick-active button {
        opacity: 1;
    }
    .color-block .nav .nav-item a {
        color: #000;
    }
    .new-tag {
        font-size: 12px;
    }
    .car-tabs .nav .nav-item a {
        font-size: 16px;
    }
    .car-item {
        margin-bottom: 1em;
    }
    .car-img img {
        width: 200px;
        display: block;
        margin: auto;
    }
    .car-lists li {
        padding: 5px 10px;
    }
    .car-lists li span {
        font-size: 13px;
    }
}