*{
    box-sizing: border-box;
    padding:0;
    margin: 0;
}

body{
    box-sizing: border-box;
    padding:0;
    margin: 0;
    font-family: "Fira Sans", sans-serif;
}

header{
    background: #f5f7f6;
    position: fixed;
    z-index: 10;
    width: 100%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 7%);
}

header .navbar{
    padding: 17px 0;
}

.long-toggler-icon{
    width: 40px;
    height: 4px;
    display: block;
    background: #ff5831;
    border-radius: 4px;
}

.short-toggler-icon {
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #ff5831;
    border-radius: 4px;
    top: -2px;
    position: relative;
}

.navbar-toggler{
    display: none;
    background: transparent;
    border: none;
    text-align: right;
}

.navbar-brand{
    margin-right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.navbar-brand img{
    max-width:60px;
    width:100%;
    margin-right: 10px;
}

.navbar-brand span{
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #01627a;;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.navbar-collapse {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}


.navbar-nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.navbar-nav li a{
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    text-decoration: none;
    transition: 0.2s;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}

.navbar-nav li a:hover{
    border-bottom: 1px solid #191919;
}

.navbar-nav li{
    margin-right: 40px;
}

.navbar-nav li:last-child{
    margin-right: 0;
}


.navbar .btn{
    padding: 7px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    background: #ff5831;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #fff;
}

.navbar .btn img{
    width: 18px;
    margin-left: 5px;
}

.offer{
    position: relative;
    background-image: url(../img/banner_1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 145px 0 70px;
}

.explore-text{
    color: #191919;
    padding: 15px;
    background: #ffffff;
    border-radius: 70px;
    display: inline-block;
    margin: 0 0 10px;
}

.explore-text img{
    width: 14px;
    margin-right: 7px;
}

.offer h1{
    font-size: 55px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    color: #191919;
    letter-spacing: -0.02em;
    margin: 0 0 15px;
    font-weight: 700;
}

.offer h1 span{
    color: #ff5831;
}

.offer p{
    font-size: 16px;
    line-height: 25px;
    color: #4e4e4e;
}

.offer .view-all a{
    font-weight: 500;
    font-size: 16px;
    color: #201F1D;
    border: 2px solid #201F1D;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-radius: 5px;
    line-height: 16px;
    margin: 0;
    padding: 10px 17px;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
}

.c_r{
    width: 100%;
}

.advantages{
    position: relative;
    margin-top: -64px;
}

.cars{
    background: #f5f7f6;
}

.car_list{
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 30px 10px;
    border-radius: 5px;
    margin-bottom: 50px;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 5%);
}

.owl-carousel .item img {
    width: 100%;
    display: block;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%; 
  transform: translateY(-50%);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-color: rgba(0, 0, 0, 0.5); 
  color: #fff; 
  padding: 10px;
  border-radius: 50%; 
  cursor: pointer;
}

.owl-nav .owl-prev {
  left: 10px; 
}

.owl-nav .owl-next {
  right: 10px; 
}

.car-location{
    background: #F2F7F6;
    padding: 10px;
    margin: 0 0 15px;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.car-location img{
    width:30px;
}

.btn-order{
    background: #fe592e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;
    width: 100%;
}

.btn-order img{
    width: 20px;
    margin-right: 5px;
}

.listing-details{
    margin: 25px 0;
    font-size: 16px;
    line-height: 25px;
    color: #4e4e4e;
}

.listing-details ul {
    margin: 0 0 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.listing-details ul li{
    list-style: none;
    -ms-flex: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.listing-description{
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}
.listing-description ul{
    width:33%;
    float: left;
}

.listing-description ul li{
    list-style: none;
    display: flex;
    margin-bottom: 12px;
    list-style: none;
    display: flex;
    margin-bottom: 12px;
    font-size: 16px;
    color: #4e4e4e;
}

.last_box{
    margin-bottom: 0;
}


.listing-description ul li img{
    width: 20px;
    margin-right: 4px;
}

.car_box h3{
    color: #191919;
    font-size: 20px;
}

.rating{
    margin-top: 7px;
}

.rating img{
    width: 16px;
}

.rating span{
    color: #191919;
    font-size: 13px;
    position: relative;
    top: -2px;
}

.owl-nav button{
    background: #fff!important;
    width: 30px;
    height: 30px;
    border-radius: 4px!important;
    opacity: 0.6;
    transition: 0.3s;
}

.owl-nav button:hover{
    opacity: 1;
    transition: 0.3s;
}

.owl-nav button span{
    color: #191919;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.owl-dots{
    margin-top: -28px;
    position: relative;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.owl-theme .owl-dots .owl-dot span{
    background: #b2b2b2;
}

.why h2{
    text-align: left;
    margin-bottom: 20px;
}

.why p{
    font-size: 16px;
    line-height: 25px;
    color: #4e4e4e;
}

.why-img{
    width: 72%;
    margin: 23px auto 0;
    display: block;
}

.why-box{
    display: flex;
    gap: 15px;
    position: relative;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 44px;
    padding: 20px;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

.wbx_3{
    margin-bottom: 0;
}

.why-count {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 50px;
    font-weight: 800;
    -webkit-text-stroke: 1px #ff5831;
    -webkit-text-fill-color: transparent;
    z-index: -1;
}

.why-icon{
    width: 90px;
    height: 90px;
    background: #01627a;
    color: #ffffff;
    font-size: 45px;
    border-radius: 50px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon img {
    width: 55px;
}

.why-info {
    flex: 1;
}

.why-info h3 {
    margin-bottom: 22px;
    font-size: 22px;
    font-weight: 600;
}

.wbx_2{
    margin-left: 30px;
}

.wbx_3{
    margin-left: 60px;
}

.navbar .mobile-btn{
    display: none;
}

.adv_line{
    background: #fff;
    display: inline-block;
    padding: 30px 0;
    border-radius: 4px;
    margin-top: -165px;
    z-index: 9;
    position: relative;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 17%);
    margin-bottom: 90px;
    width: 100%;
}

.adven_box{
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    position: relative;
}

.adven_box:before {
    position: absolute;
    top: 35px;
    right: 0;
    left: calc(50% + 65px);
    Content: "";
    border: 1px dotted #dcdcdc;
    width: calc(100% - 106px);
}

.adven_box.ops_3:before{
    display: none;
}

.adven_box span{
    display: inline-block;
    border: 1px dashed #ff5831;
    border-radius: 100%;
    padding: 6px;
    margin-bottom: 18px;
}

.adven_box span i{
    font-style: normal;
    display: inline-block;
    height: 60px;
    width: 60px;
    background: #ff5831;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
}

.adven_box h3{
    font-size: 17px;
}

.adven_box p{
    font-size: 16px;
    line-height: 25px;
    color: #4e4e4e;
    max-width: 377px;
    width: 100%;
    display: block;
    margin: 10px auto 0;
}

.ops_1 span{
    opacity: 0.4;
}

.ops_2 span{
    opacity: 0.7;
}

.ops_3 span{
    opacity: 1;
}

section h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #191919;
}

section h2 span{
    color: #ff5831;
}

footer{
    background: #191919;
    padding: 60px 0 0;
}

footer h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

footer p{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding-right: 30px;
}

footer ul{
    padding: 0;
    margin:0;
}

footer ul li{
    list-style: none;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

footer ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
footer ul li a img{
    width: 14px;
    position: relative;
    bottom: -2px;
    margin-right: 5px;
}

.contact-box li  img{
    width: 18px;
    position: relative;
    bottom: -3px;
    margin-right: 5px;
}

.copyright{
    display: block;
    background: #111;
    text-align: center;
    margin-top: 50px;
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
}

.fsocial-links{
    display: flex;
    margin-top: 20px;
}

.fsocial-links img{
    width: 27px;
    margin-right: 18px;
}

.scroll-up{
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #ff5831;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    display: none;
    line-height: 50px;
    z-index: 9;
}

.scroll-up img{
    width: 16px;
}

.why-info br{
    display: none;
}

.show{
    right: 0!important;
}

header li img{
    display: none;
}

.mobile-logo{
    display: none;
}

.mobile-socials{
    display: none;
}

.close-menu{
    display: none;
}

section{
    padding:120px 0;
}

.container{
    width:100%;
    margin:0 auto;
    padding:0 15px;
}

.row{
    display: inline-block;
    width:100%;
}

.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12{
    padding:0 15px;
    float: left;
}

.col-md-1 {
    width: 8.33%;
}

.col-md-2 {
    width: 16.67%;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33%;
}

.col-md-5 {
    width: 41.67%;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
    width: 58.33%;
}

.col-md-8 {
    width: 66.67%;
}

.col-md-9 {
    width: 75%;
}

.col-md-10 {
    width: 83.33%;
}

.col-md-11 {
    width: 91.67%;
}

.col-md-12 {
    width: 100%;
}

@media(max-width:1400px){
    .offer h1{font-size: 52px;line-height: 66px;}
    .why-img{width: 82%;margin: 30px auto 0;}
    .why-box{margin-bottom: 25px;}
}

@media(max-width:1200px){
    .offer{padding: 145px 0 100px;position:relative;}
    .offer h1{font-size: 42px;line-height: 55px;position: relative;}
    .offer p{position: relative;}
    .why-icon img {width: 45px;}
    .why-icon{width: 75px;height: 75px;}
    .why-info br{display: block;}
    .why-info h3{font-size: 20px;}
    .why-img{width: 100%;}
}

@media(max-width:991px){
    .offer img{display: none;}
    .offer .explore-text img{display: inline-block;}
    .offer .col-md-6{width: 100%;text-align: center;}
    .offer{background: #F2F7F6;}
    .offer .explore-text{display: inline-block;margin: 0 0 25px;box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);position: relative;padding: 10px 15px;}
    .offer{padding: 145px 0 105px;}
    .adv_line .col-md-4{width:100%;}
    .adven_box{display: flex;align-items: center;}
    .adv_cont{text-align: left;}
    .adven_box span{margin-right: 30px;}
    .adven_box{margin-bottom: 35px;}
    .ops_3{margin-bottom: 0;}
    .adven_box p{max-width: 100%;}
    .adven_box span{z-index: 1;position: relative;background: #fff;}
    .ops_1 span{opacity:1;border: 1px dashed #ffbcad;}
    .ops_1 span i{background: #ffbcad;color: rgb(255 255 255 / 40%);}
    .ops_2 span{opacity:1;border: 1px dashed #ff8a6e;}
    .ops_2 span i{background: #ff8a6e;color: rgb(255 255 255 / 70%);}
    .adven_box:before {position: absolute;top: 40px;right: 0;left: 36px;Content: "";border: 1px dotted #dcdcdc;width: 0px;height: 100%;}
    .offer .container{padding:0;}
    .cars .col-md-6{width: 100%;}
    .car_box h3{margin-top: 35px;}
    section h2{font-size: 28px;}
    .why .col-md-6{width: 100%;}
    .why-img{display: none;}
    .wbx_2 {margin-left: 0px;}
    .wbx_3 {margin-left: 0px;}
    .why-info br {display: none;}
    .why-descr{margin-bottom: 40px;text-align: center;}
    .why h2{text-align: center;}
    footer .col-md-4{width:100%;margin-bottom: 25px;}
    footer .col-md-2{width:50%;margin-bottom: 25px;}
    .copyright{margin-top: 0;}
    .adv_line{margin-bottom: 60px;}
    .cars{padding-bottom: 60px;}
    .why{padding:60px 0;}
    .navbar-toggler{display: block;}
    .navbar .btn{display: none;}
    .collapse{position: fixed;right: -100%;width: 220px;height: 100%;background: #f5f7f6;transition: 0.4s;display: block;padding: 20px;top: 0;border-left: 2px solid #ededed;}
    header li img{display: inline-block;width: 14px;margin-right: 4px;}
    .navbar-nav{display: block;}
    .navbar-nav li a{display: flex;align-items: center;font-size: 16px;}
    .navbar-nav li{margin-right: 0;margin-bottom: 7px;}
    .mobile-btn{display: flex!important;text-align: center;margin-top: 20px;font-size: 16px !important;justify-content: center;}
    .mobile-logo{display: block;text-align: center;margin-bottom: 39px;}
    .mobile-logo img{width: 90px;display: block;margin: 0 auto;}
    .mobile-logo span{font-size: 18px;font-weight: 700;line-height: 20px;color: #01627a;}
    .mobile-socials{display: block;position: absolute;width: 220px;left: 0;padding: 0 20px;bottom: 60px;}
    .close-menu{display: block;position: absolute;right: 12px;top: 10px;width: 25px;}
}

@media(max-width:767px){
    .why-box{display: block;text-align: center;padding:20px 15px;}
    .why-icon{margin: 0 auto 15px;}
    .why-info h3{margin-bottom: 15px;}
    .copyright {line-height: 24px;}
}


@media(max-width:550px){
    .offer h1 {font-size: 38px;line-height: 46px;}
    .offer .explore-text{font-size: 14px;}
    .offer .explore-text img{position: relative;bottom: -1px;}
    .adven_box span {margin-right: 15px;}
    .adven_box p{font-size: 15px;line-height: 24px;}
    .adven_box h3 {font-size: 16px;}
    .listing-description ul{width: 50%;}
    section h2{font-size: 26px;}
}

@media(max-width:450px){
    .offer h1 {font-size: 32px;line-height: 40px;}
    .offer p{font-size: 15px;}
    .adven_box p {font-size: 14px;line-height: 22px;}
    .adven_box:before{top: 50px;left: 32px;}
    .adven_box span i {height: 50px;width: 50px;font-size: 25px;line-height: 50px;color: #fff;}
    .listing-details{font-size: 15px;line-height: 23px;}
    .why-info h3 {font-size: 18px;}
    .why-count{right: 15px;top: 10px;font-size: 40px}
}

@media(max-width:370px){
    .offer h1 {font-size: 29px;line-height: 37px;}
    .offer p{font-size: 14px;}
    .offer .explore-text{font-size: 13px;}
    .adven_box h3{font-size: 14px;}
    .listing-details{font-size: 14px;line-height: 22px;}
    footer ul li{font-size: 15px;}
    footer ul li a{font-size: 15px;}

}

@media(max-width:340px){
    .offer h1 {font-size: 27px;line-height: 35px;}
    .offer .explore-text{font-size: 12px;}
    .adven_box p {font-size: 13px;line-height: 21px;}
}


@media(min-width:576px){
    .container{
        max-width: 540px;
    }
}

@media(min-width:768px){
    .container{
        max-width: 720px;
    }
}

@media(min-width:992px){
    .container{
        max-width: 960px;
    }
}

@media(min-width:1200px){
    .container{
        max-width: 1140px;
    }
}

@media(min-width:1400px){
    .container{
        max-width: 1320px;
    }
}