@font-face {
    font-family: "OpenSans";
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans-bold";
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    position: relative;
}

html, body {
    min-height: 100%;
    height: 100%;
}

body {
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 14px;
    color: #edf0f2;
    background: #1b1c1b;
}

body.fixed_nav {
    padding-top: 85px;
}

a:active,
a:hover,
a:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: 0;
    text-decoration: none;
}

a {
    display: inline-block;
    color: #edf0f2;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

* a:hover {
    color: #4b7002;
    text-decoration: none;

}

img {
    max-width: 100%;
}

strong {
    font-weight: bold;
}

ul, li {
    padding: 0;
    list-style: none;
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

/*general styles*/
.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.line_text {
    line-height: 30px;
}

.ul_clear {
    padding: 0;
    list-style: none;
    margin: 0;
}

.tooltip {
    font-family: inherit;
}

.text-small {
    font-size: 12px;
}

.italic {
    font-style: italic;
}

.nowrap {
    white-space: nowrap;
}

a.text-white {
    color: #FFF;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.bold {
    font-family: 'OpenSans-bold', Arial, sans-serif;
    font-weight: bold;
}

/*start styles*/
.container {
    position: relative;
}

@media (min-width: 1600px) {
    .container-xlarge {
        max-width: 1570px;
    }
}

.theme_color,
a.theme_color {
    color: #da2624;
}

.theme_color2,
a.theme_color2 {
    color: #adadad;
}

.theme_hover:hover,
a.theme_hover:hover {
    color: #da2624;
    text-decoration: none;
}

.theme_bg {
    background-color: #da2624;
}

a.theme_btn,
.theme_btn {
    background: #da2624;
    display: inline-block;
    padding: 13px 30px;
    margin: 20px 0;
    border: 0;
    z-index: 5;
    color: #FFF;
    font-size: 16px;
    border-radius: 47px;
    transition: all 0.4s ease 0s;
}

a.theme_btn:hover,
.theme_btn:hover {
    background: #595959;
    color: #FFF;
}

.theme_btn2,
a.theme_btn2 {
    padding: 12px 32px;
    display: inline-block;
    margin: 20px 0;
    background: #FFF;
    border: 0;
    font-size: 16px;
    color: #da2624;
    border-radius: 35px;
    transition: all 0.3s ease-in-out 0s;
}

.theme_btn2:hover,
a.theme_btn2:hover {
    background: #595959;
    color: #FFF;

}

.alert-theme {
    background-color: #404041;
    border-color: #2e2e2e;
    color: #f5dd68;

}

/*start styles*/
.home_intro {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    padding: 50px 0;
}

#base-layer {
    overflow: hidden;
    height: 100vh;
}

#layer-one {
    /*background-image: url(../images/intro.jpg);*/
    background-position: center right;
    background-size: cover;
    height: 103%;
    width: 103%;
    overflow: hidden;
}

#layer-two {
    /*background-image: url(../images/intro-layer.png);*/
    /*background-image: url(../images/intro-layer2.jpeg);*/
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.intro_logo a {
    max-width: 280px;
    display: inline-block;
}

.intro_text {
    color: #adadad;
    font-size: 18px;
    line-height: 33px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
}

.intro_mail {
    font-size: 18px;
}

.intro_mail:hover {
    color: #adadad !important;
}

.steps_page {
    background: url(../images/inner_bg.jpg) no-repeat left bottom / cover;
    width: 100%;
    min-height: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
}

.steps_side {
    background: #1b1c1b;
    min-height: 100%;
    padding: 30px 15px;
}

.inner_logo a {
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}

.steps_num {
    display: block;
    font-size: 20px;
    color: #da2624;
    margin-bottom: 20px;
    text-align: center;
}

.steps_list {
    display: block;
}

.steps_list li {
    display: block;
    background: #dedede;
    padding: 23px 30px;
    border-radius: 28px;
    margin-bottom: 30px;
    color: #1d1d1d;
    counter-increment: StepCounter;
    position: relative;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    margin-right: 35px;
}

.steps_list li.active {
    background-image: linear-gradient(to right, #e53935, #e35d5b);
}

.steps_list li:after {
    content: counter(StepCounter);
    position: absolute;
    width: 40px;
    height: 40px;
    left: calc(100% + 28px);
    top: calc(50% - 20px);
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    background: #dedede;
    color: #1d1d1d;
}

.steps_list li.active:after {
    background-image: linear-gradient(to right, #e53935, #e35d5b);
    color: #FFF;
}

.steps_list li h5 {
    font-size: 19px;
    margin-bottom: 10px;
}

.steps_list li p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.steps_list li.active h5, .steps_list li.active p {
    color: #FFF;
}

.footer_social {
    display: block;
}

.footer_social li {
    display: inline-block;
}

.footer_social li a {
    display: block;
    font-size: 18px;
    color: #adadad;
    margin: 10px 5px;
}

.footer_social li a:hover {
    color: #da2624 !important;
}

.intro_social li a {
    font-size: 18px;
    margin: 15px 25px 15px 0;
}

.copyrights {
    font-size: 12px;
    color: #adadad;
    text-align: center;
}

.sgp_form {

}

.sgp_form textarea {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .8);
    color: #1b1c1b;
    height: 125px;
    padding: 15px 20px;
}

.sgp_form input {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .8);
    color: #1b1c1b;
    padding: 12px 20px;
}

.sgp_form input::-webkit-outer-spin-button,
.sgp_form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sgp_form input[type=number] {
    -moz-appearance: textfield;
}

#back_to_step2 {
    font-size: 18px;
}

.view_product {
    margin-top: 20px;
}

.view_prod_name {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 20px;
}

.view_prod_desc {
    color: #FFF;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.view_prod_btn {
    display: block;
}

.view_prod_btn span {
    display: inline-block;
    margin: 5px 20px 5px 0;
    background: #C5C2C2;
    color: #000;
    padding: 10px 25px;
    border-radius: 40px;
}

.video_play:hover {
    color: #d82624;
}

/*
Home Page
*/
.main_header {
    background: #1b1c1b;
    padding: 15px 0;
    position: relative;
    transition: all 0.4s ease 0s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.fixed_nav .main_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.top_logo {
    margin: 0;
}

.top_logo a {
    display: inline-block;
    height: 55px;
}

.top_logo a img {
    height: 100%;

}

a.res_menu_btn {
    font-size: 22px;
    color: #FFF;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #C5C2C2;
}

a.res_menu_btn:hover {
    background: #DA2624;
}

.main_nav ul li {
    position: relative;
}

.main_nav > ul > li {
    display: inline-block;
    margin-left: 5px;
}

.main_nav > ul > li > a,
.main_nav > ul > li > label {
    display: block;
    font-size: 14px;
    color: #FFF;
    padding: 10px 10px;
}

.main_nav > ul > li:hover > a {
    background: #4F4F4F;
}

.main_nav > ul > li.has_submenu > a {
    padding-right: 30px;
    position: relative;
    z-index: 20;
}

.main_nav > ul > li.has_submenu > a:before,
.main_nav > ul > li.has_submenu > label:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    right: 10px;
    font-weight: 600;
    position: absolute;
    top: 11px;
    font-size: 16px;
}

.main_nav li.has_submenu > ul.submenu {
    position: absolute;
    top: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: start;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.085);
    left: 0;
    z-index: 19;
    width: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.main_nav li.has_submenu:hover > ul.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    width: auto;
    min-width: 100%;
}

.main_nav li.has_submenu > ul.submenu li .submenu {
    left: 100%;
}

.main_nav li.has_submenu > ul.submenu li:hover > .submenu {
    top: 0;
}

.main_nav > ul > li.has_submenu li.has_submenu > a:before {
    content: "\f104";
    font-family: 'FontAwesome';
    color: #3bc2b2;
    right: 10px;
    position: absolute;
    font-weight: 600;
    top: 0;
    font-size: 18px;
}

.main_nav li.has_submenu > ul.submenu a {
    display: block;
    line-height: 30px;
    color: #9b9b9b;
    padding: 5px 0 5px 15px;
    white-space: nowrap;
    font-size: 16px;
}

.main_nav li.has_submenu > ul.submenu > li:hover > a {
    color: #DA2624;
    border-left: 5px solid #DA2624;
}

/*
Slider
*/
.home_slider {
    display: block;
}

.home_slider .carousel-item {
    height: calc(100vh - 85px);
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.home_slider .h_slide_text h4 {
    color: #FFF;
    font-weight: bold;
    margin-bottom: 25px;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}

.home_slider .h_slide_text p {
    color: #FFF;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}

.home_slider .h_slide_img {
    position: relative;
}

.home_slider .h_slide_img img {
    position: absolute;
    opacity: 0;
    right: 0;
    top: calc(50% - 190px);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1.5s;

}

.home_slider .h_slide_img img:nth-child(2n) {
    transform: translate(-40px, 25px);
    animation-delay: 2.5s;
}

.home_slider .h_slide_img img:nth-child(3n) {
    transform: translate(-80px, 55px);
    animation-delay: 3.5s;
}

.home_slider .carousel-item.active .h_slide_text {
    opacity: 0;
    position: relative;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: .5s;
}

.home_slider .slider_btns {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 80px);
    right: 0;
    text-align: end;
}

.home_slider .slider_btns a {
    background: #EDF0F2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    color: #000;
    display: inline-block;
    margin-left: calc(100% - 40px);
}

.home_slider .slider_btns a:hover {
    background: #DA2624;
    color: #FFF;
}

.home_slider .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background: #FFF;
    opacity: 1;
    border-radius: 50%;
    border: 0;
    padding: 0;
}

.home_slider .carousel-indicators .active {
    background: #DA2624;
}

.h_sec {
    background: #1b1c1b;
}

.home_about {
    position: relative;
}

.home_about .about_desc {
    font-size: 18px;
}

#home_about {
    top: -70px;
    position: absolute;
}

.serv_item {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.serv_item img {
    max-width: 70px;
    margin-bottom: 20px;
    transition: all 0.8s ease 0s;
}

.serv_item:hover img {
    transform: rotateY(360deg);
}

.serv_item h5 {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}

.home_product {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.home_product a {
    width: 100%;
    height: 100%;
    background-color: black;
    background-position: center;
    background-size: cover;
}

.home_product a:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52, 73, 94, 0.75);
}

.home_product:hover a,
.home_product:focus a {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.home_product:hover a:before,
.home_product:focus a:before {
    display: block;
}

.home_social {
    background: #020202;
}

.social_slider {
    position: relative;
}

.h_social_item {
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 30px;
    height: 350px;
}

.h_social_item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.20) 0%, rgba(0, 0, 0, 0.73) 63%, rgba(0, 0, 0, 1) 100%);
    opacity: .75;
}

.h_social_item span {
    margin-top: auto;
    color: #FFF;
    margin-bottom: 10px;
    line-height: 27px;
    position: relative;
}

.theme_slider_btn {
    position: absolute;
    display: flex;
    right: 0;
    left: 0;

    top: calc(50% - 20px);

    justify-content: space-between;
}

.theme_slider_btn a {
    background: #EDF0F2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    display: inline-block;
    z-index: 2
}

.theme_slider_btn a:hover {
    background: #DA2624;
    color: #FFF;
}

.social_slider .theme_slider_btn {
    margin: 0 50px;
    /*    z-index: 1;*/
}

.home_clients {
    background-position: center;
    background-size: cover;
    position: relative;
}

.home_clients:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1b1c1b;
    opacity: .85;
}

.client_item {
    display: block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    margin: 15px auto;
    text-align: center;
    transition: all 0.4s ease 0s;
}

.client_item:hover {
    transform: scale(1.25);
}

.clients_slider {
    position: relative;
}

.home_clients .theme_slider_btn {
    margin: 20px 50px 0 50px;
}

.clients_slider .swiper-pagination,
.related_prod_slider .swiper-pagination,
.social_slider .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

.clients_slider .swiper-pagination .swiper-pagination-bullet,
.related_prod_slider .swiper-pagination .swiper-pagination-bullet,
.social_slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #FFF;
}

.clients_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.related_prod_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.social_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #DA2624;

}

.client_popup .modal-body .c_logo_pop {
    display: block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    line-height: 150px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
    margin: 0 auto 20px;
}

.client_popup .modal-body .c_name_pop {
    color: #1b1c1b;
    font-size: 16px;
}

.client_popup .modal-body .c_desc_pop {
    color: #000;
    line-height: 28px;
}

.client_popup .modal-footer .theme_btn {
    padding: 8px 30px;
    margin: 10px;
}

.warranty_home {
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0px 3px 3px 0px #0d0d0d8c;
}

#step3 li {
    list-style: initial;
}

.home_contact {
    background-position: center;
    background-size: cover;
    position: relative;
}

.footer_logo {
    max-width: 300px;
}

.h_contact_form {
    display: block;
    background: #151515;
    padding: 20px 35px;
    position: relative;
    z-index: 1;
    opacity: .9;
}

.h_contact_form .form-control {
    border-radius: 30px;
    background: rgba(255, 255, 255, .80);
    border: 0;
    box-shadow: none;
}

.h_contact_form textarea.form-control {
    height: 100px;
    border-radius: 11px;
}

.h_contact_form .form-control:focus {
    background-color: #fff;

}

.home_contact .footer_social li a {
    font-size: 18px;
    margin-right: 20px;
    margin-left: 0;
    color: #FFF;
}

.footer_mail:hover {
    color: #adadad !important;
}

.main_footer {
    background: #1b1c1b;
    margin-top: -45px;
    position: relative;
    padding-top: 10px;
}

.xzoom-container {
    display: block;
    width: calc(100% - 100px);
    float: right;
}

.xzoom-thumbs {
    display: flex;
    flex-direction: column;

    height: 100%;
    width: 80px;
}

.xzoom-thumbs a {
    margin-bottom: 10px;
    max-width: 80px;
}

.related_products {
    background: #020202;
}

.related_prod_slider {
    position: relative;
}

.prod_item {
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 350px;
}

.prod_item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.73) 63%, rgba(0, 0, 0, 1) 100%);
}

.prod_item span {
    margin-top: auto;
    color: #FFF;
    position: relative;
    line-height: 45px;
    font-size: 18px;
    background: #020202;
    padding: 10px 5px;
}

.product_video video {
    max-width: 100%;
}

.related_prod_slider .theme_slider_btn {
    margin: 0 50px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.float-left {
    float: left;
}

#car_comparison_size .car {
    background: white;
    padding: 20px 0 50px;
    border-radius: 12px;
    box-shadow: 0 0 8px 0 #888;
}

#car_comparison_size .car .number {
    color: black;
}

#car_comparison_size .car .right {
    padding: 0 100px;
}

#car_comparison_size .car .image_container {
    border: 2px solid black;
}

@media all and (max-width: 991px) {
    #car_comparison_size .car .right {
        padding: 0 70px;
    }
}

@media all and (max-width: 767px) {
    #car_comparison_size .car.car-1 {
        margin-bottom: 30px;
    }
}

.go-to-car-comparison a {
    background: rgb(0 0 0 / 35%);
    padding: 11px 15px;
    width: 150px;
    border-radius: 11px;
}

.go-to-car-comparison a:hover {
    color: #fff;
}

.car-comparison-box {
    background: white;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 20px 23px -4px rgb(0 0 0 / 75%);
    min-height: 350px;
    display: flex;
    align-items: center;
}

.car-comparison-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #212529
}

.go-to-car-comparison {
    background: #212529;
    border-radius: 5px;
}

.car-comparison-image-box {
    text-align: center;
}

.car-comparison-image-box img {
    max-height: 210px;
}
